OSDN Git Service

* semantics.c (finish_pseudo_destructor_expr): Allow differing
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
1 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
2
3         * g++.dg/expr/dtor2.C: New test.
4
5         * g++.dg/lookup/anon4.C: New test.
6
7         * g++.dg/overload/using1.C: New test.
8
9         * g++.dg/template/lookup7.C: New test.
10
11         * g++.dg/template/typename6.C: New test.
12
13         * g++.dg/expr/cond6.C: New test.
14
15 2004-03-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16
17         * gcc.dg/torture/builtin-convert-1.c: Test more math builtins.
18
19 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
20
21         * g++.dg/expr/cond5.C: New test.
22         * g++.dg/expr/constcast1.C: Likewise.
23         * g++.dg/expr/ptrmem2.C: Likewise.
24         * g++.dg/expr/ptrmem3.C: Likewise.
25         * g++.dg/lookup/main1.C: Likewise.
26         * g++.dg/template/lookup6.C: Likewise.
27
28 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
29
30         * gcc.dg/local1.c: New test.
31
32         * gcc.dg/debug/dwarf2/c99-typedef1.c: New test.
33
34 2004-03-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
35
36         * gcc.dg/torture/builtin-convert-1.c: New test.
37
38 2004-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
39
40         * gcc.dg/torture/builtin-integral-1.c: Also check for `rint'.
41
42 2004-03-16  Mark Mitchell  <mark@codesourcery.com>
43
44         PR c++/14481
45         * g++.dg/warn/Wunused-7.C: New test.
46
47 2004-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
48
49         * gcc.dg/torture/builtin-integral-1.c: New test.
50
51 2004-03-16  Mark Mitchell  <mark@codesourcery.com>
52
53         PR c++/14586
54         * g++.dg/parse/non-dependent3.C: New test.
55
56 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
57
58         * g++.dg/eh/simd-1.C: Use vector_size attribute, not mode.
59         * g++.dg/eh/simd-2.C: Likewise.
60         * g++.dg/init/array10.C: Likewise.
61         * gcc.c-torture/compile/simd-1.c: Likewise.
62         * gcc.c-torture/compile/simd-2.c: Likewise.
63         * gcc.c-torture/compile/simd-3.c: Likewise.
64         * gcc.c-torture/compile/simd-4.c: Likewise.
65         * gcc.c-torture/compile/simd-6.c: Likewise.
66         * gcc.c-torture/execute/simd-1.c: Likewise.
67         * gcc.c-torture/execute/simd-2.c: Likewise.
68         * gcc.dg/compat/vector-defs.h: Likewise.
69         * gcc.dg/20020531-1.c: Likewise.
70         * gcc.dg/altivec-3.c: Likewise.
71         * gcc.dg/altivec-4.c: Likewise.
72         * gcc.dg/altivec-varargs-1.c: Likewise.
73         * testsuite/gcc.dg/compat/vector-defs.h: Likewise.
74         * gcc.dg/i386-mmx-3.c: Likewise.
75         * gcc.dg/i386-sse-4.c: Likewise.
76         * gcc.dg/i386-sse-5.c: Likewise.
77         * gcc.dg/i386-sse-8.c: Likewise.
78         * gcc.dg/simd-1.c: Likewise.
79         * gcc.dg/20030218-1.c: Likewise.  Plus, do not declare
80         __ev64_opaque__ since the machine description provides it.
81
82 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
83
84         * lib/compat.exp (skip_list): New global variable.
85         Use it to hold the user defined COMPAT_SKIPS list if any.
86         (compat-obj): Add the members of skip_list to optall.
87
88 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
89
90         * gcc.dg/compat/union-by-value-1_main.c,
91         union-by-value-1_x.c, union-by-value-1_y.c,
92         union-check.h, union-defs.h,
93         union-init.h, union-return-1_main.c,
94         union-return-1_x.c, union-return-1_y.c: New files.
95
96 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
97
98         * gcc.dg/compat/mixed-struct-check.h, mixed-struct-defs.h,
99         mixed-struct-init.h: Add 4 mixed structure types.
100         struct-by-value-21_main.c, struct-by-value-21_x.c,
101         struct-by-value-21_y.c, struct-return-21_main.c,
102         struct-return-21_x.c, struct-return-21_y.c: New files.
103
104 2004-03-13  Mark Mitchell  <mark@codesourcery.com>
105
106         PR c++/14550
107         * g++.dg/parse/template14.C: New test.
108
109 2004-03-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
110
111         * gcc.c-torture/execute/20040313-1.c: New test.
112
113 2004-03-13  Jakub Jelinek  <jakub@redhat.com>
114
115         PR target/14533
116         * gcc.dg/20040311-2.c: New test.
117
118 2004-03-12  Kazu Hirata  <kazu@cs.umass.edu>
119
120         PR other/14544
121         * gcc.c-torture/execute/20040307-1.c: Remove the 24-bit
122         bit-field.
123
124 2004-03-12  Ulrich Weigand  <uweigand@de.ibm.com>
125
126         * gcc.dg/20040305-2.c: Add missing return statement.
127
128 2004-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
129
130         * gcc.dg/builtins-34.c: Also check pow10*.
131
132 2004-03-11  Ulrich Weigand  <uweigand@de.ibm.com>
133
134         PR target/14262
135         * gcc.dg/20040305-2.c: New test.
136
137 2004-03-11  Ulrich Weigand  <uweigand@de.ibm.com>
138
139         * gcc.dg/20040310-1.c: New test.
140
141 2004-03-11  Roger Sayle  <roger@eyesopen.com>
142
143         * gcc.c-torture/execute/20040311-1.c: New test case.
144
145 2004-03-11  Mark Mitchell  <mark@codesourcery.com>
146
147         PR c++/14476
148         * g++.dg/lookup/enum1.C: New test.
149
150 2004-03-10  Mark Mitchell  <mark@codesourcery.com>
151
152         PR c++/14510
153         * g++.dg/lookup/struct2.C: New test.
154
155 2004-03-10  Uros Bizjak  <uros@kss-loka.si>
156
157         * gcc.dg/builtins-34.c: New test.
158
159 2004-03-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
160
161         * gcc.dg/torture/builtin-nonneg-1.c: New test.
162
163 2004-03-09  James E Wilson  <wilson@specifixinc.com>
164
165         * gcc.dg/alias-1.c: Add "will" to string passed to dg-warning.
166         * gcc.dg/alias-2.c: New testcase.
167
168 2004-03-09  Zack Weinberg  <zack@codesourcery.com>
169
170         * gcc.dg/noncompile/incomplete-2.c: Move dg-error to proper line.
171
172 2004-03-09  Roger Sayle  <roger@eyesopen.com>
173
174         * gcc.c-torture/execute/20040309-1.c: New test case.
175
176 2004-03-09  Nathan Sidwell  <nathan@codesourcery.com>
177
178         PR c++/14397
179         * g++.dg/overload/ref1.C: New.
180
181 2004-03-09  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
182
183         PR c++/14409
184         * g++.dg/template/spec12.C: New test.
185
186         PR c++/14448
187         * g++.dg/parse/crash14.C: New test.
188
189 2004-03-09  Mark Mitchell  <mark@codesourcery.com>
190
191         PR c++/14230
192         * g++.dg/init/ref11.C: New test.
193
194 2004-03-09  Mark Mitchell  <mark@codesourcery.com>
195
196         PR c++/14432
197         * g++.dg/parse/builtin2.C: New test.
198
199 2004-03-08  Mark Mitchell  <mark@codesourcery.com>
200
201         PR c++/14401
202         * g++.dg/init/ctor3.C: New test.
203         * g++.dg/init/union1.C: New test.
204         * g++.dg/ext/anon-struct4.C: New test.
205
206 2004-03-08  Mark Mitchell  <mark@codesourcery.com>
207
208         * g++.dg/lookup/koenig1.C: Tweak error messages.
209         * g++.dg/lookup/used-before-declaration.C: Likewise.
210         * g++.dg/other/do1.C: Likewise.
211         * g++.dg/overload/koenig1.C: Likewise.
212         * g++.dg/parse/crash13.C: Likewise.
213         * g++.dg/template/instantiate3.C: Likewise.
214
215 2004-03-08  Eric Christopher  <echristo@redhat.com>
216
217         * * lib/target-supports.exp: Enable libiconv in test
218         compilation.  Fix up error checking.
219
220 2004-03-08  Roger Sayle  <roger@eyesopen.com>
221
222         PR middle-end/14289
223         * gcc.dg/pr14289-1.c: New test case.
224         * gcc.dg/pr14289-2.c: Likewise.
225         * gcc.dg/pr14289-3.c: Likewise.
226
227 2004-03-08  Eric Botcazou  <ebotcazou@act-europe.fr>
228
229         * gcc.c-torture/execute/20040308-1.c: New test.
230
231 2004-03-07  Roger Sayle  <roger@eyesopen.com>
232
233         * gcc.c-torture/execute/20040307-1.c: New test case.
234
235 2004-03-07  Richard Sandiford  <rsandifo@redhat.com>
236
237         * gcc.dg/torture/mips-sdata-1.c: Restrict to mips*-*-elf*.
238
239 2004-03-06  Ulrich Weigand  <uweigand@de.ibm.com>
240
241         * gcc.dg/20040306-1.c: New test.
242
243 2004-03-06  Kazu Hirata  <kazu@cs.umass.edu>
244
245         * gcc.dg/sibcall-3.c (recurser_void1, recurser_void2): Make
246         them static.
247         * gcc.dg/sibcall-4.c (recurser_void1, recurser_void2): Likewise.
248
249 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
250
251         PR c/14465
252         * gcc.dg/decl-6.c: New test.
253
254 2004-03-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
255
256         * gcc.dg/torture/builtin-explog-1.c: Add comments for each test.
257         Rename LOGPOW -> LOG_POW.
258         (SQRT_EXP, POW_EXP): New.
259
260 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
261
262         * gcc.dg/i386-sse-8.c: New test.
263
264 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
265
266         PR c/14114
267         * gcc.dg/decl-5.c: New test.
268
269 2004-03-05  Andreas Krebbel  <krebbel1@de.ibm.com>
270
271         * gcc.dg/20040305-1.c: New test.
272
273 2004-03-05  Hans-Peter Nilsson  <hp@axis.com>
274
275         PR other/14354
276         * gcc.c-torture/execute/ieee/mul-subnormal-single-1.c: New test.
277
278 2004-03-04  Ziemowit Laski  <zlaski@apple.com>
279
280         PR c++/14425, c++/14426
281         * g++.dg/ext/altivec-4.C: New test.
282         * g++.dg/ext/altivec-5.C: New test.
283
284 2004-03-04  Geoffrey Keating  <geoffk@apple.com>
285
286         * g++.old-deja/g++.other/linkage1.C: Expect errors about
287         global variables of a type with no linkage.
288         * g++.old-deja/g++.other/qual1.C: Name class for 'action'.
289         * g++.old-deja/g++.mike/misc13.C: Name enum for 'want'.
290         * g++.old-deja/g++.bugs/900210_01.C: Name enum for 'ep'.
291         * g++.old-deja/g++.bugs/900210_02.C: Likewise.
292         * g++.old-deja/g++.bugs/900210_03.C: Likewise.
293         * g++.old-deja/g++.brendan/bit-fields2.C: Name structure for 's'.
294         * g++.old-deja/g++.brendan/init10.C: Name structure for 'a'.
295         * g++.dg/warn/deprecated.C: Name enum Color.
296         * g++.dg/overload/VLA.C: Name structure for 'b'.
297         * g++.dg/lookup/anon2.C: Expect diagnostic about type linkage.
298
299 2004-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
300
301         * gcc.c-torture/compile/20040304-1.c: New test.
302
303 2004-03-03  Zack Weinberg  <zack@codesourcery.com>
304
305         PR 13728
306         * gcc.dg/decl-4.c: New testcase.
307
308 2004-03-03  Kazu Hirata  <kazu@cs.umass.edu>
309
310         * gcc.dg/torture/builtin-explog-1.c (PREC): Make it the same
311         as PRECF if sizeof (float) > sizeof (double).
312         (PRECL): Make it the same as PRECF if
313         sizeof (float) > sizeof (long double).
314
315 2004-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
316
317         * gcc.dg/builtins-config.h: Use underscore macro style for __sun
318         system type.  Add check for irix6 which doesn't have c99 runtime.
319
320 2004-03-03  Bob Wilson  <bob.wilson@acm.org>
321
322         * gcc.dg/const-elim-1.c: xfail for xtensa.
323
324 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
325
326         PR c++/14369
327         * g++.dg/template/cond4.C: New test.
328
329 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
330
331         PR c++/14360
332         * g++.old-deja/g++.ns/koenig5.C: Remove some error markers.
333
334         PR c++/14361
335         * g++.dg/parse/defarg7.C: New test.
336
337         PR c++/14359
338         * g++.dg/template/friend26.C: New test.
339
340 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
341
342         PR c++/14324
343         * g++.dg/abi/mangle21.C: New test.
344
345         PR c++/14260
346         * g++.dg/parse/constructor2.C: New test.
347
348         PR c++/14337
349         * g++.dg/template/sfinae1.C: New test.
350
351 2004-02-29  Mark Mitchell  <mark@codesourcery.com>
352
353         PR c++/14267
354         * g++.dg/expr/crash2.C: New test.
355
356         PR middle-end/13448
357         * gcc.dg/inline-5.c: New test.
358         * gcc.dg/always-inline.c: Split out tests into ...
359         * gcc.dg/always-inline2.c: ... this and ...
360         * gcc.dg/always-inline3.c: ... this.
361
362 2004-02-29  Mark Mitchell  <mark@codesourcery.com>
363
364         PR debug/12103
365         * g++.dg/debug/crash1.C: New test.
366
367 2004-02-29  Kazu Hirata  <kazu@cs.umass.edu>
368
369         * gcc.dg/sibcall-3.c (recurser_void1): Make it an extern
370         function with __attribute__((noinline)).
371         (recurser_void2): Likewise.
372         * gcc.dg/sibcall-4.c (recurser_void1): Likewise.
373         (recurser_void2): Likewise.
374
375 2004-02-29  Roger Sayle  <roger@eyesopen.com>
376
377         PR middle-end/14203
378         * g++.dg/warn/Wunused-6.C: New test case.
379
380 2004-02-28  Richard Earnshaw  <rearnsha@arm.com>
381
382         * lib/g++.exp (g++_link_flags): Don't crash if LD_LIBRARY_PATH is
383         not defined.
384
385 2004-02-27  Eric Christopher  <echristo@redhat.com>
386
387         * g++.dg/charset/charset.exp: Change CFLAGS to CHARSETCFLAGS.
388         * g++.dg/charset/asm2.c: Run only x86.
389         * gcc.dg/charset/asm3.c: Ditto.
390
391 2004-02-27  Aldy Hernandez  <aldyh@redhat.com>
392
393         * lib/g++.exp (g++_link_flags): Append LD_LIBRARY_PATH to
394         ld_library_path.
395
396 2004-02-27  Ziemowit Laski  <zlaski@apple.com>
397
398         * g++.dg/ext/altivec-3.C: New.
399
400 2004-02-26  Richard Henderson  <rth@redhat.com>
401
402         * g++.dg/ext/attrib10.C: Mark for warning.
403         * gcc.dg/attr-alias-1.c: New.
404
405 2004-02-26  Richard Henderson  <rth@redhat.com>
406
407         * gcc.c-torture/execute/ieee/20040208-2.c: Move ...
408         * gcc.c-torture/execute/20040208-2.c: ... it back.
409
410 2004-02-26  Eric Christopher  <echristo@redhat.com>
411
412         * lib/target-supports.exp (check-iconv-available): New function.
413         * lib/gcc-dg.exp (dg-require-iconv): New function.
414         Use above.
415         * gcc.dg/charset: New directory.
416         * gcc.dg/charset/charset.exp: New file.
417         * gcc.dg/charset/asm1.c: Ditto.
418         * gcc.dg/charset/asm2.c: Ditto.
419         * gcc.dg/charset/asm3.c: Ditto.
420         * gcc.dg/charset/asm4.c: Ditto.
421         * gcc.dg/charset/asm5.c: Ditto.
422         * gcc.dg/charset/attribute1.c: Ditto.
423         * gcc.dg/charset/attribute2.c: Ditto.
424         * gcc.dg/charset/string1.c: Ditto.
425         * g++.dg/charset: New directory.
426         * g++.dg/dg.exp: Add here. Special options.
427         * g++.dg/charset/charset.exp: New file.
428         * g++.dg/charset/asm1.c: Ditto.
429         * g++.dg/charset/asm2.c: Ditto.
430         * g++.dg/charset/asm3.c: Ditto.
431         * g++.dg/charset/asm4.c: Ditto.
432         * g++.dg/charset/attribute1.c: Ditto.
433         * g++.dg/charset/attribute2.c: Ditto.
434         * g++.dg/charset/extern1.cc: Ditto.
435         * g++.dg/charset/extern2.cc: Ditto.
436         * g++.dg/charset/string1.c: Ditto.
437
438 2004-02-26  Mark Mitchell  <mark@codesourcery.com>
439
440         PR c++/14278
441         * g++.dg/parse/comma1.C: New test.
442
443 2004-02-26  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
444
445         PR c++/14284
446         * g++.dg/template/ttp8.C: New test.
447
448 2004-02-26  Eric Botcazou  <ebotcazou@act-europe.fr>
449
450         * gcc.dg/fixuns-trunc-1.c: New test.
451
452 2004-02-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
453
454         * gcc.dg/builtins-config.h: Use #elif.
455
456 2004-02-26  Michael Matz  <matz@suse.de>
457
458         * gcc.dg/20000724-1.c: Add regparm attribute to decl and def.
459         * gcc.dg/991214-1.c: Likewise.
460         * gcc.dg/i386-asm-1.c: Likewise.
461
462 2004-02-25  Richard Henderson  <rth@redhat.com>
463
464         * gcc.c-torture/execute/20040208-2.c: Move ...
465         * gcc.c-torture/execute/ieee/20040208-2.c: ... here.
466
467 2004-02-26  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
468
469         PR c++/14246
470         * g++.dg/other/crash-3.C: New test.
471
472 2004-02-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
473
474         * g++.dg/opt/inline4.C (dg-final): Robustify regexp.
475         * g++.dg/opt/inline6.C (dg-final): Robustify regexp.
476
477         * gcc.dg/builtins-config.h (HAVE_C99_RUNTIME): Don't define for PA
478         HP-UX.
479
480 2004-02-24  Michael Matz  <matz@suse.de>
481
482         * gcc.dg/i386-regparm.c: New.
483
484 2004-02-23  James E Wilson  <wilson@specifixinc.com>
485
486         * gcc.c-torture/execute/20040223-1.c: New.
487
488 2004-02-23  Zack Weinberg  <zack@codesourcery.com>
489             Kazu Hirata  <kazu@cs.umass.edu>
490
491         * gcc.dg/fwritable-strings-1.c: Remove.
492
493 2004-02-23  Andrew Pinski  <pinskia@physics.uc.edu>
494
495         PR c/14156
496         * gcc.dg/20040223-1.c: New test.
497
498 2004-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
499
500         PR c++/14106
501         * g++.dg/ext/typeof9.C: New test.
502
503 2004-02-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
504
505         PR c++/14250
506         * g++.dg/other/switch1.C: New test.
507
508 2004-02-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
509
510         * gcc.dg/cast-function-1.c: Adjust for new informative message.
511         * gcc.dg/va-arg-1.c: Likewise.
512
513 2004-02-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
514
515         PR c++/14143
516         * g++.dg/template/koenig5.C: New test.
517
518 2004-02-21  Ziemowit Laski  <zlaski@apple.com>
519
520         * g++.dg/ext/altivec-1.C: Generalize target triple.
521         * g++.dg/ext/altivec-2.C: New test case.
522         * g++.dg/ext/altivec_check.h: New file.
523         * gcc.dg/altivec-1.c: Generalize target triple;
524         include altivec_check.h and call altivec_check().
525         * gcc.dg/altivec-[2-5].c: Generalize target triple.
526         * gcc.dg/altivec-6.c: New test case.
527         * gcc.dg/altivec-[7-9].c: Generalize target triple; add
528         type casts as needed.
529         * gcc.dg/altivec-10.c: Include altivec_check.h and call
530         altivec_check().
531         * gcc.dg/altivec-12.c: New test case.
532         * gcc.dg/altivec-varargs-1.c: Generalize target triple;
533         include altivec_check.h and call altivec_check().
534         * gcc.dg/altivec_check.h: New file.
535
536 2004-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
537
538         * lib/target-supports.exp (check_alias_available): Don't mangle
539         function `g' in test program.
540
541 2004-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
542
543         * lib/target-supports.exp (check_profiling_available): Check
544         argument to determine whether we support a profiling type.
545         * lib/gcc-dg.exp (dg-require-profiling): Pass argument to
546         check_profiling_available.
547         * g++.dg/bprob/bprob.exp: Likewise
548         * g77.dg/bprob/bprob.exp: Likewise.
549         * gcc.misc-tests/bprob.exp: Likewise.
550         * g++.old-deja/g++.law/profile1.C: Pass profiling type to
551         dg-require-profiling and delete expected error handling.
552         * gcc.dg/20021014-1.c: Likewise.
553         * gcc.dg/nest.c: Likewise.
554
555 2004-02-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
556
557         PR c++/12007
558         * g++.dg/other/vthunk1.C: New test.
559
560 2004-02-20  Falk Hueffner  <falk@debian.org>
561
562         PR target/14201
563         * gcc.c-torture/compile/fix-trunc-mem-1.c: New test.
564
565 2004-02-20  Mark Mitchell  <mark@codesourcery.com>
566
567         PR c++/13927
568         * g++.dg/other/error8.C: Remove XFAIL markers.
569
570         PR c++/14173
571         * g++.dg/ext/packed5.C: New test.
572
573         PR c++/14199
574         * g++.dg/warn/Wunused-5.C: New test.
575
576         PR c++/14186
577         * g++.dg/lookup/member1.C: New test.
578
579 2004-02-19  Kazu Hirata  <kazu@cs.umass.edu>
580
581         * gcc.c-torture/compile/20040130-1.c: Enable only when
582         __INT_MAX__ >= 2147483647L.
583         * gcc.c-torture/compile/961203-1.c: Likewise.
584
585 2004-02-19  Nathan Sidwell  <nathan@codesourcery.com>
586
587         * g++.dg/parse/attr-ctor1.C: XFAIL on hppa.
588         * g++.dg/opt/template1.C: Robustify assembler regexp
589
590 2004-02-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
591
592         * gcc.c-torture/execute/simd-4.x: Remove.
593         * gcc.c-torture/execute/va-arg-25.x: Likewise.
594         * gcc.dg/compat/vector-1_x.c: Do not XFAIL on SPARC.
595         Guard with #ifndef SKIP_ATTRIBUTE.
596         * gcc.dg/compat/vector-1_y.c: Likewise.
597         * gcc.dg/compat/vector-2_x.c: Likewise.
598         * gcc.dg/compat/vector-2_y.c: Likewise.
599         * g++.dg/eh/simd-1.C: Do not XFAIL on SPARC.
600         * g++.dg/eh/simd-2.C: Likewise.
601
602 2004-02-19  Alan Modra  <amodra@bigpond.net.au>
603
604         * gcc.c-torture/compile/complex-1.c: New.
605
606 2004-02-19  Hans-Peter Nilsson  <hp@axis.com>
607
608         PR target/14209
609         * gcc.c-torture/execute/20040218-1.c: New test.
610
611 2004-02-19  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
612
613         PR c++/14181
614         * g++.dg/parse/new2.C: New test.
615
616 2004-02-18  Paul Brook  <paul@codesourcery.com>
617
618         * gcc.c-torture/compile/libcall-1.c: New test.
619
620 2004-02-18  Paul Brook  <paul@codesourcery.com>
621
622         PR debug/12934
623         * gcc.dg/debug/debug-7.c: New test.
624
625 2004-02-17  Ulrich Weigand  <uweigand@de.ibm.com>
626
627         * gcc.dg/20040217-1.c: New test.
628
629 2004-02-17  Zack Weinberg  <zack@codesourcery.com>
630
631         * gcc.c-torture/execute/990208-1.x: Delete.
632
633 2004-02-17  Richard Sandiford  <rsandifo@redhat.com>
634
635         * gcc.c-torture/execute/20040208-2.x: New file.
636
637 2004-02-17  Mark Mitchell  <mark@codesourcery.com>
638
639         PR c++/11326
640         * g++.dg/abi/structret1.C: New test.
641
642 2004-02-17  Jakub Jelinek  <jakub@redhat.com>
643
644         * gcc.dg/i386-cpuid.h (bit_CMOV): Define.
645         (i386_cpuid): No need to test if cpuid is available on AMD64.
646         Fix assembly, so that it works onboth i386 and AMD64.
647         * gcc.dg/i386-sse-6.c: Include stdio.h, stdlib.h and string.h.
648         (vecInLong): Fix s[] member type to unsigned int.
649         (vecInWord): Remove type.
650         (mmx_tests, sse_tests, dump64_16, dump64_32, dump64_64): Remove.
651         (a64, b64, c64, d64, e64): Remove.
652         (main): Pass if CPU has no MMX, SSE, SSE2 or CMOV support.
653         Remove unused variable.  Remove initialization of removed variables.
654         Don't call mmx_tests nor sse_tests.
655         (reference_mmx, reference_sse): Remove.
656         (check): Add return stmt.
657         * gcc.dg/i386-sse-7.c: New test.
658         * gcc.dg/i386-mmx-4.c: New test.
659
660 2004-02-17  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
661
662         * g++.dg/tc1/dr176.C: Add missing semicolon (typo).
663         * g++.dg/tc1/dr101.C, g++.dg/tc1/dr135.C, g++.dg/tc1/dr142.C,
664         g++.dg/tc1/dr152.C, g++.dg/tc1/dr159.C, g++.dg/tc1/dr161.C,
665         g++.dg/tc1/dr166.C, g++.dg/tc1/dr176.C, g++.dg/tc1/dr193.C,
666         g++.dg/tc1/dr194.C, g++.dg/tc1/dr217.C, g++.dg/tc1/dr56.C,
667         g++.dg/tc1/dr68.C, g++.dg/tc1/dr76.C, g++.dg/tc1/dr80.C,
668         g++.dg/tc1/dr94.C: Fix line terminator.
669
670 2004-02-16  Geoffrey Keating  <geoffk@apple.com>
671
672         * gcc.c-torture/compile/20040216-1.c: New.
673
674 2004-02-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
675
676         * g++.dg/tc1/dr101.C, g++.dg/tc1/dr135.C, g++.dg/tc1/dr142.C,
677         g++.dg/tc1/dr152.C, g++.dg/tc1/dr159.C, g++.dg/tc1/dr161.C,
678         g++.dg/tc1/dr166.C, g++.dg/tc1/dr176.C, g++.dg/tc1/dr188.C,
679         g++.dg/tc1/dr193.C, g++.dg/tc1/dr194.C, g++.dg/tc1/dr217.C,
680         g++.dg/tc1/dr48.C, g++.dg/tc1/dr56.C, g++.dg/tc1/dr68.C,
681         g++.dg/tc1/dr76.C, g++.dg/tc1/dr80.C, g++.dg/tc1/dr94.C: New tests.
682
683 2004-02-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
684
685         * gcc.c-torture/execute/20020720-1.x: XFAIL on SPARC with -fPIC.
686
687 2004-02-15  Mark Mitchell  <mark@codesourcery.com>
688
689         PR c++/13971
690         * g++.dg/expr/cond4.C: New test.
691
692         PR c++/14086
693         * g++.dg/lookup/crash2.C: New test.
694
695 2004-02-14  Josef Zlomek  <zlomekj@suse.cz>
696
697         * gcc.c-torture/compile/20040214-2.c: New test.
698
699 2004-02-14  Andrew Pinski  <pinskia@physics.uc.edu>
700
701         PR c++/14116
702         * g++.dg/ext/typeof8.C: New test.
703
704 2004-02-14  Eric Botcazou  <ebotcazou@act-europe.fr>
705
706         * gcc.c-torture/compile/20040214-1.c: New test.
707
708 2004-02-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
709
710         PR c++/13635
711         * g++.dg/template/spec11.C: New test.
712
713 2004-02-13  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
714
715         PR c++/13927
716         * g++.dg/other/error8.C: New test.
717
718 2004-02-13  Mark Mitchell  <mark@codesourcery.com>
719
720         PR c++/14122
721         * g++.dg/template/array4.C: New test.
722
723         PR c++/14108
724         * g++.dg/inherit/thunk2.C: New test.
725
726         PR c++/14083
727         * g++.dg/eh/cond2.C: New test.
728
729 2004-02-12  Alan Modra  <amodra@bigpond.net.au>
730
731         * gcc.dg/debug/20020327-1.c: Disable for powerpc64.
732
733 2004-02-12  Nathaniel Smith <njs@codesourcery.com>
734
735         * lib/scanasm.exp (dg-scan): Quote pattern before display.
736
737 2004-02-12  Hartmut Penner  <hpenner@de.ibm.com>
738
739         * g++.dg/simd-2.C: xfail on ppc64-linux.
740
741 2004-02-11  Joseph S. Myers  <jsm@polyomino.org.uk>
742
743         PR c/456
744         * gcc.dg/cpp/c90-if-comma-1.c, gcc.dg/cpp/c99-if-comma-1.c: New
745         tests.
746
747 2004-02-11  Uros Bizjak  <uros@kss-loka.si>
748
749         * gcc.dg/builtins-33.c: New test.
750
751 2004-02-11  Paolo Bonzini  <bonzini@gnu.org>
752
753         * gcc.dg/pr14092-1.c: Use intptr_t for the cast.
754
755 2004-02-11  Hartmut Penner  <hpenner@de.ibm.com>
756
757         * g++.dg/simd-2.C: Set -maltivec for ppc64.
758
759 2004-02-11  Hartmut Penner  <hpenner@de.ibm.com>
760
761         * gcc.dg/ppc64-abi-3.c: New test.
762
763 2004-02-10  Paolo Bonzini  <bonzini@gnu.org>
764
765         PR c/14092
766
767         * gcc.dg/pr14092-1.c: New testcase.
768
769 2004-02-10  Alan Modra  <amodra@bigpond.net.au>
770
771         * gcc.dg/cpp/assert4.c: Fix typo last change.
772
773         * gcc.dg/darwin-longlong.c: Only use r0 in asm for darwin.
774         * gcc.dg/cpp/assert4.c: Handle powerpc64.
775
776         * gcc.dg/debug/20020327-1.c: xfail for powerpc64.
777
778 2004-02-09  Roger Sayle  <roger@eyesopen.com>
779
780         * gcc.c-torture/compile/20040209-1.c: New test case.
781
782 2004-02-08  Joseph S. Myers  <jsm@polyomino.org.uk>
783
784         * gcc.dg/c90-init-1.c: Adjust expected error messages.
785
786 2004-02-08  Richard Sandiford  <rsandifo@redhat.com>
787
788         * gcc.c-torture/execute/20040208-[12].c: New tests.
789
790 2004-02-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
791
792         * g++.dg/eh/simd-2.C: Adjust line numbers for SPARC.
793
794 2004-02-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
795
796         * gcc.c-torture/execute/va-arg-25.x: XFAIL only on SPARC 64-bit.
797
798 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
799
800         Bug 13856
801         * gcc.dg/visibility-8.c: New testcase.
802
803 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
804
805         * gcc.c-torture/execute/string-opt-15.c: Define memcmp with void *
806         arguments.
807         * gcc.dg/fwritable-strings-1.c: Expect the deprecation notice.
808
809 2004-02-07  Roger Sayle  <roger@eyesopen.com>
810
811         PR middle-end/13696
812         * g++.dg/opt/fold1.C: New test case.
813
814 2003-02-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
815
816         PR c++/14033
817         * g++.dg/other/crash-2.C: New test.
818
819 2003-02-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
820
821         PR c++/14028
822         * g++.dg/parse/angle-bracket2.C: New test.
823
824 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
825
826         PR middle-end/13750
827         Revert:
828         2004-01-15  Geoffrey Keating  <geoffk@apple.com>
829         PR pch/13361
830         * testsuite/g++.dg/pch/wchar-1.C: New.
831         * testsuite/g++.dg/pch/wchar-1.Hs: New.
832
833 2004-02-05  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
834
835         PR c++/14008
836         * g++.dg/parse/error15.C: New test.
837         * g++.dg/parse/crash11.C: Update dg-error mark.
838
839 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
840
841         PR c++/13932
842         * g++.dg/warn/conv2.C: New test.
843
844 2004-02-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
845
846         PR c++/13086
847         * g++.dg/warn/incomplete1.C: Remove xfail.
848
849 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
850
851         * lib/file-format.exp (gcc_target_object_format): Use
852         ${tool}_target_compile, not gcc_target_compile.
853         * lib/target-supports.exp (check_alias_available): Likewise.
854         (check_gc_sections_available): Likewise.
855         * g++.dg/ext/attrib10.C: Use dg-require-alias.
856         * g++.old-deja/g++.ext/attrib5.C: Use dg-require-weak and
857         dg-require-alias.
858
859 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
860
861         PR c++/13969
862         * g++.dg/template/static6.C: New test.
863
864 2004-02-04  Ian Lance Taylor  <ian@wasabisystems.com>
865
866         * gcc.dg/arm-mmx-1.c: Don't look for ldmfd if -mthumb.
867
868 2004-02-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
869
870         * objc.dg/encode-2.m, objc.dg/encode-3.m, objc.dg/encode-4.m: Fix
871         tests for systems where `char' is unsigned by default.
872
873 2003-02-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
874
875         PR c++/13997
876         * g++.dg/template/partial3.C: New test.
877
878 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
879
880         * gcc.dg/20020312-2.c, gcc.dg/builtin-inf-1.c,
881         gcc.dg/sibcall-3.c, gcc.dg/sibcall-4.c, gcc.dg/cpp/assert4.c:
882         Remove mentions of obsolete ports.
883
884 2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
885
886         * gcc.dg/noncompile/20001228-1.c: Fix for new
887         error message.
888
889 2004-02-03  Roger Sayle  <roger@eyesopen.com>
890
891         PR target/9348
892         * gcc.c-torture/execute/multdi-1.c: New test case.
893
894 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
895
896         PR c++/13925
897         * g++.dg/template/lookup5.C: New test.
898
899 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
900
901         PR c++/13950
902         * g++.dg/template/lookup4.C: New test.
903
904         PR c++/13970
905         * g++.dg/parse/error14.C: New test.
906
907         PR c++/14002
908         * g++.dg/parse/template13.C: New test.
909
910 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
911
912         PR c++/13978
913         * g++.dg/template/koenig4.C: New test.
914
915         PR c++/13968
916         * g++.dg/template/crash17.C: New test.
917
918         PR c++/13975
919         * g++.dg/parse/error13.C: New test.
920         * g++.old-deja/g++.robertl/eb125.C: Tweak error messages.
921
922 2004-02-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
923
924         * gcc.dg/20020503-1.c: Remove -mflat dg-options.
925
926 2004-02-03  Paolo Bonzini  <bonzini@gnu.org>
927
928         PR c/11658
929         PR c/13994
930         * gcc.dg/noncompile/20040203-1.c: New test.
931         * gcc.dg/noncompile/20040203-2.c: Likewise.
932         * gcc.dg/noncompile/20040203-3.c: Likewise.
933         * gcc.dg/20040203-1.c: Likewise.
934
935 2004-02-02  Andrew Pinski  <pinskia@physics.uc.edu>
936
937         PR c++/10858
938         * g++.dg/template/sizeof7.C: New test.
939
940 2004-02-02  Eric Christopher  <echristo@redhat.com>
941             Zack Weinberg  <zack@codesourcery.com>
942
943         * gcc.c-torture/execute/wchar_t-1.c: Add -finput-charset.
944
945 2004-02-02  Zack Weinberg  <zack@codesourcery.com>
946
947         * g++.dg/eh/forced1.C, g++.dg/eh/forced2.C, g++.dg/eh/forced3.C
948         * g++.dg/eh/forced4.C: XFAIL ia64-hp-hpux11.*.
949         * g++.dg/eh/ia64-1.C: Test branch regs only #ifdef __LP64__.
950         * gcc.dg/cleanup-5.c: Run only on Linux targets.
951
952 2004-02-02  Mark Mitchell  <mark@codesourcery.com>
953
954         PR c++/13113
955         * g++.old-deja/g++.mike/net36.C: Adjust error messages.
956
957         PR c++/13854
958         * g++.dg/ext/attrib13.C: New test.
959
960         PR c++/13907
961         * g++.dg/conversion/op2.C: New test.
962
963 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
964
965         * gcc.dg/titype-1.c: Fix pasto.
966
967 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
968
969         * gcc.dg/titype-1.c: New test.
970
971 2004-02-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
972
973         PR c++/13957
974         * g++.dg/template/non-type-template-argument-1.C,
975         g++.dg/template/qualified-id1.C: Update dg-error marks.
976         * g++.dg/template/nontype6.C: New test.
977
978 2004-02-01  Roger Sayle  <roger@eyesopen.com>
979
980         * gcc.dg/builtins-1.c: Also test for __builtin_signbit{,f,l}.
981         * gcc.dg/builtins-31.c: New testcase.
982         * gcc.dg/builtins-32.c: New testcase.
983
984 2004-01-30  Andrew Pinski  <pinskia@physics.uc.edu>
985
986         * objc.dg/call-super-2.m: Update line numbers
987         for the including of stddef.h.
988
989 2004-01-30  Michael Matz  <matz@suse.de>
990
991         * g++.dg/ext/case-range1.C, g++.dg/ext/case-range2.C,
992         g++.dg/ext/case-range3.C: New tests.
993
994 2004-01-30  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
995
996         DR206
997         PR c++/13813
998         * g++.dg/template/member4.C: New test.
999
1000 2004-01-30  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1001
1002         PR c++/13683
1003         * g++.dg/template/sizeof6.C: New test.
1004
1005 2004-01-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
1006
1007         * gcc.dg/fwritable-strings-1.c: New test.
1008
1009 2004-01-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
1010
1011         * gcc.c-torture/compile/20040130-1.c: New test.
1012
1013 2004-01-29  Geoffrey Keating  <geoffk@geoffk.org>
1014
1015         * objc.dg/call-super-2.m: Include stddef.h for size_t.
1016
1017 2004-01-29  Mark Mitchell  <mark@codesourcery.com>
1018
1019         PR c++/13883
1020         * g++.dg/template/ctor3.C: New test.
1021
1022 2004-01-29  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1023
1024         * g++.dg/tc1: New directory.
1025         * g++.dg/tc1/dr108.C, g++.dg/tc1/dr128.C, g++.dg/tc1/dr147.C,
1026         g++.dg/tc1/dr179.C, g++.dg/tc1/dr1.C, g++.dg/tc1/dr213.C,
1027         g++.dg/tc1/dr74.C, g++.dg/tc1/dr90.C, g++.dg/tc1/dr127.C,
1028         g++.dg/tc1/dr137.C, g++.dg/tc1/dr164.C, g++.dg/tc1/dr185.C,
1029         g++.dg/tc1/dr20.C, g++.dg/tc1/dr52.C, g++.dg/tc1/dr85.C: New tests.
1030
1031 2004-01-28  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1032
1033         * g++.dg/parse/error11.C: New test.
1034         * g++.dg/parse/error12.C: Likewise.
1035
1036 2004-01-28  Ziemowit Laski  <zlaski@apple.com>
1037
1038         * objc.dg/proto-qual-1.m (ROUND, aligned_sizeof): New.
1039         (scan_initial, main): Use aligned_sizeof instead of sizeof.
1040
1041 2004-01-28  Mark Mitchell  <mark@codesourcery.com>
1042
1043         PR c++/13791
1044         * g++.dg/ext/attrib12.C: New test.
1045
1046         PR c++/13736
1047         * g++.dg/parse/cast2.C: New test.
1048
1049 2004-01-27  James E Wilson  <wilson@specifixinc.com>
1050
1051         * objc.dg/encode-2.m (main): New local string.  Set depending on
1052         sizeof long.  Use in sscanf call.
1053         * objc.dg/encode-3.m (main): New local string.  Set depending on
1054         sizeof long.  Use in scan_initial call.
1055
1056 2004-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1057
1058         * objc.dg/call-super-2.m: Make LP64-safe.
1059         * objc.dg/desig-init-1.m: Likewise.
1060
1061 2004-01-27  Devang Patel <dpatel@apple.com>
1062
1063         * g++.dg/debug/namespace1.C: New test.
1064
1065 2004-01-27  Ian Lance Taylor  <ian@wasabisystems.com>
1066
1067         * gcc.dg/const-elim-1.c: Add xfail for strongarm-*-* and
1068         xscale-*-*.
1069
1070         * gcc.dg/arm-mmx-1.c: New test.
1071
1072 2004-01-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
1073
1074         * gcc.dg/20040127-1.c: New test.
1075         * gcc.dg/20040127-2.c: New test.
1076
1077 2004-01-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1078
1079         * objc.dg/stret-1.m (glob): Renamed to globa.
1080
1081 2004-01-26  Mark Mitchell  <mark@codesourcery.com>
1082
1083         PR c++/13663
1084         * g++.dg/expr/for1.C: New test.
1085
1086 2004-01-26  Fariborz Jahanian <fjahanian@apple.com>
1087
1088         PR middle-end/13779
1089         * gcc.dg/darwin-longlong.c: New test.
1090
1091 2004-01-26  Ian Lance Taylor  <ian@wasabisystems.com>
1092
1093         * gcc.dg/20040124-1.c: Moved test from here...
1094         * gcc.c-torture/compile/20040124-1.c: ...to here.
1095
1096 2004-01-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
1097
1098         * gcc.dg/sparc-ret.c: Run only in 32-bit mode.  Don't scan
1099         the assembly output if -m64 is passed.
1100
1101 2004-01-25  Mark Mitchell  <mark@codesourcery.com>
1102
1103         PR c++/13833
1104         * g++.dg/template/cond3.C: New test.
1105
1106 2004-01-25  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1107
1108         PR c++/13810
1109         * g++.dg/template/ttp7.C: New test.
1110
1111 2004-01-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1112
1113         PR c++/13797
1114         * g++.dg/template/nontype4.C: New test.
1115         * g++.dg/template/nontype5.C: Likewise.
1116
1117 2004-01-25  Richard Sandiford  <rsandifo@redhat.com>
1118
1119         * gcc.dg/torture/mips-clobber-at.c: New test.
1120
1121 2004-01-24  Ian Lance Taylor  <ian@wasabisystems.com>
1122
1123         * gcc.dg/20040124-1.c: New test.
1124
1125 2004-01-24  Jakub Jelinek  <jakub@redhat.com>
1126
1127         * gcc.dg/20040123-1.c: New test.
1128
1129 2004-01-23  Zack Weinberg  <zack@codesourcery.com>
1130
1131         * gcc.dg/builtins-30.c: Move dg-warning marks to the proper lines.
1132
1133 2004-01-24  Joseph S. Myers  <jsm@polyomino.org.uk>
1134
1135         * gcc.dg/c90-array-lval-7.c, gcc.dg/c99-array-lval-7.c: New tests.
1136
1137 2004-01-23  Andrew Pinski  <apinski@apple.com>
1138
1139         * gcc.dg/20030121-1.c: Move to ..
1140         * gcc.dg/20040121-1.c: here.
1141
1142 2004-01-23  Roger Sayle  <roger@eyesopen.com>
1143
1144         * gcc.dg/builtins-29.c: New test case.
1145
1146 2004-01-23  Zack Weinberg  <zack@codesourcery.com>
1147
1148         PR 18314
1149         * gcc.dg/builtins-30.c: New testcase.
1150
1151 2004-01-23  Andreas Tobler  <a.tobler@schweiz.ch>
1152
1153         * g++.dg/compat/compat.exp: Add LD_LIBRARY_PATH_32/64 for Solaris.
1154         * lib/g77.exp: Likewise.
1155         * lib/objc.exp: Likewise.
1156         * lib/g++.exp: Likewise.
1157
1158 2004-01-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
1159
1160         * gcc.dg/struct-by-value-2.c: New test.
1161
1162 2004-01-21  Andrew Pinski  <apinski@apple.com>
1163
1164         PR target/13785
1165         * gcc.dg/20030121-1.c: New test.
1166
1167 2004-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
1168
1169         * gcc.dg/20030123-1.c: Add -fno-omit-frame-pointer option.  Do not
1170         clobber frame pointer register in asm statement.
1171
1172 2004-01-21  Falk Hueffner  <falk@debian.org>
1173
1174         * gcc.c-torture/compile/20040121-1.c: New test.
1175
1176 2004-01-21  Zack Weinberg  <zack@codesourcery.com>
1177
1178         * gcc.dg/noncompile/20020213-1.c: Add another dg-warning line.
1179
1180 2004-01-20  Hartmut Penner  <hpenner@de.ibm.com>
1181
1182         * gcc.dg/ppc64-abi-2.c: New test.
1183
1184 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
1185
1186         * lib/treelang.exp: Fill out this file.
1187         * lib/treelang-dg.exp: New File.
1188
1189 2004-01-20  Joseph S. Myers  <jsm@polyomino.org.uk>
1190
1191         * gcc.c-torture/compile/981022-1.c: Remove.
1192         * gcc.dg/array-5.c: Remove XFAIL.
1193         * gcc.dg/sequence-pt-1.c: Remove test using extended lvalues.
1194         * gcc.dg/cast-lvalue-1.c, gcc.dg/compound-lvalue-1.c,
1195         gcc.dg/cond-lvalue-1.c: Update.
1196         * gcc.dg/cast-lvalue-2.c: New test.
1197
1198 2004-01-19  Mark Mitchell  <mark@codesourcery.com>
1199
1200         PR c++/13592
1201         * g++.dg/other/error1.C (class foo): Tweak error message.
1202
1203         PR c++/13592
1204         * g++.dg/template/call2.C: New test.
1205
1206 2004-01-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
1207
1208         * gcc.dg/compat/fnptr-by-value-1_x.c, scalar-by-value-1_y.c
1209         scalar-by-value-3_x.c, scalar-by-value-3_y.c,
1210         scalar-by-value-4_x.c, scalar-by-value-4_y.c,
1211         scalar-return-1_x.c, scalar-return-2_y.c,
1212         scalar-return-3_x.c, scalar-return-3_y.c,
1213         scalar-return-4_x.c, scalar-return-4_y.c,
1214         struct-align-1.h, struct-align-1_x.c,
1215         struct-align-1_y.c, struct-align-2.h,
1216         struct-align-2_x.c, struct-align-2_y.c,
1217         struct-by-value-10_y.c, struct-by-value-11_x.c,
1218         struct-by-value-11_y.c, struct-by-value-12_x.c,
1219         struct-by-value-12_y.c, struct-by-value-13_x.c,
1220         struct-by-value-13_y.c, struct-by-value-14_x.c,
1221         struct-by-value-14_y.c, struct-by-value-15_x.c,
1222         struct-by-value-15_y.c, struct-by-value-16_y.c,
1223         struct-by-value-17_y.c, struct-by-value-18_y.c,
1224         struct-by-value-19_y.c, struct-by-value-1_x.c,
1225         struct-by-value-1_y.c, struct-by-value-20_y.c,
1226         struct-by-value-2_x.c, struct-by-value-2_y.c,
1227         struct-by-value-3_y.c, struct-by-value-4_x.c,
1228         struct-by-value-4_y.c, struct-by-value-5_y.c,
1229         struct-by-value-6_y.c, struct-by-value-7_y.c
1230         struct-by-value-8_x.c, struct-by-value-8_y.c
1231         struct-by-value-9_x.c, struct-by-value-9_y.c
1232         struct-return-10_x.c, struct-return-10_y.c,
1233         struct-return-19_x.c, struct-return-20_x.c
1234         struct-return-2_x.c, struct-return-2_y.c
1235         struct-return-3_x.c: Guard non-C99 tests with SKIP_COMPLEX_INT,
1236         SKIP_ATTRIBUTE and SKIP_ZERO_ARRAY.  Turns SKIPVA into SKIP_VA.
1237
1238 2004-01-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
1239
1240         * gcc.dg/tls/alias-1.c: Add dg-warning for unsupported visibility
1241         attribute on sparc*-sun-solaris2.*.
1242
1243 2004-01-18  Mark Mitchell  <mark@codesourcery.com>
1244
1245         PR c++/13710
1246         * g++.dg/ext/typeof7.C: New test.
1247
1248 2004-01-18  David Edelsohn  <edelsohn@gnu.org>
1249
1250         * gcc.dg/array-quals-1.c: xfail on powerpc*-*-aix*.
1251         * gcc.dg/const-elim-1.c: Same.
1252
1253 2004-01-17  Ziemowit Laski  <zlaski@apple.com>
1254
1255         * objc.dg/stret-1.m: New.
1256         * objc.dg/stret-2.m: New.
1257
1258 2004-01-17  Andrew Pinski  <pinskia@physics.uc.edu>
1259
1260         PR c++/11895
1261         * g++.dg/ext/vector1.C: New test.
1262
1263 2004-01-16  Geoffrey Keating  <geoffk@apple.com>
1264
1265         * gcc.dg/pch/import-1.c: New.
1266         * gcc.dg/pch/import-1.hs: New.
1267         * gcc.dg/pch/import-1a.h: New.
1268         * gcc.dg/pch/import-1b.h: New.
1269         * gcc.dg/pch/import-1c.h: New.
1270
1271 2004-01-16  Mark Mitchell  <mark@codesourcery.com>
1272
1273         PR c++/13574
1274         * g++.dg/ext/array1.C: New test.
1275
1276         PR c++/13178
1277         * g++.dg/conversion/op1.C: New test.
1278
1279 2004-01-16  J"orn Rennecke <joern.rennecke@superh.com>
1280
1281         PR 11864
1282         From Kazumoto Kojima / Dan Kegel:
1283         * gcc.dg/pr11864-1.c: New test.
1284
1285         PR 10392
1286         From Marcus Comstedt / Dan Kegel:
1287         * gcc.dg/pr10392-1.c: New test.
1288
1289 2004-01-16  Mark Mitchell  <mark@codesourcery.com>
1290
1291         PR c++/13478
1292         * g++.dg/init/ref10.C: New test.
1293
1294 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1295
1296         PR c++/13407
1297         * g++.dg/parse/typename6.C: New test.
1298
1299 2004-01-15  Geoffrey Keating  <geoffk@apple.com>
1300
1301         PR pch/13361
1302         * testsuite/g++.dg/pch/wchar-1.C: New.
1303         * testsuite/g++.dg/pch/wchar-1.Hs: New.
1304
1305 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1306
1307         PR c++/9259
1308         * g++.dg/expr/sizeof2.C: New test.
1309
1310 2004-01-15  Kazu Hirata  <kazu@cs.umass.edu>
1311
1312         * gcc.dg/sibcall-3.c: Replace mn10?00 with mn10300.
1313
1314 2004-01-15  Alexandre Oliva  <aoliva@redhat.com>
1315
1316         PR c++/13659
1317         * g++.dg/lookup/strong-using-3.C: New.
1318         * g++.dg/lookup/using-10.C: New.
1319
1320 2004-01-15  Alexandre Oliva  <aoliva@redhat.com>
1321
1322         PR c++/13594
1323         * g++.dg/lookup/strong-using-2.C: New.
1324
1325 2004-01-15  Marcus Comstedt <marcus@mc.pp.se>
1326             Dan Kegel <dank@kegel.com>
1327             J"orn Rennecke <joern.rennecke@superh.com>
1328
1329         PR target/9365
1330         * gcc.dg/pr9365-1.c: New test.
1331
1332 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1333
1334         PR c++/8856
1335         * g++.dg/parse/casting-operator2.C: New test.
1336         * g++.old-deja/g++.pt/explicit83.C: Remove.
1337
1338 2004-01-14  Joseph S. Myers  <jsm@polyomino.org.uk>
1339
1340         * gcc.dg/label-compound-stmt-1.c: New test.
1341         * gcc.c-torture/compile/950922-1.c,
1342         gcc.c-torture/compile/20000211-3.c,
1343         gcc.c-torture/compile/20000518-1.c,
1344         gcc.c-torture/compile/20021108-1.c: Avoid labels at and of
1345         compound statements.
1346
1347 2004-01-14  Hartmut Penner  <hpenner@de.ibm.com>
1348
1349         * gcc.dg/ppc64-abi-1.c: New test.
1350
1351 2004-01-14  Danny Smith  <dannysmith@users.sourceforge.net>
1352
1353          * g++.dg/ext/attrib9.C: Add dg-warnings.
1354
1355 2004-01-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1356
1357         PR c++/12335
1358         * g++.dg/parse/dtor3.C: New test.
1359
1360 2004-01-13  Andrew Pinski  <pinskia@physics.uc.edu>
1361
1362         PR c++/12709
1363         * g++.dg/parse/try-catch-1.C: New test.
1364
1365 2004-01-13  Arnaud Charlet  <charlet@act-europe.fr>
1366
1367         * ada/acats/run_all.sh: Add more verbose output in acats.log
1368         when compiling tests.
1369
1370 2004-01-12  Zack Weinberg  <zack@codesourcery.com>
1371
1372         PR 13656
1373         * gcc.dg/typedef-redecl.c: New test case.
1374         * gcc.dg/typedef-redecl.h: New support file.
1375
1376 2004-01-13  Jan Hubicka  <jh@suse.cz>
1377
1378         * gcc.dg/always_inline.c: New test.
1379         * gcc.dg/debug/20031231-1.c: Fix.
1380
1381 2004-01-13  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1382
1383         PR c++/13474
1384         * g++.dg/template/array3.C: New test.
1385
1386 2004-01-12  Zack Weinberg  <zack@codesourcery.com>
1387
1388         * g++.dg/ext/lvalue1.C: No longer expected to fail.
1389         * g++.dg/warn/Wunused-2.C: Likewise.
1390
1391 2004-01-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1392
1393         PR c++/13289
1394         * g++.dg/template/instantiate6.C: New test.
1395
1396 2004-01-12  Roger Sayle  <roger@eyesopen.com>
1397
1398         PR middle-end/11397
1399         * gcc.dg/special/wkali-2.c: Add dg-require-alias.
1400
1401 2004-01-12  Jan Hubicka  <jh@suse.cz>
1402
1403         PR opt/12826
1404         * gcc.dg/20040112-1.c: New.
1405
1406         * gcc.dg/dwarf-die[1-7].c: Move to...
1407         * gcc.dg/debug/dwarf2/dwarf-die[1-7].c: ... here.
1408         * gcc.dg/debug/dwarf2/dwarf2.exp: New.
1409
1410 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
1411
1412         PR c++/4100
1413         * g++.dg/parse/friend4.C: New test.
1414
1415 2004-01-12  Scott Brumbaugh  <scottb.lists@verizon.net>
1416
1417         PR c++/4100
1418         * g++.old-deja/g++.pt/niklas01a.C: Mark an error where a class
1419         definition is called a friend.
1420
1421 2004-01-11  Zack Weinberg  <zack@codesourcery.com>
1422
1423         * gcc.dg/tls/diag-3.c: Tweak dg-error regexp.
1424
1425 2004-01-11  Ian Lance Taylor  <ian@wasabisystems.com>
1426
1427         PR c++/3478
1428         * g++.dg/parse/error10.C: New test.
1429         * g++.dg/template/arg2.C: Accept "invalid type" error.
1430
1431 2004-01-11  Jakub Jelinek  <jakub@redhat.com>
1432
1433         PR middle-end/13392
1434         * g++.dg/opt/expect2.C: New test.
1435
1436 2004-01-10  Zack Weinberg  <zack@codesourcery.com>
1437
1438         * gcc.dg/Wshadow-1.c, gcc.dg/attr-noinline.c, gcc.dg/decl3.c
1439         * gcc.dg/redecl-1.c, gcc.dg/visibility-7.c, gcc.dg/wtr-static-1.c
1440         * gcc.dg/noncompile/20020220-1.c, objc.dg/method-1.m:
1441         Update dg-error regexps.
1442
1443 2004-01-10  Zack Weinberg  <zack@codesourcery.com>
1444
1445         * gcc.c-torture/compile/20021123-2.c: Delete; dup of 20021120-1.c.
1446         * gcc.c-torture/compile/20021123-3.c: Delete; dup of 20021120-2.c.
1447
1448 2004-01-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
1449
1450         * gcc.dg/pragma-re-1.c: Use right pointer type.
1451
1452 2004-01-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
1453
1454         * g++.dg/eh/simd-1.c: Ajust line number for dg-error line.
1455
1456 2004-01-09  Geoffrey Keating  <geoffk@apple.com>
1457
1458         * gcc.dg/rs6000-ldouble-1.c: New.
1459
1460 2004-01-10  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1461
1462         DR 337
1463         PR c++/9256
1464         * g++.dg/other/abstract1.C: New test.
1465
1466 2004-01-09  Alexandre Oliva  <aoliva@redhat.com>
1467
1468         * g++.dg/lookup/strong-using-1.C: New.
1469
1470 2004-01-09  Joseph S. Myers  <jsm@polyomino.org.uk>
1471
1472         PR c/11234
1473         * gcc.dg/func-ptr-conv-1.c: New test.
1474         * gcc.dg/weak/weak-6.c, gcc.dg/weak/weak-7.c: Update.
1475
1476 2004-01-09  Kazu Hirata  <kazu@cs.umass.edu>
1477
1478         PR target/13380.
1479         * gcc.c-torture/compile/20040109-1.c: New.
1480
1481 2004-01-08  Stuart Hastings  <stuart@apple.com>
1482
1483         * testsuite/gcc.dg/20020523-2.c (bail_if_no_sse): Moved cpu-ID code...
1484         testsuite/gcc.dg/i386-cpuid.h (i386_cpuid): ...to here, to share with...
1485         * testsuite/gcc.dg/i386-sse-6.c: ...this new testcase.
1486
1487 2004-01-09  Alan Modra  <amodra@bigpond.net.au>
1488
1489         * gcc.dg/array-quals-1.c: Accept .data.rel.ro.
1490
1491 2004-01-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
1492
1493         * ada/acats/run_acats: Treat 'gnatchop' the same way
1494         as 'gnatmake'.  Export GCC_DRIVER.
1495         * ada/acats/run_all.sh: Add target_gnatchop.  Use
1496         'host_gnatchop' and 'target_gnatchop' instead of 'gnatshop'.
1497
1498 2004-01-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1499
1500         PR c++/12573
1501         * g++.dg/template/dependent-expr4.C: New test.
1502
1503 2004-01-08  Hartmut Penner  <hpenner@de.ibm.com>
1504
1505         * gcc.dg/altivec-11.c: New test.
1506
1507 2004-01-07  Mark Mitchell  <mark@codesourcery.com>
1508
1509         * g++.dg/abi/vbase10.C: Use -mstructure-size-boundary=8 on ARM.
1510
1511 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
1512
1513         PR c/6024
1514         * gcc.dg/enum-compat-1.c: New test.
1515         * gcc.c-torture/execute/builtin-types-compatible-p.c: Update.
1516
1517 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
1518
1519         PR c/12165
1520         * gcc.dg/array-quals-1.c, gcc.dg/c90-idem-qual-3.c,
1521         gcc.dg/c99-idem-qual-3.c: New tests.
1522
1523 2004-01-07  Alan Modra  <amodra@bigpond.net.au>
1524
1525         * gcc.dg/winline-7.c: Don't cast void * to int.
1526
1527 2004-01-06  Jan Hubicka  <jh@suse.cz>
1528
1529         * gcc.dg/i386-sse-5.c: New test
1530         * g++.dg/eh/simd-1.c: Add -w argument for i386.
1531
1532 2004-01-05  Mark Mitchell  <mark@codesourcery.com>
1533
1534         PR c++/12815
1535         * g++.dg/rtti/typeid4.C: New test.
1536
1537 2004-01-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
1538
1539         * gcc.dg/compat/sdata-section.h: Declare 'abort'.
1540
1541 2004-01-05  Mark Mitchell  <mark@codesourcery.com>
1542
1543         PR c++/12132
1544         * g++.dg/template/error11.C: New test.
1545
1546         PR c++/13451
1547         * g++.dg/template/class2.C: New test.
1548
1549 2004-01-05  Nathan Sidwell  <nathan@codesourcery.com>
1550         Richard Sandiford <rsandifo@redhat.com>
1551
1552         PR c++/13387
1553         * g++.dg/opt/alias3.C: New test.
1554
1555 2004-01-04  Mark Mitchell  <mark@codesourcery.com>
1556
1557         PR c++/13157
1558         * g++.dg/template/koenig3.C: New test.
1559
1560         PR c++/13529
1561         * g++.dg/parse/offsetof3.C: New test.
1562
1563         * g++.dg/init/copy7.C: Add missing dg-error markers.
1564
1565         PR c++/12226
1566         * g++.dg/init/copy7.c: New test.
1567
1568         PR c++/13536
1569         * g++.dg/parse/cast1.C: New test.
1570
1571 2004-01-04  Jan Hubicka  <jh@suse.cz>
1572
1573         * gcc.dg/winline[1-7].c: New tests.
1574
1575 2004-01-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1576
1577         PR c++/13520
1578         * g++.dg/template/qualttp22.C: New test.
1579
1580 2004-01-01  Jan Hubicka  <jh@suse.cz>
1581
1582         * gcc.dg/debug/20031231-1.c: New.
1583         * gcc.c-torture/compile/20040101-1.c: New.
1584         * gcc.dg/dwarf-die-[1-7].c: New.
1585
1586 2004-01-01  Jakub Jelinek  <jakub@redhat.com>
1587
1588         PR optimization/13521
1589         * gcc.c-torture/compile/20031231-1.c: New test.
1590
1591 2003-12-30  Kazu Hirata  <kazu@cs.umass.edu>
1592
1593         * gcc.dg/sibcall-4.c: Replace mn10?00 with mn10300.
1594
1595 2003-12-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1596
1597         PR c++/10079
1598         * g++.dg/template/crash16.C: New test.
1599
1600 2003-12-30  Mark Mitchell  <mark@codesourcery.com>
1601
1602         * g++.dg/abi/vbase10.C: XFAIL on arm*-*-*.
1603
1604 2003-12-30  Kazu Hirata  <kazu@cs.umass.edu>
1605
1606         * g++.old-deja/g++.jason/thunk2.C: Remove traces of dead
1607         ports.
1608         * g++.old-deja/g++.jason/thunk3.C: Likewise.
1609         * g++.old-deja/g++.law/profile1.C: Likewise.
1610         * gcc.c-torture/compile/981006-1.c: Likewise.
1611         * gcc.c-torture/execute/loop-2e.x: Likewise.
1612         * gcc.c-torture/execute/loop-2f.x: Remove.
1613         * gcc.c-torture/execute/loop-2g.x: Likewise.
1614         * gcc.c-torture/execute/strct-varg-1.x: Likewise.
1615         * gcc.dg/20020312-2.c: Remove traces of dead ports.
1616
1617 2003-12-30  Nathan Sidwell  <nathan@codesourcery.com>
1618
1619         PR c++/13507
1620         * g++.dg/ext/attrib11.C: New test.
1621
1622         PR c++/13494
1623         * g++.dg/template/array2-1.C: New test.
1624         * g++.dg/template/array2-2.C: New test.
1625
1626 2003-12-29  Mark Mitchell  <mark@codesourcery.com>
1627
1628         * g++.old-deja/g++.pt/static11.C: Correct XFAIL syntax.
1629
1630 2003-12-29  Nathan Sidwell  <nathan@codesourcery.com>
1631
1632         PR c++/12774
1633         * g++.dg/template/array1-1.C: New test.
1634         * g++.dg/template/array1-2.C: New test.
1635
1636 2003-12-29  Roger Sayle  <roger@eyesopen.com>
1637
1638         PR fortran/12632
1639         * g77.dg/12632.f: New test case.
1640
1641 2003-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1642
1643         PR c++/13289
1644         * g++.dg/parse/nontype1.C: New test.
1645
1646 2003-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1647
1648         PR c++/12403
1649         * g++.dg/parse/explicit1.C: New test.
1650         * g++.old-deja/g++.pt/explicit71.C: Adjust expected error.
1651
1652 2003-12-28  Mark Mitchell  <mark@codesourcery.com>
1653
1654         PR c++/13081
1655         * g++.dg/opt/inline6.C: New test.
1656
1657         PR c++/12613
1658         * g++.dg/parse/error9.C: New test.
1659
1660         * gcc.dg/const-elim-1.c: XFAIL on arm-*-*.
1661
1662 2003-12-28  Mark Mitchell  <mark@codesourcery.com>
1663
1664         PR c++/13009
1665         * g++.dg/init/assign1.C: New test.
1666
1667 2003-12-28  Roger Sayle  <roger@eyesopen.com>
1668
1669         PR c++/13070
1670         * g++.dg/warn/format3.C: New test case.
1671
1672 2003-12-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1673
1674         * gcc.c-torture/compile/20031227-1.c: New test.
1675
1676 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
1677
1678         * g++.dg/bprob/bprob.exp: Load target-supports.exp
1679         * g77.dg/bprob/bprob.exp: Likewise.
1680         * gcc.misc-tests/bprob.exp: Likewise.
1681         * gcc.dg/builtins-18.c: Use builtins-config.h.  Do not test float
1682         variants on systems where the library does not provide that
1683         functionality.
1684         * gcc.dg/builtins-20.c: Use builtins-config.h.
1685         * gcc.dg/builtins-config.h: New file.
1686
1687 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
1688
1689         * lib/gcc-dg.exp (dg-require-profiling): New function.
1690         * lib/target-supports.exp (check_profiling_available): Likewise.
1691         * g++.dg/bprob/bprob.exp: Use check_profiling_available.
1692         * g77.dg/bprob/bprob.exp: Likewise.
1693         * gcc.misc-tests/bprob.exp: Likewise.
1694         * g++.old-deja/g++.law/profile1.C: Use dg-require-profiling.
1695         * gcc.dg/20021014-1.c: Likewise.
1696         * gcc.dg/nest.c: Likewise.
1697
1698 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
1699
1700         * g++.dg/lookup/java1.C: Use -fdollars-in-identifiers when
1701         compiling.
1702         * g++.dg/lookup/java2.C: Likewise.
1703         * gcc.dg/cpp/lexident.c: Likewise.
1704
1705 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
1706
1707         * gcc.c-torture/compile/20020604-1.c: XFAIL on H8 if -mn is
1708         given.
1709         * gcc.c-torture/compile/961203-1.c: Likewise.
1710         * gcc.c-torture/compile/980506-1.c: Likewise.
1711
1712 2003-12-23  Zack Weinberg  <zack@codesourcery.com>
1713
1714         * lib/gcc-dg.exp (dg-prune-output): New annotation.
1715         (additional_prunes): New global.
1716         (gcc-dg-prune): Handle additional per-test pruning.
1717         (dg-test): Clear additional_prunes between tests.
1718
1719         * gcc.c-torture/compile/920625-1.c: Remove xfail.  Use
1720         dg-prune-output to avoid spurious failures from assembler
1721         complaining about nonexistent WAW violations.
1722         * gcc.c-torture/compile/981223-1.c: Remove dg-options line.
1723         Use dg-prune-output to avoid spurious failures from assembler
1724         warning about Itanium B-step errata.
1725
1726 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
1727
1728         * g++.dg/abi/macro0.C: New test.
1729         * g++.dg/abi/macro1.C: Likewise.
1730         * g++.dg/abi/macro2.C: Likewise.
1731
1732         * g++.dg/abi/bitfield5.C: Add explicit -fabi-version=1 option.
1733         * g++.dg/abi/bitfield7.C: Likewise.
1734         * g++.dg/abi/dtor2.C: Likewise.
1735         * g++.dg/abi/mangle11.C: Likewise.
1736         * g++.dg/abi/mangle12.C: Likewise.
1737         * g++.dg/abi/mangle14.C: Likewise.
1738         * g++.dg/abi/mangle17.C: Likewise.
1739         * g++.dg/abi/vbase10.C: Likewise.
1740         * g++.dg/abi/vbase14.C: Likewise.
1741         * g++.dg/template/qualttp17.C: Likewise.
1742
1743 2003-12-21  Andrew Pinski  <pinskia@physics.uc.edu>
1744
1745         PR c/11995
1746         * gcc.dg/20031223-1.c: New test.
1747
1748 2003-12-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
1749
1750         * gcc.dg/noreturn-7.c: New test.
1751
1752 2003-12-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
1753
1754         * gcc.dg/null-pointer-1.c: New test.
1755
1756 2003-12-22  Mark Mitchell  <mark@codesourcery.com>
1757
1758         * g++.old-deja/g++.jason/template18.C: Remove.
1759         * g++.old-deja/g++.jason/template37.C: Likewise.
1760
1761         PR c++/12862
1762         * g++.dg/lookup/ns1.C: New test.
1763
1764         PR c++/12397
1765         * g++.dg/template/lookup3.C: New test.
1766
1767 2003-12-22  Andrew Pinski  <pinskia@physics.uc.edu>
1768
1769         * g++.dg/template/recurse1.C: New test
1770
1771 2003-12-22  Mark Mitchell  <mark@codesourcery.com>
1772
1773         PR c++/12479
1774         * g++.dg/parse/semicolon1.C: New test.
1775         * g++.dg/parse/semicolon1.h: Likewise.
1776
1777 2003-12-22  Fariborz Jahanian <fjahanian@apple.com>
1778
1779         * gcc.dg/darwin-misaligned.c: New test.
1780
1781 2003-12-22  Andrew Pinski  <pinskia@physics.uc.edu>
1782
1783         PR c/9163
1784         * gcc.dg/20031222-1.c: New test.
1785
1786 2003-12-21  Mark Mitchell  <mark@codesourcery.com>
1787
1788         PR c++/13438
1789         * g++.dg/parse/error8.C: New test.
1790
1791         PR c++/11554
1792         * testsuite/g++.dg/warn/ctor-init-1.C: New test.
1793
1794 2003-12-21  Kazu Hirata  <kazu@cs.umass.edu>
1795
1796         * gcc.c-torture/compile/20020910-1.c: Disable if __INT_MAX is
1797         too small.
1798         * gcc.c-torture/compile/930217-1.c: Likewise.
1799         * gcc.c-torture/compile/930513-1.c: Likewise.
1800         * gcc.c-torture/execute/920908-2.c: Likewise.
1801         * gcc.c-torture/execute/921204-1.c: Likewise.
1802         * gcc.c-torture/execute/930621-1.c: Likewise.
1803         * gcc.c-torture/execute/930630-1.c: Likewise.
1804         * gcc.c-torture/execute/931031-1.c: Likewise.
1805         * gcc.c-torture/execute/980602-2.c: Likewise.
1806         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
1807         * gcc.c-torture/execute/compndlit-1.c: Likewise.
1808         * gcc.c-torture/execute/extzvsi.c: Likewise.
1809         * gcc.c-torture/unsorted/ext.c: Likewise.
1810
1811 2003-12-20  Andrew Pinski  <pinskia@gcc.gnu.org>
1812
1813         PR target/12749
1814         * gcc.c-torture/compile/20031220-2.c: New test case.
1815
1816 2003-12-20  Roger Sayle  <roger@eyesopen.com>
1817
1818         PR optimization/13031
1819         * gcc.c-torture/compile/20031220-1.c: New test case.
1820
1821 2003-12-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
1822
1823         * gcc.dg/cast-function-1.c: New test.
1824
1825 2003-12-19  Joseph S. Myers  <jsm@polyomino.org.uk>
1826
1827         * gcc.dg/format/ext-1.c: Allow 'I' flag on floating point decimal
1828         formats.
1829
1830 2003-12-19  Mark Mitchell  <mark@codesourcery.com>
1831
1832         PR c++/12795
1833         * g++.dg/ext/attrib10.C: New test.
1834
1835 2003-12-19  Jakub Jelinek  <jakub@redhat.com>
1836
1837         * gcc.dg/cleanup-10.c: New test.
1838         * gcc.dg/cleanup-11.c: New test.
1839
1840 2003-12-19  Jakub Jelinek  <jakub@redhat.com>
1841
1842         PR c++/13239
1843         * g++.dg/opt/expect1.C: New test.
1844
1845 2003-12-19  Hartmut Penner  <hpenner@de.ibm.com>
1846
1847         * gcc.dg/altivec-varargs-1.c: Enable testcase on ppc linux.
1848
1849 2003-12-18  Andrew Pinski  <pinskia@physics.uc.edu>
1850
1851         PR debug/12923
1852         * gcc.dg/20031218-1.c: New test.
1853
1854         PR debug/12389
1855         * gcc.dg/20031218-2.c: New test.
1856         * gcc.dg/20031218-3.c: New test.
1857
1858         * g++.dg/abi/mangle18-1.C: Modify regexp to test for `[: \t\n]' at end
1859         of label name and allow for USER_LABEL_PREFIX == "_" names.
1860         * g++.dg/abi/mangle18-2.C: Likewise.
1861         * g++.dg/abi/mangle19-1.C: Likewise.
1862         * g++.dg/abi/mangle19-2.C: Likewise.
1863         * g++.dg/abi/mangle20-1.C: Likewise.
1864         * g++.dg/abi/mangle20-2.C: Likewise.
1865
1866 2003-12-18  Richard Henderson  <rth@redhat.com>
1867
1868         * gcc.dg/bitfld-1.c: Expect warnings for enum bitfields.
1869
1870 2003-12-18  Steven Bosscher  <steven@gcc.gnu.org>
1871             Dan Kegel <dank@kegel.com>
1872
1873         PR other/12009
1874         * g++.dg/compat/compat.exp:  Do not set LD_LIBRARY_PATH when
1875         testing a cross compiler, it causes spurious compile failures.
1876         * lib/g++.exp: Likewise.
1877
1878 2003-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1879
1880         PR c++/13262
1881         * g++.dg/template/access13.C: New test.
1882
1883 2003-12-18  Ulrich Weigand  <uweigand@de.ibm.com>
1884
1885         * gcc.dg/20031216-1.c: New test.
1886
1887 2003-12-18  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1888
1889         PR c++/9154
1890         * g++.dg/template/error10.C: New test.
1891
1892 2003-12-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
1893
1894         * g++.dg/eh/simd-1.C: XFAIL on SPARC.
1895         * g++.dg/eh/simd-2.C: Likewise.
1896
1897 2003-12-17  James E Wilson  <wilson@specifixinc.com>
1898             Roger Sayle  <roger@eyesopen.com>
1899
1900         * gcc.c-torture/execute/ieee/mzero5.c: New.
1901
1902 2003-12-17  Mark Mitchell  <mark@codesourcery.com>
1903
1904         PR c++/10603
1905         * g++.dg/parse/error6.C: New test.
1906
1907         PR c++/12827
1908         * g++.dg/parse/error7.C: New test.
1909
1910 2003-12-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
1911
1912         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Do not run debug-[12].c
1913         at -O with stabs debugging formats.
1914         * gcc.dg/debug/debug-1.c: Turn 'p' into a global variable.
1915         * gcc.dg/debug/debug-2.c: Likewise.
1916
1917 2003-12-16  Mark Mitchell  <mark@codesourcery.com>
1918
1919         PR c++/12696
1920         * g++.dg/init/error1.C: New test.
1921
1922         PR c++/12218
1923         * g++.dg/init/pm3.C: New test.
1924
1925 2003-12-17  Joseph S. Myers  <jsm@polyomino.org.uk>
1926
1927         PR c/3347
1928         * gcc.dg/bitfld-8.c: New test.
1929
1930 2003-12-16  James Lemke  <jim@wasabisystems.com>
1931
1932         * gcc.dg/arm-scd42-[123].c: New tests.
1933
1934 2003-12-16  Nathan Sidwell  <nathan@codesourcery.com>
1935
1936         PR c++/9043
1937         * g++.dg/abi/mangle20-1.C: New test.
1938         * g++.dg/abi/mangle20-2.C: New test.
1939
1940 2003-12-16  Mark Mitchell  <mark@codesourcery.com>
1941
1942         PR c++/13275
1943         * g++.dg/other/offsetof2.C: Remove XFAIL.
1944         * g++.dg/parse/offsetof1.C: New test.
1945         * g++.gd/parse/offsetof2.C: Likewise.
1946
1947 2003-12-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1948
1949         * g++.dg/template/nontype3.C: New test.
1950         * g++.dg/template/static2.C: Tweaked the dg-error clause.
1951
1952 2003-12-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1953
1954         * g++.dg/warn/noreturn-3.C: Also test instantiation.
1955
1956 2003-12-16  Nathan Sidwell  <nathan@codesourcery.com>
1957
1958         PR c++/13387
1959         * g++.dg/expr/assign1.C: New test.
1960
1961         PR c++/13242
1962         * g++.dg/abi/mangle19-1.C: New test.
1963         * g++.dg/abi/mangle19-2.C: New test.
1964
1965 2003-12-16  Hartmut Penner  <hpenner@de.ibm.com>
1966
1967         * testsuite/gcc.dg/altivec-10.c: Test vec_cmple and vec_all_numeric.
1968
1969 2003-12-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
1970
1971         * gcc.c-torture/execute/20031216-1.c: New test.
1972
1973 2003-12-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1974
1975         * g++.dg/template/ptrmem7.C: Simplified the test case to not hit
1976         an ICE regression.
1977
1978 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
1979
1980         PR c++/10926
1981         * g++.dg/template/error9.C: New test.
1982
1983         PR c++/11116
1984         * g++.dg/template/error8.C: New test.
1985
1986 2003-12-15  Roger Sayle  <roger@eyesopen.com>
1987
1988         PR middle-end/13400
1989         * gcc.c-torture/execute/20031215-1.c: New test case.
1990
1991 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
1992
1993         PR c++/13269
1994         * g++.dg/parse/error5.C: New test.
1995
1996         PR c++/12989
1997         * g++.dg/expr/sizeof1.C: New test.
1998
1999         PR c++/13310
2000         * g++.dg/template/crash15.C: New test.
2001
2002 2003-12-15  Geoffrey Keating  <geoffk@apple.com>
2003
2004         * g++.old-deja/g++.pt/vaarg3.C: Don't expect an error for passing
2005         a non-POD type as the last named parameter of a varargs function.
2006
2007 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
2008
2009         PR c++/13243
2010         PR c++/12573
2011         * g++.dg/template/crash14.C: New test.
2012         * g++.dg/template/dependent-expr3.C: Add dg-error markers.
2013
2014 2003-12-15  Nathan Sidwell  <nathan@codesourcery.com>
2015
2016         * g++.dg/other/java1.C: New test.
2017
2018         PR c++/13241
2019         * g++.dg/abi/mangle18-1.C: New test.
2020         * g++.dg/abi/mangle18-2.C: New test.
2021
2022 2003-12-15  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2023
2024         PR optimization/10312
2025         * gcc.c-torture/execute/20031214-1.c: New.
2026
2027 2003-12-14  Mark Mitchell  <mark@codesourcery.com>
2028
2029         PR c++/10779
2030         PR c++/12160
2031         * g++.dg/parse/error3.C: New test.
2032         * g++.dg/parse/error4.C: Likewise.
2033         * g++.dg/abi/mangle4.C: Tweak error messages.
2034         * g++.dg/lookup/using5.C: Likewise.
2035         * g++.dg/other/error2.C: Likewise.
2036         * g++.dg/parse/typename5.C: Likewise.
2037         * g++.dg/parse/undefined1.C: Likewise.
2038         * g++.dg/template/arg2.C: Likewise.
2039         * g++.dg/template/ttp3.C: Likewise.
2040         * g++.dg/template/type1.C: Likewise.
2041         * g++.old-deja/g++.other/crash32.C: Likewise.
2042         * g++.old-djea/g++.pt/defarg8.C: Likewise.
2043
2044 2003-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2045
2046         PR c++/13106
2047         * g++.dg/warn/noreturn-3.C: New test.
2048
2049 2003-12-12  Nathan Sidwell  <nathan@codesourcery.com>
2050
2051         PR c++/13118
2052         * g++.dg/abi/covariant3.C: New.
2053
2054 2003-12-12  Jakub Jelinek  <jakub@redhat.com>
2055
2056         * g++.dg/eh/ia64-1.C: New test.
2057
2058 2003-12-12  Roger Sayle  <roger@eyesopen.com>
2059
2060         PR optimization/13037
2061         * g77.f-torture/execute/13037.f: New test case.
2062
2063 2003-12-12  Nathan Sidwell  <nathan@codesourcery.com>
2064
2065         PR c++/12881
2066         * g++.dg/abi/covariant2.C: New.
2067
2068 2003-12-12  Neil Booth  <neil@daikokuya.co.uk>
2069
2070         * testsuite/gcc.dg/cpp/trad/macro.c: New tests.
2071
2072 2003-12-11  Zack Weinberg  <zack@codesourcery.com>
2073
2074         * gcc.c-torture/execute/wchar_t-1.x: Delete.
2075
2076 2003-12-10  Robert Schiele  <rschiele@uni-mannheim.de>
2077
2078         PR other/10819
2079         * lib/gcc.exp (default_gcc_version): Do not match NL/CR characters
2080         to fix Bug 10819.
2081         * lib/g++.exp (g++_version): Likewise.
2082         * lib/g77.exp (g77_version): Likewise.
2083         * lib/objc.exp (default_objc_version): Likewise.
2084
2085 2003-12-10  Richard Henderson  <rth@redhat.com>
2086
2087         * gcc.c-torture/execute/wchar_t-1.c: Convert to utf-8.
2088
2089         * gcc.dg/intermod-1.c: Adjust assembler scan pattern for alpha.
2090
2091 2003-12-08  Matt Austern  <austern@apple.com>
2092
2093         PR c/13134
2094         * lib/gcc-dg.exp (dg-require-visibility): Define.
2095         * lib/target-supports (check_visibility_available): Define.
2096         * gcc.dg/visibility-1.c: New test.
2097         * gcc.dg/visibility-2.c: Likewise.
2098         * gcc.dg/visibility-3.c: Likewise.
2099         * gcc.dg/visibility-4.c: Likewise.
2100         * gcc.dg/visibility-5.c: Likewise.
2101         * gcc.dg/visibility-6.c: Likewise.
2102         * g++.dg/ext/visibility-1.C: Likewise.
2103         * g++.dg/ext/visibility-2.C: Likewise.
2104         * g++.dg/ext/visibility-3.C: Likewise.
2105         * g++.dg/ext/visibility-4.C: Likewise.
2106         * g++.dg/ext/visibility-5.C: Likewise.
2107         * g++.dg/ext/visibility-6.C: Likewise.
2108
2109 2003-12-07  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2110
2111         * g++.dg/lookup/java1.C: New test.
2112         * g++.dg/lookup/java2.C: New test.
2113
2114 2003-12-07  Falk Hueffner  <falk@debian.org>
2115
2116         * g++.dg/opt/noreturn-1.C: New test.
2117
2118 2003-12-07  Wolfgang Bangerth  <bangerth@dealii.org>
2119
2120         * gcc.dg/overflow-1.c: New test.
2121
2122 2003-12-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
2123
2124         * g77.f-torture/compile/13060.f: New test.
2125
2126 2003-12-06  Mark Mitchell  <mark@codesourcery.com>
2127
2128         PR c++/13323
2129         * g++.dg/inherit/operator2.C: New test.
2130
2131 2003-12-05  Mark Mitchell  <mark@codesourcery.com>
2132
2133         PR c++/13305
2134         * g++.dg/ext/attrib9.C: New test.
2135
2136 2003-12-05  Mark Mitchell  <mark@codesourcery.com>
2137
2138         PR c++/13314
2139         * g++.dg/template/error7.C: New test.
2140
2141 2003-12-05  Stuart Menefy <stuart.menefy@st.com>
2142             J"orn Rennecke <joern.rennecke@superh.com>
2143
2144         PR target/13302
2145         * g++.dg/other/struct-va_list.C: New test.
2146
2147 2003-12-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2148
2149         PR c++/13166
2150         * g++.dg/parse/defarg6.C: New test.
2151
2152 2003-12-05  Hans-Peter Nilsson  <hp@axis.com>
2153
2154         PR target/13256
2155         * gcc.c-torture/execute/20031201-1.c: New test.
2156
2157 2003-12-05  Arnaud Charlet  <charlet@act-europe.fr>
2158
2159         * ada/acats/run_acats: Add checks against missing gnatlib/gnattools.
2160
2161 2003-12-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
2162
2163         * gcc.dg/builtin-return-1.c: New test.
2164
2165 2003-12-04  Stuart Menefy <stuart.menefy@st.com>
2166             J"orn Rennecke <joern.rennecke@superh.com>
2167
2168         PR optimization/13260
2169         * gcc.c-torture/execute/20031204-1.c: New test.
2170
2171 2003-12-03  Mark Mitchell  <mark@codesourcery.com>
2172
2173         PR c++/9127
2174         * g++.dg/template/error6.C: New test.
2175
2176 2003-12-03  Jakub Jelinek  <jakub@redhat.com>
2177
2178         * gcc.dg/20031202-1.c: New test.
2179
2180 2003-12-03  Mark Mitchell  <mark@codesourcery.com>
2181
2182         PR c++/13179
2183         * g++.dg/template/eh1.C: New test.
2184
2185         PR c++/10771
2186         * g++.dg/template/error5.C: New test.
2187
2188 2003-12-02  David Ung  <davidu@mips.com>
2189
2190         * gcc.dg/compat/vector-check.h: Corrected type for var
2191         g_##TMODE
2192
2193 2003-12-02  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2194
2195         PR c++/10126
2196         * g++.dg/template/ptrmem8.C: New test.
2197
2198 2003-12-02  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2199
2200         PR c++/12573
2201         * g++.dg/template/dependent-expr3.C: New test.
2202
2203 2003-12-01  James Lemke  <jim@wasabisystems.com>
2204
2205         * gcc.dg/arm-g2.c: New test.
2206
2207 2003-12-01  Roger Sayle  <roger@eyesopen.com>
2208
2209         PR optimization/11634
2210         * gcc.dg/20031201-2.c: New test case.
2211
2212 2003-12-01  Zack Weinberg  <zack@codesourcery.com>
2213
2214         PR 11433
2215         * objc.dg/proto-lossage-3.m: New test.
2216
2217 2003-12-01  Roger Sayle  <roger@eyesopen.com>
2218
2219         PR optimization/12628
2220         * gcc.dg/20031201-1.c: New test case.
2221
2222 2003-12-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
2223
2224         * gcc.dg/unaligned-1.c: New test.
2225
2226 2003-11-30  Mark Mitchell  <mark@codesourcery.com>
2227
2228         PR c++/9849
2229         * g++.dg/template/error4.C: New test.
2230         * g++.dg/template/nested3.C: Adjust error markers.
2231
2232 2003-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2233
2234         * gcc.dg/cpp/assert4.c: Check more #system assertions.
2235
2236 2003-11-29  Joseph S. Myers  <jsm@polyomino.org.uk>
2237
2238         PR c/10333
2239         * gcc.dg/bitfld-7.c: New test.
2240
2241 2003-11-29  Richard Sandiford  <rsandifo@redhat.com>
2242
2243         * gcc.dg/tls/asm-1.C: New test.
2244
2245 2003-11-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2246
2247         * gcc.dg/cpp/assert4.c: Update.
2248
2249 2003-11-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
2250
2251         * gcc.dg/builtin-apply2.c: Set size of stack argument data to 64.
2252         * gcc.dg/builtin-apply3.c: New test.
2253
2254 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
2255
2256         * lib/compat.exp (compat-obj): New xfaildata parameter.
2257         Use it to set compiler_conditional_xfail_data before compiling.
2258         (compat-get-options): Handle dg-xfail-if.
2259         (compat-execute): Retrieve XFAIL data and pass them to compat-obj.
2260         * gcc.dg/compat/vector-1_x.c: XFAIL on SPARC.
2261         * gcc.dg/compat/vector-1_y.c: Likewise.
2262         * gcc.dg/compat/vector-2_x.c: Likewise.
2263         * gcc.dg/compat/vector-2_y.c: Likewise.
2264
2265 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
2266
2267         * g++.dg/opt/reg-stack4.C: New test.
2268
2269 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
2270
2271         * gcc.dg/builtin-apply2.c: New test.
2272
2273 2003-11-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
2274
2275         * gcc.c-torture/compile/20031023-4.c: Don't XFAIL on SPARC64.
2276
2277 2003-11-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2278
2279         PR c++/12924
2280         * g++.dg/template/template-id-2.C: New test.
2281
2282 2003-11-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2283
2284         PR c++/5369
2285         * g++.dg/template/memfriend1.C: New test.
2286         * g++.dg/template/memfriend2.C: Likewise.
2287         * g++.dg/template/memfriend3.C: Likewise.
2288         * g++.dg/template/memfriend4.C: Likewise.
2289         * g++.dg/template/memfriend5.C: Likewise.
2290         * g++.dg/template/memfriend6.C: Likewise.
2291         * g++.dg/template/memfriend7.C: Likewise.
2292         * g++.dg/template/memfriend8.C: Likewise.
2293         * g++.old-deja/g++.pt/friend44.C: Remove a bogus error.
2294
2295 2003-11-21  Mark Mitchell  <mark@codesourcery.com>
2296
2297         PR c++/12515
2298         * g++.dg/ext/cond1.C: New test.
2299
2300 2003-11-20  Richard Henderson  <rth@redhat.com>
2301
2302         * gcc.dg/20020201-2.c: Remove.
2303         * gcc.dg/20020201-4.c: Remove.
2304         * gcc.dg/20020304-1.c: Remove.
2305
2306 2003-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
2307
2308         * gcc.dg/cpp/trad/xwin1.c: New test case.
2309
2310 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
2311
2312         * g++.dg/compat/compat.exp: Add DYLD_LIBRARY_PATH for darwin.
2313         * lib/g77.exp: Likewise.
2314         * lib/objc.exp: Likewise.
2315         * lib/g++.exp: Likewise, add -multiply_defined suppress flag
2316         for darwin.
2317
2318 2003-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2319
2320         PR c++/12932
2321         * g++.dg/template/static5.C: New test.
2322
2323 2003-11-18  Joseph S. Myers  <jsm@polyomino.org.uk>
2324
2325         * gcc.dg/nested-func-1.c: New test.
2326
2327 2003-11-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2328
2329         * gcc.dg/cpp/assert4.c: New test.
2330
2331 2003-11-14  Giovanni Bajo  <giovannibajo@libero.it>
2332
2333         PR c++/2294
2334         * g++.dg/lookup/using9.c: New test.
2335
2336 2003-11-14  Mark Mitchell  <mark@codesourcery.com>
2337
2338         PR c++/12762
2339         * g++.dg/template/error3.C: New test.
2340
2341 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
2342
2343         PR ada/13035
2344         * ada/acats/run_acats, run_all.sh: Fix syntax error.
2345         No longer use a wrapper for gcc, since this does not work under
2346         Windows.
2347
2348 2003-11-14  Giovanni Bajo  <giovannibajo@libero.it>
2349
2350         PR c++/2094
2351         * g++.dg/template/ptrmem7.C: New test.
2352
2353 2003-11-13  Andrew Pinski <apinski@apple.com>
2354
2355         * gcc.c-torture/compile/20031113-1.c: New test.
2356
2357 2003-11-13  Mark Mitchell  <mark@codesourcery.com>
2358             Kean Johnston <jkj@sco.com>
2359
2360         PR c/13029
2361         * gcc.dg/unused-4.c: Update.
2362
2363 2003-11-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
2364
2365         * g++.dg/opt/const3.C: New test.
2366
2367 2003-11-13  Jan Hubicka  <jh@suse.cz>
2368
2369         * gcc.c-torture/compile/20031112-1.c: New test.
2370
2371 2003-11-12  Mark Mitchell  <mark@codesourcery.com>
2372
2373         * g++.dg/parse/crash10.C: Remove bogus error marker.
2374
2375 2003-11-12  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2376
2377         * ada/acats/run_acats (host_gnatmake): Use type in a /bin/sh script.
2378         (host_gcc): Likewise.
2379         (ROOT): Honor $PWDCMD.
2380         (BASE): Likewise.
2381         * ada/acats/run_all.sh (dir): Honor $PWDCMD.
2382
2383 2003-11-12  Catherine Moore  <clm@redhat.com>
2384
2385         * gcc.c-torture/execute/20020720-1.x:  Add xfail for frv-*-*.
2386
2387 2003-11-12  Andreas Jaeger  <aj@suse.de>
2388             Jakub Jelinek  <jakub@redhat.com>
2389             Andrew Pinski  <pinskia@physics.uc.edu>
2390             Richard Henderson  <rth@redhat.com>
2391
2392         * gcc.dg/c90-const-expr-2.c (foo): Avoid extra warning on 64-bit
2393         systems.
2394         * gcc.dg/c99-const-expr-2.c (foo): Likewise.
2395
2396         * gcc.dg/20030926-1.c: Make it work on x86_64 systems.
2397         * gcc.dg/i386-pentium4-not-mull.c: Likewise.
2398
2399 2003-11-11  Andreas Jaeger  <aj@suse.de>
2400
2401         * gcc.c-torture/execute/20020720-1.x: Test passes also on x86_64.
2402
2403         * gcc.c-torture/execute/20020227-1.x: Test passes also on x86_64.
2404
2405 2003-11-10  Arnaud Charlet  <charlet@act-europe.fr>
2406
2407         * ada/acats/run_all.sh: Add handling of unsupported (tasking) tests.
2408         Clean ups.
2409
2410 2003-11-10  Waldek Hebisch  <hebisch@math.uni.wroc.pl>
2411
2412         * gcc.dg/trampoline-1.c: New test.
2413
2414 2003-11-09  Andrew Pinski  <pinskia@physics.uc.edu>
2415
2416         * gcc.c-torture/compile/200031109-1.c: New test.
2417
2418 2003-11-08  Joseph S. Myers  <jsm@polyomino.org.uk>
2419
2420         PR c/3190
2421         PR c/8714
2422         * gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
2423         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/ext3.c,
2424         gcc.dg/format/no-y2k-1.c: Update.
2425
2426 2003-11-08  Roger Sayle  <roger@eyesopen.com>
2427
2428         PR optimization/10467
2429         * gcc.dg/20031108-1.c: New test case.
2430
2431 2003-11-07  Geoffrey Keating  <geoffk@apple.com>
2432
2433         * gcc.dg/pch/warn-1.c: Allow for more helpful error message.
2434
2435 2003-11-08  Joseph S. Myers  <jsm@polyomino.org.uk>
2436
2437         * gcc.dg/compound-lvalue-1.c: New test.
2438         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Remove
2439         some XFAILs.
2440
2441 2003-11-06  Geoffrey Keating  <geoffk@apple.com>
2442
2443         * gcc.dg/altivec-varargs-1.c: New test.
2444
2445 2003-11-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
2446
2447         * gcc.c-torture/compile/20031023-4.c: XFAIL on SPARC64
2448         * gcc.c-torture/compile/simd-5.c: XFAIL on SPARC64 at -O0 and -O1.
2449         * gcc.c-torture/execute/simd-4.x: New file.  XFAIL on SPARC at -O0.
2450         * gcc.c-torture/execute/va-arg-25.x: New file.  XFAIL on SPARC.
2451         * gcc.dg/uninit-C.c: XFAIL on non 64-bit Solaris versions.
2452
2453 2003-11-05  Joseph S. Myers  <jsm@polyomino.org.uk>
2454
2455         * gcc.dg/cond-lvalue-1.c: New test.
2456
2457 2003-11-05  Gernot Hillier  <gernot.hillier@siemens.com>
2458
2459         * g++.old-deja/g++.pt/asm1.C: Enable for e.g. x86_64-*-linux-gnu.
2460
2461 2003-11-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2462
2463         PR c++/11616
2464         * g++.dg/template/instantiate5.C: New test.
2465
2466 2003-11-03  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2467
2468         PR c++/12726
2469         * g++.dg/ext/complit2.C: Replace test with self-contained version.
2470         * ChangeLog: Add missing first entry for above test.
2471
2472 2003-11-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2473
2474         PR c++/9810
2475         * g++.dg/template/using8.C: New test.
2476         * g++.old-deja/g++.other/access11.C: Adjust expected error location.
2477
2478 2003-11-02  Roger Sayle  <roger@eyesopen.com>
2479
2480         PR optimization/10817
2481         * gcc.c-torture/compile/20031102-1.c: New test case.
2482
2483 2003-11-02  Kazu Hirata  <kazu@cs.umass.edu>
2484
2485         * gcc.c-torture/execute/va-arg-25.c: Enable only if INT_MAX ==
2486         2147483647.
2487
2488 2003-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
2489
2490         * gcc.dg/20031102-1.c: New test.
2491
2492 2003-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
2493
2494         * gcc.dg/complex-1.c: New test.
2495
2496 2003-11-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2497
2498         PR c++/12796
2499         * g++.dg/template/crash13.C: Adjust expected error location.
2500         * g++.old-deja/g++.brendan/ns1.C: Likewise.
2501
2502 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
2503
2504         * g++.dg/bprob/bprob.exp: Disable test on arm-elf configs.
2505
2506 2003-10-31  Josef Zlomek  <zlomekj@suse.cz>
2507
2508         PR/10239
2509         * gcc.c-torture/compile/20031031-2.c: New test.
2510
2511 2003-10-31  Josef Zlomek  <zlomekj@suse.cz>
2512
2513         PR/11640
2514         * gcc.c-torture/compile/20031031-1.c: New test.
2515
2516 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
2517
2518         * g77.dg/bprob/bprob.exp: Disable test on arm-elf configs.
2519         * gcc.misc-tests/bprob.exp: Likewise.
2520         * g77.dg/execute/20001201.x, 6367.x, io0.x, io1.x, u77-test.x: XFAIL
2521         the execution test on arm-elf configs.
2522         * g77.dg/execute/10197.x: New file.  XFAIL the execution test on
2523         configs that don't support scratch files.
2524         * g77.dg/execute/u77-test.x: XFAIL compilation on arm-elf configs.
2525
2526 2003-10-30  Arnaud Charlet  <charlet@act-europe.fr>
2527
2528         * ada/acats/run_all.sh: Do not print PASS messages to stdout, as
2529         done by dejagnu.
2530
2531 2003-10-29  Arnaud Charlet  <charlet@act-europe.fr>
2532
2533         * ada/acats/run_all.sh: Redirect mv output to /dev/null
2534         Avoid non pure sh syntax. Add more logging.
2535
2536         * ada/acats/norun.lst: Disable cdd2a03, since it is expected to
2537         fail.
2538
2539 2003-10-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2540
2541         PR libgcj/10610
2542         * gcc.dg/ppc-stackalign-1.c: New test.
2543
2544 2003-10-28  Arnaud Charlet  <charlet@act-europe.fr>
2545
2546         * ada/acats/run_all.sh: Change output to be more compliant with
2547         dejagnu framework.
2548         Create acats.sum and acats.log files under testsuite/ada/acats
2549         Only run [a-z]* directories, to filter out e.g. CVS.
2550         Redirect build output to log file.
2551
2552 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
2553
2554         * README.ada: Removed, integrated in ../doc/sourcebuild.texi
2555
2556 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
2557
2558         PR ada/5909:
2559         * README.ada, ada/acats: Import ACATS 2.5 for GCC Ada test suite.
2560
2561 2003-10-27  Jakub Jelinek  <jakub@redhat.com>
2562
2563         * gcc.c-torture/compile/20031023-1.c: New test.
2564         * gcc.c-torture/compile/20031023-2.c: New test.
2565         * gcc.c-torture/compile/20031023-3.c: New test.
2566         * gcc.c-torture/compile/20031023-4.c: New test.
2567
2568 2003-10-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2569
2570         PR c++/10371
2571         * g++.dg/lookup/scoped8.C: New test.
2572
2573 2003-10-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
2574
2575         * g++.dg/opt/reg-stack3.C: New test.
2576
2577 2003-10-24  Joseph S. Myers  <jsm@polyomino.org.uk>
2578
2579         * gcc.dg/c99-arraydecl-2.c: New test.  PR c/11943.
2580
2581 2003-10-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2582
2583         PR c++/11076
2584         * g++.dg/template/crash13.C: New test.
2585
2586 2003-10-24  Joseph S. Myers  <jsm@polyomino.org.uk>
2587
2588         * gcc.dg/c99-restrict-2.c: New test.
2589
2590 2003-10-24  Nathan Sidwell  <nathan@codesourcery.com>
2591
2592         PR c++/12698, c++/12699, c++/12700, c++/12566
2593         * g++.dg/inherit/covariant9.C: New test.
2594         * g++.dg/inherit/covariant10.C: New test.
2595         * g++.dg/inherit/covariant11.C: New test.
2596
2597 2003-10-23  Jason Merrill  <jason@redhat.com>
2598
2599         PR c++/12726
2600         * g++.dg/ext/complit2.C: New test.
2601
2602 2003-10-20  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
2603
2604         PR target/12654
2605         * gcc.c-torture/execute/20031020-1.c: New test.
2606
2607 2003-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2608
2609         * gcc.dg/old-style-asm-1.c: Also check for (set (pc) on lines
2610         following the jump_insn.
2611
2612 2003-10-22  Joseph S. Myers  <jsm@polyomino.org.uk>
2613
2614         * gcc.dg/cast-lvalue-1.c: New test.
2615
2616 2003-10-21  Mark Mitchell  <mark@codesourcery.com>
2617
2618         PR c++/11962
2619         * g++.dg/template/cond2.C: New test.
2620
2621 2003-10-20  Joseph S. Myers  <jsm@polyomino.org.uk>
2622
2623         * gcc.dg/builtins-28.c: New test.
2624
2625 2003-10-20  Jan Hubicka  <jh@suse.cz>
2626
2627         * testsuite/g++.dg/opt/inline4.C: Do not use min-inline-insns
2628         parameter.
2629         * testsuite/gcc.dg/inline-2.c: Likewise.
2630
2631 2003-10-20  Phil Edwards  <phil@codesourcery.com>
2632
2633         * gcc.dg/20021014-1.c:  XFAIL for *-*-windiss targets.
2634         * gcc.dg/nest.c:  Likewise.
2635
2636 2003-10-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2637
2638         PR c++/9781, c++/10583, c++/11862
2639         * g++.dg/parse/crash13.C: New test.
2640
2641 2003-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2642
2643         * gcc.dg/old-style-asm-1.c: Count jump_insns instead of labels.
2644
2645 2003-10-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
2646
2647         * gcc.dg/builtins-18.c: Wrap C99 tests with HAVE_C99_RUNTIME.
2648         Define HAVE_C99_RUNTIME except on Solaris.
2649         * gcc.dg/builtins-20.c: Likewise.
2650
2651 2003-10-19  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2652
2653         * gcc.dg/old-style-asm-1.c: Use scan-assembler-times.
2654
2655 2003-10-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2656
2657         PR c++/12495
2658         * g++.dg/template/crash21.C: New test.
2659
2660 2003-10-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2661
2662         PR c++/2513
2663         * g++.dg/template/typename5.C: New test.
2664
2665 2003-10-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2666
2667         PR c++/12369
2668         * g++.dg/template/friend25.C: New test.
2669
2670 2003-10-16  Ziemowit Laski  <zlaski@apple.com>
2671
2672         * objc.dg/try-catch-2.m: Relax target triple to all Darwin
2673         versions.
2674
2675 2003-10-16  Kazu Hirata  <kazu@cs.umass.edu>
2676
2677         * gcc.c-torture/execute/20031003-1.c: Enable only when INT_MAX
2678         == 2147483647.
2679
2680 2003-10-15  Kazu Hirata  <kazu@cs.umass.edu>
2681
2682         * gcc.c-torture/execute/960416-1.x: Remove.
2683         * gcc.c-torture/execute/divconst-3.x: Likewise.
2684
2685 2003-10-15  Hans-Peter Nilsson  <hp@axis.com>
2686
2687         PR target/12598
2688         * gcc.dg/torture/cris-volatile-1.c: New test.
2689
2690 2003-10-14  Roger Sayle  <roger@eyesopen.com>
2691
2692         PR optimization/9325
2693         * gcc.c-torture/execute/20031003-1.c: Remove non-portable tests
2694         for overflowing floating point to integer conversion during RTL
2695         simplification.
2696
2697 2003-10-13  Ziemowit Laski  <zlaski@apple.com>
2698
2699         * objc/execute/_cmd.m: Fix typo.
2700         * objc.dg/image-info.m, objc.dg/symtab-1.m:
2701         Relax 'scan-assembler' regexp.
2702         * objc.dg/try-catch-1.m, objc.dg/try-catch-3.m,
2703         objc.dg/try-catch-4.m: Run on non-Darwin targets.
2704         * objc.dg/zero-link-2.m: Remove blank line.
2705         * objc.dg/zero-link-3.m: New test case.
2706
2707 2003-10-13  Geoffrey Keating  <geoffk@apple.com>
2708
2709         * g77.f-torture/execute/980520-1.x: XFAIL at -O0.
2710
2711         * gcc.dg/asm-names.c: Use scan-assembler-not rather
2712         than linker trickery.
2713
2714 2003-10-13  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2715
2716         PR c++/12370
2717         * g++.dg/other/friend2.C: New test.
2718
2719 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
2720
2721         * gcc.dg/20031012-1.c: New test.
2722
2723 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
2724
2725         * gcc.dg/weak/weak-3.c: Fix for new warning.
2726
2727 2003-10-12  Kelley Cook  <kcook@gcc.gnu.org>
2728
2729         PR optimization/8750
2730         * gcc.c-torture/execute/20031012-1.c: New test case.
2731
2732 2003-10-11  Roger Sayle  <roger@eyesopen.com>
2733
2734         * gcc.c-torture/execute/string-opt-8.c: Don't test optimizations
2735         that inline strncmp as cmpstrsi on i386 when compiled with -Os.
2736
2737 2003-10-11  Roger Sayle  <roger@eyesopen.com>
2738
2739         PR optimization/12260
2740         * gcc.c-torture/compile/20031011-2.c: New test case.
2741
2742 2003-10-11  Roger Sayle  <roger@eyesopen.com>
2743
2744         * gcc.c-torture/execute/20031011-1.c: New testcase.
2745
2746 2003-10-11  Eric Botcazou  <ebotcazou@libertysurf.fr>
2747
2748         * gcc.c-torture/compile/20031011-1.c: New test.
2749
2750 2003-10-11  Jan Hubicka  <jh@suse.cz>
2751
2752         * g++.dg/other/first-global.C: New test.
2753
2754 2003-10-11  Roger Sayle  <roger@eyesopen.com>
2755
2756         * gcc.c-torture/execute/string-opt-18.c: New testcase.
2757
2758 2003-10-10  Ian Lance Taylor  <ian@wasabisystems.com>
2759
2760         * gcc.c-torture/compile/20031010-1.c: New test.
2761
2762 2003-10-10  Geoffrey Keating  <geoffk@apple.com>
2763
2764         * gcc.c-torture/execute/va-arg-24.c: Correct, and rename to...
2765         * gcc.c-torture/execute/va-arg-25.c: ... here.
2766
2767 2003-10-09  Mark Mitchell  <mark@codesourcery.com>
2768
2769         * g++.dg/ext/attrib8.C: Only run it on x86 targets.
2770
2771 2003-10-08  Richard Sandiford  <rsandifo@redhat.com>
2772
2773         * gcc.c-torture/compile/mipscop-[1-4].c: Disable for mips16.
2774
2775 2003-10-08  Giovanni Bajo  <giovannibajo@libero.it>
2776
2777         * g++.dg/parse/error2.C: New test.
2778
2779 2003-10-08  Giovanni Bajo <giovannibajo@libero.it>
2780
2781         PR c++/11097
2782         * g++.dg/other/error5.C: Modify the error message.
2783         * g++.dg/lookup/using8.C: New test.
2784
2785 2003-10-07  Geoffrey Keating  <geoffk@apple.com>
2786
2787         * gcc.dg/darwin-abi-2.c: New file.
2788         * gcc.c-torture/execute/va-arg-24.c: New file.
2789
2790 2003-10-06  Bob Wilson  <bob.wilson@acm.org>
2791
2792         * g++.dg/template/spec10.C: Set exit value to zero on success.  Fix
2793         indentation.
2794
2795 2003-10-06  Mark Mitchell  <mark@codesourcery.com>
2796
2797         PR c++/10147
2798         * g++.dg/other/error4.C: Update error messages.
2799         * g++.dg/template/ptrmem4.C: Likewise.
2800
2801         PR c++/12337
2802         * g++.dg/init/new9.C: New test.
2803
2804         PR c++/12334, c++/12236, c++/8656
2805         * g++.dg/ext/attrib8.C: New test.
2806
2807 2003-10-06  Devang Patel  <dpatel@apple.com>
2808
2809         * gcc.dg/debug/dwarf2-3.h: New test.
2810         * gcc.dg/debug/dwarf2-3.c: New test case for -feliminate-dwarf2-dups.
2811
2812 2003-10-06  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
2813
2814         * g++.dg/opt/cfg2.C: New test.
2815
2816 2003-10-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
2817
2818         * g++.dg/opt/float1.C: New test.
2819
2820 2003-10-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
2821
2822         * gcc.dg/c90-array-lval-6.c: New test.
2823         * gcc.dg/c99-array-lval-6.c: New test.
2824
2825 2003-10-03  Alexander Malmberg  <alexander@malmberg.org>
2826             Ziemowit Laski  <zlaski@apple.com>
2827
2828         * objc.dg/method-6.m ('starboard'): Move prototype from 'Base' to
2829         'Derived', so that it is never considered a class method; add
2830         new warning for '+port' method ambiguity.
2831         * objc.dg/method-12.m: Include <objc/objc.h> instead of
2832         <objc/objc-api.h> (needed on Mac OS X).
2833         * objc.dg/method-13.m: New test.
2834
2835 2003-10-03  Roger Sayle  <roger@eyesopen.com>
2836
2837         PR optimization/9325, PR java/6391
2838         * gcc.c-torture/execute/20031003-1.c: New test case.
2839
2840 2003-10-02  Mark Mitchell  <mark@codesourcery.com>
2841
2842         PR optimization/12180
2843         * gcc.dg/20031002-1.c: New test.
2844
2845         PR c++/12486
2846         * g++.dg/inherit/error1.C: New test.
2847
2848 2003-10-02  Chris Demetriou  <cgd@broadcom.com>
2849
2850         * lib/f-torture.exp (search_for): Rename to...
2851         (search_for_re): This.  Also, clean up comments and the
2852         "regexp" invocation.
2853
2854 2003-10-02  Josef Zlomek  <zlomekj@suse.cz>
2855
2856         * gcc.c-torture/compile/20031002-1.c: New test.
2857
2858 2003-10-02  Jakub Jelinek  <jakub@redhat.com>
2859
2860         * g++.dg/opt/cond1.C: New test.
2861
2862 2003-10-01  Kelley Cook  <kelleycook@wideopenwest.com>
2863
2864         * gcc.dg/Wold-style-definition-2.c: New testcase.
2865         * gcc.dg/wtr-func-def-1.c: Modify to reflect new warning.
2866
2867 2003-09-29  Richard Henderson  <rth@redhat.com>
2868
2869         * g++.dg/init/array10.C: Add dg-options.
2870
2871 2003-09-29  Eric Botcazou  <ebotcazou@libertysurf.fr>
2872
2873         * g++.dg/opt/unroll1.C: Change unsigned to __SIZE_TYPE__.
2874
2875 2003-09-28  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2876
2877         * g++.dg/template/friend19.C: Fix typo.
2878         * g++.old-deja/g++.other/crash31.C: Adjust expected error.
2879
2880 2003-09-28  Richard Sandiford  <rsandifo@redhat.com>
2881
2882         * gcc.c-torture/execute/20030928-1.c: New test.
2883         * gcc.dg/torture/mips-sdata-1.c (f): Refer to x[0] rather than x[3].
2884
2885 2003-09-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
2886
2887         * g++.dg/opt/unroll1.C: New test.
2888
2889 2003-09-26  Roger Sayle  <roger@eyesopen.com>
2890
2891         PR optimization/11741
2892         * gcc.dg/20030926-1.c: New test case.
2893
2894 2003-09-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2895
2896         PR c++/5655
2897         * g++.dg/parse/access7.C: New test.
2898         * g++.old-deja/g++.brendan/crash56.C: Fix redeclaration error.
2899
2900 2003-09-24  Ziemowit Laski  <zlaski@apple.com>
2901
2902         MERGE OF objc-improvements-branch into MAINLINE:
2903         * lib/objc.exp (objc_target_compile): Do not point at libobjc headers
2904         if libobjc has not been built.
2905         * objc/execute/IMP.m, objc/execute/_cmd.m, objc/execute/bf-common.h,
2906         objc/execute/bycopy-3.m, objc/execute/class-{1-14}.m,
2907         objc/execute/class-self-2.m, objc/execute/many_args_method.m,
2908         objc/execute/nested-3.m, objc/execute/np-2.m,
2909         objc/execute/object_is_class.m, objc/execute/object_is_meta_class.m,
2910         objc/execute/redefining_self.m, objc/execute/root_methods.m,
2911         objc/execute/static-{1-2}.m, objc/execute/string-{1-4}.m,
2912         objc/execute/va_method.m, objc.dg/comp-types-4.m, objc.dg/headers.m,
2913         objc.dg/special/unclaimed-category-1.h,
2914         objc.dg/special/unclaimed-category-1.m: Make usable with NeXT as
2915         well as GNU runtime.
2916         * execute/next_mapping.h: New header, for GNU->NeXT impedance matching.
2917         * execute/cascading-1.m, execute/function-message-1.m,
2918         objc.dg/anon-1.m, objc.dg/bitfield-{3-4}.m,
2919         objc.dg/call-super-{1-3}.m, objc.dg/category-1.m,
2920         objc.dg/const-str-{3-6}.m, objc.dg/encode-{1-4}.m,
2921         objc.dg/func-ptr-1.m, objc.dg/gnu-runtime-1.m, objc.dg/image-info.m,
2922         objc.dg/method-{3-12}.m, objc.dg/missing-proto-{1-3}.m,
2923         objc.dg/nested-func-1.m, objc.dg/proto-lossage-2.m,
2924         objc.dg/proto-qual-1.m, objc.dg/sizeof-1.m, objc.dg/static-1.m,
2925         objc.dg/symtab-1.m, objc.dg/try-catch-{1-4}.m,
2926         objc.dg/type-size-{1-2}.m, objc.dg/zero-link-{1-2}.m: New test cases.
2927         * objc.dg/bitfield-2.m: Run only on Darwin.
2928         * objc.dg/class-2.m, objc.dg/comp-types-1.m, objc.dg/desig-init-1.m,
2929         objc.dg/method-{1-2}.m, objc.dg/proto-hier-1.m,
2930         objc.dg/proto-lossage-1.m: Adjust for message wording changes.
2931         * objc.dg/const-str-1.m: Fix constant string layout.
2932
2933 2003-09-24  Alexandre Oliva  <aoliva@redhat.com>
2934
2935         * gcc.dg/cpp/Wunknown-pragmas-1.c: New test.
2936
2937 2003-09-23  Geoffrey Keating  <geoffk@apple.com>
2938
2939         * gcc.dg/darwin-abi-1.c: New file.
2940
2941 2003-09-21  Andrew Pinski  <pinskia@physics.uc.edu>
2942
2943         PR target/12281
2944         * gcc.c-torture/compile/20030921-1.c: New test.
2945
2946 2003-09-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
2947
2948         * g++.dg/opt/reg-stack2.C: New test.
2949
2950 2003-09-21  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
2951
2952         * g++.dg/eh/delayslot1.C: New test.
2953
2954 2003-09-20  Richard Henderson  <rth@redhat.com>
2955
2956         * gcc.dg/format/gcc_diag-1.c: Add tests for %J.
2957
2958 2003-09-20  Roger Sayle  <roger@eyesopen.com>
2959
2960         * gcc.c-torture/execute/20030920-1.c: New test case.
2961
2962 2003-09-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2963
2964         * g++.dg/rtti/typeid3.C: Correct expected error message.
2965
2966 2003-09-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2967
2968         PR c++/157
2969         * g++.dg/parse/crash12.C: New test.
2970
2971 2003-09-19  Janis Johnson  <janis187@us.ibm.com>
2972
2973         * gcc.dg/compat/mixed-struct-check.h: New.
2974         * gcc.dg/compat/mixed-struct-defs.h: New.
2975         * gcc.dg/compat/mixed-struct-init.h: New.
2976         * gcc.dg/compat/struct-by-value-19_main.c: New.
2977         * gcc.dg/compat/struct-by-value-19_x.c: New.
2978         * gcc.dg/compat/struct-by-value-19_y.c: New.
2979         * gcc.dg/compat/struct-by-value-20_main.c: New.
2980         * gcc.dg/compat/struct-by-value-20_x.c: New.
2981         * gcc.dg/compat/struct-by-value-20_y.c: New.
2982         * gcc.dg/compat/struct-return-19_main.c: New.
2983         * gcc.dg/compat/struct-return-19_x.c: New.
2984         * gcc.dg/compat/struct-return-19_y.c: New.
2985         * gcc.dg/compat/struct-return-20_main.c: New.
2986         * gcc.dg/compat/struct-return-20_x.c: New.
2987         * gcc.dg/compat/struct-return-20_y.c: New.
2988
2989 2003-09-19  Andrew Pinski  <pinskia@physics.uc.edu>
2990         * g++.dg/init/array11.C: Change unsigned to __SIZE_TYPE__
2991         so that it will not complain on LP64 targets.
2992
2993 2003-09-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2994
2995         PR c++/495
2996         * g++.dg/template/friend24.C: New test.
2997
2998 2003-09-19  Nathan Sidwell  <nathan@codesourcery.com>
2999
3000         PR c++/12332
3001         * g++.dg/template/memtmpl2.C: New test.
3002
3003 2003-09-18  Mark Mitchell  <mark@codesourcery.com>
3004
3005         PR target/11184
3006         * gcc.dg/builtin-apply1.c: New test.
3007
3008 2003-09-18  Nathan Sidwell  <nathan@codesourcery.com>
3009
3010         PR c++/9848
3011         * g++.dg/warn/Wunused-4.C: New test.
3012
3013 2003-09-18  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3014
3015         PR c++/12316
3016         * g++.dg/other/gc2.C: New test.
3017
3018 2003-09-17  Mark Mitchell  <mark@codesourcery.com>
3019
3020         PR c++/11991
3021         * g++.dg/rtti/typeid3.C: New test.
3022
3023         PR c++/12266
3024         * g++.dg/overload/template1.C: New test.
3025
3026 2003-09-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
3027
3028         * g++.dg/opt/cfg3.C: New test.
3029
3030 2003-09-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3031
3032         PR c++/7939
3033         * g++.dg/template/crash11.C: New test.
3034
3035 2003-09-16  Jason Merrill  <jason@redhat.com>
3036             Jakub Jelinek  <jakub@redhat.com>
3037
3038         * gcc.dg/attr-warn-unused-result.c: New test.
3039
3040 2003-09-15  Nathan Sidwell  <nathan@codesourcery.com>
3041
3042         PR c++/12184
3043         * g++.dg/expr/call2.C: New test.
3044
3045 2003-09-15  Andreas Jaeger  <aj@suse.de>
3046
3047         * gcc.dg/Wold-style-definition-1.c: New test.
3048
3049 2003-09-14  Mark Mitchell  <mark@codesourcery.com>
3050
3051         PR c++/3907
3052         * g++.dg/parse/template12.C: New test.
3053
3054         * g++.dg/abi/bitfield11.C: New test.
3055         * g++.dg/abi/bitfield12.C: Likewise.
3056
3057 2003-09-14  Alexandre Oliva  <aoliva@redhat.com>
3058
3059         * gcc.dg/cpp/separate-1.c: Adjust line of error.  Test for correct
3060         non-expansion of functional macro name without arguments at EOL.
3061         * gcc.dg/cpp/spacing1.c: Revert 2003-08-04's change.  Likewise.
3062
3063 2003-09-14  Richard Sandiford  <rsandifo@redhat.com>
3064
3065         * gcc.c-torture/execute/20030914-[12].c: New tests.
3066
3067 2003-09-11  Nathan Sidwell  <nathan@codesourcery.com>
3068
3069         PR c++/11788
3070         * g++.dg/overload/addr1.C: New test.
3071
3072 2003-09-10  Ian Lance Taylor  <ian@wasabisystems.com>
3073
3074         * gcc.dg/20030909-1.c: New test.
3075
3076 2003-09-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
3077
3078         * gcc.dg/ultrasp10.c: New test.
3079
3080 2003-09-09  Devang Patel  <dpatel@apple.com>
3081
3082         * gcc.dg/darwin-ld-6.c: New test.
3083
3084 2003-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3085
3086         * gcc.dg/torture/builtin-explog-1.c: New testcase.
3087
3088 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
3089
3090         * gcc.dg/ia64-types1.c: New test.
3091         * gcc.dg/ia64-types2.c: Likewise.
3092
3093 2003-09-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3094
3095         * gcc.dg/builtins-1.c: Add more _Complex tests.
3096         * gcc.dg/torture/builtin-attr-1.c: Likewise.
3097
3098         * gcc.dg/builtins-1.c: Test existing _Complex functions.
3099         * gcc.dg/torture/builtin-attr-1.c: Likewise.
3100
3101 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
3102
3103         PR c++/11786
3104         * g++.dg/lookup/koenig2.C: New test.
3105
3106         PR c++/5296
3107         * g++.dg/rtti/typeid2.C: New test.
3108
3109 2003-09-08  Jakub Jelinek  <jakub@redhat.com>
3110
3111         * gcc.c-torture/compile/20030904-1.c: New test.
3112
3113 2003-09-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
3114
3115         * g++.dg/opt/longbranch2.C: New test.
3116
3117 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
3118
3119         * g++.dg/template/crash10.C: Only compile it.
3120
3121 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
3122
3123         PR middle-end/11665
3124         * gcc.c-torture/compile/20030907-1.c: New test.
3125         * g++.dg/init/array11.C: New test.
3126
3127 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
3128
3129         PR c++/11852
3130         * g++.dg/init/struct1.C: New test.
3131
3132 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
3133
3134         PR c++/12181
3135         * g++.dg/expr/comma1.C: New test.
3136
3137 2003-09-06  Mark Mitchell  <mark@codesourcery.com>
3138
3139         PR c++/11867
3140         * g++.dg/expr/static_cast5.C: New test.
3141
3142 2003-09-06  Andrew Pinski  <pinskia@physics.uc.edu>
3143
3144         PR c++/11507
3145         * g++.dg/lookup/scoped7.C: New test.
3146
3147         PR c++/9574
3148         * g++.dg/other/static1.C: New test.
3149
3150         PR c++/11490
3151         * g++.dg/warn/template-1.C: New test.
3152
3153         PR c++/11432
3154         * g++.dg/template/crash10.C: New test.
3155
3156         PR c++/2478
3157         * g++.dg/overload/VLA.C: New test.
3158
3159         PR c++/10804
3160         * g++.dg/template/call1.C: New test.
3161
3162 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
3163
3164         PR c++/11794
3165         * g++.dg/parse/using3.C: New test.
3166
3167 2003-09-06  Roger Sayle  <roger@eyesopen.com>
3168
3169         PR c++/11409
3170         * g++.dg/overload/builtin3.C: New test case.
3171
3172 2003-09-06  Steven Bosscher  <steven@gcc.gnu.org>
3173
3174         PR c/9862
3175         * gcc.dg/20030906-1.c: New test.
3176         * gcc.dg/20030906-2.c: Likewise.
3177
3178 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
3179
3180         PR c++/12167
3181         * g++.dg/parse/defarg5.C: New test.
3182
3183         * g++.dg/template/non-type-template-argument-1.C: Tweak expected error.
3184
3185 2003-09-05  Mark Mitchell  <mark@codesourcery.com>
3186
3187         PR c++/12163
3188         * g++.dg/expr/static_cast4.C: New test.
3189
3190         PR c++/12146
3191         * g++.dg/template/crash9.C: New test.
3192
3193 2003-09-05  Andrew Pinski  <pinskia@physics.uc.edu>
3194
3195         * g++.old-deja/g++.ext/pretty2.C: Update for change
3196         in __FUNCTION__.
3197         * g++.old-deja/g++.ext/pretty3.C: Likewise.
3198
3199 2003-09-05  Nathan Sidwell  <nathan@codesourcery.com>
3200
3201         PR c++/11922
3202         * g++/dg/template/qualified-id1.C: New test.
3203
3204         PR c++/12037
3205         * g++.dg/warn/noeffect4.C: New test.
3206
3207 2003-09-04  Matt Austern  <austern@apple.com>
3208
3209         * g++.dg/ext/fnname1.C: New test. (__func__ for C++.)
3210         * g++.dg/ext/fnname2.C: Likewise.
3211         * g++.dg/ext/fnname3.C: Likewise.
3212
3213 2003-09-04  Mark Mitchell  <mark@codesourcery.com>
3214
3215         * g++.dg/expr/lval1.C: New test.
3216         * g++.dg/ext/lvcast.C: Remove.
3217
3218 2003-09-03  Roger Sayle  <roger@eyesopen.com>
3219
3220         PR optimization/11700.
3221         * gcc.c-torture/compile/20030903-1.c: New test case.
3222
3223 2003-09-03  Mark Mitchell  <mark@codesourcery.com>
3224
3225         PR c++/12053
3226         * g++.dg/abi/layout4.C: New test.
3227
3228 2003-09-02  Scott Brumbaugh  <scottb.lists@verizon.net>
3229
3230         PR c++/11553
3231         * g++.dg/parse/friend3.C: New test.
3232
3233 2003-09-02  Mark Mitchell  <mark@codesourcery.com>
3234
3235         PR c++/11847
3236         * g++.dg/template/class1.C: New test.
3237
3238         PR c++/11808
3239         * g++.dg/expr/call1.C: New test.
3240
3241 2003-09-01  Mark Mitchell  <mark@codesourcery.com>
3242
3243         PR c++/12114
3244         * g++.dg/init/ref9.C: New test.
3245
3246         PR c++/11972
3247         * g++.dg/template/nested4.C: New test.
3248
3249 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
3250
3251         PR c++/12093
3252         * g++.dg/template/non-dependent4.C: New test.
3253
3254         PR c++/11928
3255         * g++.dg/inherit/conv1.C: New test.
3256
3257 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
3258
3259         PR c++/6196
3260         * g++.dg/ext/label1.C: New test.
3261         * g++.dg/ext/label2.C: Likewise.
3262
3263 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
3264
3265         * g++.dg/expr/cond3.C: New test.
3266
3267 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3268
3269         * gcc.dg/builtins-1.c: Add new builtin cases.
3270
3271 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3272
3273         * gcc.dg/builtins-1.c: Add new cases.
3274         * gcc.dg/torture/builtin-attr-1.c: Likewise.
3275
3276 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3277
3278         * gcc.dg/builtins-1.c: Add more math builtin tests.
3279         * gcc.dg/torture/builtin-attr-1.c: New test.
3280
3281 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
3282
3283         PR optimization/5079
3284         * g++.dg/opt/static3.C: New test.
3285
3286 2003-08-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3287
3288         * gcc.misc-tests/gcov-10b.c: New test.
3289
3290 2003-08-27  Mark Mitchell  <mark@codesourcery.com>
3291
3292         * g++.dg/opt/ptrmem3.C: New test.
3293
3294         * g++.old-deja/g++.pt/overload8.C: Remove XFAIL.
3295
3296 2003-08-27  Jakub Jelinek  <jakub@redhat.com>
3297
3298         * gcc.dg/20030826-2.c: New test.
3299
3300 2003-08-26  Roger Sayle  <roger@eyesopen.com>
3301
3302         PR middle-end/12002
3303         * g77.f-torture/compile/12002.f: New test case.
3304
3305 2003-08-26  Roger Sayle  <roger@eyesopen.com>
3306
3307         * gcc.dg/20030826-1.c: New test case.
3308
3309 2003-08-26  Matt Kraai  <kraai@alumni.cmu.edu>
3310
3311         * gcc.dg/noncompile/20030818-1.c: Expect second line of error.
3312
3313 2003-08-26  Nathan Sidwell  <nathan@codesourcery.com>
3314
3315         PR c++/11871
3316         * c++.dg/lookup/crash1.C: New test.
3317
3318         * c++.dg/warn/noeffect3.C: New test.
3319
3320 2003-08-25  Janis Johnson  <janis187@us.ibm.com>
3321
3322         * gcc.dg/compat/vector-1_x.c: Compile with -w.
3323         * gcc.dg/compat/vector-1_y.c: Ditto.
3324         * gcc.dg/compat/vector-2_x.c: Ditto.
3325         * gcc.dg/compat/vector-2_y.c: Ditto.
3326
3327 2003-08-25  Ulrich Weigand  <uweigand@de.ibm.com>
3328
3329         * gcc.dg/20030702-1.c: New test.
3330
3331 2003-08-25  Mark Mitchell  <mark@codesourcery.com>
3332
3333         PR c++/8795
3334         * g++.dg/ext/altivec-1.C: New test.
3335
3336 2003-08-24  Richard Henderson  <rth@redhat.com>
3337
3338         * g++.dg/eh/simd-2.C: Add -w for x86.
3339
3340 2003-08-23  Jakub Jelinek  <jakub@redhat.com>
3341
3342         * gcc.dg/20030815-1.c: New test.
3343
3344 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3345
3346         PR c++/3765
3347         * g++.dg/parse/access6.C: New test.
3348
3349 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3350
3351         PR c++/641, c++/11876
3352         * g++.dg/template/friend22.C: New test.
3353         * g++.dg/template/friend23.C: Likewise.
3354
3355 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
3356
3357         * gcc.misc-tests/linkage.exp: Treat all HP-UX platforms
3358         identically.
3359
3360 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
3361
3362         * g++.old-deja/g++.ext/attrib5.C: XFAIL on hppa2*-hp-hpux11*.
3363
3364 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
3365
3366         * gcc.dg/20020313-1.c: Add "-w" to dg-options.
3367
3368 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
3369
3370         * gcc.misc-tests/linkage.exp: Add logic for ia64-hp-hpux*.
3371
3372 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
3373
3374         * g++.dg/other/packed1.C: Add XFAIL marker for ia64-hp-hpux*.
3375
3376 2003-08-21  Mark Mitchell  <mark@codesourcery.com>
3377
3378         PR c++/11919
3379         * g++.dg/overload/prom1.C: New test.
3380
3381         PR c++/11551
3382         * g++.dg/parse/dtor2.C: New test.
3383
3384         PR c++/10762
3385         * g++.dg/parse/using2.C: New test.
3386
3387 2003-08-21  Kazu Hirata  <kazu@cs.umass.edu>
3388
3389         PR target/11805
3390         * gcc.c-torture/compile/20030821-1.c: New.
3391
3392 2003-08-20  Mark Mitchell  <mark@codesourcery.com>
3393
3394         PR c++/11834
3395         * g++.dg/template/deduce2.C: New test.
3396
3397 2003-08-21  Josef Zlomek  <zlomekj@suse.cz>
3398
3399         * gcc.c-torture/execute/20030821-1.c: New test.
3400
3401 2003-08-20  Roger Sayle  <roger@eyesopen.com>
3402
3403         PR middle-end/11984
3404         * gcc.dg/20030820-1.c: New test case.
3405
3406 2003-08-20  Nathan Sidwell  <nathan@codesourcery.com>
3407
3408         PR c++/11945
3409         * g++.dg/warn/noeffect2.C: New test.
3410
3411 2003-08-19  Mark Mitchell  <mark@codesourcery.com>
3412
3413         PR c++/10926
3414         * g++.dg/template/dtor2.C: New test.
3415
3416         PR c++/11684
3417         * g++.dg/template/operator1.C: New test.
3418         * g++.dg/parse/operator4.C: New test.
3419
3420         PR c++/11946.C
3421         * g++.dg/expr/enum1.C: New test.
3422         * gcc.dg/c99-bool-1.c: Remove bogus warning.
3423
3424         PR c++/11036.C
3425         * g++.dg/parse/elab2.C: New test.
3426         * g++.dg/parse/typedef4.C: Change error message.
3427         * g++.old-deja/g++.robertl/eb133.C: Remove bogus error markers.
3428         * g++.old-deja/g++.robertl/eb133a.C: Remove bogus error markers.
3429         * g++.old-deja/g++.robertl/eb133b.C: Remove bogus error markers.
3430
3431 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
3432
3433         * gcc.dg/pch/warn-1.c: New.
3434         * gcc.dg/pch/warn-1.hs: New.
3435
3436         * lib/dg-pch.exp (dg-pch): Use 'return' not 'continue' to skip
3437         not-tested file.
3438
3439 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
3440
3441         * gcc.dg/uninit-E.c: Add forgotten dg-warning marker.
3442
3443 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
3444
3445         * gcc.dg/uninit-D.c: New Test.
3446         * gcc.dg/uninit-E.c: New Test.
3447         * gcc.dg/uninit-F.c: New Test.
3448         * gcc.dg/uninit-G.c: New Test.
3449
3450 2003-08-19  Michael Ritzert  <ritzert@t-online.de>
3451
3452         * g++.dg/README: Describe the pch directory.
3453
3454 2003-08-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3455
3456         PR c++/11174
3457         * g++.dg/parse/access4.C: New test.
3458         * g++.dg/parse/access5.C: Likewise.
3459         * g++.old-deja/g++.jason/access17.C: Adjust error message.
3460
3461 2003-08-18  Matt Kraai  <kraai@alumni.cmu.edu>
3462
3463         * gcc.dg/noncompile/20030818-1.c: New.
3464
3465 2003-08-18  Nathan Sidwell  <nathan@codesourcery.com>
3466
3467         PR c++/11957
3468         * g++.dg/warn/noeffect1.C: New test.
3469
3470         * g++.dg/template/scope2.C: New test.
3471         * g++.dg/template/error2.C: Correct dg-error
3472
3473 2003-08-18  Richard Sandiford  <rsandifo@redhat.com>
3474
3475         * gcc.c-torture/compile/mipscop*.c: Turn into compile-only tests.
3476
3477 2003-08-16  Nathan Sidwell  <nathan@codesourcery.com>
3478
3479         PR C++/11512
3480         * g++.dg/template/warn1.C: New.
3481
3482 2003-08-15  Nathan Sidwell  <nathan@codesourcery.com>
3483
3484         * g++.dg/template/error2.C: New test.
3485         * g++.dg/lookup/using7.C: Adjust errors
3486         * g++.old-deja/g++.pt/crash36.C: Likewise.
3487         * g++.old-deja/g++.pt/derived3.C: Likewise.
3488
3489 2003-08-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3490
3491         * gcc.c-torture/execute/builtins/lib/strcat.c: New.
3492         * gcc.c-torture/execute/builtins/string-9-lib.c: New.
3493         * gcc.c-torture/execute/builtins/string-9.c: New, from
3494         string-opt-9.c.  Adjust for execute/builtins framework.
3495         * gcc.c-torture/execute/string-opt-9.c: Delete.
3496
3497 2003-08-12  Mark Mitchell  <mark@codesourcery.com>
3498
3499         * g++.dg/init/new8.C: Use __SIZE_TYPE__ to get the type of size_t.
3500
3501         * g++.dg/parse/ret-type2.C: New test.
3502
3503         PR c++/11703
3504         * g++.dg/init/new8.C: New test.
3505
3506         PR c++/10923
3507         * g++.dg/parse/typedef5.C: New test.
3508
3509         PR c++/9512
3510         * g++.dg/parse/qualified2.C: New test.
3511         * g++.old-deja/g++.other/decl5.C: Mark one more instance of
3512         invalid code.
3513
3514 2003-08-11  Mark Mitchell  <mark@codesourcery.com>
3515
3516         * g++.dg/conversion/ptrmem1.C: New test.
3517
3518 2003-08-11  Jakub Jelinek  <jakub@redhat.com>
3519
3520         PR target/11693
3521         * gcc.dg/20030811-1.c: New test.
3522
3523         PR target/11535
3524         * gcc.c-torture/execute/20030811-1.c: New test.
3525
3526 2003-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3527
3528         * gcc.c-torture/execute/string-opt-9.c: Add more strcat cases.
3529
3530 2003-08-10  Mark Mitchell  <mark@codesourcery.com>
3531
3532         PR c++/11789.C
3533         * g++.dg/inherit/multiple1.C: New test.
3534
3535 2003-08-10  Nathan Sidwell  <nathan@codesourcery.com>
3536
3537         * gcc.dg/spe1.c: New test.
3538
3539         PR c++/11670
3540         * g++.dg/expr/cast2.C: New test.
3541
3542         PR c++/10530
3543         * g++.dg/template/dependent-name2.C: New test.
3544
3545 2003-08-08  Andrew Pinski  <pinskia@physics.uc.edu>
3546
3547         * g++.dg/parse/crash11.C: Put the dg options in comments.
3548
3549 2003-08-08  Neil Booth  <neil@daikokuya.co.uk>
3550
3551         * lib/gcc-dg.exp: Update for diagnostic change.
3552
3553 2003-08-07  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3554
3555         PR c++/5767
3556         * g++.dg/parse/crash11.C: New test.
3557
3558 2003-08-06  Alexandre Oliva  <aoliva@redhat.com>
3559
3560         * gcc.dg/cpp/spacing1.c: Update.
3561
3562 2003-08-04  Janis Johnson  <janis187@us.ibm.com>
3563
3564         PR target/11739
3565         * gcc.misc-tests/i386-prefetch.exp: Use -march=i386 when specifying
3566         a value for -mtune.
3567
3568 2003-08-04  Roger Sayle  <roger@eyesopen.com>
3569
3570         PR middle-end/11771
3571         * gcc.c-torture/compile/20030804-1.c: New test case.
3572
3573 2003-08-04  Roger Sayle  <roger@eyesopen.com>
3574
3575         * gcc.dg/20030804-1.c: New test case.
3576
3577 2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
3578
3579         * gcc.dg/cpp/separate-1.c: New test.
3580
3581 2003-08-03  Nathan Sidwell  <nathan@codesourcery.com>
3582
3583         PR c++/11704
3584         * g++.dg/template/dependent-expr2.C: New test.
3585
3586         PR c++/11766
3587         * g++.dg/expr/ptrmem1.C: New test.
3588
3589 2003-08-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3590
3591         PR c++/9453
3592         * g++.dg/template/friend15.C: New test.
3593
3594 2003-08-03  Neil Booth  <neil@daikokuya.co.uk>
3595
3596         * lib/dg-pch.exp: Work round PCH bug.
3597
3598 2003-08-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3599
3600         * gcc.dg/builtins-1.c: Add macro helpers.  Add missing math
3601         builtins.  Move cases from builtins-4.c here.
3602
3603         * gcc.dg/torture/builtin-math-1.c: New test taken from
3604         bits of gcc.dg/builtins-3.c, gcc.dg/builtins-5.c and also some
3605         additional cases.
3606
3607         * gcc.dg/builtins-3.c, gcc.dg/builtins-4.c, gcc.dg/builtins-5.c:
3608         Delete.
3609
3610 2003-08-02  Nathan Sidwell  <nathan@codesourcery.com>
3611
3612         PR c++/9447
3613         * g++.dg/template/using7.C: New test.
3614
3615 2003-08-02  Neil Booth  <neil@daikokuya.co.uk>
3616
3617         * import1.c, import2.c: New tests.
3618
3619 2003-08-01  Jakub Jelinek  <jakub@redhat.com>
3620
3621         * g++.dg/eh/crossjump1.C: New test.
3622
3623 2003-08-01  Mark Mitchell  <mark@codesourcery.com>
3624
3625         PR c++/11697
3626         * g++.dg/template/using6.C: New test.
3627
3628         PR c++/11744
3629         * g++.dg/template/koenig2.C: New test.
3630
3631 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3632
3633         PR c++/7983
3634         * g++.dg/parse/typedef4.C: New test.
3635
3636 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3637
3638         PR c++/8442, c++/8806
3639         * g++.dg/template/elab1.C: New test.
3640         * g++.dg/template/type2.C: Likewise.
3641         * g++.dg/template/ttp3.C: Adjust expected error message.
3642         * g++.old-deja/g++.law/visibility13.C: Likewise.
3643         * g++.old-deja/g++.niklas/t135.C: Likewise.
3644         * g++.old-deja/g++.pt/ttp41.C: Likewise.
3645         * g++.old-deja/g++.pt/ttp43.C: Use qualified name for template
3646         template argument.
3647         * g++.old-deja/g++.pt/ttp44.C: Likewise.
3648
3649 2003-08-01  Nathan Sidwell  <nathan@codesourcery.com>
3650
3651         PR c++/11295
3652         * g++.dg/ext/stmtexpr1.C: New test.
3653
3654         * g++.dg/opt/tmp1.C: New test.
3655
3656         PR c++/11525
3657         * g++.dg/parse/constant4.C: New test.
3658
3659         PR c++/9447
3660         * g++.dg/template/using5.C: New test.
3661
3662 2003-07-31  Roger Sayle  <roger@eyesopen.com>
3663
3664         * gcc.dg/builtins-27.c: New test case.
3665
3666 2003-07-31  Jakub Jelinek  <jakub@redhat.com>
3667
3668         * gcc.dg/tls/opt-7.c: New test.
3669
3670 2003-07-31  Andrew Pinski  <pinskia@physics.uc.edu>
3671
3672         * g++.old-deja/g++.other/crash18.C: Remove.
3673
3674 2003-07-31  Nathan Sidwell  <nathan@codesourcery.com>
3675
3676         * g++.dg/template/explicit3.C: New.
3677         * g++.dg/template/explicit4.C: New.
3678         * g++.dg/template/explicit5.C: New.
3679
3680         PR c++/11347
3681         * g++.dg/template/memtmpl1.C: New.
3682
3683 2003-07-29  Andrew Pinski <pinskia@physics.uc.edu>
3684
3685         PR target/11565
3686         * gcc.dg/i386-387-1.c (dg-options): Add -march=i386.
3687         * gcc.dg/i386-387-5.c (dg-options): Likewise.
3688
3689 2003-07-30  Jan Hubicka  <jh@suse.cz>
3690
3691         * vtgc1.c: Kill.
3692
3693 2003-07-29  Zack Weinberg  <zack@codesourcery.com>
3694
3695         * gcc.dg/struct-in-proto-1.c: New test.
3696
3697 2003-07-29  Neil Booth  <neil@daikokuya.co.uk>
3698
3699         * gcc.dg/cpp/include2.c: Only expect one message.
3700
3701 2003-07-29  Nathan Sidwell  <nathan@codesourcery.com>
3702
3703         PR c++/9447
3704         * g++.dg/template/using1.C: New test.
3705         * g++.dg/template/using2.C: New test.
3706         * g++.dg/template/using3.C: New test.
3707         * g++.dg/template/using4.C: New test.
3708
3709 2003-07-29  Alexandre Oliva  <aoliva@redhat.com>
3710
3711         * gcc.c-torture/execute/string-opt-9.c: strcmp returns int.
3712         * gcc.c-torture/execute/string-opt-10.c: Likewise.
3713
3714 2003-07-28  Jan Hubicka  <jh@suse.cz>
3715
3716         PR c++/11530
3717         * g++.dg/opt/call1.C: New test.
3718
3719 2003-07-28  Alexandre Oliva <aoliva@redhat.com>
3720
3721         PR c++/11667
3722         * g++.dg/init/enum2.C: New test.
3723         * g++.dg/template/overload1.C: Add "-w" option.
3724
3725 2003-07-28    <hp@bitrange.com>
3726
3727         * gcc.dg/Wdeclaration-after-statement-1.c,
3728         gcc.dg/Wdeclaration-after-statement-2.c: New tests.
3729
3730 2003-07-28  Jakub Jelinek  <jakub@redhat.com>
3731
3732         * gcc.c-torture/compile/20030725-1.c: New test.
3733
3734 2003-07-28  Aldy Hernandez  <aldyh@redhat.com>
3735
3736         * gcc.dg/20030505.c: Only run for SPE.
3737         Remove definition of opaque type.
3738
3739 2003-07-27  Mark Mitchell  <mark@codesourcery.com>
3740
3741         * g++.dg/template/ptrmem6.C: New test.
3742
3743 2003-07-26  Geoffrey Keating  <geoffk@apple.com>
3744
3745         * gcc.c-torture/compile/zero-strct-2.c: New test.
3746
3747 2003-07-25  Geoffrey Keating  <geoffk@apple.com>
3748
3749         * gcc.dg/intermod-1.c: New test.
3750
3751 2003-07-25  Nathan Sidwell  <nathan@codesourcery.com>
3752
3753         PR c++/11617
3754         * g++.dg/template/lookup2.C: New test.
3755         * g++.dg/template/memclass1.C: Remove instantiated from error.
3756         * g++.dg/other/error2.C: Tweak expected errors.
3757
3758         PR c++/11596
3759         * g++.dg/template/defarg3.C: New test.
3760
3761         * g++.dg/ext/packed2.C: Pack member struct too. Explain why.
3762
3763 2003-07-24  Mark Mitchell  <mark@codesourcery.com>
3764
3765         * g++.dg/inherit/access5.C: New test.
3766
3767 2003-07-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3768
3769         PR c++/11513
3770         * g++.dg/template/crash8.C: New test.
3771
3772 2003-07-23  Steven Bosscher <steven@gcc.gnu.org>
3773
3774         PR c/10602
3775         * gcc.dg/noncompile/incomplete-2.c: New test.
3776
3777 2003-07-23  Mark Mitchell  <mark@codesourcery.com>
3778
3779         PR c++/11645
3780         * g++.dg/inherit/access4.C: New test.
3781
3782         PR c++/11517
3783         * g++.dg/expr/cond2.C: New test.
3784
3785         PR optimization/10679
3786         * g++.dg/opt/inline4.C: New test.
3787
3788 2003-07-23  Nathan Sidwell  <nathan@codesourcery.com>
3789
3790         * g++.dg/parse/crash10: New test.
3791
3792 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
3793
3794         * g++.dg/ext/flexary1.C: New test.
3795
3796 2003-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3797
3798         PR c++/10793
3799         * g++.dg/template/crash9.C: New test.
3800
3801 2003-07-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3802
3803         PR c++/3004
3804         * g++.dg/parse/typedef3.C: New test.
3805
3806         PR c++/7906
3807         * g++.dg/parse/operator2.C: New test.
3808
3809         PR c++/8895
3810         * g++.dg/parse/def-tmpl-arg1.C: New test.
3811
3812         PR c++/9282
3813         * g++.dg/parse/funptr1.C: New test.
3814
3815         PR c++/9452
3816         * g++.dg/parse/ambig3.C: New test.
3817
3818         PR c++/9454
3819         * g++.dg/parse/operator3.C: New test.
3820
3821         PR c++/9486
3822         * g++.dg/parse/template10.C: New test.
3823
3824         PR c++/9488
3825         * g++.dg/parse/template11.C: New test.
3826
3827         PR c++/10150
3828         * g++.dg/parse/invalid-op1.C: New test.
3829
3830         PR c++/10247
3831         * g++.dg/parse/condexpr1.C: New test.
3832
3833 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
3834
3835         * g++.dg/ext/packed3.C: New test.
3836         * g++.dg/ext/packed4.C: New test.
3837
3838         * gcc.dg/pack-test-3.c: New test.
3839
3840 2003-07-21  Janis Johnson  <janis187@us.ibm.com>
3841
3842         * lib/compat.exp: Handle dg-options per source file.
3843         * g++.dg/compat/abi/bitfield1_x.C: Specify dg-options.
3844         * g++.dg/compat/abi/bitfield1_y.C: Ditto.
3845         * g++.dg/compat/abi/bitfield2_x.C: Ditto.
3846         * g++.dg/compat/abi/bitfield2_y.C: Ditto.
3847         * g++.dg/compat/abi/vbase8-10_x.C: Ditto.
3848         * g++.dg/compat/abi/vbase8-10_y.C: Ditto.
3849         * g++.dg/compat/abi/vbase8-21_x.C: Ditto.
3850         * g++.dg/compat/abi/vbase8-21_y.C: Ditto.
3851         * g++.dg/compat/abi/vbase8-22_x.C: Ditto.
3852         * g++.dg/compat/abi/vbase8-22_y.C: Ditto.
3853         * g++.dg/compat/abi/vbase8-4_x.C: Ditto.
3854         * g++.dg/compat/abi/vbase8-4_y.C: Ditto.
3855         * g++.dg/compat/break/bitfield7_x.C: Ditto.
3856         * g++.dg/compat/break/bitfield7_y.C: Ditto.
3857
3858 2003-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
3859
3860         PR c/10320
3861         * gcc.c-torture/execute/20030718-1.c: New test.
3862
3863 2003-07-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
3864
3865         PR optimization/11536
3866         * gcc.dg/20030721-1.c: New test.
3867
3868 2003-07-19  Mark Mitchell  <mark@codesourcery.com>
3869
3870         PR c++/11546
3871         * g++.dg/template/lookup1.C: New test.
3872
3873 2003-07-19  Zack Weinberg  <zack@codesourcery.com>
3874
3875         * gcc.dg/noncompile/label-1.c: New comprehensive test case for
3876         diagnostics of ill-formed constructs involving labels.
3877         * gcc.dg/noncompile/label-lineno-1.c: Add error regexp for
3878         the new 'previously defined here' message.
3879
3880 2003-07-18  Nathan Sidwell  <nathan@codesourcery.com>
3881
3882         * g++.dg/parse/non-dependent2.C: New test.
3883
3884 2003-07-18  Andrew Pinski  <pinskia@physics.uc.edu>
3885
3886         * g++.dg/init/init-ref4.C: xfail on targets without
3887         weak symbols.
3888
3889 2003-07-17  Jakub Jelinek  <jakub@redhat.com>
3890
3891         PR target/11087
3892         * gcc.c-torture/execute/20030717-1.c: New test.
3893
3894 2003-07-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
3895
3896         * g++.dg/opt/cfg1.C: New test.
3897
3898 2003-07-17  Mark Mitchell  <mark@codesourcery.com>
3899
3900         PR optimization/11557
3901         * gcc.dg/20030717-1.c: New test.
3902
3903 2003-07-17  Andrew Pinski <pinskia@physics.uc.edu>
3904
3905         PR c++/10476
3906         * g++.dg/expr/crash-1.C: New test.
3907
3908         PR c++/11027
3909         * g++.dg/template/init3.C: New test.
3910
3911         PR c++/8222
3912         * g++.dg/template/non-dependent1.C: New test.
3913
3914         PR c++/11070
3915         * g++.dg/template/non-dependent2.C: New test.
3916
3917         PR c++/11071
3918         * g++.dg/template/non-dependent3.C: New test.
3919
3920         PR c++/9907
3921         * g++.dg/template/sizeof5.C: New test.
3922
3923 2003-07-17  Geoffrey Keating  <geoffk@apple.com>
3924
3925         PR 11498
3926         * gcc.c-torture/compile/mangle-1.c: New file.
3927
3928 2003-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3929
3930         PR c++/7809
3931         * g++.dg/parse/access3.C: New test.
3932
3933 2003-07-17  Andrew Pinski  <pinskia@physics.uc.edu>
3934
3935         PR c++/11384
3936         * g++.dg/init/init-ref4.C: New test.
3937
3938 2003-07-16  Mark Mitchell  <mark@codesourcery.com>
3939
3940         PR c++/11547
3941         * g++.dg/parse/constant3.C: New test.
3942         * g++.dg/parse/crash7.C: Likewise.
3943
3944 2003-07-16  Andrew Pinski  <pinskia@physics.uc.edu>
3945
3946         PR target/11008
3947         * gcc.dg/i386-pentium4-not-mull.c: New.
3948
3949 2003-07-16  J"orn Rennecke <joern.rennecke@superh.com>
3950
3951         * gcc.dg/asm-names.c (ymain): Make it weak.
3952
3953 2003-07-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3954
3955         PR c++/5421
3956         * g++.dg/template/friend21.C: New test.
3957
3958 2003-07-16  Jakub Jelinek  <jakub@redhat.com>
3959
3960         * gcc.dg/cleanup-8.c: New test.
3961         * gcc.dg/cleanup-9.c: New test.
3962
3963 2003-07-16  Danny Smith  <dannysmith@users.sourceforge.net>
3964
3965         * g++.dg/ext/dll-MI1.h: New file.
3966         * g++.dg/ext/dllexport-MI1.C: New file.
3967         * g++.dg/ext/dllimport-MI1.C: New file.
3968
3969 2003-07-15  Jakub Jelinek  <jakub@redhat.com>
3970
3971         * gcc.c-torture/execute/string-opt-8.c (main): Remove i370 and s390,
3972         it does not have cmpstrsi patterns (just cmpmemsi).
3973
3974 2003-07-15  Mark Mitchell  <mark@codesourcery.com>
3975
3976         PR debug/11473
3977         * g++.dg/debug/debug8.C: New test.
3978
3979 2003-07-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3980
3981         PR c++/10108
3982         * g++.dg/template/crash7.C: New test.
3983
3984 2003-07-15  Kazu Hirata  <kazu@cs.umass.edu>
3985
3986         PR target/10795
3987         * gcc.c-torture/compile/20030708-1.c: New.
3988
3989 2003-07-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
3990
3991         * gcc.c-torture/execute/20030715-1.c: New test.
3992
3993 2003-07-14  Geoffrey Keating  <geoffk@apple.com>
3994
3995         * gcc.dg/pch/inline-3.c: New file.
3996         * gcc.dg/pch/inline-3.hs: New file.
3997         * gcc.dg/pch/inline-4.c: New file.
3998         * gcc.dg/pch/inline-4.hs: New file.
3999
4000 2003-07-14  Mark Mitchell  <mark@codesourcery.com>
4001
4002         PR c++/11509
4003         * g++.dg/template/crash6.C: New test.
4004
4005         PR c++/7053
4006         * g++.dg/template/friend20.C: New test.
4007
4008         PR c++/7019
4009         * g++.dg/template/overload2.C: New test.
4010
4011 2003-07-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4012
4013         PR optimization/11440
4014         * gcc.c-torture/execute/20030714-1.c: New test.
4015
4016 2003-07-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4017
4018         PR c++/11154
4019         * g++.dg/template/partial2.C: New test.
4020
4021 2003-07-13  Mark Mitchell  <mark@codesourcery.com>
4022
4023         PR c++/11503
4024         * g++.dg/template/anon1.C: New test.
4025
4026         PR c++/11493
4027         PR c++/11495
4028         * g++.dg/parse/template9.C: Likewise.
4029         * g++.dg/template/crash4.C: New test.
4030         * g++.dg/template/koenig1.C: Likewise.
4031         * g++.old-deja/g++.benjamin/tem03.C: Adjust error markers.
4032         * g++.old-deja/g++.benjamin/tem06.C: Declare "x".
4033         * g++.old-deja/g++.jason/overload33.C: Use this-> when calling
4034         functions.
4035         * g++.old-deja/g++.jason/template36.C: Likewise.
4036         * g++.old-deja/g++.mike/p1989.C: Likewise.
4037         * g++.old-deja/g++.pt/lookup2.C: Use -fpermissive when compiling.
4038         * g++.old-deja/g++.pt/ttp20.C: Use this->.
4039         * g++.old-deja/g++.pt/ttp21.C: Use this->.
4040         * g++.old-deja/g++.pt/typename13.C: Use -fpermissive when
4041         compiling.
4042         * g++.old-deja/g++.pt/union2.C: Use this->.
4043
4044 2003-07-11  Jakub Jelinek  <jakub@redhat.com>
4045
4046         * gcc.dg/20030711-1.c: New test.
4047
4048 2003-07-11  Nathan Sidwell  <nathan@codesourcery.com>
4049
4050         PR c++/11050
4051         * g++.dg/parse/args1.C: New test.
4052         * g++.pt/defarg8.C: Change expected errors.
4053
4054 2003-07-11  Mark Mitchell  <mark@codesourcery.com>
4055
4056         PR c++/8164
4057         * g++.dg/template/nontype2.C: New test.
4058
4059         PR c++/10558
4060         * g++.dg/parse/template8.C: New test.
4061
4062         PR c++/8327
4063         * g++.dg/template/scope1.C: New test.
4064
4065         * g++.dg/warn/Wsign-compare-1.C: New test.
4066
4067 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
4068
4069         * gcc.dg/20021018-1.c: Disable if the sizeof (int) < 4.
4070
4071 2003-07-10  Mark Mitchell  <mark@codesourcery.com>
4072
4073         PR c++/9411
4074         * g++.dg/template/explicit2.C: New test.
4075
4076         PR c++/10032
4077         * g++.dg/warn/pedantic1.C: New test.
4078
4079 2003-07-10  Nathan Sidwell  <nathan@codesourcery.com>
4080
4081         PR c++ 9483
4082         * g++.dg/other/field1.C: New test.
4083
4084 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
4085
4086         PR c/11449
4087         * gcc.c-torture/compile/20030707-1.c: New.
4088
4089 2003-07-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4090
4091         PR c++/10849
4092         * g++.dg/template/access12.C: New test.
4093
4094 2003-07-09  Nathan Sidwell  <nathan@codesourcery.com>
4095
4096         * g++.dg/bprob/bprob.exp (prof_ext): Update.
4097         * g77.dg/bprob/bprob.exp (prof_ext): Update.
4098         * gcc.misc-tests/bprob.exp (prof_ext): Update.
4099         * gcc.misc-tests/gcov.exp: Update
4100         * g++.dg/gcov/gcov.exp: Update
4101         * lib/gcov.exp: Update.
4102
4103 2003-07-08  Mark Mitchell  <mark@codesourcery.com>
4104
4105         * g++.dg/abi/mangle17.C: Make sure template expressions are
4106         dependent.
4107         * g++.dg/abi/mangle4.C: Mark erroneous casts.
4108         * g++.dg/debug/debug7.C: Mark erronous new-declarator.
4109         * g++.dg/opt/stack1.C: Remove erroneous code.
4110         * g++.dg/parse/template7.C: New test.
4111         * g++.dg/template/dependent-expr1.C: Mark erroneous code.
4112         * g++.old-deja/g++.pt/crash4.C: Likewise.
4113
4114 2003-07-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4115
4116         * gcc.dg/const-elim-1.c (dg-final): Change regexp to match labels
4117         with zero or one occurence of `$' after the initial `L'.
4118
4119 2003-07-08  Kazu Hirata  <kazu@cs.umass.edu>
4120
4121         * gcc.c-torture/compile/20030704-1.c: Add a comment.
4122
4123 2003-07-08  Roger Sayle  <roger@eyesopen.com>
4124
4125         PR c/11370
4126         * gcc.dg/Wunreachable-6.c: New testcase.
4127         * gcc.dg/Wunreachable-7.c: New testcase.
4128
4129 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
4130
4131         PR c/11420
4132         * gcc.dg/20030708-1.c: New test.
4133
4134 2003-07-08  Richard Sandiford  <rsandifo@redhat.com>
4135
4136         * gcc.dg/compat/sdata-section.h: New file.
4137         * gcc.dg/compat/sdata-1_{x,y,main}.c: New test.
4138         * gcc.dg/torture/mips-sdata-1.c: New test.
4139
4140 2003-07-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4141
4142         PR c++/11030
4143         * g++.dg/template/friend19.C: New test.
4144
4145 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
4146
4147         * g++.dg/opt/strength-reduce.C: New test.
4148
4149 2003-07-07  Roger Sayle  <roger@eyesopen.com>
4150
4151         PR target/10979
4152         * gcc.dg/20030707-1.c: New testcase.
4153
4154 2003-07-07  Roger Sayle  <roger@eyesopen.com>
4155
4156         PR optimization/11059
4157         * g++.dg/opt/emptyunion.C: New testcase.
4158
4159 2003-07-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4160             Eric Botcazou  <ebotcazou@libertysurf.fr>
4161
4162         * g++.dg/opt/stack1.C: New test.
4163
4164 2003-07-05  Mark Mitchell  <mark@codesourcery.com>
4165
4166         * g++.old-deja/g++.jason/typeid1.C: Make it a compile test, not a
4167         run test.
4168
4169         PR c++/11431
4170         * g++.dg/expr/static_cast3.C: New test.
4171
4172 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
4173
4174         * gcc.c-torture/execute/wchar_t-1.x: New file; XFAIL wchar_t-1.c
4175         everywhere.
4176         * gcc.dg/concat.c: Concatenation of string constants with
4177         __FUNCTION__ / __PRETTY_FUNCTION__ is now a hard error.
4178         * gcc.dg/wtr-strcat-1.c: Loosen dg-warning regexp.
4179         * gcc.dg/cpp/escape-2.c: Use wide character constants where
4180         necessary to avoid multi-character character constant warning.
4181         * gcc.dg/cpp/escape.c: Likewise.
4182         * gcc.dg/cpp/ucs.c: Likewise.
4183         Remove backslashes from dg-bogus comments, as they confuse Tcl.
4184         Fix a typo.
4185
4186 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
4187
4188         PR c/11428
4189         * gcc.c-torture/compile/20030704-1.c: New.
4190
4191 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
4192
4193         * gcc.dg/compat/fnptr-by-value-1_x.c: Add a prototype for testva.
4194
4195 2003-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
4196
4197         PR c++/5287, PR c++/7910,  PR c++/11021
4198         * g++.dg/ext/dllimport1.C: Add mingw32 as target. Add
4199         tests for warnings.
4200         * g++.dg/ext/dllimport2.C: Add tests for warnings.
4201         * g++.dg/ext/dllimport3.C: Likewise.
4202         * g++.dg/ext/dllimport4.C: New file.
4203         * g++.dg/ext/dllimport5.C: New file.
4204         * g++.dg/ext/dllimport6.C: New file.
4205         * g++.dg/ext/dllimport7.C: New file.
4206         * g++.dg/ext/dllimport8.C: New file.
4207         * g++.dg/ext/dllimport9.C: New file.
4208         * g++.dg/ext/dllimport10.C: New file.
4209         * g++.dg/ext/dllexport1.C: New file.
4210
4211 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
4212
4213         * g++.old-deja/g++.jason/typeid1.C: Add dg-error marker.
4214         * g++.old-deja/g++.mike/net36.C: Tweak error messages.
4215
4216 2003-07-03  Roger Sayle  <roger@eyesopen.com>
4217
4218         * gcc.dg/builtins-25.c: New testcase.
4219         * gcc.dg/builtins-26.c: New testcase.
4220
4221 2003-07-03  Janis Johnson  <janis187@us.ibm.com>
4222
4223         * gcc.dg/compat/vector-defs.h: New file.
4224         * gcc.dg/compat/vector-setup.h: New file.
4225         * gcc.dg/compat/vector-check.h: New file.
4226         * gcc.dg/compat/vector-1_main.c: New file.
4227         * gcc.dg/compat/vector-1_x.c: New file.
4228         * gcc.dg/compat/vector-1_y.c: New file.
4229         * gcc.dg/compat/vector-2_main.c: New file.
4230         * gcc.dg/compat/vector-2_x.c: New file.
4231         * gcc.dg/compat/vector-2_y.c: New file.
4232
4233         * gcc.dg/compat/fnptr-by-value-1_main.c: New file.
4234         * gcc.dg/compat/fnptr-by-value-1_x.c: New file.
4235         * gcc.dg/compat/fnptr-by-value-1_y.c: New file.
4236         * gcc.dg/compat/struct-align-1.h: New file.
4237         * gcc.dg/compat/struct-align-1_main.c: New file.
4238         * gcc.dg/compat/struct-align-1_x.c: New file.
4239         * gcc.dg/compat/struct-align-1_y.c: New file.
4240         * gcc.dg/compat/struct-align-2.h: New file.
4241         * gcc.dg/compat/struct-align-2_main.c: New file.
4242         * gcc.dg/compat/struct-align-2_x.c: New file.
4243         * gcc.dg/compat/struct-align-2_y.c: New file.
4244
4245         * gcc.dg/compat/compat-common.h (DEBUG_FINI): New.
4246         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
4247         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
4248         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
4249         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
4250         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
4251         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
4252         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
4253         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
4254         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
4255         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
4256         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
4257         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
4258         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
4259         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
4260         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
4261         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
4262         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
4263         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
4264         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
4265         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
4266         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
4267         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
4268         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
4269         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
4270         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
4271         * gcc.dg/compat/struct-return-10_x.c: Ditto.
4272         * gcc.dg/compat/struct-return-2_x.c: Ditto.
4273         * gcc.dg/compat/struct-return-3_x.c: Ditto.
4274
4275 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
4276
4277         * gcc.dg/i386-call-1.c: New test.
4278
4279 2003-07-03  Nathan Sidwell  <nathan@codesourcery.com>
4280
4281         PR c++/9162
4282         * g++.dg/parse/defarg4.C: New.
4283
4284 2003-07-03  Roger Sayle  <roger@eyesopen.com>
4285
4286         PR target/10700
4287         * gcc.c-torture/compile/20030703-1.c: New test case.
4288
4289 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
4290
4291         * g++.dg/template/local3.C: Remove extra semicolon.
4292
4293 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
4294
4295         * gcc.dg/i386-volatile-1.c: New test.
4296
4297 2003-07-02  Nathan Sidwell  <nathan@codesourcery.com>
4298
4299         PR c++/11072
4300         * g++.dg/other/offsetof2.C: XFAIL.
4301         * g++.dg/other/offsetof5.C: New.
4302
4303         PR c++/10219
4304         * g++.dg/template/error1.C: New.
4305
4306         PR c++/9779
4307         * g++.dg/template/dependent-expr1.C: New.
4308
4309 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
4310
4311         PR c++/6949
4312         * g++.dg/template/local3.C: New test.
4313
4314         PR c++/11149
4315         * g++.dg/lookup/scoped6.C: New test.
4316
4317 2003-07-01  Giovanni Bajo  <giovannibajo@libero.it>
4318
4319         PR c++/8046
4320         * g++.dg/other/error7.C: New test.
4321
4322 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
4323
4324         * g++.old-deja/g++.abi/vbase1.C: Fix comment typos.
4325         * g++.old-deja/g++.abi/vtable3.h: Likewise.
4326         * g++.old-deja/g++.law/code-gen5.C: Likewise.
4327         * g++.old-deja/g++.other/union2.C: Likewise.
4328         * gcc.dg/c90-const-expr-2.c: Likewise.
4329         * gcc.dg/c90-const-expr-3.c: Likewise.
4330         * gcc.dg/c99-const-expr-2.c: Likewise.
4331         * gcc.dg/c99-const-expr-3.c: Likewise.
4332         * gcc.dg/concat.c: Likewise.
4333
4334 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
4335
4336         PR c++/9559
4337         * g++.dg/init/static1.C: New test.
4338
4339 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4340
4341         * Changelog: Remove ">>>>>>>" from previous change.
4342
4343 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4344
4345         * g++.old-deja/g++.niklas/README: Fix spelling for "testcase".
4346         * g++.old-deja/g++.other/access2.C: Likewise.
4347         * g++.old-deja/g++.other/decl2.C: Likewise.
4348         * gcc.c-torture/execute/20020615-1.c: Likewise.
4349
4350 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
4351
4352         PR c++/4933
4353         * g++.dg/template/sizeof4.C: New test.
4354
4355 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
4356
4357         * g++.dg/other/error6.C: New test.
4358
4359 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
4360
4361         PR c++/10750
4362         * g++.dg/parse/constant2.C: New test.
4363
4364 2003-06-30  Giovanni Bajo <giovannibajo@libero.it>
4365
4366         PR c++/11106
4367         * g++.dg/other/error5.C: New test.
4368
4369 2003-06-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4370
4371         * gcc.dg/format/gcc_diag-1.c: New test.
4372
4373 2003-06-28  Ulrich Weigand  <uweigand@de.ibm.com>
4374
4375         * gcc.c-torture/execute/multi-ix.c: Fix off-by-one bugs.
4376
4377 2003-06-28  Nathan Sidwell  <nathan@codesourcery.com>
4378
4379         * g++.old-deja/g++.robertl/eb133.C: Set expected line number.
4380         * g++.old-deja/g++.robertl/eb133a.C: Likewise.
4381         * g++.old-deja/g++.robertl/eb133b.C: Likewise.
4382
4383 2003-06-28  Jakub Jelinek  <jakub@redhat.com>
4384
4385         * gcc.c-torture/execute/builtins/string-8.c: New test.
4386         * gcc.c-torture/execute/builtins/string-8-lib.c: New.
4387         * gcc.c-torture/execute/stdio-opt-1.c (main): Add new tests.
4388         * gcc.c-torture/execute/string-opt-7.c (main): Add new test.
4389
4390 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
4391
4392         PR c++/10468
4393         * g++.dg/ext/typeof6.C: New test.
4394
4395 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
4396
4397         PR c++/10796
4398         * g++.dg/init/enum1.C: New test.
4399
4400 2003-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
4401
4402         * gcc.dg/20030627-1.c: New test.
4403
4404 2003-06-26  Mark Mitchell  <mark@codesourcery.com>
4405
4406         PR c++/11332
4407         * g++.dg/expr/static_cast2.C: New test.
4408
4409 2003-06-26  Roger Sayle  <roger@eyesopen.com>
4410             Jakub Jelinek  <jakub@redhat.com>
4411
4412         * gcc.c-torture/execute/string-opt-16.c: Remove test for disabled
4413         sprintf(dst,"%s",src) optimization.
4414         * gcc.c-torture/execute/20030626-1.c: New test case.
4415         * gcc.c-torture/execute/20030626-2.c: New test case.
4416
4417 2003-06-26  J"orn Rennecke <joern.rennecke@superh.com>
4418
4419         * gcc.c-torture/execute/multi-ix.c: New test.
4420
4421         * gcc.c-torture/execute/simd-4.c (main):
4422         Added missing semicolon at end of union.
4423
4424 2003-06-26  Giovanni Bajo  <giovannibajo@libero.it>
4425
4426         PR c++/8266
4427         * g++.dg/template/explicit-instantiation3.C: New test.
4428
4429 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
4430
4431         * gcc.dg/20030626-1.c: Use signed char.
4432
4433 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
4434
4435         * gcc.dg/20030626-1.c: New test.
4436
4437 2003-06-26  Neil Booth  <neil@daikokuya.co.uk>
4438
4439         * const-str-2.m: Update.
4440
4441 2003-06-25  Mark Mitchell  <mark@codesourcery.com>
4442
4443         PR c++/10990
4444         * g++.dg/rtti/dyncast1.C: New test.
4445         * g++.dg/abi/mangle4.C: Correct base-specifier access.
4446         * g++.dg/lookup/scoped1.C: Remove XFAIL.
4447         * g++.old-deja/g++.martin/pmf1.C: Correct base-specifier access.
4448
4449         PR c++/10931
4450         * g++.dg/expr/static_cast1.C: New test.
4451
4452 2003-06-25  Josef Zlomek  <zlomekj@suse.cz>
4453
4454         * gcc.dg/20030625-1.c: New test.
4455
4456 2003-06-24  Roger Sayle  <roger@eyesopen.com>
4457
4458         * gcc.c-torture/compile/20030624-1.c: New test case.
4459
4460 2003-06-24  Jakub Jelinek  <jakub@redhat.com>
4461
4462         * gcc.c-torture/execute/string-opt-17.c: New test.
4463
4464 2003-06-24  Mark Mitchell  <mark@codesourcery.com>
4465
4466         PR c++/5754
4467         * g++.dg/parse/crash6.C: New test.
4468
4469 2003-06-23  Roger Sayle  <roger@eyesopen.com>
4470
4471         * gcc.dg/builtins-24.c: New test case.
4472
4473 2003-06-23  Jakub Jelinek  <jakub@redhat.com>
4474
4475         * g++.dg/opt/operator1.C: New test.
4476
4477 2003-06-22  Roger Sayle  <roger@eyesopen.com>
4478
4479         * gcc.c-torture/execute/string-opt-16.c: New test case.
4480
4481 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
4482
4483         * g++.old-deja/g++.benjamin/16077.C: Add -Wconversion  option.
4484         * g++.old-deja/g++.other/conv7.C: Likewise
4485         * g++.old-deja/g++.other/overcnv2.C: Likewise.
4486         * g++.old-deja/g++.other/overload14.C: Likewise.
4487
4488 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
4489
4490         * g++.old-deja/g++.jason/conversion5.C: Adjust option.
4491         * g++.old-deja/g++.bugs/900215_01.C: Likewise.
4492
4493 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
4494
4495         PR c++/10888
4496         * g++.dg/warn/Winline-3.C: New test.
4497
4498 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
4499
4500         * lib/target-supports.exp (check_alias_available): Make the test
4501         program acceptable to the Solaris assembler.
4502
4503         PR c++/10749
4504         * g++.dg/template/memclass2.C: New test.
4505
4506 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
4507             Eric Botcazou  <ebotcazou@libertysurf.fr>
4508
4509         * lib/gcc-dg.exp (dg-xfail-if): Do not process conditional xfail
4510         data for non-matching targets.
4511         * gcc.c-torture/compile/simd-5.c: Fix typo in conditional xfail.
4512
4513 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
4514
4515         PR c++/10845
4516         * g++.dg/template/member3.C: New test.
4517
4518 2003-06-19  Mark Mitchell  <mark@codesourcery.com>
4519
4520         PR c++/10939
4521         * g++.dg/template/func1.C: New test.
4522
4523         PR c++/9649
4524         * g++.dg/template/static4.C: New test.
4525         * g++.old-deja/g++.other/anon7.C: Remove spurious error messages.
4526
4527         PR c++/11041
4528         * g++.dg/init/ref7.C: New test.
4529
4530 2003-06-19  Matt Austern  <austern@apple.com>
4531
4532         PR c++/11228
4533         * g++.dg/anew1.C: New test.
4534         * g++.dg/anew2.C: New test.
4535         * g++.dg/anew3.C: New test.
4536         * g++.dg/anew4.C: New test.
4537
4538 2003-06-19  Kazu Hirata  <kazu@cs.umass.edu>
4539
4540         * gcc.c-torture/compile/simd-5.c: Don't XFAIL on H8.
4541
4542 2003-06-19  J"orn Rennecke <joern.rennecke@superh.com>
4543
4544         * gcc.c-torture/execute/simd-4.c (main): Make expected value
4545         endian-dependent.
4546
4547 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
4548
4549         * lib/g++.exp (g++_include_flags): Tweak path to testsuite_flags.
4550         Remove cruft.
4551
4552 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
4553
4554         * gcc.c-torture/compile/20020604-1.c: Use dg-xfail-if for h8300.
4555         * gcc.c-torture/compile/961203-1.c: Likewise.
4556         * gcc.c-torture/compile/980506-1.c: Likewise.
4557
4558 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
4559
4560         PR c++/10712
4561         * g++.dg/lookup/using7.C: New test.
4562
4563 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
4564
4565         PR c++/11105
4566         * g++.dg/abi/conv1.C: Remove it.
4567         * g++.dg/template/conv7.C: New test.
4568         * g++.dg/template/conv8.C: Likewise.
4569         * g++.old-deja/g++.ext/pretty2.C: Do not test __FUNCTION__ for a
4570         conversion operator.
4571
4572 2003-06-17  Janis Johnson  <janis187@us.ibm.com>
4573
4574         * gcc.dg/compat/compat-common.h (DEBUG_INIT): New.
4575         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
4576         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
4577         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
4578         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
4579         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
4580         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
4581         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
4582         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
4583         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
4584         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
4585         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
4586         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
4587         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
4588         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
4589         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
4590         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
4591         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
4592         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
4593         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
4594         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
4595         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
4596         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
4597         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
4598         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
4599         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
4600         * gcc.dg/compat/struct-return-10_x.c: Ditto.
4601         * gcc.dg/compat/struct-return-2_x.c: Ditto.
4602         * gcc.dg/compat/struct-return-3_x.c: Ditto.
4603
4604 2003-06-16  Mark Mitchell  <mark@codesourcery.com>
4605
4606         * lib/gcc-dg.exp (dg-xfail-if): Fix thinko.
4607         * gcc.c-torture/compile/simd-5.c: Remove spurious PowerPC-64 XFAIL
4608         indications.
4609
4610 2003-06-16  Roger Sayle  <roger@eyesopen.com>
4611
4612         * gcc.dg/i386-387-5.c: New test case.
4613         * gcc.dg/i386-387-6.c: New test case.
4614         * gcc.dg/builtins-23.c: New test case.
4615
4616 2003-06-15  Roger Sayle  <roger@eyesopen.com>
4617
4618         * gcc.dg/builtins-22.c: New test case.
4619         * gcc.dg/i386-387-1.c: Update to test exp.
4620         * gcc.dg/i386-387-2.c: Likewise.
4621
4622 2003-06-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4623
4624         * gcc.dg/format/asm_fprintf-1.c: Update width/precision checks.
4625
4626 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
4627
4628         * lib/gcc-dg.exp (dg-require-dll): New function.
4629         (dg-xfail-if): Likewise.
4630         * gcc.c-torture/compile/compile.exp: Use dg rather than c-torture
4631         driver.
4632
4633         * gcc.c-torture/compile/20000804-1.c: Convert to dg format.
4634         * gcc.c-torture/compile/20001205-1.c: Likewise.
4635         * gcc.c-torture/compile/20001226-1.c: Likewise.
4636         * gcc.c-torture/compile/20010518-2.c: Likewise.
4637         * gcc.c-torture/compile/20020312-1.c: Likewise.
4638         * gcc.c-torture/compile/20020604-1.c: Likewise.
4639         * gcc.c-torture/compile/920501-12.c: Likewise.
4640         * gcc.c-torture/compile/920501-4.c: Likewise.
4641         * gcc.c-torture/compile/920520-1.c: Likewise.
4642         * gcc.c-torture/compile/920521-1.c: Likewise.
4643         * gcc.c-torture/compile/920625-1.c: Likewise.
4644         * gcc.c-torture/compile/961203-1.c: Likewise.
4645         * gcc.c-torture/compile/980506-1.c: Likewise.
4646         * gcc.c-torture/compile/981006-1.c: Likewise.
4647         * gcc.c-torture/compile/981022-1.c: Likewise.
4648         * gcc.c-torture/compile/981223-1.c: Likewise.
4649         * gcc.c-torture/compile/990617-1.c: Likewise.
4650         * gcc.c-torture/compile/dll.c: Likewise.
4651         * gcc.c-torture/compile/labels-3.c: Likewise.
4652         * gcc.c-torture/compile/mipscop-1.c: Likewise.
4653         * gcc.c-torture/compile/mipscop-2.c: Likewise.
4654         * gcc.c-torture/compile/mipscop-3.c: Likewise.
4655         * gcc.c-torture/compile/mipscop-4.c: Likewise.
4656         * gcc.c-torture/compile/simd-5.c: Likewise.
4657         * gcc.c-torture/compile/20000804-1.x: Remove.
4658         * gcc.c-torture/compile/20001205-1.x: Likewise.
4659         * gcc.c-torture/compile/20001226-1.x: Likewise.
4660         * gcc.c-torture/compile/20010518-2.x: Likewise.
4661         * gcc.c-torture/compile/20020312-1.x: Likewise.
4662         * gcc.c-torture/compile/20020604-1.x: Likewise.
4663         * gcc.c-torture/compile/920501-12.x: Likewise.
4664         * gcc.c-torture/compile/920501-4.x: Likewise.
4665         * gcc.c-torture/compile/920520-1.x: Likewise.
4666         * gcc.c-torture/compile/920521-1.x: Likewise.
4667         * gcc.c-torture/compile/920625-1.x: Likewise.
4668         * gcc.c-torture/compile/961203-1.x: Likewise.
4669         * gcc.c-torture/compile/980506-1.x: Likewise.
4670         * gcc.c-torture/compile/981006-1.x: Likewise.
4671         * gcc.c-torture/compile/981022-1.x: Likewise.
4672         * gcc.c-torture/compile/981223-1.x: Likewise.
4673         * gcc.c-torture/compile/990617-1.x: Likewise.
4674         * gcc.c-torture/compile/mipscop-1.x: Likewise.
4675         * gcc.c-torture/compile/mipscop-2.x: Likewise.
4676         * gcc.c-torture/compile/mipscop-3.x: Likewise.
4677         * gcc.c-torture/compile/mipscop-4.x: Likewise.
4678         * gcc.c-torture/compile/simd-5.x: Likewise.
4679
4680         * gcc.c-torture/compile/20021205-1.c: Remove bogus dg commands.
4681
4682 2003-06-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
4683
4684         * gcc.c-torture/execute/20030611-1.c: New test.
4685
4686 2003-06-12  Roger Sayle  <roger@eyesopen.com>
4687
4688         PR middle-end/168
4689         * gcc.dg/20030612-1.c: New test case.
4690
4691 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
4692
4693         PR c++/10635
4694         * g++.dg/expr/cast1.C: New test.
4695
4696 2003-06-12  Roger Sayle  <roger@eyesopen.com>
4697
4698         * gcc.dg/builtins-21.c: New test case.
4699
4700 2003-06-11  Kelley Cook  <kelleycook@wideopenwest.com>
4701
4702         * lib/gcc.exp (gcc_target_compile): Put TOOL_OPTIONS at front of
4703         options instead of at the end.
4704         * lib/objc.exp (objc_target_compile): Likewise.
4705
4706 2003-06-11  Mark Mitchell  <mark@codesourcery.com>
4707
4708         PR c++/10432
4709         * g++.dg/parse/error1.C: New test.
4710
4711 2003-06-11  Janis Johnson  <janis187@us.ibm.com>
4712
4713         * gcc.dg/compat/struct-by-value-11_main.c: New file.
4714         * gcc.dg/compat/struct-by-value-11_x.c: New file.
4715         * gcc.dg/compat/struct-by-value-11_y.c: New file.
4716         * gcc.dg/compat/struct-by-value-12_main.c: New file.
4717         * gcc.dg/compat/struct-by-value-12_x.c: New file.
4718         * gcc.dg/compat/struct-by-value-12_y.c: New file.
4719         * gcc.dg/compat/struct-by-value-13_main.c: New file.
4720         * gcc.dg/compat/struct-by-value-13_x.c: New file.
4721         * gcc.dg/compat/struct-by-value-13_y.c: New file.
4722         * gcc.dg/compat/struct-by-value-14_main.c: New file.
4723         * gcc.dg/compat/struct-by-value-14_x.c: New file.
4724         * gcc.dg/compat/struct-by-value-14_y.c: New file.
4725         * gcc.dg/compat/struct-by-value-15_main.c: New file.
4726         * gcc.dg/compat/struct-by-value-15_x.c: New file.
4727         * gcc.dg/compat/struct-by-value-15_y.c: New file.
4728         * gcc.dg/compat/struct-by-value-16_main.c: New file.
4729         * gcc.dg/compat/struct-by-value-16_x.c: New file.
4730         * gcc.dg/compat/struct-by-value-16_y.c: New file.
4731         * gcc.dg/compat/struct-by-value-17_main.c: New file.
4732         * gcc.dg/compat/struct-by-value-17_x.c: New file.
4733         * gcc.dg/compat/struct-by-value-17_y.c: New file.
4734         * gcc.dg/compat/struct-by-value-18_main.c: New file.
4735         * gcc.dg/compat/struct-by-value-18_x.c: New file.
4736         * gcc.dg/compat/struct-by-value-18_y.c: New file.
4737
4738         * gcc.dg/compat/scalar-by-value-3_main.c: New file.
4739         * gcc.dg/compat/scalar-by-value-3_x.c: New file.
4740         * gcc.dg/compat/scalar-by-value-3_y.c: New file.
4741         * gcc.dg/compat/scalar-by-value-4_main.c: New file.
4742         * gcc.dg/compat/scalar-by-value-4_x.c: New file.
4743         * gcc.dg/compat/scalar-by-value-4_y.c: New file.
4744         * gcc.dg/compat/scalar-return-3_main.c: New file.
4745         * gcc.dg/compat/scalar-return-3_x.c: New file.
4746         * gcc.dg/compat/scalar-return-3_y.c: New file.
4747         * gcc.dg/compat/scalar-return-4_main.c: New file.
4748         * gcc.dg/compat/scalar-return-4_x.c: New file.
4749         * gcc.dg/compat/scalar-return-4_y.c: New file.
4750
4751 2003-06-10  Janis Johnson  <janis187@us.ibm.com>
4752
4753         * gcc.dg/compat/fp2-struct-check.h: New file.
4754         * gcc.dg/compat/fp2-struct-defs.h: New file.
4755         * gcc.dg/compat/fp2-struct-init.h: New file.
4756         * gcc.dg/compat/struct-by-value-10_main.c: New file.
4757         * gcc.dg/compat/struct-by-value-10_x.c: New file.
4758         * gcc.dg/compat/struct-by-value-10_y.c: New file.
4759         * gcc.dg/compat/struct-return-10_main.c: New file.
4760         * gcc.dg/compat/struct-return-10_x.c: New file.
4761         * gcc.dg/compat/struct-return-10_y.c: New file.
4762
4763         * gcc.dg/compat/compat-common.h: New file.
4764         * gcc.dg/compat/fp-struct-check.h: Improve debugging output.
4765         * gcc.dg/compat/fp-struct-test-by-value-x.h: Ditto.
4766         * gcc.dg/compat/fp-struct-test-by-value-y.h: Ditto.
4767         * gcc.dg/compat/scalar-by-value-1_main.c: Ditto.
4768         * gcc.dg/compat/scalar-by-value-1_x.c: Ditto.
4769         * gcc.dg/compat/scalar-by-value-1_y.c: Ditto.
4770         * gcc.dg/compat/scalar-by-value-2_main.c: Ditto.
4771         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
4772         * gcc.dg/compat/scalar-by-value-2_y.c: Ditto.
4773         * gcc.dg/compat/scalar-return-1_main.c: Ditto.
4774         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
4775         * gcc.dg/compat/scalar-return-1_y.c: Ditto.
4776         * gcc.dg/compat/scalar-return-2_main.c: Ditto.
4777         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
4778         * gcc.dg/compat/scalar-return-2_y.c: Ditto.
4779         * gcc.dg/compat/small-struct-check.h: Ditto.
4780         * gcc.dg/compat/struct-by-value-2_main.c: Ditto.
4781         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
4782         * gcc.dg/compat/struct-by-value-2_y.c: Ditto.
4783         * gcc.dg/compat/struct-by-value-3_main.c: Ditto.
4784         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
4785         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
4786         * gcc.dg/compat/struct-by-value-4_main.c: Ditto.
4787         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
4788         * gcc.dg/compat/struct-by-value-4_y.c: Ditto.
4789         * gcc.dg/compat/struct-by-value-5_main.c: Ditto.
4790         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
4791         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
4792         * gcc.dg/compat/struct-by-value-6_main.c: Ditto.
4793         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
4794         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
4795         * gcc.dg/compat/struct-by-value-7_main.c: Ditto.
4796         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
4797         * gcc.dg/compat/struct-by-value-7_y.c: Ditto.
4798         * gcc.dg/compat/struct-by-value-8_main.c: Ditto.
4799         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
4800         * gcc.dg/compat/struct-by-value-8_y.c: Ditto.
4801         * gcc.dg/compat/struct-by-value-9_main.c: Ditto.
4802         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
4803         * gcc.dg/compat/struct-by-value-9_y.c: Ditto.
4804         * gcc.dg/compat/struct-return-2_main.c: Ditto.
4805         * gcc.dg/compat/struct-return-2_x.c: Ditto.
4806         * gcc.dg/compat/struct-return-2_y.c: Ditto.
4807         * gcc.dg/compat/struct-return-3_main.c: Ditto.
4808         * gcc.dg/compat/struct-return-3_x.c: Ditto.
4809         * gcc.dg/compat/struct-return-3_y.c: Ditto.
4810
4811 2003-06-10  Geoffrey Keating  <geoffk@apple.com>
4812
4813         * g++.dg/pch/static-1.C: New file.
4814         * g++.dg/pch/static-1.Hs: New file.
4815
4816 2003-06-10  Richard Henderson  <rth@redhat.com>
4817
4818         * gcc.dg/asm-7.c: Adjust expected warning text.
4819
4820 2003-06-10  Roger Sayle  <roger@eyesopen.com>
4821
4822         * gcc.dg/builtins-20.c: New test case.
4823
4824 2003-06-10  Mark Mitchell  <mark@codesourcery.com>
4825
4826         PR c++/11131
4827         * g++.dg/opt/template1.C: New test.
4828
4829 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
4830
4831         * lib/gcc-dg.exp (dg-test): Clear additional_files and
4832         additional_sources.
4833
4834 2003-05-21  David Taylor  <dtaylor@emc.com>
4835
4836         * gcc.dg/Wpadded.c: New file.
4837
4838 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
4839
4840         * gcc.dg/special/20000419-2.c: Fix dg-require-alias syntax.
4841         * gcc.dg/special/weak-2.c: Add dg-require-weak.
4842         * gcc.dg/weak/weak-3.c: Reverse order of dg-do and
4843         dg-require-weak.
4844
4845 2003-06-09  J"orn Rennecke <joern.rennecke@superh.com>
4846
4847         * g++.dg/other/offsetof3.C: Adjust linenumber of last expected warning.
4848
4849 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
4850
4851         * lib/gcc-dg.exp (dg-require-weak): Fix typo.
4852         (dg-require-alias): Likewise.
4853         (dg-require-gc-sections): Likewise.
4854         * lib/target-supports.exp (check_gc_sections_available): Likewise.
4855
4856 2003-06-08  Richard Henderson  <rth@redhat.com>
4857
4858         * gcc.dg/20011029-2.c: Fix the array reference.
4859         * gcc.dg/asm-7.c: New.
4860
4861 2003-06-08  Kazu Hirata  <kazu@cs.umass.edu>
4862
4863         * gcc.c-torture/compile/20000804-1.x: Disable on h8300 port.
4864
4865 2003-06-08  Mark Mitchell  <mark@codesourcery.com>
4866
4867         * lib/gcc-dg.exp (dg-require-alias): Fix typo.
4868         (dg-require-gc-sections): Likewise.
4869
4870 2003-06-08  Jan Hubicka  <jh@suse.cz>
4871
4872         * i386-cmov1.c: Fix regular expression.
4873         * i386-cvt-1.c: Likewise.
4874         * i386-local.c: Likewise.
4875         * i386-local2.c: Likewise.
4876         * i386-mul.c: Likewise.
4877         * i386-ssetype-1.c: Likewise.
4878         * i386-ssetype-3.c: Likewise.
4879         * i386-ssetype-5.c: Likewise.
4880
4881 2003-06-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4882
4883         PR c++/11039
4884         * g++.dg/warn/implicit-typename2.C: New test.
4885         * g++.dg/warn/implicit-typename3.C: New test.
4886
4887 2003-06-07  Richard Henderson  <rth@redhat.com>
4888
4889         * g++.dg/other/offsetof3.C: Use size_t.
4890         * g++.dg/other/offsetof4.C: Likewise.
4891
4892 2003-06-07  H.J. Lu <hongjiu.lu@intel.com>
4893
4894         * lib/copy-file.exp: New. Implement gcc_copy_files.
4895
4896         * lib/dg-pch.exp: Load copy-file.exp
4897         (dg-pch): Use gcc_copy_files instead of "file copy".
4898
4899 2003-06-06  Mark Mitchell  <mark@codesourcery.com>
4900
4901         * gcc.dg/weak/weak.exp: Simplify.
4902         * gcc.dg/weak/typeof-2.c: Use dg-require-weak.
4903         * gcc.dg/weak/weak-1.c: Likewise.
4904         * gcc.dg/weak/weak-2.c: Likewise.
4905         * gcc.dg/weak/weak-3.c: Likewise.
4906         * gcc.dg/weak/weak-4.c: Likewise.
4907         * gcc.dg/weak/weak-5.c: Likewise.
4908         * gcc.dg/weak/weak-6.c: Likewise.
4909         * gcc.dg/weak/weak-7.c: Likewise.
4910         * gcc.dg/weak/weak-8.c: Likewise.
4911         * gcc.dg/weak/weak-9.c: Likewise.
4912
4913 2003-06-06  Richard Earnshaw  <rearnsha@arm.com>
4914
4915         gcc.c-torture/execute/20030606-1.c: New.
4916
4917 2003-06-06  Roger Sayle  <roger@eyesopen.com>
4918
4919         * gcc.dg/builtins-2.c: Correct check-in of incorrect version.
4920         * gcc.dg/builtins-19.c: Likewise.
4921
4922 2003-06-06  Roger Sayle  <roger@eyesopen.com>
4923
4924         * gcc.dg/builtins-2.c: Add some more tests.
4925         * gcc.dg/builtins-18.c: New test case.
4926         * gcc.dg/builtins-19.c: New test case.
4927
4928 2003-06-06  Roger Sayle  <roger@eyesopen.com>
4929             Jim Wilson  <wilson@tuliptree.org>
4930
4931         * gcc.dg/uninit-C.c: Only test TImode on 64-bit platforms.
4932
4933 2003-06-06  Jakub Jelinek  <jakub@redhat.com>
4934
4935         * gcc.c-torture/execute/builtins/string-4.c (main_test): Allow some
4936         mempcpy/stpcpy calls not to be optimized into something else.
4937         * gcc.c-torture/execute/string-opt-3.c: Moved to...
4938         * gcc.c-torture/execute/builtins/string-7.c: ...here.
4939         * gcc.c-torture/execute/builtins/string-7-lib.c: New.
4940
4941 2003-06-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4942
4943         * gcc.dg/format/asm_fprintf-1.c: New test.
4944
4945 2003-06-05  Mark Mitchell  <mark@codesourcery.com>
4946
4947         * lib/gcc-defs.exp (additional_sources): New variable.
4948         (dg-additional-sources): New function.
4949         (additional_files): New variable.
4950         (dg-additional-files): New function.
4951         (dg-additional-files-options): Likewise.
4952         * lib/gcc-dg.exp (dg-require-weak): New function.
4953         (dg-require-alias): Likewise.
4954         (dg-require-gc-sections): Likewise.
4955         * lib/target-supports.exp (check_alias_available): Remove testfile
4956         parameter.
4957         (check_gc_sections_available): New function.
4958         * lib/g++-dg.exp (dg-gpp-additional-sources): Remove.
4959         (dg-gpp-additional-files): Likewise.
4960         * lib/g++.exp (additional_sources): Remove.
4961         (additional_files): Likewise.
4962         (g++_target_compile): Use dg-additional-files-options.
4963
4964         * gcc.dg/special/special.exp: Add "ecos" tests.  Remove complex
4965         Tcl logic.
4966         * gcc.dg/special/ecos.exp: Remove.
4967         * gcc.dg/special/20000419-2.c: Use dg-require-*.
4968         * gcc.dg/special/alias-1.c: Likewise.
4969         * gcc.dg/special/alias-2.c: Likewise.
4970         * gcc.dg/special/gcsec-1.c: Likewise.
4971         * gcc.dg/special/weak-1.c: Likewise.
4972         * gcc.dg/special/weak-2.c: Likewise.
4973         * gcc.dg/special/wkali-1.c: Likewise.
4974         * gcc.dg/special/wkali-2.c: Likewise.
4975
4976         * g++.dg/special/conpr-2.C: Use dg-additional-*, not
4977         dg-gpp-additional-*.
4978         * g++.dg/special/conpr-3.C: Likewise.
4979         * g++.dg/special/conpr-4.C: Likewise.
4980         * g++.old-deja/g++.abi/vtable3a.C: Likewise.
4981         * g++.old-deja/g++.abi/vtable3b.C: Likewise.
4982         * g++.old-deja/g++.abi/vtable3c.C: Likewise.
4983         * g++.old-deja/g++.abi/vtable3d.C: Likewise.
4984         * g++.old-deja/g++.abi/vtable3e.C: Likewise.
4985         * g++.old-deja/g++.abi/vtable3f.C: Likewise.
4986         * g++.old-deja/g++.abi/vtable3g.C: Likewise.
4987         * g++.old-deja/g++.abi/vtable3h.C: Likewise.
4988         * g++.old-deja/g++.abi/vtable3i.C: Likewise.
4989         * g++.old-deja/g++.abi/vtable3j.C: Likewise.
4990         * g++.old-deja/g++.oliva/linkage1.C: Likewise.
4991         * g++.old-deja/g++.other/comdat1.C: Likewise.
4992         * g++.old-deja/g++.other/comdat2.C: Likewise.
4993         * g++.old-deja/g++.other/comdat3.C: Likewise.
4994         * g++.old-deja/g++.other/ctor1.C: Likewise.
4995         * g++.old-deja/g++.pt/instantiate5.C: Likewise.
4996
4997 2003-06-05  Richard Henderson  <rth@redhat.com>
4998
4999         * gcc.dg/debug/20030605-1.c: New.
5000
5001 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
5002
5003         * README.QMTEST: Update.
5004
5005 2003-06-04  Richard Henderson  <rth@redhat.com>
5006
5007         * gcc.dg/cleanup-1.c: New.
5008         * gcc.dg/cleanup-2.c: New.
5009         * gcc.dg/cleanup-3.c: New.
5010         * gcc.dg/cleanup-4.c: New.
5011         * gcc.dg/cleanup-5.c: New.
5012         * gcc.dg/cleanup-6.c: New.
5013         * gcc.dg/cleanup-7.c: New.
5014
5015 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
5016
5017         * g++.dg/abi/vague1.C: Use xfail, rather than embedded Tcl code.
5018
5019         * lib/dg-pch.exp: New file.
5020         * g++.dg/pch/pch.exp: Use dg-pch.exp.
5021         * gcc.dg/pch/pch.exp: Likewise.
5022
5023 2003-06-04  Roger Sayle  <roger@eyesopen.com>
5024
5025         * gcc.dg/builtins-2.c: Add tests for tan(atan(x)).
5026         * gcc.dg/builtins-3.c: Add tests for tan(0.0) and atan(0.0).
5027         * gcc.dg/builtins-7.c: Add tests for tan(atan(x)) == x.
5028         * gcc.dg/builtins-17.c: New test case.
5029         * gcc.dg/i386-387-4.c: New test case.
5030         * gcc.c-torture/execute/ieee/mzero4.c: New test case.
5031
5032 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
5033
5034         * gcc.dg/ultrasp9.c: New test.
5035
5036 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
5037
5038         * gcc.c-torture/compile/20030604-1.c: New test.
5039         * gcc.dg/sparc-constant-1.c: New test.
5040
5041 2003-06-03  Glen Nakamura  <glen@imodulo.com>
5042
5043         * gcc.dg/20020525-1.c: Replace 0x5a5a5a5a with -1.
5044
5045 2003-06-03  J"orn Rennecke <joern.rennecke@superh.com>
5046
5047         * g++.dg/abi/empty6.C (B): Request alignment of 8 bytes.
5048
5049         * gcc.dg/torture/builtin-noret-1.c (_exit, _Exit): Make weak.
5050         * gcc.dg/torture/builtin-noret-2.c (_exit, _Exit): Likewise.
5051
5052 2003-06-03  Aldy Hernandez  <aldyh@redhat.com>
5053
5054         * gcc.c-torture/compile/simd-5.x: Remove xfail for PPC64.
5055
5056 2003-06-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5057
5058         PR c++/10940
5059         * g++.dg/template/spec10.C: New test.
5060
5061 2003-06-03  Roger Sayle  <roger@eyesopen.com>
5062
5063         * gcc.dg/builtins-16.c: New test case.
5064
5065 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
5066
5067         * gcc.c-torture/execute/builtins/string-4.c (main_test): Remove
5068         mempcpy test with post-increments.
5069         * gcc.c-torture/execute/string-opt-3.c: New test.
5070         * gcc.dg/string-opt-1.c: New test.
5071
5072 2003-06-03  David Billinghurst (David.Billinghurst@riotinto.com)
5073
5074         PR fortran/10965
5075         * g77.f-torture/compile/20000601-2.f: Fix non-standard code.
5076
5077 2003-06-02  Mark Mitchell  <mark@codesourcery.com>
5078
5079         * lib/scanasm.exp (dg-scan): New function, factored out of ...
5080         (scan-assembler): ... here.  Use dg-scan.
5081         (scan-assembler-not): Likewise.
5082         (scan-file): New function.
5083         (scan-file-not): Likewise.
5084         * gcc.dg/cpp/19990228-1.c: Use scan-file and/or scan-file-not.
5085         * gcc.dg/cpp/_Pragma4.c: Likewise.
5086         * gcc.dg/cpp/_Pragma5.c: Likewise.
5087         * gcc.dg/cpp/avoidpaste1.c: Likewise.
5088         * gcc.dg/cpp/avoidpaste2.c: Likewise.
5089         * gcc.dg/cpp/cmdlne-C2.c: Likewise.
5090         * gcc.dg/cpp/cmdlne-P.c: Likewise.
5091         * gcc.dg/cpp/cmdlne-dD-M.c: Likewise.
5092         * gcc.dg/cpp/cmdlne-dD-dM.c: Likewise.
5093         * gcc.dg/cpp/cmdlne-dI-M.c: Likewise.
5094         * gcc.dg/cpp/cmdlne-dM-M.c: Likewise.
5095         * gcc.dg/cpp/cmdlne-dM-dD.c: Likewise.
5096         * gcc.dg/cpp/cmdlne-dN-M.c: Likewise.
5097         * gcc.dg/cpp/cxxcom1.c: Likewise.
5098         * gcc.dg/cpp/line1.c: Likewise.
5099         * gcc.dg/cpp/maccom1.c: Likewise.
5100         * gcc.dg/cpp/maccom2.c: Likewise.
5101         * gcc.dg/cpp/maccom3.c: Likewise.
5102         * gcc.dg/cpp/maccom4.c: Likewise.
5103         * gcc.dg/cpp/maccom5.c: Likewise.
5104         * gcc.dg/cpp/maccom6.c: Likewise.
5105         * gcc.dg/cpp/multiline.c: Likewise.
5106         * gcc.dg/cpp/spacing1.c: Likewise.
5107         * gcc.dg/cpp/spacing2.c: Likewise.
5108         * gcc.dg/cpp/trad/cmdlne-C2.c: Likewise.
5109         * gcc.dg/cpp/trad/maccom1.c: Likewise.
5110         * gcc.dg/cpp/trad/maccom2.c: Likewise.
5111         * gcc.dg/cpp/trad/maccom3.c: Likewise.
5112         * gcc.dg/cpp/trad/maccom4.c: Likewise.
5113         * gcc.dg/cpp/trad/maccom6.c: Likewise.
5114         * gcc.dg/cpp/cxxcom2.c: Likewise.
5115         * gcc.dg/cpp/cxxcom2.h: New file.
5116
5117         * gcc.dg/cpp/truefalse.cpp: Move it to ...
5118         * g++.dg/cpp/truefalse.C: Here.
5119         * gcc.dg/cpp/cpp.exp: Remove scanning of ".cpp" files.
5120
5121 2003-06-01  Loren James Rittle  <ljrittle@acm.org>
5122
5123         * gcc.dg/cpp/redef3.c: New file.
5124
5125 2003-06-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
5126
5127         * gcc.dg/i386-loop-3.c: New test.
5128
5129 2003-05-31  Toon Moene  <toon@moene.indiv.nluug.nl>
5130
5131         * g77.dg/ffree-form-2.f: XFAIL removed, because fixed.
5132
5133 2003-05-31  Roger Sayle  <roger@eyesopen.com>
5134
5135         * gcc.dg/fwrapv-1.c: New test case.
5136         * gcc.dg/fwrapv-2.c: New test case.
5137
5138 2003-05-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5139
5140         PR c++/10956
5141         * g++.dg/template/spec9.C: New test.
5142
5143 2003-05-29  Roger Sayle  <roger@eyesopen.com>
5144
5145         * gcc.dg/duff-4.c: New test case.
5146
5147 2003-05-27  David Billinghurst (David.Billinghurst@riotinto.com)
5148
5149         PR fortran/10843
5150         * g77.dg/ffixed-form-1.f: New test
5151         * g77.dg/ffixed-form-2.f: New test
5152         * g77.dg/ffree-form-2.f: New test - XFAIL pending fix
5153         * g77.dg/ffree-form-3.f: New test
5154
5155 2003-05-26  Andreas Tobler <a.tobler@schweiz.ch>
5156
5157         * gcc.dg/wchar_t-1.c: XFAIL on darwin, no wchar.h available.
5158         * gcc.dg/wint_t-1.c: Likewise.
5159
5160 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5161
5162         * g++.dg/template/access11.C: New test.
5163
5164 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5165
5166         PR c++/10849
5167         * g++.dg/template/access10.C: New test.
5168
5169 2003-05-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
5170             Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5171
5172         * gcc.c-torture/compile/simd-5.x: XFAIL on SPARC64.
5173
5174 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
5175
5176         * gcc.dg/torture/builtin-noret-1.c: Add dg-option -multiply_defined
5177         suppress for powerpc-*-darwin*.
5178         * gcc.dg/torture/builtin-noret-2.c: Likewise.
5179
5180 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
5181
5182         * gcc.c-torture/execute/builtins/builtins.exp: Add -multiply_defined
5183         suppress option for powerpc-*-darwin*.
5184
5185 2003-05-23  Roger Sayle  <roger@eyesopen.com>
5186
5187         * gcc.dg/builtins-1.c: Add tests for tan and atan.
5188         * gcc.dg/builtins-4.c: Add test for fmod.
5189
5190 2003-05-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5191
5192         PR c++/10682
5193         * g++.dg/template/instantiate4.C: New test.
5194
5195 2003-05-22  Roger Sayle  <roger@eyesopen.com>
5196
5197         * gcc.c-torture/execute/ieee/inf-2.c: New test case.
5198
5199 2003-05-21  Janis Johnson  <janis187@us.ibm.com>
5200
5201         * gcc.dg/compat/scalar-return-1_main.c: New file.
5202         * gcc.dg/compat/scalar-return-1_x.c: New file.
5203         * gcc.dg/compat/scalar-return-1_y.c: New file.
5204         * gcc.dg/compat/scalar-return-2_main.c: New file.
5205         * gcc.dg/compat/scalar-return-2_x.c: New file.
5206         * gcc.dg/compat/scalar-return-2_y.c: New file.
5207         * gcc.dg/compat/struct-return-3_main.c: New file.
5208         * gcc.dg/compat/struct-return-3_y.c: New file.
5209         * gcc.dg/compat/struct-return-3_x.c: New file.
5210         * gcc.dg/compat/struct-return-2_main.c: New file.
5211         * gcc.dg/compat/struct-return-2_x.c: New file.
5212         * gcc.dg/compat/struct-return-2_y.c: New file.
5213
5214 2003-05-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5215
5216         * g++.old-deja/g++.law/profile1.C (dg-options): Add -static to options
5217         for hppa*-hp-hpux*.
5218         * gcc.dg/20021014-1.c (dg-options): Likewise.
5219         * gcc.dg/nest.c (dg-options): Likewise.
5220
5221 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
5222
5223         PR c++/9738
5224         * g++.dg/ext/dllimport2.C: New file.
5225         * g++.dg/ext/dllimport3.C: New file.
5226
5227 2003-05-20  Janis Johnson  <janis187@us.ibm.com>
5228
5229         * gcc.dg/compat/struct-by-value-3_x.c: Move common pieces to headers.
5230         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
5231         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
5232         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
5233         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
5234         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
5235         * gcc.dg/compat/struct-by-value-7_x.c Ditto.
5236         * gcc.dg/compat/struct-by-value-7_y.c Ditto.
5237         * gcc.dg/compat/small-struct-defs.h: New file.
5238         * gcc.dg/compat/small-struct-init.h: New file.
5239         * gcc.dg/compat/small-struct-check.h: New file.
5240         * gcc.dg/compat/fp-struct-defs.h: New file.
5241         * gcc.dg/compat/fp-struct-check.h: New file.
5242         * gcc.dg/compat/fp-struct-init.h: New file.
5243         * gcc.dg/compat/fp-struct-test-by-value-y.h: New file.
5244         * gcc.dg/compat/fp-struct-test-by-value-x.h: New file.
5245
5246 2003-05-19  Jakub Jelinek  <jakub@redhat.com>
5247
5248         * gcc.dg/20030225-2.c: New test.
5249
5250 2003-05-18  Roger Sayle  <roger@eyesopen.com>
5251             Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5252
5253         * gcc.c-torture/compile/20030518-1.c: New test case.
5254
5255 2003-05-18  Mark Mitchell  <mark@codesourcery.com>
5256
5257         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Add opt_opts parameter.
5258         * gcc.dg/debug/debug.exp: Pass opt_opts parameter to
5259         gcc-dg-debug-runtest.
5260         * g++.dg/debug/debug.exp: Pass opt_opts parameter to
5261         gcc-dg-debug-runtest.
5262
5263 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5264
5265         PR c++/9022
5266         * g++.dg/lookup/using6.C: New test.
5267
5268 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5269
5270         * g++.dg/parse/access2.C: New test.
5271
5272 2003-05-17  Mark Mitchell  <mark@codesourcery.com>
5273
5274         * lib/gcc-dg.exp (gcc-dg-debug-runtest): New method.
5275         * g++.dg/debug/debug.exp: Use gcc-dg-debug-runtest.
5276         * gcc.dg/debug/debug.exp: Likewise.
5277
5278 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
5279
5280         * gcc.dg/dollar.c: New test.
5281
5282 2003-05-16  Janis Johnson  <janis187@us.ibm.com>
5283
5284         * gcc.dg/compat/struct-by-value-4_main.c: Split into multiple tests.
5285         * gcc.dg/compat/struct-by-value-4_x.c: Split into multiple tests.
5286         * gcc.dg/compat/struct-by-value-4_y.c: Split into multiple tests.
5287         * gcc.dg/compat/struct-by-value-5_main.c: Split into multiple tests.
5288         * gcc.dg/compat/struct-by-value-5_x.c: Split into multiple tests.
5289         * gcc.dg/compat/struct-by-value-5_y.c: Split into multiple tests.
5290         * gcc.dg/compat/struct-by-value-6_main.c: New file.
5291         * gcc.dg/compat/struct-by-value-6_x.c: New file.
5292         * gcc.dg/compat/struct-by-value-6_y.c: New file.
5293         * gcc.dg/compat/struct-by-value-7_main.c: New file.
5294         * gcc.dg/compat/struct-by-value-7_x.c: New file.
5295         * gcc.dg/compat/struct-by-value-7_y.c: New file.
5296         * gcc.dg/compat/struct-by-value-8_main.c: New file.
5297         * gcc.dg/compat/struct-by-value-8_x.c: New file.
5298         * gcc.dg/compat/struct-by-value-8_y.c: New file.
5299         * gcc.dg/compat/struct-by-value-9_main.c: New file.
5300         * gcc.dg/compat/struct-by-value-9_x.c: New file.
5301         * gcc.dg/compat/struct-by-value-9_y.c: New file.
5302
5303 2003-05-16  Mark Mitchell  <mark@codesourcery.com>
5304
5305         * lib/gcc-dg.exp (gcc-dg-test): Rename to ...
5306         (gcc-dg-test-1): ... this.  Add target_compile parameter.  Add
5307         support for "repo" mode.
5308         * lib/g++-dg.exp: Use gcc-dg.exp to implement all functionality.
5309         * lib/g77-dg.exp: Likewise.
5310         * lib/obj-dg.exp: Likewise.
5311
5312 2003-05-16  Jakub Jelinek  <jakub@redhat.com>
5313
5314         Merge from gcc-3_2-rhl8-branch:
5315         2003-04-23  Jakub Jelinek  <jakub@redhat.com>
5316
5317         * gcc.dg/tls/opt-6.c: New test.
5318
5319         2003-04-05  Jakub Jelinek  <jakub@redhat.com>
5320
5321         * gcc.dg/20030405-1.c: New test.
5322
5323         2003-03-09  Jakub Jelinek  <jakub@redhat.com>
5324
5325         * gcc.dg/20030309-1.c: New test.
5326
5327         2003-03-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
5328
5329         * gcc.c-torture/execute/20030307-1.c: New test.
5330
5331         2003-02-20  Randolph Chung  <tausq@debian.org>
5332
5333         * gcc.c-torture/compile/20030220-1.c: New test.
5334
5335         2003-02-18  Jakub Jelinek  <jakub@redhat.com>
5336
5337         * gcc.dg/20030217-1.c: New test.
5338
5339         2003-01-29  Jakub Jelinek  <jakub@redhat.com>
5340
5341         * gcc.c-torture/compile/20020129-1.c: New test.
5342
5343         2002-12-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
5344
5345         * gcc.dg/unroll-1.c: New test.
5346
5347         2002-11-16  Jan Hubicka  <jh@suse.cz>
5348
5349         * gcc.c-torture/execute/20020920-1.c: New test.
5350
5351         2002-10-08  Jakub Jelinek  <jakub@redhat.com>
5352
5353         PR target/7434
5354         * gcc.c-torture/compile/20021008-1.c: New test.
5355
5356         2002-08-10  Gwenole Beauchesne  <gbeauchesne@mandrakesoft.com>
5357
5358         PR target/7559
5359         * testsuite/gcc.c-torture/execute/20020810-1.c: New test.
5360
5361         2002-08-07  Jakub Jelinek  <jakub@redhat.com>
5362
5363         * gcc.c-torture/compile/20020807-1.c: New test.
5364
5365         2002-07-30  Jakub Jelinek  <jakub@redhat.com>
5366
5367         * gcc.dg/tls/opt-1.c: New test.
5368
5369         2002-07-29  Jakub Jelinek  <jakub@redhat.com>
5370
5371         * gcc.dg/20020729-1.c: New test.
5372
5373         2002-07-20  Jakub Jelinek  <jakub@redhat.com>
5374
5375         * g++.dg/opt/life1.C: New test.
5376
5377         2002-05-20  Jakub Jelinek  <jakub@redhat.com>
5378
5379         * gcc.dg/20020525-1.c: New test.
5380
5381         2002-05-24  Jakub Jelinek  <jakub@redhat.com>
5382
5383         PR c++/6794
5384         * g++.dg/ext/pretty1.C: New test.
5385         * g++.dg/ext/pretty2.C: New test.
5386
5387 2003-05-15  Mark Mitchell  <mark@codesourcery.com>
5388
5389         PR c++/8385
5390         * g++.dg/ext/typeof5.C: New test.
5391
5392 2003-05-15  J"orn Rennecke <joern.rennecke@superh.com>
5393
5394         * gcc.c-torture/execute/builtins/string-asm-1.c: Take
5395         __USER_LABEL_PREFIX__ into account.
5396         * gcc.c-torture/execute/builtins/string-asm-2.c: Likewise.
5397
5398 2003-05-14  Roger Sayle  <roger@eyesopen.com>
5399
5400         * gcc.dg/builtins-15.c: New test case.
5401
5402 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
5403
5404         * gcc.dg/const-elim-1.c: Tighten scan-assembler-not regexp.
5405
5406 2003-05-12  Mark Mitchell  <mark@codesourcery.com>
5407
5408         * lib/g++.exp: Tweak handling of additional source files.
5409         * g++.dg/special/conpr-2.C: Use dg-gpp-additional-sources.
5410         * g++.dg/special/conpr-2a.C: Rename to ...
5411         * g++.dg/special/conpr-2a.cc: ... this.
5412         * g++.dg/special/conpr-3.C: Use dg-gpp-additional-sources.
5413         * g++.dg/special/conpr-3a.C: Rename to ...
5414         * g++.dg/special/conpr-3a.cc: This.
5415         * g++.dg/special/conpr-3b.C: Rename to ...
5416         * g++.dg/special/conpr-3b.cc: This.
5417         * g++.dg/special/conpr-4.C: New test.
5418         * g++.dg/special/ecos.exp: Rewrite to use ordinary dg driver.
5419
5420 2003-05-12  David Edelsohn  <edelsohn@gnu.org>
5421
5422         * debug/debug.exp: Skip debug-[12].c at -O3 on non-Dwarf targets.
5423
5424 2003-05-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5425
5426         * g++.old-deja/g++.brendan/ns1.C: Remove private member warning.
5427         * g++.old-deja/g++.robertl/eb71.C: Likewise.
5428         * g++.old-deja/g++.brendan/warnings1.C: Add -Wctor-dtor-privacy.
5429         * g++.old-deja/g++.other/warn3.C: Likewise.
5430
5431 2003-05-11  Roger Sayle  <roger@eyesopen.com>
5432
5433         * gcc.dg/i386-387-1.c: Update to also test log.
5434         * gcc.dg/i386-387-2.c: Likewise.
5435
5436 2003-05-11  Toon Moene  <toon@moene.indiv.nluug.nl>
5437
5438         * g77.f-torture/execute/int8421.f: New test.
5439
5440 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5441
5442         PR c++/10230, c++/10481
5443         * g++.dg/lookup/scoped5.C: New test.
5444
5445 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5446
5447         PR c++/10552
5448         * g++.dg/template/ttp6.C: New test.
5449
5450 2003-05-11  Richard Sandiford  <rsandifo@redhat.com>
5451
5452         * gcc.c-torture/execute/builtins: New directory.
5453         * gcc.c-torture/execute/string-opt-{3,4,16,17,18,19}.c: Move into
5454         gcc.c-torture/execute/builtins.
5455         * gcc.c-torture/execute/string-opt-asm-{1,2}.c: Likewise.
5456         * gcc.c-torture/execute/builtin-noret-{1,2}.c: Move to...
5457         * gcc.dg/torture: ...this new directory.  Turn into link-only tests.
5458         * gcc.dg/no-builtin-1.c: Move into gcc.c-torture/execute/builtins.
5459
5460 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5461
5462         PR c++/9252
5463         * g++.dg/template/access8.C: New test.
5464         * g++.dg/template/access9.C: New test.
5465
5466 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5467
5468         PR c++/9554
5469         * g++.dg/parse/access1.C: New test.
5470
5471 2003-05-09  DJ Delorie  <dj@redhat.com>
5472
5473         * g++.dg/other/stdarg1.C: Make sure arg "3" is passed as a
5474         long, and not an int.
5475
5476 2003-05-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5477
5478         PR c++/10555, c++/10576
5479         * g++.dg/template/memclass1.C: New test.
5480
5481 2003-05-08  DJ Delorie  <dj@redhat.com>
5482
5483         * gcc.c-torture/execute/20020404-1.x: New, skip for 16-bit
5484         targets.
5485         * gcc.c-torture/execute/20021024-1.x: Likewise.
5486         * gcc.c-torture/execute/shiftdi.x: Likewise.
5487         * g++.old-deja/g++.mike/p700.C: Handle 16-bit targets.
5488         * g++.old-deja/g++.other/exprstmt1.C: Likewise.
5489         * gcc.dg/20021018-1.c: Likewise.
5490
5491 2003-05-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5492
5493         * g++.dg/other/packed1.C: Mark xfail for sparc*- not sparc-.
5494
5495         gcc.c-torture/execute/string-opt-19.c: Add general rodata tests.
5496         (bcopy): Call memmove.
5497
5498 2003-05-08  Roger Sayle  <roger@eyesopen.com>
5499
5500         * g77.f-torture/compile/8485.f: New test case.
5501
5502 2003-05-07  Richard Henderson  <rth@redhat.com>
5503
5504         PR c++/10570
5505         * g++.dg/eh/forced1.C: Expect catch-all handlers to run.
5506         Verify exception_cleanup not called for rethrows.
5507         * g++.dg/eh/forced2.C: Test that exception_cleanup is called
5508         when exiting catch block without rethrowing.
5509         * g++.dg/eh/forced3.C: New.
5510         * g++.dg/eh/forced4.C: New.
5511
5512 2003-05-07  Aldy Hernandez  <aldyh@redhat.com>
5513
5514         * gcc.dg/20030505.c: Fix triplet.
5515
5516 2003-05-06  DJ Delorie  <dj@redhat.com>
5517
5518         * gcc.dg/20021014-1.c: XFAIL for xstormy16 also.
5519         * gcc.dg/nest.c: Likewise.
5520
5521 2003-05-05  Roger Sayle  <roger@eyesopen.com>
5522
5523         * gcc.dg/builtins-14.c: New test case.
5524
5525 2003-05-05  Janis Johnson  <janis187@us.ibm.com>
5526
5527         * lib/compat.exp (compat-execute): New argument.
5528         * g++.dg/compat/compat.exp: Pass new argument to compat-execute.
5529         * gcc.dg/compat: New test directory.
5530         * gcc.dg/compat/compat.exp: New expect script.
5531         * gcc.dg/compat/scalar-by-value-1_main.c: New test file.
5532         * gcc.dg/compat/scalar-by-value-1_x.c: New test file.
5533         * gcc.dg/compat/scalar-by-value-1_y.c: New test file.
5534         * gcc.dg/compat/scalar-by-value-2_main.c: New test file.
5535         * gcc.dg/compat/scalar-by-value-2_x.c: New test file.
5536         * gcc.dg/compat/scalar-by-value-2_y.c: New test file.
5537
5538         * gcc.dg/compat/struct-by-value-1_main.c: New test file.
5539         * gcc.dg/compat/struct-by-value-1_x.c: New test file.
5540         * gcc.dg/compat/struct-by-value-1_y.c: New test file.
5541         * gcc.dg/compat/struct-by-value-2_main.c: New test file.
5542         * gcc.dg/compat/struct-by-value-2_x.c: New test file.
5543         * gcc.dg/compat/struct-by-value-2_y.c: New test file.
5544         * gcc.dg/compat/struct-by-value-3_main.c: New test file.
5545         * gcc.dg/compat/struct-by-value-3_x.c: New test file.
5546         * gcc.dg/compat/struct-by-value-3_y.c: New test file.
5547         * gcc.dg/compat/struct-by-value-4_main.c: New test file.
5548         * gcc.dg/compat/struct-by-value-4_x.c: New test file.
5549         * gcc.dg/compat/struct-by-value-4_y.c: New test file.
5550         * gcc.dg/compat/struct-by-value-5_main.c: New test file.
5551         * gcc.dg/compat/struct-by-value-5_x.c: New test file.
5552         * gcc.dg/compat/struct-by-value-5_y.c: New test file.
5553
5554 2003-05-05  Zack Weinberg  <zack@codesourcery.com>
5555
5556         * gcc.dg/const-elim-1.c, gcc.dg/const-elim-2.c: New testcases.
5557
5558 2003-05-05  Jakub Jelinek  <jakub@redhat.com>
5559
5560         * gcc.c-torture/execute/string-opt-18.c (main): Add 3 new tests.
5561
5562 2003-05-05  Geoffrey Keating  <geoffk@apple.com>
5563
5564         * gcc.c-torture/execute/ieee/fp-cmp-8.c: New test.
5565         * gcc.dg/ppc-fsel-2.c: New test.
5566
5567         * gcc.dg/unused-5.c: New test.
5568
5569 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5570
5571         PR c++/10496
5572         * g++.dg/warn/pmf1.C: New test.
5573
5574 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5575
5576         PR c++/4494
5577         * g++.dg/warn/main.C: New test.
5578
5579 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5580
5581         * gcc.dg/nonnull-3.c: New test.
5582
5583 2003-05-04  Neil Booth  <neil@daikokuya.co.uk>
5584
5585         * gcc.dg/cpp/Wtrigraphs.c: Update.
5586         * gcc.dg/cpp/Wtrigraphs-2.c: New tests.
5587
5588 2003-05-03  Geoffrey Keating  <geoffk@apple.com>
5589
5590         * gcc.dg/ppc-fsel-1.c: New test.
5591
5592 2003-05-03  Zack Weinberg  <zack@codesourcery.com>
5593
5594         PR c/10604
5595         * gcc.dg/compare7.c, g++.dg/warn/compare1.C: New testcases.
5596
5597 2003-05-03  Kazu Hirata  <kazu@cs.umass.edu>
5598
5599         * gcc.dg/m-un-2.c: Fix the typedef of size_t.
5600
5601 2003-05-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5602
5603         PR c++/9364, c++/10553, c++/10586
5604         * g++.dg/parse/typename4.C: New test.
5605         * g++.dg/parse/typename5.C: Likewise.
5606
5607 2003-05-03  Richard Sandiford  <rsandifo@redhat.com>
5608
5609         * gcc.c-torture/compile/20030503-1.c: New test.
5610
5611 2003-05-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5612
5613         * g++.dg/lookup/using5.C: Fix testcase error.
5614
5615 2003-05-01  Chris Demetriou  <cgd@broadcom.com>
5616
5617         * gcc.dg/special/mips-abi.exp (is_meabi_config): Remove,
5618         since MEABI is no longer supported.  Remove all vestiges
5619         of MEABI from the test.
5620
5621 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5622
5623         PR c++/10554
5624         * g++.dg/lookup/using5.C: New test.
5625
5626 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5627
5628         PR c++/8772
5629         * g++.dg/template/ttp5.C: New test.
5630
5631 2003-04-30  Mark Mitchell  <mark@codesourcery.com>
5632
5633         * lib/g++-dg.exp (g++-dg-test): Add "repo" option.
5634         (dg-gpp-additional-sources): New function.
5635         (dg-gpp-additional-files): Likewise.
5636         * lib/g++.exp (additional_sources): New variable.
5637         (additional_files): Likewise.
5638         (g++_target_compile): Deal with them.
5639         * lib/old-dejagnu.exp: Remove.
5640         * g++.old-deja/old-deja.exp: Use dg.exp, not old-dejagnu.exp.
5641         * g++.old-deja: Revise all tests to use dg commands.
5642
5643 2003-04-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5644
5645         PR c++/9432, c++/9528
5646         * g++.dg/lookup/using4.C: New test.
5647
5648 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
5649
5650         * gcc.dg/noreturn-5.c: New file.
5651         * gcc.dg/noreturn-6.c: New file.
5652
5653         * gcc.c-torture/compile/inline-1.c: New file.
5654
5655 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
5656
5657         PR c++/10551
5658         * g++.dg/template/explicit1.C: New test.
5659
5660 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
5661
5662         PR c++/10549
5663         * g++.dg/other/bitfield1.C: New test.
5664
5665         PR c++/10527
5666         * g++.dg/init/new7.C: New test.
5667
5668 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
5669
5670         * g++.dg/ext/desig1.C: New test.
5671         * g++.dg/ext/init1.C: Update.
5672
5673         * g++.old-deja/g++.pt/deduct5.C: Remove unnecessary initializer.
5674
5675 2003-04-28  Mark Mitchell  <mark@codesourcery.com>
5676
5677         PR c++/10180
5678         * g++.dg/warn/Winline-1.C: New test.
5679
5680 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
5681
5682         * gcc.c-torture/execute/string-opt-19.c: New test.
5683
5684         * gcc.c-torture/execute/string-opt-asm-1.c: New test.
5685         * gcc.c-torture/execute/string-opt-asm-2.c: New test.
5686
5687 2003-04-27  Mark Mitchell  <mark@codesourcery.com>
5688
5689         PR c++/10506
5690         * g++.dg/init/new6.C: New test.
5691
5692         PR c++/10503
5693         * g++.dg/init/ref6.C: New test.
5694
5695 2003-04-26  David Edelsohn  <edelsohn@gnu.org>
5696
5697         * g++.dg/warn/weak1.C: XFAIL on AIX4.
5698
5699 2003-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5700
5701         * gcc.c-torture/execute/string-opt-8.c: Don't perform cmpstr
5702         checks for __pj__, but do them for !__OPTIMIZE__ and __s390__.
5703
5704 2003-04-25  Mark Mitchell  <mark@codesourcery.com>
5705
5706         * g++.old-deja/g++.pt/instantiate12.C: Explicit instantiate
5707         initialized static data members.
5708
5709 2003-04-25  H.J. Lu <hjl@gnu.org>
5710
5711         * gcc.dg/ia64-sync-4.c: New test.
5712
5713 2003-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5714
5715         * gcc.c-torture/execute/string-opt-18.c: Clean up.  Fix copyright
5716         date.
5717
5718 2003-04-24  Nathan Sidwell  <nathan@codesourcery.com>
5719
5720         PR c++/10337
5721         * g++.dg/warn/conv1.C: New test.
5722         * g++.old-deja/g++.other/conv7.C: Adjust.
5723         * g++.old-deja/g++.other/overload14.C: Adjust.
5724
5725 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
5726
5727         PR c++/10471
5728         * g++.dg/template/defarg2.C: New test.
5729
5730 2003-04-23  Neil Booth  <neil@daikokuya.co.uk>
5731
5732         * gcc.dg/cpp/include2.c: Update.
5733         * gcc.dg/cpp/multiline-2.c: New.
5734         * gcc.dg/cpp/multiline.c: Update.
5735         * gcc.dg/cpp/strify2.c: Update.
5736         * gcc.dg/cpp/trad/literals-2.c: Update.
5737
5738 2003-04-23  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5739
5740         * g++.dg/other/packed1.C: XFAIL hppa*-*-*.
5741
5742 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
5743
5744         * g++.dg/parse/typedef1.C: Tweak after fix for PR 10428.
5745
5746 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
5747
5748         PR c++/10451
5749         * g++.dg/parse/crash4.C: New test.
5750
5751         PR c++/9847
5752         * g++.dg/parse/crash5.C: New test.
5753
5754 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
5755
5756         PR c++/10446
5757         * g++.dg/parse/crash3.C: New test.
5758
5759         PR c++/10428
5760         * g++.dg/parse/elab1.C: New test.
5761
5762 2003-04-22  Devang Patel  <dpatel@apple.com>
5763
5764         * gcc.dg/cpp/trad/funlike-5.c: New test.
5765
5766 2003-04-21  Andreas Tobler <a.tobler@schweiz.ch>
5767
5768         * g++.dg/other/packed1.C: Fix dg options.
5769
5770 2003-04-22  Nathan Sidwell  <nathan@codesourcery.com>
5771
5772         * g++.dg/other/offsetof2.C: New test.
5773
5774 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
5775
5776         * g++.dg/template/recurse.C: Adjust location of error messages.
5777
5778 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
5779
5780         PR c++/9881
5781         * g++.dg/init/addr-const1.C: New test.
5782         * g++.dg/other/packed1.C: XFAIL on aligned architectures.
5783
5784 2003-04-20  Nathan Sidwell  <nathan@codesourcery.com>
5785
5786         PR c++/10405
5787         * g++.dg/lookup/struct-hack1.C: New test.
5788
5789 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
5790
5791         * ucs.c: Update diagnostic messages.
5792
5793 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
5794
5795         * gcc.dg/cpp/truefalse.cpp: New test.
5796         * gcc.dg/cpp/cpp.exp: Update.
5797         * g++.dg/other/stdbool-if.C: Remove.
5798
5799 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
5800
5801         * gcc.dg/cpp/_Pragma4.c: Remove stray space.
5802         * gcc.dg/cpp/trad/escaped-eof.c: Correct line number.
5803
5804 2003-04-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
5805
5806         * gcc.c-torture/compile/20030418-1.c: New test.
5807
5808 2003-04-17  Janis Johnson  <janis187@us.ibm.com>
5809
5810         * README.compat: Remove; content moved to doc/sourcebuild.texi.
5811
5812 2003-04-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5813
5814         PR c++/10347
5815         g++.dg/template/dependent-name1.C: New test.
5816
5817 2003-04-17  J"orn Rennecke <joern.rennecke@superh.com>
5818
5819         * gcc.dg/warn-1.c (tourist_guide): New array,
5820         contains a pointer to bar.
5821
5822 2003-04-16  Roger Sayle  <roger@eyesopen.com>
5823
5824         * gcc.dg/Wunreachable-5.c: New test case for PR c/10175.
5825         * gcc.c-torture/execute/medce-1.c: New test case.
5826         * gcc.c-torture/execute/medce-2.c: New test case.
5827
5828 2003-04-15  Mark Mitchell  <mark@codesourcery.com>
5829
5830         * lib/prune.exp: Ignore more messages.
5831
5832         PR c++/10381
5833         * g++.dg/parse/lookup3.C: New test.
5834
5835 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
5836
5837         * gcc.c-torture/compile/20030415-1.c : New test.
5838
5839 2003-04-14  Mark Mitchell  <mark@codesourcery.com>
5840
5841         * gcc.c-torture/execute/scope-2.c: Move to ...
5842         * gcc.dg/noncompile/scope.c: .... here.
5843
5844 2003-04-14  Roger Sayle  <roger@eyesopen.com>
5845
5846         * gcc.dg/20030414-2.c: New test case.
5847
5848 2003-04-14  Hans-Peter Nilsson  <hp@axis.com>
5849
5850         PR target/10377
5851         * gcc.dg/20030414-1.c: New test.
5852
5853 2003-04-13  Roger Sayle  <roger@eyesopen.com>
5854
5855         * gcc.dg/builtins-12.c: New test case.
5856         * gcc.dg/builtins-13.c: New test case.
5857
5858 2003-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5859
5860         * gcc.c-torture/execute/string-opt-18.c: New test.
5861
5862 2003-04-13  Mark Mitchell  <mark@codesourcery.com>
5863
5864         PR c++/10300
5865         * g++.dg/init/new5.C: New test.
5866
5867 2003-04-12  Mark Mitchell  <mark@codesourcery.com>
5868
5869         PR c++/7910
5870         * g++.dg/ext/dllimport1.C: New test.
5871
5872 2003-04-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
5873
5874         * gcc.dg/ultrasp8.c: Fix for 32-bit Sparc.
5875
5876 2003-04-11  Bud Davis <bdavis9659@comcast.net>
5877
5878         PR Fortran/9263
5879         * g77.f-torture/noncompile/9263.f: New test
5880         PR Fortran/1832
5881         * g77.f-torture/execute/1832.f: New test
5882
5883 2003-04-11  David Chad  <davidc@freebsd.org>
5884             Loren J. Rittle  <ljrittle@acm.org>
5885
5886         libobjc/8562
5887         * objc.dg/headers.m: New test.
5888
5889 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
5890
5891         * gcc.c-torture/execute/builtin-noret-2.c: New.
5892         * gcc.c-torture/execute/builtin-noret-2.x: New.
5893         XFAIL builtin-noret-2.c at -O1 and above.
5894         * gcc.dg/redecl.c: New.
5895         * gcc.dg/Wshadow-1.c: Update error regexps.
5896
5897 2003-04-10  Mark Mitchell  <mark@codesourcery.com>
5898
5899         * g++.dg/abi/bitfield10.C: New test.
5900
5901 2003-04-09  Mike Stump  <mrs@apple.com>
5902
5903         * gcc.dg/pch/pch.exp: Make testcase names longer.
5904         * g++.dg/pch/pch.exp: Make testcase names longer.
5905
5906 2003-04-08  Roger Sayle  <roger@eyesopen.com>
5907
5908         * gcc.dg/builtins-11.c: New test case.
5909
5910 2003-04-08  Roger Sayle  <roger@eyesopen.com>
5911
5912         * gcc.dg/builtins-9.c: New test case.
5913         * gcc.dg/builtins-10.c: New test case.
5914
5915 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
5916
5917         * gcc.dg/noncompile/init-4.c.c: New test.
5918
5919 2003-04-06  Nathan Sidwell  <nathan@codesourcery.com>
5920
5921         * gcc.misc-test/gcov-9.c: New test.
5922         * gcc.misc-test/gcov-10.c: New test
5923         * gcc.misc-test/gcov-11.c: New test.
5924
5925 2003-04-05  Zack Weinberg  <zack@codesourcery.com>
5926
5927         PR optimization/10024
5928         * gcc.c-torture/compile/20030405-1.c: New test.
5929
5930 2003-04-04  Geoffrey Keating  <geoffk@apple.com>
5931
5932         * gcc.dg/pch/static-3.c: New.
5933         * gcc.dg/pch/static-3.hs: New.
5934         * gcc.dg/pch/pch.exp: Test with -O0 -g too.
5935
5936 2003-04-04  Richard Henderson  <rth@redhat.com>
5937
5938         * g++.dg/eh/forced1.C: Use _Unwind_SjLj_ForcedUnwind as appropriate.
5939         * g++.dg/eh/forced2.C: Likewise.
5940
5941 2003-04-03  Mike Stump  <mrs@apple.com>
5942
5943         * lib/scanasm.exp (scan-assembler): Add xfail processing for
5944         target arg.
5945         (scan-assembler-times, scan-assembler-not): Likewise.
5946         (scan-assembler-dem, scan-assembler-dem-not): Likewise.
5947
5948 2003-04-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
5949
5950         * gcc.dg/sparc-loop-1.c: New test.
5951
5952 2003-04-02  Geoffrey Keating  <geoffk@apple.com>
5953
5954         PR other/9274
5955         * g++.dg/pch/system-2.C: New.
5956         * g++.dg/pch/system-2.Hs: New.
5957
5958 2003-04-02  Aldy Hernandez  <aldyh@redhat.com>
5959
5960         * g++.dg/eh/simd-2.C (vecfunc): Fix typo.
5961
5962         * g++.dg/eh/simd-1.C (vecfunc): Same.
5963
5964 2003-04-01  Roger Sayle  <roger@eyesopen.com>
5965
5966         * gcc.c-torture/execute/20030401-1.c: New test case.
5967
5968 2003-04-01  Ziemowit Laski <zlaski@apple.com>
5969
5970         * objc.dg/defs.m: New.
5971
5972 2003-04-01  Aldy Hernandez  <aldyh@redhat.com>
5973
5974         * g++.dg/eh/simd-1.C: New.
5975         * g++.dg/eh/simd-2.C: New.
5976
5977 2003-03-01  Aldy Hernandez  <aldyh@redhat.com>
5978
5979         * gcc.c-torture/execute/simd-3.c: New.
5980
5981 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
5982
5983         PR c/9936
5984         * gcc.dg/20030331-2.c: New test.
5985
5986 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
5987
5988         PR c++/10278
5989         * g++.dg/parse/crash2.C: New test.
5990
5991 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
5992
5993         * gcc.c-torture/compile/20030331-1.c: New test, moved from...
5994         * gcc.c-torture/execute/20030331-1.c: ...here.
5995
5996 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
5997
5998         * gcc.c-torture/execute/20030331-1.c: New test.
5999
6000 2003-03-31  Nathan Sidwell  <nathan@codesourcery.com>
6001
6002         * lib/gcov.exp: Adjust call return testing strings.
6003         * g77.dg/gcov/gcov-1.f: Don't expect unconditional branches.
6004
6005 2003-03-31  Roger Sayle  <roger@eyesopen.com>
6006
6007         * gcc.dg/builtins-3.c: Add new tests for sin and cos.
6008         * gcc.dg/builtins-7.c: New test case.
6009         * gcc.dg/builtins-8.c: New test case.
6010
6011 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
6012
6013         * gcc.c-torture/execute/ieee/20030331-1.c: New test.
6014
6015 2003-03-30  Mark Mitchell  <mark@codesourcery.com>
6016
6017         PR c++/7647
6018         * g++.dg/lookup-class-member-2.C: New test.
6019
6020 2003-03-30  Glen Nakamura  <glen@imodulo.com>
6021
6022         * gcc.dg/20030324-1.c: Add comments and abort if test fails.
6023
6024 2003-03-28  Roger Sayle  <roger@eyesopen.com>
6025
6026         * gcc.c-torture/execute/ieee/fp-cmp-6.c:  Correct test for -O0.
6027
6028 2003-03-28  Mark Mitchell  <mark@codesourcery.com>
6029
6030         * g++.dg/init/attrib1.C: New test.
6031
6032 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
6033
6034         * gcc.dg/ultrasp8.c: New test.
6035
6036 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
6037
6038         * gcc.dg/ultrasp7.c: New test.
6039
6040 2003-03-28  Nathan Sidwell  <nathan@codesourcery.com>
6041
6042         PR c++/10047
6043         * g++.dg/template/inline1.C: New test.
6044
6045 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
6046
6047         * gcc.dg/sparc-dwarf2.c: New test.
6048
6049 2003-03-27  Roger Sayle  <roger@eyesopen.com>
6050
6051         * gcc.c-torture/execute/ieee/fp-cmp-6.c: New test case.
6052         * gcc.c-torture/execute/ieee/fp-cmp-7.c: New test case.
6053
6054 2003-03-27  Mark Mitchell  <mark@codesourcery.com>
6055
6056         * lib/gcov.exp (run-gcov): Add branches and calls options, rather
6057         than reading .x files.
6058         * g++.dg/gcov/gcov-1.C: Use run-gcov options, not .x files.
6059         * g77.dg/gcov/gcov-1.f: Likewise.
6060         * gcc.misc-tests/gcov-4b.c: Likewise.
6061         * gcc.misc-tests/gcov-5b.c: Likewise.
6062         * gcc.misc-tests/gcov-6.c: Likewise.
6063         * gcc.misc-tests/gcov-7.c: Likewise.
6064         * gcc.misc-tests/gcov-8.c: Likewise.
6065         * g++.dg/gcov/gcov-1.x: Remove.
6066         * g77.dg/gcov/gcov-1.x: Likewise.
6067         * gcc.misc-tests/gcov-4b.x: Likewise.
6068         * gcc.misc-tests/gcov-5b.x: Likewise.
6069         * gcc.misc-tests/gcov-6.x: Likewise.
6070         * gcc.misc-tests/gcov-7.x: Likewise.
6071         * gcc.misc-tests/gcov-8.x: Likewise.
6072
6073 2003-03-27  Glen Nakamura  <glen@imodulo.com>
6074
6075         PR opt/10087
6076         * gcc.dg/20030324-1.c: New test.
6077
6078 2003-03-27  Nathan Sidwell  <nathan@codesourcery.com>
6079
6080         PR c++/10224
6081         * g++.dg/template/arg3.C: New test.
6082
6083         PR c++/10158
6084         * g++.dg/template/friend18.C: New test.
6085
6086 2003-03-26  Roger Sayle  <roger@eyesopen.com>
6087
6088         * g77.f-torture/compile/20030326-1.f: New test case.
6089
6090 2003-03-26  Janis Johnson  <janis187@us.ibm.com>
6091
6092         * gcc.c-torture/execute/20020227-1.x: Don't XFAIL for powerpc64.
6093
6094         * gcc.c-torture/compile/simd-5.x: Expect XFAIL for powerpc64.
6095
6096 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
6097
6098         * gcc.dg/ia64-sync-3.c: New test.
6099
6100 2003-03-26  Alan Modra  <amodra@bigpond.net.au>
6101
6102         * gcc.dg/loop-2.c: Replace "inline" with "__inline__".
6103
6104 2003-03-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
6105
6106         * gcc.dg/ultrasp6.c: New test.
6107
6108 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
6109
6110         * gcc.dg/i386-signbit-1.c: New test.
6111         * gcc.dg/i386-signbit-2.c: New test.
6112         * gcc.dg/i386-signbit-3.c: New test.
6113
6114 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
6115
6116         * gcc.dg/ultrasp5.c: Fix options.
6117
6118 2003-03-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
6119
6120         * gcc.dg/ultrasp5.c: Fix comment.
6121
6122 2003-03-24  Bud Davis  <bdavis9659@comcast.net>
6123
6124         PR fortran/10197
6125         * g77.f-torture/execute/10197.f: New test.
6126
6127 2003-03-24  Nathan Sidwell  <nathan@codesourcery.com>
6128
6129         PR c++/9898, c++/383
6130         * g++.dg/template/conv6.C: New test.
6131
6132         PR c++/10119
6133         * g++.dg/template/ptrmem5.C: New test.
6134
6135         PR c++/10026
6136         * g++.dg/lookup/koenig1.C: New test.
6137
6138         PR C++/10199
6139         * g++.dg/lookup/template2.C: New test.
6140
6141 2003-03-24  Jakub Jelinek  <jakub@redhat.com>
6142
6143         * g++.dg/opt/rtti1.C: New test.
6144
6145 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
6146
6147         * gcc.dg/ultrasp5.c: New test.
6148
6149 2003-03-23  Arpad Beszedes <beszedes@cc.u-szeged.hu>
6150
6151         PR middle-end/9967
6152         * gcc.c-torture/execute/stdio-opt-1.c: Adjust test for change to
6153         builtin fputs.
6154
6155 2003-03-23  Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
6156
6157         PR c/8224
6158         * gcc.dg/20030323-1.c: New test.
6159
6160 2003-03-23  Roger Sayle  <roger@eyesopen.com>
6161
6162         * gcc.c-torture/compile/20030323-1.c: New test case.
6163
6164 2003-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
6165
6166         * gcc.dg/20030321-1.c: New test.
6167
6168 2003-03-22  Zack Weinberg  <zack@codesourcery.com>
6169
6170         * gcc.dg/Wshadow-1.c: Add a dg-warning line.
6171
6172 2003-03-22  Nathan Sidwell  <nathan@codesourcery.com>
6173
6174         PR c++/9978, c++/9708
6175         * g++.dg/ext/vlm1.C: Adjust expected error.
6176         * g++.dg/ext/vla2.C: New test.
6177         * g++.dg/template/arg1.C: New test.
6178         * g++.dg/template/arg2.C: New test.
6179
6180 2003-03-22  Bud Davis  <bdavis9659@comcast.net>
6181
6182         * g77.f-torture/execute/select.f: New test.
6183         * g77.f-torture/noncompile/select_no_compile.f: New test.
6184
6185 2003-03-21  Nathan Sidwell  <nathan@codesourcery.com>
6186
6187         PR c++/9898
6188         * g++.dg/other/error4.C: New test.
6189
6190 2003-03-20  Mark Mitchell  <mark@codesourcery.com>
6191
6192         * g++.dg/template/friend17.C: New test.
6193
6194 2003-03-21  Alan Modra  <amodra@bigpond.net.au>
6195
6196         * gcc.c-torture/compile/20030320-1.c: New.
6197
6198 2003-03-20  Roger Sayle  <roger@eyesopen.com>
6199
6200         * gcc.dg/builtins-6.c: New test case.
6201
6202 2003-03-19  Alan Modra  <amodra@bigpond.net.au>
6203
6204         PR target/10073
6205         * gcc.c-torture/compile/20030319-1.c: New.
6206
6207 2003-03-18  Jan Hubicka  <jh@suse.cz>
6208
6209         * gcc.dg/i386-cvt-1.c: New test.
6210
6211 2003-03-17  Zack Weinberg  <zack@codesourcery.com>
6212
6213         * objc.dg/naming-1.m: Use "(parse|syntax) error".
6214         * objc.dg/naming-2.m: Likewise.
6215
6216 2003-03-17  Mark Mitchell  <mark@codesourcery.com>
6217
6218         PR c++/9639
6219         * g++.dg/parse/crash1.C: New test.
6220
6221 2003-03-16  Mark Mitchell  <mark@codesourcery.com>
6222
6223         PR c++/8805
6224         * g++.dg/eh/cleanup1.C: New test.
6225
6226 2003-03-16  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
6227
6228         * gcc.c-torture/execute/20030316-1.c: New test case.
6229
6230 2003-03-16  Nathan Sidwell  <nathan@codesourcery.com>
6231
6232         PR c++/9629
6233         * g++.dg/init/ctor2.C: New test.
6234
6235 2003-03-15  Roger Sayle  <roger@eyesopen.com>
6236
6237         * g77.f-torture/compile/xformat.f: New test case.
6238
6239 2003-03-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6240
6241         * g++.old-deja/g++.mike/eh33.C: Remove xfail for hppa*-*-*.
6242         * g++.old-deja/g++.mike/eh50.C: Likewise.
6243
6244 2003-03-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6245
6246         PR c++/6440
6247         * g++.dg/template/spec7.C: New test.
6248         * g++.dg/template/spec8.C: Likewise.
6249
6250 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
6251
6252         * gcc.c-torture/execute/20030313-1.c: New test.
6253
6254 2003-03-14  Richard Henderson  <rth@redhat.com>
6255
6256         * gcc.dg/inline-2.c: Adjust alpha test for external call.
6257
6258 2003-03-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
6259
6260         * gcc.c-torture/compile/20030314-1.c: New test.
6261
6262 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
6263
6264         * gcc.dg/dll-1.c: Remove thumb target. Change exp to _exp.
6265         * gcc.dg/dll-2.c: Enable for cygwin and mingw. Remove
6266         thumb target,
6267         * gcc.dg/dll-3.c: Likewise. Adjust scan-assembler
6268         to accept newer _imp__  prefix and additional
6269         newline in .drectve section.
6270         * gcc.dg/dll-4.c: Likewise.
6271         * gcc.dg/dll-5.c: New file to test -mnop-fun-dllimport
6272         switch.
6273
6274 2003-03-13  Mark Mitchell  <mark@codesourcery.com>
6275
6276         * g++.dg/parse/namespace9.C: New test.
6277
6278         * g++.dg/init/ref5.C: New test.
6279         * g++.dg/parse/ptrmem1.C: Likewise.
6280
6281 2003-03-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6282
6283         * gcc.dg/special/ecos.exp (gcsec-1.c): Find linker used by gcc.
6284         * gcc.dg/old-style-asm-1.c (dg-final): Add hpux label alternative to
6285         regular expression.
6286         * gcc.dg/funcorder.c (dg-final): Check for "link_error,%r" on hppa*-*-*.
6287         * gcc.dg/inline-1.c (dg-final): Check for "xyzzy?,%r" on hppa*-*-*.
6288
6289 2003-03-12  Daniel Jacobowitz  <drow@mvista.com>
6290
6291         * gcc.c-torture/execute/20030224-2.c: New test.
6292
6293 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
6294
6295         * gcc.dg/decl-3.c: New test.
6296
6297 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
6298
6299         * gcc.dg/i386-loop-2.c: New test.
6300
6301 2003-03-11  Mark Mitchell  <mark@codesourcery.com>
6302
6303         PR c++/9474
6304         * g++.dg/parse/namespace8.C: New test.
6305
6306         PR c++/9924
6307         * g++.dg/overload/builtin2.C: New test.
6308
6309 2003-03-11  Steven Bosscher  <s.bosscher@student.tudelft.nl>
6310
6311         * gcc.dg/return-type-3.c: New test.
6312
6313 2003-03-11  D.Venkatasubramanian  <dvenkat@noida.hcltech.com>
6314
6315         * gcc.misc-tests/bprob.exp: Disable test cases for h8300-*-* as
6316         profiling options are not supported.
6317
6318 2003-03-10  Mark Mitchell  <mark@codesourcery.com>
6319
6320         * g++.old-deja/g++.benjamin/16077.C: Adjust warnings.
6321         * g++.old-deja/g++.warn/impint2.C: Likewise.
6322
6323 2003-03-10  Devang Patel  <dpatel@apple.com>
6324
6325         * g++.dg/cpp/c++_cmd_1.C: New test.
6326         * g++.dg/cpp/c++_cmd_1.h: New file.
6327
6328 2003-03-10  Segher Boessenkool  <segher@koffie.nl>
6329
6330         * gcc.dg/altivec-9.c: New file.
6331
6332 2003-03-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6333
6334         * gcc.dg/ppc-sdata-1.c: New test.
6335         * gcc.dg/ppc-sdata-2.c: New test.
6336
6337 2003-03-09  Mark Mitchell  <mark@codesourcery.com>
6338
6339         PR c++/9373
6340         * g++.dg/opt/ptrmem2.C: New test.
6341
6342         PR c++/8534
6343         * g++.dg/opt/ptrmem1.C: New test.
6344
6345 2003-03-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
6346
6347         * gcc.dg/i386-loop-1.c: New test.
6348
6349 2003-03-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6350
6351         PR c++/9970
6352         * g++.dg/lookup/friend1.C: New test.
6353
6354 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
6355
6356         PR c++/9823
6357         * g++.dg/parser/constructor1.C: New test.
6358
6359 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
6360
6361         * gcc.c-torture/execute/20020720-1.x: Add xfail for cris-*-*.
6362
6363         * gcc.dg/old-style-asm-1.c: Tweak to match mmix-knuth-mmixware.
6364
6365 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
6366
6367         * gcc.dg/cpp/Wunused.c: Update test.
6368
6369 2003-03-08  Jan Hubicka  <jh@suse.cz>
6370
6371         * gcc.dg/inline-3.c: New test.
6372
6373 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
6374
6375         PR c++/9809
6376         * g++.dg/parse/builtin1.C: New test.
6377
6378         PR c++/9982
6379         * g++.dg/abi/cookie1.C: New test.
6380         * g++.dg/abi/cookie2.C: Likewise.
6381
6382         PR c++/9524
6383         * g++.dg/template/field1.C: New test.
6384
6385         PR c++/9912
6386         * g++.dg/parse/class1.C: New test.
6387         * g++.dg/parse/namespace7.C: Likewise.
6388         * g++.old-deja/g++.other/decl5.C: Remove XFAILs.
6389
6390 2003-03-07  Mark Mitchell  <mark@codesourcery.com>
6391
6392         * g++.dg/init/ref4.C: New test.
6393
6394 2003-03-07  Jan Hubicka  <jh@suse.cz>
6395
6396         * gcc.dg/i386-local2.c: Fix problems with certain versions of dejagnu.
6397         * gcc.dg/inline-3.c:  New test.
6398
6399 2003-03-06  Mark Mitchell  <mark@codesourcery.com>
6400
6401         * g++.dg/init/ref3.C: New test.
6402
6403         PR c++/9965
6404         * g++.dg/init/ref2.C: New test.
6405
6406         PR c++/9400
6407         * g++.dg/warn/Wshadow-2.C: New test.
6408
6409         PR c++/9791
6410         * g++.dg/warn/Woverloaded-1.C: New test.
6411
6412 2003-03-05  Jan Hubicka  <jh@suse.cz>
6413
6414         * gcc.dg/i386-local2.c: New.
6415         * gcc.dg/i386-local.c: Fix typo.
6416
6417 2003-03-05  Mark Mitchell  <mark@codesourcery.com>
6418
6419         * g++.dg/abi/layout3.C: New test.
6420
6421 2003-03-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
6422
6423         * gcc.c-torture/compile/20030305-1.c
6424
6425 2003-03-05  Jan Hubicka  <jh@suse.cz>
6426
6427         * gcc.dg/i386-local.c: New.
6428
6429 2003-03-04  J"orn Rennecke <joern.rennecke@superh.com>
6430
6431         * gcc.dg/sh-relax.c: Disable for sh64-*-*.
6432
6433 2003-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
6434
6435         * gcc.dg/switch-2.c: New test.
6436         * gcc.dg/switch-3.c: New test.
6437         * gcc.dg/Wswitch.c: Adjust line numbers.
6438         * gcc.dg/Wswitch-default.c: Likewise.
6439         * gcc.dg/Wswitch-enum.c: Likewise.
6440
6441 2003-03-04  Alexandre Oliva  <aoliva@redhat.com>
6442
6443         * gcc.c-torture/execute/20030222-1.c: New test.
6444
6445 2003-03-03  James E Wilson  <wilson@tuliptree.org>
6446
6447         * gcc.dg/m68k-slp-ice.c: New test for PR c/7872.
6448
6449 2003-03-03  Mark Mitchell  <mark@codesourcery.com>
6450
6451         PR c++/9878
6452         * g++.dg/init/ref1.C: New test.
6453
6454 2003-03-03  J"orn Rennecke <joern.rennecke@superh.com>
6455
6456         * gcc.dg/sh-relax.c: New SH-only test.
6457
6458 2003-03-03  Geoffrey Keating  <geoffk@apple.com>
6459
6460         * gcc.c-torture/compile/20010327-1.c: Back out last change.  Add
6461         comment explaining purpose of testcase.
6462
6463 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
6464
6465         * gcc.c-torture/execute/960312-1.x: New file, must pass -mshort
6466         for HC11/HC12 (asm needs two int registers).
6467         * gcc.c-torture/compile/20020312-1.x: New file, don't execute on
6468         HC11/HC12 because the test uses an asm which needs two 32-bit
6469         registers.
6470
6471 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
6472
6473         * gcc.c-torture/compile/920501-12.x: New file, must pass -mshort
6474         for HC11/HC12 (array is too large otherwise).
6475         * gcc.c-torture/compile/920501-4.x: New file, likewise.
6476         * gcc.c-torture/compile/20010518-2.x: Likewise.
6477         * gcc.c-torture/compile/980506-1.x: Don't execute this test on
6478         HC11/HC12 (array is too large).
6479
6480 2003-03-01  Geoffrey Keating  <geoffk@apple.com>
6481
6482         * lib/gcc-dg.exp (gcc-dg-test): Change .pch to .gch.
6483         * lib/g++-dg.exp (g++-dg-test): Likewise.
6484
6485 2003-03-01  Roger Sayle  <roger@eyesopen.com>
6486
6487         * g++.old-deja/g++.other/builtins10.C: New test for PR 9367.
6488         * gcc.dg/format/attr-5.c: Handle new conflicting types warning.
6489
6490 2003-03-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6491
6492         * g++.dg/warn/implicit-typename1.C: Remove warning.
6493
6494 2003-02-28  Richard Henderson  <rth@redhat.com>
6495
6496         * gcc.dg/noreturn-1.c: Move noreturn warning line.
6497         * gcc.dg/return-type-1.c: Move control reaches end warning line.
6498
6499 2003-02-28  Geoffrey Keating  <geoffk@apple.com>
6500
6501         * gcc.dg/pch/pch.exp: Change .pch to .gch.
6502         * g++.dg/pch/pch.exp: Likewise.
6503
6504 2003-02-28  Mark Mitchell  <mark@codesourcery.com>
6505
6506         PR c++/9879
6507         * testsuite/g++.dg/init/new4.C: New test.
6508
6509 2003-02-28  Richard Earnshaw  <rearnsha@arm.com>
6510
6511         * gcc.dg/arm-asm.c: Enable for StrongARM and XScale targets.
6512
6513 2003-02-28  Alexandre Oliva  <aoliva@redhat.com>
6514
6515         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead of
6516         unsigned long.
6517
6518         * gcc.c-torture/compile/simd-3.c: Do nothing if double is not
6519         wider than float.
6520
6521 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6522
6523         * lib/scanasm.exp: Add support for counting numbers of
6524         occurences.
6525         * gcc.dg/unswitch-1.c, gcc.dg/peel-1.c, gcc.dg/unroll-1.c,
6526         gcc.dg/unroll-2.c, gcc.dg/unroll-3.c: New tests.
6527
6528 2003-02-25  Mark Mitchell  <mark@codesourcery.com>
6529
6530         PR c++/9683
6531         * g++.dg/template/static3.C: New test.
6532
6533         PR c++/9829
6534         * g++.dg/parse/namespace6.C: New test.
6535
6536 2003-02-25  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6537
6538         PR target/9732
6539         * gcc.dg/20030225-1.c: New test.
6540
6541 2003-02-24  Mark Mitchell  <mark@codesourcery.com>
6542
6543         * README: Remove out-of-date information.
6544
6545         PR c++/9836
6546         * g++.dg/template/spec6.C: New test.
6547
6548 2003-02-24  Jeff Law  <law@redhat.com>
6549
6550         * gcc.c-torture/compile/20030224-1.c: New test for ia32 backend bug.
6551
6552 2003-02-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6553
6554         * g++.dg/other/pragma-ep-1.C: Test for __PRAGMA_EXTERN_PREFIX.
6555         * gcc.dg/pragma-ep-1.c: Likewise.
6556
6557 2003-02-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6558
6559         PR c++/9602
6560         * g++.dg/template/friend16.C: New test.
6561
6562 2003-02-23  Mark Mitchell  <mark@codesourcery.com>
6563
6564         PR c++/5333
6565         * g++.dg/parse/fused-params1.C: Adjust error messages.
6566         * g++.dg/template/nested3.C: New test.
6567
6568 2003-02-24  Alan Modra  <amodra@bigpond.net.au>
6569
6570         * g++.dg/abi/param1.C: New test.
6571
6572 2003-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6573
6574         PR c++/7982
6575         * g++.dg/warn/implicit-typename1.C: New test.
6576
6577 2003-02-22  Kelley Cook <kelleycook@comcast.net>
6578
6579         * g++.old-deja/g++.other/store-expr1.C: Replace "mcpu"
6580         with "mtune".
6581         * g++.old-deja/g++.other/store-expr2.C: Likewise.
6582         * gcc.c-torture/execute/20010129-1.x: Likewise.
6583         * gcc.dg/20011107-1.c: Likewise.
6584         * gcc.dg/20020108-1.c: Likewise.
6585         * gcc.dg/20020122-3.c: Likewise.
6586         * gcc.dg/20020206-1.c: Likewise.
6587         * gcc.dg/20020310-1.c: Likewise.
6588         * gcc.dg/20020426-2.c: Likewise.
6589         * gcc.dg/20020517-1.c: Likewise.
6590         * gcc.dg/991230-1.c: Likewise.
6591         * gcc.dg/i386-unroll-1.c: Likewise.
6592         * gcc.misc-tests/i386-prefetch.exp: Likewise.
6593
6594 2003-02-22  Jan Hubicka  <jh@suse.cz>
6595
6596         * gcc.dg/i386-mul.c: New test.
6597
6598 2003-02-21  Roger Sayle  <roger@eyesopen.com>
6599
6600         * gcc.dg/builtins-5.c: New test case.
6601
6602 2003-02-22  Hans-Peter Nilsson  <hp@axis.com>
6603
6604         * gcc.dg/asmreg-1.c: New test.
6605
6606 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
6607
6608         PR c++/9749
6609         * g++.dg/parse/varmod1.C: New test.
6610
6611 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
6612
6613         PR c++/9727
6614         * g++.dg/template/op1.C: New test.
6615
6616 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
6617
6618         PR c++/8906
6619         * g++.dg/template/nested2.C: New test.
6620
6621 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
6622
6623         PR c++/8724
6624         * g++.dg/expr/dtor1.C: New test.
6625
6626 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
6627
6628         * gcc.dg/cpp/include3.c: New test.
6629         * gcc.dg/cpp/inc/foo.h: New file.
6630
6631 2003-02-21  Glen Nakamura  <glen@imodulo.com>
6632
6633         * gcc.c-torture/execute/20030221-1.c: New test.
6634
6635 2003-02-20  Mark Mitchell  <mark@codesourcery.com>
6636
6637         PR c++/9729
6638         * g++.dg/abi/conv1.C: New test.
6639
6640 2003-02-20  Jan Hubicka  <jh@suse.cz>
6641
6642         * gcc.c-torture/execute/20020720-1.x: XFAIL for x86-64.
6643
6644 2003-02-19  Daniel Jacobowitz  <drow@mvista.com>
6645
6646         * gcc.c-torture/compile/20030219-1.c: New test.
6647
6648 2003-02-18  Jan Hubicka  <jh@suse.cz>
6649
6650         * gcc.dg/funcorder.c: New test.
6651
6652 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
6653
6654         * gcc.c-torture/execute/20030218-1.c: New.
6655
6656 2003-02-18  Aldy Hernandez  <aldyh@redhat.com>
6657
6658         * gcc.dg/20030218-1.c: New.
6659
6660 2003-02-18  Richard Henderson  <rth@redhat.com>
6661
6662         * gcc.dg/attr-invalid.c: Allow __used__ on static data.
6663         * gcc.dg/attr-used-2.c: New.
6664
6665 2003-02-18  Mark Mitchell  <mark@codesourcery.com>
6666
6667         PR c++/9704
6668         * g++.dg/init/copy5.C: New test.
6669
6670 2003-02-18  Geoffrey Keating  <geoffk@apple.com>
6671
6672         * gcc.dg/pch/pch.exp: Delete $bname.h before copying into it.
6673         * g++.dg/pch/pch.exp: Likewise.
6674
6675 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
6676
6677         * gcc.c-torture/execute/20030209-1.c: Enable the test if
6678         STACK_SIZE is not defined.
6679
6680 2003-02-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6681
6682         PR c++/9457
6683         * g++.dg/template/init1.C: New test.
6684
6685 2003-02-16  Jan HUbicka  <jh@suse.cz>
6686
6687         * gcc.dg/c90-const-expr-3.c (DZERO): New static variable
6688         (foo): Add few extra tests
6689         * gcc.dg/c99-const-expr-3.c: Likewise.
6690         * gcc.c-torture/execute/20030216-1.c: New.
6691
6692 2003-02-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6693
6694         PR c++/9459
6695         * g++.dg/ext/typeof4.C: New test.
6696
6697 2003-02-15  Roger Sayle  <roger@eyesopen.com>
6698
6699         * gcc.dg/i386-387-3.c: New test case.
6700
6701 2003-02-14  Josef Zlomek  <zlomekj@suse.cz>
6702
6703         * gcc.dg/20030213-1.c: Expect warning for unsupported -fpic on
6704         cris-*-elf* cris-*-aout* and mmix-*-*.
6705
6706 2003-02-13  Josef Zlomek  <zlomekj@suse.cz>
6707
6708         * gcc.dg/20030213-1.c: New test.
6709
6710 2003-02-12  Roger Sayle  <roger@eyesopen.com>
6711
6712         * gcc.dg/i386-387-1.c: Add new test for __builtin_atan2.
6713         * gcc.dg/i386-387-2.c: Likewise.
6714
6715 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
6716
6717         * gcc.dg/ppc-spe.c: Fix formatting.
6718         Enable tests that were previously unsupported by gas.
6719         Delete tests for instructions that no longer exist.
6720         Switch arguments on evsubifw builtin.
6721
6722 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
6723
6724         * gcc.c-torture/execute/20030209-1.c: Disable the test if
6725         STACK_SIZE is too small.
6726
6727 2003-02-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
6728             Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
6729
6730         * gcc.dg/decl-2.c: New test.
6731
6732 2003-02-10  Jan Hubicka  <jh@suse.cz>
6733
6734         * gcc.dg/i386-fpcvt-1.c:  New test.
6735
6736 2002-02-09  Richard Sandiford  <rsandifo@redhat.com>
6737
6738         * gcc.c-torture/execute/20030209-1.c: New test.
6739
6740 2003-02-09  Kazu Hirata  <kazu@cs.umass.edu>
6741
6742         * gcc.c-torture/execute/builtin-bitops-1.c: When testing the
6743         int-wide bitops, use the constants of the same width.
6744         Likewise, if long long is 32-bit wide, test bitops using
6745         32-bit constants.
6746
6747 2003-02-07  Loren James Rittle  <ljrittle@acm.org>
6748
6749         * gcc.dg/20021014-1.c: Annotate with expected notice text.
6750
6751 2003-02-07  Roger Sayle  <roger@eyesopen.com>
6752
6753         * testsuite/gcc.dg/builtins-4.c: New test case.
6754
6755 2003-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6756
6757         * gcc.dg/20020430-1.c: Fix dg command typos.
6758         * gcc.dg/20020503-1.c: Likewise.
6759
6760 2003-02-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6761
6762         PR c++/8785
6763         * g++.dg/parse/fused-params1.C: New test.
6764
6765         PR c++/8857
6766         * g++.dg/parse/tmpl-tmpl-operator1.C: New test.
6767
6768         PR c++/8921
6769         * g++.dg/parse/non-dependent1.C: New test.
6770
6771         PR c++/8928
6772         * g++.dg/parse/dupl-tmpl-args1.C: New test.
6773
6774         PR c++/9228
6775         * g++.dg/parse/undefined7.C: New test.
6776         * g++.dg/parse/non-templ1.C: New test.
6777
6778         PR c++/9229
6779         * g++.dg/parse/too-many-tmpl-args1.C: New test.
6780
6781 2003-02-06  Eric Botcazou <ebotcazou@libertysurf.fr>
6782
6783         * gcc.c-torture/compile/20030206-1.c: New test.
6784
6785 2003-02-05  Roger Sayle  <roger@eyesopen.com>
6786
6787         * gcc.c-torture/compile/921206-1.c: Rename undeclared function from
6788         "pow" to "foo" to avoid potential confusion with a math built-in.
6789
6790 2003-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6791
6792         * gcc.c-torture/execute/20020227-1.x: Update specific XFAIL
6793         conditions for SPARC targets.
6794
6795 2003-02-05  Jakub Jelinek  <jakub@redhat.com>
6796
6797         * gcc.dg/20030204-1.c: New test.
6798
6799 2003-02-04  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6800
6801         PR c++/38
6802         * g++.dg/parse/array-size1.C: New test.
6803
6804         PR c++/5657
6805         * g++.dg/parse/undefined3.C: New test.
6806
6807         PR c++/5665
6808         * g++.dg/parse/undefined4.C: New test.
6809
6810         PR c++/5975
6811         * g++.dg/parse/undefined5.C: New test.
6812
6813         PR c++/7259
6814         * g++.dg/parse/tmpl-tmpl-param1.C: New test.
6815
6816         PR c++/8578
6817         * g++.dg/parse/casting-operator1.C: New test.
6818
6819         PR c++/8596
6820         * g++.dg/parse/undefined6.C: New test.
6821
6822         PR c++/8736
6823         * g++.dg/parse/missing-template1.C: New test.
6824
6825 2003-02-04  Jan Hubicka  <jh@suse.cz>
6826
6827         * gcc.dg/i386-cadd.c:  Compile using -march=k8.
6828         * gcc.dg/i386-cmov?.c:  Likewise.
6829         * gcc.dg/i386-fpcvt-?.c:  Likewise.
6830         * gcc.dg/i386-ssefp-1.c:  Likewise.
6831         * gcc.dg/i386-ssetype-?.c:  Likewise; fix for register passing
6832         conventions.
6833
6834 2003-02-03  Mark Mitchell  <mark@codesourcery.com>
6835
6836         PR c++/7129
6837         * testsuite/g++.dg/ext/max.C: New test.
6838
6839 2003-02-03  Jan Hubicka  <jh@suse.cz>
6840
6841         * gcc.c-torture/execute/20030203-1.c: New test.
6842
6843 2003-02-03  Richard Earnshaw  <rearnsha@arm.com>
6844
6845         * gcc.c-torture/exectue/ieee/20000320-1.c: The ARM VFP format is
6846         'natural-endian'.
6847
6848 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
6849
6850         * g++.dg/init/new1.C: Remove -fvolatile dg-options line.
6851         * g++.dg/init/new2.C: Likewise.
6852         * g++.dg/other/new1.C: Likewise.
6853
6854 2003-01-31  Loren J. Rittle <ljrittle@acm.org>
6855
6856         * gcc.dg/struct-ret-libc.c: New test.
6857
6858 2003-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
6859
6860         * gcc.dg/20030129-1.c: New test.
6861
6862 2003-01-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6863
6864         PR c++/8849
6865         * g++.dg/template/ptrmem4.C: New test.
6866
6867 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
6868
6869         * g++.dg/parser/constant1.C: New test.
6870
6871 2003-01-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6872
6873         PR c++/8591
6874         * g++.dg/parse/friend2.C: New test.
6875
6876 2003-01-29  Nathan Sidwell  <nathan@codesourcery.com>
6877
6878         PR c++/9437
6879         * g++.dg/template/unify4.C: New test.
6880
6881 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
6882
6883         * gcc.c-torture/execute/20030128-1.c: New test.
6884
6885 2003-01-28  Jeffrey D. Oldham  <oldham@codesourcery.com>
6886
6887         * g++.dg/lookup/nested1.C: Test moved from ...
6888         * g++.old-deja/g++.other/lookup24.C: ... here.
6889
6890 2003-01-28  Jan Hubicka  <jh@suse.cz>
6891
6892         * gcc.dg/i386-cmov5.c:  New test.
6893
6894 2003-01-28  D.Venkatasubramanian   <dvenkat@noida.hcltech.com>
6895
6896         * gcc.c-torture/execute/20010925-1.c: Changed the
6897         memcpy declaration.
6898
6899 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
6900
6901         PR c++/3902
6902         * g++.dg/parse/template5.C: New test.
6903
6904 2003-01-28  Toon Moene  <toon@moene.indiv.nluug.nl>
6905
6906         PR fortran/9258
6907         * g77.dg/pr9258: New test.
6908
6909 2003-01-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6910
6911         * README: Move relevant parts from README.g++.
6912
6913         * README.g++: Remove this file.
6914
6915 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
6916
6917         * g++.dg/abi/dcast1.C: New test.
6918
6919 2003-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6920
6921         * gcc.c-torture/execute/builtin-constant.x: Only expect failure at -O1.
6922
6923 2003-01-27  Jeffrey D. Oldham  <oldham@codesourcery.com>
6924
6925         PR c++/47
6926         * g++.old-deja/g++.other/lookup24.C: New test.
6927
6928 2003-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6929
6930         PR middle-end/7227
6931         * gcc.dg/uninit-C.c: New test.
6932
6933 2003-01-27  Nathan Sidwell  <nathan@codesourcery.com>
6934
6935         * g++.dg/abi/covariant1.C: New test.
6936
6937 2003-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
6938
6939         * gcc.dg/20030123-1.c: New test.
6940
6941 2003-01-25  Jan Hubicka  <jh@suse.cz>
6942
6943         PR opt/8492
6944         * gcc.c-torture/compile/20030125-1.c
6945
6946 2003-01-25  Nathan Sidwell  <nathan@codesourcery.com>
6947
6948         PR c++/9403
6949         * g++.dg/parse/template3.C: New test.
6950         * g++.old-deja/g++.pt/memclass5.C: Add needed template keyword.
6951
6952         PR c++/795
6953         * g++.dg/parse/template4.C: New test.
6954
6955         PR c++/9415
6956         * g++.dg/template/qual2.C: New test.
6957
6958         PR c++/8545
6959         * g++.old-deja/g++.brendan/parse3.C: Remove XFAIL.
6960
6961         * g++.old-deja/g++.ns/bogus1.C: Change expected error.
6962
6963 2003-01-25  Roger Sayle  <roger@eyesopen.com>
6964
6965         * gcc.c-torture/execute/switch-1.c: New test case.
6966
6967 2003-01-25  Jan Hubicka  <jh@suse.cz>
6968
6969         * gcc.c-torture/execute/20030125-1.[cx]: New test.
6970
6971 2003-01-25  Paolo Carlini  <pcarlini@unitus.it>
6972
6973         Tweaks for Bison-1.875. From the NEWS file:
6974         "- `parse error' -> `syntax error'
6975         Bison now uniformly uses the term `syntax error'"
6976         * gcc.dg/cpp/19990413-1.c: Test for "(parse|syntax) error".
6977         * gcc.dg/cpp/digraph2.c: Likewise.
6978         * gcc.dg/cpp/direct2.c: Likewise.
6979         * gcc.dg/cpp/paste4.c: Likewise.
6980         * gcc.dg/c90-restrict-1.c: Likewise.
6981         * gcc.dg/c99-func-2.c: Likewise.
6982         * gcc.dg/noncompile/920721-2.c: Likewise.
6983         * gcc.dg/noncompile/930622-2.c: Likewise.
6984         * gcc.dg/noncompile/940112-1.c: Likewise.
6985         * gcc.dg/noncompile/950921-1.c: Likewise.
6986         * gcc.dg/noncompile/951123-1.c: Likewise.
6987         * gcc.dg/noncompile/971104-1.c: Likewise.
6988         * gcc.dg/noncompile/990416-1.c: Likewise.
6989
6990 2003-01-24  Paolo Carlini  <pcarlini@unitus.it>
6991
6992         * g++.dg/parse/undefined1.C: Add error message.
6993
6994 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
6995
6996         PR c++/9354
6997         * g++.dg/parse/new1.C: New test.
6998
6999         PR c++/9216
7000         * g++.dg/parse/template2.C: New test.
7001
7002         PR c++/9354
7003         * g++.dg/parse/typedef2.C: New test.
7004
7005         PR c++/9328
7006         * g++.dg/ext/typeof3.C: New test.
7007
7008 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7009
7010         PR c++/2738
7011         * g++.dg/parse/ret-type1.C: New test.
7012
7013         PR c++/3792
7014         * g++.dg/parse/tmpl-outside1.C: New test.
7015
7016         PR c++/4207
7017         * g++.dg/parse/int-as-enum1.C: New test.
7018
7019         PR c++/4903
7020         * g++.dg/parse/no-typename1.C: New test.
7021
7022         PR c++/5533
7023         * g++.dg/parse/no-value1.C: New test.
7024
7025         PR c++/5921
7026         * g++.dg/parse/wrong-inline1.C: New test.
7027
7028         PR c++/6402
7029         * g++.dg/parse/ref1.C: New test.
7030
7031         PR c++/6992
7032         * g++.dg/parse/attr-ctor1.C: New test.
7033
7034         PR c++/7229
7035         * g++.dg/parse/namespace5.C: New test.
7036
7037         PR c++/7917
7038         * g++.dg/parse/func-def1.C: New test.
7039
7040         PR c++/8143
7041         * g++.dg/parse/undefined1.C: New test.
7042
7043         PR c++/5723, PR c++/8522
7044         * g++.dg/parse/specialization1.C: New test.
7045
7046         PR c++/163, PR c++/8595
7047         * g++.dg/parse/struct-as-enum1.C: New test.
7048
7049         PR c++/9173
7050         * g++.dg/parse/undefined2.C: New test.
7051
7052 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
7053
7054         PR c++/9298
7055         * g++.dg/parse/template1.C: New test.
7056
7057         PR c++/9384
7058         * g++.dg/parse/using1.C: New test.
7059
7060         PR c++/9285
7061         PR c++/9294
7062         * g++.dg/parse/expr2.C: New test.
7063
7064         PR c++/9388
7065         * g++.dg/parse/lookup2.C: Likewise.
7066
7067 2003-01-21  Jan Hubicka  <jh@suse.cz>
7068
7069         * gcc.c-torture/execute/990208-1.c:  Add noinline attributes as needed.
7070         * gcc.c-torture/execute/eeprof-1.c:  Likewise.
7071         * gcc.c-torture/execute/stdio-opt-*.c: Likewise.
7072         * gcc.c-torture/execute/string-opt-*.c: Likewise.
7073
7074 2003-01-20  Nick Clifton  <nickc@redhat.com>
7075
7076         * gcc.c-torture/execute/20030117-1.c: New test case.  Exposes
7077         problem with ARM sibcall code generation.
7078
7079 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
7080
7081         * gcc.c-torture/execute/20030120-1.c: New.
7082
7083 2003-01-19  Paolo Carlini  <pcarlini@unitus.it>
7084
7085         * g++.old-deja/g++.pt/typename13.C: Remove XFAIL.
7086
7087 2003-01-17  Mark Mitchell  <mark@codesourcery.com>
7088
7089         PR c++/9272
7090         * g++.dg/parse/ctor1.C: New test.
7091
7092         PR c++/9294:
7093         * g++.dg/parse/qualified1.C: New test.
7094
7095         * g++.dg/parse/typename3.C: New test.
7096
7097 2003-01-16  Richard Henderson  <rth@redhat.com>
7098
7099         * g++.dg/tls/init-2.C: Fix error matches for real this time.
7100
7101 2003-01-16  Richard Henderson  <rth@redhat.com>
7102
7103         * g++.dg/pch/pch.exp: Copy test header to the working directory
7104         before using it either for precompilation or direct use.
7105         * g++.dg/pch/*.Hs: Rename from gcc.dg/pch/*.H.
7106         * g++.dg/pch/*.C: Include foo.H, not foo.Hp.
7107
7108 2003-01-16  Richard Henderson  <rth@redhat.com>
7109
7110         * gcc.dg/pch/pch.exp: Copy test header to the working directory
7111         before using it either for precompilation or direct use.
7112         * gcc.dg/pch/*.hs: Rename from gcc.dg/pch/*.h.
7113         * gcc.dg/pch/*.c: Include foo.h, not foo.hp.
7114
7115 2003-01-16  Mark Mitchell  <mark@codesourcery.com>
7116
7117         * gcc/testsuite/g++.dg/ext/typename1.C: Add typename keyword.
7118         * gcc/testsuite/g++.dg/template/crash1.C: Update error messages.
7119         * gcc/testsuite/g++.dg/template/crash2.C: Remove error message.
7120         * gcc/testsuite/g++.dg/parse/typename2.C: New test.
7121         * gcc/testsuite/g++.dg/template/typename2.C: Change implicit
7122         typename warning into error.
7123         * gcc/testsuite/g++.old-deja/g++.benjamin/tem03.C: Issue more
7124         error messages.
7125         * gcc/testsuite/g++.old-deja/g++.benjamin/tem04.C: Fix typos.
7126         * gcc/testsuite/g++.old-deja/g++.brendan/crash56.C: Add this->.
7127         * gcc/testsuite/g++.old-deja/g++.law/visibility13.C: Remove error
7128         messages.
7129         * gcc/testsuite/g++.old-deja/g++.ns/template17.C: Reorder code to
7130         make declaration visible in template.
7131         * gcc/testsuite/g++.old-deja/g++.pt/crash3.C: Fix typos.
7132         * gcc/testsuite/g++.old-deja/g++.pt/crash36.C: Issue more error
7133         messages.
7134         * gcc/testsuite/g++.old-deja/g++.pt/crash5.C: Improve error
7135         message.
7136         * gcc/testsuite/g++.old-deja/g++.pt/crash67.C: Remove warning.
7137         * gcc/testsuite/g++.old-deja/g++.pt/inherit1.C: Add this->.
7138         * gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C: Add error message.
7139         * gcc/testsuite/g++.old-deja/g++.pt/typename16.C: Replace implicit
7140         typename warning with error message.
7141         * gcc/testsuite/g++.old-deja/g++.pt/typename19.C: Remove warning.
7142         * gcc/testsuite/g++.old-deja/g++.robertl/eb112.C: Fix typo.
7143         * gcc/testsuite/g++.old-deja/g++.robertl/eb24.C: Use this->.
7144
7145 2003-01-16  Nathan Sidwell  <nathan@codesourcery.com>
7146
7147         * g++.dg/parse/ambig2.C: New test.
7148
7149 2003-01-15  Richard Henderson  <rth@redhat.com>
7150
7151         * g++.dg/tls/init-2.C: Update error message string.
7152
7153 2003-01-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7154
7155         * gcc.c-torture/execute/builtin-constant.x: XFAIL the test.
7156
7157 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
7158
7159         * gcc.c-torture/compile/20000804-1.x: Don't execute this test at
7160         all for HC11/HC12.
7161         * gcc.c-torture/compile/20001205-1.x: Likewise.
7162         * gcc.c-torture/compile/20001226-1.x: Likewise.
7163         * gcc.c-torture/compile/920520-1.x: Likewise.
7164         * gcc.c-torture/compile/961203-1.x: Likewise.
7165         * gcc.c-torture/compile/20020604-1.x: Likewise.
7166
7167 2003-01-15  Jan Hubicka  <jh@suse.cz>
7168
7169         * gcc.c-torture/compile/20030115-1.c: New test.
7170
7171         * gcc.dg/i386-fpcvt-1.c: New test.
7172         * gcc.dg/i386-fpcvt-2.c: New test.
7173
7174 2003-01-14  Jeffrey D. Oldham  <oldham@codesourcery.com>
7175
7176         Further conform g++'s __vmi_class_type_info to the C++ ABI
7177         specification.
7178         * g++.old-deja/g++.abi/vmihint.C (main): Revise expected flags per
7179         the specification.
7180
7181 2003-01-14  Jan Hubicka  <jh@suse.cz>
7182
7183         * gcc.dg/i386-fpcvt-1.c: New test.
7184         * gcc.dg/i386-fpcvt-2.c: New test.
7185
7186 2003-01-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
7187
7188         * gcc.dg/i386-mmx-3.c: New test.
7189
7190 2003-01-12  Mark Mitchell  <mark@codesourcery.com>
7191
7192         PR c++/9264
7193         * g++.dg/parse/octal1.C: New file.
7194
7195         PR c++/9172
7196         * g++.dg/parse/typename1.C: New file.
7197
7198 2003-01-10  Danny Smith  <dannysmith@users.sourceforge.net>
7199
7200         * gcc.dg/bf-ms-layout.c: Enable for cygwin and mingw32 targets.
7201         * gcc.dg/bf-no-ms-layout.c: Likewise.
7202         * gcc.dg/bf-ms-attrib.c: Likewise.
7203
7204 2003-01-10  Mark Mitchell  <mark@codesourcery.com>
7205
7206         PR c++/9099
7207         * g++.dg/parse/dtor1.C: New file.
7208
7209         PR c++/9128
7210         * g++.dg/rtti/typeid1.C: New file.
7211
7212         PR c++/9153
7213         * g++.dg/parse/lookup1.C: New file.
7214
7215         PR c++/9171
7216         * g++.dg/templ/spec5.C: New file.
7217
7218 2003-01-10  Josef Zlomek  <zlomekj@suse.cz>
7219
7220         * gcc.c-torture/compile/20030110-1.c: New test.
7221
7222 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
7223
7224         Merge from pch-branch:
7225
7226         2002-12-23  Geoffrey Keating  <geoffk@apple.com>
7227
7228         * gcc.dg/pch/cpp-1.h: New.
7229         * gcc.dg/pch/cpp-1.c: New.
7230         * gcc.dg/pch/cpp-2.h: New.
7231         * gcc.dg/pch/cpp-2.c: New.
7232
7233         2002-11-19  Geoffrey Keating  <geoffk@apple.com>
7234
7235         * gcc.dg/pch/except-1.h: New.
7236         * gcc.dg/pch/except-1.c: New.
7237
7238         2002-11-13  Geoffrey Keating  <geoffk@apple.com>
7239
7240         * gcc.dg/pch/pch.exp: Ensure that <test>.hp doesn't exist before
7241         running test.
7242         * gcc.dg/pch: Include *.hp not *.h.
7243         * gcc.dg/pch/system-1.h: New.
7244         * gcc.dg/pch/system-1.c: New.
7245
7246         2002-11-11  Geoffrey Keating  <geoffk@apple.com>
7247
7248         * gcc.dg/pch/pch.exp: Compare .s files with/without PCH,
7249         rather than trying to build and run a program using PCH.
7250         * gcc.dg/pch: Remove dg-do commands from test files.
7251
7252         2002-11-08  Geoffrey Keating  <geoffk@apple.com>
7253
7254         * gcc.dg/pch/macro-3.c: New.
7255         * gcc.dg/pch/macro-3.h: New.
7256
7257         2002-11-04  Geoffrey Keating  <geoffk@apple.com>
7258
7259         * gcc.dg/pch/common-1.c: New.
7260         * gcc.dg/pch/common-1.h: New.
7261         * gcc.dg/pch/decl-1.c: New.
7262         * gcc.dg/pch/decl-1.h: New.
7263         * gcc.dg/pch/decl-2.c: New.
7264         * gcc.dg/pch/decl-2.h: New.
7265         * gcc.dg/pch/decl-3.c: New.
7266         * gcc.dg/pch/decl-3.h: New.
7267         * gcc.dg/pch/decl-4.c: New.
7268         * gcc.dg/pch/decl-4.h: New.
7269         * gcc.dg/pch/decl-5.c: New.
7270         * gcc.dg/pch/decl-5.h: New.
7271         * gcc.dg/pch/global-1.c: New.
7272         * gcc.dg/pch/global-1.h: New.
7273         * gcc.dg/pch/inline-1.c: New.
7274         * gcc.dg/pch/inline-1.h: New.
7275         * gcc.dg/pch/inline-2.c: New.
7276         * gcc.dg/pch/inline-2.h: New.
7277         * gcc.dg/pch/static-1.c: New.
7278         * gcc.dg/pch/static-1.h: New.
7279         * gcc.dg/pch/static-2.c: New.
7280         * gcc.dg/pch/static-2.h: New.
7281
7282         2002-09-01  Geoffrey Keating  <geoffk@redhat.com>
7283
7284         * g++.dg/pch/pch.exp: Better handle failing testcases.
7285         * gcc.dg/pch/pch.exp: Likewise.
7286         * gcc.dg/pch/macro-1.c: New.
7287         * gcc.dg/pch/macro-1.h: New.
7288         * gcc.dg/pch/macro-2.c: New.
7289         * gcc.dg/pch/macro-2.h: New.
7290
7291         2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
7292
7293         * g++.dg/dg.exp: Treat files in pch/ specially.
7294         * g++.dg/pch/pch.exp: New file.
7295         * g++.dg/pch/empty.H: New file.
7296         * g++.dg/pch/empty.C: New file.
7297         * lib/g++-dg.exp (g++-dg-test): Add case for when $do_what is
7298         "precompile".
7299
7300         * gcc.dg/pch/pch.exp: New file.
7301         * gcc.dg/pch/empty.h: New file.
7302         * gcc.dg/pch/empty.c: New file.
7303         * lib/gcc-dg.exp (gcc-dg-test): Add case for when $do_what is
7304         "precompile".
7305
7306 2003-01-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7307
7308         * g++.dg/template/friend14.C: New test.
7309
7310 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
7311
7312         * gcc.dg/old-style-asm-1.c: New test.
7313
7314 2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
7315
7316         * gcc.c-torture/compile/20030109-1.c: New test.
7317
7318 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
7319
7320         * gcc.c-torture/execute/20030109-1.c: New test.
7321
7322 2003-01-08  Larin Hennessey  <larin@science.oregonstate.edu>
7323
7324         * g++.old-deja/g++.mike/dyncast1.C: Remove reference to AMD A29K
7325         * g++.old-deja/g++.mike/dyncast2.C: Likewise
7326         * g++.old-deja/g++.mike/dyncast3.C: Likewise
7327         * g++.old-deja/g++.mike/eh2.C: Likewise
7328         * g++.old-deja/g++.mike/eh3.C: Likewise
7329         * g++.old-deja/g++.mike/eh5.C: Likewise
7330         * g++.old-deja/g++.mike/eh6.C: Likewise
7331         * g++.old-deja/g++.mike/eh7.C: Likewise
7332         * g++.old-deja/g++.mike/eh8.C: Likewise
7333         * g++.old-deja/g++.mike/eh9.C: Likewise
7334         * g++.old-deja/g++.mike/eh10.C: Likewise
7335         * g++.old-deja/g++.mike/eh12.C: Likewise
7336         * g++.old-deja/g++.mike/eh13.C: Likewise
7337         * g++.old-deja/g++.mike/eh14.C: Likewise
7338         * g++.old-deja/g++.mike/eh16.C: Likewise
7339         * g++.old-deja/g++.mike/eh17.C: Likewise
7340         * g++.old-deja/g++.mike/eh18.C: Likewise
7341         * g++.old-deja/g++.mike/eh21.C: Likewise
7342         * g++.old-deja/g++.mike/eh23.C: Likewise
7343         * g++.old-deja/g++.mike/eh24.C: Likewise
7344         * g++.old-deja/g++.mike/eh25.C: Likewise
7345         * g++.old-deja/g++.mike/eh26.C: Likewise
7346         * g++.old-deja/g++.mike/eh27.C: Likewise
7347         * g++.old-deja/g++.mike/eh28.C: Likewise
7348         * g++.old-deja/g++.mike/eh29.C: Likewise
7349         * g++.old-deja/g++.mike/eh31.C: Likewise
7350         * g++.old-deja/g++.mike/eh33.C: Likewise
7351         * g++.old-deja/g++.mike/eh34.C: Likewise
7352         * g++.old-deja/g++.mike/eh35.C: Likewise
7353         * g++.old-deja/g++.mike/eh36.C: Likewise
7354         * g++.old-deja/g++.mike/eh37.C: Likewise
7355         * g++.old-deja/g++.mike/eh38.C: Likewise
7356         * g++.old-deja/g++.mike/eh39.C: Likewise
7357         * g++.old-deja/g++.mike/eh40.C: Likewise
7358         * g++.old-deja/g++.mike/eh41.C: Likewise
7359         * g++.old-deja/g++.mike/eh42.C: Likewise
7360         * g++.old-deja/g++.mike/eh44.C: Likewise
7361         * g++.old-deja/g++.mike/eh46.C: Likewise
7362         * g++.old-deja/g++.mike/eh47.C: Likewise
7363         * g++.old-deja/g++.mike/eh48.C: Likewise
7364         * g++.old-deja/g++.mike/eh49.C: Likewise
7365         * g++.old-deja/g++.mike/eh50.C: Likewise
7366         * g++.old-deja/g++.mike/eh51.C: Likewise
7367         * g++.old-deja/g++.mike/eh53.C: Likewise
7368         * g++.old-deja/g++.mike/eh55.C: Likewise
7369         * g++.old-deja/g++.mike/p7912.C: Likewise
7370         * g++.old-deja/g++.mike/p9706.C: Likewise
7371         * g++.old-deja/g++.mike/p10416.C: Likewise
7372         * g++.old-deja/g++.mike/p11667.C: Likewise
7373         * g77.f-torture/compile/20010519-1.f: Remove reference to Convex.
7374         Remove redundant reference to Iris.
7375         * gcc.dg/20020312-2.c: Remove references to AMD A29K, Clipper, Convex,
7376         Elxsi, i860, Pico Java, and WE32K.
7377
7378 2003-01-07  Mark Mitchell  <mark@codesourcery.com>
7379
7380         * g++.dg/ext/asm4.C: New test.
7381
7382 2003-01-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7383
7384         PR c++/9030
7385         * g++.dg/template/friend12.C: New test.
7386         * g++.dg/template/friend13.C: Likewise.
7387         * g++.old-deja/g++.eh/spec6.C: Add missing error message.
7388
7389 2003-01-08  Jan Hubicka  <jh@suse.cz>
7390
7391         * gcc.dg/i386-cadd.c: New test.
7392         * gcc.dg/i386-cmov4.c: Likewise.
7393
7394 2003-01-06  Mark Mitchell  <mark@codesourcery.com>
7395
7396         PR c++/9165
7397         * g++.dg/warn/Wunused-3.C: New test.
7398
7399         * g++.dg/abi/bitfield9.C: New test.
7400
7401         PR c++/9189
7402         * g++.dg/parse/defarg3.C: New test.
7403
7404 2003-01-06  Nathan Sidwell  <nathan@codesourcery.com>
7405
7406         * g++.dg/parse/ambig1.C: New test.
7407         * g++.dg/parse/defarg2.C: New test.
7408
7409 2003-01-05  Mark Mitchell  <mark@codesourcery.com>
7410
7411         * g++.dg/template/defarg-1.C: New test.
7412         * g++.dg/template/local2.C: Likewise.
7413
7414 2003-01-05  Richard Sandiford  <rsandifo@redhat.com>
7415
7416         * gcc.c-torture/execute/20030105-1.c: New test.
7417
7418 2003-01-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7419
7420         * g++.dg/parse/namespace3.C: Remove extra semicolons.
7421         * g++.dg/parse/namespace4.C: Likewise.
7422
7423 2003-01-03  Nathan Sidwell  <nathan@codesourcery.com>
7424
7425         * g++.dg/template/ntp2.C: New test.
7426
7427 2003-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7428
7429         * g++.dg/parse/extern-C-1.C: New test.
7430
7431         * g++.dg/parse/namespace4.C: New test.
7432
7433         * g++.dg/template/nested1.C: New test.
7434
7435         * g++.dg/parse/namespace3.C: New test.
7436
7437 2003-01-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7438
7439         * g++.dg/lookup/two-stage1.C: New test.
7440
7441 2003-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7442
7443         * g++.old-deja/g++.bugs/900404_04.C: Remove XFAIL.
7444         * g++.old-deja/g++.jason/access8.C: Likewise.
7445         * g++.old-deja/g++.other/decl5.C: Likewise.
7446
7447 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
7448
7449         * g++.dg/parse/parse7.C: New test.
7450
7451 2003-01-02  Mark Mitchell  <mark@codesourcery.com>
7452
7453         PR c++/2843
7454         * g++.dg/ext/attrib7.C: New test.
7455
7456 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
7457
7458         * g++.dg/parse/parse6.C: New test.
7459
7460 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
7461
7462         * gcc.dg/h8300-stack-1.c: New.
7463
7464 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
7465
7466         g++.dg/lookup/exception1.C: New test.
7467
7468         g++.dg/lookup/template1.C: New test.
7469
7470         g++.dg/parse/namespace2.C: New test.
7471
7472         g++.dg/parse/parens2.C: New test.
7473
7474 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
7475
7476         * g++.dg/parse/parse5.C: New test.
7477         * g++.dg/lookup/scoped4.C: New test.
7478
7479 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
7480
7481         * g++.dg/parse/parens1.C: New test.
7482
7483         * g++.dg/parse/parens2.C: Removed, turned out to duplicate
7484         angle-bracket1.C.
7485         * g++.dg/parse/parens2.C: New test.
7486
7487         * g++.dg/lookup/scope-operator1.C: New test.
7488
7489         * g++.dg/parse/operator1.C: New test.
7490
7491 2003-01-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7492
7493         * g++.old-deja/g++.jason/ambig3.C: Remove XFAIL.
7494         * g++.old-deja/g++.other/access6.C: Likewise.
7495         * g++.old-deja/g++.other/decl1.C: Likewise.
7496         * g++.old-deja/g++.pt/typename12.C: Likewise.
7497
7498 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
7499
7500         * g++.dg/parse/namespace1.C: New test.
7501
7502 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
7503
7504         * g++.dg/parse/parse4.C: New test.
7505
7506 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
7507
7508         * g++.dg/parse/parse3.C: New test.
7509
7510 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
7511
7512         * g++.dg/parse/parse2.C: New test.
7513
7514 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
7515
7516         * g++.dg/template/friend11.C: New test.
7517
7518 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
7519
7520         * g++.dg/parse/parse1.C: New test.
7521
7522 2002-12-31  Janis Johnson  <janis187@us.ibm.com>
7523
7524         * lib/profopt.exp: Change the name of a global variable to avoid
7525         possible clashes with other test suites.
7526
7527 2002-12-31  Nathan Sidwell  <nathan@codesourcery.com>
7528
7529         * g++.dg/inherit/covariant8.C: New test.
7530
7531 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
7532
7533         * g++.dg/init/array9.C: New test.
7534
7535         PR c++/9112
7536         * g++.dg/parse/expr1.C: New test.
7537
7538 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
7539
7540         * gcc.c-torture/compile/20021230-1.c: New test.
7541
7542 2002-12-30  Nathan Sidwell  <nathan@codesourcery.com>
7543
7544         * g++.dg/inherit/covariant5.C: New test.
7545         * g++.dg/inherit/covariant6.C: New test.
7546         * g++.dg/inherit/covariant7.C: New test.
7547
7548 2002-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7549
7550         PR c++/2739
7551         * g++.dg/other/access2.C: New test.
7552
7553 2002-12-29  Gabriel Dos Reis  <gdr@integrable-solutions.net>
7554
7555         * g++.dg/other/anon-struct.C: No longer fails
7556         * g++.old-deja/g++.brendan/parse4.C: Likewise.
7557         * g++.old-deja/g++.brendan/parse5.C: Likewise.
7558         * g++.old-deja/g++.brendan/parse6.C: Likewise.
7559
7560 2002-12-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
7561
7562         * g++.dg/parse/angle-bracket.C (main): No longer fails.
7563
7564 2002-12-27  Mark Mitchell  <mark@codesourcery.com>
7565
7566         * g++.dg/eh/spec4.C: Remove stray semicolon.
7567         * g++.dg/expr/pmf-1.C: Change error message.
7568         * g++.dg/ext/asm1.C: Remove stray semicolon.
7569         * g++.dg/ext/typename1.C: Add missing typenames.
7570         * g++.dg/inherit/template-as-base.C: Change error message.
7571         * g++.dg/lookup/scoped1.C: Likewise.
7572         * g++.dg/lookup/scoped2.C: Likewise.
7573         * g++.dg/lookup/using2.C: Likewise.
7574         * g++.dg/other/component1.C: Remove stray semicolon.
7575         * g++.dg/other/do1.C: Change error message.
7576         * g++.dg/other/error2.C: Likewise.
7577         * g++.dg/other/init1.C: Likewise.
7578         * g++.dg/other/packed1.C: Remove stray semicolon.
7579         * g++.dg/other/ptrmem2.C: Change error message.
7580         * g++.dg/parse/parameter-declaration-1.C: Remove line number
7581         marker.
7582         * g++.dg/special/initp1.C: Remove invalid attribute usage.
7583         * g++.dg/template/access3.C: Add typename keyword.
7584         * g++.dg/template/access5.C: Remove stray semicolon.
7585         * g++.dg/template/access6.C: Likewise.
7586         * g++.dg/template/complit1.C: Likewise.
7587         * g++.dg/template/crash1.C: Change error message.
7588         * g++.dg/template/inherit2.C: Remove stray semicolon.
7589         * g++.dg/template/instantiate2.C: Likewise.
7590         * g++.dg/template/instantiate3.C: Change error message.
7591         * g++.dg/template/qual1.C: Remove stray semicolon.
7592         * g++.dg/template/qualttp18.C: Change error message.
7593         * g++.dg/template/ref1.C: Remove stray semicolon.
7594         * g++.dg/template/sizeof1.C (A::value): Declare it.
7595         * g++.dg/template/spec4.C: Change error message.
7596         * g++.dg/template/static1.C: Likewise.
7597         * g++.dg/template/type1.C: Likewise.
7598         * g++.dg/template/typename3.C: Likewise.
7599         * g++.old-deja/g++.benjamin/13478.C: Change error message.
7600         * g++.old-deja/g++.benjamin/15799.C: Remove stray semicolon.
7601         * g++.old-deja/g++.benjamin/bool01.C: Likewise.
7602         * g++.old-deja/g++.benjamin/bool02.C: Likewise.
7603         * g++.old-deja/g++.benjamin/p13417.C: Now fails due to use of
7604         named return value extension.
7605         * g++.old-deja/g++.benjamin/tem06.C: Remove stray semicolon.
7606         * g++.old-deja/g++.benjmain/warn01.C: Likewise.
7607         * g++.old-deja/g++.bob/extern_C.C: Likewise.
7608         * g++.old-deja/g++.bob/inherit2.C: Likewise.
7609         * g++.old-deja/g++.brendan/complex1.C: Likewise.
7610         * g++.old-deja/g++.brendan/copy5.C: Likewise.
7611         * g++.old-deja/g++.brendan/crash13.C: Likewise.
7612         * g++.old-deja/g++.brendan/crash15.C: Likewise.
7613         * g++.old-deja/g++.brendan/crash18.C: Change error message.
7614         * g++.old-deja/g++.brendan/crash37.C: Remove stray semicolon.
7615         * g++.old-deja/g++.brendan/crash38.C: Likewise.
7616         * g++.old-deja/g++.brendan/crash50.C: Likewise.
7617         * g++.old-deja/g++.brendan/crash56.C: Likewise.
7618         * g++.old-deja/g++.brendan/crash6.C: Use explicit specialization
7619         syntax.
7620         * g++.old-deja/g++.brendan/crash66.C: Remove stray semicolon.
7621         * g++.old-deja/g++.brendan/crash8.C: Change error message.
7622         * g++.old-deja/g++.brendan/ctors1.C: Remove stray semicolon.
7623         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
7624         * g++.old-deja/g++.brendan/shadow1.C: Likewise.
7625         * g++.old-deja/g++.brendan/template11.C: Likewise.
7626         * g++.old-deja/g++.brendan/template26.C: Likewise.
7627         * g++.old-deja/g++.brendan/template27.C: Use explicit
7628         specialization syntax.
7629         * g++.old-deja/g++.brendan/template30.C: Likewise.
7630         * g++.old-deja/g++.brendan/template5.C: Remove stray semicolon.
7631         * g++.old-deja/g++.brendan/visibility3.C: Account for use of
7632         non-dependent names.
7633         * g++.old-deja/g++.brendan/warnings4.C: Remove stray semicolon.
7634         * g++.old-deja/g++.brendan/warnings7.C: Likewise.
7635         * g++.old-deja/g++.bugs/900121_02.C: Likewise.
7636         * g++.old-deja/g++.eh/catchptr1.C: Likewise.
7637         * g++.old-deja/g++.ext/addrfunc4.C: Likewise.
7638         * g++.old-deja/g++.ext/namedret1.C: Now fails due to use of
7639         named return value extension.
7640         * g++.old-deja/g++.ext/namedret2.C: Likewise.
7641         * g++.old-deja/g++.ext/namedret3.C: Likewise.
7642         * g++.old-deja/g++.ext/return1.C: Likewise.
7643         * g++.old-deja/g++.ext/typename1.C: Add missing typename keywords.
7644         * g++.old-deja/g++.jason/access17.C: Issue more error messages.
7645         * g++.old-deja/g++.jason/access8.C: Likewise.
7646         * g++.old-deja/g++.jason/bool.C: Remove stray semicolon.
7647         * g++.old-deja/g++.jason/destruct.C: Remove incorrect
7648         pseudo-destructor names.
7649         * g++.old-deja/g++.jason/dtor3.C: Remove stray semicolon.
7650         * g++.old-deja/g++.jason/dtor5.C: Remove incorrect
7651         pseudo-destructor names.
7652         * g++.old-deja/g++.jason/opeq3.C: Remove stray semicolon.
7653         * g++.old-deja/g++.jason/overload19.C: Likewise.
7654         * g++.old-deja/g++.jason/overload32.C: Likewise.
7655         * g++.old-deja/g++.jason/parse11.C: Issue error messages about
7656         stray semicolons.
7657         * g++.old-deja/g++.jason/pmem2.C: Remove stray semicolon.
7658         * g++.old-deja/g++.jason/return.C: Likewise.
7659         * g++.old-deja/g++.jason/return2.C: Likewise.
7660         * g++.old-deja/g++.jason/shadow1.C: Likewise.
7661         * g++.old-deja/g++.jason/special.C: Use explicit specialization
7662         syntax.
7663         * g++.old-deja/g++.jason/template10.C: Account for use of
7664         non-dependent names.
7665         * g++.old-deja/g++.jason/template11.C: Use explicit specialization
7666         syntax.
7667         * g++.old-deja/g++.jason/template37.C: Likewise.
7668         * g++.old-deja/g++.law/access4.C: Change error messages.
7669         * g++.old-deja/g++.law/arm13.C:  Remove incorrect
7670         pseudo-destructor names.
7671         * g++.old-deja/g++.law/code-gen5.C: Remove stray semicolon.
7672         * g++.old-deja/g++.law/ctors9.C: Likewise.
7673         * g++.old-deja/g++.law/cvt22.C: Likewise.
7674         * g++.old-deja/g++.law/dtors5.C: Likewise.
7675         * g++.old-deja/g++.law/global-init1.C: Likewise.
7676         * g++.old-deja/g++.law/missed-error3.C: Likewise.
7677         * g++.old-deja/g++.law/operators28.C: Likewise.
7678         * g++.old-deja/g++.law/visibility28.C: Likewise.
7679         * g++.old-deja/g++.martin/eval1.C: Likewise.
7680         * g++.old-deja/g++.martin/pmf2.C: Remove qualifier in constructor
7681         name.
7682         * g++.old-deja/g++.mike/hog1.C: Remove stray semicolon.
7683         * g++.old-deja/g++.mike/net34.C: Likewise.
7684         * g++.old-deja/g++.mike/net36.C: Likewise.
7685         * g++.old-deja/g++.mike/ns2.C: Likewise.
7686         * g++.old-deja/g++.mike/p12306.C: Likewise.
7687         * g++.old-deja/g++.mike/p646.C: Adjust for removal of named return
7688         value extension.
7689         * g++.old-deja/g++.mike/p700.C: Likewise.
7690         * g++.old-deja/g++.mike/p701.C: Remove stray semicolon.
7691         * g++.old-deja/g++.mike/p710.C: Likewise.
7692         * g++.old-deja/g++.mike/p784.C: Adjust for removal of named return
7693         value extension.
7694         * g++.old-deja/g++.mike/pmf7.C: Remove stray semicolon.
7695         * g++.old-deja/g++.mike/pmf9.C: Likewise.
7696         * g++.old-deja/g++.ns/crash2.C: Likewise.
7697         * g++.old-deja/g++.ns/crash3.C: Likewise.
7698         * g++.old-deja/g++.ns/invalid1.C: Likewise.
7699         * g++.old-deja/g++.ns/ns17.C: Likewise.
7700         * g++.old-deja/g++.ns/template16.C: Likewise.
7701         * g++.old-deja/g++.ns/template5.C: Remove invalid use of template
7702         keyword.
7703         * g++.old-deja/g++.ns/template6.C: Remove stray semicolon.
7704         * g++.old-deja/g++.ns/using9.C: Remove stray semicolon.
7705         * g++.old-deja/g++.oliva/nameret1.C: Now fails due to use of
7706         named return value extension.
7707         * g++.old-deja/g++.oliva/nameret2.C: Likewise.
7708         * g++.old-deja/g++.other/access4.C: Issue additional error
7709         messages.
7710         * g++.old-deja/g++.other/array6.C: Remove stray semicolon.
7711         * g++.old-deja/g++.other/crash1.C: Isue additional error messages.
7712         * g++.old-deja/g++.other/crash11.C: Add missing class-key.
7713         * g++.old-deja/g++.other/crash25.C: Change error message.
7714         * g++.old-deja/g++.other/crash4.C: Change error message.
7715         * g++.old-deja/g++.other/debug7.C: Remove stray semicolon.
7716         * g++.old-deja/g++.other/decl5.C: Issue more error messages.
7717         * g++.old-deja/g++.other/defarg7.C: Remove circular dependency
7718         checks.
7719         * g++.old-deja/g++.other/defarg8.C: Likewise.
7720         * g++.old-deja/g++.other/dtor1.C: Remove stray semicolon.
7721         * g++.old-deja/g++.other/dtor10.C: Likewise.
7722         * g++.old-deja/g++.other/incomplete.C: Likewise.
7723         * g++.old-deja/g++.other/linkage7.C: Likewise.
7724         * g++.old-deja/g++.other/lookup19.C: Now fails due to corrected
7725         lookup algorithm.
7726         * g++.old-deja/g++.other/mangle2.C: Likewise.
7727         * g++.old-deja/g++.other/refinit2.C: Likewise.
7728         * g++.old-deja/g++.other/sizeof2.C: Change error messages.
7729         * g++.old-deja/g++.other/std1.C: Remove stray semicolon.
7730         * g++.old-deja/g++.pt/crash28.C: Likewise.
7731         * g++.old-deja/g++.pt/crash29.C: Use explicit specialization
7732         syntax.
7733         * g++.old-deja/g++.pt/crash32.C: Change error message.
7734         * g++.old-deja/g++.pt/crash43.C: Adjust error messages.
7735         * g++.old-deja/g++.pt/crash58.C: Remove stray semicolon.
7736         * g++.old-deja/g++.pt/crash65.C: Tweak to acount for change in
7737         error message position.
7738         * g++.old-deja/g++.pt/defarg5.C: Remove stray semicolon.
7739         * g++.old-deja/g++.pt/defarg8.C: Change error message.
7740         * g++.old-deja/g++.pt/eichin01.C: Use explicit specialization
7741         syntax.
7742         * g++.old-deja/g++.pt/eichin01a.C: Define static data members.
7743         * g++.old-deja/g++.pt/eichin01b.C: Likewise.
7744         * g++.old-deja/g++.pt/enum7.C: Remove stray semicolon.
7745         * g++.old-deja/g++.pt/explicit12.C: Remove invalid use of template
7746         keyword.
7747         * g++.old-deja/g++.pt/explicit31.C: Likewise.
7748         * g++.old-deja/g++.pt/explicit33.C: Remove stray semicolon.
7749         * g++.old-deja/g++.pt/explicit35.C: Remove invalid use of template
7750         keyword.
7751         * g++.old-deja/g++.pt/explicit71.C: Change error message.
7752         * g++.old-deja/g++.pt/explicit80.C: Use explicit specialization
7753         syntax.
7754         * g++.old-deja/g++.pt/friend28.C: Account for use of
7755         non-dependent names.
7756         * g++.old-deja/g++.pt/friend29.C: Likewise.
7757         * g++.old-deja/g++.pt/friend46.C: Adjust for correct name lookup
7758         rules.
7759         * g++.old-deja/g++.pt/friend48.C: Remove stray semicolon.
7760         * g++.old-deja/g++.pt/instantiate1.C: Use correct class-key.
7761         * g++.old-deja/g++.pt/instantiate11.C: Adjust for correct name
7762         lookup rules.
7763         * g++.old-deja/g++.pt/instantiate8.C: Remove stray semicolon.
7764         * g++.old-deja/g++.pt/instantiate9.C: Insert missing typename
7765         keyword.
7766         * g++.old-deja/g++.pt/memclass20.C: Likewise.
7767         * g++.old-deja/g++.pt/memclass5.C: Likewise.
7768         * g++.old-deja/g++.pt/memclass7.C: Remove invalid use of template
7769         keyword.
7770         * g++.old-deja/g++.pt/memtemp75.C: Likewise.
7771         * g++.old-deja/g++.pt/memtemp81.C: Remove stray semicolon.
7772         * g++.old-deja/g++.pt/memtemp87.C: Add missing access specifier.
7773         * g++.old-deja/g++.pt/overload13.C: Correct error messages.
7774         * g++.old-deja/g++.pt/parms2.C: Add missing typename keyword.
7775         * g++.old-deja/g++.pt/ptrmem1.C: Remove invalid use of template
7776         keyword.
7777         * g++.old-deja/g++.pt/spec10.C: Likewise.
7778         * g++.old-deja/g++.pt/spec28.C: Reorder declarations.
7779         * g++.old-deja/g++.pt/t10.C: Add explicit specialization syntax.
7780         * g++.old-deja/g++.pt/t32.C: Remove stray semicolon.
7781         * g++.old-deja/g++.pt/t35a.C: Add explicit specialization syntax.
7782         * g++.old-deja/g++.pt/ttp24.C: Remove stray semicolon.
7783         * g++.old-deja/g++.pt/ttp62.C: Likewise.
7784         * g++.old-deja/g++.pt/ttp64.C: Likewise.
7785         * g++.old-deja/g++.pt/typename11.C: Add missing typename keyword.
7786         * g++.old-deja/g++.pt/typename15.C: Likewise.
7787         * g++.old-deja/g++.pt/typename22.C: Likewise.
7788         * g++.old-deja/g++.pt/typename6.C: Change error messages.
7789         * g++.old-deja/g++.pt/using1.C: Remove stray semicolon.
7790         * g++.old-deja/g++.pt/virtual2.C: Likewise.
7791         * g++.old-deja/g++.robertl/eb118.C: Add explicit specialization
7792         syntax.
7793         * g++.old-deja/g++.robertl/eb27.C: Now fails due to use of named
7794         return value extension.
7795         * g++.old-deja/g++.robertl/eb43.C: Remove stray semicolon.
7796         * g++.old-deja/g++.robertl/eb79.C: Correct for new name lookup rules.
7797         * g++.old-deja/g++.robertl/eb82.C: Remove stray semicolons.
7798         * g++.old-deja/g++.robertl/eb86.C: Add missing forward declaration.
7799
7800 2002-12-26  Nathan Sidwell  <nathan@codesourcery.com>
7801
7802         * g++.dg/warn/inline1.C: New test.
7803         * g++.old-deja/g++.brendan/crash64.C: Remove spurious inlines.
7804         * g++.old-deja/g++.jason/synth10.C: Likewise.
7805         * g++.old-deja/g++.mike/net31.C: Likewise.
7806         * g++.old-deja/g++.mike/p8786.C: Likewise.
7807
7808         * g++.dg/template/friend10.C: New test.
7809         * g++.dg/template/conv5.C: New test.
7810
7811 2002-12-24  Nathan Sidwell  <nathan@codesourcery.com>
7812
7813         * g++.dg/lookup/scoped3.C: New test.
7814
7815         * g++.dg/lookup/decl1.C: New test.
7816         * g++.dg/lookup/decl2.C: New test.
7817
7818 2002-12-24  Joseph S. Myers  <jsm@polyomino.org.uk>
7819
7820         * g++.dg/init/new1.C, g++.dg/template/alignof1.C,
7821         gcc.c-torture/compile/20021015-1.c,
7822         gcc.c-torture/compile/20021015-2.c,
7823         gcc.c-torture/compile/20021123-1.c,
7824         gcc.c-torture/compile/20021123-2.c,
7825         gcc.c-torture/compile/20021123-3.c,
7826         gcc.c-torture/compile/20021123-4.c,
7827         gcc.c-torture/execute/20021024-1.c: Add tests previously added
7828         only to 3.1 or 3.2 branch.
7829
7830 2002-12-23  Mark Mitchell  <mark@codesourcery.com>
7831
7832         * gcc.dg/i386-bitfield3.c: New test.
7833
7834         * gcc.dg/i386-bitfield2.c: New test.
7835
7836 2002-12-22  Nathan Sidwell  <nathan@codesourcery.com>
7837
7838         * g++.dg/parse/conv_op1.C: New test.
7839
7840 2002-12-21  Josef Zlomek  <zlomekj@suse.cz>
7841
7842         * gcc.c-torture/compile/20021220-1.c: Removed until bug fix is
7843         approved.
7844
7845 2002-12-20  Josef Zlomek  <zlomekj@suse.cz>
7846
7847         * gcc.c-torture/compile/20021220-1.c: New test.
7848
7849 2002-12-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
7850
7851         * gcc.dg/i386-fastcall-1.c: New.
7852
7853 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
7854
7855         * gcc.c-torture/execute/20021219-1.c: New test.
7856
7857 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
7858
7859         * gcc.dg/i386-pic-1.c: New test.
7860
7861 2002-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7862
7863         PR c++/8099
7864         * g++.dg/template/friend9.C: New test.
7865
7866 2002-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7867
7868         PR c++/3663
7869         * g++.dg/template/access7.C: New test.
7870
7871 2002-12-18  Nick Clifton  <nickc@redhat.com>
7872
7873         * lib/g++.exp (g++_include_flags): Only invoke testsuite_flags if
7874         the libstdc++-v3 directory has been found.
7875
7876 2002-12-12  Devang Patel <dpatel@apple.com>
7877         * gcc.dg/darwin-ld-1.c: New test.
7878         * gcc.dg/darwin-ld-2.c: New test.
7879         * gcc.dg/darwin-ld-3.c: New test.
7880         * gcc.dg/darwin-ld-4.c: New test.
7881         * gcc.dg/darwin-ld-5.c: New test.
7882
7883 2002-12-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
7884
7885         * gcc.c-torture/compile/20021212-1.c: New test.
7886
7887 2002-12-11  Neil Booth  <neil@daikokuya.co.uk>
7888
7889         * gcc.dg/fshort-wchar: New test.
7890
7891 2002-12-10  Mark Mitchell  <mark@codesourcery.com>
7892
7893         PR c++/8372
7894         * g++.dg/template/dtor1.C: New test.
7895
7896         * g++.old-deja/g++.ext/memconst.C: Use old-deja, not dg, error
7897         markers.
7898
7899 2002-12-10  Jakub Jelinek  <jakub@redhat.com>
7900
7901         * g++.dg/parse/parameter-declaration-1.C: Expect error on last line.
7902
7903 2002-12-09  Mark Mitchell  <mark@codesourcery.com>
7904
7905         * g++.dg/template/static1.C: New test.
7906         * g++.dg/template/static2.C: New test.
7907         * g++.old-deja/g++.ext/memconst.C: New test.
7908
7909 2002-12-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7910
7911         * g++.dg/special/conpr-2.C: Expect failure on solaris2.
7912         * g++.dg/special/ecos.exp (conpr-3.C): Likewise.
7913         * g++.dg/special/initp1.C: Likewise.
7914
7915 2002-12-06  Jakub Jelinek  <jakub@redhat.com>
7916
7917         * gcc.c-torture/execute/20021204-1.c: New test.
7918
7919 2002-12-04  Geoffrey Keating  <geoffk@apple.com>
7920
7921         * gcc.dg/ppc-fmadd-1.c: New file.
7922         * gcc.dg/ppc-fmadd-2.c: New file.
7923         * gcc.dg/ppc-fmadd-3.c: New file.
7924
7925 2002-12-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
7926
7927         * gcc.c-torture/compile/20021204-1.c: New test.
7928
7929 2002-12-03  Nathan Sidwell  <nathan@codesourcery.com>
7930
7931         * g++.dg/inherit/covariant2.C: New test.
7932         * g++.dg/inherit/covariant3.C: New test.
7933         * g++.dg/inherit/covariant4.C: New test.
7934         * g++.dg/inherit/covariant1.C: Remove XFAIL.
7935         * g++.old-deja/g++.robertl/eb17.C: Likewise.
7936
7937 2002-12-03  Mark Mitchell  <mark@codesourcery.com>
7938
7939         PR c++/8688
7940         * g++.dg/init/brace3.C: New test.
7941
7942 2002-12-02  Kazu Hirata  <kazu@cs.umass.edu>
7943
7944         * gcc.dg/20020210-1.c: Fix a comment typo.
7945
7946 2002-12-02  Mark Mitchell  <mark@codesourcery.com>
7947
7948         PR c++/8720
7949         * g++.dg/parse/defarg1.C: New test.
7950
7951         PR c++/8615
7952         * g++.dg/template/char1.C: New test.
7953
7954         * g++.dg/template/varmod1.C: Fix typo.
7955
7956 2002-12-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7957
7958         DR 180
7959         * g++.old-deja/g++.pt/crash32.C: Expect error.
7960
7961 2002-12-01  Mark Mitchell  <mark@codesourcery.com>
7962
7963         PR c++/5919
7964         * g++.dg/template/varmod1.C: New test.
7965
7966         PR c++/8727
7967         * g++.dg/inherit/typeinfo1.C: New test.
7968
7969         PR c++/8663
7970         * g++.dg/inherit/typedef1.C: New test.
7971
7972 2002-11-30  Mark Mitchell  <mark@codesourcery.com>
7973
7974         PR c++/8332
7975         PR c++/8493
7976         * g++.dg/template/strlen1.C: New test.
7977
7978         PR c++/8227
7979         * g++.dg/template/ctor2.C: New test.
7980
7981         PR c++/8214
7982         * g++.dg/init/string1.C: New test.
7983
7984         PR c++/8511
7985         * g++.dg/template/friend8.C: New test.
7986
7987 2002-11-29  Joe Buck <jbuck@synopsys.com>
7988
7989         * g++.dg/lookup/anon2.C: New test.
7990
7991 2002-11-28  Kazu Hirata  <kazu@cs.umass.edu>
7992
7993         * gcc.c-torture/execute/strct-varg-1.x: Remove xfail on the
7994         h8300 port.
7995
7996 2002-11-27  Richard Sandiford  <rsandifo@redhat.com>
7997
7998         * gcc.dg/bitfld-6.c: New test.
7999
8000 2002-11-27  Jan Hubicka  <jh@suse.cz>
8001
8002         * gcc.c-torture/execute/20021127.[cx]: New test.
8003
8004 2002-11-26  Jan Hubicka  <jh@suse.cz>
8005
8006         * gcc.dg/i386-cmov[123].c: New tests for conditional move code
8007         quality.
8008
8009 2002-11-26  Geoffrey Keating  <geoffk@apple.com>
8010
8011         * g++.dg/init/brace2.C: New test.
8012         * g++.old-deja/g++.mike/p9129.C: Correct.
8013
8014 2002-11-26  Mark Mitchell  <mark@codesourcery.com>
8015
8016         * g++.dg/abi/empty10.C: Don't run on non-x86 targets.
8017
8018 2002-11-25  Andreas Bauer  <baueran@in.tum.de>
8019
8020         * gcc.dg/sibcall-6: New test for indirect sibcalls.
8021
8022 2002-11-25  Mark Mitchell  <mark@codesourcery.com>
8023
8024         * testsuite/g++.dg/abi/empty11.C: New test.
8025         * testsuite/g++.dg/rtti/cv1.C: New test.
8026
8027 2002-11-25  Hans-Peter Nilsson  <hp@bitrange.com>
8028
8029         * lib/prune.exp: Prune more -fpic/-fPIC warnings.
8030
8031 2002-11-24  Mark Mitchell  <mark@codesourcery.com>
8032
8033         * g++.dg/abi/empty10.C: New test.
8034
8035 2002-11-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
8036
8037         * gcc.c-torture/compile/20021124-1.c: New test.
8038
8039 2002-11-22  Mark Mitchell  <mark@codesourcery.com>
8040
8041         * g++.dg/abi/rtti2.C: New test.
8042
8043 2002-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
8044
8045         * gcc.dg/i386-unroll-1.c: New test.
8046
8047 2002-11-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
8048
8049         * gcc.c-torture/compile/20021120-1.c: New test.
8050         * gcc.c-torture/compile/20021120-2.c: New test.
8051
8052 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
8053
8054         * gcc.dg/bitfld-5.c: New test.
8055
8056 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
8057
8058         * gcc.c-torture/execute/20021120-3.c: New test.
8059
8060 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
8061
8062         * gcc.c-torture/execute/20021120-2.c: New test.
8063
8064 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
8065
8066         * gcc.c-torture/execute/20021120-1.c: New test.
8067
8068 2002-11-20  Jakub Jelinek  <jakub@redhat.com>
8069
8070         * gcc.c-torture/execute/20021118-3.c: New test.
8071
8072 2002-11-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
8073
8074         * gcc.c-torture/compile/20021119-1.c: New test.
8075
8076 2002-11-19  Jason Thorpe  <thorpej@wasabisystems.com>
8077
8078         * gcc.dg/duff-1.c: New test.
8079         * gcc.dg/duff-2.c: New test.
8080         * gcc.dg/duff-3.c: New test.
8081
8082 2002-11-18  Neil Booth  <neil@daikokuya.co.uk>
8083
8084         * gcc.dg/cpp/_Pragma5.c: New test.
8085
8086 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
8087
8088         * gcc.c-torture/execute/20021118-2.c: New test.
8089
8090 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
8091
8092         * gcc.c-torture/execute/20021118-1.c: New test.
8093
8094 2002-11-16  Jakub Jelinek  <jakub@redhat.com>
8095
8096         * gcc.dg/20021116-1.c: New test.
8097
8098 2002-11-14  Mark Mitchell  <mark@codesourcery.com>
8099
8100         * g++.dg/abi/vcall1.C: New test.
8101
8102 2002-11-14  Jakub Jelinek  <jakub@redhat.com>
8103
8104         * gcc.dg/20021029-1.c: New test.
8105         * gcc.dg/20021029-2.c: New test.
8106
8107 2002-11-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8108
8109         * g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*.
8110
8111 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
8112
8113         PR c/8439
8114         * gcc.dg/20021110.c: Move to ...
8115         * gcc.c-torture/compile/20021110.c: .... here.
8116
8117 2002-11-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8118
8119         PR c/8467
8120         * gcc.c-torture/execute/20021111-1.c
8121
8122 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
8123
8124         PR c/8439
8125         * gcc.dg/20021110.c: New test.
8126
8127 2002-11-10  Mark Mitchell  <mark@codesourcery.com>
8128
8129         * g++.dg/abi/vthunk3.C: Run only on x86.
8130
8131 2002-11-10  Joseph S. Myers  <jsm@polyomino.org.uk>
8132
8133         * gcc.dg/c90-idem-qual-2.c, gcc.dg/c99-idem-qual-2.c: New tests.
8134
8135 2002-11-09  Hans-Peter Nilsson  <hp@bitrange.com>
8136
8137         * lib/compat.exp (compat-execute): Fix logic error in last
8138         change.
8139
8140 2002-11-09  Neil Booth  <neil@daikokuya.co.uk>
8141
8142         * gcc.dg/cpp/trad/assembler.S, gcc.dg/cpp/trad/directive.c: Update.
8143
8144 2002-11-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8145
8146         PR c++/8389
8147         * g++.dg/template/access6.C: New test.
8148
8149 2002-11-08  Jan Hubicka  <jh@suse.cz>
8150
8151         * gcc.dg/i386-ssefp-1.c: New test.
8152         * gcc.dg/i386-ssefp-1.c: New test.
8153
8154 2002-11-08  Jan Hubicka  <jh@suse.cz>
8155
8156         * gcc.c-torture/compile/20021108-1.c: New testcase for x86-64 failure.
8157
8158 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
8159
8160         * g++.dg/abi/vthunk3.C: New test.
8161
8162         PR c++/8338
8163         * g++.dg/template/crash2.C: New test.
8164
8165 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
8166
8167         * testsuite/g++.dg/abi/dtor1.C: New test.
8168         * testsuite/g++.dg/abi/dtor2.C: Likewise.
8169
8170 2002-11-05  Geoffrey Keating  <geoffk@apple.com>
8171
8172         * g++.old-deja/g++.eh/badalloc1.C: XFAIL excess errors test on
8173         Darwin.
8174
8175 2002-11-04  Adam Nemet  <anemet@lnxw.com>
8176
8177         * gcc.c-torture/execute/941014-1.x: thumb-elf was deprecated, use
8178         -mthumb.  Only xfail with -O0.
8179
8180 2002-11-03  Mark Mitchell  <mark@codesourcery.com>
8181
8182         * g++.dg/abi/thunk1.C: New test.
8183         * g++.dg/abi/thunk2.C: Likewise.
8184         * g++.dg/abi/vtt1.C: Likewise.
8185
8186 2002-11-02  Diego Novillo  <dnovillo@redhat.com>
8187
8188         PR optimization/8423
8189         * gcc.c-torture/execute/builtin-constant.c: New test.
8190
8191 2002-11-01  Zack Weinberg  <zack@codesourcery.com>
8192
8193         * g++.dg/ext/typedef-init.C, gcc.dg/typedef-init.C:
8194         Add some more cases.
8195
8196 2002-11-01  Mark Mitchell  <mark@codesourcery.com>
8197
8198         PR c++/8391
8199         * g++.dg/opt/local1.C: New test.
8200
8201 2002-10-30  Mark Mitchell  <mark@codesourcery.com>
8202
8203         PR c++/8160
8204         * g++.dg/template/complit1.C: New test.
8205
8206         PR c++/8149
8207         * g++.dg/template/typename4.C: Likewise.
8208
8209 2002-10-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8210
8211         Core issue 287, PR c++/7639
8212         * g++.dg/template/instantiate1.C: Adjust error location.
8213         * g++.dg/template/instantiate3.C: New test.
8214         * g++.old-deja/g++.pt/crash10.C: Adjust error location.
8215         * g++.old-deja/g++.pt/derived3.C: Adjust error location.
8216         * g++.old-deja/g++.pt/spec28.C: Reorder declaration.
8217
8218 2002-10-29  Hans-Peter Nilsson  <hp@bitrange.com>
8219
8220         * lib/compat.exp (compat-execute): Don't clean out a gluefile.
8221
8222 2002-10-29  Mark Mitchell  <mark@codesourcery.com>
8223
8224         PR c++/8287
8225         * g++.dg/init/dtor2.C: New test.
8226
8227 2002-10-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8228
8229         * gcc.dg/20021014-1.c: Bypass errors on solaris2 and irix6.
8230         * gcc.dg/nest.c: Bypass errors on irix6.
8231
8232 2002-10-27  Hans-Peter Nilsson  <hp@bitrange.com>
8233
8234         * gcc.dg/nest.c: Expect error for mmix-*-*.
8235         * gcc.dg/20021014-1.c: Use dg-error, not dg-build.
8236
8237 2002-10-26  Hans-Peter Nilsson  <hp@bitrange.com>
8238
8239         * gcc.dg/wint_t-1.c, gcc.dg/wchar_t-1.c: Remove excess-errors
8240         markers.
8241
8242         * gcc.dg/20021014-1.c: Expect build failure on mmix-*-*.
8243
8244 2002-10-25  Mike Stump  <mrs@apple.com>
8245
8246         * gcc.dg/warn-1.c: New test.
8247
8248 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
8249
8250         * g++.dg/template/typename3.C: New test.
8251
8252 2002-10-25  Mark Mitchell  <mark@codesourcery.com>
8253
8254         * g++.dg/lookup/ptrmem1.C: New test.
8255
8256         * g++.dg/abi/vthunk2.C: New test.
8257
8258 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
8259
8260         * g++.dg/ext/vla1.C, gcc.dg/vla-2.c: New tests.
8261
8262 2002-10-24  Mark Mitchell  <mark@codesourcery.com>
8263
8264         * g++.dg/abi/empty9.C: New test.
8265
8266 2002-10-24  Richard Henderson  <rth@redhat.com>
8267
8268         * g++.dg/inherit/thunk1.C: Enable for ia64.
8269
8270 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
8271
8272         PR c++/8067
8273         * g++.dg/lookup/pretty1.C: New test.
8274
8275 2002-10-23  Jakub Jelinek  <jakub@redhat.com>
8276
8277         * gcc.dg/20021023-1.c: New test.
8278
8279 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
8280
8281         PR c++/7679
8282         * g++.dg/parse/inline1.C: New test.
8283
8284 2002-10-23  Richard Henderson  <rth@redhat.com>
8285
8286         * g++.dg/inherit/thunk1.C: Enable for x86_64.
8287
8288         * g++.dg/inherit/thunk1.C: Enable for s390 and alpha.
8289
8290 2002-10-22  Mark Mitchell  <mark@codesourcery.com>
8291
8292         PR c++/6579
8293         * g++.dg/parse/stmtexpr3.C: New test.
8294
8295 2002-10-22  Nathan Sidwell  <nathan@codesourcery.com>
8296
8297         * g++.dg/expr/cond1.C: New test.
8298
8299 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
8300
8301         * gcc.dg/sibcall-5.c: Correct { dg-do run } line.
8302
8303 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
8304
8305         * g++.dg/abi/vbase13.C: New test.
8306         * g++.dg/abi/vbase14.C: Likewise.
8307
8308 2002-10-21  Jakub Jelinek  <jakub@redhat.com>
8309
8310         * gcc.dg/tls/pic-1.c: New test.
8311         * gcc.dg/tls/nonpic-1.c: New test.
8312         * gcc.dg/20021018-1.c: New test.
8313
8314 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
8315
8316         * lib/profopt.exp (profopt-cleanup): New argument TESTCASE.
8317         Remove only files with the same base name as the test case.
8318         (profopt-perf-value): Pass TESTCASE to profopt-cleanup.
8319         (profopt-execute): Likewise.  Also, remove old profiling
8320         and performance data files before running the tests.
8321
8322         * gcc.misc-tests/bprob.exp: Remove profopt-cleanup calls.
8323         * g++.dg/bprob/bprob.exp: Likewise.
8324         * g77.dg/bprob/bprob.exp: Likewise.  Also, relax regexp
8325         to allow more general test case names.
8326
8327         * g++.dg/bprob/bprob-1.C: Rename to ...
8328         * g++.dg/bprob/g++-bprob-1.C: ... this.
8329
8330         * g77.dg/bprob/bprob-1.f: Rename to ...
8331         * g77.dg/bprob/g77-bprob-1.f: ... this.
8332
8333 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
8334
8335         * gcc.dg/noncompile/920923-1.c: Prevent spurious regressions with
8336         bison 1.50 or later.
8337
8338 2002-10-21  Janis Johnson  <janis187@us.ibm.com>
8339
8340         * g++.dg/README: Describe more test directories.
8341
8342 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
8343
8344         * g++.dg/init/array6.C: Add additional tests.
8345
8346 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
8347
8348         * gcc.dg/weak/typeof-2.c: Handle s390x targets as well.
8349         * gcc.misc-tests/linkage.exp: Handle s390x targets in -m31 mode.
8350
8351 2002-10-21  Kazu Hirata  <kazu@cs.umass.edu>
8352
8353         * gcc.c-torture/compile/20020604-1.x: New.
8354         * gcc.c-torture/compile/simd-5.x: Likewise.
8355         * gcc.c-torture/execute/920710-1.x: Likewise.
8356         * gcc.c-torture/execute/20020720-1.x: Disable on h8300.
8357
8358 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
8359
8360         * g++.dg/inherit/override1.C: Add dg-options clause.
8361
8362 2002-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8363
8364         * testsuite/gcc.dg/i386-sse-3.c: Add tests for _mm_srli_si128 and
8365         _mm_slli_si128.
8366
8367 2002-10-19  Andreas Schwab  <schwab@suse.de>
8368
8369         * lib/compat.exp (compat-run): Prepend "./" when $dest has no
8370         directory component.
8371
8372 2002-10-18  Mark Mitchell  <mark@codesourcery.com>
8373
8374         * g++.dg/inherit/thunk1.C: New test.
8375
8376         * g++.dg/inherit/override1.C: New test.
8377
8378         * g++.dg/abi/mangle11.C: New test.
8379         * g++.dg/abi/mangle14.C: New test.
8380         * g++.dg/abi/mangle17.C: New test.
8381
8382 2002-10-17  Nathan Sidwell  <nathan@codesourcery.com>
8383
8384         * g++.dg/overload/member2.C: New test.
8385
8386 2002-10-17  Janis Johnson  <janis187@us.ibm.com>
8387
8388         * g++.dg/README: Describe new compat directory.
8389         * g++.dg/dg.exp: Skip tests in compat directory.
8390         * README.compat: New file.
8391         * lib/compat.exp: New expect script.
8392         * g++.dg/compat: New test directory.
8393         * g++.dg/compat/compat.exp: New expect script.
8394         * g++.dg/compat/abi: New test directory.
8395         * g++.dg/compat/abi/bitfield1_x.C, g++.dg/compat/abi/bitfield1_main.C,
8396         g++.dg/compat/abi/bitfield1_y.C, g++.dg/compat/abi/bitfield1.h,
8397         g++.dg/compat/abi/bitfield2_x.C, g++.dg/compat/abi/bitfield2_main.C,
8398         g++.dg/compat/abi/bitfield2_y.C, g++.dg/compat/abi/bitfield2.h,
8399         g++.dg/compat/abi/vbase8-10_x.C, g++.dg/compat/abi/vbase8-10_main.C,
8400         g++.dg/compat/abi/vbase8-10_y.C, g++.dg/compat/abi/vbase8-10.h,
8401         g++.dg/compat/abi/vbase8-21_x.C, g++.dg/compat/abi/vbase8-21_main.C,
8402         g++.dg/compat/abi/vbase8-21_y.C, g++.dg/compat/abi/vbase8-21.h,
8403         g++.dg/compat/abi/vbase8-22_x.C, g++.dg/compat/abi/vbase8-22_main.C,
8404         g++.dg/compat/abi/vbase8-22_y.C, g++.dg/compat/abi/vbase8-22.h,
8405         g++.dg/compat/abi/vbase8-4_x.C, g++.dg/compat/abi/vbase8-4_main.C,
8406         g++.dg/compat/abi/vbase8-4_y.C, g++.dg/compat/abi/vbase8-4.h: New files.
8407         * g++.dg/compat/break: New test directory.
8408         * g++.dg/compat/break/empty6_x.C, g++.dg/compat/break/empty6_main.C,
8409         g++.dg/compat/break/empty6_y.C, g++.dg/compat/break/empty6.h,
8410         g++.dg/compat/break/vbase10_x.C, g++.dg/compat/break/vbase10_main.C,
8411         g++.dg/compat/break/vbase10_y.C, g++.dg/compat/break/vbase10.h,
8412         g++.dg/compat/break/vbase11_x.C, g++.dg/compat/break/vbase11_main.C,
8413         g++.dg/compat/break/vbase11_y.C, g++.dg/compat/break/vbase11.h,
8414         g++.dg/compat/break/bitfield7_x.C, g++.dg/compat/break/bitfield7_main.C,
8415         g++.dg/compat/break/bitfield7_y.C, g++.dg/compat/break/bitfield7.h,
8416         g++.dg/compat/break/bitfield5_x.C, g++.dg/compat/break/bitfield5_main.C,
8417         g++.dg/compat/break/bitfield5_y.C, g++.dg/compat/break/bitfield5.h,
8418         g++.dg/compat/break/README: New files.
8419         * g++.dg/compat/eh: New test directory.
8420         * g++.dg/compat/eh/ctor1_x.C, g++.dg/compat/eh/ctor1_main.C,
8421         g++.dg/compat/eh/ctor1_y.C, g++.dg/compat/eh/ctor1.h,
8422         g++.dg/compat/eh/ctor2_x.C, g++.dg/compat/eh/ctor2_main.C,
8423         g++.dg/compat/eh/ctor2_y.C, g++.dg/compat/eh/ctor2.h,
8424         g++.dg/compat/eh/dtor1_x.C, g++.dg/compat/eh/dtor1_main.C,
8425         g++.dg/compat/eh/dtor1_y.C, g++.dg/compat/eh/dtor1.h,
8426         g++.dg/compat/eh/filter1_x.C, g++.dg/compat/eh/filter1_main.C,
8427         g++.dg/compat/eh/filter1_y.C, g++.dg/compat/eh/filter1.h,
8428         g++.dg/compat/eh/filter2_x.C, g++.dg/compat/eh/filter2_main.C,
8429         g++.dg/compat/eh/filter2_y.C,
8430         g++.dg/compat/eh/new1_x.C, g++.dg/compat/eh/new1_main.C,
8431         g++.dg/compat/eh/new1_y.C,
8432         g++.dg/compat/eh/nrv1_x.C, g++.dg/compat/eh/nrv1_main.C,
8433         g++.dg/compat/eh/nrv1_y.C, g++.dg/compat/eh/nrv1.h,
8434         g++.dg/compat/eh/spec3_x.C, g++.dg/compat/eh/spec3_main.C,
8435         g++.dg/compat/eh/spec3_y.C, g++.dg/compat/eh/spec3.h,
8436         g++.dg/compat/eh/template1_x.C, g++.dg/compat/eh/template1_main.C,
8437         g++.dg/compat/eh/template1_y.C, g++.dg/compat/eh/template1.h,
8438         g++.dg/compat/eh/unexpected1_x.C, g++.dg/compat/eh/unexpected1_main.C,
8439         g++.dg/compat/eh/unexpected1_y.C: New files.
8440         * g++.dg/compat/init: New test directory.
8441         * g++.dg/compat/init/array5_x.C, g++.dg/compat/init/array5_main.C,
8442         g++.dg/compat/init/array5_y.C,
8443         g++.dg/compat/init/byval1_x.C, g++.dg/compat/init/byval1_main.C,
8444         g++.dg/compat/init/byval1_y.C, g++.dg/compat/init/byval1.h,
8445         g++.dg/compat/init/dtor1_x.C, g++.dg/compat/init/dtor1_main.C,
8446         g++.dg/compat/init/dtor1_y.C, g++.dg/compat/init/dtor1.h,
8447         g++.dg/compat/init/elide1_x.C, g++.dg/compat/init/elide1_main.C,
8448         g++.dg/compat/init/elide1_y.C, g++.dg/compat/init/elide1.h,
8449         g++.dg/compat/init/init-ref2_x.C, g++.dg/compat/init/init-ref2_main.C,
8450         g++.dg/compat/init/init-ref2_y.C: New files.
8451
8452 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
8453
8454         PR c++/7584
8455         * g++.dg/inherit/using3.C: New test.
8456
8457 2002-10-17  Jan Hubicka  <jh@suse.cz>
8458
8459         * gcc.dg/20021017-2.c: New test.
8460
8461 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
8462
8463         * g++.dg/abi/mangle16.C: Adjust.
8464
8465         * g++.dg/init/array8.C: New test.
8466
8467 2002-10-17  Richard Sandiford  <rsandifo@redhat.com>
8468
8469         * gcc.dg/special/mips-abi.exp: New test.
8470         * gcc.dg/special/mips-abi.s: Empty file used by the above.
8471
8472 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
8473
8474         * g++.dg/abi/mangle16.C: New test.
8475         * g++.dg/abi/mangle17.C: Likewise.
8476
8477         PR c++/7478
8478         * g++.dg/template/ref1.C: New test.
8479
8480 2002-10-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8481
8482         * gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips.
8483
8484 2002-10-16  Ulrich Weigand  <uweigand@de.ibm.com>
8485
8486         * gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.
8487
8488 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
8489
8490         PR c++/7524
8491         * g++.dg/init/array7.C: New test.
8492
8493 2002-10-15  Mark Mitchell  <mark@codesourcery.com>
8494
8495         * g++.dg/init/array6.C: New test.
8496
8497         * g++.dg/abi/mangle13.C: Likewise.
8498         * g++.dg/abi/mangle14.C: Likewise.
8499         * g++.dg/abi/mangle15.C: Likewise.
8500
8501 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
8502
8503         * g++.dg/abi/empty8.C: New test.
8504
8505 2002-10-15  Nathan Sidwell  <nathan@codesourcery.com>
8506
8507         * g++.dg/init/ctor1.C: New test.
8508
8509 2002-10-15  Ulrich Weigand  <uweigand@de.ibm.com>
8510
8511         * gcc.c-torture/execute/20021015-1.c: New test.
8512
8513 2002-10-15  J"orn Rennecke <joern.rennecke@superh.com>
8514
8515         * gcc.dg/weak/typeof-2.c: For SH targets, return before baz3 test.
8516
8517 2002-10-14  Jan Hubicka  <jh@suse.cz>
8518
8519         * gcc.dg/i386-ssetype-[1-5].c: New tests.
8520
8521 2002-10-14  Richard Henderson  <rth@redhat.com>
8522
8523         * gcc.dg/20020219-1.c: Disable for 16-bit targets.
8524
8525 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
8526
8527         PR optimization/6631
8528         * g++.dg/opt/const2.C: New test.
8529
8530 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
8531
8532         PR c++/7176
8533         * g++.dg/parse/friend1.C: New test.
8534         * g++.old-deja/g++.pt/memtemp64.C: Adjust.
8535
8536 2002-10-14  Jakub Jelinek  <jakub@redhat.com>
8537
8538         * gcc.dg/20021014-1.c: New test.
8539
8540 2002-10-11  Mark Mitchell  <mark@codesourcery.com>
8541
8542         PR c++/5661
8543         * g++.dg/ext/vlm1.C: New test.
8544         * g++.dg/ext/vlm2.C: Likewise.
8545
8546         * g++.dg/init/array1.C: Remove invalid braces.
8547         * g++.dg/init/brace1.C: New test.
8548         * g++.dg/init/copy2.C: Likewise.
8549         * g++.dg/init/copy3.C: Likewise.
8550         * g++.old-deja/g++.ext/arrnew.C: Change WARNING to ERROR.
8551         * g++.old-deja/g++.mike/p9129.C: Add ERROR on invalid use of
8552         braces.
8553
8554 2002-10-11  Neil Booth  <neil@daikokuya.co.uk>
8555
8556         * gcc.dg/cpp/assembler.S: Don't use -ansi.
8557
8558 2002-10-11  Richard Shann  <richard.shann@superh.com>
8559
8560         * gcc.c-torture/compile/simd-5.c: New test.
8561
8562 2002-10-10  Roger Sayle  <roger@eyesopen.com>
8563
8564         * gcc.c-torture/execute/shiftopt-1.c: New test case.
8565
8566 2002-10-10  Jim Wilson  <wilson@redhat.com>
8567
8568         * gcc.c-torture/execute/20021010-1.c: New test.
8569
8570 2002-10-09  Zack Weinberg  <zack@codesourcery.com>
8571
8572         PR c/7353
8573         * g++.dg/ext/typedef-init.C: New test.
8574         * gcc.dg/typedef-init.c: New test.
8575
8576 2002-10-09  Neil Booth  <neil@daikokuya.co.uk>
8577
8578         * gcc.dg/cpp/paste13.c: New test.
8579
8580 2002-10-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8581
8582         * gcc.c-torture/execute/20020720-1.x: Take out sparc XFAILs.  For
8583         remaining platforms, XFAIL during compile, not execute.  Don't
8584         XFAIL at -O0.
8585
8586 2002-10-08  Nathan Sidwell  <nathan@codesourcery.com>
8587
8588         * gcc.dg/alias-1.c: Tweak expected warning.
8589
8590 2002-10-06  D.Venkatasubramanian <dvenkat@noida.hcltech.com>
8591
8592         * gcc.dg/20020411-1.c: Disable for 16-bit "int".
8593
8594 2002-10-06  Andreas Jaeger  <aj@suse.de>
8595
8596         * gcc.dg/cpp/c++98-pedantic.C: Moved to g++.dg/cpp.
8597         * gcc.dg/cpp/c++98.C: Likewise.
8598
8599         * g++.dg/cpp/c++98-pedantic.C: Moved from gcc.dg/cpp to here.
8600         * g++.dg/cpp/c++98.C: Likewise.
8601
8602         * g++.dg/README (Subdirectories): Mention cpp directory.
8603
8604         PR target/7559
8605         * gcc.dg/20021006-1.c: New test.
8606
8607 2002-10-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8608
8609         PR c++/7804
8610         * g++.dg/other/warning1.C: New test.
8611
8612 2002-10-04  Roger Sayle  <roger@eyesopen.com>
8613
8614         * gcc.c-torture/execute/20020720-1.x:  XFAIL instead of skipping
8615         the test on failing platforms.  Mark sparcv9-*-*, sparc64-*-*
8616         and sparc-*-* with -m64 as expected failures.  See PR 8087.
8617
8618 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
8619
8620         PR c++/7931
8621         * g++.dg/template/ptrmem3.C: New test.
8622
8623         PR c++/7754
8624         * g++.dg/template/union1.C: New test.
8625
8626 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
8627
8628         PR c++/8006
8629         * g++.dg/abi/mangle9.C: New test.
8630         * g++.dg/abi/mangle10.C: New test.
8631         * g++.dg/abi/mangle11.C: New test.
8632         * g++.dg/abi/mangle12.C: New test.
8633
8634 2002-10-02  Mark Mitchell  <mark@codesourcery.com>
8635
8636         PR c++/7188.
8637         * g++.dg/template/meminit1.C: New test.
8638         * g++.dg/warn/Wreorder-1.C: Likewise.
8639         * g++.old-deja/g++.mike/warn3.C: Tweak.
8640         * lib/prune.exp: Ingore "in copy constructor".
8641
8642 2002-10-02  Andreas Jaeger  <aj@suse.de>
8643
8644         * gcc.dg/20020919-1.c, gcc.dg/inline-2.c, gcc.dg/980211-1.c,
8645         gcc.dg/20020103-1.c, gcc.dg/20000614-2.c,
8646         g++.old-deja/g++.pt/asm1.C, g++.old-deja/g++.other/asm3.C: Enable
8647         on x86-64.
8648
8649 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
8650
8651         * gcc.dg/empty1.C: Fix typo.
8652
8653 2002-10-01  Nathan Sidwell  <nathan@codesourcery.com>
8654
8655         * gcc.dg/alias-1.c: New test.
8656
8657 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
8658
8659         * gcc.dg/empty1.C: New test.
8660
8661         * g++.dg/tls/init-2.C: Tweak error messages.
8662
8663 2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
8664
8665         * gcc.c-torture/compile/20020923-1.c: New test.
8666
8667 2002-09-30  Jason Thorpe  <thorpej@wasabisystems.com>
8668
8669         * gcc.c-torture/execute/ffs-1.c: New test.
8670         * gcc.c-torture/execute/ffs-2.c: Ditto.
8671
8672 2002-09-30  Nathan Sidwell  <nathan@codesourcery.com>
8673
8674         * g++.dg/overload/member1.C: New test.
8675
8676 2002-09-30  Mark Mitchell  <mark@codesourcery.com>
8677
8678         * g++.dg/abi/empty7.C: New test.
8679         * g++.dg/init/pm2.C: Likewise.
8680
8681 2002-09-29  Nathan Sidwell  <nathan@codesourcery.com>
8682
8683         * g++.dg/rtti/crash1.C: New test.
8684
8685 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
8686
8687         * gcc.dg/sibcall-1.c, gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c,
8688         gcc.dg/sibcall-4.c: New tests.
8689
8690 2002-09-28  Roger Sayle  <roger@eyesopen.com>
8691
8692         * gcc.c-torture/execute/20020720-1.x: No longer skip test on
8693         powerpc and MMIX targets.
8694
8695 2002-09-27  Zack Weinberg  <zack@codesourcery.com>
8696
8697         * gcc.dg/cpp/20020927-1.c: New.
8698
8699 2002-09-26  David S. Miller  <davem@redhat.com>
8700
8701         * gcc.c-torture/compile/trunctfdf.c: New.
8702
8703 2002-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8704
8705         * lib/target-supports.exp (check_weak_available): Handle solaris2.
8706
8707 2002-09-27  Alan Modra  <amodra@bigpond.net.au>
8708
8709         * gcc.c-torture/execute/loop-15.c: New.
8710
8711 2002-09-26  Janis Johnson  <janis187@us.ibm.com>
8712
8713         * README.QMTEST: Fix typo.
8714
8715 2002-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
8716
8717         * gcc.dg/20020926-1.c: New test.
8718
8719 2002-09-25  David S. Miller  <davem@redhat.com>
8720
8721         PR target/7842
8722         * gcc.c-torture/execute/shiftdi.c: New test.
8723
8724 2002-09-26  Richard Earnshaw  <rearnsha@arm.com>
8725
8726         * lib/gcc.exp (gcc_init): Use a filename for the testglue that is
8727         unique to the tool.
8728         * lib/g77.exp (g77_init): Likewise.
8729         * lib/g++.exp (g++_init): Likewise.
8730         * lib/objc.exp (objc_init): Likewise.
8731
8732 2002-09-25  Mark Mitchell  <mark@codesourcery.com>
8733
8734         * gcc/testsuite/g++.dg/abi/empty5.C: New test.
8735         * gcc/testsuite/g++.dg/abi/empty6.C: New test.
8736         * gcc/testsuite/g++.dg/abi/vbase12.C: New test.
8737
8738 2002-09-25  Richard Henderson  <rth@redhat.com>
8739
8740         * gcc.c-torture/execute/ieee/20010226-1.c: Early exit for
8741         too-small long double.
8742
8743 2002-09-23  Hans-Peter Nilsson  <hp@axis.com>
8744
8745         * gcc.dg/20020919-1.c: New test.
8746
8747 2002-09-23  Mark Mitchell  <mark@codesourcery.com>
8748
8749         * g++.dg/abi/bitfield6.C: New test.
8750         * g++.dg/abi/bitfield7.C: New test.
8751         * g++.dg/abi/bitfield8.C: New test.
8752         * g++.dg/abi/vbase11.C: New test.
8753
8754 2002-09-22  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8755
8756         * gcc.dg/20020219-1.c: Add "-mdisable-indexing" option for target
8757         hppa*-*-hpux*.  Update test comment.
8758
8759 2002-09-20  Jakub Jelinek  <jakub@redhat.com>
8760
8761         * gcc.dg/tls/struct-1.c: New test.
8762
8763 2002-09-20  Neil Booth  <neil@daikokuya.co.uk>
8764
8765         * gcc.dg/cpp/tr-warn2.c: Update.
8766
8767 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
8768
8769         * gcc.c-torture/execute/20020720-1.x: Skip test on ARM-based systems.
8770
8771 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
8772
8773         * gcc.c-torture/execute/990208-1.x: XFAIL this at -O3 for ARM-based
8774         systems.
8775
8776 2002-09-20  Hans-Peter Nilsson  <hp@bitrange.com>
8777
8778         * gcc.c-torture/execute/ieee/mzero3.c: New test.
8779
8780         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
8781         Adjust for c++filt moved to binutils.  Remove spurious duplicate
8782         setting of cxxfilt.
8783
8784 2002-09-19  Geoffrey Keating  <geoffk@apple.com>
8785
8786         * gcc.dg/20020312-2.c: Update for darwin.
8787
8788 2002-09-18  Nathan Sidwell  <nathan@codesourcery.com>
8789
8790         * g++.old-deja/g++.other/crash32.C: Mark ICE.
8791
8792 2002-09-17  Nicola Pero  <n.pero@mi.flashnet.it>
8793
8794         * objc.dg/comp-types-1.m: New test.
8795         * objc.dg/comp-types-2.m: New test.
8796         * objc.dg/comp-types-3.m: New test.
8797         * objc.dg/comp-types-4.m: New test.
8798         * objc.dg/comp-types-5.m: New test.
8799         * objc.dg/comp-types-6.m: New test.
8800
8801 2002-09-17  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8802
8803         * gcc.c-torture/execute/strct-stdarg-1.x: Remove file.
8804
8805 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
8806
8807         * g++.dg/other/do1.C: New test.
8808
8809         * g++.dg/template/subst1.C: New test.
8810
8811 2002-09-16  Steve Ellcey  <sje@cup.hp.com>
8812
8813         * gcc.dg/20020312-2.c: Change __parisc__ to __hppa__.
8814
8815 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
8816
8817         * g++.dg/template/qualttp20.C: Adjust expected errors.
8818         * g++.old-deja/g++.jason/report.C: Likewise.
8819         * g++.old-deja/g++.other/qual1.C: Likewise.
8820
8821         * g++.dg/lookup/scoped2.C: New test.
8822
8823         * g++.dg/ext/asm3.C: New test.
8824
8825 2002-09-16  Richard Earnshaw  <rearnsha@arm.com>
8826
8827         * objc.dg/bitfield-2.m (dg-options): Add -fsigned-char.
8828
8829 2002-09-16  Kazu Hirata  <kazu@cs.umass.edu>
8830
8831         * ChangeLog: follow spelling conventions.
8832         * g++.old-deja/g++.abi/ptrmem.C: Likewise.
8833         * g++.old-deja/g++.bugs/900210_05.C: Likewise.
8834         * g++.old-deja/g++.bugs/900211_04.C: Likewise.
8835         * g++.old-deja/g++.bugs/900321_02.C: Likewise.
8836         * g++.old-deja/g++.bugs/900404_02.C: Likewise.
8837         * g++.old-deja/g++.bugs/900520_06.C: Likewise.
8838         * g++.old-deja/g++.law/global-init1.C: Likewise.
8839         * g++.old-deja/g++.other/delete4.C: Likewise.
8840         * g++.old-deja/g++.other/inline21.C: Likewise.
8841         * g++.old-deja/g++.other/singleton.C: Likewise.
8842         * g77.dg/strlen0.f: Likewise.
8843         * g77.f-torture/compile/20010519-1.f: Likewise.
8844         * g77.f-torture/compile/980310-4.f: Likewise.
8845         * gcc.c-torture/compile/20000605-1.c: Likewise.
8846         * gcc.c-torture/execute/20020225-1.c: Likewise.
8847         * gcc.dg/c90-hexfloat-2.c: Likewise.
8848         * gcc.dg/c99-bool-1.c: Likewise.
8849         * gcc.dg/c99-hexfloat-2.c: Likewise.
8850         * gcc.dg/dll-2.c: Likewise.
8851         * gcc.dg/wtr-union-init-1.c: Likewise.
8852         * gcc.dg/wtr-union-init-2.c: Likewise.
8853         * gcc.dg/wtr-union-init-3.c: Likewise.
8854         * gcc.dg/cpp/avoidpaste1.c: Likewise.
8855         * gcc.dg/cpp/defined.c: Likewise.
8856         * gcc.dg/cpp/macsyntx.c: Likewise.
8857         * gcc.dg/cpp/paste2.c: Likewise.
8858         * gcc.dg/cpp/trad/defined.c: Likewise.
8859         * gcc.dg/format/c90-printf-1.c: Likewise.
8860         * gcc.dg/format/c90-scanf-1.c: Likewise.
8861         * gcc.dg/format/c99-printf-1.c: Likewise.
8862         * gcc.dg/format/c99-scanf-1.c: Likewise.
8863         * gcc.misc-tests/gcov-8.c: Likewise.
8864         * lib/profopt.exp: Likewise.
8865
8866 2002-09-15  Krister Walfridsson  <cato@df.lth.se>
8867
8868         * lib/old-dejagnu.exp (old-dejagnu) Improve test for ICE.
8869
8870 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
8871
8872         * g++.dg/inherit/using2.C: New test.
8873
8874 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
8875
8876         * ChangeLog: Follow spelling conventions.
8877         * g++.dg/template/friend4.C: Likewise.
8878         * g++.old-deja/g++.pt/crash67.C: Likewise.
8879         * gcc.c-torture/execute/20000801-4.c: Likewise.
8880         * gcc.dg/c90-digraph-1.c: Likewise.
8881         * gcc.dg/c94-digraph-1.c: Likewise.
8882         * gcc.dg/c99-digraph-1.c: Likewise.
8883         * gcc.dg/cpp/line5.c: Likewise.
8884         * gcc.dg/cpp/multiline.c: Likewise.
8885         * gcc.dg/cpp/trad/literals-1.c: Likewise.
8886         * gcc.dg/format/attr-3.c: Likewise.
8887         * gcc.dg/format/c90-scanf-3.c: Likewise.
8888         * gcc.dg/format/ext-4.c: Likewise.
8889
8890 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
8891
8892         * g++.dg/template/pretty1.C: New test.
8893
8894 2002-09-14  Alan Modra  <amodra@bigpond.net.au>
8895
8896         * gcc.c-torture/execute/struct-cpy-1.c: New test.
8897
8898 2002-09-13  Matt Austern  <austern@apple.com>
8899
8900         * testsuite/g++.dg/other/constref[12].C: New, regression tests for
8901         passing a cast expression to a function by const reference.
8902
8903 2002-09-13  Nathan Sidwell  <nathan@codesourcery.com>
8904
8905         * g++.dg/template/deduce1.C: New test.
8906
8907 2002-09-13  Kazu Hirata  <kazu@cs.umass.edu>
8908
8909         * gcc.c-torture/execute/simd-1.c: Force all use of int to
8910         32-bit int.
8911
8912 2002-09-10  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8913
8914         * gcc.dg/struct-ret-1.c: Add prototype for exit function and correct
8915         usage.
8916
8917 2002-09-10  Richard Earnshaw  <rearnsha@arm.com>
8918
8919         * gcc.c-torture/compile/20020910-1.c: New test.
8920
8921 2002-09-10  Frank Ch. Eigler  <fche@redhat.com>
8922
8923         * gcc.c-torture/execute/20010915-1.c: Correct typo in abort call.
8924
8925 2002-09-10  Andreas Jaeger  <aj@suse.de>
8926
8927         * gcc.dg/20020312-2.c: Adjust for x86-64.
8928
8929 2002-09-08  Toon Moene  <toon@moene.indiv.nluug.nl>
8930
8931         * g77.dg/7388.f: New test case for PR 7388.
8932
8933 2002-09-07  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
8934
8935         * gcc.dg/compare2.c: Remove xfail from cases 10 and 12.
8936
8937 2002-09-05  Ziemowit Laski <zlaski@apple.com>
8938
8939         * objc.dg/proto-lossage-1.m: New test.
8940
8941 2002-09-06  Neil Booth  <neil@daikokuya.co.uk>
8942
8943         * gcc.dg/cpp/_Pragma4.c: Fix typo.
8944
8945 2002-09-06  Nicola Pero  <n.pero@mi.flashnet.it>
8946
8947         * objc/execute/formal_protocol-6.x: Removed.  This testcase is now
8948         expected to pass.
8949
8950 2002-09-06  Stan Shebs  <shebs@apple.com>
8951             David Edelsohn  <edelsohn@gnu.org>
8952
8953         * gcc.dg/weak: New directory.
8954         * gcc.dg/weak-[1-9].c: Move to new directory, remove all
8955         target-specific xfail bits.
8956         * gcc.dg/typeof-2.c: Move to new directory.
8957         * gcc.dg/weak.exp: New expect script.
8958
8959 2002-09-06  Alan Modra  <amodra@bigpond.net.au>
8960
8961         * gcc.c-torture/execute/extzvsi.c: New test.
8962
8963 2002-09-05  Stan Shebs  <shebs@apple.com>
8964
8965         * gcc.dg/weak-1.c: xfail on Darwin.
8966         * gcc.dg/weak-2.c: Ditto.
8967         * gcc.dg/weak-3.c: Ditto.
8968         * gcc.dg/weak-4.c: Ditto.
8969         * gcc.dg/weak-5.c: Ditto.
8970         * gcc.dg/weak-6.c: Ditto.
8971         * gcc.dg/weak-7.c: Ditto.
8972         * gcc.dg/weak-8.c: Ditto.
8973         * gcc.dg/weak-9.c: Ditto.
8974
8975 2002-09-05  J"orn Rennecke <joern.rennecke@superh.com>
8976
8977         * gcc.c-torture/execute/loop-14.c: New test.
8978
8979 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
8980
8981         * g++.dg/other/cxa-atexit1.C: New test.
8982
8983         * gcc.dg/typeof-2.c: New test.
8984
8985 2002-09-03  Roger Sayle  <roger@eyesopen.com>
8986
8987         * gcc.dg/builtins-2.c: New testcase.
8988         * gcc.dg/builtins-3.c: New testcase.
8989
8990 2002-09-03  Neil Booth  <neil@daikokuya.co.uk>
8991
8992         * gcc.dg/cpp/_Pragma4.c: New test.
8993
8994 2002-09-03  Nicola Pero  <n.pero@mi.flashnet.it>
8995
8996         * objc/execute/nil_method-1.m: New testcase.
8997
8998 2002-09-01  Nicola Pero  <n.pero@mi.flashnet.it>
8999
9000         * objc/execute/class-tests-1.h (test_class_with_superclass): Call
9001         [Object class], not [Object initialize].
9002
9003 2002-08-31  Roger Sayle  <roger@eyesopen.com>
9004             Hans-Peter Nilsson  <hp@bitrange.com>
9005
9006         * gcc.c-torture/execute/20020720-1.x: Skip test on
9007         mmix-knuth-mmixware.  Correct comment.
9008
9009 2002-08-27  Mark Mitchell  <mark@codesourcery.com>
9010
9011         * testsuite/g++.dg/abi/bitfield5.C: New test.
9012         * testsuite/g++.dg/abi/vbase10.C: Likewise.
9013
9014 2002-08-27  Nicola Pero  <n.pero@mi.flashnet.it>
9015
9016         * objc.dg/undeclared-selector.m: New test.
9017
9018 2002-08-27  Nathan Sidwell  <nathan@codesourcery.com>
9019
9020         * g++.dg/other/offsetof1.C: Avoid cast warning.
9021
9022 2002-08-26  Ziemowit Laski  <zlaski@apple.com>
9023
9024         * objc.dg/super-class-2.m: New test.
9025
9026 2002-08-24  Matt Austern  <austern@apple.com>
9027
9028         * g++.dg/ext/lvaddr.C: New test.
9029         * g++.dg/ext/lvcast.C: New test.
9030
9031 2002-08-22  Mark Mitchell  <mark@codesourcery.com>
9032
9033         * testsuite/g++.dg/inherit/cond1.C: New test.
9034
9035 2002-08-22  Geoffrey Keating  <geoffk@redhat.com>
9036
9037         * gcc.dg/noncompile/incomplete-1.c: New test.
9038
9039 2002-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
9040
9041         * gcc.dg/typespec-1.c: New test.
9042
9043 2002-08-20  Devang Patel  <dpatel@apple.com>
9044         * objc.dg/proto-hier-2.m: New test.
9045
9046 2002-08-19  Ziemowit Laski  <zlaski@apple.com>
9047
9048         * objc.dg/bitfield-1.m: New test.
9049         * objc.dg/bitfield-2.m: New test.
9050
9051 2002-08-17  Joseph S. Myers  <jsm@polyomino.org.uk>
9052
9053         * gcc.dg/c90-flex-array-1.c, gcc.dg/c99-flex-array-3.c,
9054         gcc.dg/c99-flex-array-4.c: New tests.
9055
9056 2002-08-16  Stan Shebs  <shebs@apple.com>
9057
9058         * objc/execute/selector-1.m: Add __NEXT_RUNTIME__ case.
9059
9060 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
9061
9062         * gcc.dg/typeof-1.c: New test.
9063         * g++.dg/ext/typeof2.C: New test.
9064
9065 2002-08-15  Nathan Sidwell  <nathan@codesourcery.com>
9066
9067         * g++.dg/other/offsetof1.C: New test.
9068
9069 2002-08-14  Richard Henderson  <rth@redhat.com>
9070
9071         * gcc.dg/tls/diag-3.c: Fix expected message strings.
9072
9073 2002-08-14  Neil Booth  <neil@daikokuya.co.uk>
9074
9075         * gcc.dg/cpp/_Pragma3.c: New test.
9076
9077 2002-08-13  Mark Mitchell  <mark@codesourcery.com>
9078
9079         * g++.dg/template/inherit3: New test.
9080
9081 2002-08-10  Nathan Sidwell  <nathan@codesourcery.com>
9082
9083         * gcc.dg/bitfld-4.c: Add blank options.
9084
9085 2002-08-09  Mark Mitchell  <mark@codesourcery.com>
9086
9087         * g++.dg/template/crash1.C: New test.
9088
9089 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
9090
9091         * gcc.dg/tls/opt-2.c: New test.
9092
9093 2002-08-08  Devang Patel  <dpatel@apple.com>
9094
9095         * objc.dg/selector-1.m : New test
9096
9097 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
9098
9099         * g++.dg/abi/bitfield4.C: New test.
9100         * gcc.dg/bitfld-4.c: New test.
9101
9102 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
9103
9104         * g++.dg/other/packed1.C: New test.
9105
9106 2002-08-07  Mark Mitchell  <mark@codesourcery.com>
9107
9108         * g++.dg/abi/offsetof.C: Tweak error messages.
9109         * g++.old-deja/g++.mike/p10769a.C: Likewise.
9110
9111 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
9112
9113         * gcc.dg/bitfld-3.c: New test.
9114
9115 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
9116             Richard Henderson  <rth@redhat.com>
9117
9118         * gcc.dg/i386-bitfield1.c: New test.
9119         * g++.dg/abi/bitfield3.C: Update.
9120
9121 2002-08-07  Neil Booth  <neil@daikokuya.co.uk>
9122
9123         * objc.dg/const-str-2.m: Update.
9124         * gcc.dg/cpp/c++98.c: Change to C extension.
9125         * gcc.dg/cpp/c++98-pedantic.c: Similarly.
9126         * gcc.dg/cpp/cpp.exp: Process .C extensions too.
9127
9128 2002-08-06  Aldy Hernandez  <aldyh@redhat.com>
9129
9130         * testsuite/gcc.dg/tls/diag-3.c: New.
9131
9132 2002-08-07  Gabriel Dos Reis  <gdr@nerim.net>
9133
9134         * g++.dg/README (Subdirectories): Document new subdir expr.
9135         * g++.dg/expr/pmf-1.C: New test.
9136
9137 2002-08-06  Neil Booth  <neil@daikokuya.co.uk>
9138
9139         * gcc.dg/cpp/vararg3.c, gcc.dg/cpp/vararg4.c: New tests.
9140
9141 2002-08-06  Jakub Jelinek  <jakub@redhat.com>
9142
9143         * g++.dg/abi/bitfield3.C: New test.
9144
9145 2002-08-05  Nathan Sidwell  <nathan@codesourcery.com>
9146
9147         * lib/gcov.exp: Tweak expected line formats.
9148         * gcc.misc-tests/gcov8.c: New test.
9149         * gcc.misc-tests/gcov8.x: New flags.
9150
9151 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
9152
9153         * consistency.vlad/layout/endian.c: Include string.h.
9154
9155         * gcc.c-torture/execute/20020805-1.c: New test.
9156
9157 2002-08-04  Gabriel Dos Reis  <gdr@nerim.net>
9158
9159         * g++.dg/other/conversion1.C: New test.
9160
9161 2002-08-03  Roger Sayle  <roger@eyesopen.com>
9162
9163         * gcc.dg/builtins-1.c: New testcase.
9164
9165 2002-08-02  Mark Mitchell  <mark@codesourcery.com>
9166
9167         * g++.dg/inherit/access3.C: New test.
9168
9169 2002-08-01  Jakub Jelinek  <jakub@redhat.com>
9170
9171         * gcc.dg/ia64-visibility-2.c: New test.
9172
9173 2002-08-01  Benjamin Kosnik   <bkoz@redhat.com>
9174
9175         * g++.old-deja/g++.abi/ptrflags.C (expect): Change
9176         __qualifier_flags to __flags.
9177
9178 2002-07-31  Mark Mitchell  <mark@codesourcery.com>
9179
9180         * g++.dg/inherit/operator1.C: New test.
9181         * g++.dg/lookup/disamb1.C: Fix typo in comment.
9182         * g++.dg/other/error1.C: Change expected error message.
9183         * g++.dg/template/conv4.C: Likewise.
9184
9185 2002-07-26  Neil Booth  <neil@daikokuya.cop.uk>
9186
9187         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/Wunused.c: Add test
9188         for documented behavior.
9189
9190 2002-07-25  Roger Sayle  <roger@eyesopen.com>
9191
9192         * gcc.c-torture/execute/20020720-1.x: Skip this test on
9193         several targets known to fail.
9194
9195 2002-07-25  Richard Sandiford  <rsandifo@redhat.com>
9196
9197         * gcc.dg/mips-args-[123].c: New tests.
9198
9199 2002-07-24  Aldy Hernandez  <aldyh@redhat.com>
9200
9201         * gcc.dg/ppc-spe.c: New.
9202
9203 2002-07-24  Geoffrey Keating  <geoffk@redhat.com>
9204
9205         * g++.dg/other/ptrmem4.C: New testcase.
9206
9207 2002-07-24  Richard Henderson  <rth@redhat.com>
9208
9209         * gcc.c-torture/execute/loop-2e.c: Rewrite for 64 bit and no mmap.
9210
9211 2002-07-24  Gabriel Dos Reis  <gdr@nerim.net>
9212
9213         * g++.dg/ext/alignof1.C (main): Return 0 for success.
9214
9215 2002-07-24  Roger Sayle  <roger@eyesopen.com>
9216
9217         * gcc.c-torture/execute/memset-3.c: New testcase.
9218
9219 2002-07-24  Neil Booth  <neil@daikokuya.co.uk>
9220
9221         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/trad/Wunused.h,
9222         gcc.dg/cpp/Wunused.c, gcc.dg/cpp/Wunused.h: New tests.
9223
9224 2002-07-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9225
9226         * gcc.c-torture/execute/va-arg-15.x, va-arg-16.x, va-arg-17.x:
9227         Delete.
9228
9229 2002-07-23  J"orn Rennecke <joern.rennecke@superh.com>
9230
9231         * gcc.c-torture/compile/simd-4.c: New test.
9232
9233 2002-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9234
9235         PR c++/7347, c++/7348
9236         * g++.dg/template/access4.C: New test.
9237         * g++.dg/template/access5.C: New test.
9238         * g++.old-deja/g++.pt/memtemp85.C: Fix access problem.
9239         * g++.old-deja/g++.pt/memtemp86.C: Likewise.
9240         * g++.old-deja/g++.pt/ttp58.C: Likewise.
9241         * g++.old-deja/g++.pt/memtemp89.C: Remove XFAIL.
9242
9243 2002-07-22  Jakub Jelinek  <jakub@redhat.com>
9244
9245         * gcc.dg/gnu89-init-2.c: New test.
9246
9247 2002-07-21  Gabriel Dos Reis  <gdr@nerim.net>
9248
9249         * gcc.dg/c90-arraydecl-1.c: Change C89 too C90.
9250
9251 2002-07-20  Roger Sayle  <roger@eyesopen.com>
9252
9253         * gcc.c-torture/execute/20020720-1.c: New testcase.
9254
9255 2002-07-20  Neil Booth  <neil@daikokuya.co.uk>
9256
9257         * gcc.dg/cpp/Wsignprom.c: New tests.
9258
9259 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
9260
9261         * gcc.c-torture/execute/loop-13.c: New test.
9262
9263 2002-07-19  Neil Booth  <neil@daikokuya.co.uk>
9264
9265         * gcc.dg/cpp/expr.c: New tests.
9266
9267 2002 07-18  David Edelsohn  <edelsohn@gnu.org>
9268
9269         * g++.dg/opt/pr6713.C: Add template instantiation.
9270
9271 2002-07-18  Alan Modra  <amodra@bigpond.net.au>
9272
9273         * gcc.dg/nest.c: New test.
9274
9275 2002-07-17  Richard Henderson  <rth@redhat.com>
9276
9277         * g++.dg/opt/pr6713.C: New test.
9278
9279 2002-07-17  Eric Botcazou  <ebotcazou@multimania.com>
9280
9281         * gcc.c-torture/execute/loop-2e.x: Let the testcase
9282         XFAIL for all x86 processors.
9283
9284 2002-07-17  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
9285
9286         * gcc.c-torture/execute/20010122-1.x: Do not test with
9287         -fomit-frame-pointer.
9288
9289 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9290
9291         * g++.dg/template/instantiate2.C: New test.
9292         * g++.dg/template/spec4.C: New test.
9293
9294 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9295
9296         * g++.dg/template/access2.C: New test.
9297         * g++.dg/template/access3.C: New test.
9298
9299 2002-07-15  Zack Weinberg  <zack@codesourcery.com>
9300
9301         * c-torture/execute/991216-3.c, c-torture/execute/strct-varg-1.c,
9302         c-torture/execute/va-arg-7.c, c-torture/execute/va-arg-8.c,
9303         c-torture/execute/va-arg-15.c, c-torture/execute/va-arg-16.c,
9304         c-torture/execute/va-arg-17.c, c-torture/execute/va-arg-19.c:
9305         Convert to use <stdarg.h>.
9306         * c-torture/execute/va-arg-3.c, c-torture/execute/va-arg-3.x:
9307         Delete.
9308         * gcc.dg/va-arg-2.c: New.
9309         * lib/gcc.exp, lib/objc.exp: Remove code to set -DNO_VARARGS.
9310
9311 2002-07-15  Jakub Jelinek  <jakub@redhat.com>
9312
9313         * gcc.c-torture/compile/20020710-1.c: New test.
9314
9315 2002-07-11  J"orn Rennecke <joern.rennecke@superh.com>
9316                           Andrew Pinski  <pinskia@physics.uc.edu>
9317
9318         gcc.c-torture/compile/simd-2.c: New testcase.
9319         gcc.c-torture/compile/simd-3.c: Likewise.
9320
9321 2002-07-11  Mark Mitchell  <mark@codesourcery.com>
9322
9323         PR c++/7224
9324         * g++.dg/overload/error1.C: New test.
9325
9326 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9327
9328         * gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32
9329         configuration and IRIX 6 O32 ABI.
9330
9331 2002-07-11  Roger Sayle  <roger@eyesopen.com>
9332
9333         * gcc.c-torture/execute/builtin-noret-1.c: Test non-ANSI functions.
9334
9335 2002-07-10  Roger Sayle  <roger@eyesopen.com>
9336
9337         * gcc.c-torture/execute/20000217-1.c: Fix usage of "abort".
9338
9339 2002-07-10  Jeffrey A Law  <law@redhat.com>
9340
9341         * gcc.c-torture/compile/981006-1.x: Do not use -fpic for mn102.
9342
9343         * gcc.c-torture/compile/930326-1.x: Remove.  No longer needed.
9344
9345 2002-07-09  Aldy Hernandez  <aldyh@redhat.com>
9346
9347         * gcc.dg/20020312-2.c: Check for __PPC__.
9348
9349 2002-07-09  Diego Novillo  <dnovillo@redhat.com>
9350
9351         * gcc.c-torture/compile/20020709-1.c: New test.
9352
9353 2002-07-07  Roger Sayle  <roger@eyesopen.com>
9354
9355         * g++.dg/template/qualttp21.C: New test case.
9356
9357 2002-07-06  Alexandre Oliva  <aoliva@redhat.com>
9358
9359         * gcc.c-torture/compile/20020706-1.c: New test.
9360         * gcc.c-torture/compile/20020706-2.c: New test.
9361
9362 2002-07-06  Brian R. Gaeke  <brg@dgate.ORG>
9363             Alexandre Oliva  <aoliva@redhat.com>
9364
9365         * g++.dg/warn/incomplete1.C: New test.
9366
9367 2002-07-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9368
9369         PR c++/7099
9370         * g++.dg/warn/noreturn1.C: New test.
9371
9372 2002-07-03  Mark Mitchell  <mark@codesourcery.com>
9373
9374         PR c++/6706
9375         * g++.dg/debug/debug6.C: New test.
9376         * g++.dg/debug/debug7.C: New test.
9377
9378 2002-07-04  J"orn Rennecke <joern.rennecke@superh.com>
9379
9380         * gcc.c-torture/compile/simd-3.c: New test.
9381
9382 2002-07-03  Chris Demetriou  <cgd@broadcom.com>
9383
9384         * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
9385         * gcc.dg/20020620-1.c: Likewise.
9386
9387 2002-07-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9388
9389         PR c++/6944
9390         * g++.dg/init/array4.C: New test.
9391         * g++.dg/init/array5.C: New test.
9392
9393 2002-07-03  J"orn Rennecke <joern.rennecke@superh.com>
9394
9395         * gcc.c-torture/execute/simd-1.c (main): Also test &, |, ^, ~.
9396         * gcc.c-torture/execute/simd-2.c (main): Likewise.
9397
9398 2002-07-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9399
9400         * gcc.dg/cpp/tr-warn2.c: Use traditional C style function definitions.
9401         * gcc.dg/wtr-aggr-init-1.c: Likewise.
9402         * gcc.dg/wtr-conversion-1.c: Likewise.
9403         * gcc.dg/wtr-escape-1.c: Likewise.
9404         * gcc.dg/wtr-int-type-1.c: Likewise.
9405         * gcc.dg/wtr-label-1.c: Likewise.
9406         * gcc.dg/wtr-static-1.c: Likewise.
9407         * gcc.dg/wtr-strcat-1.c: Likewise.
9408         * gcc.dg/wtr-suffix-1.c: Likewise.
9409         * gcc.dg/wtr-switch-1.c: Likewise.
9410         * gcc.dg/wtr-unary-plus-1.c: Likewise.
9411         * gcc.dg/wtr-union-init-1.c: Likewise.
9412         * gcc.dg/wtr-union-init-2.c: Likewise.
9413         * gcc.dg/wtr-union-init-3.c: Likewise.
9414
9415         * gcc.dg/wtr-func-def-1.c: New test.
9416
9417 2002-07-02 Devang Patel <dpatel@apple.com>
9418
9419         * objc.dg/param-1.m: New test.
9420
9421 2002-07-03  Neil Booth  <neil@daikokuya.co.uk>
9422
9423         * gcc.dg/cpp/trad/directive.c: Add test.
9424         * gcc.dg/cpp/trad/macroargs.c: Add test.
9425         * gcc.dg/cpp/trad/recurse-3.c: Add tests.
9426
9427 2002-07-02  Neil Booth  <neil@daikokuya.co.uk>
9428
9429         * gcc.dg/cpp/cmdlne-M.c: New test.
9430
9431 2002-07-02  Ziemowit Laski  <zlaski@apple.com>
9432
9433         * objc.dg/desig-init-1.m: New test.
9434
9435 2002-07-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9436
9437         PR c++/6716
9438         * g++.dg/template/instantiate1.C: New test.
9439
9440 2002-07-01  Mark Mitchell  <mark@codesourcery.com>
9441
9442         PR c++/7112
9443         * g++.dg/template/sizeof2.C: New test.
9444
9445 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
9446
9447         * gcc.dg/cpp/trad/cmdlne-dD.c, gcc.dg/cpp/trad/cmdlne-dM.c,
9448         gcc.dg/cpp/trad/include.c: New tests.
9449
9450 2002-07-01  Hans-Peter Nilsson  <hp@axis.com>
9451
9452         PR target/7177
9453         * gcc.c-torture/compile/20020701-1.c: New test.
9454
9455 2002-07-01  Stan Shebs  <shebs@apple.com>
9456
9457         * lib/objc.exp (objc_target_compile): Add the -I path to ObjC
9458         header here...
9459         * lib/objc-torture.exp (objc-torture-compile): ...instead of here
9460         (objc-torture-execute): or here.
9461
9462 2002-07-01  J"orn Rennecke <joern.rennecke@superh.com>
9463
9464         * gcc.c-torture/execute/arith-rand-ll.c: New test.
9465
9466 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
9467
9468         * gcc.dg/cpp/trad/escaped-nl.c: New test.
9469
9470 2002-06-30  Devang Patel  <dpatel@apple.com>
9471
9472         * objc.dg/fsyntax-only.m: New test.
9473
9474 2002-06-27  Mark Mitchell  <mark@codesourcery.com>
9475
9476         PR c++/6695
9477         * g++.dg/template/friend7.C: New file.
9478
9479 2002-06-27  Aldy Hernandez  <aldyh@redhat.com>
9480
9481         * gcc.c-torture/execute/string-opt-8.c (strncmp): Fix typo in
9482         return type.
9483
9484 2002-06-27  J"orn Rennecke <joern.rennecke@superh.com>
9485
9486         * gcc.c-torture/execute/simd-2.c (i, j): Add initializer elements to
9487         avoid division by zero.
9488
9489 2002-06-27  Neil Booth  <neil@daikokuya.co.uk>
9490
9491         * gcc.dg/Wunknownprag.c: New tests.
9492
9493 2002-06-25  J"orn Rennecke <joern.rennecke@superh.com>
9494
9495         * gcc.c-torture/execute/simd-2.c: New test.
9496
9497 2002-06-25  Neil Booth  <neil@daikokuya.co.uk>
9498
9499         * gcc.dg/cpp/mi7.c, gcc.dg/cpp/mi7a.h, gcc.dg/cpp/mi7b.h,
9500         gcc.dg/cpp/trad/builtins.c, gcc.dg/cpp/trad/builtins.h,
9501         gcc.dg/cpp/trad/cmdlne-C.c, gcc.dg/cpp/trad/cmdlne-C2.c,
9502         gcc.dg/cpp/trad/maccom1.c, gcc.dg/cpp/trad/maccom2.c,
9503         gcc.dg/cpp/trad/maccom3.c, gcc.dg/cpp/trad/maccom4.c,
9504         gcc.dg/cpp/trad/maccom6.c, gcc.dg/cpp/trad/mi1.c,
9505         gcc.dg/cpp/trad/mi1c.h, gcc.dg/cpp/trad/mi1nd.h,
9506         gcc.dg/cpp/trad/mi1ndp.h, gcc.dg/cpp/trad/mi1x.h,
9507         gcc.dg/cpp/trad/mi2.c, gcc.dg/cpp/trad/mi2a.h,
9508         gcc.dg/cpp/trad/mi2b.h, gcc.dg/cpp/trad/mi2c.h
9509         gcc.dg/cpp/trad/mi3.c, gcc.dg/cpp/trad/mi3.def,
9510         gcc.dg/cpp/trad/mi3.h, gcc.dg/cpp/trad/mi4.c,
9511         gcc.dg/cpp/trad/mi5.c, gcc.dg/cpp/trad/mi6.c,
9512         gcc.dg/cpp/trad/mi6a.h, gcc.dg/cpp/trad/mi6b.h,
9513         gcc.dg/cpp/trad/mi6c.h, gcc.dg/cpp/trad/mi6d.h,
9514         gcc.dg/cpp/trad/mi6e.h, gcc.dg/cpp/trad/mi7.c,
9515         gcc.dg/cpp/trad/mi7a.h, gcc.dg/cpp/trad/mi7b.h: New tests.
9516
9517 2002-06-24  Neil Booth  <neil@daikokuya.co.uk>
9518
9519         * gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/assembler.S,
9520         gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/funlike-4.c,
9521         gcc.dg/cpp/trad/null-drctv.c, gcc.dg/cpp/trad/recurse-1.c,
9522         gcc.dg/cpp/trad/recurse-2.c, gcc.dg/cpp/trad/recurse-3.c:
9523         New tests.
9524         * gcc.dg/cpp/trad/directive.c: Update.
9525
9526 2002-06-23  Andreas Jaeger  <aj@suse.de>
9527
9528         * gcc.c-torture/execute/complex-6.c: New.
9529
9530 2002-06-22  Neil Booth  <neil@daikokuya.co.uk>
9531
9532         * gcc.dg/cpp/trad/comment-2.c. gcc.dg/cpp/trad/funlike-2.c,
9533         gcc.dg/cpp/trad/funlike.c, gcc.dg/cpp/trad/funlike-3.c,
9534         gcc.dg/cpp/trad/literals-1.c, gcc.dg/cpp/trad/literals-2.c,
9535         gcc.dg/cpp/trad/macroargs.c, gcc.dg/cpp/trad/quote.c: New tests.
9536
9537 2002-06-21  Neil Booth  <neil@daikokuya.co.uk>
9538
9539         * gcc.dg/cpp/trad: New directory with traditional tests copied
9540         from parent directory.
9541         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
9542         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
9543         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
9544         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
9545         Move to trad/ and rename.
9546         * gcc.dg/cpp/trad/__STDC__.c, gcc.dg/cpp/trad/comment.c,
9547         gcc.dg/cpp/trad/escaped-eof.c, gcc.dg/cpp/trad/redef1.c,
9548         gcc.dg/cpp/trad/redef2.c: New tests.
9549         * gcc.dg/cpp/trad/trad.exp: New driver.
9550
9551 2002-06-20  Neil Booth  <neil@daikokuya.co.uk>
9552
9553         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
9554         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
9555         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
9556         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
9557         Remove.
9558
9559 2002-06-20  Richard Sandiford  <rsandifo@redhat.com>
9560
9561         * gcc.dg/20020620-1.c: New test.
9562
9563 2002-06-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9564
9565         * g++.dg/template/ttp4.C: New test.
9566
9567 2002-06-19  Jakub Jelinek  <jakub@redhat.com>
9568
9569         * g++.dg/opt/vt1.C: Fix regexp.
9570
9571 2002-06-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9572
9573         * gcc.c-torture/execute/pure-1.c: Make functions static again.
9574         Don't use attribute `noinline'.
9575
9576 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
9577
9578         * gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
9579
9580 2002-06-18  Aldy Hernandez  <aldyh@redhat.com>
9581
9582         * gcc.c-torture/execute/simd-1.c: New.
9583
9584         * gcc.dg/simd-1.c: New.
9585
9586 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
9587
9588         * gcc.c-torture/execute/20020615-1.c: Correct bug-description.
9589
9590 2002-06-16  Richard Henderson  <rth@redhat.com>
9591
9592         * g++.dg/ext/anon-struct1.C: New.
9593         * g++.dg/ext/anon-struct2.C: New.
9594         * g++.dg/ext/anon-struct3.C: New.
9595         * gcc.dg/anon-struct-1.c: New.
9596         * gcc.dg/anon-struct-2.c: New.
9597         * gcc.dg/anon-struct-3.c: New.
9598         * gcc.dg/20011008-1.c: Adjust warning text.
9599         * gcc.dg/20020527-1.c: Add -fms-extensions.
9600
9601 2002-06-16  Richard Henderson  <rth@redhat.com>
9602
9603         * gcc.dg/20020531-1.c: Add LL specifier to avoid warning.
9604
9605 2002-06-15  Hans-Peter Nilsson  <hp@axis.com>
9606
9607         * gcc.c-torture/execute/20020615-1.c: New test.
9608
9609 2002-06-15  Roger Sayle  <roger@eyesopen.com>
9610
9611         * gcc.c-tortuture/execute/compare-1.c: New test case.
9612         * gcc.c-tortuture/execute/compare-2.c: New test case.
9613         * gcc.c-tortuture/execute/compare-3.c: New test case.
9614
9615 2002-06-13  Richard Henderson  <rth@redhat.com>
9616
9617         * g++.old-deja/g++.abi/vtable2.C (INC_VDATA): New.  Define for
9618         ia64 ilp32.
9619
9620 2002-06-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9621
9622         * g++.dg/template/typename2.C: Update error message.
9623
9624 2002-06-12  Hans-Peter Nilsson  <hp@axis.com>
9625
9626         * gcc.c-torture/execute/20020611-1.c: New test.
9627
9628 2002-06-11  Bob Wilson  <bob.wilson@acm.org>
9629
9630         * g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
9631         list of targets to skip.
9632
9633 2002-06-10  Bob Wilson  <bob.wilson@acm.org>
9634
9635         * gcc.c-torture/compile/20001226-1.x: Only xfail for Xtensa
9636         targets if not optimizing.
9637
9638 2002-06-10  Jakub Jelinek  <jakub@redhat.com>
9639
9640         * gcc.c-torture/compile/20020605-1.c: New test.
9641
9642         * g++.dg/opt/vt1.C: New test.
9643
9644         * gcc.dg/20020531-1.c: New test.
9645
9646         * gcc.dg/20020530-1.c: New test.
9647
9648         * gcc.dg/20020527-1.c: New test.
9649
9650         * g++.dg/opt/cse1.C: New test.
9651
9652 2002-06-07  Roger Sayle  <roger@eyesopen.com>
9653
9654         * gcc.dg/20020607-2.c: New test case.
9655
9656 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
9657
9658         * gcc.c-torture/compile/20020604-1.c: New test.
9659
9660 2002-06-04  Richard Henderson  <rth@redhat.com>
9661
9662         * gcc.dg/alpha-base-1.c: Add ext/ins/msk/umulh cases.
9663         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: Use -mcpu=ev67.
9664         * gcc.dg/alpha-cix-1.c, gcc.dg/alpha-cix-2.c: New.
9665
9666 2002-06-04  Aldy Hernandez  <aldyh@redhat.com>
9667
9668         * gcc.dg/altivec-2.c: Remove test for invalid vector type V2DF.
9669
9670 2002-06-03  Richard Henderson  <rth@redhat.com>
9671
9672         * gcc.dg/alpha-base-1.c, gcc.dg/alpha-base-2.c: New.
9673         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: New.
9674
9675 2002-06-02  Richard Henderson  <rth@redhat.com>
9676
9677         * gcc.c-torture/execute/pure-1.c: Don't mark any of the
9678         test functions static.
9679
9680 2002-06-02  Andreas Jaeger  <aj@suse.de>
9681
9682         * gcc.c-torture/execute/loop-3c.x: Remove, the test should pass
9683         now.
9684
9685 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
9686
9687         * gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-suffix-1.c,
9688         gcc.dg/cpp/paste4.c, gcc.dg/cpp/sysmac2.c:
9689         Update for mofified diagnostics.
9690         * gcc.dg/c99-intconst-1.c: No longer fail.
9691
9692 2002-06-02  Richard Henderson  <rth@redhat.com>
9693
9694         * gcc.dg/uninit-A.c: Remove xfail markers.
9695
9696 2002-06-01  Roger Sayle  <roger@eyesopen.com>
9697
9698         * gcc.dg/fnegate-1.c: New test case.
9699
9700 2002-05-30  Osku Salerma  <osku@iki.fi>
9701
9702         * gcc.c-torture/execute/mayalias-1.c: New file.
9703
9704 2002-05-29  Neil Booth  <neil@daikokuya.demon.co.uk>
9705
9706         * gcc.dg/cpp/c++98-pedantic.c, gcc.dg/cpp/c89-pedantic.c,
9707         gcc.dg/cpp/c94-pedantic.c, gcc.dg/cpp/gnuc89-pedantic.c,
9708         gcc.dg/cpp/if-1.c: Update for modified diagnostics.
9709
9710 2002-05-29  Hans-Peter Nilsson  <hp@axis.com>
9711
9712         * gcc.c-torture/execute/20020529-1.c: New test.
9713
9714 2002-05-27  Richard Henderson  <rth@redhat.com>
9715
9716         * g++.dg/ext/attrib6.C: New test case.
9717
9718 2002-05-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9719
9720         * gcc.c-torture/execute/pure-1.c: New test.
9721
9722 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
9723
9724         * gcc.dg/cpp/arith-2.c: Remove.
9725
9726 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
9727
9728         * gcc.dg/cpp/arith-2.c, gcc.dg/cpp/arith-3.c: New tests.
9729         * gcc.dg/cpp/if-3.c: Remove.
9730
9731 2002-05-26  Jakub Jelinek  <jakub@redhat.com>
9732
9733         * g++.dg/opt/cse2.C: New test.
9734
9735 2002-05-26  Neil Booth  <neil@daikokuya.demon.co.uk>
9736
9737         * gcc.dg/cpp/arith-1.c: New semantic tests.
9738         * gcc.dg/cpp/if-1.c: Update.
9739
9740 2002-05-24  Ben Elliston  <bje@redhat.com>
9741
9742         * lib/c-torture.exp (c-torture-execute): Handle multiple sources.
9743
9744 2002-05-24  Jakub Jelinek  <jakub@redhat.com>
9745
9746         * gcc.dg/verbose-asm.c: New test.
9747
9748 2002-05-24  Neil Booth  <neil@daikokuya.demon.co.uk>
9749
9750         * gcc.dg/cpp/paste12.c: New test.
9751
9752 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
9753
9754         * g++.dg/parse/named_ops.C: New test.
9755
9756 2002-05-23  Mark Mitchell  <mark@codesourcery.com>
9757
9758         * gcc/testsuite/gcc.dg/weak-8.c: New test.
9759
9760 2002-05-23  J"orn Rennecke <joern.rennecke@superh.com>
9761
9762         * gcc.dg/weak-2.c: Allow optional leading underscore
9763         in scan-assembler symbol name.
9764         * gcc.dg/weak-3.c: Likewise.
9765         * gcc.dg/weak-4.c: Likewise.
9766         * gcc.dg/weak-5.c: Likewise.
9767
9768 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
9769
9770         * gcc.dg/20020523-1.c: New test.
9771
9772 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
9773
9774         * objc.dg/const-str-2.m: Update now that we stop after
9775         a command line error.
9776
9777 2002-05-22  Richard Henderson  <rth@redhat.com>
9778
9779         * g++.dg/dg.exp: Fix typo in test pruneing.
9780
9781 2002-05-22  Richard Henderson  <rth@redhat.com>
9782
9783         * g++.dg/dg.exp: Prune the tls subdirectory.
9784         * g++.dg/tls/tls.exp, g++.dg/tls/trivial.C: New.
9785         * g++.dg/tls/diag-1.C, g++.dg/tls/diag-2.C: New.
9786         * g++.dg/tls/init-1.C: New.
9787
9788 2002-05-22  Jakub Jelinek  <jakub@redhat.com>
9789
9790         * gcc.dg/20020517-1.c: New test.
9791
9792 2002-05-21  Richard Henderson  <rth@redhat.com>
9793
9794         * gcc.dg/tls/tls.exp, gcc.dg/tls/trivial.c, gcc.dg/tls/diag-1.c,
9795         gcc.dg/tls/diag-2.c, gcc.dg/tls/init-1.c: New directory and files.
9796
9797 2002-05-21  Brian R. Gaeke  <brg@dgate.ORG>
9798
9799         * g++.dg/other/copy2.C: New test.
9800
9801 2002-05-20  J"orn Rennecke <joern.rennecke@superh.com>
9802
9803         * gcc.c-torture/execute/memcpy-2.c (SEQUENCE_LENGTH): Define.
9804         (MAX_COPY): Bump up to 10 times sizeof (long long).
9805         (main): Use a pattern of SEQUENCE_LENGTH different characters to copy.
9806
9807         * gcc.c-torture/execute/memset-1.c (MAX_COPY): Bump up to 10 times
9808         sizeof (long long).
9809
9810         * gcc.c-torture/execute/strcpy-1.c: New test.
9811
9812 2002-05-19  Jason Merrill  <jason2redhat.com>
9813
9814         * g++.dg/ext/oper1.C: New test.
9815
9816 2002-05-20  David Billinghurst <David.Billinghurst@riotinto.com>
9817 2002-05-19  Mark Mitchell  <mitchell@doubledemon.codesourcery.com>
9818
9819         * README.QMTEST: New file.
9820
9821         * g++.dg/warn/Wshadow-1.C: Remove unncessary dg-error line.
9822
9823 2002-05-19  Andreas Jaeger  <aj@suse.de>
9824
9825         * gcc.c-torture/execute/loop-2c.x: Remove, the test should pass
9826         now.
9827         * gcc.c-torture/execute/loop-2d.x: Likewise.
9828
9829 2002-05-19  David Billinghurst <David.Billinghurst@riotinto.com>
9830
9831         * gcc.dg/weak-2.c:  xfail warnings for platforms that don't
9832         support weak symbols.
9833         * gcc.dg/weak-4.c: Likewise
9834         * gcc.dg/weak-6.c: Likewise
9835
9836 2002-05-16  David.Billinghurst <David.Billinghurst@riotinto.com>
9837
9838         * gcc.dg/weak-3.c: Add dg-excess-error comment for
9839         cygwin, coff and h8300-*-hms targets
9840         * gcc.dg/weak-5.c: Likewise
9841         * gcc.dg/weak-7.c: Likewise
9842
9843 2002-05-16  Jason Merrill  <jason@redhat.com>
9844
9845         * lib/scanasm.exp (scan-assembler): Use upvar, not uplevel.
9846         (scan-assembler-not, scan-assembler-dem): Likewise.
9847         (scan-assembler-dem-not): Likewise.
9848
9849 2002-05-15  Richard Henderson  <rth@redhat.com>
9850
9851         * gcc.dg/weak-5.c (vfoo1c, vfoo1g): Warn here.
9852
9853 2002-05-15  Richard Henderson  <rth@redhat.com>
9854
9855         * gcc.dg/weak-5.c (vfoo1c): No warning here.
9856         (vfoo1f): Warning here.
9857         (vfoo1l): Don't redefine the alias.
9858
9859 2002-05-14  Jason Merrill  <jason@redhat.com>, Alexandre Oliva  <aoliva@redhat.com>
9860
9861         * g++.dg/init/pm1.C: New test.
9862
9863 2002-05-12  David S. Miller  <davem@redhat.com>
9864
9865         * gcc.c-torture/execute/conversion.c (ldnear): Use long double
9866         types.
9867
9868 2002-05-10  Roger Sayle  <roger@eyesopen.com>
9869
9870         * gcc.c-torture/execute/20020510-1.c: New test case.
9871
9872 2002-05-10  David S. Miller  <davem@redhat.com>
9873
9874         * gcc.c-torture/execute/conversion.c: Test long double too.
9875
9876 2002-05-09  Jakub Jelinek  <jakub@redhat.com>
9877
9878         * lib/g77.exp (g77_link_flags): Append all multilib dirs containing
9879         libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH.
9880         * lib/g++.exp (g++_link_flags): Likewise.
9881         * lib/objc.exp (objc_target_compile): Likewise.
9882
9883 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
9884
9885         * gcc.dg/cpp/poison.c: Update.
9886         * gcc.dg/cpp/20000625-2.c: Remove.
9887         * gcc.dg/cpp/direct2s.c: Remove final test.
9888
9889 2002-05-08  Tom Rix  <trix@redhat.com>
9890
9891         * gcc.c-torture/execute/20020508-1.c: New test.
9892         * gcc.c-torture/execute/20020508-2.c: New test.
9893         * gcc.c-torture/execute/20020508-3.c: New test.
9894
9895 2002-05-08  Neil Booth  <neil@daikokuya.demon.co.uk>
9896
9897         * gcc.dg/cpp/charconst-4.c: More tests.
9898
9899 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
9900
9901         PR c/6569
9902         * gcc.dg/weak-3.c: Update location of warning messages.
9903         * gcc.dg/weak-5.c: Likewise.
9904
9905 2002-05-06  Roger Sayle  <roger@eyesopen.com>
9906
9907         * gcc.c-torture/execute/20020506-1.c: New test case.
9908
9909 2002-05-07  Neil Booth  <neil@daikokuya.demon.co.uk>
9910
9911         * gcc.dg/cpp/charconst-3.c: Correct tests accordingly.
9912
9913 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
9914
9915         * gcc.dg/cpp/charconst-3.c: Run, don't compile.
9916
9917 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
9918
9919         * gcc.dg/cpp/charconst-3.c: New test.
9920
9921 2002-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
9922
9923         * gcc.dg/cpp/charconst.c: Update tests.
9924
9925 2002-05-05  Tim Josling  <tej@melbpc.org.au>
9926
9927         * treelang: Added directory for new sample language treelang. Also
9928         lib/treelang.exp: New file to signal treelang should be tested.
9929
9930 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
9931
9932         * gcc.dg/cpp/cmdlne-dM-M.c: New test.
9933         * gcc.dg/cpp/cmdlne-dD-M.c: New test.
9934         * gcc.dg/cpp/cmdlne-dN-M.c: New test.
9935         * gcc.dg/cpp/cmdlne-dI-M.c: New test.
9936         * gcc.dg/cpp/cmdlne-dI-M.h: New aux file.
9937         * gcc.dg/cpp/cmdlne-dD-dM.c: New test.
9938         * gcc.dg/cpp/cmdlne-dM-dD.c: New test.
9939
9940 2002-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
9941
9942         * gcc.dg/format/xopen-2.c: New test.
9943
9944 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
9945
9946         * gcc.dg/20020503-1.c: New test.
9947
9948 2002-05-02  Mark Mitchell  <mark@codesourcery.com>
9949
9950         * g++.dg/init/dtor1.C: Make it tougher.
9951
9952 2002-05-01  Mark Mitchell  <mark@codesourcery.com>
9953
9954         * g++.dg/init/dtor1.C: New test.
9955
9956 2002-05-02  Aldy Hernandez  <aldyh@redhat.com>
9957
9958         * gcc.dg/altivec-8.c: New.
9959
9960 2002-05-01  Aldy Hernandez  <aldyh@redhat.com>
9961
9962         * gcc.dg/altivec-7.c: New.
9963
9964 2002-04-29  Jakub Jelinek  <jakub@redhat.com>
9965
9966         * g++.dg/parse/typedef1.C: New test.
9967
9968 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
9969
9970         PR c++/6486
9971         * g++.dg/template/friend6.C: New test.
9972
9973         PR c++/6492
9974         * g++.dg/init/copy1.C: New test.
9975
9976 2002-04-29  Nathan Sidwell  <nathan@codesourcery.com>
9977
9978         * g++.dg/warn/effc1.C: New test.
9979
9980 2002-04-29  Neil Booth  <neil@daikokuya.demon.co.uk>
9981
9982         * gcc.dg/cpp/if-cexp.c: Add a test.
9983
9984 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
9985
9986         * gcc.dg/20020426-2.c: New test.
9987
9988 2002-04-28  Neil Booth  <neil@daikokuya.demon.co.uk>
9989
9990         * gcc.dg/cpp/if-mop.c: Update.
9991         * gcc.dg/cpp/if-mpar.c: Add test.
9992         * gcc.dg/cpp/if-oppr.c: Update.
9993
9994 2002-04-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9995
9996         PR c/6343
9997         * gcc.dg/weak-[2-7].c: New tests.
9998
9999 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
10000
10001         * gcc.dg/enum1.c: New test.
10002
10003 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
10004
10005         PR c++/6497
10006         * g++.dg/inherit/access2.C: New test.
10007
10008 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
10009
10010         PR bootstrap/6445
10011         * gcc.dg/20020426-1.c: New test.
10012
10013 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
10014
10015         * g++.dg/abi/enum1.C: New test.
10016
10017 2002-04-26  Richard Henderson  <rth@redhat.com>
10018
10019         * gcc.dg/c99-bool-1.c: Expect always true warning.
10020
10021 2002-04-25  Roger Sayle  <roger@eyesopen.com>
10022
10023         * gcc.dg/i386-memset-1.c: New test case for PR target/6456.
10024
10025 2002-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10026
10027         * gcc.c-torture/execute/20020227-1.x: New file, xfail on 64-bit
10028         targets.
10029
10030 2002-04-24  Mark Mitchell  <mark@codesourcery.com>
10031
10032         * g++.dg/abi/mange7.C: New test.
10033
10034         PR c++/6438.
10035         * g++.dg/parse/stmtexpr2.C: New test.
10036
10037 2002-04-24  J"orn Rennecke <joern.rennecke@superh.com>
10038
10039         * gcc.dg/20020312-2.c: Add SH target.
10040
10041 2002-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10042
10043         * gcc.c-torture/compile/labels-3.x: New file, don't assemble the
10044         compiler output on mips*-*-irix*.
10045
10046 2002-04-23  Jakub Jelinek  <jakub@redhat.com>
10047
10048         * g++.dg/parse/attr1.C: New test.
10049
10050 2002-04-23  Roger Sayle  <roger@eyesopen.com>
10051
10052         * gcc.c-torture/execute/string-opt-17.c: New test case.
10053         * gcc.c-torture/execute/memset-2.c: New test case.
10054
10055 2002-04-23  Mark Mitchell  <mark@codesourcery.com>
10056
10057         PR c++/6256:
10058         * g++.dg/template/friend5.C: New test.
10059
10060         PR c++/6331:
10061         * g++.dg/template/qual1.C: Likewise.
10062
10063 2002-04-22  Zack Weinberg  <zack@codesourcery.com>
10064
10065         * gcc.c-torture/execute/980707-1.c: Don't use isspace().
10066         Include stdlib.h, not stdio.h or ctype.h.
10067
10068 2002-04-22  Hans-Peter Nilsson  <hp@axis.com>
10069
10070         * gcc.dg/20020415-1.c: Expect warning for unsupported -fpic on
10071         cris-*-elf* and mmix-*-*.
10072         * g77.f-torture/execute/io0.x: xfail for cris-*-elf.
10073         * g77.f-torture/execute/io1.x, g77.f-torture/execute/20001201.x,
10074         g77.f-torture/execute/6367.x, g77.f-torture/execute/u77-test.x:
10075         Ditto.
10076         * gcc.dg/wint_t-1.c: Mark excess errors for cris-*-elf.
10077         * gcc.dg/wchar_t-1.c: Ditto.
10078
10079 2002-04-21  Hans-Peter Nilsson  <hp@axis.com>
10080
10081         * g++.dg/opt/cleanup1.C (C::C()): Initialize member c.
10082         Clarify comment.
10083
10084 2002-04-21  Neil Booth  <neil@daikokuya.demon.co.uk>
10085
10086         * gcc.dg/cpp/endif.h, gcc.dg/cpp/endif.c: New tests.
10087
10088 2002-04-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10089
10090         * gcc.c-torture/execute/20000906-1.x: Delete.
10091
10092 2002-04-20  David.Billinghurst <David.Billinghurst@riotinto.com>
10093
10094         * g77.dg/f77-edit-i-in.f: Restore missing { dg-do run }
10095
10096 2002-04-19  Toon Moene  <toon@moene.indiv.nluug.nl>
10097
10098         * PR6367
10099         * g77.f-torture/execute/6367.f: New test.
10100         * g77.f-torture/execute/6367.x: Disable for MMIX.
10101
10102 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
10103
10104         * PR6352
10105         * g++.dg/opt/inline2.C: New test.
10106
10107 2002-04-18  Richard Henderson  <rth@redhat.com>
10108
10109         * gcc.dg/20000906-1.c: Enable for all targets.
10110         * gcc.c-torture/compile/iftrap-2.c: New.
10111
10112 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
10113
10114         * gcc.dg/20020418-1.c: New test.
10115         * gcc.dg/20020418-2.c: New test.
10116
10117 2002-04-18  Richard Henderson  <rth@redhat.com>
10118
10119         * gcc.c-torture/compile/iftrap-1.c: New.
10120         * gcc.dg/iftrap-1.c: Adjust for ia64.
10121         * gcc.dg/iftrap-2.c: New.
10122
10123 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
10124
10125         * gcc.c-torture/compile/20020418-1.c: New test.
10126
10127 2002-04-18  Roger Sayle  <roger@eyesopen.com>
10128
10129         * gcc.c-torture/compile/20020415-1.c: New.
10130
10131 2002-04-18  David S. Miller  <davem@redhat.com>
10132
10133         * gcc.c-torture/execute/20020418-1.c: New test.
10134
10135 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
10136
10137         * gcc.dg/20020416-1.c: New test.
10138
10139         * g++.dg/opt/inline1.C: New test.
10140
10141 2002-04-16  Jakub Jelinek  <jakub@redhat.com>
10142
10143         * gcc.dg/altivec-5.c: New test.
10144
10145         * gcc.dg/20020415-1.c: New test.
10146
10147 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
10148
10149         * testsuite/lib/chill.exp: Remove.
10150
10151 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
10152
10153         * g++.dg/other/big-struct.C: New test.
10154
10155 2002-04-14  David Billinghurst <David.Billinghurst@riotinto.com>
10156
10157         * g77.dg/f77-edit-i-in.f: Use internal buffer in place
10158         of scratch file.
10159
10160 2002-04-13  David Billinghurst <David.Billinghurst@riotinto.com>
10161
10162         PR c/6277
10163         * gcc.dg/i386-387-1.c:  Allow optional leading underscore
10164         in scan-assembler function name
10165
10166 2002-04-13  Hans-Peter Nilsson  <hp@bitrange.com>
10167
10168         * g77.f-torture/execute/980628-4.x,
10169         g77.f-torture/execute/980628-5.x,
10170         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
10171         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
10172         g77.f-torture/compile/alpha1.x: xfail powerpc-*-* hosted on
10173         i[34567]86-*-*.
10174
10175 2002-04-13  David S. Miller  <davem@redhat.com>
10176
10177         * gcc.c-torture/execute/20020413-1.c: New test.
10178
10179 2002-04-13  Richard Sandiford  <rsandifo@redhat.com>
10180
10181         * gcc.dg/asm-6.c,
10182         * g++.dg/ext/asm1.C: New tests.
10183
10184 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
10185
10186         PR c++ 5373.
10187         * g++.dg/parse/stmtexpr1.C: New test.
10188
10189         PR c++/5189.
10190         * g++.dg/template/copy1.C: New test.
10191
10192 2002-04-12  Richard Henderson  <rth@redhat.com>
10193
10194         * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
10195
10196 2002-04-12  Geoffrey Keating  <geoffk@redhat.com>
10197
10198         * gcc.c-torture/execute/20020412-1.c: New file, renamed from
10199         gcc.c-torture/execute/20020307-2.c.
10200
10201 2002-04-12  Richard Sandiford  <rsandifo@redhat.com>
10202
10203         * g++.dg/ext/attrib5.C,
10204         * g++.dg/lookup/struct1.C: New tests.
10205
10206 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
10207
10208         * gcc.dg/20020411-1.c: New test.
10209
10210         * gcc.c-torture/execute/20020411-1.c: New test.
10211
10212 2002-04-10  Janis Johnson  <janis187@us.ibm.com>
10213
10214         * g77.f-torture/execute/6177.f: New test.
10215
10216 2002-04-10  Jakub Jelinek  <jakub@redhat.com>
10217
10218         PR middle-end/6247
10219         * g++.dg/opt/cleanup1.C: New test.
10220
10221         * g++.dg/opt/const1.C: New test.
10222
10223 2002-04-10  Lars Brinkhoff  <lars@nocrew.org>
10224
10225         * gcc.c-torture/execute/20020406-1.c: Declare malloc.
10226
10227 2002-04-10  Nathan Sidwell  <nathan@codesourcery.com>
10228
10229         PR c++/5507
10230         * g++.dg/template/typename2.C: New test.
10231
10232 2002-04-10  Alan Modra  <amodra@bigpond.net.au>
10233
10234         * gcc.c-torture/execute/loop-12.c: New.
10235
10236 2002-04-08  Hans-Peter Nilsson  <hp@bitrange.com>
10237
10238         * g77.f-torture/execute/980628-4.x,
10239         g77.f-torture/execute/980628-5.x,
10240         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
10241         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
10242         g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests.
10243
10244 2002-04-07  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10245
10246         PR optimization/6086
10247         * g++.dg/opt/preinc1.C: New test.
10248
10249 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
10250
10251         PR c++/5571
10252         * g++.dg/opt/static2.C: New test.
10253
10254 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
10255
10256         PR c/5120
10257         * gcc.dg/20020406-1.c: New test.
10258
10259 2002-04-04  David S. Miller  <davem@redhat.com>
10260
10261         * gcc.c-torture/execute/20020404-1.c: New test.
10262
10263 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
10264
10265         PR c/6123
10266         * gcc.dg/20020312-2.c: Do not declare global register variable
10267         if __PIC__ or __pic__ is defined.
10268
10269 2002-04-04  Richard Earnshaw  <rearnsha@arm.com>
10270
10271         * gcc.dg/arm-asm.c: Run this test on ARM chips, not SPARC.  Use
10272         __asm__ so that it works correctly even if -ansi -pedantic-errors.
10273
10274 2002-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10275
10276         * gcc.misc-tests/linkage.exp: Update last change to handle
10277         sparc*-, not just sparc-.
10278
10279 2002-04-03  Richard Henderson  <rth@redhat.com>
10280
10281         * gcc.dg/cpp/ucs.c: Improved long UCS test.
10282
10283 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
10284
10285         * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change.
10286
10287 2002-04-02  David S. Miller  <davem@redhat.com>
10288
10289         * gcc.c-torture/execute/20020402-3.c: New test.
10290
10291 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
10292
10293         * g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
10294         * g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
10295
10296         * g77.dg/f77-edit-i-in.f: xfail for mmix-knuth-mmixware.
10297         * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x,
10298         g77.f-torture/execute/20001201.x,
10299         g77.f-torture/execute/u77-test.x: New files.
10300
10301         * gcc.dg/wint_t-1.c: Mark excess errors for mmix-knuth-mmixware.
10302         * gcc.dg/wchar_t-1.c: Ditto.
10303
10304 2002-04-02  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10305
10306         * gcc.c-torture/execute/20020402-1.c: New test.
10307
10308 2002-04-01  Richard Henderson  <rth@redhat.com>
10309
10310         * gcc.c-torture/compile/920625-1.x: XFAIL -O1.
10311
10312         * g++.dg/other/new1.C: Use __SIZE_TYPE__.
10313
10314 2002-04-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10315
10316         * gcc.misc-tests/linkage.exp: Special case 64-bit solaris2.
10317
10318 2002-04-01  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
10319
10320         * g++.dg/inherit/template-as-base.C: Expect error.
10321         * g++.dg/inherit/namespace-as-base.C: Likewise.
10322
10323 2002-03-31  Hans-Peter Nilsson  <hp@bitrange.com>
10324
10325         * g++.dg/ext/instantiate1.C, g++.dg/ext/instantiate2.C,
10326         g++.dg/ext/instantiate3.C: Tweak match patterns.
10327
10328         * g++.old-deja/g++.pt/static11.C: Skip on mmix-knuth-mmixware.
10329         * g++.dg/other/static11.C: Copy g++.old-deja/g++.pt/static11.C for
10330         -da test.
10331
10332 2002-03-31  Richard Henderson  <rth@redhat.com>
10333
10334         * gcc.dg/special/alias-2.c: New.
10335         * gcc.dg/special/ecos.exp: Run it.
10336
10337 2002-03-31  Richard Henderson  <rth@redhat.com>
10338
10339         * gcc.dg/va-arg-1.c: Expect warnings, not errors.
10340
10341 2002-03-31  Kazu Hirata  <kazu@hxi.com>
10342
10343         * gcc.dg/weak-1.c: Disable on h8300 port.
10344
10345 2002-03-29  Janis Johnson  <janis187@us.ibm.com>
10346
10347         * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
10348         * g++.dg/bprob/bprob.exp: New driver for profile-directed branch
10349         ordering tests.
10350         * g++.dg/bprob/bprob-1.C: New test.
10351         * g++.dg/gcov/gcov.exp: New driver for gcov tests.
10352         * g++.dg/gcov/gcov-1.C: New test.
10353         * g++.dg/gcov/gcov-1.x: New file.
10354         * g++.dg/gcov/gcov-2.C: New test.
10355         * g++.dg/gcov/gcov-3.C: New test.
10356         * g++.dg/gcov/gcov-3.h: New file.
10357
10358 2002-03-28  Roger Sayle  <roger@eyesopen.com>
10359
10360         * g++.old-deja/g++.other/builtins5.C: New test.
10361         * g++.old-deja/g++.other/builtins6.C: New test.
10362         * g++.old-deja/g++.other/builtins7.C: New test.
10363         * g++.old-deja/g++.other/builtins8.C: New test.
10364         * g++.old-deja/g++.other/builtins9.C: New test.
10365
10366 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
10367
10368         * g++.dg/opt/static1.C: New test.
10369
10370         * g++.dg/opt/longbranch1.C: New test.
10371
10372 2002-03-28  Hans-Peter Nilsson  <hp@bitrange.com>
10373
10374         * gcc.dg/weak-1.c: Fix typo in scan-assembler pattern.
10375
10376         * g++.old-deja/g++.law/bit-fields2.C: Skip on mmix-knuth-mmixware.
10377
10378 2002-03-28  Jeffrey A Law  (law@redhat.com)
10379
10380         * gcc.c-torture/execute/20020328-1.c: New test.
10381
10382 2002-03-27  Richard Henderson  <rth@redhat.com>
10383
10384         * g++.dg/ext/instantiate1.C: Use scan-assembler, not link errors.
10385         * g++.dg/ext/instantiate2.C, g++.dg/ext/instantiate3.C: Likewise;
10386         move from g++.old-deja/g++.ext/.
10387
10388 2002-03-27  Mark Mitchell  <mark@codesourcery.com>
10389
10390         * g++.dg/init/new2.C: New test.
10391
10392 2002-03-26  Richard Henderson  <rth@redhat.com>
10393
10394         * gcc.dg/pragma-re-2.c: Avoid empty source file warning.
10395
10396         * gcc.dg/20020312-2.c: Don't test epilogue vs global register
10397         on sparc.
10398
10399         * gcc.dg/20001101-1.c: Add -mcpu=ultrasparc.  Only run on
10400         sparcv9 systems.
10401         * gcc.dg/20001102-1.c: Likewise.
10402
10403 2002-03-26  Phil Edwards  <pme@gcc.gnu.org>
10404
10405         * gcc.dg/cpp/endif-pedantic1.c,
10406         gcc.dg/cpp/endif-pedantic2.c:  New tests.
10407
10408 2002-03-26  Mark Mitchell  <mark@codesourcery.com>
10409
10410         * g++.dg/init/new1.C: New test.
10411
10412 2002-03-26  Nathan Sidwell  <nathan@codesourcery.com>
10413
10414         * g++.dg/abi/vbase9.C: New test.
10415
10416 2002-03-26  Richard Earnshaw  <rearnsha@arm.com>
10417
10418         * gcc.dg/arm-asm.c: New test.
10419
10420 2002-03-26  Andrew Cagney  <ac131313@redhat.com>
10421
10422         * gcc.dg/Wswitch-enum.c: New test.
10423         Fix PR c/5044.
10424
10425 2002-03-26  Richard Henderson  <rth@redhat.com>
10426
10427         * gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized
10428         structure.
10429
10430 2002-03-25  Richard Henderson  <rth@redhat.com>
10431
10432         * gcc.dg/20001013-1.c: Add -mcpu=ultrasparc.  Only run on
10433         sparcv9 systems.
10434
10435         * gcc.c-torture/compile/20011119-1.c (xxx): New.
10436         * gcc.c-torture/compile/20011119-2.c (xxx): New.
10437
10438 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
10439
10440         * gcc.dg/c90-hexfloat-1.c: Adjust error regexps.
10441
10442 2002-03-25  Bob Wilson  <bob.wilson@acm.org>
10443
10444         * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
10445         targets using generic thunk support.
10446
10447 2002-03-25  Jakub Jelinek  <jakub@redhat.com>
10448
10449         * gcc.c-torture/compile/20020323-1.c: New test.
10450
10451         * g++.dg/opt/conj2.C: New test.
10452
10453 2002-03-24  Richard Henderson  <rth@redhat.com>
10454
10455         * gcc.dg/weak-1.c: Use -fno-common.
10456
10457 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
10458
10459         * g77.dg/f77-edit-apostrophe-out.f: New test
10460         * g77.dg/f77-edit-h-out.f: New test
10461         * g77.dg/f77-edit-t-in.f: New test
10462         * g77.dg/f77-edit-t-out.f: New test
10463         * g77.dg/f77-edit-x-out.f: New test
10464         * g77.dg/f77-edit-slash-out.f: New test
10465         * g77.dg/f77-edit-colon-out.f: New test
10466         * g77.dg/f77-edit-s-out.f: New test
10467
10468 2002-03-24  Richard Henderson  <rth@redhat.com>
10469
10470         * objc/execute/formal_protocol-6.x: New XFAIL.
10471
10472 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
10473
10474         * gcc.dg/weak-1.c:  Early return from dg-final on platforms
10475         that do not support weak symbols
10476
10477 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
10478
10479         * lib/g++.exp:  Fix handling of LD_LIBRARY_PATH et al
10480         * lib/g77.exp:  Likewise
10481         * lib/objc.exp: Likewise
10482
10483 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
10484
10485         * gcc.dg/Wswitch-default.c: New test.
10486
10487 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
10488
10489         * g++.dg/other/enum1.C: New test.
10490
10491 2002-03-23  Zack Weinberg  <zack@codesourcery.com>
10492
10493         * gcc.dg/pragma-ep-3.c: Fix typo.
10494
10495 2002-03-22  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
10496
10497         * g++.dg/inherit/template-as-base.C: New test.
10498
10499 2002-03-22  Jakub Jelinek  <jakub@redhat.com>
10500
10501         * g++.old-deja/g++.other/dwarf2-1.C: Move...
10502         * g++.dg/debug/debug5.C: ...here.  Convert for dg framework.
10503
10504 2002-03-22  Neil Booth  <neil@daikokuya.demon.co.uk>
10505
10506         * gcc.dg/cpp/multiline.c: Update to match.
10507
10508 2002-03-22  Alexandre Oliva  <aoliva@redhat.com>
10509
10510         * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
10511
10512 2002-03-22  Phil Edwards  <pme@gcc.gnu.org>
10513
10514         * gcc.dg/cpp/extratokens2.c:  New file.
10515
10516 2002-03-21  David Edelsohn  <edelsohn@gnu.org>
10517
10518         * gcc.dg/20020312-2.c: Add rs6000 target.
10519
10520         * gcc.c-torture/compile/20020319-1.c: New test.
10521
10522 2002-03-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10523
10524         * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
10525         (A, E): Handle this.
10526
10527 2002-03-20  Jason Merrill  <jason@redhat.com>
10528
10529         * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
10530         ignoring -fpic.
10531         * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
10532         through prune_gcc_output.
10533
10534 2002-03-20  Jakub Jelinek  <jakub@redhat.com>
10535
10536         * gcc.c-torture/compile/20020320-1.c: New test.
10537
10538 2002-03-19  Jakub Jelinek  <jakub@redhat.com>
10539
10540         * gcc.c-torture/compile/20020318-1.c: New test.
10541
10542         * gcc.dg/struct-by-value-1.c: New test.
10543
10544         * gcc.dg/20020319-1.c: New test.
10545
10546 2002-03-18  Jakub Jelinek  <jakub@redhat.com>
10547
10548         * g++.dg/opt/conj1.C: New test.
10549
10550 2002-03-17  Mark Mitchell  <mark@codesourcery.com>
10551
10552         * g++.dg/template/qualttp20.C: Revert previous change.
10553         * g++.dg/template/qualttp3.C: Likewise.
10554         * g++.dg/template/qualttp4.C: Likewise
10555         * g++.dg/template/qualttp5.C: Likewise
10556         * g++.dg/template/qualttp6.C: Likewise
10557         * g++.dg/template/qualttp7.C: Likewise
10558         * g++.dg/template/qualttp8.C: Likewise
10559         * g++.dg/template/recurse.C: Likewise.
10560
10561 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
10562
10563         * gcc.dg/cpp/wchar-1.c: Update.
10564
10565 2002-03-16  Nathan Sidwell  <nathan@codesourcery.com>
10566
10567         * g++.dg/template/conv1.C: New test.
10568         * g++.dg/template/conv2.C: New test.
10569         * g++.dg/template/conv3.C: New test.
10570         * g++.dg/template/conv4.C: New test.
10571
10572 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
10573
10574         * g++.dg/template/qualttp20.C: Remove unnecessary error tags.
10575         * g++.dg/template/qualttp3.C: Likewise.
10576         * g++.dg/template/qualttp4.C: Likewise
10577         * g++.dg/template/qualttp5.C: Likewise
10578         * g++.dg/template/qualttp6.C: Likewise
10579         * g++.dg/template/qualttp7.C: Likewise
10580         * g++.dg/template/qualttp8.C: Likewise
10581         * g++.dg/template/recurse.C: Likewise.
10582
10583 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
10584
10585         * g++.dg/opt/dtor1.C: New test.
10586
10587 2002-03-15  Jakub Jelinek  <jakub@redhat.com>
10588
10589         * gcc.c-torture/compile/20020315-1.c: New test.
10590
10591 2002-03-15  Richard Earnshaw  <rearnsha@arm.com>
10592
10593         * gcc.dg/weak-1.c: Fix scan tests.
10594
10595 2002-03-15  Hans-Peter Nilsson  <hp@bitrange.com>
10596
10597         * gcc.dg/20020312-2.c [__MMIX__]: No pic register.
10598         * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf*
10599         cris-*-aout* mmix-*-*.
10600         * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
10601         cris-*-aout* mmix-*-*.
10602         * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on
10603         cris-*-elf* cris-*-aout* and mmix-*-*.
10604         * gcc.dg/20001009-1.c: Ditto.
10605         * gcc.dg/20010912-1.c: Ditto.
10606         * gcc.dg/20020122-4.c: Ditto.
10607         * gcc.dg/inline-2.c: Ditto.
10608
10609 2002-03-14  Jeffrey A Law  (law@cygnus.com)
10610
10611         * gcc.c-torture/compile/20020314-1.c: New test.
10612
10613 2002-03-14  Richard Earnshaw  <rearnsha@arm.com>
10614
10615         * gcc.c-torture/execute/20020314-1.c: New test.
10616
10617 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
10618
10619         * g++.dg/warn/Wunused-1.C: New test.
10620
10621 2002-02-13  Richard Sandiford  <rsandifo@redhat.com>
10622
10623         * g++.dg/abi/mangle6.C: New test.
10624
10625 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
10626
10627         * gcc.c-torture/compile/20020309-2.c: New test.
10628
10629         * gcc.c-torture/compile/20020312-1.c: New test.
10630
10631 2002-03-12  Nathan Sidwell  <nathan@codesourcery.com>
10632
10633         * g++.dg/other/access1.C: New test.
10634
10635 2002-03-12  Jakub Jelinek  <jakub@redhat.com>
10636
10637         * gcc.c-torture/execute/wchar_t-1.c: New test.
10638
10639 2002-03-12  David Edelsohn  <edelsohn@gnu.org>
10640
10641         * gcc.dg/20020103-1.c: Add rs6000 target and macro.
10642
10643 2002-03-12  Roger Sayle  <roger@eyesopen.com>
10644
10645         * gcc.dg/20020312-1.c: New test case.
10646
10647 2002-03-11  Aldy Hernandez  <aldyh@redhat.com>
10648
10649         * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
10650
10651 2002-03-11  Richard Henderson  <rth@redhat.com>
10652
10653         * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
10654         * g++.old-deja/g++.jason/report.C: Likewise.
10655
10656 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
10657
10658         * testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
10659         * testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.
10660
10661 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
10662
10663         * testsuite/g++.dg/overload/pmf1.C: New test.
10664
10665 2002-03-11  Kazu Hirata  <kazu@hxi.com>
10666
10667         * gcc.c-torture/execute/20020307-1.c: Use long.
10668
10669 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
10670
10671         PR optimization/5844
10672         * gcc.dg/20020310-1.c: New test.
10673
10674 2002-03-09  Michael Meissner  <meissner@redhat.com>
10675
10676         * gcc.c-torture/execute/memcpy-2.c: New test.
10677         * gcc.c-torture/execute/memset-1.c: New test.
10678         * gcc.c-torture/execute/strlen-1.c: New test.
10679         * gcc.c-torture/execute/strcmp-1.c: New test.
10680         * gcc.c-torture/execute/strncmp-1.c: New test.
10681
10682 2002-03-09  Geoffrey Keating  <geoffk@redhat.com>
10683
10684         * gcc.dg/ppc-ldstruct.c: New test.
10685
10686 2002-03-09  Jakub Jelinek  <jakub@redhat.com>
10687
10688         * gcc.c-torture/execute/va-arg-22.c: New test.
10689
10690 2002-03-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10691
10692         * gcc.c-torture/compile/20020309-1.c: New test.
10693
10694 2002-03-08  Jakub Jelinek  <jakub@redhat.com>
10695
10696         * gcc.c-torture/execute/20020307-2.c: New test.
10697
10698 2002-03-07  Jeffrey A Law  (law@redhat.com)
10699
10700         * g77.f-torture/compile/20020307-1.f: New test.
10701
10702 2002-03-07  Richard Sandiford  <rsandifo@redhat.com>
10703
10704         * gcc.dg/unordered-1.c: New test.
10705
10706 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
10707
10708         * gcc.c-torture/execute/20020307-1.c: New test.
10709
10710 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
10711
10712         * gcc.dg/20020304-1.c: New test.
10713
10714         * gcc.c-torture/compile/20020304-2.c: New test.
10715
10716 2002-03-04  Zack Weinberg  <zack@codesourcery.com>
10717
10718         * gcc.c-torture/compile/20020304-1.c: New test case
10719         (from PR c/5830).
10720
10721 2002-03-03  Aldy Hernandez  <aldyh@redhat.com>
10722
10723         * gcc.dg/20020103-1.c: Add other -D ppc variants.
10724
10725 2002-03-02  Nathan Sidwell  <nathan@codesourcery.com>
10726
10727         * g++.dg/other/classkey1.C: New test.
10728
10729 2002-03-01  Richard Henderson  <rth@redhat.com>
10730
10731         * gcc.c-torture/compile/981223-1.x: New.
10732         * gcc.c-torture/compile/920625-1.x: New.
10733
10734 2002-02-28  Richard Henderson  <rth@redhat.com>
10735
10736         * g++.dg/opt/vtgc1.C: Adjust patterns for ia64.
10737
10738 2002-02-27  Hans-Peter Nilsson  <hp@bitrange.com>
10739
10740         * gcc.c-torture/execute/20020227-1.c: New test.
10741
10742 2002-02-27  Mark Mitchell  <mark@codesourcery.com>
10743
10744         * g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
10745         here" ERROR lines.
10746         * g++.old-deja/g++.oliva/partord1.C: Likewise.
10747         * g++.old-deja.g++.other/defarg1.C: Likewise.
10748         * g++.old-deja/g++.pt/calls2.C: Likewise.
10749         * g++.old-deja/g++.pt/crash20.C: Likewise.
10750         * g++.old-deja/g++.pt/crash30.C: Likewise.
10751         * g++.old-deja/g++.pt/crash36.C: Likewise.
10752         * g++.old-deja/g++.pt/crash6.C: Likewise.
10753         * g++.old-deja/g++.pt/defarg13.C: Likewise.
10754         * g++.old-deja/g++.pt/derived3.C: Likewise.
10755         * g++.old-deja/g++.pt/error1.C: Likewise.
10756         * g++.old-deja/g++.pt/friend21.C: Likewise.
10757         * g++.old-deja/g++.pt/friend23.C: Likewise.
10758         * g++.old-deja/g++.pt/infinite1.C: Likewise.
10759         * g++.old-deja/g++.robertl/eb128.C: Likewise.
10760
10761 2002-02-27  Geoffrey Keating  <geoffk@redhat.com>
10762
10763         * gcc.c-torture/execute/20020225-2.c: New test.
10764
10765 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
10766
10767         * gcc.c-torture/execute/920730-1t.c,
10768         gcc.c-torture/execute/920730-1t.x, gcc.dg/ext-glob.c:
10769         Delete test cases, only relevant to -traditional.
10770
10771 2002-02-27  Neil Booth  <neil@daikokuya.demon.co.uk>
10772
10773         * gcc.dg/cpp/undef1.c: Remove.
10774         * gcc.dg/cpp/directiv.c: Update.
10775         * gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.
10776
10777 2002-02-27  Michael Meissner  <meissner@redhat.com>
10778
10779         * gcc.c-torture/execute/20020226-1.c: New test.
10780
10781 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
10782
10783         * g++.dg/debug/debug4.C: New test.
10784
10785         * gcc.dg/ia64-visibility-1.c: New test.
10786
10787 2002-02-26  Alexandre Oliva  <aoliva@redhat.com>
10788
10789         * gcc.dg/debug/20020224-1.c: New.
10790
10791 2002-02-25  Kazu Hirata  <kazu@hxi.com>
10792
10793         * gcc.c-torture/execute/960416-1.x: New.
10794         * gcc.c-torture/execute/divconst-3.x: Likewise.
10795
10796 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
10797
10798         * gcc.dg/20020224-1.c: New test.
10799
10800 2002-02-25  Alan Modra  <amodra@bigpond.net.au>
10801
10802         * gcc.c-torture/execute/20020225-1.c: New.
10803
10804 2002-02-24  Neil Booth  <neil@daikokuya.demon.co.uk>
10805
10806         * testsuite/gcc.dg/cpp/wchar-1.c: New test.
10807
10808 2002-02-23  Jakub Jelinek  <jakub@redhat.com>
10809
10810         * gcc.dg/20020222-1.c: New test.
10811
10812 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
10813
10814         * g++.dg/opt/anonunion1.C: New test.
10815
10816 2002-02-22  Nathan Sidwell  <nathan@codesourcery.com>
10817
10818         * g++.dg/template/qualttp19.C: New test.
10819         * g++.dg/template/qualttp20.C: New test.
10820         * g++.old-deja/g++.jason/report.C: Adjust expected errors
10821         * g++.old-deja/g++.other/qual1.C: Likewise.
10822
10823 2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
10824
10825         * gcc.dg/attr-alwaysinline.c: New.
10826
10827 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
10828
10829         * gcc.dg/20020220-1.c: New test.
10830
10831         * gcc.dg/20020220-2.c: New test.
10832
10833         * g++.dg/opt/mmx1.C: New test.
10834
10835 2002-02-20  Alexandre Oliva  <aoliva@redhat.com>
10836
10837         * gcc.c-torture/compile/20020110.c: New test.
10838
10839 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
10840
10841         * gcc.c-torture/execute/20020219-1.c: New test.
10842
10843         * gcc.dg/20020219-1.c: New test.
10844
10845         * gcc.dg/noncompile/20020220-1.c: New test.
10846
10847         * g++.dg/opt/ptrintsum1.C: New test.
10848
10849         * gcc.dg/debug/20020220-1.c: New test.
10850
10851 2002-02-17  Jakub Jelinek  <jakub@redhat.com>
10852
10853         * gcc.c-torture/execute/20020216-1.c: New test.
10854
10855 2002-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
10856
10857         * gcc.dg/decl-1.c: Update, new test.
10858
10859 2002-02-15  Nathan Sidwell  <nathan@codesourcery.com>
10860
10861         * g++.dg/abi/bitfield1.C: New test.
10862         * g++.dg/abi/bitfield2.C: New test.
10863
10864 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
10865
10866         * gcc.dg/attr-nest.c: New test.
10867
10868 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
10869
10870         * gcc.c-torture/execute/20020215-1.c: New test.
10871
10872 2002-02-14  Jakub Jelinek  <jakub@redhat.com>
10873
10874         * g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
10875         * g++.dg/debug/debug.exp: New.
10876         * g++.dg/debug/trivial.C: New.
10877         * g++.dg/debug/debug1.C: Moved...
10878         * g++.dg/other/debug1.C: ...from here.
10879         * g++.dg/debug/debug2.C: Moved...
10880         * g++.dg/other/debug2.C: ...from here.
10881         * g++.dg/debug/debug3.C: Moved...
10882         * g++.dg/other/debug3.C: ...from here.
10883
10884         * gcc.dg/noncompile/20020213-1.c: New test.
10885
10886 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
10887
10888         * g++.dg/other/debug3.C: New test.
10889
10890         * gcc.c-torture/execute/20020213-1.c: New test.
10891
10892 2002-02-13  Richard Smith <richard@ex-parrot.com>
10893
10894         * g++.old-deja/g++.other/thunk1.C: New test.
10895
10896 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
10897
10898         * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
10899
10900 2002-02-13  Stan Shebs  <shebs@apple.com>
10901
10902         * gcc.dg/altivec-3.c: New.
10903
10904 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
10905
10906         * gcc.dg/Wunreachable-1.c: New test.
10907         * gcc.dg/Wunreachable-2.c: New test.
10908
10909 2002-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
10910
10911         * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
10912
10913 2002-02-12  Neil Booth  <neil@daikokuya.demon.co.uk>
10914
10915         * gcc.dg/decl-1.c: New test.
10916
10917 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
10918
10919         * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
10920
10921 2002-02-10  Kazu Hirata  <kazu@hxi.com>
10922
10923         * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
10924         * gcc.c-torture/compile/980506-1.x: Likewise.
10925
10926 2002-02-10  Kazu Hirata  <kazu@hxi.com>
10927
10928         * gcc.dg/20020210-1.c: New.
10929
10930 2002-02-09  Toon Moene  <toon@moene.indiv.nluug.nl>
10931
10932         * g77.f-torture/execute/947.f: New regression test
10933         for PR fortran/947.
10934
10935 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
10936
10937         * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
10938         * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
10939
10940 2002-02-08  Richard Henderson  <rth@redhat.com>
10941
10942         * gcc.c-torture/compile/labels-3.c: New.
10943
10944 2002-02-08  Jakub Jelinek  <jakub@redhat.com>
10945
10946         * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
10947         expression statements work instead.
10948         * gcc.dg/noncompile/20020207-1.c: New test.
10949
10950 2002-02-07  Richard Henderson  <rth@redhat.com>
10951
10952         * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
10953
10954 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
10955
10956         * lib/prune.exp: Remove "In (program|subroutine"block-data)"
10957         message from g77
10958         * lib/g77-dg.exp: Trim g77 error messages so that they are
10959         recognized by dg.exp.
10960
10961 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
10962
10963         PR fortran/5473
10964         * g77.dg/pr5473.f: Now dg-error.  Add additional cases.
10965
10966 2002-02-07  Richard Henderson  <rth@redhat.com>
10967
10968         * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
10969         to be sufficiently aligned for integers.
10970
10971 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
10972
10973         * g++.dg/template/friend4.C: New test.
10974
10975 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
10976
10977         PR fortran/5743
10978         * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
10979         unsupported cases.
10980
10981 2002-02-07  Richard Henderson  <rth@redhat.com>
10982
10983         * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
10984         * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
10985         gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
10986         objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
10987
10988 2002-02-06  Richard Henderson  <rth@redhat.com>
10989
10990         * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
10991
10992 2002-02-06  Janis Johnson  <janis187@us.ibm.com>
10993
10994         * gcc.dg/20020206-1.c: New test.
10995
10996 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
10997
10998         * gcc.c-torture/execute/20020206-1.c: New test.
10999
11000         * gcc.c-torture/execute/20020206-2.c: New test.
11001
11002         PR optimization/5429:
11003         * gcc.c-torture/compile/20020206-1.c: New test.
11004
11005 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
11006
11007         * g++.dg/ext/align1.C: Do not use an explicit alignment value
11008         as certain file formats cannot support particularly large
11009         alignments.
11010
11011         * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
11012         and do not expect to be able to link the executable.
11013
11014         * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
11015         fail because the COFF format does not support the weak attribute.
11016
11017 2002-02-05  David Billinghurst <David.Billinghurst@riotinto.com>
11018
11019         * g77.dg/pr5473.f:  New test
11020
11021 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
11022
11023         * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
11024         Fix testcase accordingly.
11025
11026 2002-02-04  Richard Henderson  <rth@redhat.com>
11027
11028         * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
11029         (buf): Change to be an array of pointers, not ints.
11030
11031 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
11032
11033         * gcc.dg/Wswitch.c: Fix typos.  Don't return unconditionally
11034         before all tests.  Move warning one line above to match where it
11035         C frontend emits.
11036         * gcc.dg/Wswitch-2.c: New test.
11037         * g++.dg/warn/Wswitch-1.C: New test.
11038         * g++.dg/warn/Wswitch-2.C: New test.
11039
11040 2002-02-04  Richard Henderson  <rth@redhat.com>
11041
11042         * g++.dg/abi/offsetof.C: Fix size comparison.
11043
11044 2002-02-04  Richard Sandiford  <rsandifo@redhat.com>
11045
11046         * gcc.dg/cast-qual-2.c: New test.
11047
11048 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
11049
11050         * gcc.dg/20020201-4.c: New test.
11051
11052 2002-02-04  Ben Elliston  <bje@redhat.com>
11053
11054         * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
11055         target_info attribute != 0, in addition to the empty string.
11056         (gcc_target_compile): Likewise.
11057
11058 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
11059
11060         * gcc.dg/Wswitch.c: New test.
11061         PR gcc/4475. PR gcc/3780.
11062
11063 2002-02-03  Toon Moene  <toon@moene.indiv.nluug.nl>
11064
11065         * g77.f-torture/execute/5122.f: New test for regressions
11066         against PR fortran/5122.
11067
11068 2002-02-03  David Billinghurst <David.Billinghurst@riotinto.com>
11069
11070         * g77.f-torture/compile/pr3743.f: Delete
11071         * g77.dg/pr3743-1.f: New test.
11072         * g77.dg/pr3743-2.f: New test.
11073         * g77.dg/pr3743-3.f: New test.
11074         * g77.dg/pr3743-4.f: New test.
11075
11076 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
11077
11078         * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
11079
11080 2002-02-02  Richard Henderson  <rth@redhat.com>
11081
11082         * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
11083         * gcc.c-torture/execute/bf64-1.c: Likewise.
11084
11085 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
11086
11087         * gcc.dg/20020201-2.c: New test.
11088
11089         * gcc.dg/20020201-3.c: New test.
11090
11091         * gcc.c-torture/execute/bitfld-2.c: New test.
11092
11093 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
11094
11095         * gcc.dg/bitfld-1.c: Update.
11096         * gcc.dg/bitfld-2.c: Update.
11097         * gcc.c-torture/execute/bitfld-1.x: New.
11098
11099 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
11100
11101         * gcc.c-torture/execute/20020201-1.c: New test.
11102
11103 2002-02-01  Janis Johnson  <janis187@us.ibm.com>
11104
11105         PR target/5469
11106         * gcc.dg/20020201-1.c: New test.
11107
11108 2002-02-01  David.Billinghurst <David.Billinghurst@riotinto.com>
11109
11110         PR fortran/3743
11111         * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
11112         * g77.f-torture/compile/pr3743.x: Remove
11113
11114 2002-01-31  Tom Rix  <trix@redhat.com>
11115
11116         * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
11117
11118 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
11119
11120         * gcc.dg/noncompile/20020130-1.c: New test.
11121
11122 2002-01-30  David Billinghurst  <David.Billinghurst@riotinto.com>
11123
11124         * g77.dg/f77-edit-i-out.f:  Escape \. Allow \r\n and \r.
11125
11126 2002-01-29  Richard Henderson  <rth@redhat.com>
11127
11128         * gcc.c-torture/execute/991118-1.c: Cast various constants back
11129         to long long.
11130         * gcc.c-torture/execute/bf64-1.c: Likewise.
11131
11132 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
11133
11134         * gcc.c-torture/execute/20020129-1.c: New test.
11135
11136 2002-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
11137
11138         * gcc.c-torture/compile/20000224-1.c: Update.
11139         * gcc.c-torture/execute/bitfld-1.c: New tests.
11140         * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
11141         * gcc.dg/uninit-A.c: Update.
11142
11143 2002-01-29  Nathan Sidwell  <nathan@codesourcery.com>
11144
11145         * g++.dg/template/ctor1.C: Add instantiation.
11146
11147 2002-01-28  Paul Koning  <pkoning@equallogic.com>
11148
11149         * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
11150         argument to __builtin_prefetch to be const ptr.
11151
11152 2002-01-28  Jakub Jelinek  <jakub@redhat.com>
11153
11154         * gcc.c-torture/compile/20020120-1.c: New test.
11155
11156 2002-01-27  Kazu Hirata  <kazu@hxi.com>
11157
11158         * gcc.c-torture/execute/20020127-1.c: New test.
11159
11160 2002-01-27  David Billinghurst  <David.Billinghurst@riotinto.com>
11161
11162         * g77.dg/f77-edit-i-in.f: New test
11163         * g77.dg/f77-edit-i-out.f: New test
11164
11165 2002-01-25  Geoffrey Keating  <geoffk@redhat.com>
11166
11167         * gcc.dg/debug/debug.exp: New file.
11168         * gcc.dg/debug/trivial.c: New file.
11169         * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
11170         * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
11171         * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
11172         * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
11173         * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
11174         * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
11175         * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
11176         * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
11177         * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
11178         * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
11179         * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
11180         * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
11181         * gcc.dg/20000503-1.c: Removed.
11182         * gcc.dg/20010207-1.c: Removed.
11183         * gcc.dg/20011223-1.c: Removed.
11184         * gcc.dg/20020104-2.c: Removed.
11185         * gcc.dg/debug-1.c: Removed.
11186         * gcc.dg/debug-2.c: Removed.
11187         * gcc.dg/debug-3.c: Removed.
11188         * gcc.dg/debug-4.c: Removed.
11189         * gcc.dg/debug-5.c: Removed.
11190         * gcc.dg/debug-6.c: Removed.
11191         * gcc.dg/dwarf2-1.c: Removed.
11192         * gcc.dg/dwarf2-2.c: Removed.
11193
11194 2002-01-25  Jakub Jelinek  <jakub@redhat.com>
11195
11196         * g++.old-deja/g++.other/eh5.C: New test.
11197         * g++.old-deja/g++.other/sibcall2.C: New test.
11198         * g++.old-deja/g++.other/array9.C: New test.
11199         * g++.old-deja/g++.other/typename2.C: New test.
11200         * g++.old-deja/g++.other/crash60.C: New test.
11201         * g++.old-deja/g++.other/conv9.C: New test.
11202         * g++.old-deja/g++.other/mangle10.C: New test.
11203         * g++.old-deja/g++.other/unchanging1.C: New test.
11204         * g++.old-deja/g++.other/exprstmt1.C: New test.
11205         * g++.old-deja/g++.other/inline23.C: New test.
11206         * g++.old-deja/g++.eh/ia64-1.C: New test.
11207         * g++.old-deja/g++.other/dwarf2-1.C: New test.
11208         * g++.old-deja/g++.other/reload1.C: New test.
11209         * g++.old-deja/g++.other/static20.C: New test.
11210         * g++.old-deja/g++.other/local-alloc1.C: New test.
11211         * g++.old-deja/g++.other/conv8.C: New test.
11212         * g++.old-deja/g++.other/stmtexpr2.C: New test.
11213         * g++.old-deja/g++.other/storeexpr1.C: New test.
11214         * g++.old-deja/g++.other/storeexpr2.C: New test.
11215         * g++.dg/eh/template2.C: New test.
11216         * g++.dg/warn/weak1.C: New test.
11217
11218 2002-01-25  Hans-Peter Nilsson  <hp@bitrange.com>
11219
11220         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
11221         Remove first, non-varying, argument.
11222
11223 2002-01-23  Richard Henderson  <rth@redhat.com>
11224
11225         * gcc.dg/inline-2.c: New.
11226
11227         * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
11228         Add optional target arg.  Check number of arguments.
11229         (scan-assembler-not, scan-assembler-dem): Likewise.
11230         (scan-assembler-dem-not): Likewise.
11231
11232 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
11233
11234         * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
11235         line 12.
11236         * g++.old-deja/g++.brendan/parse3.C,
11237         g++.old-deja/g++.other/crash26.C,
11238         g++.old-deja/g++.other/crash28.C,
11239         g++.old-deja/g++.other/crash29.C,
11240         g++.old-deja/g++.other/crash30.C,
11241         g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
11242
11243 2002-01-23  Aldy Hernandez  <aldyh@redhat.com>
11244
11245         * gcc.dg/20020115-1.c: New.
11246
11247 2002-01-23  Bob Wilson  <bob.wilson@acm.org>
11248
11249         * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
11250
11251 2002-01-23  Janis Johnson  <janis187@us.ibm.com>
11252
11253         * gcc.dg/20020122-3.c: New.
11254
11255 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
11256
11257         * g++.dg/other/gc1.C: New test.
11258
11259 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
11260
11261         * gcc.dg/c99-intconst-1.c: Mark XFAIL.
11262
11263 2002-01-22  Richard Henderson  <rth@redhat.com>
11264
11265         * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
11266
11267 2002-01-22  Richard Henderson  <rth@redhat.com>
11268
11269         * gcc.dg/20020122-4.c: New.
11270
11271 2002-01-22  H.J. Lu <hjl@gnu.org>
11272
11273         * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
11274         link output.
11275         * gcc.dg/special/ecos.exp: Likewise.
11276         * lib/g++-dg.exp: Likewise.
11277         * lib/g77-dg.exp: Likewise.
11278         * lib/gcc-dg.exp : Likewise.
11279         * lib/mike-g++.exp: Likewise.
11280         * lib/mike-g77.exp: Likewise.
11281         * lib/mike-gcc.exp: Likewise.
11282         * lib/objc-dg.exp: Likewise.
11283
11284 2002-01-22  Janis Johnson  <janis187@us.ibm.com>
11285
11286         PR target/5379
11287         * gcc.dg/20020122-2.c: New test.
11288
11289 2002-01-22  Hans-Peter Nilsson  <hp@axis.com>
11290
11291         * gcc.dg/20020122-1.c: New test.
11292
11293 2001-01-22  David.Billinghurst <David.Billinghurst@riotinto.com>
11294
11295         * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
11296
11297 2002-01-22  David Billinghurst <David.Billinghurst@riotinto.com>
11298
11299         * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
11300
11301 2002-01-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11302
11303         * gcc.c-torture/compile/20020121-1.c: New test.
11304
11305 2002-01-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11306
11307         * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
11308         ld_library_path.
11309
11310 2002-01-21  Jakub Jelinek  <jakub@redhat.com>
11311
11312         * gcc.dg/20020218-1.c: New test.
11313
11314 2002-01-21  David.Billinghurst <David.Billinghurst@riotinto.com>
11315
11316         * lib/prune.exp (prune_gcc_output): Prune "At global scope"
11317         messages
11318         * g++.dg/other/deprecated.C: Remove dg-bogus comment for
11319         "At global scope" warning
11320         * g++.dg/ext/align1.C: Change cygwin test for alignment
11321         from db-bogus to dg-warning
11322
11323 2002-01-21  Zack Weinberg  <zack@codesourcery.com>
11324
11325         * g77.f-torture/compile/cpp2.F: New test.
11326
11327 2002-01-19  Nathan Sidwell  <nathan@codesourcery.com>
11328
11329         * g++.dg/template/access1.C: New test.
11330
11331 2002-01-18  Aldy Hernandez  <aldyh@redhat.com>
11332
11333         * gcc.dg/20020118-1.c: New.
11334
11335 2002-01-18  Kazu Hirata  <kazu@hxi.com>
11336
11337         * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
11338
11339 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
11340
11341         * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
11342         * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
11343         alignment warnings.
11344
11345 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
11346
11347         * gcc.misc-tests/i386-prefetch.exp: Save and restore
11348         torture_with_loops and torture_without_loops
11349
11350 2002-01-17  Jakub Jelinek  <jakub@redhat.com>
11351
11352         * gcc.c-torture/compile/20020116-1.c: New test.
11353
11354 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
11355
11356         * gcc.dg/20020116-2.c: New test.
11357
11358         * gcc.dg/ultrasp4.c: New test.
11359
11360         * gcc.dg/20020116-1.c: New test.
11361
11362 2002-01-15  Geoffrey Keating  <geoffk@redhat.com>
11363
11364         * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
11365         by EABI.
11366
11367 2002-01-15  Janis Johnson  <janis187@us.ibm.com>
11368
11369         * gcc.misc-tests/i386-prefetch.exp: New.
11370         * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
11371         * gcc.misc-tests/i386-pf-athlon-1.c: New test.
11372         * gcc.misc-tests/i386-pf-none-1.c: New test.
11373         * gcc.misc-tests/i386-pf-sse-1.c: New test.
11374
11375 2002-01-15  Jakub Jelinek  <jakub@redhat.com>
11376
11377         * gcc.dg/gnu89-init-1.c: Add new tests.
11378
11379 2002-01-15  Andreas Jaeger  <aj@suse.de>
11380
11381         * gcc.dg/i386-mmx-1.c: Also run on x86-64.
11382         * gcc.dg/i386-mmx-2.c: Likewise.
11383         * gcc.dg/i386-sse-1.c: Likewise.
11384         * gcc.dg/i386-sse-2.c: Likewise.
11385         * gcc.dg/i386-sse-3.c: Likewise.
11386
11387 2001-01-14  David Billinghurst <David.Billinghurst@riotinto.com>
11388
11389         * g77.f-torture/execute/intrinsic-unix-bessel.f:
11390         Uncomment additional cases that now pass.
11391
11392 2002-01-11  Richard Henderson  <rth@redhat.com>
11393
11394         * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
11395         * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
11396
11397 2002-01-11  Nicola Pero  <n.pero@mi.flashnet.it>
11398
11399         * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
11400
11401 2002-01-10  Aldy Hernandez  <aldyh@redhat.com>
11402
11403         * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
11404         lvx, stvx, stvebx, stvehx, stvewx, stvxl.
11405
11406 2002-01-10  Dale Johannesen  <dalej@apple.com>
11407
11408         * gcc.c-torture/execute/loop-11.c: New.
11409
11410 2002-01-08  Aldy Hernandez  <aldyh@redhat.com>
11411
11412         * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
11413         dss, lvsl, lvsr, dstt, dstst, dststt, dst.
11414
11415 2002-01-09  Richard Henderson  <rth@redhat.com>
11416
11417         * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
11418         type in which to perform the operation for each size.
11419
11420 2002-01-09  Alan Matsuoka  (alanm@redhat.com)
11421
11422         * gcc.c-torture/compile/20020109-2.c: New test.
11423
11424 2002-01-09  Gwenole Beauchesne  <bgeauchesne@mandrakesoft.com>
11425
11426         * gcc.c-torture/execute/loop-10.c: New test.
11427
11428 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
11429
11430         * gcc.c-torture/compile/20010226-1.c: New test.
11431         * gcc.c-torture/compile/20010227-1.c: New test.
11432         * gcc.c-torture/compile/20010426-1.c: New test.
11433         * gcc.c-torture/compile/20010510-1.c: New test.
11434         * gcc.c-torture/compile/20010605-3.c: New test.
11435         * gcc.c-torture/compile/20010824-1.c: New test.
11436         * gcc.c-torture/execute/20010409-1.c: New test.
11437         * gcc.dg/noncompile/20000901-1.c: New test.
11438         * gcc.dg/20001023-1.c: New test.
11439         * gcc.dg/20001101-1.c: New test.
11440         * gcc.dg/20001102-1.c: New test.
11441         * gcc.dg/20010207-1.c: New test.
11442         * gcc.dg/20010405-1.c: New test.
11443         * gcc.dg/20010822-1.c: New test.
11444         * gcc.dg/20011107-1.c: New test.
11445
11446 2002-01-09  Jeffrey A Law  (law@redhat.com)
11447
11448         * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
11449
11450         * gcc.c-torture/execute/strct-stdarg-1.x: New file.  Expect
11451         execution failure on PA targets.
11452
11453 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
11454
11455         * gcc.c-torture/compile/20020109-1.c: New test.
11456
11457 2002-01-08  Kazu Hirata  <kazu@hxi.com>
11458
11459         * gcc.c-torture/execute/20020108-1.c: New test.
11460
11461 2002-01-08  Jakub Jelinek  <jakub@redhat.com>
11462
11463         * gcc.dg/20020108-1.c: New test.
11464
11465 2002-01-08  H.J. Lu <hjl@gnu.org>
11466
11467         * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
11468         for header files.
11469
11470 2002-01-08  Geoff Keating  <geoffk@redhat.com>
11471
11472         * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
11473         consistency.
11474
11475 002-01-07  Aldy Hernandez  <aldyh@redhat.com>
11476
11477         * gcc.dg/altivec-4.c: Test altivec predicates.
11478
11479 2002-01-07  Jakub Jelinek  <jakub@redhat.com>
11480
11481         * gcc.c-torture/execute/20020107-1.c: New test.
11482
11483 2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>
11484
11485         PR c/5279
11486         * gcc.c-torture/compile/20020106-1.c: New test.
11487
11488 2002-01-05  Hans-Peter Nilsson  <hp@bitrange.com>
11489
11490         * gcc.c-torture/execute/nestfunc-4.c: New test.
11491
11492 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
11493
11494         * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
11495         extra triple that slipped in.
11496         * g++.old-deja/g++.abi/align.C: Likewise.
11497         * g++.old-deja/g++.abi/bitfields.C: Likewise.
11498
11499 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
11500
11501         * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
11502         * g++.old-deja/g++.abi/align.C: Likewise.
11503         * g++.old-deja/g++.abi/bitfields.C: Likewise.
11504
11505         * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
11506         on FreeBSD/i386.
11507         * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
11508         FreeBSD.
11509
11510 2002-01-04  Jakub Jelinek  <jakub@redhat.com>
11511
11512         * gcc.dg/20020104-1.c: New test.
11513
11514         * gcc.dg/20020104-2.c: New test.
11515
11516 2002-01-04  Hans-Peter Nilsson  <hp@bitrange.com>
11517
11518         * gcc.dg/20020103-1.c: Fix typo in target selector.
11519
11520 2002-01-03  Richard Henderson  <rth@redhat.com>
11521
11522         * gcc.dg/20020103-1.c: New.
11523
11524 2002-01-03  Kazu Hirata  <kazu@hxi.com>
11525
11526         * gcc.c-torture/execute/20020103-1.c: New test.
11527
11528 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
11529
11530         * g++.dg/other/debug2.C: New test.
11531
11532         * gcc.c-torture/compile/20020103-1.c: New test.
11533
11534 2002-01-02  Jakub Jelinek  <jakub@redhat.com>
11535
11536         * gcc.dg/gnu89-init-1.c: Added new tests.
11537
11538 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
11539
11540         * g++.dg/template/friend2.C: Remove as patch is reverted.
11541
11542         * g++.dg/warn/oldcast1.C: New test.
11543
11544         * g++.dg/template/ptrmem1.C: New test.
11545         * g++.dg/template/ptrmem2.C: New test.
11546
11547         * g++.dg/template/ntp.C: New test.
11548
11549         * g++.dg/other/component1.C: New test.
11550
11551         * g++.dg/template/ttp3.C: New test.
11552
11553         * g++.dg/template/friend2.C: New test.
11554         * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
11555
11556 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
11557
11558         * g++.dg/other/ptrmem1.C: New test.
11559         * g++.dg/other/ptrmem2.C: New test.
11560
11561 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
11562
11563         * g++.dg/template/ctor1.C: New test.
11564
11565 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
11566
11567         * g++.dg/template/friend2.C: New test.
11568
11569 2002-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
11570
11571         * gcc.dg/mmix-1.c: New test.
11572
11573 2001-12-31  Richard Henderson  <rth@redhat.com>
11574
11575         * gcc.dg/asm-5.c: New.
11576
11577 2001-12-31  Paolo Carlini  <pcarlini@unitus.it>
11578
11579         * g++.old-deja/g++.robertl/eb130.C: hash_set is now
11580         in namespace __gnu_cxx
11581
11582 2001-12-30  Richard Henderson  <rth@redhat.com>
11583
11584         * gcc.dg/debug-6.c: New.
11585
11586 2001-12-30  Jakub Jelinek  <jakub@redhat.com>
11587
11588         * gcc.c-torture/compile/20011229-2.c: New test.
11589
11590 2001-12-29  Jakub Jelinek  <jakub@redhat.com>
11591
11592         * gcc.dg/debug-3.c: New test.
11593         * gcc.dg/debug-4.c: New test.
11594         * gcc.dg/debug-5.c: New test.
11595
11596 2001-12-29  Richard Henderson  <rth@redhat.com>
11597
11598         * g++.dg/eh/loop1.C: New.
11599
11600 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
11601
11602         * g++.dg/template/crash1.C: New test.
11603
11604 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
11605
11606         * g++.dg/other/const1.C: New test.
11607
11608 2001-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
11609
11610         * gcc.c-torture/compile/20011229-1.c: New test.
11611
11612 2001-12-28  Stan Shebs  <shebs@apple.com>
11613
11614         * lib/objc-torture.exp: Resync with c-torture.exp.
11615         * lib/objc.exp: Load standard libraries.
11616
11617 2001-12-28  Jakub Jelinek  <jakub@redhat.com>
11618
11619         * gcc.dg/gnu89-init-1.c: Adjust for the new behavior, add some
11620         additional tests.
11621
11622 2001-12-27  Roger Sayle <roger@eyesopen.com>
11623
11624         * gcc.c-torture/execute/string-opt-16.c: New testcase.
11625
11626 2001-12-27  Richard Henderson  <rth@redhat.com>
11627
11628         * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
11629
11630 2001-12-26  Nathan Sidwell  <nathan@codesourcery.com>
11631
11632         * g++.dg/eh/ctor1.C: New test.
11633         * g++.dg/other/error2.C: New test.
11634
11635 2001-12-24  Nathan Sidwell  <nathan@codesourcery.com>
11636
11637         * g++.dg/other/init2.C: New test.
11638
11639 2001-12-24  Richard Henderson  <rth@redhat.com>
11640
11641         * gcc.dg/20011223-1.c: New.
11642         * gcc.dg/inline-1.c: New.
11643
11644 2001-12-23  Richard Henderson  <rth@redhat.com>
11645
11646         * gcc.dg/asm-4.c: Test operand modifiers.
11647
11648 2001-12-23  Richard Henderson  <rth@redhat.com>
11649
11650         * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
11651
11652 2001-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
11653
11654         * gcc.c-torture/execute/20011223-1.c: New test.
11655
11656 2001-12-21  Richard Henderson  <rth@redhat.com>
11657
11658         * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
11659         re-enables the warning.
11660
11661 2001-12-21  Richard Henderson  <rth@redhat.com>
11662
11663         * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
11664
11665 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
11666
11667         * gcc.c-torture/compile/20011218-1.c: New test.
11668
11669 2001-12-20  Nick Clifton  <nickc@cambridge.redhat.com>
11670
11671         * gcc.misc-test/arm-isr.exp: New file.  Control running of the
11672         arm-isr.c test.
11673         * gcc.misc-tests/arm-isr.c: New file.  Test prologue and
11674         epilogue generation for ARM ISR routines.
11675
11676 2001-12-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11677
11678         * gcc.dg/format/builtin-1.c: Test unlocked stdio.
11679         * gcc.dg/format/c90-printf-3.c: Likewise.
11680         * gcc.dg/format/c99-printf-3.c: Likewise.
11681         * gcc.dg/format/ext-1.c: Likewise.
11682         * gcc.dg/format/ext-6.c: Likewise.
11683         * gcc.dg/format/format.h: Prototype unlocked stdio.
11684
11685 2001-12-20  Richard Henderson  <rth@redhat.com>
11686
11687         * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
11688         (arena): Use it.
11689         (malloc): Correct allocation logic.  Abort if we fill up the
11690         arena before initialization complete.
11691         (realloc): Correct allocation logic.
11692
11693 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
11694
11695         * gcc.c-torture/compile/20011219-2.c: New test.
11696
11697         * gcc.c-torture/execute/20011219-1.c: New test.
11698
11699 2001-12-19  David Billinghurst <David.Billinghurst@riotinto.com>
11700
11701         * gcc.dg/special/ecos.exp:  wkali-1.c unsupported if
11702         target does not support weak symbols.
11703
11704 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
11705
11706         * gcc.c-torture/compile/20011219-1.c: New test.
11707
11708 2001-12-19  Nathan Sidwell  <nathan@codesourcery.com>
11709
11710         * g++.dg/other/error1.C: New test.
11711
11712 2001-12-17  Jeffrey A Law  (law@redhat.com)
11713
11714         * gcc.c-torture/execute/20011217-1.c: New test.
11715
11716 2001-12-17  Nicola Pero  <nicola@brainstorm.co.uk>
11717
11718         * objc.dg/special/: New directory.
11719         * objc.dg/special/special.exp: New file.
11720         * objc.dg/special/unclaimed-category-1.h: New file.
11721         * objc.dg/special/unclaimed-category-1a.m: New file.
11722         * objc.dg/special/unclaimed-category-1.m: New file.
11723
11724 2001-12-17  Andreas Jaeger  <aj@suse.de>
11725
11726         * gcc.c-torture/compile/20011217-2.c: New test.
11727
11728 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
11729
11730         * gcc.c-torture/compile/20011217-1.c: New test.
11731
11732 2001-12-14  Aldy Hernandez  <aldyh@redhat.com>
11733
11734         * testsuite/gcc.dg/20011214-1.c: New.
11735
11736 2001-12-13  Aldy Hernandez  <aldyh@redhat.com>
11737
11738         * gcc.dg/altivec-4.c: New.
11739
11740 2001-12-13  Hans-Peter Nilsson  <hp@axis.com>
11741
11742         * gcc.dg/20011113-1.c: New test.
11743
11744 2001-12-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11745
11746         * g++.old-deja/g++.jason/template31.C: Remove templates for classes
11747         std::__malloc_alloc_template<0> and
11748         std::__default_alloc_template<false, 0>.
11749
11750 2001-12-13  Nicola Pero  <n.pero@mi.flashnet.it>
11751
11752         * objc/execute/bf-21.m: New test.
11753         * objc/execute/enumeration-1.m: New test.
11754         * objc/execute/enumeration-2.m: New test.
11755
11756 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
11757
11758         * gcc.dg/gnu89-init-1.c: New test.
11759
11760 2001-12-12  Nathan Sidwell  <nathan@codesourcery.com>
11761
11762         * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
11763         * g++.old-deja/g++.jason/2371.C: Likewise.
11764         * g++.old-deja/g++.jason/template33.C: Likewise.
11765         * g++.old-deja/g++.jason/template34.C: Likewise.
11766         * g++.old-deja/g++.jason/template36.C: Likewise.
11767         * g++.old-deja/g++.oliva/typename1.C: Likewise.
11768         * g++.old-deja/g++.oliva/typename2.C: Likewise.
11769         * g++.old-deja/g++.other/typename1.C: Likewise.
11770         * g++.old-deja/g++.pt/inherit2.C: Likewise.
11771         * g++.old-deja/g++.pt/nontype5.C: Likewise.
11772         * g++.old-deja/g++.pt/typename11.C: Likewise.
11773         * g++.old-deja/g++.pt/typename14.C: Likewise.
11774         * g++.old-deja/g++.pt/typename16.C: Likewise.
11775         * g++.old-deja/g++.pt/typename3.C: Likewise.
11776         * g++.old-deja/g++.pt/typename4.C: Likewise.
11777         * g++.old-deja/g++.pt/typename5.C: Likewise.
11778         * g++.old-deja/g++.pt/typename7.C: Likewise.
11779         * g++.old-deja/g++.robertl/eb9.C: Likewise.
11780
11781 2001-12-11  Nathan Sidwell  <nathan@codesourcery.com>
11782
11783         * g++.dg/other/linkage1.C: New test.
11784         * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
11785         specifiers.
11786
11787 2001-12-11  Neil Booth  <neil@daikokuya.demon.co.uk>
11788
11789         * gcc.dg/concat.c: New test.
11790
11791 2001-12-11  Stan Shebs  <shebs@apple.com>
11792
11793         * objc/compile: New test directory.
11794         * objc/compile/compile.exp: New expect script.
11795         * objc/compile/20011211-1.m: New compile test.
11796
11797 2001-12-11  Jason Merrill  <jason@redhat.com>
11798
11799         * lib/prune.exp (prune_gcc_output): Also handle "In member
11800         function".  So many permutations...
11801
11802 2001-12-10  Nathan Sidwell  <nathan@codesourcery.com>
11803
11804         * g++.dg/template/typedef1.C: New test.
11805
11806 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
11807
11808         * g++.dg/other/copy1.C: New test.
11809
11810 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
11811
11812         * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
11813
11814         * gcc.dg/builtin-choose-expr.c: New.
11815
11816 2001-12-07  Aldy Hernandez  <aldyh@redhat.com>
11817
11818         * gcc.dg/altivec-2.c: New.
11819
11820 2001-12-07  Richard Henderson  <rth@redhat.com>
11821
11822         * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
11823
11824 2001-12-07  Stephane Carrez  <Stephane.Carrez@sun.com>
11825
11826         * gcc.dg/sparc-ret.c: New file, test return corruption bug for
11827         ultrasparc.
11828
11829 2001-12-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11830
11831         * g++-old.deja/g++.robertl/eb101.C: Deleted.
11832
11833 2001-12-06  Janis Johnson  <janis187@us.ibm.com>
11834
11835         * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
11836         variable argument list.
11837
11838 2001-12-06  Zack Weinberg  <zack@codesourcery.com>
11839
11840         * gcc.c-torture/execute/memcheck: Delete entire directory.
11841         (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
11842         t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
11843
11844 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
11845
11846         * gcc.dg/Wshadow-1.c: New test.
11847
11848 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
11849
11850         * gcc.c-torture/compile/20011130-1.c: New test.
11851
11852         * gcc.dg/noncompile/20011025-1.c: New test.
11853
11854         * g++.dg/other/anon-union.C: New test.
11855
11856         * gcc.c-torture/execute/20011024-1.c: New test.
11857
11858 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
11859
11860         * gcc.c-torture/execute/20000722-1.x,
11861         gcc.c-torture/execute/20010123-1.x: Remove.
11862         * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
11863         * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
11864         gcc.dg/c99-complit-2.c: New tests.
11865
11866 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
11867
11868         * g++.dg/inherit/base1.C: New test.
11869
11870 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
11871
11872         * g++.dg/other/stdarg1.C: New test.
11873
11874         * gcc.c-torture/compile/20011130-2.c: New test.
11875
11876 2001-12-03  Janis Johnson  <janis187@us.ibm.com>
11877
11878         * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
11879         * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
11880         * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
11881         * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
11882         * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
11883         * gcc.dg/builtin-prefetch-1.c: New test.
11884
11885 2001-12-03  Jakub Jelinek  <jakub@redhat.com>
11886
11887         * gcc.dg/20011130-1.c: New test.
11888
11889 2001-12-03  Nathan Sidwell  <nathan@codesourcery.com>
11890
11891         * g++.dg/other/scope1.C: New test.
11892         * g++.dg/template/explicit-instantiation.C: Remove XFAIL
11893
11894 2001-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
11895
11896         * gcc.dg/vla-init-1.c: New test.
11897
11898 2001-12-01  Geoff Keating  <geoffk@redhat.com>
11899
11900         * gcc.c-torture/compile/structs.c: New testcase from GDB.
11901
11902 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
11903
11904         * objc.dg/alias.m: Update.
11905         * objc.dg/class-1.m: Update.
11906         * objc.dg/const-str-1.m: Update.
11907         * objc.dg/fwd-proto-1.m: Update.
11908         * objc.dg/id-1.m: Update.
11909         * objc.dg/super-class-1.m: Update.
11910
11911 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
11912
11913         * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
11914         constructs.
11915
11916 2001-11-28  Jeffrey A Law  (law@cygnus.com)
11917
11918         * gcc.c-torture/execute/20011128-1.c: New test.
11919
11920 2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
11921
11922         * gcc.dg/20011127-1.c: New test.
11923
11924 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
11925
11926         * gcc.dg/format/strfmon-1.c: Update comments.  Adjust examples
11927         from Austin Group draft 7.
11928         * gcc.dg/format/xopen-1.c: Update comments.  Add tests for gaps in
11929         scanf format arguments.
11930         * gcc.dg/format/no-exargs-2.c: New test.
11931
11932 2001-11-25  Nathan Sidwell  <nathan@codesourcery.com>
11933
11934         * g++.dg/abi/vbase8-4.C: New test.
11935
11936 2001-11-24  Ian Lance Taylor  <ian@airs.com>
11937
11938         * gcc.c-torture/execute/20011121-1.c: New test.
11939
11940 2001-11-23  Jeffrey A Law  (law@cygnus.com)
11941
11942         * gcc.c-torture/execute/ieee/20011123-1.c: New test.
11943
11944 2001-11-23  Andreas Jaeger  <aj@suse.de>
11945
11946         * gcc.dg/cpp/charconst-2.c: New test.
11947
11948 2001-11-22  Geoffrey Keating  <geoffk@redhat.com>
11949
11950         * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
11951         to the host if it is remote.  Let tests specify extra headers
11952         they use.
11953         * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
11954         * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
11955         * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
11956         * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
11957         * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
11958         * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
11959         * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
11960         * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
11961         * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
11962         * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
11963
11964 2001-11-22  Nick Clifton  <nickc@cambridge.redhat.com>
11965
11966         * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
11967         for little endian ARMs.
11968
11969 2001-11-20  Jakub Jelinek  <jakub@redhat.com>
11970
11971         * gcc.c-torture/compile/20011119-1.c: New test.
11972         * gcc.c-torture/compile/20011119-2.c: New test.
11973
11974 2001-11-17  Aldy Hernandez  <aldyh@redhat.com>
11975
11976         * gcc.dg/altivec-1.c: Fix typo.
11977
11978 2001-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
11979
11980         * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
11981
11982 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
11983
11984         * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
11985
11986 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
11987
11988         * lib/g77.exp: Don't specify --rpath-link.
11989
11990         * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
11991         across all the headers.
11992         * gcc.dg/format/format.exp: For testing on a remote host,
11993         copy format.h.
11994
11995         * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
11996         * gcc.c-torture/execute/930406-1.c: Likewise.
11997         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
11998
11999 2001-11-19  Aldy Hernandez  <aldyh@redhat.com>
12000
12001         * gcc.dg/altivec-1.c: New.
12002
12003 2001-11-19  Neil Booth  <neil@daikokuya.demon.co.uk>
12004
12005         * gcc.dg/cpp/fpreprocessed.c: New test case.
12006
12007 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12008
12009         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
12010         gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
12011         * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
12012
12013 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12014
12015         * gcc.dg/no-builtin-1.c: New test.
12016
12017 2001-11-16  Jakub Jelinek  <jakub@redhat.com>
12018
12019         * gcc.c-torture/execute/20011115-1.c: New test.
12020
12021 2001-11-15  Jakub Jelinek  <jakub@redhat.com>
12022
12023         * gcc.c-torture/compile/20011114-2.c: New test.
12024         * gcc.c-torture/compile/20011114-3.c: New test.
12025         * gcc.c-torture/compile/20011114-4.c: New test.
12026
12027 2001-11-15  Nathan Sidwell  <nathan@codesourcery.com>
12028
12029         * g++.dg/other/init1.C: New test.
12030
12031 2001-11-14  Geoffrey Keating  <geoffk@redhat.com>
12032
12033         * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
12034         message.
12035
12036         * gcc.c-torture/execute/20011114-1.c: New testcase.
12037
12038         * gcc.c-torture/compile/20010327-1.c: Revert last change.
12039         * gcc.c-torture/compile/20011114-1.c: New test, exactly
12040         like the (before this change) version of 20010327-1.c.
12041
12042 2001-11-14  Roger Sayle <roger@eyesopen.com>
12043
12044         * gcc.c-torture/execute/string-opt-13.c: New testcase.
12045
12046 2001-11-14  Richard Sandiford  <rsandifo@redhat.com>
12047
12048         * g++.dg/init/array2.C: New test.
12049
12050 2001-11-14  Alexandre Oliva  <aoliva@redhat.com>
12051
12052         * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
12053
12054 2001-11-13  Nathan Sidwell  <nathan@codesourcery.com>
12055
12056         * g++.dg/other/forscope1.C: New test.
12057         * g++.dg/ext/forscope1.C: New test.
12058         * g++.dg/ext/forscope2.C: New test.
12059
12060 2001-11-13  Jakub Jelinek  <jakub@redhat.com>
12061
12062         * gcc.c-torture/execute/20011113-1.c: New test.
12063
12064 2001-11-09  Geoffrey Keating  <geoffk@redhat.com>
12065
12066         * gcc.c-torture/execute/20011109-2.c: New test.
12067
12068         * gcc.c-torture/execute/20011109-1.c: New test.
12069
12070 2001-11-09  Jakub Jelinek  <jakub@redhat.com>
12071
12072         * gcc.c-torture/compile/20011109-1.c: New test.
12073
12074 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
12075
12076         * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
12077         * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
12078         * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
12079         * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
12080         * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
12081         * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
12082         * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
12083
12084 2001-11-08  Neil Booth  <neil@daikokuya.demon.co.uk>
12085
12086         * g++.dg/warn/Wshadow-1.C: New tests.
12087         * g++.old-deja/g++.mike/for3.C: Update.
12088
12089 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
12090
12091         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
12092         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
12093         XFAILs.  Adjust expected error texts.
12094         * gcc.c-torture/compile/20011106-1.c,
12095         gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
12096         gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
12097         gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
12098         gcc.dg/c99-array-lval-5.c: New tests.
12099
12100 2001-11-05  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
12101
12102         * gcc.dg/cpp/defined.c: Update.
12103
12104 2001-11-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
12105
12106         * gcc.c-torture/execute/anon-1.c: New test.
12107
12108 2001-11-03  Geoffrey Keating  <geoffk@redhat.com>
12109
12110         * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
12111         same size, so no warning should be produced on stormy16.
12112
12113         * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
12114         due to oversized array.
12115         * g++.old-deja/g++.mike/ns15.C: Likewise.
12116         * g++.old-deja/g++.pt/crash16.C: Likewise.
12117
12118 2001-11-02  Graham Stott  <grahams@redhat.com>
12119
12120         * g++.dgother/debug1.C: Fix typos.
12121
12122 2001-11-01  Jakub Jelinek  <jakub@redhat.com>
12123
12124         * g++.dg/other/debug1.C: New test.
12125
12126 2001-11-01  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
12127
12128         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
12129         of unsigned long.
12130
12131 2001-10-30  Jakub Jelinek  <jakub@redhat.com>
12132
12133         * gcc.dg/20011029-2.c: New test.
12134
12135         * gcc.c-torture/compile/20011029-1.c: New test.
12136
12137 2001-10-29  Nicola Pero  <n.pero@mi.flashnet.it>
12138
12139         * objc/execute/class_self-1.m: New test.
12140         * objc/execute/class_self-2.m: New test.
12141
12142 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
12143
12144         * gcc.misc-tests/msgs.exp: Delete.
12145         * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
12146         * gcc.misc-tests/m-un-2.c: Move to gcc.dg.  Update expected
12147         error set to match recent changes.
12148
12149 2001-10-24  Zack Weinberg  <zack@codesourcery.com>
12150
12151         * gcc.dg/20011021-1.c: New test.
12152
12153 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
12154
12155         * gcc.c-torture/compile/20011023-1.c: New test.
12156
12157 2001-10-23  Geoffrey Keating  <geoffk@redhat.com>
12158
12159         * lib/g77.exp: Rewrite based on lib/g++.exp.
12160
12161 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
12162
12163         * gcc.c-torture/execute/20011019-1.c: New test.
12164
12165         * gcc.dg/20011018-1.c: New test.
12166
12167 2001-10-19  NIIBE Yutaka  <gniibe@m17n.org>
12168
12169         * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
12170
12171 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
12172
12173         * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
12174         * gcc.dg/attr-invalid.c: Likewise.
12175
12176 2001-10-18  Jakub Jelinek  <jakub@redhat.com>
12177
12178         * testsuite/gcc.dg/20011015-1.c: New test.
12179
12180 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
12181
12182         * g++.dg/template/unify2.C: New test.
12183
12184 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
12185
12186         * g++.dg/other/exception-specification.C: New test
12187
12188 2001-10-13  Tom Rix  <trix@redhat.com>
12189
12190         * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
12191         * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
12192
12193 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
12194
12195         * testsuite/gcc.dg/20011009-1.c: New test.
12196
12197 2001-10-12  Nathan Sidwell  <nathan@codesourcery.com>
12198
12199         PR g++/4476
12200         * g++.dg/other/friend1.C: New test.
12201
12202 2001-10-11  Richard Henderson  <rth@redhat.com>
12203
12204         * g++.old-deja/g++.other/crash18.C: Add -S to options.
12205
12206 2001-10-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12207
12208         * gcc.c-torture/compile/20011010-1.c: New.
12209
12210 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
12211
12212         * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
12213         g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
12214         g77.f-torture/execute/execute.exp,
12215         g77.f-torture/noncompile/noncompile.exp,
12216         gcc.c-torture/compile/compile.exp,
12217         gcc.c-torture/execute/execute.exp,
12218         gcc.c-torture/execute/ieee/ieee.exp,
12219         gcc.c-torture/execute/memcheck/memcheck.exp,
12220         gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
12221         objc/execute/execute.exp: Update FSF address.
12222
12223 2001-10-09  Neil Booth  <neil@daikokuya.demon.co.uk>
12224
12225         * gcc.dg/cpp/cmdlne-C.c: Update.
12226         * gcc.dg/cpp/cmdlne-C2.c: New.
12227
12228 2001-10-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12229
12230         * gcc.c-torture/execute/20011008-3.c: New.
12231
12232 2001-10-08  DJ Delorie  <dj@redhat.com>
12233
12234         * gcc.dg/20011008-1.c: New.
12235         * gcc.dg/20011008-2.c: New.
12236
12237 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
12238
12239         * gcc.dg/cpp/spacing1.c: Update test.
12240
12241 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
12242
12243         * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
12244         spelling errors of "separate" as "seperate".
12245
12246 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
12247
12248         * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
12249         enough to avoid inlining.
12250
12251 2001-10-04  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
12252
12253         * lib/g77.exp: set libg2c_dir correctly.
12254
12255 2001-10-02  Neil Booth  <neil@daikokuya.demon.co.uk>
12256
12257         * gcc.dg/cpp/macro11.c: New test.
12258
12259 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
12260
12261         * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
12262         gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
12263         gcc.dg/format/multattr-3.c: New tests.
12264         * gcc.dg/format/attr-3.c: Update expected error texts.  Remove
12265         tests for format attributes on function pointers being rejected.
12266
12267 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
12268
12269         * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
12270
12271 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
12272
12273         * g++.dg/warn/format1.C: New test.
12274
12275 2001-10-01  Neil Booth  <neil@daikokuya.demon.co.uk>
12276
12277         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
12278
12279 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
12280
12281         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
12282
12283 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
12284
12285         * gcc.dg/cpp/redef2.c: Add test.
12286
12287 2001-09-27  Geoffrey Keating  <geoffk@redhat.com>
12288
12289         * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
12290         long-standing bug on i686, apparently.
12291         * gcc.c-torture/execute/loop-2c.x: New file.
12292         * gcc.c-torture/execute/loop-2d.x: New file.
12293         * gcc.c-torture/execute/loop-3c.x: New file.
12294
12295 2001-09-25  Neil Booth  <neil@daikokuya.demon.co.uk>
12296
12297         * gcc.dg/cpp/20000625-2.c: Correct line number.
12298
12299 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
12300
12301         * gcc.dg/cpp/macro10.c: New test.
12302         * gcc.dg/cpp/strify3.c: New test.
12303         * gcc.dg/cpp/spacing1.c: Add tests.
12304         * gcc.dg/cpp/19990703-1.c: Remove bogus test.
12305         * gcc.dg/cpp/20000625-2.c: Fudge to pass.
12306
12307 2001-09-24  DJ Delorie  <dj@redhat.com>
12308
12309         * gcc.c-torture/execute/20010924-1.c: New test.
12310
12311 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
12312
12313         * testsuite/objc/execute/paste.m: Remove.
12314
12315 2001-09-22  Joseph S. Myers  <jsm28@cam.ac.uk>
12316
12317         * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
12318
12319 2001-09-22  George Helffrich  <george@geo.titech.ac.jp>
12320
12321         * g77.dg/strlen0.f: New test.
12322
12323 2001-09-21  Richard Henderson  <rth@redhat.com>
12324
12325         * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
12326         * g++.old-deja/g++.abi/vtable2.C: Likewise.
12327
12328 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
12329
12330         Table-driven attributes.
12331         * g++.dg/ext/attrib1.C: New test.
12332
12333 2001-09-20  DJ Delorie  <dj@redhat.com>
12334
12335         * gcc.dg/20000926-1.c: Update expected warning messages.
12336         * gcc.dg/array-2.c: Likewise, and test for warnings too.
12337         * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
12338         array.
12339
12340 2001-09-18  Richard Sandiford  <rsandifo@redhat.com>
12341
12342         * g++.dg/eh/registers1.C: New test case.
12343
12344 2001-09-17  Richard Henderson  <rth@redhat.com>
12345
12346         * gcc.dg/array-5.c: Fix VLA decomposition test.
12347
12348 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
12349
12350         * gcc.dg/cpp/line5.c: New testcase.
12351
12352 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
12353
12354         * gcc.dg/cpp/macro9.c: New test.
12355
12356 2001-09-15  Aldy Hernandez  <aldyh@redhat.com>
12357
12358         * gcc.c-torture/execute/980223.c: Change type of addr from long
12359         to char *.
12360
12361 2001-09-15  Hans-Peter Nilsson  <hp@axis.com>
12362
12363         * gcc.c-torture/execute/20010915-1.c: New test.
12364
12365 2001-09-14  Janis Johnson  <janis187@us.ibm.com>
12366
12367         * g77.dg/bprob: New directory.
12368         * g77.dg/bprob/bprob.exp: New file.
12369         * g77.dg/bprob/bprob-1.f: New test.
12370         * g77.dg/gcov: New directory.
12371         * g77.dg/gcov/gcov.exp: New file.
12372         * g77.dg/gcov/gcov-1.f: New test.
12373         * g77.dg/gcov/gcov-1.x: New file.
12374
12375 2001-09-13  Neil Booth  <neil@daikokuya.demon.co.uk>
12376
12377         * gcc.dg/cpp/directiv.c: Update.
12378         * gcc.dg/cpp/undef1.c: Update.
12379
12380 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
12381
12382         * gcc.dg/20010912-1.c: New test.
12383
12384 2001-09-11  Janis Johnson  <janis187@us.ibm.com>
12385
12386         * gcc.misc-tests/gcov.exp: Move almost everything to a new,
12387         language-independent file in lib.
12388         * lib/gcov.exp: New file.
12389
12390 2001-09-11  Joseph S. Myers  <jsm28@cam.ac.uk>
12391
12392         * gcc.c-torture/compile/20010911-1.c: New test.
12393
12394 2001-09-10  Janis Johnson  <janis187@us.ibm.com>
12395
12396         * lib/profopt.exp: New, to support profile-directed optimizations.
12397         * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
12398         * gcc.misc-tests/bprob-1.c: New test.
12399         * gcc.misc-tests/bprob-2.c: New test.
12400
12401 2001-09-07  Janis Johnson  <janis187@us.ibm.com>
12402
12403         * gcc.misc-tests/gcov.exp: Add support for a .x file to control
12404         XFAIL and which kinds of gcov output to verify.
12405         * gcc.misc-tests/gcov-4b.x: New file.
12406         * gcc.misc-tests/gcov-5b.x: New file.
12407         * gcc.misc-tests/gcov-6.x: New file.
12408         * gcc.misc-tests/gcov-7.c: New test.
12409         * gcc.misc-tests/gcov-7.x: New file.
12410
12411 2001-09-06  Janis Johnson  <janis187@us.ibm.com>
12412
12413         * gcc.misc-tests/gcov.exp: Add support for call return percentages.
12414         * gcc.misc-tests/gcov-6.c: New test.
12415
12416 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
12417
12418         PR c++/3986
12419         * g++.dg/abi/vbase1.C: New test.
12420
12421 2001-09-05  Ziemowit Laski  <zlaski@apple.com>
12422
12423         * objc.dg/method-2.m: New.
12424
12425 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
12426
12427         PR c++/4203
12428         * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
12429         * g++.dg/init/empty1.C: New test.
12430
12431 2001-09-03  Jakub Jelinek  <jakub@redhat.com>
12432
12433         * gcc.c-torture/compile/20010903-1.c: New test.
12434
12435 2001-08-31  Roman Zippel  <zippel@linux-m68k.org>
12436
12437         * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
12438         for m68k.
12439
12440 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
12441
12442         * g++.dg/abi/empty4.C: Allow for 16-bit ints.
12443
12444         * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
12445
12446         * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
12447
12448 2001-08-30  Geoffrey Keating  <geoffk@redhat.com>
12449
12450         * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
12451         for 16-bit 'unsigned int'.
12452
12453 2001-08-29  Kazu Hirata  <kazu@hxi.com>
12454
12455         * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
12456
12457 2001-08-27  Richard Henderson  <rth@redhat.com>
12458
12459         * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
12460         * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
12461
12462 2001-08-25  Aldy Hernandez  <aldyh@redhat.com>
12463
12464         * gcc.dg/asm-names.c (ymain): New.
12465
12466 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
12467
12468         * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
12469         * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
12470         * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
12471
12472 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12473
12474         * gcc.dg/compare5.c: New testcase.
12475
12476 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
12477
12478         * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
12479         and "In instantiation".
12480
12481 2001-08-21  Aldy Hernandez  <aldyh@redhat.com>
12482
12483         * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
12484
12485 2001-08-20  Janis Johnson  <janis187@us.ibm.com>
12486
12487         * gcc.misc-tests/gcov.exp: Add support for branch information.
12488         * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
12489         * gcc.misc-tests/gcov-4.c: New test.
12490         * gcc.misc-tests/gcov-4b.c: New test.
12491         * gcc.misc-tests/gcov-5b.c: New test.
12492
12493 2001-08-20  Zack Weinberg  <zackw@panix.com>
12494
12495         * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
12496         expected to fail.
12497
12498 2001-08-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12499
12500         * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
12501
12502 2001-08-19  Jakub Jelinek  <jakub@redhat.com>
12503
12504         * g++.dg/eh/template1.C: New test.
12505
12506 2001-08-16  David Billinghurst  <David.Billinghurst@riotinto.com>
12507
12508         * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
12509         Fix thinko.
12510         * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
12511         for xfail.
12512
12513 2001-08-14  David Billinghurst  <David.Billinghurst@riotinto.com>
12514
12515         * lib/g77-dg.exp:  Use prune.exp for common procedures
12516         (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
12517         * lib/g77.exp: (g77-dg-prune) Remove
12518
12519 2001-08-13  Jason Merrill  <jason_merrill@redhat.com>
12520
12521         * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
12522
12523 2001-08-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12524
12525         * g++.dg/template/unify1.C: New test.
12526
12527 2001-08-07  Nathan Sidwell  <nathan@codesourcery.com>
12528
12529         * g++.dg/abi/empty4.C: New test.
12530
12531 2001-08-06  David Billinghurst  <David.Billinghurst@riotinto.com>
12532
12533         * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
12534         solaris2.*
12535         * g77.f-torture/compile/pr3743.x: Likewise
12536
12537 2001-08-05  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
12538
12539         * g++.dg/other/using-declaration.C: New test.
12540
12541 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
12542
12543         * gcc.dg/cpp/tr-sign.c: New testcase.
12544
12545 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
12546
12547         * gcc.dg/cpp/19951025-1.c: Revert.
12548         * gcc.dg/cpp/directiv.c: We no longer process directives that
12549         interrupt macro arguments.
12550
12551 2001-08-03  Zack Weinberg  <zackw@stanford.edu>
12552
12553         * gcc.dg/bconstp-1.c: New test.
12554
12555 2001-08-03  Richard Henderson  <rth@redhat.com>
12556
12557         * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
12558
12559 2001-08-02  Neil Booth  <neil@daikokuya.demon.co.uk>
12560
12561         * gcc.dg/cpp/19951025-1.c: Update.
12562
12563 2001-08-02  Jeffrey Oldham  <oldham@codesourcery.com>
12564
12565         * g77.dg/ff90-1.f (s): Fix reference of variable z,
12566         should be x.
12567
12568 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
12569
12570         Kill -fhonor-std.
12571         * g++.old-deja/g++.ns/ns14.C: Remove special options.
12572         * g++.old-deja/g++.other/std1.C: Likewise.
12573         * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
12574
12575 2001-08-01  David Billinghurst <David.Billinghurst@riotinto.com>
12576
12577         * lib/g77.exp:  Load gcc-defs.exp for common procedures
12578         (g77_pass, g77_fail, g77_finish, g77_exit,
12579         ${tool}_check_unsupported_p} Now redundant.  Deleted.
12580
12581 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
12582
12583         * g77.dg/fbackslash.f
12584         * g77.dg/fcase-preserve.f
12585         * g77.dg/ff90-1.f
12586         * g77.dg/ffixed-line-length-0.f
12587         * g77.dg/ffixed-line-length-132.f
12588         * g77.dg/ffixed-line-length-7.f
12589         * g77.dg/ffixed-line-length-72.f
12590         * g77.dg/ffixed-line-length-none.f
12591         * g77.dg/ffree-form-1.f
12592         * g77.dg/fno-backslash.f
12593         * g77.dg/fno-f90-1.f
12594         * g77.dg/fno-fixed-form-1.f
12595         * g77.dg/fno-onetrip.f
12596         * g77.dg/fno-typeless-boz.f
12597         * g77.dg/fno-underscoring.f
12598         * g77.dg/fno-vxt-1.f
12599         * g77.dg/fonetrip.f
12600         * g77.dg/ftypeless-boz.f
12601         * g77.dg/fugly-assumed.f
12602         * g77.dg/funderscoring.f
12603         * g77.dg/fvxt-1.f
12604
12605 2001-08-01  Ziemowit Laski  <zlaski@apple.com>
12606
12607         * objc.dg/fwd-proto-1.m: New.
12608         * objc.dg/local-decl-1.m: New.
12609         * objc.dg/naming-1.m: New.
12610         * objc.dg/naming-2.m: New.
12611         * objc.dg/proto-hier-1.m: New.
12612
12613 2001-07-31  Hans-Peter Nilsson  <hp@bitrange.com>
12614
12615         * gcc.dg/c99-scope-2.c: Don't generally assume adding more
12616         largest-type elements to a struct makes its size grow.
12617
12618 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
12619
12620         * g++.dg/abi/vthunk1.C: New test.
12621
12622 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
12623
12624         * g++.dg/abi/vbase8-22.C: New test.
12625
12626 2001-07-31  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
12627
12628         * gcc.dg/cpp/macro8.c: New test.
12629
12630 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
12631
12632         * g++.dg/abi/vbase8-21.C: New test.
12633
12634 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
12635
12636         * g++.dg/abi/vbase8-10.C: New test.
12637
12638 2001-07-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12639
12640         * lib/g++.exp (g++_set_ld_library_path): Renamed to
12641         ${tool}_set_ld_library_path.
12642         Changed caller.
12643         * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
12644         g++.exp.
12645
12646 2001-07-26  Stan Cox <scox@redhat.com>
12647
12648         * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
12649         * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
12650         gcc_exit, gcc_check_unsupported_p):
12651         Moved to gcc-deps.exp
12652         * gcc-deps.exp: New file.
12653
12654 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12655
12656         * g++.old-deja/g++.pt/defarg14.C: New test.
12657
12658 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
12659
12660         * g++.old-deja/g++.other/lineno5.C: New test.
12661
12662 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
12663
12664         * g++.old-deja/g++.pt/crash68.C: New test.
12665
12666 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
12667
12668         * g++.old-deja/g++.other/crash42.C: New test.
12669
12670 2001-07-26  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
12671
12672         * gcc.dg/cpp/extratokens.c: Fix.
12673         * gcc.dg/cpp/skipping2.c: New tests.
12674
12675 2001-07-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12676
12677         * gcc.c-torture/execute/20010724-1.c: New file.
12678         * gcc.c-torture/execute/20010724-1.x: New file.
12679
12680 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
12681
12682         * g++.old-deja/g++.other/cond7.C: New test.
12683
12684 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
12685
12686         * g++.old-deja/g++.other/optimize4.C: New test.
12687
12688 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
12689
12690         * g++.old-deja/g++.abi/vbase8-5.C: New test.
12691
12692 2001-07-24  Jason Merrill  <jason_merrill@redhat.com>
12693
12694         * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
12695         * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
12696         gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
12697         * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
12698
12699         * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
12700         bug report" message.
12701
12702         * g++.dg/dg.exp: Run tests from subdirectories other than "special".
12703         * g++.dg/ext/instantiate1.C: Move from old-deja.
12704
12705 2001-07-24  David Billinghurst <David.Billinghurst@riotinto.com>
12706
12707         * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
12708         * g77.f-torture/execute/intrinsic-unix-erf.f: New test
12709         * g77.f-torture/execute/intrinsic-vax-cd.f: New test
12710         * g77.f-torture/execute/intrinsic-f2c-z.f: New test
12711
12712 2001-07-23  Jeffrey A Law  (law@cygnus.com)
12713
12714         * gcc.c-torture/execute/20010723-1.c: New test.
12715
12716 2001-07-23  Ben Elliston  <bje@redhat.com>
12717
12718         * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
12719
12720 2001-07-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12721
12722         * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
12723         i[34567]86-*-*.
12724         Delete handling of ieee_multilib_flags.
12725         Pass -mieee for alpha*-*-* and sh-*-*.
12726         * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
12727
12728 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
12729
12730         Remove old-abi tests.
12731         * g++.old-deja/g++.mike/p11116.C: Remove.
12732         * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
12733
12734 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.org>
12735
12736         * g77.f-torture/compile/pr3743.f:  New test
12737
12738 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.com>
12739
12740         * g77.f-torture/execute/f90-intrinsic-bit.f: New test
12741
12742 2001-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12743
12744         * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
12745         g++.old-deja/g++.pt/static6.C: Likewise.
12746         * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
12747         supports weak symbols.
12748
12749 2001-07-18  Andreas Jaeger  <aj@suse.de>
12750
12751         * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
12752         supported again.
12753
12754 2001-07-18  Andreas Jaeger  <aj@suse.de>
12755
12756         * gcc.dg/iftrap-1.c: Fix target line.
12757
12758 2001-07-17  Richard Henderson  <rth@redhat.com>
12759
12760         * gcc.c-torture/execute/20010717-1.c: New.
12761
12762 2001-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
12763
12764         * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
12765         tests.
12766
12767 2001-07-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
12768
12769         * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
12770
12771 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12772
12773         * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
12774         UAC_SIGBUS, UAC_NOPRINT definitions.
12775
12776 2001-07-16  Nicola Pero  <n.pero@mi.flashnet.it>
12777
12778         * objc/execute/object_is_class.m: New test.
12779         * objc/execute/object_is_meta_class.m: New test.
12780
12781 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
12782
12783         * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
12784         * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
12785
12786 2001-01-15  David Billinghurst  <David.Billinghurst@riotinto.com>
12787
12788         * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
12789         * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
12790
12791 2001-07-14  Richard Henderson  <rth@redhat.com>
12792
12793         * gcc.dg/iftrap-1.c: New.
12794
12795 2001-07-11  David Billinghurst  <David.Billinghurst@riotinto.com>
12796
12797         * g77.f-torture/execute/intrinsic77.f: New test.
12798
12799 2001-07-11  Janis Johnson <janis@us.ibm.com>
12800
12801         * gcc.misc-tests/gcov-3.c: New test.
12802
12803 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
12804
12805         * gcc.c-torture/compile/20010711-1.c,
12806         * gcc.c-torture/compile/20010711-2.c: New tests.
12807
12808 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
12809
12810         * gcc.c-torture/execute/20010711-1.c: New test.
12811
12812 2001-07-11  Ben Elliston  <bje@redhat.com>
12813
12814         * g++.old-deja/g++.other/enum5.C: New test.
12815
12816 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
12817
12818         * lib/g++-dg.exp: Load file-format and target-supports like gcc.
12819         (g++-dg-prune): Call prune_gcc_output.
12820         * prune.exp: New file for prune_gcc_output.
12821         * lib/g++.exp, lib/gcc.exp: Load it.
12822
12823 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
12824
12825         * gcc.c-torture/compile/20010701-1.c,
12826         g++.old-deja/g++.ext/attrib6.C: New tests.
12827
12828 2001-07-06  Jeffrey A Law  (law@cygnus.com)
12829
12830         * gcc.c-torture/compile/20010706-1.c: New test.
12831
12832 2000-09-10  Michael Chamberlain <michael@chamberlain.net.au>
12833
12834         * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
12835
12836 2001-06-28  Stan Shebs  <shebs@apple.com>
12837
12838         * gcc.dg/pragma-darwin.c: New test.
12839
12840 2001-06-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12841
12842         * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
12843         Solaris 2.[678] system.
12844
12845 2001-06-22  Joseph S. Myers  <jsm28@cam.ac.uk>
12846
12847         * gcc.dg/20010622-1.c: New test.
12848
12849 2001-06-18  Stan Shebs  <shebs@apple.com>
12850
12851         * objc.dg: New directory.
12852         * objc.dg/dg.exp: New file.
12853         * objc.dg/alias.m: New.
12854         * objc.dg/class-1.m: New.
12855         * objc.dg/class-2.m: New.
12856         * objc.dg/const-str-1.m: New.
12857         * objc.dg/const-str-2.m: New.
12858         * objc.dg/id-1.m: New.
12859         * objc.dg/method-1.m: New.
12860         * objc.dg/super-class-1.m: New.
12861         * lib/objc-dg.exp: New file.
12862
12863 2001-06-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12864
12865         * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
12866         of label name.
12867
12868 2001-06-14  Nathan Sidwell  <nathan@codesourcery.com>
12869
12870         * g++.old-deja/g++.abi/vbase8-9.C: New test.
12871
12872 2001-06-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12873
12874         * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
12875         variable.
12876
12877 2001-06-12  Richard Henderson  <rth@redhat.com>
12878
12879         * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
12880
12881 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
12882
12883         * g++.old-deja/g++.abi/vbase5.C: New test.
12884         * g++.old-deja/g++.abi/vbase6.C: New test.
12885         * g++.old-deja/g++.abi/vbase7.C: New test.
12886
12887 2001-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12888
12889         * gcc.c-torture/compile/20010610-1.c: New test.
12890
12891 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
12892
12893         * g++.old-deja/g++.abi/vbase4.C: New test.
12894
12895 2001-06-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
12896
12897         * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
12898         support %f for HC11/HC12 targets.
12899         * gcc.c-torture/execute/930513-1.x: New file, likewise.
12900         * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
12901         on HC11/HC12 targets.
12902         * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
12903
12904 2001-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12905
12906         * gcc.dg/wchar_t-1.c: New file.
12907         * gcc.dg/wint_t-1.c: Likewise.
12908
12909 2001-06-11  Bernd Schmidt  <bernds@redhat.com>
12910
12911         * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
12912
12913 2001-06-11  Richard Henderson  <rth@redhat.com>
12914
12915         * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
12916
12917 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
12918
12919         * gcc.c-torture/compile/20010611-1.c: New test.
12920
12921 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
12922
12923         * gcc.dg/c99-tag-1.c: Add more tests.
12924
12925 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
12926
12927         * g++.old-deja/g++.abi/ptrmem.C: Take into account different
12928         representation on MN10300 and ARM/Thumb.
12929
12930 2001-06-10  Toon Moene  <toon@moene.indiv.nluug.nl>
12931
12932         * g77.f-torture/execute/20010610.f: New.
12933
12934 2001-06-09  David Billinghurst  <David.Billinghurst@riotinto.com>
12935
12936         * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
12937         names.
12938
12939 2001-06-09  Richard Henderson  <rth@redhat.com>
12940
12941         * gcc.c-torture/execute/ashrdi-1.c: New.
12942         * gcc.c-torture/execute/ashldi-1.c: New.
12943         * gcc.c-torture/execute/lshrdi-1.c: New.
12944
12945 2001-06-09  Ovidiu Predescu  <ovidiu@cup.hp.com>
12946
12947         * objc/execute/load-3.m: Added. Check sending +load to categories,
12948         in addition to classes.
12949
12950 2001-06-08  Stan Shebs  <shebs@apple.com>
12951
12952         * objc/execute/load-2.m: New test.  From Nicola Pero
12953         <n.pero@mi.flashnet.it>.
12954
12955 2001-06-08  Jakub Jelinek  <jakub@redhat.com>
12956
12957         * gcc.c-torture/execute/20010605-2.c: New test.
12958
12959 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
12960
12961         * g++.old-deja/g++.abi/vbase2.C: New test.
12962         * g++.old-deja/g++.abi/vbase3.C: New test.
12963
12964 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
12965
12966         * g++.old-deja/g++.pt/friend49.C: New test.
12967
12968 2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
12969
12970         * g++.old-deja/g++.ext/anon3.C: New test.
12971
12972 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
12973
12974         * g++.old-deja/g++.other/conv7.C: New test.
12975
12976 2001-06-05  Joseph S. Myers  <jsm28@cam.ac.uk>
12977
12978         * gcc.c-torture/compile/20010605-2.c: New test.
12979
12980 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12981
12982         * gcc.c-torture/execute/20010604-1.c: New test.
12983
12984 2001-06-04  Loren J. Rittle  <ljrittle@acm.org>
12985
12986         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
12987
12988 2001-06-04  Jeffrey Oldham  <oldham@codesourcery.com>
12989
12990         * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
12991         (g++_link_flags): Likewise.
12992         (g++_init): Pass gccpath's value to two previous functions.
12993
12994 2001-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12995
12996         * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
12997         Ensure logfile entry matches exec command line.
12998
12999 2001-05-31  Richard Henderson  <rth@redhat.com>
13000
13001         * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
13002         * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
13003
13004 2001-05-30  David.Billinghurst  <David.Billinghurst@riotinto.com>
13005
13006         * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
13007         compiler for irix6.2
13008
13009 2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
13010
13011         * g++.old-deja/g++.other/optimize3.C: New file.
13012
13013 2001-05-29  Jeffrey Oldham  <oldham@codesourcery.com>
13014
13015         * gcc.c-torture/compile/20010518-2.x: New file to compile, not
13016         assemble.
13017
13018 2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
13019
13020         * g++.old-deja/g++.other/optimize2.C: New file.
13021
13022 2001-05-25  Diego Novillo  <dnovillo@redhat.com>
13023
13024         * gcc.c-torture/compile/20010518-2.c: New file.
13025         * gcc.c-torture/execute/20010518-1.c: New file.
13026         * gcc.c-torture/execute/20010518-2.c: New file.
13027
13028 2001-05-25  Joseph S. Myers  <jsm28@cam.ac.uk>
13029
13030         * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
13031
13032 2001-05-24  Mark Mitchell  <mark@codesourcery.com>
13033
13034         G++ no longer defines builtins that do not begin with __builtin.
13035         * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
13036         * g++.old-deja/g++.brendand/misc13.C: Likewise.
13037         * g++.old-deja/g++.law/builtin1.C: Likewise.
13038         * g++.old-deja/g++.law/cvt2.C: Likewise.
13039         * g++.old-deja/g++.mike/net5.C: Likewise.
13040         * g++.old-deja/g++.other/builtins1.C: Likewise.
13041         * g++.old-deja/g++.other/builtins2.C: Likewise.
13042         * g++.old-deja/g++.other/builtins3.C: Likewise.
13043         * g++.old-deja/g++.other/builtins4.C: Likewise.
13044         * g++.old-deja/g++.other/inline8.C: Likewise.
13045         * g++.old-deja/g++.robertl/eb39.C: Likewise.
13046
13047 2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
13048
13049         * g++.old-deja/g++.pt/using1.C: Adjust.
13050         * g++.old-deja/g++.pt/using2.C: New test.
13051
13052 2001-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
13053
13054         * gcc.dg/cpp/charconst.c: New tests.
13055         * gcc.dg/cpp/escape.c: New tests.
13056         * gcc.dg/cpp/escape-1.c: New tests.
13057         * gcc.dg/cpp/escape-2.c: New tests.
13058         * gcc.dg/cpp/ucs.c: New tests.
13059
13060 2001-05-23  David.Billinghurst <David.Billinghurst@riotinto.com>
13061
13062         * gcc.misc-tests/linkage.exp:  Pass appropriate flags to
13063         native compiler for irix6.5.
13064
13065 Wed May 23 2001  Jeffrey D. Oldham  <oldham@codesourcery.com>
13066
13067         * lib/g++.exp (g++_include_flags): Use args to compute
13068         get_multilibs.
13069         (g++_link_flags): Likewise.
13070         (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
13071
13072 2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
13073
13074         * gcc.dg/c90-hexfloat-1.c: Add more tests.
13075
13076 2001-05-21  Geoff Keating  <geoffk@redhat.com>
13077
13078         * gcc.c-torture/compile/920520-1.x: Merge previous contents into
13079         this file.
13080
13081 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
13082
13083         * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
13084         STACK_SIZE;
13085         * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
13086         to STACK_SIZE; Use it to define size of add_histo array.
13087         * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
13088         to STACK_SIZE.
13089         (f): Use GITT_SIZE to define size of gitt local table.
13090         * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
13091         to STACK_SIZE; Use it to define size of bytemem array.
13092
13093 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
13094
13095         * gcc.c-torture/compile/20000804-1.x: New file, this test fails
13096         on 68HC11/HC12 due to the asm instruction.
13097         * gcc.c-torture/compile/20001205-1.x: New file, ditto.
13098         * gcc.c-torture/compile/920520-1.x: Likewise.
13099         * gcc.c-torture/compile/20001226-1.x: New file, this test fails
13100         on 68HC11/HC12 because the function is larger than 64K.
13101         * gcc.c-torture/compile/961203-1.x: New file, this test fails
13102         on 68HC11/HC12 because the structure is too large.
13103
13104 2001-05-20  Richard Henderson  <rth@redhat.com>
13105
13106         * gcc.c-torture/execute/20010520-1.c: New.
13107
13108 2001-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13109
13110         * g++.old-deja/g++.warn/compare1.C: New test.
13111         * gcc.dg/compare4.c: New test.
13112
13113 2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
13114
13115         * g++.old-deja/g++.other/optimize1.C: New test.
13116
13117 2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13118
13119         * g++.old-deja/g++.pt/spec41.C: New test.
13120
13121 2001-05-19  Joseph S. Myers  <jsm28@cam.ac.uk>
13122
13123         * gcc.c-torture/compile/20010114-1.x: Remove.
13124
13125 2001-05-18  Stan Shebs  <shebs@apple.com>
13126
13127         * gcc.c-torture/compile/20010518-1.c: New test.
13128
13129 2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
13130
13131         * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
13132         * g++.old-deja/g++.pt/crash67.C: New test.
13133
13134 2001-05-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
13135
13136         * g++.old-deja/g++.other/debug9.C: New test.
13137
13138 2001-05-16  Zack Weinberg  <zackw@stanford.edu>
13139
13140         * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
13141
13142 2001-05-16  Jan Hubicka  <jh@suse.cz>
13143
13144         * gcc.c-torture/compile/20010516-1.c: New test.
13145
13146 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
13147
13148         * g++.old-deja/g++.other/crash41.C: New test.
13149
13150 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
13151
13152         * g++.old-deja/g++.pt/crash66.C: New test.
13153
13154 2001-05-15  Benjamin Kosnik  <bkoz@redhat.com>
13155
13156         * g++.old-deja/g++.robertl/eb27.C: Convert.
13157
13158 2001-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
13159
13160         * g++.dg/friend-warn.C: New test.  Do not warn about friend
13161         declaration being redundant.
13162
13163 2001-05-15  Mark Mitchell (admin)  <mitchell@nunki.dbai.tuwien.ac.at>
13164
13165         * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
13166
13167 2001-05-14  Mark Mitchell  <mark@codesourcery.com>
13168
13169         * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
13170
13171 2001-05-13  Benjamin Kosnik  <bkoz@redhat.com>
13172
13173         * lib/g++.exp: Use testsuite_flags.
13174
13175 2001-05-13  Mark Mitchell  <mark@codesourcery.com>
13176
13177         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
13178
13179 2001-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13180
13181         * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
13182
13183 2001-05-11  Mark Mitchell  <mark@codesourcery.com>
13184
13185         * lib/objc.exp: Add -lposix4 on Solaris 2.8.
13186
13187 2001-05-10  Joseph S. Myers  <jsm28@cam.ac.uk>
13188
13189         * gcc.c-torture/compile/20010313-1.c: New test.
13190
13191 2001-05-09  Zack Weinberg  <zackw@stanford.edu>
13192
13193         * gcc.dg/cpp/direct2.c: New test.
13194         * gccq.dg/cpp/direct2s.c: New test.
13195
13196         * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
13197
13198 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
13199
13200         * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
13201         * g++.old-deja/g++.other/op3.C: Likewise.
13202
13203 2001-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
13204
13205         * gcc.dg/cpp/syshdr.h: New file.
13206         * gcc.dg/cpp/sysmac1.c: Update.
13207         * gcc.dg/cpp/sysmac2.c: Update.
13208
13209 2001-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
13210
13211         * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
13212
13213 2001-05-04  David Edelsohn  <edelsohn@gnu.org>
13214
13215         * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
13216         gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
13217
13218 2001-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
13219
13220         * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
13221
13222 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
13223
13224         * lib/g++.exp (g++_include_flags): Don't use any special flags
13225         if TESTING_IN_BUILD_TREE is not defined.
13226         (g++_init): Use a plain 'c++' as the compiler if
13227         TESTING_IN_BUILD_TREEE is not defined.
13228
13229 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
13230
13231         * g++.old-deja/g++.eh/catch13.C: New test.
13232         * g++.old-deja/g++.eh/catch14.C: New test.
13233
13234 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
13235
13236         * gcc.dg/cpp/tr-define.c: New test.
13237
13238 2001-05-01  Loren J. Rittle  <ljrittle@acm.org>
13239
13240         * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
13241         <stdlib.h>, not <malloc.h>.
13242
13243 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
13244
13245         * g++.old-deja/g++.ns/template17.C: New test.
13246
13247 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
13248
13249         * g++.old-deja/g++.pt/ref4.C: New test.
13250
13251 2001-04-30  Richard Henderson  <rth@redhat.com>
13252
13253         * gcc.dg/20000724-1.c: Revert last change.
13254
13255 2001-04-30  Toon Moene  <toon@moene.indiv.nluug.nl>
13256
13257         * g77.f-torture/execute/20010430.f: New test.
13258
13259 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
13260
13261         * gcc.dg/20000724-1.c: Add a clobber of `esp'.
13262
13263 2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
13264
13265         * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
13266
13267 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
13268
13269         * g++.old-deja/g++.eh/crash6.C: New test.
13270
13271 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
13272
13273         * g++.old-deja/g++.other/warn7.C: New test.
13274
13275 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
13276
13277         * g++.old-deja/g++.other/defarg9.C: New test.
13278
13279 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
13280
13281         * g77.f-torture/compile/20010426.f: New test.
13282         * g77.f-torture/execute/20010426.f: New test.
13283
13284 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
13285
13286         * g77.f-torture/compile/20000629-1.x: Remove - error
13287         has been fixed.
13288
13289 2001-04-26  Jeffrey A Law  (law@cygnus.com)
13290
13291         * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
13292         Tweak slightly to work with g++.dg framework.
13293         * g++.dg/special/ecos.exp: Run initp1.C test.
13294         * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
13295
13296         * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
13297         its linker doesn't give line numbers either.
13298         * g++.old-deja/g++.ext/instantiate3.C: Similarly.
13299
13300 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
13301
13302         * g++.old-deja/g++.other/lex1.C: New test.
13303
13304 2001-04-26  Jakub Jelinek  <jakub@redhat.com>
13305
13306         * gcc.dg/noncompile/20010425-1.c: New test.
13307
13308 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
13309
13310         * g++.old-deja/g++.pt/mangle2.C: New test.
13311
13312 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
13313
13314         * gcc.dg/format/plus-1.c: New test.
13315
13316 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
13317
13318         * gcc.dg/20010423-1.c: New test.
13319
13320 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
13321
13322         * gcc.c-torture/execute/20010422-1.c: New test.
13323
13324 2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
13325
13326         * g++.old-deja/g++.ns/type2.C: New test.
13327
13328 2001-04-24  Zack Weinberg  <zackw@stanford.edu>
13329
13330         * g++.old-deja/g++.other/perf1.C: New test.
13331
13332 2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
13333
13334         * gcc.dg/c99-func-2.c: Remove xfail.
13335         * gcc.dg/c99-func-3.c: Remove xfail.
13336         * gcc.dg/c99-func-4.c: Remove xfail.
13337
13338 2001-04-23  Zack Weinberg  <zackw@stanford.edu>
13339
13340         * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
13341
13342 2001-04-23  Joseph S. Myers  <jsm28@cam.ac.uk>
13343
13344         * gcc.c-torture/compile/20010423-1.c: New test.
13345
13346 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
13347
13348         * g++.old-deja/g++.pt/typename28.C: New test.
13349
13350 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
13351
13352         * g++.old-deja/g++.abi/empty2.C: New test.
13353         * g++.old-deja/g++.abi/empty3.C: New test.
13354
13355 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
13356
13357         * g++.old-deja/g++.other/comdat2.C: New test.
13358         * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
13359
13360 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
13361
13362         * g++.old-deja/g++.other/overload14.C: New test.
13363
13364 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
13365
13366         * g++.old-deja/g++.other/lookup23.C: New test.
13367
13368 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
13369
13370         * gcc.c-torture/execute/20010403-1.c: New test.
13371
13372 2001-04-19  David Billinghurst <David.Billinghurst@riotinto.com>
13373             Mark Mitchell  <mark@codesourcery.com>
13374
13375         * lib/old-dejagnu.exp: Don't delete output of executable.
13376         Add .exe suffix to executables.
13377
13378 2001-04-18  Toon Moene  <toon@moene.indiv.nluug.nl>
13379
13380         * g77.f-torture/execute/short.x; Remove - Error has been fixed.
13381
13382 2001-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13383
13384         * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
13385
13386 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
13387
13388         * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
13389         * g++.old-deja/g++.abi/crash1.C: New test.
13390
13391 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
13392
13393         * g++.old-deja/g++.other/crash40.C: New test.
13394
13395 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13396
13397         * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
13398
13399 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
13400
13401         * g++.old-deja/g++.other/warn6.C: New test.
13402
13403 22001-04-11  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
13404
13405         * g++.old-deja/g++.robertl/eb42.C: Same.
13406
13407 001-04-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13408
13409         * gcc.dg/wtr-conversion-1.c: New testcase.
13410
13411 2001-04-10  Richard Henderson  <rth@redhat.com>
13412
13413         * g++.old-deja/g++.other/array5.C: New.
13414
13415 2001-04-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13416
13417         * gcc.c-torture/execute/20010408-1.c: New test.
13418
13419 2001-04-06  Benjamin Kosnik  <bkoz@redhat.com>
13420
13421         * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
13422         headers and constructs.
13423         * g++.old-deja/g++.robertl/eb79.C: Same.
13424         * g++.old-deja/g++.robertl/eb77.C (main): Same.
13425         * g++.old-deja/g++.robertl/eb73.C: Same.
13426         * g++.old-deja/g++.robertl/eb66.C (main): Same.
13427         * g++.old-deja/g++.robertl/eb55.C (t): Same.
13428         * g++.old-deja/g++.robertl/eb54.C (main): Same.
13429         * g++.old-deja/g++.robertl/eb46.C (main): Same.
13430         * g++.old-deja/g++.robertl/eb44.C: Same.
13431         * g++.old-deja/g++.robertl/eb41.C (main): Same.
13432         * g++.old-deja/g++.robertl/eb4.C (main): Same.
13433         * g++.old-deja/g++.robertl/eb39.C: Same.
13434         * g++.old-deja/g++.robertl/eb33.C (main): Same.
13435         * g++.old-deja/g++.robertl/eb31.C (main): Same.
13436         * g++.old-deja/g++.robertl/eb30.C: Same.
13437         * g++.old-deja/g++.robertl/eb3.C: Same.
13438         * g++.old-deja/g++.robertl/eb24.C (T>): Same.
13439         * g++.old-deja/g++.robertl/eb21.C: Same.
13440         * g++.old-deja/g++.robertl/eb15.C: Same.
13441         * g++.old-deja/g++.robertl/eb118.C: Same.
13442         * g++.old-deja/g++.robertl/eb115.C (main): Same.
13443         * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
13444         * g++.old-deja/g++.robertl/eb109.C: Same.
13445         * g++.old-deja/g++.other/sibcall1.C (main): Same.
13446         * g++.old-deja/g++.mike/rtti1.C: Same.
13447         * g++.old-deja/g++.mike/p658.C: Same.
13448         * g++.old-deja/g++.mike/net46.C: Same.
13449         * g++.old-deja/g++.mike/net34.C: Same.
13450         * g++.old-deja/g++.mike/memoize1.C: Same.
13451         * g++.old-deja/g++.mike/eh2.C: Same.
13452         * g++.old-deja/g++.law/weak.C: Same.
13453         * g++.old-deja/g++.law/visibility7.C: Same.
13454         * g++.old-deja/g++.law/visibility25.C: Same.
13455         * g++.old-deja/g++.law/visibility22.C: Same.
13456         * g++.old-deja/g++.law/visibility2.C: Same.
13457         * g++.old-deja/g++.law/visibility17.C: Same.
13458         * g++.old-deja/g++.law/visibility13.C: Same.
13459         * g++.old-deja/g++.law/visibility10.C: Same.
13460         * g++.old-deja/g++.law/visibility1.C: Same.
13461         * g++.old-deja/g++.law/virtual3.C (eval): Same.
13462         * g++.old-deja/g++.law/vbase1.C: Same.
13463         * g++.old-deja/g++.law/operators32.C: Same.
13464         * g++.old-deja/g++.law/nest3.C: Same.
13465         * g++.old-deja/g++.law/missed-error2.C (foo): Same.
13466         * g++.old-deja/g++.law/except5.C (main): Same.
13467         * g++.old-deja/g++.law/cvt7.C (run): Same.
13468         * g++.old-deja/g++.law/cvt2.C: Same.
13469         * g++.old-deja/g++.law/cvt16.C: Same.
13470         * g++.old-deja/g++.law/ctors6.C (bar): Same.
13471         * g++.old-deja/g++.law/ctors17.C (main): Same.
13472         * g++.old-deja/g++.law/ctors13.C: Same.
13473         * g++.old-deja/g++.law/ctors12.C (main): Same.
13474         * g++.old-deja/g++.law/ctors10.C: Same.
13475         * g++.old-deja/g++.law/code-gen5.C: Same.
13476         * g++.old-deja/g++.law/bad-error7.C: Same.
13477         * g++.old-deja/g++.law/arm9.C: Same.
13478         * g++.old-deja/g++.law/arm12.C: Same.
13479         * g++.old-deja/g++.law/arg8.C: Same.
13480         * g++.old-deja/g++.law/arg1.C: Same.
13481         * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
13482         * g++.old-deja/g++.jason/template31.C: Same.
13483         * g++.old-deja/g++.jason/template24.C (main): Same.
13484         * g++.old-deja/g++.jason/2371.C: Same.
13485         * g++.old-deja/g++.eh/new2.C: Same.
13486         * g++.old-deja/g++.eh/new1.C: Same.
13487         * g++.old-deja/g++.brendan/ptolemy2.C: Same.
13488         * g++.old-deja/g++.brendan/nest21.C (main): Same.
13489         * g++.old-deja/g++.brendan/err-msg3.C: Same.
13490         * g++.old-deja/g++.brendan/crash62.C: Same.
13491         * g++.old-deja/g++.brendan/crash52.C: Same.
13492         * g++.old-deja/g++.brendan/crash49.C (main): Same.
13493         * g++.old-deja/g++.brendan/crash38.C: Same.
13494         * g++.old-deja/g++.brendan/crash15.C (main): Same.
13495         * g++.old-deja/g++.brendan/copy9.C: Same.
13496
13497 2001-04-06  J"orn Rennecke <amylaar@redhat.com>
13498
13499         * gcc.c-torture/execute/20001203-2.c (memset):
13500         Count argument is of type __SIZE_TYPE__.
13501
13502 2001-04-04  Diego Novillo  <dnovillo@redhat.com>
13503
13504         * gcc.c-torture/compile/20010404-1.c: New test.
13505
13506 2001-04-04  Jakub Jelinek  <jakub@redhat.com>
13507
13508         * gcc.c-torture/compile/20010326-1.c: New test.
13509
13510 2001-04-03  Alexandre Oliva  <aoliva@redhat.com>
13511
13512         * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
13513         peculiarities of the SH.
13514         * g++.old-deja/g++.ext/instantiate2.C: Likewise.
13515
13516 2001-04-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13517
13518         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
13519         * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
13520         * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
13521
13522 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
13523
13524         * g77.f-torture/compile/20010321-1.f: New test.
13525
13526 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
13527
13528         * gcc.c-torture/compile/20010329-1.c: New test.
13529
13530 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
13531
13532         * gcc.c-torture/execute/20010329-1.c: New test.
13533
13534 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
13535
13536         * g++.old-deja/g++.other/eh4.C: Fix typo.
13537
13538 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
13539
13540         * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
13541
13542 2001-03-28  Philip Blundell  <philb@gnu.org>
13543
13544         * gcc.c-torture/compile/20010328-1.c: New test.
13545
13546 2001-03-27  Richard Henderson  <rth@redhat.com>
13547
13548         * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
13549         * g++.old-deja/g++.eh/vbase3.C: Likewise.
13550
13551 2001-03-27  Alan Modra  <alan@linuxcare.com.au>
13552
13553         * gcc.c-torture/compile/20010327-1.c: New test.
13554
13555 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
13556
13557         * g++.old-deja/g++.other/friend12.C: New test.
13558         * g++.old-deja/g++.other/friend9.C: Expect no errors.
13559         * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
13560
13561 2001-03-25  Joseph S. Myers  <jsm28@cam.ac.uk>
13562
13563         * gcc.c-torture/execute/20010325-1.c: New test.
13564
13565 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
13566
13567         * g++.old-deja/g++.other/mangle3.C: New test.
13568
13569 2001-03-22  Jakub Jelinek  <jakub@redhat.com>
13570
13571         * g++.old-deja/g++.other/anon8.C: New test.
13572
13573 2001-03-20  Philip Blundell  <philb@gnu.org>
13574
13575         * gcc.c-torture/compile/20010320-1.c: New test.
13576
13577 2001-03-17  Richard Henderson  <rth@redhat.com>
13578
13579         * g++.old-deja/g++.other/eh4.C: Add expected error text.
13580
13581 2001-03-15  Geoff Keating  <geoff@redhat.com>
13582
13583         * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
13584         tests on AIX.
13585
13586 2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
13587
13588         * g++.old-deja/g++.other/eh4.C: New test.
13589
13590 2001-03-14  Neil Booth  <neil@daikokuya.demon.co.uk>
13591
13592         * gcc.dg/cpp/mi1.c: Update.
13593
13594 2001-03-14  Jakub Jelinek  <jakub@redhat.com>
13595
13596         * g++.old-deja/g++.other/regstack.C: New test.
13597
13598 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
13599
13600         * g++.old-deja/g++.other/ref4.C: New test.
13601
13602 2001-03-11  Nicola Pero <n.pero@mi.flashnet.it>
13603
13604         * objc/execute/va_method.m: Added.
13605         * objc/execute/IMP.m: Added.
13606         * objc/execute/_cmd.m: Added.
13607         * objc/execute/accessing_ivars.m: Added.
13608         * objc/execute/class-1.m: Added.
13609         * objc/execute/class-10.m: Added.
13610         * objc/execute/class-11.m: Added.
13611         * objc/execute/class-12.m: Added.
13612         * objc/execute/class-13.m: Added.
13613         * objc/execute/class-14.m: Added.
13614         * objc/execute/class-2.m: Added.
13615         * objc/execute/class-3.m: Added.
13616         * objc/execute/class-4.m: Added.
13617         * objc/execute/class-5.m: Added.
13618         * objc/execute/class-6.m: Added.
13619         * objc/execute/class-7.m: Added.
13620         * objc/execute/class-8.m: Added.
13621         * objc/execute/class-9.m: Added.
13622         * objc/execute/class-tests-1.h
13623         * objc/execute/class-tests-2.h
13624         * objc/execute/compatibility_alias.m: Added.
13625         * objc/execute/encode-1.m: Added.
13626         * objc/execute/formal_protocol-1.m: Added.
13627         * objc/execute/formal_protocol-2.m: Added.
13628         * objc/execute/formal_protocol-3.m: Added.
13629         * objc/execute/formal_protocol-4.m: Added.
13630         * objc/execute/formal_protocol-5.m: Added.
13631         * objc/execute/formal_protocol-6.m: Added.
13632         * objc/execute/formal_protocol-7.m: Added.
13633         * objc/execute/informal_protocol.m: Added.
13634         * objc/execute/initialize.m: Added.
13635         * objc/execute/load.m: Added.
13636         * objc/execute/many_args_method.m: Added.
13637         * objc/execute/nested-3.m: Added.
13638         * objc/execute/no_clash.m: Added.
13639         * objc/execute/private.m: Added.
13640         * objc/execute/redefining_self.m: Added.
13641         * objc/execute/root_methods.m: Added.
13642         * objc/execute/selector-1.m: Added.
13643         * objc/execute/static-1.m: Added.
13644         * objc/execute/static-2.m: Added.
13645         * objc/execute/va_method.m: Added.
13646
13647 2001-03-10  Richard Henderson  <rth@redhat.com>
13648
13649         * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
13650
13651 2001-03-07  Neil Booth  <neil@daikokuya.demon.co.uk>
13652
13653         * g++.old-deja/g++.other/crash31.C: XFAIL.
13654         * g77.f-torture/execute/20010116.x: Conditional XFAIL.
13655         * g77.f-torture/execute/short.x: XFAIL -Os on x86.
13656         * gcc.c-torture/execute/20010123-1.x: XFAIL.
13657         * gcc.c-torture/execute/20010124-1.x: XFAIL.
13658         * gcc.dg/sequence-pt-1.c: XFAIL one test.
13659
13660 2001-03-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
13661
13662         * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
13663
13664 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
13665
13666         * gcc.dg/20000724-1.c: Don't use multiline strings.
13667
13668 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
13669
13670         * objc/execute/string1.m, objc/execute/string2.m: Compare the
13671         result of -cString against what we expect it to be; don't just
13672         print it out for no one to read.
13673
13674         * objc/execute/string3.m, objc/execute/string4.m: New tests.
13675         Based on testcases provided by Nicola Pero.
13676
13677 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
13678
13679         * gcc.dg/cpp/macro7.c: New test.
13680
13681 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
13682
13683         * gcc.dg/cpp/multiline.c: Update.
13684
13685 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
13686
13687         * g++.old-deja/g++.other/enum3.C: New test.
13688
13689 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
13690
13691         * g++.old-deja/g++.other/pod1.C: New test.
13692
13693 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
13694
13695         * g++.old-deja/g++.ext/overload1.C: New test.
13696
13697 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
13698
13699         * g++.old-deja/g++.pt/using1.C: New test.
13700
13701 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
13702
13703         * g++.old-deja/g++.other/using9.C: New test.
13704
13705 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
13706
13707         * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
13708
13709         * objc/execute/protocol.m (main): Added patch from Nicola Pero.
13710
13711 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
13712
13713         * g++.old-deja/g++.ext/realpt1.C: Remove.
13714
13715 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
13716
13717         * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
13718
13719 2001-02-26  Will Cohen  <wcohen@redhat.com>
13720
13721         * gcc.c-torture/execute/ieee/20010226-1.c: New test.
13722
13723 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
13724
13725         * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
13726         templatized constructors.
13727
13728 2001-02-24  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13729
13730         * gcc.c-torture/execute/20010224-1.c: New test.
13731
13732 2001-02-23  Jakub Jelinek  <jakub@redhat.com>
13733
13734         * gcc.c-torture/execute/20010222-1.c: New test.
13735
13736 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
13737
13738         * g++.old-deja/g++.other/inline20.C: New test.
13739
13740 2001-02-21  Ovidiu Predescu  <ovidiu@cup.hp.com>
13741
13742         * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
13743
13744 2001-02-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
13745
13746         * g++.old-deja/g++.other/lookup22.C: New test.
13747
13748 2001-02-19  Zack Weinberg  <zackw@stanford.edu>
13749
13750         * g77.dg: New directory.
13751         * g77.dg/20010216-1.f: New test case.
13752         * g77.dg/dg.exp: New driver.
13753         * lib/g77-dg.exp: New driver library.
13754
13755 2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13756
13757         * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
13758
13759 2001-02-16  Gabriel Dos Reis <gdr@codesourcery.com>
13760
13761         * g++.old-deja/g++.other/decl9.C: New test.
13762
13763 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
13764
13765         * g++.old-deja/g++.other/init16.C: Update the test so that it does
13766         not need <string> and also tests the initialization at runtime.
13767
13768 2001-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
13769
13770         * gcc.c-torture/execute/longlong.c: New test.
13771
13772 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
13773
13774         * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
13775
13776 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
13777
13778         * gcc.c-torture/execute/920302-1.c (execute):
13779         Change argument type to short.
13780
13781 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
13782
13783         * g++.old-deja/g++.pt/deduct6.C: New test.
13784
13785 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
13786
13787         * g++.old-deja/g++.pt/deduct5.C: New test.
13788
13789 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
13790
13791         * gcc.c-torture/execute/20010209-1.c: New test.
13792
13793 2001-02-14  Neil Booth  <neil@daikokuya.demon.co.uk>
13794
13795         * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
13796
13797 2001-02-12  Geoffrey Keating  <geoffk@redhat.com>
13798
13799         * g++.dg/vtgc1.C: Update for new ABI.
13800
13801         * consistency.vlad: New directory, 1665 files.
13802
13803 2001-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
13804
13805         * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
13806         return type.
13807         * gcc.dg/cpp/digraphs.c: Declare puts.
13808
13809 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
13810
13811         * g++.old-deja/g++.other/warn5.C: New test.
13812
13813 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
13814
13815         * g++.old-deja/g++.pt/spec40.C: New test.
13816
13817 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
13818
13819         * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
13820         case.
13821         * g++.old-deja/g++.ext/arrnew.C: Deprecate.
13822
13823 2001-02-12  Jakub Jelinek  <jakub@redhat.com>
13824
13825         * gcc.c-torture/compile/20010209-1.c: New test.
13826
13827 2001-02-11  Jeffrey Oldham  <oldham@codesourcery.com>
13828
13829         * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
13830         excess errors message but not if it crashes.
13831         * g++.old-deja/g++.other/crash27.C: Likewise.
13832         * g++.old-deja/g++.other/crash28.C: Likewise.
13833         * g++.old-deja/g++.other/crash30.C: Likewise.
13834         * g++.old-deja/g++.other/crash32.C: Likewise.
13835         * g++.old-deja/g++.other/crash35.C: Likewise.
13836         * g++.old-deja/g++.pt/inherit2.C: Likewise.
13837
13838 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
13839
13840         * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
13841         gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
13842         g++.dg/dg.exp, g++.old-deja/old-deja.exp,
13843         g77.f-torture/execute/execute.exp,
13844         g77.f-torture/noncompile/noncompile.exp,
13845         gcc.c-torture/execute/execute.exp,
13846         gcc.c-torture/execute/memcheck/memcheck.exp,
13847         gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
13848         gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
13849         gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
13850         gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
13851         gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
13852         lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
13853         lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
13854         lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
13855         Remove bug reporting instructions with ancient email addresses.
13856
13857 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
13858
13859         * gcc.dg/20010202-1.c: New test.
13860         * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
13861
13862 2001-02-07  Zack Weinberg  <zack@wolery.stanford.edu>
13863
13864         * g++.dg/stdbool-if.C: New test.
13865
13866 2001-02-07  Ovidiu Predescu  <ovidiu@cup.hp.com>
13867
13868         * objc/execute/fdecl.m: Added main().
13869
13870 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
13871
13872         * gcc.c-torture/execute/20010206-1.c: New test.
13873
13874 2001-02-06  Neil Booth  <neil@daikokuya.demon.co.uk>
13875
13876         * gcc.dg/cpp/avoidpaste1.c: Update.
13877
13878 2001-02-05  Ovidiu Predescu  <ovidiu@cup.hp.com>
13879
13880         * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
13881         Pero <nicola@brainstorm.co.uk>.
13882         * objc/execute/fdecl.m: Declare foo as pointer to AClass.
13883
13884 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
13885
13886         * g++.old-deja/g++.pt/spec39.C: New test.
13887
13888 2001-02-05  Jakub Jelinek  <jakub@redhat.com>
13889
13890         * gcc.c-torture/compile/20010202-1.c: New test.
13891
13892 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
13893
13894         * g++.old-deja/g++.abi/primary2.C: New test.
13895         * g++.old-deja/g++.abi/primary3.C: New test.
13896         * g++.old-deja/g++.abi/primary4.C: New test.
13897         * g++.old-deja/g++.abi/primary5.C: New test.
13898         * g++.old-deja/g++.abi/vtable3.h: New test.
13899         * g++.old-deja/g++.abi/vtable3a.C: New test.
13900         * g++.old-deja/g++.abi/vtable3b.C: New test.
13901         * g++.old-deja/g++.abi/vtable3c.C: New test.
13902         * g++.old-deja/g++.abi/vtable3d.C: New test.
13903         * g++.old-deja/g++.abi/vtable3e.C: New test.
13904         * g++.old-deja/g++.abi/vtable3f.C: New test.
13905         * g++.old-deja/g++.abi/vtable3g.C: New test.
13906         * g++.old-deja/g++.abi/vtable3h.C: New test.
13907         * g++.old-deja/g++.abi/vtable3i.C: New test.
13908         * g++.old-deja/g++.abi/vtable3j.C: New test.
13909         * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
13910
13911 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
13912
13913         * g++.old-deja/g++.other/anon6.C: New test.
13914         * g++.old-deja/g++.other/anon7.C: New test.
13915
13916 2001-02-01  Neil Booth  <neil@daikokuya.demon.co.uk>
13917
13918         * gcc.dg/cpp/avoidpaste2.c: New tests.
13919
13920 2001-01-31  Jakub Jelinek  <jakub@redhat.com>
13921
13922         * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
13923
13924 2001-01-31  Jeffrey Oldham  <oldham@codesourcery.com>
13925
13926         * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
13927         DECIMAL_DIG cases for Irix."
13928
13929 2001-01-31  J"orn Rennecke <amylaar@redhat.com>
13930
13931         * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
13932
13933 2001-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
13934
13935         * gcc.dg/c99-tag-1.c: New test.
13936
13937 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
13938
13939         * gcc.dg/cpp/tr-warn1.c: Add tests.
13940
13941 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
13942
13943         * gcc.dg/cpp/avoidpaste1.c: Update.
13944         * gcc.dg/cpp/paste4.c: Update.
13945
13946 2001-01-30  Jeffrey Oldham  <oldham@codesourcery.com>
13947
13948         * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
13949         cases for Irix.
13950
13951 2001-01-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13952
13953         * g++.old-deja/g++.other/inline19.C: New test.
13954
13955 2001-01-30  Neil Booth  <neil@daikokuya.demon.co.uk>
13956
13957         * gcc.dg/Wlarger-than.c: New test.
13958
13959 2001-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
13960
13961         * gcc.dg/cpp/avoidpaste1.c: Fix typos.
13962
13963 2001-01-29  Jakub Jelinek  <jakub@redhat.com>
13964
13965         * gcc.c-torture/execute/20010129-1.c: New test.
13966         * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
13967
13968 2001-01-28  Neil Booth  <neil@daikokuya.demon.co.uk>
13969
13970         * gcc.dg/cpp/avoidpaste1.c: Test case.
13971
13972 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
13973
13974         * g++.old-deja/g++.other/inline18.C: New test.
13975
13976 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13977
13978         * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
13979         and __builtin_putchar.
13980
13981 2001-01-27  Jakub Jelinek  <jakub@redhat.com>
13982
13983         * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
13984         tests.
13985
13986 2001-01-25  Jeffrey Oldham  <oldham@codesourcery.com>
13987
13988         * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
13989         floating point number rounding mode to round to the nearest
13990         representable mode.
13991
13992 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
13993
13994         * g++.old-deja/g++.other/mangle2.C: New test.
13995
13996 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
13997
13998         * gcc.c-torture/compile/20010124-1.c: New test.
13999
14000 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
14001
14002         * g++.old-deja/g++.pt/spec38.C: New test.
14003
14004 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14005
14006         * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
14007         "Build don't run".
14008
14009 2001-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14010
14011         * gcc.c-torture/execute/20010123-1.c: New test.
14012
14013 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
14014
14015         * g++.old-deja/g++.pt/spec37.C: New test.
14016
14017 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
14018
14019         * g++.old-deja/g++.pt/overload14.C: New test.
14020
14021 2001-01-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14022
14023         * gcc.c-torture/execute/20010122-1.c: New test, exercise
14024         __builtin_return_address.
14025
14026 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
14027
14028         * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
14029         * g++.old-deja/g++.pt/spec35.C: New test.
14030         * g++.old-deja/g++.pt/spec36.C: New test.
14031
14032 2001-01-20  Jakub Jelinek  <jakub@redhat.com>
14033
14034         * gcc.c-torture/compile/20010118-1.c: New test.
14035
14036 2001-01-20  Neil Booth  <neil@daikokuya.demon.co.uk>
14037
14038         * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
14039
14040 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
14041
14042         * gcc.c-torture/execute/20010119-1.c: New test.
14043
14044 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
14045
14046         * g++.old-deja/g++.other/vbase5.C: New test.
14047
14048 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
14049
14050         * gcc.c-torture/execute/20010118-1.c: New test.
14051
14052 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
14053
14054         * g++.old-deja/g++.pt/deduct3.C: New test.
14055
14056 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
14057
14058         * g++.old-deja/g++.pt/spec34.C: New test.
14059
14060 2001-01-19  "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
14061
14062         * g77.f-torture/compile/20000601-2.f: New test.
14063
14064 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
14065
14066         * g++.old-deja/g++.other/init17.C: New test.
14067
14068 2001-01-18  Alexandre Oliva  <aoliva@redhat.com>
14069
14070         * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
14071
14072 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
14073
14074         * g++.old-deja/g++.pt/unify8.C: New test.
14075
14076 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
14077
14078         * g++.old-deja/g++.abi/vbase1.C: New test.
14079
14080 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
14081
14082         * g++.old-deja/g++.pt/crash65.C: New test.
14083
14084 2001-01-18  Neil Booth  <neil@daikokuya.demon.co.uk>
14085
14086         * gcc.dg/cpp/assembl2.S: New test case.
14087
14088 2001-01-17  Jeffrey Oldham  <oldham@codesourcery.com>
14089
14090         * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
14091         are supported.
14092
14093 2001-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14094
14095         * g++.old-deja/g++.other/builtins1.C: New test.
14096         * g++.old-deja/g++.other/builtins2.C: Likewise.
14097         * g++.old-deja/g++.other/builtins3.C: Likewise.
14098         * g++.old-deja/g++.other/builtins4.C: Likewise.
14099
14100 2001-01-17  Jakub Jelinek  <jakub@redhat.com>
14101
14102         * gcc.c-torture/compile/20010117-1.c: New test.
14103         * gcc.c-torture/compile/20010117-2.c: New test.
14104
14105 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
14106
14107         * g77.f-torture/execute/20010116.[fx]: New test,
14108         XFAIL on i?86-*-*.
14109         * g77.f-torture/compile/20010115.f: Indicate it's
14110         a test for PR fortran/1636.
14111
14112 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
14113
14114         * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
14115
14116 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
14117
14118         * g77.f-torture/compile/20010115.f: New test.
14119
14120 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
14121
14122         * g++.old-deja/g++.pt/nontype5.C: New test.
14123
14124 2001-01-15  Neil Booth  <neil@daikokuya.demon.co.uk>
14125
14126         * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
14127         have an equivalent working one below it.
14128
14129 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
14130
14131         * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
14132         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
14133
14134 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
14135
14136         * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
14137         message containing "init_priority".
14138         (conpr-2.C): Likewise.
14139         (conpr-3.C): Likewise.
14140         * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
14141
14142 2001-01-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14143
14144         * gcc.c-torture/execute/20010114-2.c: New test.
14145
14146 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
14147
14148         * gcc.c-torture/compile/20010114-1.c: New test.
14149         * gcc.c-torture/compile/20010114-1.x: Xfail.
14150         * gcc.c-torture/compile/20010114-2.c: New test.
14151         * gcc.c-torture/execute/20010114-1.c: New test.
14152         * gcc.dg/trunc-1.c: New test.
14153         * gcc.dg/uninit-B.c: New test.
14154
14155 2001-01-13  Nick Clifton  <nickc@redhat.com>
14156
14157         * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
14158         target.
14159
14160 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14161
14162         * gcc.c-torture/compile/20010113-1.c: New test.
14163
14164 2001-01-13  Jakub Jelinek  <jakub@redhat.com>
14165
14166         * gcc.c-torture/compile/20001212-1.c: New test.
14167
14168 2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
14169
14170         * gcc.dg/cpp/widestr1.c: Update.
14171         * gcc.dg/cpp/prag-imp.c: Remove.
14172
14173 2001-01-12  Jakub Jelinek  <jakub@redhat.com>
14174
14175         * gcc.c-torture/execute/20000801-3.x: Remove.
14176         * gcc.dg/c90-init-1.c: New test.
14177         * gcc.dg/c99-init-1.c: New test.
14178         * gcc.dg/c99-init-2.c: New test.
14179         * gcc.dg/gnu99-init-1.c: New test.
14180
14181 2001-01-12  Richard Earnshaw <rearnsha@arm.com>
14182
14183         * lib/f-torture.exp (f_torture_compile): Prune the warnings before
14184         testing that no relevant ones were found.
14185
14186 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
14187
14188         * g++.old-deja/g++.pt/cast2.C: New test.
14189
14190 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
14191
14192         * g++.old-deja/g++.pt/friend47.C: New test.
14193
14194 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
14195
14196         * g++.old-deja/g++.pt/instantiate13.C: New test.
14197
14198 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
14199
14200         * g++.old-deja/g++.other/defarg7.C: New test.
14201         * g++.old-deja/g++.other/defarg8.C: New test.
14202
14203 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
14204
14205         * g++.old-deja/g++.pt/crash64.C: New test.
14206
14207 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
14208
14209         * g++.old-deja/g++.pt/crash63.C: New test.
14210
14211 2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>
14212
14213         * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
14214
14215 2001-01-10  Alan Lehotsky  <lehotsky@tiac.net>
14216
14217         * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
14218
14219 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
14220
14221         * g++.old-deja/g++.pt/error3.C: New test.
14222
14223 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
14224
14225         * g++.old-deja/g++.other/crash39.C: New test.
14226
14227 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
14228
14229         * g++.old-deja/g++.other/vbase4.C: New test.
14230
14231 2001-01-08  Jonathan Larmour  <jlarmour@redhat.com>
14232
14233         * gcc.dg/20000419-2.c: Move to "special" subdirectory.
14234         * gcc.dg/special/20000419-2.c: New file. Identical to above.
14235         * gcc.dg/special/special.exp: New test driver which will check
14236         for alias support for the above test.
14237
14238 2001-01-09  Alan Lehotsky  <lehotsky@tiac.net>
14239
14240         * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
14241         problems on small machines.
14242         * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
14243         parameterize.
14244
14245 2001-01-09  Jeffrey Oldham  <oldham@codesourcery.com>
14246
14247         * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
14248         mips.
14249         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
14250
14251 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
14252
14253         * g++.old_deja/g++.pt/using8.C: New test.
14254
14255 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
14256
14257         * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
14258
14259 2000-01-08  Loren J. Rittle  <ljrittle@acm.org>
14260
14261         * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
14262         where a failure is expected.
14263         * gcc.c-torture/execute/ieee/rbug.x: Likewise.
14264
14265 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
14266
14267         * g++.old_deja/g++.pt/instantiate12.C: New test.
14268
14269 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
14270
14271         * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
14272         start of structs.
14273         * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
14274         * g++.old-deja/g++.brendan/crash17.C: Likewise.
14275         * g++.old-deja/g++.brendan/crash29.C: Likewise.
14276         * g++.old-deja/g++.brendan/crash48.C: Likewise.
14277         * g++.old-deja/g++.brendan/ns1.C: Likewise.
14278         * g++.old-deja/g++.brendan/warnings1.C: Likewise.
14279         * g++.old-deja/g++.bugs/900205_04.C: Likewise.
14280         * g++.old-deja/g++.bugs/900514_03.C: Likewise.
14281         * g++.old-deja/g++.eh/spec6.C: Likewise.
14282         * g++.old-deja/g++.jason/crash3.C: Likewise.
14283         * g++.old-deja/g++.law/ctors11.C: Likewise.
14284         * g++.old-deja/g++.law/ctors17.C: Likewise.
14285         * g++.old-deja/g++.law/ctors5.C: Likewise.
14286         * g++.old-deja/g++.law/ctors9.C: Likewise.
14287         * g++.old-deja/g++.mike/ambig1.C: Likewise.
14288         * g++.old-deja/g++.mike/net22.C: Likewise.
14289         * g++.old-deja/g++.mike/p3538a.C: Likewise.
14290         * g++.old-deja/g++.mike/p3538b.C: Likewise.
14291         * g++.old-deja/g++.mike/virt3.C: Likewise.
14292         * g++.old-deja/g++.niklas/t128.C: Likewise.
14293         * g++.old-deja/g++.other/anon4.C: Likewise.
14294         * g++.old-deja/g++.other/using1.C: Likewise.
14295         * g++.old-deja/g++.other/warn3.C: Likewise.
14296         * g++.old-deja/g++.pt/t37.C: Likewise.
14297         * g++.old-deja/g++.robertl/eb69.C: Likewise.
14298         * g++.old-deja/g++.robertl/eb71.C: Likewise.
14299
14300 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
14301
14302         * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
14303
14304 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14305
14306         * gcc.c-torture/execute/stdio-opt-3.c: New test.
14307
14308 2001-01-07  Jakub Jelinek  <jakub@redhat.com>
14309
14310         * gcc.c-torture/compile/20010107-1.c: New test.
14311
14312 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
14313
14314         * gcc.c-torture/execute/builtin-noret-1.c: New test.
14315
14316 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
14317
14318         * gcc.dg/format/format.h: New file.
14319         * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
14320         gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
14321         gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
14322         gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
14323         gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
14324         gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
14325         gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
14326         gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
14327         gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
14328         gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
14329         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
14330         gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
14331         gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
14332         gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
14333         gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
14334         gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
14335         gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
14336         gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
14337         gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
14338         gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
14339         gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
14340         instead of declaring standard types, macros and functions in each
14341         test.
14342
14343 2001-01-06  Alexandre Oliva  <aoliva@redhat.com>
14344
14345         * gcc.c-torture/execute/20010106-1.c: New test.
14346
14347 2001-01-06  Joseph S. Myers  <jsm28@cam.ac.uk>
14348
14349         * gcc.dg/format/format.exp: New file.
14350         * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
14351         * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
14352         * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
14353         * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
14354         * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
14355         * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
14356         * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
14357         * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
14358         * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
14359         * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
14360         * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
14361         * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
14362         * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
14363         * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
14364         * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
14365         * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
14366         * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
14367         * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
14368         * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
14369         * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
14370         * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
14371         * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
14372         * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
14373         * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
14374         * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
14375         * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
14376         * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
14377         * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
14378         * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
14379         * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
14380         * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
14381         * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
14382         * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
14383         * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
14384         * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
14385         * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
14386         * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
14387         * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
14388         * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
14389         * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
14390         * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
14391         * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
14392
14393 2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
14394
14395         * gcc.c-torture/execute/991228-1.c: Take word endianness into
14396         account.
14397
14398 2001-01-05  Joseph S. Myers  <jsm28@cam.ac.uk>
14399
14400         * gcc.c-torture/execute/builtin-complex-1.c: New test.
14401
14402 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
14403
14404         * g++.old-deja/g++.pt/crash62.C: New test.
14405
14406 2001-01-04  Richard Henderson  <rth@redhat.com>
14407
14408         * gcc.dg/20000926-1.c: Update expected warnings.
14409         * gcc.dg/array-2.c: Likewise.
14410         * gcc.dg/array-4.c: Also validate flexible array members.
14411         * gcc.dg/c99-flex-array-1.c: New.
14412
14413 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
14414
14415         * gcc.c-torture/compile/20001222-1.x: Remove.
14416
14417 2001-01-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14418
14419         * gcc.c-torture/execute/built-in-setjmp.c: New.
14420
14421 2001-01-03  Richard Henderson  <rth@redhat.com>
14422
14423         * gcc.dg/940510-1.c: Update expected error wording.
14424         * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
14425
14426 2001-01-03  Jeffrey Oldham  <oldham@codesourcery.com>
14427
14428         * lib/target-supports.exp (check_alias_available): Modified to
14429         indicate aliases not supported if only weak aliases are supported.
14430
14431 2001-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14432
14433         * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
14434         Turn on cmpstrsi checks for __pj__ and __i370__.
14435
14436 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
14437
14438         * g++.old-deja/g++.other/virtual11.C: New test.
14439
14440 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
14441
14442         * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
14443
14444 2001-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14445
14446         * gcc.c-torture/compile/20010102-1.c: New test.
14447
14448 2001-01-02  Andreas Jaeger  <aj@suse.de>
14449
14450         * gcc.dg/noreturn-3.c: New test.
14451
14452         * gcc.dg/noreturn-4.c: New test.
14453
14454 2001-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14455
14456         * gcc.c-torture/execute/stdio-opt-1.c: Also test
14457         __builtin_fputc and __builtin_fwrite.
14458
14459 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
14460
14461         * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
14462         signed char, not default char.
14463
14464 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
14465
14466         * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
14467
14468 2000-12-30  David Billinghurst <David.Billinghurst@riotinto.com>
14469
14470         * lib/g++.exp:  Use sh to exec ${odir_v3}/tests_flags
14471
14472 2000-12-29  Richard Henderson  <rth@redhat.com>
14473
14474         * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
14475         (__cyg_profile_func_exit): Define.
14476
14477 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
14478
14479         * g++.dg/vtgc1.C: New test.
14480
14481 2000-12-28  Geoffrey Keating  <geoffk@redhat.com>
14482
14483         * gcc.dg/noncompile/20001228-1.c: New test.
14484
14485         * gcc.dg/20001228-1.c: New test.
14486
14487         * gcc.c-torture/execute/20001228-1.c: New test.
14488
14489 2000-12-28  Joseph S. Myers  <jsm28@cam.ac.uk>
14490
14491         * gcc.dg/format-strfmon-1.c: New test.
14492
14493 2000-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14494
14495         * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
14496         * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
14497         * gcc.c-torture/execute/string-opt-1.c: Likewise.
14498         * gcc.c-torture/execute/string-opt-2.c: Likewise.
14499         * gcc.c-torture/execute/string-opt-3.c: Likewise.
14500         * gcc.c-torture/execute/string-opt-4.c: Likewise.
14501         * gcc.c-torture/execute/string-opt-6.c: Likewise.
14502         * gcc.c-torture/execute/string-opt-7.c: Likewise.
14503         * gcc.c-torture/execute/string-opt-8.c: Likewise.
14504         * gcc.c-torture/execute/string-opt-9.c: Likewise.
14505         * gcc.c-torture/execute/string-opt-10.c: Likewise.
14506         * gcc.c-torture/execute/string-opt-11.c: Likewise.
14507         * gcc.c-torture/execute/string-opt-12.c: Likewise.
14508
14509         * gcc.c-torture/execute/string-opt-3.c: Test rindex.
14510         * gcc.c-torture/execute/string-opt-4.c: Test index.
14511
14512 2000-12-26  Geoffrey Keating  <geoffk@redhat.com>
14513
14514         * gcc.c-torture/compile/20001226-1.c: New test.
14515
14516 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
14517
14518         * gcc.c-torture/compile/20001222-1.c: New test.
14519         * gcc.c-torture/compile/20001222-1.x: Xfail.
14520
14521 2000-12-22  Alexandre Oliva  <aoliva@redhat.com>
14522
14523         * gcc.c-torture/execute/comp-goto-2.c: New test.
14524
14525 2000-12-21  J"orn Rennecke <amylaar@redhat.com>
14526
14527         * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
14528         Use long types if __INT_MAX__ is 32767.
14529         (main): Use cast to (sint32 *) when poking 88 into a_page.
14530
14531         * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
14532
14533 2000-12-21  Bernd Schmidt  <bernds@redhat.com>
14534
14535         * gcc.c-torture/compile/20001221-1.c: New test.
14536         * gcc.c-torture/execute/20001221-1.c: New test.
14537
14538 2000-12-20  Richard Henderson  <rth@redhat.com>
14539
14540         * g++.old-deja/g++.pt/crash36.C: Update error lines.
14541         * g++.old-deja/g++.robertl/eb109.C: Likewise.
14542
14543 2000-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14544
14545         * gcc.dg/compare3.c: New test.
14546
14547 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
14548
14549         * gcc.dg/format-warnll-1.c: New test.
14550
14551 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
14552
14553         * gcc.dg/cpp/cmdlne-P.c: New test.
14554
14555 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
14556
14557         * gcc.c-torture/execute/builtin-abs-1.c,
14558         gcc.c-torture/execute/builtin-abs-2.c: New tests.
14559
14560 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
14561
14562         * gcc.dg/cpp/multiline.c: New test.
14563
14564 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
14565
14566         * g++.old-deja/g++.other/syshdr1.C: Update.
14567         * gcc.dg/cpp/lineflags.c: Remove temporarily.
14568
14569 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14570
14571         * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
14572
14573 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14574
14575         * g++.old-deja/g++.pt/ttp65.C: New test.
14576
14577 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14578
14579         * g++.old-deja/g++.pt/ttp64.C: New test.
14580
14581 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14582
14583         * g++.old-deja/g++.pt/spec33.C: New test.
14584
14585 2000-12-14  Catherine Moore  <clm@redhat.com>
14586
14587         * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
14588         * gcc.c-torture/execute/920612-2.c: Likewise.
14589         * gcc.c-torture/execute/920428-2.c: Likewise.
14590         * gcc-c-torture/execute/va-arg-11.c: Call exit.
14591         * gcc.c-torture/execute/va-arg-21.c: Likewise.
14592
14593 2000-12-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14594
14595         * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
14596         * gcc.dg/pack-test-2.c: Likewise.
14597
14598 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
14599
14600         Tests by Zack Weinberg <zackw@stanford.edu>.
14601
14602         * gcc.dg/cpp/defined.c: Update.
14603         * gcc.dg/cpp/defined_trad.c: New tests.
14604
14605 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
14606
14607         * gcc.dg/cpp/trad-direct.c: Update.
14608
14609 2000-12-11  Neil Booth  <neilb@earthling.net>
14610
14611         * gcc.dg/cpp/defined_trad.c
14612
14613 2000-12-11  Neil Booth  <neilb@earthling.net>
14614
14615         * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
14616
14617 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
14618
14619         * gcc.dg/format-miss-2.c: New test.
14620
14621 2000-12-09  Neil Booth  <neilb@earthling.net>
14622
14623         * gcc.dg/cpp/lineflags.c: New tests.
14624         * gcc.dg/cpp/poison.c: Update.
14625         * gcc.dg/cpp/redef2.c: Update.
14626         * gcc.dg/cpp/skipping.c: New test.
14627
14628 2000-12-07  Geoffrey Keating  <geoffk@redhat.com>
14629
14630         * g++.old-deja/g++.other/eh3.C: New testcase.
14631
14632 2000-12-07  Neil Booth  <neilb@earthling.net>
14633
14634         * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
14635         wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
14636         wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
14637         wtr-union-init-2.c, wtr-union-init-3.c: Update.
14638         * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
14639         Update.
14640
14641 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
14642
14643         * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
14644         __SIZE_TYPE__ instead of int for type of integers cast to
14645         pointers.
14646
14647 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
14648
14649         * g++.old-deja/g++.other/cleanup4.C: New test.
14650
14651 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
14652
14653         * format-sec-1.c: New test.
14654
14655 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
14656
14657         * gcc.dg/format-nonlit-3.c: New test.
14658
14659 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
14660
14661         * gcc.dg/c90-printf-1.c: Add test for printf formats reading
14662         through a null pointer.
14663
14664 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14665
14666         * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
14667         * g++.old-deja/g++.pt/partial4.C: New test.
14668
14669 2000-12-06  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
14670
14671         * gcc.c-torture/execute/ieee/hugeval.x: New.
14672
14673 2000-12-06  Neil Booth  <neilb@earthling.net>
14674
14675         * gcc.dg/cpp/backslash2.c: New tests.
14676
14677 2000-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14678
14679         * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
14680         * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
14681
14682 2000-12-05  Geoffrey Keating  <geoffk@redhat.com>
14683
14684         * gcc.c-torture/execute/20001203-2.c: New testcase.
14685
14686 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
14687
14688         * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
14689         * g++.old-deja/g++.other/virtual10.C: New test.
14690
14691 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
14692
14693         * g++.old-deja/g++.mike/pmf5.C: Remove test.
14694
14695 2000-12-05  Richard Henderson  <rth@redhat.com>
14696
14697         * gcc.c-torture/compile/20001205-1.c: New.
14698
14699 2000-12-04  Neil Booth  <neilb@earthling.net>
14700
14701         * g++.old-deja/g++.other/virtual9.C: New test.
14702         * g++.old-deja/g++.pt/crash61.C: New test.
14703         * gcc.c-torture/execute/loop-9.c: New test.
14704
14705 2000-12-04  Neil Booth  <neilb@earthling.net>
14706
14707         * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
14708         * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
14709         * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
14710         * gcc.dg/cpp/extratokens.c: ...here.
14711
14712 2000-12-04  Neil Booth  <neilb@earthling.net>
14713
14714         * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
14715         New tests.
14716
14717 2000-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14718
14719         * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
14720         * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
14721
14722 2000-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
14723
14724         * gcc.c-torture/execute/20001203-1.c: New test.
14725
14726 2000-12-03  Neil Booth  <neilb@earthling.net>
14727
14728         * gcc.dg/cpp/macro6.c: New test cases.
14729
14730 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14731
14732         * gcc.c-torture/execute/string-opt-9.c: New test.
14733         * gcc.c-torture/execute/string-opt-10.c: Likewise.
14734         * gcc.c-torture/execute/string-opt-11.c: Likewise.
14735         * gcc.c-torture/execute/string-opt-12.c: Likewise.
14736
14737         * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
14738         * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
14739
14740 2000-12-02  Geoffrey Keating  <geoffk@redhat.com>
14741
14742         * gcc.dg/cpp/if-6.c: New testcase.
14743
14744         * gcc.dg/20001201-1.c: New testcase.
14745
14746 2000-12-02  Neil Booth  <neilb@earthling.net>
14747
14748         * g++.old-deja/g++.other/externC4.C,
14749         g++.old-deja/g++.other/friend10.C: New tests.
14750
14751 2000-12-02  Neil Booth  <neilb@earthling.net>
14752
14753         * g++.old-deja/g++.other/instan2.C
14754         * g++.old-deja/g++.other/instan3.C: New test.
14755
14756 2000-12-02  Neil Booth  <neilb@earthling.net>
14757
14758         * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
14759         c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
14760         gnuc99.c,gnuc99-pedantic.c: New tests.
14761
14762 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
14763
14764         * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
14765         gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
14766
14767 2000-12-01  Neil Booth  <neilb@earthling.net>
14768
14769         * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
14770         * gcc.dg/cpp/poison.c: Update.
14771         * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
14772
14773 2000-12-01  Toon Moene  <toon@moene.indiv.nluug.nl>
14774
14775         * g77.f-torture/execute/20001201.f: New test.
14776
14777 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
14778
14779         * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
14780
14781 2000-12-01  Jakub Jelinek  <jakub@redhat.com>
14782
14783         * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
14784
14785 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
14786
14787         * g++.old-deja/g++.other/cast6.C: New test.
14788
14789 2000-11-30  Geoffrey Keating  <geoffk@redhat.com>
14790
14791         * gcc.c-torture/execute/20001130-2.c: New testcase.
14792
14793 2000-11-30  Richard Henderson  <rth@redhat.com>
14794
14795         * gcc.c-torture/execute/20001130-1.c: New test.
14796
14797 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
14798
14799         * g++.old-deja/g++.other/op3.C: New test.
14800
14801 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
14802
14803         * g++.old-deja/g++.other/op2.C: New test.
14804
14805 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
14806
14807         * g++.old-deja/g++.other/crash38.C: New test.
14808
14809 2000-11-29  Toon Moene  <toon@moene.indiv.nluug.nl>
14810
14811         * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
14812
14813 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
14814
14815         * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
14816         tests.
14817         * gcc.c-torture/execute/string-opt-6.c: New test.
14818
14819         * gcc.dg/20001117-1.c: Add main.
14820
14821 2000-11-28  Geoffrey Keating  <geoffk@redhat.com>
14822
14823         * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
14824         Move from here ...
14825         * gcc.dg/940510-1.c: ... to here.
14826
14827         * gcc.dg/20000926-1.c: GNU C now allows initializations of
14828         zero-size arrays in toplevel structures.
14829
14830 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
14831
14832         * gcc.c-torture/execute/loop-8.c: New test.
14833
14834 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
14835
14836         * g++.old-deja/g++.other/base1.C: New test.
14837
14838 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
14839
14840         * g++.old-deja/g++.other/parse2.C: New test.
14841
14842 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
14843
14844         * g++.old-deja/g++.pt/incomplete1.C: New test.
14845
14846 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
14847
14848         * g++.old-deja/g++.other/friend9.C: New test.
14849
14850 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
14851
14852         * gcc.dg/20001127-1.c: New test.
14853
14854 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
14855
14856         * g++.old-deja/g++.pt/friend46.C: New test.
14857
14858 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
14859
14860         * g++.old-deja/g++.other/ptrmem8.C: New test.
14861
14862 2000-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14863
14864         * gcc.c-torture/execute/string-opt-7.c: New test.
14865         * gcc.c-torture/execute/string-opt-8.c: Likewise.
14866
14867 2000-11-26  Gabriel Dos Reis  <gdr@codesourcery.com>
14868
14869         * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
14870         instead of 'mkcheck 2'.
14871
14872 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
14873
14874         * gcc.c-torture/execute/memcheck/driver.c,
14875         gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
14876         C9X references to refer to C99.
14877
14878 2000-11-25  Jakub Jelinek  <jakub@redhat.com>
14879
14880         * gcc.dg/ultrasp3.c: New test.
14881
14882 2000-11-25  Neil Booth  <neilb@earthling.net>
14883
14884         * gcc.dg/cpp/include2.c: Update test to be locale independent.
14885
14886 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>
14887
14888         * gcc.c-torture/compile/20001123-2.c: New.
14889
14890 2000-11-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14891
14892         * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
14893
14894 2000-11-24  Bernd Schmidt  <bernds@redhat.co.uk>
14895
14896         * gcc.dg/sequence-point-1.c: Add some new tests.
14897         * gcc.c-torture/execute/20001124-1.c: New test.
14898
14899 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
14900
14901         * g++.old-deja/g++.other/vaarg4.C: New test.
14902         * gcc.c-torture/compile/20001123-1.c: New test.
14903
14904 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
14905
14906         * g++.other/crash24.C: Adjust and remove XFAIL.
14907         * g++.other/crash37.C: New test.
14908
14909 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
14910
14911         * g++.old-deja/g++.pt/instantiate9.C: New test.
14912
14913 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
14914
14915         * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
14916         new ABI, too.
14917
14918         * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
14919         * g++.old-deja/g++.robertl/eb55.C: Likewise.
14920
14921 2000-11-22  Neil Booth  <neilb@earthling.net>
14922
14923         * gcc.dg/cpp/Wtrigraphs.c: New test.
14924
14925 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
14926
14927         * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
14928
14929 2000-11-22  Jakub Jelinek  <jakub@redhat.com>
14930
14931         * gcc.c-torture/execute/ieee/20001122-1.c: New test.
14932
14933 2000-11-22  Hans-Peter Nilsson  <hp@bitrange.com>
14934
14935         * lib/gcc-dg.exp: load_lib scanasm.exp.
14936         (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
14937         * lib/g++-dg.exp: load_lib scanasm.exp.
14938         * lib/scanasm.exp: New.
14939         (scan-assembler, scan-assembler-not): Add optional arguments to
14940         test name, or if not present, the pattern name.
14941         (scan-assembler-dem, scan-assembler-dem-not): New.
14942
14943         * g++.dg/dg.exp: New.
14944
14945 2000-11-21  Neil Booth  <neilb@earthling.net>
14946
14947         * gcc.dg/cpp/integrated1.c: Remove.
14948
14949 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
14950
14951         * gcc.c-torture/execute/20001121-1.c: New test.
14952
14953 2000-11-21  Richard Henderson  <rth@redhat.com>
14954
14955         * gcc.c-torture/compile/20001121-1.c: New test.
14956
14957 2000-11-20  Neil Booth  <neilb@earthling.net>
14958
14959         * gcc.dg/cpp/integrated1.c: New test.
14960
14961 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
14962
14963         * g++.old-deja/g++.other/inline17.C: New test.
14964
14965 2000-11-20  Donald Lindsay  <dlindsay@redhat.com>
14966
14967         * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
14968         local variable to be zero: I made the variable global. Now
14969         uses abort() and exit() instead of relying on main's return value.
14970
14971 2000-11-20  Neil Booth  <neilb@earthling.net>
14972
14973         * gcc.dg/cpp/paste2.c: Update test.
14974         * objc/execute/paste.m: New test.
14975
14976 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
14977
14978         * gcc.dg/c99-condexpr-1.c: New test.
14979
14980 2000-11-20  Neil Booth  <neilb@earthling.net>
14981
14982         * gcc.dg/cpp/macsyntx.c: Use correct command line option.
14983
14984 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
14985
14986         * g++.old-deja/g++.pt/export1.C: New test.
14987
14988 2000-11-20  Jakub Jelinek  <jakub@redhat.com>
14989
14990         * gcc.dg/20001117-1.c: New test.
14991
14992 2000-11-18  Richard Henderson  <rth@redhat.com>
14993
14994         * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
14995
14996 2000-11-18  Richard Henderson  <rth@redhat.com>
14997
14998         * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
14999         * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
15000         * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
15001
15002 2000-11-18  Richard Henderson  <rth@redhat.com>
15003
15004         * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
15005         (main): New.  Exit cleanly.
15006
15007 2000-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
15008
15009         * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
15010         gcc.dg/c99-fordecl-2.c: New tests.
15011
15012 2000-11-18  Richard Henderson  <rth@redhat.com>
15013
15014         * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
15015         * gcc.c-torture/execute/zerolen-2.c: New.
15016
15017 2000-11-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15018
15019         * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
15020         memory.
15021
15022 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
15023
15024         * g++.old-deja/g++.pt/instantiate8.C: New test.
15025
15026 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
15027
15028         * g++.old-deja/g++.other/incomplete.C: Add more tests.
15029         * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
15030
15031 2000-11-16  Nick Clifton  <nickc@redhat.com>
15032
15033         * gcc.c-torture/execute/nestfunc-2.c: New test.
15034         * gcc.c-torture/execute/nestfunc-3.c: New test.
15035
15036 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
15037
15038         * gcc.c-torture/compile/20001116-1.c: New test.
15039
15040 2000-11-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15041
15042         * gcc.c-torture/execute/20001115-1.c: New test.
15043
15044 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
15045
15046         * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
15047         * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
15048         * g++.old-deja/g++.abi/ptrflags.C: Likewise.
15049         * g++.old-deja/g++.abi/vmihint.C: Likewise.
15050
15051 2000-11-15  Neil Booth  <neilb@earthling.net>
15052
15053         gcc.dg/cpp/_Pragma1.c: Update.
15054         gcc.dg/cpp/_Pragma2.c: New test.
15055
15056 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
15057
15058         * g++.old-deja/g++.other/anon5.C: New test.
15059
15060 2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
15061
15062         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
15063         tests.
15064
15065 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
15066
15067         * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
15068         output.
15069
15070 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
15071
15072         * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
15073         labels at end of compound statements.
15074
15075 2000-11-13  Jakub Jelinek  <jakub@redhat.com>
15076
15077         * gcc.c-torture/execute/loop-7.c: New test.
15078
15079 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
15080
15081         * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
15082
15083 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
15084
15085         * gcc.dg/c99-bool-1.c: New test.
15086
15087 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
15088
15089         * gcc.dg/c99-scope-1.c: Remove xfail.
15090         * gcc.dg/c99-scope-2.c: New test.
15091
15092 2000-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15093
15094         * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
15095         * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
15096
15097 2000-11-11  Mark Mitchell  <mark@codesourcery.com>
15098
15099         * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
15100         error messages.
15101
15102         * g++.mike/p700.C: Don't typedef wchar_t.
15103         * g++.mike/p784.C: Likewise.
15104         * g++.mike/eb101.C: Don't use __wchar_t.
15105
15106 2000-11-11  Toon Moene  <toon@moene.indiv.nluug.nl>
15107
15108         * g77.f-torture/execute/20001111.[fx]: Test premature exit
15109         from DO loop.
15110
15111 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
15112
15113         * gcc.c-torture/execute/20001111-1.c: New test.
15114
15115 2000-11-10  Nick Clifton  <nickc@redhat.com>
15116
15117         * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
15118         long multuiple and accumulate.
15119
15120 2000-11-09  Richard Henderson  <rth@redhat.com>
15121
15122         * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
15123         via size_t instead of int.
15124
15125         * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
15126         * gcc.c-torture/execute/string-opt-2.c: Likewise.
15127         * gcc.c-torture/execute/string-opt-3.c: Likewise.
15128         * gcc.c-torture/execute/string-opt-4.c: Likewise.
15129
15130 2000-11-09  Geoffrey Keating  <geoffk@redhat.com>
15131
15132         * gcc.c-torture/compile/20001109-1.c: New test.
15133         * gcc.c-torture/compile/20001109-2.c: New test.
15134
15135 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
15136
15137         * g++.old-deja/g++.pt/operator1.C: New test.
15138         * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
15139
15140 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
15141
15142         * gcc.dg/20001108-1.c: New test.
15143
15144 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
15145
15146         * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
15147         with both arguments constant strings.
15148         * gcc.c-torture/execute/string-opt-3.c: New test.
15149         * gcc.c-torture/execute/string-opt-4.c: New test.
15150         * gcc.c-torture/execute/string-opt-5.c: New test.
15151
15152 2000-11-08  Nick Clifton  <nickc@redhat.com>
15153
15154         * gcc.c-torture/execute/20001108-1.c: New test case.  Checks
15155         mulsidi3adddi patterns.
15156
15157 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
15158
15159         * g++.old-deja/g++.other/crash36.C: New test.
15160
15161 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
15162
15163         * g++.old-deja/g++.other/init16.C: New test.
15164
15165 2000-11-06  Loren J. Rittle  <ljrittle@acm.org>
15166
15167         * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
15168
15169 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
15170
15171         * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
15172         * gcc.c-torture/execute/va-arg-16.x: Likewise.
15173         * gcc.c-torture/execute/va-arg-17.x: Likewise.
15174
15175 2000-11-07  DJ Delorie  <dj@redhat.com>
15176
15177         * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
15178
15179 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15180
15181         * gcc.c-torture/execute/string-opt-1.c: New test.
15182
15183 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
15184
15185         * gcc.c-torture/execute/va-arg-15.x: New file.  Fails on
15186         mips-sgi-irix6.* because the MIPS ABI passes floating-point
15187         parameters in registers, and there is no way for a varargs
15188         function to know in which order the integer and floating-point
15189         parameters should be interleaved when they are placed on the
15190         stack.
15191         * gcc.c-torture/execute/va-arg-16.x: Likewise.
15192         * gcc.c-torture/execute/va-arg-17.x: Likewise.
15193
15194 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15195
15196         * gcc.c-torture/execute/string-opt-2.c: New test.
15197
15198 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
15199
15200         * g++.old-deja/g++.pt/crash60.C: New test.
15201
15202 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
15203
15204         * g++.old-deja/g++.other/crash24.C: New test.
15205         * g++.old-deja/g++.other/crash25.C: New test.
15206         * g++.old-deja/g++.other/crash26.C: New test.
15207         * g++.old-deja/g++.other/crash27.C: New test.
15208         * g++.old-deja/g++.other/crash28.C: New test.
15209         * g++.old-deja/g++.other/crash29.C: New test.
15210         * g++.old-deja/g++.other/crash30.C: New test.
15211         * g++.old-deja/g++.other/crash31.C: New test.
15212         * g++.old-deja/g++.other/crash32.C: New test.
15213         * g++.old-deja/g++.other/crash33.C: New test.
15214         * g++.old-deja/g++.other/crash34.C: New test.
15215         * g++.old-deja/g++.other/crash35.C: New test.
15216
15217 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
15218
15219         * gcc.c-torture/execute/20001031-1.c: New test.
15220
15221 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
15222
15223         * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
15224         namespace.
15225
15226         * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
15227         standards-conformant.
15228
15229         * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
15230
15231         * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
15232         * g++.old-deja/g++.mike/p755a.C: Likewise.
15233         * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
15234         library makes no calls to `operator new' during initialization.
15235
15236 2000-11-04  Neil Booth  <neilb@earthling.net>
15237
15238         * gcc.dg/cpp/include2.c: New tests.
15239
15240 2000-11-03  Mark P Mitchell  <mark@codesourcery.com>
15241
15242         * lib/g++.exp (g++_set_ld_library_path): New function.
15243         Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
15244
15245 2000-11-03  Bernd Schmidt  <bernds@redhat.co.uk>
15246
15247         * gcc.dg/sequence-pt-1.c: A few new tests.  Unify output for bogus
15248         warnings.
15249
15250 2000-11-01  Richard Henderson  <rth@redhat.com>
15251
15252         * g++.old-deja/g++.ext/namedret1.C: New.
15253         * g++.old-deja/g++.ext/namedret2.C: New.
15254         * g++.old-deja/g++.ext/namedret3.C: New.
15255
15256 2000-10-31  Geoffrey Keating  <geoffk@cygnus.com>
15257
15258         * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
15259         * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
15260
15261 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15262
15263         * gcc.c-torture/execute/va-arg-21.c: New test.
15264
15265 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
15266
15267         * gcc.dg/c99-complex-2.c: New test.
15268
15269 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15270
15271         * gcc.c-torture/execute/stdio-opt-1.c: New test.
15272
15273 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
15274
15275         * g++.old-deja/g++.other/inline16.C: New test.
15276
15277 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
15278
15279         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
15280         __PRETTY_FUNCTION__
15281
15282 2000-10-29  Neil Booth  <neilb@earthling.net>
15283
15284         * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
15285         New tests.
15286         * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
15287         * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
15288         optimisation.
15289
15290 2000-10-29  Neil Booth  <neilb@earthling.net>
15291
15292         * gcc.dg/cpp/macro4.c, macro5.c: New tests.
15293         * mi1.c, mi1c.h: Add null directives to multiple-include test.
15294         * mi5.c: Test multiple includes work with -C.
15295         * trigraphs.c: Test ^= version.
15296
15297 2000-10-28  Neil Booth  <neilb@earthling.net>
15298
15299         New tests and test updates for new macro expander.
15300
15301         * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
15302         endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
15303         paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
15304         tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
15305         new diagnostic messages.
15306
15307         * gcc.dg/cpp/macro3.c: New tests.
15308
15309 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
15310
15311         * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
15312         on the same line.
15313
15314 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
15315
15316         * g++.old-deja/g++.other/eh2.C: New test.
15317
15318 2000-10-27  Bernd Schmidt  <bernds@cygnus.co.uk>
15319
15320         * gcc.c-torture/execute/20001027-1.c: New test.
15321
15322 2000-10-26  Richard Henderson  <rth@redhat.com>
15323
15324         * gcc.c-torture/execute/20001026-1.c: New.
15325
15326 2000-10-26  Mark Mitchell  <mark@codesourcery.com>
15327
15328         * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
15329         * g++.old-deja/g++.law/builtin1.C: Likewise.
15330         * g++.old-deja/g++.law/ctors10.C: Likewise.
15331         * g++.old-deja/g++.law/virtual3.C: Likewise.
15332         * g++.old-deja/g++.mike/p658.C: Likewise.
15333         * g++.old-deja/g++.other/sibcall1.C: Likewise.
15334         * g++.old-deja/g++.other/vaarg2.C: Likewise.
15335         * g++.old-deja/g++.robertl/eb124.C: Likewise.
15336         * g++.old-deja/g++.robertl/eb44.C: Likewise.
15337         * g++.old-deja/g++.robertl/eb77.C: Likewise.
15338
15339 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
15340
15341         * gcc.c-torture/compile/20001024-1.c: New test.
15342
15343 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
15344
15345         * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
15346         to tell us whether or not we are using V3.
15347
15348 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
15349
15350         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
15351         operands.
15352
15353 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
15354
15355         * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
15356
15357 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
15358
15359         * gcc.c-torture/execute/20001024-1.c: New test.
15360
15361 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
15362
15363         * g++.old-deja/g++.other/sibcall1.C: New test.
15364
15365 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
15366
15367         * gcc.dg/noncompile/init-3.c: New test.
15368
15369 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
15370
15371         * gcc.dg/format-array-1.c: New test.
15372
15373 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
15374
15375         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
15376         writing through null pointers; remove comment about testing
15377         unterminated strings.
15378
15379 2000-10-17  Matthew Hiller  <hiller@redhat.com>
15380
15381         * gcc.c-torture/execute/20001017-2.c: New test.
15382
15383 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
15384
15385         * gcc.c-torture/compile/20001018-1.c: New test.
15386         * gcc.c-torture/compile/20001018-1.x: Xfail.
15387
15388 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15389
15390         * gcc.c-torture/execute/20001017-1.c: New test.
15391
15392 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
15393
15394         * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
15395         for multiple use of arguments with scanf formats; add tests for
15396         multiple use of arguments.
15397
15398 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
15399
15400         * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
15401
15402 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
15403
15404         * gcc.dg/format-miss-1.c: New test.
15405
15406 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
15407
15408         * gcc.c-torture/execute/20001013-1.c: New test.
15409
15410 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
15411
15412         * gcc.dg/format-branch-1.c: New test.
15413
15414 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
15415
15416         * README, lib/file-format.exp: Remove EGCS references.
15417
15418 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
15419
15420         * gcc.dg/20001013-1.c: New test.
15421
15422 2000-10-15  Joseph S. Myers  <jsm28@cam.ac.uk>
15423
15424         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
15425         for intmax_t in the compiler using __typeof__ and the type rules
15426         for conditional expressions.
15427
15428 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
15429
15430         * gcc.dg/20001012-1.c: New test.
15431         * gcc.dg/20001012-2.c: New test.
15432
15433 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
15434
15435         * gcc.dg/format-attr-1.c: New test.
15436
15437 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
15438
15439         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
15440         __LONG_LONG_MAX__ instead of LLONG_MAX.
15441
15442 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
15443
15444         * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
15445         scanf flags.
15446         * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
15447         flags.
15448
15449 2000-10-11  Joseph S. Myers  <jsm28@cam.ac.uk>
15450
15451         * gcc.dg/sequence-pt-1.c: New test.
15452
15453 2000-10-11  Geoff Keating  <geoffk@cygnus.com>
15454
15455         * gcc.c-torture/execute/20001011-1.c: New testcase.
15456         Testcase provided by Zack Weinberg <zackw@stanford.edu>.
15457
15458 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
15459
15460         * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
15461         does not error on it.
15462
15463 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
15464
15465         * gcc.dg/20001009-1.c: New test.
15466
15467 Mon Oct  9 23:32:06 MET DST 2000  Jan Hubicka  <jh@suse.cz>
15468
15469         * gcc.c-torture/compile/20001009-1.c: Move from here ....
15470         * gcc.c-torture/execute/20001009-2.c: ... to here.
15471
15472 2000-10-09  Geoff Keating  <geoffk@cygnus.com>
15473
15474         * gcc.c-torture/compile/20001009-1.c: New testcase.
15475         * gcc.c-torture/execute/20001009-1.c: New testcase.
15476         Testcases provided by Jan Hubicka <jh@suse.cz>.
15477
15478 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
15479
15480         * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
15481         gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
15482         uintmax_t using <limits.h> to emulate the compiler's internal
15483         logic.  No longer XFAIL %j tests.
15484
15485 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
15486
15487         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
15488         gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
15489         gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
15490         regexps and details of expected handling of some bad formats.
15491         * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
15492         suppression.
15493
15494 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
15495
15496         * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
15497         g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
15498         g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
15499         gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
15500         in list archives.
15501
15502 2000-10-06  Richard Henderson  <rth@cygnus.com>
15503
15504         * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
15505         * g++.old-deja/g++.brendan/crash52.C: Likewise.
15506         * g++.old-deja/g++.jason/report.C: Likewise.
15507         * g++.old-deja/g++.law/friend5.C: Likewise.
15508         * g++.old-deja/g++.mike/p646.C: Likewise.  Adjust the spelling
15509         of the expected warnings.
15510
15511 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
15512
15513         * g++.old-deja/g++.pt/enum14.C: New test.
15514
15515 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
15516
15517         * g++.old-deja/g++.pt/crash59.C: New test.
15518
15519 2000-10-04  Will Cohen  <wcohen@redhat.com>
15520
15521         * gcc.dg/20000926-1.c: New test.
15522
15523 2000-10-03  Geoff Keating  <geoffk@cygnus.com>
15524
15525         * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
15526         function name for current C++ compiler.
15527         Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
15528
15529 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
15530
15531         * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
15532         __PRETTY_FUNCTION__.
15533         * g++.old-deja/g++.ext/pretty2.C: Likewise.
15534
15535 2000-09-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15536
15537         * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
15538
15539 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
15540
15541         * gcc.c-torture/compile/20000923-1.c: New test.
15542
15543 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
15544
15545         * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
15546         * g++.old-deja/g++.pt/ttp62.C: Same.
15547         * g++.old-deja/g++.other/inline14.C: Same.
15548
15549 2000-09-24  Richard Henderson  <rth@cygnus.com>
15550
15551         * gcc.c-torture/execute/20000914-1.c: Declare malloc.
15552
15553 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
15554
15555         * gcc.dg/c90-printf-1.c: Add test for wide string format.
15556
15557 2000-09-22  Geoff Keating  <geoffk@cygnus.com>
15558
15559         * gcc.c-torture/compile/20000922-1.c: New file.
15560
15561 2000-09-21  Nick Clifton  <nickc@redhat.com>
15562
15563         * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
15564         a signed long modulo operation.
15565         (mod6): New function - perform an unsigned long modulo operation.
15566         (main): Add tests for modulos of very large numbers by very small
15567         dividends.
15568
15569 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15570
15571         * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
15572
15573 2000-09-19  Richard Henderson  <rth@cygnus.com>
15574
15575         * gcc.dg/compare2.c (case 10): XFAIL.
15576
15577 2000-09-18  Richard Henderson  <rth@cygnus.com>
15578
15579         * gcc.c-torture/execute/20000906-1.c: Move ...
15580         * gcc.dg/20000906-1.c: ... here.  Only run on targets
15581         that support __builtin_trap.
15582
15583 Mon 18-Sep-2000 19:23:11 BST  Neil Booth  <NeilB@earthling.net>
15584
15585         * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
15586
15587 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
15588
15589         * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
15590         * gcc.dg/format-xopen-1.c: Fix error in one $ format test.  Add
15591         more $ format tests.
15592
15593 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
15594
15595         * gcc.dg/format-errmk-1.c: New test.
15596
15597 2000-09-17  Greg McGary  <greg@mcgary.org>
15598
15599         * gcc.c-torture/execute/20000917-1.x: Remove.
15600
15601 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
15602
15603         * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
15604
15605 2000-09-17  Greg McGary  <greg@mcgary.org>
15606
15607         * gcc.c-torture/execute/20000917-1.c: New test.
15608         * gcc.c-torture/execute/20000917-1.x: XFAIL.
15609
15610 2000-09-16  Neil Booth  <NeilB@earthling.net>
15611
15612         * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
15613         in nested macro bug.
15614
15615 2000-09-15  Neil Booth  <NeilB@earthling.net>
15616
15617         * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
15618
15619 2000-09-14  Jeffrey A Law  (law@cygnus.com)
15620
15621         * gcc.c-torture/execute/20000914-1.c: New test.
15622
15623 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
15624
15625         * g++.other/inline13.C: New test.
15626
15627 2000-09-12  Andreas Jaeger  <aj@suse.de>
15628
15629         * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
15630         constant by Ulrich Drepper <drepper@redhat.com>.
15631
15632 2000-09-12  J"orn Rennecke <amylaar@redhat.co.uk>
15633
15634         * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
15635
15636 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15637
15638         * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
15639
15640 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
15641
15642         * gcc.dg/cpp/backslash.c: New test.
15643
15644 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
15645
15646         * gcc.c-torture/execute/20000910-1.c: New test.
15647         * gcc.c-torture/execute/20000910-2.c: Likewise.
15648
15649 2000-09-11  Robert Lipe  <robertl@sco.com>
15650
15651         * gcc.dg/pragma-align.c: New test.
15652
15653 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
15654
15655         * g++.old-deja/g++.pt/explicit82.C: New test.
15656         * g++.old-deja/g++.pt/explicit83.C: New test.
15657
15658 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
15659
15660         * gcc.dg/asm-names.c: New test.
15661
15662 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15663
15664         * gcc.dg/cpp/tr-warn6.c: New test
15665
15666 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
15667
15668         * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
15669         be accepted.
15670
15671 2000-09-07  Catherine Moore  <clm@redhat.com>
15672
15673         * gcc.c-torture/execute/unroll-1.c: New test.
15674
15675 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
15676
15677         * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
15678         ERROR markers.
15679         * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
15680         * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
15681         * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
15682         * gcc.dg/wtr-suffix-1.c: Correct error regexps.
15683         * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
15684         Preprocess only.
15685         * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
15686         * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
15687
15688 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
15689
15690         * g++.old-deja/g++.pt/deduct2.C: New test.
15691
15692 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
15693
15694         * g++.old-deja/g++.pt/parms2.C: New test.
15695
15696 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
15697
15698         * g++.old-deja/g++.pt/crash58.C: New test.
15699
15700 2000-09-06  Greg McGary  <greg@mcgary.org>
15701
15702         * gcc.c-torture/execute/20000906-1.c: New test.
15703         * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
15704
15705 2000-09-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15706
15707         * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
15708
15709 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
15710
15711         * g++.old-deja/g++.pt/crash57.C: New test.
15712
15713 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
15714
15715         * g++.old-deja/g++.pt/crash56.C: New test.
15716
15717 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
15718
15719         * g++.old-deja/g++.pt/koenig1.C: New test.
15720
15721 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
15722
15723         * gcc.dg/20000904-1.c: New test.
15724
15725 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
15726
15727         * gcc.dg/cpp/paste8.c: New test.
15728
15729 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
15730
15731         * gcc.c-torture/compile/20000827-1.c: New test.
15732
15733 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
15734
15735         * gcc.dg/format-diag-1.c: New test.
15736
15737 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
15738
15739         * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
15740         gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
15741         gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
15742         gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
15743         gcc.dg/formatz-1.c: Adjust warning regular expressions.
15744
15745 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
15746
15747         * g++.old-deja/g++.other/nested4.C: New test.
15748
15749 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
15750
15751         * g++.old-deja/g++.ns/scoped1.C: New test.
15752
15753 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
15754
15755         * lib/g++.exp: Support testing already-installed GCC.
15756
15757 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15758
15759         * wtr-label-1.c, wtr-suffix-1.c: New tests.
15760
15761 2000-08-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15762
15763         * gcc.dg/return-type-2.c: New test.
15764
15765 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
15766
15767         * gcc.c-torture/compile/20000825-1.c: New test.
15768
15769 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
15770
15771         * gcc.dg/dwarf2-2.c: New test.
15772
15773 2000-08-26  Zack Weinberg  <zack@wolery.cumb.org>
15774
15775         * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
15776         dg-warning regexps.
15777
15778 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
15779
15780         * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
15781         gcc.dg/format-ext-5.c: New tests.
15782
15783 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
15784
15785         * testsuite/g++.old-deja/g++.other/crash22.C: New test.
15786
15787 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
15788
15789         * gcc.dg/noncompile/930622-2.c: Adjust error message.
15790
15791 2000-08-24  Richard Henderson  <rth@cygnus.com>
15792
15793         * gcc.dg/ia64-sync-1.c: New test.
15794         * gcc.dg/ia64-sync-2.c: New test.
15795         * gcc.dg/ia64-asm-1.c: New test.
15796
15797 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
15798
15799         * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
15800         * gcc.dg/format-ext-2.c: New test.
15801
15802 2000-08-23  Jason Merrill  <jason@redhat.com>
15803
15804         * lib/old-dejagnu.exp: Also ignore "In member function" and
15805         "At global scope".
15806
15807 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15808
15809         * gcc.dg/noncompile/label-lineno-1.c: New test.
15810
15811 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
15812
15813         * gcc.dg/c99-array-nonobj-1.c: New test.
15814
15815 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
15816
15817         * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
15818         tests.
15819         * gcc.dg/format-ext-1.c: New test.
15820
15821 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15822
15823         * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
15824         gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
15825         gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
15826         gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
15827         gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
15828
15829 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
15830
15831         * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
15832         gcc.dg/c99-strftime-2.c: New tests.
15833
15834 2000-08-22  Richard Henderson  <rth@cygnus.com>
15835
15836         * gcc.c-torture/execute/20000822-1.c: New test.
15837
15838 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
15839
15840         * gcc.c-torture/execute/20000819-1.x: Remove.
15841
15842 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
15843
15844         * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
15845         gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
15846         gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
15847         gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
15848         gcc.dg/format-xopen-1.c: New tests.
15849
15850 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
15851
15852         * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
15853
15854 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
15855
15856         * g++.old-deja/g++.other/loop2.C: New test.
15857
15858         * gcc.c-torture/compile/20000606-1.c: New test.
15859         * gcc.c-torture/compile/20000728-1.c: New test.
15860         * gcc.c-torture/execute/20000801-1.c: New test.
15861         * gcc.c-torture/execute/20000801-2.c: New test.
15862         * gcc.c-torture/execute/20000819-1.c: New test.
15863         * gcc.c-torture/execute/20000819-1.x: XFAIL.
15864         * gcc.dg/20000629-1.c: New test.
15865         * gcc.dg/20000724-1.c: New test.
15866         * gcc.dg/20000807-1.c: New test.
15867
15868 2000-08-20 Dennis Chernoivanov <cdi@sparc.spb.su>
15869
15870         * gcc.dg/cpp/pragma-1.c: New test.
15871         * gcc.dg/cpp/pragma-2.c: New test.
15872
15873 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
15874
15875         * gcc.dg/cpp/lexstrng.c: Don't include string.h.
15876         * gcc.dg/cpp/paste2.c: Don't include string.h.  Prototype strcmp.
15877
15878 2000-08-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15879
15880         * gcc.c-torture/compile/20000818-1.c: New test.
15881
15882 2000-08-18  Manfred Hollstein  <manfredh@redhat.com>
15883
15884         * gcc.c-torture/execute/20000818-1.c: New test.
15885
15886 2000-08-18  Joseph S. Myers  <jsm28@cam.ac.uk>
15887
15888         * gcc.dg/format-va-1.c: New test.
15889
15890 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
15891
15892         * g++.old-deja/g++.other/typedef8.C: New test.
15893
15894 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
15895
15896         * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
15897         * g++.old-deja/g++.mike/net36.C: Mark candidate.
15898         * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
15899         * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
15900         * g++.old-deja/g++.other/ptrmem7.C: New test.
15901         * g++.old-deja/g++.pt/ptrmem10.C: New test.
15902
15903 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
15904
15905         * g++.old-deja/g++.pt/typename27.C: New test.
15906
15907 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
15908
15909         * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
15910         * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
15911         * g++.old-deja/g++.pt/friend45.C: New test.
15912         * g++.old-deja/g++.other/friend8.C: New test.
15913
15914 2000-08-15  Richard Henderson  <rth@cygnus.com>
15915
15916         * gcc.c-torture/execute/20000815-1.c: New test.
15917
15918 2000-08-15  Joseph S. Myers  <jsm28@cam.ac.uk>
15919
15920         * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
15921         gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
15922         gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
15923
15924 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
15925
15926         * g++.old-deja/g++.other/refinit2.C: New test.
15927
15928 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
15929
15930         * lib/c-torture.exp (c-torture): Make
15931         compiler_conditional_xfail_data global.
15932         * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
15933         compiler_conditional_xfail_data machinery.
15934         (f-torture-execute): Likewise.
15935         * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
15936         and only when unrolling loops.
15937
15938         * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
15939
15940 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
15941
15942         * g++.old-deja/g++.pt/explicit81.C: New test.
15943
15944 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
15945
15946         * g++.old-deja/g++.pt/typename26.C: New test.
15947
15948 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
15949
15950         * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
15951         warning.
15952
15953 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
15954
15955         * g++.old-deja/g++.other/array3.C: New test.
15956
15957 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
15958
15959         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
15960         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
15961         gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
15962         New tests.
15963
15964 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
15965
15966         * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
15967         * g++.old-deja/g++.abi/vmihint.C: Likewise.
15968
15969 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
15970
15971         * gcc.c-torture/execute/20000808-1.c: New test.
15972
15973 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
15974
15975         * gcc.dg/c90-const-expr-1.c: New test.
15976
15977 2000-08-08  Richard Henderson  <rth@cygnus.com>
15978
15979         * gcc.dg/noncompile/920923-1.c: Declare calloc.
15980
15981 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
15982
15983         * gcc.dg/noncompile/const-ll-1.c: New test.
15984
15985 2000-08-07  Joseph S. Myers  <jsm28@cam.ac.uk>
15986
15987         * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
15988
15989 2000-08-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
15990
15991         * lib/objc.exp (objc_target_compile): Set the ld_library_path so
15992         that running programs linked against the shared version of libobjc
15993         run correctly.
15994
15995 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
15996
15997         * gcc.dg/c99-printf-1.c: New test.
15998
15999 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
16000
16001         * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
16002
16003 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
16004
16005         * gcc.c-torture/execute/20000731-1.x: Delete.
16006
16007 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
16008
16009         * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
16010         and torture_without_loops as is done by c-torture.exp.
16011         (search_for): Copy from c-torture.exp.
16012         (gcc-dg-runtest): New function, drives a directory of tests
16013         iterating over the TORTURE_OPTIONS.
16014         (scan-assembler, scan-assembler-not): Move here from
16015         individual directory drivers.
16016
16017         * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
16018         defined by lib/gcc-dg.exp.
16019         * gcc.dg/cpp/cpp.exp: Likewise.
16020         * gcc.dg/noncompile/noncompile.exp: Likewise.  Use
16021         gcc-dg-runtest, so we cycle over optimization options.
16022
16023         * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
16024         * gcc.dg/compare2.c: No longer expected to fail.
16025
16026 2000-08-04  J"orn Rennecke <amylaar@cygnus.co.uk>
16027
16028         * gcc.c-torture/execute/20000804-1.c: New test.
16029
16030 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
16031
16032         * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
16033
16034 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
16035
16036         * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
16037
16038 2000-08-03  Jeffrey A Law  (law@cygnus.com)
16039
16040         * gcc.c-torture/compile/20000803-1.c: New test.
16041
16042 2000-08-03  Joseph S. Myers  <jsm28@cam.ac.uk>
16043
16044         * gcc.c-torture/execute/20000801-3.c,
16045         gcc.c-torture/execute/20000801-4.c: New tests.
16046         * gcc.c-torture/execute/20000801-3.x,
16047         gcc.c-torture/execute/20000801-4.x: Xfail.
16048
16049 2000-08-02  Geoff Keating  <geoffk@cygnus.com>
16050
16051         * lib/objc.exp (objc_target_compile): Look for libobjc.a in
16052         libobjc/.libs to allow for libtool.
16053
16054 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
16055
16056         * gcc.c-torture/compile/20000802-1.c: New test.
16057
16058 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
16059
16060         * gcc.dg/cpp/macsyntx.c: Fix error regexp.
16061
16062 2000-07-31  Jeffrey A Law  (law@cygnus.com)
16063
16064         * gcc-c-torture/execute/20000731-2.c: New test.
16065
16066         * gcc.c-torture/execute/20000731-1.c: New test.
16067         * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
16068
16069 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
16070
16071         * testsuite/gcc.dg/cpp/paste7.c: New test.
16072         * gcc.dg/cpp/20000725-1.c: New test.
16073
16074 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
16075
16076         * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
16077         * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
16078         declaration warning for __builtin_dwarf_reg_size.
16079
16080         * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
16081
16082 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
16083
16084         * gcc.dg/noncompile/voidparam-1.c: New test.
16085
16086 2000-07-30  Richard Henderson  <rth@cygnus.com>
16087
16088         * gcc.dg/c90-digraph-1.c: Don't xfail.
16089         * gcc.dg/compare2.c (case 10): Xfail.
16090         * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
16091
16092 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
16093
16094         * gcc.dg/c99-main-1.c: New test.
16095
16096 2000-07-25  Joseph S. Myers  <jsm28@cam.ac.uk>
16097
16098         * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
16099
16100 2000-07-26  Hans-Peter Nilsson  <hp@axis.com>
16101
16102         * gcc.c-tortuer/execute/20000726-1.c: New test.
16103
16104 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
16105
16106         * gcc.c-torture/execute/enum-2.c: New test.
16107
16108 2000-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16109
16110         * gcc.dg/cpp/tr-warn3.c: New test.
16111
16112 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
16113
16114         * g++.old-deja/g++.ext/implicit1.C: Remove.
16115         * g++.old-deja/g++.jason/c2.C: Remove
16116         * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
16117         * g++.old-deja/g++.pt/crash16.C: Likewise.
16118         * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
16119
16120 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
16121
16122         * g++.old-deja/g++.other/for2.C: New test.
16123
16124 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
16125
16126         * gcc.dg/20000720-1.c: New test.
16127
16128 2000-07-25  Toon Moene  <toon@moene.indiv.nluug.nl>
16129
16130         * g77.f-torture/compile/20000630-2.x: Removed.  Case fixed.
16131
16132 2000-07-24  Geoff Keating  <geoffk@cygnus.com>
16133
16134         * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
16135         * gcc.c-torture/execute/20000722-1.c: New.
16136         * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
16137
16138 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
16139
16140         * gcc.dg/cpp/20000720-1.S: New test.
16141
16142 2000-07-21  Michael Meissner  <meissner@redhat.com>
16143
16144         * gcc.c-torture/execute/ieee/hugeval.c: New test.
16145
16146 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
16147
16148         * g++.old-deja/g++.brendan/crash16.C,
16149         g++.old-deja/g++.brendan/parse3.C,
16150         g++.old-deja/g++.brendan/redecl1.C,
16151         g++.old-deja/g++.ns/template13.C,
16152         g++.old-deja/g++.other/decl4.C,
16153         g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
16154
16155 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
16156
16157         * lib/old-dejagnu.exp: Check for both "Internal compiler error"
16158         and "Internal error".
16159
16160         * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
16161         regexps.
16162         * gcc.dg/cpp/paste6.c: New test.
16163
16164 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
16165
16166         * gcc.dg/cpp/tr-direct.c: New test.
16167
16168         * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
16169         gcc.dg/cpp/undef1.c: Tweak error regexps.
16170
16171 2000-07-18  Eric Christopher <echristo@redhat.com>
16172
16173         * gcc.c-torture/compile/20000718-1.c: New test.
16174
16175 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
16176
16177         * cpplex.c (_cpp_push_token): If the token being pushed back
16178         is the previous token in this context, just subtract one from
16179         context->posn.
16180         * cppmacro.c (save_expansion): Clear aux field when storing a
16181         placemarker.
16182
16183 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
16184
16185         * gcc.dg/noncompile/redecl-1.c: New test.
16186
16187 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
16188
16189         * gcc.c-torture/execute/20000717-5.c: New test.
16190         * gcc.c-torture/execute/20000717-1.x: Removed.
16191
16192 2000-07-17  Richard Henderson  <rth@cygnus.com>
16193
16194         * gcc.c-torture/execute/20000717-4.c: New test.
16195
16196 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
16197
16198         * gcc.dg/cpp/syshdr.c: New test.
16199         * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
16200
16201 2000-07-17  Neil Booth  <neilb@earthling.net>
16202
16203         * gcc.dg/cpp/cmdlne-dM.c: New test.
16204         * gcc.dg/cpp/cmdlne-dD.c: New test.
16205
16206 2000-07-17  Jeffrey A Law  (law@cygnus.com)
16207
16208         * gcc.c-torture/execute/20000717-3.c: New test.
16209
16210         * gcc.c-torture/compile/20000717-1.c: New test.
16211
16212 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
16213
16214         * gcc.c-torture/execute/20000717-2.c: New test.
16215
16216 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
16217
16218         * gcc.dg/formatz-1.c: New test.
16219
16220         * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
16221         * gcc.dg/c99-digraph-1.c: New tests.
16222
16223         * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
16224         * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
16225
16226         * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
16227         * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
16228         * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
16229         * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
16230         * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
16231         * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
16232         * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
16233
16234 2000-07-17   Greg McGary <greg@mcgary.org>
16235
16236         * gcc.c-torture/execute/20000717-1.c: New test.
16237         * gcc.c-torture/execute/20000717-1.x: Expected to fail.
16238
16239 2000-07-15  Jakub Jelinek  <jakub@redhat.com>
16240
16241         * gcc.c-torture/execute/20000715-2.c: New test.
16242         * gcc.dg/20000715-1.c: New test.
16243
16244 2000-07-15  Michael Meissner  <meissner@redhat.com>
16245
16246         * gcc.c-torture/execute/20000715-1.c: New test.
16247
16248 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
16249
16250         * gcc.c-torture/execute/20000707-1.c: New test.
16251
16252 2000-07-13  Neil Booth  <NeilB@earthling.net>
16253
16254         * testsuite/gcc.dg/cpp/digraph1.c,
16255         testsuite/gcc.dg/cpp/digraph2.c,
16256         testsuite/gcc.dg/cpp/digraphs.c: New tests.
16257
16258 2000-07-12  David Billinghurst  <David Billinghurst@riotinto.com.au>
16259
16260         * g77.f-torture/compile/20000630-2.f:  New test.
16261         * g77.f-torture/compile/20000630-2.x
16262
16263 2000-07-11  David Billinghurst  <David.Billinghurst@riotinto.com.au>
16264
16265         * g77.f-torture/execute/20000503-1.x: Delete.  Test now passes.
16266
16267 2000-07-11  Neil Booth  <NeilB@earthling.net>
16268
16269         * gcc.dg/cpp/cmdlne-C.c: Fix typo.
16270
16271 2000-07-11  Neil Booth  <NeilB@earthling.net>
16272
16273         * gcc.dg/cpp/cmdlne-C.c: New.
16274
16275 2000-07-09  Neil Booth  <NeilB@earthling.net>
16276
16277         * gcc.dg/cpp/directiv.c: New tests.
16278         * gcc.dg/cpp/undef1.c: Update.
16279
16280 2000-07-08  Angela Marie Thomas <angela@cygnus.com>
16281
16282         * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
16283
16284 2000-07-09  Neil Booth  <NeilB@earthling.net>
16285
16286         * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
16287
16288 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
16289
16290         * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
16291         gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
16292
16293 2000-07-08  Neil Booth  <NeilB@earthling.net>
16294
16295         * gcc.dg/cpp/macsyntx.c: New tests.
16296
16297 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
16298
16299         * gcc.dg/20000707-1.c: New test.
16300
16301 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
16302
16303         * gcc.c-torture/execute/20000706-1.c: New test.
16304         * gcc.c-torture/execute/20000706-2.c: New test.
16305         * gcc.c-torture/execute/20000706-3.c: New test.
16306         * gcc.c-torture/execute/20000706-4.c: New test.
16307         * gcc.c-torture/execute/20000706-5.c: New test.
16308
16309 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
16310
16311         * g++.old-deja/g++.pt/instantiate7.C: New test.
16312
16313 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
16314
16315         * g++.old-deja/g++.mike/thunk2.C: Add return 0.
16316         * g++.old-deja/g++.mike/thunk3.C: Likewise.
16317         * g++.old-deja/g++.other/rtti3.C: Likewise.
16318         * g++.old-deja/g++.other/rttid3.C: Likewise.
16319
16320 2000-06-30  David Billinghurst  <David Billinghurst@riotinto.com.au>
16321
16322         *  g77.f-torture/compile/20000630-1.x: Fix typo
16323
16324 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
16325
16326         * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
16327         assembly output.
16328
16329 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
16330
16331         * gcc.dg/cpp/ident.c: New test.
16332
16333 2000-07-05  Neil Booth  <NeilB@earthling.net>
16334
16335         * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
16336           gcc.dg/cpp/lexstrng.c: New tests.
16337
16338 2000-07-04  Neil Booth  <NeilB@earthling.net>
16339
16340         * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
16341         * gcc.dg/cpp/strify2.c: Same.
16342
16343 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
16344
16345         * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
16346         * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
16347         * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
16348         * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
16349
16350         * testsuite/gcc.dg/cpp/macro1.c,
16351         testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
16352         testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
16353         testsuite/gcc.dg/cpp/strify1.c,
16354         testsuite/gcc.dg/cpp/strify2.c: New tests.
16355
16356 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
16357
16358         * gcc.c-torture/execute/20000703-1.c: New test.
16359
16360 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
16361
16362         * g++.old-deja/g++.pt (lookup10.C): New test.
16363
16364 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
16365
16366         * g++.old-deja/g++.pt (typename25.C): New test.
16367
16368 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org
16369
16370         * gcc.c-torture/compile/20000701-1.c: New test.
16371
16372 2000-06-30  Nick Clifton  <nickc@cygnus.com>
16373
16374         * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
16375         to test case.
16376
16377 2000-06-30  Catherine Moore  <clm@cygnus.com>
16378
16379         * gcc.c-torture/execute/align-1.c: New test.
16380
16381 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
16382
16383         * g++.old-deja/g++.pt/expr8.C: New test.
16384         * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
16385
16386 2000-06-29  Nick Clifton  <nickc@cygnus.com>
16387
16388         * gcc.c-torture/compile/20000629-1.c: New test.
16389
16390 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
16391
16392
16393         Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
16394         gcc.dg/noncompile directory, depending on whether they're
16395         preprocessor tests or not.  Annotate all the tests for the dg
16396         framework.
16397
16398         * gcc.c-torture/noncompile/noncompile.exp: Delete.
16399         * gcc.dg/noncompile/noncompile.exp: New.
16400
16401         * Moved files:
16402         Old name                                New name
16403         gcc.c-torture/noncompile/920507-1.c     gcc.dg/noncompile/920507-1.c
16404         gcc.c-torture/noncompile/920616-2.c     gcc.dg/noncompile/920616-2.c
16405         gcc.c-torture/noncompile/920721-2.c     gcc.dg/noncompile/920721-2.c
16406         gcc.c-torture/noncompile/920824-1.c     gcc.dg/noncompile/920824-1.c
16407         gcc.c-torture/noncompile/920923-1.c     gcc.dg/noncompile/920923-1.c
16408         gcc.c-torture/noncompile/921102-1.c     gcc.dg/noncompile/921102-1.c
16409         gcc.c-torture/noncompile/921116-1.c     gcc.dg/noncompile/921116-1.c
16410         gcc.c-torture/noncompile/930301-1.c     gcc.dg/noncompile/930301-1.c
16411         gcc.c-torture/noncompile/930622-1.c     gcc.dg/noncompile/930622-1.c
16412         gcc.c-torture/noncompile/930622-2.c     gcc.dg/noncompile/930622-2.c
16413         gcc.c-torture/noncompile/930714-1.c     gcc.dg/noncompile/930714-1.c
16414         gcc.c-torture/noncompile/931203-1.c     gcc.dg/noncompile/931203-1.c
16415         gcc.c-torture/noncompile/940112-1.c     gcc.dg/noncompile/940112-1.c
16416         gcc.c-torture/noncompile/940227-1.c     gcc.dg/noncompile/940227-1.c
16417         gcc.c-torture/noncompile/940510-1.c     gcc.dg/noncompile/940510-1.c
16418         gcc.c-torture/noncompile/950825-1.c     gcc.dg/noncompile/950825-1.c
16419         gcc.c-torture/noncompile/950921-1.c     gcc.dg/noncompile/950921-1.c
16420         gcc.c-torture/noncompile/951123-1.c     gcc.dg/noncompile/951123-1.c
16421         gcc.c-torture/noncompile/971104-1.c     gcc.dg/noncompile/971104-1.c
16422         gcc.c-torture/noncompile/990416-1.c     gcc.dg/noncompile/990416-1.c
16423         gcc.c-torture/noncompile/init-1.c       gcc.dg/noncompile/init-1.c
16424         gcc.c-torture/noncompile/init-2.c       gcc.dg/noncompile/init-2.c
16425         gcc.c-torture/noncompile/invalid_asm.c  gcc.dg/noncompile/invalid_asm.c
16426         gcc.c-torture/noncompile/va-arg-1.c     gcc.dg/noncompile/va-arg-1.c
16427
16428         gcc.c-torture/noncompile/940712-1.c     gcc.dg/cpp/19940712-1.c
16429         gcc.c-torture/noncompile/940712-1.h     gcc.dg/cpp/19940712-1.h
16430         gcc.c-torture/noncompile/940712-1a.h    gcc.dg/cpp/19940712-1a.h
16431         gcc.c-torture/noncompile/940712-1b.h    gcc.dg/cpp/19940712-1b.h
16432         gcc.c-torture/noncompile/951025-1.c     gcc.dg/cpp/19951025-1.c
16433         gcc.c-torture/noncompile/951227-1.c     gcc.dg/cpp/19951227-1.c
16434
16435 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
16436
16437         * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
16438         declare one variable.  On the fourth, error.
16439         * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
16440         declared by 20000628-1a.h.
16441
16442 2000-06-29  Richard Henderson  <rth@redhat.com>
16443
16444         * gcc.c-torture/execute/930529-1.x: New file.
16445         * gcc.dg/920413-1.c: Adjust expected warning text.
16446         * gcc.dg/980217-1.c: Declare abort.
16447         * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
16448
16449 2000-06-29  Jeffrey A Law  (law@cygnus.com)
16450
16451         * g77.f-torture/compile/20000629-1.f: New test.
16452         * g77.f-torture/compile/20000629-1.x: Expected to fail.
16453
16454 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
16455
16456         Rearrange lots of files, removing entirely the
16457         gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
16458         directories.
16459
16460         * Deleted files:
16461         gcc.c-torture/code_quality/code_quality.exp
16462         gcc.c-torture/special/special.exp
16463         gcc.failure/failure.exp
16464         gcc.failure/940409-1.x
16465         gcc.c-torture/compile/961203-1.x
16466
16467         * New files:
16468         gcc.misc-tests/linkage.exp
16469         gcc.c-torture/execute/920730-1t.c
16470         gcc.c-torture/execute/920730-1t.x
16471         gcc.c-torture/compile/920520-1.x
16472         gcc.c-torture/compile/920521-1.x
16473         gcc.c-torture/compile/981006-1.x
16474         gcc.c-torture/execute/eeprof-1.x
16475
16476         * Moved files (possibly with modifications to fit a new harness):
16477         Old name                                New name
16478         gcc.c-torture/code_quality/920608-1.c   gcc.c-torture/compile/920608-1.c
16479         gcc.c-torture/special/920413-1.c        gcc.dg/920413-1.c
16480         gcc.c-torture/special/920520-1.c        gcc.c-torture/compile/920520-1.c
16481         gcc.c-torture/special/920521-1.c        gcc.c-torture/compile/920521-1.c
16482         gcc.c-torture/special/920717-x.c        gcc.misc-tests/linkage-x.c
16483         gcc.c-torture/special/920717-y.c        gcc.misc-tests/linkage-y.c
16484         gcc.c-torture/special/920730-1.c        gcc.c-torture/execute/920730-1.c
16485         gcc.c-torture/special/930510-1.c        gcc.dg/cpp/19930510-1.c
16486         gcc.c-torture/special/951130-1.c        gcc.dg/951130-1.c
16487         gcc.c-torture/special/960224-1.c        gcc.dg/cpp/19960224-1.c
16488         gcc.c-torture/special/960224-2.c        gcc.dg/cpp/19960224-2.c
16489         gcc.c-torture/special/981006-1.c        gcc.c-torture/compile/981006-1.c
16490         gcc.c-torture/special/eeprof-1.c        gcc.c-torture/execute/eeprof-1.c
16491         gcc.failure/940409-1.c                  gcc.dg/940409-1.c
16492
16493 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
16494
16495         * c-torture/compile/961203-1.x: Delete.
16496
16497         * gcc.misc-tests/acker1.c: Report failure.  Use return from main,
16498         not exit. Include stdio.h.
16499         * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
16500         * gcc.misc-tests/dg-12.c: Likewise.
16501         * gcc.misc-tests/dg-5.c: Likewise.
16502         * gcc.misc-tests/dg-6.c: Likewise.
16503         * gcc.misc-tests/dg-7.c: Prototype abort.
16504         * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
16505         * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
16506         * gcc.misc-tests/matrix1.c: Report failure.  Use return from main,
16507         not exit.
16508         * gcc.misc-tests/sieve.c: Use return from main, not exit.
16509         * gcc.misc-tests/sort2.c: Use return from main, not exit.
16510
16511 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
16512
16513         * gcc.dg/cpp/20000628-1.c: New test.
16514         * gcc.dg/cpp/20000628-1.h: New header for above test.
16515         * gcc.dg/cpp/20000628-1a.h: Likewise.
16516
16517 2000-06-27  Zack Weinberg  <zack@wolery.cumb.org>
16518
16519         * gcc.dg/cpp: New directory.
16520         * gcc.dg/cpp/cpp.exp: New driver.
16521         * gcc.dg/cpp/20000627-1.c: New test.
16522         * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
16523         * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
16524         and rewrite as a compilation test.
16525
16526         * gcc.dg: Move many files into the cpp subdirectory, possibly
16527         renaming or editing them as well.
16528         Old name                New name
16529         990119-1.c              cpp/19990119-1.c
16530         990228-1.c              cpp/19990228-1.c
16531         990407-1.c              cpp/19990407-1.c
16532         990409-1.c              cpp/19990409-1.c
16533         990413-1.c              cpp/19990413-1.c
16534         990703-1.c              cpp/19990703-1.c
16535         20000127-1.c            cpp/20000127-1.c
16536         20000129-1.c            cpp/20000129-1.c
16537         20000207-1.c            cpp/20000207-1.c
16538         20000207-2.c            cpp/20000207-2.c
16539         20000209-1.c            cpp/20000209-1.c
16540         20000209-2.c            cpp/20000209-2.c
16541         20000301-1.c            cpp/20000301-1.c
16542         20000419-1.c            cpp/20000419-1.c
16543         20000510-1.S            cpp/20000510-1.S
16544         20000519-1.c            cpp/20000519-1.c
16545         20000529-1.c            cpp/20000529-1.c
16546         20000625-1.c            cpp/20000625-1.c
16547         20000625-2.c            cpp/20000625-2.c
16548         cpp-as1.c               cpp/assert1.c
16549         cpp-as2.c               cpp/assert2.c
16550         cxx-comments-1.c        cpp/cxxcom1.c
16551         cxx-comments-2.c        cpp/cxxcom2.c
16552         endif-label.c           cpp/endif.c
16553         cpp-hash1.c             cpp/hash1.c
16554         cpp-hash2.c             cpp/hash2.c
16555         cpp-if1.c               cpp/if-1.c
16556         cpp-if2.c               cpp/if-2.c
16557         cpp-if3.c               cpp/if-3.c
16558         cpp-if4.c               cpp/if-4.c
16559         cpp-if5.c               cpp/if-5.c
16560         cpp-cond.c              cpp/if-cexp.c
16561         cpp-missingop.c         cpp/if-mop.c
16562         cpp-missingparen.c      cpp/if-mpar.c
16563         cpp-opprec.c            cpp/if-oppr.c
16564         cpp-ifparen.c           cpp/if-paren.c
16565         cpp-shortcircuit.c      cpp/if-sc.c
16566         cpp-shift.c             cpp/if-shift.c
16567         cpp-unary.c             cpp/if-unary.c
16568         cpp-li1.c               cpp/line1.c
16569         cpp-li2.c               cpp/line2.c
16570         lineno.c                cpp/line3.c
16571         lineno-2.c              cpp/line4.c
16572         cpp-mi.c                cpp/mi1.c
16573         cpp-mic.h               cpp/mi1c.h
16574         cpp-micc.h              cpp/mi1cc.h
16575         cpp-mind.h              cpp/mi1nd.h
16576         cpp-mindp.h             cpp/mi1ndp.h
16577         cpp-mix.h               cpp/mi1x.h
16578         cpp-mi2.c               cpp/mi2.c
16579         cpp-mi2a.h              cpp/mi2a.h
16580         cpp-mi2b.h              cpp/mi2b.h
16581         cpp-mi2c.h              cpp/mi2c.h
16582         cpp-mi3.c               cpp/mi3.c
16583         cpp-mi3.def             cpp/mi3.def
16584         poison-1.c              cpp/poison.c
16585         pr-impl.c               cpp/prag-imp.c
16586         cpp-redef-2.c           cpp/redef1.c
16587         cpp-redef.c             cpp/redef2.c
16588         strpaste.c              cpp/strp1.c
16589         strpaste-2.c            cpp/strp2.c
16590         cpp-tradpaste.c         cpp/tr-paste.c
16591         cpp-tradstringify.c     cpp/tr-str.c
16592         cpp-tradwarn1.c         cpp/tr-warn1.c
16593         cpp-tradwarn2.c         cpp/tr-warn2.c
16594         trigraphs.c             cpp/trigraphs.c
16595         cpp-unc1.c              cpp/unc1.c
16596         cpp-unc2.c              cpp/unc2.c
16597         cpp-unc3.c              cpp/unc3.c
16598         cpp-unc.c               cpp/unc4.c
16599         undef.c                 cpp/undef1.c
16600         undef-2.c               cpp/undef2.c
16601         cpp-wi1.c               cpp/widestr1.c
16602
16603 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
16604
16605         * lib/g++.exp (g++_include_flags): Tweak.
16606
16607 2000-06-27  H.J. Lu  <hjl@gnu.org>
16608             Loren J. Rittle  <ljrittle@acm.org>
16609
16610         * lib/g++.exp (g++_include_flags): Override libgloss.exp
16611         version with one that knows about the new gcc tree structure.
16612         (g++_link_flags): Same.
16613
16614 2000-06-26  Zack Weinberg  <zack@wolery.cumb.org>
16615
16616         * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
16617         gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
16618         case we are cross-compiling.
16619
16620         * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
16621         g++.old-deja/g++.niklas/Makefile.in,
16622         g++.old-deja/g++.niklas/configure.in,
16623         g++.old-deja/g++.other/Makefile.in,
16624         g++.old-deja/g++.other/configure.in,
16625         gcc.c-torture/code_quality/Makefile.in,
16626         gcc.c-torture/code_quality/configure.in,
16627         gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
16628         gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
16629         gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
16630         gcc.c-torture/execute/ieee/Makefile.in,
16631         gcc.c-torture/execute/ieee/configure.in,
16632         gcc.c-torture/noncompile/Makefile.in,
16633         gcc.c-torture/noncompile/configure.in,
16634         gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
16635         gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
16636         gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
16637
16638 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
16639
16640         * g++.old-deja/g++.other/ambig3.C: New test.
16641
16642 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
16643
16644         * g++.old-deja/g++.pt/syntax1.C: New test.
16645         * g++.old-deja/g++.pt/syntax2.C: New test.
16646         * g++.old-deja/g++.other/syntax3.C: New test.
16647         * g++.old-deja/g++.other/syntax4.C: New test.
16648
16649 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
16650
16651         * gcc.dg/20000623-1.c: Prototype exit and abort.
16652
16653 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
16654
16655         * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
16656         New tests.
16657         * gcc.dg/cpp-mi3.def: New file.
16658
16659         * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
16660         inside assertions.
16661         * gcc.dg/cpp-as2.c: Make error regexps match either old or new
16662         lexer's error messages.
16663         * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
16664         divine anything from the linemarkers.
16665         * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
16666         * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
16667
16668 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
16669
16670         * gcc.dg/20000623-1.c: New test.
16671
16672 2000-06-22  Jakub Jelinek  <jakub@redhat.com>
16673
16674         * gcc.c-torture/execute/20000622-1.c: New test.
16675
16676 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
16677
16678         * g++.old-deja/g++.other/init15.C: New test.
16679
16680 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
16681
16682         * g++.old-deja/g++.pt/vaarg2.C: New test.
16683         * g++.old-deja/g++.pt/vaarg3.C: New test.
16684
16685 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
16686
16687         * g++.old-deja/g++.other/dyncast6.C: New test.
16688
16689 2000-06-15  Jakub Jelinek  <jakub@redhat.com>
16690
16691         * gcc.c-torture/execute/loop-6.c: New test.
16692
16693 2000-06-14  Jakub Jelinek  <jakub@redhat.com>
16694
16695         * gcc.dg/20000614-1.c: New test.
16696         * gcc.dg/20000614-2.c: New test.
16697
16698 2000-06-14  Hans-Peter Nilsson  <hp@axis.com>
16699
16700         * g++.old-deja/g++.other/inline12.C: New test.
16701
16702 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
16703
16704         * g++.old-deja/g++.other/eh1.C: New test.
16705
16706 2000-06-12  Jakub Jelinek  <jakub@redhat.com>
16707
16708         * g++.old-deja/g++.other/type.C: New test.
16709
16710 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
16711
16712         * g++.old-deja/g++.other/initstring.C: New test.
16713
16714 2000-06-12  Jason Merrill  <jason@redhat.com>
16715
16716         * g++.old-deja/old-deja.exp: Add -Wno-long-long.
16717
16718 2000-06-09  Jeffrey A Law  (law@cygnus.com)
16719
16720         * gcc.c-torture/compile/20000609-1.c: New test.
16721
16722 2000-06-09  Clinton Popetz  <cpopetz@cygnus.com>
16723
16724         * gcc.dg/20000609-1.c: New test.
16725
16726 2000-06-08  Zack Weinberg  <zack@wolery.cumb.org>
16727
16728         * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
16729         * gcc.c-torture/noncompile/poison-1.c: Move...
16730         * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
16731         * gcc.dg/cpp-li1.c: Add a token after the #line.
16732
16733 2000-06-05  Richard Henderson  <rth@cygnus.com>
16734
16735         * gcc.c-torture/execute/20000605-2.c: New test.
16736         * gcc.c-torture/execute/20000605-3.c: New test.
16737
16738 2000-06-06  David Billinghurst  <David Billinghurst@riotinto.com.au>
16739
16740         * g77.f-torture/execute/20000503-1.x: New file.
16741
16742 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
16743
16744         * g++.old-deja/g++.eh/badalloc1.C: New test.
16745
16746 2000-06-05  Richard Henderson  <rth@cygnus.com>
16747
16748         * gcc.c-torture/execute/20000605-1.c: New test.
16749
16750 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
16751             Nathan Sidwell <nathan@codesourcery.com>
16752
16753         * gcc.c-torture/compile/20000605-1.c: New test.
16754
16755 2000-06-03  David Billinghurst  <David Billinghurst@riotinto.com.au>
16756
16757         * g77.f-torture/compile/20000601-1.f:  New test.
16758
16759 2000-06-03  Richard Henderson  <rth@cygnus.com>
16760
16761         * gcc.c-torture/execute/20000603-1.c: New.
16762
16763 2000-06-02  Zack Weinberg  <zack@wolery.cumb.org>
16764
16765         * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
16766         * gcc.dg/noreturn-2.c (noreturn): Likewise.
16767
16768 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
16769
16770         * gcc.dg/compare2.c (case 12): XFAIL.
16771         * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
16772         * gcc.dg/noreturn-2.c (noreturn): XFAIL.
16773
16774         * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
16775
16776 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
16777
16778         * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
16779         guard macro is already defined when the header is first
16780         included.
16781         * gcc.dg/cpp-mix.h: New file.
16782         * gcc.dg/endif-label.c: Update patterns to match compiler.
16783
16784         * g++.brendan/complex1.C: Declare abort.
16785         * g++.law/refs4.C: Remove XFAIL.
16786         * g++.oliva/expr2.C: Declare abort and exit.
16787
16788 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
16789
16790         * gcc.c-torture/execute/20000528-1.c: New test.
16791
16792         * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
16793         * g++.old-deja/g++.law/temps4.C: Likewise.
16794
16795         * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
16796         stdlib.h.  Call abort() on failure.
16797         * g++.old-deja/g++.law/refs4.C: Likewise.
16798         * g++.old-deja/g++.law/temps4.C: Likewise.
16799         * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
16800         * gcc.c-torture/execute/20000112-1.c: Include string.h.
16801
16802 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
16803
16804         Relative to g++.dg/special:
16805         * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
16806
16807         Relative to g++.old-deja:
16808         * g++.brendan/complex1.C, g++.jason/optimize2.C,
16809         g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
16810         g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
16811         g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
16812         g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
16813         g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
16814         g++.robertl/ice990323-2.C: Prototype exit and/or abort.
16815
16816         * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
16817         g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
16818         g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
16819         g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
16820         g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
16821         g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
16822         and/or string.h.
16823
16824         * g++.other/goto1.C: Update expectations for error messages.
16825
16826 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
16827
16828         * gcc.c-torture/compile/20000523-1.c: New test.
16829
16830 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
16831
16832         * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
16833
16834 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
16835
16836         * g++.old-deja/g++.eh/catch11.C: New test.
16837         * g++.old-deja/g++.eh/catch12.C: New test.
16838
16839 2000-05-24  Nick Clifton  <nickc@cygnus.com>
16840
16841         * gcc.c-torture/execute/20000523-1.c: New test.
16842
16843 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
16844
16845         * c-torture/execute/bcp-1.c: Replace abort in arg of
16846         __builtin_constant_p with a generic external function.
16847
16848         * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
16849         gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
16850         gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
16851         gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
16852         Prototype abort and/or exit.
16853
16854         * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
16855         gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
16856         gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
16857         gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
16858
16859 2000-05-22  Alexandre Oliva  <aoliva@cygnus.com>
16860
16861         * gcc.dg/dwarf2-1.c: New test.
16862
16863 2000-05-20  Richard Henderson  <rth@cygnus.com>
16864
16865         * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
16866
16867 2000-05-20  Andreas Jaeger  <aj@suse.de>
16868
16869         * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
16870         testcase.
16871
16872 2000-05-19  David Edelsohn  <edelsohn@gnu.org>
16873
16874         * gcc.c-torture/execute/20000519-2.c: New test.
16875
16876 2000-05-19  Andreas Jaeger  <aj@suse.de>
16877
16878         * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
16879         which fails with SSA.
16880
16881         * lib/c-torture.exp: Also test with -O3 -fssa.
16882
16883 2000-05-18  Michael Meissner  <meissner@redhat.com>
16884
16885         * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
16886         * gcc.c-torture/execute/920415-1.c: Ditto.
16887         * gcc.c-torture/execute/920501-1.c: Ditto.
16888         * gcc.c-torture/execute/conversion.c: Ditto.
16889         * gcc.c-torture/execute/cvt-1.c: Ditto.
16890
16891 2000-05-18  Jeffrey A Law  (law@cygnus.com)
16892
16893         * gcc.c-torture/compile/20000518-1.c: New test.
16894
16895 2000-05-18  David Billinghurst  <David.Billinghurst@riotinto.com.au>
16896
16897         * g77.f-torture/compile/200005018.f:  New test.
16898
16899 2000-05-17  Jeffrey A Law  (law@cygnus.com)
16900
16901         * gcc.c-torture/compile/20000517-1.c: New test.
16902
16903 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
16904
16905         * gcc.c-torture/execute/20000516-1.c: New test.
16906
16907 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
16908
16909         * g++.old-deja/g++.other/eh.C: New test.
16910
16911 2000-05-12  Richard Henderson  <rth@cygnus.com>
16912
16913         * gcc.c-torture/execute/990208-1.c (main): Don't pass
16914         constants through to doit's conditional.
16915
16916 2000-05-11  Jeffrey A Law  (law@cygnus.com)
16917
16918         * gcc.c-torture/compile/20000511-1.c: New test.
16919         * g77.f-torture/compile/20000511-1.f: New test.
16920         * g77.f-torture/compile/20000511-2.f: New test.
16921
16922 2000-05-11  Michael Meissner  <meissner@redhat.com>
16923
16924         * gcc.c-torture/execute/20000511-1.c: New test.
16925
16926 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
16927
16928         * gcc.dg/dg.exp: Scan .S files as well as .c files.
16929         * gcc.dg/20000510-1.S: New.
16930
16931 2000-05-08  Catherine Moore  <clm@cygnus.com>
16932
16933         * gcc.dg/unused-3.c: New.
16934
16935 2000-05-06  Richard Henderson  <rth@cygnus.com>
16936
16937           * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
16938           * g++.old-deja/g++.mike/warn1.C: Likewise.
16939           * g++.old-deja/g++.pt/local1.C: Likewise.
16940           * g++.old-deja/g++.pt/local7.C: Likewise.
16941           * g++.old-deja/g++.pt/spec16.C: Likewise.
16942
16943 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
16944
16945         * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
16946
16947 2000-05-05  David Billinghurst  <David Billinghurst@riotinto.com.au>
16948
16949           * g77.f-torture/execute/20000503-1.f:  New test.
16950
16951 2000-05-04  Andreas Jaeger  <aj@suse.de>
16952
16953         * gcc.dg/noreturn-2.c: New test.
16954
16955 2000-05-04  Neil Booth  <NeilB@earthling.net>
16956
16957         * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
16958         preprocessor.
16959
16960 2000-05-04  Richard Henderson  <rth@cygnus.com>
16961
16962         * gcc.c-torture/execute/20000503-1.c: Fix typo.
16963
16964 2000-05-04  Richard Henderson  <rth@cygnus.com>
16965
16966         * gcc.c-torture/compile/20000504-1.c: New test.  Derived from
16967         OpenSSL by Jason R Thorpe.
16968
16969 2000-05-03  Jim Wilson  <wilson@cygnus.com>
16970
16971         * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
16972
16973 2000-05-03  Robert Lipe <robertlipe@usa.net>
16974
16975         * gcc.dg/20000503-1.c: New test.
16976
16977 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
16978
16979         * gcc.c-torture/compile/20000502-1.c: New test.
16980         * g++.old-deja/g++.other/align.C: New test.
16981         * gcc.dg/cpp-tradstringify.c: New test.
16982
16983 Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
16984
16985         * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
16986         and hard registers.
16987
16988 2000-04-26  Geoff Keating  <geoffk@cygnus.com>
16989
16990         * gcc.c-torture/execute/loop-5.c: New test.
16991
16992 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
16993
16994         * gcc.c-torture/execute/va-arg-20.c: New test.
16995
16996 2000-04-23  Jeffrey A Law  (law@cygnus.com)
16997
16998         * gcc.c-torture/execute/20000422-1.c: New test.
16999
17000 2000-04-20  Greg McGary  <gkm@gnu.org>
17001
17002         * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
17003         when optimizing, but without sibling-call optimizations (-O1).
17004
17005 2000-04-20  Jeffrey A Law  (law@cygnus.com)
17006
17007           * gcc.c-torture/compile/20000420-1.c: New test.
17008
17009 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
17010
17011         * g++.abi/ptrflags.C: New test.
17012         * g++.eh/catchptr1.C: Test incomplete pointer chains.
17013
17014 2000-04-19  Catherine Moore  <clm@cygnus.com>
17015
17016         * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
17017
17018 2000-04-19  Greg McGary  <gkm@gnu.org>
17019
17020         * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
17021         sibling-call optimizations.
17022
17023 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
17024
17025         * gcc.dg/20000419-1.c: New test.
17026
17027 2000-04-12  Hans-Peter Nilsson  <hp@axis.com>
17028
17029         * gcc.c-torture/execute/20000412-6.c: New test.
17030
17031 2000-04-12  Jeffrey A Law  (law@cygnus.com)
17032
17033         * gcc.c-torture/execute/20000412-5.c: New test.
17034         * g77.f-torture/compile/20000412-1.f: New test.
17035         * gcc.c-torture/execute/20000412-4.c: New test.
17036         * gcc.c-torture/compile/20000412-2.c: New test.
17037         * gcc.c-torture/execute/20000412-3.c: New test.
17038         * gcc.c-torture/compile/20000412-1.c: New test.
17039         * gcc.c-torture/execute/20000412-2.c: New test.
17040
17041 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
17042
17043         * objc/execute/bf-20.m: New test.
17044
17045 2000-04-10  Richard Henderson  <rth@cygnus.com>
17046
17047         * gcc.c-torture/execute/20000412-1.c: Reduce some more.
17048
17049         * gcc.c-torture/execute/20000412-1.c: New test.
17050
17051 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
17052
17053         * g++.old-deja/g++.eh/catchptr1.C: New test.
17054
17055 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
17056
17057         * g++.old-deja/g++.abi/cxa_vec.C: New test.
17058
17059 2000-04-08  Neil Booth  <NeilB@earthling.net>
17060
17061         * gcc.dg/cpp-nullchar.c: Remove test as
17062         embedded nulls cause problems.
17063
17064 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17065
17066         * gcc.dg/compare2.c: New test.
17067
17068 2000-04-08  Neil Booth  <NeilB@earthling.net>
17069
17070         * gcc.dg/cpp-nullchar.c: New test.
17071
17072 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
17073
17074         * gcc.dg/cpp-mi2.c: New test.
17075         * gcc.dg/cpp-mi2[abc].h: New files.
17076
17077 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
17078
17079         * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
17080         member name.
17081
17082 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
17083
17084         * g++.old-deja/g++.abi/vmihint.C: New test.
17085
17086 2000-04-06  Neil Booth  <NeilB@earthling.net>
17087
17088         * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
17089         cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c:  Add FSF
17090         copyright.
17091
17092 2000-04-05  Hans-Peter Nilsson  <hp@axis.com>
17093
17094         * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
17095         avoid stack-frame overwrite.
17096
17097 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
17098
17099         * gcc.c-torture/compile/20000405-2.c: New test.
17100         * gcc.c-torture/compile/20000405-3.c: New test.
17101
17102 2000-04-05  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17103
17104         * gcc.c-torture/compile/20000405-1.c: New test.
17105
17106 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
17107
17108         * gcc.dg/cast-qual-1.c: Revert last change.
17109
17110 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17111
17112         * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
17113
17114 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
17115
17116         * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
17117         gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
17118
17119 2000-04-03  Jeffrey A Law  (law@cygnus.com)
17120
17121         * gcc.c-torture/compile/20000403-2.c: New test.
17122         * gcc.c-torture/compile/20000403-1.c: New test.
17123
17124 2000-04-03  Hans-Peter Nilsson  <hp@axis.com>
17125
17126         * gcc.c-torture/execute/20000403-1.c: New test.
17127
17128 2000-04-03  Geoff Keating  <geoffk@cygnus.com>
17129
17130         * gcc.c-torture/execute/20000402-1.c: New test.
17131
17132 2000-04-03  Donald Lindsay  <dlindsay@cygnus.com>
17133
17134         * gcc.c-torture/execute/va-arg-15.c: New test.
17135         * gcc.c-torture/execute/va-arg-16.c: New test.
17136         * gcc.c-torture/execute/va-arg-17.c: New test.
17137         * gcc.c-torture/execute/va-arg-18.c: New test.
17138         * gcc.c-torture/execute/va-arg-19.c: New test.
17139
17140 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
17141
17142         * gcc.c-torture/compile/981211-1.c: Move to...
17143         * gcc.dg/cpp-as1.c: ...here.
17144         * gcc.dg/cpp-as2.c: New file.
17145
17146         * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
17147         compiler.
17148
17149 2000-04-02  Neil Booth  <NeilB@earthling.net>
17150
17151         * gcc.dg/cpp-cond.c  New tests.
17152         * gcc.dg/cpp-ifparen.c New tests.  Amend existing tests to make
17153         accidental success less likely.
17154         * gcc.dg/cpp-missingop.c  New tests.
17155         * gcc.dg/cpp-missingparen.c  New tests.
17156         * gcc.dg/cpp-shift.c  New tests.
17157         * gcc.dg/cpp-shortcircuit.c  New tests.
17158         * gcc.dg/cpp-unary.c  New tests.
17159
17160 2000-03-29  Jeffrey A Law  (law@cygnus.com)
17161
17162         * gcc.c-torture/compile/20000329-1.c: New test.
17163
17164 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
17165
17166         * gcc.c-torture/compile/20000326-1.c: New test.
17167         * gcc.c-torture/compile/20000326-2.c: New test.
17168
17169 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
17170
17171         * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
17172         the first parameter is a function argument.
17173
17174 2000-03-23  Nathan Sidwell  <nathan@codesourcery.com>
17175
17176         * g++.old-deja/g++.ext/array4.C: New test.
17177
17178 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
17179
17180         * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
17181
17182 2000-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17183
17184         * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
17185
17186 2000-03-19  Richard Henderson  <rth@cygnus.com>
17187
17188         * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
17189
17190 2000-03-19  Richard Henderson  <rth@cygnus.com>
17191
17192         * gcc.c-torture/compile/20000319-1.c: New test.
17193
17194 2000-03-14  Jeffrey A Law  (law@cygnus.com)
17195
17196         * gcc.c-torture/execute/20000314-3.c: New test.
17197         * gcc.c-torture/execute/20000314-2.c: New test.
17198         * gcc.c-torture/execute/20000314-1.c: New test.
17199         * gcc.c-torture/compile/20000314-2.c: New test.
17200         * gcc.c-torture/compile/20000314-1.c: New test.
17201
17202 2000-03-13  Nathan Sidwell  <nathan@codesourcery.com>
17203
17204         * g++.old-deja/g++.warn/inline.C: New test.
17205
17206 2000-03-10  Hans-Peter Nilsson  <hp@bitrange.com>
17207
17208         * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
17209         standards-compliant result rather than specific constants.
17210         Put test-values in array.
17211
17212 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
17213
17214         * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
17215         (g++_target_compile): Put test-specific options last.
17216
17217 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
17218
17219         * g++.old-deja/g++.eh/vbase4.C: New test.
17220
17221 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
17222
17223         * g++.old-deja/g++.bugs/900215_01.C: Adjust.
17224
17225 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
17226
17227         * g++.old-deja/g++.brendan/misc12.C: Removed.
17228         * g++.old-deja/g++.pt/memtemp77.C: Constify.
17229         * g++.old-deja/g++.ext/pretty4.C: New test.
17230
17231 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
17232
17233         * g++.old-deja/g++.other/string2.C: New test.
17234
17235 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
17236
17237         * g++.old-deja/g++.warn/impint2.C: New test.
17238
17239 2000-03-05  Hans-Peter Nilsson  <hp@bitrange.com>
17240
17241         * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
17242         is 1, not zero.
17243
17244 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
17245
17246         * g++.old-deja/g++.warn/impint.C: New test.
17247         * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
17248         * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
17249         * g++.old-deja/g++.pt/explicit12.C: Likewise.
17250         * g++.old-deja/g++.pt/explicit13.C: Likewise.
17251         * g++.old-deja/g++.pt/explicit17.C: Likewise.
17252         * g++.old-deja/g++.pt/explicit18.C: Likewise.
17253         * g++.old-deja/g++.pt/explicit19.C: Likewise.
17254         * g++.old-deja/g++.pt/explicit23.C: Likewise.
17255         * g++.old-deja/g++.pt/explicit31.C: Likewise.
17256         * g++.old-deja/g++.pt/explicit35.C: Likewise.
17257         * g++.old-deja/g++.pt/explicit6.C: Likewise.
17258         * g++.old-deja/g++.pt/memclass7.C: Likewise.
17259
17260 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
17261
17262         * gcc.dg/cpp-redef.c: New test.
17263
17264 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
17265
17266         * g++.old-deja/g++.pt/unify7.C: New test.
17267
17268 2000-02-26  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
17269
17270         * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
17271         * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
17272
17273 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
17274
17275         * gcc.c-torture/compile/20000224-1.c: New test.
17276
17277 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17278
17279         * gcc.c-torture/compile/cpp-2.c: New test.
17280         * gcc.c-torture/compile/cpp-1.c: New test.
17281
17282 2000-02-25  Jeffrey A Law  (law@cygnus.com)
17283
17284         * gcc.c-torture/execute/20000225-1.c: New test.
17285
17286 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17287
17288         * gcc.dg/cpp-li2.c: New test.
17289
17290         * gcc.dg/cpp-wi1.c: New test.
17291
17292         * gcc.dg/cpp-li1.c: New test.
17293
17294 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
17295
17296         * g++.old-deja/g++.other/sizeof5.C: New test.
17297
17298 2000-02-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17299
17300         * gcc.c-torture/execute/va-arg-13.c: New test.
17301
17302 2000-02-23  Donald Lindsay  <dlindsay@cygnus.com>
17303
17304         * gcc.c-torture/execute/va-arg-12.c: New test.
17305
17306 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
17307
17308         * gcc.c-torture/execute/20000223-1.c: New test.
17309
17310 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
17311
17312         * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
17313
17314 2000-02-22  Mark Mitchell  <mark@codesourcery.com>
17315
17316         * g++.old-deja/g++.abi/ptrmem.C: New test.
17317
17318 2000-02-19  Richard Henderson  <rth@cygnus.com>
17319
17320         * gcc.c-torture/compile/init-3.c: New.
17321
17322 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
17323
17324         * lib/g++.exp (g++_init): Add -fmessage-length=0 to
17325         ALWAYS_CXXFLAGS.
17326
17327 2000-02-11  Robert Lipe <robertl@sco.com>
17328
17329         * gcc.c-torture/compile/20000211-3.c: New test.
17330
17331 2000-02-11  Martin Buchholz <martin@xemacs.org>
17332
17333         * gcc.c-torture/compile/20000211-2.c: New test.
17334
17335 2000-02-11  Jeffrey A Law  (law@cygnus.com)
17336
17337         * gcc.c-torture/compile/20000211-1.c: New test.
17338
17339 2000-02-09  Jonathan Larmour  <jlarmour@redhat.co.uk>
17340
17341         * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
17342           on native targets
17343
17344 2000-02-08  Nathan Sidwell  <nathan@acm.org>
17345
17346         * g++.old-deja/g++.other/cast5.C: New test.
17347
17348 2000-02-05  Alan Modra  <alan@SPRI.Levels.UniSA.Edu.Au>
17349
17350         * gcc.c-torture/execute/20000205-1.c: New.
17351
17352 2000-02-03  Nathan Sidwell  <nathan@acm.org>
17353
17354         * g++.old-deja/g++.jason/cast3.C: Return void.
17355         * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
17356
17357 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17358
17359         * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
17360
17361         * gcc.dg/loop-1.c: New test.
17362
17363 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
17364
17365         * gcc.c-torture/compile/20000127-1.c: New test.
17366         * gcc.c-torture/execute/991228-1.c: New test.
17367
17368 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17369
17370         * gcc.dg/unused-2.c: New test.
17371
17372         * gcc.dg/conv-1.c: New test.
17373
17374 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
17375
17376         * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
17377         compiler.
17378         (tool_option_proc): Fix typo.
17379
17380 2000-01-24  Geoff Keating  <geoffk@cygnus.com>
17381
17382         * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
17383         of the ld on the host, not on the build machine.
17384         Also, don't crash if '--help' is not a supported option.
17385
17386 2000-01-24  Richard Henderson  <rth@cygnus.com>
17387
17388         * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
17389
17390 2000-01-20  Jeffrey A Law  (law@cygnus.com)
17391
17392         * gcc.c-torture/execute/20000120-2.c: New test.
17393         * gcc.c-torture/execute/20000120-1.c: New test.
17394
17395 2000-01-13  Jeffrey A Law  (law@cygnus.com)
17396
17397         * gcc.c-torture/execute/20000113-1.c: New test.
17398
17399 2000-01-12  Jeffrey A Law  (law@cygnus.com)
17400
17401         * gcc.c-torture/execute/20000112-1.c: New test.
17402
17403 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17404
17405         * gcc.dg/20000111-1.c: New test.
17406
17407 2000-01-10  Jeffrey A Law  (law@cygnus.com)
17408
17409         * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
17410         with 16 bit integers.
17411
17412 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17413
17414         * gcc.dg/20000108-1.c: New test.
17415
17416 2000-01-05  Nathan Sidwell  <nathan@acm.org>
17417
17418         * g++.old-deja/g++.ns/koenig8.C: New test.
17419
17420 2000-01-05  Nathan Sidwell  <nathan@acm.org>
17421
17422         * g++.old-deja/g++.other/cast4.C: New test.
17423
17424 2000-01-05  Jeffrey A Law  (law@cygnus.com)
17425
17426         * gcc.c-torture/compile/20000105-2.c: New test.
17427         * gcc.c-torture/compile/20000105-1.c: New test.
17428
17429 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17430
17431         * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
17432         references to printf & atoi to conform to ANSI standard.
17433         * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
17434         * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
17435         * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
17436         * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
17437         * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
17438         * g++.old-deja/g++.brendan/complex1.C: Likewise.
17439         * g++.old-deja/g++.brendan/copy1.C: Likewise.
17440         * g++.old-deja/g++.brendan/copy2.C: Likewise.
17441         * g++.old-deja/g++.brendan/copy3.C: Likewise.
17442         * g++.old-deja/g++.brendan/copy4.C: Likewise.
17443         * g++.old-deja/g++.brendan/copy5.C: Likewise.
17444         * g++.old-deja/g++.brendan/copy6.C: Likewise.
17445         * g++.old-deja/g++.brendan/copy7.C: Likewise.
17446         * g++.old-deja/g++.brendan/copy8.C: Likewise.
17447         * g++.old-deja/g++.brendan/crash11.C: Likewise.
17448         * g++.old-deja/g++.brendan/crash14.C: Likewise.
17449         * g++.old-deja/g++.brendan/ctors1.C: Likewise.
17450         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
17451         * g++.old-deja/g++.brendan/delete2.C: Likewise.
17452         * g++.old-deja/g++.brendan/dtors1.C: Likewise.
17453         * g++.old-deja/g++.brendan/dtors2.C: Likewise.
17454         * g++.old-deja/g++.brendan/dtors3.C: Likewise.
17455         * g++.old-deja/g++.brendan/eh1.C: Likewise.
17456         * g++.old-deja/g++.brendan/groff1.C: Likewise.
17457         * g++.old-deja/g++.brendan/init3.C: Likewise.
17458         * g++.old-deja/g++.brendan/misc12.C: Likewise.
17459         * g++.old-deja/g++.brendan/misc7.C: Likewise.
17460         * g++.old-deja/g++.brendan/new2.C: Likewise.
17461         * g++.old-deja/g++.brendan/operators4.C: Likewise.
17462         * g++.old-deja/g++.brendan/operators5.C: Likewise.
17463         * g++.old-deja/g++.brendan/overload2.C: Likewise.
17464         * g++.old-deja/g++.brendan/overload7.C: Likewise.
17465         * g++.old-deja/g++.brendan/redecl2.C: Likewise.
17466         * g++.old-deja/g++.brendan/reference1.C: Likewise.
17467         * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
17468         * g++.old-deja/g++.brendan/template24.C: Likewise.
17469         * g++.old-deja/g++.brendan/template3.C: Likewise.
17470         * g++.old-deja/g++.brendan/vtables1.C: Likewise.
17471         * g++.old-deja/g++.jason/inline3.C: Likewise.
17472         * g++.old-deja/g++.jason/opeq.C: Likewise.
17473         * g++.old-deja/g++.law/arg5.C: Likewise.
17474         * g++.old-deja/g++.law/arm7.C: Likewise.
17475         * g++.old-deja/g++.law/ctors11.C: Likewise.
17476         * g++.old-deja/g++.law/cvt8.C: Likewise.
17477         * g++.old-deja/g++.law/init9.C: Likewise.
17478         * g++.old-deja/g++.law/refs4.C: Likewise.
17479         * g++.old-deja/g++.law/template2.C: Likewise.
17480         * g++.old-deja/g++.law/visibility24.C: Likewise.
17481         * g++.old-deja/g++.law/vtable3.C: Likewise.
17482         * g++.old-deja/g++.mike/asm2.C: Likewise.
17483         * g++.old-deja/g++.mike/eh1.C: Likewise.
17484         * g++.old-deja/g++.mike/misc1.C: Likewise.
17485         * g++.old-deja/g++.mike/misc13.C: Likewise.
17486         * g++.old-deja/g++.mike/misc14.C: Likewise.
17487         * g++.old-deja/g++.mike/ns12.C: Likewise.
17488         * g++.old-deja/g++.mike/p1248.C: Likewise.
17489         * g++.old-deja/g++.mike/p3708.C: Likewise.
17490         * g++.old-deja/g++.mike/p3708a.C: Likewise.
17491         * g++.old-deja/g++.mike/p3708b.C: Likewise.
17492         * g++.old-deja/g++.mike/p646.C: Likewise.
17493         * g++.old-deja/g++.mike/p700.C: Likewise.
17494         * g++.old-deja/g++.mike/p783.C: Likewise.
17495         * g++.old-deja/g++.mike/p783a.C: Likewise.
17496         * g++.old-deja/g++.mike/p783b.C: Likewise.
17497         * g++.old-deja/g++.mike/p786.C: Likewise.
17498         * g++.old-deja/g++.mike/p789.C: Likewise.
17499         * g++.old-deja/g++.mike/p789a.C: Likewise.
17500         * g++.old-deja/g++.mike/p807a.C: Likewise.
17501         * g++.old-deja/g++.other/delete3.C: Likewise.
17502         * g++.old-deja/g++.other/dyncast1.C: Likewise.
17503         * g++.old-deja/g++.other/dyncast2.C: Likewise.
17504         * g++.old-deja/g++.other/dyncast3.C: Likewise.
17505         * g++.old-deja/g++.other/empty1.C: Likewise.
17506         * g++.old-deja/g++.other/temporary1.C: Likewise.
17507         * g++.old-deja/g++.pt/memtemp14.C: Likewise.
17508         * g++.old-deja/g++.pt/t16.C: Likewise.
17509         * g++.old-deja/g++.pt/tiemann2.C: Likewise.
17510
17511 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
17512
17513         * gcc.dg/991230-1.c: New test.
17514
17515 1999-12-29  Jeffrey A Law  (law@cygnus.com)
17516
17517         * gcc.c-torture/compile/991229-3.c: New test.
17518         * gcc.c-torture/compile/991229-2.c: New test.
17519         * gcc.c-torture/compile/991229-1.c: New test.
17520
17521 1999-12-29  Greg McGary <gkm@eng.ascend.com>
17522
17523         * gcc.c-torture/compile/labels-2.c: New test.
17524
17525 1999-12-27  Martin von Löwis  <loewis@informatik.hu-berlin.de>
17526
17527         * gcc.c-torture/execute/991227-1.c: New test.
17528
17529 1999-12-22  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17530
17531         * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
17532
17533 1999-12-21  Martin von Löwis  <loewis@informatik.hu-berlin.de>
17534
17535         * gcc.c-torture/execute/991221-1.c: New test.
17536
17537 1999-12-20  Nathan Sidwell  <nathan@acm.org>
17538
17539         * g++.old-deja/g++.other/cast3.C: New test.
17540
17541 1999-12-16  Bernd Schmidt  <bernds@cygnus.co.uk>
17542
17543         * gcc.c-torture/execute/991216-4.c: New test.
17544
17545 1999-12-16  Michael Meissner  <meissner@cygnus.com>
17546
17547         * gcc.c-torture/execute/991216-1.c: New test.
17548         * gcc.c-torture/execute/991216-2.c: New test.
17549         * gcc.c-torture/execute/991216-3.c: New test.
17550
17551 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
17552
17553         * gcc.dg/991214-1.c: Use "__asm__", not "asm".
17554         Actually make the test fail by using "-O2" for compilation.
17555
17556 1999-12-15  Nathan Sidwell  <nathan@acm.org>
17557
17558         * g++.old-deja/g++.warn/cast-align1.C: New test.
17559
17560 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
17561
17562         * gcc.c-torture/compile/991214-1.c: New test.
17563         * gcc.c-torture/compile/991214-2.c: New test.
17564
17565 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
17566
17567         * gcc.dg/991214-1.c: New test.
17568
17569 1999-12-13  Jeffrey A Law  (law@cygnus.com)
17570
17571         * gcc.c-torture/compile/991213-3.c: New test.
17572         * gcc.c-torture/compile/991213-2.c: New test.
17573         * gcc.c-torture/compile/991213-1.c: New test.
17574
17575 1999-12-10  J"orn Rennecke <amylaar@cygnus.co.uk>
17576
17577         * gcc.dg/991209-1.c: New test.
17578
17579 1999-12-08  Nathan Sidwell <nathan@acm.org>
17580
17581         * gcc.c-torture/compile/991208-1.c: New test.
17582
17583 1999-12-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17584
17585         * gcc.dg/ultrasp2.c: New test.
17586
17587 1999-12-05  Alex Samuel  <samuel@codesourcery.com>
17588
17589         * g++.old-deja/g++.abi/align.C (main): Fix typo.
17590
17591 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
17592
17593         * gcc.c-torture/compile/991202-1.c: New test.
17594         * gcc.c-torture/execute/991202-1.c: New test.
17595         * gcc.c-torture/execute/991202-2.c: New test.
17596         * gcc.c-torture/execute/991202-3.c: New test.
17597
17598 1999-12-02  Alex Samuel  <samuel@codesourcery.com>
17599
17600         * g++.old-deja/g++.abi/align.C: New test.
17601         * g++.old-deja/g++.abi/aggregates.C: Likewise.
17602         * g++.old-deja/g++.abi/bitfields.C: Likewise.
17603
17604 1999-12-01  Richard Henderson  <rth@cygnus.com>
17605
17606         * gcc.c-torture/execute/991201-1.c: New.
17607
17608 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
17609
17610         * gcc.dg/991129-1.c: New test.
17611
17612 1999-11-27  Bernd Schmidt  <bernds@cygnus.co.uk>
17613
17614         * gcc.c-torture/compile/991127-1.c: New test.
17615
17616 1999-11-22  Nathan Sidwell  <nathan@acm.org>
17617
17618         * g++.old-deja/g++.other/warn4.C: New test.
17619
17620 1999-11-22  Nathan Sidwell  <nathan@acm.org>
17621
17622         * g++.old-deja/g++.eh/cleanup2.C: New test.
17623         * g++.old-deja/g++.ext/pretty2.C: New test.
17624         * g++.old-deja/g++.ext/pretty3.C: New test.
17625         * g++.old-deja/g++.other/debug6.C: New test.
17626
17627 1999-10-20  Jim Wilson  <wilson@cygnus.com>
17628
17629         * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
17630         compiler_output to look for one error message instead of two.
17631
17632 1999-11-19  Geoffrey Keating  <geoffk@cygnus.com>
17633
17634         * gcc.c-torture/execute/991118-1.c: Also test case
17635         where the word boundary does not split a byte evenly.
17636
17637 1999-11-19  Nathan Sidwell  <nathan@acm.org>
17638
17639         * g++.old-deja/g++.ext/restrict1.C: New test.
17640
17641 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
17642
17643         * gcc.c-torture/execute/991118-1.c: New test.
17644
17645 1999-11-16  Geoffrey Keating  <geoffk@cygnus.com>
17646
17647         * g77.f-torture/execute/u77-test.f (wd): Allow for longer
17648         working directory pathnames.
17649
17650 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
17651
17652         * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
17653         host is equipped with driver.h and driver.o so it can actually
17654         compile and run the tests.
17655
17656 1999-10-08  Bernd Schmidt  <bernds@cygnus.co.uk>
17657
17658         * gcc.c-torture/compile/991008-1.c: New test.
17659
17660 1999-11-08  Nick Clifton  <nickc@cygnus.com>
17661
17662         * lib/gcc-dg.exp: Include target-supports.exp
17663
17664 1999-11-05  Nick Clifton  <nickc@cygnus.com>
17665
17666         * lib/target-supports.exp: New file: Provide procs to test for
17667         features supported by the target.
17668         (check_weak_available): Moved here from ecos.exp.
17669         (check_alias_available): New proc: Determine of the target
17670         toolchain supports the alias attribute.
17671
17672         * gcc.dg/special/ecos.exp: Move check_weak_available to
17673         target-supports.exp.
17674         (alias-1.c): Only perform the test if the target supports
17675         aliases.
17676         (wkali-1.c): Only perform the test if the target supports
17677         aliases.
17678
17679         * gcc.dg/990506-0.c: Expect error messages from cross
17680         targets as well as native targets.
17681
17682 1999-11-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17683
17684         * gcc.dg/ultrasp1.c: Removed xfail.
17685         * gcc.dg/struct-ret-2.c: Likewise.
17686         * gcc.dg/array-1.c: Likewise.
17687
17688 1999-11-01  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17689
17690         * gcc.dg/struct-ret-2.c: New test.
17691
17692         * gcc.dg/array-1.c: New test.
17693
17694 1999-10-30  Stephen L Moshier <moshier@mediaone.net>
17695
17696         * gcc.c-torture/execute/991030-1.c: New test.
17697
17698 1999-10-26  Richard Henderson  <rth@cygnus.com>
17699
17700         * gcc.c-torture/compile/991026-2.c: New test.
17701
17702 1999-10-26  Jeffrey A Law  (law@cygnus.com)
17703
17704         * gcc.c-torture/compile/991026-1.c: New test.
17705
17706 1999-10-23  Jeffrey A Law  (law@cygnus.com)
17707
17708         * gcc.c-torture/execute/991023-1.c: New test.
17709
17710 1999-10-19  Jeffrey A Law  (law@cygnus.com)
17711
17712         * gcc.c-torture/execute/991019-1.c: New test.
17713
17714 1999-10-16  Richard Henderson  <rth@cygnus.com>
17715
17716         * gcc.c-torture/execute/991016-1.c: New test.
17717
17718 1999-10-14  Stephane Carrez  <stcarrez@worldnet.fr>
17719
17720         * gcc.c-torture/execute/991014-1.c: New test.
17721
17722 1999-10-13  J"orn Rennecke <amylaar@cygnus.co.uk>
17723
17724         * g++.old-deja/g++.other/union2.C: New test.
17725
17726 1999-10-13  Nathan Sidwell  <nathan@acm.org>
17727
17728         * g++.old-deja/g++.other/vaarg2.C: New test.
17729         * g++.old-deja/g++.other/vaarg3.C: New test.
17730
17731 1999-10-12  Craig Burley  <craig@jcb-sc.com>
17732
17733         * g77.f-torture/noncompile/19990905-1.f: Moved from being
17734         in compile/.
17735
17736 1999-10-04  Ulrich Drepper  <drepper@cygnus.com>
17737
17738         * gcc.c-torture/execute/va-arg-11.c: New test.
17739
17740 1999-10-01  Mark P. Mitchell  <mark@codesourcery.com>
17741
17742         * lib/file-format.exp (gcc_target_object_format): Don't
17743         crash if objdump is unavailable.
17744
17745 1999-09-29  Donn Terry <donn@interix.com>
17746
17747         * gcc.misc-tests/mg.exp: delete extraneous redirection.
17748
17749 1999-09-28  Nick Clifton  <nickc@cygnus.com>
17750
17751         * gcc.c-torture/compile/990928-1.c: New test.
17752
17753 1999-09-28  Nathan Sidwell  <nathan@acm.org>
17754
17755         * g++.old-deja/g++.other/decl6.C: New test.
17756
17757 1999-09-28  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
17758
17759         * gcc.c-torture/execute/va-arg-10.c: New test.
17760
17761 1999-09-27  Nathan Sidwell  <nathan@acm.org>
17762
17763         * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
17764         __PRETTY_FUNCTION__.
17765
17766 1999-09-23  Nick Clifton  <nickc@cygnus.com>
17767
17768         * gcc.c-torture/execute/990923-1.c: New test.
17769
17770 1999-09-21  Nick Clifton  <nickc@cygnus.com>
17771
17772         * gcc.c-torture/special/special.exp: Add FR30 to list of targets
17773         for which -fpic is inappropriate.
17774
17775 1999-09-21  Mark Mitchell  <mark@codesourcery.com>
17776
17777         * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
17778
17779 1999-09-21  Nathan Sidwell  <nathan@acm.org>
17780
17781         * g++.old-deja/g++.other/dyncast1.C: New test.
17782         * g++.old-deja/g++.other/dyncast2.C: New test.
17783         * g++.old-deja/g++.other/dyncast3.C: New test.
17784         * g++.old-deja/g++.other/dyncast4.C: New test.
17785         * g++.old-deja/g++.other/dyncast5.C: New test.
17786         * g++.old-deja/g++.eh/catch3.C: New test.
17787         * g++.old-deja/g++.eh/catch3p.C: New test.
17788         * g++.old-deja/g++.eh/catch4.C: New test.
17789         * g++.old-deja/g++.eh/catch4p.C: New test.
17790         * g++.old-deja/g++.eh/catch5.C: New test.
17791         * g++.old-deja/g++.eh/catch5p.C: New test.
17792         * g++.old-deja/g++.eh/catch6.C: New test.
17793         * g++.old-deja/g++.eh/catch6p.C: New test.
17794         * g++.old-deja/g++.eh/catch7.C: New test.
17795         * g++.old-deja/g++.eh/catch7p.C: New test.
17796         * g++.old-deja/g++.eh/catch8.C: New test.
17797         * g++.old-deja/g++.eh/catch8p.C: New test.
17798         * g++.old-deja/g++.eh/catch9.C: New test.
17799         * g++.old-deja/g++.eh/catch9p.C: New test.
17800
17801 1999-09-13  Nathan Sidwell  <nathan@acm.org>
17802
17803         * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
17804         * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
17805
17806 1999-09-13  Jeffrey A Law  (law@cygnus.com)
17807
17808         * gcc.c-torture/compile/990913-1.c: New test.
17809
17810 1999-09-10  Nathan Sidwell  <nathan@acm.org>
17811
17812         * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
17813         * g++.old-deja/g++.jason/rfg5.C: Likewise.
17814
17815 1999-09-09  Richard Henderson  <rth@cygnus.com>
17816
17817         * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
17818
17819 1999-09-09  Nathan Sidwell  <nathan@acm.org>
17820
17821         * g++.old-deja/g++.other/lookup11.C: New test.
17822         * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
17823         what is permitted and what we want.
17824         * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
17825         overload use.
17826         * g++.old-deja/g++.jason/rfg5.C: Likewise
17827
17828 1999-09-08  Geoffrey Keating  <geoffk@cygnus.com>
17829
17830         * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
17831         * gcc.c-torture/noncompile/poison-1.c: New file.
17832
17833 1999-09-08  Nathan Sidwell  <nathan@acm.org>
17834
17835         * g++.old-deja/g++.other/sizeof3.C: New test.
17836         * g++.old-deja/g++.other/sizeof4.C: New test.
17837         * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
17838         * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
17839
17840 1999-09-07  Richard Henderson  <rth@cygnus.com>
17841
17842         * gcc.dg/va-arg-1.c: New.
17843
17844 1999-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17845
17846         * gcc.c-torture/execute/va-arg-9.c: New test.
17847
17848 1999-09-05  Craig Burley  <craig@jcb-sc.com>
17849
17850         * g77.f-torture/compile/980519-2.f: New test.
17851         * g77.f-torture/compile/19990905-0.f: New test.
17852         * g77.f-torture/compile/19990905-1.f: New test.
17853         * g77.f-torture/compile/19990905-2.f: New test.
17854
17855         * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
17856
17857 1999-09-03  Richard Earnshaw <rearnsha@arm.com>
17858
17859         * gcc.c-torture/execute/990827-1.c: Fix typo.
17860
17861 1999-09-03  Nathan Sidwell  <nathan@acm.org>
17862
17863         * g++.old-deja/g++.other/deref1.C: New test.
17864
17865 1999-09-02  Nathan Sidwell  <nathan@acm.org>
17866
17867         * g++.old-deja/g++.other/ambig2.C: New test.
17868         * g++.old-deja/g++.other/cond5.C: New test.
17869         * g++.old-deja/g++.other/lookup16.C: New test.
17870
17871 1999-09-02  Marc Espie <espie@cvs.openbsd.org>
17872
17873         * gcc.dg/980414-1.c: Fix assembler syntax to work with old
17874         assemblers too.
17875
17876 1999-08-31  Jeffrey A Law  (law@cygnus.com)
17877
17878         * lib/c-torture.exp: Avoid the "compare executables" optimization
17879         when testing native.
17880
17881 1999-08-29  Jeffrey A Law  (law@cygnus.com)
17882
17883         * gcc.c-torture/execute/990829-1.c: New test.
17884         * gcc.c-torture/compile/990829-1.c: New test.
17885
17886 1999-08-27  Paul Burchard  <burchard@pobox.com>
17887
17888         * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
17889         * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
17890         * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
17891         * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
17892         * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
17893         * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
17894         * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
17895         * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
17896         * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
17897         * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
17898         * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
17899
17900 1999-08-27  Jeffrey A Law  (law@cygnus.com)
17901
17902         * gcc.c-torture/execute/990827-1.c: New test.
17903
17904 1999-08-26  Craig Burley  <craig@jcb-sc.com>
17905
17906         * g77.f-torture/noncompile/19990826-4.f: New test.
17907
17908         * g77.f-torture/compile/19990826-3.f: New test.
17909
17910         * g77.f-torture/execute/19990826-2.f: New test.
17911
17912         * g77.f-torture/compile/19990826-1.f: New test.
17913
17914         * gcc.c-torture/execute/990826-0.c: New test.
17915         * g77.c-torture/execute/19990826-0.f: New test.
17916
17917         * g77.f-torture/noncompile/970626-2.f: New test.
17918
17919 1999-08-25  Paul Burchard  <burchard@pobox.com>
17920
17921         * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
17922         lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
17923         lss-011.C: New tests.
17924
17925 1999-08-25  Nathan Sidwell  <nathan@acm.org>
17926
17927         * g++.old-deja/g++.other/decl5.C: New test.
17928
17929 1999-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17930
17931         * noncompile/noncompile.exp: Load_lib c-torture.exp.
17932         (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
17933         call `postbase' for each one.  All callers of `postbase' changed
17934         to call this instead.
17935
17936 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
17937
17938         * gcc.c-torture/execute/990811-1.c: New test.
17939
17940 1999-08-09  Nick Clifton  <nickc@cygnus.com>
17941
17942         * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
17943         just native ones.
17944
17945         * gcc.dg/990413-1.c: Expect the parse error for all builds, not
17946         just native ones.
17947
17948 1999-08-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
17949
17950         * g++.old-deja/g++.other/local3.C: Removed XFAIL.
17951
17952 1999-08-04  Jeffrey A Law  (law@cygnus.com)
17953
17954         * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
17955
17956 1999-08-04  Nathan Sidwell  <nathan@acm.org>
17957
17958         * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
17959
17960 1999-08-04  Jeffrey A Law  (law@cygnus.com)
17961
17962         * gcc.c-torture/execute/990804-1.c: New test.
17963
17964 1999-08-03  Nathan Sidwell  <nathan@acm.org>
17965
17966         * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
17967         * g++.old-deja/g++.brendan/crash64.C: Likewise
17968         * g++.old-deja/g++.brendan/overload8.C: Likewise
17969
17970 1999-08-03  Nathan Sidwell  <nathan@acm.org>
17971
17972         * g++.old-deja/g++.other/struct1.C: New test.
17973
17974 1999-08-03  Nathan Sidwell  <nathan@acm.org>
17975
17976         * g++.old-deja/g++.other/enum2.C: New test.
17977
17978 1999-08-02  Richard Henderson  <rth@cygnus.com>
17979
17980         Adapted from tests from Franz Sirl:
17981         * gcc.c-torture/execute/va-arg-7.c: New test.
17982         * gcc.c-torture/execute/va-arg-8.c: New test.
17983
17984 1999-08-01  Jeffrey A Law  (law@cygnus.com)
17985
17986         * gcc.c-torture/compile/990801-2.c: New test.
17987
17988         * gcc.c-torture/compile/990801-1.c: New test.
17989
17990 1999-07-27  Michael Meissner  <meissner@cygnus.com>
17991
17992         * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
17993         fp-cmp-1.c, converting double to float.
17994
17995         * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
17996         fp-cmp-1.c, converting double to long double.
17997
17998         * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
17999         from fr1 to unknown_register, since fr1 is a legitimate register
18000         on some machines.
18001
18002 1999-07-25  Jeffrey A Law  (law@cygnus.com)
18003
18004         * README: More listname related changes.
18005
18006 1999-07-08  Catherine Moore  <clm@cygnus.com>
18007
18008         * gcc.c-torture/execute/920501-5.c: Fix typo.  Change | to ||.
18009
18010 1999-07-05  Manfred Hollstein  <mhollstein@cygnus.com>
18011
18012         * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
18013
18014 1999-07-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
18015
18016         * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
18017
18018 1999-07-04  Zack Weinberg  <zack@rabi.columbia.edu>
18019
18020         * gcc.dg/990703-1.c: New test.
18021
18022 1999-06-29  Nick Clifton  <nickc@cygnus.com>
18023
18024         * lib/file-format.exp: New file: Move definition of proc
18025         gcc_target_object_format to here from
18026         gcc.dg/special/ecos.exp.
18027
18028         * lib/c-torture.exp: Include lib file-format.exp.
18029         * lib/gcc-dg.exp: Include lib file-format.exp.
18030
18031         * gcc.dg/special/ecos.exp: Remove definition of proc
18032         gcc_target_object_format.
18033
18034 1999-06-28  Jeffrey A Law  (law@cygnus.com)
18035
18036         * gcc.c-torture/execute/990628-1.c: New test.
18037
18038 1999-06-25  Jeffrey A Law  (law@cygnus.com)
18039
18040         * gcc.c-torture/compile/990625-2.c: New test.
18041
18042         * gcc.c-torture/compile/990625-1.c: New test.
18043
18044 1999-06-23  Nick Clifton  <nickc@cygnus.com>
18045
18046         * gcc.c-torture/compile/dll.c: New test case.  Check that dll
18047         attributes compile.
18048         * gcc.c-torture/compile/dll.x: Only support the dll.c test on
18049         ports that use the COFF/PE file format.
18050
18051 1999-06-17  Jeffrey A Law  (law@cygnus.com)
18052
18053         * gcc.c-torture/compile/990617-1.c: New test.
18054
18055 1999-06-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
18056
18057         * g++.old-deja/g++.other/decl4.C: New test.
18058
18059 1999-06-14  Nathan Sidwell  <nathan@acm.org>
18060
18061         * g++.old-deja/g++.other/bitfld3.C: New test.
18062
18063 1999-06-08  Nathan Sidwell  <nathan@acm.org>
18064
18065         * g++.old-deja/g++.eh/catch1.C: New test.
18066
18067 1999-06-07  Jeffrey A Law  (law@cygnus.com)
18068
18069         * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
18070
18071         * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
18072         * gcc.c-torture/execute/ieee/mzero.x: New file.  Likewise.
18073
18074 1999-06-05  Craig Burley  <craig@jcb-sc.com>
18075
18076         * g77.f-torture/compile/19990502-0.f: Replace with new,
18077         shorter, test that still fails after recent changes.
18078
18079 1999-06-04  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
18080
18081         * gcc.c-torture/execute/990604-1.c: New test.
18082
18083 1999-05-31  Jeffrey A Law  (law@cygnus.com)
18084
18085         * gcc.c-torture/execute/990531-1.c: New test.
18086
18087 1999-05-27  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
18088
18089         * gcc.c-torture/compile/990527-1.c: New test.
18090
18091 1999-05-27  Joern Rennecke <amylaar@cygnus.com>
18092
18093         * gcc.c-torture/execute/990527-1.c: New test.
18094
18095 1999-05-25  Nick Clifton  <nickc@cygnus.com>
18096
18097         * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
18098         bitfields as signed.
18099
18100 1999-05-25  Craig Burley  <craig@jcb-sc.com>
18101
18102         * g77.f-torture/compile/19990525-0.f: New test.
18103
18104 1999-05-25  Jeffrey A Law  (law@cygnus.com)
18105
18106         * gcc.c-torture/execute/990525-2.c: New test.
18107
18108         * gcc.c-torture/execute/990525-1.c: New test.
18109
18110 1999-05-24  Nathan Sidwell  <nathan@acm.org>
18111
18112         * g++.old-deja/g++.other/anon3.C: New test.
18113         * g++.old-deja/g++.other/anon4.C: New test.
18114         * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
18115         * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
18116         after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
18117         Merrill).
18118
18119 1999-05-24  Jeffrey A Law  (law@cygnus.com)
18120
18121         * gcc.c-torture/execute/990524-1.c: New test.
18122
18123         * gcc.dg/990524-1.c: New test.
18124
18125 1999-05-23  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
18126
18127         * gcc.c-torture/compile/990523-1.c: New test.
18128
18129 1999-05-19  Raja R Harinath <harinath@cs.umn.edu>
18130
18131         * gcc.c-torture/compile/990519-1.c: New test.
18132
18133 1999-05-17  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
18134
18135         * gcc.c-torture/compile/990517-1.c: New test.
18136
18137         * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
18138         (e4, f4): New tests.
18139         (main): Call them.
18140
18141 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18142
18143         * gcc.dg/noreturn-1.c: New test.
18144
18145 1999-05-13  Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
18146
18147         * gcc.c-torture/execute/990513-1.c: New test.
18148
18149 1999-05-10  Richard Henderson  <rth@cygnus.com>
18150
18151         * g++.old-deja/g++.other/null1.C (g): Add overload for long.
18152
18153 1999-05-10  Craig Burley  <craig@jcb-sc.com>
18154
18155         * g77.f-torture/execute/erfc.f: Use small single-precision
18156         values, to avoid problems on Alphas when not -mieee.
18157
18158 1999-05-08  Craig Burley  <craig@jcb-sc.com>
18159
18160         * gcc.dg/990506-0.c: New test.
18161
18162 1999-05-08  Richard Henderson  <rth@cygnus.com>
18163
18164         * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
18165         the constant to test.  Don't XFAIL 64-bit targets.
18166
18167         * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
18168         * g++.old-deja/g++.law/profile1.C: Likewise.
18169
18170         * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
18171         operator new instances.
18172         * g++.old-deja/g++.other/delete5.C: Likewise.
18173
18174 1999-05-03  Craig Burley  <craig@jcb-sc.com>
18175
18176         * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
18177         intrinsic.
18178
18179 1999-05-03  Craig Burley  <craig@jcb-sc.com>
18180
18181         * g77.f-torture/execute/u77-test.f: Reverse order of two
18182         arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
18183
18184 1999-05-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18185
18186         * gcc.dg/compare1.c: New test.
18187
18188 1999-05-02  Joseph S. Myers  <jsm28@cam.ac.uk>
18189
18190         * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
18191         New tests.
18192
18193 1999-05-02  Craig Burley  <craig@jcb-sc.com>
18194
18195         * g77.f-torture/compile/19990502-1.f: New test.
18196
18197 1999-05-02  Craig Burley  <craig@jcb-sc.com>
18198
18199         * g77.f-torture/compile/19990502-0.f: New test.
18200
18201 1999-05-02  Craig Burley  <craig@jcb-sc.com>
18202
18203         * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
18204         intrinsic.
18205
18206 1999-05-02  Craig Burley  <craig@jcb-sc.com>
18207
18208         * g77.f-torture/execute/u77-test.f (main): List libU77
18209         intrinsics not currently tested.
18210         Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
18211         GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
18212         FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
18213         Trim blanks off the ends of some printed strings.
18214
18215 1999-05-02  Craig Burley  <craig@jcb-sc.com>
18216
18217         * g77.f-torture/execute/u77-test.f (main): Just warn about
18218         FSTAT gid disagreement, as it's expected on some systems.
18219
18220 1999-05-01  Craig Burley  <craig@jcb-sc.com>
18221
18222         * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
18223         use a new function, which allows for some slop.
18224         Clean up some commentary.
18225         (issum): The new function.
18226         (sgladd): Deleted subroutine.
18227
18228 1999-05-01  Craig Burley  <craig@jcb-sc.com>
18229
18230         * g77.f-torture/execute/u77-test.f: Modify to be more like
18231         libf2c/libU77 version, bringing patches to that version here.
18232         Add suitable commentary.
18233
18234 1999-04-25  Richard Henderson  <rth@cygnus.com>
18235
18236         * gcc.dg/990424-1.c: New test.
18237
18238 1999-04-24  Craig Burley  <craig@jcb-sc.com>
18239
18240         * g77.f-torture/execute/u77-test.f (main): Bug involving
18241         LSTAT has been fixed, so turn back on full checking.
18242
18243 1999-04-20  Craig Burley  <craig@jcb-sc.com>
18244
18245         * g77.f-torture/compile/19990419-0.f: New test.
18246         * g77.f-torture/execute/19990419-1.f: New test.
18247
18248 1999-04-17  Richard Henderson  <rth@cygnus.com>
18249
18250         * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
18251         to avoid the need for a prototype to supress a warning.
18252
18253 1999-04-07  Jim Wilson  <wilson@cygnus.com>
18254
18255         * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
18256
18257 1999-04-04  Jeffrey A Law  (law@cygnus.com)
18258
18259         * gcc.c-torture/execute/990404-1.c: New test.
18260
18261 1999-04-03 10:35 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
18262
18263         * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
18264         * gcc.dg/cpp-if3.c: Don't use -pedantic.
18265         * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
18266         missing initializer warnings.
18267
18268 1999-03-28  Jeffrey A Law  (law@cygnus.com)
18269
18270         * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
18271         matching strings.
18272
18273 1999-03-26  Jeffrey A Law  (law@cygnus.com)
18274
18275         * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
18276
18277 1999-03-26  Craig Burley  <craig@jcb-sc.com>
18278
18279         * g77.f-torture/execute/19990325-0.f: New test.
18280         * g77.f-torture/execute/19990325-1.f: New test.
18281
18282 1999-03-24  Jeffrey A Law  (law@cygnus.com)
18283
18284         * gcc.c-torture/execute/990324-1.c: New test.
18285
18286 1999-03-22  Jim Wilson  <wilson@cygnus.com>
18287
18288         * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
18289         test with 4.
18290
18291 1999-03-17  Richard Henderson  <rth@cygnus.com>
18292
18293         * gcc.c-torture/execute/ieee/980619-1.x: New.  Expected fail on x86.
18294
18295 1999-03-13  Craig Burley  <craig@jcb-sc.com>
18296
18297         * g77.f-torture/execute/19990313-2.f: New test.
18298         * g77.f-torture/execute/19990313-3.f: New test.
18299
18300 1999-03-13  Craig Burley  <craig@jcb-sc.com>
18301
18302         * g77.f-torture/execute/19990313-0.f: New test.
18303         * g77.f-torture/execute/19990313-1.f: New test.
18304
18305 1999-03-12  Jim Wilson  <wilson@cygnus.com>
18306
18307         * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
18308         printf to sprintf.
18309         * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
18310         (main): Add check for u15.  Conditionalize u31 check depending on
18311         whether ints are <32 bits or >=32 bits.
18312
18313 1999-03-08  Craig Burley  <craig@jcb-sc.com>
18314
18315         * g77.f-torture/execute/19981119-0.f: Improve testiness.
18316
18317 1999-03-08  Craig Burley  <craig@jcb-sc.com>
18318
18319         * g77.f-torture/compile/19990305-0.f: New test.
18320         * g77.f-torture/execute/19981119-0.f: New test.
18321
18322 1999-03-08  Craig Burley  <craig@jcb-sc.com>
18323
18324         * g77.f-torture/execute/970625-2.f: call ABORT if final
18325         result is not correct, instead of just printing it.
18326         Add this checking via newly introduced obfuscation, to
18327         trip up buggy front ends.
18328
18329 1999-03-07  Craig Burley  <craig@jcb-sc.com>
18330
18331         * g77.f-torture/compile/960317-1.f: Moved from being
18332         in execute/.  (Somehow I didn't notice "SUBROUTINE...".)
18333
18334 1999-03-06  Craig Burley  <craig@jcb-sc.com>
18335
18336         * g77.f-torture/execute/960317-1.f: New (old) test.
18337         * g77.f-torture/execute/970625-2.f: Ditto.
18338
18339 1999-03-01 Zack Weinberg  <zack@rabi.columbia.edu>
18340
18341         * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
18342         message on line 1 or line 2; cccp and cpplib do this differently.
18343
18344 1999-03-01  Jeffrey A Law  (law@cygnus.com)
18345
18346         * g++.old-deja/g++.law/weak1.C: New test.
18347
18348 1999-02-28 17:59 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
18349
18350         * gcc.c-torture/execute/990119-1.c: Renamed to...
18351         * gcc.dg/990119-1.c: this, so it will only be tested once
18352         (it's a preprocessor test, it doesn't need to be run at
18353         multiple optimization levels).
18354
18355 1999-02-27 13:34 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
18356
18357         * lib/g++.exp: Don't add incdir=$base_dir/../include to
18358           ALWAYS_CXXFLAGS.
18359
18360 1999-02-24  Craig Burley  <craig@jcb-sc.com>
18361
18362         * g77.f-torture/noncompile/19981216-0.f: Renamed from...
18363         * g77.f-torture/compile/19981216-0.f: ...as it is expected
18364         to not be compilable by current g77.
18365
18366 1999-02-24  Nick Clifton  <nickc@cygnus.com>
18367
18368         * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
18369
18370 1999-02-22  Jeffrey A Law  (law@cygnus.com)
18371
18372         * gcc.c-torture/execute/990222-1.c: New test.
18373
18374 1999-02-19  Craig Burley  <craig@jcb-sc.com>
18375
18376         * g77.f-torture/compile/19990218-0.f: New test.
18377         * g77.f-torture/noncompile/19990218-1.f: New test.
18378
18379 1999-02-18  Craig Burley  <craig@jcb-sc.com>
18380
18381         * g77.f-torture/compile/19981216-0.f: New test.
18382
18383 1999-02-14  Jeffrey A Law  (law@cygnus.com)
18384
18385         * gcc.dg/990214-1.c: New test.
18386
18387 1999-02-13  Jeffrey A Law  (law@cygnus.com)
18388
18389         * gcc.dg/990213-2.c: New test.
18390
18391         * gcc.dg/990213-1.c: New test.
18392
18393 1999-02-12  Jeffrey A Law  (law@cygnus.com)
18394
18395         * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
18396         ints.
18397
18398 1999-02-11  Nick Clifton  <nickc@cygnus.com>
18399
18400         * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
18401         specified by target.
18402
18403         * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
18404
18405 1999-02-11  Jeffrey A Law  (law@cygnus.com)
18406
18407         * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
18408
18409 1999-02-10  Jonathan Larmour  <jlarmour@cygnus.co.uk>
18410
18411         * gcc.dg/special/ecos.exp: New test driver for new tests with
18412         special requirements.
18413
18414         * gcc.dg/special/alias-1.c: New test.
18415         * gcc.dg/special/gcsec-1.c: New test.
18416         * gcc.dg/special/weak-1.c: New test.
18417         * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
18418         * gcc.dg/special/weak-2.c: New test.
18419         * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
18420         * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
18421         * gcc.dg/special/wkali-1.c: New test.
18422         * gcc.dg/special/wkali-2.c: New test.
18423         * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
18424         * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
18425
18426 1999-02-10  Felix Lee  <flee@cygnus.com>
18427
18428           * lib/c-torture.exp (c-torture-compile): Pull out code for
18429           analyzing gcc error messages.
18430           (c-torture-execute): Likewise.  Fix some (harmless) false
18431           positives.
18432           * lib/gcc.exp (gcc_check_compile): New function.
18433
18434 1999-02-08  Richard Henderson  <rth@cygnus.com>
18435
18436         * gcc.c-torture/execute/990208-1.c: New test.
18437
18438 1999-02-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
18439
18440         * g++.dg/special/ecos.exp: New driver for new tests with special
18441         requirements
18442
18443         * g++.dg/special/conpr-1.C: New test
18444         * g++.dg/special/conpr-2.C: New test
18445         * g++.dg/special/conpr-2a.C: New test
18446         * g++.dg/special/conpr-3.C: New test
18447         * g++.dg/special/conpr-3a.C: New test
18448         * g++.dg/special/conpr-3b.C: New test
18449
18450         * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
18451         allow g++ to use the dg driver
18452
18453         * README: Add comment about g++.dg directory
18454
18455 1999-02-06  Jeffrey A Law  (law@cygnus.com)
18456
18457         * README: Update email addresses.
18458
18459 1999-02-03  Nick Clifton  <nickc@cygnus.com>
18460
18461         * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
18462         arguments in order to force structure S onto the stack even on
18463         the alpha.
18464         (test): Pass 10 leading arguments to function foo as well as the
18465         structure S.
18466
18467         * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
18468         failure for all targets.
18469
18470         * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
18471         abort to terminate program execution.
18472
18473 1999-01-30  Richard Henderson  <rth@cygnus.com>
18474
18475         * gcc.c-torture/execute/990130-1.c: New test.
18476
18477 1999-01-30  Jeffrey A Law  (law@cygnus.com)
18478
18479         * gcc.dg/990130-1.c: New test.
18480
18481 1999-01-28  Michael Meissner  <meissner@cygnus.com>
18482
18483         * gcc.c-torture/execute/990128-1.c: New test.
18484
18485 1999-01-27  Michael Meissner  <meissner@cygnus.com>
18486
18487         * gcc.c-torture/execute/990127-{1,2}.c: New tests.
18488
18489 1999-01-27  Felix Lee  <flee@cygnus.com>
18490
18491         * lib/c-torture.exp (c-torture-compile): pull out code for
18492         analyzing gcc error messages.
18493         (c-torture-execute): ditto, and fix some (harmless) false
18494         positives.
18495         * lib/gcc.exp (gcc_check_compile): new function.
18496
18497 1999-01-17  Jeffrey A Law  (law@cygnus.com)
18498
18499         * gcc.dg/990117-1.c: New test.
18500
18501         * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
18502
18503         * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
18504
18505 1999-01-15  Jeffrey A Law  (law@cygnus.com)
18506
18507         * g77.f-torture/compile/990115-1.f: New test.
18508
18509 1999-01-07  Jeffrey A Law  (law@cygnus.com)
18510
18511         * gcc.c-torture/compile/990107-1.c: New test
18512
18513 1999-01-06  Jeffrey A Law  (law@cygnus.com)
18514
18515         * gcc.c-torture/execute/990106-2.c: New test.
18516
18517         * gcc.c-torture/execute/990106-1.c: New test.
18518
18519 1998-12-30  Zack Weinberg <zack@rabi.columbia.edu>
18520
18521         * gcc.c-torture/compile/981223-1.c: New test.
18522
18523 1998-12-29  Richard Henderson  <rth@cygnus.com>
18524
18525         * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
18526         (opt3): Rename from opt4 and disable.
18527
18528 1998-12-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
18529
18530         * g++.old-deja/g++.pt/ptrmem5.C: New test.
18531
18532 1998-12-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
18533
18534         * g++.old-deja/g++.other/conv5.C: New test.
18535
18536 1998-12-14  Nick Clifton  <nickc@cygnus.com>
18537
18538         * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
18539
18540 1998-12-11  Jeffrey A Law  (law@cygnus.com)
18541
18542         * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
18543
18544 1998-12-11  Zack Weinberg <zack@rabi.columbia.edu>
18545
18546         * gcc.c-torture/compile/981211-1.c: New test.
18547
18548 1998-12-09  Alexandre Oliva  <oliva@dcc.unicamp.br>
18549
18550         * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
18551
18552         * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
18553
18554 1998-12-08  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
18555
18556         * gcc.special/930510-1.c: Make C9X safe.
18557         * gcc.misc-tests/gcov-1.c Similarly.
18558         * gcc.misc-tests/gcov-2.c Similarly.
18559
18560 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
18561
18562         * gcc.dg/ultrasp1.c: New test.
18563
18564 1998-12-06  Richard Henderson  <rth@cygnus.com>
18565
18566         * gcc.c-torture/execute/981206.c: New test.
18567
18568 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
18569
18570         * g++.old-deja/g++.ns/template7.C: New test.
18571
18572         * g++.old-deja/g++.other/expr1.C: New test.
18573
18574         * g++.old-deja/g++.eh/tmpl3.C: New test.
18575
18576         * g++.old-deja/g++.eh/tmpl2.C: New test.
18577
18578 1998-12-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
18579
18580         * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
18581         * g++.old-deja/g++.other/using6.C: Removed.
18582         * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
18583
18584         * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
18585
18586 1998-12-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
18587
18588         * g++.old-deja/g++.pt/overload8.C: New test.
18589
18590         * g++.old-deja/g++.pt/overload7.C: New test.
18591
18592         * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
18593
18594         * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
18595         and relinking messages.
18596         * lib/g++.exp (g++_target_compile): Remove .rpo file when
18597         compiling with -frepo.
18598
18599 1998-12-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
18600
18601         * g++.old-deja/g++.pt/lookup6.C: New test.
18602
18603 1998-11-30  Nick Clifton  <nickc@cygnus.com>
18604
18605         * gcc.c-torture/execute/981130-1.c: New test.
18606         * gcc.c-torture/execute/981130-1.x: New test failure expectations.
18607
18608 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
18609
18610         * g++.old-deja/g++.pt/explicit76.C: New test.
18611
18612         * g++.old-deja/g++.pt/friend38.C: New test.
18613
18614         * g++.old-deja/g++.ns/crash2.C: New test.
18615
18616         * g++.old-deja/g++.pt/defarg8.C: New test.
18617
18618         * g++.old-deja/g++.pt/instantiate6.C: New test.
18619
18620         * g++.old-deja/g++.pt/static6.C: New test.
18621
18622         * g++.old-deja/g++.pt/decl2.C: New test.
18623
18624 1998-11-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
18625
18626         * g++.old-deja/g++.other/lookup5.C: New test.  Not sure the
18627         problem is actually related with name lookup, but so what? :-)
18628
18629         * g++.old-deja/g++.pt/friend37.C: New test.
18630
18631 1998-11-25  Dave Love  <d.love@dl.ac.uk>
18632
18633         * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
18634         element, which fails on some systems.
18635
18636         * g77.f-torture/execute/labug1.f: New test.
18637
18638 1998-11-21  Jeffrey A Law  (law@cygnus.com)
18639
18640         * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
18641         is defined.
18642
18643 1998-11-18  Dave Love  <d.love@dl.ac.uk>
18644
18645         * g77.f-torture/compile/981117-1.f: New test.
18646
18647 1998-11-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
18648
18649         * g++.old-deja/g++.eh/throw2.C: New test.  CV-qualifiers are not
18650         properly discarded.
18651
18652 1998-10-11  Ken Raeburn  <raeburn@cygnus.com>
18653
18654         * gcc.c-torture/execute/memcheck: New directory of tests for
18655         -fcheck-memory-usage.
18656
18657 1998-11-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
18658
18659         * README: New file, general information about the testsuite and
18660         new description of the various C++ test subdirectories.
18661         * README.g++: Eliminate obsolete information, update and move most
18662         relevant stuff to README.
18663
18664 1998-11-07  Richard Henderson  <rth@cygnus.com>
18665
18666         * gcc.c-torture/compile/981107-1.c: New test.
18667
18668 1998-11-02  Doug Evans  <devans@canuck.cygnus.com>
18669
18670         * execute/memcpy-bi.c: New testcase.
18671
18672 1998-10-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
18673
18674         * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
18675         base classes.
18676
18677         * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
18678         template is selected.
18679
18680         * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
18681         classes, it should be accepted for all types.
18682
18683         * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
18684
18685         * g++.old-deja/g++.pt/spec24.C: Ensure that template
18686         specializations start with template headers.
18687
18688 1998-10-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
18689
18690         * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
18691
18692         * g++.old-deja/g++.other/init9.C: Test cross initialization of
18693         non-POD types.
18694
18695 1998-10-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
18696
18697         * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
18698
18699 1998-10-22  Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
18700
18701         * compile/981022-1.c, compile/981022-1.x: New test and driver.
18702
18703 1998-10-19  Jeffrey A Law  (law@cygnus.com)
18704
18705         * 981019-1.c: New test.
18706
18707 1998-10-14  Robert Lipe <robertl@dgii.com>
18708
18709         * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
18710         find objc headers.
18711
18712 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
18713
18714         * compile/981001-4.c: Remove use of GCC extension that triggers a
18715         compiler bug.
18716
18717 1998-10-13  Alexandre Oliva  <oliva@dcc.unicamp.br>
18718
18719         * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
18720
18721 1998-10-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
18722
18723         * g++.old-deja/g++.pt/explicit74.C: New test.  Explicit
18724         instantiation of template produces incorrect code for delete
18725         expression.
18726
18727         * g++.old-deja/g++.pt/instantiate5.C: New test.  `global
18728         constructors' name is not unique.
18729         * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
18730         * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
18731
18732         * g++.old-deja/g++.other/init8.C: New test.  Uninitialized
18733         automatic array of const is ill-formed.
18734
18735         * g++.old-deja/g++.pt/ttp53.C: New test.  Incorrect substitution
18736         of template parameter?
18737
18738         * g++.old-deja/g++.other/conv3.C: New test.  Conversion discards
18739         const.
18740
18741         * g++.old-deja/g++.other/pmf2.C: New test.  Invalid
18742         pointer-to-member expression.
18743
18744         * g++.old-deja/g++.other/friend5.C: New test.  Bogus friend
18745         declaration causes ICE.
18746
18747 1998-10-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
18748
18749         * g++.old-deja/g++.ns/main1.C: New test.  main() should only be
18750         reserved in the global namespace.
18751
18752         * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
18753         generate needed virtual table.
18754
18755         * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
18756
18757 1998-10-10  Dariush Eslimi  <eslimi@loran.com>
18758
18759         * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
18760         template-dependent type
18761
18762 1998-10-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
18763
18764         * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
18765         * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
18766         * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
18767
18768         * g++.old-deja/g++.other/using5.C: New test; using decl from base
18769         class should be usable as argument of member function.
18770         * g++.old-deja/g++.other/using6.C: New test; using decl from base
18771         class should be usable as return type of member function.
18772         * g++.old-deja/g++.other/using7.C: New test; using decl from base
18773         class should be usable as type of data member.
18774
18775         * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
18776
18777 1998-10-09  Jeffrey A Law  (law@cygnus.com)
18778
18779         * gcc.c-torture/special/920521-1.c: Fix bogus test.
18780
18781 1998-10-08  Nick Clifton  <nickc@cygnus.com>
18782
18783         * gcc.dg/dll-?.c Add thumb to target list.
18784         Fix assembler scan patterns to match current assembler output.
18785
18786 1998-10-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
18787
18788         * g++.old-deja/g++.pt/expr6.C: New test.  operator?: breaks
18789         matching of template brackets.
18790
18791         * g++.old-deja/g++.other/using4.C: New test.  Test using
18792         declarations of methods from base classes.
18793
18794         * g++.old-deja/g++.ns/extern1.C: New test.  Extern declarations
18795         within functions should introduce names into the innermost
18796         enclosing namespace.
18797
18798         * g++.old-deja/g++.other/init7.C: New test.  Retry initialization
18799         of static locals if first initialization throws.
18800
18801 1998-10-07  Jim Wilson  <wilson@cygnus.com>
18802
18803         * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
18804
18805 1998-10-06  Ken Raeburn  <raeburn@cygnus.com>
18806
18807         * gcc.c-torture/special/981006-1.c: New test.  Make sure gcc doesn't
18808         lose track of the possible targets of tablejump insns.
18809         * special/special.exp: Run it.
18810
18811 1998-10-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
18812
18813         * g++.old-deja/g++.pt/friend35.C: New test.  A template function
18814         must be declared before its specializations can be named in friend
18815         declarations.
18816
18817 1998-10-05  Dave Love  <d.love@dl.ac.uk>
18818
18819         * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
18820
18821         * g77.f-torture/execute/io1.f: New test.
18822
18823 1998-10-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
18824
18825         * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
18826         with pointer to template function, for which no argument deduction
18827         is possible.
18828
18829         * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
18830         specialization of template function as argument to template
18831         function.
18832
18833         * g++.old-deja/g++.other/access2.C: New test; Inner class
18834         shouldn't have privileged access to Outer's names.
18835
18836 1998-10-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
18837
18838         * g++.old-deja/g++.pt/friend34.C: New test; name injection of
18839         friend template declared within template class conflicts with
18840         nested class of the same name.
18841
18842         * g++.old-deja/g++.other/badopt1.C: New test; post-increment
18843         is ignored.
18844
18845         * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
18846         object with direct initializer as function declaration.
18847
18848         * g++.old-deja/g++.other/decl2.C: New test; duplicate
18849         initializers.
18850
18851         * g++.old-deja/g++.other/null2.C: New test; conditional operator
18852         involving const pointer and NULL produces incorrect result.
18853
18854         * g++.old-deja/g++.other/typename1.C: New test; template-dependent
18855         type name without `typename' should be rejected with -pedantic.
18856
18857 1998-10-02  Richard Henderson  <rth@cygnus.com>
18858
18859         * g++.old-deja/g++.other/addrof1.C: New test.
18860
18861 1998-10-01  Nick Clifton  <nickc@cygnus.com>
18862
18863         * gcc.c-torture/compile/981001-1.c: New test.
18864         * gcc.c-torture/execute/981001-1.c: New test.
18865
18866 1998-10-01  Jeffrey A Law  (law@cygnus.com)
18867
18868         * gcc.c-torture/compile/981001-2.c: New test.
18869         * gcc.c-torture/compile/981001-3.c: New test.
18870         * gcc.c-torture/compile/981001-4.c: New test.
18871
18872 1998-10-01  Robert Lipe  <robertl@dgii.com>
18873
18874         * lib/objc.exp (objc_target_compile): Add -L during compiles for
18875         multilibbed hosts.   Idea grafted from g77.exp.
18876
18877 1998-09-30  Dave Love  <d.love@dl.ac.uk>
18878
18879         * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
18880         avoid losing on systems which need -lsocket.
18881
18882 1998-09-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
18883
18884         * g++.old-deja/g++.other/bitfld1.C: Expected failure.
18885         * g++.old-deja/g++.other/nested2.C: Ditto.
18886         * g++.old-deja/g++.robertl/eb132.C: No longer an expected
18887         failure.
18888
18889 1998-09-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
18890
18891         * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
18892         preferred over template operator!= for enum bitfields.
18893
18894 1998-09-18  Alexandre Oliva  <oliva@dcc.unicamp.br>
18895
18896         * g++.old-deja/g++.other/nested2.C: Different virtual base classes
18897         that happen to have the same base name, but in different scopes,
18898         are incorrectly rejected.
18899
18900 1998-09-16  Richard Henderson  <rth@cygnus.com>
18901
18902         * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
18903         on the native word size instead of an integer literal.
18904
18905 1998-09-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
18906
18907         * g++.old-deja/g++.other/static2.C: Invocation of static data
18908         member of type pointer-to-function denoted as non-static member.
18909
18910         * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
18911         checks involving function types and aliases.
18912
18913 1998-09-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
18914
18915         * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
18916         redefined to the same non-trivial type.
18917
18918         * g++.old-deja/g++.pt/explicit73.C: Test for proper
18919         namespace-qualification of template specializations declared in
18920         other namespaces.
18921
18922         * g++.old-deja/g++.other/friend4.C: Check whether it is possible
18923         to declare a subset of the specializations of a template function
18924         as friends of specializations of a template class.
18925
18926         * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
18927         member templates that do not fully specialize the enclosing
18928         template class are rejected.
18929
18930 1998-09-11  Dave Love  <d.love@dl.ac.uk>
18931
18932         * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
18933
18934 1998-09-08  Dave Love  <d.love@dl.ac.uk>
18935
18936         * g77.f-torture/execute/u77-test.f (main): New file, somewhat
18937         altered from libf2c/libU77 version.
18938
18939 1998-09-06  Dave Love  <d.love@dl.ac.uk>
18940
18941         * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
18942
18943 1998-09-04  Reid M. Pinchback  <reidmp@MIT.EDU>, Alexandre Oliva  <oliva@dcc.unicamp.br>
18944
18945         * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
18946         (un)signed char are different types for template specialization
18947         purposes.
18948
18949 1998-09-03  Ovidiu Predescu  <ovidiu@aracnet.com>
18950
18951         * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
18952         * objc: ObjC testsuite.
18953
18954 1998-08-31  Catherine Moore  <clm@cygnus.com>
18955
18956         * gcc.c-torture/execute/941014-1.x:  New file.
18957
18958 1998-08-31  Nick Clifton  <nickc@cygnus.com>
18959
18960         * lib/c-torture.exp: Add support for
18961         torture_eval_before_compile and torture_eval_before_execute
18962         variables.
18963
18964 1998-08-30  Jeffrey A Law  (law@cygnus.com)
18965
18966         * gcc.dg/980626-1.c: Delete this test.  We've declared the warning
18967         this test triggers valid.
18968
18969 1998-08-27  Jeffrey A Law  (law@cygnus.com)
18970
18971         * gcc.dg/980827-1.c: New test.
18972
18973 1997-08-26  J"orn Rennecke <amylaar@cygnus.co.uk>
18974
18975         * gcc.c-torture/execute/loop-4b.c: New test.
18976
18977 1998-08-26  Nick Clifton  <nickc@cygnus.com>
18978
18979         * lib/c-torture.exp: Add support for
18980         torture_eval_before_compile and torture_eval_before_execute
18981         variables.
18982
18983 1998-08-25  Jeffrey A Law  (law@cygnus.com)
18984
18985         * gcc.c-torture/compile/980825-1.c: New test.
18986
18987 1998-08-24  Nick Clifton  <nickc@cygnus.com>
18988
18989         * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
18990         count number tests in opt_t0 not good_t0.
18991
18992 1998-08-24  Jeffrey A Law  (law@cygnus.com)
18993
18994         * gcc.c-torture/compile/930326-1.x: Fix typo.
18995
18996 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
18997
18998         * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
18999         causes an ICE.
19000
19001 1998-08-21  Jeffrey A Law  (law@cygnus.com)
19002
19003         * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
19004         STACK_SIZE is defined.
19005         * gcc.c-torture/unsorted/stuct.c: Similarly.
19006
19007         * gcc.c-torture/compile/980821-1.c: New test.
19008
19009 1998-08-21  Jeffrey A Law  (law@cygnus.com)
19010
19011         * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
19012
19013 1998-08-19  Mark Mitchell  <mark@markmitchell.com>
19014
19015         * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
19016         code.
19017
19018 1998-08-09  Mark Mitchell  <mark@markmitchell.com>
19019
19020         * lib/old-dejagnu.exp: Revise handling of `Internal compiler
19021         error'.
19022
19023 1998-08-18  Jeffrey A Law  (law@cygnus.com)
19024
19025         * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
19026
19027 1998-08-16  Jeffrey A Law  (law@cygnus.com)
19028
19029         * gcc.c-torture/compile/980816-1.c: New test.
19030
19031         * gcc.dg/980816-1.c: New test.
19032
19033 1998-08-13  Jeffrey A Law  (law@cygnus.com)
19034
19035         * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
19036         compiler for ieee tests.
19037
19038 1998-08-01  Dave Love  <d.love@dl.ac.uk>
19039
19040         * g77.f-torture/compile/980729-0.f: New test.
19041
19042 1998-07-30  Ken Raeburn  <raeburn@cygnus.com>
19043
19044         * gcc.c-torture/special/eeprof-1.c: New test, for
19045         -finstrument-functions.
19046         * gcc.c-torture/special/special.exp: Run it.
19047
19048 1998-07-29  Jeffrey A Law  (law@cygnus.com)
19049
19050         * gcc.c-torture/compile/980729-1.c: New test.
19051
19052 1998-07-27  Nick Clifton  <nickc@cygnus.com>
19053
19054         * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
19055         __thumb__ is defined, and test for ARM style doubles if so.
19056
19057 1998-07-26  Dave Love  <d.love@dl.ac.uk>
19058
19059         * g77.f-torture/noncompile/980615-0.f: New test.
19060
19061 1998-07-26  H.J. Lu  (hjl@gnu.org)
19062
19063         * gcc.dg/980312-1.c: Do link instead of compile.
19064         * gcc.dg/980313-1.c: Likewise.
19065
19066 1998-07-26  Jeffrey A Law  (law@cygnus.com)
19067
19068         * gcc.c-torture/compile/980726-1.c: New test.
19069
19070 1998-07-25  Dave Love  <d.love@dl.ac.uk>
19071
19072         * g77.f-torture/execute/io0.f: New test.
19073
19074 1998-07-24  Nick Clifton  <nickc@cygnus.com>
19075
19076         * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
19077         an int.
19078
19079 1998-06-18  Michael Meissner  <meissner@cygnus.com>
19080
19081         * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
19082         m32r bugs.
19083
19084 1998-07-17  Nick Clifton  <nickc@cygnus.com>
19085
19086         * gcc.dg/980626-1.c: Expect failures for all toolchains until
19087         c-decl.c:grokdeclarator can handle mode attributes.
19088
19089 1998-07-16  Jeffrey A Law  (law@cygnus.com)
19090
19091         * gcc.c-torture/execute/980716-1.c: New test.
19092
19093 1998-07-13  Jeffrey A Law  (law@cygnus.com)
19094
19095         * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
19096         the mn10200.
19097         * gcc.c-torture/execute/strct-varg-1.x: New file.  Expect failure on
19098         the mn10200.
19099         * gcc.c-torture/execute/va-arg-3.x: Similarly.
19100         * gcc.c-torture/compile/930326-1.x: Similarly.
19101
19102 1998-07-13  Dave Love  <d.love@dl.ac.uk>
19103
19104         * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
19105         New test from Craig.
19106
19107 1998-07-12  Dave Love  <d.love@dl.ac.uk>
19108
19109         * g77.f-torture/noncompile/980616-0.f: New test.
19110
19111         * g77.f-torture/execute/970816-3.f:  New test from Craig.
19112
19113 1998-07-10 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
19114
19115         *  g++.other/singleton.C: Return error value instead of taking
19116         SIGSEGV.
19117
19118 1998-07-10  Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
19119
19120         *  g++.other/singleton.C: New test.   Warning is under dispute.
19121         Runtime crash is not.
19122
19123 1998-07-09  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
19124
19125         * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
19126         ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
19127         using6.C, using7.C}:  New namespace tests.
19128
19129 1998-07-09  Alexandre Oliva   <oliva@dcc.unicamp.br>
19130
19131         * g++.old-deja/g++.other/partspec1.C: Test matching of partial
19132         specialization with typedef'ed names used as array indexes.
19133
19134 1998-07-09  Jeffrey A Law  (law@cygnus.com)
19135
19136         * gcc.c-torture/execute/980709-1.c: New test.
19137
19138         * gcc.dg/980709-1.c: New test.
19139
19140 1998-07-07  Richard Henderson  <rth@cygnus.com>
19141
19142         * gcc.c-torture/execute/bcp-1.c: New test.
19143
19144 1998-07-07  Jeffrey A Law  (law@cygnus.com)
19145
19146         * gcc.c-torture/execute/980707-1.c: New test.
19147
19148 1998-07-06  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
19149
19150         * gcc.c-torture/compile/980706-1.c: New test.
19151
19152 1998-07-01  Dave Love  <d.love@dl.ac.uk>
19153
19154         * g77.f-torture/execute/980701-0.f,
19155         g77.f-torture/execute/980701-1.f: New test from Craig.
19156
19157 1998-07-01  Jeffrey A Law  (law@cygnus.com)
19158
19159         * gcc.c-torture/compile/980701-1.c: New test.
19160
19161         * gcc.c-torture/execute/980701-1.c: New test.
19162
19163 1998-06-30  Klaus-Georg Adams  <Klaus-Georg.Adams@chemie.uni-ka
19164 rlsruhe.de>
19165
19166         * g++.old-deja/g++.robertl/eb132.C: New test.
19167         * g++.old-deja/g++.robertl/eb133.C: Likewise.
19168
19169 1998-06-29  Dave Love  <d.love@dl.ac.uk>
19170
19171         * g77.f-torture/execute/980628-7.f,
19172         g77.f-torture/execute/980628-8.f,
19173         g77.f-torture/execute/980628-9.f,
19174         g77.f-torture/execute/980628-10.f: New tests from Craig.
19175
19176         * g77.f-torture/execute/980628-3.f: Remove mail headers.
19177
19178 1998-06-28  Jeffrey A Law  (law@cygnus.com)
19179
19180         * g77.f-torture/execute/980628-4.f: New test from Craig.
19181         * g77.f-torture/execute/980628-5.f: Likewise.
19182         * g77.f-torture/execute/980628-2.f: Likewise.
19183         * g77.f-torture/execute/980628-0.f: Likewise.
19184         * g77.f-torture/execute/980628-1.f: Likewise.
19185         * g77.f-torture/execute/980628-3.f: Likewise.
19186         * g77.f-torture/execute/980628-6.f: Likewise.
19187
19188 1998-06-28  Jeffrey A Law  (law@cygnus.com)
19189
19190         * lib/g77.exp (default_g77_version): Tweak to make it work in a build
19191         directory when nothing has been installed yet.
19192
19193 1998-06-27  Carlo Wood  <carlo@runaway.xs4all.nl>
19194
19195         * gcc.c-torture/special/special.exp: Handle newer versions of
19196         dejagnu.
19197
19198 1998-06-26  Jeffrey A Law  (law@cygnus.com)
19199
19200         * gcc.dg/980626-1.c: New test.
19201
19202 1998-06-19  Bruno Haible <haible@ilog.fr>
19203
19204         * gcc.misc-tests/m-un-2.c: New test.
19205         * g++.old-deja/g++.other/warn01.c: Likewise.
19206
19207 1998-06-19  Robert Lipe  <robertl@dgii.com>
19208
19209         * gcc.dg/980414-1.c: Move comments outside of ASM to improve
19210         compatibility with assmblers with a different comment character.
19211         Eliminate use of GAS-specific extensions.
19212
19213 1998-06-19  Jeffrey A Law  (law@cygnus.com)
19214
19215         * gcc.c-torture/execute/ieee/980619-1.c: New test.
19216
19217 1998-06-19  Robert Lipe  <robertl@dgii.com>
19218
19219         *lib/g77.exp: Replace search for libf2c.a with search for newly
19220         renamed libg2c.a
19221
19222 1998-06-17  Jeffrey A Law  (law@cygnus.com)
19223
19224         * gcc.c-torture/execute/980617-1.c: New test.
19225
19226 1998-06-12  Jeffrey A Law  (law@cygnus.com)
19227
19228         * gcc.c-torture/execute/980612-1.c: New test.
19229
19230 1998-06-08  Jeffrey A Law  (law@cygnus.com)
19231
19232         * gcc.dg/980523-1.c: Only test on ppc-linux.
19233         * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
19234
19235         * gcc.c-torture/execute/980608-1.c: New test.
19236
19237 1997-06-05  J"orn Rennecke <amylaar@cygnus.co.uk>
19238
19239         * gcc.c-torture/execute/980605-1.c: New test.
19240
19241 1998-06-04  Jeffrey A Law  (law@cygnus.com)
19242
19243         * gcc.c-torture/execute/980604-1.c: New test.
19244
19245 1998-06-02  Jeffrey A Law  (law@cygnus.com)
19246
19247         * gcc.c-torture/execute/980602-1.c: New test.
19248         * gcc.c-torture/execute/980602-2.c: Likewise.
19249
19250 1998-06-02  Dave Love  <d.love@dl.ac.uk>
19251
19252         * 970125-0.f: Fix per JCB.  Add commentary.
19253
19254 1998-05-31  Michael Meissner  <meissner@cygnus.com>
19255
19256         * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
19257         IEEE -0 support.
19258
19259 1998-05-29  Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
19260
19261         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
19262         earlier.
19263
19264 1998-05-28  Catherine Moore <clm@cygnus.com>
19265
19266         * gcc.c-torture/execute/980526-3.c: New test.
19267
19268 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
19269
19270         * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
19271         fail on m68k-motorola-sysv and m88k-motorola-sysv3.
19272         * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
19273         m88k-motorola-sysv3 to XFAIL.
19274
19275 1998-05-26  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
19276
19277         * gcc.dg/980526-1.c: New test.
19278         * gcc.c-torture/execute/980526-2.c: New test.
19279
19280 1998-05-26  Jeffrey A Law  (law@cygnus.com)
19281
19282         * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
19283
19284         * gcc.c-torture/execute/980526-1.c: New test.
19285
19286 1998-05-26  Dave Love  <d.love@dl.ac.uk>
19287
19288         * g77.f-torture/execute/alpha2.f: Add runtime test.
19289
19290 1998-05-24  Jason Merrill  <jason@yorick.cygnus.com>
19291
19292         * g++.old-deja/old-deja.exp: Strip leading directories.
19293
19294         * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
19295         error for the line.  Don't run multiple tests for the same line.
19296
19297 1998-05-23  Jeffrey A Law  (law@cygnus.com)
19298
19299         * gcc.dg/980523-1.c: New test.
19300
19301 1998-05-23  Dave Love  <d.love@dl.ac.uk>
19302
19303         * g77.f-torture/compile/970915-0.f: New test.
19304
19305 1998-05-23  Jason Merrill  <jason@yorick.cygnus.com>
19306
19307         * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
19308
19309 1998-05-21  Jeffrey A Law  (law@cygnus.com)
19310
19311         * gcc.dg/980520-1.c: New test.
19312
19313 1998-05-20  Manfred Hollstein  <manfred@s-direktnet.de>
19314
19315         * gcc.dg/980502-1.c: Fix return type.
19316
19317 1998-05-20  Jeffrey A Law  (law@cygnus.com)
19318
19319         * gcc.dg/{980502-1.c, clobbers.c}: New tests.
19320         * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
19321         * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
19322         * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
19323         * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
19324
19325 1998-05-20  Dave Love  <d.love@dl.ac.uk>
19326
19327         * g77.f-torture/execute/980520-1.f: New test.
19328
19329 1998-05-15  Dave Love  <d.love@dl.ac.uk>
19330
19331         * lib/mike-g77.exp: New file.
19332
19333         * g77.f-torture/noncompile/noncompile.exp,
19334         g77.f-torture/noncompile/check0.f: New files.
19335
19336 1998-05-14  Dave Love  <d.love@dl.ac.uk>
19337
19338         * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
19339         g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
19340         g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
19341         g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
19342         g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
19343         abort where appropriate.
19344
19345 1998-05-05  Michael Meissner  <meissner@cygnus.com>
19346
19347         * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
19348         * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
19349
19350 1998-04-29  Dave Love  <d.love@dl.ac.uk>
19351
19352         * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
19353
19354 1998-04-27  Dave Love  <d.love@dl.ac.uk>
19355
19356         * g77.f-torture/compile/980427-0.f: New test.
19357
19358 1998-04-24  Dave Love  <d.love@dl.ac.uk>
19359
19360         * g77.f-torture/compile/980424-0.f: New test.
19361
19362 1998-04-19  Dave Love  <d.love@dl.ac.uk>
19363
19364         * g77.f-torture/compile/980419-2.f (main): New test.
19365         * g77.f-torture/compile/970125-0.f: New test.
19366         * g77.f-torture/compile/980419-1.f: New test.
19367
19368 1998-04-08  Jim Wilson  <wilson@cygnus.com>
19369
19370         * gcc.c-torture/execute/980407-1.c: Delete test.  Is duplicate
19371         of loop-4.c.
19372
19373 1998-04-07  Jim Wilson  <wilson@cygnus.com>
19374
19375         * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
19376
19377 1998-04-03  Jim Wilson  <wilson@cygnus.com>
19378
19379         * gcc.c-torture/compile/980329-1.c: New test.
19380
19381 1998-03-18  Jim Wilson  <wilson@cygnus.com>
19382
19383         * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
19384         * gcc.dg/980312-1.c: Fix typo in -march command.
19385
19386 1998-03-16  H.J. Lu  (hjl@gnu.org)
19387
19388         * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
19389
19390 1998-03-11  Robert Lipe  <robertl@dgii.com>
19391
19392         * g77.f-torture/execute/980310-5.f: Deleted.  Craig Burley and
19393         Dave Love agree the Fortran source is bogus.
19394
19395 1998-03-11  Robert Lipe  <robertl@dgii.com>
19396
19397         * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
19398         g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
19399         g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
19400         g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
19401         * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
19402
19403 1998-03-10  Alexandre Oliva   <oliva@dcc.unicamp.br>
19404
19405         * g++.old-deja/g++.other/friend1.C: New test.
19406
19407 1998-02-18  Dave Love  <d.love@dl.ac.uk>
19408
19409         * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
19410         possibly uninitialized) variables and declare dnrm2.
19411
19412 1998-02-23  Robert Lipe <robertl@dgii.com>
19413
19414         From Bruno Haible <haible@ilog.fr>:
19415         * gcc.c-torture/execute/980223.c: New test.
19416
19417 1998-02-13  Jeffrey A Law  (law@cygnus.com)
19418
19419         * gcc.dg/ifelse-1.c: New test.
19420
19421 1998-02-09  H.J. Lu  (hjl@gnu.org)
19422
19423         * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
19424
19425           * lib/old-dejagnu.exp (old-dejagnu): Added the
19426           "execution test - XFAIL *-*-*" handling in the spirit of
19427           "excess errors test -". Changed the "execution test fails"
19428           handling to be like "excess errors test fails".
19429           * Update various tests accordingly.
19430
19431 1998-02-06  Jim Wilson  <wilson@cygnus.com>
19432
19433         * gcc.c-torture/execute/980205.c: New test.
19434
19435 1998-01-18  Jeffrey A Law  (law@cygnus.com)
19436
19437         * lib/c-torture.exp: Look for .x files instead of .cexp files.
19438         * lib/f-torture.exp: Similarly.
19439         * gcc.c-torture: Rename all .cexp files to .x files.
19440
19441 1997-12-08  J"orn Rennecke <amylaar@cygnus.co.uk>
19442
19443         * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
19444         (940510-1.c): Removed duplicate.
19445         (971104-1.c): New test.
19446
19447 1997-11-25  Kate Hedstrom  (kate@ahab.rutgers.edu)
19448
19449           * lib/f-torture.exp: Improve error and loop detection.
19450
19451 1997-11-19  Michael Meissner  <meissner@cygnus.com>
19452
19453         * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
19454         use that to size the filler array.
19455
19456 1997-09-26  Bob Manson  <manson@charmed.cygnus.com>
19457
19458         * lib/c-torture.exp(c-torture-execute): Fix typo.
19459
19460         * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
19461         testcase as the executable name. Keep the executable around if
19462         the test fails.
19463
19464 1997-09-19  Bob Manson  <manson@charmed.cygnus.com>
19465
19466         * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
19467         changes.  Only test one -g option, and move it to the end of the
19468         list of options to test.
19469
19470 1997-09-19  Michael Meissner  <meissner@cygnus.com>
19471
19472         * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
19473         variable GCC_TORTURE_OPTIONS to supply default switches separated
19474         by colons.  If no environment variable, run tests with -O0 -g, -O1
19475         -g, and -O2 -g as well.
19476
19477 1997-09-17  Bob Manson  <manson@charmed.cygnus.com>
19478
19479         * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
19480         explanatory comments. Fix indentation.
19481
19482 1997-09-15  Jeffrey A Law  (law@cygnus.com)
19483
19484         * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
19485
19486 1997-09-11  Jeffrey A Law  (law@cygnus.com)
19487
19488         * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
19489         * g++.old-deja/g++.mike/p7325.C: Likewise.
19490         * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
19491
19492 1997-09-11  Alexandre Oliva  (oliva@dcc.unicamp.br)
19493
19494         * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
19495         * g++.old-deja/g++.brendan/crash30.C: Likewise.
19496         * g++.old-deja/g++.brendan/crash39.C: Likewise.
19497         * g++.old-deja/g++.law/operators4.C: Likewise.
19498
19499 1997-09-11  Joe Buck  (jbuck@synopsys.com)
19500
19501         * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
19502         * g++.old-deja/g++.mike/p784.C: Ditto.
19503         * g++.old-deja/g++.mike/p785.C: Ditto.
19504
19505 1997-09-05  Jeffrey A Law  (law@cygnus.com)
19506
19507           * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
19508
19509 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
19510
19511         * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
19512         target feature; pass this to c-torture-execute as needed.
19513
19514 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
19515
19516         * lib/c-torture.exp(c-torture-execute): If the previous and the
19517         current executables being tested are identical, we don't need to
19518         run the executable again. Try to make the executable names
19519         unique. Add an optional argument for passing additional compiler
19520         flags.
19521
19522 1997-09-02  Doug Evans  <dje@canuck.cygnus.com>
19523
19524         * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
19525
19526 1997-08-29  Jeffrey A Law  (law@cygnus.com)
19527
19528         * gcc.c-torture/execute/921007-1.c: Make strcmp static.
19529
19530 1997-07-31  Jeffrey A Law  (law@cygnus.com)
19531
19532         * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
19533         32bit or larger longs.
19534
19535         * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
19536         have either a 32bit long or 32bit int.
19537
19538 1997-07-29  J"orn Rennecke <amylaar@cygnus.co.uk>
19539
19540         * gcc.c-torture/execute/conversion.c (test_float_to_integer):
19541         Make double precision tests dependent on sizeof (double).
19542
19543 1997-07-09  Bob Manson  <manson@charmed.cygnus.com>
19544
19545         * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
19546         too.
19547
19548 1997-06-17  J"orn Rennecke <amylaar@cygnus.co.uk>
19549
19550         * gcc.c-torture/compile/961203-1.cexp: New script.
19551
19552 1997-06-16  Bob Manson  <manson@charmed.cygnus.com>
19553
19554         * lib/g++.exp(g++_init): Use g++_include_flags instead of making
19555         up the includes ourselves.
19556
19557 1997-06-11  Bob Manson  <manson@charmed.cygnus.com>
19558
19559         * lib/plumhall.exp: Remove random include, and add a few
19560         verbose messages for debugging.
19561
19562 1997-06-06  Bob Manson  <manson@charmed.cygnus.com>
19563
19564         * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
19565         of trying to do it ourselves.
19566
19567 1997-06-04  J"orn Rennecke <amylaar@cygnus.co.uk>
19568
19569         * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
19570
19571 1997-06-04  Bob Manson  <manson@charmed.cygnus.com>
19572
19573         * gcc.prms/5403.c: Made regexp a bit less strict.
19574
19575 1997-06-03  Bob Manson  <manson@charmed.cygnus.com>
19576
19577         * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
19578         is returned from remote_load instead.
19579         * lib/plumhall.exp: Ditto.
19580         * lib/mike-g++.exp: Ditto.
19581         * lib/old-dejagnu.exp: Ditto.
19582         * lib/c-torture.exp: Ditto.
19583
19584 1997-05-30  Bob Manson  <manson@charmed.cygnus.com>
19585
19586         * lib/g++.exp: Use build_wrapper procedure.
19587         * lib/gcc.exp: Ditto.
19588
19589 1997-05-20  Jeffrey A Law  (law@cygnus.com)
19590
19591         * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
19592         an old-style decl for malloc.  Fixes tests to work when
19593         sizeof (int) != sizeof (size_t).
19594
19595 1997-05-15  Mike Meissner  <meissner@cygnus.com>
19596
19597         * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
19598
19599         * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
19600         use stdargs.h interface.
19601
19602 1997-05-15  Mike Meissner  <meissner@cygnus.com>
19603
19604         * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
19605         NO_VARARGS when compiling.
19606
19607 1997-05-01  Bob Manson  <manson@charmed.cygnus.com>
19608
19609         * lib/plumhall.exp(ph_includes): New procedure.
19610         (ph_make): Use it.
19611         (ph_compiler): Ditto.
19612
19613         * lib/g++.exp: Rename test-glue.c to testglue.c.
19614         * lib/gcc.exp: Ditto.
19615
19616 1997-04-10  Bob Manson  <manson@charmed.cygnus.com>
19617
19618         * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
19619         to completion when it's called.
19620
19621 1997-03-21  Michael Meissner  <meissner@cygnus.com>
19622
19623         * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
19624         is defined, don't do test.
19625
19626 1997-03-20  Doug Evans  <dje@canuck.cygnus.com>
19627
19628         * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
19629         for object files.
19630         (ph_summary): Mark skipped testcases as untested, not unresolved.
19631
19632         * lib/plumhall.exp (ph_make): If unresolved because of bad
19633         errorCode, record errorCode in log file.
19634         (*): Replace send_log/verbose with verbose -log.
19635
19636 1997-03-19  Michael Meissner  <meissner@cygnus.com>
19637
19638         * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
19639         double conversion if double isn't at least 8 bytes.
19640
19641         * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
19642         int to work with targets where int is 16 bits.
19643
19644         * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
19645         8 bytes, just exit, since 4 byte doubles don't have enough bits of
19646         precision for the test to complete.
19647
19648 1997-03-14  Michael Meissner  <meissner@cygnus.com>
19649
19650         * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
19651         if d10v is not compiled with the -mdouble64 flag.
19652         * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
19653
19654         * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
19655         d10v is not compiled with the -mint32 flag.
19656
19657 1997-03-13  Bob Manson  <manson@charmed.cygnus.com>
19658
19659         * lib/plumhall.exp: Use incr_count.
19660
19661 1997-03-12  Jeffrey A Law  (law@cygnus.com)
19662
19663         * gcc.c-torture: Update to c-torture-1.45.
19664
19665 1997-02-23  Bob Manson  <manson@charmed.cygnus.com>
19666
19667         * lib/gcc.exp(gcc_init): Add args parameter (which will contain
19668         the name of the expect testcase file).
19669
19670         * lib/g++.exp(g++_init): Ditto.
19671
19672 1997-02-20  Bob Manson  <manson@charmed.cygnus.com>
19673
19674         * lib/g++.exp(g++_exit): $gluefile lives on the build, not
19675         the host.
19676
19677         * lib/gcc.exp(gcc_exit): New procedure.
19678
19679 1997-02-19  Bob Manson  <manson@charmed.cygnus.com>
19680
19681         * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
19682         specs where appropriate.
19683
19684         * g++.old-deja/g++.arm/*: Added additional ERROR checks
19685         because of new "candidates are" messages, and removed a few
19686
19687         * Converted all non-old-style g++ testcases to old-style, and
19688         moved into g++.old-deja.
19689
19690 1997-02-14  Bob Manson  <manson@charmed.cygnus.com>
19691
19692         * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
19693         options.
19694
19695         * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
19696         succeeded.
19697
19698         * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
19699
19700 1997-02-13  Michael Meissner  <meissner@cygnus.com>
19701
19702         * lib/gcc.exp (gcc_target_compile): Add support for defining
19703         NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
19704         the machine doesn't have those features.
19705
19706 1997-02-11  Bob Manson  <manson@charmed.cygnus.com>
19707
19708         * g++.law/operators4.exp: Don't use LIBS.
19709
19710 1997-02-08  Bob Manson  <manson@charmed.cygnus.com>
19711
19712         * g++.law/virtual1.exp: Don't use CXX_FLAGS.
19713
19714         * lib/mike-g++.exp: Don't set the compiler to be tested here.
19715         * lib/g++.exp: Set it here instead. Also, allow use of the
19716         --tool_exec and --tool_opt options. Change CXX to
19717         GXX_UNDER_TEST.
19718
19719         * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
19720
19721         * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
19722
19723 1997-02-07  Bob Manson  <manson@charmed.cygnus.com>
19724
19725         * lib/old-dejagnu.exp: Use prune_warnings instead of
19726         prune_system_crud.
19727         * lib/mike-g++.exp: Ditto.
19728         * lib/gcc.exp: Ditto.
19729         * lib/g++.exp: Ditto.
19730
19731         * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
19732
19733 1997-02-07  Jeffrey A Law  (law@cygnus.com)
19734
19735           * 941014-2.c: Include stdlib.h
19736           * 960327-1.c: Include stdio.h
19737           * dbra.c, index-1.c: Don't assume ints are 32bits.
19738
19739 1997-02-04  Bob Manson  <manson@charmed.cygnus.com>
19740
19741         * lib/gcc.exp: Add gcc,stack_size target feature.
19742
19743         * lib/g++.exp(g++_target_compile): Add the include and link
19744         paths here, not in two other places. And, it's $options, not
19745         options.
19746
19747         * lib/mike-g++.exp(postbase): Remove the code that determines
19748         the correct include and link paths.
19749         * g++.old-deja/old-deja.exp: Ditto.
19750
19751 1997-02-03  Bob Manson  <manson@charmed.cygnus.com>
19752
19753         * lib/g++.exp(g++_init): target_compile no longer returns the
19754         filename of the result.
19755
19756 1997-02-02  Bob Manson  <manson@charmed.cygnus.com>
19757
19758         * gcc.misc-tests/gcov.exp: Add -nocomplain to the
19759         call to glob.
19760
19761         * gcc.c-torture/special/special.exp: Change call to
19762         gcc_target_compile to include the object file.
19763
19764 1997-02-02  Ian Lance Taylor  <ian@cygnus.com>
19765
19766         * gcc.c-torture/special/special.exp: Correct misspelling in last
19767         change.
19768
19769 1997-02-01  Bob Manson  <manson@charmed.cygnus.com>
19770
19771         * lib/plumhall.exp(ph_summary): Log the entire output of the
19772         executable. Return -1 if there were any failures, 0 otherwise.
19773         (ph_execute): Return -1 if there were any failures, 0 otherwise.
19774         (ph_make): Clean up objects and executables that were built
19775         if the tests succeeded.
19776
19777 1997-01-30  Bob Manson  <manson@charmed.cygnus.com>
19778
19779         * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
19780         libraries and includes in the build tree as appropriate.
19781
19782 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
19783
19784         * lib/c-torture.exp: Instead of looking for the global variable
19785         NO_LONG_LONG, check to see if that's a feature of the target.
19786
19787 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
19788
19789         * config/default.exp: Minimize. Delete the remainer of the files in
19790         config; this functionality is now in devo/dejagnu/config.
19791
19792         g++.*/*: Pass any additional flags used to compile to postbase;
19793         delete CXXFLAGS.
19794
19795         gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
19796         is now done by runtest.exp. Use gcc_target_compile instead of
19797         compile.
19798
19799         lib/c-torture.exp: Use gcc_target_compile instead of compile.
19800         Remove references to CFLAGS. Use remote_file instead of
19801         calling rm -f.
19802         (c-torture): Take a list of arguments to use to compile this
19803         testcase.
19804
19805         lib/g++.exp: Simplify. Use target_compile instead of compile.
19806         lib/gcc-dg.exp: Ditto.
19807         lib/gcc.exp: Ditto.
19808         lib/mike-{gcc,g++}.exp: Ditto.
19809         lib/old-dejagnu.exp: Ditto.
19810         lib/plumhall.exp: Ditto.
19811
19812 1997-01-08  Jim Wilson  <wilson@cygnus.com>
19813
19814         * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
19815         (ph_linker): Likewise.
19816
19817 1996-11-13  Joern Rennecke <amylaar@cygnus.com>
19818
19819           * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
19820         MAP_ANON / MAP_ANONYMOUS if defined;
19821         else try to map from /dev/zero .
19822
19823 1996-11-12  Jeffrey A Law  (law@cygnus.com)
19824
19825         * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}:  If MAP_ANON
19826         isn't defined, then define it to MAP_ANONYMOUS.
19827
19828 1996-11-12  Jeffrey A Law  (law@cygnus.com)
19829
19830         * gcc.c-torture: Update to c-torture-1.42 release.
19831
19832 1996-11-11  Jeffrey A Law  (law@cygnus.com)
19833
19834         * gcc.c-torture: Update to c-torture-1.41 release.
19835
19836 1996-10-27  Jeffrey A Law  (law@cygnus.com)
19837
19838         * gcc.c-torture/execute/enum-1.c: New test.  Will be in next
19839         c-torture release.
19840
19841 1996-08-15  Brendan Kehoe  <brendan@lisa.cygnus.com>
19842
19843         * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
19844         and LDFLAGS.  Fix second case to append the target_info ldflags
19845         onto LDFLAGS, not CFLAGS.
19846         * lib/g++.exp (g++_init): Add target_info stuff.
19847         * lib/old-dejagnu.exp (old-dejagnu-init): Likewise.  Add inclusion
19848         of libgloss and newlib flags for !native.
19849
19850         * config/proelf.exp: Load remote.exp and do `push_target hppro'.
19851         (GDB): Fix relative path to go up another dir for finding gdb.
19852
19853 1996-08-08  Rob Savoye  <rob@chinadoll.cygnus.com>
19854
19855         * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
19856         versions in the target_info array, if they don't exist.
19857
19858 1996-08-02  Brendan Kehoe  <brendan@lisa.cygnus.com>
19859
19860         * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
19861
19862 1996-07-08  Jim Wilson  <wilson@cygnus.com>
19863
19864         * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
19865         * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
19866
19867 1996-07-01  Bob Manson  <manson@charmed.cygnus.com>
19868
19869         * lib/old-dejagnu.exp: Don't remove the output file before we've
19870         actually tested it. Don't append pwd to the path of the executable
19871         we're testing.
19872
19873 1996-06-30  Doug Evans  <dje@canuck.cygnus.com>
19874
19875         * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
19876
19877 1996-06-26  Bob Manson  <manson@charmed.cygnus.com>
19878
19879         * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
19880         temporary directory for compiler files, and set it to a default
19881         value of /tmp. Set $output as the name of the output file from
19882         compiling the testcase. Add a -o option to $cflags_var so the
19883         compiler writes the final output file as $output. Set $executable
19884         to $output.
19885
19886         * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
19887         directory for compiler files, and set it to /tmp if it doesn't
19888         already have a value. Set $output_file to the name of the output
19889         file from compiling the testcase. Add a -o option to CXXFLAGS so
19890         the compiler writes the final output file as $output. Use $output
19891         as the executable to be tested.
19892
19893 1996-06-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
19894
19895         * lib/g++.exp: Also add -Wl,-rpath,... for linux.
19896
19897 1996-06-08  Jeffrey A Law  (law@cygnus.com)
19898
19899         * gcc.c-torture/execute/pending-1.c: New test.  Still
19900         pending in Tege's queue.
19901
19902 1996-04-24  Jim Wilson  <wilson@chestnut.cygnus.com>
19903
19904         * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
19905         Add variables local_failcnt and local_unresolvedcnt.  Call gcc_fail
19906         if there were failures.  Call unresolved if there were unresolved
19907         testcases.  Call gcc_fail if program did not run to completion.
19908         (ph_make): Pass additional argument name to ph_execute.
19909         (ph_execute): Add new argument.  Pass additional arguments to
19910         ph_summary.  Call gcc_fail is there is no execution output.
19911
19912 1996-04-24  Jeffrey A Law  (law@cygnus.com)
19913
19914         * lib/plumhall.exp (proc_summary): Output relavent summary
19915         lines into the log so specific failures in plumhall can be
19916         investigated.
19917
19918 1996-04-10  Jeffrey A Law  (law@cygnus.com)
19919
19920         * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
19921         (c-torture-execute): Don't try to execute tests which use
19922         "long long" types if $NO_LONG_LONG is nonzero.
19923
19924 1996-04-08  Doug Evans  <dje@canuck.cygnus.com>
19925
19926         * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
19927         not c-torture.
19928
19929         * gcc.ieee: Move from here.
19930         * gcc.c-torture/execute/ieee: To here.
19931
19932 1996-03-26  Jeffrey A Law  (law@cygnus.com)
19933
19934         * gcc.c-torture: Update to c-torture-1.41 release.
19935
19936 1996-03-22  Jeffrey A Law  (law@cygnus.com)
19937
19938         * lib/c-torture.exp (c-torture-execute): Remove "$executable",
19939         not "$output".
19940
19941 1996-03-07  Doug Evans  <dje@charmed.cygnus.com>
19942
19943         * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
19944         -c present.
19945
19946 1996-03-02  Jeffrey A Law  (law@cygnus.com)
19947
19948         * config/proelf.exp: Handle connecting to a simulator.
19949
19950 1996-01-31  Jeffrey A Law  (law@cygnus.com)
19951
19952         * config/proelf.exp: New file.  Enough framework that we can
19953         run c-torture tests on the proelf targets (or any other target
19954         that gdb can connect to for that matter).
19955
19956 1996-01-29  Doug Evans  <dje@canuck.cygnus.com>
19957
19958         * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
19959         * gcc.ph/testing/limits/limits.exp: Likewise.  Don't pass $CFLAGS.
19960
19961         * lib/plumhall.exp (ph_execute): Always call ph_summary if
19962         exec_output exists.
19963
19964 1996-01-28  Doug Evans  <dje@charmed.cygnus.com>
19965
19966         * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
19967         (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
19968
19969         * config/*.exp: Update FSF address.  Change result of ${tool}_load
19970         to pass/fail/unresolved/unsupported/untested.  Caller must now
19971         call unresolved/unsupported/untested.
19972         * lib/*.exp: Update FSF address.  Update to handle new results of
19973         ${tool}_load.
19974         * lib/chill.exp (verbose): Delete.
19975
19976 1996-01-27  Doug Evans  <dje@charmed.cygnus.com>
19977
19978         * lib/gcc.exp (default_gcc_start): Change order of args to
19979         $LDFLAGS $CFLAGS $LIBS.
19980         * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
19981         Save/set/restore CFLAGS.  Pass single arg to gcc_start.
19982         * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
19983         (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
19984         * gcc.misc-tests/dg-test.exp: Likewise.
19985         * gcc.misc-tests/msgs.exp: Likewise.
19986         * gcc.prms/prms.exp: Likewise.
19987         * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
19988         (CFLAGS,LIBS): Delete references.  Don't pass $CFLAGS to dg-runtest.
19989
19990         * lib/dg.exp: Deleted, moved to dejagnu/lib.
19991
19992 1996-01-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
19993
19994         * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
19995
19996         * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
19997         * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
19998
19999         * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
20000         necessary.
20001
20002 1996-01-20  Brendan Kehoe  <brendan@cygnus.com>
20003
20004         * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
20005         global for loop; add use of $mathlib.
20006         * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
20007         settings here; set mathlib for anything but VxWorks.
20008
20009 1996-01-22  Jeffrey A Law  (law@cygnus.com)
20010
20011         * gcc.c-torture: Update to c-torture-1.40 release.
20012
20013 1996-01-03  Jeffrey A Law  (law@cygnus.com)
20014
20015         * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
20016         dg.exp.
20017
20018 1995-12-03  Jeffrey A. Law  <law@sethra.cygnus.com>
20019
20020         * lib/c-torture.exp (c-torture-execute): Declare "output" as
20021         global.
20022
20023 1995-11-17  Doug Evans  <dje@canuck.cygnus.com>
20024
20025         * lib/g++.exp (LIBS): Define if not already.
20026         * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
20027         (gcc-dg-prune): Call prune_gcc_output.
20028         * lib/gcc.exp (prune_gcc_output): New proc.
20029         * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
20030         prune_gcc_output.
20031
20032 1995-11-16  Doug Evans  <dje@canuck.cygnus.com>
20033
20034         * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
20035         (c-torture-execute): Likewise.  Rename `name' to `testcase'.
20036
20037 1995-11-15  Jeffrey A Law  (law@cygnus.com)
20038
20039         * gcc.c-torture: Update to c-torture-1.39 release.
20040
20041 1995-11-04  Doug Evans  <dje@canuck.cygnus.com>
20042
20043         * lib/c-torture.exp (c-torture-execute): Don't return if one option
20044         fails, try others as well.
20045
20046 1995-11-02  Doug Evans  <dje@canuck.cygnus.com>
20047
20048         * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
20049         If compilation fails, mark execute tests as `untested'.
20050         If test is marked as unsupported, don't mark compilation and
20051         execute tests as failed.
20052
20053 1995-10-25  Brendan Kehoe  <brendan@lisa.cygnus.com>
20054
20055         * lib/g++.exp (g++_init): Don't link in libg++, and look to
20056         libstdc++ for whether or not we want to be doing shared
20057         libraries.  Delete link_curses since we don't need it anymore.
20058         * lib/mike-g++.exp (postbase): Don't link in libg++.
20059         * g++.old-deja/old-deja.exp: Likewise.
20060
20061 1995-10-23  Brendan Kehoe  <brendan@lisa.cygnus.com>
20062
20063         * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
20064
20065 1995-10-17  Brendan Kehoe  <brendan@lisa.cygnus.com>
20066
20067         * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
20068         For that, add `-Wl,-a,shared_archive'.
20069         * g++.old-deja/old-deja.exp: Likewise.
20070
20071 1995-10-17  Doug Evans  <dje@canuck.cygnus.com>
20072
20073         * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
20074
20075 1995-10-16  Brendan Kehoe  <brendan@cygnus.com>
20076
20077         * lib/mike-g++.exp (postbase): Pay attention to the status of
20078         g++_load.
20079
20080 1995-10-16  Brendan Kehoe  <brendan@lisa.cygnus.com>
20081
20082           * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
20083
20084 1995-10-16  Doug Evans  <dje@canuck.cygnus.com>
20085
20086         * lib/gcc.exp (default_gcc_start): No longer need to log program
20087         being executed or its output, execute_anywhere does that now.
20088         * lib/g++.exp (default_g++_version): Call execute_anywhere.
20089         (default_g++_start): Likewise.  Delete calls to verbose/send_log.
20090
20091 1995-10-12  Brendan Kehoe  <brendan@lisa.cygnus.com>
20092
20093         * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
20094         the same as those in lib/g++.exp.
20095
20096 1995-10-10  Jeff Law  (law@hurl.cygnus.com)
20097
20098         * gcc.c-torture: Update to c-torture-1.38 release.
20099         * gcc.ieee: Related changes.
20100
20101 1995-10-06  Rob Savoye  <rob@darkstar.cygnus.com>
20102
20103         * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
20104         "exec". Minor reformatting changes.
20105
20106         * config/rom68k.exp (${tool}_load): Make it work in a canadian
20107         cross. This means all "exec" calls now work on a remote host as
20108         well.
20109         * lib/c-torture.exp (c-torture-compile): Make work for a canadian
20110         cross. Filter out the extra "\r\n" stuff that expect puts in.
20111         (c-torture-execute): Filter out the bogus warnings like
20112         c-torture-compile does. Add support for canadian cross.
20113         * lib/gcc.exp (default_gcc_version, default_gcc_start)
20114         Use execute_anywhere rather than calling exec directly. Now it
20115         works for canadian cross testing.
20116
20117 1995-10-05  Brendan Kehoe  <brendan@rtl.cygnus.com>
20118
20119         * lib/g++.exp: Add -nocomplain flag to glob.  Use catch to put the
20120         results into a variable, and check that rather than using file exists.
20121
20122 1995-10-04  Brendan Kehoe  <brendan@lisa.cygnus.com>
20123
20124         * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
20125         create a libg++.so.  For sunos4.1.*, also add -ltermcap.
20126
20127 1995-09-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
20128
20129         * g++.old-deja/old-deja.exp: Create and pass runshlib and
20130         lib_curses if there's a shared libg++ in the build tree.
20131
20132 1995-09-22  Doug Evans  <dje@canuck.cygnus.com>
20133
20134         * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
20135         if not supported target.
20136
20137 1995-09-22  Brendan Kehoe  <brendan@lisa.cygnus.com>
20138
20139         * lib/g++.exp (g++_init): Move empty setting of runshlib and
20140         link_curses up to always happen, not just for native builds.
20141
20142 1995-09-21  Jeff Law  (law@snake.cs.utah.edu)
20143
20144         * gcc.c-torture: Update to c-torture-1.36 release.
20145         * gcc.failure: Related changes.
20146
20147 1995-09-20  Doug Evans  <dje@canuck.cygnus.com>
20148
20149         * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
20150
20151 1995-09-19  Brendan Kehoe  <brendan@lisa.cygnus.com>
20152
20153         * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
20154         * lib/mike-g++.exp (postbase): Not in here.  Still reference
20155         runshlib, link_curses, and mathlib for link and run.
20156
20157         * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
20158         pass the runtime shared library options for Solaris, OSF/1, and
20159         Irix5, and link with -lcurses to avoid unresolved references.
20160
20161 1995-09-13  Brendan Kehoe  <brendan@lisa.cygnus.com>
20162
20163         * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
20164         only run once.
20165
20166 1995-09-13  Doug Evans  <dje@canuck.cygnus.com>
20167
20168         * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
20169
20170 1995-09-11  Jeff Law  (law@snake.cs.utah.edu)
20171
20172         * gcc.c-torture: Update to c-torture-1.35 release.  Note we
20173         do not have a framework for the "compat" tests yet.
20174
20175 1995-09-09  Brendan Kehoe  <brendan@lisa.cygnus.com>
20176
20177         * lib/mike-g++.exp (postbase): New local variable `mathlib',
20178         set to null if we're testing vxworks5.1.  Use that instead of
20179         `-lm' in the setting of LIBS for link and run.
20180
20181 1995-09-08  Brendan Kehoe  <brendan@lisa.cygnus.com>
20182
20183         * config/rom68k.exp (${tool}_load): Major changes to make it
20184         work.  Verified that it does in fact return the stuff in
20185         exec_output properly.  Catch any Emul or any TRAP other than 0.
20186
20187 1995-09-07  Brendan Kehoe  <brendan@lisa.cygnus.com>
20188
20189         * lib/mike-g++.exp (prebase): Call g++_init at the end to set
20190         LDFLAGS properly for targets that need stuff from libgloss.
20191         * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
20192         only run once.
20193         (gpp_initialized): New variable.
20194
20195 1995-09-06  Rob Savoye  <rob@darkstar.cygnus.com>
20196
20197         * config/rom68k.exp: Load libgloss.exp.
20198         * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
20199         so we can produce a fully linked binary.
20200         * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
20201         so we can produce a fully linked binary.
20202
20203 1995-09-03  Doug Evans  <dje@canuck.cygnus.com>
20204
20205         * lib/plumhall.exp (ph_section): Watch for expected failures.
20206         Add missing `else'.
20207
20208         * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
20209         run the testcase.
20210         (c-torture): Likewise.
20211
20212 1995-08-28  Doug Evans  <dje@cygnus.com>
20213
20214         * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
20215
20216         * lib/mike-g++.exp (mike_cleanup): New proc.
20217         (prebase): New globals compiler_result, not_compiler_result,
20218         target_regexp.
20219         (postbase): Likewise.  Call mike_cleanup.  Pass "--" to regexp to
20220         allow leading "-" in pattern.  Watch for unsupported tests.
20221         If $compiler_result is set, pattern match assembler code,
20222         and ditto for $not_compiler_result.
20223         * lib/mike-gcc.exp: Likewise.
20224
20225         * lib/plumhall.exp (ph_execute): Only call ph_summary if
20226         execution "succeeded".
20227
20228 1995-08-14  Doug Evans  <dje@canuck.cygnus.com>
20229
20230         * config/win32.exp: New file.
20231         * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
20232
20233 1995-08-04  Doug Evans  <dje@canuck.cygnus.com>
20234
20235         * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
20236         unsupported.
20237         * lib/mike-{gcc,g++}.exp (postbase): Likewise.
20238         * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
20239         * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
20240
20241         * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
20242         "... without exceptions was ...".  That is now handled by
20243         prune_system_crud.
20244         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
20245
20246 1995-08-01  Doug Evans  <dje@canuck.cygnus.com>
20247
20248         * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
20249         sieve.c,sort2.c}: New files.
20250         * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
20251         sieve.exp,sort2.exp}: Drivers for them.
20252
20253         * lib/mike-gcc.exp (program_output): New user settable variable.
20254         (postbase): Call prune_system_crud.  Also prune extraneous compiler
20255         messages.
20256         * lib/mike-g++.exp (program_output): New user settable variable.
20257
20258         * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
20259
20260         * config/sh.exp: Deleted (use sim.exp instead).
20261
20262 1995-07-28  Brendan Kehoe  <brendan@lisa.cygnus.com>
20263
20264         * config/vx.exp: Declare CHECKTASK as global.
20265         * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
20266         * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
20267         * lib/old-dejagnu.exp: Load [pwd]/$executable.
20268
20269 1995-07-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
20270
20271         * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
20272         target. Like vx.exp, only includes `vx29k.exp' instead of
20273         `vxworks.exp'.
20274
20275 1995-07-23  Ian Lance Taylor  <ian@cygnus.com>
20276
20277         * config/sim.exp: Increase time limit from 120 seconds to 240.
20278
20279 1995-07-06  Jeffrey A. Law  <law@rtl.cygnus.com>
20280
20281         * gcc.c-torture/execute/950628-1.c: New test.
20282
20283 1995-06-10  Jeff Law  (law@snake.cs.utah.edu)
20284
20285         * gcc.c-torture: Update with changes/additions from
20286         c-torture-1.34.
20287
20288 1995-06-05  Doug Evans  <dje@canuck.cygnus.com>
20289
20290         * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
20291
20292 1995-06-04  Jeff Law  (law@snake.cs.utah.edu)
20293
20294         * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
20295
20296 1995-06-01  Jeff Law  (law@snake.cs.utah.edu)
20297
20298         * gcc.c-torture/compile/950512-1.c: New test.
20299         * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
20300         * gcc.dg/struct-ret-1.c: Likewise.
20301
20302 1995-05-31  Doug Evans  <dje@canuck.cygnus.com>
20303
20304         * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
20305           930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
20306
20307 1995-05-30  Doug Evans  <dje@canuck.cygnus.com>
20308
20309         * gcc.c-torture/special/920411-1.c: Deleted.
20310         * gcc.c-torture/special/special.exp: Delete 920411-1.c.
20311
20312 1995-05-22  Doug Evans  <dje@chestnut.cygnus.com>
20313
20314         * config/sim.exp (${tool}_load): Hack in call to bash to get a
20315         cpu limit.
20316
20317 1995-05-12  Torbjorn Granlund  <tege@rtl.cygnus.com>
20318
20319         * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
20320
20321 1995-05-04  Torbjorn Granlund  <tege@adder.cygnus.com>
20322
20323         From kenner;
20324         * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
20325         is the proper length.
20326         * va-arg-3.c: Likewise.
20327
20328 1995-04-30  Doug Evans  <dje@canuck.cygnus.com>
20329
20330         * lib/dg.exp: Moved to dejagnu/lib.  Copy kept here (for awhile).
20331         * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
20332
20333         * lib/gcc.exp (default_gcc_start): Delete old cruft.  Delete result.
20334         * lib/g++.exp (default_g++_start): Delete old cruft.
20335
20336 1995-04-25  Torbjorn Granlund  <tege@cygnus.com>
20337
20338         * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
20339         (2 * (1 << 18)) to (2 * (1 << 17)).
20340
20341         * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
20342
20343 1995-04-20  J.T. Conklin  <jtc@rtl.cygnus.com>
20344
20345         * config/rom68k.exp: Renamed from config/idp.exp
20346
20347 1995-04-18  Torbjorn Granlund  <tege@rtl.cygnus.com>
20348
20349         * c-torture/compile/921109-2.c
20350
20351 1995-04-18  Mike Stump  <mrs@cygnus.com>
20352
20353         * lib/old-dejagnu.exp: We expect Execution test failure if we expected
20354         excess errors.
20355
20356 1995-04-15  Doug Evans  <dje@chestnut.cygnus.com>
20357
20358         * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
20359         output.
20360         * lib/g++.exp (default_g++_start): Likewise.
20361
20362 1995-03-29  Torbjorn Granlund  <tege@adder.cygnus.com>
20363
20364         * gcc.c-torture/compile/950329-1.c: New test.
20365
20366 1995-03-28  J.T. Conklin  <jtc@rtl.cygnus.com>
20367
20368           * config/bug.exp (${tool}_load): Updated to use new remote_open
20369           and remote_close procs.
20370         * config/idp.exp: New file.
20371
20372 1995-03-22  Torbjorn Granlund  <tege@rtl.cygnus.com>
20373
20374         * gcc.c-torture/execute/950322-1.c: New test.
20375
20376 1995-03-21  Doug Evans  <dje@canuck.cygnus.com>
20377
20378         * config/vx.exp (${tool}_load): Clean up testing of return code from
20379         vxworks_ld and vxworks_spawn.
20380
20381 1995-03-21  Doug Evans  <dje@deneb.cygnus.com>
20382
20383         * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
20384
20385 1995-03-13  Mike Stump  <mrs@cygnus.com>
20386
20387         * lib/old-deja.exp: Add `excess errors test - ' error, now one
20388         can mark excess errors on a machine by machine basis.  Note, the
20389         default is to not expect any excess errors, even when excess
20390         errors test - is given, so you will want to put an XFAIL ... on
20391         these lines.  For example, // excess errors test - XFAIL hppa*-*-*
20392         mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
20393         those 4 machines, but no others.
20394
20395 1995-03-10  J.T. Conklin  <jtc@rtl.cygnus.com>
20396
20397         * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
20398         * lib/c-torture.exp: to here.
20399
20400 1995-03-10  Torbjorn Granlund  <tege@adder.cygnus.com>
20401
20402         * gcc.c-torture/execute/950221-1.c: New test.
20403         * gcc.c-torture/execute/struct-ret-1.c: New test.
20404         * gcc.c-torture/compile/950221-1.c: New test.
20405
20406         * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
20407
20408 1995-03-03  Doug Evans  <dje@canuck.cygnus.com>
20409
20410         * gcc.c-torture/execute/arith-1.c (main): Return 0.
20411         * gcc.c-torture/execute/arith-rand.c (main): Return 0.
20412
20413 1995-03-01  Gerald Baumgartner  (gb@lorenzo.cs.purdue.edu)
20414
20415         * g++.gb: New directory of tests, derived from my signature and
20416         class scoping tests.
20417
20418         * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
20419         * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
20420         * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
20421         * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
20422         * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
20423         * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
20424         * g++.gb/sig25.C: Likewise.
20425
20426         * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
20427         * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
20428         * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
20429         * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
20430         * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
20431         * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
20432         * g++.gb/sig25.exp: Likewise.
20433
20434         * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
20435         * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
20436         * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
20437         * g++.gb/scope13.C: Likewise, this test still fails.
20438
20439         * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
20440         * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
20441         * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
20442         * g++.gb/scope13.exp: Ditto.
20443
20444         * g++.gb/README: New file, explains what these tests are about.
20445
20446 1995-02-28  Doug Evans  <dje@canuck.cygnus.com>
20447
20448         * lib/dg.exp (dg-do): Support `preprocess'.
20449         (dg-test): Likewise.
20450
20451 1995-02-13  J.T. Conklin  <jtc@rtl.cygnus.com>
20452
20453         * config/udi.exp: change "continue -expect" to "exp_continue".
20454
20455 1995-02-11  Torbjorn Granlund  (tege@tiny.cygnus.com)
20456
20457         * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
20458         Delete redundant tests.
20459
20460         * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
20461         * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
20462         * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
20463         * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
20464         * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
20465         * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
20466         * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
20467         * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
20468
20469         * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
20470         storing label pointers.
20471         * gcc.c-torture/execute/921019-1.c: Likewise.
20472         * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
20473         * gcc.c-torture/execute/930513-1.c: Provide full declaration for
20474         parameter fp.
20475         * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
20476         constants.
20477
20478         * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
20479         Delete obsolete tests.
20480
20481         * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
20482         * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
20483         * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
20484         * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
20485         * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
20486         * gcc.c-torture/compile/950124-1.c: New test.
20487
20488         * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
20489
20490 1995-02-08  Jason Merrill  <jason@phydeaux.cygnus.com>
20491
20492         * lib/mike-g++.exp: Add -lm to LIBS.
20493
20494 1995-02-07  Doug Evans  <dje@canuck.cygnus.com>
20495
20496         * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
20497
20498 1995-01-30  Jason Merrill  <jason@phydeaux.cygnus.com>
20499
20500         * lib/mike-g++.exp: Add -lstdc++ to LIBS.
20501
20502 1995-01-12  Doug Evans  <dje@canuck.cygnus.com>
20503
20504         * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
20505
20506 1995-01-02  Jeff Law  (law@snake.cs.utah.edu)
20507
20508         * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
20509         * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
20510         * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
20511         * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
20512         * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
20513         * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
20514         * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
20515         * g++.law/{operators31.C, operators32.C,
20516         * g++.law/{operators33.C, operators34.C}: Likewise.
20517         * g++.law/{pic1.C, refs2.C}: Likewise.
20518         * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
20519         * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
20520         * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
20521         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
20522
20523         * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
20524         * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
20525         * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
20526         * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
20527         * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
20528         * g++.law/{enum9.exp, friend5.exp}: Likewise.
20529         * g++.law/{nest3.exp, nest4.exp}: Likewise.
20530         * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
20531         * g++.law/{operators30.exp, operators31.exp}: Likewise.
20532         * g++.law/{operators32.exp, operators33.exp}: Likewise.
20533         * g++.law/{operators34.exp}: Likewise.
20534         * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
20535         * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
20536         * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
20537         * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
20538         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
20539
20540         * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
20541         No longer expected to fail.
20542         * g++.law/missed-error3.C: Tweak for recent bool changes.
20543
20544 1994-12-04  Doug Evans  <dje@canuck.cygnus.com>
20545
20546         * config/emb-unix: Deleted.
20547         * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
20548         remote execution.  Do final link on remote host if REMOTE_LINK is set.
20549
20550 1994-12-01  Doug Evans  <dje@canuck.cygnus.com>
20551
20552         * lib/dg.exp (dg-test): Fix typo in last patch.
20553
20554 1994-11-30  Doug Evans  <dje@canuck.cygnus.com>
20555
20556         * lib/dg.exp (dg-test): Fix pattern that searches for expected output
20557         (handles multiple occurrences).
20558
20559 1994-11-24  Doug Evans  <dje@canuck.cygnus.com>
20560
20561         * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
20562         * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
20563         $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
20564         printed).
20565         * lib/c-torture.exp (c-torture-compile): Likewise.
20566         (c-torture): Prepend full path if missing.
20567         * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
20568         (gcc_fail): Likewise.
20569         * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
20570
20571 1994-11-23  J.T. Conklin  <jtc@rtl.cygnus.com>
20572
20573         * lib/netware.exp: Only attach to NetWare i386 systems.
20574
20575 1994-11-16  Doug Evans  <dje@canuck.cygnus.com>
20576
20577         * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
20578         messages.  Add test name to "output pattern match" pass/fail message.
20579
20580 1994-11-12  Doug Evans  <dje@canuck.cygnus.com>
20581
20582         * gcc.dg: New testsuite.
20583         * gcc.dg/dg.exp: New file.
20584
20585         * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
20586         test-switch.c}: Deleted.
20587
20588         * gcc.misc-tests/msgs.exp: New testcase driver.
20589
20590 1994-11-09  Doug Evans  <dje@canuck.cygnus.com>
20591
20592         * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
20593         Watch for illegal return values from ${tool}_load.
20594         * config/unix.exp (${tool}_load): Fix pass/fail detection for
20595         cross targets.  Coerce return value >0 to 1.
20596
20597 1994-11-08  Doug Evans  <dje@canuck.cygnus.com>
20598
20599         * config/unix.exp (${tool}_load): Call program rsh, not proc.
20600
20601         * config/emb-unix.exp: New file.
20602
20603         * config/sim.exp: Error if variable $SIM not defined.
20604         (${tool}_load): Mark test as "untested" if simulator missing.
20605
20606         * config/unix.exp: Load remote.exp to get rcp_download.
20607         * lib/c-torture.exp: Use different option lists for testcases with
20608         and without loops.
20609         * gcc.c-torture/execute/execute.exp: Likewise.
20610
20611 1994-11-02  Doug Evans  <dje@canuck.cygnus.com>
20612
20613         * config/*.exp: Clarify return code from ${tool}_load.
20614         Call `unresolved' or `untested' instead of `warning' or `perror'
20615         (sometimes you still want to call both though).
20616         Add comment that `shell_id' is local to each file.
20617         * config/udi.exp (timeout): Set to 30.
20618         Don't print warning if connection fails, $connectmode has already
20619         printed an error.
20620         (${tool}_load): Move verbose messages to level 2.
20621         Rework pattern for "Process started" message.
20622         Pass `shell_id' to ${connectmode}_download.
20623         Retry twice upon timeout.  Make resetting of target more robust.
20624         (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
20625         Pass `shell_id' to exit_$connectmode.
20626         Only call exit_$connectmode if connected.
20627         * config/unix.exp (${tool}_load): Check return codes better.
20628         * config/vrtx.exp (${tool}_load): Likewise.
20629         * config/vx.exp (${tool}_load): Likewise.
20630         Delete unneeded global's.
20631         * lib/dg.exp (dg-test): Update to reflect clarified return codes
20632         from ${tool}_load.
20633         (dg-stat): Delete.
20634         (dg-init): Delete recording of pass/fail counts.
20635         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
20636         (old-dejagnu-init): Likewise.
20637         (old-dejagnu-stat): Delete contents, empty proc now.
20638         * lib/c-torture.exp (TORTURE_OPTIONS): New global.
20639         (c-torture): Delete references to lcnt, lpass, lfail.
20640         Get option list from TORTURE_OPTIONS.
20641         Delete -funroll[-all]-loops if no loops.
20642         * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
20643         (g++_stat): Delete contents (empty proc now).
20644         * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
20645         (gcc_finish): Likewise.
20646         (gcc_stat): Deleted.
20647         * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
20648         * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
20649         * gcc.c-torture/execute/execute.exp: Likewise.
20650         Split tests into two parts: compile, execute.
20651         Get option list from TORTURE_OPTIONS.  Delete -funroll[-all]-loops if
20652         no loops.  Update to reflect clarified return codes from ${tool}_load.
20653
20654 1994-10-21  Doug Evans  <dje@canuck.cygnus.com>
20655
20656         * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
20657         to grep for.
20658         (old-dejagnu): Likewise (where necessary).
20659
20660 1994-10-14  Doug Evans  <dje@canuck.cygnus.com>
20661
20662         * gcc.misc-tests/gcov.exp: New file, for gcov testing.
20663
20664         * lib/dg.exp (dg-process-target): Fix processing of selector.
20665         Add comment regarding use of `error'.
20666
20667         * lib/gcc.exp (prune_system_crud): Define if missing.
20668         * lib/g++.exp (prune_system_crud): Likewise.
20669
20670         * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
20671         Call prune_system_crud.
20672         * lib/dg.exp (dg-runtest): New proc.
20673         Use perror instead of send_user for tcl errors in testcase.
20674         Don't return any value, it's never used.
20675         Don't clobber previous definition of `unknown'.
20676         Print tcl errors in `dg-final'.
20677
20678 1994-10-12  Doug Evans  <dje@canuck.cygnus.com>
20679
20680         * lib/dg.exp (dg-process-target): Improve syntax error messages.
20681         (dg-test): Don't print errorInfo, it contains stack backtrace.
20682
20683 1994-09-26  Doug Evans  (dje@canuck.cygnus.com)
20684
20685         * lib/g++.exp (runtest_file_p): Define if missing.
20686
20687 1994-09-24  Doug Evans  (dje@cygnus.com)
20688
20689         * lib/mike-g++.exp: Comment out loading of g++.exp.
20690         * lib/g++.exp: Update copyright.  Test for existence of $CXX at start.
20691         (default_g++_version): Always print something.
20692         (default_g++_start): Comment out call to `which'.
20693         (g++_start, g++_load): Deleted (must be defined in config file).
20694         * lib/gcc.exp: Test for existence of $CC at start.
20695         Delete check for tmpdir (done in gcc_init).
20696         (default_gcc_version): Always print something.
20697         (default_gcc_start): Comment out call to `which'.
20698         * config/*.exp: Major cleanup - make cross targets work at least a
20699         little better for g++ (by not being "--tool gcc" specific).
20700         Rename gcc_xxx to ${tool}_xxx.
20701         * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
20702         * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
20703
20704 1994-09-22  Doug Evans  (dje@canuck.cygnus.com)
20705
20706         * lib/c-torture.exp (c-torture-compile): Rework compiler
20707         message processing.
20708
20709         * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
20710         c-torture.
20711
20712 1994-09-21  Doug Evans  (dje@canuck.cygnus.com)
20713
20714         * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
20715
20716         * lib/dg.exp (dg-process-target): Support { target native }.
20717
20718 1994-09-20  Doug Evans  (dje@canuck.cygnus.com)
20719
20720         * lib/dg.exp (dg-test): Clean up some comments.  Delete code that
20721         looked for "... program xxx got fatal signal".
20722         Correct regsub munging of `comp_output'.
20723         Ignore compiler messages "path prefix not used" and "linker input
20724         file unused".
20725
20726 1994-09-14  Doug Evans  (dje@canuck.cygnus.com)
20727
20728         * lib/gcc.exp (runtest_file_p): Define if missing.
20729         * gcc.prms/template.c: Example to work from.
20730
20731 1994-09-13  Doug Evans  (dje@canuck.cygnus.com)
20732
20733         * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
20734         * lib/dg.exp (dg-test): Call unsupported testcases as such.
20735
20736         * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
20737         * gcc.prms/1883.c: Moved from compile/940714-1.c.
20738         * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
20739         execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
20740
20741         * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
20742         (dg-process-target): No longer a varargs proc.
20743         Return S/N for target, P/F for xfail.  All callers changed.
20744         (user option procs): More argument checking.
20745         (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
20746         (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
20747         (dg-test): Skip test if not running on selected target in `dg-do'.
20748         Update handling of `dg-do-what', `dg-output-text'.
20749         Separate execution pass/fail from output pattern match pass/fail.
20750         Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
20751
20752 1994-09-12  Jim Wilson  (wilson@sphagnum.cygnus.com)
20753
20754         * gcc.c-torture/special/special.exp: Don't expect failure for mips
20755         target for 920510-1.c.
20756
20757 1994-09-12  Doug Evans  (dje@canuck.cygnus.com)
20758
20759         * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
20760         Clean up comment regarding use of passcnt, etc.
20761         (gcc_stat): Don't update `testcnt' here.
20762         (gcc_finish): Do it here.
20763         Might as well reset `but_id' here too.
20764         * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
20765         to determine if the file should be tested.
20766         * gcc.c-torture/compile/compile.exp: Likewise.
20767         * gcc.c-torture/execute/execute.exp: Likewise.
20768         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
20769         * gcc.misc-tests/dg-test.exp: Likewise.
20770         * gcc.prms/prms.exp: Likewise.
20771         * gcc.wendy/wendy.exp: Likewise.
20772         * g++.old-deja.exp: Likewise.
20773         Move "Testing file" message to verbose level 1.
20774
20775 1994-09-09  Doug Evans  (dje@canuck.cygnus.com)
20776
20777         * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
20778
20779 1994-09-08  Doug Evans  (dje@canuck.cygnus.com)
20780
20781         * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
20782         (default_gcc_start): Accept optional second list element
20783         of compiler flags.  Print compiler output at verbosity level 2.
20784         Remove setting of CFLAGS, LIBS, LDFLAGS from here.
20785         (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
20786         Save current values of framework globals passcnt, failcnt, xpasscnt,
20787         and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
20788         gcc_xfailcnt.  Set global `tmpdir' to /tmp if it doesn't exist.
20789         (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
20790         xfailcnt to compute stats.  Update framework global `testcnt' from
20791         pass/fail counts.
20792         (gcc_finish): New proc.  Clean up test environment.
20793         (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
20794         (gcc_epass, gcc_efail): Delete.
20795         * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
20796         argument of line number.
20797         (dg-init): If the tool has an init routine, call it.
20798         (dg-test): Remove args `cflags_var' and `libs_var'.
20799         Pass all compiler options to ${tool}_start.
20800         Handle missing line number.
20801         (dg-finish): New function.
20802         * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
20803         particular files.  Call gcc_finish at end.  Move "skipping test"
20804         message to verbosity level 3.
20805         * gcc.c-torture/compile/compile.exp: Likewise.
20806         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
20807         * gcc.c-torture/execute/execute.exp: Likewise.
20808         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
20809         Print testcase being tried at verbosity level 1.
20810         * gcc.c-torture/special/special.exp: Unset xfail.
20811         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
20812         * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
20813         * gcc.c-torture/noncompile/noncompile.exp: Likewise.
20814         * gcc.failure/failure.exp: Likewise.
20815         * gcc.ieee/ieee.exp: Likewise.
20816         * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
20817         Update call to dg-test.  Call dg-finish at end.
20818         * gcc.misc-tests/mg.exp: Call gcc_finish at end.  Unset orig_flags.
20819         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
20820         * gcc.misc-tests/misc.exp: Call gcc_finish at end.
20821         * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
20822         Delete LDFLAGS.  Update call to dg-test.  Call dg-finish at end.
20823         * gcc.wendy/wendy.exp: Add copyright.
20824         Delete setting of tmpdir (done by gcc_init).
20825         Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
20826         Pass compiler flags to gcc_start.  Call gcc_finish at end.
20827         * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
20828         gcc_[ce]pass/fail.
20829
20830 1994-09-07  Doug Evans  (dje@canuck.cygnus.com)
20831
20832         * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
20833         confusion.
20834         (g++_load): Likewise.
20835
20836         * config/*.exp (gcc_load): Some were varargs fns and some were not.
20837         Rename argument to `prog' to remove the confusion.
20838         Varargs fns behave differently too!
20839         (g++_load): Likewise.
20840
20841         * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
20842
20843         * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
20844         what it is.  Delete (always) printing of status value for !native.
20845         Simplify verbose code, and include status and exec_output.
20846         (g++_load): Use gcc_load.
20847
20848 1994-09-04  Jim Wilson  (wilson@sphagnum.cygnus.com)
20849
20850         * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
20851         * gcc.c-torture/noncompile/noncompile.exp: Delete support for
20852         920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
20853         940714-3.c as these testcases don't exist anymore.  Make
20854         va-arg-1.c expected to pass.
20855
20856 1994-08-19  Doug Evans  (dje@canuck.cygnus.com)
20857
20858         * gcc.misc-tests/misc.exp: Only run specific testcases.
20859         * gcc.misc-tests/dg-test.exp: New file.  Tests dg.exp.
20860         * gcc.misc-tests/dg-[1-9].c: New files.
20861
20862         * lib/dg.exp: New testsuite driver.
20863         * gcc.prms/prms.exp: Use it.
20864
20865         * README.gcc: New file.
20866
20867         * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
20868         Document and reset `lxpass' and `lxfail'.
20869         Simplify "initialized" message.
20870         (gcc_stat): Clean up comments a little.
20871
20872 1994-08-16  Doug Evans  (dje@canuck.cygnus.com)
20873
20874         * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
20875
20876 1994-08-15  Doug Evans  (dje@canuck.cygnus.com)
20877
20878         * lib/old-dejagnu.exp (process-option): New proc.
20879         (old-dejagnu-init, old-dejagnu-stat): Likewise.
20880         (old-dejagnu): Simplify.
20881         * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
20882
20883 1994-08-14  Jeff Law  (law@snake.cs.utah.edu)
20884
20885         * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
20886         exists and is not an empty string.
20887
20888         * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
20889         $xfail rather than calling setup_xfail.  Clear $xfail when test is
20890         finished.
20891         (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
20892         automatically.
20893
20894         * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
20895         longer expected to fail.
20896
20897         * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
20898         "f" function call.
20899
20900         * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
20901
20902         * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
20903         940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
20904         complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
20905         struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
20906         c-torture-1.29.
20907
20908         * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
20909         strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
20910
20911         * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
20912
20913         * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
20914         940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
20915
20916         * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
20917         940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
20918         labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
20919
20920 1994-07-12  Jim Kingdon  (kingdon@lioth.cygnus.com)
20921
20922         * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
20923         gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
20924         940714-1.c, 940714-2.c, 940714-3.c},
20925         gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
20926         gcc.misc-tests/{mg.c,mg.exp}:
20927         New tests.
20928         * gcc.noncompile/noncompile.exp: Change accordingly.
20929
20930 1994-07-07  Doug Evans  (dje@canuck.cygnus.com)
20931
20932         * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
20933         Undo previous clobberage.
20934
20935 1994-07-04  Jeff Law  (law@snake.cs.utah.edu)
20936
20937         * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
20938         * gcc.special/{930510-1.c, special.exp}:
20939         * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
20940         931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
20941         struct-varargs-1.c}: New tests from c-torture-1.26.
20942
20943 1994-06-28  J.T. Conklin  (jtc@phishhead.cygnus.com)
20944
20945         * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
20946           argument to switch.
20947
20948 1994-05-21  Bill Cox  (bill@rtl.cygnus.com)
20949
20950         * Revert the previous changes.  Please see Rob's directory
20951           (/lisa/test/rob/progressive/gcc/testsuite) for testing
20952           fixes.
20953
20954 1994-05-19  Bill Cox  (bill@rtl.cygnus.com)
20955
20956         * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
20957             g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
20958             g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
20959             g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
20960             g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
20961             g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
20962             g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
20963             g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
20964             g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
20965             g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
20966             g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
20967             g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
20968             g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
20969             g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
20970             g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
20971             g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
20972             g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
20973             g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
20974             g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
20975             g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
20976             g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
20977             g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
20978             gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
20979             gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
20980             gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
20981             lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
20982             lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
20983
20984 1994-05-17  Bill Cox  (bill@rtl.cygnus.com)
20985
20986         * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
20987             lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
20988           with perror calls.
20989
20990 1994-05-02  Jason Merrill  (jason@deneb.cygnus.com)
20991
20992         * config/unix.exp (g++_load): Fix syntax.
20993
20994 1994-04-14  Jim Wilson  (wilson@sphagnum.cygnus.com)
20995
20996         * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
20997         * gcc.noncompile/921017-1.c: Deleted obsolete test.
20998         * gcc.noncompile/noncompile.exp: Remove code for deleted test.
20999         Don't expect va-arg-1.c to fail.  Correct expected output for
21000         920928-1.c.
21001         * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
21002         * gcc.wendy/hbm4.c: Correct typo.
21003         * gcc.wendy/tad1.c, tad2.c: Correct expected output.
21004
21005 1994-03-28  Doug Evans  (dje@canuck.cygnus.com)
21006
21007         * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
21008         * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
21009         gcc_[ce]{pass,fail}.  Explicitly remove executable if test passes.
21010         * lib/c-torture.exp (c-torture-compile): Ditto.
21011
21012         Reduce volume of output (remove all the -I's and such).
21013         * lib/c-torture.exp (c-torture-compile): New argument OPTION.
21014         Call gcc_cpass, gcc_cfail.
21015         (c-torture): Pass testing option to c-torture-compile.
21016
21017 1994-03-21  Doug Evans  (dje@cygnus.com)
21018
21019         Bring patches over from progressive.
21020         * config/default.exp: Exit remote shell cleanly.
21021         (g++_exit, g++_start): Add default versions.
21022         * config/sim.exp (gcc_load): Use perror, not error.
21023
21024 1994-03-20  Doug Evans  (dje@canuck.cygnus.com)
21025
21026         * lib/gcc.exp: Don't set CFLAGS if CC not set.  It clobbers the value
21027         set in site.exp.
21028
21029 1994-03-14  Doug Evans  (dje@cygnus.com)
21030
21031         * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
21032         DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
21033         (wendy_try): New proc to run testcase.
21034         (main loop): Call 'em.
21035         * gcc.wendy/*.c: Clean up pass to correct expected output.
21036
21037         * lib/gcc.exp: Minor cleanup work.
21038         (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
21039
21040 1994-03-09  Doug Evans  (dje@canuck.cygnus.com)
21041
21042         * config/sim.exp (gcc_load): Document return codes better.
21043         Don't pass -v to simulator.
21044
21045 1994-02-24  Jeffrey A. Law  (law@snake.cs.utah.edu)
21046
21047           * gcc.special/920717-x.c: Fix typo.
21048           * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
21049           get at sources.
21050
21051         * lib/mike-gcc.exp: Fix typo.
21052
21053 1994-02-15  Rob Savoye  (rob@darkstar.cygnus.com)
21054
21055         * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
21056         binary to use, transform the name.
21057         * config/*.exp: rename everything. Nuke any g++ specific files,
21058         it's now a special case of gcc that requires no special support.
21059         Add a default.exp for unsupported targets.
21060
21061 1994-02-11  Rob Savoye  (rob@poseidon.cygnus.com)
21062
21063         * g++.jason/report.exp, g++.old-deja/old-deja.exp,
21064         lib/old-dejagnu.exp: Fix a few patterns to work with the new
21065         version of Tcl.
21066
21067 1994-02-09  Rob Savoye  (rob@darkstar.cygnus.com)
21068
21069         * lib/c-torture.exp: Made "file prefix*never used a pass, rather
21070         than a warning.
21071
21072 1994-02-06  Jeffrey A. Law  (law@snake.cs.utah.edu)
21073
21074         * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
21075
21076 1994-01-03  Jim Wilson  (wilson@sphagnum.cygnus.com)
21077
21078         * gcc.execute/execute.exp: Combine opt_list and foption_list into
21079         option_list.  Compile every file with only 4/6 option choices
21080         (same as C torture) instead of with 12/18 different option
21081         choices.
21082         * lib/c-torture.exp: Likewise.
21083
21084         * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
21085         not already set.
21086
21087 1993-12-30  Mike Stump  (mrs@rtl.cygnus.com)
21088
21089         * lib/old-deja.exp: Add `excess errors test fails' error, now one
21090         can put an XFAIL *-*-* on excess errors.
21091
21092 1993-12-19  Jeffrey A. Law  (law@snake.cs.utah.edu
21093
21094         * g++.law: Add more tests derived from g++-bugs snapshots.
21095
21096         * g++.law/init11.{c,exp}: Delete test.  Brendan sez it's
21097         equivalent to g++.law/init9.
21098
21099         * lib/mike-gcc.exp (postbase): Delete the .o file after we've
21100         compiled it, and the a.out file after we've run it.
21101
21102 1993-12-17  Brendan Kehoe  (brendan@lisa.cygnus.com)
21103
21104         * lib/mike-g++.exp (postbase): Delete the .o file after we've
21105         compiled it, and the a.out file after we've run it.
21106
21107 1993-12-17  Jeffrey A. Law  (law@snake.cs.utah.edu)
21108
21109         * g++.law/*.exp: Avoid losing arguments added via "append" commands.
21110
21111 1993-12-15  Rob Savoye  (rob@darkstar.cygnus.com)
21112
21113         * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
21114         version number.
21115
21116 1993-12-12  Jeffrey A. Law  (law@snake.cs.utah.edu)
21117
21118         * g++.law: New directory of g++ tests derived from the g++-bugs
21119         snapshots.
21120
21121 1993-12-09  Jeffrey Wheat  (cassidy@cygnus.com)
21122
21123         * gcc.compile: initbug1.c initbug1.exp testcase added
21124
21125 1993-12-06  Jeffrey Wheat  (cassidy@cygnus.com)
21126
21127         * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
21128         * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
21129           fixes submitted by Jeff Law (law@cs.utah.edu)
21130         * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
21131           Jeff Law (law@cs.utah.edu)
21132
21133
21134 1993-11-30  Mike Stump  (mrs@cygnus.com)
21135
21136         * config/unix-g++.exp: Follow the gcc way of doing things.
21137         * g++.old-deja/old-deja.exp: Minor updates.
21138         * lib/g++.exp: New file, follow the gcc way of doing things.
21139         * lib/old-dejagnu.exp: Minor updates.
21140         * lib/mike-g++.exp: Always unset errorInfo.
21141
21142 1993-11-06  Mike Stump  (mrs@cygnus.com)
21143
21144         * lib/gcc.exp: Fix some errors with the below change, CC and
21145         CFLAGS should be global when setting, not local.
21146
21147 1993-11-03  Rob Savoye  (rob@darkstar.cygnus.com)
21148
21149         * lib/gcc.exp: Transform tool name.
21150
21151 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
21152
21153         * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
21154
21155 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
21156
21157         * lib/gcc.exp: change gcc_done to gcc_stat
21158
21159 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
21160
21161         * Upgraded gcc testsuite to c-torture version 1.25
21162
21163 1993-10-24  Jeffrey Wheat  (cassidy@cygnus.com)
21164
21165         * lib/gcc.exp: added reporting code. Changed verbose compile message.
21166         * lib/c-torture: added hooks for new reporting code.
21167
21168 1993-10-21  Jeffrey Wheat  (cassidy@cygnus.com)
21169
21170         * config/sh-gcc.exp: check if sh-sim exists in the path
21171
21172 1993-10-18  Jeffrey Wheat  (cassidy@cygnus.com)
21173
21174         * gcc.code_quality/code_quality.exp: Initial changes for new logic.
21175         * gcc.compile/compile.exp: Initial changes for new logic.
21176         * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
21177         * gcc.failure/failure.exp: Initial changes for new logic.
21178         * gcc.ieee/ieee.exp: Initial changes for new logic.
21179         * gcc.misc-tests/misc.exp: Initial changes for new logic.
21180         * gcc.noncompile/non_compile.exp: Initial changes for new logic.
21181         * gcc.unsorted/unsorted.exp: Initial changes for new logic.
21182         * lib/c-torture.exp: Initial changes for new logic.
21183         * lib/gcc.exp: Initial changes for new logic.
21184
21185 1993-10-15  Mike Stump  (mrs@cygnus.com)
21186
21187         * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
21188         depend upon failure or success.  Fully qualify names in failure
21189         and success messages.  Always remove a.out before starting
21190         compile, just in case.  Pay more attention to error text output by
21191         the compiler.  Handle testcases with no known past errors just
21192         like all others, so that things are uniform.  Other miscellaneous
21193         improvements.
21194
21195 1993-10-13  Jeffrey Wheat  (cassidy@cygnus.com)
21196
21197         * gcc.cpp: new directory for cpp tests
21198
21199 1993-10-04  Jeffrey Wheat  (cassidy@cygnus.com)
21200
21201         * lib/chill.exp: Code reformatted, removed unused code.
21202         * config/unix-chill.exp: Code reformatted, removed unused code.
21203         * chill.execute/execute.exp: Code reformatted, removed unused code.
21204         * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
21205
21206 1993-10-04  Ian Lance Taylor  (ian@cygnus.com)
21207
21208         * config/mips-gcc.exp, config/mips-g++.exp: New files.  Execution
21209         routines not written.
21210
21211 1993-09-27  Rob Savoye  (rob@darkstar.cygnus.com)
21212
21213         * config/bug-gcc.exp: Use new procs from bug.exp.
21214
21215 1993-09-21  Rob Savoye  (rob@darkstar.cygnus.com)
21216
21217         * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
21218         via ftp, rather than depending on NFS.
21219         * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
21220         case.
21221
21222 1993-09-09  Rob Savoye  (rob@darkstar.cygnus.com)
21223
21224         * config/bug-gcc.exp: Use new download proc.
21225
21226 1993-09-14  Jeffrey Wheat  (cassidy at deneb.cygnus.com)
21227
21228         * chill.execute/execute.exp: cleanups, handles errors better
21229         * chill.compile/compile.exp: rewrite, based on execute.exp
21230         * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
21231         * lib/chill.exp: major changes to diff proc and compile and link
21232           procs. added chill_fail and chill_pass wrappers to pass and
21233           fail. added more comments, and handle error codes better.
21234           Added a hack to capture stderr from exec, so noncompile tests
21235           can work.
21236
21237 1993-09-11  Jeffrey Wheat  (cassidy@cygnus.com)
21238
21239         * chill.execute/execute.exp: rewrite of testsuite driver
21240         * lib/chill.exp: rewrite of testsuite driver
21241         * config/unix-chill.exp: rewrite of testsuite driver
21242
21243 1993-08-25  Bill Cox  (bill@rtl.cygnus.com)
21244
21245     In chill.execute:
21246         * iexpr.ch: Standardize uppercase.
21247         * tuples.dat: Standardize uppercase.
21248         * vary.ch: standardize.  Correct varying string assignments.
21249         * vary.dat: Add new output lines.
21250
21251 1993-08-24  Bill Cox  (bill@rtl.cygnus.com)
21252
21253     In chill.execute:
21254         * chprintf.ch: Standardize use of uppercase.
21255         * tuples.ch: Standardize and turn arr2 into a DCL,
21256           rather than a SYN.
21257         * pinits.ch: Standardize.
21258
21259 1993-08-23  Per Bothner  (bothner@kalessin.cygnus.com)
21260
21261         * rts.c:  Get malloc() from <stdlib.h>, not <malloc.h>.
21262         * Makefil: Renamed to Makefile.in.
21263         * configure.in: New.
21264
21265 1993-08-23  Bill Cox  (bill@rtl.cygnus.com)
21266
21267     In chill.execute:
21268         * .cvsignore: Add result/output files.
21269         * Makefile: Fix up variables at start.  Use MFLAGS
21270           everywhere.  Correct bool_loc, built_ins entries.
21271           Add entry for vary1.ch.
21272         * bitarray.ch: Standardize upper-case usage.
21273         * bitexpr.ch: Standardize, add output of b1.
21274         * params.ch: Use arrayt in along PROC parameters, to
21275           avoid novelty problems.
21276         * sets.ch: Tiny cleanup.
21277         * vary1.ch: Re-indent.
21278
21279 1993-08-17  Bill Cox  (bill@rtl.cygnus.com)
21280
21281           * Add PR-related files to Makefiles, .cvsignore files, etc.
21282
21283 1993-08-02  Jeff Wheat  (cassidy@cygnus.com)
21284
21285         * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
21286           with compiler objects. New names are test-flow.c and test-loop.c
21287
21288 1993-07-27  Jeff Wheat  (cassidy@cygnus.com)
21289
21290         * Upgraded c-torture tests from 1.19 to 1.20
21291
21292         * new files:
21293         * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
21294         * gcc.compile: 930623-1.c 930623-2.c
21295         * gcc.noncompile: 930622-1.c 930622-2.c
21296         * gcc.failure: 920411-1.c 920627-2.c
21297         * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
21298
21299 1993-07-20  Jeff Wheat  (cassidy@cygnus.com)
21300
21301         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
21302           More changes to get testsuite working properly. Needs more work.
21303           Added some support for POSIX IEEE Std 1003.3-1991 error messages.
21304
21305 1993-07-19  Jeff Wheat  (cassidy@cygnus.com)
21306
21307         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
21308           More changes to get testsuite working properly. Needs more work.
21309
21310 1993-07-13 Jeff Wheat  (cassidy@cygnus.com)
21311
21312         * chill.compile/compile.exp: Added for Dejagnu support
21313         * chill.execute/execute.exp: Added for Dejagnu support
21314         * lib/chill.exp config/unix-chill.exp  : Added for Dejagnu support
21315
21316 1993-06-19  Bill Cox  (bill@rtl.cygnus.com)
21317
21318     This should complete moving the CHILL test files.
21319         * chill.noncompile(.cvsignore printf.grt
21320             in-printf.grt chprintf.grt chprintf.ch):
21321             Added test-support files.
21322           (Makefile): Modified further.
21323         * chill.compile (emptymod.ch gdbme.ch neg_range.ch
21324             signal.ch): Added test files.
21325           * chill.execute (.cvsignore printf.grt printr.c
21326             in-printf.grt rts.c chprintf.grt rts.h): Added
21327           test-support files.
21328             (Makefile): More corrections.
21329
21330 1993-06-18  Bill Cox  (bill@rtl.cygnus.com)
21331
21332         * chill.compile, chill.execute, chill.nocompile: Add CHILL
21333           test cases, ready for DejaGnu.
21334
21335 1993-06-17  Jeffrey Wheat  (cassidy@cygnus.com)
21336
21337         * Upgraded c-torture tests from 1.18 to 1.19
21338
21339         * gcc.compile: added test(s):
21340           930607-1.c
21341         * gcc.execute: added test(s):
21342           930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
21343
21344         * added new subdirectory for misc tests: gcc.misc-tests
21345         * gcc.misc-test(s): added tests:
21346           inst-check.c test-consts.c test-ior.c test-switch.c
21347
21348 1993-06-09  Brendan Kehoe  (brendan@lisa.cygnus.com)
21349
21350         * lib/mike-g++.exp: Load `./a.out', not `a.out'.
21351
21352 1993-06-07  Ian Lance Taylor  (ian@cygnus.com)
21353
21354         * g++.old-deja/old-deja.exp: Don't delete all the .o files.
21355
21356 1993-06-03  Jeffrey Wheat  (cassidy@cygnus.com)
21357
21358         * Upgraded c-torture tests from 1.17 to 1.18
21359
21360 1993-06-02  Jeffrey Wheat  (cassidy@cygnus.com)
21361
21362         * Upgraded c-torture tests from 1.12 to 1.17
21363
21364 1993-04-30  Mike Werner  (mtw@deneb.cygnus.com)
21365
21366         * lib/old-dejagnu.exp:
21367           Fixed handling of XFAIL target triplets to correctly
21368           recognize wildcard characters.  Removed code that
21369           appended a unique id tag to the end of the file name
21370           printed out by the result of the testcases within a
21371           given test file.
21372
21373 1993-04-29  Mike Werner  (mtw@deneb.cygnus.com)
21374
21375         * lib/old-dejagnu.exp:
21376           Reworked expected failure handling to trigger off of XFAIL
21377           keyword in keyphrase embeded in testcase source code. The
21378           XFAIL keyword must be at the end of the keyphrase line. It
21379           may optionally be followed by one or more target triplets.
21380           It has just occured that the handling of wildcards in the
21381           target triplet may not be correct.
21382
21383 1993-04-23  Mike Werner  (mtw@deneb.cygnus.com)
21384
21385         * g++.old-deja/tests:
21386           Moved all subdirectories up one level into g++.old-deja .
21387
21388         * lib/old-dejagnu.exp:
21389           Fixed problem with CXXFLAGS not being properly reset, and being
21390           corrupted with extraneous "-c" compiler option.  This was
21391           causing binaries to not be generated for test that needed them.
21392           Modified strings passed to "pass" and "fail" so that individual
21393           tests from the same test file would be distinguished by an
21394           identifier appended to the test file name in the summary logs;
21395           this corrected a problem with erroneous diff logs.  Added code
21396           to search testcases for expected fail and unexpected pass keywords.
21397
21398 1993-04-20  Rob Savoye  (rob at darkstar.cygnus.com)
21399
21400         * lib/c-torture.exp: Ignore "file path prefix*unused" message.
21401
21402 1993-04-15  Mike Werner  (mtw@deneb.cygnus.com)
21403
21404         * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
21405           Removed extraneous text from end of "Special g++ Options"
21406           keyphrase.
21407
21408         * lib/old-dejagnu.exp: Added pattern matching to look for new
21409           keywords, embedded in testcases comments, which will trigger
21410           calls to xpass and xfail.
21411
21412 1993-04-14  Mike Werner  (mtw@deneb.cygnus.com)
21413
21414         * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
21415           comments embedded in the testcases, especially the one looking for
21416           special compiler options, as well as the pattern matching for the
21417           compiler output again.
21418
21419 1993-04-12  Mike Werner  (mtw@deneb.cygnus.com)
21420
21421         * lib/old-dejagnu.exp: Do a proper check of the return value for
21422           execute tests. Fixed several problems with the pattern matching
21423           of the compiler output which gave erroneous test results.
21424           Changed several of the test result messages to be more descriptive.
21425         * config/unix-g++.exp: Proc g++_load now actually works and
21426           executes the tests passed to it and returns a usable return
21427           value.
21428
21429 1993-04-11  Rob Savoye  (rob at darkstar.cygnus.com)
21430
21431           * lib/gcc.exp: Exits gracefully if $CC is bogus.
21432
21433 1993-04-09  Mike Werner  (mtw@deneb.cygnus.com)
21434
21435         * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
21436           Modified both files to properly execute the old style
21437           dejagnu tests. The previous versions of these files were
21438           experimental and did not function anything near correctly.
21439
21440 1993-04-05  Rob Savoye  (rob@cygnus.com)
21441
21442         * Removed all Makefile.in and configure.in files. No configuration
21443         needed now.
21444
21445 1993-04-02  Mike Werner  (mtw@deneb.cygnus.com)
21446
21447         * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
21448
21449 1993-03-28  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
21450
21451         * gcc.compile/configure.in, gcc.unsorted/configure.in,
21452         gcc.special/configure.in, gcc.noncompile/configure.in,
21453         gcc.execute/configure.in, gcc.code_quality/configure.in,
21454         g++.other/configure.in, g++.old-deja/configure.in,
21455         g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
21456         in srcname setting.
21457
21458 1993-03-25  Rob Savoye  (rob at darkstar.cygnus.com)
21459
21460         * lib/udi.exp:  Fixed mondfe and mondfe_download.
21461         * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
21462         * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
21463
21464 1993-03-25  Ian Lance Taylor  (ian@cygnus.com)
21465
21466         * config/udi-gdb.exp: Check $shell_id after connecting to target.
21467         (gdb_exit): Don't remove *_soc files.
21468
21469 1993-03-22  Ian Lance Taylor  (ian@cygnus.com)
21470
21471         * lib/c-torture.exp: Don't look for main; instead always use -w
21472         -c.  This is how the c-torture tests work.  Remove the object
21473         file if the compilation succeeds.
21474         * gcc.execute/execute.exp: Remove executable if test passes.
21475         * gcc.noncompile/noncompile.exp: Every test is an expected
21476         failure.
21477         * gcc.special/special.exp: Added tests from c-torture 1.11,
21478         corrected use of existing test.
21479         * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
21480         gcc.execute/920625-1.c: Updated to c-torture 1.11.
21481         * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
21482         gcc.compile/921109-2.c, gcc.compile/921109-3.c,
21483         gcc.compile/921111-1.c, gcc.compile/921116-2.c,
21484         gcc.compile/921118-1.c, gcc.compile/921126-1.c,
21485         gcc.compile/921202-1.c, gcc.compile/921202-2.c,
21486         gcc.compile/921203-1.c, gcc.compile/921203-2.c,
21487         gcc.compile/921206-1.c, gcc.execute/921029-1.c,
21488         gcc.execute/921104-1.c, gcc.execute/921110-1.c,
21489         gcc.execute/921112-1.c, gcc.execute/921113-1.c,
21490         gcc.execute/921117-1.c, gcc.execute/921123-1.c,
21491         gcc.execute/921123-2.c, gcc.execute/921124-1.c,
21492         gcc.execute/921202-1.c, gcc.execute/921202-2.c,
21493         gcc.execute/921204-1.c, gcc.execute/921207-1.c,
21494         gcc.execute/921208-1.c, gcc.execute/921208-2.c,
21495         gcc.execute/921215-1.c, gcc.execute/921218-1.c,
21496         gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
21497         gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
21498         c-torture 1.11.
21499         * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
21500         correspond to c-torture 1.11.
21501
21502         * New file.
21503