OSDN Git Service

* gcc.dg/20040910-1.c, gcc.dg/cpp/digraph2.c,
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
1 2004-11-05  Joseph S. Myers  <joseph@codesourcery.com>
2
3         * gcc.dg/20040910-1.c, gcc.dg/cpp/digraph2.c,
4         gcc.dg/cpp/direct2.c, gcc.dg/cpp/direct2s.c,
5         gcc.dg/cpp/separate-1.c, gcc.dg/noncompile/951123-1.c,
6         gcc.dg/noncompile/971104-1.c, gcc.dg/noncompile/990416-1.c: Adjust
7         expected messages for new parser.
8
9 2004-11-04  Mark Mitchell  <mark@codesourcery.com>
10
11         * testsuite/g++.dg/ext/visibility/symbian1.C: New test.
12         
13 2004-11-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
14
15         * gcc.dg/pragma-align.c (sixteen): Use 8-byte alignment
16         on LP64 targets.
17
18 2004-11-04  Joseph S. Myers  <joseph@codesourcery.com>
19
20         * gcc.dg/asm-qual-1.c, gcc.dg/declspec-15.c, gcc.dg/declspec-16.c,
21         gcc.dg/declspec-17.c, gcc.dg/empty-source-1.c,
22         gcc.dg/empty-source-2.c, gcc.dg/empty-source-3.c,
23         gcc.dg/extra-semi-1.c, gcc.dg/extra-semi-2.c,
24         gcc.dg/extra-semi-3.c, gcc.dg/gnu-cond-expr-1.c,
25         gcc.dg/gnu-cond-expr-2.c, gcc.dg/gnu-cond-expr-3.c,
26         gcc.dg/init-empty-1.c, gcc.dg/init-empty-2.c,
27         gcc.dg/init-empty-3.c, gcc.dg/noncompile/old-style-parm-1.c,
28         gcc.dg/noncompile/old-style-parm-2.c, gcc.dg/stmt-expr-1.c,
29         gcc.dg/stmt-expr-2.c, gcc.dg/stmt-expr-3.c: New tests.
30
31 2004-11-04  Joseph S. Myers  <joseph@codesourcery.com>
32
33         * gcc.dg/c90-restrict-1.c, gcc.dg/c99-arraydecl-2.c,
34         gcc.dg/c99-func-2.c, gcc.dg/charset/asm2.c, gcc.dg/concat.c,
35         gcc.dg/cpp/19990413-1.c, gcc.dg/cpp/paste4.c,
36         gcc.dg/init-desig-obs-1.c, gcc.dg/noncompile/920721-2.c,
37         gcc.dg/noncompile/930622-2.c, gcc.dg/noncompile/940112-1.c,
38         gcc.dg/noncompile/950921-1.c, gcc.dg/switch-2.c,
39         objc.dg/naming-1.m, objc.dg/naming-2.m: Adjust expected messages
40         for new parser.
41
42 2004-11-04  Richard Sandiford  <rsandifo@redhat.com>
43
44         PR target/15342
45         * gcc.dg/20041104-1.c: New test.
46
47 2004-11-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
48
49         * g++.dg/template/nontype7.C: New test.
50         * g++.dg/template/nontype8.C: Likewise.
51         * g++.dg/template/nontype9.C: Likewise.
52         * g++.dg/template/nontype10.C: Likewise.
53         * g++.dg/tc1/dr49.C: Likewise.
54         * g++.dg/template/ptrmem8.C: Relax dg-error checks.
55         * g++.old-deja/g++.other/null1.C: Remove a buggy error check
56
57 2004-11-04  Ben Elliston  <bje@au.ibm.com>
58
59         * g++.dg/rtti/tinfo1.C: Remove xfails.
60
61 2004-11-04  Ben Elliston  <bje@au.ibm.com>
62
63         * g++.old-deja/g++.other/enum5.C (enum conditions): Move the
64         packed attribute to the definition to satisfy the new C++ parser.
65
66 2004-11-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
67
68         * gcc.c-torture/execute/stdarg-2.c (foo): Split multiple
69         invocations of va_arg.
70
71 2004-11-02  Mark Mitchell  <mark@codesourcery.com>
72
73         PR c++/18124
74         * g++.dg/template/crash25.C: New test.
75
76         PR c++/18155
77         * g++.dg/template/typedef2.C: New test.
78         * g++.dg/parse/crash13.C: Adjust error markers.
79
80         PR c++/18177
81         * g++.dg/conversion/const3.C: New test.
82         
83 2004-11-03  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
84
85         PR fortran/17535
86         PR fortran/17583
87         PR fortran/17713
88         * gfortran.dg/generic_[123].f90: New testcases.
89
90 2004-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
91
92         * gcc.dg/uninit-C.c: Remove special-casing for SPARC.
93         * gcc.dg/uninit-H.c: Define to "sp" on SPARC.
94
95 2004-11-02  Andrew Pinski  <pinskia@physics.uc.edu>
96
97         PR tree-opt/16808
98         * gcc.c-torture/compile/pr16808.c: New test.
99
100 2004-11-02  Nathan Sidwell  <nathan@codesourcery.com>
101
102         PR rtl-optimization/17104
103         * gcc.dg/ppc-bitfield1.c: New.
104
105 2004-11-01  Richard Sandiford  <rsandifo@redhat.com>
106
107         * gcc.dg/uninit-H.c (ASM): Define to "$sp" on MIPS targets.
108
109 2004-11-01  Richard Sandiford  <rsandifo@redhat.com>
110
111         * g++.dg/abi/mangle6.C: Run for all MIPS targets.  Provide dummy
112         strings for 32-bit code.
113
114 2004-11-01  Joseph S. Myers  <joseph@codesourcery.com>
115
116         PR c/18239
117         * gcc.dg/parm-impl-decl-1.c, gcc.dg/parm-impl-decl-2.c: New tests.
118
119 2004-11-01  Nathan Sidwell  <nathan@codesourcery.com>
120
121         PR c++/18064
122         * g++.old-deja/g++.mike/p811.C: Avoid covariant extension.
123
124 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
125
126         PR c++/15172
127         * g++.dg/init/aggr2.C: New test.
128
129 2004-10-30  Ziemowit Laski  <zlaski@apple.com>
130
131         * objc.dg/local-decl-1.m: New test.
132
133 2004-10-30  Gabriel Dos Reis  <gdr@integrable-solutions.net>
134
135         * gcc.dg/20040910-1.c: Adjust regex.
136
137 2004-10-30  Roger Sayle  <roger@eyesopen.com>
138
139         PR rtl-optimization/18084
140         * g++.dg/opt/pr18084-1.C: New testcase.
141
142 2004-10-30  Matt Austern  <austern@apple.com>
143
144         PR c++/17542
145         * g++.dg/ext/attrib18.C: New test.
146         
147 2004-10-30  Roger Sayle  <roger@eyesopen.com>
148
149         PR middle-end/18096
150         * gcc.dg/pr18096-1.c: New test case.
151
152 2004-10-30  Roger Sayle  <roger@eyesopen.com>
153
154         * gcc.dg/pr17581-1.c: Add missing prototype for abort.
155
156 2004-10-30  Joseph S. Myers  <joseph@codesourcery.com>
157
158         PR c/16666
159         * gcc.dg/dremf-type-compat-1.c, gcc.dg/dremf-type-compat-2.c,
160         gcc.dg/dremf-type-compat-3.c, gcc.dg/dremf-type-compat-4.c,
161         gcc.dg/old-style-prom-1.c, gcc.dg/old-style-prom-2.c,
162         gcc.dg/old-style-prom-3.c: New tests.
163
164 2004-10-30  Danny Smith  <dannysmith@users.sourceforge.net>
165
166         * gcc.dg/bf-ms-attrib.c: Add protototype for abort.
167         Remove unnecessary inclusion of stdio.h.
168
169 2004-10-29  Roger Sayle  <roger@eyesopen.com>
170
171         PR rtl-optimization/17581
172         * gcc.dg/pr17581-1.c: New test case.
173
174 2004-10-28  Nathan Sidwell  <nathan@codesourcery.com>
175
176         * g++.dg/conversion/dr195.C: Adjust expected errors for DR195 not
177         being implemented.
178         * g++.dg/conversion/dr195-1.C: New.
179         * g++.old-deja/g++.brendan/operators4.C: Don't be pedantic.
180         * g++.old-deja/g++.mike/p10148.C: Likewise.
181
182 2004-10-29  Mark Mitchell  <mark@codesourcery.com>
183
184         PR c++/17695
185         * g++.dg/debug/typedef2.C: New test.
186
187 2004-10-29  David Billinghurst <David.Billinghurst@riotinto.com>
188
189         PR fortran/13490
190         * gfortran.dg/g77/20030326-1.f: Change xfail on error to warning.
191         * gfortran.dg/g77/README: Update.
192
193 2004-10-28  Matt Austern  <austern@apple.com>
194
195         PR c++/14124
196         * g++.dg/ext/packed7.C: New test.
197         
198 2004-10-28  Andrew Pinski  <pinskia@physics.uc.edu>
199
200         * gcc.dg/visibility-[1-9a].c: Change to use scan-hidden instead of
201         scan-assembler.
202         * lib/scanasm.exp (hidden-scan-for): New proc.
203         (scan-hidden): Use hidden-scan-for instead of constructing the scan
204         string.
205         (scan-not-hidden): Likewise.
206         * lib/target-supports.exp (check_visibility_available): mach-o is
207         support too.
208
209 2004-10-28  Mark Mitchell  <mark@codesourcery.com>
210
211         PR c++/17132
212         * g++.dg/template/memclass3.C: New test.
213
214 2004-10-28  Adam Nemet  <anemet@lnxw.com>
215
216         PR middle-end/18160  
217         * gcc.dg/register-var-1.c: New test.
218         * gcc.dg/register-var-2.c: New test.
219         * gcc.dg/asm-7.c: Taking the address of a register variable is an
220         error now.
221
222 2004-10-28  Dorit Naishlos <dorit@il.ibm.com>
223
224         PR other/18172
225         * gcc.dg/vect/vect-20.c: Use 'signed char' instaed of 'char'. Remove 
226         unused variables.
227         * gcc.dg/vect/vect-22.c: Likewise.
228
229 2004-10-28  Jakub Jelinek  <jakub@redhat.com>
230
231         * gcc.dg/i386-rotate-1.c: New test.
232
233 2004-10-27  Mark Mitchell  <mark@codesourcery.com>
234
235         * g++.dg/init/ref12.C: Add "run" marker.
236
237         PR c++/17435
238         * g++.dg/init/ref12.C: New test.
239
240         PR c++/18140
241         * g++.dg/template/shift1.C: New test.
242         * g++.dg/template/error10.C: Adjust error markers.
243
244 2004-10-27  Andrew Pinski  <pinskia@physics.uc.edu>
245
246         PR tree-opt/17529
247         * gcc.c-torture/compile/pr17529.c: Remove the xfail.
248
249 2004-10-27  Geoffrey Keating  <geoffk@apple.com>
250
251         * gcc.dg/weak/typeof-2.c: Needs aliases as well as weak.
252         * gcc.dg/weak/weak-3.c: Likewise.
253         * gcc.dg/weak/weak-5.c: Likewise.
254         * gcc.dg/weak/weak-9.c: Likewise.
255         * lib/file-format.exp (gcc_target_object_format): Darwin has Mach-O.
256         * lib/target-supports.exp (check_weak_available): Mach-O does weak.
257
258         * gcc.dg/darwin-weakimport-1.c: New.
259
260 2004-10-28  Ben Elliston  <bje@au.ibm.com>
261
262         * gcc.dg/tree-ssa/sra-1.c: Pass --param sra-max-structure-size.
263
264 2004-10-27  Nathan Sidwell  <nathan@codesourcery.com>
265
266         * gcc.dg/cpp/direct2.c: Cope with different bison 'parse' or
267         'syntax' error messages.
268         * gcc.dg/cpp/direct2s.c: Likewise.
269
270 2004-10-26  Geoffrey Keating  <geoffk@apple.com>
271
272         * gcc.c-torture/compile/20041026-1.c: New.
273
274 2004-10-26  Mark Mitchell  <mark@codesourcery.com>
275
276         PR c++/18093
277         * g++.dg/lookup/ns2.C: New test.
278
279         PR c++/18020
280         * g++.dg/template/enum4.C: New test.
281
282         PR c++/18161
283         * g++.dg/template/expr1.C: New test.
284
285 2004-10-26  Ben Elliston  <bje@au.ibm.com>
286
287         * gcc.dg/tree-ssa/20030922-2.c: Now passing, so remove xfail.
288
289 2004-10-26  Joseph S. Myers  <jsm@polyomino.org.uk>
290
291         * gcc.dg/decl-nospec-1.c, gcc.dg/decl-nospec-2.c,
292         gcc.dg/decl-nospec-3.c: New tests.
293
294 2004-10-26  Ziemowit Laski  <zlaski@apple.com>
295
296         * objc.dg/super-class-3.m: New test.
297
298 2004-10-26  Nathan Sidwell  <nathan@codesourcery.com>
299
300         * gcc.dg/cpp/direct2.c: Adjust expected errors, robustify parser
301         resyncing.
302         * gcc.dg/cpp/direct2s.c: Likewise.
303
304 2004-10-25  Geoffrey Keating  <geoffk@apple.com>
305
306         * objc.dg/image-info.m: Update for changes to section selection.
307
308 2004-10-25  David Ayers  <d.ayers@inode.at>
309             Ziemowit Laski  <zlaski@apple.com>
310
311         * objc.dg/call-super-2.m: Add messages to 'Class <Proto>'; update
312         diagnostics when messaging 'id <Proto>'.
313         * objc.dg/class-protocol-1.m: New test.
314         * objc.dg/desig-init-1.m: Add message to an invalid receiver using
315         a non-existent method signature.
316         * objc.dg/method-5.m, objc.dg/method-6.m, objc.dg/proto-hier-1.m:
317         Update diagnostics when messaging with non-existent method signature.
318         * objc.dg/proto-hier-2.m: Adjust wording of diagnostic.
319         * objc.dg/proto-lossage-1.m, objc.dg/proto-lossage-4.m: Messages to
320         invalid receivers are now resolved as if messaging 'id'; remove
321         extraneous diagnostics.
322
323 2004-10-25  Joseph S. Myers  <jsm@polyomino.org.uk>
324
325         PR c/16667
326         * gcc.dg/init-desig-obs-1.c, gcc.dg/init-desig-obs-2.c,
327         gcc.dg/init-desig-obs-3.c: New tests.
328
329 2004-10-25  Jakub Jelinek  <jakub@redhat.com>
330
331         * gcc.dg/debug/20041023-1.c: New test.
332
333 2004-10-25  Andrew Pinski  <pinskia@physics.uc.edu>
334
335         PR middle-end/17407
336         * gcc.c-torture/compile/pr17407.c: New test.
337
338         PR c++/18121
339         * g++.dg/template/array8.C: New test.
340
341 2004-10-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
342
343         PR other/18138
344         * lib/g++.exp: Accept more than one multilib libgcc.
345         * lib/gcc-dg.exp: Likewise.
346         * lib/objc.exp: Likewise.
347         * lib/treelang.exp: Likewise.
348         * lib/gfortran.exp: Likewise.
349
350 2004-10-24  Ben Elliston  <bje@au.ibm.com>
351
352         * gcc.dg/c90-const-expr-3.c: Reference the ISO C standard.
353
354 2004-10-24  Geoffrey Keating  <geoffk@geoffk.org>
355
356         * gcc.dg/c90-const-expr-3.c: xfail all the ASSERT_NOT_NPC tests.
357         * gcc.dg/c99-const-expr-3.c: Likewise.
358
359 2004-10-23  Andrew Pinski  <pinskia@physics.uc.edu>.
360
361         * gcc.dg/tree-ssa/loop-1.c: Add -static for *-*-darwin*.
362
363 2004-10-23  Ben Elliston  <bje@au.ibm.com>
364
365         * gcc.c-torture/execute/loop-2e.x: Remove.
366
367 2004-10-22  Nathan Sidwell  <nathan@codesourcery.com>
368
369         PR c++/18095
370         * g++.dg/parse/crash18.C: New.
371         * g++.dg/parse/crash19.C: New.
372
373 2004-10-22  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
374
375         * g++.dg/ext/dllimport1.C: Move dg-warnings.
376         * g++.dg/ext/dllimport2.C: Same.
377         * g++.dg/ext/dllimport8.C: Same.
378
379 2004-10-21  Mark Mitchell  <mark@codesourcery.com>
380
381         PR c++/10841
382         * g++.dg/conversion/cast1.C: New test.
383         * g++.dg/overload/pmf1.C: Adjust error marker.
384
385 2004-10-21  Andrew Pinski  <pinskia@physics.uc.edu>
386
387         PR objc/17923
388         * objc.dg/const-str-7.m: New test.
389
390 2004-10-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
391
392         * g++.dg/template/memfriend11.C: Fix comment typo.
393         * g++.dg/template/memfriend14.C: Likewise.
394
395 2004-10-20  Richard Henderson  <rth@redhat.com>
396
397         * gcc.dg/cleanup-10.c, gcc.dg/cleanup-11.c, gcc.dg/cleanup-8.c,
398         gcc.dg/cleanup-9.c: Use -fnon-call-exceptions, not
399         -fasynchronous-unwind-tables.
400
401 2004-10-20  Richard Henderson  <rth@redhat.com>
402
403         * gcc.c-torture/unsorted/call386.c (foo): Fix return type.
404         (main): Return success.
405         * gcc.c-torture/unsorted/subcc.c (foo, bar): Fix return types.
406         (main): Return success.
407
408 2004-10-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
409
410         PR c++/13495
411         * g++.dg/template/memfriend9.C: New test.
412         * g++.dg/template/memfriend10.C: Likewise.
413         * g++.dg/template/memfriend11.C: Likewise.
414         * g++.dg/template/memfriend12.C: Likewise.
415         * g++.dg/template/memfriend13.C: Likewise.
416         * g++.dg/template/memfriend14.C: Likewise.
417         * g++.dg/template/memfriend15.C: Likewise.
418         * g++.dg/template/memfriend16.C: Likewise.
419         * g++.dg/template/memfriend17.C: Likewise.
420         * g++.old-deja/g++.pt/friend44.C: Remove bogus error.
421
422 2004-10-20  Nathan Sidwell  <nathan@codesourcery.com>
423
424         * g++.dg/conversion/dr195.C: New.
425         * g++.old-deja/g++.mike/p10148.C: Remove ill-formed cast.
426
427 2004-10-20  Ben Elliston  <bje@au.ibm.com>
428             Devang Patel  <dpatel@apple.com>
429
430         * gcc.dg/tree-ssa/ifc-20040816-2.c: Use integer arithmetic instead
431         of floating point arithmetic, which could trap.
432
433 2004-10-19  Mark Mitchell  <mark@codesourcery.com>
434
435         PR c++/14035
436         * g++.dg/conversion/reinterpret1.C: Adjust error markers.
437         * g++.dg/conversion/const2.C: New test.
438         * g++.dg/expr/reinterpret2.C: New test.
439         * g++.dg/expr/reinterpret3.C: New test.
440         * g++.dg/expr/cast2.C: New test.
441         * g++.dg/expr/copy1.C: New test.
442         * g++.dg/other/conversion1.C: Change error message.
443         * g++.dg/parse/comma1.C: Use __extension__ to allow casts from
444         function pointers to void *.
445         * g++.old-deja/g++.mike/p10148.C: Likewise.
446
447 2004-10-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
448
449         * gcc.dg/smod-1.c: Pass -mtune=i486 only on x86.
450
451 2004-10-19  Paolo Bonzini  <bonzini@gnu.org>
452
453         PR c++/18047
454
455         * g++.dg/parse/expr3.C: New test.
456
457 2004-10-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
458
459         * gcc.dg/smod-1.c: New test.
460
461 2004-10-18  Ziemowit Laski  <zlaski@apple.com>
462
463         * objc.dg/method-14.m: New test.
464
465 2004-10-18  Andrew Pinski  <pinskia@physics.uc.edu>
466
467         * gcc.c-torture/compile/pr17529.c: Fix test for non x86.
468         Also xfail as the patch was reverted.
469
470 2004-10-18  Andrew Pinski  <pinskia@physics.uc.edu>
471
472         PR middle-end/16973
473         * gcc.dg/pr16973.c: New test.
474
475 2004-10-18  Diego Novillo  <dnovillo@redhat.com>
476
477         PR tree-optimization/17656
478         * testsuite/gcc.c-torture/compile/pr17656.c: New test.
479
480 2004-10-18  Nathan Sidwell  <nathan@codesourcery.com>
481
482         * g++.dg/eh/shadow1.C: New.
483
484 2004-10-18  Jakub Jelinek  <jakub@redhat.com>
485
486         * gcc.c-torture/compile/20041018-1.c: New test.
487
488 2004-10-18  Ben Elliston  <bje@au.ibm.com>
489
490         * gcc.dg/ppc-sdata-1.c: Update to consider the possibility of the
491         compiler referring to register 0 when accessing sdata.  The linker
492         now patches things up.
493
494 2004-10-17  Andrew Pinski  <pinskia@physics.uc.edu>
495
496         PR c/17529
497         * gcc.c-torture/compile/pr17529.c: New test.
498
499 2004-10-17  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
500
501         PR c++/17743
502         * g++.dg/ext/attrib17.C: New test.
503
504 2004-10-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
505
506         * gcc.dg/bf-spl1.c: Use 'float' as the base type for FP types.
507
508 2004-10-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
509
510         PR c++/10479
511         * g++.dg/ext/attrib16.C: New test.
512
513 2004-10-15  Mark Mitchell  <mark@codesourcery.com>
514
515         PR c++/17042
516         * g++.dg/init/dso_handle1.C: New test.
517
518         PR c++/14667
519         * g++.dg/parse/typedef6.C: New test.
520
521         PR c++/17916
522         * g++.dg/parse/pragma1.C: New test.
523
524 2004-10-15  Aldy Hernandez  <aldyh@redhat.com>
525
526         * gcc.c-torture/execute/ieee/ieee.exp: Disable on powerpc-*-*spe.
527
528 2004-10-15  Steve Ellcey  <sje@cup.hp.com>
529
530         * gcc.dg/compat/struct-layout-1_generate.c (switchfiles):  Use
531         -fno-common when on HPPA HP-UX platforms.
532
533 2004-10-15  Jakub Jelinek  <jakub@redhat.com>
534
535         PR other/16820
536         * gcc.dg/compat/struct-layout-1.h: Don't include complex.h nor
537         stdint.h.
538         * gcc.dg/compat/struct-layout-1_x1.h (TX): Cast to long instead of
539         uintptr_t.
540
541 2004-10-14  Andrew Pinski  <pinskia@physics.uc.edu>
542
543         PR c++/16301
544         * g++.dg/lookup/strong-using-4.C: New test.
545
546 2004-10-14  Andrew Pinski  <pinskia@physics.uc.edu>
547
548         PR middle-end/16567
549         * gcc.c-torture/compile/nested-1.c: New test.
550
551 2004-10-14  Dorit Naishlos  <dorit@il.ibm.com>
552
553         * testsuite/gcc.dg/vect/vect-44.c: xfail on i?86-*-*, x86_64-*-*,
554         and mipsisa64*-*-* (until support for misaligned loads is added).
555         * testsuite/gcc.dg/vect/vect-50.c: Likewise.
556         * testsuite/gcc.dg/vect/vect-52.c: Likewise.
557         * testsuite/gcc.dg/vect/vect-54.c: Likewise.
558         * testsuite/gcc.dg/vect/vect-58.c: Likewise.
559         * testsuite/gcc.dg/vect/vect-60.c: Likewise.
560         * testsuite/gcc.dg/vect/vect-80.c: Likewise.
561
562 2004-10-14  Mark Mitchell  <mark@codesourcery.com>
563
564         PR c++/17976
565         * g++.dg/init/dtor3.C: New test.
566
567 2004-10-15  Ben Elliston  <bje@au.ibm.com>
568
569         * gcc.dg/ppc-stackalign-1.c: Set dg-options to {}.
570
571 2004-10-14  Geoffrey Keating  <geoffk@apple.com>
572
573         * gcc.dg/darwin-misaligned.c: Don't supply -force_cpusubtype_ALL.
574         * gcc.dg/macho-lo-sum.c: Likewise.
575
576 2004-10-14  Joseph S. Myers  <joseph@codesourcery.com>
577
578         * gcc.dg/ppc-spe64-1.c: New test.
579
580 2004-10-14  Devang Patel  <dpatel@apple.com>
581
582         PR 17635
583         * gcc.dg/pr17635.c : New test.
584         
585 2004-10-14  Olga Golovanevsky  <olga@il.ibm.com>
586
587         * testsuite/gcc.dg/vect/vect-28.c: Remove xfail.
588         * testsuite/gcc.dg/vect/vect-30.c: Remove xfail.
589         * testsuite/gcc.dg/vect/vect-31.c: Vectorize 4 loops instead of 2.
590         * testsuite/gcc.dg/vect/vect-33.c: Remove xfail.
591         * testsuite/gcc.dg/vect/vect-44.c: Remove xfail.
592         * testsuite/gcc.dg/vect/vect-46.c: Remove xfail.
593         * testsuite/gcc.dg/vect/vect-50.c: Remove xfail.
594         * testsuite/gcc.dg/vect/vect-52.c: Remove xfail.
595         * testsuite/gcc.dg/vect/vect-54.c: Remove xfail.
596         * testsuite/gcc.dg/vect/vect-58.c: Remove xfail.
597         * testsuite/gcc.dg/vect/vect-60.c: Remove xfail.
598         * testsuite/gcc.dg/vect/vect-64.c: Vectorize 3 loops instead of 1.
599         * testsuite/gcc.dg/vect/vect-66.c: Vectorize 3 loops instead of 2.
600         * testsuite/gcc.dg/vect/vect-68.c: Vectorize 4 loops instead of 2.
601         * testsuite/gcc.dg/vect/vect-69.c: Vectorize 4 loops instead of 2.
602         * testsuite/gcc.dg/vect/vect-8.c: Remove xfail.
603         * testsuite/gcc.dg/vect/vect-80.c: Remove xfail.
604         * testsuite/gcc.dg/vect/vect-none.c: Vectorize 1 loops instead of 0.
605
606 2004-10-14  Dorit Naishlos  <dorit@il.ibm.com>
607
608         * gcc.dg/vect/vect-82.c: New testcase.  
609         * gcc.dg/vect/vect-82_64.c: New testcase.       
610         * gcc.dg/vect/vect-83.c: New testcase.  
611         * gcc.dg/vect/vect-83_64.c: New testcase.       
612
613 2004-10-14  Joseph S. Myers  <jsm@polyomino.org.uk>
614
615         * gcc.dg/cpp/error-1.c: New test.
616
617 2004-10-14  Joseph S. Myers  <jsm@polyomino.org.uk>
618
619         * gcc.dg/c99-tag-3.c, gcc.dg/declspec-14.c: New tests.
620
621 2004-10-14  Hans-Peter Nilsson  <hp@axis.com>
622
623         PR target/17984
624         * gcc.dg/cris-peep2-xsrand2.c: New test.
625
626 2004-10-13  Andrew Pinski  <pinskia@physics.uc.edu>
627
628         PR c++/17661
629         * testsuite/g++.dg/expr/for2.C: New test.
630
631 2004-10-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
632
633         * g++.dg/inherit/thunk1.C: Run on the SPARC.
634
635 2004-10-13  Jakub Jelinek  <jakub@redhat.com>
636
637         PR tree-optimization/17724
638         * g++.dg/opt/pr17724-1.C: New test.
639         * g++.dg/opt/pr17724-2.C: New test.
640         * g++.dg/opt/pr17724-3.C: New test.
641         * g++.dg/opt/pr17724-4.C: New test.
642         * g++.dg/opt/pr17724-5.C: New test.
643         * g++.dg/opt/pr17724-6.C: New test.
644
645 2004-10-12  Joseph S. Myers  <jsm@polyomino.org.uk>
646
647         PR c/17301
648         * gcc.dg/pr17301-2.c: New test.
649
650 2004-10-11  Mark Mitchell  <mark@codesourcery.com>
651
652         PR c++/15876
653         * g++.dg/parse/error22.C: New test.
654
655         PR c++/17936
656         * g++.dg/template/spec18.C: New test.
657
658 2004-10-11  Steve Ellcey  <sje@cup.hp.com>
659
660         * testsuite/gcc.dg/ia64-asm-1.c: Add prototype for abort
661         * testsuite/gcc.dg/ia64-sync-1.c: Add prototype for abort and
662         memcpy. 
663         * testsuite/gcc.dg/ia64-sync-2.c: Ditto.
664         * testsuite/gcc.dg/ia64-sync-3.c: Ditto.
665
666 2004-10-11  Andrew Pinski  <pinskia@physics.uc.edu>
667
668         * g++.dg/eh/cleanup5.C: Add dg-options "".
669
670 2004-10-11  Roger Sayle  <roger@eyesopen.com>
671
672         PR middle-end/17657
673         * gcc.dg/switch-4.c: New test case.
674
675 2004-10-11  Richard Sandiford  <rsandifo@redhat.com>
676
677         * gcc.c-torture/execute/20041011-1.c: New test.
678
679 2004-10-10  Andrew Pinski  <pinskia@physics.uc.edu>
680
681         PR c++/17554
682         * g++.dg/init/for3.C: New test.
683
684         PR c++/17657
685         * g++.dg/opt/switch2.C: New test.
686
687         PR middle-end/17703
688         * g++.dg/warn/Wreturn-2.C: New test.
689
690 2004-10-10  Andrew Pinski  <pinskia@physics.uc.edu>
691
692         PR c++/17907
693         * g++.dg/eh/cleanup5.C: New test.
694
695 2004-10-10  Mark Mitchell  <mark@codesourcery.com>
696
697         PR c++/17393
698         * g++.dg/parse/error21.C: New test.
699
700 2004-10-10  Gabriel Dos Reis  <gdr@integrable-solutions.net>
701
702         * g++.dg/overload/pmf1.C: Adjust quoting marks.
703         * g++.dg/warn/incomplete1.C: Likewise.
704         * g++.dg/template/qualttp20.C: Likewise.
705
706 2004-10-10  Joseph S. Myers  <jsm@polyomino.org.uk>
707
708         PR c/17881
709         * parm-incomplete-1.c: New test.
710
711 2004-10-09  Mark Mitchell  <mark@codesourcery.com>
712
713         PR c++/17867
714         * g++.dg/parse/error19.C: New test.
715
716         PR c++/17670
717         * g++.dg/init/new11.C: New test.
718
719         PR c++/17821
720         * g++.dg/parse/error20.C: New test.
721
722         PR c++/17826
723         * g++.dg/template/crash24.C: New test.
724         
725 2004-10-10  Joseph S. Myers  <jsm@polyomino.org.uk>
726
727         PR c/17301
728         * gcc.dg/pr17301-1.c: New test.
729
730 2004-10-10  Joseph S. Myers  <jsm@polyomino.org.uk>
731
732         PR c/17189
733         * gcc.dg/anon-struct-5.c: New test.
734
735 2004-10-09  Joseph S. Myers  <jsm@polyomino.org.uk>
736
737         PR c/17844
738         * gcc.dg/pr17844-1.c: New test.
739
740 2004-10-09  Zdenek Dvorak  <dvorakz@suse.cz>
741
742         PR tree-optimization/17906
743         * gcc.c-torture/compile/pr17906.c: New.
744
745 2004-10-09  Stuart Hastings  <stuart@apple.com>
746             Roger Sayle  <roger@eyesopen.com>
747
748         PR rtl-optimization/17853
749         * gcc.dg/i386-mmx-5.c: New testcase.
750
751 2004-10-09  Andrew Pinski  <pinskia@physics.uc.edu>
752
753         * g++.dg/opt/pr17902.C: Fix typo in dg-do.
754
755 2004-10-09  Mark Mitchell  <mark@codesourcery.com>
756
757         PR c++/17524
758         * g++.dg/template/static9.C: New test.
759
760         PR c++/17685
761         * g++.dg/parse/operator5.C: New test.
762
763 2004-10-09  Roger Sayle  <roger@eyesopen.com>
764
765         PR middle-end/17894
766         * gcc.c-torture/execute/divcmp-4.c: New test case.
767
768 2004-10-08  Andrew Pinski  <pinskia@physics.uc.edu>
769
770         PR tree-opt/17902
771         * g++.dg/opt/pr17902.C: New test.
772
773 2004-10-09  Jakub Jelinek  <jakub@redhat.com>
774
775         * gcc.dg/cpp/ident-1.c: Add dg-options "".
776
777 2004-10-08  Joseph S. Myers  <jsm@polyomino.org.uk>
778
779         * gcc.dg/float-range-1.c, gcc.dg/float-range-2.c: New tests.
780
781 2004-10-08  Joseph S. Myers  <jsm@polyomino.org.uk>
782
783         * gcc.dg/assign-warn-3.c: New test.
784
785 2004-10-08  Andrew Pinski  <pinskia@physics.uc.edu>
786
787         PR c/16999
788         * gcc.dg/cpp/ident-1.c: New test.
789
790 2004-10-08  Nathan Sidwell  <nathan@codesourcery.com>
791
792         * gcc.c-torture/compile/acc1.c: New.
793
794 2004-10-08  Andrew Pinski  <pinskia@physics.uc.edu>
795
796         * gcc.dg/darwin-longdouble.c: Include stdlib.h and string.h.
797         * gcc.dg/darwin-abi-2.c: Include stdlib.h.
798
799 2004-10-08  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
800
801         * gcc.dg/ultrasp11.c: New test.
802
803 2004-10-08  Michael Matz  <matz@suse.de>
804
805         * gcc.dg/doloop-2.c: New test.
806
807 2004-10-08  Joseph S. Myers  <jsm@polyomino.org.uk>
808
809         * gcc.dg/assign-warn-1.c, gcc.dg/assign-warn-2.c: New tests.
810         * gcc.dg/warn-1.c, gcc.dg/noncompile/20020213-1.c,
811         objc.dg/method-9.m: Update expected diagnostics.
812
813 2004-10-07  Geoffrey Keating  <geoffk@apple.com>
814
815         * gcc.dg/ppc-fsel-3.c: New file.
816         * gcc.dg/ppc-fsel-1.c: Add -fno-trapping-math, update comment.
817
818 2004-10-07  Paul Brook  <paul@codesourcery.com>
819
820         * gfortran.dg/intrinsic_verify_1.f90: New test.
821
822 2004-10-07  Paul Brook  <paul@codesourcery.com>
823
824         * gfortran.dg/empty_format_1.f90: Remove stray commas.
825
826 2004-10-07  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
827
828         * gfortran.fortran-torture/execute/intrinsic_mvbits.f90, 
829         gfortran.dg/ishft.f90: Add more tests. Add dg-warning in followup
830         commit.
831
832 2004-10-07  Andrew Pinski  <pinskia@physics.uc.edu>
833
834         * g++.dg/ext/asm6.C: Remove extraneous semicolon.
835
836 2004-10-07  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
837
838         PR c++/17115
839         * g++.dg/warn/Winline-4.C: New test.
840
841 2004-10-07  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
842
843         * gcc.c-torture/compile/20041007-1.c: New test.
844
845 2004-10-07  Paul Brook  <paul@codesourcery.com>
846
847         PR fortran/17678
848         * gfortran.dg/use_allocated_1.f90: New test.
849
850 2004-10-06  Andrew Pinski  <pinskia@physics.uc.edu>
851
852         PR middle-end/17849
853         * gfortran.fortran-torture/compile/nested.f90: New test
854
855 2004-10-06  Joseph S. Myers  <jsm@polyomino.org.uk>
856
857         * gcc.dg/Wconversion-2.c, gcc.dg/func-args-1.c: New tests.
858
859 2004-10-06  Andrew Pinski  <pinskia@physics.uc.edu>
860
861         PR c++/17368
862         * g++.dg/ext/asm6.C: New test.
863
864 2004-10-06  Kenneth Zadeck <zadeck@naturalbridge.com>
865
866         * gcc.dg/20011119-1.c : Added memory attribute to asm sequence.
867
868 2004-10-06  Paul Brook  <paul@codesourcery.com>
869
870         PR libfortran/17709
871         * gfortran.dg/empty_format_1.f90: New test.
872
873 2004-10-06  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
874
875         PR fortran/17568
876         * gfortran.dg/ishft.f90: New test.
877
878         PR fortran/17283
879         * gfortran.fortran-torture/execute/intrinsic_pack.f90: Enable new
880         tests.
881
882 2004-10-06  Paul Brook  <paul@codesourcery.com>
883
884         * gfortran.dg/do_1.f90: New test.
885
886 2004-10-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
887
888         * gcc.c-torture/execute/builtins/lib/strcpy.c: Don't abort when
889         optimizing for size.
890
891 2004-10-05  Joseph S. Myers  <jsm@polyomino.org.uk>
892
893         * gcc.dg/complex-2.c, gcc.dg/complex-2.h: New test.
894
895 2004-10-05  Joseph S. Myers  <jsm@polyomino.org.uk>
896
897         * gcc.c-torture/compile/20041005-1.c: New test.
898
899 2004-10-05  Nathan Sidwell  <nathan@codesourcery.com>
900
901         PR c++/17829
902         * g++.dg/lookup/koenig4.C: New.
903
904 2004-10-05  Gabriel Dos Reis  <gdr@integrable-solutions.net>
905
906         * g++.dg/other/classkey1.C: Adjust quoting marks.
907         * g++.dg/parse/error15.C: Likewise.
908         * g++.dg/template/meminit2.C (int>): Likewise.
909
910 2004-10-04  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
911
912         PR fortran/17283
913         * gfortran.fortran-torture/execute/intrinsic_pack.f90: Add more tests.
914
915         PR fortran/17631
916         * gfortran.fortran-torture/execute/intrinsic_mvbits.f90: New test.
917
918         PR fortran/17708
919         * gfortran.dg/pr17708.f90: New test.
920         
921 2004-10-04  Chao-ying Fu  <fu@mips.com>
922
923         * gcc.dg/vect/pr16105.c: Enable for mipsisa64*-*-*.
924         * gcc.dg/vect/vect-4.c: Ditto.
925         * gcc.dg/vect/vect-5.c: Ditto.
926         * gcc.dg/vect/vect-6.c: Ditto.
927         * gcc.dg/vect/vect-8.c: Ditto.
928         * gcc.dg/vect/vect-16.c: Ditto.
929         * gcc.dg/vect/vect-30.c: Ditto.
930         * gcc.dg/vect/vect-40.c: Ditto.
931         * gcc.dg/vect/vect-41.c: Ditto.
932         * gcc.dg/vect/vect-42.c: Ditto.
933         * gcc.dg/vect/vect-43.c: Ditto.
934         * gcc.dg/vect/vect-44.c: Ditto.
935         * gcc.dg/vect/vect-45.c: Ditto.
936         * gcc.dg/vect/vect-46.c: Ditto.
937         * gcc.dg/vect/vect-47.c: Ditto.
938         * gcc.dg/vect/vect-48.c: Ditto.
939         * gcc.dg/vect/vect-49.c: Ditto.
940         * gcc.dg/vect/vect-50.c: Ditto.
941         * gcc.dg/vect/vect-51.c: Ditto.
942         * gcc.dg/vect/vect-52.c: Ditto.
943         * gcc.dg/vect/vect-53.c: Ditto.
944         * gcc.dg/vect/vect-54.c: Ditto.
945         * gcc.dg/vect/vect-55.c: Ditto.
946         * gcc.dg/vect/vect-56.c: Ditto.
947         * gcc.dg/vect/vect-57.c: Ditto.
948         * gcc.dg/vect/vect-58.c: Ditto.
949         * gcc.dg/vect/vect-59.c: Ditto.
950         * gcc.dg/vect/vect-60.c: Ditto.
951         * gcc.dg/vect/vect-74.c: Ditto.
952         * gcc.dg/vect/vect-79.c: Ditto.
953         * gcc.dg/vect/vect-80.c: Ditto.
954
955 2004-10-04  Andrew Pinski  <pinskia@physics.uc.edu>
956
957         * gcc.dg/unused-7.c: Use the correct option.
958
959 2004-10-04  Paul Brook  <paul@codesourcery.com>
960         Bud Davis  <bdavis9659@comcast.net>
961
962         PR fortran/17706
963         PR fortran/16434
964         * gfortran/pr17706.f90: New test.
965         * gfortran.dg/g77/f77-edit-s-out.f: Remove xfail.
966
967 2004-10-04  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
968
969         * gfortran.dg/pr17612.f90: New test.
970
971 2004-10-03  Gabriel Dos Reis  <gdr@integrable-solutions.net>
972
973         * g++.dg/template/local1.C: Adjust quoting marks in
974         testing for diagnostics.
975         * g++.dg/tls/diag-2.C: Likewise.
976         * g++.dg/other/error8.C: Likewise.
977
978 2004-10-03  Andrew Pinski  <pinskia@physics.uc.edu>
979
980         PR c/17178
981         * gcc.dg/unused-4.c: Adjust to be correct.
982
983         PR c/17820
984         * gcc.dg/unused-7.c: New test.
985
986 2004-10-03  Andrew Pinski  <pinskia@physics.uc.edu>
987
988         PR c++/17797
989         * g++.dg/overload/template2.C: New test.
990
991 2004-10-03  Kazu Hirata  <kazu@cs.umass.edu>
992
993         PR tree-optimization/16632
994         * gcc.dg/tree-ssa/20041002-1.c: New.
995
996 2004-10-03  Paul Brook  <paul@codesourcery.com>
997
998         * gfortran.dg/pr17286.f90: Add dg-do line.  Explicitly test bug,
999         rather than relying on default formatting.
1000
1001 2004-10-02  Joseph S. Myers  <jsm@polyomino.org.uk>
1002
1003         * gcc.dg/20040920-1.c: Update expected message text.
1004
1005 2004-10-02  Ulrich Weigand  <uweigand@de.ibm.com>
1006
1007         * gcc.dg/tree-ssa/loop-1.c: Merge changed dg-options for s390-*-*.
1008
1009 2004-10-01  Zdenek Dvorak  <dvorakz@suse.cz>
1010
1011         * gcc.dg/tree-ssa/loop-1.c: Check that unrolling occurs already on
1012         tree level.
1013
1014 2004-10-01  Andrew Pinski  <pinskia@physics.uc.edu>
1015
1016         * gcc.dg/tree-ssa/pr17343.c: Remove.
1017
1018 2004-10-01  Andrew Pinski  <pinskia@physics.uc.edu>
1019
1020         PR tree-opt/17343
1021         * gcc.dg/tree-ssa/pr17343.c: New test.
1022
1023 2004-10-01  Jakub Jelinek  <jakub@redhat.com>
1024
1025         * gcc.dg/tree-ssa/stdarg-1.c: Removed.
1026         * gcc.dg/tree-ssa/stdarg-2.c: Removed.
1027         * gcc.dg/tree-ssa/stdarg-3.c: Removed.
1028         * gcc.dg/tree-ssa/stdarg-4.c: Removed.
1029         * gcc.dg/tree-ssa/stdarg-5.c: Removed.
1030
1031 2004-09-30  Joseph S. Myers  <jsm@polyomino.org.uk>
1032
1033         * gcc.dg/lvalue-2.c: New test.
1034
1035 2004-09-30  Joseph S. Myers  <jsm@polyomino.org.uk>
1036
1037         PR c/17730
1038         * gcc.dg/pr17730-1.c: New test
1039
1040 2004-09-29  Joseph S. Myers  <jsm@polyomino.org.uk>
1041
1042         PR c/7425
1043         * gcc.dg/deprecated-3.c, g++.dg/warn/deprecated-2.C: New tests.
1044
1045 2004-09-29  Jakub Jelinek  <jakub@redhat.com>
1046
1047         * gcc.c-torture/execute/stdarg-1.c: New test.
1048         * gcc.c-torture/execute/stdarg-2.c: New test.
1049         * gcc.c-torture/execute/stdarg-3.c: New test.
1050         * gcc.dg/tree-ssa/stdarg-1.c: New test.
1051         * gcc.dg/tree-ssa/stdarg-2.c: New test.
1052         * gcc.dg/tree-ssa/stdarg-3.c: New test.
1053         * gcc.dg/tree-ssa/stdarg-4.c: New test.
1054         * gcc.dg/tree-ssa/stdarg-5.c: New test.
1055
1056 2004-09-29  Jakub Jelinek  <jakub@redhat.com>
1057
1058         PR tree-optimization/17697
1059         * g++.dg/opt/pr17697-1.C: New test.
1060         * g++.dg/opt/pr17697-2.C: New test.
1061         * g++.dg/opt/pr17697-3.C: New test.
1062
1063 2004-09-28  Joseph S. Myers  <jsm@polyomino.org.uk>
1064
1065         PR c/16409
1066         * gcc.dg/vla-init-2.c, gcc.dg/vla-init-3.c, gcc.dg/vla-init-4.c,
1067         gcc.dg/vla-init-5.c: New tests.
1068
1069 2004-09-27  Joseph S. Myers  <jsm@polyomino.org.uk>
1070
1071         PR c/13804
1072         * gcc.dg/pr13804-1.c: New test.
1073
1074 2004-09-27  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1075
1076         PR fortran/16938
1077         * gfortran.dg/pr16938.f90: New test.
1078
1079 2004-09-27  Mark Mitchell  <mark@codesourcery.com>
1080
1081         * g++.dg/template/crash23.C: New test.
1082
1083 2004-09-27  Mark Mitchell  <mark@codesourcery.com>
1084
1085         PR c++/17585
1086         * g++.dg/template/static8.C: New test.
1087
1088 2004-09-27  Nathan Sidwell  <nathan@codesourcery.com>
1089
1090         PR c++/17681
1091         * g++.dg/other/error9.C: New test.
1092
1093 2004-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
1094
1095         * gcc.dg/tree-ssa/loop-1.c: Use -msmall-exec on s390-*-* targets.
1096
1097 2004-09-26  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1098
1099         PR fortran/15164
1100         * gfortran.dg/pr15164.f90: New test. Fixed in followup commit.
1101
1102 2004-09-26  Roger Sayle  <roger@eyesopen.com>
1103
1104         PR middle-end/17112
1105         * gcc.dg/pr17112-1.c: New test case.
1106
1107 2004-09-26  Joseph S. Myers  <jsm@polyomino.org.uk>
1108
1109         PR c/11459
1110         * gcc.dg/pr11459-1.c: New test.
1111
1112 2004-09-25  Ulrich Weigand  <uweigand@de.ibm.com>
1113
1114         * gcc.dg/tree-ssa/loop-2.c: Avoid matching new-line in regexp.
1115         * gcc.dg/tree-ssa/loop-4.c: Likewise.
1116
1117 2004-09-25  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1118
1119         * gfortran.dg/pr15324.f90: Make array bounds consistent.
1120
1121 2004-09-25  Jan Hubicka  <jh@suse.cz>
1122
1123         * compile/30040909-1.c: New test.
1124         * compile/30040907-1.c: New test.
1125
1126 2004-09-25  Richard Sandiford  <rsandifo@redhat.com>
1127
1128         * gcc.c-torture/execute/va-arg-26.c: New test.
1129
1130 2004-09-24  Zack Weinberg  <zack@codesourcery.com>
1131
1132         * objc.dg/proto-lossage-4.m: Use long instead of int to avoid
1133         extra diagnostics on targets with 64-bit pointers.
1134         * objc.dg/selector-1.m: Adjust dg-warning regexp.
1135
1136 2004-09-24  Joseph S. Myers  <jsm@polyomino.org.uk>
1137
1138         PR c/17188
1139         * gcc.dg/nested-redef-1.c, gcc.dg/pr17188-1.c: New tests.
1140         * gcc.dg/decl-3.c: Adjust expected message.
1141
1142 2004-09-24  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1143
1144         PR fortran/17615
1145         * gfortran.dg/pr17615.f90: New test.
1146
1147 2004-09-24  Andrew MacLeod  <amacleod@redhat.com>
1148
1149         PR tree-optimzation/17517
1150         * g++.dg/tree-ssa/pr17517.C: New Test.
1151
1152 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
1153
1154         PR c++/16889
1155         * g++.dg/lookup/ambig3.C: New.
1156
1157 2004-09-24  Andrew Pinski  <pinskia@physics.uc.edu>
1158
1159         PR tree-opt/17624
1160         * g++.dg/opt/pr17624.C: New test.
1161
1162 2004-09-24  Joseph S. Myers  <jsm@polyomino.org.uk>
1163
1164         PR c/6980
1165         * gcc.dg/Wbad-function-cast-1.c: New test.
1166
1167 2004-09-23  Zack Weinberg  <zack@codesourcery.com>
1168
1169         * g++.dg/ext/complit1.C
1170         * g++.dg/other/error2.C
1171         * g++.dg/other/nontype-1.C
1172         * g++.dg/parse/crash11.C
1173         * g++.dg/parse/crash12.C
1174         * g++.dg/parse/error15.C
1175         * g++.dg/parse/error4.C
1176         * g++.dg/parse/tmpl-outside1.C
1177         * g++.dg/parse/too-many-tmpl-args1.C
1178         * g++.dg/template/dependent-expr3.C
1179         * g++.dg/template/error10.C
1180         * g++.dg/template/instantiate1.C
1181         * g++.dg/template/vtable2.C
1182         * g++.dg/warn/Wshadow-1.C
1183         * g++.dg/warn/weak1.C
1184         * g++.old-deja/g++.brendan/crash16.C
1185         * g++.old-deja/g++.brendan/crash18.C
1186         * g++.old-deja/g++.brendan/crash48.C
1187         * g++.old-deja/g++.brendan/crash49.C
1188         * g++.old-deja/g++.brendan/crash55.C
1189         * g++.old-deja/g++.brendan/crash56.C
1190         * g++.old-deja/g++.brendan/crash8.C
1191         * g++.old-deja/g++.brendan/enum11.C
1192         * g++.old-deja/g++.brendan/enum8.C
1193         * g++.old-deja/g++.brendan/enum9.C
1194         * g++.old-deja/g++.brendan/friend3.C
1195         * g++.old-deja/g++.brendan/misc14.C
1196         * g++.old-deja/g++.bugs/900402_02.C
1197         * g++.old-deja/g++.bugs/900404_03.C
1198         * g++.old-deja/g++.bugs/900404_04.C
1199         * g++.old-deja/g++.bugs/900428_03.C
1200         * g++.old-deja/g++.jason/crash4.C
1201         * g++.old-deja/g++.jason/overload21.C
1202         * g++.old-deja/g++.jason/redecl1.C
1203         * g++.old-deja/g++.jason/report.C
1204         * g++.old-deja/g++.jason/rfg10.C
1205         * g++.old-deja/g++.jason/template30.C
1206         * g++.old-deja/g++.law/arm12.C
1207         * g++.old-deja/g++.law/ctors5.C
1208         * g++.old-deja/g++.law/cvt20.C
1209         * g++.old-deja/g++.law/init10.C
1210         * g++.old-deja/g++.law/init8.C
1211         * g++.old-deja/g++.law/visibility17.C
1212         * g++.old-deja/g++.law/visibility7.C
1213         * g++.old-deja/g++.mike/net8.C
1214         * g++.old-deja/g++.mike/p646.C
1215         * g++.old-deja/g++.mike/p700.C
1216         * g++.old-deja/g++.mike/p701.C
1217         * g++.old-deja/g++.mike/p811.C
1218         * g++.old-deja/g++.ns/template13.C
1219         * g++.old-deja/g++.other/array3.C
1220         * g++.old-deja/g++.other/crash25.C
1221         * g++.old-deja/g++.other/dtor3.C
1222         * g++.old-deja/g++.other/dtor4.C
1223         * g++.old-deja/g++.other/main1.C
1224         * g++.old-deja/g++.other/warn7.C
1225         * g++.old-deja/g++.pt/crash11.C
1226         * g++.old-deja/g++.pt/crash36.C
1227         * g++.old-deja/g++.pt/spec22.C
1228         * g++.old-deja/g++.pt/spec9.C
1229         * g++.old-deja/g++.pt/ttp52.C
1230         * g++.old-deja/g++.robertl/eb103.C
1231         * g++.old-deja/g++.robertl/eb121.C
1232         * g++.old-deja/g++.robertl/eb22.C
1233         * g++.old-deja/g++.robertl/eb8.C:
1234         Update locations and/or regexps of dg-error markers.
1235         Remove markers for some bogus messages that are no longer issued.
1236
1237 2004-09-23  Jakub Jelinek  <jakub@redhat.com>
1238
1239         * gcc.c-torture/execute/builtins/strcpy-2.c: New test.
1240         * gcc.c-torture/execute/builtins/strcpy-2-lib.c: New.
1241
1242 2004-09-23  Andrew Pinski  <pinskia@physics.uc.edu>
1243
1244         PR c++/17618
1245         * g++.dg/lookup/crash5.C: New test.
1246
1247 2004-09-23  Dorit Naishlos <dorit@il.ibm.com>
1248
1249         * gcc.dg/vect/vect-27.c: Now vectorized on altivec.
1250         * gcc.dg/vect/vect-29.c: Now vectorized on altivec.
1251         * gcc.dg/vect/vect-48.c: Now vectorized on altivec.
1252         * gcc.dg/vect/vect-56.c: Now vectorized on altivec.
1253         * gcc.dg/vect/vect-72.c: New test for altivec and sse2.
1254         * gcc.dg/vect/vect-77.c: Now vectorized on altivec.
1255
1256         * gcc.dg/vect/vect-27a.c: New test for altivec and mmx.
1257         * gcc.dg/vect/vect-29a.c: New test for altivec and mmx.
1258         * gcc.dg/vect/vect-48a.c: New test for altivec and mmx.
1259         * gcc.dg/vect/vect-56a.c: New test for altivec and mmx.
1260         * gcc.dg/vect/vect-72a.c: New test for altivec and mmx.
1261         * gcc.dg/vect/vect-77a.c: New test for altivec and mmx.
1262
1263         * gcc.dg/vect/vect-13.c: Change to run test instead of compile.
1264
1265         * gcc.dg/vect/vect-44.c: Check additional cases.
1266         * gcc.dg/vect/vect-48.c: Check additional cases.
1267
1268         * gcc.dg/vect/vect-26.c: Use sse2 instead of sse.
1269         * gcc.dg/vect/vect-27.c: Use sse2 instead of sse.
1270         * gcc.dg/vect/vect-28.c: Use sse2 instead of sse.
1271         * gcc.dg/vect/vect-29.c: Use sse2 instead of sse.
1272         * gcc.dg/vect/vect-4?.c: Use sse2 instead of sse.
1273         * gcc.dg/vect/vect-75.c: Use sse2 instead of sse.
1274         * gcc.dg/vect/vect-76.c: Use sse2 instead of sse.
1275         * gcc.dg/vect/vect-77.c: Use sse2 instead of sse.
1276         * gcc.dg/vect/vect-78.c: Use sse2 instead of sse.
1277
1278         * gcc.dg/vect/vect-5?.c: Use sse2 instead of sse. Add return 0.
1279         * gcc.dg/vect/vect-60.c: Use sse2 instead of sse. Add return 0.
1280         * gcc.dg/vect/vect-61.c: Use sse2 instead of sse. Add return 0.
1281
1282 2004-09-23  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1283
1284         * gcc.dg/tree-ssa/loop-6.c: New test.
1285
1286 2004-09-23  Nathan Sidwell  <nathan@codesourcery.com>
1287
1288         PR c++/17620
1289         * g++.dg/inherit/base2.C: New.
1290
1291 2004-09-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
1292
1293         * gcc.dg/20001012-1.c: Add prototypes for builtin functions.
1294         * gcc.dg/20001012-2.c: Likewise.
1295         * gcc.dg/20001013-1.c: Likewise.
1296         * gcc.dg/20001101-1.c: Likewise.
1297         * gcc.dg/20001102-1.c: Likewise.
1298         * gcc.dg/bf-spl1.c: Likewise.
1299         * gcc.dg/titype-1.c: Remove special-casing for SPARC.
1300         * gcc.dg/20040813-1.c: Add missing "." to the regexp.
1301
1302 2004-09-22  Diego Novillo  <dnovillo@redhat.com>
1303
1304         PR tree-optimization/16721
1305         * testsuite/gcc.dg/tree-ssa/pr16721.c: New test.
1306
1307 2004-09-23  Ulrich Weigand  <uweigand@de.ibm.com>
1308
1309         * gcc.dg/20030123-1.c: Add prototypes for builtin functions.
1310         * gcc.dg/20040305-1.c: Likewise.
1311
1312 2004-09-22  Joseph S. Myers  <jsm@polyomino.org.uk>
1313
1314         PR c/16566
1315         * gcc.c-torture/compile/pr16566-1.c,
1316         gcc.c-torture/compile/pr16566-2.c,
1317         gcc.c-torture/compile/pr16566-3.c: New tests.
1318
1319 2004-09-22  Kazu Hirata  <kazu@cs.umass.edu>
1320
1321         PR tree-optimization/17512
1322         * gcc.c-torture/compile/20040916-1.c.
1323
1324 2004-09-21  Mark Mitchell  <mark@codesourcery.com>
1325
1326         * gcc.dg/pragma-re-3.c: New test.
1327
1328 2004-09-17  Matt Austern  <austern@apple.com>
1329
1330         PR c++/15049
1331         * g++.dg/other/anon3.C: New.
1332
1333 2004-09-21  Roger Sayle  <roger@eyesopen.com>
1334
1335         PR c++/7503
1336         * g++.dg/opt/pr7503-1.C: New testcase for COND_EXPR lvalues.
1337         * g++.dg/opt/pr7503-2.C: New testcase for <? and >? lvalues.
1338         * g++.dg/opt/pr7503-3.C: New testcase for invalid <? lvalue errors.
1339         * g++.dg/opt/pr7503-4.C: New testcase for <?= and >?= assignments.
1340         * g++.dg/opt/pr7503-5.C: New testcase for side-effects with <?=.
1341
1342 2004-09-21  Bud Davis  <bdavis9659@comcast.net>
1343
1344         PR fortran/17286
1345         * gfortran.dg/pr17286.f90: New test.
1346
1347 2004-09-20  Mark Mitchell  <mark@codesourcery.com>
1348
1349         PR c++/17530
1350         * g++.dg/template/static7.C: New test.
1351
1352 2004-09-20  Andrew Pinski  <pinskia@physics.uc.edu>
1353
1354         PR tree-opt/17558
1355         * gcc.c-torture/compile/pr17558.c: New test.
1356
1357 2004-09-20  Richard Sandiford  <rsandifo@redhat.com>
1358
1359         * gcc.dg/compat/sdata-section.h (SDATA_SECTION): Don't use an attribute
1360         if SKIP_ATTRIBUTE is defined.
1361
1362 2004-09-20  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1363
1364         PR fortran/15957
1365         * gfortran.dg/pr15957.f90: New test.
1366
1367 2004-09-20  Dorit Naishlos  <dorit@il.ibm.com>
1368
1369         * gcc.dg/vect/vect-74.c: Avoid floating point precision error
1370         in comparison.
1371         * gcc.dg/vect/vect-79.c: Likewise.
1372         * gcc.dg/vect/vect-80.c: Likewise.
1373
1374 2004-09-20  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1375
1376         PR fortran/15750
1377         * gfortran.fortran-torture/execute/iolength_2.f90: New test.
1378
1379 2004-09-20  Ira Rosen  <irar@il.ibm.com>
1380
1381         * gcc.dg/vect/vect-13.c: Added xfail for non ppc platforms.
1382         * gcc.dg/vect/vect-74.c: Split into 3 tests (vect-79.c, vect-80.c).
1383         * gcc.dg/vect/vect-62.c: New testcase.
1384         * gcc.dg/vect/vect-63.c: New testcase.
1385         * gcc.dg/vect/vect-64.c: New testcase.
1386         * gcc.dg/vect/vect-65.c: New testcase.
1387         * gcc.dg/vect/vect-66.c: New testcase.
1388         * gcc.dg/vect/vect-67.c: New testcase.
1389         * gcc.dg/vect/vect-68.c: New testcase.
1390         * gcc.dg/vect/vect-69.c: New testcase.
1391         * gcc.dg/vect/vect-79.c: New testcase.
1392         * gcc.dg/vect/vect-80.c: New testcase.
1393
1394 2004-09-20  Richard Sandiford  <rsandifo@redhat.com>
1395
1396         * gcc.target/mips/asm-1.c: New test.
1397
1398 2004-09-19  Ira Rosen  <irar@il.ibm.com>
1399
1400         * gcc.dg/vect/vect-13.c: Now vectorized on ppc*.
1401         * gcc.dg/vect/vect-73.c: New testcase.
1402         * gcc.dg/vect/vect-74.c: New testcase.
1403         * gcc.dg/vect/vect-75.c: New testcase.
1404         * gcc.dg/vect/vect-76.c: New testcase.
1405         * gcc.dg/vect/vect-77.c: New testcase.
1406         * gcc.dg/vect/vect-78.c: New testcase
1407
1408 2004-09-18  Paul Brook  <paul@codesourcery.com>
1409
1410         * g++.old-deja/g++.pt/static11.C: XFAIL on arm*-*-eabi.
1411
1412 2004-09-18  Joseph S. Myers  <jsm@polyomino.org.uk>
1413
1414         PR c/17424
1415         * gcc.dg/pr17424-1.c: New test.
1416
1417 2004-09-18  Diego Novillo  <dnovillo@redhat.com>
1418
1419         * g++.dg/tree-ssa/pr17153.C: New test.
1420
1421 2004-09-16  Geoffrey Keating  <geoffk@apple.com>
1422
1423         PR pch/13361
1424         * testsuite/g++.dg/pch/wchar-1.C: New.
1425         * testsuite/g++.dg/pch/wchar-1.Hs: New.
1426
1427 2004-09-17  Kenneth Zadeck  <Kenneth.Zadeck@NaturalBridge.com>
1428
1429         * gcc.c-torture/execute/20040917-1.c: New test.
1430
1431 2004-09-17  Diego Novillo  <dnovillo@redhat.com>
1432
1433         PR tree-optimization/17319
1434         * gcc.dg/pr17319.c: New test.
1435
1436 2004-09-17  Devang Patel  <dpatel@apple.com>
1437
1438         * gcc.dg/20040813-1.c: New test.
1439
1440 2004-09-17  Diego Novillo  <dnovillo@redhat.com>
1441
1442         PR tree-optimization/17273
1443         * gcc.c-torture/compile/pr17273.c: New test.
1444
1445 2004-09-17  Joseph S. Myers  <jsm@polyomino.org.uk>
1446
1447         * gcc.dg/declspec-4.c, gcc.dg/declspec-5.c, gcc.dg/declspec-6.c:
1448         Update expected messages.
1449         * gcc.dg/declspec-13.c: New test.
1450
1451 2004-09-17  David Edelsohn  <edelsohn@gnu.org>
1452
1453         * gcc.dg/darwin-longlong.c: XFAIL on AIX and SPE.
1454
1455 2004-09-17  Diego Novillo  <dnovillo@redhat.com>
1456
1457         * gcc.c-torture/execute/pr17252.c: Use post-increment to
1458         change what 'a' is pointing to.
1459
1460 2004-09-17  Mark Mitchell  <mark@codesourcery.com>
1461
1462         PR c++/16002
1463         * g++.dg/template/error18.C: New test.
1464
1465         PR c++/16029
1466         * g++.dg/warn/Wunused-8.C: New test.
1467
1468 2004-09-17  Steven Bosscher  <stevenb@suse.de>
1469
1470         PR tree-optimization/17513
1471         * gcc.dg/20040916-1.c: New test.
1472
1473 2004-09-16  Mark Mitchell  <mark@codesourcery.com>
1474
1475         PR c++/17501
1476         * g++.dg/template/typename7.C: New test.
1477
1478 2004-09-16  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1479
1480         * gcc.dg/tree-ssa/copy-headers.c: Update outcome.
1481
1482 2004-09-16  Frank Ch. Eigler  <fche@redhat.com>
1483
1484         * gcc.misc-tests/bprob.exp, g++.dg/bprob/bprob.exp: Iterate tests
1485         with -ftree-based-profiling also.
1486         * lib/profopt.exp: Support late-set profile_option/feedback_option.
1487
1488 2004-09-16  Victor Leikehman  <lei@il.ibm.com>
1489
1490         PR/15364
1491         * gfortran.dg/der_array_io_1.f90: New test.
1492         * gfortran.dg/der_array_io_2.f90: New test.
1493         * gfortran.dg/der_array_io_3.f90: New test.
1494
1495 2004-09-15  Mark Mitchell  <mark@codesourcery.com>
1496
1497         * testsuite/g++.old-deja/g++.abi/cxa_vec.C: Adjust for ARM
1498         EABI.
1499
1500 2004-09-15  Mark Mitchell  <mark@codesourcery.com>
1501
1502         * g++.dg/opt/switch1.C: New test.
1503
1504 2004-09-15  Joseph S. Myers  <jsm@polyomino.org.uk>
1505
1506         * g++.dg/ext/member-attr.C, g++.dg/warn/deprecated.C,
1507         gcc.dg/deprecated.c, gcc.dg/noreturn-1.c, gcc.dg/noreturn-4.c:
1508         Update expected messages.
1509
1510 2004-09-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1511
1512         PR fortran/16485
1513         * gfortran.dg/same_name_1.f90: New test.
1514
1515 2004-09-15  Diego Novillo  <dnovillo@redhat.com>
1516
1517         * gcc.c-torture/execute/pr17252.c: Fix thinko.  Don't
1518         dereference garbage pointers.
1519
1520 2004-09-15  Jakub Jelinek  <jakub@redhat.com>
1521
1522         * gcc.c-torture/execute/builtins/strlen-3.c: New test.
1523         * gcc.c-torture/execute/builtins/strlen-3-lib.c: New.
1524
1525         * gcc.c-torture/execute/builtins/memmove.c (main_test): Formatting.
1526         * gcc.c-torture/execute/builtins/memmove-2.c: New test.
1527         * gcc.c-torture/execute/builtins/memmove-2-lib.c: New.
1528
1529 2004-09-14  Mark Mitchell  <mark@codesourcery.com>
1530
1531         PR c++/17324
1532         * g++.dg/template/mangle1.C: New test.
1533
1534 2004-09-14  Diego Novillo  <dnovillo@redhat.com>
1535
1536         PR tree-optimization/17252
1537         * gcc.c-torture/execute/pr17252.c: New test.
1538
1539 2004-09-14  Andrew Pinski  <apinski@apple.com>
1540
1541         * g++.dg/tree-ssa/pointer-reference-alias.C: New test.
1542
1543 2004-09-14  Roger Sayle  <roger@eyesopen.com>
1544
1545         PR rtl-optimization/9771
1546         * gcc.dg/pr9771-1.c: New test case.
1547
1548 2004-09-14  Diego Novillo  <dnovillo@redhat.com>
1549
1550         PR tree-optimization/15262
1551         * gcc.c-torture/execute/pr15262-1.c: New test.
1552         * gcc.c-torture/execute/pr15262-2.c: New test.
1553
1554 2004-09-14  Joseph S. Myers  <jsm@polyomino.org.uk>
1555
1556         * gcc.dg/declspec-12.c: New test.
1557
1558 2004-09-14  Bud Davis  <bdavis9659@comcast.net>
1559
1560         * gfortran.dg/pr17090.f90: Add directives to test.
1561
1562 2004-09-14  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1563
1564         * gcc.c-torture/compile/20040914-1.c: New test.
1565
1566 2004-09-13  Mark Mitchell  <mark@codesourcery.com>
1567
1568         PR c++/16162
1569         * g++.dg/template/decl2.C: New test.
1570
1571 2004-09-13  Bud Davis  <bdavis9659@comcast.net>
1572
1573         PR fortran/17090
1574         * gfortran.dg/pr17090.f90: New test.
1575
1576 2004-09-13  Dale Johannesen  <dalej@apple.com>
1577
1578         * gcc.c-torture/compile/pr17408.c:  New test case.
1579
1580 2004-09-13  Mark Mitchell  <mark@codesourcery.com>
1581
1582         PR c++/16716
1583         * g++.dg/parse/crash17.C: New test.
1584
1585         PR c++/17327
1586         * g++.dg/template/enum3.C: New test.
1587
1588 2004-09-13  Hans-Peter Nilsson  <hp@bitrange.com>
1589
1590         * lib/gcc-defs.exp: Load wrapper.exp.
1591         * lib/g++.exp (g++_init): Call g++_maybe_build_wrapper instead of
1592         using local code.
1593         * lib/gcc.exp (gcc_init): Similar.
1594         * lib/gfortran.exp (gfortran_init): Similar.
1595         * lib/objc.exp (objc_init): Similar.
1596         * lib/treelang.exp (treelang_init): Similar.
1597         * lib/wrapper.exp: New file with build_wrapper call machinery in
1598         ${tool}_maybe_build_wrapper.
1599
1600 2004-09-13  Joseph S. Myers  <jsm@polyomino.org.uk>
1601
1602         * gcc.dg/declspec-7.c: Don't expect diagnostic for duplicate
1603         "inline".
1604         * gcc.dg/declspec-11.c: Update expected messages.
1605         * gcc.dg/inline-6.c, gcc.dg/inline-7.c, gcc.dg/inline-8.c,
1606         gcc.dg/inline-9.c, gcc.dg/inline-10.c, gcc.dg/inline-11.c,
1607         gcc.dg/inline-12.c: New tests.
1608
1609 2004-09-13  Andrew MacLeod  <amacleod@redhat.com>
1610
1611         * g++.dg/tree-ssa/pr17400.C: New testcase.
1612
1613 2004-09-13  James E Wilson  <wilson@specifixinc.com>
1614
1615         * gcc.target/mips/sb1-1.c: New testcase.
1616
1617 2004-09-12  Hans-Peter Nilsson  <hp@bitrange.com>
1618
1619         * lib/g77-dg.exp: Remove unused file.
1620         * lib/mike-g77.exp: Ditto.
1621         * lib/g77.exp: Ditto.
1622
1623 2004-09-12  Richard Henderson  <rth@redhat.com>
1624
1625         * g++.old-deja/g++.other/sizeof3.C: Fix abort declaration.
1626
1627 2004-09-13  Joseph S. Myers  <jsm@polyomino.org.uk>
1628
1629         * g++.dg/warn/Wswitch-1.C, g++.dg/warn/Wswitch-2.C,
1630         gcc.dg/Wswitch-2.c, gcc.dg/Wswitch-enum.c, gcc.dg/Wswitch.c,
1631         gcc.dg/declspec-9.c, gcc.dg/declspec-10.c, gcc.dg/declspec-11.c,
1632         gcc.dg/m-un-2.c, gcc.dg/noreturn-1.c, gcc.dg/wtr-conversion-1.c:
1633         Update expected messages.
1634
1635 2004-09-13  Hans-Peter Nilsson  <hp@axis.com>
1636
1637         * gcc.dg/asmreg-1.c (__syscall_getdents64): Adjust signedness
1638         declaration/use mismatch for dirp parameter.
1639
1640 2004-09-12  Andrew Pinski  <apinski@apple.com>
1641
1642         * lib/objc.exp (objc_target_compile): Look for libobjc-gnu.a also when
1643         -fgnu-runtime is passed.
1644
1645 2004-09-12  Richard Henderson  <rth@redhat.com>
1646
1647         * lib/fortran-torture.exp (add-ieee-options): Replace ieee-options;
1648         do the uplevel thing and update additional_flags directly.
1649         * gfortran.fortran-torture/execute/intrinsic_fraction_exponent.x,
1650         gfortran.fortran-torture/execute/intrinsic_nearest.x,
1651         gfortran.fortran-torture/execute/intrinsic_set_exponent.x,
1652         gfortran.fortran-torture/execute/nan_inf_fmt.x: Update to match.
1653
1654 2004-09-11  Steven Bosscher  <stevenb@suse.de>
1655
1656         * g++.dg/parse/break-in-for.C: Fix for -ansi -pedantic-errors.
1657
1658 2004-09-11  Roger Sayle  <roger@eyesopen.com>
1659
1660         PR middle-end/17411
1661         * g++.dg/opt/pr17411-1.C: New test case.
1662
1663 2004-09-11  Joseph S. Myers  <jsm@polyomino.org.uk>
1664
1665         * gcc.dg/declspec-4.c, gcc.dg/declspec-5.c, gcc.dg/declspec-6.c,
1666         gcc.dg/tls/diag-2.c: Update expected messages.
1667         * gcc.dg/991209-1.c: Specify compilation options.  Update expected
1668         messages.
1669         * gcc.dg/pr14289-2.c, gcc.dg/pr14289-3.c: Remove.
1670         * gcc.dg/declspec-7.c, gcc.dg/declspec-8.c, gcc.dg/declspec-9.c,
1671         gcc.dg/declspec-10.c, gcc.dg/declspec-11.c, gcc.dg/tls/diag-4.c,
1672         gcc.dg/tls/diag-5.c: New tests.
1673
1674 2004-09-11  Zack Weinberg  <zack@codesourcery.com>
1675
1676         * gcc.dg/20040910-1.c: Correct dg-error regexp.
1677
1678 2004-09-11  Steven Bosscher  <stevenb@suse.de>
1679
1680         * g++.dg/parse/break-in-for.C: New test.
1681
1682 2004-09-11  Jakub Jelinek  <jakub@redhat.com>
1683
1684         * gcc.dg/tree-ssa/20040911-1.c: New test.
1685
1686 2004-09-11  Andreas Jaeger  <aj@suse.de>
1687
1688         * gcc.c-torture/execute/991118-1.x: Delete, PR 16437 is fixed.
1689         * gcc.c-torture/execute/bf64-1.x: Remove XFAIL on x86-64.
1690
1691 2004-09-11  Richard Sandiford  <rsandifo@redhat.com>
1692
1693         * gcc.target/frv: New directory of FR-V-specific tests.
1694
1695 2004-09-10  James E Wilson  <wilson@specifixinc.com>
1696
1697         * gcc.dg/convert-vec-1.c: New test.
1698
1699 2004-09-10  Roger Sayle  <roger@eyesopen.com>
1700
1701         PR middle-end/17024
1702         * gcc.dg/pr17024-1.c: New test case.
1703
1704 2004-09-10  Eric Christopher  <echristo@redhat.com>
1705
1706         * gcc.dg/20040910-1.c: New test.
1707
1708 2004-09-11  Joseph S. Myers  <jsm@polyomino.org.uk>
1709
1710         * gcc.dg/bitfld-9.c: New test.
1711
1712 2004-09-10  Richard Sandiford  <rsandifo@redhat.com>
1713
1714         * gcc.c-torture/execute/ieee/acc1.c: New test.
1715         * gcc.c-torture/execute/ieee/acc2.c: New test.
1716         * gcc.c-torture/execute/ieee/mzero6.c: New test.
1717
1718 2004-09-10  Joseph S. Myers  <jsm@polyomino.org.uk>
1719
1720         * gcc.dg/deprecated-2.c: New test.
1721
1722 2004-09-09  James E Wilson  <wilson@specifixinc.com>
1723
1724         * gcc.dg/init-vec-1.c: New test.
1725
1726 2004-09-09  Roger Sayle  <roger@eyesopen.com>
1727
1728         PR middle-end/17055
1729         * gcc.dg/pr17055-1.c: New test case.
1730
1731 2004-09-09  Hans-Peter Nilsson  <hp@axis.com>
1732
1733         PR target/17377
1734         * gcc.c-torture/execute/pr17377.c: New test.
1735
1736 2004-09-09  Joseph S. Myers  <jsm@polyomino.org.uk>
1737
1738         PR c/8420
1739         * gcc.dg/anon-struct-4.c, gcc.dg/declspec-1.c,
1740         gcc.dg/declspec-2.c, gcc.dg/declspec-3.c, gcc.dg/declspec-4.c,
1741         gcc.dg/declspec-5.c, gcc.dg/declspec-6.c,
1742         gcc.dg/long-long-typespec-1.c: New tests.
1743         * gcc.dg/tls/diag-2.c: Update expected diagnostics
1744
1745 2004-09-09  Joseph S. Myers  <jsm@polyomino.org.uk>
1746
1747         * gcc.dg/c90-static-1.c, gcc.dg/c99-static-1.c,
1748         gcc.dg/gnu99-static-1.c: New tests.
1749
1750 2004-09-08  Devang Patel  <dpatel@apple.com>
1751
1752         * gcc.dg/darwin-ld-20040828-1.c: New test.
1753         * gcc.dg/darwin-ld-20040828-2.c: New test.
1754         * gcc.dg/darwin-ld-20040828-3.c: New test.
1755
1756 2004-09-08  Ziemowit Laski  <zlaski@apple.com>
1757
1758         * objc.dg/bitfield-2.m: Make 'id' definition a typedef.
1759         * obj.dg/bitfield-4.m: Allow 'unsigned' in addition to 'unsigned int'
1760         in error message.
1761         * objc.dg/id-1.m: Attempt to define 'id' in an incompatible fashion.
1762         * objc.dg/method-6.m: Allow 'unsigned' in addition to 'unsigned int'
1763         in error message.
1764         * objc.dg/proto-qual-1.m: Protocol qualifiers now appear before the
1765         types they qualify.
1766         * objc.dg/type-size-2.m: Fix wording in comment.
1767         * objc.dg/va-meth-1.m: New test case.
1768
1769 2004-09-06  H.J. Lu  <hongjiu.lu@intel.com>
1770
1771         PR c/16633:
1772         * lib/gcc-dg.exp: Set up LD_LIBRARY_PATH, SHLIB_PATH,
1773         LD_LIBRARYN32_PATH, LD_LIBRARY64_PATH and DYLD_LIBRARY_PATH.
1774
1775 2004-09-06  Devang Patel  <dpatel@apple.com>
1776
1777         * gcc.dg/tree-ssa/ifc-20040816-1.c: Use -ftree-vectorize.
1778         * gcc.dg/tree-ssa/ifc-20040816-2.c: Use -ftree-vectorize.
1779
1780 2004-09-06  Zack Weinberg  <zack@codesourcery.com>
1781
1782         * g++.old-deja/g++.other/enum2.C: Move dg-error markers to
1783         reflect changed line numbering of diagnostics.
1784
1785 2004-09-06  Paul Brook  <paul@codesourcery.com>
1786
1787         * gfortran.dg/edit_real_1.f90: Add new test.
1788
1789 2004-09-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1790
1791         * gcc.dg/tree-ssa/loop-2.c: New test.
1792         * gcc.dg/tree-ssa/loop-3.c: New test.
1793         * gcc.dg/tree-ssa/loop-4.c: New test.
1794         * gcc.dg/tree-ssa/loop-5.c: New test.
1795
1796 2004-09-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1797
1798         * gcc.dg/format/sentinel-1.c: Update for parameter option.
1799
1800 2004-09-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1801
1802         * gcc.dg/format/sentinel-1.c: New test.
1803
1804 2004-09-04  Uros Bizjak  <uros@kss-loka.si>
1805
1806         * testsuite/gcc.dg/builtins-46.c: New.
1807
1808 2004-09-03  Devang Patel  <dpatel@apple.com>
1809
1810         * gcc.dg/tree-ssa/ifc-20040816-1.c: New test.
1811         * gcc.dg/tree-ssa/ifc-20040816-2.c: New test.
1812
1813 2004-09-03  Jan Beulich  <jbeulich@novell.com>
1814
1815         * g++.dg/abi/bitfield5.C: Use -mno-ms-bitfields.
1816         * g++.old-deja/g++.jason/thunk2.C: xfail for NetWare.
1817         * g++.old-deja/g++.law/profile1.C: xfail for NetWare.
1818         * g++.old-deja/g++.other/store-expr1.C: xfail for NetWare.
1819         * gcc.c-torture/compile/20001109-1.c: xfail for NetWare.
1820         * gcc.c-torture/compile/20001109-2.c: xfail for NetWare.
1821         * gcc.c-torture/execute/multi-ix.c: Use __builtin_bzero rather than
1822         the non-portable bzero.
1823         * gcc.dg/20010912-1.c: xfail for NetWare.
1824         * gcc.dg/20020426-2.c: xfail for NetWare.
1825         * gcc.dg/20021014-1.c: xfail for NetWare.
1826         * gcc.dg/20021018-1.c: xfail for NetWare.
1827         * gcc.dg/20030213-1.c: xfail for NetWare.
1828         * gcc.dg/20030225-1.c: xfail for NetWare.
1829         * gcc.dg/20030708-1.c: xfail for NetWare.
1830         * gcc.dg/builtins-config.h: Also exclude NetWare.
1831         * gcc.dg/format/format.h: Define restrict only if not already defined.
1832         * gcc.dg/nest.c: xfail for NetWare.
1833         * gcc.dg/special/gcsec-1.c: Don't pass -static for NetWare.
1834         * lib/target-supports.exp (check_visibility_available): Exclude
1835         NetWare.
1836
1837 2004-09-03  Jan Beulich  <jbeulich@novell.com>
1838
1839         * gcc.dg/pack-test-2.c: Adjust to permit and check #pragma pack(push).
1840         * gcc.dg/c99-flex-array-4.c: Add -fpack-struct=8 to provide a
1841         deterministic starting point for the alignment of structure fields.
1842         * gcc.dg/Wpadded.c: Dito.
1843         * g++.dg/abi/vbase10.C: Dito.
1844
1845 2004-09-03  Devang Patel  <dpatel@apple.com>
1846
1847         * g++.dg/debug/pr15736.cc: New test.
1848
1849 2004-09-02  Mark Mitchell  <mark@codesourcery.com>
1850
1851         * README.QMTEST: Fix out-of-date link.
1852
1853 2004-09-03  David Billinghurst <David.Billinghurst@riotinto.com>
1854
1855         PR fortran/16579
1856         * gfortran.fortran-torture/execute/intrinsic_i_char.f90:
1857         Delete.  Duplicate of gfortran.dg/g77/20010610.f
1858
1859 2004-09-02  Mark Mitchell  <mark@codesourcery.com>
1860
1861         * g++.dg/abi/arm_rtti1.C: New test.
1862
1863 2004-09-02  Geoffrey Keating  <geoffk@apple.com>
1864
1865         * gcc.dg/ppc-vector-memcpy.c: New.
1866         * gcc.dg/ppc-vector-memset.c: New.
1867
1868 2004-09-02  Chao-ying Fu  <fu@mips.com>
1869
1870         * gcc.target/mips/mips-3d-1.c: New test.
1871         * gcc.target/mips/mips-3d-2.c: New test.
1872         * gcc.target/mips/mips-3d-3.c: New test.
1873         * gcc.target/mips/mips-3d-4.c: New test.
1874         * gcc.target/mips/mips-3d-5.c: New test.
1875         * gcc.target/mips/mips-3d-6.c: New test.
1876         * gcc.target/mips/mips-3d-7.c: New test.
1877         * gcc.target/mips/mips-3d-8.c: New test.
1878         * gcc.target/mips/mips-3d-9.c: New test.
1879         * gcc.target/mips/mips-ps-1.c: New test.
1880         * gcc.target/mips/mips-ps-2.c: New test.
1881         * gcc.target/mips/mips-ps-3.c: New test.
1882         * gcc.target/mips/mips-ps-4.c: New test.
1883         * gcc.target/mips/mips-ps-type.c: New test.
1884
1885 2004-09-02  Paul Brook  <paul@codesourcery.com>
1886
1887         * gfortran.dg/edit_real_1.f90: Add new tests.
1888
1889 2004-09-01  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1890
1891         PR fortran/15327
1892         * gfortran.dg/merge_char_1.f90: New test.
1893
1894 2004-09-01  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1895
1896         PR fortran/16404
1897         * gfortran.dg/der_io_1.f90: XFAIL illegal testcase.
1898
1899 2004-09-01  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1900
1901         PR c/1522
1902         * gcc.c-torture/compile/20040901-1.c: New test, from PR.
1903
1904 2004-09-01  Mark Mitchell  <mark@codesourcery.com>
1905
1906         * g++.dg/opt/loop1.C: Do not XFAIL.
1907
1908 2004-09-01  Jakub Jelinek  <jakub@redhat.com>
1909
1910         * gcc.c-torture/execute/20040831-1.c: New test.
1911
1912 2004-09-01  David Billinghurst <David.Billinghurst@riotinto.com>
1913
1914         PR fortran/16579
1915         * gfortran.dg/g77/20010610.f: Now passes.
1916         Copy from g77.f-torture/execute. Add dg-run directive.
1917         * gfortran.dg/g77/README: Update
1918
1919 2004-08-31  Andrew Pinski  <pinskia@physics.uc.edu>
1920
1921         * gcc.dg/rs6000-power2-1.c (t1, t2, t3, t4): Add volatile.
1922         * gcc.dg/rs6000-power2-2.c: Fix the scan-assembly for the store.
1923         (t1, t2, t3, t4): Add volatile.
1924
1925 2004-08-31  Mark Mitchell  <mark@codesourcery.com>
1926
1927         * g++.dg/ext/visibility/arm1.C: New test.
1928
1929 2004-08-31  Geoffrey Keating  <geoffk@apple.com>
1930
1931         * gcc.dg/funcdef-storage-1.c: Add dg-options to suppress
1932         -pedantic-errors.
1933
1934 2004-09-01  Paul Brook  <paul@codesourcery.com>
1935
1936         * gfortran.dg/eof_2.f90: New test.
1937
1938 2004-08-31  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1939
1940         PR fortran/16579
1941         * gfortran.fortran-torture/execute/intrinsic_i_char.f90: New test.
1942
1943 2004-08-31  Bud Davis  <bdavis9659@comcast.net>
1944
1945         PR libfortran/16805
1946         * gfortran.dg/list_read_2.f90: New test.
1947
1948 2004-08-31  Mark Mitchell  <mark@codesourcery.com>
1949
1950         * g++.dg/abi/key1.C: New test.
1951
1952 2004-08-31  Richard Henderson  <rth@redhat.com>
1953
1954         * g++.dg/other/offsetof1.C: Include cstddef, use non-builtin
1955         form of offsetof.
1956         * g++.dg/other/offsetof5.C: Remove duplicate.
1957
1958 2004-08-31  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1959
1960         PR fortran/17244
1961         * gfortran.dg/func_derived_1.f90: New test.
1962
1963 2004-08-31  Paul Brook  <paul@codesourcery.com>
1964
1965         * gfortran.dg/eof_1.f90: New test.
1966
1967 2004-08-31  Paul Brook  <paul@codesourcery.com>
1968
1969         * gfortran.dg/list_read_1.f90: New file.
1970
1971 2004-08-30  Mark Mitchell  <mark@codesourcery.com>
1972
1973         * g++.dg/opt/loop1.C: XFAIL.
1974
1975 2004-08-30  Geoffrey Keating  <geoffk@apple.com>
1976
1977         * gcc.dg/funcdef-storage-1.c: New.
1978         * gcc.c-torture/compile/920625-2.c: Don't use 'static' to declare
1979         an extern function in local scope.
1980         * gcc.c-torture/execute/20010605-1.c: Don't use 'static inline' to
1981         declare an 'auto inline' function in local scope.
1982         * gcc.dg/20011130-1.c: Likewise.
1983         * gcc.c-torture/execute/nest-stdar-1.c: Don't use 'static' to declare
1984         an 'auto' function in local scope.
1985         * gcc.dg/20021014-1.c: Likewise.
1986         * gcc.dg/20030331-2.c: Likewise.
1987
1988 2004-08-30  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1989
1990         * gfortran.dg/blockdata_1.f90: New test.
1991
1992 2004-08-30  Richard Henderson  <rth@redhat.com>
1993
1994         * g++.dg/other/offsetof1.C: Use __builtin_offsetof.
1995
1996 2004-08-30  Richard Henderson  <rth@redhat.com>
1997
1998         * lib/fortran-torture.exp (fortran-torture-execute): Honor
1999         additional_flags set by alternate driver.
2000         (ieee-options): New procedure.
2001         * gfortran.fortran-torture/execute/intrinsic_fraction_exponent.x: New.
2002         * gfortran.fortran-torture/execute/intrinsic_nearest.x: New.
2003         * gfortran.fortran-torture/execute/intrinsic_set_exponent.x: New.
2004         * gfortran.fortran-torture/execute/nan_inf_fmt.x: New.
2005
2006 2004-08-30  Richard Henderson  <rth@redhat.com>
2007
2008         * lib/f-torture.exp: Remove.
2009
2010 2004-08-29  Mark Mitchell  <mark@codesourcery.com>
2011
2012         PR rtl-optimization/16590
2013         * g++.dg/opt/loop1.C: New test.
2014
2015 2004-08-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2016
2017         PR fortran/13910
2018         * gfortran.dg/oldstyle_1.f90: New test.
2019
2020 2004-08-29  Steven G. Kargl  <kargls@comcast.net>
2021         Paul Brook  <paul@codesourcery.com>
2022
2023         * gfortran.dg/g77/README: Update.
2024         * gfortran.dg/g77/erfc.f: Copy from g77.f-torture.
2025         * gfortran.dg/g77/intrinsic-unix-bessel.f: Ditto.
2026         * gfortran.dg/g77/intrinsic-unix-erf.f: Ditto.
2027
2028 2004-08-28  Paul Brook  <paul@codesourcery.com>
2029
2030         PR libfortran/17195
2031         * gfortran.dg/edit_real_1.f90: New test.
2032
2033 2004-08-27  Paul Brook  <paul@codesourcery.com>
2034
2035         * gfortran.dg/rewind_1.f90: New test.
2036
2037 2004-08-27  Bud Davis  <bdavis9659@comcast.net>
2038
2039         PR fortran/16597
2040         * gfortran.dg/pr16597.f90: New test.
2041
2042 2004-08-26  Joseph S. Myers  <jsm@polyomino.org.uk>
2043
2044         PR c/13801
2045         * gcc.dg/redecl-3.c, gcc.dg/redecl-4.c, gcc.dg/redecl-6.c,
2046         gcc.dg/redecl-7.c, gcc.dg/redecl-8.c, gcc.dg/redecl-9.c,
2047         gcc.dg/redecl-10.c, gcc.dg/debug/redecl-1.c,
2048         gcc.dg/debug/redecl-2.c, gcc.dg/debug/redecl-3.c,
2049         gcc.dg/debug/redecl-4.c, gcc.dg/debug/redecl-5.c: New tests.
2050
2051 2004-08-26  Nick Clifton  <nickc@redhat.com>
2052
2053         * gcc.c-torture/compile/pr17119.c: New test.
2054
2055 2004-08-26  Joseph S. Myers  <jsm@polyomino.org.uk>
2056
2057         * gcc.dg/c90-typespec-1.c, gcc.dg/c99-typespec-1.c: New tests.
2058
2059 2004-08-25  Richard Henderson  <rth@redhat.com>
2060
2061         * gfortran.fortran-torture/execute/intrinsic_sr_kind.f90: Disable
2062         the bits that expect kind=8 to be the largest real kind.
2063
2064 2004-08-25  Ziemowit Laski  <zlaski@apple.com>
2065
2066         * objc.dg/const-str-3.m: Include <stdlib.h> and <memory.h>.
2067
2068 2004-08-25  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2069
2070         * gfortran.dg/assignment_1.f90: New test.
2071
2072 2004-08-25  Adam Nemet  <anemet@lnxw.com>
2073
2074         * g++.dg/template/repo3.C: New test.
2075
2076 2004-08-25  Roger Sayle  <roger@eyesopen.com>
2077
2078         PR middle-end/16693
2079         PR tree-optimization/16372
2080         * g++.dg/opt/pr16372-1.C: New test case.
2081         * g++.dg/opt/pr16693-1.C: New test case.
2082         * g++.dg/opt/pr16693-2.C: New test case.
2083
2084 2004-08-25  Ziemowit Laski  <zlaski@apple.com>
2085
2086         * objc.dg/proto-lossage-4.m: New test.
2087
2088 2004-08-25  Mark Mitchell  <mark@codesourcery.com>
2089
2090         PR c++/17155
2091         * g++.dg/inherit/local2.C: New test.
2092
2093 2004-08-25  Paul Brook  <paul@codesourcery.com>
2094
2095         PR fortran/17144
2096         * gfortran.dg/string_ctor_1.f90: New test.
2097
2098 2004-08-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2099
2100         PR c++/14428
2101         * g++.dg/template/redecl2.C: New test.
2102
2103 2004-08-24  Bud Davis  <bdavis9659@comcast.net>
2104
2105         PR fortran/17143
2106         * gfortran.dg/pr17143.f90: New test.
2107
2108 2004-08-24  Bud Davis  <bdavis9659@comcast.net>
2109
2110         PR fortran/17164
2111         * gfortran.dg/pr17164.f90: New test.
2112
2113 2004-08-24  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2114
2115         * gcc.dg/tree-ssa/loop-1.c: New test.
2116
2117 2004-08-24  Richard Sandiford  <rsandifo@redhat.com>
2118
2119         * gcc.c-torture/compile/20040824-1.c: New test.
2120
2121 2004-08-24  Richard Sandiford  <rsandifo@redhat.com>
2122
2123         * gcc.c-torture/compile/iftrap-3.c: New test.
2124
2125 2004-08-24  Paul Brook  <paul@codesourcery.com>
2126
2127         * gfortran.dg/entry_2.f90: New test.
2128
2129 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
2130
2131         PR c++/16889
2132         * g++.dg/lookup/ambig[12].C: New.
2133
2134 2004-08-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2135
2136         PR c++/16706
2137         * g++.dg/template/crash21.C: New test.
2138         * g++.dg/template/crash22.C: Likewise.
2139
2140 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
2141
2142         PR c++/17149
2143         * g++.dg/template/access15.C: New.
2144
2145 2004-08-23  Mark Mitchell  <mark@codesourcery.com>
2146
2147         PR c++/17163
2148         * g++.dg/template/repo2.C: New test.
2149
2150 2004-08-23  Roger Sayle  <roger@eyesopen.com>
2151
2152         PR rtl-optimization/17078
2153         * gcc.c-torture/execute/pr17078-1.c: New test case.
2154
2155 2004-08-23  Mark Mitchell  <mark@codesourcery.com>
2156
2157         PR c/14492
2158         * gcc.dg/debug/crash1.c: New test.
2159
2160 2004-08-23  Mark Mitchell  <mark@codesourcery.com>
2161
2162         PR c/16180
2163         * gcc.dg/loop-5.c: New test.
2164
2165 2004-08-23  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2166
2167         * gcc.c-torture/execute/20040823-1.c: New test.
2168
2169 2004-08-23  Richard Sandiford  <rsandifo@redhat.com>
2170
2171         * gcc.dg/special/mips-abi.exp: Expect gcc to pass the GNU ABI flags
2172         to the assembler.  Simplify test accordingly.
2173         (asm_abi_flags): Use GNU names.
2174         (check_mips_abi, default_abi): Use string matches against "-mabi=*"
2175         to check for ABI flags.
2176
2177 2004-08-22  Andrew Pinski  <apinski@apple.com>
2178
2179         * g++.dg/opt/pr14029.C: New test.
2180         * gcc.c-torture/execute/pr15262.c: New test.
2181
2182 2004-08-22  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2183
2184         * gfortran.dg/reduction.f90: Add checks with complex arguments.
2185
2186 2004-08-21  Bud Davis  <bdavis9659@comcast.net>
2187
2188         PR 16908
2189         * gfortran.dg/direct_io.f90: New test.
2190
2191 2004-08-20  Mark Mitchell  <mark@codesourcery.com>
2192
2193         PR c++/17121
2194         * g++.dg/inherit/local2.C: New test.
2195
2196 2004-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
2197
2198         PR c++/17120
2199         * g++.dg/warn/Wparentheses-4.C: New test.
2200
2201 2004-08-20  Mark Mitchell  <mark@codesourcery.com>
2202
2203         PR c++/17121
2204         * g++.dg/inherit/local2.C: New test.
2205
2206         * gcc.dg/darwin-longlong.c: Include <stdlib.h>.
2207         * gcc.dg/ppc-ldstruct.c: Likewise.
2208         * gcc.dg/ppc64-abi-2.c: Likewise.
2209
2210 2004-08-20  Jakub Jelinek  <jakub@redhat.com>
2211
2212         PR rtl-optimization/17099
2213         * gcc.c-torture/execute/20040820-1.c: New test.
2214
2215 2004-08-20  David Edelsohn  <edelsohn@gnu.org>
2216
2217         * gcc.dg/uninit-H.c: Add _POWER to powerpc case.
2218
2219 2004-08-20  Canqun Yang  <canqun@nudt.edu.cn>
2220
2221         PR fortran/17077
2222         * gfortran.dg/auto_array_1.f90: New test.
2223
2224 2004-08-19  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2225
2226         PR fortran/17074
2227         * gfortran.dg/simpleif_1.f90: New test.
2228
2229 2004-08-19  Mark Mitchell  <mark@codesourcery.com>
2230
2231         * lib/target-supports.exp (check_profiling_available): Return
2232         false for arm*-*-symbianelf* and arm*-*-eabi*.
2233
2234         PR c++/15890
2235         * g++.dg/template/delete1.C: New test.
2236
2237 2004-08-19  Paul Brook  <paul@codesourcery.com>
2238
2239         PR fortran/14976
2240         PR fortran/16228
2241         * gfortran.dg/data_char_1.f90: New test.
2242
2243 2004-08-19  Erik Schnetter  <schnetter@aei.mpg.de>
2244
2245         PR fortran/16946
2246         * gfortran.dg/reduction.f90: New testcase.
2247
2248 2004-08-19  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2249
2250         PR fortran/16520
2251         * gfortran.dg/g77/19990905-1.f: Don't expect excess errors.
2252
2253 2004-08-19  Joseph S. Myers  <jsm@polyomino.org.uk>
2254
2255         PR c++/17041
2256         * g++.dg/Wparentheses-3.C: New test.
2257
2258 2004-08-19  Dorit Naishlos  <dorit@il.ibm.com>
2259
2260         * gcc.dg/vect/vect-1.c: Remove xfail from i?86-*-* x86_64-*-* due
2261         to usage of PREFERRED_STACK_BOUNDARY in the vectorizer.
2262         * gcc.dg/vect/vect-2.c: Likewise.
2263         * gcc.dg/vect/vect-3.c: Likewise.
2264         * gcc.dg/vect/vect-4.c: Likewise.
2265         * gcc.dg/vect/vect-5.c: Likewise.
2266         * gcc.dg/vect/vect-6.c: Likewise.
2267         * gcc.dg/vect/vect-7.c: Likewise.
2268         * gcc.dg/vect/vect-25.c: Likewise.
2269         * gcc.dg/vect/vect-31.c: Likewise.
2270         * gcc.dg/vect/vect-32.c: Likewise.
2271         * gcc.dg/vect/vect-34.c: Likewise.
2272         * gcc.dg/vect/vect-36.c: Likewise.
2273         * gcc.dg/vect/vect-all.c: Likewise.
2274
2275 2004-08-18  Mark Mitchell  <mark@codesourcery.com>
2276
2277         PR c++/17068
2278         * g++.dg/template/operator4.C: New test.
2279
2280 2004-08-18  Richard Henderson  <rth@redhat.com>
2281
2282         * gcc.dg/20040206-1.c: XFAIL.
2283
2284 2004-08-17  Mark Mitchell  <mark@codesourcery.com>
2285
2286         PR c++/16246
2287         * g++.dg/template/array7.C: New test.
2288
2289 2004-08-17  James E Wilson  <wilson@specifixinc.com>
2290
2291         * gcc.dg/mips-movcc-1.c: New test.
2292         * gcc.dg/mips-movcc-2.c: New test.
2293         * gcc.dg/mips-movcc-3.c: New test.
2294
2295         * gcc.dg/mips-nmadd-1.c: New test.
2296         * gcc.dg/mips-nmadd-2.c: New test.
2297
2298 2004-08-17  Mark Mitchell  <mark@codesourcery.com>
2299
2300         PR c++/15871
2301         * g++.dg/opt/inline8.C: New test.
2302
2303         PR c++/16965
2304         * g++.dg/parse/error17.C: New test.
2305
2306 2004-08-17  Dorit Naishlos  <dorit@il.ibm.com>
2307
2308         * gcc.dg/vect: New directory for vectorizer tests.
2309         * gcc.dg/vect/tree-vect.h: New file.
2310         * gcc.dg/vect/vect.exp: New file.
2311         * gcc.dg/vect/pr16105.c.c: New test.
2312         * gcc.dg/vect/vect-1.c: New test.
2313         * gcc.dg/vect/vect-2.c: New test.
2314         * gcc.dg/vect/vect-3.c: New test.
2315         * gcc.dg/vect/vect-4.c: New test.
2316         * gcc.dg/vect/vect-5.c: New test.
2317         * gcc.dg/vect/vect-6.c: New test.
2318         * gcc.dg/vect/vect-7.c: New test.
2319         * gcc.dg/vect/vect-8.c: New test.
2320         * gcc.dg/vect/vect-9.c: New test.
2321         * gcc.dg/vect/vect-10.c: New test.
2322         * gcc.dg/vect/vect-11.c: New test.
2323         * gcc.dg/vect/vect-12.c: New test.
2324         * gcc.dg/vect/vect-13.c: New test.
2325         * gcc.dg/vect/vect-14.c: New test.
2326         * gcc.dg/vect/vect-15.c: New test.
2327         * gcc.dg/vect/vect-16.c: New test.
2328         * gcc.dg/vect/vect-17.c: New test.
2329         * gcc.dg/vect/vect-18.c: New test.
2330         * gcc.dg/vect/vect-19.c: New test.
2331         * gcc.dg/vect/vect-20.c: New test.
2332         * gcc.dg/vect/vect-21.c: New test.
2333         * gcc.dg/vect/vect-22.c: New test.
2334         * gcc.dg/vect/vect-23.c: New test.
2335         * gcc.dg/vect/vect-24.c: New test.
2336         * gcc.dg/vect/vect-25.c: New test.
2337         * gcc.dg/vect/vect-26.c: New test.
2338         * gcc.dg/vect/vect-27.c: New test.
2339         * gcc.dg/vect/vect-28.c: New test.
2340         * gcc.dg/vect/vect-29.c: New test.
2341         * gcc.dg/vect/vect-30.c: New test.
2342         * gcc.dg/vect/vect-31.c: New test.
2343         * gcc.dg/vect/vect-32.c: New test.
2344         * gcc.dg/vect/vect-33.c: New test.
2345         * gcc.dg/vect/vect-34.c: New test.
2346         * gcc.dg/vect/vect-35.c: New test.
2347         * gcc.dg/vect/vect-36.c: New test.
2348         * gcc.dg/vect/vect-37.c: New test.
2349         * gcc.dg/vect/vect-38.c: New test.
2350         * gcc.dg/vect/vect-40.c: New test.
2351         * gcc.dg/vect/vect-41.c: New test.
2352         * gcc.dg/vect/vect-42.c: New test.
2353         * gcc.dg/vect/vect-43.c: New test.
2354         * gcc.dg/vect/vect-44.c: New test.
2355         * gcc.dg/vect/vect-45.c: New test.
2356         * gcc.dg/vect/vect-46.c: New test.
2357         * gcc.dg/vect/vect-47.c: New test.
2358         * gcc.dg/vect/vect-48.c: New test.
2359         * gcc.dg/vect/vect-49.c: New test.
2360         * gcc.dg/vect/vect-50.c: New test.
2361         * gcc.dg/vect/vect-51.c: New test.
2362         * gcc.dg/vect/vect-52.c: New test.
2363         * gcc.dg/vect/vect-53.c: New test.
2364         * gcc.dg/vect/vect-54.c: New test.
2365         * gcc.dg/vect/vect-55.c: New test.
2366         * gcc.dg/vect/vect-56.c: New test.
2367         * gcc.dg/vect/vect-57.c: New test.
2368         * gcc.dg/vect/vect-58.c: New test.
2369         * gcc.dg/vect/vect-59.c: New test.
2370         * gcc.dg/vect/vect-60.c: New test.
2371         * gcc.dg/vect/vect-61.c: New test.
2372         * gcc.dg/vect/vect-all.c: New test.
2373         * gcc.dg/vect/vect-none.c: New test.
2374
2375 2004-08-17  Paul Brook  <paul@codesourcery.com>
2376
2377         PR fortran/13082
2378         * gfortran.dg/entry_1.f90: New test.
2379
2380 2004-08-17  Andrew Pinski  <apinski@apple.com>
2381
2382         * gcc.dg/darwin-20040812-1.c: Compile only on darwin.
2383
2384 2004-08-17  Paolo Bonzini  <bonzini@gnu.org>
2385
2386         * gcc.dg/pr17036-1.c: New test.
2387
2388 2004-08-16  Devang Patel  <dpatel@apple.com>
2389
2390         * gcc.dg/darwin-20040809-1.c: New test.
2391
2392 2004-08-16  Joseph S. Myers  <jsm@polyomino.org.uk>
2393
2394         * gcc.dg/funcdef-attr-1.c: New test.
2395
2396 2004-08-16  Janis Johnson  <janis187@us.ibm.com>
2397
2398         * gcc.dg/altivec-17.c: New test.
2399         * gcc.dg/altivec-18.c: New test.
2400
2401 2004-08-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2402
2403         PR c++/6749
2404         * g++.dg/template/vtable2.C: New test.
2405
2406 2004-08-14  Richard Henderson  <rth@redhat.com>
2407
2408         * gcc.dg/torture/builtin-attr-1.c: Fix scalbln prototype.
2409         * gcc.dg/pack-test-4.c (main): Return 0.
2410         * gcc.dg/setjmp-1.c: Remove XFAIL.
2411         * gcc.dg/tree-ssa/20040615-1.c: Pass during dom1.
2412
2413 2004-08-14  Richard Henderson  <rth@redhat.com>
2414
2415         * gcc.dg/980217-1.c: Add prototype for printf.
2416
2417 2004-08-13  Bud Davis  <bdavis9659@comcast.net>
2418
2419         * gfortran.dg/pr16935.f90: New test.
2420
2421 2004-08-13  Janis Johnson  <janis187@us.ibm.com>
2422
2423         * g++.dg/ext/altivec-2.C: Revert previous changes and don't execute.
2424
2425 2004-08-13  Paul Brook  <paul@codesourcery.com>
2426
2427         * gfortran.dg/der_io_1.f90: Remove stray comma.
2428
2429 2004-08-12  Janis Johnson  <janis187@us.ibm.com>
2430
2431         * gcc.dg/vmx/cw-bug-2.c: Remove.
2432         * gcc.dg/vmx/vprint-1.c: Remove.
2433         * gcc.dg/vmx/vscan-1.c: Remove.
2434
2435 2004-08-12  Devang patel  <dpatel@apple.com>
2436
2437         * gcc.dg/darwin-20040809-2.c: New test.
2438
2439 2004-08-12  Janis Johnson  <janis1872us.ibm.com>
2440
2441         * g++.dg/ext/altivec-12.C: New test.
2442
2443         * g++.dg/ext/altivec-11.C: New test.
2444
2445 2004-08-12  Paul Brook  <paul@codesourcery.com>
2446
2447         * g++.dg/abi/arm_cxa_vec_1.C: New test.
2448
2449 2004-08-12  Janis Johnson  <janis187@us.ibm.com>
2450
2451         * g++.dg/ext/altivec-2.C: Check for hardware support before
2452         executing any VMX instructions.
2453
2454         * gcc.dg/vmx/ops-long-2.c: Add dg-error directives.
2455
2456 2004-08-12  Jakub Jelinek  <jakub@redhat.com>
2457
2458         PR c++/16276
2459         * g++.old-deja/g++.other/comdat4.C: New test.
2460         * g++.old-deja/g++.other/comdat4-aux.cc: New.
2461
2462 2004-08-12  Ben Elliston  <bje@au.ibm.com>
2463
2464         PR target/16286
2465         * gcc.dg/pr16286.c: New test.
2466
2467 2004-08-12 Jan Beulich <jbeulich@novell.com>
2468
2469         * g++.dg/ext/asm5.C: New.
2470
2471 2004-08-11  Mark Mitchell  <mark@codesourcery.com>
2472
2473         PR c++/16698
2474         * g++.dg/eh/crash1.C: New test.
2475
2476         PR c++/16717
2477         * g++.dg/ext/construct1.C: New test.
2478
2479 2004-08-11  Mark Mitchell  <mark@codesourcery.com>
2480
2481         PR c++/16853
2482         * g++.dg/init/ptrmem1.C: New test.
2483
2484         PR c++/16618
2485         * g++.dg/parse/offsetof5.C: New test.
2486
2487         PR c++/16870
2488         * g++.dg/template/overload3.C: New test.
2489
2490 2004-08-11  Mark Mitchell  <mark@codesourcery.com>
2491
2492         PR c++/16964
2493         * g++.dg/parse/error16.C: New test.
2494
2495         PR c++/16904
2496         * g++.dg/template/error14.C: New test.
2497
2498         PR c++/16929
2499         * g++.dg/template/error15.C: New test.
2500
2501 2004-08-11  Devang Patel  <dpatel@apple.com>
2502
2503         * gcc.dg/darwin-ld-20040809-1.c: New test.
2504         * gcc.dg/darwin-ld-20040809-2.c: New test.
2505
2506 2004-08-11  Steven G. Kargl  <kargls@comcast.net>
2507
2508         PR fortran/16917
2509         * gfortran.dg/dfloat_1.f90: New test.
2510
2511 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
2512
2513         * gcc.dg/testsuite/gcc.dg/arm-eabi1.c: New test.
2514         * gcc.dg/dll-2.c: Fix dg-require syntax.
2515         * gcc.misc-tests/arm-isr.c (abort): Declare.
2516         (exit): Likewise.
2517
2518 2004-08-10  Mark Mitchell  <mark@codesourcery.com>
2519
2520         PR c++/16971
2521         * g++.dg/parse/crash16.C: New test.
2522
2523 2004-08-10  Roger Sayle  <roger@eyesopen.com>
2524
2525         * gcc.dg/mips-rsqrt-1.c: New test case.
2526         * gcc.dg/mips-rsqrt-2.c: New test case.
2527         * gcc.dg/mips-rsqrt-3.c: New test case.
2528
2529 2004-08-10  Paul Brook  <paul@codesourcery.com>
2530
2531         * gfortran.dg/der_io_1.f90: New test.
2532
2533 2004-08-10  Paul Brook  <paul@codesourcery.com>
2534
2535         PR fortran/16919
2536         * gfortran.dg/der_array_1.f90: New test.
2537
2538 2004-08-09  David Edelsohn  <edelsohn@gnu.org>
2539
2540         * gcc.dg/cpp/assert4.c: _AIX asserts #system(unix).
2541
2542 2004-08-09  Paolo Bonzini  <bonzini@gnu.org>
2543
2544         * gcc.dg/wchar_t-2.c: Fix typo.
2545
2546 2004-08-09  Falk Hueffner  <falk@debian.org>
2547
2548         PR tree-optimization/12517
2549         * gcc.c-torture/compile/pr12517.c: New test.
2550
2551         PR tree-optimization/12578
2552         * gcc.c-torture/compile/pr12578.c: New test.
2553
2554         PR tree-optimization/12899
2555         * gcc.c-torture/compile/pr12899.c: New test.
2556
2557         PR rtl-optimization/14692
2558         * gcc.c-torture/compile/pr14692.c: New test.
2559
2560         PR tree-optimization/16461
2561         * gcc.c-torture/compile/pr16461.c: New test.
2562
2563 2004-08-06  Janne Blomqvist  <jblomqvi@cc.hut.fi>
2564
2565         * gfortran.dg/getenv_1.f90: New test.
2566
2567 2004-08-06  Mark Mitchell  <mark@codesourcery.com>
2568
2569         * gcc.dg/symbian4.c: Expect a 2-byte wchar_t, not a 4-byte
2570         wchar_t.
2571         * gcc.dg/symbian5.c: Test -fno-short-wchar.
2572
2573 2004-08-06  Paul Brook  <paul@codesourcery.com>
2574
2575         * gfortran.dg/ret_array_1.f90: New test.
2576         * gfortran.dg/ret_pointer_1.f90: New test.
2577
2578 2004-08-06  Richard Sandiford  <rsandifo@redhat.com>
2579
2580         * gcc.dg/missing-field-init-[12].c: New tests.
2581         * g++.dg/warn/missing-field-init-[12].C: New tests.
2582
2583 2004-08-06  Mark Mitchell  <mark@codesourcery.com>
2584
2585         * gcc.dg/enum2.c: New test.
2586         * gcc.dg/symbian3.c: Likewise.
2587         * gcc.dg/symbian4.c: Likewise.
2588         * gcc.dg/wchar_t-2.c: Likewise.
2589
2590 2004-08-05  Mark Mitchell  <mark@codesourcery.com>
2591
2592         * g++.dg/ext/visibility/visibility-8.C: Add constructor and
2593         destructor tests.
2594
2595 2004-08-05  Mark Mitchell  <mark@codesourcery.com>
2596
2597         * g++.dg/ext/visibility/assign1.C: Use scan-hidden and
2598         dg-require-visiblity.
2599         * g++.dg/ext/visibility/fvisibility-inlines-hidden.C: Likewise.
2600         * g++.dg/ext/visibility/fvisibility.C: Likewise.
2601         * g++.dg/ext/visibility/memfuncts.C: Likewise.
2602         * g++.dg/ext/visibility/new1.C: Likewise.
2603         * g++.dg/ext/visibility/pragma.C: Likewise.
2604         * g++.dg/ext/visibility/staticmemfuncts.C: Likewise.
2605         * g++.dg/ext/visibility/virtual.C: Likewise.
2606         * g++/dg/ext/visibility/visibility-1.C: Likewise.
2607         * g++/dg/ext/visibility/visibility-2.C: Likewise.
2608         * g++/dg/ext/visibility/visibility-3.C: Likewise.
2609         * g++/dg/ext/visibility/visibility-4.C: Likewise.
2610         * g++/dg/ext/visibility/visibility-5.C: Likewise.
2611         * g++/dg/ext/visibility/visibility-6.C: Likewise.
2612         * g++/dg/ext/visibility/visibility-7.C: Likewise.
2613         * g++/dg/ext/visibility/visibility-8.C: New test.
2614         * gcc.c-torture/compile/dll.x: Remove.
2615         * gcc.dg/dll-2.c: Use dg-require-dll
2616         * gcc.dg/visibility-10.c: New test.
2617         * lib/gcc-dg.exp (dg-require-dll): Add Symbian to list of targets
2618         supporting DLLs.
2619         * testsuite/lib/scanasm.exp (scan_hidden): New function.
2620         (scan_not_hidden): Likewise.
2621
2622 2004-08-05  David Edelsohn  <edelsohn@gnu.org>
2623
2624         * gcc.dg/sh4a-fprun.c: Fix dg-do typo.
2625
2626 2004-08-05  Richard Sandiford  <rsandifo@redhat.com>
2627
2628         * gcc.c-torture/execute/20040805-1.c: New test.
2629
2630 2004-08-04  Andrew Pinski  <pinskia@physics.uc.edu>
2631
2632         * gcc.dg/20020118-1.c: Declare abort.
2633         * gcc.dg/altivec_check.h: Likewise.
2634         * gcc.dg/iftrap-2.c: Likewise.
2635         * gcc.dg/pragma-darwin.c: Likewise.
2636         * gcc.dg/rs6000-ldouble-1.c: Declare abort and exit.
2637
2638 2004-08-04  Geoffrey Keating  <geoffk@apple.com>
2639
2640         * g++.dg/ext/altivec_check.h: Declare exit as extern "C".
2641
2642 2004-08-05  Joseph S. Myers  <jsm@polyomino.org.uk>
2643
2644         * gcc.c-torture/execute/builtins/abs-2.c,
2645         gcc.c-torture/execute/builtins/abs-3.c,
2646         gcc.c-torture/execute/builtins/lib/abs.c, gcc.dg/format/format.h,
2647         gcc.dg/torture/builtin-attr-1.c: Use predefined macros for
2648         intmax_t, uintmax_t and their limits.
2649         * gcc.dg/intmax_t-1.c: New test.
2650
2651 2004-08-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2652
2653         * g++.dg/tc1/dr147.C: Add reference to PR.
2654
2655 2004-08-03  Richard Sandiford  <rsandifo@redhat.com>
2656
2657         * gcc.dg/mips-args-[23].c: Declare abort() and exit().
2658         * gcc.dg/torture/mips-hilo-[12].c: Likewise.
2659
2660 2004-08-03  David Edelsohn  <edelsohn@gnu.org>
2661
2662         * gcc.dg/compat/struct-layout-1.exp: Fix error message typo.
2663
2664 2004-08-03  Joseph S. Myers  <jsm@polyomino.org.uk>
2665
2666         * gcc.dg/redecl-5.c: New test.
2667         * gcc.dg/format/attr-6.c: Expect warning for implicit declaration
2668         of scanf.
2669
2670 2004-08-03  Roger Sayle  <roger@eyesopen.com>
2671
2672         PR middle-end/16790
2673         * gcc.c-torture/execute/pr16790-1.c: New test case.
2674
2675 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
2676
2677         * g++.dg/ext/visibility/assign1.C: New test.
2678         * g++.dg/ext/visibility/new1.C: Likewise.
2679
2680         * gcc.dg/symbian1.c: New test.
2681         * gcc.dg/symbian2.c: Likewise.
2682
2683 2004-08-03  H.J. Lu  <hongjiu.lu@intel.com>
2684
2685         PR target/16570
2686         * gcc.dg/i386-sse-9.c: New test.
2687
2688 2004-08-03  Joseph S. Myers  <jsm@polyomino.org.uk>
2689
2690         * gcc.dg/array-7.c, gcc.dg/c99-tag-2.c: New tests.
2691
2692 2004-08-03  Joseph S. Myers  <jsm@polyomino.org.uk>
2693
2694         * gcc.dg/20001023-1.c, gcc.dg/20001108-1.c, gcc.dg/20001117-1.c,
2695         gcc.dg/20010202-1.c, gcc.dg/20011008-2.c, gcc.dg/20011214-1.c,
2696         gcc.dg/20020201-1.c, gcc.dg/20020312-2.c, gcc.dg/20020426-2.c,
2697         gcc.dg/20030331-2.c, gcc.dg/20030612-1.c, gcc.dg/20030926-1.c,
2698         gcc.dg/20031216-1.c, gcc.dg/20031218-3.c, gcc.dg/20040305-2.c,
2699         gcc.dg/980226-1.c, gcc.dg/Wreturn-type2.c,
2700         gcc.dg/Wunreachable-6.c, gcc.dg/Wunreachable-7.c,
2701         gcc.dg/align-1.c, gcc.dg/builtin-prefetch-1.c,
2702         gcc.dg/builtins-17.c, gcc.dg/builtins-19.c, gcc.dg/builtins-2.c,
2703         gcc.dg/builtins-20.c, gcc.dg/builtins-21.c, gcc.dg/builtins-7.c,
2704         gcc.dg/builtins-8.c, gcc.dg/cpp/19930510-1.c,
2705         gcc.dg/cpp/charconst-3.c, gcc.dg/cpp/charconst-4.c,
2706         gcc.dg/cpp/mi6.c, gcc.dg/cpp/tr-paste.c, gcc.dg/cpp/trad/mi6.c,
2707         gcc.dg/cpp/trad/paste.c, gcc.dg/cpp/trad/strify.c,
2708         gcc.dg/fastmath-1.c, gcc.dg/fshort-wchar.c, gcc.dg/i386-387-7.c,
2709         gcc.dg/i386-387-8.c, gcc.dg/i386-asm-1.c, gcc.dg/i386-cadd.c,
2710         gcc.dg/i386-fpcvt-3.c, gcc.dg/i386-loop-3.c,
2711         gcc.dg/i386-memset-1.c, gcc.dg/loop-2.c, gcc.dg/nest.c,
2712         gcc.dg/noncompile/971104-1.c, gcc.dg/noncompile/990416-1.c,
2713         gcc.dg/noncompile/scope.c, gcc.dg/pack-test-4.c,
2714         gcc.dg/pack-test-5.c, gcc.dg/pch/inline-4.c, gcc.dg/postincr-1.c,
2715         gcc.dg/pr10392-1.c, gcc.dg/pragma-align.c,
2716         gcc.dg/profile-generate-1.c, gcc.dg/sibcall-1.c,
2717         gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c, gcc.dg/sibcall-4.c,
2718         gcc.dg/sibcall-5.c, gcc.dg/sibcall-6.c, gcc.dg/switch-warn-1.c,
2719         gcc.dg/switch-warn-2.c, gcc.dg/torture/builtin-attr-1.c,
2720         gcc.dg/torture/builtin-math-1.c, gcc.dg/torture/builtin-noret-2.c,
2721         gcc.dg/trampoline-1.c, gcc.dg/tree-ssa/20030703-1.c,
2722         gcc.dg/tree-ssa/20030703-2.c, gcc.dg/tree-ssa/20030708-1.c,
2723         gcc.dg/tree-ssa/20030709-3.c, gcc.dg/tree-ssa/20030710-1.c,
2724         gcc.dg/tree-ssa/20030711-1.c, gcc.dg/tree-ssa/20030729-1.c,
2725         gcc.dg/tree-ssa/20030730-1.c, gcc.dg/tree-ssa/20030730-2.c,
2726         gcc.dg/tree-ssa/20030731-1.c, gcc.dg/tree-ssa/20030807-11.c,
2727         gcc.dg/tree-ssa/20030807-2.c, gcc.dg/tree-ssa/20030807-5.c,
2728         gcc.dg/tree-ssa/20030807-7.c, gcc.dg/tree-ssa/20030808-1.c,
2729         gcc.dg/tree-ssa/20030814-1.c, gcc.dg/tree-ssa/20030814-2.c,
2730         gcc.dg/tree-ssa/20030814-3.c, gcc.dg/tree-ssa/20030814-4.c,
2731         gcc.dg/tree-ssa/20030814-5.c, gcc.dg/tree-ssa/20030814-6.c,
2732         gcc.dg/tree-ssa/20030814-7.c, gcc.dg/tree-ssa/20030815-1.c,
2733         gcc.dg/tree-ssa/20030907-1.c, gcc.dg/tree-ssa/20030917-3.c,
2734         gcc.dg/tree-ssa/20030922-1.c, gcc.dg/tree-ssa/20031113-1.c,
2735         gcc.dg/tree-ssa/20040121-1.c, gcc.dg/tree-ssa/20040319-1.c,
2736         gcc.dg/tree-ssa/20040324-1.c, gcc.dg/tree-ssa/20040326-1.c,
2737         gcc.dg/tree-ssa/20040326-2.c, gcc.dg/tree-ssa/20040517-1.c,
2738         gcc.dg/tree-ssa/ssa-ccp-10.c, gcc.dg/tree-ssa/ssa-pre-1.c,
2739         gcc.dg/tree-ssa/tailcall-1.c, gcc.dg/tree-ssa/tailrecursion-5.c,
2740         gcc.dg/ultrasp3.c, gcc.dg/winline-7.c, gcc.misc-tests/bprob-1.c,
2741         gcc.misc-tests/bprob-2.c, gcc.misc-tests/gcov-3.c,
2742         gcc.misc-tests/gcov-4.c, gcc.misc-tests/gcov-4b.c,
2743         gcc.misc-tests/gcov-6.c, gcc.misc-tests/gcov-7.c,
2744         gcc.misc-tests/i386-pf-3dnow-1.c,
2745         gcc.misc-tests/i386-pf-athlon-1.c,
2746         gcc.misc-tests/i386-pf-none-1.c, gcc.misc-tests/i386-pf-sse-1.c,
2747         objc.dg/nested-func-1.m, objc.dg/special/unclaimed-category-1.m:
2748         Declare built-in functions used.
2749         * gcc.dg/torture/builtin-attr-1.c (nexttoward): Use FPTEST2ARG2.
2750
2751 2004-08-02  Mark Mitchell  <mark@codesourcery.com>
2752
2753         PR c++/16707
2754         * g++.dg/lookup/using12.C: New test.
2755
2756         * g++.dg/init/null1.C: Fix PR number.
2757         * g++.dg/parse/namespace10.C: Likewise.
2758
2759 2004-08-01  Mark Mitchell  <mark@codesourcery.com>
2760
2761         PR c++/16224
2762         * g++.dg/template/spec17.C: New test.
2763         * g++.old-deja/g++.ns/template13.C: Remove XFAIL.
2764         * g++.old-deja/g++.pt/lookup10.C: Add dg-error marker.
2765
2766 2004-08-02  David Billinghurst
2767
2768         PR fortran/16292
2769         * gfortran.dg/g77/cabs.f: xfail on mips-sgi-irix6*
2770
2771 2004-08-01  Zack Weinberg  <zack@codesourcery.com>
2772
2773         * gcc.dg/ia64-got-1.c: New test case.
2774
2775 2004-08-01  Mark Mitchell  <mark@codesourcery.com>
2776
2777         PR c++/16489
2778         * g++.dg/init/null1.C: New test.
2779         * g++.dg/tc1/dr76.C: Adjust error marker.
2780
2781         PR c++/16529
2782         * g++.dg/parse/namespace10.C: New test.
2783
2784         PR c++/16810
2785         * g++.dg/inherit/ptrmem2.C: New test.
2786
2787 2004-08-02  Ben Elliston  <bje@au.ibm.com>
2788
2789         PR target/16155
2790         * gcc.dg/pr16155.c: New test.
2791
2792 2004-07-31  Joseph S. Myers  <jsm@polyomino.org.uk>
2793
2794         * gcc.dg/redecl-2.c: New test.
2795
2796 2004-07-30  Geoffrey Keating  <geoffk@apple.com>
2797
2798         * gcc.dg/darwin-longdouble.c: New file.
2799
2800 2004-07-30  Richard Henderson  <rth@redhat.com>
2801
2802         * gfortran.fortran-torture/execute/intrinsic_rrspacing.f90: Fix
2803         write to constant argument.
2804         * gfortran.fortran-torture/execute/intrinsic_scale.f90: Likewise.
2805
2806 2004-07-30  Richard Henderson  <rth@redhat.com>
2807
2808         * gfortran.fortran-torture/execute/intrinsic_nearest.f90: Disable
2809         tests of nearest around zero.
2810
2811 2004-07-30  Andrew Pinski  <apinski@apple.com>
2812
2813         * gcc.c-torture/compile/20040730-1.c: New test.
2814
2815 2004-07-30  Aldy Hernandez  <aldyh@redhat.com>
2816
2817         * gcc.dg/vmx/vmx.exp: Explain why we skip tests for
2818         powerpc-eabispe.
2819
2820 2004-07-30  Aldy Hernandez  <aldyh@redhat.com>
2821
2822         * gcc.dg/vmx/vmx.exp: Disable tests for eabispe.
2823
2824 2004-07-30  Richard Sandiford  <rsandifo@redhat.com>
2825
2826         * lib/g++.exp (g++_link_flags): Check whether LD_LIBRARY_PATH already
2827         contains $ld_library_path.
2828         * lib/gfortran.exp (gfortran_link_flags): Likewise.
2829
2830 2004-07-29  Richard Henderson  <rth@redhat.com>
2831
2832         * g++.dg/template/sizeof8.C: Don't assume 32bit pointers.
2833
2834         * g++.dg/ext/stmtexpr2.C (alt1): Rename from expected.
2835         (alt2, which): New.
2836         (Check): Accept either alternative.
2837
2838 2004-07-29  Mark Mitchell  <mark@codesourcery.com>
2839
2840         * g++.dg/abi/inline1.C: New test.
2841         * g++.dg/abi/local1-a.cc: Likewise.
2842         * g++.dg/abi/local1.C: Likewise.
2843         * g++.dg/abi/mangle11.C: Tweak location of warnings.
2844         * g++.dg/abi/mangle12.C: Likewise.
2845         * g++.dg/abi/mangle17.C: Likewise.
2846         * g++.dg/abi/mangle20-2.C: Likewise.
2847         * g++.dg/opt/interface1.C: Likewise.
2848         * g++.dg/opt/interface1.h: Likewise.
2849         * g++.dg/opt/interface1-a.cc: New test.
2850         * g++.dg/parse/repo1.C: New test.
2851         * g++.dg/template/repo1.C: Likewise.
2852         * g++.dg/warn/Winline-1.C: Likewise.
2853         * lib/gcc-dg.exp (gcc-dg-test-1): Fix -frepo handling.
2854
2855 2004-07-29  Diego Novillo  <dnovillo@redhat.com>
2856
2857         * gcc.dg/tree-ssa/20040729-1.c: New test.
2858
2859 2004-07-27  Matt Austern <austern@apple.com>
2860
2861         * gcc.dg/darwin-bool-1.c: New test.
2862         * gcc.dg/darwin-bool-2.c: New test.
2863
2864 2004-07-28  Richard Henderson  <rth@redhat.com>
2865
2866         * gfortran.fortran-torture/execute/intrinsic_spacing.f90: Pass
2867         arguments in the correct type.  Don't write to constant arguments.
2868
2869 2004-07-28  Diego Novillo  <dnovillo@redhat.com>
2870
2871         PR tree-optimization/16688
2872         PR tree-optimization/16689
2873         * g++.dg/tree-ssa/pr16688.C: New test.
2874
2875 2004-07-28  Diego Novillo  <dnovillo@redhat.com>
2876
2877         * gcc.dg/tree-ssa/20031022-1.c: Adjust number of expected
2878         loads.  Not only in the comment, this time.
2879
2880 2004-07-28  Alexandre Oliva  <aoliva@redhat.com>
2881
2882         2003-07-06  Alexandre Oliva  <aoliva@redhat.com>
2883         * gcc.dg/sh4a-memmovua.c: Tweak regular expression.
2884         2003-07-01  Alexandre Oliva  <aoliva@redhat.com>
2885         * gcc.dg/sh4a-bitmovua.c: New.
2886         * gcc.dg/sh4a-cos.c: New.
2887         * gcc.dg/sh4a-cosf.c: New.
2888         * gcc.dg/sh4a-fprun.c: New.
2889         * gcc.dg/sh4a-fsrra.c: New.
2890         * gcc.dg/sh4a-memmovua.c: New.
2891         * gcc.dg/sh4a-sin.c: New.
2892         * gcc.dg/sh4a-sincos.c: New.
2893         * gcc.dg/sh4a-sincosf.c: New.
2894         * gcc.dg/sh4a-sinf.c: New.
2895
2896 2004-07-28  Diego Novillo  <dnovillo@redhat.com>
2897
2898         * gcc.dg/tree-ssa/20030714-2.c: Adjust number of expected
2899         conditionals.
2900         * gcc.dg/tree-ssa/20031022-1.c: Adjust number of expected
2901         loads.
2902         * gcc.dg/tree-ssa/ssa-dom-cse-1.c: Expect optimization in
2903         DOM1.
2904
2905 2004-07-27  Andrew Pinski  <apinski@apple.com>
2906
2907         * g++.dg/rtti/tinfo1.C: Correct the xfail.
2908
2909 2004-07-27  Nitin Yewale <nitiny@kpitcummins.com>
2910
2911         * gcc.dg/pragma-isr.c: New test.
2912
2913 2004-07-27  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2914
2915         PR c++/14429
2916         * g++.dg/template/ttp11.C: New test.
2917
2918 2004-07-27  Diego Novillo  <dnovillo@redhat.com>
2919
2920         * gcc.c-torture/compile/20040727-1.c: New test.
2921
2922 2004-07-26  Eric Christopher  <echristo@redhat.com>
2923
2924         * gcc.c-torture/compile/20040726-2.c: New test.
2925
2926 2004-07-26  Andrew Pinski  <apinski@apple.com>
2927
2928         * g++.dg/rtti/tinfo1.C: Xfail.
2929
2930 2004-07-26  Richard Sandiford  <rsandifo@redhat.com>
2931
2932         * gcc.c-torture/compile/20040726-1.c: New test.
2933
2934 2004-07-26  Niall Douglas  <s_fsfeurope2@nedprod.com>
2935             Brian Ryner  <bryner@brianryner.com>
2936
2937         PR c++/9283
2938         PR c++/15000
2939         * gcc.dg/visibility-9.c, gcc.dg/visibility-a.c: New tests.
2940         * g++.dg/ext/visibility/: New directory.
2941         * g++.dg/ext/visibility-1.C, g++.dg/ext/visibility-2.C
2942         g++.dg/ext/visibility-3.C, g++.dg/ext/visibility-4.C,
2943         g++.dg/ext/visibility-5.C, g++.dg/ext/visibility-6.C,
2944         g++.dg/ext/visibility-7.C: Move to g++.dg/ext/visibility/.
2945         * g++.dg/ext/visibility/fvisibility.C,
2946         g++.dg/ext/visibility/fvisibility-inlines-hidden.C,
2947         g++.dg/ext/visibility/fvisibility-override1.C
2948         g++.dg/ext/visibility/fvisibility-override2.C
2949         g++.dg/ext/visibility/memfuncts.C
2950         g++.dg/ext/visibility/noPLT.C
2951         g++.dg/ext/visibility/pragma.C
2952         g++.dg/ext/visibility/pragma-override1.C
2953         g++.dg/ext/visibility/pragma-override2.C
2954         g++.dg/ext/visibility/staticmemfuncts.C
2955         g++.dg/ext/visibility/virtual.C: New tests.
2956
2957 2004-07-25  Joseph S. Myers  <jsm@polyomino.org.uk>
2958
2959         PR c/15360
2960         * gcc.dg/pr15360-1.c: New test.
2961
2962 2004-07-25  Daniel Jacobowitz  <dan@debian.org>
2963
2964         * gcc.dg/pragma-align-2.c: New test.
2965         * gcc.dg/pragma-init-fini.c: New test.
2966         * gcc.dg/pragma-align.c: Change from compile to run.  Run on Solaris
2967         targets.
2968
2969 2004-07-25  Joseph S. Myers  <jsm@polyomino.org.uk>
2970
2971         * gcc.dg/init-string-2.c: New test.
2972
2973 2004-07-24  Zack Weinberg  <zack@codesourcery.com>
2974
2975         PR 16684
2976         * gcc.dg/Wredundant-decls-1.c: New test case.
2977
2978 2004-07-24  Jakub Jelinek  <jakub@redhat.com>
2979
2980         * README.compat: Add RUN_ALL_COMPAT_TESTS documentation.
2981         * lib/compat.exp: Replace ^$tmpdir/? in testcase names with tmpdir-.
2982         * gcc.dg/compat/struct-layout-1.exp: New testsuite driver.
2983         * gcc.dg/compat/struct-layout-1_generate.c: New testcase generator.
2984         * gcc.dg/compat/generate-random.c: New file.
2985         * gcc.dg/compat/generate-random.h: Likewise.
2986         * gcc.dg/compat/generate-random_r.c: Likewise.
2987         * gcc.dg/compat/struct-layout-1.h: Likewise.
2988         * gcc.dg/compat/struct-layout-1_x1.h: Likewise.
2989         * gcc.dg/compat/struct-layout-1_x2.h: Likewise.
2990         * gcc.dg/compat/struct-layout-1_y1.h: Likewise.
2991         * gcc.dg/compat/struct-layout-1_y2.h: Likewise.
2992         * gcc.dg/compat/struct-layout-1_main.c: New test.
2993         * gcc.dg/compat/struct-layout-1_x.c: New file.
2994         * gcc.dg/compat/struct-layout-1_y.c: New file.
2995         * gcc.dg/compat/struct-layout-1_test.h: New file.
2996
2997 2004-07-23  Joseph S. Myers  <jsm@polyomino.org.uk>
2998
2999         * gcc.dg/comp-return-1.c: New test
3000
3001 2004-07-23  Janis Johnson  <janis187@us.ibm.com>
3002
3003         * gcc.dg/vmx/8-02a.c: Fix typo.
3004
3005         * gcc.dg/vmx/varargs-4.c: Remove a Darwin-specific check.
3006         * gcc.dg/darwin-abi-3.c: New test.
3007
3008         * gcc.dg/vmx/debug-1.c: Use int, not long, in union with vector.
3009         * gcc.dg/vmx/varargs-1.c: Use int, not long, in union with vector.
3010
3011         * gcc.dg/vmx/ops.c: Remove checks using pointers to long.
3012         * gcc.dg/vmx/ops-long-1.c: New test.
3013         * gcc.dg/vmx/ops-long-2.c: New test.
3014
3015 2004-07-23  Nathan Sidwell  <nathan@codesourcery.com>
3016
3017         * g++.dg/lookup/conv-[1234].C: New.
3018
3019 2004-07-22  Mark Mitchell  <mark@codesourcery.com>
3020
3021         * g++.dg/parse/attr2.C: Simplify.
3022
3023 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
3024
3025         PR c/7284
3026         * gcc.c-torture/execute/pr7284-1.c: New test.
3027
3028 2004-07-22  Brian Booth  <bbooth@redhat.com>
3029
3030         * gcc.dg/tree-ssa/20040721-1.c: New test.
3031
3032 2004-07-22  Nathan Sidwell  <nathan@codesourcery.com>
3033
3034         * g++.dg/template/crash20.c: New.
3035
3036 2004-07-22  David Billinghurst (David.Billinghurst@riotinto.com)
3037
3038         * gfortran.dg/g77/970625-2.f Copy from g77.f-torture/execute.
3039         Add dg-run directive.  Declare variables as required.
3040         * gfortran.dg/g77/README: Update
3041
3042 2004-07-22  Hans-Peter Nilsson  <hp@axis.com>
3043
3044         * gcc.dg/cris-peep2-xsrand.c, gcc.dg/cris-peep2-andu1.c,
3045         gcc.dg/cris-peep2-andu2.c: New tests.
3046
3047 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
3048
3049         PR c/15052
3050         * gcc.dg/noreturn-5.c: Test qualifiers on function type instead of
3051         on return type.
3052         * gcc.dg/qual-return-1.c: Use -Wreturn-type.  Update expected
3053         messages.
3054         * gcc.dg/qual-return-2.c: Update expected messages.
3055         * gcc.dg/qual-return-3.c, gcc.dg/qual-return-4.c: New tests.
3056
3057 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
3058
3059         * gcc.dg/c99-init-3.c, gcc.dg/gnu99-init-2.c: New tests.
3060         * gcc.dg/noncompile/921102-1.c: Update expected error message.
3061
3062 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
3063
3064         PR c/11250
3065         * gcc.dg/init-string-1.c: New test.
3066
3067 2004-07-21  Jakub Jelinek  <jakub@redhat.com>
3068
3069         PR middle-end/15345
3070         PR c/16450
3071         * gcc.dg/torture/nested-fn-1.c: New test.
3072
3073 2004-07-20  H.J. Lu  <hongjiu.lu@intel.com>
3074
3075         PR target/16559
3076         * gcc.dg/ia64-fptr-1.c: New file.
3077
3078 2004-07-21  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3079
3080         PR c++/14497
3081         * g++.dg/template/spec16.C: New test.
3082         * g++.old-deja/g++.robertl/eb118.C: Remove.
3083
3084 2004-07-21  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3085
3086         PR c++/509
3087         * g++.dg/template/spec15.C: New test.
3088
3089 2004-07-21  David Billinghurst (David.Billinghurst@riotinto.com)
3090
3091         Copy cases from g77.f-torture/execute and add dg-run
3092         directive.  Other changes as noted.
3093         * gfortran.dg/g77/13037.f
3094         * gfortran.dg/g77/1832.f
3095         * gfortran.dg/g77/19981119-0.f
3096         * gfortran.dg/g77/19990313-0.f
3097         * gfortran.dg/g77/19990313-1.f
3098         * gfortran.dg/g77/19990313-2.f
3099         * gfortran.dg/g77/19990313-3.f
3100         * gfortran.dg/g77/19990419-1.f
3101         * gfortran.dg/g77/19990826-0.f
3102         * gfortran.dg/g77/19990826-2.f
3103         * gfortran.dg/g77/20000503-1.f
3104         * gfortran.dg/g77/20001111.f
3105         * gfortran.dg/g77/20010116.f
3106         * gfortran.dg/g77/20010426-1.f: Renamed from 20010426-1.f
3107         * gfortran.dg/g77/20010430.f
3108         * gfortran.dg/g77/6177.f
3109         * gfortran.dg/g77/947.f
3110         * gfortran.dg/g77/970816-3.f
3111         * gfortran.dg/g77/971102-1.f
3112         * gfortran.dg/g77/980520-1.f
3113         * gfortran.dg/g77/980628-0.f
3114         * gfortran.dg/g77/980628-1.f
3115         * gfortran.dg/g77/980628-10.f
3116         * gfortran.dg/g77/980628-2.f
3117         * gfortran.dg/g77/980628-3.f
3118         * gfortran.dg/g77/980628-7.f
3119         * gfortran.dg/g77/980628-8.f
3120         * gfortran.dg/g77/980628-9.f
3121         * gfortran.dg/g77/980701-0.f
3122         * gfortran.dg/g77/980701-1.f
3123         * gfortran.dg/g77/cabs.f
3124         * gfortran.dg/g77/claus.f
3125         * gfortran.dg/g77/complex_1.f
3126         * gfortran.dg/g77/cpp3.F: Renamed from cpp3.F
3127         * gfortran.dg/g77/dcomplex.f
3128         * gfortran.dg/g77/dnrm2.f: Add dg-warnings as required.
3129         * gfortran.dg/g77/f90-intrinsic-mathematical.f
3130         * gfortran.dg/g77/f90-intrinsic-numeric.f
3131         * gfortran.dg/g77/int8421.f
3132         * gfortran.dg/g77/labug1.f
3133         * gfortran.dg/g77/large_vec.f
3134         * gfortran.dg/g77/le.f
3135         * gfortran.dg/g77/short.f
3136         * gfortran.dg/g77/README: Update
3137
3138 2004-07-20  Mark Mitchell  <mark@codesourcery.com>
3139
3140         PR c++/16637
3141         * g++.dg/parse/lookup4.C: New test.
3142
3143 2004-07-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3144
3145         PR c++/16175
3146         * g++.dg/template/ttp10.C: New test.
3147
3148 2004-07-20  Joseph S. Myers  <jsm@polyomino.org.uk>
3149
3150         * gcc.dg/pr12625-1.c: New test.
3151
3152 2004-07-20  Steven Bosscher  <stevenb@suse.de>
3153
3154         * testsuite/gcc.dg/switch-warn-1.c: New test.
3155         * testsuite/gcc.dg/switch-warn-2.c: New test.
3156         * gcc.c-torture/compile/pr14730.c: Update.
3157
3158 2004-07-19  Kelley Cook  <kcook@gcc.gnu.org>
3159
3160         * g++.dg/lookup/java1.C, g++.dg/lookup/java2.C, g++.dg/other/crash-2.C,
3161         g++.dg/parse/casting-operator2.C, g++.dg/parse/dtor3.C,
3162         g++.dg/parse/typename6.C, g++.dg/template/dependent-expr4.C,
3163         g++.dg/template/nontype3.C: Remove trailing CR from tests.
3164
3165 2004-07-18  Mark Mitchell  <mark@codesourcery.com>
3166
3167         PR c++/16623
3168         * g++.dg/template/assign1.C: New test.
3169
3170 2004-07-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3171
3172         PR c++/12170
3173         * g++.dg/template/ttp9.C: New test.
3174
3175 2004-07-19  Daniel Jacobowitz  <dan@debian.org>
3176
3177         * gcc.dg/format/cmn-err-1.c: New test.
3178
3179 2004-07-19  Joseph S. Myers  <jsm@polyomino.org.uk>
3180
3181         * g++.dg/warn/Wparentheses-1.C, g++.dg/warn/Wparentheses-2.C,
3182         gcc.dg/Wparentheses-10.c: New tests.
3183         * gcc.dg/Wparentheses-5.c: Remove XFAILs.
3184
3185 2004-07-18  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3186
3187         PR fortran/16465
3188         * gfortran.dg/g77//ffixed-line-length-0.f,
3189         gfortran.dg/g77/ffixed-line-length-132.f,
3190         gfortran.dg/g77/ffixed-line-length-72.f,
3191         gfortran.dg/g77/ffixed-line-length-none.f: Copy from g77.dg.
3192         gfortran.dg/g77/README: Update.
3193
3194 2004-07-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3195
3196         PR c++/13092
3197         * g++.dg/template/non-dependent7.C: New test.
3198         * g++.dg/template/non-dependent8.C: Likewise.
3199         * g++.dg/template/non-dependent9.C: Likewise.
3200         * g++.dg/template/non-dependent10.C: Likewise.
3201
3202 2004-07-17  Mark Mitchell  <mark@codesourcery.com>
3203
3204         PR c++/16337
3205         * g++.dg/parse/attr2.C: New test.
3206
3207 2004-07-17  Toon Moene  <toon@moene.indiv.nluug.nl>
3208
3209         * g77.dg: Removed.
3210         * g77.f-torture: Ditto.
3211
3212 2004-07-17  Joseph S. Myers  <jsm@polyomino.org.uk>
3213
3214         * gcc.dg/Wparentheses-2.c, gcc.dg/Wparentheses-3.c,
3215         gcc.dg/Wparentheses-4.c, Wparentheses-5.c, Wparentheses-6.c,
3216         Wparentheses-7.c, Wparentheses-8.c, Wparentheses-9.c: New tests.
3217
3218 2004-07-16  Richard Henderson  <rth@redhat.com>
3219
3220         * gcc.c-torture/compile/20020210-1.c: Remove XFAIL.
3221
3222 2004-07-16  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3223
3224         * lib/fortran-torture.exp (fortran-torture): Don't test compile
3225         tests with full list of options.
3226         * lib/gfortran-dg.exp (gfortran-dg-runtest): Only test with all
3227         of TORTURE_OPTIONS if test contains 'dg-do run'.
3228
3229         PR fortran/16404
3230         * gfortran.dg/do_iterator.f90: New test.
3231
3232 2004-07-16  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3233
3234         PR rtl-optimization/16536
3235         * gcc.c-torture/execute/restrict-1.c: New test.
3236
3237 2004-07-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3238
3239         PR fortran/15324
3240         * gfortran.dg/pr15324.f90: New test.
3241
3242         PR fortran/15129
3243         * gfortran.dg/pr15129.f90: New test.
3244
3245         PR fortran/15140
3246         * gfortran.dg/pr15140.f90: New test.
3247
3248         PR fortran/13792
3249         * gfortran.fortran-torture/execute/bounds.f90: Add check for
3250         compile-time simplification.
3251
3252 2004-07-14  Mike Stump  <mrs@apple.com>
3253
3254         * gcc.dg/20020426-2.c: Improve type safety wrt unsignedness.
3255
3256 2004-07-14  James E Wilson  <wilson@specifixinc.com>
3257
3258         PR target/16325
3259         * gcc.dg/profile-generate-1.c: New.
3260
3261 2004-07-15  Jakub Jelinek  <jakub@redhat.com>
3262
3263         * gcc.c-torture/execute/20040709-1.c: New test.
3264         * gcc.c-torture/execute/20040709-2.c: New test.
3265
3266 2004-07-14  Mike Stump  <mrs@apple.com>
3267
3268         * gcc.dg/wint_t-1.c: Expect to pass on darwin 10.3.x and later.
3269
3270 2004-07-14  Mike Stump  <mrs@apple.com>
3271
3272         * gcc.dg/wchar_t-1.c: Expect to pass on darwin 10.3.x and later.
3273
3274 2004-07-13  Mark Mitchell  <mark@codesourcery.com>
3275
3276         PR c++/16518
3277         * g++.dg/parse/mutable1.C: New test.
3278
3279 2004-07-13  Diego Novillo  <dnovillo@redhat.com>
3280
3281         PR tree-optimization/16443
3282         * gcc.dg/tree-ssa/20040713-1.c: New test.
3283
3284 2004-07-15  Ulrich Weigand  <uweigand@de.ibm.com>
3285
3286         * g++.dg/lookup/new2.C: Use first operand of type __SIZE_TYPE__
3287         for operator new.
3288
3289 2004-07-13  David Billinghurst <David.Billinghurst@riotinto.com>
3290
3291         * gfortran.dg/g77/README: New file
3292         * gfortran.dg/g77/19981216-0.f:  Copy from
3293         g77.f-torture/noncompile.  Add "dg-do compile" and
3294         dg-error as required.
3295         * gfortran.dg/g77/19990218-1.f: Likewise
3296         * gfortran.dg/g77/19990905-1.f: Likewise
3297         * gfortran.dg/g77/9263.f: Likewise
3298         * gfortran.dg/g77/980615-0.f: Likewise
3299         * gfortran.dg/g77/980616-0.f: Likewise
3300         * gfortran.dg/g77/check0.f: Likewise
3301         * gfortran.dg/g77/select_no_compile.f: Likewise
3302
3303 2004-07-13  David Billinghurst <David.Billinghurst@riotinto.com>
3304
3305         Copy files from g77.f-torture/compile.
3306         Add "{ dg-do compile}".  Other changes as noted
3307         * gfortran.dg/g77/19990905-0.f: XFAIL PR 16511
3308         * gfortran.dg/g77/20010519-1.f: Add dg-warning as required
3309         * gfortran.dg/g77/20030115-1.f: Add dg-warning as required
3310         * gfortran.dg/g77/20030326-1.f: XFAIL PR 16511
3311         * gfortran.dg/g77/970125-0.f: Add dg-excess-errors.
3312         * gfortran.dg/g77/980519-2.f: Declare hd_S,hd_Z,hd_T
3313         * gfortran.dg/g77/990115-1.f: Declare RANK as INTEGER
3314         * gfortran.dg/g77/alpha1.f: Separate declaration and DATA
3315         statement to conform to standard.  Append alpha1.x for reference.
3316         * gfortran.dg/g77/xformat.f: Add dg-warning
3317
3318 2004-07-13  David Billinghurst <David.Billinghurst@riotinto.com>
3319
3320         * gfortran.dg/g77/cpp.F: Copy from g77.f-torture/compile.
3321         Add {dg-do compile} directive.
3322         * gfortran.dg/g77/cpp2.F: Likewise
3323
3324 2004-07-12  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3325
3326         PR c++/5402
3327         * g++.dg/lookup/name-clash1.C: New test.
3328
3329         PR c++/9777
3330         * g++.dg/lookup/name-clash2.C: New test.
3331
3332         PR c++/12102
3333         * g++.dg/lookup/name-clash3.C: New test.
3334
3335 2004-07-12  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3336
3337         * g++.dg/lookup/new2.C: New test.
3338         * g++.old-deja/g++.ns/new1.C: Remove (ill-formed).
3339
3340 2004-07-12  David Billinghurst <David.Billinghurst@riotinto.com>
3341
3342         * gfortran.dg/g77/12002.f: Copy from g77.f-torture/compile.
3343         Add {dg-do compile} directive.
3344         * gfortran.dg/g77/13060.f: Likewise
3345         * gfortran.dg/g77/19990218-0.f: Likewise
3346         * gfortran.dg/g77/19990305-0.f: Likewise
3347         * gfortran.dg/g77/19990419-0.f: Likewise
3348         * gfortran.dg/g77/19990502-0.f: Likewise
3349         * gfortran.dg/g77/19990502-1.f: Likewise
3350         * gfortran.dg/g77/19990525-0.f: Likewise
3351         * gfortran.dg/g77/19990826-1.f: Likewise
3352         * gfortran.dg/g77/19990826-3.f: Likewise
3353         * gfortran.dg/g77/19990905-2.f: Likewise
3354         * gfortran.dg/g77/20000412-1.f: Likewise
3355         * gfortran.dg/g77/20000511-1.f: Likewise
3356         * gfortran.dg/g77/20000511-2.f: Likewise
3357         * gfortran.dg/g77/20000518.f: Likewise
3358         * gfortran.dg/g77/20000601-1.f: Likewise
3359         * gfortran.dg/g77/20000601-2.f: Likewise
3360         * gfortran.dg/g77/20000629-1.f: Likewise
3361         * gfortran.dg/g77/20000630-2.f: Likewise
3362         * gfortran.dg/g77/20010115.f: Likewise
3363         * gfortran.dg/g77/20010321-1.f: Likewise
3364         * gfortran.dg/g77/20010426.f: Likewise
3365         * gfortran.dg/g77/20020307-1.f: Likewise
3366         * gfortran.dg/g77/8485.f: Likewise
3367         * gfortran.dg/g77/960317-1.f: Likewise
3368         * gfortran.dg/g77/970915-0.f: Likewise
3369         * gfortran.dg/g77/980310-1.f: Likewise
3370         * gfortran.dg/g77/980310-2.f: Likewise
3371         * gfortran.dg/g77/980310-3.f: Likewise
3372         * gfortran.dg/g77/980310-4.f: Likewise
3373         * gfortran.dg/g77/980310-6.f: Likewise
3374         * gfortran.dg/g77/980310-7.f: Likewise
3375         * gfortran.dg/g77/980310-8.f: Likewise
3376         * gfortran.dg/g77/980419-2.f: Likewise
3377         * gfortran.dg/g77/980424-0.f: Likewise
3378         * gfortran.dg/g77/980427-0.f: Likewise
3379         * gfortran.dg/g77/980729-0.f: Likewise
3380         * gfortran.dg/g77/981117-1.f: Likewise
3381         * gfortran.dg/g77/toon_1.f: Likewise
3382
3383 2004-07-12  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3384
3385         PR c++/2204
3386         * g++.dg/other/abstract2.C: New test.
3387
3388 2004-07-12  Paul Brook  <paul@codesourcery.com>
3389
3390         * gfortran.dg/pointer_init_1.f90: New test.
3391
3392 2004-07-11  Paul Brook  <paul@codesourcery.com>
3393
3394         PR fortran/15986
3395         * gfortran.dg/contained_1.f90: New test.
3396
3397 2004-07-11  Mark Mitchell  <mark@codesourcery.com>
3398
3399         * g++.dg/parse/defarg8.C: New test.
3400
3401 2004-07-11  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3402
3403         PR fortran/16433
3404         * gfortran.dg/pr16433.f: New test.
3405
3406         PR fortran/17574
3407         * gfortran.dg/pr15754.f90: New test.
3408
3409 2004-07-11  Joseph S. Myers  <jsm@polyomino.org.uk>
3410
3411         PR tree-optimization/16437
3412         * gcc.c-torture/execute/bitfld-4.c: New test.
3413
3414 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3415
3416         * gfortran.fortran-torture/execute/common_2.f90: Add check for
3417         access to common var from module.
3418
3419 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3420
3421         PR fortran/16336
3422         * gfortran.fortran-torture/execute/common_2.f90: New test.
3423
3424 2004-07-10  Paul Brook  <paul@codesourcery.com>
3425
3426         * gfortran.fortran-torture/execute/der_init_5.f90: Enable more tests.
3427
3428 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3429
3430         PR fortran/15969
3431         * gfortran.fortran-torture/execute/der_init_5.f90: New test.
3432
3433 2004-07-10  David Billinghurst <David.Billinghurst@riotinto.com>
3434
3435         * gfortran.dg/g77/ffixed-form-1.f: Copy from g77.dg
3436         * gfortran.dg/g77/ffixed-form-2.f: Likewise
3437         * gfortran.dg/g77/ffree-form-1.f: Likewise
3438         * gfortran.dg/g77/ffree-form-2.f: Likewise
3439         * gfortran.dg/g77/ffree-form-3.f: Likewise
3440         * gfortran.dg/g77/fno-underscoring.f: Likewise
3441         * gfortran.dg/g77/funderscoring.f: Likewise
3442         * gfortran.dg/g77/pr9258.f: Likewise.  Add dg-warning lines.
3443
3444 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3445
3446         * gfortran.fortran-torture/execute/module_init_1.f90: Fix test.
3447
3448 2004-07-10 Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3449         Paul Brook  <paul@codesourcery.com>
3450
3451         PR fortran/13415
3452         * gfortran.dg/common_pointer_1.f90: New test.
3453
3454 2004-07-10  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3455
3456         * g++.dg/lookup/new1.C: Fix dg-excess-error syntax.
3457
3458 2004-07-09  James E Wilson  <wilson@specifixinc.com>
3459
3460         PR target/16364
3461         * gcc.c-torture/compile/20040709-1.c: New.
3462
3463 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3464
3465         PR fortran/14077
3466         * gfortran.fortran-torture/execute/module_init_1.f90: New test.
3467
3468 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3469
3470         PR fortran/13201
3471         * gfortran.dg/shape_1.f90: New test.
3472
3473 2004-07-09  Zack Weinberg  <zack@codesourcery.com>
3474             Andrew Pinski  <apinski@apple.com>
3475
3476         * gcc.dg/noncompile/init-4.c: Remove bogus dg-error marker.
3477
3478 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3479
3480         * gfortran.fortran-torture/compile/name_clash2.f90: Remove outdated
3481         comment.
3482
3483 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3484         Paul Brook  <paul@codesourcery.com>
3485
3486         * gfortran.dg/dg.exp: Use revised wilcard for suffixes, also allow
3487         '.f95' and '.F95'.
3488
3489 2004-07-09  Diego Novillo  <dnovillo@redhat.com>
3490
3491         * gcc.dg/tree-ssa/20031015-1.c: Adjust expected dump file name.
3492
3493 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3494
3495         * gfortran.dg/dg.exp: Don't use wildcard for suffixes, also check
3496         testcases with capital suffix.
3497
3498 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3499
3500         PR fortran/15481
3501         PR fortran/13372
3502         PR fortran/13575
3503         PR fortran/15978
3504         * gfortran.fortran-torture/compile/implicit_2.f90: New test.
3505
3506         * gfortran.dg/implicit_1.f90: New test.
3507
3508 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
3509
3510         * lib/gfortran-dg.exp (gfortran-dg-test):  Adapt regular
3511         expression to match gfortran warning/error messages
3512         * gfortran.dg/g77/12632.f: Copy from g77.dg and fix
3513         dg-error text.
3514
3515 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
3516
3517         * lib/fortran-torture.exp: Rename proc search_for to
3518         search_for_re.
3519
3520 2004-07-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
3521
3522         * gcc.c-torture/execute/simd-5.x: New file.
3523         XFAIL on SPARC 64-bit at -O0.
3524
3525 2004-07-09  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3526
3527         PR c++/8211
3528         PR c++/16165
3529         * g++.dg/warn/effc3.C: New test.
3530
3531 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
3532
3533         * gfortran.dg/g77/f77-edit-i-in.f: Copy from g77.dg and
3534         change X to 1X in format.
3535         * gfortran.dg/g77/20010216-1.f:  Copy from g77.dg and
3536         add data statements to conform to standard.
3537
3538 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
3539
3540         * gfortran.dg/g77/f77-edit-s-out.f: Copy from g77.dg. XFAIL
3541         * gfortran.dg/g77/f77-edit-t-in.f: Likewise
3542         * gfortran.dg/g77/f77-edit-x-out.f: Likewise
3543
3544 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
3545
3546         * gfortran.dg/g77/7388.f: Copy from g77.dg
3547         * gfortran.dg/g77/f77-edit-i-out.f: Likewise
3548         * gfortran.dg/g77/f77-edit-apostrophe-out.f: Likewise
3549         * gfortran.dg/g77/f77-edit-slash-out.f: Likewise
3550         * gfortran.dg/g77/f77-edit-colon-out.f: Likewise
3551         * gfortran.dg/g77/f77-edit-t-out.f: Likewise
3552         * gfortran.dg/g77/f77-edit-h-out.f: Likewise
3553         * gfortran.dg/g77/strlen0.f: Likewise
3554
3555 2004-07-09   David Billinghurst <David.Billinghurst@riotinto.com>
3556
3557         * lib/gfortran-dg.exp: New file (adapted from lib/g77-dg.exp)
3558         * gfortran.dg/dg.exp: New file (adapted from g77.dg/dg.exp)
3559
3560 2004-07-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
3561
3562         * gcc.c-torture/execute/920428-2.x: Delete.
3563         * gcc.c-torture/execute/920501-7.x: Likewise.
3564
3565 2004-07-08  Jakub Jelinek  <jakub@redhat.com>
3566
3567         * gcc.mist-tests/i386-prefetch.exp (PREFETCH_SSE): Change all
3568         -march=i386 into -march=i686.  Add -march=i686 -mtune=x and
3569         -march=x for pentium3, pentium3m, pentium-m, pentium4m,
3570         prescott and c3-2.
3571         (PREFETCH_3DNOW): Add -march=c3.
3572
3573 2004-07-08  Diego Novillo  <dnovillo@redhat.com>
3574
3575         PR c/16437
3576         * gcc.c-torture/execute/991118-1.x: XFAIL for x86_64.
3577         * gcc.c-torture/execute/bf64-1.x: Likewise.
3578
3579 2004-07-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
3580
3581         * gcc.c-torture/compile/20040708-1.c: New test.
3582
3583 2004-07-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3584
3585         PR c++/16169
3586         * g++.dg/warn/effc2.C: New test.
3587
3588 2004-07-08  Joseph S. Myers  <jsm@polyomino.org.uk>
3589
3590         * gcc.c-torture/execute/bitfld-1.x: Remove.
3591         * gcc.c-torture/execute/bitfld-3.c: New test.
3592         * gcc.dg/bitfld-2.c: Remove XFAILs.
3593
3594 2004-07-07  H.J. Lu  <hongjiu.lu@intel.com>
3595
3596         PR c++/16276
3597         * g++.dg/rtti/tinfo1.C: New file.
3598
3599 2004-07-07  Eric Christopher  <echristo@redhat.com>
3600
3601         * gcc.c-torture/compile/20020210-1.c: xfail with optimization.
3602
3603 2004-07-07  Andrew Pinski  <apinski@apple.com>
3604
3605         * gcc.c-torture/execute/931004-12.x: Xfail on powerpc-*-darwin*.
3606
3607 2004-07-07  Mark Mitchell  <mark@codesourcery.com>
3608
3609         * g++.dg/init/call1.C: XFAIL.
3610
3611 2004-07-07  Alexandre Oliva  <aoliva@redhat.com>
3612
3613         * gcc.c-torture/execute/builtins/mempcpy-2.c: Rename movstr*,
3614         except for movstrict*, to movmem* and clrstr* to clrmem*.
3615
3616 2004-07-07  Richard Sandiford  <rsandifo@redhat.com>
3617
3618         * gcc.c-torture/execute/20040707-1.c: New test.
3619
3620 2004-07-06  Richard Sandiford  <rsandifo@redhat.com>
3621
3622         * gcc.c-torture/execute/20040706-1.c: New test.
3623
3624 2004-07-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3625
3626         PR c++/3671
3627         * g++.dg/template/spec14.C: New test.
3628
3629 2004-07-05  Jakub Jelinek  <jakub@redhat.com>
3630
3631         * gcc.c-torture/execute/20040629-1.c (FIELDS1, FIELDS2): Define to
3632         nothing if not yet defined.  Use it in b, c and d type definitions.
3633         * gcc.c-torture/execute/20040705-1.c: New test.
3634         * gcc.c-torture/execute/20040705-2.c: New test.
3635
3636 2004-07-05  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3637
3638         PR c++/2518
3639         * g++.dg/lookup/new1.C: New test.
3640
3641 2004-07-05  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3642
3643         PR c++/11406
3644         * g++.dg/template/sizeof8.C: New test.
3645
3646 2004-07-05  Richard Sandiford  <rsandifo@redhat.com>
3647
3648         * gcc.c-torture/compile/20040705-1.c: New test.
3649
3650 2004-07-04  Bud Davis  <bdavis9659@comcast.net>
3651
3652         * gfortran.fortran-torture/execute/seq_io.f90: New test.
3653
3654 2004-07-04  Neil Booth  <neil@duron.akihabara.co.uk>
3655
3656         * gcc.dg/cpp/if-mop.c: Two new testcases.
3657         * gcc.dg/cpp/trad/comment-3.c: New.
3658
3659 2004-07-04  Paul Brook  <paul@codesourcery.com>
3660
3661         * gfortran.fortran-torture/compile/implicit_1.f90: New test.
3662
3663 2004-07-03  Scott Brumbaugh  <scottb.lists@verizon.net>
3664
3665         PR c++/3761
3666         * g++.dg/lookup/crash4.C: New test.
3667
3668 2004-07-02  Zack Weinberg  <zack@codesourcery.com>
3669
3670         * gcc.c-torture/execute/builtin-abs-1.c
3671         * gcc.c-torture/execute/builtin-abs-2.c
3672         * gcc.c-torture/execute/builtin-complex-1.c
3673         * gcc.c-torture/execute/builtins/string-1-lib.c
3674         * gcc.c-torture/execute/builtins/string-1.c
3675         * gcc.c-torture/execute/builtins/string-2-lib.c
3676         * gcc.c-torture/execute/builtins/string-2.c
3677         * gcc.c-torture/execute/builtins/string-3-lib.c
3678         * gcc.c-torture/execute/builtins/string-3.c
3679         * gcc.c-torture/execute/builtins/string-4-lib.c
3680         * gcc.c-torture/execute/builtins/string-4.c
3681         * gcc.c-torture/execute/builtins/string-5-lib.c
3682         * gcc.c-torture/execute/builtins/string-5.c
3683         * gcc.c-torture/execute/builtins/string-6-lib.c
3684         * gcc.c-torture/execute/builtins/string-6.c
3685         * gcc.c-torture/execute/builtins/string-7-lib.c
3686         * gcc.c-torture/execute/builtins/string-7.c
3687         * gcc.c-torture/execute/builtins/string-8-lib.c
3688         * gcc.c-torture/execute/builtins/string-8.c
3689         * gcc.c-torture/execute/builtins/string-9-lib.c
3690         * gcc.c-torture/execute/builtins/string-9.c
3691         * gcc.c-torture/execute/builtins/string-asm-1-lib.c
3692         * gcc.c-torture/execute/builtins/string-asm-1.c
3693         * gcc.c-torture/execute/builtins/string-asm-2-lib.c
3694         * gcc.c-torture/execute/builtins/string-asm-2.c
3695         * gcc.c-torture/execute/stdio-opt-1.c
3696         * gcc.c-torture/execute/stdio-opt-2.c
3697         * gcc.c-torture/execute/stdio-opt-3.c
3698         * gcc.c-torture/execute/string-opt-1.c
3699         * gcc.c-torture/execute/string-opt-10.c
3700         * gcc.c-torture/execute/string-opt-11.c
3701         * gcc.c-torture/execute/string-opt-12.c
3702         * gcc.c-torture/execute/string-opt-13.c
3703         * gcc.c-torture/execute/string-opt-14.c
3704         * gcc.c-torture/execute/string-opt-15.c
3705         * gcc.c-torture/execute/string-opt-16.c
3706         * gcc.c-torture/execute/string-opt-2.c
3707         * gcc.c-torture/execute/string-opt-6.c
3708         * gcc.c-torture/execute/string-opt-7.c
3709         * gcc.c-torture/execute/string-opt-8.c:
3710         Replace with ...
3711
3712         * gcc.c-torture/execute/builtins/abs-2.c
3713         * gcc.c-torture/execute/builtins/abs-3.c
3714         * gcc.c-torture/execute/builtins/complex-1.c
3715         * gcc.c-torture/execute/builtins/fprintf.c
3716         * gcc.c-torture/execute/builtins/fputs.c
3717         * gcc.c-torture/execute/builtins/memcmp.c
3718         * gcc.c-torture/execute/builtins/memmove.c
3719         * gcc.c-torture/execute/builtins/memops-asm.c
3720         * gcc.c-torture/execute/builtins/mempcpy-2.c
3721         * gcc.c-torture/execute/builtins/mempcpy.c
3722         * gcc.c-torture/execute/builtins/memset.c
3723         * gcc.c-torture/execute/builtins/printf.c
3724         * gcc.c-torture/execute/builtins/sprintf.c
3725         * gcc.c-torture/execute/builtins/strcat.c
3726         * gcc.c-torture/execute/builtins/strchr.c
3727         * gcc.c-torture/execute/builtins/strcmp.c
3728         * gcc.c-torture/execute/builtins/strcpy.c
3729         * gcc.c-torture/execute/builtins/strcspn.c
3730         * gcc.c-torture/execute/builtins/strlen-2.c
3731         * gcc.c-torture/execute/builtins/strlen.c
3732         * gcc.c-torture/execute/builtins/strncat.c
3733         * gcc.c-torture/execute/builtins/strncmp-2.c
3734         * gcc.c-torture/execute/builtins/strncmp.c
3735         * gcc.c-torture/execute/builtins/strncpy.c
3736         * gcc.c-torture/execute/builtins/strpbrk.c
3737         * gcc.c-torture/execute/builtins/strpcpy-2.c
3738         * gcc.c-torture/execute/builtins/strpcpy.c
3739         * gcc.c-torture/execute/builtins/strrchr.c
3740         * gcc.c-torture/execute/builtins/strspn.c
3741         * gcc.c-torture/execute/builtins/strstr-asm.c
3742         * gcc.c-torture/execute/builtins/strstr.c:
3743         ... these new files.
3744
3745         * gcc.c-torture/execute/builtins/abs-2-lib.c
3746         * gcc.c-torture/execute/builtins/abs-3-lib.c
3747         * gcc.c-torture/execute/builtins/complex-1-lib.c
3748         * gcc.c-torture/execute/builtins/fprintf-lib.c
3749         * gcc.c-torture/execute/builtins/fputs-lib.c
3750         * gcc.c-torture/execute/builtins/memcmp-lib.c
3751         * gcc.c-torture/execute/builtins/memmove-lib.c
3752         * gcc.c-torture/execute/builtins/memops-asm-lib.c
3753         * gcc.c-torture/execute/builtins/mempcpy-2-lib.c
3754         * gcc.c-torture/execute/builtins/mempcpy-lib.c
3755         * gcc.c-torture/execute/builtins/memset-lib.c
3756         * gcc.c-torture/execute/builtins/printf-lib.c
3757         * gcc.c-torture/execute/builtins/sprintf-lib.c
3758         * gcc.c-torture/execute/builtins/strcat-lib.c
3759         * gcc.c-torture/execute/builtins/strchr-lib.c
3760         * gcc.c-torture/execute/builtins/strcmp-lib.c
3761         * gcc.c-torture/execute/builtins/strcpy-lib.c
3762         * gcc.c-torture/execute/builtins/strcspn-lib.c
3763         * gcc.c-torture/execute/builtins/strlen-2-lib.c
3764         * gcc.c-torture/execute/builtins/strlen-lib.c
3765         * gcc.c-torture/execute/builtins/strncat-lib.c
3766         * gcc.c-torture/execute/builtins/strncmp-2-lib.c
3767         * gcc.c-torture/execute/builtins/strncmp-lib.c
3768         * gcc.c-torture/execute/builtins/strncpy-lib.c
3769         * gcc.c-torture/execute/builtins/strpbrk-lib.c
3770         * gcc.c-torture/execute/builtins/strpcpy-2-lib.c
3771         * gcc.c-torture/execute/builtins/strpcpy-lib.c
3772         * gcc.c-torture/execute/builtins/strrchr-lib.c
3773         * gcc.c-torture/execute/builtins/strspn-lib.c
3774         * gcc.c-torture/execute/builtins/strstr-asm-lib.c
3775         * gcc.c-torture/execute/builtins/strstr-lib.c
3776         * gcc.c-torture/execute/builtins/lib/abs.c
3777         * gcc.c-torture/execute/builtins/lib/fprintf.c
3778         * gcc.c-torture/execute/builtins/lib/memset.c
3779         * gcc.c-torture/execute/builtins/lib/printf.c
3780         * gcc.c-torture/execute/builtins/lib/sprintf.c
3781         * gcc.c-torture/execute/builtins/lib/strcpy.c
3782         * gcc.c-torture/execute/builtins/lib/strcspn.c
3783         * gcc.c-torture/execute/builtins/lib/strncat.c
3784         * gcc.c-torture/execute/builtins/lib/strncmp.c
3785         * gcc.c-torture/execute/builtins/lib/strncpy.c
3786         * gcc.c-torture/execute/builtins/lib/strpbrk.c
3787         * gcc.c-torture/execute/builtins/lib/strspn.c
3788         * gcc.c-torture/execute/builtins/lib/strstr.c:
3789         New files containing support routines.
3790
3791         * gcc.c-torture/execute/builtins/abs-1.c: Remove unnecessary
3792         declaration.
3793         * gcc.c-torture/execute/builtins/lib/main.c: Define link_error
3794         when not optimizing.
3795
3796 2004-07-02  Mark Mitchell  <mark@codesourcery.com>
3797
3798         PR c++/16240
3799         * g++.dg/abi/mangle22.C: New test.
3800         * g++.dg/abi/mangle23.C: Likewise.
3801
3802 2004-07-02  David Billinghurst  <David.Billinghurst@riotinto.com>
3803
3804         PR fortran/16290
3805         * gfortran.fortran-torture/execute/intrinsic_set_exponent.f90
3806         Allow for cases without denormalized floating point numbers.
3807
3808 2004-07-01  Joseph S. Myers  <jsm@polyomino.org.uk>
3809
3810         PR c/1027
3811         * gcc.dg/Wswitch-enum.c, gcc.dg/Wswitch.c,
3812         gcc.dg/format/branch-1.c, gcc.dg/format/diag-1.c,
3813         gcc.dg/format/multattr-3.c, gcc.dg/format/xopen-1.c: Update
3814         expected warning text.
3815         * gcc.dg/format/diag-2.c: New test.
3816
3817 2004-07-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
3818
3819         * gcc.c-torture/compile/20040323-1.c: XFAIL on Solaris 2.
3820
3821 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
3822
3823         * gcc.dg/builtins-43.c: New.
3824         * gcc.dg/builtins-44.c: New.
3825         * gcc.dg/builtins-45.c: New.
3826
3827 2004-06-26  Geoffrey Keating  <geoffk@apple.com>
3828             Andreas Tobler  <a.tobler@schweiz.ch>
3829
3830         * gcc.dg/cleanup-10.c: Run on all Linux platforms and powerpc-darwin.
3831         Use SA_RESETHAND rather than SA_ONESHOT.  Trap SIGBUS as well
3832         as SIGSEGV.
3833         * gcc.dg/cleanup-11.c: Likewise.
3834         * gcc.dg/cleanup-8.c: Likewise.
3835         * gcc.dg/cleanup-9.c: Likewise.
3836         * gcc.dg/cleanup-5.c: Run on all platforms.
3837
3838 2004-06-30  Joseph S. Myers  <jsm@polyomino.org.uk>
3839
3840         * g++.dg/warn/nonnull1.C: New test.
3841
3842 2004-06-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
3843
3844         * gcc.dg/compat/compat-common.h: Wrap up CINT in
3845         an #ifndef SKIP_COMPLEX_INT/#endif pair.
3846         Special-case the Sun compiler wrt to <complex.h>.
3847
3848 2004-06-30  Nitin Yewale <nitiny@kpitcummins.com>
3849
3850         * gcc.dg/Wunreachable-8.C: New test.
3851
3852         * gcc.dg/h8300-ice2.c : New test.
3853
3854 2004-06-30  Tobias Schlueter  <tobias.shclueter@physik.uni-muenchen.de>
3855
3856         PR fortran/16161
3857         * gfortran.fortran-torture/compile/implicit.f90: Add test
3858         for implicit character.
3859
3860 2004-06-30  David Billinghurst <David.Billinghurst@riotinto.com>
3861
3862         PR fortran/16289
3863         * gfortran.fortran-torture/execute/intrinsic_nearest.f90
3864         Use tiny() intrinsic to find smallest non-negative real
3865
3866 2004-06-30  Jakub Jelinek  <jakub@redhat.com>
3867
3868         * gcc.dg/compat/struct-by-value-22_main.c: New test.
3869         * gcc.dg/compat/struct-by-value-22_x.c: New.
3870         * gcc.dg/compat/struct-by-value-22_y.c: New.
3871
3872         * gcc.c-torture/execute/20040629-1.c: New test.
3873
3874 2004-06-29  Jakub Jelinek  <jakub@redhat.com>
3875
3876         * gcc.dg/compat/vector-defs.h: Use vector_size attribute
3877         only for GCC 3.5+, for GCC up to 3.4 mode(V*) attribute instead.
3878
3879         PR target/16195
3880         * gcc.dg/20040625-1.c: New test.
3881
3882 2004-06-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3883
3884         * gfortran.fortran-torture/execute/parameter_2.f90: New test.
3885
3886 2004-06-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3887
3888         PR fortran/15963
3889         * gfortran.fortran-torture/execute/initialization_1.f90: New test.
3890
3891 2004-06-29  Richard Henderson  <rth@redhat.com>
3892
3893         * gcc.dg/tree-ssa/20040430-1.c: Expect zero if's.
3894
3895 2004-06-29  Paul Brook  <paul@codesourcery.com>
3896
3897         * g++.old-deja/g++.abi/arraynew.C: Handle ARM EABI cookies.
3898         * g++.old-deja/g++.abi/cxa_vec.C: Allocate larger cookies for AEABI.
3899
3900 2004-06-29  Nathan Sidwell  <nathan@codesourcery.com>
3901
3902         PR c++/16260
3903         * g++.dg/parse/crash15.C: New.
3904
3905 2004-06-28  Andrew Pinski  <apinski@apple.com>
3906
3907         * gcc.dg/pr14963.c: Remove the dg-warning as it is dected
3908         by the error already.
3909
3910         * g++.dg/opt/ptrmem4.C: Change to compile only test.
3911
3912 2004-06-28  Dhananjay Deshpande  <dhananjayd@kpitcummins.com>
3913
3914         PR target/14041
3915         * gcc.dg/h8300-bss-align-1.c : New.
3916
3917 2004-06-28  Nathan Sidwell  <nathan@codesourcery.com>
3918
3919         * PR c++/16174
3920         * g++.dg/template/ctor4.C: New.
3921
3922 2004-06-27  Andrew Pinski  <pinskia@physics.uc.edu>
3923
3924         PR c++/16205
3925         * g++.dg/warn/Wsequence-point-1.C: New test.
3926
3927 2004-06-27  Paul Brook  <paul@codesourcery.com>
3928
3929         * gfortran.fortran-torture/execute/specfics.f90: Use correct typing.
3930
3931 2004-06-27  Zack Weinberg  <zack@codesourcery.com>
3932
3933         * g++.old-deja/g++.mike/p7325.C: Remove.
3934
3935 2004-06-27  Andrew Pinski  <pinskia@physics.uc.edu>
3936
3937         PR c/14963
3938         * gcc.dg/pr14963.c: New test.
3939
3940 2004-06-27  Mark Mitchell  <mark@codesourcery.com>
3941
3942         PR c++/16193
3943         * g++.dg/parse/redef1.C: New test.
3944
3945 2004-06-27  Joseph S. Myers  <jsm@polyomino.org.uk>
3946
3947         * gcc.c-torture/compile/20021123-1.c: Remove duplicate of
3948         20021110.c.
3949         * gcc.c-torture/compile/20021123-4.c: Remove duplicate of
3950         20021119-1.c.
3951         * gcc.dg/vmx/5-05.c, gcc.dg/vmx/5-06.c, gcc.dg/vmx/5-07.c,
3952         gcc.dg/vmx/5-08.c: Remove duplicates of 5-01.c, 5-02.c, 5-03.c,
3953         5-04.c.
3954         * gcc.dg/builtins-42.c: Remove duplicate of builtins-41.c.
3955         * g++.dg/other/new1.C: Remove duplicate of g++.dg/init/new1.C.
3956         * g++.dg/init/elide3.C: Remove duplicate of elide2.C.
3957         * g++.old-deja/g++.law/enum8.C: Remove duplicate of
3958         g++.brendan/enum14.C.
3959         * g++.old-deja/g++.mike/ns8.C: Remove duplicate of ns6.C
3960         * g++.old-deja/g++.ns/alias5.C: Remove duplicate of alias1.C.
3961         * g++.old-deja/g++.other/virtual1.C: Remove duplicate of
3962         g++.mike/virt1.C.
3963         * g++.old-deja/g++.pt/memtemp27.C: Remove duplicate of
3964         memtemp24.C.
3965
3966 2004-06-27  Roger Sayle  <roger@eyesopen.com>
3967
3968         * gcc.dg/20040527-1.c: New test case.
3969
3970 2004-06-26  Bud Davis  <bdavis9659@comcast.net>
3971
3972         PR gfortran/pr16196
3973         * gfortran.fortran-torture/execute/open_replace.f90: New test case.
3974
3975 2004-06-25  Roger Sayle  <roger@eyesopen.com>
3976
3977         PR middle-end/15825
3978         * gcc.dg/pr15825-1.c: New test case.
3979
3980 2004-06-25  Richard Sandiford  <rsandifo@redhat.com>
3981
3982         * gcc.c-torture/execute/20040625-1.c: New test.
3983
3984 2004-06-25  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3985
3986         * gfortran.fortran-torture/execute/der_init_3.f90: Fix syntax error.
3987
3988 2004-06-25  Richard Sandiford  <rsandifo@redhat.com>
3989
3990         * gcc.dg/torture/mips-div-1.c: New test.
3991
3992 2004-06-24  Jeff Law  <law@redhat.com>
3993
3994         * gcc.dg/tree-ssa/20040624-1.c: New test.
3995
3996 2004-06-24  Richard Sandiford  <rsandifo@redhat.com>
3997
3998         * gcc.c-torture/compile/20040624-1.c: New test.
3999
4000 2004-06-24  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4001
4002         * g++.dg/tree-ssa/tree-ssa.exp: Remove. dg.exp already handles
4003         this directory.
4004
4005 2004-06-23  Andrew Pinski  <apinski@apple.com>
4006
4007         PR middle-end/15988
4008         * g++.dg/opt/ptrmem4.C: New test.
4009
4010         * gcc.dg/c90-array-quals-2.c: New test.
4011
4012 2006-06-23  Nitin Yewale <NitinY@KPITCummins.com>
4013
4014         * gcc.dg/kpice1.c: New test.
4015
4016 2006-06-23  Andrew Pinski  <apinski@apple.com>
4017
4018         * gcc.dg/c90-array-quals.c: New test.
4019
4020 2006-06-22  Richard Henderson  <rth@redhat.com>
4021
4022         * gcc.dg/noreturn-1.c (foo5): Update function does return lineno.
4023
4024 2004-06-22  Loren James Rittle  <ljrittle@acm.org>
4025
4026         * gcc.dg/builtins-config.h: Handle FreeBSD.
4027
4028 2006-06-22  Richard Henderson  <rth@redhat.com>
4029
4030         * g++.dg/opt/devirt1.C: New.
4031
4032 2004-06-22  Kelley Cook <kcook@gcc.gnu.org>
4033
4034         * g++.dg/opt/pr15551.C: New testcase.
4035
4036 2004-06-22  H.J. Lu  <hongjiu.lu@intel.com>
4037
4038         PR target/14800
4039         * gcc.misc-tests/linkage.exp: Set native_cflags to "-m32" for
4040         x86_64-*-linux* when compiling for 32bit.
4041
4042 2004-06-21  Andrew Pinski  <apinski@apple.com>
4043
4044         * gcc.dg/pch/struct-1.c: New.
4045         * gcc.dg/pch/struct-1.hs: New.
4046
4047 2004-06-21  Geoffrey Keating  <geoffk@apple.com>
4048
4049         * gcc.dg/pch/save-temps-1.c: New file.
4050         * gcc.dg/pch/save-temps-1.hs: New file.
4051
4052 2004-06-22  Janne Blomqvist  <jblomqvi@cc.hut.fi>
4053
4054         * gfortran.fortran-torture/execute/iolength_1.f90: New test.
4055         * gfortran.fortran-torture/execute/iolength_3.f90: New test.
4056
4057 2004-06-21  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4058
4059         * gfortran.fortran-torture/execute/select_1.f90: Rename function
4060         to fix type error.
4061         * gfortran.fortran-torture/execute/intrinsic_associated.f90:
4062         Remove trailing spaces.
4063
4064 2004-06-21  Richard Henderson  <rth@redhat.com>
4065
4066         * gcc.dg/tree-ssa/20030714-1.c: Rename variables to avoid
4067         merging && to BIT_FIELD_REF.
4068
4069 2004-06-21  Richard Sandiford  <rsandifo@redhat.com>
4070
4071         * g++.dg/opt/placeholder1.C: New test.
4072
4073 2004-06-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
4074
4075         * gcc.dg/compat/struct-complex-1_x.c: Add dummy symbol.
4076         * gcc.dg/compat/struct-complex-1_y.c: Likewise.
4077         * gcc.dg/compat/union-m128-1_x.c: Likewise.
4078         * gcc.dg/compat/union-m128-1_y.c: Likewise.
4079
4080 2004-06-20  Zack Weinberg  <zack@codesourcery.com>
4081
4082         * g++.dg/expr/enum1.C, g++.dg/opt/const3.C: Declare abort with
4083         extern "C".
4084         * g++.dg/other/pragma-re-1.C: Add comments.
4085
4086 2004-06-19  Bud Davis  <bdavis9659@comcast.net>
4087
4088         PR gfortran/16080
4089         * gfortran.fortran-torture/execute/read_null_string.f90: New file.
4090
4091 2004-06-19  Andrew Pinski  <pinskia@physics.uc.edu>
4092
4093         * g++.dg/lookup/crash3.C: Use __SIZE_TYPE__
4094         instead of setting the type of size_t by
4095         hand.
4096
4097 2004-06-18  Roger Sayle  <roger@eyesopen.com>
4098
4099         * gcc.dg/unordered-2.c: New test case.
4100         * gcc.dg/unordered-3.c: New test case.
4101
4102 2004-06-19  David Billinghurst <David.Billinghurst@riotinto.com>
4103
4104         PR other/16043
4105         * lib/g++.exp (g++_version): Tweak regexp for version
4106         * lib/g77.exp (g77_version): Likewise
4107         * lib/gfortran.exp (gfortran_version): Likewise
4108         * lib/objc.exp (objc_version): Likewise
4109         * lib/treelang.exp (treelang_version): Likewise
4110
4111 2004-06-19  Jakub Jelinek  <jakub@redhat.com>
4112
4113         * gcc.dg/compat/struct-align-2_x.c: Include <limits.h>.
4114         Use INT_MAX instead of __INT_MAX__.
4115         * gcc.dg/compat/struct-align-2_y.c: Likewise.
4116
4117         * gcc.dg/compat/compat-common.h (CINT, CDBL): Define.
4118         * gcc.dg/compat/scalar-return-3_x.c: Use it.
4119         * gcc.dg/compat/scalar-return-3_y.c: Use it.
4120         * gcc.dg/compat/scalar-return-4_x.c: Use it.
4121         * gcc.dg/compat/scalar-return-4_y.c: Use it.
4122         * gcc.dg/compat/scalar-by-value-3_x.c: Use it.
4123         * gcc.dg/compat/scalar-by-value-3_y.c: Use it.
4124         * gcc.dg/compat/scalar-by-value-4_x.c: Use it.
4125         * gcc.dg/compat/scalar-by-value-4_y.c: Use it.
4126
4127         * gcc.dg/range-test-1.c: New test.
4128         * g++.dg/opt/range-test-1.C: New test.
4129
4130 2004-06-17  Richard Henderson  <rth@redhat.com>
4131
4132         * objc.dg/sync-1.m: New.
4133         * objc.dg/try-catch-1.m: Don't force next runtime.
4134         * objc.dg/try-catch-3.m, objc.dg/try-catch-4.m: Likewise.
4135         * objc.dg/try-catch-2.m: Likewise.  Enable everywhere.  Remove
4136         shadowed catch clause.
4137         * objc.dg/try-catch-5.m: New.
4138
4139 2004-06-17  Zack Weinberg  <zack@codesourcery.com>
4140
4141         Bug 14610
4142         * gcc.dg/ia64-float80-1.c, gcc.dg/ia64-float80-2.c: New testcases.
4143
4144 2004-06-15  Richard Henderson  <rth@redhat.com>
4145
4146         * gcc.dg/20001116-1.c: Move expected warning line.
4147
4148 2004-06-15  Richard Henderson  <rth@redhat.com>
4149
4150         * gcc.dg/i386-ssetype-1.c: Remove XFAIL.
4151         * gcc.dg/i386-ssetype-3.c: Remove XFAIL.
4152
4153 2004-06-15  Jeff Law  <law@redhat.com>
4154
4155         * gcc.dg/tree-ssa/20040615-1.c: New test.
4156         * gcc.dg/tree-ssa/20030824-1.c: Update expected output to
4157         be less sensitive to operand ordering.
4158         * gcc.dg/tree-ssa/20030824-2.c: Likewise.
4159
4160 2004-06-16  Danny Smith  <dannysmith@users.sourceforge.net>
4161
4162         * g++.dg/abi/bitfield3.C: Add comment..
4163
4164 2004-06-15  Richard Henderson  <rth@redhat.com>
4165
4166         * g++.dg/ext/stmtexpr1.C: XFAIL.
4167         * gcc.dg/20030612-1.c: XFAIL.
4168
4169 2004-06-15  Eric Christopher  <echristo@redhat.com>
4170
4171         * g++.dg/charset/asm5.c: New.
4172         * gcc.dg/charset/asm6.c: New.
4173
4174 2004-06-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4175
4176         PR fortran/15962
4177         * gfortran.fortran-torture/execute/select_1.f90: New test.
4178
4179 2004-06-15  Paul Brook  <paul@codesourcery.com>
4180
4181         * gcc.dg/arm-mmx-1.c: Use asm to clobber registers.
4182
4183 2004-06-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4184
4185         PR c++/15967
4186         * g++.dg/lookup/crash3.C: New test.
4187
4188 2004-06-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4189
4190         PR c++/15947
4191         * g++.dg/parse/dtor4.C: New test.
4192
4193 2004-06-14  Jeff Law  <law@redhat.com>
4194
4195         * gcc.c-torture/compile/20040614-1.c: New test.
4196
4197 2004-06-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4198
4199         PR fortran/15211
4200         * gfortran.fortran-torture/execute/intrinsic_len.f90: Also test
4201         LEN of a character array.
4202
4203 2004-06-14  Mark Mitchell  <mark@codesourcery.com>
4204
4205         PR c++/15096
4206         * g++.dg/template/ptrmem10.C: New test.
4207
4208         PR c++/14930
4209         * g++.dg/template/friend30.C: New test.
4210
4211 2004-06-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4212
4213         PR fortran/14928
4214         * gfortran.fortran-torture/compile/mloc.f90: New test.
4215
4216 2004-06-13  Paul Brook  <paul@codesourcery.com>
4217
4218         * gfortran.fortran-torture/execute/random_2.f90: New test.
4219
4220 2004-06-13  Eric Christopher  <echristo@redhat.com>
4221
4222         * gcc.dg/noncompile/redecl-1.c: Fix error message.
4223
4224 2004-06-12  Paul Brook  <paul@codesourcery.com>
4225
4226         * gfortran.fortran-torture/execute/contained_3.f90: New test.
4227
4228 2004-06-12  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4229
4230         PR fortran/14923
4231         * gfortran.fortran-torture/execute/date_time_1.f90: New test.
4232
4233 2004-06-12  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4234
4235         PR fortran/14957
4236         * gfortran.fortran-torture/execute/stack_varsize.f90: Correct
4237         syntax errors in end statements of contained subroutines.
4238
4239 2004-06-12  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4240
4241         PR fortran/12841
4242         * gfortran.fortran-torture/execute/null_arg.f90: New test.
4243
4244 2004-06-12  Bud Davis  <bdavis9659@comcast.net>
4245
4246         PR fortran/15665
4247         * gfortran.fortran-torture/execute/getarg_1.f90: New test.
4248
4249 2004-06-12  Bud Davis  <bdavis9659@comcast.net>
4250
4251         PR gfortran/12839
4252         * gfortran.fortran-torture/execute/nan_inf_fmt.f90: New test.
4253
4254 2004-06-11  Mark Mitchell  <mark@codesourcery.com>
4255
4256         PR c++/15862
4257         * g++.dg/parse/enum1.C: New test.
4258
4259 2004-06-10  Jeff Law  <law@redhat.com>
4260
4261         * gcc.c-torture/compile/20040610-1.c: New test.
4262
4263 2004-06-11  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4264
4265         * g++.old-deja/g++.robertl/eb4.C: Adjust error markers.
4266         * g++.old-deja/g++.other/decl3.C: Likewise.
4267
4268 2004-06-10  Brian Booth  <bbooth@redhat.com>
4269
4270         * gcc.dg/tree-ssa/20031015-1.c: Scan for
4271         V_MAY_DEF instead of VDEF.
4272         * gcc.dg/tree-ssa/20040517-1.c: Ditto.
4273
4274 2004-06-10  Mark Mitchell  <mark@codesourcery.com>
4275
4276         PR c++/14211
4277         * g++.dg/conversion/const1.C: New test.
4278
4279         PR c++/15076
4280         * g++.dg/conversion/reinterpret1.C: New test.
4281
4282         PR c++/15877
4283         * g++.dg/template/enum2.C: New test.
4284
4285         PR c++/15227
4286         * g++.dg/template/error13.C: New test.
4287
4288 2004-06-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4289
4290         PR fortran/14957
4291         * gfortran.fortran-torture/execute/intrinsic_scale.f90: Make all
4292         arguments to test_* REAL and of the right size.
4293
4294 2004-06-10  Jakub Jelinek  <jakub@redhat.com>
4295
4296         PR target/15569
4297         PR rtl-optimization/15681
4298         * gcc.dg/20040609-1.c: New test.
4299
4300 2004-06-10  Jakub Jelinek  <jakub@redhat.com>
4301
4302         PR c++/14791
4303         * g++.dg/opt/builtins1.C: New test.
4304
4305 2004-06-10  Danny Smith  <dannysmith@users.sourceforge.net>
4306
4307         * gcc.dg/i386-bitfield1.c: Add mingw32 and cygwin to targets
4308         that use default windows32 struct layout.
4309         * gcc.dg/i386-bitfield2.c: Likewise.
4310
4311 2004-06-09  Danny Smith  <dannysmith@users.sourceforge.net>
4312
4313         * g++.dg/abi/bitfield3.C: Add -mno-align-double compile option
4314         for mingw32 and cygwin targets.
4315
4316 2004-06-09  Geoffrey Keating  <geoffk@apple.com>
4317
4318         * gcc.dg/pch/macro-4.c: New.
4319         * gcc.dg/pch/macro-4.hs: New.
4320
4321 2004-06-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4322
4323         PR fortran/13249
4324         * gfortran.fortran-torture/compile/name_clash.f90: New test.
4325
4326 2004-06-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4327
4328         PR fortran/13372
4329         * gfortran.fortran-torture/compile/named_args_2.f90: New test.
4330
4331 2004-06-09  Bud Davis  <bdavis9659@comcast.net>
4332
4333         PR gfortran/14897
4334         * gfortran.fortran-torture/execute/t_edit.f90: New test.
4335
4336 2004-06-09  Bud Davis  <bdavis9659@comcast.net>
4337
4338         PR gfortran/15755
4339         * gfortran.fortran-torture/execute/backspace.c : New test.
4340
4341 2004-06-09  Paul Brook  <paul@codesourcery.com>
4342
4343         * gfortran.fortran-torture/execure/intrinsic_associated.f90
4344         (pointer_to_section): Rewrite to use smaller array.
4345
4346 2004-06-08  David Edelsohn  <edelsohn@gnu.org>
4347
4348         * gcc.dg/ext/altivec-1.c: XFAIL powerpc-ibm-aix*.
4349         * gcc.dg/ext/altivec-10.c: Same.
4350         * gcc.dg/ext/altivec-11.c: Same.
4351         * gcc.dg/ext/altivec-12.c: Same.
4352         * gcc.dg/ext/altivec-13.c: Same.
4353         * gcc.dg/ext/altivec-14.c: Same.
4354         * gcc.dg/ext/altivec-15.c: Same.
4355         * gcc.dg/ext/altivec-16.c: Same.
4356         * gcc.dg/ext/altivec-3.c: Same.
4357         * gcc.dg/ext/altivec-4.c: Same.
4358         * gcc.dg/ext/altivec-6.c: Same.
4359         * gcc.dg/ext/altivec-7.c: Same.
4360         * gcc.dg/ext/altivec-8.c: Same.
4361         * gcc.dg/ext/altivec-varargs-1.c: Same.
4362
4363         * g++.dg/ext/altivec-1.C: Correct dg syntax.
4364         * g++.dg/ext/altivec-10.C: Same.
4365         * g++.dg/ext/altivec-2.C: Same.
4366         * g++.dg/ext/altivec-3.C: Same.
4367         * g++.dg/ext/altivec-4.C: Same.
4368         * g++.dg/ext/altivec-5.C: Same.
4369         * g++.dg/ext/altivec-6.C: Same.
4370         * g++.dg/ext/altivec-7.C: Same.
4371         * g++.dg/ext/altivec-8.C: Same.
4372         * g++.dg/ext/altivec-9.C: Same.
4373
4374 2004-06-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4375
4376         PR c++/7841
4377         * g++.old-deja/g++.pt/ctor2.C: Add error mark.
4378
4379 2004-06-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
4380
4381         * gcc.dg/union-1.c: New test.
4382
4383 2004-06-07  Roger Sayle  <roger@eyesopen.com>
4384
4385         * gcc.dg/builtins-41.c: New test case.
4386         * gcc.dg/builtins-42.c: New test case.
4387
4388 2004-06-07  David Edelsohn  <edelsohn@gnu.org>
4389
4390         * g++.dg/ext/altivec-1.C: XFAIL powerpc-ibm-aix*.
4391         * g++.dg/ext/altivec-10.C: Same.
4392         * g++.dg/ext/altivec-2.C: Same.
4393         * g++.dg/ext/altivec-3.C: Same.
4394         * g++.dg/ext/altivec-4.C: Same.
4395         * g++.dg/ext/altivec-5.C: Same.
4396         * g++.dg/ext/altivec-6.C: Same.
4397         * g++.dg/ext/altivec-7.C: Same.
4398         * g++.dg/ext/altivec-8.C: Same.
4399         * g++.dg/ext/altivec-9.C: Same.
4400         * g++.old-deja/g++.abi/cxa_vec.C: Same.
4401         * g++.old-deja/g++.brendan/new3.C: Same.
4402         * gcc.c-torture/execute/eeprof-1.x: Same.
4403
4404 2004-06-07  Joseph S. Myers  <jsm@polyomino.org.uk>
4405
4406         PR c/14765
4407         * gcc.dg/pr14765-1.c: New test.
4408
4409 2004-06-07  Roger Sayle  <roger@eyesopen.com>
4410
4411         PR c/14649
4412         * gcc.dg/pr14649-1.c: New test case.
4413
4414 2004-06-07  Richard Henderson  <rth@redhat.com>
4415
4416         * gcc.dg/tree-ssa/20030728-1.c: Fixup return value to not match
4417         if temporaries.
4418
4419 2004-06-07  David Edelsohn  <edelsohn@gnu.org>
4420
4421         * g++.dg/eh/elide1.C: Remove XFAIL.
4422
4423 2004-06-07  Mark Mitchell  <mark@codesourcery.com>
4424
4425         PR c++/15337
4426         * g++.dg/expr/sizeof3.C: New test.
4427
4428         PR c++/14777
4429         * g++.dg/template/access14.C: New test.
4430
4431         PR c++/15554
4432         * g++.dg/template/enum1.C: New test.
4433
4434         PR c++/15057
4435         * g++.dg/eh/throw1.C: New test.
4436
4437 2004-06-07  David Ayers  <d.ayers@inode.at>
4438             Ziemowit Laski  <zlaski@apple.com>
4439
4440         * lib/objc.exp (objc_target_compile): Revert the '-framework
4441         Foundation' flag fix, since bare Darwin does not ship
4442         with the Foundation framework.
4443         * objc/execute/next_mapping.h: Provide a local NSConstantString
4444         @interface and @implementation.
4445         (objc_constant_string_init): A constructor function, used to
4446         initialize the NSConstantString meta-class object.
4447         * objc/execute/string1.m: Include "next_mapping.h" instead of
4448         <Foundation/NSString.h>.
4449         * objc/execute/string2.m: Likewise.
4450         * objc/execute/string3.m: Likewise.
4451         * objc/execute/string4.m: Likewise.
4452
4453 2004-06-06  H.J. Lu  <hongjiu.lu@intel.com>
4454
4455         * gcc.c-torture/execute/ieee/fp-cmp-4.c (FLOAT): New. Default
4456         to double. Replace double with FLOAT.
4457         * gcc.c-torture/execute/ieee/fp-cmp-8.c: Likewise.
4458
4459         * gcc.c-torture/execute/ieee/fp-cmp-4e.c: New file.
4460         * gcc.c-torture/execute/ieee/fp-cmp-4f.c: Likewise.
4461         * gcc.c-torture/execute/ieee/fp-cmp-4l.c: Likewise.
4462         * gcc.c-torture/execute/ieee/fp-cmp-4q.c: Likewise.
4463         * gcc.c-torture/execute/ieee/fp-cmp-8e.c: Likewise.
4464         * gcc.c-torture/execute/ieee/fp-cmp-8f.c: Likewise.
4465         * gcc.c-torture/execute/ieee/fp-cmp-8l.c: Likewise.
4466         * gcc.c-torture/execute/ieee/fp-cmp-8q.c: Likewise.
4467
4468 2004-06-06  Joseph S. Myers  <jsm@polyomino.org.uk>
4469
4470         PR c/13519
4471         * gcc.c-torture/enum-3.c, gcc.dg/pr13519-1.c: New tests.
4472
4473 2004-06-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4474
4475         PR c++/15503
4476         * g++.dg/template/meminit2.C: New test.
4477
4478 2004-06-04  Paolo Bonzini  <bonzini@gnu.org>
4479
4480         PR target/15822
4481         * gcc.c-torture/execute/compare-fp-1.c,
4482         gcc.c-torture/execute/compare-fp-2.c,
4483         gcc.c-torture/execute/compare-fp-3.c,
4484         gcc.c-torture/execute/compare-fp-4.c,
4485         gcc.c-torture/execute/compare-fp-3.x,
4486         gcc.c-torture/execute/compare-fp-4.x: Moved...
4487         * gcc.c-torture/execute/ieee/compare-fp-1.c,
4488         gcc.c-torture/execute/ieee/compare-fp-2.c,
4489         gcc.c-torture/execute/ieee/compare-fp-3.c,
4490         gcc.c-torture/execute/ieee/compare-fp-4.c,
4491         gcc.c-torture/execute/ieee/compare-fp-3.x,
4492         gcc.c-torture/execute/ieee/compare-fp-4.x: ...here.
4493
4494 2004-06-04  David Ayers  <d.ayers@inode.at>
4495
4496         * objc/execute/protocol-isEqual-4.m: New testcase.
4497
4498 2004-06-04  Nicola Pero  <n.pero@mi.flashnet.it>
4499
4500         * objc/execute/protocol-isEqual-1.m: New testcase.
4501         * objc/execute/protocol-isEqual-2.m: New testcase.
4502         * objc/execute/protocol-isEqual-3.m: New testcase.
4503
4504 2004-06-03  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4505
4506         * gfortran.fortran-torture/execute/optstring_1.f90: New testcase.
4507
4508 2004-06-02  Ziemowit Laski  <zlaski@apple.com>
4509
4510         * lib/objc.exp (objc_target_compile): When running tests on
4511         Darwin (Mac OS X), inform the linker about '-framework
4512         'Foundation'.
4513
4514 2004-06-02  Eric Christopher  <echristo@redhat.com>
4515
4516         * gcc.c-torture/compile/20040602-1.c: New.
4517
4518 2004-06-02  Andrew Pinski  <pinskia@physics.uc.edu>
4519
4520         * g++.dg/tree-ssa/ssa-sra-1.C: Fix comment.
4521         * g++.dg/tree-ssa/ssa-sra-2.C: Likewise.
4522
4523         PR tree-optimization/14736
4524         * g++.dg/tree-ssa/ssa-cast-1.C: New Test.
4525
4526         PR tree-optimization/14042
4527         * g++.dg/tree-ssa/ssa-sra-1.C: New Test.
4528
4529         PR tree-optimization/14729
4530         * g++.dg/tree-ssa/ssa-sra-2.C: New Test.
4531
4532 2004-06-02  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4533
4534         PR fortran/15557
4535         * gfortran.fortran-torture/execute/data_3.f90: New testcase.
4536
4537 2004-06-01  Richard Hederson  <rth@redhat.com>
4538
4539         * g++.dg/template/dependent-expr4.C: Use __builtin_offsetof.
4540
4541 2004-06-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4542
4543         PR c++/14932
4544         * g++.dg/parse/offsetof4.C: New test.
4545
4546 2004-06-01  Nicola Pero  <nicola@brainstorm.co.uk>
4547
4548         PR objc/7993
4549         * objc.dg/private-1.m, objc-dg/private-2.m: New testcases.
4550
4551 2004-05-31  Mark Mitchell  <mark@codesourcery.com>
4552
4553         PR c++/15701
4554         * g++.dg/template/friend29.C: New test.
4555
4556 2004-05-31  Joseph S. Myers  <jsm@polyomino.org.uk>
4557
4558         PR c/15749
4559         * gcc.dg/pr15749-1.c, gcc.dg/pr15749-1.h: New test.
4560
4561 2004-05-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
4562
4563         * gcc.dg/sparc-trap-1.c: New test.
4564
4565 2004-05-31  Roger Sayle  <roger@eyesopen.com>
4566
4567         PR middle-end/15069
4568         * g++.dg/opt/fold3.C: New test case.
4569
4570 2004-05-30  Graham Stott  <graham.stott@btinternet.com>
4571
4572         * lib/target-supports.exp (check_iconv_available): Fix fallout
4573         from 2004-05-28 patch.
4574
4575 2004-05-30  Paul Brook  <paul@codesourcery.com>
4576
4577         PR fortran/15620
4578         * gfortran.fortran-torture/execute/st_function_1.f90: New test.
4579         * gfortran.fortran-torture/execute/st_function_2.f90: New test.
4580
4581 2004-05-30  Steven G. Kargl  <kargls@comcast.net>
4582
4583         * gfortran.fortran-torture/execute/random_1.f90: New test.
4584
4585 2004-05-28  Ziemowit Laski  <zlaski@apple.com>
4586
4587         * g++.dg/ext/altivec-10.C: New test.
4588
4589 2004-05-29  Paul Brook  <paul@codesourcery.com>
4590
4591         * gfortran.fortran-torture/execute/equiv_1.f90: New test.
4592
4593 2004-05-28  Ziemowit Laski  <zlaski@apple.com>
4594
4595         * gcc.dg/altivec-16.c: New test.
4596
4597 2004-05-28  Janis Johnson  <janis187@us.ibm.com>
4598
4599         * lib/target-supports.exp (check_vmx_hw_available): New.
4600         * gcc.dg/vmx/vmx.exp: Use it to determine default action.
4601
4602         * lib/target-supports.exp (check_alias_available,
4603         check_iconv_available, check_named_sections_available): Use
4604         unique names for temporary files.
4605
4606 2004-05-28  Ziemowit Laski  <zlaski@apple.com>
4607
4608         * gcc.dg/altivec-15.c: New test.
4609
4610 2004-05-28  Mark Mitchell  <mark@codesourcery.com>
4611
4612         PR c++/15083
4613         * g++.dg/warn/noeffect6.C: New test.
4614
4615         PR c++/15471
4616         * g++.dg/expr/ptrmem4.C: New test.
4617
4618         PR c++/15640
4619         * g++.dg/template/operator3.C: New test.
4620
4621 2004-05-28  Mark Mitchell  <mark@codesourcery.com>
4622
4623         PR c++/14668
4624         * g++.dg/lookup/redecl1.C: New test.
4625         * g++.old-deja/g++.benjamin/tem04.C: Add error marker.
4626
4627 2004-05-28  Paolo Bonzini  <bonzini@gnu.org>
4628
4629         * gcc.c-torture/execute/compare-fp-1.c,
4630         gcc.c-torture/execute/compare-fp-2.c,
4631         gcc.c-torture/execute/compare-fp-3.c,
4632         gcc.c-torture/execute/compare-fp-4.c,
4633         gcc.c-torture/execute/compare-fp-3.x,
4634         gcc.c-torture/execute/compare-fp-4.x,
4635         gcc.dg/pr15649-1.c: New.
4636
4637 2004-05-27  Adam Nemet  <anemet@lnxw.com>
4638
4639         PR c++/12883
4640         * g++.dg/init/array14.C: New test.
4641
4642 2004-05-25  Janis Johnson  <janis187@us.ibm.com>
4643
4644         * lib/compat.exp (compat-get-options-main): New.
4645         (compat-get-options): Remove unneeded code, warn for ignored
4646         command.
4647         (compat-execute): Check flag set by dg-require-* commands.
4648
4649         * lib/compat.exp (compat-execute): Break up long lines.
4650
4651 2004-05-24  Janis Johnson  <janis187@us.ibm.com>
4652
4653         * gcc.dg/altivec-7.c: Don't use 'vector long'.
4654         * gcc.dg/altivec-14.c: New test.
4655         * g++.dg/ext/altivec-7.C: Don't use 'vector long'.
4656
4657         * gcc.dg/altivec-6.c: Use -maltivec, don't limit to darwin.
4658         * gcc.dg/altivec-12.c: Ditto.
4659
4660         * gcc.dg/altivec-3.c: Move call to altivec_check.
4661
4662 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
4663
4664         PR c++/15044
4665         * g++.dg/template/error12.C: New test.
4666
4667         PR c++/15317
4668         * g++.dg/ext/attrib15.C: New test.
4669
4670         PR c++/15329
4671         * g++.dg/template/ptrmem9.C: New test.
4672
4673 2004-05-25  Paul Brook  <paul@codesourcery.com>
4674
4675         * gfortran.fortran-torture/compile/inquiry_1.f90: New test.
4676
4677 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
4678
4679         PR c++/15165
4680         * g++.dg/template/crash19.C: New test.
4681
4682 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
4683
4684         PR c++/15025
4685         * g++.dg/template/redecl1.C: New test.
4686
4687 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
4688
4689         PR c++/14821
4690         * g++.dg/other/ns1.C: New test.
4691
4692         PR c++/14883
4693         * g++.dg/template/invalid1.C: New test.
4694
4695 2004-05-23  Paul Brook  <paul@codesourcery.com>
4696         Victor Leikehman  <lei@haifasphere.co.il>
4697
4698         * gfortran.fortran-torture/execute/common_init_1.f90: New test.
4699         * gfortran.fortran-torture/execute/equiv_init.f90: New test.
4700
4701 2004-05-22  Mark Mitchell  <mark@codesourcery.com>
4702
4703         PR c++/15285
4704         PR c++/15299
4705         * g++.dg/template/non-dependent5.C: New test.
4706         * g++.dg/template/non-dependent6.C: New test.
4707
4708 2004-05-22  Mark Mitchell  <mark@codesourcery.com>
4709
4710         PR c++/15507
4711         * g++.dg/inherit/union1.C: New test.
4712
4713         PR c++/15542
4714         * g++.dg/template/addr1.C: New test.
4715
4716         PR c++/15427
4717         * g++.dg/template/array5.C: New test.
4718
4719         PR c++/15287
4720         * g++.dg/template/array6.C: New test.
4721
4722 2004-05-22  Wolfgang Bangerth  <bangerth@dealii.org>
4723             Roger Sayle  <roger@eyesopen.com>
4724
4725         * g++.dg/lookup/forscope2.C: New test case.
4726
4727 2004-05-22  Ben Elliston  <bje@au.ibm.com>
4728
4729         * gcc.dg/cpp/Wmissingdirs.c: New.
4730
4731 2004-05-20  H.J. Lu  <hongjiu.lu@intel.com>
4732
4733         PR target/15301
4734         * gcc.dg/compat/union-m128-1.h: New file.
4735         * gcc.dg/compat/union-m128-1_main.c: Likewise.
4736         * gcc.dg/compat/union-m128-1_x.c: Likewise.
4737         * gcc.dg/compat/union-m128-1_y.c: Likewise.
4738
4739 2004-05-20  H.J. Lu  <hongjiu.lu@intel.com>
4740
4741         PR target/15302
4742         * gcc.dg/compat/struct-complex-1.h: New file.
4743         * gcc.dg/compat/struct-complex-1_main.c: Likewise.
4744         * gcc.dg/compat/struct-complex-1_x.c: Likewise.
4745         * gcc.dg/compat/struct-complex-1_y.c: Likewise.
4746
4747 2004-05-20  Roger Sayle  <roger@eyesopen.com>
4748
4749         PR middle-end/3074
4750         * gcc.dg/pr3074-1.c: New test case.
4751         * gcc.dg/sequence-pt-1.c: Remove an XFAIL.
4752
4753 2004-05-20  Falk Hueffner  <falk@debian.org>
4754
4755         PR other/15526
4756         * gcc.dg/ftrapv-1.c: New test case.
4757
4758 2004-05-18  Feng Wang  <fengwang@nudt.edu.cn>
4759
4760         * gfortran.fortran-torture/execute/power.f90: Test constant integers.
4761
4762 2004-05-18  Andrew Pinski  <pinskia@physics.uc.edu>
4763             Jeff Law  <law@redhat.com>
4764
4765         * gcc.dg/tree-ssa/20040514-2.c: Update expected output.
4766         * gcc.dg/tree-ssa/20040518-2.c: New test.
4767
4768         * gcc.dg/tree-ssa/20040518-1.c: New test.
4769
4770 2004-05-18  Zack Weinberg  <zack@codesourcery.com>
4771
4772         * gcc.c-torture/execute/991216-3.c: Delete, duplicate of 991216-2.c.
4773
4774 2004-05-18  Paul Brook  <paul@codesourcery.com>
4775
4776         PR fortran/13930
4777         * gfortran.fortran-torture/execute/der_init_4.f90: New test.
4778
4779 2004-05-18  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4780
4781         * gfortran.fortran-torture/execute/cmplx.f90: Add test for bug in
4782         constant folding.
4783
4784 2004-05-17  Steven Bosscher  <stevenb@suse.de>
4785
4786         * gcc.dg/tree-ssa/20040517-1.c: New test.
4787
4788 2004-05-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4789
4790         * gcc.dg/loop-4.c: New test.
4791
4792 2004-05-15  Andrew Pinski  <pinskia@physics.uc.edu>
4793
4794         * gcc.dg/tree-ssa/20040514-1.c: Add '}' that was forgotten.
4795
4796 2004-05-15  Bud Davis  <bdavis9659@comcast.net>
4797
4798         PR fortran/15311
4799         * gfortran.fortran-torture/execute/write_a_1.f90: New test.
4800
4801 2004-05-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4802
4803         PR fortran/13826
4804         PR fortran/13940
4805         * gfortran.fortran-torture/compile/data_1.f90: New test.
4806
4807 2004-05-15  Ulrich Weigand  <uweigand@de.ibm.com>
4808
4809         * gcc.dg/const-elim-1.c: Remove XFAIL for s390*-*-*.
4810         * gcc.dg/uninit-H.c: Define ASM for __s390__.
4811
4812 2004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
4813
4814         * gcc.c-torture/execute/20000603-1.c: Update WG14 URL.
4815
4816 2004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
4817
4818         PR c/15444
4819         * gcc.dg/format/xopen-1.c: Adjust expected message.
4820         * gcc.dg/format/xopen-3.c: New test.
4821
4822 2004-05-14  Victor Leikehman  <lei@haifasphere.co.il>
4823
4824         * gfortran.fortran-torture/execute/def_init_3.f90: New test.
4825
4826 2004-05-14  Jeff Law  <law@redhat.com>
4827
4828         * gcc.dg/tree-ssa/20040514-2.c: New test.
4829
4830 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4831
4832         * gfortran.fortran-torture/compile/noncontinuation_1.f90: Rename
4833         this ...
4834         * gfortran.fortran-torture/compile/noncontinuation_1.f: ... to
4835         this.
4836
4837 2004-05-14  Andrew Pinski  <pinskia@physics.uc.edu>
4838
4839         * gcc.dg/tree-ssa/20040514-1.c: New test.
4840
4841 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4842
4843         * gfortran.fortran-torture/compile/noncontinuation_1.f90: New
4844         test.
4845
4846 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4847
4848         PR fortran/14066
4849         * gfortran.fortran-torture/compile/do_1.f90: New test.
4850
4851 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4852
4853         PR fortran/15051
4854         * gfortran.fortran-torture/compile/empty_interface_1.f90: New
4855         test.
4856
4857 2004-05-14  Bud Davis  <bdavis9659@comcast.net>
4858
4859         PR fortran/15149
4860         * gfortran.fortran-torture/execute/random_init.f90: New test.
4861
4862 2004-05-13  Paul Brook  <paul@codesourcery.com>
4863
4864         PR fortran/15314
4865         * gfortran.fortran-torture/execute/der_init_s.f90: New test.
4866
4867 2004-05-13  Andrew Pinski  <pinskia@physics.uc.edu>
4868
4869         * gcc.dg/uninit-H.c: Test for __PPC__ and __ppc__
4870         for the powerpc case.
4871
4872 2004-05-13  Jeff Law  <law@redhat.com>
4873
4874         * gcc.dg/tree-ssa/20040513-1.c: New test.
4875         * gcc.dg/tree-ssa/20040513-2.c: New test.
4876
4877 2004-05-13  Paul Brook  <paul@codesourcery.com>
4878
4879         * gcc.dg/tree-ssa/20030808-1.c: Force enum size.
4880         * gcc.dg/tree-ssa/20030714-1.c: Ditto.
4881         * gcc.dg/tree-ssa/20030708-1.c: Ditto.
4882
4883 2004-05-13  Andreas Schwab  <schwab@suse.de>
4884
4885         PR other/10819
4886         * lib/gfortran.exp (gfortran_version): Do not match NL/CR
4887         characters.
4888
4889 2004-05-13  Bud Davis  <bdavis9659@comcast.net>
4890
4891         PR fortran/15294
4892         * gfortran.fortran-torture/execute/adjustr.f90: New file.
4893
4894 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
4895
4896         Merge from tree-ssa-20020619-branch.  See
4897         ChangeLog.tree-ssa for details.
4898
4899 2004-05-11  Ziemowit Laski  <zlaski@apple.com>
4900
4901         * g++.dg/ext/altivec-8.C: Use '-maltivec' instead of '-faltivec';
4902         include <altivec.h> explicitly.
4903         * gcc.dg/altivec-13.c: Likewise.
4904
4905 2004-05-11  Paul Brook  <paul@codesourcery.com>
4906
4907         * gcc.c-torture/compile/20010518-1.c: Force enum size.
4908
4909 2004-05-10  Eric Christopher  <echristo@redhat.com>
4910
4911         * gcc.dg/sibcall-3.c: Remove xfail for mips*-*-elf.
4912         * gcc.dg/sibcall-4.c: Ditto.
4913
4914 2004-05-10  Ziemowit Laski  <zlaski@apple.com>
4915
4916         * g++.dg/ext/altivec-8.C: New test case.
4917         * gcc.dg/altivec-13.c: New test case.
4918
4919 2004-05-08  Roger Sayle  <roger@eyesopen.com>
4920
4921         * gcc.c-torture/execute/divcmp-1.c: New test case.
4922         * gcc.c-torture/execute/divcmp-2.c: New test case.
4923         * gcc.c-torture/execute/divcmp-3.c: New test case.
4924
4925 2004-05-07  Eric Botcazou <ebotcazou@libertysurf.fr>
4926
4927         * g++.dg/other/pragma-re-2.C: New test.
4928
4929 2004-05-07  Uros Bizjak  <uros@kss-loka.si>
4930
4931         * gcc.dg/i386-387-1.c: Add new test for __builtin_fmod.
4932         * gcc.dg/i386-387-2.c: Likewise.
4933
4934         * gcc.dg/i386-387-5.c: Add new tests for __builtin_log1p and
4935         __builtin_drem.
4936         * gcc.dg/i386-387-6.c: Likewise.
4937
4938 2004-05-07  Uros Bizjak  <uros@kss-loka.si>
4939
4940         * gcc.dg/builtins-33.c:  Also check log1p*.
4941
4942 2004-05-07  Hans-Peter Nilsson  <hp@axis.com>
4943
4944         PR optimization/15296
4945         * gcc.c-torture/execute/pr15296.c: New test.
4946
4947 2004-05-05  Uros Bizjak  <uros@kss-loka.si>
4948
4949         * gcc.dg/builtins-40.c: New test.
4950
4951 2004-05-05  Richard Sandiford  <rsandifo@redhat.com>
4952
4953         * gcc.dg/torture/mips-hilo-2.c: Provide dummy __mips16 version.
4954
4955 2004-05-04  Paolo Bonzini  <bonzini@gnu.org>
4956
4957         * g++.dg/ext/spe1.C: New testcase.
4958
4959 2004-05-04  Ziemowit Laski  <zlaski@apple.com>
4960
4961         * objc.dg/image-info.m: Allow additional attributes
4962         for __image_info section.
4963
4964 2004-05-04  Richard Sandiford  <rsandifo@redhat.com>
4965
4966         * gcc.dg/torture/mips-hilo-2.c: New test.
4967
4968 2004-05-03  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4969
4970         PR c++/14389
4971         * g++.dg/template/member5.C: New test.
4972
4973 2004-05-03  Uros Bizjak  <uros@kss-loka.si>
4974
4975         * gcc.dg/builtins-34.c: Also check expm1*.
4976
4977 2004-05-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4978
4979         * gcc.dg/torture/builtin-integral-1.c: Reorg and add more cases.
4980         * gcc.dg/torture/builtin-convert-3.c: New test.
4981
4982 2004-05-01  Ulrich Weigand  <uweigand@de.ibm.com>
4983
4984         PR middle-end/15054
4985         * g++.dg/opt/pr15054.C: New test.
4986
4987 2004-04-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4988
4989         * gcc.dg/torture/builtin-rounding-1.c: New test.
4990         * gcc.dg/builtins-25.c: Delete.
4991         * gcc.dg/builtins-29.c: Delete.
4992
4993 2004-04-29  Andreas Krebbel  <krebbel1@de.ibm.com>
4994
4995         * gcc.dg/sibcall-3.c: Delete s390 from expected fail list.
4996         * gcc.dg/sibcall-4.c: Likewise.
4997         * gcc.dg/sibcall-6.c: Enable s390 as test platform.
4998
4999 2004-04-30  Kazu Hirata  <kazu@cs.umass.edu>
5000
5001         * gcc.c-torture/execute/20040331-1.c: Don't use too wide a
5002         bit-field on 16-bit targets.
5003
5004 2004-04-30  Kazu Hirata  <kazu@cs.umass.edu>
5005
5006         * gcc.c-torture/execute/20040409-2.c: Fix constants used on
5007         16-bit targets.
5008
5009 2004-04-30  Andrew Pinski  <pinskia@physics.uc.edu>
5010
5011         * gcc.dg/rs6000-power2-1.c: Change to compile only.
5012         * gcc.dg/rs6000-power2-2.c: Likewise.
5013
5014 2004-04-29  Andrew Pinski  <pinskia@physics.uc.edu>
5015
5016         * gcc.dg/rs6000-power2-1.c: Change the options to be more correct.
5017         * gcc.dg/rs6000-power2-2.c: Change the options to be more correct.
5018         Change the asm registers to be in form of frN instead of fN.
5019
5020 2004-04-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5021
5022         * gcc.dg/torture/builtin-convert-2.c: New test.
5023
5024 2004-04-28  Andrew Pinski  <pinskia@physics.uc.edu>
5025
5026         * gcc.dg/rs6000-power2-1.c: New test.
5027         * gcc.dg/rs6000-power2-2.c: New test.
5028
5029 2004-04-28  Jan Hubicka  <jh@suse.cz>
5030
5031         * gcc.dg/unused-6.c: New test.
5032
5033 2004-04-24  Laurent GUERBY  <laurent@guerby.net>
5034             Ulrich Weigand  <uweigand@de.ibm.com>
5035
5036         * ada/acats/run_all.sh: Define $target variable.
5037
5038 2004-04-26  Andrew Pinski  <pinskia@physics.uc.edu>
5039
5040         PR c++/15119
5041         * g++.dg/other/vararg-1.C: New test.
5042
5043         PR c++/4794
5044         * g++.dg/eh/cleanup3.C: New test.
5045
5046 2004-04-24  Laurent GUERBY <laurent@guerby.net>
5047
5048         * ada/acats/run_all.sh: Handle cd2a83c, cd2a91c (target_bit)
5049         and ad8011a (target_insn).
5050         * ada/acats/support/macro.dfs: Likewise.
5051         * ada/acats/support/impbit.adb: New file.
5052
5053 2004-04-23  Ulrich Weigand  <uweigand@de.ibm.com>
5054
5055         * gcc.dg/const-elim-1.c: XFAIL on s390*-*-*.
5056
5057 2004-04-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
5058
5059         * gcc.dg/loop-3.c: New test.
5060
5061 2004-04-23  Daniel Jacobowitz  <drow@mvista.com>
5062
5063         * gcc.c-torture/execute/simd-5.c: New test.
5064
5065 2004-04-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5066
5067         PR c++/15064
5068         * g++.dg/template/crash18.C: New test.
5069
5070 2004-04-22  Mark Mitchell  <mark@codesourcery.com>
5071
5072         * g++.dg/ext/complit3.C: New test.
5073
5074 2004-04-21  Aldy Hernandez  <aldyh@redhat.com>
5075
5076         * gcc.dg/altivec-1.c: XFAIL for powerpc-eabispe.
5077         * gcc.dg/altivec-3.c: Same.
5078         * gcc.dg/altivec-varargs-1.c: Same.
5079
5080 2004-04-21  Aldy Hernandez  <aldyh@redhat.com>
5081
5082         * lib/target-supports.exp (check_profiling_available): Assume
5083         profiling is not available on powerpc-eabi targets.
5084
5085 2004-04-21  Janis Johnson  <janis187@us.ibm.com>
5086
5087         * gcc.dg/vmx/1c-01.c: Use ptrdiff_t for casts of pointers.
5088         * gcc.dg/vmx/bug-1.c: Ditto.
5089
5090 2004-04-20  Eric Christopher  <echristo@redhat.com>
5091
5092         * gcc.dg/charset/extern.c: New test.
5093         * g++.dg/charset/extern3.cc: Ditto.
5094
5095 2004-04-20  Uros Bizjak  <uros@kss-loka.si>
5096
5097         * gcc.dg/builtins-39.c: New test.
5098
5099 2004-04-20  Aldy Hernandez  <aldyh@redhat.com>
5100
5101         * gcc.dg/vmx/vmx.exp: Change DEFAULT_CFLAGS to DEFAULT_VMXCFLAGS.
5102
5103 2004-04-20  Richard Sandiford  <rsandifo@redhat.com>
5104
5105         * gcc.dg/torture/mips-hilo-1.c: New test.
5106
5107 2004-04-19  Andrew Pinski  <pinskia@physics.uc.edu>
5108
5109         * gcc.c-torture/compile/20040419-1.c: New test.
5110
5111 2004-04-18  Aldy Hernandez  <aldyh@redhat.com>
5112
5113         * gcc.dg/vmx/varargs-1.c: Handle when printf outputs \r\n.
5114
5115 2004-04-18  Zack Weinberg  <zack@codesourcery.com>
5116             Aldy Hernandez  <aldyh@redhat.com>
5117
5118         * gcc.c-torture/execute/va-arg-24.c: New.
5119
5120 2004-04-17  Zack Weinberg  <zack@codesourcery.com>
5121             Aldy Hernandez  <aldyh@redhat.com>
5122
5123         * gcc.dg/vmx/1b-01.c: New.
5124         * gcc.dg/vmx/1b-02.c: New.
5125         * gcc.dg/vmx/1b-03.c: New.
5126         * gcc.dg/vmx/1b-04.c: New.
5127         * gcc.dg/vmx/1b-05.c: New.
5128         * gcc.dg/vmx/1b-06.c: New.
5129         * gcc.dg/vmx/1b-07.c: New.
5130         * gcc.dg/vmx/1c-01.c: New.
5131         * gcc.dg/vmx/1c-02.c: New.
5132         * gcc.dg/vmx/3a-01a.c: New.
5133         * gcc.dg/vmx/3a-01.c: New.
5134         * gcc.dg/vmx/3a-01m.c: New.
5135         * gcc.dg/vmx/3a-03.c: New.
5136         * gcc.dg/vmx/3a-03m.c: New.
5137         * gcc.dg/vmx/3a-04.c: New.
5138         * gcc.dg/vmx/3a-04m.c: New.
5139         * gcc.dg/vmx/3a-05.c: New.
5140         * gcc.dg/vmx/3a-06.c: New.
5141         * gcc.dg/vmx/3a-06m.c: New.
5142         * gcc.dg/vmx/3a-07.c: New.
5143         * gcc.dg/vmx/3b-01.c: New.
5144         * gcc.dg/vmx/3b-02.c: New.
5145         * gcc.dg/vmx/3b-10.c: New.
5146         * gcc.dg/vmx/3b-13.c: New.
5147         * gcc.dg/vmx/3b-14.c: New.
5148         * gcc.dg/vmx/3b-15.c: New.
5149         * gcc.dg/vmx/3c-01a.c: New.
5150         * gcc.dg/vmx/3c-01.c: New.
5151         * gcc.dg/vmx/3c-02.c: New.
5152         * gcc.dg/vmx/3c-03.c: New.
5153         * gcc.dg/vmx/3d-01.c: New.
5154         * gcc.dg/vmx/4-01.c: New.
5155         * gcc.dg/vmx/4-03.c: New.
5156         * gcc.dg/vmx/5-01.c: New.
5157         * gcc.dg/vmx/5-02.c: New.
5158         * gcc.dg/vmx/5-03.c: New.
5159         * gcc.dg/vmx/5-04.c: New.
5160         * gcc.dg/vmx/5-05.c: New.
5161         * gcc.dg/vmx/5-06.c: New.
5162         * gcc.dg/vmx/5-07.c: New.
5163         * gcc.dg/vmx/5-07t.c: New.
5164         * gcc.dg/vmx/5-08.c: New.
5165         * gcc.dg/vmx/5-10.c: New.
5166         * gcc.dg/vmx/5-11.c: New.
5167         * gcc.dg/vmx/7-01a.c: New.
5168         * gcc.dg/vmx/7-01.c: New.
5169         * gcc.dg/vmx/7c-01.c: New.
5170         * gcc.dg/vmx/7d-01.c: New.
5171         * gcc.dg/vmx/7d-02.c: New.
5172         * gcc.dg/vmx/8-01.c: New.
5173         * gcc.dg/vmx/8-02a.c: New.
5174         * gcc.dg/vmx/8-02.c: New.
5175         * gcc.dg/vmx/brode-1.c: New.
5176         * gcc.dg/vmx/bug-1.c: New.
5177         * gcc.dg/vmx/bug-2.c: New.
5178         * gcc.dg/vmx/bug-3.c: New.
5179         * gcc.dg/vmx/cw-bug-1.c: New.
5180         * gcc.dg/vmx/cw-bug-2.c: New.
5181         * gcc.dg/vmx/cw-bug-3.c: New.
5182         * gcc.dg/vmx/dct.c: New.
5183         * gcc.dg/vmx/debug-1.c: New.
5184         * gcc.dg/vmx/debug-2.c: New.
5185         * gcc.dg/vmx/debug-3.c: New.
5186         * gcc.dg/vmx/debug-4.c: New.
5187         * gcc.dg/vmx/dos-bug-1-gdb.c: New.
5188         * gcc.dg/vmx/dos-bug-2-gdb.c: New.
5189         * gcc.dg/vmx/eg-5.c: New.
5190         * gcc.dg/vmx/fft.c: New.
5191         * gcc.dg/vmx/gcc-bug-1.c: New.
5192         * gcc.dg/vmx/gcc-bug-2.c: New.
5193         * gcc.dg/vmx/gcc-bug-3.c: New.
5194         * gcc.dg/vmx/gcc-bug-4.c: New.
5195         * gcc.dg/vmx/gcc-bug-5.c: New.
5196         * gcc.dg/vmx/gcc-bug-6.c: New.
5197         * gcc.dg/vmx/gcc-bug-7.c: New.
5198         * gcc.dg/vmx/gcc-bug-8.c: New.
5199         * gcc.dg/vmx/gcc-bug-9.c: New.
5200         * gcc.dg/vmx/gcc-bug-b.c: New.
5201         * gcc.dg/vmx/gcc-bug-c.c: New.
5202         * gcc.dg/vmx/gcc-bug-d.c: New.
5203         * gcc.dg/vmx/gcc-bug-e.c: New.
5204         * gcc.dg/vmx/gcc-bug-f.c: New.
5205         * gcc.dg/vmx/gcc-bug-g.c: New.
5206         * gcc.dg/vmx/gcc-bug-i.c: New.
5207         * gcc.dg/vmx/harness.h: New.
5208         * gcc.dg/vmx/ira1.c: New.
5209         * gcc.dg/vmx/ira2a.c: New.
5210         * gcc.dg/vmx/ira2b.c: New.
5211         * gcc.dg/vmx/ira2.c: New.
5212         * gcc.dg/vmx/ira2c.c: New.
5213         * gcc.dg/vmx/mem.c: New.
5214         * gcc.dg/vmx/newton-1.c: New.
5215         * gcc.dg/vmx/ops.c: New.
5216         * gcc.dg/vmx/sn7153.c: New.
5217         * gcc.dg/vmx/spill2.c: New.
5218         * gcc.dg/vmx/spill3.c: New.
5219         * gcc.dg/vmx/spill.c: New.
5220         * gcc.dg/vmx/t.c: New.
5221         * gcc.dg/vmx/varargs-1.c: New.
5222         * gcc.dg/vmx/varargs-2.c: New.
5223         * gcc.dg/vmx/varargs-3.c: New.
5224         * gcc.dg/vmx/varargs-4.c: New.
5225         * gcc.dg/vmx/varargs-5.c: New.
5226         * gcc.dg/vmx/varargs-6.c: New.
5227         * gcc.dg/vmx/varargs-7.c: New.
5228         * gcc.dg/vmx/vmx.exp: New.
5229         * gcc.dg/vmx/vprint-1.c: New.
5230         * gcc.dg/vmx/vscan-1.c: New.
5231         * gcc.dg/vmx/x-01.c: New.
5232         * gcc.dg/vmx/x-02.c: New.
5233         * gcc.dg/vmx/x-03.c: New.
5234         * gcc.dg/vmx/x-04.c: New.
5235         * gcc.dg/vmx/x-05.c: New.
5236         * gcc.dg/vmx/yousufi-1.c: New.
5237         * gcc.dg/vmx/zero-1.c: New.
5238         * gcc.dg/vmx/zero.c: New.
5239
5240 2004-04-17  Andrew Pinski  <pinskia@physics.uc.edu>
5241
5242         * g++.dg/lookup/java1.C: Update for chage of
5243         _Jv_AllocObject.
5244         * g++.dg/lookup/java2.C: Likewise.
5245
5246 2004-04-17  Laurent GUERBY <laurent@guerby.net>
5247
5248         * ada/acats/run_all.sh: use -O2 by default.
5249
5250 2004-04-17  Richard Sandiford  <rsandifo@redhat.com>
5251
5252         * gcc.dg/vr-mult-[12].c: New tests.
5253
5254 2004-04-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5255
5256         * gcc.dg/funcorder.c: XFAIL hppa*64*-*-*.
5257
5258         * gcc.dg/const-elim-1.c: XFAIL hppa-*-*.
5259
5260 2004-04-15  Richard Sandiford  <rsandifo@redhat.com>
5261
5262         * lib/target-supports.exp (check_profiling_available): Assume profiling
5263         isn't available for mips*-*-elf targets.
5264
5265 2004-04-14  Uros Bizjak  <uros@kss-loka.si>
5266
5267         * gcc.dg/builtins-38.c: New test.
5268
5269 2004-04-14  Eric Christopher  <echristo@redhat.com>
5270
5271         * g++.dg/charset/charset.exp: Run .cc extension tests.
5272
5273 2004-04-14  Zack Weinberg  <zack@codesourcery.com>
5274
5275         * gcc.dg/const-elim-1.c: XFAIL hppa*.*-*-* (PA32).  Update commentary.
5276
5277 2004-04-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5278
5279         * gcc.dg/torture/builtin-ctype-2.c: Test builtin isdigit.
5280
5281 2004-04-13  Uros Bizjak  <uros@kss-loka.si>:
5282
5283         * gcc.dg/i386-387-1.c: Add new test for __builtin_tan.
5284         * gcc.dg/i386-387-2.c: Likewise.
5285
5286         * gcc.dg/i386-387-7.c: New test.
5287         * gcc.dg/i386-387-8.c: New test.
5288
5289         * gcc.dg/builtins-37.c: New test.
5290
5291 2004-04-13  Geoffrey Keating  <geoffk@apple.com>
5292
5293         * g++.dg/pch/externc-1.C: Add missing semicolon.
5294
5295 2004-04-13  Aldy Hernandez  <aldyh@redhat.com>
5296
5297         * gcc.c-torture/execute/20020720-1.x: XFAIL for powerpc-*-*spe.
5298
5299 2004-04-12  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5300
5301         * gcc.c-torture/execute/20040411-1.c: New test.
5302
5303 2004-04-10  Joseph S. Myers  <jsm@polyomino.org.uk>
5304
5305         * gcc.dg/c90-intprom-1.c, gcc.dg/c99-intprom-1.c: New tests.
5306
5307 2004-04-09  Chris Demetriou  <cgd@broadcom.com>
5308
5309         * g++.dg/other/packed1.C: Mark xfail for mips*- not mips-.
5310
5311 2004-04-09  Zack Weinberg  <zack@codesourcery.com>
5312
5313         * lib/target-supports.exp (check_named_sections_available): New.
5314         * lib/gcc-dg.exp (dg-require-named-sections): New.
5315         * lib/prune.exp (prune_gcc_output): Incorporate prunes from
5316         old-deja.exp.  Also prune error-count message from HP linker.
5317         * g++.old-deja/old-deja.exp (g++-dg-prune): Delete.
5318
5319         * g++.dg/init/init-ref4.C: Use dg-require-weak.
5320         * g++.old-deja/g++.pt/static3.C: Likewise.
5321         * g++.dg/parse/attr-ctor1.C: Use dg-require-named-sections.
5322
5323 2004-04-09  Roger Sayle  <roger@eyesopen.com>
5324
5325         * gcc.c-torture/execute/20040409-1.c: New test case.
5326         * gcc.c-torture/execute/20040409-2.c: New test case.
5327         * gcc.c-torture/execute/20040409-3.c: New test case.
5328
5329 2004-04-09  Andrew Pinski  <pinskia@physics.uc.edu>
5330
5331         * gcc.dg/20040409-1.c: New test.
5332
5333 2004-04-08  Roger Sayle  <roger@eyesopen.com>
5334
5335         PR target/14888
5336         * g++.dg/opt/pr14888.C: New test case.
5337
5338 2004-04-08  Geoffrey Keating  <geoffk@apple.com>
5339
5340         * gcc.dg/pch/valid-1.c, gcc.dg/pch/valid-2.c, gcc.dg/pch/valid-3.c,
5341         gcc.dg/pch/valid-4.c, gcc.dg/pch/valid-5.c, gcc.dg/pch/valid-6.c,
5342         gcc.dg/pch/valid-1.hs, gcc.dg/pch/valid-2.hs, gcc.dg/pch/valid-3.hs,
5343         gcc.dg/pch/valid-4.hs, gcc.dg/pch/valid-5.hs, gcc.dg/pch/valid-6.hs:
5344         New tests.
5345
5346 2004-04-08  Paul Brook  <paul@codesourcery.com>
5347
5348         * gcc.dg/spill-1.c: New test.
5349
5350 2004-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5351
5352         * gcc.dg/torture/builtin-ctype-2.c: New test.
5353
5354 2004-04-07  Ian Lance Taylor  <ian@wasabisystems.com>
5355
5356         * gcc.dg/pch/pch.exp: Add largefile test.
5357
5358 2004-04-06  Geoffrey Keating  <geoffk@apple.com>
5359
5360         * g++.dg/pch/externc-1.Hs: New.
5361         * g++.dg/pch/externc-1.C: New.
5362
5363 2004-04-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5364
5365         * gcc.dg/compat/struct-by-value-5a_main.c,
5366         gcc.dg/compat/struct-by-value-5b_main.c: New files.
5367         * gcc.dg/compat/struct-by-value-5_main.c: Delete.
5368         * gcc.dg/compat/struct-by-value-5a_x.c,
5369         gcc.dg/compat/struct-by-value-5b_x.c: New, split out from
5370         gcc.dg/compat/struct-by-value-5_x.c.
5371         * gcc.dg/compat/struct-by-value-5a_y.c,
5372         gcc.dg/compat/struct-by-value-5b_y.c: New, split out from
5373         gcc.dg/compat/struct-by-value-5_y.c.
5374
5375         * gcc.dg/compat/struct-by-value-6a_main.c,
5376         gcc.dg/compat/struct-by-value-6b_main.c: New files.
5377         * gcc.dg/compat/struct-by-value-6_main.c: Delete.
5378         * gcc.dg/compat/struct-by-value-6a_x.c,
5379         gcc.dg/compat/struct-by-value-6b_x.c: New, split out from
5380         gcc.dg/compat/struct-by-value-6_x.c.
5381         * gcc.dg/compat/struct-by-value-6a_y.c,
5382         gcc.dg/compat/struct-by-value-6b_y.c: New, split out from
5383         gcc.dg/compat/struct-by-value-6_y.c.
5384
5385         * gcc.dg/compat/struct-by-value-7a_main.c,
5386         gcc.dg/compat/struct-by-value-7b_main.c: New files.
5387         * gcc.dg/compat/struct-by-value-7_main.c: Delete.
5388         * gcc.dg/compat/struct-by-value-7a_x.c,
5389         gcc.dg/compat/struct-by-value-7b_x.c: New, split out from
5390         gcc.dg/compat/struct-by-value-7_x.c.
5391         * gcc.dg/compat/struct-by-value-7a_y.c,
5392         gcc.dg/compat/struct-by-value-7b_y.c: New, split out from
5393         gcc.dg/compat/struct-by-value-7_y.c.
5394
5395 2004-04-06  Jakub Jelinek  <jakub@redhat.com>
5396
5397         * gcc.dg/i386-sse-8.c: Don't use -march=pentium3 on x86_64.
5398         * gcc.dg/i386-local.c: Expect %edi, not %eax register on x86_64.
5399         * gcc.dg/20020103-1.c: Add -fno-asynchronous-unwind-tables to
5400         options.
5401
5402 2004-04-06  Uros Bizjak  <uros@kss-loka.si>
5403
5404         * gcc.dg/builtins-36.c: New test.
5405
5406 2004-04-06  Paul Brook  <paul@codesourcery.com>
5407
5408         * README.gcc: Remove obsolete contraint on testcases.
5409
5410 2004-04-05  Paul Brook  <paul@codesourcery.com>
5411
5412         PR2123
5413         * g++.dg/expr/anew1.C: XFAIL and make reproducible.  Call abort on
5414         failure and exit(0) on success.
5415         * g++.dg/expr/anew2.C: Ditto.
5416         * g++.dg/expr/anew3.C: Ditto.
5417         * g++.dg/expr/anew4.C: Ditto.
5418
5419 2004-04-05  Nathan Sidwell  <nathan@codesourcery.com>
5420
5421         PR c++/3518
5422         * g++.dg/template/unify7.C: New.
5423
5424 2004-04-02  Nathanael Nerode  <neroden@gcc.gnu.org>
5425
5426         * g++.dg/README: Bring up to date with new subdirectories; remove
5427         duplicate subdirectory lines.
5428
5429 2004-04-02  Nathan Sidwell  <nathan@codesourcery.com>
5430
5431         PR c++/14007
5432         * g++.dg/template/unify5.C: New.
5433         * g++.dg/template/unify6.C: New.
5434         * g++.dg/template/qualttp20.C: Adjust.
5435         * g++.old-deja/g++.jason/report.C: Adjust.
5436         * g++.old-deja/g++.other/qual1.C: Adjust.
5437
5438 2004-04-01  Mark Mitchell  <mark@codesourcery.com>
5439
5440         PR c++/14803
5441         * g++.dg/inherit/ptrmem1.C: New test.
5442
5443 2004-04-01  Jakub Jelinek  <jakub@redhat.com>
5444
5445         PR c++/14755
5446         * gcc.c-torture/execute/20040331-1.c: New test.
5447         * gcc.dg/20040331-1.c: New test.
5448
5449 2004-04-01  Paul Brook  <paul@codesourcery.com>
5450
5451         * gcc.dg/arm-mmx-1.c: Add -mabi=iwmmxt to dg-options.
5452
5453 2004-03-30  Mark Mitchell  <mark@codesourcery.com>
5454
5455         PR c++/14724
5456         * g++.dg/init/goto1.C: New test.
5457
5458         PR c++/14763
5459         * g++.dg/template/defarg4.C: New test.
5460
5461 2004-03-30  Hartmut Penner  <hpenner@de.ibm.com>
5462
5463         * gcc.dg/altivec-11.c: Extend test for more valid cases.
5464
5465 2004-03-28  David Edelsohn  <edelsohn@gnu.org>
5466
5467         * gcc.dg/doloop-1.c: Do not check for lack of "blt".
5468
5469 2004-03-28  Zack Weinberg  <zack@codesourcery.com>
5470
5471         * gcc.dg/noncompile/undeclared-2.c: New test.
5472
5473 2004-03-28  Joseph S. Myers  <jsm@polyomino.org.uk>
5474
5475         * gcc.dg/940409-1.c: Remove XFAIL.
5476         * gcc.dg/reg-vol-struct-1.c: New test.
5477
5478 2004-03-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5479
5480         * gcc.dg/torture/builtin-wctype-1.c: New test.
5481
5482 2004-03-26  James A. Morrison  <ja2morri@uwaterloo.ca>
5483
5484         * gcc.dg/20001013-1.c: Run on 32-bit and 64-bit SPARC.
5485         * gcc.dg/20001101-1.c: Likewise.
5486         * gcc.dg/20001102-1.c: Likewise.
5487
5488 2004-03-25  Roger Sayle  <roger@eyesopen.com>
5489
5490         * gcc.dg/compare8.c: Add an additional test for XOR.
5491
5492 2004-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5493
5494         * gcc.dg/torture/builtin-ctype-1.c: New test.
5495
5496 2004-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5497
5498         * gcc.dg/torture/builtin-explog-1.c: Add new cases.
5499         * gcc.dg/torture/builtin-math-1.c: Likewise.
5500         * gcc.dg/torture/builtin-power-1.c: New test.
5501
5502 2004-03-24  Andreas Schwab  <schwab@suse.de>
5503
5504         * lib/prune.exp (prune_gcc_output): Ignore errata warning from
5505         IA64 assembler.
5506
5507 2004-03-23  Joseph S. Myers  <jsm@polyomino.org.uk>
5508             Roger Sayle  <roger@eyesopen.com>
5509
5510         * gcc.dg/compare8.c: New test case.
5511
5512 2004-03-23  Ziemowit Laski  <zlaski@apple.com>
5513
5514         * g++.dg/ext/altivec-7.C: New test.
5515
5516 2004-03-23  Zack Weinberg  <zack@codesourcery.com>
5517
5518         PR 12267, 12391, 12560, 13129, 14114, 14133
5519         * gcc.dg/Wold-style-definition-1.c, gcc.dg/builtins-30.c
5520         * gcc.dg/unused-4.c, gcc.dg/noncompile/label-1.c
5521         * gcc.dg/noncompile/label-lineno-1.c, objc.dg/naming-1.m:
5522         Adjust error regexps.
5523         * gcc.dg/Wshadow-2.c, gcc.dg/noncompile/incomplete-3.c
5524         * gcc.dg/noncompile/undeclared-1.c: New test cases.
5525         * gcc.dg/decl-5.c, gcc.dg/redecl-1.c: Remove XFAIL.
5526         * gcc.dg/local1.c: Add explanatory comment.
5527
5528 2004-03-23  Roger Sayle  <roger@eyesopen.com>
5529
5530         PR optimization/14669
5531         * g++.dg/opt/fold2.C: New test case.
5532
5533 2004-03-22  Jakub Jelinek  <jakub@redhat.com>
5534
5535         PR c/14069
5536         * gcc.dg/20040322-1.c: New test.
5537
5538 2004-03-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
5539
5540         * gcc.dg/ultrasp2.c: Do not pass -m64.  Remove redundant lines.
5541         * gcc.dg/ultrasp4.c: Likewise.
5542         * gcc.dg/ultrasp8.c: Do not pass -m64.  Add sparcv9-*-*.
5543
5544 2004-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
5545
5546         * gcc.dg/i386-sse-8.c: Reset default options.
5547
5548 2004-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
5549
5550         * gcc.dg/charset/asm2.c: Allow 'parse error' instead of 'syntax error'
5551         in the error message text.
5552
5553 2004-03-21  Gabriel Dos Reis  <gdr@integrable-solutions.net>
5554
5555         * g++.dg/template/qualttp20.C: Adjust dg- regexp.
5556
5557 2004-03-21  Mark Mitchell  <mark@codesourcery.com>
5558
5559         PR c++/14616
5560         * g++.dg/init/array13.C: New test.
5561
5562 2004-03-20  Roger Sayle  <roger@eyesopen.com>
5563
5564         PR target/13889
5565         * gcc.c-torture/compile/pr13889.c: New test case.
5566
5567 2004-03-20  Joseph S. Myers  <jsm@polyomino.org.uk>
5568
5569         PR c/14635
5570         * builtins-1.c (nan, nans): Don't test.
5571         * builtins-30.c: Don't use nan, nanf, nanl.
5572         * builtins-35.c: New test.
5573
5574 2004-03-19  Ziemowit Laski  <zlaski@apple.com>
5575
5576         * g++.dg/ext/altivec-6.C: New test.
5577
5578 2004-03-19  Mark Mitchell  <mark@codesourcery.com>
5579
5580         * g++.dg/init/placement3.C: New test.
5581
5582         * g++.dg/template/spec13.C: New test.
5583
5584         * g++.dg/lookup/using11.C: New test.
5585
5586         * g++.dg/lookup/koenig3.C: New test.
5587
5588         * g++.dg/template/operator2.C: New test.
5589
5590         * g++.dg/expr/dtor3.C: New test.
5591         * g++.old-deja/g++.brendan/crash15.C: Remove incorrect dg-error
5592         marker.
5593         * g++.old-deja/g++.law/visibility28.C: Likewise.
5594
5595 2004-03-19  Paolo Bonzini  <bonzini@gnu.org>
5596
5597         * gcc.dg/altivec-6.c: Use vector_size attribute, not mode.
5598         * gcc.dg/ppc64-abi-3.c: Likewise.
5599
5600 2004-03-19  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5601
5602         PR c++/14545
5603         * g++.dg/parse/template15.C: New test.
5604
5605 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
5606
5607         * g++.dg/expr/dtor2.C: New test.
5608
5609         * g++.dg/lookup/anon4.C: New test.
5610
5611         * g++.dg/overload/using1.C: New test.
5612
5613         * g++.dg/template/lookup7.C: New test.
5614
5615         * g++.dg/template/typename6.C: New test.
5616
5617         * g++.dg/expr/cond6.C: New test.
5618
5619 2004-03-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5620
5621         * gcc.dg/torture/builtin-convert-1.c: Test more math builtins.
5622
5623 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
5624
5625         * g++.dg/expr/cond5.C: New test.
5626         * g++.dg/expr/constcast1.C: Likewise.
5627         * g++.dg/expr/ptrmem2.C: Likewise.
5628         * g++.dg/expr/ptrmem3.C: Likewise.
5629         * g++.dg/lookup/main1.C: Likewise.
5630         * g++.dg/template/lookup6.C: Likewise.
5631
5632 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
5633
5634         * gcc.dg/local1.c: New test.
5635
5636         * gcc.dg/debug/dwarf2/c99-typedef1.c: New test.
5637
5638 2004-03-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5639
5640         * gcc.dg/torture/builtin-convert-1.c: New test.
5641
5642 2004-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5643
5644         * gcc.dg/torture/builtin-integral-1.c: Also check for `rint'.
5645
5646 2004-03-16  Mark Mitchell  <mark@codesourcery.com>
5647
5648         PR c++/14481
5649         * g++.dg/warn/Wunused-7.C: New test.
5650
5651 2004-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5652
5653         * gcc.dg/torture/builtin-integral-1.c: New test.
5654
5655 2004-03-16  Mark Mitchell  <mark@codesourcery.com>
5656
5657         PR c++/14586
5658         * g++.dg/parse/non-dependent3.C: New test.
5659
5660 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
5661
5662         * g++.dg/eh/simd-1.C: Use vector_size attribute, not mode.
5663         * g++.dg/eh/simd-2.C: Likewise.
5664         * g++.dg/init/array10.C: Likewise.
5665         * gcc.c-torture/compile/simd-1.c: Likewise.
5666         * gcc.c-torture/compile/simd-2.c: Likewise.
5667         * gcc.c-torture/compile/simd-3.c: Likewise.
5668         * gcc.c-torture/compile/simd-4.c: Likewise.
5669         * gcc.c-torture/compile/simd-6.c: Likewise.
5670         * gcc.c-torture/execute/simd-1.c: Likewise.
5671         * gcc.c-torture/execute/simd-2.c: Likewise.
5672         * gcc.dg/compat/vector-defs.h: Likewise.
5673         * gcc.dg/20020531-1.c: Likewise.
5674         * gcc.dg/altivec-3.c: Likewise.
5675         * gcc.dg/altivec-4.c: Likewise.
5676         * gcc.dg/altivec-varargs-1.c: Likewise.
5677         * testsuite/gcc.dg/compat/vector-defs.h: Likewise.
5678         * gcc.dg/i386-mmx-3.c: Likewise.
5679         * gcc.dg/i386-sse-4.c: Likewise.
5680         * gcc.dg/i386-sse-5.c: Likewise.
5681         * gcc.dg/i386-sse-8.c: Likewise.
5682         * gcc.dg/simd-1.c: Likewise.
5683         * gcc.dg/20030218-1.c: Likewise.  Plus, do not declare
5684         __ev64_opaque__ since the machine description provides it.
5685
5686 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
5687
5688         * lib/compat.exp (skip_list): New global variable.
5689         Use it to hold the user defined COMPAT_SKIPS list if any.
5690         (compat-obj): Add the members of skip_list to optall.
5691
5692 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
5693
5694         * gcc.dg/compat/union-by-value-1_main.c,
5695         union-by-value-1_x.c, union-by-value-1_y.c,
5696         union-check.h, union-defs.h,
5697         union-init.h, union-return-1_main.c,
5698         union-return-1_x.c, union-return-1_y.c: New files.
5699
5700 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
5701
5702         * gcc.dg/compat/mixed-struct-check.h, mixed-struct-defs.h,
5703         mixed-struct-init.h: Add 4 mixed structure types.
5704         struct-by-value-21_main.c, struct-by-value-21_x.c,
5705         struct-by-value-21_y.c, struct-return-21_main.c,
5706         struct-return-21_x.c, struct-return-21_y.c: New files.
5707
5708 2004-03-13  Mark Mitchell  <mark@codesourcery.com>
5709
5710         PR c++/14550
5711         * g++.dg/parse/template14.C: New test.
5712
5713 2004-03-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
5714
5715         * gcc.c-torture/execute/20040313-1.c: New test.
5716
5717 2004-03-13  Jakub Jelinek  <jakub@redhat.com>
5718
5719         PR target/14533
5720         * gcc.dg/20040311-2.c: New test.
5721
5722 2004-03-12  Kazu Hirata  <kazu@cs.umass.edu>
5723
5724         PR other/14544
5725         * gcc.c-torture/execute/20040307-1.c: Remove the 24-bit
5726         bit-field.
5727
5728 2004-03-12  Ulrich Weigand  <uweigand@de.ibm.com>
5729
5730         * gcc.dg/20040305-2.c: Add missing return statement.
5731
5732 2004-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5733
5734         * gcc.dg/builtins-34.c: Also check pow10*.
5735
5736 2004-03-11  Ulrich Weigand  <uweigand@de.ibm.com>
5737
5738         PR target/14262
5739         * gcc.dg/20040305-2.c: New test.
5740
5741 2004-03-11  Ulrich Weigand  <uweigand@de.ibm.com>
5742
5743         * gcc.dg/20040310-1.c: New test.
5744
5745 2004-03-11  Roger Sayle  <roger@eyesopen.com>
5746
5747         * gcc.c-torture/execute/20040311-1.c: New test case.
5748
5749 2004-03-11  Mark Mitchell  <mark@codesourcery.com>
5750
5751         PR c++/14476
5752         * g++.dg/lookup/enum1.C: New test.
5753
5754 2004-03-10  Mark Mitchell  <mark@codesourcery.com>
5755
5756         PR c++/14510
5757         * g++.dg/lookup/struct2.C: New test.
5758
5759 2004-03-10  Uros Bizjak  <uros@kss-loka.si>
5760
5761         * gcc.dg/builtins-34.c: New test.
5762
5763 2004-03-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5764
5765         * gcc.dg/torture/builtin-nonneg-1.c: New test.
5766
5767 2004-03-09  James E Wilson  <wilson@specifixinc.com>
5768
5769         * gcc.dg/alias-1.c: Add "will" to string passed to dg-warning.
5770         * gcc.dg/alias-2.c: New testcase.
5771
5772 2004-03-09  Zack Weinberg  <zack@codesourcery.com>
5773
5774         * gcc.dg/noncompile/incomplete-2.c: Move dg-error to proper line.
5775
5776 2004-03-09  Roger Sayle  <roger@eyesopen.com>
5777
5778         * gcc.c-torture/execute/20040309-1.c: New test case.
5779
5780 2004-03-09  Nathan Sidwell  <nathan@codesourcery.com>
5781
5782         PR c++/14397
5783         * g++.dg/overload/ref1.C: New.
5784
5785 2004-03-09  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5786
5787         PR c++/14409
5788         * g++.dg/template/spec12.C: New test.
5789
5790         PR c++/14448
5791         * g++.dg/parse/crash14.C: New test.
5792
5793 2004-03-09  Mark Mitchell  <mark@codesourcery.com>
5794
5795         PR c++/14230
5796         * g++.dg/init/ref11.C: New test.
5797
5798 2004-03-09  Mark Mitchell  <mark@codesourcery.com>
5799
5800         PR c++/14432
5801         * g++.dg/parse/builtin2.C: New test.
5802
5803 2004-03-08  Mark Mitchell  <mark@codesourcery.com>
5804
5805         PR c++/14401
5806         * g++.dg/init/ctor3.C: New test.
5807         * g++.dg/init/union1.C: New test.
5808         * g++.dg/ext/anon-struct4.C: New test.
5809
5810 2004-03-08  Mark Mitchell  <mark@codesourcery.com>
5811
5812         * g++.dg/lookup/koenig1.C: Tweak error messages.
5813         * g++.dg/lookup/used-before-declaration.C: Likewise.
5814         * g++.dg/other/do1.C: Likewise.
5815         * g++.dg/overload/koenig1.C: Likewise.
5816         * g++.dg/parse/crash13.C: Likewise.
5817         * g++.dg/template/instantiate3.C: Likewise.
5818
5819 2004-03-08  Eric Christopher  <echristo@redhat.com>
5820
5821         * * lib/target-supports.exp: Enable libiconv in test
5822         compilation.  Fix up error checking.
5823
5824 2004-03-08  Roger Sayle  <roger@eyesopen.com>
5825
5826         PR middle-end/14289
5827         * gcc.dg/pr14289-1.c: New test case.
5828         * gcc.dg/pr14289-2.c: Likewise.
5829         * gcc.dg/pr14289-3.c: Likewise.
5830
5831 2004-03-08  Eric Botcazou  <ebotcazou@act-europe.fr>
5832
5833         * gcc.c-torture/execute/20040308-1.c: New test.
5834
5835 2004-03-07  Roger Sayle  <roger@eyesopen.com>
5836
5837         * gcc.c-torture/execute/20040307-1.c: New test case.
5838
5839 2004-03-07  Richard Sandiford  <rsandifo@redhat.com>
5840
5841         * gcc.dg/torture/mips-sdata-1.c: Restrict to mips*-*-elf*.
5842
5843 2004-03-06  Ulrich Weigand  <uweigand@de.ibm.com>
5844
5845         * gcc.dg/20040306-1.c: New test.
5846
5847 2004-03-06  Kazu Hirata  <kazu@cs.umass.edu>
5848
5849         * gcc.dg/sibcall-3.c (recurser_void1, recurser_void2): Make
5850         them static.
5851         * gcc.dg/sibcall-4.c (recurser_void1, recurser_void2): Likewise.
5852
5853 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
5854
5855         PR c/14465
5856         * gcc.dg/decl-6.c: New test.
5857
5858 2004-03-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5859
5860         * gcc.dg/torture/builtin-explog-1.c: Add comments for each test.
5861         Rename LOGPOW -> LOG_POW.
5862         (SQRT_EXP, POW_EXP): New.
5863
5864 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
5865
5866         * gcc.dg/i386-sse-8.c: New test.
5867
5868 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
5869
5870         PR c/14114
5871         * gcc.dg/decl-5.c: New test.
5872
5873 2004-03-05  Andreas Krebbel  <krebbel1@de.ibm.com>
5874
5875         * gcc.dg/20040305-1.c: New test.
5876
5877 2004-03-05  Hans-Peter Nilsson  <hp@axis.com>
5878
5879         PR other/14354
5880         * gcc.c-torture/execute/ieee/mul-subnormal-single-1.c: New test.
5881
5882 2004-03-04  Ziemowit Laski  <zlaski@apple.com>
5883
5884         PR c++/14425, c++/14426
5885         * g++.dg/ext/altivec-4.C: New test.
5886         * g++.dg/ext/altivec-5.C: New test.
5887
5888 2004-03-04  Geoffrey Keating  <geoffk@apple.com>
5889
5890         * g++.old-deja/g++.other/linkage1.C: Expect errors about
5891         global variables of a type with no linkage.
5892         * g++.old-deja/g++.other/qual1.C: Name class for 'action'.
5893         * g++.old-deja/g++.mike/misc13.C: Name enum for 'want'.
5894         * g++.old-deja/g++.bugs/900210_01.C: Name enum for 'ep'.
5895         * g++.old-deja/g++.bugs/900210_02.C: Likewise.
5896         * g++.old-deja/g++.bugs/900210_03.C: Likewise.
5897         * g++.old-deja/g++.brendan/bit-fields2.C: Name structure for 's'.
5898         * g++.old-deja/g++.brendan/init10.C: Name structure for 'a'.
5899         * g++.dg/warn/deprecated.C: Name enum Color.
5900         * g++.dg/overload/VLA.C: Name structure for 'b'.
5901         * g++.dg/lookup/anon2.C: Expect diagnostic about type linkage.
5902
5903 2004-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
5904
5905         * gcc.c-torture/compile/20040304-1.c: New test.
5906
5907 2004-03-03  Zack Weinberg  <zack@codesourcery.com>
5908
5909         PR 13728
5910         * gcc.dg/decl-4.c: New testcase.
5911
5912 2004-03-03  Kazu Hirata  <kazu@cs.umass.edu>
5913
5914         * gcc.dg/torture/builtin-explog-1.c (PREC): Make it the same
5915         as PRECF if sizeof (float) > sizeof (double).
5916         (PRECL): Make it the same as PRECF if
5917         sizeof (float) > sizeof (long double).
5918
5919 2004-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5920
5921         * gcc.dg/builtins-config.h: Use underscore macro style for __sun
5922         system type.  Add check for irix6 which doesn't have c99 runtime.
5923
5924 2004-03-03  Bob Wilson  <bob.wilson@acm.org>
5925
5926         * gcc.dg/const-elim-1.c: xfail for xtensa.
5927
5928 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
5929
5930         PR c++/14369
5931         * g++.dg/template/cond4.C: New test.
5932
5933 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
5934
5935         PR c++/14360
5936         * g++.old-deja/g++.ns/koenig5.C: Remove some error markers.
5937
5938         PR c++/14361
5939         * g++.dg/parse/defarg7.C: New test.
5940
5941         PR c++/14359
5942         * g++.dg/template/friend26.C: New test.
5943
5944 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
5945
5946         PR c++/14324
5947         * g++.dg/abi/mangle21.C: New test.
5948
5949         PR c++/14260
5950         * g++.dg/parse/constructor2.C: New test.
5951
5952         PR c++/14337
5953         * g++.dg/template/sfinae1.C: New test.
5954
5955 2004-02-29  Mark Mitchell  <mark@codesourcery.com>
5956
5957         PR c++/14267
5958         * g++.dg/expr/crash2.C: New test.
5959
5960         PR middle-end/13448
5961         * gcc.dg/inline-5.c: New test.
5962         * gcc.dg/always-inline.c: Split out tests into ...
5963         * gcc.dg/always-inline2.c: ... this and ...
5964         * gcc.dg/always-inline3.c: ... this.
5965
5966 2004-02-29  Mark Mitchell  <mark@codesourcery.com>
5967
5968         PR debug/12103
5969         * g++.dg/debug/crash1.C: New test.
5970
5971 2004-02-29  Kazu Hirata  <kazu@cs.umass.edu>
5972
5973         * gcc.dg/sibcall-3.c (recurser_void1): Make it an extern
5974         function with __attribute__((noinline)).
5975         (recurser_void2): Likewise.
5976         * gcc.dg/sibcall-4.c (recurser_void1): Likewise.
5977         (recurser_void2): Likewise.
5978
5979 2004-02-29  Roger Sayle  <roger@eyesopen.com>
5980
5981         PR middle-end/14203
5982         * g++.dg/warn/Wunused-6.C: New test case.
5983
5984 2004-02-28  Richard Earnshaw  <rearnsha@arm.com>
5985
5986         * lib/g++.exp (g++_link_flags): Don't crash if LD_LIBRARY_PATH is
5987         not defined.
5988
5989 2004-02-27  Eric Christopher  <echristo@redhat.com>
5990
5991         * g++.dg/charset/charset.exp: Change CFLAGS to CHARSETCFLAGS.
5992         * g++.dg/charset/asm2.c: Run only x86.
5993         * gcc.dg/charset/asm3.c: Ditto.
5994
5995 2004-02-27  Aldy Hernandez  <aldyh@redhat.com>
5996
5997         * lib/g++.exp (g++_link_flags): Append LD_LIBRARY_PATH to
5998         ld_library_path.
5999
6000 2004-02-27  Ziemowit Laski  <zlaski@apple.com>
6001
6002         * g++.dg/ext/altivec-3.C: New.
6003
6004 2004-02-26  Richard Henderson  <rth@redhat.com>
6005
6006         * g++.dg/ext/attrib10.C: Mark for warning.
6007         * gcc.dg/attr-alias-1.c: New.
6008
6009 2004-02-26  Richard Henderson  <rth@redhat.com>
6010
6011         * gcc.c-torture/execute/ieee/20040208-2.c: Move ...
6012         * gcc.c-torture/execute/20040208-2.c: ... it back.
6013
6014 2004-02-26  Eric Christopher  <echristo@redhat.com>
6015
6016         * lib/target-supports.exp (check-iconv-available): New function.
6017         * lib/gcc-dg.exp (dg-require-iconv): New function.
6018         Use above.
6019         * gcc.dg/charset: New directory.
6020         * gcc.dg/charset/charset.exp: New file.
6021         * gcc.dg/charset/asm1.c: Ditto.
6022         * gcc.dg/charset/asm2.c: Ditto.
6023         * gcc.dg/charset/asm3.c: Ditto.
6024         * gcc.dg/charset/asm4.c: Ditto.
6025         * gcc.dg/charset/asm5.c: Ditto.
6026         * gcc.dg/charset/attribute1.c: Ditto.
6027         * gcc.dg/charset/attribute2.c: Ditto.
6028         * gcc.dg/charset/string1.c: Ditto.
6029         * g++.dg/charset: New directory.
6030         * g++.dg/dg.exp: Add here. Special options.
6031         * g++.dg/charset/charset.exp: New file.
6032         * g++.dg/charset/asm1.c: Ditto.
6033         * g++.dg/charset/asm2.c: Ditto.
6034         * g++.dg/charset/asm3.c: Ditto.
6035         * g++.dg/charset/asm4.c: Ditto.
6036         * g++.dg/charset/attribute1.c: Ditto.
6037         * g++.dg/charset/attribute2.c: Ditto.
6038         * g++.dg/charset/extern1.cc: Ditto.
6039         * g++.dg/charset/extern2.cc: Ditto.
6040         * g++.dg/charset/string1.c: Ditto.
6041
6042 2004-02-26  Mark Mitchell  <mark@codesourcery.com>
6043
6044         PR c++/14278
6045         * g++.dg/parse/comma1.C: New test.
6046
6047 2004-02-26  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6048
6049         PR c++/14284
6050         * g++.dg/template/ttp8.C: New test.
6051
6052 2004-02-26  Eric Botcazou  <ebotcazou@act-europe.fr>
6053
6054         * gcc.dg/fixuns-trunc-1.c: New test.
6055
6056 2004-02-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6057
6058         * gcc.dg/builtins-config.h: Use #elif.
6059
6060 2004-02-26  Michael Matz  <matz@suse.de>
6061
6062         * gcc.dg/20000724-1.c: Add regparm attribute to decl and def.
6063         * gcc.dg/991214-1.c: Likewise.
6064         * gcc.dg/i386-asm-1.c: Likewise.
6065
6066 2004-02-25  Richard Henderson  <rth@redhat.com>
6067
6068         * gcc.c-torture/execute/20040208-2.c: Move ...
6069         * gcc.c-torture/execute/ieee/20040208-2.c: ... here.
6070
6071 2004-02-26  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6072
6073         PR c++/14246
6074         * g++.dg/other/crash-3.C: New test.
6075
6076 2004-02-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6077
6078         * g++.dg/opt/inline4.C (dg-final): Robustify regexp.
6079         * g++.dg/opt/inline6.C (dg-final): Robustify regexp.
6080
6081         * gcc.dg/builtins-config.h (HAVE_C99_RUNTIME): Don't define for PA
6082         HP-UX.
6083
6084 2004-02-24  Michael Matz  <matz@suse.de>
6085
6086         * gcc.dg/i386-regparm.c: New.
6087
6088 2004-02-23  James E Wilson  <wilson@specifixinc.com>
6089
6090         * gcc.c-torture/execute/20040223-1.c: New.
6091
6092 2004-02-23  Zack Weinberg  <zack@codesourcery.com>
6093             Kazu Hirata  <kazu@cs.umass.edu>
6094
6095         * gcc.dg/fwritable-strings-1.c: Remove.
6096
6097 2004-02-23  Andrew Pinski  <pinskia@physics.uc.edu>
6098
6099         PR c/14156
6100         * gcc.dg/20040223-1.c: New test.
6101
6102 2004-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6103
6104         PR c++/14106
6105         * g++.dg/ext/typeof9.C: New test.
6106
6107 2004-02-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6108
6109         PR c++/14250
6110         * g++.dg/other/switch1.C: New test.
6111
6112 2004-02-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
6113
6114         * gcc.dg/cast-function-1.c: Adjust for new informative message.
6115         * gcc.dg/va-arg-1.c: Likewise.
6116
6117 2004-02-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6118
6119         PR c++/14143
6120         * g++.dg/template/koenig5.C: New test.
6121
6122 2004-02-21  Ziemowit Laski  <zlaski@apple.com>
6123
6124         * g++.dg/ext/altivec-1.C: Generalize target triple.
6125         * g++.dg/ext/altivec-2.C: New test case.
6126         * g++.dg/ext/altivec_check.h: New file.
6127         * gcc.dg/altivec-1.c: Generalize target triple;
6128         include altivec_check.h and call altivec_check().
6129         * gcc.dg/altivec-[2-5].c: Generalize target triple.
6130         * gcc.dg/altivec-6.c: New test case.
6131         * gcc.dg/altivec-[7-9].c: Generalize target triple; add
6132         type casts as needed.
6133         * gcc.dg/altivec-10.c: Include altivec_check.h and call
6134         altivec_check().
6135         * gcc.dg/altivec-12.c: New test case.
6136         * gcc.dg/altivec-varargs-1.c: Generalize target triple;
6137         include altivec_check.h and call altivec_check().
6138         * gcc.dg/altivec_check.h: New file.
6139
6140 2004-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6141
6142         * lib/target-supports.exp (check_alias_available): Don't mangle
6143         function `g' in test program.
6144
6145 2004-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6146
6147         * lib/target-supports.exp (check_profiling_available): Check
6148         argument to determine whether we support a profiling type.
6149         * lib/gcc-dg.exp (dg-require-profiling): Pass argument to
6150         check_profiling_available.
6151         * g++.dg/bprob/bprob.exp: Likewise
6152         * g77.dg/bprob/bprob.exp: Likewise.
6153         * gcc.misc-tests/bprob.exp: Likewise.
6154         * g++.old-deja/g++.law/profile1.C: Pass profiling type to
6155         dg-require-profiling and delete expected error handling.
6156         * gcc.dg/20021014-1.c: Likewise.
6157         * gcc.dg/nest.c: Likewise.
6158
6159 2004-02-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6160
6161         PR c++/12007
6162         * g++.dg/other/vthunk1.C: New test.
6163
6164 2004-02-20  Falk Hueffner  <falk@debian.org>
6165
6166         PR target/14201
6167         * gcc.c-torture/compile/fix-trunc-mem-1.c: New test.
6168
6169 2004-02-20  Mark Mitchell  <mark@codesourcery.com>
6170
6171         PR c++/13927
6172         * g++.dg/other/error8.C: Remove XFAIL markers.
6173
6174         PR c++/14173
6175         * g++.dg/ext/packed5.C: New test.
6176
6177         PR c++/14199
6178         * g++.dg/warn/Wunused-5.C: New test.
6179
6180         PR c++/14186
6181         * g++.dg/lookup/member1.C: New test.
6182
6183 2004-02-19  Kazu Hirata  <kazu@cs.umass.edu>
6184
6185         * gcc.c-torture/compile/20040130-1.c: Enable only when
6186         __INT_MAX__ >= 2147483647L.
6187         * gcc.c-torture/compile/961203-1.c: Likewise.
6188
6189 2004-02-19  Nathan Sidwell  <nathan@codesourcery.com>
6190
6191         * g++.dg/parse/attr-ctor1.C: XFAIL on hppa.
6192         * g++.dg/opt/template1.C: Robustify assembler regexp
6193
6194 2004-02-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
6195
6196         * gcc.c-torture/execute/simd-4.x: Remove.
6197         * gcc.c-torture/execute/va-arg-25.x: Likewise.
6198         * gcc.dg/compat/vector-1_x.c: Do not XFAIL on SPARC.
6199         Guard with #ifndef SKIP_ATTRIBUTE.
6200         * gcc.dg/compat/vector-1_y.c: Likewise.
6201         * gcc.dg/compat/vector-2_x.c: Likewise.
6202         * gcc.dg/compat/vector-2_y.c: Likewise.
6203         * g++.dg/eh/simd-1.C: Do not XFAIL on SPARC.
6204         * g++.dg/eh/simd-2.C: Likewise.
6205
6206 2004-02-19  Alan Modra  <amodra@bigpond.net.au>
6207
6208         * gcc.c-torture/compile/complex-1.c: New.
6209
6210 2004-02-19  Hans-Peter Nilsson  <hp@axis.com>
6211
6212         PR target/14209
6213         * gcc.c-torture/execute/20040218-1.c: New test.
6214
6215 2004-02-19  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6216
6217         PR c++/14181
6218         * g++.dg/parse/new2.C: New test.
6219
6220 2004-02-18  Paul Brook  <paul@codesourcery.com>
6221
6222         * gcc.c-torture/compile/libcall-1.c: New test.
6223
6224 2004-02-18  Paul Brook  <paul@codesourcery.com>
6225
6226         PR debug/12934
6227         * gcc.dg/debug/debug-7.c: New test.
6228
6229 2004-02-17  Ulrich Weigand  <uweigand@de.ibm.com>
6230
6231         * gcc.dg/20040217-1.c: New test.
6232
6233 2004-02-17  Zack Weinberg  <zack@codesourcery.com>
6234
6235         * gcc.c-torture/execute/990208-1.x: Delete.
6236
6237 2004-02-17  Richard Sandiford  <rsandifo@redhat.com>
6238
6239         * gcc.c-torture/execute/20040208-2.x: New file.
6240
6241 2004-02-17  Mark Mitchell  <mark@codesourcery.com>
6242
6243         PR c++/11326
6244         * g++.dg/abi/structret1.C: New test.
6245
6246 2004-02-17  Jakub Jelinek  <jakub@redhat.com>
6247
6248         * gcc.dg/i386-cpuid.h (bit_CMOV): Define.
6249         (i386_cpuid): No need to test if cpuid is available on AMD64.
6250         Fix assembly, so that it works onboth i386 and AMD64.
6251         * gcc.dg/i386-sse-6.c: Include stdio.h, stdlib.h and string.h.
6252         (vecInLong): Fix s[] member type to unsigned int.
6253         (vecInWord): Remove type.
6254         (mmx_tests, sse_tests, dump64_16, dump64_32, dump64_64): Remove.
6255         (a64, b64, c64, d64, e64): Remove.
6256         (main): Pass if CPU has no MMX, SSE, SSE2 or CMOV support.
6257         Remove unused variable.  Remove initialization of removed variables.
6258         Don't call mmx_tests nor sse_tests.
6259         (reference_mmx, reference_sse): Remove.
6260         (check): Add return stmt.
6261         * gcc.dg/i386-sse-7.c: New test.
6262         * gcc.dg/i386-mmx-4.c: New test.
6263
6264 2004-02-17  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6265
6266         * g++.dg/tc1/dr176.C: Add missing semicolon (typo).
6267         * g++.dg/tc1/dr101.C, g++.dg/tc1/dr135.C, g++.dg/tc1/dr142.C,
6268         g++.dg/tc1/dr152.C, g++.dg/tc1/dr159.C, g++.dg/tc1/dr161.C,
6269         g++.dg/tc1/dr166.C, g++.dg/tc1/dr176.C, g++.dg/tc1/dr193.C,
6270         g++.dg/tc1/dr194.C, g++.dg/tc1/dr217.C, g++.dg/tc1/dr56.C,
6271         g++.dg/tc1/dr68.C, g++.dg/tc1/dr76.C, g++.dg/tc1/dr80.C,
6272         g++.dg/tc1/dr94.C: Fix line terminator.
6273
6274 2004-02-16  Geoffrey Keating  <geoffk@apple.com>
6275
6276         * gcc.c-torture/compile/20040216-1.c: New.
6277
6278 2004-02-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6279
6280         * g++.dg/tc1/dr101.C, g++.dg/tc1/dr135.C, g++.dg/tc1/dr142.C,
6281         g++.dg/tc1/dr152.C, g++.dg/tc1/dr159.C, g++.dg/tc1/dr161.C,
6282         g++.dg/tc1/dr166.C, g++.dg/tc1/dr176.C, g++.dg/tc1/dr188.C,
6283         g++.dg/tc1/dr193.C, g++.dg/tc1/dr194.C, g++.dg/tc1/dr217.C,
6284         g++.dg/tc1/dr48.C, g++.dg/tc1/dr56.C, g++.dg/tc1/dr68.C,
6285         g++.dg/tc1/dr76.C, g++.dg/tc1/dr80.C, g++.dg/tc1/dr94.C: New tests.
6286
6287 2004-02-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
6288
6289         * gcc.c-torture/execute/20020720-1.x: XFAIL on SPARC with -fPIC.
6290
6291 2004-02-15  Mark Mitchell  <mark@codesourcery.com>
6292
6293         PR c++/13971
6294         * g++.dg/expr/cond4.C: New test.
6295
6296         PR c++/14086
6297         * g++.dg/lookup/crash2.C: New test.
6298
6299 2004-02-14  Josef Zlomek  <zlomekj@suse.cz>
6300
6301         * gcc.c-torture/compile/20040214-2.c: New test.
6302
6303 2004-02-14  Andrew Pinski  <pinskia@physics.uc.edu>
6304
6305         PR c++/14116
6306         * g++.dg/ext/typeof8.C: New test.
6307
6308 2004-02-14  Eric Botcazou  <ebotcazou@act-europe.fr>
6309
6310         * gcc.c-torture/compile/20040214-1.c: New test.
6311
6312 2004-02-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6313
6314         PR c++/13635
6315         * g++.dg/template/spec11.C: New test.
6316
6317 2004-02-13  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6318
6319         PR c++/13927
6320         * g++.dg/other/error8.C: New test.
6321
6322 2004-02-13  Mark Mitchell  <mark@codesourcery.com>
6323
6324         PR c++/14122
6325         * g++.dg/template/array4.C: New test.
6326
6327         PR c++/14108
6328         * g++.dg/inherit/thunk2.C: New test.
6329
6330         PR c++/14083
6331         * g++.dg/eh/cond2.C: New test.
6332
6333 2004-02-12  Alan Modra  <amodra@bigpond.net.au>
6334
6335         * gcc.dg/debug/20020327-1.c: Disable for powerpc64.
6336
6337 2004-02-12  Nathaniel Smith <njs@codesourcery.com>
6338
6339         * lib/scanasm.exp (dg-scan): Quote pattern before display.
6340
6341 2004-02-12  Hartmut Penner  <hpenner@de.ibm.com>
6342
6343         * g++.dg/simd-2.C: xfail on ppc64-linux.
6344
6345 2004-02-11  Joseph S. Myers  <jsm@polyomino.org.uk>
6346
6347         PR c/456
6348         * gcc.dg/cpp/c90-if-comma-1.c, gcc.dg/cpp/c99-if-comma-1.c: New
6349         tests.
6350
6351 2004-02-11  Uros Bizjak  <uros@kss-loka.si>
6352
6353         * gcc.dg/builtins-33.c: New test.
6354
6355 2004-02-11  Paolo Bonzini  <bonzini@gnu.org>
6356
6357         * gcc.dg/pr14092-1.c: Use intptr_t for the cast.
6358
6359 2004-02-11  Hartmut Penner  <hpenner@de.ibm.com>
6360
6361         * g++.dg/simd-2.C: Set -maltivec for ppc64.
6362
6363 2004-02-11  Hartmut Penner  <hpenner@de.ibm.com>
6364
6365         * gcc.dg/ppc64-abi-3.c: New test.
6366
6367 2004-02-10  Paolo Bonzini  <bonzini@gnu.org>
6368
6369         PR c/14092
6370
6371         * gcc.dg/pr14092-1.c: New testcase.
6372
6373 2004-02-10  Alan Modra  <amodra@bigpond.net.au>
6374
6375         * gcc.dg/cpp/assert4.c: Fix typo last change.
6376
6377         * gcc.dg/darwin-longlong.c: Only use r0 in asm for darwin.
6378         * gcc.dg/cpp/assert4.c: Handle powerpc64.
6379
6380         * gcc.dg/debug/20020327-1.c: xfail for powerpc64.
6381
6382 2004-02-09  Roger Sayle  <roger@eyesopen.com>
6383
6384         * gcc.c-torture/compile/20040209-1.c: New test case.
6385
6386 2004-02-08  Joseph S. Myers  <jsm@polyomino.org.uk>
6387
6388         * gcc.dg/c90-init-1.c: Adjust expected error messages.
6389
6390 2004-02-08  Richard Sandiford  <rsandifo@redhat.com>
6391
6392         * gcc.c-torture/execute/20040208-[12].c: New tests.
6393
6394 2004-02-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
6395
6396         * g++.dg/eh/simd-2.C: Adjust line numbers for SPARC.
6397
6398 2004-02-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
6399
6400         * gcc.c-torture/execute/va-arg-25.x: XFAIL only on SPARC 64-bit.
6401
6402 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
6403
6404         Bug 13856
6405         * gcc.dg/visibility-8.c: New testcase.
6406
6407 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
6408
6409         * gcc.c-torture/execute/string-opt-15.c: Define memcmp with void *
6410         arguments.
6411         * gcc.dg/fwritable-strings-1.c: Expect the deprecation notice.
6412
6413 2004-02-07  Roger Sayle  <roger@eyesopen.com>
6414
6415         PR middle-end/13696
6416         * g++.dg/opt/fold1.C: New test case.
6417
6418 2003-02-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6419
6420         PR c++/14033
6421         * g++.dg/other/crash-2.C: New test.
6422
6423 2003-02-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6424
6425         PR c++/14028
6426         * g++.dg/parse/angle-bracket2.C: New test.
6427
6428 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6429
6430         PR middle-end/13750
6431         Revert:
6432         2004-01-15  Geoffrey Keating  <geoffk@apple.com>
6433         PR pch/13361
6434         * testsuite/g++.dg/pch/wchar-1.C: New.
6435         * testsuite/g++.dg/pch/wchar-1.Hs: New.
6436
6437 2004-02-05  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6438
6439         PR c++/14008
6440         * g++.dg/parse/error15.C: New test.
6441         * g++.dg/parse/crash11.C: Update dg-error mark.
6442
6443 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
6444
6445         PR c++/13932
6446         * g++.dg/warn/conv2.C: New test.
6447
6448 2004-02-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6449
6450         PR c++/13086
6451         * g++.dg/warn/incomplete1.C: Remove xfail.
6452
6453 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
6454
6455         * lib/file-format.exp (gcc_target_object_format): Use
6456         ${tool}_target_compile, not gcc_target_compile.
6457         * lib/target-supports.exp (check_alias_available): Likewise.
6458         (check_gc_sections_available): Likewise.
6459         * g++.dg/ext/attrib10.C: Use dg-require-alias.
6460         * g++.old-deja/g++.ext/attrib5.C: Use dg-require-weak and
6461         dg-require-alias.
6462
6463 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
6464
6465         PR c++/13969
6466         * g++.dg/template/static6.C: New test.
6467
6468 2004-02-04  Ian Lance Taylor  <ian@wasabisystems.com>
6469
6470         * gcc.dg/arm-mmx-1.c: Don't look for ldmfd if -mthumb.
6471
6472 2004-02-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6473
6474         * objc.dg/encode-2.m, objc.dg/encode-3.m, objc.dg/encode-4.m: Fix
6475         tests for systems where `char' is unsigned by default.
6476
6477 2003-02-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6478
6479         PR c++/13997
6480         * g++.dg/template/partial3.C: New test.
6481
6482 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
6483
6484         * gcc.dg/20020312-2.c, gcc.dg/builtin-inf-1.c,
6485         gcc.dg/sibcall-3.c, gcc.dg/sibcall-4.c, gcc.dg/cpp/assert4.c:
6486         Remove mentions of obsolete ports.
6487
6488 2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
6489
6490         * gcc.dg/noncompile/20001228-1.c: Fix for new
6491         error message.
6492
6493 2004-02-03  Roger Sayle  <roger@eyesopen.com>
6494
6495         PR target/9348
6496         * gcc.c-torture/execute/multdi-1.c: New test case.
6497
6498 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
6499
6500         PR c++/13925
6501         * g++.dg/template/lookup5.C: New test.
6502
6503 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
6504
6505         PR c++/13950
6506         * g++.dg/template/lookup4.C: New test.
6507
6508         PR c++/13970
6509         * g++.dg/parse/error14.C: New test.
6510
6511         PR c++/14002
6512         * g++.dg/parse/template13.C: New test.
6513
6514 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
6515
6516         PR c++/13978
6517         * g++.dg/template/koenig4.C: New test.
6518
6519         PR c++/13968
6520         * g++.dg/template/crash17.C: New test.
6521
6522         PR c++/13975
6523         * g++.dg/parse/error13.C: New test.
6524         * g++.old-deja/g++.robertl/eb125.C: Tweak error messages.
6525
6526 2004-02-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
6527
6528         * gcc.dg/20020503-1.c: Remove -mflat dg-options.
6529
6530 2004-02-03  Paolo Bonzini  <bonzini@gnu.org>
6531
6532         PR c/11658
6533         PR c/13994
6534         * gcc.dg/noncompile/20040203-1.c: New test.
6535         * gcc.dg/noncompile/20040203-2.c: Likewise.
6536         * gcc.dg/noncompile/20040203-3.c: Likewise.
6537         * gcc.dg/20040203-1.c: Likewise.
6538
6539 2004-02-02  Andrew Pinski  <pinskia@physics.uc.edu>
6540
6541         PR c++/10858
6542         * g++.dg/template/sizeof7.C: New test.
6543
6544 2004-02-02  Eric Christopher  <echristo@redhat.com>
6545             Zack Weinberg  <zack@codesourcery.com>
6546
6547         * gcc.c-torture/execute/wchar_t-1.c: Add -finput-charset.
6548
6549 2004-02-02  Zack Weinberg  <zack@codesourcery.com>
6550
6551         * g++.dg/eh/forced1.C, g++.dg/eh/forced2.C, g++.dg/eh/forced3.C
6552         * g++.dg/eh/forced4.C: XFAIL ia64-hp-hpux11.*.
6553         * g++.dg/eh/ia64-1.C: Test branch regs only #ifdef __LP64__.
6554         * gcc.dg/cleanup-5.c: Run only on Linux targets.
6555
6556 2004-02-02  Mark Mitchell  <mark@codesourcery.com>
6557
6558         PR c++/13113
6559         * g++.old-deja/g++.mike/net36.C: Adjust error messages.
6560
6561         PR c++/13854
6562         * g++.dg/ext/attrib13.C: New test.
6563
6564         PR c++/13907
6565         * g++.dg/conversion/op2.C: New test.
6566
6567 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
6568
6569         * gcc.dg/titype-1.c: Fix pasto.
6570
6571 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
6572
6573         * gcc.dg/titype-1.c: New test.
6574
6575 2004-02-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6576
6577         PR c++/13957
6578         * g++.dg/template/non-type-template-argument-1.C,
6579         g++.dg/template/qualified-id1.C: Update dg-error marks.
6580         * g++.dg/template/nontype6.C: New test.
6581
6582 2004-02-01  Roger Sayle  <roger@eyesopen.com>
6583
6584         * gcc.dg/builtins-1.c: Also test for __builtin_signbit{,f,l}.
6585         * gcc.dg/builtins-31.c: New testcase.
6586         * gcc.dg/builtins-32.c: New testcase.
6587
6588 2004-01-30  Andrew Pinski  <pinskia@physics.uc.edu>
6589
6590         * objc.dg/call-super-2.m: Update line numbers
6591         for the including of stddef.h.
6592
6593 2004-01-30  Michael Matz  <matz@suse.de>
6594
6595         * g++.dg/ext/case-range1.C, g++.dg/ext/case-range2.C,
6596         g++.dg/ext/case-range3.C: New tests.
6597
6598 2004-01-30  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6599
6600         DR206
6601         PR c++/13813
6602         * g++.dg/template/member4.C: New test.
6603
6604 2004-01-30  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6605
6606         PR c++/13683
6607         * g++.dg/template/sizeof6.C: New test.
6608
6609 2004-01-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
6610
6611         * gcc.dg/fwritable-strings-1.c: New test.
6612
6613 2004-01-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
6614
6615         * gcc.c-torture/compile/20040130-1.c: New test.
6616
6617 2004-01-29  Geoffrey Keating  <geoffk@geoffk.org>
6618
6619         * objc.dg/call-super-2.m: Include stddef.h for size_t.
6620
6621 2004-01-29  Mark Mitchell  <mark@codesourcery.com>
6622
6623         PR c++/13883
6624         * g++.dg/template/ctor3.C: New test.
6625
6626 2004-01-29  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6627
6628         * g++.dg/tc1: New directory.
6629         * g++.dg/tc1/dr108.C, g++.dg/tc1/dr128.C, g++.dg/tc1/dr147.C,
6630         g++.dg/tc1/dr179.C, g++.dg/tc1/dr1.C, g++.dg/tc1/dr213.C,
6631         g++.dg/tc1/dr74.C, g++.dg/tc1/dr90.C, g++.dg/tc1/dr127.C,
6632         g++.dg/tc1/dr137.C, g++.dg/tc1/dr164.C, g++.dg/tc1/dr185.C,
6633         g++.dg/tc1/dr20.C, g++.dg/tc1/dr52.C, g++.dg/tc1/dr85.C: New tests.
6634
6635 2004-01-28  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6636
6637         * g++.dg/parse/error11.C: New test.
6638         * g++.dg/parse/error12.C: Likewise.
6639
6640 2004-01-28  Ziemowit Laski  <zlaski@apple.com>
6641
6642         * objc.dg/proto-qual-1.m (ROUND, aligned_sizeof): New.
6643         (scan_initial, main): Use aligned_sizeof instead of sizeof.
6644
6645 2004-01-28  Mark Mitchell  <mark@codesourcery.com>
6646
6647         PR c++/13791
6648         * g++.dg/ext/attrib12.C: New test.
6649
6650         PR c++/13736
6651         * g++.dg/parse/cast2.C: New test.
6652
6653 2004-01-27  James E Wilson  <wilson@specifixinc.com>
6654
6655         * objc.dg/encode-2.m (main): New local string.  Set depending on
6656         sizeof long.  Use in sscanf call.
6657         * objc.dg/encode-3.m (main): New local string.  Set depending on
6658         sizeof long.  Use in scan_initial call.
6659
6660 2004-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6661
6662         * objc.dg/call-super-2.m: Make LP64-safe.
6663         * objc.dg/desig-init-1.m: Likewise.
6664
6665 2004-01-27  Devang Patel <dpatel@apple.com>
6666
6667         * g++.dg/debug/namespace1.C: New test.
6668
6669 2004-01-27  Ian Lance Taylor  <ian@wasabisystems.com>
6670
6671         * gcc.dg/const-elim-1.c: Add xfail for strongarm-*-* and
6672         xscale-*-*.
6673
6674         * gcc.dg/arm-mmx-1.c: New test.
6675
6676 2004-01-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
6677
6678         * gcc.dg/20040127-1.c: New test.
6679         * gcc.dg/20040127-2.c: New test.
6680
6681 2004-01-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6682
6683         * objc.dg/stret-1.m (glob): Renamed to globa.
6684
6685 2004-01-26  Mark Mitchell  <mark@codesourcery.com>
6686
6687         PR c++/13663
6688         * g++.dg/expr/for1.C: New test.
6689
6690 2004-01-26  Fariborz Jahanian <fjahanian@apple.com>
6691
6692         PR middle-end/13779
6693         * gcc.dg/darwin-longlong.c: New test.
6694
6695 2004-01-26  Ian Lance Taylor  <ian@wasabisystems.com>
6696
6697         * gcc.dg/20040124-1.c: Moved test from here...
6698         * gcc.c-torture/compile/20040124-1.c: ...to here.
6699
6700 2004-01-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
6701
6702         * gcc.dg/sparc-ret.c: Run only in 32-bit mode.  Don't scan
6703         the assembly output if -m64 is passed.
6704
6705 2004-01-25  Mark Mitchell  <mark@codesourcery.com>
6706
6707         PR c++/13833
6708         * g++.dg/template/cond3.C: New test.
6709
6710 2004-01-25  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6711
6712         PR c++/13810
6713         * g++.dg/template/ttp7.C: New test.
6714
6715 2004-01-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6716
6717         PR c++/13797
6718         * g++.dg/template/nontype4.C: New test.
6719         * g++.dg/template/nontype5.C: Likewise.
6720
6721 2004-01-25  Richard Sandiford  <rsandifo@redhat.com>
6722
6723         * gcc.dg/torture/mips-clobber-at.c: New test.
6724
6725 2004-01-24  Ian Lance Taylor  <ian@wasabisystems.com>
6726
6727         * gcc.dg/20040124-1.c: New test.
6728
6729 2004-01-24  Jakub Jelinek  <jakub@redhat.com>
6730
6731         * gcc.dg/20040123-1.c: New test.
6732
6733 2004-01-23  Zack Weinberg  <zack@codesourcery.com>
6734
6735         * gcc.dg/builtins-30.c: Move dg-warning marks to the proper lines.
6736
6737 2004-01-24  Joseph S. Myers  <jsm@polyomino.org.uk>
6738
6739         * gcc.dg/c90-array-lval-7.c, gcc.dg/c99-array-lval-7.c: New tests.
6740
6741 2004-01-23  Andrew Pinski  <apinski@apple.com>
6742
6743         * gcc.dg/20030121-1.c: Move to ..
6744         * gcc.dg/20040121-1.c: here.
6745
6746 2004-01-23  Roger Sayle  <roger@eyesopen.com>
6747
6748         * gcc.dg/builtins-29.c: New test case.
6749
6750 2004-01-23  Zack Weinberg  <zack@codesourcery.com>
6751
6752         PR 18314
6753         * gcc.dg/builtins-30.c: New testcase.
6754
6755 2004-01-23  Andreas Tobler  <a.tobler@schweiz.ch>
6756
6757         * g++.dg/compat/compat.exp: Add LD_LIBRARY_PATH_32/64 for Solaris.
6758         * lib/g77.exp: Likewise.
6759         * lib/objc.exp: Likewise.
6760         * lib/g++.exp: Likewise.
6761
6762 2004-01-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
6763
6764         * gcc.dg/struct-by-value-2.c: New test.
6765
6766 2004-01-21  Andrew Pinski  <apinski@apple.com>
6767
6768         PR target/13785
6769         * gcc.dg/20030121-1.c: New test.
6770
6771 2004-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
6772
6773         * gcc.dg/20030123-1.c: Add -fno-omit-frame-pointer option.  Do not
6774         clobber frame pointer register in asm statement.
6775
6776 2004-01-21  Falk Hueffner  <falk@debian.org>
6777
6778         * gcc.c-torture/compile/20040121-1.c: New test.
6779
6780 2004-01-21  Zack Weinberg  <zack@codesourcery.com>
6781
6782         * gcc.dg/noncompile/20020213-1.c: Add another dg-warning line.
6783
6784 2004-01-20  Hartmut Penner  <hpenner@de.ibm.com>
6785
6786         * gcc.dg/ppc64-abi-2.c: New test.
6787
6788 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
6789
6790         * lib/treelang.exp: Fill out this file.
6791         * lib/treelang-dg.exp: New File.
6792
6793 2004-01-20  Joseph S. Myers  <jsm@polyomino.org.uk>
6794
6795         * gcc.c-torture/compile/981022-1.c: Remove.
6796         * gcc.dg/array-5.c: Remove XFAIL.
6797         * gcc.dg/sequence-pt-1.c: Remove test using extended lvalues.
6798         * gcc.dg/cast-lvalue-1.c, gcc.dg/compound-lvalue-1.c,
6799         gcc.dg/cond-lvalue-1.c: Update.
6800         * gcc.dg/cast-lvalue-2.c: New test.
6801
6802 2004-01-19  Mark Mitchell  <mark@codesourcery.com>
6803
6804         PR c++/13592
6805         * g++.dg/other/error1.C (class foo): Tweak error message.
6806
6807         PR c++/13592
6808         * g++.dg/template/call2.C: New test.
6809
6810 2004-01-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
6811
6812         * gcc.dg/compat/fnptr-by-value-1_x.c, scalar-by-value-1_y.c
6813         scalar-by-value-3_x.c, scalar-by-value-3_y.c,
6814         scalar-by-value-4_x.c, scalar-by-value-4_y.c,
6815         scalar-return-1_x.c, scalar-return-2_y.c,
6816         scalar-return-3_x.c, scalar-return-3_y.c,
6817         scalar-return-4_x.c, scalar-return-4_y.c,
6818         struct-align-1.h, struct-align-1_x.c,
6819         struct-align-1_y.c, struct-align-2.h,
6820         struct-align-2_x.c, struct-align-2_y.c,
6821         struct-by-value-10_y.c, struct-by-value-11_x.c,
6822         struct-by-value-11_y.c, struct-by-value-12_x.c,
6823         struct-by-value-12_y.c, struct-by-value-13_x.c,
6824         struct-by-value-13_y.c, struct-by-value-14_x.c,
6825         struct-by-value-14_y.c, struct-by-value-15_x.c,
6826         struct-by-value-15_y.c, struct-by-value-16_y.c,
6827         struct-by-value-17_y.c, struct-by-value-18_y.c,
6828         struct-by-value-19_y.c, struct-by-value-1_x.c,
6829         struct-by-value-1_y.c, struct-by-value-20_y.c,
6830         struct-by-value-2_x.c, struct-by-value-2_y.c,
6831         struct-by-value-3_y.c, struct-by-value-4_x.c,
6832         struct-by-value-4_y.c, struct-by-value-5_y.c,
6833         struct-by-value-6_y.c, struct-by-value-7_y.c
6834         struct-by-value-8_x.c, struct-by-value-8_y.c
6835         struct-by-value-9_x.c, struct-by-value-9_y.c
6836         struct-return-10_x.c, struct-return-10_y.c,
6837         struct-return-19_x.c, struct-return-20_x.c
6838         struct-return-2_x.c, struct-return-2_y.c
6839         struct-return-3_x.c: Guard non-C99 tests with SKIP_COMPLEX_INT,
6840         SKIP_ATTRIBUTE and SKIP_ZERO_ARRAY.  Turns SKIPVA into SKIP_VA.
6841
6842 2004-01-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
6843
6844         * gcc.dg/tls/alias-1.c: Add dg-warning for unsupported visibility
6845         attribute on sparc*-sun-solaris2.*.
6846
6847 2004-01-18  Mark Mitchell  <mark@codesourcery.com>
6848
6849         PR c++/13710
6850         * g++.dg/ext/typeof7.C: New test.
6851
6852 2004-01-18  David Edelsohn  <edelsohn@gnu.org>
6853
6854         * gcc.dg/array-quals-1.c: xfail on powerpc*-*-aix*.
6855         * gcc.dg/const-elim-1.c: Same.
6856
6857 2004-01-17  Ziemowit Laski  <zlaski@apple.com>
6858
6859         * objc.dg/stret-1.m: New.
6860         * objc.dg/stret-2.m: New.
6861
6862 2004-01-17  Andrew Pinski  <pinskia@physics.uc.edu>
6863
6864         PR c++/11895
6865         * g++.dg/ext/vector1.C: New test.
6866
6867 2004-01-16  Geoffrey Keating  <geoffk@apple.com>
6868
6869         * gcc.dg/pch/import-1.c: New.
6870         * gcc.dg/pch/import-1.hs: New.
6871         * gcc.dg/pch/import-1a.h: New.
6872         * gcc.dg/pch/import-1b.h: New.
6873         * gcc.dg/pch/import-1c.h: New.
6874
6875 2004-01-16  Mark Mitchell  <mark@codesourcery.com>
6876
6877         PR c++/13574
6878         * g++.dg/ext/array1.C: New test.
6879
6880         PR c++/13178
6881         * g++.dg/conversion/op1.C: New test.
6882
6883 2004-01-16  J"orn Rennecke <joern.rennecke@superh.com>
6884
6885         PR 11864
6886         From Kazumoto Kojima / Dan Kegel:
6887         * gcc.dg/pr11864-1.c: New test.
6888
6889         PR 10392
6890         From Marcus Comstedt / Dan Kegel:
6891         * gcc.dg/pr10392-1.c: New test.
6892
6893 2004-01-16  Mark Mitchell  <mark@codesourcery.com>
6894
6895         PR c++/13478
6896         * g++.dg/init/ref10.C: New test.
6897
6898 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6899
6900         PR c++/13407
6901         * g++.dg/parse/typename6.C: New test.
6902
6903 2004-01-15  Geoffrey Keating  <geoffk@apple.com>
6904
6905         PR pch/13361
6906         * testsuite/g++.dg/pch/wchar-1.C: New.
6907         * testsuite/g++.dg/pch/wchar-1.Hs: New.
6908
6909 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6910
6911         PR c++/9259
6912         * g++.dg/expr/sizeof2.C: New test.
6913
6914 2004-01-15  Kazu Hirata  <kazu@cs.umass.edu>
6915
6916         * gcc.dg/sibcall-3.c: Replace mn10?00 with mn10300.
6917
6918 2004-01-15  Alexandre Oliva  <aoliva@redhat.com>
6919
6920         PR c++/13659
6921         * g++.dg/lookup/strong-using-3.C: New.
6922         * g++.dg/lookup/using-10.C: New.
6923
6924 2004-01-15  Alexandre Oliva  <aoliva@redhat.com>
6925
6926         PR c++/13594
6927         * g++.dg/lookup/strong-using-2.C: New.
6928
6929 2004-01-15  Marcus Comstedt <marcus@mc.pp.se>
6930             Dan Kegel <dank@kegel.com>
6931             J"orn Rennecke <joern.rennecke@superh.com>
6932
6933         PR target/9365
6934         * gcc.dg/pr9365-1.c: New test.
6935
6936 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6937
6938         PR c++/8856
6939         * g++.dg/parse/casting-operator2.C: New test.
6940         * g++.old-deja/g++.pt/explicit83.C: Remove.
6941
6942 2004-01-14  Joseph S. Myers  <jsm@polyomino.org.uk>
6943
6944         * gcc.dg/label-compound-stmt-1.c: New test.
6945         * gcc.c-torture/compile/950922-1.c,
6946         gcc.c-torture/compile/20000211-3.c,
6947         gcc.c-torture/compile/20000518-1.c,
6948         gcc.c-torture/compile/20021108-1.c: Avoid labels at and of
6949         compound statements.
6950
6951 2004-01-14  Hartmut Penner  <hpenner@de.ibm.com>
6952
6953         * gcc.dg/ppc64-abi-1.c: New test.
6954
6955 2004-01-14  Danny Smith  <dannysmith@users.sourceforge.net>
6956
6957          * g++.dg/ext/attrib9.C: Add dg-warnings.
6958
6959 2004-01-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6960
6961         PR c++/12335
6962         * g++.dg/parse/dtor3.C: New test.
6963
6964 2004-01-13  Andrew Pinski  <pinskia@physics.uc.edu>
6965
6966         PR c++/12709
6967         * g++.dg/parse/try-catch-1.C: New test.
6968
6969 2004-01-13  Arnaud Charlet  <charlet@act-europe.fr>
6970
6971         * ada/acats/run_all.sh: Add more verbose output in acats.log
6972         when compiling tests.
6973
6974 2004-01-12  Zack Weinberg  <zack@codesourcery.com>
6975
6976         PR 13656
6977         * gcc.dg/typedef-redecl.c: New test case.
6978         * gcc.dg/typedef-redecl.h: New support file.
6979
6980 2004-01-13  Jan Hubicka  <jh@suse.cz>
6981
6982         * gcc.dg/always_inline.c: New test.
6983         * gcc.dg/debug/20031231-1.c: Fix.
6984
6985 2004-01-13  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6986
6987         PR c++/13474
6988         * g++.dg/template/array3.C: New test.
6989
6990 2004-01-12  Zack Weinberg  <zack@codesourcery.com>
6991
6992         * g++.dg/ext/lvalue1.C: No longer expected to fail.
6993         * g++.dg/warn/Wunused-2.C: Likewise.
6994
6995 2004-01-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6996
6997         PR c++/13289
6998         * g++.dg/template/instantiate6.C: New test.
6999
7000 2004-01-12  Roger Sayle  <roger@eyesopen.com>
7001
7002         PR middle-end/11397
7003         * gcc.dg/special/wkali-2.c: Add dg-require-alias.
7004
7005 2004-01-12  Jan Hubicka  <jh@suse.cz>
7006
7007         PR opt/12826
7008         * gcc.dg/20040112-1.c: New.
7009
7010         * gcc.dg/dwarf-die[1-7].c: Move to...
7011         * gcc.dg/debug/dwarf2/dwarf-die[1-7].c: ... here.
7012         * gcc.dg/debug/dwarf2/dwarf2.exp: New.
7013
7014 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
7015
7016         PR c++/4100
7017         * g++.dg/parse/friend4.C: New test.
7018
7019 2004-01-12  Scott Brumbaugh  <scottb.lists@verizon.net>
7020
7021         PR c++/4100
7022         * g++.old-deja/g++.pt/niklas01a.C: Mark an error where a class
7023         definition is called a friend.
7024
7025 2004-01-11  Zack Weinberg  <zack@codesourcery.com>
7026
7027         * gcc.dg/tls/diag-3.c: Tweak dg-error regexp.
7028
7029 2004-01-11  Ian Lance Taylor  <ian@wasabisystems.com>
7030
7031         PR c++/3478
7032         * g++.dg/parse/error10.C: New test.
7033         * g++.dg/template/arg2.C: Accept "invalid type" error.
7034
7035 2004-01-11  Jakub Jelinek  <jakub@redhat.com>
7036
7037         PR middle-end/13392
7038         * g++.dg/opt/expect2.C: New test.
7039
7040 2004-01-10  Zack Weinberg  <zack@codesourcery.com>
7041
7042         * gcc.dg/Wshadow-1.c, gcc.dg/attr-noinline.c, gcc.dg/decl3.c
7043         * gcc.dg/redecl-1.c, gcc.dg/visibility-7.c, gcc.dg/wtr-static-1.c
7044         * gcc.dg/noncompile/20020220-1.c, objc.dg/method-1.m:
7045         Update dg-error regexps.
7046
7047 2004-01-10  Zack Weinberg  <zack@codesourcery.com>
7048
7049         * gcc.c-torture/compile/20021123-2.c: Delete; dup of 20021120-1.c.
7050         * gcc.c-torture/compile/20021123-3.c: Delete; dup of 20021120-2.c.
7051
7052 2004-01-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
7053
7054         * gcc.dg/pragma-re-1.c: Use right pointer type.
7055
7056 2004-01-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
7057
7058         * g++.dg/eh/simd-1.c: Ajust line number for dg-error line.
7059
7060 2004-01-09  Geoffrey Keating  <geoffk@apple.com>
7061
7062         * gcc.dg/rs6000-ldouble-1.c: New.
7063
7064 2004-01-10  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7065
7066         DR 337
7067         PR c++/9256
7068         * g++.dg/other/abstract1.C: New test.
7069
7070 2004-01-09  Alexandre Oliva  <aoliva@redhat.com>
7071
7072         * g++.dg/lookup/strong-using-1.C: New.
7073
7074 2004-01-09  Joseph S. Myers  <jsm@polyomino.org.uk>
7075
7076         PR c/11234
7077         * gcc.dg/func-ptr-conv-1.c: New test.
7078         * gcc.dg/weak/weak-6.c, gcc.dg/weak/weak-7.c: Update.
7079
7080 2004-01-09  Kazu Hirata  <kazu@cs.umass.edu>
7081
7082         PR target/13380.
7083         * gcc.c-torture/compile/20040109-1.c: New.
7084
7085 2004-01-08  Stuart Hastings  <stuart@apple.com>
7086
7087         * testsuite/gcc.dg/20020523-2.c (bail_if_no_sse): Moved cpu-ID code...
7088         testsuite/gcc.dg/i386-cpuid.h (i386_cpuid): ...to here, to share with...
7089         * testsuite/gcc.dg/i386-sse-6.c: ...this new testcase.
7090
7091 2004-01-09  Alan Modra  <amodra@bigpond.net.au>
7092
7093         * gcc.dg/array-quals-1.c: Accept .data.rel.ro.
7094
7095 2004-01-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
7096
7097         * ada/acats/run_acats: Treat 'gnatchop' the same way
7098         as 'gnatmake'.  Export GCC_DRIVER.
7099         * ada/acats/run_all.sh: Add target_gnatchop.  Use
7100         'host_gnatchop' and 'target_gnatchop' instead of 'gnatshop'.
7101
7102 2004-01-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7103
7104         PR c++/12573
7105         * g++.dg/template/dependent-expr4.C: New test.
7106
7107 2004-01-08  Hartmut Penner  <hpenner@de.ibm.com>
7108
7109         * gcc.dg/altivec-11.c: New test.
7110
7111 2004-01-07  Mark Mitchell  <mark@codesourcery.com>
7112
7113         * g++.dg/abi/vbase10.C: Use -mstructure-size-boundary=8 on ARM.
7114
7115 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
7116
7117         PR c/6024
7118         * gcc.dg/enum-compat-1.c: New test.
7119         * gcc.c-torture/execute/builtin-types-compatible-p.c: Update.
7120
7121 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
7122
7123         PR c/12165
7124         * gcc.dg/array-quals-1.c, gcc.dg/c90-idem-qual-3.c,
7125         gcc.dg/c99-idem-qual-3.c: New tests.
7126
7127 2004-01-07  Alan Modra  <amodra@bigpond.net.au>
7128
7129         * gcc.dg/winline-7.c: Don't cast void * to int.
7130
7131 2004-01-06  Jan Hubicka  <jh@suse.cz>
7132
7133         * gcc.dg/i386-sse-5.c: New test
7134         * g++.dg/eh/simd-1.c: Add -w argument for i386.
7135
7136 2004-01-05  Mark Mitchell  <mark@codesourcery.com>
7137
7138         PR c++/12815
7139         * g++.dg/rtti/typeid4.C: New test.
7140
7141 2004-01-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
7142
7143         * gcc.dg/compat/sdata-section.h: Declare 'abort'.
7144
7145 2004-01-05  Mark Mitchell  <mark@codesourcery.com>
7146
7147         PR c++/12132
7148         * g++.dg/template/error11.C: New test.
7149
7150         PR c++/13451
7151         * g++.dg/template/class2.C: New test.
7152
7153 2004-01-05  Nathan Sidwell  <nathan@codesourcery.com>
7154         Richard Sandiford <rsandifo@redhat.com>
7155
7156         PR c++/13387
7157         * g++.dg/opt/alias3.C: New test.
7158
7159 2004-01-04  Mark Mitchell  <mark@codesourcery.com>
7160
7161         PR c++/13157
7162         * g++.dg/template/koenig3.C: New test.
7163
7164         PR c++/13529
7165         * g++.dg/parse/offsetof3.C: New test.
7166
7167         * g++.dg/init/copy7.C: Add missing dg-error markers.
7168
7169         PR c++/12226
7170         * g++.dg/init/copy7.c: New test.
7171
7172         PR c++/13536
7173         * g++.dg/parse/cast1.C: New test.
7174
7175 2004-01-04  Jan Hubicka  <jh@suse.cz>
7176
7177         * gcc.dg/winline[1-7].c: New tests.
7178
7179 2004-01-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7180
7181         PR c++/13520
7182         * g++.dg/template/qualttp22.C: New test.
7183
7184 2004-01-01  Jan Hubicka  <jh@suse.cz>
7185
7186         * gcc.dg/debug/20031231-1.c: New.
7187         * gcc.c-torture/compile/20040101-1.c: New.
7188         * gcc.dg/dwarf-die-[1-7].c: New.
7189
7190 2004-01-01  Jakub Jelinek  <jakub@redhat.com>
7191
7192         PR optimization/13521
7193         * gcc.c-torture/compile/20031231-1.c: New test.
7194
7195 2003-12-30  Kazu Hirata  <kazu@cs.umass.edu>
7196
7197         * gcc.dg/sibcall-4.c: Replace mn10?00 with mn10300.
7198
7199 2003-12-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7200
7201         PR c++/10079
7202         * g++.dg/template/crash16.C: New test.
7203
7204 2003-12-30  Mark Mitchell  <mark@codesourcery.com>
7205
7206         * g++.dg/abi/vbase10.C: XFAIL on arm*-*-*.
7207
7208 2003-12-30  Kazu Hirata  <kazu@cs.umass.edu>
7209
7210         * g++.old-deja/g++.jason/thunk2.C: Remove traces of dead
7211         ports.
7212         * g++.old-deja/g++.jason/thunk3.C: Likewise.
7213         * g++.old-deja/g++.law/profile1.C: Likewise.
7214         * gcc.c-torture/compile/981006-1.c: Likewise.
7215         * gcc.c-torture/execute/loop-2e.x: Likewise.
7216         * gcc.c-torture/execute/loop-2f.x: Remove.
7217         * gcc.c-torture/execute/loop-2g.x: Likewise.
7218         * gcc.c-torture/execute/strct-varg-1.x: Likewise.
7219         * gcc.dg/20020312-2.c: Remove traces of dead ports.
7220
7221 2003-12-30  Nathan Sidwell  <nathan@codesourcery.com>
7222
7223         PR c++/13507
7224         * g++.dg/ext/attrib11.C: New test.
7225
7226         PR c++/13494
7227         * g++.dg/template/array2-1.C: New test.
7228         * g++.dg/template/array2-2.C: New test.
7229
7230 2003-12-29  Mark Mitchell  <mark@codesourcery.com>
7231
7232         * g++.old-deja/g++.pt/static11.C: Correct XFAIL syntax.
7233
7234 2003-12-29  Nathan Sidwell  <nathan@codesourcery.com>
7235
7236         PR c++/12774
7237         * g++.dg/template/array1-1.C: New test.
7238         * g++.dg/template/array1-2.C: New test.
7239
7240 2003-12-29  Roger Sayle  <roger@eyesopen.com>
7241
7242         PR fortran/12632
7243         * g77.dg/12632.f: New test case.
7244
7245 2003-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7246
7247         PR c++/13289
7248         * g++.dg/parse/nontype1.C: New test.
7249
7250 2003-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7251
7252         PR c++/12403
7253         * g++.dg/parse/explicit1.C: New test.
7254         * g++.old-deja/g++.pt/explicit71.C: Adjust expected error.
7255
7256 2003-12-28  Mark Mitchell  <mark@codesourcery.com>
7257
7258         PR c++/13081
7259         * g++.dg/opt/inline6.C: New test.
7260
7261         PR c++/12613
7262         * g++.dg/parse/error9.C: New test.
7263
7264         * gcc.dg/const-elim-1.c: XFAIL on arm-*-*.
7265
7266 2003-12-28  Mark Mitchell  <mark@codesourcery.com>
7267
7268         PR c++/13009
7269         * g++.dg/init/assign1.C: New test.
7270
7271 2003-12-28  Roger Sayle  <roger@eyesopen.com>
7272
7273         PR c++/13070
7274         * g++.dg/warn/format3.C: New test case.
7275
7276 2003-12-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7277
7278         * gcc.c-torture/compile/20031227-1.c: New test.
7279
7280 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
7281
7282         * g++.dg/bprob/bprob.exp: Load target-supports.exp
7283         * g77.dg/bprob/bprob.exp: Likewise.
7284         * gcc.misc-tests/bprob.exp: Likewise.
7285         * gcc.dg/builtins-18.c: Use builtins-config.h.  Do not test float
7286         variants on systems where the library does not provide that
7287         functionality.
7288         * gcc.dg/builtins-20.c: Use builtins-config.h.
7289         * gcc.dg/builtins-config.h: New file.
7290
7291 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
7292
7293         * lib/gcc-dg.exp (dg-require-profiling): New function.
7294         * lib/target-supports.exp (check_profiling_available): Likewise.
7295         * g++.dg/bprob/bprob.exp: Use check_profiling_available.
7296         * g77.dg/bprob/bprob.exp: Likewise.
7297         * gcc.misc-tests/bprob.exp: Likewise.
7298         * g++.old-deja/g++.law/profile1.C: Use dg-require-profiling.
7299         * gcc.dg/20021014-1.c: Likewise.
7300         * gcc.dg/nest.c: Likewise.
7301
7302 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
7303
7304         * g++.dg/lookup/java1.C: Use -fdollars-in-identifiers when
7305         compiling.
7306         * g++.dg/lookup/java2.C: Likewise.
7307         * gcc.dg/cpp/lexident.c: Likewise.
7308
7309 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
7310
7311         * gcc.c-torture/compile/20020604-1.c: XFAIL on H8 if -mn is
7312         given.
7313         * gcc.c-torture/compile/961203-1.c: Likewise.
7314         * gcc.c-torture/compile/980506-1.c: Likewise.
7315
7316 2003-12-23  Zack Weinberg  <zack@codesourcery.com>
7317
7318         * lib/gcc-dg.exp (dg-prune-output): New annotation.
7319         (additional_prunes): New global.
7320         (gcc-dg-prune): Handle additional per-test pruning.
7321         (dg-test): Clear additional_prunes between tests.
7322
7323         * gcc.c-torture/compile/920625-1.c: Remove xfail.  Use
7324         dg-prune-output to avoid spurious failures from assembler
7325         complaining about nonexistent WAW violations.
7326         * gcc.c-torture/compile/981223-1.c: Remove dg-options line.
7327         Use dg-prune-output to avoid spurious failures from assembler
7328         warning about Itanium B-step errata.
7329
7330 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
7331
7332         * g++.dg/abi/macro0.C: New test.
7333         * g++.dg/abi/macro1.C: Likewise.
7334         * g++.dg/abi/macro2.C: Likewise.
7335
7336         * g++.dg/abi/bitfield5.C: Add explicit -fabi-version=1 option.
7337         * g++.dg/abi/bitfield7.C: Likewise.
7338         * g++.dg/abi/dtor2.C: Likewise.
7339         * g++.dg/abi/mangle11.C: Likewise.
7340         * g++.dg/abi/mangle12.C: Likewise.
7341         * g++.dg/abi/mangle14.C: Likewise.
7342         * g++.dg/abi/mangle17.C: Likewise.
7343         * g++.dg/abi/vbase10.C: Likewise.
7344         * g++.dg/abi/vbase14.C: Likewise.
7345         * g++.dg/template/qualttp17.C: Likewise.
7346
7347 2003-12-21  Andrew Pinski  <pinskia@physics.uc.edu>
7348
7349         PR c/11995
7350         * gcc.dg/20031223-1.c: New test.
7351
7352 2003-12-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
7353
7354         * gcc.dg/noreturn-7.c: New test.
7355
7356 2003-12-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
7357
7358         * gcc.dg/null-pointer-1.c: New test.
7359
7360 2003-12-22  Mark Mitchell  <mark@codesourcery.com>
7361
7362         * g++.old-deja/g++.jason/template18.C: Remove.
7363         * g++.old-deja/g++.jason/template37.C: Likewise.
7364
7365         PR c++/12862
7366         * g++.dg/lookup/ns1.C: New test.
7367
7368         PR c++/12397
7369         * g++.dg/template/lookup3.C: New test.
7370
7371 2003-12-22  Andrew Pinski  <pinskia@physics.uc.edu>
7372
7373         * g++.dg/template/recurse1.C: New test
7374
7375 2003-12-22  Mark Mitchell  <mark@codesourcery.com>
7376
7377         PR c++/12479
7378         * g++.dg/parse/semicolon1.C: New test.
7379         * g++.dg/parse/semicolon1.h: Likewise.
7380
7381 2003-12-22  Fariborz Jahanian <fjahanian@apple.com>
7382
7383         * gcc.dg/darwin-misaligned.c: New test.
7384
7385 2003-12-22  Andrew Pinski  <pinskia@physics.uc.edu>
7386
7387         PR c/9163
7388         * gcc.dg/20031222-1.c: New test.
7389
7390 2003-12-21  Mark Mitchell  <mark@codesourcery.com>
7391
7392         PR c++/13438
7393         * g++.dg/parse/error8.C: New test.
7394
7395         PR c++/11554
7396         * testsuite/g++.dg/warn/ctor-init-1.C: New test.
7397
7398 2003-12-21  Kazu Hirata  <kazu@cs.umass.edu>
7399
7400         * gcc.c-torture/compile/20020910-1.c: Disable if __INT_MAX is
7401         too small.
7402         * gcc.c-torture/compile/930217-1.c: Likewise.
7403         * gcc.c-torture/compile/930513-1.c: Likewise.
7404         * gcc.c-torture/execute/920908-2.c: Likewise.
7405         * gcc.c-torture/execute/921204-1.c: Likewise.
7406         * gcc.c-torture/execute/930621-1.c: Likewise.
7407         * gcc.c-torture/execute/930630-1.c: Likewise.
7408         * gcc.c-torture/execute/931031-1.c: Likewise.
7409         * gcc.c-torture/execute/980602-2.c: Likewise.
7410         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
7411         * gcc.c-torture/execute/compndlit-1.c: Likewise.
7412         * gcc.c-torture/execute/extzvsi.c: Likewise.
7413         * gcc.c-torture/unsorted/ext.c: Likewise.
7414
7415 2003-12-20  Andrew Pinski  <pinskia@gcc.gnu.org>
7416
7417         PR target/12749
7418         * gcc.c-torture/compile/20031220-2.c: New test case.
7419
7420 2003-12-20  Roger Sayle  <roger@eyesopen.com>
7421
7422         PR optimization/13031
7423         * gcc.c-torture/compile/20031220-1.c: New test case.
7424
7425 2003-12-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
7426
7427         * gcc.dg/cast-function-1.c: New test.
7428
7429 2003-12-19  Joseph S. Myers  <jsm@polyomino.org.uk>
7430
7431         * gcc.dg/format/ext-1.c: Allow 'I' flag on floating point decimal
7432         formats.
7433
7434 2003-12-19  Mark Mitchell  <mark@codesourcery.com>
7435
7436         PR c++/12795
7437         * g++.dg/ext/attrib10.C: New test.
7438
7439 2003-12-19  Jakub Jelinek  <jakub@redhat.com>
7440
7441         * gcc.dg/cleanup-10.c: New test.
7442         * gcc.dg/cleanup-11.c: New test.
7443
7444 2003-12-19  Jakub Jelinek  <jakub@redhat.com>
7445
7446         PR c++/13239
7447         * g++.dg/opt/expect1.C: New test.
7448
7449 2003-12-19  Hartmut Penner  <hpenner@de.ibm.com>
7450
7451         * gcc.dg/altivec-varargs-1.c: Enable testcase on ppc linux.
7452
7453 2003-12-18  Andrew Pinski  <pinskia@physics.uc.edu>
7454
7455         PR debug/12923
7456         * gcc.dg/20031218-1.c: New test.
7457
7458         PR debug/12389
7459         * gcc.dg/20031218-2.c: New test.
7460         * gcc.dg/20031218-3.c: New test.
7461
7462         * g++.dg/abi/mangle18-1.C: Modify regexp to test for `[: \t\n]' at end
7463         of label name and allow for USER_LABEL_PREFIX == "_" names.
7464         * g++.dg/abi/mangle18-2.C: Likewise.
7465         * g++.dg/abi/mangle19-1.C: Likewise.
7466         * g++.dg/abi/mangle19-2.C: Likewise.
7467         * g++.dg/abi/mangle20-1.C: Likewise.
7468         * g++.dg/abi/mangle20-2.C: Likewise.
7469
7470 2003-12-18  Richard Henderson  <rth@redhat.com>
7471
7472         * gcc.dg/bitfld-1.c: Expect warnings for enum bitfields.
7473
7474 2003-12-18  Steven Bosscher  <steven@gcc.gnu.org>
7475             Dan Kegel <dank@kegel.com>
7476
7477         PR other/12009
7478         * g++.dg/compat/compat.exp:  Do not set LD_LIBRARY_PATH when
7479         testing a cross compiler, it causes spurious compile failures.
7480         * lib/g++.exp: Likewise.
7481
7482 2003-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7483
7484         PR c++/13262
7485         * g++.dg/template/access13.C: New test.
7486
7487 2003-12-18  Ulrich Weigand  <uweigand@de.ibm.com>
7488
7489         * gcc.dg/20031216-1.c: New test.
7490
7491 2003-12-18  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7492
7493         PR c++/9154
7494         * g++.dg/template/error10.C: New test.
7495
7496 2003-12-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
7497
7498         * g++.dg/eh/simd-1.C: XFAIL on SPARC.
7499         * g++.dg/eh/simd-2.C: Likewise.
7500
7501 2003-12-17  James E Wilson  <wilson@specifixinc.com>
7502             Roger Sayle  <roger@eyesopen.com>
7503
7504         * gcc.c-torture/execute/ieee/mzero5.c: New.
7505
7506 2003-12-17  Mark Mitchell  <mark@codesourcery.com>
7507
7508         PR c++/10603
7509         * g++.dg/parse/error6.C: New test.
7510
7511         PR c++/12827
7512         * g++.dg/parse/error7.C: New test.
7513
7514 2003-12-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
7515
7516         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Do not run debug-[12].c
7517         at -O with stabs debugging formats.
7518         * gcc.dg/debug/debug-1.c: Turn 'p' into a global variable.
7519         * gcc.dg/debug/debug-2.c: Likewise.
7520
7521 2003-12-16  Mark Mitchell  <mark@codesourcery.com>
7522
7523         PR c++/12696
7524         * g++.dg/init/error1.C: New test.
7525
7526         PR c++/12218
7527         * g++.dg/init/pm3.C: New test.
7528
7529 2003-12-17  Joseph S. Myers  <jsm@polyomino.org.uk>
7530
7531         PR c/3347
7532         * gcc.dg/bitfld-8.c: New test.
7533
7534 2003-12-16  James Lemke  <jim@wasabisystems.com>
7535
7536         * gcc.dg/arm-scd42-[123].c: New tests.
7537
7538 2003-12-16  Nathan Sidwell  <nathan@codesourcery.com>
7539
7540         PR c++/9043
7541         * g++.dg/abi/mangle20-1.C: New test.
7542         * g++.dg/abi/mangle20-2.C: New test.
7543
7544 2003-12-16  Mark Mitchell  <mark@codesourcery.com>
7545
7546         PR c++/13275
7547         * g++.dg/other/offsetof2.C: Remove XFAIL.
7548         * g++.dg/parse/offsetof1.C: New test.
7549         * g++.gd/parse/offsetof2.C: Likewise.
7550
7551 2003-12-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7552
7553         * g++.dg/template/nontype3.C: New test.
7554         * g++.dg/template/static2.C: Tweaked the dg-error clause.
7555
7556 2003-12-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7557
7558         * g++.dg/warn/noreturn-3.C: Also test instantiation.
7559
7560 2003-12-16  Nathan Sidwell  <nathan@codesourcery.com>
7561
7562         PR c++/13387
7563         * g++.dg/expr/assign1.C: New test.
7564
7565         PR c++/13242
7566         * g++.dg/abi/mangle19-1.C: New test.
7567         * g++.dg/abi/mangle19-2.C: New test.
7568
7569 2003-12-16  Hartmut Penner  <hpenner@de.ibm.com>
7570
7571         * testsuite/gcc.dg/altivec-10.c: Test vec_cmple and vec_all_numeric.
7572
7573 2003-12-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
7574
7575         * gcc.c-torture/execute/20031216-1.c: New test.
7576
7577 2003-12-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7578
7579         * g++.dg/template/ptrmem7.C: Simplified the test case to not hit
7580         an ICE regression.
7581
7582 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
7583
7584         PR c++/10926
7585         * g++.dg/template/error9.C: New test.
7586
7587         PR c++/11116
7588         * g++.dg/template/error8.C: New test.
7589
7590 2003-12-15  Roger Sayle  <roger@eyesopen.com>
7591
7592         PR middle-end/13400
7593         * gcc.c-torture/execute/20031215-1.c: New test case.
7594
7595 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
7596
7597         PR c++/13269
7598         * g++.dg/parse/error5.C: New test.
7599
7600         PR c++/12989
7601         * g++.dg/expr/sizeof1.C: New test.
7602
7603         PR c++/13310
7604         * g++.dg/template/crash15.C: New test.
7605
7606 2003-12-15  Geoffrey Keating  <geoffk@apple.com>
7607
7608         * g++.old-deja/g++.pt/vaarg3.C: Don't expect an error for passing
7609         a non-POD type as the last named parameter of a varargs function.
7610
7611 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
7612
7613         PR c++/13243
7614         PR c++/12573
7615         * g++.dg/template/crash14.C: New test.
7616         * g++.dg/template/dependent-expr3.C: Add dg-error markers.
7617
7618 2003-12-15  Nathan Sidwell  <nathan@codesourcery.com>
7619
7620         * g++.dg/other/java1.C: New test.
7621
7622         PR c++/13241
7623         * g++.dg/abi/mangle18-1.C: New test.
7624         * g++.dg/abi/mangle18-2.C: New test.
7625
7626 2003-12-15  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7627
7628         PR optimization/10312
7629         * gcc.c-torture/execute/20031214-1.c: New.
7630
7631 2003-12-14  Mark Mitchell  <mark@codesourcery.com>
7632
7633         PR c++/10779
7634         PR c++/12160
7635         * g++.dg/parse/error3.C: New test.
7636         * g++.dg/parse/error4.C: Likewise.
7637         * g++.dg/abi/mangle4.C: Tweak error messages.
7638         * g++.dg/lookup/using5.C: Likewise.
7639         * g++.dg/other/error2.C: Likewise.
7640         * g++.dg/parse/typename5.C: Likewise.
7641         * g++.dg/parse/undefined1.C: Likewise.
7642         * g++.dg/template/arg2.C: Likewise.
7643         * g++.dg/template/ttp3.C: Likewise.
7644         * g++.dg/template/type1.C: Likewise.
7645         * g++.old-deja/g++.other/crash32.C: Likewise.
7646         * g++.old-djea/g++.pt/defarg8.C: Likewise.
7647
7648 2003-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7649
7650         PR c++/13106
7651         * g++.dg/warn/noreturn-3.C: New test.
7652
7653 2003-12-12  Nathan Sidwell  <nathan@codesourcery.com>
7654
7655         PR c++/13118
7656         * g++.dg/abi/covariant3.C: New.
7657
7658 2003-12-12  Jakub Jelinek  <jakub@redhat.com>
7659
7660         * g++.dg/eh/ia64-1.C: New test.
7661
7662 2003-12-12  Roger Sayle  <roger@eyesopen.com>
7663
7664         PR optimization/13037
7665         * g77.f-torture/execute/13037.f: New test case.
7666
7667 2003-12-12  Nathan Sidwell  <nathan@codesourcery.com>
7668
7669         PR c++/12881
7670         * g++.dg/abi/covariant2.C: New.
7671
7672 2003-12-12  Neil Booth  <neil@daikokuya.co.uk>
7673
7674         * testsuite/gcc.dg/cpp/trad/macro.c: New tests.
7675
7676 2003-12-11  Zack Weinberg  <zack@codesourcery.com>
7677
7678         * gcc.c-torture/execute/wchar_t-1.x: Delete.
7679
7680 2003-12-10  Robert Schiele  <rschiele@uni-mannheim.de>
7681
7682         PR other/10819
7683         * lib/gcc.exp (default_gcc_version): Do not match NL/CR characters
7684         to fix Bug 10819.
7685         * lib/g++.exp (g++_version): Likewise.
7686         * lib/g77.exp (g77_version): Likewise.
7687         * lib/objc.exp (default_objc_version): Likewise.
7688
7689 2003-12-10  Richard Henderson  <rth@redhat.com>
7690
7691         * gcc.c-torture/execute/wchar_t-1.c: Convert to utf-8.
7692
7693         * gcc.dg/intermod-1.c: Adjust assembler scan pattern for alpha.
7694
7695 2003-12-08  Matt Austern  <austern@apple.com>
7696
7697         PR c/13134
7698         * lib/gcc-dg.exp (dg-require-visibility): Define.
7699         * lib/target-supports (check_visibility_available): Define.
7700         * gcc.dg/visibility-1.c: New test.
7701         * gcc.dg/visibility-2.c: Likewise.
7702         * gcc.dg/visibility-3.c: Likewise.
7703         * gcc.dg/visibility-4.c: Likewise.
7704         * gcc.dg/visibility-5.c: Likewise.
7705         * gcc.dg/visibility-6.c: Likewise.
7706         * g++.dg/ext/visibility-1.C: Likewise.
7707         * g++.dg/ext/visibility-2.C: Likewise.
7708         * g++.dg/ext/visibility-3.C: Likewise.
7709         * g++.dg/ext/visibility-4.C: Likewise.
7710         * g++.dg/ext/visibility-5.C: Likewise.
7711         * g++.dg/ext/visibility-6.C: Likewise.
7712
7713 2003-12-07  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7714
7715         * g++.dg/lookup/java1.C: New test.
7716         * g++.dg/lookup/java2.C: New test.
7717
7718 2003-12-07  Falk Hueffner  <falk@debian.org>
7719
7720         * g++.dg/opt/noreturn-1.C: New test.
7721
7722 2003-12-07  Wolfgang Bangerth  <bangerth@dealii.org>
7723
7724         * gcc.dg/overflow-1.c: New test.
7725
7726 2003-12-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
7727
7728         * g77.f-torture/compile/13060.f: New test.
7729
7730 2003-12-06  Mark Mitchell  <mark@codesourcery.com>
7731
7732         PR c++/13323
7733         * g++.dg/inherit/operator2.C: New test.
7734
7735 2003-12-05  Mark Mitchell  <mark@codesourcery.com>
7736
7737         PR c++/13305
7738         * g++.dg/ext/attrib9.C: New test.
7739
7740 2003-12-05  Mark Mitchell  <mark@codesourcery.com>
7741
7742         PR c++/13314
7743         * g++.dg/template/error7.C: New test.
7744
7745 2003-12-05  Stuart Menefy <stuart.menefy@st.com>
7746             J"orn Rennecke <joern.rennecke@superh.com>
7747
7748         PR target/13302
7749         * g++.dg/other/struct-va_list.C: New test.
7750
7751 2003-12-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7752
7753         PR c++/13166
7754         * g++.dg/parse/defarg6.C: New test.
7755
7756 2003-12-05  Hans-Peter Nilsson  <hp@axis.com>
7757
7758         PR target/13256
7759         * gcc.c-torture/execute/20031201-1.c: New test.
7760
7761 2003-12-05  Arnaud Charlet  <charlet@act-europe.fr>
7762
7763         * ada/acats/run_acats: Add checks against missing gnatlib/gnattools.
7764
7765 2003-12-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
7766
7767         * gcc.dg/builtin-return-1.c: New test.
7768
7769 2003-12-04  Stuart Menefy <stuart.menefy@st.com>
7770             J"orn Rennecke <joern.rennecke@superh.com>
7771
7772         PR optimization/13260
7773         * gcc.c-torture/execute/20031204-1.c: New test.
7774
7775 2003-12-03  Mark Mitchell  <mark@codesourcery.com>
7776
7777         PR c++/9127
7778         * g++.dg/template/error6.C: New test.
7779
7780 2003-12-03  Jakub Jelinek  <jakub@redhat.com>
7781
7782         * gcc.dg/20031202-1.c: New test.
7783
7784 2003-12-03  Mark Mitchell  <mark@codesourcery.com>
7785
7786         PR c++/13179
7787         * g++.dg/template/eh1.C: New test.
7788
7789         PR c++/10771
7790         * g++.dg/template/error5.C: New test.
7791
7792 2003-12-02  David Ung  <davidu@mips.com>
7793
7794         * gcc.dg/compat/vector-check.h: Corrected type for var
7795         g_##TMODE
7796
7797 2003-12-02  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7798
7799         PR c++/10126
7800         * g++.dg/template/ptrmem8.C: New test.
7801
7802 2003-12-02  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7803
7804         PR c++/12573
7805         * g++.dg/template/dependent-expr3.C: New test.
7806
7807 2003-12-01  James Lemke  <jim@wasabisystems.com>
7808
7809         * gcc.dg/arm-g2.c: New test.
7810
7811 2003-12-01  Roger Sayle  <roger@eyesopen.com>
7812
7813         PR optimization/11634
7814         * gcc.dg/20031201-2.c: New test case.
7815
7816 2003-12-01  Zack Weinberg  <zack@codesourcery.com>
7817
7818         PR 11433
7819         * objc.dg/proto-lossage-3.m: New test.
7820
7821 2003-12-01  Roger Sayle  <roger@eyesopen.com>
7822
7823         PR optimization/12628
7824         * gcc.dg/20031201-1.c: New test case.
7825
7826 2003-12-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
7827
7828         * gcc.dg/unaligned-1.c: New test.
7829
7830 2003-11-30  Mark Mitchell  <mark@codesourcery.com>
7831
7832         PR c++/9849
7833         * g++.dg/template/error4.C: New test.
7834         * g++.dg/template/nested3.C: Adjust error markers.
7835
7836 2003-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7837
7838         * gcc.dg/cpp/assert4.c: Check more #system assertions.
7839
7840 2003-11-29  Joseph S. Myers  <jsm@polyomino.org.uk>
7841
7842         PR c/10333
7843         * gcc.dg/bitfld-7.c: New test.
7844
7845 2003-11-29  Richard Sandiford  <rsandifo@redhat.com>
7846
7847         * gcc.dg/tls/asm-1.C: New test.
7848
7849 2003-11-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7850
7851         * gcc.dg/cpp/assert4.c: Update.
7852
7853 2003-11-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
7854
7855         * gcc.dg/builtin-apply2.c: Set size of stack argument data to 64.
7856         * gcc.dg/builtin-apply3.c: New test.
7857
7858 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
7859
7860         * lib/compat.exp (compat-obj): New xfaildata parameter.
7861         Use it to set compiler_conditional_xfail_data before compiling.
7862         (compat-get-options): Handle dg-xfail-if.
7863         (compat-execute): Retrieve XFAIL data and pass them to compat-obj.
7864         * gcc.dg/compat/vector-1_x.c: XFAIL on SPARC.
7865         * gcc.dg/compat/vector-1_y.c: Likewise.
7866         * gcc.dg/compat/vector-2_x.c: Likewise.
7867         * gcc.dg/compat/vector-2_y.c: Likewise.
7868
7869 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
7870
7871         * g++.dg/opt/reg-stack4.C: New test.
7872
7873 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
7874
7875         * gcc.dg/builtin-apply2.c: New test.
7876
7877 2003-11-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
7878
7879         * gcc.c-torture/compile/20031023-4.c: Don't XFAIL on SPARC64.
7880
7881 2003-11-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7882
7883         PR c++/12924
7884         * g++.dg/template/template-id-2.C: New test.
7885
7886 2003-11-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7887
7888         PR c++/5369
7889         * g++.dg/template/memfriend1.C: New test.
7890         * g++.dg/template/memfriend2.C: Likewise.
7891         * g++.dg/template/memfriend3.C: Likewise.
7892         * g++.dg/template/memfriend4.C: Likewise.
7893         * g++.dg/template/memfriend5.C: Likewise.
7894         * g++.dg/template/memfriend6.C: Likewise.
7895         * g++.dg/template/memfriend7.C: Likewise.
7896         * g++.dg/template/memfriend8.C: Likewise.
7897         * g++.old-deja/g++.pt/friend44.C: Remove a bogus error.
7898
7899 2003-11-21  Mark Mitchell  <mark@codesourcery.com>
7900
7901         PR c++/12515
7902         * g++.dg/ext/cond1.C: New test.
7903
7904 2003-11-20  Richard Henderson  <rth@redhat.com>
7905
7906         * gcc.dg/20020201-2.c: Remove.
7907         * gcc.dg/20020201-4.c: Remove.
7908         * gcc.dg/20020304-1.c: Remove.
7909
7910 2003-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7911
7912         * gcc.dg/cpp/trad/xwin1.c: New test case.
7913
7914 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
7915
7916         * g++.dg/compat/compat.exp: Add DYLD_LIBRARY_PATH for darwin.
7917         * lib/g77.exp: Likewise.
7918         * lib/objc.exp: Likewise.
7919         * lib/g++.exp: Likewise, add -multiply_defined suppress flag
7920         for darwin.
7921
7922 2003-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7923
7924         PR c++/12932
7925         * g++.dg/template/static5.C: New test.
7926
7927 2003-11-18  Joseph S. Myers  <jsm@polyomino.org.uk>
7928
7929         * gcc.dg/nested-func-1.c: New test.
7930
7931 2003-11-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7932
7933         * gcc.dg/cpp/assert4.c: New test.
7934
7935 2003-11-14  Giovanni Bajo  <giovannibajo@libero.it>
7936
7937         PR c++/2294
7938         * g++.dg/lookup/using9.c: New test.
7939
7940 2003-11-14  Mark Mitchell  <mark@codesourcery.com>
7941
7942         PR c++/12762
7943         * g++.dg/template/error3.C: New test.
7944
7945 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
7946
7947         PR ada/13035
7948         * ada/acats/run_acats, run_all.sh: Fix syntax error.
7949         No longer use a wrapper for gcc, since this does not work under
7950         Windows.
7951
7952 2003-11-14  Giovanni Bajo  <giovannibajo@libero.it>
7953
7954         PR c++/2094
7955         * g++.dg/template/ptrmem7.C: New test.
7956
7957 2003-11-13  Andrew Pinski <apinski@apple.com>
7958
7959         * gcc.c-torture/compile/20031113-1.c: New test.
7960
7961 2003-11-13  Mark Mitchell  <mark@codesourcery.com>
7962             Kean Johnston <jkj@sco.com>
7963
7964         PR c/13029
7965         * gcc.dg/unused-4.c: Update.
7966
7967 2003-11-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
7968
7969         * g++.dg/opt/const3.C: New test.
7970
7971 2003-11-13  Jan Hubicka  <jh@suse.cz>
7972
7973         * gcc.c-torture/compile/20031112-1.c: New test.
7974
7975 2003-11-12  Mark Mitchell  <mark@codesourcery.com>
7976
7977         * g++.dg/parse/crash10.C: Remove bogus error marker.
7978
7979 2003-11-12  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7980
7981         * ada/acats/run_acats (host_gnatmake): Use type in a /bin/sh script.
7982         (host_gcc): Likewise.
7983         (ROOT): Honor $PWDCMD.
7984         (BASE): Likewise.
7985         * ada/acats/run_all.sh (dir): Honor $PWDCMD.
7986
7987 2003-11-12  Catherine Moore  <clm@redhat.com>
7988
7989         * gcc.c-torture/execute/20020720-1.x:  Add xfail for frv-*-*.
7990
7991 2003-11-12  Andreas Jaeger  <aj@suse.de>
7992             Jakub Jelinek  <jakub@redhat.com>
7993             Andrew Pinski  <pinskia@physics.uc.edu>
7994             Richard Henderson  <rth@redhat.com>
7995
7996         * gcc.dg/c90-const-expr-2.c (foo): Avoid extra warning on 64-bit
7997         systems.
7998         * gcc.dg/c99-const-expr-2.c (foo): Likewise.
7999
8000         * gcc.dg/20030926-1.c: Make it work on x86_64 systems.
8001         * gcc.dg/i386-pentium4-not-mull.c: Likewise.
8002
8003 2003-11-11  Andreas Jaeger  <aj@suse.de>
8004
8005         * gcc.c-torture/execute/20020720-1.x: Test passes also on x86_64.
8006
8007         * gcc.c-torture/execute/20020227-1.x: Test passes also on x86_64.
8008
8009 2003-11-10  Arnaud Charlet  <charlet@act-europe.fr>
8010
8011         * ada/acats/run_all.sh: Add handling of unsupported (tasking) tests.
8012         Clean ups.
8013
8014 2003-11-10  Waldek Hebisch  <hebisch@math.uni.wroc.pl>
8015
8016         * gcc.dg/trampoline-1.c: New test.
8017
8018 2003-11-09  Andrew Pinski  <pinskia@physics.uc.edu>
8019
8020         * gcc.c-torture/compile/200031109-1.c: New test.
8021
8022 2003-11-08  Joseph S. Myers  <jsm@polyomino.org.uk>
8023
8024         PR c/3190
8025         PR c/8714
8026         * gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
8027         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/ext3.c,
8028         gcc.dg/format/no-y2k-1.c: Update.
8029
8030 2003-11-08  Roger Sayle  <roger@eyesopen.com>
8031
8032         PR optimization/10467
8033         * gcc.dg/20031108-1.c: New test case.
8034
8035 2003-11-07  Geoffrey Keating  <geoffk@apple.com>
8036
8037         * gcc.dg/pch/warn-1.c: Allow for more helpful error message.
8038
8039 2003-11-08  Joseph S. Myers  <jsm@polyomino.org.uk>
8040
8041         * gcc.dg/compound-lvalue-1.c: New test.
8042         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Remove
8043         some XFAILs.
8044
8045 2003-11-06  Geoffrey Keating  <geoffk@apple.com>
8046
8047         * gcc.dg/altivec-varargs-1.c: New test.
8048
8049 2003-11-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
8050
8051         * gcc.c-torture/compile/20031023-4.c: XFAIL on SPARC64
8052         * gcc.c-torture/compile/simd-5.c: XFAIL on SPARC64 at -O0 and -O1.
8053         * gcc.c-torture/execute/simd-4.x: New file.  XFAIL on SPARC at -O0.
8054         * gcc.c-torture/execute/va-arg-25.x: New file.  XFAIL on SPARC.
8055         * gcc.dg/uninit-C.c: XFAIL on non 64-bit Solaris versions.
8056
8057 2003-11-05  Joseph S. Myers  <jsm@polyomino.org.uk>
8058
8059         * gcc.dg/cond-lvalue-1.c: New test.
8060
8061 2003-11-05  Gernot Hillier  <gernot.hillier@siemens.com>
8062
8063         * g++.old-deja/g++.pt/asm1.C: Enable for e.g. x86_64-*-linux-gnu.
8064
8065 2003-11-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8066
8067         PR c++/11616
8068         * g++.dg/template/instantiate5.C: New test.
8069
8070 2003-11-03  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
8071
8072         PR c++/12726
8073         * g++.dg/ext/complit2.C: Replace test with self-contained version.
8074         * ChangeLog: Add missing first entry for above test.
8075
8076 2003-11-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8077
8078         PR c++/9810
8079         * g++.dg/template/using8.C: New test.
8080         * g++.old-deja/g++.other/access11.C: Adjust expected error location.
8081
8082 2003-11-02  Roger Sayle  <roger@eyesopen.com>
8083
8084         PR optimization/10817
8085         * gcc.c-torture/compile/20031102-1.c: New test case.
8086
8087 2003-11-02  Kazu Hirata  <kazu@cs.umass.edu>
8088
8089         * gcc.c-torture/execute/va-arg-25.c: Enable only if INT_MAX ==
8090         2147483647.
8091
8092 2003-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
8093
8094         * gcc.dg/20031102-1.c: New test.
8095
8096 2003-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
8097
8098         * gcc.dg/complex-1.c: New test.
8099
8100 2003-11-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8101
8102         PR c++/12796
8103         * g++.dg/template/crash13.C: Adjust expected error location.
8104         * g++.old-deja/g++.brendan/ns1.C: Likewise.
8105
8106 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
8107
8108         * g++.dg/bprob/bprob.exp: Disable test on arm-elf configs.
8109
8110 2003-10-31  Josef Zlomek  <zlomekj@suse.cz>
8111
8112         PR/10239
8113         * gcc.c-torture/compile/20031031-2.c: New test.
8114
8115 2003-10-31  Josef Zlomek  <zlomekj@suse.cz>
8116
8117         PR/11640
8118         * gcc.c-torture/compile/20031031-1.c: New test.
8119
8120 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
8121
8122         * g77.dg/bprob/bprob.exp: Disable test on arm-elf configs.
8123         * gcc.misc-tests/bprob.exp: Likewise.
8124         * g77.dg/execute/20001201.x, 6367.x, io0.x, io1.x, u77-test.x: XFAIL
8125         the execution test on arm-elf configs.
8126         * g77.dg/execute/10197.x: New file.  XFAIL the execution test on
8127         configs that don't support scratch files.
8128         * g77.dg/execute/u77-test.x: XFAIL compilation on arm-elf configs.
8129
8130 2003-10-30  Arnaud Charlet  <charlet@act-europe.fr>
8131
8132         * ada/acats/run_all.sh: Do not print PASS messages to stdout, as
8133         done by dejagnu.
8134
8135 2003-10-29  Arnaud Charlet  <charlet@act-europe.fr>
8136
8137         * ada/acats/run_all.sh: Redirect mv output to /dev/null
8138         Avoid non pure sh syntax. Add more logging.
8139
8140         * ada/acats/norun.lst: Disable cdd2a03, since it is expected to
8141         fail.
8142
8143 2003-10-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8144
8145         PR libgcj/10610
8146         * gcc.dg/ppc-stackalign-1.c: New test.
8147
8148 2003-10-28  Arnaud Charlet  <charlet@act-europe.fr>
8149
8150         * ada/acats/run_all.sh: Change output to be more compliant with
8151         dejagnu framework.
8152         Create acats.sum and acats.log files under testsuite/ada/acats
8153         Only run [a-z]* directories, to filter out e.g. CVS.
8154         Redirect build output to log file.
8155
8156 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
8157
8158         * README.ada: Removed, integrated in ../doc/sourcebuild.texi
8159
8160 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
8161
8162         PR ada/5909:
8163         * README.ada, ada/acats: Import ACATS 2.5 for GCC Ada test suite.
8164
8165 2003-10-27  Jakub Jelinek  <jakub@redhat.com>
8166
8167         * gcc.c-torture/compile/20031023-1.c: New test.
8168         * gcc.c-torture/compile/20031023-2.c: New test.
8169         * gcc.c-torture/compile/20031023-3.c: New test.
8170         * gcc.c-torture/compile/20031023-4.c: New test.
8171
8172 2003-10-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8173
8174         PR c++/10371
8175         * g++.dg/lookup/scoped8.C: New test.
8176
8177 2003-10-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
8178
8179         * g++.dg/opt/reg-stack3.C: New test.
8180
8181 2003-10-24  Joseph S. Myers  <jsm@polyomino.org.uk>
8182
8183         * gcc.dg/c99-arraydecl-2.c: New test.  PR c/11943.
8184
8185 2003-10-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8186
8187         PR c++/11076
8188         * g++.dg/template/crash13.C: New test.
8189
8190 2003-10-24  Joseph S. Myers  <jsm@polyomino.org.uk>
8191
8192         * gcc.dg/c99-restrict-2.c: New test.
8193
8194 2003-10-24  Nathan Sidwell  <nathan@codesourcery.com>
8195
8196         PR c++/12698, c++/12699, c++/12700, c++/12566
8197         * g++.dg/inherit/covariant9.C: New test.
8198         * g++.dg/inherit/covariant10.C: New test.
8199         * g++.dg/inherit/covariant11.C: New test.
8200
8201 2003-10-23  Jason Merrill  <jason@redhat.com>
8202
8203         PR c++/12726
8204         * g++.dg/ext/complit2.C: New test.
8205
8206 2003-10-20  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
8207
8208         PR target/12654
8209         * gcc.c-torture/execute/20031020-1.c: New test.
8210
8211 2003-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8212
8213         * gcc.dg/old-style-asm-1.c: Also check for (set (pc) on lines
8214         following the jump_insn.
8215
8216 2003-10-22  Joseph S. Myers  <jsm@polyomino.org.uk>
8217
8218         * gcc.dg/cast-lvalue-1.c: New test.
8219
8220 2003-10-21  Mark Mitchell  <mark@codesourcery.com>
8221
8222         PR c++/11962
8223         * g++.dg/template/cond2.C: New test.
8224
8225 2003-10-20  Joseph S. Myers  <jsm@polyomino.org.uk>
8226
8227         * gcc.dg/builtins-28.c: New test.
8228
8229 2003-10-20  Jan Hubicka  <jh@suse.cz>
8230
8231         * testsuite/g++.dg/opt/inline4.C: Do not use min-inline-insns
8232         parameter.
8233         * testsuite/gcc.dg/inline-2.c: Likewise.
8234
8235 2003-10-20  Phil Edwards  <phil@codesourcery.com>
8236
8237         * gcc.dg/20021014-1.c:  XFAIL for *-*-windiss targets.
8238         * gcc.dg/nest.c:  Likewise.
8239
8240 2003-10-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8241
8242         PR c++/9781, c++/10583, c++/11862
8243         * g++.dg/parse/crash13.C: New test.
8244
8245 2003-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8246
8247         * gcc.dg/old-style-asm-1.c: Count jump_insns instead of labels.
8248
8249 2003-10-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
8250
8251         * gcc.dg/builtins-18.c: Wrap C99 tests with HAVE_C99_RUNTIME.
8252         Define HAVE_C99_RUNTIME except on Solaris.
8253         * gcc.dg/builtins-20.c: Likewise.
8254
8255 2003-10-19  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8256
8257         * gcc.dg/old-style-asm-1.c: Use scan-assembler-times.
8258
8259 2003-10-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8260
8261         PR c++/12495
8262         * g++.dg/template/crash21.C: New test.
8263
8264 2003-10-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8265
8266         PR c++/2513
8267         * g++.dg/template/typename5.C: New test.
8268
8269 2003-10-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8270
8271         PR c++/12369
8272         * g++.dg/template/friend25.C: New test.
8273
8274 2003-10-16  Ziemowit Laski  <zlaski@apple.com>
8275
8276         * objc.dg/try-catch-2.m: Relax target triple to all Darwin
8277         versions.
8278
8279 2003-10-16  Kazu Hirata  <kazu@cs.umass.edu>
8280
8281         * gcc.c-torture/execute/20031003-1.c: Enable only when INT_MAX
8282         == 2147483647.
8283
8284 2003-10-15  Kazu Hirata  <kazu@cs.umass.edu>
8285
8286         * gcc.c-torture/execute/960416-1.x: Remove.
8287         * gcc.c-torture/execute/divconst-3.x: Likewise.
8288
8289 2003-10-15  Hans-Peter Nilsson  <hp@axis.com>
8290
8291         PR target/12598
8292         * gcc.dg/torture/cris-volatile-1.c: New test.
8293
8294 2003-10-14  Roger Sayle  <roger@eyesopen.com>
8295
8296         PR optimization/9325
8297         * gcc.c-torture/execute/20031003-1.c: Remove non-portable tests
8298         for overflowing floating point to integer conversion during RTL
8299         simplification.
8300
8301 2003-10-13  Ziemowit Laski  <zlaski@apple.com>
8302
8303         * objc/execute/_cmd.m: Fix typo.
8304         * objc.dg/image-info.m, objc.dg/symtab-1.m:
8305         Relax 'scan-assembler' regexp.
8306         * objc.dg/try-catch-1.m, objc.dg/try-catch-3.m,
8307         objc.dg/try-catch-4.m: Run on non-Darwin targets.
8308         * objc.dg/zero-link-2.m: Remove blank line.
8309         * objc.dg/zero-link-3.m: New test case.
8310
8311 2003-10-13  Geoffrey Keating  <geoffk@apple.com>
8312
8313         * g77.f-torture/execute/980520-1.x: XFAIL at -O0.
8314
8315         * gcc.dg/asm-names.c: Use scan-assembler-not rather
8316         than linker trickery.
8317
8318 2003-10-13  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
8319
8320         PR c++/12370
8321         * g++.dg/other/friend2.C: New test.
8322
8323 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
8324
8325         * gcc.dg/20031012-1.c: New test.
8326
8327 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
8328
8329         * gcc.dg/weak/weak-3.c: Fix for new warning.
8330
8331 2003-10-12  Kelley Cook  <kcook@gcc.gnu.org>
8332
8333         PR optimization/8750
8334         * gcc.c-torture/execute/20031012-1.c: New test case.
8335
8336 2003-10-11  Roger Sayle  <roger@eyesopen.com>
8337
8338         * gcc.c-torture/execute/string-opt-8.c: Don't test optimizations
8339         that inline strncmp as cmpstrsi on i386 when compiled with -Os.
8340
8341 2003-10-11  Roger Sayle  <roger@eyesopen.com>
8342
8343         PR optimization/12260
8344         * gcc.c-torture/compile/20031011-2.c: New test case.
8345
8346 2003-10-11  Roger Sayle  <roger@eyesopen.com>
8347
8348         * gcc.c-torture/execute/20031011-1.c: New testcase.
8349
8350 2003-10-11  Eric Botcazou  <ebotcazou@libertysurf.fr>
8351
8352         * gcc.c-torture/compile/20031011-1.c: New test.
8353
8354 2003-10-11  Jan Hubicka  <jh@suse.cz>
8355
8356         * g++.dg/other/first-global.C: New test.
8357
8358 2003-10-11  Roger Sayle  <roger@eyesopen.com>
8359
8360         * gcc.c-torture/execute/string-opt-18.c: New testcase.
8361
8362 2003-10-10  Ian Lance Taylor  <ian@wasabisystems.com>
8363
8364         * gcc.c-torture/compile/20031010-1.c: New test.
8365
8366 2003-10-10  Geoffrey Keating  <geoffk@apple.com>
8367
8368         * gcc.c-torture/execute/va-arg-24.c: Correct, and rename to...
8369         * gcc.c-torture/execute/va-arg-25.c: ... here.
8370
8371 2003-10-09  Mark Mitchell  <mark@codesourcery.com>
8372
8373         * g++.dg/ext/attrib8.C: Only run it on x86 targets.
8374
8375 2003-10-08  Richard Sandiford  <rsandifo@redhat.com>
8376
8377         * gcc.c-torture/compile/mipscop-[1-4].c: Disable for mips16.
8378
8379 2003-10-08  Giovanni Bajo  <giovannibajo@libero.it>
8380
8381         * g++.dg/parse/error2.C: New test.
8382
8383 2003-10-08  Giovanni Bajo <giovannibajo@libero.it>
8384
8385         PR c++/11097
8386         * g++.dg/other/error5.C: Modify the error message.
8387         * g++.dg/lookup/using8.C: New test.
8388
8389 2003-10-07  Geoffrey Keating  <geoffk@apple.com>
8390
8391         * gcc.dg/darwin-abi-2.c: New file.
8392         * gcc.c-torture/execute/va-arg-24.c: New file.
8393
8394 2003-10-06  Bob Wilson  <bob.wilson@acm.org>
8395
8396         * g++.dg/template/spec10.C: Set exit value to zero on success.  Fix
8397         indentation.
8398
8399 2003-10-06  Mark Mitchell  <mark@codesourcery.com>
8400
8401         PR c++/10147
8402         * g++.dg/other/error4.C: Update error messages.
8403         * g++.dg/template/ptrmem4.C: Likewise.
8404
8405         PR c++/12337
8406         * g++.dg/init/new9.C: New test.
8407
8408         PR c++/12334, c++/12236, c++/8656
8409         * g++.dg/ext/attrib8.C: New test.
8410
8411 2003-10-06  Devang Patel  <dpatel@apple.com>
8412
8413         * gcc.dg/debug/dwarf2-3.h: New test.
8414         * gcc.dg/debug/dwarf2-3.c: New test case for -feliminate-dwarf2-dups.
8415
8416 2003-10-06  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
8417
8418         * g++.dg/opt/cfg2.C: New test.
8419
8420 2003-10-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
8421
8422         * g++.dg/opt/float1.C: New test.
8423
8424 2003-10-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
8425
8426         * gcc.dg/c90-array-lval-6.c: New test.
8427         * gcc.dg/c99-array-lval-6.c: New test.
8428
8429 2003-10-03  Alexander Malmberg  <alexander@malmberg.org>
8430             Ziemowit Laski  <zlaski@apple.com>
8431
8432         * objc.dg/method-6.m ('starboard'): Move prototype from 'Base' to
8433         'Derived', so that it is never considered a class method; add
8434         new warning for '+port' method ambiguity.
8435         * objc.dg/method-12.m: Include <objc/objc.h> instead of
8436         <objc/objc-api.h> (needed on Mac OS X).
8437         * objc.dg/method-13.m: New test.
8438
8439 2003-10-03  Roger Sayle  <roger@eyesopen.com>
8440
8441         PR optimization/9325, PR java/6391
8442         * gcc.c-torture/execute/20031003-1.c: New test case.
8443
8444 2003-10-02  Mark Mitchell  <mark@codesourcery.com>
8445
8446         PR optimization/12180
8447         * gcc.dg/20031002-1.c: New test.
8448
8449         PR c++/12486
8450         * g++.dg/inherit/error1.C: New test.
8451
8452 2003-10-02  Chris Demetriou  <cgd@broadcom.com>
8453
8454         * lib/f-torture.exp (search_for): Rename to...
8455         (search_for_re): This.  Also, clean up comments and the
8456         "regexp" invocation.
8457
8458 2003-10-02  Josef Zlomek  <zlomekj@suse.cz>
8459
8460         * gcc.c-torture/compile/20031002-1.c: New test.
8461
8462 2003-10-02  Jakub Jelinek  <jakub@redhat.com>
8463
8464         * g++.dg/opt/cond1.C: New test.
8465
8466 2003-10-01  Kelley Cook  <kelleycook@wideopenwest.com>
8467
8468         * gcc.dg/Wold-style-definition-2.c: New testcase.
8469         * gcc.dg/wtr-func-def-1.c: Modify to reflect new warning.
8470
8471 2003-09-29  Richard Henderson  <rth@redhat.com>
8472
8473         * g++.dg/init/array10.C: Add dg-options.
8474
8475 2003-09-29  Eric Botcazou  <ebotcazou@libertysurf.fr>
8476
8477         * g++.dg/opt/unroll1.C: Change unsigned to __SIZE_TYPE__.
8478
8479 2003-09-28  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8480
8481         * g++.dg/template/friend19.C: Fix typo.
8482         * g++.old-deja/g++.other/crash31.C: Adjust expected error.
8483
8484 2003-09-28  Richard Sandiford  <rsandifo@redhat.com>
8485
8486         * gcc.c-torture/execute/20030928-1.c: New test.
8487         * gcc.dg/torture/mips-sdata-1.c (f): Refer to x[0] rather than x[3].
8488
8489 2003-09-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
8490
8491         * g++.dg/opt/unroll1.C: New test.
8492
8493 2003-09-26  Roger Sayle  <roger@eyesopen.com>
8494
8495         PR optimization/11741
8496         * gcc.dg/20030926-1.c: New test case.
8497
8498 2003-09-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8499
8500         PR c++/5655
8501         * g++.dg/parse/access7.C: New test.
8502         * g++.old-deja/g++.brendan/crash56.C: Fix redeclaration error.
8503
8504 2003-09-24  Ziemowit Laski  <zlaski@apple.com>
8505
8506         MERGE OF objc-improvements-branch into MAINLINE:
8507         * lib/objc.exp (objc_target_compile): Do not point at libobjc headers
8508         if libobjc has not been built.
8509         * objc/execute/IMP.m, objc/execute/_cmd.m, objc/execute/bf-common.h,
8510         objc/execute/bycopy-3.m, objc/execute/class-{1-14}.m,
8511         objc/execute/class-self-2.m, objc/execute/many_args_method.m,
8512         objc/execute/nested-3.m, objc/execute/np-2.m,
8513         objc/execute/object_is_class.m, objc/execute/object_is_meta_class.m,
8514         objc/execute/redefining_self.m, objc/execute/root_methods.m,
8515         objc/execute/static-{1-2}.m, objc/execute/string-{1-4}.m,
8516         objc/execute/va_method.m, objc.dg/comp-types-4.m, objc.dg/headers.m,
8517         objc.dg/special/unclaimed-category-1.h,
8518         objc.dg/special/unclaimed-category-1.m: Make usable with NeXT as
8519         well as GNU runtime.
8520         * execute/next_mapping.h: New header, for GNU->NeXT impedance matching.
8521         * execute/cascading-1.m, execute/function-message-1.m,
8522         objc.dg/anon-1.m, objc.dg/bitfield-{3-4}.m,
8523         objc.dg/call-super-{1-3}.m, objc.dg/category-1.m,
8524         objc.dg/const-str-{3-6}.m, objc.dg/encode-{1-4}.m,
8525         objc.dg/func-ptr-1.m, objc.dg/gnu-runtime-1.m, objc.dg/image-info.m,
8526         objc.dg/method-{3-12}.m, objc.dg/missing-proto-{1-3}.m,
8527         objc.dg/nested-func-1.m, objc.dg/proto-lossage-2.m,
8528         objc.dg/proto-qual-1.m, objc.dg/sizeof-1.m, objc.dg/static-1.m,
8529         objc.dg/symtab-1.m, objc.dg/try-catch-{1-4}.m,
8530         objc.dg/type-size-{1-2}.m, objc.dg/zero-link-{1-2}.m: New test cases.
8531         * objc.dg/bitfield-2.m: Run only on Darwin.
8532         * objc.dg/class-2.m, objc.dg/comp-types-1.m, objc.dg/desig-init-1.m,
8533         objc.dg/method-{1-2}.m, objc.dg/proto-hier-1.m,
8534         objc.dg/proto-lossage-1.m: Adjust for message wording changes.
8535         * objc.dg/const-str-1.m: Fix constant string layout.
8536
8537 2003-09-24  Alexandre Oliva  <aoliva@redhat.com>
8538
8539         * gcc.dg/cpp/Wunknown-pragmas-1.c: New test.
8540
8541 2003-09-23  Geoffrey Keating  <geoffk@apple.com>
8542
8543         * gcc.dg/darwin-abi-1.c: New file.
8544
8545 2003-09-21  Andrew Pinski  <pinskia@physics.uc.edu>
8546
8547         PR target/12281
8548         * gcc.c-torture/compile/20030921-1.c: New test.
8549
8550 2003-09-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
8551
8552         * g++.dg/opt/reg-stack2.C: New test.
8553
8554 2003-09-21  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
8555
8556         * g++.dg/eh/delayslot1.C: New test.
8557
8558 2003-09-20  Richard Henderson  <rth@redhat.com>
8559
8560         * gcc.dg/format/gcc_diag-1.c: Add tests for %J.
8561
8562 2003-09-20  Roger Sayle  <roger@eyesopen.com>
8563
8564         * gcc.c-torture/execute/20030920-1.c: New test case.
8565
8566 2003-09-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8567
8568         * g++.dg/rtti/typeid3.C: Correct expected error message.
8569
8570 2003-09-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8571
8572         PR c++/157
8573         * g++.dg/parse/crash12.C: New test.
8574
8575 2003-09-19  Janis Johnson  <janis187@us.ibm.com>
8576
8577         * gcc.dg/compat/mixed-struct-check.h: New.
8578         * gcc.dg/compat/mixed-struct-defs.h: New.
8579         * gcc.dg/compat/mixed-struct-init.h: New.
8580         * gcc.dg/compat/struct-by-value-19_main.c: New.
8581         * gcc.dg/compat/struct-by-value-19_x.c: New.
8582         * gcc.dg/compat/struct-by-value-19_y.c: New.
8583         * gcc.dg/compat/struct-by-value-20_main.c: New.
8584         * gcc.dg/compat/struct-by-value-20_x.c: New.
8585         * gcc.dg/compat/struct-by-value-20_y.c: New.
8586         * gcc.dg/compat/struct-return-19_main.c: New.
8587         * gcc.dg/compat/struct-return-19_x.c: New.
8588         * gcc.dg/compat/struct-return-19_y.c: New.
8589         * gcc.dg/compat/struct-return-20_main.c: New.
8590         * gcc.dg/compat/struct-return-20_x.c: New.
8591         * gcc.dg/compat/struct-return-20_y.c: New.
8592
8593 2003-09-19  Andrew Pinski  <pinskia@physics.uc.edu>
8594         * g++.dg/init/array11.C: Change unsigned to __SIZE_TYPE__
8595         so that it will not complain on LP64 targets.
8596
8597 2003-09-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8598
8599         PR c++/495
8600         * g++.dg/template/friend24.C: New test.
8601
8602 2003-09-19  Nathan Sidwell  <nathan@codesourcery.com>
8603
8604         PR c++/12332
8605         * g++.dg/template/memtmpl2.C: New test.
8606
8607 2003-09-18  Mark Mitchell  <mark@codesourcery.com>
8608
8609         PR target/11184
8610         * gcc.dg/builtin-apply1.c: New test.
8611
8612 2003-09-18  Nathan Sidwell  <nathan@codesourcery.com>
8613
8614         PR c++/9848
8615         * g++.dg/warn/Wunused-4.C: New test.
8616
8617 2003-09-18  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
8618
8619         PR c++/12316
8620         * g++.dg/other/gc2.C: New test.
8621
8622 2003-09-17  Mark Mitchell  <mark@codesourcery.com>
8623
8624         PR c++/11991
8625         * g++.dg/rtti/typeid3.C: New test.
8626
8627         PR c++/12266
8628         * g++.dg/overload/template1.C: New test.
8629
8630 2003-09-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
8631
8632         * g++.dg/opt/cfg3.C: New test.
8633
8634 2003-09-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8635
8636         PR c++/7939
8637         * g++.dg/template/crash11.C: New test.
8638
8639 2003-09-16  Jason Merrill  <jason@redhat.com>
8640             Jakub Jelinek  <jakub@redhat.com>
8641
8642         * gcc.dg/attr-warn-unused-result.c: New test.
8643
8644 2003-09-15  Nathan Sidwell  <nathan@codesourcery.com>
8645
8646         PR c++/12184
8647         * g++.dg/expr/call2.C: New test.
8648
8649 2003-09-15  Andreas Jaeger  <aj@suse.de>
8650
8651         * gcc.dg/Wold-style-definition-1.c: New test.
8652
8653 2003-09-14  Mark Mitchell  <mark@codesourcery.com>
8654
8655         PR c++/3907
8656         * g++.dg/parse/template12.C: New test.
8657
8658         * g++.dg/abi/bitfield11.C: New test.
8659         * g++.dg/abi/bitfield12.C: Likewise.
8660
8661 2003-09-14  Alexandre Oliva  <aoliva@redhat.com>
8662
8663         * gcc.dg/cpp/separate-1.c: Adjust line of error.  Test for correct
8664         non-expansion of functional macro name without arguments at EOL.
8665         * gcc.dg/cpp/spacing1.c: Revert 2003-08-04's change.  Likewise.
8666
8667 2003-09-14  Richard Sandiford  <rsandifo@redhat.com>
8668
8669         * gcc.c-torture/execute/20030914-[12].c: New tests.
8670
8671 2003-09-11  Nathan Sidwell  <nathan@codesourcery.com>
8672
8673         PR c++/11788
8674         * g++.dg/overload/addr1.C: New test.
8675
8676 2003-09-10  Ian Lance Taylor  <ian@wasabisystems.com>
8677
8678         * gcc.dg/20030909-1.c: New test.
8679
8680 2003-09-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
8681
8682         * gcc.dg/ultrasp10.c: New test.
8683
8684 2003-09-09  Devang Patel  <dpatel@apple.com>
8685
8686         * gcc.dg/darwin-ld-6.c: New test.
8687
8688 2003-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8689
8690         * gcc.dg/torture/builtin-explog-1.c: New testcase.
8691
8692 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
8693
8694         * gcc.dg/ia64-types1.c: New test.
8695         * gcc.dg/ia64-types2.c: Likewise.
8696
8697 2003-09-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8698
8699         * gcc.dg/builtins-1.c: Add more _Complex tests.
8700         * gcc.dg/torture/builtin-attr-1.c: Likewise.
8701
8702         * gcc.dg/builtins-1.c: Test existing _Complex functions.
8703         * gcc.dg/torture/builtin-attr-1.c: Likewise.
8704
8705 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
8706
8707         PR c++/11786
8708         * g++.dg/lookup/koenig2.C: New test.
8709
8710         PR c++/5296
8711         * g++.dg/rtti/typeid2.C: New test.
8712
8713 2003-09-08  Jakub Jelinek  <jakub@redhat.com>
8714
8715         * gcc.c-torture/compile/20030904-1.c: New test.
8716
8717 2003-09-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
8718
8719         * g++.dg/opt/longbranch2.C: New test.
8720
8721 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
8722
8723         * g++.dg/template/crash10.C: Only compile it.
8724
8725 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
8726
8727         PR middle-end/11665
8728         * gcc.c-torture/compile/20030907-1.c: New test.
8729         * g++.dg/init/array11.C: New test.
8730
8731 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
8732
8733         PR c++/11852
8734         * g++.dg/init/struct1.C: New test.
8735
8736 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
8737
8738         PR c++/12181
8739         * g++.dg/expr/comma1.C: New test.
8740
8741 2003-09-06  Mark Mitchell  <mark@codesourcery.com>
8742
8743         PR c++/11867
8744         * g++.dg/expr/static_cast5.C: New test.
8745
8746 2003-09-06  Andrew Pinski  <pinskia@physics.uc.edu>
8747
8748         PR c++/11507
8749         * g++.dg/lookup/scoped7.C: New test.
8750
8751         PR c++/9574
8752         * g++.dg/other/static1.C: New test.
8753
8754         PR c++/11490
8755         * g++.dg/warn/template-1.C: New test.
8756
8757         PR c++/11432
8758         * g++.dg/template/crash10.C: New test.
8759
8760         PR c++/2478
8761         * g++.dg/overload/VLA.C: New test.
8762
8763         PR c++/10804
8764         * g++.dg/template/call1.C: New test.
8765
8766 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
8767
8768         PR c++/11794
8769         * g++.dg/parse/using3.C: New test.
8770
8771 2003-09-06  Roger Sayle  <roger@eyesopen.com>
8772
8773         PR c++/11409
8774         * g++.dg/overload/builtin3.C: New test case.
8775
8776 2003-09-06  Steven Bosscher  <steven@gcc.gnu.org>
8777
8778         PR c/9862
8779         * gcc.dg/20030906-1.c: New test.
8780         * gcc.dg/20030906-2.c: Likewise.
8781
8782 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
8783
8784         PR c++/12167
8785         * g++.dg/parse/defarg5.C: New test.
8786
8787         * g++.dg/template/non-type-template-argument-1.C: Tweak expected error.
8788
8789 2003-09-05  Mark Mitchell  <mark@codesourcery.com>
8790
8791         PR c++/12163
8792         * g++.dg/expr/static_cast4.C: New test.
8793
8794         PR c++/12146
8795         * g++.dg/template/crash9.C: New test.
8796
8797 2003-09-05  Andrew Pinski  <pinskia@physics.uc.edu>
8798
8799         * g++.old-deja/g++.ext/pretty2.C: Update for change
8800         in __FUNCTION__.
8801         * g++.old-deja/g++.ext/pretty3.C: Likewise.
8802
8803 2003-09-05  Nathan Sidwell  <nathan@codesourcery.com>
8804
8805         PR c++/11922
8806         * g++/dg/template/qualified-id1.C: New test.
8807
8808         PR c++/12037
8809         * g++.dg/warn/noeffect4.C: New test.
8810
8811 2003-09-04  Matt Austern  <austern@apple.com>
8812
8813         * g++.dg/ext/fnname1.C: New test. (__func__ for C++.)
8814         * g++.dg/ext/fnname2.C: Likewise.
8815         * g++.dg/ext/fnname3.C: Likewise.
8816
8817 2003-09-04  Mark Mitchell  <mark@codesourcery.com>
8818
8819         * g++.dg/expr/lval1.C: New test.
8820         * g++.dg/ext/lvcast.C: Remove.
8821
8822 2003-09-03  Roger Sayle  <roger@eyesopen.com>
8823
8824         PR optimization/11700.
8825         * gcc.c-torture/compile/20030903-1.c: New test case.
8826
8827 2003-09-03  Mark Mitchell  <mark@codesourcery.com>
8828
8829         PR c++/12053
8830         * g++.dg/abi/layout4.C: New test.
8831
8832 2003-09-02  Scott Brumbaugh  <scottb.lists@verizon.net>
8833
8834         PR c++/11553
8835         * g++.dg/parse/friend3.C: New test.
8836
8837 2003-09-02  Mark Mitchell  <mark@codesourcery.com>
8838
8839         PR c++/11847
8840         * g++.dg/template/class1.C: New test.
8841
8842         PR c++/11808
8843         * g++.dg/expr/call1.C: New test.
8844
8845 2003-09-01  Mark Mitchell  <mark@codesourcery.com>
8846
8847         PR c++/12114
8848         * g++.dg/init/ref9.C: New test.
8849
8850         PR c++/11972
8851         * g++.dg/template/nested4.C: New test.
8852
8853 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
8854
8855         PR c++/12093
8856         * g++.dg/template/non-dependent4.C: New test.
8857
8858         PR c++/11928
8859         * g++.dg/inherit/conv1.C: New test.
8860
8861 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
8862
8863         PR c++/6196
8864         * g++.dg/ext/label1.C: New test.
8865         * g++.dg/ext/label2.C: Likewise.
8866
8867 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
8868
8869         * g++.dg/expr/cond3.C: New test.
8870
8871 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8872
8873         * gcc.dg/builtins-1.c: Add new builtin cases.
8874
8875 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8876
8877         * gcc.dg/builtins-1.c: Add new cases.
8878         * gcc.dg/torture/builtin-attr-1.c: Likewise.
8879
8880 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8881
8882         * gcc.dg/builtins-1.c: Add more math builtin tests.
8883         * gcc.dg/torture/builtin-attr-1.c: New test.
8884
8885 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
8886
8887         PR optimization/5079
8888         * g++.dg/opt/static3.C: New test.
8889
8890 2003-08-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8891
8892         * gcc.misc-tests/gcov-10b.c: New test.
8893
8894 2003-08-27  Mark Mitchell  <mark@codesourcery.com>
8895
8896         * g++.dg/opt/ptrmem3.C: New test.
8897
8898         * g++.old-deja/g++.pt/overload8.C: Remove XFAIL.
8899
8900 2003-08-27  Jakub Jelinek  <jakub@redhat.com>
8901
8902         * gcc.dg/20030826-2.c: New test.
8903
8904 2003-08-26  Roger Sayle  <roger@eyesopen.com>
8905
8906         PR middle-end/12002
8907         * g77.f-torture/compile/12002.f: New test case.
8908
8909 2003-08-26  Roger Sayle  <roger@eyesopen.com>
8910
8911         * gcc.dg/20030826-1.c: New test case.
8912
8913 2003-08-26  Matt Kraai  <kraai@alumni.cmu.edu>
8914
8915         * gcc.dg/noncompile/20030818-1.c: Expect second line of error.
8916
8917 2003-08-26  Nathan Sidwell  <nathan@codesourcery.com>
8918
8919         PR c++/11871
8920         * c++.dg/lookup/crash1.C: New test.
8921
8922         * c++.dg/warn/noeffect3.C: New test.
8923
8924 2003-08-25  Janis Johnson  <janis187@us.ibm.com>
8925
8926         * gcc.dg/compat/vector-1_x.c: Compile with -w.
8927         * gcc.dg/compat/vector-1_y.c: Ditto.
8928         * gcc.dg/compat/vector-2_x.c: Ditto.
8929         * gcc.dg/compat/vector-2_y.c: Ditto.
8930
8931 2003-08-25  Ulrich Weigand  <uweigand@de.ibm.com>
8932
8933         * gcc.dg/20030702-1.c: New test.
8934
8935 2003-08-25  Mark Mitchell  <mark@codesourcery.com>
8936
8937         PR c++/8795
8938         * g++.dg/ext/altivec-1.C: New test.
8939
8940 2003-08-24  Richard Henderson  <rth@redhat.com>
8941
8942         * g++.dg/eh/simd-2.C: Add -w for x86.
8943
8944 2003-08-23  Jakub Jelinek  <jakub@redhat.com>
8945
8946         * gcc.dg/20030815-1.c: New test.
8947
8948 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8949
8950         PR c++/3765
8951         * g++.dg/parse/access6.C: New test.
8952
8953 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8954
8955         PR c++/641, c++/11876
8956         * g++.dg/template/friend22.C: New test.
8957         * g++.dg/template/friend23.C: Likewise.
8958
8959 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
8960
8961         * gcc.misc-tests/linkage.exp: Treat all HP-UX platforms
8962         identically.
8963
8964 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
8965
8966         * g++.old-deja/g++.ext/attrib5.C: XFAIL on hppa2*-hp-hpux11*.
8967
8968 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
8969
8970         * gcc.dg/20020313-1.c: Add "-w" to dg-options.
8971
8972 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
8973
8974         * gcc.misc-tests/linkage.exp: Add logic for ia64-hp-hpux*.
8975
8976 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
8977
8978         * g++.dg/other/packed1.C: Add XFAIL marker for ia64-hp-hpux*.
8979
8980 2003-08-21  Mark Mitchell  <mark@codesourcery.com>
8981
8982         PR c++/11919
8983         * g++.dg/overload/prom1.C: New test.
8984
8985         PR c++/11551
8986         * g++.dg/parse/dtor2.C: New test.
8987
8988         PR c++/10762
8989         * g++.dg/parse/using2.C: New test.
8990
8991 2003-08-21  Kazu Hirata  <kazu@cs.umass.edu>
8992
8993         PR target/11805
8994         * gcc.c-torture/compile/20030821-1.c: New.
8995
8996 2003-08-20  Mark Mitchell  <mark@codesourcery.com>
8997
8998         PR c++/11834
8999         * g++.dg/template/deduce2.C: New test.
9000
9001 2003-08-21  Josef Zlomek  <zlomekj@suse.cz>
9002
9003         * gcc.c-torture/execute/20030821-1.c: New test.
9004
9005 2003-08-20  Roger Sayle  <roger@eyesopen.com>
9006
9007         PR middle-end/11984
9008         * gcc.dg/20030820-1.c: New test case.
9009
9010 2003-08-20  Nathan Sidwell  <nathan@codesourcery.com>
9011
9012         PR c++/11945
9013         * g++.dg/warn/noeffect2.C: New test.
9014
9015 2003-08-19  Mark Mitchell  <mark@codesourcery.com>
9016
9017         PR c++/10926
9018         * g++.dg/template/dtor2.C: New test.
9019
9020         PR c++/11684
9021         * g++.dg/template/operator1.C: New test.
9022         * g++.dg/parse/operator4.C: New test.
9023
9024         PR c++/11946.C
9025         * g++.dg/expr/enum1.C: New test.
9026         * gcc.dg/c99-bool-1.c: Remove bogus warning.
9027
9028         PR c++/11036.C
9029         * g++.dg/parse/elab2.C: New test.
9030         * g++.dg/parse/typedef4.C: Change error message.
9031         * g++.old-deja/g++.robertl/eb133.C: Remove bogus error markers.
9032         * g++.old-deja/g++.robertl/eb133a.C: Remove bogus error markers.
9033         * g++.old-deja/g++.robertl/eb133b.C: Remove bogus error markers.
9034
9035 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
9036
9037         * gcc.dg/pch/warn-1.c: New.
9038         * gcc.dg/pch/warn-1.hs: New.
9039
9040         * lib/dg-pch.exp (dg-pch): Use 'return' not 'continue' to skip
9041         not-tested file.
9042
9043 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
9044
9045         * gcc.dg/uninit-E.c: Add forgotten dg-warning marker.
9046
9047 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
9048
9049         * gcc.dg/uninit-D.c: New Test.
9050         * gcc.dg/uninit-E.c: New Test.
9051         * gcc.dg/uninit-F.c: New Test.
9052         * gcc.dg/uninit-G.c: New Test.
9053
9054 2003-08-19  Michael Ritzert  <ritzert@t-online.de>
9055
9056         * g++.dg/README: Describe the pch directory.
9057
9058 2003-08-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9059
9060         PR c++/11174
9061         * g++.dg/parse/access4.C: New test.
9062         * g++.dg/parse/access5.C: Likewise.
9063         * g++.old-deja/g++.jason/access17.C: Adjust error message.
9064
9065 2003-08-18  Matt Kraai  <kraai@alumni.cmu.edu>
9066
9067         * gcc.dg/noncompile/20030818-1.c: New.
9068
9069 2003-08-18  Nathan Sidwell  <nathan@codesourcery.com>
9070
9071         PR c++/11957
9072         * g++.dg/warn/noeffect1.C: New test.
9073
9074         * g++.dg/template/scope2.C: New test.
9075         * g++.dg/template/error2.C: Correct dg-error
9076
9077 2003-08-18  Richard Sandiford  <rsandifo@redhat.com>
9078
9079         * gcc.c-torture/compile/mipscop*.c: Turn into compile-only tests.
9080
9081 2003-08-16  Nathan Sidwell  <nathan@codesourcery.com>
9082
9083         PR C++/11512
9084         * g++.dg/template/warn1.C: New.
9085
9086 2003-08-15  Nathan Sidwell  <nathan@codesourcery.com>
9087
9088         * g++.dg/template/error2.C: New test.
9089         * g++.dg/lookup/using7.C: Adjust errors
9090         * g++.old-deja/g++.pt/crash36.C: Likewise.
9091         * g++.old-deja/g++.pt/derived3.C: Likewise.
9092
9093 2003-08-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9094
9095         * gcc.c-torture/execute/builtins/lib/strcat.c: New.
9096         * gcc.c-torture/execute/builtins/string-9-lib.c: New.
9097         * gcc.c-torture/execute/builtins/string-9.c: New, from
9098         string-opt-9.c.  Adjust for execute/builtins framework.
9099         * gcc.c-torture/execute/string-opt-9.c: Delete.
9100
9101 2003-08-12  Mark Mitchell  <mark@codesourcery.com>
9102
9103         * g++.dg/init/new8.C: Use __SIZE_TYPE__ to get the type of size_t.
9104
9105         * g++.dg/parse/ret-type2.C: New test.
9106
9107         PR c++/11703
9108         * g++.dg/init/new8.C: New test.
9109
9110         PR c++/10923
9111         * g++.dg/parse/typedef5.C: New test.
9112
9113         PR c++/9512
9114         * g++.dg/parse/qualified2.C: New test.
9115         * g++.old-deja/g++.other/decl5.C: Mark one more instance of
9116         invalid code.
9117
9118 2003-08-11  Mark Mitchell  <mark@codesourcery.com>
9119
9120         * g++.dg/conversion/ptrmem1.C: New test.
9121
9122 2003-08-11  Jakub Jelinek  <jakub@redhat.com>
9123
9124         PR target/11693
9125         * gcc.dg/20030811-1.c: New test.
9126
9127         PR target/11535
9128         * gcc.c-torture/execute/20030811-1.c: New test.
9129
9130 2003-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9131
9132         * gcc.c-torture/execute/string-opt-9.c: Add more strcat cases.
9133
9134 2003-08-10  Mark Mitchell  <mark@codesourcery.com>
9135
9136         PR c++/11789.C
9137         * g++.dg/inherit/multiple1.C: New test.
9138
9139 2003-08-10  Nathan Sidwell  <nathan@codesourcery.com>
9140
9141         * gcc.dg/spe1.c: New test.
9142
9143         PR c++/11670
9144         * g++.dg/expr/cast2.C: New test.
9145
9146         PR c++/10530
9147         * g++.dg/template/dependent-name2.C: New test.
9148
9149 2003-08-08  Andrew Pinski  <pinskia@physics.uc.edu>
9150
9151         * g++.dg/parse/crash11.C: Put the dg options in comments.
9152
9153 2003-08-08  Neil Booth  <neil@daikokuya.co.uk>
9154
9155         * lib/gcc-dg.exp: Update for diagnostic change.
9156
9157 2003-08-07  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9158
9159         PR c++/5767
9160         * g++.dg/parse/crash11.C: New test.
9161
9162 2003-08-06  Alexandre Oliva  <aoliva@redhat.com>
9163
9164         * gcc.dg/cpp/spacing1.c: Update.
9165
9166 2003-08-04  Janis Johnson  <janis187@us.ibm.com>
9167
9168         PR target/11739
9169         * gcc.misc-tests/i386-prefetch.exp: Use -march=i386 when specifying
9170         a value for -mtune.
9171
9172 2003-08-04  Roger Sayle  <roger@eyesopen.com>
9173
9174         PR middle-end/11771
9175         * gcc.c-torture/compile/20030804-1.c: New test case.
9176
9177 2003-08-04  Roger Sayle  <roger@eyesopen.com>
9178
9179         * gcc.dg/20030804-1.c: New test case.
9180
9181 2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
9182
9183         * gcc.dg/cpp/separate-1.c: New test.
9184
9185 2003-08-03  Nathan Sidwell  <nathan@codesourcery.com>
9186
9187         PR c++/11704
9188         * g++.dg/template/dependent-expr2.C: New test.
9189
9190         PR c++/11766
9191         * g++.dg/expr/ptrmem1.C: New test.
9192
9193 2003-08-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9194
9195         PR c++/9453
9196         * g++.dg/template/friend15.C: New test.
9197
9198 2003-08-03  Neil Booth  <neil@daikokuya.co.uk>
9199
9200         * lib/dg-pch.exp: Work round PCH bug.
9201
9202 2003-08-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9203
9204         * gcc.dg/builtins-1.c: Add macro helpers.  Add missing math
9205         builtins.  Move cases from builtins-4.c here.
9206
9207         * gcc.dg/torture/builtin-math-1.c: New test taken from
9208         bits of gcc.dg/builtins-3.c, gcc.dg/builtins-5.c and also some
9209         additional cases.
9210
9211         * gcc.dg/builtins-3.c, gcc.dg/builtins-4.c, gcc.dg/builtins-5.c:
9212         Delete.
9213
9214 2003-08-02  Nathan Sidwell  <nathan@codesourcery.com>
9215
9216         PR c++/9447
9217         * g++.dg/template/using7.C: New test.
9218
9219 2003-08-02  Neil Booth  <neil@daikokuya.co.uk>
9220
9221         * import1.c, import2.c: New tests.
9222
9223 2003-08-01  Jakub Jelinek  <jakub@redhat.com>
9224
9225         * g++.dg/eh/crossjump1.C: New test.
9226
9227 2003-08-01  Mark Mitchell  <mark@codesourcery.com>
9228
9229         PR c++/11697
9230         * g++.dg/template/using6.C: New test.
9231
9232         PR c++/11744
9233         * g++.dg/template/koenig2.C: New test.
9234
9235 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9236
9237         PR c++/7983
9238         * g++.dg/parse/typedef4.C: New test.
9239
9240 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9241
9242         PR c++/8442, c++/8806
9243         * g++.dg/template/elab1.C: New test.
9244         * g++.dg/template/type2.C: Likewise.
9245         * g++.dg/template/ttp3.C: Adjust expected error message.
9246         * g++.old-deja/g++.law/visibility13.C: Likewise.
9247         * g++.old-deja/g++.niklas/t135.C: Likewise.
9248         * g++.old-deja/g++.pt/ttp41.C: Likewise.
9249         * g++.old-deja/g++.pt/ttp43.C: Use qualified name for template
9250         template argument.
9251         * g++.old-deja/g++.pt/ttp44.C: Likewise.
9252
9253 2003-08-01  Nathan Sidwell  <nathan@codesourcery.com>
9254
9255         PR c++/11295
9256         * g++.dg/ext/stmtexpr1.C: New test.
9257
9258         * g++.dg/opt/tmp1.C: New test.
9259
9260         PR c++/11525
9261         * g++.dg/parse/constant4.C: New test.
9262
9263         PR c++/9447
9264         * g++.dg/template/using5.C: New test.
9265
9266 2003-07-31  Roger Sayle  <roger@eyesopen.com>
9267
9268         * gcc.dg/builtins-27.c: New test case.
9269
9270 2003-07-31  Jakub Jelinek  <jakub@redhat.com>
9271
9272         * gcc.dg/tls/opt-7.c: New test.
9273
9274 2003-07-31  Andrew Pinski  <pinskia@physics.uc.edu>
9275
9276         * g++.old-deja/g++.other/crash18.C: Remove.
9277
9278 2003-07-31  Nathan Sidwell  <nathan@codesourcery.com>
9279
9280         * g++.dg/template/explicit3.C: New.
9281         * g++.dg/template/explicit4.C: New.
9282         * g++.dg/template/explicit5.C: New.
9283
9284         PR c++/11347
9285         * g++.dg/template/memtmpl1.C: New.
9286
9287 2003-07-29  Andrew Pinski <pinskia@physics.uc.edu>
9288
9289         PR target/11565
9290         * gcc.dg/i386-387-1.c (dg-options): Add -march=i386.
9291         * gcc.dg/i386-387-5.c (dg-options): Likewise.
9292
9293 2003-07-30  Jan Hubicka  <jh@suse.cz>
9294
9295         * vtgc1.c: Kill.
9296
9297 2003-07-29  Zack Weinberg  <zack@codesourcery.com>
9298
9299         * gcc.dg/struct-in-proto-1.c: New test.
9300
9301 2003-07-29  Neil Booth  <neil@daikokuya.co.uk>
9302
9303         * gcc.dg/cpp/include2.c: Only expect one message.
9304
9305 2003-07-29  Nathan Sidwell  <nathan@codesourcery.com>
9306
9307         PR c++/9447
9308         * g++.dg/template/using1.C: New test.
9309         * g++.dg/template/using2.C: New test.
9310         * g++.dg/template/using3.C: New test.
9311         * g++.dg/template/using4.C: New test.
9312
9313 2003-07-29  Alexandre Oliva  <aoliva@redhat.com>
9314
9315         * gcc.c-torture/execute/string-opt-9.c: strcmp returns int.
9316         * gcc.c-torture/execute/string-opt-10.c: Likewise.
9317
9318 2003-07-28  Jan Hubicka  <jh@suse.cz>
9319
9320         PR c++/11530
9321         * g++.dg/opt/call1.C: New test.
9322
9323 2003-07-28  Alexandre Oliva <aoliva@redhat.com>
9324
9325         PR c++/11667
9326         * g++.dg/init/enum2.C: New test.
9327         * g++.dg/template/overload1.C: Add "-w" option.
9328
9329 2003-07-28    <hp@bitrange.com>
9330
9331         * gcc.dg/Wdeclaration-after-statement-1.c,
9332         gcc.dg/Wdeclaration-after-statement-2.c: New tests.
9333
9334 2003-07-28  Jakub Jelinek  <jakub@redhat.com>
9335
9336         * gcc.c-torture/compile/20030725-1.c: New test.
9337
9338 2003-07-28  Aldy Hernandez  <aldyh@redhat.com>
9339
9340         * gcc.dg/20030505.c: Only run for SPE.
9341         Remove definition of opaque type.
9342
9343 2003-07-27  Mark Mitchell  <mark@codesourcery.com>
9344
9345         * g++.dg/template/ptrmem6.C: New test.
9346
9347 2003-07-26  Geoffrey Keating  <geoffk@apple.com>
9348
9349         * gcc.c-torture/compile/zero-strct-2.c: New test.
9350
9351 2003-07-25  Geoffrey Keating  <geoffk@apple.com>
9352
9353         * gcc.dg/intermod-1.c: New test.
9354
9355 2003-07-25  Nathan Sidwell  <nathan@codesourcery.com>
9356
9357         PR c++/11617
9358         * g++.dg/template/lookup2.C: New test.
9359         * g++.dg/template/memclass1.C: Remove instantiated from error.
9360         * g++.dg/other/error2.C: Tweak expected errors.
9361
9362         PR c++/11596
9363         * g++.dg/template/defarg3.C: New test.
9364
9365         * g++.dg/ext/packed2.C: Pack member struct too. Explain why.
9366
9367 2003-07-24  Mark Mitchell  <mark@codesourcery.com>
9368
9369         * g++.dg/inherit/access5.C: New test.
9370
9371 2003-07-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9372
9373         PR c++/11513
9374         * g++.dg/template/crash8.C: New test.
9375
9376 2003-07-23  Steven Bosscher <steven@gcc.gnu.org>
9377
9378         PR c/10602
9379         * gcc.dg/noncompile/incomplete-2.c: New test.
9380
9381 2003-07-23  Mark Mitchell  <mark@codesourcery.com>
9382
9383         PR c++/11645
9384         * g++.dg/inherit/access4.C: New test.
9385
9386         PR c++/11517
9387         * g++.dg/expr/cond2.C: New test.
9388
9389         PR optimization/10679
9390         * g++.dg/opt/inline4.C: New test.
9391
9392 2003-07-23  Nathan Sidwell  <nathan@codesourcery.com>
9393
9394         * g++.dg/parse/crash10: New test.
9395
9396 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
9397
9398         * g++.dg/ext/flexary1.C: New test.
9399
9400 2003-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9401
9402         PR c++/10793
9403         * g++.dg/template/crash9.C: New test.
9404
9405 2003-07-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
9406
9407         PR c++/3004
9408         * g++.dg/parse/typedef3.C: New test.
9409
9410         PR c++/7906
9411         * g++.dg/parse/operator2.C: New test.
9412
9413         PR c++/8895
9414         * g++.dg/parse/def-tmpl-arg1.C: New test.
9415
9416         PR c++/9282
9417         * g++.dg/parse/funptr1.C: New test.
9418
9419         PR c++/9452
9420         * g++.dg/parse/ambig3.C: New test.
9421
9422         PR c++/9454
9423         * g++.dg/parse/operator3.C: New test.
9424
9425         PR c++/9486
9426         * g++.dg/parse/template10.C: New test.
9427
9428         PR c++/9488
9429         * g++.dg/parse/template11.C: New test.
9430
9431         PR c++/10150
9432         * g++.dg/parse/invalid-op1.C: New test.
9433
9434         PR c++/10247
9435         * g++.dg/parse/condexpr1.C: New test.
9436
9437 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
9438
9439         * g++.dg/ext/packed3.C: New test.
9440         * g++.dg/ext/packed4.C: New test.
9441
9442         * gcc.dg/pack-test-3.c: New test.
9443
9444 2003-07-21  Janis Johnson  <janis187@us.ibm.com>
9445
9446         * lib/compat.exp: Handle dg-options per source file.
9447         * g++.dg/compat/abi/bitfield1_x.C: Specify dg-options.
9448         * g++.dg/compat/abi/bitfield1_y.C: Ditto.
9449         * g++.dg/compat/abi/bitfield2_x.C: Ditto.
9450         * g++.dg/compat/abi/bitfield2_y.C: Ditto.
9451         * g++.dg/compat/abi/vbase8-10_x.C: Ditto.
9452         * g++.dg/compat/abi/vbase8-10_y.C: Ditto.
9453         * g++.dg/compat/abi/vbase8-21_x.C: Ditto.
9454         * g++.dg/compat/abi/vbase8-21_y.C: Ditto.
9455         * g++.dg/compat/abi/vbase8-22_x.C: Ditto.
9456         * g++.dg/compat/abi/vbase8-22_y.C: Ditto.
9457         * g++.dg/compat/abi/vbase8-4_x.C: Ditto.
9458         * g++.dg/compat/abi/vbase8-4_y.C: Ditto.
9459         * g++.dg/compat/break/bitfield7_x.C: Ditto.
9460         * g++.dg/compat/break/bitfield7_y.C: Ditto.
9461
9462 2003-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
9463
9464         PR c/10320
9465         * gcc.c-torture/execute/20030718-1.c: New test.
9466
9467 2003-07-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
9468
9469         PR optimization/11536
9470         * gcc.dg/20030721-1.c: New test.
9471
9472 2003-07-19  Mark Mitchell  <mark@codesourcery.com>
9473
9474         PR c++/11546
9475         * g++.dg/template/lookup1.C: New test.
9476
9477 2003-07-19  Zack Weinberg  <zack@codesourcery.com>
9478
9479         * gcc.dg/noncompile/label-1.c: New comprehensive test case for
9480         diagnostics of ill-formed constructs involving labels.
9481         * gcc.dg/noncompile/label-lineno-1.c: Add error regexp for
9482         the new 'previously defined here' message.
9483
9484 2003-07-18  Nathan Sidwell  <nathan@codesourcery.com>
9485
9486         * g++.dg/parse/non-dependent2.C: New test.
9487
9488 2003-07-18  Andrew Pinski  <pinskia@physics.uc.edu>
9489
9490         * g++.dg/init/init-ref4.C: xfail on targets without
9491         weak symbols.
9492
9493 2003-07-17  Jakub Jelinek  <jakub@redhat.com>
9494
9495         PR target/11087
9496         * gcc.c-torture/execute/20030717-1.c: New test.
9497
9498 2003-07-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
9499
9500         * g++.dg/opt/cfg1.C: New test.
9501
9502 2003-07-17  Mark Mitchell  <mark@codesourcery.com>
9503
9504         PR optimization/11557
9505         * gcc.dg/20030717-1.c: New test.
9506
9507 2003-07-17  Andrew Pinski <pinskia@physics.uc.edu>
9508
9509         PR c++/10476
9510         * g++.dg/expr/crash-1.C: New test.
9511
9512         PR c++/11027
9513         * g++.dg/template/init3.C: New test.
9514
9515         PR c++/8222
9516         * g++.dg/template/non-dependent1.C: New test.
9517
9518         PR c++/11070
9519         * g++.dg/template/non-dependent2.C: New test.
9520
9521         PR c++/11071
9522         * g++.dg/template/non-dependent3.C: New test.
9523
9524         PR c++/9907
9525         * g++.dg/template/sizeof5.C: New test.
9526
9527 2003-07-17  Geoffrey Keating  <geoffk@apple.com>
9528
9529         PR 11498
9530         * gcc.c-torture/compile/mangle-1.c: New file.
9531
9532 2003-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9533
9534         PR c++/7809
9535         * g++.dg/parse/access3.C: New test.
9536
9537 2003-07-17  Andrew Pinski  <pinskia@physics.uc.edu>
9538
9539         PR c++/11384
9540         * g++.dg/init/init-ref4.C: New test.
9541
9542 2003-07-16  Mark Mitchell  <mark@codesourcery.com>
9543
9544         PR c++/11547
9545         * g++.dg/parse/constant3.C: New test.
9546         * g++.dg/parse/crash7.C: Likewise.
9547
9548 2003-07-16  Andrew Pinski  <pinskia@physics.uc.edu>
9549
9550         PR target/11008
9551         * gcc.dg/i386-pentium4-not-mull.c: New.
9552
9553 2003-07-16  J"orn Rennecke <joern.rennecke@superh.com>
9554
9555         * gcc.dg/asm-names.c (ymain): Make it weak.
9556
9557 2003-07-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9558
9559         PR c++/5421
9560         * g++.dg/template/friend21.C: New test.
9561
9562 2003-07-16  Jakub Jelinek  <jakub@redhat.com>
9563
9564         * gcc.dg/cleanup-8.c: New test.
9565         * gcc.dg/cleanup-9.c: New test.
9566
9567 2003-07-16  Danny Smith  <dannysmith@users.sourceforge.net>
9568
9569         * g++.dg/ext/dll-MI1.h: New file.
9570         * g++.dg/ext/dllexport-MI1.C: New file.
9571         * g++.dg/ext/dllimport-MI1.C: New file.
9572
9573 2003-07-15  Jakub Jelinek  <jakub@redhat.com>
9574
9575         * gcc.c-torture/execute/string-opt-8.c (main): Remove i370 and s390,
9576         it does not have cmpstrsi patterns (just cmpmemsi).
9577
9578 2003-07-15  Mark Mitchell  <mark@codesourcery.com>
9579
9580         PR debug/11473
9581         * g++.dg/debug/debug8.C: New test.
9582
9583 2003-07-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9584
9585         PR c++/10108
9586         * g++.dg/template/crash7.C: New test.
9587
9588 2003-07-15  Kazu Hirata  <kazu@cs.umass.edu>
9589
9590         PR target/10795
9591         * gcc.c-torture/compile/20030708-1.c: New.
9592
9593 2003-07-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
9594
9595         * gcc.c-torture/execute/20030715-1.c: New test.
9596
9597 2003-07-14  Geoffrey Keating  <geoffk@apple.com>
9598
9599         * gcc.dg/pch/inline-3.c: New file.
9600         * gcc.dg/pch/inline-3.hs: New file.
9601         * gcc.dg/pch/inline-4.c: New file.
9602         * gcc.dg/pch/inline-4.hs: New file.
9603
9604 2003-07-14  Mark Mitchell  <mark@codesourcery.com>
9605
9606         PR c++/11509
9607         * g++.dg/template/crash6.C: New test.
9608
9609         PR c++/7053
9610         * g++.dg/template/friend20.C: New test.
9611
9612         PR c++/7019
9613         * g++.dg/template/overload2.C: New test.
9614
9615 2003-07-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9616
9617         PR optimization/11440
9618         * gcc.c-torture/execute/20030714-1.c: New test.
9619
9620 2003-07-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9621
9622         PR c++/11154
9623         * g++.dg/template/partial2.C: New test.
9624
9625 2003-07-13  Mark Mitchell  <mark@codesourcery.com>
9626
9627         PR c++/11503
9628         * g++.dg/template/anon1.C: New test.
9629
9630         PR c++/11493
9631         PR c++/11495
9632         * g++.dg/parse/template9.C: Likewise.
9633         * g++.dg/template/crash4.C: New test.
9634         * g++.dg/template/koenig1.C: Likewise.
9635         * g++.old-deja/g++.benjamin/tem03.C: Adjust error markers.
9636         * g++.old-deja/g++.benjamin/tem06.C: Declare "x".
9637         * g++.old-deja/g++.jason/overload33.C: Use this-> when calling
9638         functions.
9639         * g++.old-deja/g++.jason/template36.C: Likewise.
9640         * g++.old-deja/g++.mike/p1989.C: Likewise.
9641         * g++.old-deja/g++.pt/lookup2.C: Use -fpermissive when compiling.
9642         * g++.old-deja/g++.pt/ttp20.C: Use this->.
9643         * g++.old-deja/g++.pt/ttp21.C: Use this->.
9644         * g++.old-deja/g++.pt/typename13.C: Use -fpermissive when
9645         compiling.
9646         * g++.old-deja/g++.pt/union2.C: Use this->.
9647
9648 2003-07-11  Jakub Jelinek  <jakub@redhat.com>
9649
9650         * gcc.dg/20030711-1.c: New test.
9651
9652 2003-07-11  Nathan Sidwell  <nathan@codesourcery.com>
9653
9654         PR c++/11050
9655         * g++.dg/parse/args1.C: New test.
9656         * g++.pt/defarg8.C: Change expected errors.
9657
9658 2003-07-11  Mark Mitchell  <mark@codesourcery.com>
9659
9660         PR c++/8164
9661         * g++.dg/template/nontype2.C: New test.
9662
9663         PR c++/10558
9664         * g++.dg/parse/template8.C: New test.
9665
9666         PR c++/8327
9667         * g++.dg/template/scope1.C: New test.
9668
9669         * g++.dg/warn/Wsign-compare-1.C: New test.
9670
9671 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
9672
9673         * gcc.dg/20021018-1.c: Disable if the sizeof (int) < 4.
9674
9675 2003-07-10  Mark Mitchell  <mark@codesourcery.com>
9676
9677         PR c++/9411
9678         * g++.dg/template/explicit2.C: New test.
9679
9680         PR c++/10032
9681         * g++.dg/warn/pedantic1.C: New test.
9682
9683 2003-07-10  Nathan Sidwell  <nathan@codesourcery.com>
9684
9685         PR c++ 9483
9686         * g++.dg/other/field1.C: New test.
9687
9688 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
9689
9690         PR c/11449
9691         * gcc.c-torture/compile/20030707-1.c: New.
9692
9693 2003-07-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9694
9695         PR c++/10849
9696         * g++.dg/template/access12.C: New test.
9697
9698 2003-07-09  Nathan Sidwell  <nathan@codesourcery.com>
9699
9700         * g++.dg/bprob/bprob.exp (prof_ext): Update.
9701         * g77.dg/bprob/bprob.exp (prof_ext): Update.
9702         * gcc.misc-tests/bprob.exp (prof_ext): Update.
9703         * gcc.misc-tests/gcov.exp: Update
9704         * g++.dg/gcov/gcov.exp: Update
9705         * lib/gcov.exp: Update.
9706
9707 2003-07-08  Mark Mitchell  <mark@codesourcery.com>
9708
9709         * g++.dg/abi/mangle17.C: Make sure template expressions are
9710         dependent.
9711         * g++.dg/abi/mangle4.C: Mark erroneous casts.
9712         * g++.dg/debug/debug7.C: Mark erronous new-declarator.
9713         * g++.dg/opt/stack1.C: Remove erroneous code.
9714         * g++.dg/parse/template7.C: New test.
9715         * g++.dg/template/dependent-expr1.C: Mark erroneous code.
9716         * g++.old-deja/g++.pt/crash4.C: Likewise.
9717
9718 2003-07-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9719
9720         * gcc.dg/const-elim-1.c (dg-final): Change regexp to match labels
9721         with zero or one occurence of `$' after the initial `L'.
9722
9723 2003-07-08  Kazu Hirata  <kazu@cs.umass.edu>
9724
9725         * gcc.c-torture/compile/20030704-1.c: Add a comment.
9726
9727 2003-07-08  Roger Sayle  <roger@eyesopen.com>
9728
9729         PR c/11370
9730         * gcc.dg/Wunreachable-6.c: New testcase.
9731         * gcc.dg/Wunreachable-7.c: New testcase.
9732
9733 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
9734
9735         PR c/11420
9736         * gcc.dg/20030708-1.c: New test.
9737
9738 2003-07-08  Richard Sandiford  <rsandifo@redhat.com>
9739
9740         * gcc.dg/compat/sdata-section.h: New file.
9741         * gcc.dg/compat/sdata-1_{x,y,main}.c: New test.
9742         * gcc.dg/torture/mips-sdata-1.c: New test.
9743
9744 2003-07-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9745
9746         PR c++/11030
9747         * g++.dg/template/friend19.C: New test.
9748
9749 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
9750
9751         * g++.dg/opt/strength-reduce.C: New test.
9752
9753 2003-07-07  Roger Sayle  <roger@eyesopen.com>
9754
9755         PR target/10979
9756         * gcc.dg/20030707-1.c: New testcase.
9757
9758 2003-07-07  Roger Sayle  <roger@eyesopen.com>
9759
9760         PR optimization/11059
9761         * g++.dg/opt/emptyunion.C: New testcase.
9762
9763 2003-07-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9764             Eric Botcazou  <ebotcazou@libertysurf.fr>
9765
9766         * g++.dg/opt/stack1.C: New test.
9767
9768 2003-07-05  Mark Mitchell  <mark@codesourcery.com>
9769
9770         * g++.old-deja/g++.jason/typeid1.C: Make it a compile test, not a
9771         run test.
9772
9773         PR c++/11431
9774         * g++.dg/expr/static_cast3.C: New test.
9775
9776 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
9777
9778         * gcc.c-torture/execute/wchar_t-1.x: New file; XFAIL wchar_t-1.c
9779         everywhere.
9780         * gcc.dg/concat.c: Concatenation of string constants with
9781         __FUNCTION__ / __PRETTY_FUNCTION__ is now a hard error.
9782         * gcc.dg/wtr-strcat-1.c: Loosen dg-warning regexp.
9783         * gcc.dg/cpp/escape-2.c: Use wide character constants where
9784         necessary to avoid multi-character character constant warning.
9785         * gcc.dg/cpp/escape.c: Likewise.
9786         * gcc.dg/cpp/ucs.c: Likewise.
9787         Remove backslashes from dg-bogus comments, as they confuse Tcl.
9788         Fix a typo.
9789
9790 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
9791
9792         PR c/11428
9793         * gcc.c-torture/compile/20030704-1.c: New.
9794
9795 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
9796
9797         * gcc.dg/compat/fnptr-by-value-1_x.c: Add a prototype for testva.
9798
9799 2003-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
9800
9801         PR c++/5287, PR c++/7910,  PR c++/11021
9802         * g++.dg/ext/dllimport1.C: Add mingw32 as target. Add
9803         tests for warnings.
9804         * g++.dg/ext/dllimport2.C: Add tests for warnings.
9805         * g++.dg/ext/dllimport3.C: Likewise.
9806         * g++.dg/ext/dllimport4.C: New file.
9807         * g++.dg/ext/dllimport5.C: New file.
9808         * g++.dg/ext/dllimport6.C: New file.
9809         * g++.dg/ext/dllimport7.C: New file.
9810         * g++.dg/ext/dllimport8.C: New file.
9811         * g++.dg/ext/dllimport9.C: New file.
9812         * g++.dg/ext/dllimport10.C: New file.
9813         * g++.dg/ext/dllexport1.C: New file.
9814
9815 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
9816
9817         * g++.old-deja/g++.jason/typeid1.C: Add dg-error marker.
9818         * g++.old-deja/g++.mike/net36.C: Tweak error messages.
9819
9820 2003-07-03  Roger Sayle  <roger@eyesopen.com>
9821
9822         * gcc.dg/builtins-25.c: New testcase.
9823         * gcc.dg/builtins-26.c: New testcase.
9824
9825 2003-07-03  Janis Johnson  <janis187@us.ibm.com>
9826
9827         * gcc.dg/compat/vector-defs.h: New file.
9828         * gcc.dg/compat/vector-setup.h: New file.
9829         * gcc.dg/compat/vector-check.h: New file.
9830         * gcc.dg/compat/vector-1_main.c: New file.
9831         * gcc.dg/compat/vector-1_x.c: New file.
9832         * gcc.dg/compat/vector-1_y.c: New file.
9833         * gcc.dg/compat/vector-2_main.c: New file.
9834         * gcc.dg/compat/vector-2_x.c: New file.
9835         * gcc.dg/compat/vector-2_y.c: New file.
9836
9837         * gcc.dg/compat/fnptr-by-value-1_main.c: New file.
9838         * gcc.dg/compat/fnptr-by-value-1_x.c: New file.
9839         * gcc.dg/compat/fnptr-by-value-1_y.c: New file.
9840         * gcc.dg/compat/struct-align-1.h: New file.
9841         * gcc.dg/compat/struct-align-1_main.c: New file.
9842         * gcc.dg/compat/struct-align-1_x.c: New file.
9843         * gcc.dg/compat/struct-align-1_y.c: New file.
9844         * gcc.dg/compat/struct-align-2.h: New file.
9845         * gcc.dg/compat/struct-align-2_main.c: New file.
9846         * gcc.dg/compat/struct-align-2_x.c: New file.
9847         * gcc.dg/compat/struct-align-2_y.c: New file.
9848
9849         * gcc.dg/compat/compat-common.h (DEBUG_FINI): New.
9850         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
9851         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
9852         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
9853         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
9854         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
9855         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
9856         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
9857         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
9858         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
9859         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
9860         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
9861         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
9862         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
9863         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
9864         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
9865         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
9866         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
9867         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
9868         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
9869         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
9870         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
9871         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
9872         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
9873         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
9874         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
9875         * gcc.dg/compat/struct-return-10_x.c: Ditto.
9876         * gcc.dg/compat/struct-return-2_x.c: Ditto.
9877         * gcc.dg/compat/struct-return-3_x.c: Ditto.
9878
9879 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
9880
9881         * gcc.dg/i386-call-1.c: New test.
9882
9883 2003-07-03  Nathan Sidwell  <nathan@codesourcery.com>
9884
9885         PR c++/9162
9886         * g++.dg/parse/defarg4.C: New.
9887
9888 2003-07-03  Roger Sayle  <roger@eyesopen.com>
9889
9890         PR target/10700
9891         * gcc.c-torture/compile/20030703-1.c: New test case.
9892
9893 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
9894
9895         * g++.dg/template/local3.C: Remove extra semicolon.
9896
9897 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
9898
9899         * gcc.dg/i386-volatile-1.c: New test.
9900
9901 2003-07-02  Nathan Sidwell  <nathan@codesourcery.com>
9902
9903         PR c++/11072
9904         * g++.dg/other/offsetof2.C: XFAIL.
9905         * g++.dg/other/offsetof5.C: New.
9906
9907         PR c++/10219
9908         * g++.dg/template/error1.C: New.
9909
9910         PR c++/9779
9911         * g++.dg/template/dependent-expr1.C: New.
9912
9913 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
9914
9915         PR c++/6949
9916         * g++.dg/template/local3.C: New test.
9917
9918         PR c++/11149
9919         * g++.dg/lookup/scoped6.C: New test.
9920
9921 2003-07-01  Giovanni Bajo  <giovannibajo@libero.it>
9922
9923         PR c++/8046
9924         * g++.dg/other/error7.C: New test.
9925
9926 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
9927
9928         * g++.old-deja/g++.abi/vbase1.C: Fix comment typos.
9929         * g++.old-deja/g++.abi/vtable3.h: Likewise.
9930         * g++.old-deja/g++.law/code-gen5.C: Likewise.
9931         * g++.old-deja/g++.other/union2.C: Likewise.
9932         * gcc.dg/c90-const-expr-2.c: Likewise.
9933         * gcc.dg/c90-const-expr-3.c: Likewise.
9934         * gcc.dg/c99-const-expr-2.c: Likewise.
9935         * gcc.dg/c99-const-expr-3.c: Likewise.
9936         * gcc.dg/concat.c: Likewise.
9937
9938 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
9939
9940         PR c++/9559
9941         * g++.dg/init/static1.C: New test.
9942
9943 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
9944
9945         * g++.old-deja/g++.niklas/README: Fix spelling for "testcase".
9946         * g++.old-deja/g++.other/access2.C: Likewise.
9947         * g++.old-deja/g++.other/decl2.C: Likewise.
9948         * gcc.c-torture/execute/20020615-1.c: Likewise.
9949
9950 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
9951
9952         PR c++/4933
9953         * g++.dg/template/sizeof4.C: New test.
9954
9955 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
9956
9957         * g++.dg/other/error6.C: New test.
9958
9959 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
9960
9961         PR c++/10750
9962         * g++.dg/parse/constant2.C: New test.
9963
9964 2003-06-30  Giovanni Bajo <giovannibajo@libero.it>
9965
9966         PR c++/11106
9967         * g++.dg/other/error5.C: New test.
9968
9969 2003-06-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9970
9971         * gcc.dg/format/gcc_diag-1.c: New test.
9972
9973 2003-06-28  Ulrich Weigand  <uweigand@de.ibm.com>
9974
9975         * gcc.c-torture/execute/multi-ix.c: Fix off-by-one bugs.
9976
9977 2003-06-28  Nathan Sidwell  <nathan@codesourcery.com>
9978
9979         * g++.old-deja/g++.robertl/eb133.C: Set expected line number.
9980         * g++.old-deja/g++.robertl/eb133a.C: Likewise.
9981         * g++.old-deja/g++.robertl/eb133b.C: Likewise.
9982
9983 2003-06-28  Jakub Jelinek  <jakub@redhat.com>
9984
9985         * gcc.c-torture/execute/builtins/string-8.c: New test.
9986         * gcc.c-torture/execute/builtins/string-8-lib.c: New.
9987         * gcc.c-torture/execute/stdio-opt-1.c (main): Add new tests.
9988         * gcc.c-torture/execute/string-opt-7.c (main): Add new test.
9989
9990 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
9991
9992         PR c++/10468
9993         * g++.dg/ext/typeof6.C: New test.
9994
9995 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
9996
9997         PR c++/10796
9998         * g++.dg/init/enum1.C: New test.
9999
10000 2003-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
10001
10002         * gcc.dg/20030627-1.c: New test.
10003
10004 2003-06-26  Mark Mitchell  <mark@codesourcery.com>
10005
10006         PR c++/11332
10007         * g++.dg/expr/static_cast2.C: New test.
10008
10009 2003-06-26  Roger Sayle  <roger@eyesopen.com>
10010             Jakub Jelinek  <jakub@redhat.com>
10011
10012         * gcc.c-torture/execute/string-opt-16.c: Remove test for disabled
10013         sprintf(dst,"%s",src) optimization.
10014         * gcc.c-torture/execute/20030626-1.c: New test case.
10015         * gcc.c-torture/execute/20030626-2.c: New test case.
10016
10017 2003-06-26  J"orn Rennecke <joern.rennecke@superh.com>
10018
10019         * gcc.c-torture/execute/multi-ix.c: New test.
10020
10021         * gcc.c-torture/execute/simd-4.c (main):
10022         Added missing semicolon at end of union.
10023
10024 2003-06-26  Giovanni Bajo  <giovannibajo@libero.it>
10025
10026         PR c++/8266
10027         * g++.dg/template/explicit-instantiation3.C: New test.
10028
10029 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
10030
10031         * gcc.dg/20030626-1.c: Use signed char.
10032
10033 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
10034
10035         * gcc.dg/20030626-1.c: New test.
10036
10037 2003-06-26  Neil Booth  <neil@daikokuya.co.uk>
10038
10039         * const-str-2.m: Update.
10040
10041 2003-06-25  Mark Mitchell  <mark@codesourcery.com>
10042
10043         PR c++/10990
10044         * g++.dg/rtti/dyncast1.C: New test.
10045         * g++.dg/abi/mangle4.C: Correct base-specifier access.
10046         * g++.dg/lookup/scoped1.C: Remove XFAIL.
10047         * g++.old-deja/g++.martin/pmf1.C: Correct base-specifier access.
10048
10049         PR c++/10931
10050         * g++.dg/expr/static_cast1.C: New test.
10051
10052 2003-06-25  Josef Zlomek  <zlomekj@suse.cz>
10053
10054         * gcc.dg/20030625-1.c: New test.
10055
10056 2003-06-24  Roger Sayle  <roger@eyesopen.com>
10057
10058         * gcc.c-torture/compile/20030624-1.c: New test case.
10059
10060 2003-06-24  Jakub Jelinek  <jakub@redhat.com>
10061
10062         * gcc.c-torture/execute/string-opt-17.c: New test.
10063
10064 2003-06-24  Mark Mitchell  <mark@codesourcery.com>
10065
10066         PR c++/5754
10067         * g++.dg/parse/crash6.C: New test.
10068
10069 2003-06-23  Roger Sayle  <roger@eyesopen.com>
10070
10071         * gcc.dg/builtins-24.c: New test case.
10072
10073 2003-06-23  Jakub Jelinek  <jakub@redhat.com>
10074
10075         * g++.dg/opt/operator1.C: New test.
10076
10077 2003-06-22  Roger Sayle  <roger@eyesopen.com>
10078
10079         * gcc.c-torture/execute/string-opt-16.c: New test case.
10080
10081 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
10082
10083         * g++.old-deja/g++.benjamin/16077.C: Add -Wconversion  option.
10084         * g++.old-deja/g++.other/conv7.C: Likewise
10085         * g++.old-deja/g++.other/overcnv2.C: Likewise.
10086         * g++.old-deja/g++.other/overload14.C: Likewise.
10087
10088 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
10089
10090         * g++.old-deja/g++.jason/conversion5.C: Adjust option.
10091         * g++.old-deja/g++.bugs/900215_01.C: Likewise.
10092
10093 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
10094
10095         PR c++/10888
10096         * g++.dg/warn/Winline-3.C: New test.
10097
10098 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
10099
10100         * lib/target-supports.exp (check_alias_available): Make the test
10101         program acceptable to the Solaris assembler.
10102
10103         PR c++/10749
10104         * g++.dg/template/memclass2.C: New test.
10105
10106 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
10107             Eric Botcazou  <ebotcazou@libertysurf.fr>
10108
10109         * lib/gcc-dg.exp (dg-xfail-if): Do not process conditional xfail
10110         data for non-matching targets.
10111         * gcc.c-torture/compile/simd-5.c: Fix typo in conditional xfail.
10112
10113 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
10114
10115         PR c++/10845
10116         * g++.dg/template/member3.C: New test.
10117
10118 2003-06-19  Mark Mitchell  <mark@codesourcery.com>
10119
10120         PR c++/10939
10121         * g++.dg/template/func1.C: New test.
10122
10123         PR c++/9649
10124         * g++.dg/template/static4.C: New test.
10125         * g++.old-deja/g++.other/anon7.C: Remove spurious error messages.
10126
10127         PR c++/11041
10128         * g++.dg/init/ref7.C: New test.
10129
10130 2003-06-19  Matt Austern  <austern@apple.com>
10131
10132         PR c++/11228
10133         * g++.dg/anew1.C: New test.
10134         * g++.dg/anew2.C: New test.
10135         * g++.dg/anew3.C: New test.
10136         * g++.dg/anew4.C: New test.
10137
10138 2003-06-19  Kazu Hirata  <kazu@cs.umass.edu>
10139
10140         * gcc.c-torture/compile/simd-5.c: Don't XFAIL on H8.
10141
10142 2003-06-19  J"orn Rennecke <joern.rennecke@superh.com>
10143
10144         * gcc.c-torture/execute/simd-4.c (main): Make expected value
10145         endian-dependent.
10146
10147 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
10148
10149         * lib/g++.exp (g++_include_flags): Tweak path to testsuite_flags.
10150         Remove cruft.
10151
10152 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
10153
10154         * gcc.c-torture/compile/20020604-1.c: Use dg-xfail-if for h8300.
10155         * gcc.c-torture/compile/961203-1.c: Likewise.
10156         * gcc.c-torture/compile/980506-1.c: Likewise.
10157
10158 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
10159
10160         PR c++/10712
10161         * g++.dg/lookup/using7.C: New test.
10162
10163 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
10164
10165         PR c++/11105
10166         * g++.dg/abi/conv1.C: Remove it.
10167         * g++.dg/template/conv7.C: New test.
10168         * g++.dg/template/conv8.C: Likewise.
10169         * g++.old-deja/g++.ext/pretty2.C: Do not test __FUNCTION__ for a
10170         conversion operator.
10171
10172 2003-06-17  Janis Johnson  <janis187@us.ibm.com>
10173
10174         * gcc.dg/compat/compat-common.h (DEBUG_INIT): New.
10175         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
10176         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
10177         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
10178         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
10179         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
10180         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
10181         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
10182         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
10183         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
10184         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
10185         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
10186         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
10187         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
10188         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
10189         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
10190         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
10191         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
10192         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
10193         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
10194         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
10195         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
10196         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
10197         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
10198         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
10199         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
10200         * gcc.dg/compat/struct-return-10_x.c: Ditto.
10201         * gcc.dg/compat/struct-return-2_x.c: Ditto.
10202         * gcc.dg/compat/struct-return-3_x.c: Ditto.
10203
10204 2003-06-16  Mark Mitchell  <mark@codesourcery.com>
10205
10206         * lib/gcc-dg.exp (dg-xfail-if): Fix thinko.
10207         * gcc.c-torture/compile/simd-5.c: Remove spurious PowerPC-64 XFAIL
10208         indications.
10209
10210 2003-06-16  Roger Sayle  <roger@eyesopen.com>
10211
10212         * gcc.dg/i386-387-5.c: New test case.
10213         * gcc.dg/i386-387-6.c: New test case.
10214         * gcc.dg/builtins-23.c: New test case.
10215
10216 2003-06-15  Roger Sayle  <roger@eyesopen.com>
10217
10218         * gcc.dg/builtins-22.c: New test case.
10219         * gcc.dg/i386-387-1.c: Update to test exp.
10220         * gcc.dg/i386-387-2.c: Likewise.
10221
10222 2003-06-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10223
10224         * gcc.dg/format/asm_fprintf-1.c: Update width/precision checks.
10225
10226 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
10227
10228         * lib/gcc-dg.exp (dg-require-dll): New function.
10229         (dg-xfail-if): Likewise.
10230         * gcc.c-torture/compile/compile.exp: Use dg rather than c-torture
10231         driver.
10232
10233         * gcc.c-torture/compile/20000804-1.c: Convert to dg format.
10234         * gcc.c-torture/compile/20001205-1.c: Likewise.
10235         * gcc.c-torture/compile/20001226-1.c: Likewise.
10236         * gcc.c-torture/compile/20010518-2.c: Likewise.
10237         * gcc.c-torture/compile/20020312-1.c: Likewise.
10238         * gcc.c-torture/compile/20020604-1.c: Likewise.
10239         * gcc.c-torture/compile/920501-12.c: Likewise.
10240         * gcc.c-torture/compile/920501-4.c: Likewise.
10241         * gcc.c-torture/compile/920520-1.c: Likewise.
10242         * gcc.c-torture/compile/920521-1.c: Likewise.
10243         * gcc.c-torture/compile/920625-1.c: Likewise.
10244         * gcc.c-torture/compile/961203-1.c: Likewise.
10245         * gcc.c-torture/compile/980506-1.c: Likewise.
10246         * gcc.c-torture/compile/981006-1.c: Likewise.
10247         * gcc.c-torture/compile/981022-1.c: Likewise.
10248         * gcc.c-torture/compile/981223-1.c: Likewise.
10249         * gcc.c-torture/compile/990617-1.c: Likewise.
10250         * gcc.c-torture/compile/dll.c: Likewise.
10251         * gcc.c-torture/compile/labels-3.c: Likewise.
10252         * gcc.c-torture/compile/mipscop-1.c: Likewise.
10253         * gcc.c-torture/compile/mipscop-2.c: Likewise.
10254         * gcc.c-torture/compile/mipscop-3.c: Likewise.
10255         * gcc.c-torture/compile/mipscop-4.c: Likewise.
10256         * gcc.c-torture/compile/simd-5.c: Likewise.
10257         * gcc.c-torture/compile/20000804-1.x: Remove.
10258         * gcc.c-torture/compile/20001205-1.x: Likewise.
10259         * gcc.c-torture/compile/20001226-1.x: Likewise.
10260         * gcc.c-torture/compile/20010518-2.x: Likewise.
10261         * gcc.c-torture/compile/20020312-1.x: Likewise.
10262         * gcc.c-torture/compile/20020604-1.x: Likewise.
10263         * gcc.c-torture/compile/920501-12.x: Likewise.
10264         * gcc.c-torture/compile/920501-4.x: Likewise.
10265         * gcc.c-torture/compile/920520-1.x: Likewise.
10266         * gcc.c-torture/compile/920521-1.x: Likewise.
10267         * gcc.c-torture/compile/920625-1.x: Likewise.
10268         * gcc.c-torture/compile/961203-1.x: Likewise.
10269         * gcc.c-torture/compile/980506-1.x: Likewise.
10270         * gcc.c-torture/compile/981006-1.x: Likewise.
10271         * gcc.c-torture/compile/981022-1.x: Likewise.
10272         * gcc.c-torture/compile/981223-1.x: Likewise.
10273         * gcc.c-torture/compile/990617-1.x: Likewise.
10274         * gcc.c-torture/compile/mipscop-1.x: Likewise.
10275         * gcc.c-torture/compile/mipscop-2.x: Likewise.
10276         * gcc.c-torture/compile/mipscop-3.x: Likewise.
10277         * gcc.c-torture/compile/mipscop-4.x: Likewise.
10278         * gcc.c-torture/compile/simd-5.x: Likewise.
10279
10280         * gcc.c-torture/compile/20021205-1.c: Remove bogus dg commands.
10281
10282 2003-06-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
10283
10284         * gcc.c-torture/execute/20030611-1.c: New test.
10285
10286 2003-06-12  Roger Sayle  <roger@eyesopen.com>
10287
10288         PR middle-end/168
10289         * gcc.dg/20030612-1.c: New test case.
10290
10291 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
10292
10293         PR c++/10635
10294         * g++.dg/expr/cast1.C: New test.
10295
10296 2003-06-12  Roger Sayle  <roger@eyesopen.com>
10297
10298         * gcc.dg/builtins-21.c: New test case.
10299
10300 2003-06-11  Kelley Cook  <kelleycook@wideopenwest.com>
10301
10302         * lib/gcc.exp (gcc_target_compile): Put TOOL_OPTIONS at front of
10303         options instead of at the end.
10304         * lib/objc.exp (objc_target_compile): Likewise.
10305
10306 2003-06-11  Mark Mitchell  <mark@codesourcery.com>
10307
10308         PR c++/10432
10309         * g++.dg/parse/error1.C: New test.
10310
10311 2003-06-11  Janis Johnson  <janis187@us.ibm.com>
10312
10313         * gcc.dg/compat/struct-by-value-11_main.c: New file.
10314         * gcc.dg/compat/struct-by-value-11_x.c: New file.
10315         * gcc.dg/compat/struct-by-value-11_y.c: New file.
10316         * gcc.dg/compat/struct-by-value-12_main.c: New file.
10317         * gcc.dg/compat/struct-by-value-12_x.c: New file.
10318         * gcc.dg/compat/struct-by-value-12_y.c: New file.
10319         * gcc.dg/compat/struct-by-value-13_main.c: New file.
10320         * gcc.dg/compat/struct-by-value-13_x.c: New file.
10321         * gcc.dg/compat/struct-by-value-13_y.c: New file.
10322         * gcc.dg/compat/struct-by-value-14_main.c: New file.
10323         * gcc.dg/compat/struct-by-value-14_x.c: New file.
10324         * gcc.dg/compat/struct-by-value-14_y.c: New file.
10325         * gcc.dg/compat/struct-by-value-15_main.c: New file.
10326         * gcc.dg/compat/struct-by-value-15_x.c: New file.
10327         * gcc.dg/compat/struct-by-value-15_y.c: New file.
10328         * gcc.dg/compat/struct-by-value-16_main.c: New file.
10329         * gcc.dg/compat/struct-by-value-16_x.c: New file.
10330         * gcc.dg/compat/struct-by-value-16_y.c: New file.
10331         * gcc.dg/compat/struct-by-value-17_main.c: New file.
10332         * gcc.dg/compat/struct-by-value-17_x.c: New file.
10333         * gcc.dg/compat/struct-by-value-17_y.c: New file.
10334         * gcc.dg/compat/struct-by-value-18_main.c: New file.
10335         * gcc.dg/compat/struct-by-value-18_x.c: New file.
10336         * gcc.dg/compat/struct-by-value-18_y.c: New file.
10337
10338         * gcc.dg/compat/scalar-by-value-3_main.c: New file.
10339         * gcc.dg/compat/scalar-by-value-3_x.c: New file.
10340         * gcc.dg/compat/scalar-by-value-3_y.c: New file.
10341         * gcc.dg/compat/scalar-by-value-4_main.c: New file.
10342         * gcc.dg/compat/scalar-by-value-4_x.c: New file.
10343         * gcc.dg/compat/scalar-by-value-4_y.c: New file.
10344         * gcc.dg/compat/scalar-return-3_main.c: New file.
10345         * gcc.dg/compat/scalar-return-3_x.c: New file.
10346         * gcc.dg/compat/scalar-return-3_y.c: New file.
10347         * gcc.dg/compat/scalar-return-4_main.c: New file.
10348         * gcc.dg/compat/scalar-return-4_x.c: New file.
10349         * gcc.dg/compat/scalar-return-4_y.c: New file.
10350
10351 2003-06-10  Janis Johnson  <janis187@us.ibm.com>
10352
10353         * gcc.dg/compat/fp2-struct-check.h: New file.
10354         * gcc.dg/compat/fp2-struct-defs.h: New file.
10355         * gcc.dg/compat/fp2-struct-init.h: New file.
10356         * gcc.dg/compat/struct-by-value-10_main.c: New file.
10357         * gcc.dg/compat/struct-by-value-10_x.c: New file.
10358         * gcc.dg/compat/struct-by-value-10_y.c: New file.
10359         * gcc.dg/compat/struct-return-10_main.c: New file.
10360         * gcc.dg/compat/struct-return-10_x.c: New file.
10361         * gcc.dg/compat/struct-return-10_y.c: New file.
10362
10363         * gcc.dg/compat/compat-common.h: New file.
10364         * gcc.dg/compat/fp-struct-check.h: Improve debugging output.
10365         * gcc.dg/compat/fp-struct-test-by-value-x.h: Ditto.
10366         * gcc.dg/compat/fp-struct-test-by-value-y.h: Ditto.
10367         * gcc.dg/compat/scalar-by-value-1_main.c: Ditto.
10368         * gcc.dg/compat/scalar-by-value-1_x.c: Ditto.
10369         * gcc.dg/compat/scalar-by-value-1_y.c: Ditto.
10370         * gcc.dg/compat/scalar-by-value-2_main.c: Ditto.
10371         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
10372         * gcc.dg/compat/scalar-by-value-2_y.c: Ditto.
10373         * gcc.dg/compat/scalar-return-1_main.c: Ditto.
10374         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
10375         * gcc.dg/compat/scalar-return-1_y.c: Ditto.
10376         * gcc.dg/compat/scalar-return-2_main.c: Ditto.
10377         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
10378         * gcc.dg/compat/scalar-return-2_y.c: Ditto.
10379         * gcc.dg/compat/small-struct-check.h: Ditto.
10380         * gcc.dg/compat/struct-by-value-2_main.c: Ditto.
10381         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
10382         * gcc.dg/compat/struct-by-value-2_y.c: Ditto.
10383         * gcc.dg/compat/struct-by-value-3_main.c: Ditto.
10384         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
10385         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
10386         * gcc.dg/compat/struct-by-value-4_main.c: Ditto.
10387         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
10388         * gcc.dg/compat/struct-by-value-4_y.c: Ditto.
10389         * gcc.dg/compat/struct-by-value-5_main.c: Ditto.
10390         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
10391         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
10392         * gcc.dg/compat/struct-by-value-6_main.c: Ditto.
10393         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
10394         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
10395         * gcc.dg/compat/struct-by-value-7_main.c: Ditto.
10396         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
10397         * gcc.dg/compat/struct-by-value-7_y.c: Ditto.
10398         * gcc.dg/compat/struct-by-value-8_main.c: Ditto.
10399         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
10400         * gcc.dg/compat/struct-by-value-8_y.c: Ditto.
10401         * gcc.dg/compat/struct-by-value-9_main.c: Ditto.
10402         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
10403         * gcc.dg/compat/struct-by-value-9_y.c: Ditto.
10404         * gcc.dg/compat/struct-return-2_main.c: Ditto.
10405         * gcc.dg/compat/struct-return-2_x.c: Ditto.
10406         * gcc.dg/compat/struct-return-2_y.c: Ditto.
10407         * gcc.dg/compat/struct-return-3_main.c: Ditto.
10408         * gcc.dg/compat/struct-return-3_x.c: Ditto.
10409         * gcc.dg/compat/struct-return-3_y.c: Ditto.
10410
10411 2003-06-10  Geoffrey Keating  <geoffk@apple.com>
10412
10413         * g++.dg/pch/static-1.C: New file.
10414         * g++.dg/pch/static-1.Hs: New file.
10415
10416 2003-06-10  Richard Henderson  <rth@redhat.com>
10417
10418         * gcc.dg/asm-7.c: Adjust expected warning text.
10419
10420 2003-06-10  Roger Sayle  <roger@eyesopen.com>
10421
10422         * gcc.dg/builtins-20.c: New test case.
10423
10424 2003-06-10  Mark Mitchell  <mark@codesourcery.com>
10425
10426         PR c++/11131
10427         * g++.dg/opt/template1.C: New test.
10428
10429 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
10430
10431         * lib/gcc-dg.exp (dg-test): Clear additional_files and
10432         additional_sources.
10433
10434 2003-05-21  David Taylor  <dtaylor@emc.com>
10435
10436         * gcc.dg/Wpadded.c: New file.
10437
10438 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
10439
10440         * gcc.dg/special/20000419-2.c: Fix dg-require-alias syntax.
10441         * gcc.dg/special/weak-2.c: Add dg-require-weak.
10442         * gcc.dg/weak/weak-3.c: Reverse order of dg-do and
10443         dg-require-weak.
10444
10445 2003-06-09  J"orn Rennecke <joern.rennecke@superh.com>
10446
10447         * g++.dg/other/offsetof3.C: Adjust linenumber of last expected warning.
10448
10449 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
10450
10451         * lib/gcc-dg.exp (dg-require-weak): Fix typo.
10452         (dg-require-alias): Likewise.
10453         (dg-require-gc-sections): Likewise.
10454         * lib/target-supports.exp (check_gc_sections_available): Likewise.
10455
10456 2003-06-08  Richard Henderson  <rth@redhat.com>
10457
10458         * gcc.dg/20011029-2.c: Fix the array reference.
10459         * gcc.dg/asm-7.c: New.
10460
10461 2003-06-08  Kazu Hirata  <kazu@cs.umass.edu>
10462
10463         * gcc.c-torture/compile/20000804-1.x: Disable on h8300 port.
10464
10465 2003-06-08  Mark Mitchell  <mark@codesourcery.com>
10466
10467         * lib/gcc-dg.exp (dg-require-alias): Fix typo.
10468         (dg-require-gc-sections): Likewise.
10469
10470 2003-06-08  Jan Hubicka  <jh@suse.cz>
10471
10472         * i386-cmov1.c: Fix regular expression.
10473         * i386-cvt-1.c: Likewise.
10474         * i386-local.c: Likewise.
10475         * i386-local2.c: Likewise.
10476         * i386-mul.c: Likewise.
10477         * i386-ssetype-1.c: Likewise.
10478         * i386-ssetype-3.c: Likewise.
10479         * i386-ssetype-5.c: Likewise.
10480
10481 2003-06-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10482
10483         PR c++/11039
10484         * g++.dg/warn/implicit-typename2.C: New test.
10485         * g++.dg/warn/implicit-typename3.C: New test.
10486
10487 2003-06-07  Richard Henderson  <rth@redhat.com>
10488
10489         * g++.dg/other/offsetof3.C: Use size_t.
10490         * g++.dg/other/offsetof4.C: Likewise.
10491
10492 2003-06-07  H.J. Lu <hongjiu.lu@intel.com>
10493
10494         * lib/copy-file.exp: New. Implement gcc_copy_files.
10495
10496         * lib/dg-pch.exp: Load copy-file.exp
10497         (dg-pch): Use gcc_copy_files instead of "file copy".
10498
10499 2003-06-06  Mark Mitchell  <mark@codesourcery.com>
10500
10501         * gcc.dg/weak/weak.exp: Simplify.
10502         * gcc.dg/weak/typeof-2.c: Use dg-require-weak.
10503         * gcc.dg/weak/weak-1.c: Likewise.
10504         * gcc.dg/weak/weak-2.c: Likewise.
10505         * gcc.dg/weak/weak-3.c: Likewise.
10506         * gcc.dg/weak/weak-4.c: Likewise.
10507         * gcc.dg/weak/weak-5.c: Likewise.
10508         * gcc.dg/weak/weak-6.c: Likewise.
10509         * gcc.dg/weak/weak-7.c: Likewise.
10510         * gcc.dg/weak/weak-8.c: Likewise.
10511         * gcc.dg/weak/weak-9.c: Likewise.
10512
10513 2003-06-06  Richard Earnshaw  <rearnsha@arm.com>
10514
10515         gcc.c-torture/execute/20030606-1.c: New.
10516
10517 2003-06-06  Roger Sayle  <roger@eyesopen.com>
10518
10519         * gcc.dg/builtins-2.c: Correct check-in of incorrect version.
10520         * gcc.dg/builtins-19.c: Likewise.
10521
10522 2003-06-06  Roger Sayle  <roger@eyesopen.com>
10523
10524         * gcc.dg/builtins-2.c: Add some more tests.
10525         * gcc.dg/builtins-18.c: New test case.
10526         * gcc.dg/builtins-19.c: New test case.
10527
10528 2003-06-06  Roger Sayle  <roger@eyesopen.com>
10529             Jim Wilson  <wilson@tuliptree.org>
10530
10531         * gcc.dg/uninit-C.c: Only test TImode on 64-bit platforms.
10532
10533 2003-06-06  Jakub Jelinek  <jakub@redhat.com>
10534
10535         * gcc.c-torture/execute/builtins/string-4.c (main_test): Allow some
10536         mempcpy/stpcpy calls not to be optimized into something else.
10537         * gcc.c-torture/execute/string-opt-3.c: Moved to...
10538         * gcc.c-torture/execute/builtins/string-7.c: ...here.
10539         * gcc.c-torture/execute/builtins/string-7-lib.c: New.
10540
10541 2003-06-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10542
10543         * gcc.dg/format/asm_fprintf-1.c: New test.
10544
10545 2003-06-05  Mark Mitchell  <mark@codesourcery.com>
10546
10547         * lib/gcc-defs.exp (additional_sources): New variable.
10548         (dg-additional-sources): New function.
10549         (additional_files): New variable.
10550         (dg-additional-files): New function.
10551         (dg-additional-files-options): Likewise.
10552         * lib/gcc-dg.exp (dg-require-weak): New function.
10553         (dg-require-alias): Likewise.
10554         (dg-require-gc-sections): Likewise.
10555         * lib/target-supports.exp (check_alias_available): Remove testfile
10556         parameter.
10557         (check_gc_sections_available): New function.
10558         * lib/g++-dg.exp (dg-gpp-additional-sources): Remove.
10559         (dg-gpp-additional-files): Likewise.
10560         * lib/g++.exp (additional_sources): Remove.
10561         (additional_files): Likewise.
10562         (g++_target_compile): Use dg-additional-files-options.
10563
10564         * gcc.dg/special/special.exp: Add "ecos" tests.  Remove complex
10565         Tcl logic.
10566         * gcc.dg/special/ecos.exp: Remove.
10567         * gcc.dg/special/20000419-2.c: Use dg-require-*.
10568         * gcc.dg/special/alias-1.c: Likewise.
10569         * gcc.dg/special/alias-2.c: Likewise.
10570         * gcc.dg/special/gcsec-1.c: Likewise.
10571         * gcc.dg/special/weak-1.c: Likewise.
10572         * gcc.dg/special/weak-2.c: Likewise.
10573         * gcc.dg/special/wkali-1.c: Likewise.
10574         * gcc.dg/special/wkali-2.c: Likewise.
10575
10576         * g++.dg/special/conpr-2.C: Use dg-additional-*, not
10577         dg-gpp-additional-*.
10578         * g++.dg/special/conpr-3.C: Likewise.
10579         * g++.dg/special/conpr-4.C: Likewise.
10580         * g++.old-deja/g++.abi/vtable3a.C: Likewise.
10581         * g++.old-deja/g++.abi/vtable3b.C: Likewise.
10582         * g++.old-deja/g++.abi/vtable3c.C: Likewise.
10583         * g++.old-deja/g++.abi/vtable3d.C: Likewise.
10584         * g++.old-deja/g++.abi/vtable3e.C: Likewise.
10585         * g++.old-deja/g++.abi/vtable3f.C: Likewise.
10586         * g++.old-deja/g++.abi/vtable3g.C: Likewise.
10587         * g++.old-deja/g++.abi/vtable3h.C: Likewise.
10588         * g++.old-deja/g++.abi/vtable3i.C: Likewise.
10589         * g++.old-deja/g++.abi/vtable3j.C: Likewise.
10590         * g++.old-deja/g++.oliva/linkage1.C: Likewise.
10591         * g++.old-deja/g++.other/comdat1.C: Likewise.
10592         * g++.old-deja/g++.other/comdat2.C: Likewise.
10593         * g++.old-deja/g++.other/comdat3.C: Likewise.
10594         * g++.old-deja/g++.other/ctor1.C: Likewise.
10595         * g++.old-deja/g++.pt/instantiate5.C: Likewise.
10596
10597 2003-06-05  Richard Henderson  <rth@redhat.com>
10598
10599         * gcc.dg/debug/20030605-1.c: New.
10600
10601 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
10602
10603         * README.QMTEST: Update.
10604
10605 2003-06-04  Richard Henderson  <rth@redhat.com>
10606
10607         * gcc.dg/cleanup-1.c: New.
10608         * gcc.dg/cleanup-2.c: New.
10609         * gcc.dg/cleanup-3.c: New.
10610         * gcc.dg/cleanup-4.c: New.
10611         * gcc.dg/cleanup-5.c: New.
10612         * gcc.dg/cleanup-6.c: New.
10613         * gcc.dg/cleanup-7.c: New.
10614
10615 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
10616
10617         * g++.dg/abi/vague1.C: Use xfail, rather than embedded Tcl code.
10618
10619         * lib/dg-pch.exp: New file.
10620         * g++.dg/pch/pch.exp: Use dg-pch.exp.
10621         * gcc.dg/pch/pch.exp: Likewise.
10622
10623 2003-06-04  Roger Sayle  <roger@eyesopen.com>
10624
10625         * gcc.dg/builtins-2.c: Add tests for tan(atan(x)).
10626         * gcc.dg/builtins-3.c: Add tests for tan(0.0) and atan(0.0).
10627         * gcc.dg/builtins-7.c: Add tests for tan(atan(x)) == x.
10628         * gcc.dg/builtins-17.c: New test case.
10629         * gcc.dg/i386-387-4.c: New test case.
10630         * gcc.c-torture/execute/ieee/mzero4.c: New test case.
10631
10632 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
10633
10634         * gcc.dg/ultrasp9.c: New test.
10635
10636 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
10637
10638         * gcc.c-torture/compile/20030604-1.c: New test.
10639         * gcc.dg/sparc-constant-1.c: New test.
10640
10641 2003-06-03  Glen Nakamura  <glen@imodulo.com>
10642
10643         * gcc.dg/20020525-1.c: Replace 0x5a5a5a5a with -1.
10644
10645 2003-06-03  J"orn Rennecke <joern.rennecke@superh.com>
10646
10647         * g++.dg/abi/empty6.C (B): Request alignment of 8 bytes.
10648
10649         * gcc.dg/torture/builtin-noret-1.c (_exit, _Exit): Make weak.
10650         * gcc.dg/torture/builtin-noret-2.c (_exit, _Exit): Likewise.
10651
10652 2003-06-03  Aldy Hernandez  <aldyh@redhat.com>
10653
10654         * gcc.c-torture/compile/simd-5.x: Remove xfail for PPC64.
10655
10656 2003-06-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10657
10658         PR c++/10940
10659         * g++.dg/template/spec10.C: New test.
10660
10661 2003-06-03  Roger Sayle  <roger@eyesopen.com>
10662
10663         * gcc.dg/builtins-16.c: New test case.
10664
10665 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
10666
10667         * gcc.c-torture/execute/builtins/string-4.c (main_test): Remove
10668         mempcpy test with post-increments.
10669         * gcc.c-torture/execute/string-opt-3.c: New test.
10670         * gcc.dg/string-opt-1.c: New test.
10671
10672 2003-06-03  David Billinghurst <David.Billinghurst@riotinto.com>
10673
10674         PR fortran/10965
10675         * g77.f-torture/compile/20000601-2.f: Fix non-standard code.
10676
10677 2003-06-02  Mark Mitchell  <mark@codesourcery.com>
10678
10679         * lib/scanasm.exp (dg-scan): New function, factored out of ...
10680         (scan-assembler): ... here.  Use dg-scan.
10681         (scan-assembler-not): Likewise.
10682         (scan-file): New function.
10683         (scan-file-not): Likewise.
10684         * gcc.dg/cpp/19990228-1.c: Use scan-file and/or scan-file-not.
10685         * gcc.dg/cpp/_Pragma4.c: Likewise.
10686         * gcc.dg/cpp/_Pragma5.c: Likewise.
10687         * gcc.dg/cpp/avoidpaste1.c: Likewise.
10688         * gcc.dg/cpp/avoidpaste2.c: Likewise.
10689         * gcc.dg/cpp/cmdlne-C2.c: Likewise.
10690         * gcc.dg/cpp/cmdlne-P.c: Likewise.
10691         * gcc.dg/cpp/cmdlne-dD-M.c: Likewise.
10692         * gcc.dg/cpp/cmdlne-dD-dM.c: Likewise.
10693         * gcc.dg/cpp/cmdlne-dI-M.c: Likewise.
10694         * gcc.dg/cpp/cmdlne-dM-M.c: Likewise.
10695         * gcc.dg/cpp/cmdlne-dM-dD.c: Likewise.
10696         * gcc.dg/cpp/cmdlne-dN-M.c: Likewise.
10697         * gcc.dg/cpp/cxxcom1.c: Likewise.
10698         * gcc.dg/cpp/line1.c: Likewise.
10699         * gcc.dg/cpp/maccom1.c: Likewise.
10700         * gcc.dg/cpp/maccom2.c: Likewise.
10701         * gcc.dg/cpp/maccom3.c: Likewise.
10702         * gcc.dg/cpp/maccom4.c: Likewise.
10703         * gcc.dg/cpp/maccom5.c: Likewise.
10704         * gcc.dg/cpp/maccom6.c: Likewise.
10705         * gcc.dg/cpp/multiline.c: Likewise.
10706         * gcc.dg/cpp/spacing1.c: Likewise.
10707         * gcc.dg/cpp/spacing2.c: Likewise.
10708         * gcc.dg/cpp/trad/cmdlne-C2.c: Likewise.
10709         * gcc.dg/cpp/trad/maccom1.c: Likewise.
10710         * gcc.dg/cpp/trad/maccom2.c: Likewise.
10711         * gcc.dg/cpp/trad/maccom3.c: Likewise.
10712         * gcc.dg/cpp/trad/maccom4.c: Likewise.
10713         * gcc.dg/cpp/trad/maccom6.c: Likewise.
10714         * gcc.dg/cpp/cxxcom2.c: Likewise.
10715         * gcc.dg/cpp/cxxcom2.h: New file.
10716
10717         * gcc.dg/cpp/truefalse.cpp: Move it to ...
10718         * g++.dg/cpp/truefalse.C: Here.
10719         * gcc.dg/cpp/cpp.exp: Remove scanning of ".cpp" files.
10720
10721 2003-06-01  Loren James Rittle  <ljrittle@acm.org>
10722
10723         * gcc.dg/cpp/redef3.c: New file.
10724
10725 2003-06-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
10726
10727         * gcc.dg/i386-loop-3.c: New test.
10728
10729 2003-05-31  Toon Moene  <toon@moene.indiv.nluug.nl>
10730
10731         * g77.dg/ffree-form-2.f: XFAIL removed, because fixed.
10732
10733 2003-05-31  Roger Sayle  <roger@eyesopen.com>
10734
10735         * gcc.dg/fwrapv-1.c: New test case.
10736         * gcc.dg/fwrapv-2.c: New test case.
10737
10738 2003-05-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10739
10740         PR c++/10956
10741         * g++.dg/template/spec9.C: New test.
10742
10743 2003-05-29  Roger Sayle  <roger@eyesopen.com>
10744
10745         * gcc.dg/duff-4.c: New test case.
10746
10747 2003-05-27  David Billinghurst <David.Billinghurst@riotinto.com>
10748
10749         PR fortran/10843
10750         * g77.dg/ffixed-form-1.f: New test
10751         * g77.dg/ffixed-form-2.f: New test
10752         * g77.dg/ffree-form-2.f: New test - XFAIL pending fix
10753         * g77.dg/ffree-form-3.f: New test
10754
10755 2003-05-26  Andreas Tobler <a.tobler@schweiz.ch>
10756
10757         * gcc.dg/wchar_t-1.c: XFAIL on darwin, no wchar.h available.
10758         * gcc.dg/wint_t-1.c: Likewise.
10759
10760 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10761
10762         * g++.dg/template/access11.C: New test.
10763
10764 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10765
10766         PR c++/10849
10767         * g++.dg/template/access10.C: New test.
10768
10769 2003-05-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
10770             Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10771
10772         * gcc.c-torture/compile/simd-5.x: XFAIL on SPARC64.
10773
10774 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
10775
10776         * gcc.dg/torture/builtin-noret-1.c: Add dg-option -multiply_defined
10777         suppress for powerpc-*-darwin*.
10778         * gcc.dg/torture/builtin-noret-2.c: Likewise.
10779
10780 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
10781
10782         * gcc.c-torture/execute/builtins/builtins.exp: Add -multiply_defined
10783         suppress option for powerpc-*-darwin*.
10784
10785 2003-05-23  Roger Sayle  <roger@eyesopen.com>
10786
10787         * gcc.dg/builtins-1.c: Add tests for tan and atan.
10788         * gcc.dg/builtins-4.c: Add test for fmod.
10789
10790 2003-05-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10791
10792         PR c++/10682
10793         * g++.dg/template/instantiate4.C: New test.
10794
10795 2003-05-22  Roger Sayle  <roger@eyesopen.com>
10796
10797         * gcc.c-torture/execute/ieee/inf-2.c: New test case.
10798
10799 2003-05-21  Janis Johnson  <janis187@us.ibm.com>
10800
10801         * gcc.dg/compat/scalar-return-1_main.c: New file.
10802         * gcc.dg/compat/scalar-return-1_x.c: New file.
10803         * gcc.dg/compat/scalar-return-1_y.c: New file.
10804         * gcc.dg/compat/scalar-return-2_main.c: New file.
10805         * gcc.dg/compat/scalar-return-2_x.c: New file.
10806         * gcc.dg/compat/scalar-return-2_y.c: New file.
10807         * gcc.dg/compat/struct-return-3_main.c: New file.
10808         * gcc.dg/compat/struct-return-3_y.c: New file.
10809         * gcc.dg/compat/struct-return-3_x.c: New file.
10810         * gcc.dg/compat/struct-return-2_main.c: New file.
10811         * gcc.dg/compat/struct-return-2_x.c: New file.
10812         * gcc.dg/compat/struct-return-2_y.c: New file.
10813
10814 2003-05-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10815
10816         * g++.old-deja/g++.law/profile1.C (dg-options): Add -static to options
10817         for hppa*-hp-hpux*.
10818         * gcc.dg/20021014-1.c (dg-options): Likewise.
10819         * gcc.dg/nest.c (dg-options): Likewise.
10820
10821 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
10822
10823         PR c++/9738
10824         * g++.dg/ext/dllimport2.C: New file.
10825         * g++.dg/ext/dllimport3.C: New file.
10826
10827 2003-05-20  Janis Johnson  <janis187@us.ibm.com>
10828
10829         * gcc.dg/compat/struct-by-value-3_x.c: Move common pieces to headers.
10830         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
10831         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
10832         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
10833         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
10834         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
10835         * gcc.dg/compat/struct-by-value-7_x.c Ditto.
10836         * gcc.dg/compat/struct-by-value-7_y.c Ditto.
10837         * gcc.dg/compat/small-struct-defs.h: New file.
10838         * gcc.dg/compat/small-struct-init.h: New file.
10839         * gcc.dg/compat/small-struct-check.h: New file.
10840         * gcc.dg/compat/fp-struct-defs.h: New file.
10841         * gcc.dg/compat/fp-struct-check.h: New file.
10842         * gcc.dg/compat/fp-struct-init.h: New file.
10843         * gcc.dg/compat/fp-struct-test-by-value-y.h: New file.
10844         * gcc.dg/compat/fp-struct-test-by-value-x.h: New file.
10845
10846 2003-05-19  Jakub Jelinek  <jakub@redhat.com>
10847
10848         * gcc.dg/20030225-2.c: New test.
10849
10850 2003-05-18  Roger Sayle  <roger@eyesopen.com>
10851             Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10852
10853         * gcc.c-torture/compile/20030518-1.c: New test case.
10854
10855 2003-05-18  Mark Mitchell  <mark@codesourcery.com>
10856
10857         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Add opt_opts parameter.
10858         * gcc.dg/debug/debug.exp: Pass opt_opts parameter to
10859         gcc-dg-debug-runtest.
10860         * g++.dg/debug/debug.exp: Pass opt_opts parameter to
10861         gcc-dg-debug-runtest.
10862
10863 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10864
10865         PR c++/9022
10866         * g++.dg/lookup/using6.C: New test.
10867
10868 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10869
10870         * g++.dg/parse/access2.C: New test.
10871
10872 2003-05-17  Mark Mitchell  <mark@codesourcery.com>
10873
10874         * lib/gcc-dg.exp (gcc-dg-debug-runtest): New method.
10875         * g++.dg/debug/debug.exp: Use gcc-dg-debug-runtest.
10876         * gcc.dg/debug/debug.exp: Likewise.
10877
10878 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
10879
10880         * gcc.dg/dollar.c: New test.
10881
10882 2003-05-16  Janis Johnson  <janis187@us.ibm.com>
10883
10884         * gcc.dg/compat/struct-by-value-4_main.c: Split into multiple tests.
10885         * gcc.dg/compat/struct-by-value-4_x.c: Split into multiple tests.
10886         * gcc.dg/compat/struct-by-value-4_y.c: Split into multiple tests.
10887         * gcc.dg/compat/struct-by-value-5_main.c: Split into multiple tests.
10888         * gcc.dg/compat/struct-by-value-5_x.c: Split into multiple tests.
10889         * gcc.dg/compat/struct-by-value-5_y.c: Split into multiple tests.
10890         * gcc.dg/compat/struct-by-value-6_main.c: New file.
10891         * gcc.dg/compat/struct-by-value-6_x.c: New file.
10892         * gcc.dg/compat/struct-by-value-6_y.c: New file.
10893         * gcc.dg/compat/struct-by-value-7_main.c: New file.
10894         * gcc.dg/compat/struct-by-value-7_x.c: New file.
10895         * gcc.dg/compat/struct-by-value-7_y.c: New file.
10896         * gcc.dg/compat/struct-by-value-8_main.c: New file.
10897         * gcc.dg/compat/struct-by-value-8_x.c: New file.
10898         * gcc.dg/compat/struct-by-value-8_y.c: New file.
10899         * gcc.dg/compat/struct-by-value-9_main.c: New file.
10900         * gcc.dg/compat/struct-by-value-9_x.c: New file.
10901         * gcc.dg/compat/struct-by-value-9_y.c: New file.
10902
10903 2003-05-16  Mark Mitchell  <mark@codesourcery.com>
10904
10905         * lib/gcc-dg.exp (gcc-dg-test): Rename to ...
10906         (gcc-dg-test-1): ... this.  Add target_compile parameter.  Add
10907         support for "repo" mode.
10908         * lib/g++-dg.exp: Use gcc-dg.exp to implement all functionality.
10909         * lib/g77-dg.exp: Likewise.
10910         * lib/obj-dg.exp: Likewise.
10911
10912 2003-05-16  Jakub Jelinek  <jakub@redhat.com>
10913
10914         Merge from gcc-3_2-rhl8-branch:
10915         2003-04-23  Jakub Jelinek  <jakub@redhat.com>
10916
10917         * gcc.dg/tls/opt-6.c: New test.
10918
10919         2003-04-05  Jakub Jelinek  <jakub@redhat.com>
10920
10921         * gcc.dg/20030405-1.c: New test.
10922
10923         2003-03-09  Jakub Jelinek  <jakub@redhat.com>
10924
10925         * gcc.dg/20030309-1.c: New test.
10926
10927         2003-03-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
10928
10929         * gcc.c-torture/execute/20030307-1.c: New test.
10930
10931         2003-02-20  Randolph Chung  <tausq@debian.org>
10932
10933         * gcc.c-torture/compile/20030220-1.c: New test.
10934
10935         2003-02-18  Jakub Jelinek  <jakub@redhat.com>
10936
10937         * gcc.dg/20030217-1.c: New test.
10938
10939         2003-01-29  Jakub Jelinek  <jakub@redhat.com>
10940
10941         * gcc.c-torture/compile/20020129-1.c: New test.
10942
10943         2002-12-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
10944
10945         * gcc.dg/unroll-1.c: New test.
10946
10947         2002-11-16  Jan Hubicka  <jh@suse.cz>
10948
10949         * gcc.c-torture/execute/20020920-1.c: New test.
10950
10951         2002-10-08  Jakub Jelinek  <jakub@redhat.com>
10952
10953         PR target/7434
10954         * gcc.c-torture/compile/20021008-1.c: New test.
10955
10956         2002-08-10  Gwenole Beauchesne  <gbeauchesne@mandrakesoft.com>
10957
10958         PR target/7559
10959         * testsuite/gcc.c-torture/execute/20020810-1.c: New test.
10960
10961         2002-08-07  Jakub Jelinek  <jakub@redhat.com>
10962
10963         * gcc.c-torture/compile/20020807-1.c: New test.
10964
10965         2002-07-30  Jakub Jelinek  <jakub@redhat.com>
10966
10967         * gcc.dg/tls/opt-1.c: New test.
10968
10969         2002-07-29  Jakub Jelinek  <jakub@redhat.com>
10970
10971         * gcc.dg/20020729-1.c: New test.
10972
10973         2002-07-20  Jakub Jelinek  <jakub@redhat.com>
10974
10975         * g++.dg/opt/life1.C: New test.
10976
10977         2002-05-20  Jakub Jelinek  <jakub@redhat.com>
10978
10979         * gcc.dg/20020525-1.c: New test.
10980
10981         2002-05-24  Jakub Jelinek  <jakub@redhat.com>
10982
10983         PR c++/6794
10984         * g++.dg/ext/pretty1.C: New test.
10985         * g++.dg/ext/pretty2.C: New test.
10986
10987 2003-05-15  Mark Mitchell  <mark@codesourcery.com>
10988
10989         PR c++/8385
10990         * g++.dg/ext/typeof5.C: New test.
10991
10992 2003-05-15  J"orn Rennecke <joern.rennecke@superh.com>
10993
10994         * gcc.c-torture/execute/builtins/string-asm-1.c: Take
10995         __USER_LABEL_PREFIX__ into account.
10996         * gcc.c-torture/execute/builtins/string-asm-2.c: Likewise.
10997
10998 2003-05-14  Roger Sayle  <roger@eyesopen.com>
10999
11000         * gcc.dg/builtins-15.c: New test case.
11001
11002 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
11003
11004         * gcc.dg/const-elim-1.c: Tighten scan-assembler-not regexp.
11005
11006 2003-05-12  Mark Mitchell  <mark@codesourcery.com>
11007
11008         * lib/g++.exp: Tweak handling of additional source files.
11009         * g++.dg/special/conpr-2.C: Use dg-gpp-additional-sources.
11010         * g++.dg/special/conpr-2a.C: Rename to ...
11011         * g++.dg/special/conpr-2a.cc: ... this.
11012         * g++.dg/special/conpr-3.C: Use dg-gpp-additional-sources.
11013         * g++.dg/special/conpr-3a.C: Rename to ...
11014         * g++.dg/special/conpr-3a.cc: This.
11015         * g++.dg/special/conpr-3b.C: Rename to ...
11016         * g++.dg/special/conpr-3b.cc: This.
11017         * g++.dg/special/conpr-4.C: New test.
11018         * g++.dg/special/ecos.exp: Rewrite to use ordinary dg driver.
11019
11020 2003-05-12  David Edelsohn  <edelsohn@gnu.org>
11021
11022         * debug/debug.exp: Skip debug-[12].c at -O3 on non-Dwarf targets.
11023
11024 2003-05-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11025
11026         * g++.old-deja/g++.brendan/ns1.C: Remove private member warning.
11027         * g++.old-deja/g++.robertl/eb71.C: Likewise.
11028         * g++.old-deja/g++.brendan/warnings1.C: Add -Wctor-dtor-privacy.
11029         * g++.old-deja/g++.other/warn3.C: Likewise.
11030
11031 2003-05-11  Roger Sayle  <roger@eyesopen.com>
11032
11033         * gcc.dg/i386-387-1.c: Update to also test log.
11034         * gcc.dg/i386-387-2.c: Likewise.
11035
11036 2003-05-11  Toon Moene  <toon@moene.indiv.nluug.nl>
11037
11038         * g77.f-torture/execute/int8421.f: New test.
11039
11040 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11041
11042         PR c++/10230, c++/10481
11043         * g++.dg/lookup/scoped5.C: New test.
11044
11045 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11046
11047         PR c++/10552
11048         * g++.dg/template/ttp6.C: New test.
11049
11050 2003-05-11  Richard Sandiford  <rsandifo@redhat.com>
11051
11052         * gcc.c-torture/execute/builtins: New directory.
11053         * gcc.c-torture/execute/string-opt-{3,4,16,17,18,19}.c: Move into
11054         gcc.c-torture/execute/builtins.
11055         * gcc.c-torture/execute/string-opt-asm-{1,2}.c: Likewise.
11056         * gcc.c-torture/execute/builtin-noret-{1,2}.c: Move to...
11057         * gcc.dg/torture: ...this new directory.  Turn into link-only tests.
11058         * gcc.dg/no-builtin-1.c: Move into gcc.c-torture/execute/builtins.
11059
11060 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11061
11062         PR c++/9252
11063         * g++.dg/template/access8.C: New test.
11064         * g++.dg/template/access9.C: New test.
11065
11066 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11067
11068         PR c++/9554
11069         * g++.dg/parse/access1.C: New test.
11070
11071 2003-05-09  DJ Delorie  <dj@redhat.com>
11072
11073         * g++.dg/other/stdarg1.C: Make sure arg "3" is passed as a
11074         long, and not an int.
11075
11076 2003-05-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11077
11078         PR c++/10555, c++/10576
11079         * g++.dg/template/memclass1.C: New test.
11080
11081 2003-05-08  DJ Delorie  <dj@redhat.com>
11082
11083         * gcc.c-torture/execute/20020404-1.x: New, skip for 16-bit
11084         targets.
11085         * gcc.c-torture/execute/20021024-1.x: Likewise.
11086         * gcc.c-torture/execute/shiftdi.x: Likewise.
11087         * g++.old-deja/g++.mike/p700.C: Handle 16-bit targets.
11088         * g++.old-deja/g++.other/exprstmt1.C: Likewise.
11089         * gcc.dg/20021018-1.c: Likewise.
11090
11091 2003-05-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11092
11093         * g++.dg/other/packed1.C: Mark xfail for sparc*- not sparc-.
11094
11095         gcc.c-torture/execute/string-opt-19.c: Add general rodata tests.
11096         (bcopy): Call memmove.
11097
11098 2003-05-08  Roger Sayle  <roger@eyesopen.com>
11099
11100         * g77.f-torture/compile/8485.f: New test case.
11101
11102 2003-05-07  Richard Henderson  <rth@redhat.com>
11103
11104         PR c++/10570
11105         * g++.dg/eh/forced1.C: Expect catch-all handlers to run.
11106         Verify exception_cleanup not called for rethrows.
11107         * g++.dg/eh/forced2.C: Test that exception_cleanup is called
11108         when exiting catch block without rethrowing.
11109         * g++.dg/eh/forced3.C: New.
11110         * g++.dg/eh/forced4.C: New.
11111
11112 2003-05-07  Aldy Hernandez  <aldyh@redhat.com>
11113
11114         * gcc.dg/20030505.c: Fix triplet.
11115
11116 2003-05-06  DJ Delorie  <dj@redhat.com>
11117
11118         * gcc.dg/20021014-1.c: XFAIL for xstormy16 also.
11119         * gcc.dg/nest.c: Likewise.
11120
11121 2003-05-05  Roger Sayle  <roger@eyesopen.com>
11122
11123         * gcc.dg/builtins-14.c: New test case.
11124
11125 2003-05-05  Janis Johnson  <janis187@us.ibm.com>
11126
11127         * lib/compat.exp (compat-execute): New argument.
11128         * g++.dg/compat/compat.exp: Pass new argument to compat-execute.
11129         * gcc.dg/compat: New test directory.
11130         * gcc.dg/compat/compat.exp: New expect script.
11131         * gcc.dg/compat/scalar-by-value-1_main.c: New test file.
11132         * gcc.dg/compat/scalar-by-value-1_x.c: New test file.
11133         * gcc.dg/compat/scalar-by-value-1_y.c: New test file.
11134         * gcc.dg/compat/scalar-by-value-2_main.c: New test file.
11135         * gcc.dg/compat/scalar-by-value-2_x.c: New test file.
11136         * gcc.dg/compat/scalar-by-value-2_y.c: New test file.
11137
11138         * gcc.dg/compat/struct-by-value-1_main.c: New test file.
11139         * gcc.dg/compat/struct-by-value-1_x.c: New test file.
11140         * gcc.dg/compat/struct-by-value-1_y.c: New test file.
11141         * gcc.dg/compat/struct-by-value-2_main.c: New test file.
11142         * gcc.dg/compat/struct-by-value-2_x.c: New test file.
11143         * gcc.dg/compat/struct-by-value-2_y.c: New test file.
11144         * gcc.dg/compat/struct-by-value-3_main.c: New test file.
11145         * gcc.dg/compat/struct-by-value-3_x.c: New test file.
11146         * gcc.dg/compat/struct-by-value-3_y.c: New test file.
11147         * gcc.dg/compat/struct-by-value-4_main.c: New test file.
11148         * gcc.dg/compat/struct-by-value-4_x.c: New test file.
11149         * gcc.dg/compat/struct-by-value-4_y.c: New test file.
11150         * gcc.dg/compat/struct-by-value-5_main.c: New test file.
11151         * gcc.dg/compat/struct-by-value-5_x.c: New test file.
11152         * gcc.dg/compat/struct-by-value-5_y.c: New test file.
11153
11154 2003-05-05  Zack Weinberg  <zack@codesourcery.com>
11155
11156         * gcc.dg/const-elim-1.c, gcc.dg/const-elim-2.c: New testcases.
11157
11158 2003-05-05  Jakub Jelinek  <jakub@redhat.com>
11159
11160         * gcc.c-torture/execute/string-opt-18.c (main): Add 3 new tests.
11161
11162 2003-05-05  Geoffrey Keating  <geoffk@apple.com>
11163
11164         * gcc.c-torture/execute/ieee/fp-cmp-8.c: New test.
11165         * gcc.dg/ppc-fsel-2.c: New test.
11166
11167         * gcc.dg/unused-5.c: New test.
11168
11169 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11170
11171         PR c++/10496
11172         * g++.dg/warn/pmf1.C: New test.
11173
11174 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11175
11176         PR c++/4494
11177         * g++.dg/warn/main.C: New test.
11178
11179 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11180
11181         * gcc.dg/nonnull-3.c: New test.
11182
11183 2003-05-04  Neil Booth  <neil@daikokuya.co.uk>
11184
11185         * gcc.dg/cpp/Wtrigraphs.c: Update.
11186         * gcc.dg/cpp/Wtrigraphs-2.c: New tests.
11187
11188 2003-05-03  Geoffrey Keating  <geoffk@apple.com>
11189
11190         * gcc.dg/ppc-fsel-1.c: New test.
11191
11192 2003-05-03  Zack Weinberg  <zack@codesourcery.com>
11193
11194         PR c/10604
11195         * gcc.dg/compare7.c, g++.dg/warn/compare1.C: New testcases.
11196
11197 2003-05-03  Kazu Hirata  <kazu@cs.umass.edu>
11198
11199         * gcc.dg/m-un-2.c: Fix the typedef of size_t.
11200
11201 2003-05-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11202
11203         PR c++/9364, c++/10553, c++/10586
11204         * g++.dg/parse/typename4.C: New test.
11205         * g++.dg/parse/typename5.C: Likewise.
11206
11207 2003-05-03  Richard Sandiford  <rsandifo@redhat.com>
11208
11209         * gcc.c-torture/compile/20030503-1.c: New test.
11210
11211 2003-05-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11212
11213         * g++.dg/lookup/using5.C: Fix testcase error.
11214
11215 2003-05-01  Chris Demetriou  <cgd@broadcom.com>
11216
11217         * gcc.dg/special/mips-abi.exp (is_meabi_config): Remove,
11218         since MEABI is no longer supported.  Remove all vestiges
11219         of MEABI from the test.
11220
11221 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11222
11223         PR c++/10554
11224         * g++.dg/lookup/using5.C: New test.
11225
11226 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11227
11228         PR c++/8772
11229         * g++.dg/template/ttp5.C: New test.
11230
11231 2003-04-30  Mark Mitchell  <mark@codesourcery.com>
11232
11233         * lib/g++-dg.exp (g++-dg-test): Add "repo" option.
11234         (dg-gpp-additional-sources): New function.
11235         (dg-gpp-additional-files): Likewise.
11236         * lib/g++.exp (additional_sources): New variable.
11237         (additional_files): Likewise.
11238         (g++_target_compile): Deal with them.
11239         * lib/old-dejagnu.exp: Remove.
11240         * g++.old-deja/old-deja.exp: Use dg.exp, not old-dejagnu.exp.
11241         * g++.old-deja: Revise all tests to use dg commands.
11242
11243 2003-04-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11244
11245         PR c++/9432, c++/9528
11246         * g++.dg/lookup/using4.C: New test.
11247
11248 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
11249
11250         * gcc.dg/noreturn-5.c: New file.
11251         * gcc.dg/noreturn-6.c: New file.
11252
11253         * gcc.c-torture/compile/inline-1.c: New file.
11254
11255 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
11256
11257         PR c++/10551
11258         * g++.dg/template/explicit1.C: New test.
11259
11260 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
11261
11262         PR c++/10549
11263         * g++.dg/other/bitfield1.C: New test.
11264
11265         PR c++/10527
11266         * g++.dg/init/new7.C: New test.
11267
11268 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
11269
11270         * g++.dg/ext/desig1.C: New test.
11271         * g++.dg/ext/init1.C: Update.
11272
11273         * g++.old-deja/g++.pt/deduct5.C: Remove unnecessary initializer.
11274
11275 2003-04-28  Mark Mitchell  <mark@codesourcery.com>
11276
11277         PR c++/10180
11278         * g++.dg/warn/Winline-1.C: New test.
11279
11280 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
11281
11282         * gcc.c-torture/execute/string-opt-19.c: New test.
11283
11284         * gcc.c-torture/execute/string-opt-asm-1.c: New test.
11285         * gcc.c-torture/execute/string-opt-asm-2.c: New test.
11286
11287 2003-04-27  Mark Mitchell  <mark@codesourcery.com>
11288
11289         PR c++/10506
11290         * g++.dg/init/new6.C: New test.
11291
11292         PR c++/10503
11293         * g++.dg/init/ref6.C: New test.
11294
11295 2003-04-26  David Edelsohn  <edelsohn@gnu.org>
11296
11297         * g++.dg/warn/weak1.C: XFAIL on AIX4.
11298
11299 2003-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11300
11301         * gcc.c-torture/execute/string-opt-8.c: Don't perform cmpstr
11302         checks for __pj__, but do them for !__OPTIMIZE__ and __s390__.
11303
11304 2003-04-25  Mark Mitchell  <mark@codesourcery.com>
11305
11306         * g++.old-deja/g++.pt/instantiate12.C: Explicit instantiate
11307         initialized static data members.
11308
11309 2003-04-25  H.J. Lu <hjl@gnu.org>
11310
11311         * gcc.dg/ia64-sync-4.c: New test.
11312
11313 2003-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11314
11315         * gcc.c-torture/execute/string-opt-18.c: Clean up.  Fix copyright
11316         date.
11317
11318 2003-04-24  Nathan Sidwell  <nathan@codesourcery.com>
11319
11320         PR c++/10337
11321         * g++.dg/warn/conv1.C: New test.
11322         * g++.old-deja/g++.other/conv7.C: Adjust.
11323         * g++.old-deja/g++.other/overload14.C: Adjust.
11324
11325 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
11326
11327         PR c++/10471
11328         * g++.dg/template/defarg2.C: New test.
11329
11330 2003-04-23  Neil Booth  <neil@daikokuya.co.uk>
11331
11332         * gcc.dg/cpp/include2.c: Update.
11333         * gcc.dg/cpp/multiline-2.c: New.
11334         * gcc.dg/cpp/multiline.c: Update.
11335         * gcc.dg/cpp/strify2.c: Update.
11336         * gcc.dg/cpp/trad/literals-2.c: Update.
11337
11338 2003-04-23  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11339
11340         * g++.dg/other/packed1.C: XFAIL hppa*-*-*.
11341
11342 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
11343
11344         * g++.dg/parse/typedef1.C: Tweak after fix for PR 10428.
11345
11346 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
11347
11348         PR c++/10451
11349         * g++.dg/parse/crash4.C: New test.
11350
11351         PR c++/9847
11352         * g++.dg/parse/crash5.C: New test.
11353
11354 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
11355
11356         PR c++/10446
11357         * g++.dg/parse/crash3.C: New test.
11358
11359         PR c++/10428
11360         * g++.dg/parse/elab1.C: New test.
11361
11362 2003-04-22  Devang Patel  <dpatel@apple.com>
11363
11364         * gcc.dg/cpp/trad/funlike-5.c: New test.
11365
11366 2003-04-21  Andreas Tobler <a.tobler@schweiz.ch>
11367
11368         * g++.dg/other/packed1.C: Fix dg options.
11369
11370 2003-04-22  Nathan Sidwell  <nathan@codesourcery.com>
11371
11372         * g++.dg/other/offsetof2.C: New test.
11373
11374 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
11375
11376         * g++.dg/template/recurse.C: Adjust location of error messages.
11377
11378 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
11379
11380         PR c++/9881
11381         * g++.dg/init/addr-const1.C: New test.
11382         * g++.dg/other/packed1.C: XFAIL on aligned architectures.
11383
11384 2003-04-20  Nathan Sidwell  <nathan@codesourcery.com>
11385
11386         PR c++/10405
11387         * g++.dg/lookup/struct-hack1.C: New test.
11388
11389 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
11390
11391         * ucs.c: Update diagnostic messages.
11392
11393 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
11394
11395         * gcc.dg/cpp/truefalse.cpp: New test.
11396         * gcc.dg/cpp/cpp.exp: Update.
11397         * g++.dg/other/stdbool-if.C: Remove.
11398
11399 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
11400
11401         * gcc.dg/cpp/_Pragma4.c: Remove stray space.
11402         * gcc.dg/cpp/trad/escaped-eof.c: Correct line number.
11403
11404 2003-04-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
11405
11406         * gcc.c-torture/compile/20030418-1.c: New test.
11407
11408 2003-04-17  Janis Johnson  <janis187@us.ibm.com>
11409
11410         * README.compat: Remove; content moved to doc/sourcebuild.texi.
11411
11412 2003-04-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11413
11414         PR c++/10347
11415         g++.dg/template/dependent-name1.C: New test.
11416
11417 2003-04-17  J"orn Rennecke <joern.rennecke@superh.com>
11418
11419         * gcc.dg/warn-1.c (tourist_guide): New array,
11420         contains a pointer to bar.
11421
11422 2003-04-16  Roger Sayle  <roger@eyesopen.com>
11423
11424         * gcc.dg/Wunreachable-5.c: New test case for PR c/10175.
11425         * gcc.c-torture/execute/medce-1.c: New test case.
11426         * gcc.c-torture/execute/medce-2.c: New test case.
11427
11428 2003-04-15  Mark Mitchell  <mark@codesourcery.com>
11429
11430         * lib/prune.exp: Ignore more messages.
11431
11432         PR c++/10381
11433         * g++.dg/parse/lookup3.C: New test.
11434
11435 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
11436
11437         * gcc.c-torture/compile/20030415-1.c : New test.
11438
11439 2003-04-14  Mark Mitchell  <mark@codesourcery.com>
11440
11441         * gcc.c-torture/execute/scope-2.c: Move to ...
11442         * gcc.dg/noncompile/scope.c: .... here.
11443
11444 2003-04-14  Roger Sayle  <roger@eyesopen.com>
11445
11446         * gcc.dg/20030414-2.c: New test case.
11447
11448 2003-04-14  Hans-Peter Nilsson  <hp@axis.com>
11449
11450         PR target/10377
11451         * gcc.dg/20030414-1.c: New test.
11452
11453 2003-04-13  Roger Sayle  <roger@eyesopen.com>
11454
11455         * gcc.dg/builtins-12.c: New test case.
11456         * gcc.dg/builtins-13.c: New test case.
11457
11458 2003-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11459
11460         * gcc.c-torture/execute/string-opt-18.c: New test.
11461
11462 2003-04-13  Mark Mitchell  <mark@codesourcery.com>
11463
11464         PR c++/10300
11465         * g++.dg/init/new5.C: New test.
11466
11467 2003-04-12  Mark Mitchell  <mark@codesourcery.com>
11468
11469         PR c++/7910
11470         * g++.dg/ext/dllimport1.C: New test.
11471
11472 2003-04-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
11473
11474         * gcc.dg/ultrasp8.c: Fix for 32-bit Sparc.
11475
11476 2003-04-11  Bud Davis <bdavis9659@comcast.net>
11477
11478         PR Fortran/9263
11479         * g77.f-torture/noncompile/9263.f: New test
11480         PR Fortran/1832
11481         * g77.f-torture/execute/1832.f: New test
11482
11483 2003-04-11  David Chad  <davidc@freebsd.org>
11484             Loren J. Rittle  <ljrittle@acm.org>
11485
11486         libobjc/8562
11487         * objc.dg/headers.m: New test.
11488
11489 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
11490
11491         * gcc.c-torture/execute/builtin-noret-2.c: New.
11492         * gcc.c-torture/execute/builtin-noret-2.x: New.
11493         XFAIL builtin-noret-2.c at -O1 and above.
11494         * gcc.dg/redecl.c: New.
11495         * gcc.dg/Wshadow-1.c: Update error regexps.
11496
11497 2003-04-10  Mark Mitchell  <mark@codesourcery.com>
11498
11499         * g++.dg/abi/bitfield10.C: New test.
11500
11501 2003-04-09  Mike Stump  <mrs@apple.com>
11502
11503         * gcc.dg/pch/pch.exp: Make testcase names longer.
11504         * g++.dg/pch/pch.exp: Make testcase names longer.
11505
11506 2003-04-08  Roger Sayle  <roger@eyesopen.com>
11507
11508         * gcc.dg/builtins-11.c: New test case.
11509
11510 2003-04-08  Roger Sayle  <roger@eyesopen.com>
11511
11512         * gcc.dg/builtins-9.c: New test case.
11513         * gcc.dg/builtins-10.c: New test case.
11514
11515 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
11516
11517         * gcc.dg/noncompile/init-4.c.c: New test.
11518
11519 2003-04-06  Nathan Sidwell  <nathan@codesourcery.com>
11520
11521         * gcc.misc-test/gcov-9.c: New test.
11522         * gcc.misc-test/gcov-10.c: New test
11523         * gcc.misc-test/gcov-11.c: New test.
11524
11525 2003-04-05  Zack Weinberg  <zack@codesourcery.com>
11526
11527         PR optimization/10024
11528         * gcc.c-torture/compile/20030405-1.c: New test.
11529
11530 2003-04-04  Geoffrey Keating  <geoffk@apple.com>
11531
11532         * gcc.dg/pch/static-3.c: New.
11533         * gcc.dg/pch/static-3.hs: New.
11534         * gcc.dg/pch/pch.exp: Test with -O0 -g too.
11535
11536 2003-04-04  Richard Henderson  <rth@redhat.com>
11537
11538         * g++.dg/eh/forced1.C: Use _Unwind_SjLj_ForcedUnwind as appropriate.
11539         * g++.dg/eh/forced2.C: Likewise.
11540
11541 2003-04-03  Mike Stump  <mrs@apple.com>
11542
11543         * lib/scanasm.exp (scan-assembler): Add xfail processing for
11544         target arg.
11545         (scan-assembler-times, scan-assembler-not): Likewise.
11546         (scan-assembler-dem, scan-assembler-dem-not): Likewise.
11547
11548 2003-04-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
11549
11550         * gcc.dg/sparc-loop-1.c: New test.
11551
11552 2003-04-02  Geoffrey Keating  <geoffk@apple.com>
11553
11554         PR other/9274
11555         * g++.dg/pch/system-2.C: New.
11556         * g++.dg/pch/system-2.Hs: New.
11557
11558 2003-04-02  Aldy Hernandez  <aldyh@redhat.com>
11559
11560         * g++.dg/eh/simd-2.C (vecfunc): Fix typo.
11561
11562         * g++.dg/eh/simd-1.C (vecfunc): Same.
11563
11564 2003-04-01  Roger Sayle  <roger@eyesopen.com>
11565
11566         * gcc.c-torture/execute/20030401-1.c: New test case.
11567
11568 2003-04-01  Ziemowit Laski <zlaski@apple.com>
11569
11570         * objc.dg/defs.m: New.
11571
11572 2003-04-01  Aldy Hernandez  <aldyh@redhat.com>
11573
11574         * g++.dg/eh/simd-1.C: New.
11575         * g++.dg/eh/simd-2.C: New.
11576
11577 2003-03-01  Aldy Hernandez  <aldyh@redhat.com>
11578
11579         * gcc.c-torture/execute/simd-3.c: New.
11580
11581 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
11582
11583         PR c/9936
11584         * gcc.dg/20030331-2.c: New test.
11585
11586 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
11587
11588         PR c++/10278
11589         * g++.dg/parse/crash2.C: New test.
11590
11591 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
11592
11593         * gcc.c-torture/compile/20030331-1.c: New test, moved from...
11594         * gcc.c-torture/execute/20030331-1.c: ...here.
11595
11596 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
11597
11598         * gcc.c-torture/execute/20030331-1.c: New test.
11599
11600 2003-03-31  Nathan Sidwell  <nathan@codesourcery.com>
11601
11602         * lib/gcov.exp: Adjust call return testing strings.
11603         * g77.dg/gcov/gcov-1.f: Don't expect unconditional branches.
11604
11605 2003-03-31  Roger Sayle  <roger@eyesopen.com>
11606
11607         * gcc.dg/builtins-3.c: Add new tests for sin and cos.
11608         * gcc.dg/builtins-7.c: New test case.
11609         * gcc.dg/builtins-8.c: New test case.
11610
11611 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
11612
11613         * gcc.c-torture/execute/ieee/20030331-1.c: New test.
11614
11615 2003-03-30  Mark Mitchell  <mark@codesourcery.com>
11616
11617         PR c++/7647
11618         * g++.dg/lookup-class-member-2.C: New test.
11619
11620 2003-03-30  Glen Nakamura  <glen@imodulo.com>
11621
11622         * gcc.dg/20030324-1.c: Add comments and abort if test fails.
11623
11624 2003-03-28  Roger Sayle  <roger@eyesopen.com>
11625
11626         * gcc.c-torture/execute/ieee/fp-cmp-6.c:  Correct test for -O0.
11627
11628 2003-03-28  Mark Mitchell  <mark@codesourcery.com>
11629
11630         * g++.dg/init/attrib1.C: New test.
11631
11632 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
11633
11634         * gcc.dg/ultrasp8.c: New test.
11635
11636 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
11637
11638         * gcc.dg/ultrasp7.c: New test.
11639
11640 2003-03-28  Nathan Sidwell  <nathan@codesourcery.com>
11641
11642         PR c++/10047
11643         * g++.dg/template/inline1.C: New test.
11644
11645 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
11646
11647         * gcc.dg/sparc-dwarf2.c: New test.
11648
11649 2003-03-27  Roger Sayle  <roger@eyesopen.com>
11650
11651         * gcc.c-torture/execute/ieee/fp-cmp-6.c: New test case.
11652         * gcc.c-torture/execute/ieee/fp-cmp-7.c: New test case.
11653
11654 2003-03-27  Mark Mitchell  <mark@codesourcery.com>
11655
11656         * lib/gcov.exp (run-gcov): Add branches and calls options, rather
11657         than reading .x files.
11658         * g++.dg/gcov/gcov-1.C: Use run-gcov options, not .x files.
11659         * g77.dg/gcov/gcov-1.f: Likewise.
11660         * gcc.misc-tests/gcov-4b.c: Likewise.
11661         * gcc.misc-tests/gcov-5b.c: Likewise.
11662         * gcc.misc-tests/gcov-6.c: Likewise.
11663         * gcc.misc-tests/gcov-7.c: Likewise.
11664         * gcc.misc-tests/gcov-8.c: Likewise.
11665         * g++.dg/gcov/gcov-1.x: Remove.
11666         * g77.dg/gcov/gcov-1.x: Likewise.
11667         * gcc.misc-tests/gcov-4b.x: Likewise.
11668         * gcc.misc-tests/gcov-5b.x: Likewise.
11669         * gcc.misc-tests/gcov-6.x: Likewise.
11670         * gcc.misc-tests/gcov-7.x: Likewise.
11671         * gcc.misc-tests/gcov-8.x: Likewise.
11672
11673 2003-03-27  Glen Nakamura  <glen@imodulo.com>
11674
11675         PR opt/10087
11676         * gcc.dg/20030324-1.c: New test.
11677
11678 2003-03-27  Nathan Sidwell  <nathan@codesourcery.com>
11679
11680         PR c++/10224
11681         * g++.dg/template/arg3.C: New test.
11682
11683         PR c++/10158
11684         * g++.dg/template/friend18.C: New test.
11685
11686 2003-03-26  Roger Sayle  <roger@eyesopen.com>
11687
11688         * g77.f-torture/compile/20030326-1.f: New test case.
11689
11690 2003-03-26  Janis Johnson  <janis187@us.ibm.com>
11691
11692         * gcc.c-torture/execute/20020227-1.x: Don't XFAIL for powerpc64.
11693
11694         * gcc.c-torture/compile/simd-5.x: Expect XFAIL for powerpc64.
11695
11696 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
11697
11698         * gcc.dg/ia64-sync-3.c: New test.
11699
11700 2003-03-26  Alan Modra  <amodra@bigpond.net.au>
11701
11702         * gcc.dg/loop-2.c: Replace "inline" with "__inline__".
11703
11704 2003-03-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
11705
11706         * gcc.dg/ultrasp6.c: New test.
11707
11708 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
11709
11710         * gcc.dg/i386-signbit-1.c: New test.
11711         * gcc.dg/i386-signbit-2.c: New test.
11712         * gcc.dg/i386-signbit-3.c: New test.
11713
11714 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
11715
11716         * gcc.dg/ultrasp5.c: Fix options.
11717
11718 2003-03-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
11719
11720         * gcc.dg/ultrasp5.c: Fix comment.
11721
11722 2003-03-24  Bud Davis  <bdavis9659@comcast.net>
11723
11724         PR fortran/10197
11725         * g77.f-torture/execute/10197.f: New test.
11726
11727 2003-03-24  Nathan Sidwell  <nathan@codesourcery.com>
11728
11729         PR c++/9898, c++/383
11730         * g++.dg/template/conv6.C: New test.
11731
11732         PR c++/10119
11733         * g++.dg/template/ptrmem5.C: New test.
11734
11735         PR c++/10026
11736         * g++.dg/lookup/koenig1.C: New test.
11737
11738         PR C++/10199
11739         * g++.dg/lookup/template2.C: New test.
11740
11741 2003-03-24  Jakub Jelinek  <jakub@redhat.com>
11742
11743         * g++.dg/opt/rtti1.C: New test.
11744
11745 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
11746
11747         * gcc.dg/ultrasp5.c: New test.
11748
11749 2003-03-23  Arpad Beszedes <beszedes@cc.u-szeged.hu>
11750
11751         PR middle-end/9967
11752         * gcc.c-torture/execute/stdio-opt-1.c: Adjust test for change to
11753         builtin fputs.
11754
11755 2003-03-23  Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
11756
11757         PR c/8224
11758         * gcc.dg/20030323-1.c: New test.
11759
11760 2003-03-23  Roger Sayle  <roger@eyesopen.com>
11761
11762         * gcc.c-torture/compile/20030323-1.c: New test case.
11763
11764 2003-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
11765
11766         * gcc.dg/20030321-1.c: New test.
11767
11768 2003-03-22  Zack Weinberg  <zack@codesourcery.com>
11769
11770         * gcc.dg/Wshadow-1.c: Add a dg-warning line.
11771
11772 2003-03-22  Nathan Sidwell  <nathan@codesourcery.com>
11773
11774         PR c++/9978, c++/9708
11775         * g++.dg/ext/vlm1.C: Adjust expected error.
11776         * g++.dg/ext/vla2.C: New test.
11777         * g++.dg/template/arg1.C: New test.
11778         * g++.dg/template/arg2.C: New test.
11779
11780 2003-03-22  Bud Davis  <bdavis9659@comcast.net>
11781
11782         * g77.f-torture/execute/select.f: New test.
11783         * g77.f-torture/noncompile/select_no_compile.f: New test.
11784
11785 2003-03-21  Nathan Sidwell  <nathan@codesourcery.com>
11786
11787         PR c++/9898
11788         * g++.dg/other/error4.C: New test.
11789
11790 2003-03-20  Mark Mitchell  <mark@codesourcery.com>
11791
11792         * g++.dg/template/friend17.C: New test.
11793
11794 2003-03-21  Alan Modra  <amodra@bigpond.net.au>
11795
11796         * gcc.c-torture/compile/20030320-1.c: New.
11797
11798 2003-03-20  Roger Sayle  <roger@eyesopen.com>
11799
11800         * gcc.dg/builtins-6.c: New test case.
11801
11802 2003-03-19  Alan Modra  <amodra@bigpond.net.au>
11803
11804         PR target/10073
11805         * gcc.c-torture/compile/20030319-1.c: New.
11806
11807 2003-03-18  Jan Hubicka  <jh@suse.cz>
11808
11809         * gcc.dg/i386-cvt-1.c: New test.
11810
11811 2003-03-17  Zack Weinberg  <zack@codesourcery.com>
11812
11813         * objc.dg/naming-1.m: Use "(parse|syntax) error".
11814         * objc.dg/naming-2.m: Likewise.
11815
11816 2003-03-17  Mark Mitchell  <mark@codesourcery.com>
11817
11818         PR c++/9639
11819         * g++.dg/parse/crash1.C: New test.
11820
11821 2003-03-16  Mark Mitchell  <mark@codesourcery.com>
11822
11823         PR c++/8805
11824         * g++.dg/eh/cleanup1.C: New test.
11825
11826 2003-03-16  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
11827
11828         * gcc.c-torture/execute/20030316-1.c: New test case.
11829
11830 2003-03-16  Nathan Sidwell  <nathan@codesourcery.com>
11831
11832         PR c++/9629
11833         * g++.dg/init/ctor2.C: New test.
11834
11835 2003-03-15  Roger Sayle  <roger@eyesopen.com>
11836
11837         * g77.f-torture/compile/xformat.f: New test case.
11838
11839 2003-03-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11840
11841         * g++.old-deja/g++.mike/eh33.C: Remove xfail for hppa*-*-*.
11842         * g++.old-deja/g++.mike/eh50.C: Likewise.
11843
11844 2003-03-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11845
11846         PR c++/6440
11847         * g++.dg/template/spec7.C: New test.
11848         * g++.dg/template/spec8.C: Likewise.
11849
11850 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
11851
11852         * gcc.c-torture/execute/20030313-1.c: New test.
11853
11854 2003-03-14  Richard Henderson  <rth@redhat.com>
11855
11856         * gcc.dg/inline-2.c: Adjust alpha test for external call.
11857
11858 2003-03-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
11859
11860         * gcc.c-torture/compile/20030314-1.c: New test.
11861
11862 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
11863
11864         * gcc.dg/dll-1.c: Remove thumb target. Change exp to _exp.
11865         * gcc.dg/dll-2.c: Enable for cygwin and mingw. Remove
11866         thumb target,
11867         * gcc.dg/dll-3.c: Likewise. Adjust scan-assembler
11868         to accept newer _imp__  prefix and additional
11869         newline in .drectve section.
11870         * gcc.dg/dll-4.c: Likewise.
11871         * gcc.dg/dll-5.c: New file to test -mnop-fun-dllimport
11872         switch.
11873
11874 2003-03-13  Mark Mitchell  <mark@codesourcery.com>
11875
11876         * g++.dg/parse/namespace9.C: New test.
11877
11878         * g++.dg/init/ref5.C: New test.
11879         * g++.dg/parse/ptrmem1.C: Likewise.
11880
11881 2003-03-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11882
11883         * gcc.dg/special/ecos.exp (gcsec-1.c): Find linker used by gcc.
11884         * gcc.dg/old-style-asm-1.c (dg-final): Add hpux label alternative to
11885         regular expression.
11886         * gcc.dg/funcorder.c (dg-final): Check for "link_error,%r" on hppa*-*-*.
11887         * gcc.dg/inline-1.c (dg-final): Check for "xyzzy?,%r" on hppa*-*-*.
11888
11889 2003-03-12  Daniel Jacobowitz  <drow@mvista.com>
11890
11891         * gcc.c-torture/execute/20030224-2.c: New test.
11892
11893 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
11894
11895         * gcc.dg/decl-3.c: New test.
11896
11897 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
11898
11899         * gcc.dg/i386-loop-2.c: New test.
11900
11901 2003-03-11  Mark Mitchell  <mark@codesourcery.com>
11902
11903         PR c++/9474
11904         * g++.dg/parse/namespace8.C: New test.
11905
11906         PR c++/9924
11907         * g++.dg/overload/builtin2.C: New test.
11908
11909 2003-03-11  Steven Bosscher  <s.bosscher@student.tudelft.nl>
11910
11911         * gcc.dg/return-type-3.c: New test.
11912
11913 2003-03-11  D.Venkatasubramanian  <dvenkat@noida.hcltech.com>
11914
11915         * gcc.misc-tests/bprob.exp: Disable test cases for h8300-*-* as
11916         profiling options are not supported.
11917
11918 2003-03-10  Mark Mitchell  <mark@codesourcery.com>
11919
11920         * g++.old-deja/g++.benjamin/16077.C: Adjust warnings.
11921         * g++.old-deja/g++.warn/impint2.C: Likewise.
11922
11923 2003-03-10  Devang Patel  <dpatel@apple.com>
11924
11925         * g++.dg/cpp/c++_cmd_1.C: New test.
11926         * g++.dg/cpp/c++_cmd_1.h: New file.
11927
11928 2003-03-10  Segher Boessenkool  <segher@koffie.nl>
11929
11930         * gcc.dg/altivec-9.c: New file.
11931
11932 2003-03-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11933
11934         * gcc.dg/ppc-sdata-1.c: New test.
11935         * gcc.dg/ppc-sdata-2.c: New test.
11936
11937 2003-03-09  Mark Mitchell  <mark@codesourcery.com>
11938
11939         PR c++/9373
11940         * g++.dg/opt/ptrmem2.C: New test.
11941
11942         PR c++/8534
11943         * g++.dg/opt/ptrmem1.C: New test.
11944
11945 2003-03-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
11946
11947         * gcc.dg/i386-loop-1.c: New test.
11948
11949 2003-03-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11950
11951         PR c++/9970
11952         * g++.dg/lookup/friend1.C: New test.
11953
11954 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
11955
11956         PR c++/9823
11957         * g++.dg/parser/constructor1.C: New test.
11958
11959 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
11960
11961         * gcc.c-torture/execute/20020720-1.x: Add xfail for cris-*-*.
11962
11963         * gcc.dg/old-style-asm-1.c: Tweak to match mmix-knuth-mmixware.
11964
11965 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
11966
11967         * gcc.dg/cpp/Wunused.c: Update test.
11968
11969 2003-03-08  Jan Hubicka  <jh@suse.cz>
11970
11971         * gcc.dg/inline-3.c: New test.
11972
11973 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
11974
11975         PR c++/9809
11976         * g++.dg/parse/builtin1.C: New test.
11977
11978         PR c++/9982
11979         * g++.dg/abi/cookie1.C: New test.
11980         * g++.dg/abi/cookie2.C: Likewise.
11981
11982         PR c++/9524
11983         * g++.dg/template/field1.C: New test.
11984
11985         PR c++/9912
11986         * g++.dg/parse/class1.C: New test.
11987         * g++.dg/parse/namespace7.C: Likewise.
11988         * g++.old-deja/g++.other/decl5.C: Remove XFAILs.
11989
11990 2003-03-07  Mark Mitchell  <mark@codesourcery.com>
11991
11992         * g++.dg/init/ref4.C: New test.
11993
11994 2003-03-07  Jan Hubicka  <jh@suse.cz>
11995
11996         * gcc.dg/i386-local2.c: Fix problems with certain versions of dejagnu.
11997         * gcc.dg/inline-3.c:  New test.
11998
11999 2003-03-06  Mark Mitchell  <mark@codesourcery.com>
12000
12001         * g++.dg/init/ref3.C: New test.
12002
12003         PR c++/9965
12004         * g++.dg/init/ref2.C: New test.
12005
12006         PR c++/9400
12007         * g++.dg/warn/Wshadow-2.C: New test.
12008
12009         PR c++/9791
12010         * g++.dg/warn/Woverloaded-1.C: New test.
12011
12012 2003-03-05  Jan Hubicka  <jh@suse.cz>
12013
12014         * gcc.dg/i386-local2.c: New.
12015         * gcc.dg/i386-local.c: Fix typo.
12016
12017 2003-03-05  Mark Mitchell  <mark@codesourcery.com>
12018
12019         * g++.dg/abi/layout3.C: New test.
12020
12021 2003-03-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
12022
12023         * gcc.c-torture/compile/20030305-1.c
12024
12025 2003-03-05  Jan Hubicka  <jh@suse.cz>
12026
12027         * gcc.dg/i386-local.c: New.
12028
12029 2003-03-04  J"orn Rennecke <joern.rennecke@superh.com>
12030
12031         * gcc.dg/sh-relax.c: Disable for sh64-*-*.
12032
12033 2003-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
12034
12035         * gcc.dg/switch-2.c: New test.
12036         * gcc.dg/switch-3.c: New test.
12037         * gcc.dg/Wswitch.c: Adjust line numbers.
12038         * gcc.dg/Wswitch-default.c: Likewise.
12039         * gcc.dg/Wswitch-enum.c: Likewise.
12040
12041 2003-03-04  Alexandre Oliva  <aoliva@redhat.com>
12042
12043         * gcc.c-torture/execute/20030222-1.c: New test.
12044
12045 2003-03-03  James E Wilson  <wilson@tuliptree.org>
12046
12047         * gcc.dg/m68k-slp-ice.c: New test for PR c/7872.
12048
12049 2003-03-03  Mark Mitchell  <mark@codesourcery.com>
12050
12051         PR c++/9878
12052         * g++.dg/init/ref1.C: New test.
12053
12054 2003-03-03  J"orn Rennecke <joern.rennecke@superh.com>
12055
12056         * gcc.dg/sh-relax.c: New SH-only test.
12057
12058 2003-03-03  Geoffrey Keating  <geoffk@apple.com>
12059
12060         * gcc.c-torture/compile/20010327-1.c: Back out last change.  Add
12061         comment explaining purpose of testcase.
12062
12063 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
12064
12065         * gcc.c-torture/execute/960312-1.x: New file, must pass -mshort
12066         for HC11/HC12 (asm needs two int registers).
12067         * gcc.c-torture/compile/20020312-1.x: New file, don't execute on
12068         HC11/HC12 because the test uses an asm which needs two 32-bit
12069         registers.
12070
12071 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
12072
12073         * gcc.c-torture/compile/920501-12.x: New file, must pass -mshort
12074         for HC11/HC12 (array is too large otherwise).
12075         * gcc.c-torture/compile/920501-4.x: New file, likewise.
12076         * gcc.c-torture/compile/20010518-2.x: Likewise.
12077         * gcc.c-torture/compile/980506-1.x: Don't execute this test on
12078         HC11/HC12 (array is too large).
12079
12080 2003-03-01  Geoffrey Keating  <geoffk@apple.com>
12081
12082         * lib/gcc-dg.exp (gcc-dg-test): Change .pch to .gch.
12083         * lib/g++-dg.exp (g++-dg-test): Likewise.
12084
12085 2003-03-01  Roger Sayle  <roger@eyesopen.com>
12086
12087         * g++.old-deja/g++.other/builtins10.C: New test for PR 9367.
12088         * gcc.dg/format/attr-5.c: Handle new conflicting types warning.
12089
12090 2003-03-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12091
12092         * g++.dg/warn/implicit-typename1.C: Remove warning.
12093
12094 2003-02-28  Richard Henderson  <rth@redhat.com>
12095
12096         * gcc.dg/noreturn-1.c: Move noreturn warning line.
12097         * gcc.dg/return-type-1.c: Move control reaches end warning line.
12098
12099 2003-02-28  Geoffrey Keating  <geoffk@apple.com>
12100
12101         * gcc.dg/pch/pch.exp: Change .pch to .gch.
12102         * g++.dg/pch/pch.exp: Likewise.
12103
12104 2003-02-28  Mark Mitchell  <mark@codesourcery.com>
12105
12106         PR c++/9879
12107         * testsuite/g++.dg/init/new4.C: New test.
12108
12109 2003-02-28  Richard Earnshaw  <rearnsha@arm.com>
12110
12111         * gcc.dg/arm-asm.c: Enable for StrongARM and XScale targets.
12112
12113 2003-02-28  Alexandre Oliva  <aoliva@redhat.com>
12114
12115         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead of
12116         unsigned long.
12117
12118         * gcc.c-torture/compile/simd-3.c: Do nothing if double is not
12119         wider than float.
12120
12121 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
12122
12123         * lib/scanasm.exp: Add support for counting numbers of
12124         occurences.
12125         * gcc.dg/unswitch-1.c, gcc.dg/peel-1.c, gcc.dg/unroll-1.c,
12126         gcc.dg/unroll-2.c, gcc.dg/unroll-3.c: New tests.
12127
12128 2003-02-25  Mark Mitchell  <mark@codesourcery.com>
12129
12130         PR c++/9683
12131         * g++.dg/template/static3.C: New test.
12132
12133         PR c++/9829
12134         * g++.dg/parse/namespace6.C: New test.
12135
12136 2003-02-25  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12137
12138         PR target/9732
12139         * gcc.dg/20030225-1.c: New test.
12140
12141 2003-02-24  Mark Mitchell  <mark@codesourcery.com>
12142
12143         * README: Remove out-of-date information.
12144
12145         PR c++/9836
12146         * g++.dg/template/spec6.C: New test.
12147
12148 2003-02-24  Jeff Law  <law@redhat.com>
12149
12150         * gcc.c-torture/compile/20030224-1.c: New test for ia32 backend bug.
12151
12152 2003-02-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12153
12154         * g++.dg/other/pragma-ep-1.C: Test for __PRAGMA_EXTERN_PREFIX.
12155         * gcc.dg/pragma-ep-1.c: Likewise.
12156
12157 2003-02-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12158
12159         PR c++/9602
12160         * g++.dg/template/friend16.C: New test.
12161
12162 2003-02-23  Mark Mitchell  <mark@codesourcery.com>
12163
12164         PR c++/5333
12165         * g++.dg/parse/fused-params1.C: Adjust error messages.
12166         * g++.dg/template/nested3.C: New test.
12167
12168 2003-02-24  Alan Modra  <amodra@bigpond.net.au>
12169
12170         * g++.dg/abi/param1.C: New test.
12171
12172 2003-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12173
12174         PR c++/7982
12175         * g++.dg/warn/implicit-typename1.C: New test.
12176
12177 2003-02-22  Kelley Cook <kelleycook@comcast.net>
12178
12179         * g++.old-deja/g++.other/store-expr1.C: Replace "mcpu"
12180         with "mtune".
12181         * g++.old-deja/g++.other/store-expr2.C: Likewise.
12182         * gcc.c-torture/execute/20010129-1.x: Likewise.
12183         * gcc.dg/20011107-1.c: Likewise.
12184         * gcc.dg/20020108-1.c: Likewise.
12185         * gcc.dg/20020122-3.c: Likewise.
12186         * gcc.dg/20020206-1.c: Likewise.
12187         * gcc.dg/20020310-1.c: Likewise.
12188         * gcc.dg/20020426-2.c: Likewise.
12189         * gcc.dg/20020517-1.c: Likewise.
12190         * gcc.dg/991230-1.c: Likewise.
12191         * gcc.dg/i386-unroll-1.c: Likewise.
12192         * gcc.misc-tests/i386-prefetch.exp: Likewise.
12193
12194 2003-02-22  Jan Hubicka  <jh@suse.cz>
12195
12196         * gcc.dg/i386-mul.c: New test.
12197
12198 2003-02-21  Roger Sayle  <roger@eyesopen.com>
12199
12200         * gcc.dg/builtins-5.c: New test case.
12201
12202 2003-02-22  Hans-Peter Nilsson  <hp@axis.com>
12203
12204         * gcc.dg/asmreg-1.c: New test.
12205
12206 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
12207
12208         PR c++/9749
12209         * g++.dg/parse/varmod1.C: New test.
12210
12211 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
12212
12213         PR c++/9727
12214         * g++.dg/template/op1.C: New test.
12215
12216 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
12217
12218         PR c++/8906
12219         * g++.dg/template/nested2.C: New test.
12220
12221 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
12222
12223         PR c++/8724
12224         * g++.dg/expr/dtor1.C: New test.
12225
12226 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
12227
12228         * gcc.dg/cpp/include3.c: New test.
12229         * gcc.dg/cpp/inc/foo.h: New file.
12230
12231 2003-02-21  Glen Nakamura  <glen@imodulo.com>
12232
12233         * gcc.c-torture/execute/20030221-1.c: New test.
12234
12235 2003-02-20  Mark Mitchell  <mark@codesourcery.com>
12236
12237         PR c++/9729
12238         * g++.dg/abi/conv1.C: New test.
12239
12240 2003-02-20  Jan Hubicka  <jh@suse.cz>
12241
12242         * gcc.c-torture/execute/20020720-1.x: XFAIL for x86-64.
12243
12244 2003-02-19  Daniel Jacobowitz  <drow@mvista.com>
12245
12246         * gcc.c-torture/compile/20030219-1.c: New test.
12247
12248 2003-02-18  Jan Hubicka  <jh@suse.cz>
12249
12250         * gcc.dg/funcorder.c: New test.
12251
12252 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
12253
12254         * gcc.c-torture/execute/20030218-1.c: New.
12255
12256 2003-02-18  Aldy Hernandez  <aldyh@redhat.com>
12257
12258         * gcc.dg/20030218-1.c: New.
12259
12260 2003-02-18  Richard Henderson  <rth@redhat.com>
12261
12262         * gcc.dg/attr-invalid.c: Allow __used__ on static data.
12263         * gcc.dg/attr-used-2.c: New.
12264
12265 2003-02-18  Mark Mitchell  <mark@codesourcery.com>
12266
12267         PR c++/9704
12268         * g++.dg/init/copy5.C: New test.
12269
12270 2003-02-18  Geoffrey Keating  <geoffk@apple.com>
12271
12272         * gcc.dg/pch/pch.exp: Delete $bname.h before copying into it.
12273         * g++.dg/pch/pch.exp: Likewise.
12274
12275 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
12276
12277         * gcc.c-torture/execute/20030209-1.c: Enable the test if
12278         STACK_SIZE is not defined.
12279
12280 2003-02-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12281
12282         PR c++/9457
12283         * g++.dg/template/init1.C: New test.
12284
12285 2003-02-16  Jan HUbicka  <jh@suse.cz>
12286
12287         * gcc.dg/c90-const-expr-3.c (DZERO): New static variable
12288         (foo): Add few extra tests
12289         * gcc.dg/c99-const-expr-3.c: Likewise.
12290         * gcc.c-torture/execute/20030216-1.c: New.
12291
12292 2003-02-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12293
12294         PR c++/9459
12295         * g++.dg/ext/typeof4.C: New test.
12296
12297 2003-02-15  Roger Sayle  <roger@eyesopen.com>
12298
12299         * gcc.dg/i386-387-3.c: New test case.
12300
12301 2003-02-14  Josef Zlomek  <zlomekj@suse.cz>
12302
12303         * gcc.dg/20030213-1.c: Expect warning for unsupported -fpic on
12304         cris-*-elf* cris-*-aout* and mmix-*-*.
12305
12306 2003-02-13  Josef Zlomek  <zlomekj@suse.cz>
12307
12308         * gcc.dg/20030213-1.c: New test.
12309
12310 2003-02-12  Roger Sayle  <roger@eyesopen.com>
12311
12312         * gcc.dg/i386-387-1.c: Add new test for __builtin_atan2.
12313         * gcc.dg/i386-387-2.c: Likewise.
12314
12315 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
12316
12317         * gcc.dg/ppc-spe.c: Fix formatting.
12318         Enable tests that were previously unsupported by gas.
12319         Delete tests for instructions that no longer exist.
12320         Switch arguments on evsubifw builtin.
12321
12322 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
12323
12324         * gcc.c-torture/execute/20030209-1.c: Disable the test if
12325         STACK_SIZE is too small.
12326
12327 2003-02-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
12328             Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
12329
12330         * gcc.dg/decl-2.c: New test.
12331
12332 2003-02-10  Jan Hubicka  <jh@suse.cz>
12333
12334         * gcc.dg/i386-fpcvt-1.c:  New test.
12335
12336 2002-02-09  Richard Sandiford  <rsandifo@redhat.com>
12337
12338         * gcc.c-torture/execute/20030209-1.c: New test.
12339
12340 2003-02-09  Kazu Hirata  <kazu@cs.umass.edu>
12341
12342         * gcc.c-torture/execute/builtin-bitops-1.c: When testing the
12343         int-wide bitops, use the constants of the same width.
12344         Likewise, if long long is 32-bit wide, test bitops using
12345         32-bit constants.
12346
12347 2003-02-07  Loren James Rittle  <ljrittle@acm.org>
12348
12349         * gcc.dg/20021014-1.c: Annotate with expected notice text.
12350
12351 2003-02-07  Roger Sayle  <roger@eyesopen.com>
12352
12353         * testsuite/gcc.dg/builtins-4.c: New test case.
12354
12355 2003-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12356
12357         * gcc.dg/20020430-1.c: Fix dg command typos.
12358         * gcc.dg/20020503-1.c: Likewise.
12359
12360 2003-02-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
12361
12362         PR c++/8785
12363         * g++.dg/parse/fused-params1.C: New test.
12364
12365         PR c++/8857
12366         * g++.dg/parse/tmpl-tmpl-operator1.C: New test.
12367
12368         PR c++/8921
12369         * g++.dg/parse/non-dependent1.C: New test.
12370
12371         PR c++/8928
12372         * g++.dg/parse/dupl-tmpl-args1.C: New test.
12373
12374         PR c++/9228
12375         * g++.dg/parse/undefined7.C: New test.
12376         * g++.dg/parse/non-templ1.C: New test.
12377
12378         PR c++/9229
12379         * g++.dg/parse/too-many-tmpl-args1.C: New test.
12380
12381 2003-02-06  Eric Botcazou <ebotcazou@libertysurf.fr>
12382
12383         * gcc.c-torture/compile/20030206-1.c: New test.
12384
12385 2003-02-05  Roger Sayle  <roger@eyesopen.com>
12386
12387         * gcc.c-torture/compile/921206-1.c: Rename undeclared function from
12388         "pow" to "foo" to avoid potential confusion with a math built-in.
12389
12390 2003-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12391
12392         * gcc.c-torture/execute/20020227-1.x: Update specific XFAIL
12393         conditions for SPARC targets.
12394
12395 2003-02-05  Jakub Jelinek  <jakub@redhat.com>
12396
12397         * gcc.dg/20030204-1.c: New test.
12398
12399 2003-02-04  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
12400
12401         PR c++/38
12402         * g++.dg/parse/array-size1.C: New test.
12403
12404         PR c++/5657
12405         * g++.dg/parse/undefined3.C: New test.
12406
12407         PR c++/5665
12408         * g++.dg/parse/undefined4.C: New test.
12409
12410         PR c++/5975
12411         * g++.dg/parse/undefined5.C: New test.
12412
12413         PR c++/7259
12414         * g++.dg/parse/tmpl-tmpl-param1.C: New test.
12415
12416         PR c++/8578
12417         * g++.dg/parse/casting-operator1.C: New test.
12418
12419         PR c++/8596
12420         * g++.dg/parse/undefined6.C: New test.
12421
12422         PR c++/8736
12423         * g++.dg/parse/missing-template1.C: New test.
12424
12425 2003-02-04  Jan Hubicka  <jh@suse.cz>
12426
12427         * gcc.dg/i386-cadd.c:  Compile using -march=k8.
12428         * gcc.dg/i386-cmov?.c:  Likewise.
12429         * gcc.dg/i386-fpcvt-?.c:  Likewise.
12430         * gcc.dg/i386-ssefp-1.c:  Likewise.
12431         * gcc.dg/i386-ssetype-?.c:  Likewise; fix for register passing
12432         conventions.
12433
12434 2003-02-03  Mark Mitchell  <mark@codesourcery.com>
12435
12436         PR c++/7129
12437         * testsuite/g++.dg/ext/max.C: New test.
12438
12439 2003-02-03  Jan Hubicka  <jh@suse.cz>
12440
12441         * gcc.c-torture/execute/20030203-1.c: New test.
12442
12443 2003-02-03  Richard Earnshaw  <rearnsha@arm.com>
12444
12445         * gcc.c-torture/exectue/ieee/20000320-1.c: The ARM VFP format is
12446         'natural-endian'.
12447
12448 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
12449
12450         * g++.dg/init/new1.C: Remove -fvolatile dg-options line.
12451         * g++.dg/init/new2.C: Likewise.
12452         * g++.dg/other/new1.C: Likewise.
12453
12454 2003-01-31  Loren J. Rittle <ljrittle@acm.org>
12455
12456         * gcc.dg/struct-ret-libc.c: New test.
12457
12458 2003-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
12459
12460         * gcc.dg/20030129-1.c: New test.
12461
12462 2003-01-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12463
12464         PR c++/8849
12465         * g++.dg/template/ptrmem4.C: New test.
12466
12467 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
12468
12469         * g++.dg/parser/constant1.C: New test.
12470
12471 2003-01-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12472
12473         PR c++/8591
12474         * g++.dg/parse/friend2.C: New test.
12475
12476 2003-01-29  Nathan Sidwell  <nathan@codesourcery.com>
12477
12478         PR c++/9437
12479         * g++.dg/template/unify4.C: New test.
12480
12481 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
12482
12483         * gcc.c-torture/execute/20030128-1.c: New test.
12484
12485 2003-01-28  Jeffrey D. Oldham  <oldham@codesourcery.com>
12486
12487         * g++.dg/lookup/nested1.C: Test moved from ...
12488         * g++.old-deja/g++.other/lookup24.C: ... here.
12489
12490 2003-01-28  Jan Hubicka  <jh@suse.cz>
12491
12492         * gcc.dg/i386-cmov5.c:  New test.
12493
12494 2003-01-28  D.Venkatasubramanian   <dvenkat@noida.hcltech.com>
12495
12496         * gcc.c-torture/execute/20010925-1.c: Changed the
12497         memcpy declaration.
12498
12499 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
12500
12501         PR c++/3902
12502         * g++.dg/parse/template5.C: New test.
12503
12504 2003-01-28  Toon Moene  <toon@moene.indiv.nluug.nl>
12505
12506         PR fortran/9258
12507         * g77.dg/pr9258: New test.
12508
12509 2003-01-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12510
12511         * README: Move relevant parts from README.g++.
12512
12513         * README.g++: Remove this file.
12514
12515 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
12516
12517         * g++.dg/abi/dcast1.C: New test.
12518
12519 2003-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12520
12521         * gcc.c-torture/execute/builtin-constant.x: Only expect failure at -O1.
12522
12523 2003-01-27  Jeffrey D. Oldham  <oldham@codesourcery.com>
12524
12525         PR c++/47
12526         * g++.old-deja/g++.other/lookup24.C: New test.
12527
12528 2003-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12529
12530         PR middle-end/7227
12531         * gcc.dg/uninit-C.c: New test.
12532
12533 2003-01-27  Nathan Sidwell  <nathan@codesourcery.com>
12534
12535         * g++.dg/abi/covariant1.C: New test.
12536
12537 2003-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
12538
12539         * gcc.dg/20030123-1.c: New test.
12540
12541 2003-01-25  Jan Hubicka  <jh@suse.cz>
12542
12543         PR opt/8492
12544         * gcc.c-torture/compile/20030125-1.c
12545
12546 2003-01-25  Nathan Sidwell  <nathan@codesourcery.com>
12547
12548         PR c++/9403
12549         * g++.dg/parse/template3.C: New test.
12550         * g++.old-deja/g++.pt/memclass5.C: Add needed template keyword.
12551
12552         PR c++/795
12553         * g++.dg/parse/template4.C: New test.
12554
12555         PR c++/9415
12556         * g++.dg/template/qual2.C: New test.
12557
12558         PR c++/8545
12559         * g++.old-deja/g++.brendan/parse3.C: Remove XFAIL.
12560
12561         * g++.old-deja/g++.ns/bogus1.C: Change expected error.
12562
12563 2003-01-25  Roger Sayle  <roger@eyesopen.com>
12564
12565         * gcc.c-torture/execute/switch-1.c: New test case.
12566
12567 2003-01-25  Jan Hubicka  <jh@suse.cz>
12568
12569         * gcc.c-torture/execute/20030125-1.[cx]: New test.
12570
12571 2003-01-25  Paolo Carlini  <pcarlini@unitus.it>
12572
12573         Tweaks for Bison-1.875. From the NEWS file:
12574         "- `parse error' -> `syntax error'
12575         Bison now uniformly uses the term `syntax error'"
12576         * gcc.dg/cpp/19990413-1.c: Test for "(parse|syntax) error".
12577         * gcc.dg/cpp/digraph2.c: Likewise.
12578         * gcc.dg/cpp/direct2.c: Likewise.
12579         * gcc.dg/cpp/paste4.c: Likewise.
12580         * gcc.dg/c90-restrict-1.c: Likewise.
12581         * gcc.dg/c99-func-2.c: Likewise.
12582         * gcc.dg/noncompile/920721-2.c: Likewise.
12583         * gcc.dg/noncompile/930622-2.c: Likewise.
12584         * gcc.dg/noncompile/940112-1.c: Likewise.
12585         * gcc.dg/noncompile/950921-1.c: Likewise.
12586         * gcc.dg/noncompile/951123-1.c: Likewise.
12587         * gcc.dg/noncompile/971104-1.c: Likewise.
12588         * gcc.dg/noncompile/990416-1.c: Likewise.
12589
12590 2003-01-24  Paolo Carlini  <pcarlini@unitus.it>
12591
12592         * g++.dg/parse/undefined1.C: Add error message.
12593
12594 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
12595
12596         PR c++/9354
12597         * g++.dg/parse/new1.C: New test.
12598
12599         PR c++/9216
12600         * g++.dg/parse/template2.C: New test.
12601
12602         PR c++/9354
12603         * g++.dg/parse/typedef2.C: New test.
12604
12605         PR c++/9328
12606         * g++.dg/ext/typeof3.C: New test.
12607
12608 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
12609
12610         PR c++/2738
12611         * g++.dg/parse/ret-type1.C: New test.
12612
12613         PR c++/3792
12614         * g++.dg/parse/tmpl-outside1.C: New test.
12615
12616         PR c++/4207
12617         * g++.dg/parse/int-as-enum1.C: New test.
12618
12619         PR c++/4903
12620         * g++.dg/parse/no-typename1.C: New test.
12621
12622         PR c++/5533
12623         * g++.dg/parse/no-value1.C: New test.
12624
12625         PR c++/5921
12626         * g++.dg/parse/wrong-inline1.C: New test.
12627
12628         PR c++/6402
12629         * g++.dg/parse/ref1.C: New test.
12630
12631         PR c++/6992
12632         * g++.dg/parse/attr-ctor1.C: New test.
12633
12634         PR c++/7229
12635         * g++.dg/parse/namespace5.C: New test.
12636
12637         PR c++/7917
12638         * g++.dg/parse/func-def1.C: New test.
12639
12640         PR c++/8143
12641         * g++.dg/parse/undefined1.C: New test.
12642
12643         PR c++/5723, PR c++/8522
12644         * g++.dg/parse/specialization1.C: New test.
12645
12646         PR c++/163, PR c++/8595
12647         * g++.dg/parse/struct-as-enum1.C: New test.
12648
12649         PR c++/9173
12650         * g++.dg/parse/undefined2.C: New test.
12651
12652 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
12653
12654         PR c++/9298
12655         * g++.dg/parse/template1.C: New test.
12656
12657         PR c++/9384
12658         * g++.dg/parse/using1.C: New test.
12659
12660         PR c++/9285
12661         PR c++/9294
12662         * g++.dg/parse/expr2.C: New test.
12663
12664         PR c++/9388
12665         * g++.dg/parse/lookup2.C: Likewise.
12666
12667 2003-01-21  Jan Hubicka  <jh@suse.cz>
12668
12669         * gcc.c-torture/execute/990208-1.c:  Add noinline attributes as needed.
12670         * gcc.c-torture/execute/eeprof-1.c:  Likewise.
12671         * gcc.c-torture/execute/stdio-opt-*.c: Likewise.
12672         * gcc.c-torture/execute/string-opt-*.c: Likewise.
12673
12674 2003-01-20  Nick Clifton  <nickc@redhat.com>
12675
12676         * gcc.c-torture/execute/20030117-1.c: New test case.  Exposes
12677         problem with ARM sibcall code generation.
12678
12679 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
12680
12681         * gcc.c-torture/execute/20030120-1.c: New.
12682
12683 2003-01-19  Paolo Carlini  <pcarlini@unitus.it>
12684
12685         * g++.old-deja/g++.pt/typename13.C: Remove XFAIL.
12686
12687 2003-01-17  Mark Mitchell  <mark@codesourcery.com>
12688
12689         PR c++/9272
12690         * g++.dg/parse/ctor1.C: New test.
12691
12692         PR c++/9294:
12693         * g++.dg/parse/qualified1.C: New test.
12694
12695         * g++.dg/parse/typename3.C: New test.
12696
12697 2003-01-16  Richard Henderson  <rth@redhat.com>
12698
12699         * g++.dg/tls/init-2.C: Fix error matches for real this time.
12700
12701 2003-01-16  Richard Henderson  <rth@redhat.com>
12702
12703         * g++.dg/pch/pch.exp: Copy test header to the working directory
12704         before using it either for precompilation or direct use.
12705         * g++.dg/pch/*.Hs: Rename from gcc.dg/pch/*.H.
12706         * g++.dg/pch/*.C: Include foo.H, not foo.Hp.
12707
12708 2003-01-16  Richard Henderson  <rth@redhat.com>
12709
12710         * gcc.dg/pch/pch.exp: Copy test header to the working directory
12711         before using it either for precompilation or direct use.
12712         * gcc.dg/pch/*.hs: Rename from gcc.dg/pch/*.h.
12713         * gcc.dg/pch/*.c: Include foo.h, not foo.hp.
12714
12715 2003-01-16  Mark Mitchell  <mark@codesourcery.com>
12716
12717         * gcc/testsuite/g++.dg/ext/typename1.C: Add typename keyword.
12718         * gcc/testsuite/g++.dg/template/crash1.C: Update error messages.
12719         * gcc/testsuite/g++.dg/template/crash2.C: Remove error message.
12720         * gcc/testsuite/g++.dg/parse/typename2.C: New test.
12721         * gcc/testsuite/g++.dg/template/typename2.C: Change implicit
12722         typename warning into error.
12723         * gcc/testsuite/g++.old-deja/g++.benjamin/tem03.C: Issue more
12724         error messages.
12725         * gcc/testsuite/g++.old-deja/g++.benjamin/tem04.C: Fix typos.
12726         * gcc/testsuite/g++.old-deja/g++.brendan/crash56.C: Add this->.
12727         * gcc/testsuite/g++.old-deja/g++.law/visibility13.C: Remove error
12728         messages.
12729         * gcc/testsuite/g++.old-deja/g++.ns/template17.C: Reorder code to
12730         make declaration visible in template.
12731         * gcc/testsuite/g++.old-deja/g++.pt/crash3.C: Fix typos.
12732         * gcc/testsuite/g++.old-deja/g++.pt/crash36.C: Issue more error
12733         messages.
12734         * gcc/testsuite/g++.old-deja/g++.pt/crash5.C: Improve error
12735         message.
12736         * gcc/testsuite/g++.old-deja/g++.pt/crash67.C: Remove warning.
12737         * gcc/testsuite/g++.old-deja/g++.pt/inherit1.C: Add this->.
12738         * gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C: Add error message.
12739         * gcc/testsuite/g++.old-deja/g++.pt/typename16.C: Replace implicit
12740         typename warning with error message.
12741         * gcc/testsuite/g++.old-deja/g++.pt/typename19.C: Remove warning.
12742         * gcc/testsuite/g++.old-deja/g++.robertl/eb112.C: Fix typo.
12743         * gcc/testsuite/g++.old-deja/g++.robertl/eb24.C: Use this->.
12744
12745 2003-01-16  Nathan Sidwell  <nathan@codesourcery.com>
12746
12747         * g++.dg/parse/ambig2.C: New test.
12748
12749 2003-01-15  Richard Henderson  <rth@redhat.com>
12750
12751         * g++.dg/tls/init-2.C: Update error message string.
12752
12753 2003-01-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12754
12755         * gcc.c-torture/execute/builtin-constant.x: XFAIL the test.
12756
12757 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
12758
12759         * gcc.c-torture/compile/20000804-1.x: Don't execute this test at
12760         all for HC11/HC12.
12761         * gcc.c-torture/compile/20001205-1.x: Likewise.
12762         * gcc.c-torture/compile/20001226-1.x: Likewise.
12763         * gcc.c-torture/compile/920520-1.x: Likewise.
12764         * gcc.c-torture/compile/961203-1.x: Likewise.
12765         * gcc.c-torture/compile/20020604-1.x: Likewise.
12766
12767 2003-01-15  Jan Hubicka  <jh@suse.cz>
12768
12769         * gcc.c-torture/compile/20030115-1.c: New test.
12770
12771         * gcc.dg/i386-fpcvt-1.c: New test.
12772         * gcc.dg/i386-fpcvt-2.c: New test.
12773
12774 2003-01-14  Jeffrey D. Oldham  <oldham@codesourcery.com>
12775
12776         Further conform g++'s __vmi_class_type_info to the C++ ABI
12777         specification.
12778         * g++.old-deja/g++.abi/vmihint.C (main): Revise expected flags per
12779         the specification.
12780
12781 2003-01-14  Jan Hubicka  <jh@suse.cz>
12782
12783         * gcc.dg/i386-fpcvt-1.c: New test.
12784         * gcc.dg/i386-fpcvt-2.c: New test.
12785
12786 2003-01-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
12787
12788         * gcc.dg/i386-mmx-3.c: New test.
12789
12790 2003-01-12  Mark Mitchell  <mark@codesourcery.com>
12791
12792         PR c++/9264
12793         * g++.dg/parse/octal1.C: New file.
12794
12795         PR c++/9172
12796         * g++.dg/parse/typename1.C: New file.
12797
12798 2003-01-10  Danny Smith  <dannysmith@users.sourceforge.net>
12799
12800         * gcc.dg/bf-ms-layout.c: Enable for cygwin and mingw32 targets.
12801         * gcc.dg/bf-no-ms-layout.c: Likewise.
12802         * gcc.dg/bf-ms-attrib.c: Likewise.
12803
12804 2003-01-10  Mark Mitchell  <mark@codesourcery.com>
12805
12806         PR c++/9099
12807         * g++.dg/parse/dtor1.C: New file.
12808
12809         PR c++/9128
12810         * g++.dg/rtti/typeid1.C: New file.
12811
12812         PR c++/9153
12813         * g++.dg/parse/lookup1.C: New file.
12814
12815         PR c++/9171
12816         * g++.dg/templ/spec5.C: New file.
12817
12818 2003-01-10  Josef Zlomek  <zlomekj@suse.cz>
12819
12820         * gcc.c-torture/compile/20030110-1.c: New test.
12821
12822 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
12823
12824         Merge from pch-branch:
12825
12826         2002-12-23  Geoffrey Keating  <geoffk@apple.com>
12827
12828         * gcc.dg/pch/cpp-1.h: New.
12829         * gcc.dg/pch/cpp-1.c: New.
12830         * gcc.dg/pch/cpp-2.h: New.
12831         * gcc.dg/pch/cpp-2.c: New.
12832
12833         2002-11-19  Geoffrey Keating  <geoffk@apple.com>
12834
12835         * gcc.dg/pch/except-1.h: New.
12836         * gcc.dg/pch/except-1.c: New.
12837
12838         2002-11-13  Geoffrey Keating  <geoffk@apple.com>
12839
12840         * gcc.dg/pch/pch.exp: Ensure that <test>.hp doesn't exist before
12841         running test.
12842         * gcc.dg/pch: Include *.hp not *.h.
12843         * gcc.dg/pch/system-1.h: New.
12844         * gcc.dg/pch/system-1.c: New.
12845
12846         2002-11-11  Geoffrey Keating  <geoffk@apple.com>
12847
12848         * gcc.dg/pch/pch.exp: Compare .s files with/without PCH,
12849         rather than trying to build and run a program using PCH.
12850         * gcc.dg/pch: Remove dg-do commands from test files.
12851
12852         2002-11-08  Geoffrey Keating  <geoffk@apple.com>
12853
12854         * gcc.dg/pch/macro-3.c: New.
12855         * gcc.dg/pch/macro-3.h: New.
12856
12857         2002-11-04  Geoffrey Keating  <geoffk@apple.com>
12858
12859         * gcc.dg/pch/common-1.c: New.
12860         * gcc.dg/pch/common-1.h: New.
12861         * gcc.dg/pch/decl-1.c: New.
12862         * gcc.dg/pch/decl-1.h: New.
12863         * gcc.dg/pch/decl-2.c: New.
12864         * gcc.dg/pch/decl-2.h: New.
12865         * gcc.dg/pch/decl-3.c: New.
12866         * gcc.dg/pch/decl-3.h: New.
12867         * gcc.dg/pch/decl-4.c: New.
12868         * gcc.dg/pch/decl-4.h: New.
12869         * gcc.dg/pch/decl-5.c: New.
12870         * gcc.dg/pch/decl-5.h: New.
12871         * gcc.dg/pch/global-1.c: New.
12872         * gcc.dg/pch/global-1.h: New.
12873         * gcc.dg/pch/inline-1.c: New.
12874         * gcc.dg/pch/inline-1.h: New.
12875         * gcc.dg/pch/inline-2.c: New.
12876         * gcc.dg/pch/inline-2.h: New.
12877         * gcc.dg/pch/static-1.c: New.
12878         * gcc.dg/pch/static-1.h: New.
12879         * gcc.dg/pch/static-2.c: New.
12880         * gcc.dg/pch/static-2.h: New.
12881
12882         2002-09-01  Geoffrey Keating  <geoffk@redhat.com>
12883
12884         * g++.dg/pch/pch.exp: Better handle failing testcases.
12885         * gcc.dg/pch/pch.exp: Likewise.
12886         * gcc.dg/pch/macro-1.c: New.
12887         * gcc.dg/pch/macro-1.h: New.
12888         * gcc.dg/pch/macro-2.c: New.
12889         * gcc.dg/pch/macro-2.h: New.
12890
12891         2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
12892
12893         * g++.dg/dg.exp: Treat files in pch/ specially.
12894         * g++.dg/pch/pch.exp: New file.
12895         * g++.dg/pch/empty.H: New file.
12896         * g++.dg/pch/empty.C: New file.
12897         * lib/g++-dg.exp (g++-dg-test): Add case for when $do_what is
12898         "precompile".
12899
12900         * gcc.dg/pch/pch.exp: New file.
12901         * gcc.dg/pch/empty.h: New file.
12902         * gcc.dg/pch/empty.c: New file.
12903         * lib/gcc-dg.exp (gcc-dg-test): Add case for when $do_what is
12904         "precompile".
12905
12906 2003-01-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12907
12908         * g++.dg/template/friend14.C: New test.
12909
12910 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
12911
12912         * gcc.dg/old-style-asm-1.c: New test.
12913
12914 2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
12915
12916         * gcc.c-torture/compile/20030109-1.c: New test.
12917
12918 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
12919
12920         * gcc.c-torture/execute/20030109-1.c: New test.
12921
12922 2003-01-08  Larin Hennessey  <larin@science.oregonstate.edu>
12923
12924         * g++.old-deja/g++.mike/dyncast1.C: Remove reference to AMD A29K
12925         * g++.old-deja/g++.mike/dyncast2.C: Likewise
12926         * g++.old-deja/g++.mike/dyncast3.C: Likewise
12927         * g++.old-deja/g++.mike/eh2.C: Likewise
12928         * g++.old-deja/g++.mike/eh3.C: Likewise
12929         * g++.old-deja/g++.mike/eh5.C: Likewise
12930         * g++.old-deja/g++.mike/eh6.C: Likewise
12931         * g++.old-deja/g++.mike/eh7.C: Likewise
12932         * g++.old-deja/g++.mike/eh8.C: Likewise
12933         * g++.old-deja/g++.mike/eh9.C: Likewise
12934         * g++.old-deja/g++.mike/eh10.C: Likewise
12935         * g++.old-deja/g++.mike/eh12.C: Likewise
12936         * g++.old-deja/g++.mike/eh13.C: Likewise
12937         * g++.old-deja/g++.mike/eh14.C: Likewise
12938         * g++.old-deja/g++.mike/eh16.C: Likewise
12939         * g++.old-deja/g++.mike/eh17.C: Likewise
12940         * g++.old-deja/g++.mike/eh18.C: Likewise
12941         * g++.old-deja/g++.mike/eh21.C: Likewise
12942         * g++.old-deja/g++.mike/eh23.C: Likewise
12943         * g++.old-deja/g++.mike/eh24.C: Likewise
12944         * g++.old-deja/g++.mike/eh25.C: Likewise
12945         * g++.old-deja/g++.mike/eh26.C: Likewise
12946         * g++.old-deja/g++.mike/eh27.C: Likewise
12947         * g++.old-deja/g++.mike/eh28.C: Likewise
12948         * g++.old-deja/g++.mike/eh29.C: Likewise
12949         * g++.old-deja/g++.mike/eh31.C: Likewise
12950         * g++.old-deja/g++.mike/eh33.C: Likewise
12951         * g++.old-deja/g++.mike/eh34.C: Likewise
12952         * g++.old-deja/g++.mike/eh35.C: Likewise
12953         * g++.old-deja/g++.mike/eh36.C: Likewise
12954         * g++.old-deja/g++.mike/eh37.C: Likewise
12955         * g++.old-deja/g++.mike/eh38.C: Likewise
12956         * g++.old-deja/g++.mike/eh39.C: Likewise
12957         * g++.old-deja/g++.mike/eh40.C: Likewise
12958         * g++.old-deja/g++.mike/eh41.C: Likewise
12959         * g++.old-deja/g++.mike/eh42.C: Likewise
12960         * g++.old-deja/g++.mike/eh44.C: Likewise
12961         * g++.old-deja/g++.mike/eh46.C: Likewise
12962         * g++.old-deja/g++.mike/eh47.C: Likewise
12963         * g++.old-deja/g++.mike/eh48.C: Likewise
12964         * g++.old-deja/g++.mike/eh49.C: Likewise
12965         * g++.old-deja/g++.mike/eh50.C: Likewise
12966         * g++.old-deja/g++.mike/eh51.C: Likewise
12967         * g++.old-deja/g++.mike/eh53.C: Likewise
12968         * g++.old-deja/g++.mike/eh55.C: Likewise
12969         * g++.old-deja/g++.mike/p7912.C: Likewise
12970         * g++.old-deja/g++.mike/p9706.C: Likewise
12971         * g++.old-deja/g++.mike/p10416.C: Likewise
12972         * g++.old-deja/g++.mike/p11667.C: Likewise
12973         * g77.f-torture/compile/20010519-1.f: Remove reference to Convex.
12974         Remove redundant reference to Iris.
12975         * gcc.dg/20020312-2.c: Remove references to AMD A29K, Clipper, Convex,
12976         Elxsi, i860, Pico Java, and WE32K.
12977
12978 2003-01-07  Mark Mitchell  <mark@codesourcery.com>
12979
12980         * g++.dg/ext/asm4.C: New test.
12981
12982 2003-01-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12983
12984         PR c++/9030
12985         * g++.dg/template/friend12.C: New test.
12986         * g++.dg/template/friend13.C: Likewise.
12987         * g++.old-deja/g++.eh/spec6.C: Add missing error message.
12988
12989 2003-01-08  Jan Hubicka  <jh@suse.cz>
12990
12991         * gcc.dg/i386-cadd.c: New test.
12992         * gcc.dg/i386-cmov4.c: Likewise.
12993
12994 2003-01-06  Mark Mitchell  <mark@codesourcery.com>
12995
12996         PR c++/9165
12997         * g++.dg/warn/Wunused-3.C: New test.
12998
12999         * g++.dg/abi/bitfield9.C: New test.
13000
13001         PR c++/9189
13002         * g++.dg/parse/defarg3.C: New test.
13003
13004 2003-01-06  Nathan Sidwell  <nathan@codesourcery.com>
13005
13006         * g++.dg/parse/ambig1.C: New test.
13007         * g++.dg/parse/defarg2.C: New test.
13008
13009 2003-01-05  Mark Mitchell  <mark@codesourcery.com>
13010
13011         * g++.dg/template/defarg-1.C: New test.
13012         * g++.dg/template/local2.C: Likewise.
13013
13014 2003-01-05  Richard Sandiford  <rsandifo@redhat.com>
13015
13016         * gcc.c-torture/execute/20030105-1.c: New test.
13017
13018 2003-01-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13019
13020         * g++.dg/parse/namespace3.C: Remove extra semicolons.
13021         * g++.dg/parse/namespace4.C: Likewise.
13022
13023 2003-01-03  Nathan Sidwell  <nathan@codesourcery.com>
13024
13025         * g++.dg/template/ntp2.C: New test.
13026
13027 2003-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
13028
13029         * g++.dg/parse/extern-C-1.C: New test.
13030
13031         * g++.dg/parse/namespace4.C: New test.
13032
13033         * g++.dg/template/nested1.C: New test.
13034
13035         * g++.dg/parse/namespace3.C: New test.
13036
13037 2003-01-02  Nathanael Nerode  <neroden@gcc.gnu.org>
13038
13039         * g++.dg/lookup/two-stage1.C: New test.
13040
13041 2003-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13042
13043         * g++.old-deja/g++.bugs/900404_04.C: Remove XFAIL.
13044         * g++.old-deja/g++.jason/access8.C: Likewise.
13045         * g++.old-deja/g++.other/decl5.C: Likewise.
13046
13047 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
13048
13049         * g++.dg/parse/parse7.C: New test.
13050
13051 2003-01-02  Mark Mitchell  <mark@codesourcery.com>
13052
13053         PR c++/2843
13054         * g++.dg/ext/attrib7.C: New test.
13055
13056 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
13057
13058         * g++.dg/parse/parse6.C: New test.
13059
13060 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
13061
13062         * gcc.dg/h8300-stack-1.c: New.
13063
13064 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
13065
13066         g++.dg/lookup/exception1.C: New test.
13067
13068         g++.dg/lookup/template1.C: New test.
13069
13070         g++.dg/parse/namespace2.C: New test.
13071
13072         g++.dg/parse/parens2.C: New test.
13073
13074 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
13075
13076         * g++.dg/parse/parse5.C: New test.
13077         * g++.dg/lookup/scoped4.C: New test.
13078
13079 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
13080
13081         * g++.dg/parse/parens1.C: New test.
13082
13083         * g++.dg/parse/parens2.C: Removed, turned out to duplicate
13084         angle-bracket1.C.
13085         * g++.dg/parse/parens2.C: New test.
13086
13087         * g++.dg/lookup/scope-operator1.C: New test.
13088
13089         * g++.dg/parse/operator1.C: New test.
13090
13091 2003-01-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13092
13093         * g++.old-deja/g++.jason/ambig3.C: Remove XFAIL.
13094         * g++.old-deja/g++.other/access6.C: Likewise.
13095         * g++.old-deja/g++.other/decl1.C: Likewise.
13096         * g++.old-deja/g++.pt/typename12.C: Likewise.
13097
13098 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
13099
13100         * g++.dg/parse/namespace1.C: New test.
13101
13102 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
13103
13104         * g++.dg/parse/parse4.C: New test.
13105
13106 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
13107
13108         * g++.dg/parse/parse3.C: New test.
13109
13110 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
13111
13112         * g++.dg/parse/parse2.C: New test.
13113
13114 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
13115
13116         * g++.dg/template/friend11.C: New test.
13117
13118 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
13119
13120         * g++.dg/parse/parse1.C: New test.
13121
13122 2002-12-31  Janis Johnson  <janis187@us.ibm.com>
13123
13124         * lib/profopt.exp: Change the name of a global variable to avoid
13125         possible clashes with other test suites.
13126
13127 2002-12-31  Nathan Sidwell  <nathan@codesourcery.com>
13128
13129         * g++.dg/inherit/covariant8.C: New test.
13130
13131 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
13132
13133         * g++.dg/init/array9.C: New test.
13134
13135         PR c++/9112
13136         * g++.dg/parse/expr1.C: New test.
13137
13138 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
13139
13140         * gcc.c-torture/compile/20021230-1.c: New test.
13141
13142 2002-12-30  Nathan Sidwell  <nathan@codesourcery.com>
13143
13144         * g++.dg/inherit/covariant5.C: New test.
13145         * g++.dg/inherit/covariant6.C: New test.
13146         * g++.dg/inherit/covariant7.C: New test.
13147
13148 2002-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13149
13150         PR c++/2739
13151         * g++.dg/other/access2.C: New test.
13152
13153 2002-12-29  Gabriel Dos Reis  <gdr@integrable-solutions.net>
13154
13155         * g++.dg/other/anon-struct.C: No longer fails
13156         * g++.old-deja/g++.brendan/parse4.C: Likewise.
13157         * g++.old-deja/g++.brendan/parse5.C: Likewise.
13158         * g++.old-deja/g++.brendan/parse6.C: Likewise.
13159
13160 2002-12-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
13161
13162         * g++.dg/parse/angle-bracket.C (main): No longer fails.
13163
13164 2002-12-27  Mark Mitchell  <mark@codesourcery.com>
13165
13166         * g++.dg/eh/spec4.C: Remove stray semicolon.
13167         * g++.dg/expr/pmf-1.C: Change error message.
13168         * g++.dg/ext/asm1.C: Remove stray semicolon.
13169         * g++.dg/ext/typename1.C: Add missing typenames.
13170         * g++.dg/inherit/template-as-base.C: Change error message.
13171         * g++.dg/lookup/scoped1.C: Likewise.
13172         * g++.dg/lookup/scoped2.C: Likewise.
13173         * g++.dg/lookup/using2.C: Likewise.
13174         * g++.dg/other/component1.C: Remove stray semicolon.
13175         * g++.dg/other/do1.C: Change error message.
13176         * g++.dg/other/error2.C: Likewise.
13177         * g++.dg/other/init1.C: Likewise.
13178         * g++.dg/other/packed1.C: Remove stray semicolon.
13179         * g++.dg/other/ptrmem2.C: Change error message.
13180         * g++.dg/parse/parameter-declaration-1.C: Remove line number
13181         marker.
13182         * g++.dg/special/initp1.C: Remove invalid attribute usage.
13183         * g++.dg/template/access3.C: Add typename keyword.
13184         * g++.dg/template/access5.C: Remove stray semicolon.
13185         * g++.dg/template/access6.C: Likewise.
13186         * g++.dg/template/complit1.C: Likewise.
13187         * g++.dg/template/crash1.C: Change error message.
13188         * g++.dg/template/inherit2.C: Remove stray semicolon.
13189         * g++.dg/template/instantiate2.C: Likewise.
13190         * g++.dg/template/instantiate3.C: Change error message.
13191         * g++.dg/template/qual1.C: Remove stray semicolon.
13192         * g++.dg/template/qualttp18.C: Change error message.
13193         * g++.dg/template/ref1.C: Remove stray semicolon.
13194         * g++.dg/template/sizeof1.C (A::value): Declare it.
13195         * g++.dg/template/spec4.C: Change error message.
13196         * g++.dg/template/static1.C: Likewise.
13197         * g++.dg/template/type1.C: Likewise.
13198         * g++.dg/template/typename3.C: Likewise.
13199         * g++.old-deja/g++.benjamin/13478.C: Change error message.
13200         * g++.old-deja/g++.benjamin/15799.C: Remove stray semicolon.
13201         * g++.old-deja/g++.benjamin/bool01.C: Likewise.
13202         * g++.old-deja/g++.benjamin/bool02.C: Likewise.
13203         * g++.old-deja/g++.benjamin/p13417.C: Now fails due to use of
13204         named return value extension.
13205         * g++.old-deja/g++.benjamin/tem06.C: Remove stray semicolon.
13206         * g++.old-deja/g++.benjmain/warn01.C: Likewise.
13207         * g++.old-deja/g++.bob/extern_C.C: Likewise.
13208         * g++.old-deja/g++.bob/inherit2.C: Likewise.
13209         * g++.old-deja/g++.brendan/complex1.C: Likewise.
13210         * g++.old-deja/g++.brendan/copy5.C: Likewise.
13211         * g++.old-deja/g++.brendan/crash13.C: Likewise.
13212         * g++.old-deja/g++.brendan/crash15.C: Likewise.
13213         * g++.old-deja/g++.brendan/crash18.C: Change error message.
13214         * g++.old-deja/g++.brendan/crash37.C: Remove stray semicolon.
13215         * g++.old-deja/g++.brendan/crash38.C: Likewise.
13216         * g++.old-deja/g++.brendan/crash50.C: Likewise.
13217         * g++.old-deja/g++.brendan/crash56.C: Likewise.
13218         * g++.old-deja/g++.brendan/crash6.C: Use explicit specialization
13219         syntax.
13220         * g++.old-deja/g++.brendan/crash66.C: Remove stray semicolon.
13221         * g++.old-deja/g++.brendan/crash8.C: Change error message.
13222         * g++.old-deja/g++.brendan/ctors1.C: Remove stray semicolon.
13223         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
13224         * g++.old-deja/g++.brendan/shadow1.C: Likewise.
13225         * g++.old-deja/g++.brendan/template11.C: Likewise.
13226         * g++.old-deja/g++.brendan/template26.C: Likewise.
13227         * g++.old-deja/g++.brendan/template27.C: Use explicit
13228         specialization syntax.
13229         * g++.old-deja/g++.brendan/template30.C: Likewise.
13230         * g++.old-deja/g++.brendan/template5.C: Remove stray semicolon.
13231         * g++.old-deja/g++.brendan/visibility3.C: Account for use of
13232         non-dependent names.
13233         * g++.old-deja/g++.brendan/warnings4.C: Remove stray semicolon.
13234         * g++.old-deja/g++.brendan/warnings7.C: Likewise.
13235         * g++.old-deja/g++.bugs/900121_02.C: Likewise.
13236         * g++.old-deja/g++.eh/catchptr1.C: Likewise.
13237         * g++.old-deja/g++.ext/addrfunc4.C: Likewise.
13238         * g++.old-deja/g++.ext/namedret1.C: Now fails due to use of
13239         named return value extension.
13240         * g++.old-deja/g++.ext/namedret2.C: Likewise.
13241         * g++.old-deja/g++.ext/namedret3.C: Likewise.
13242         * g++.old-deja/g++.ext/return1.C: Likewise.
13243         * g++.old-deja/g++.ext/typename1.C: Add missing typename keywords.
13244         * g++.old-deja/g++.jason/access17.C: Issue more error messages.
13245         * g++.old-deja/g++.jason/access8.C: Likewise.
13246         * g++.old-deja/g++.jason/bool.C: Remove stray semicolon.
13247         * g++.old-deja/g++.jason/destruct.C: Remove incorrect
13248         pseudo-destructor names.
13249         * g++.old-deja/g++.jason/dtor3.C: Remove stray semicolon.
13250         * g++.old-deja/g++.jason/dtor5.C: Remove incorrect
13251         pseudo-destructor names.
13252         * g++.old-deja/g++.jason/opeq3.C: Remove stray semicolon.
13253         * g++.old-deja/g++.jason/overload19.C: Likewise.
13254         * g++.old-deja/g++.jason/overload32.C: Likewise.
13255         * g++.old-deja/g++.jason/parse11.C: Issue error messages about
13256         stray semicolons.
13257         * g++.old-deja/g++.jason/pmem2.C: Remove stray semicolon.
13258         * g++.old-deja/g++.jason/return.C: Likewise.
13259         * g++.old-deja/g++.jason/return2.C: Likewise.
13260         * g++.old-deja/g++.jason/shadow1.C: Likewise.
13261         * g++.old-deja/g++.jason/special.C: Use explicit specialization
13262         syntax.
13263         * g++.old-deja/g++.jason/template10.C: Account for use of
13264         non-dependent names.
13265         * g++.old-deja/g++.jason/template11.C: Use explicit specialization
13266         syntax.
13267         * g++.old-deja/g++.jason/template37.C: Likewise.
13268         * g++.old-deja/g++.law/access4.C: Change error messages.
13269         * g++.old-deja/g++.law/arm13.C:  Remove incorrect
13270         pseudo-destructor names.
13271         * g++.old-deja/g++.law/code-gen5.C: Remove stray semicolon.
13272         * g++.old-deja/g++.law/ctors9.C: Likewise.
13273         * g++.old-deja/g++.law/cvt22.C: Likewise.
13274         * g++.old-deja/g++.law/dtors5.C: Likewise.
13275         * g++.old-deja/g++.law/global-init1.C: Likewise.
13276         * g++.old-deja/g++.law/missed-error3.C: Likewise.
13277         * g++.old-deja/g++.law/operators28.C: Likewise.
13278         * g++.old-deja/g++.law/visibility28.C: Likewise.
13279         * g++.old-deja/g++.martin/eval1.C: Likewise.
13280         * g++.old-deja/g++.martin/pmf2.C: Remove qualifier in constructor
13281         name.
13282         * g++.old-deja/g++.mike/hog1.C: Remove stray semicolon.
13283         * g++.old-deja/g++.mike/net34.C: Likewise.
13284         * g++.old-deja/g++.mike/net36.C: Likewise.
13285         * g++.old-deja/g++.mike/ns2.C: Likewise.
13286         * g++.old-deja/g++.mike/p12306.C: Likewise.
13287         * g++.old-deja/g++.mike/p646.C: Adjust for removal of named return
13288         value extension.
13289         * g++.old-deja/g++.mike/p700.C: Likewise.
13290         * g++.old-deja/g++.mike/p701.C: Remove stray semicolon.
13291         * g++.old-deja/g++.mike/p710.C: Likewise.
13292         * g++.old-deja/g++.mike/p784.C: Adjust for removal of named return
13293         value extension.
13294         * g++.old-deja/g++.mike/pmf7.C: Remove stray semicolon.
13295         * g++.old-deja/g++.mike/pmf9.C: Likewise.
13296         * g++.old-deja/g++.ns/crash2.C: Likewise.
13297         * g++.old-deja/g++.ns/crash3.C: Likewise.
13298         * g++.old-deja/g++.ns/invalid1.C: Likewise.
13299         * g++.old-deja/g++.ns/ns17.C: Likewise.
13300         * g++.old-deja/g++.ns/template16.C: Likewise.
13301         * g++.old-deja/g++.ns/template5.C: Remove invalid use of template
13302         keyword.
13303         * g++.old-deja/g++.ns/template6.C: Remove stray semicolon.
13304         * g++.old-deja/g++.ns/using9.C: Remove stray semicolon.
13305         * g++.old-deja/g++.oliva/nameret1.C: Now fails due to use of
13306         named return value extension.
13307         * g++.old-deja/g++.oliva/nameret2.C: Likewise.
13308         * g++.old-deja/g++.other/access4.C: Issue additional error
13309         messages.
13310         * g++.old-deja/g++.other/array6.C: Remove stray semicolon.
13311         * g++.old-deja/g++.other/crash1.C: Isue additional error messages.
13312         * g++.old-deja/g++.other/crash11.C: Add missing class-key.
13313         * g++.old-deja/g++.other/crash25.C: Change error message.
13314         * g++.old-deja/g++.other/crash4.C: Change error message.
13315         * g++.old-deja/g++.other/debug7.C: Remove stray semicolon.
13316         * g++.old-deja/g++.other/decl5.C: Issue more error messages.
13317         * g++.old-deja/g++.other/defarg7.C: Remove circular dependency
13318         checks.
13319         * g++.old-deja/g++.other/defarg8.C: Likewise.
13320         * g++.old-deja/g++.other/dtor1.C: Remove stray semicolon.
13321         * g++.old-deja/g++.other/dtor10.C: Likewise.
13322         * g++.old-deja/g++.other/incomplete.C: Likewise.
13323         * g++.old-deja/g++.other/linkage7.C: Likewise.
13324         * g++.old-deja/g++.other/lookup19.C: Now fails due to corrected
13325         lookup algorithm.
13326         * g++.old-deja/g++.other/mangle2.C: Likewise.
13327         * g++.old-deja/g++.other/refinit2.C: Likewise.
13328         * g++.old-deja/g++.other/sizeof2.C: Change error messages.
13329         * g++.old-deja/g++.other/std1.C: Remove stray semicolon.
13330         * g++.old-deja/g++.pt/crash28.C: Likewise.
13331         * g++.old-deja/g++.pt/crash29.C: Use explicit specialization
13332         syntax.
13333         * g++.old-deja/g++.pt/crash32.C: Change error message.
13334         * g++.old-deja/g++.pt/crash43.C: Adjust error messages.
13335         * g++.old-deja/g++.pt/crash58.C: Remove stray semicolon.
13336         * g++.old-deja/g++.pt/crash65.C: Tweak to acount for change in
13337         error message position.
13338         * g++.old-deja/g++.pt/defarg5.C: Remove stray semicolon.
13339         * g++.old-deja/g++.pt/defarg8.C: Change error message.
13340         * g++.old-deja/g++.pt/eichin01.C: Use explicit specialization
13341         syntax.
13342         * g++.old-deja/g++.pt/eichin01a.C: Define static data members.
13343         * g++.old-deja/g++.pt/eichin01b.C: Likewise.
13344         * g++.old-deja/g++.pt/enum7.C: Remove stray semicolon.
13345         * g++.old-deja/g++.pt/explicit12.C: Remove invalid use of template
13346         keyword.
13347         * g++.old-deja/g++.pt/explicit31.C: Likewise.
13348         * g++.old-deja/g++.pt/explicit33.C: Remove stray semicolon.
13349         * g++.old-deja/g++.pt/explicit35.C: Remove invalid use of template
13350         keyword.
13351         * g++.old-deja/g++.pt/explicit71.C: Change error message.
13352         * g++.old-deja/g++.pt/explicit80.C: Use explicit specialization
13353         syntax.
13354         * g++.old-deja/g++.pt/friend28.C: Account for use of
13355         non-dependent names.
13356         * g++.old-deja/g++.pt/friend29.C: Likewise.
13357         * g++.old-deja/g++.pt/friend46.C: Adjust for correct name lookup
13358         rules.
13359         * g++.old-deja/g++.pt/friend48.C: Remove stray semicolon.
13360         * g++.old-deja/g++.pt/instantiate1.C: Use correct class-key.
13361         * g++.old-deja/g++.pt/instantiate11.C: Adjust for correct name
13362         lookup rules.
13363         * g++.old-deja/g++.pt/instantiate8.C: Remove stray semicolon.
13364         * g++.old-deja/g++.pt/instantiate9.C: Insert missing typename
13365         keyword.
13366         * g++.old-deja/g++.pt/memclass20.C: Likewise.
13367         * g++.old-deja/g++.pt/memclass5.C: Likewise.
13368         * g++.old-deja/g++.pt/memclass7.C: Remove invalid use of template
13369         keyword.
13370         * g++.old-deja/g++.pt/memtemp75.C: Likewise.
13371         * g++.old-deja/g++.pt/memtemp81.C: Remove stray semicolon.
13372         * g++.old-deja/g++.pt/memtemp87.C: Add missing access specifier.
13373         * g++.old-deja/g++.pt/overload13.C: Correct error messages.
13374         * g++.old-deja/g++.pt/parms2.C: Add missing typename keyword.
13375         * g++.old-deja/g++.pt/ptrmem1.C: Remove invalid use of template
13376         keyword.
13377         * g++.old-deja/g++.pt/spec10.C: Likewise.
13378         * g++.old-deja/g++.pt/spec28.C: Reorder declarations.
13379         * g++.old-deja/g++.pt/t10.C: Add explicit specialization syntax.
13380         * g++.old-deja/g++.pt/t32.C: Remove stray semicolon.
13381         * g++.old-deja/g++.pt/t35a.C: Add explicit specialization syntax.
13382         * g++.old-deja/g++.pt/ttp24.C: Remove stray semicolon.
13383         * g++.old-deja/g++.pt/ttp62.C: Likewise.
13384         * g++.old-deja/g++.pt/ttp64.C: Likewise.
13385         * g++.old-deja/g++.pt/typename11.C: Add missing typename keyword.
13386         * g++.old-deja/g++.pt/typename15.C: Likewise.
13387         * g++.old-deja/g++.pt/typename22.C: Likewise.
13388         * g++.old-deja/g++.pt/typename6.C: Change error messages.
13389         * g++.old-deja/g++.pt/using1.C: Remove stray semicolon.
13390         * g++.old-deja/g++.pt/virtual2.C: Likewise.
13391         * g++.old-deja/g++.robertl/eb118.C: Add explicit specialization
13392         syntax.
13393         * g++.old-deja/g++.robertl/eb27.C: Now fails due to use of named
13394         return value extension.
13395         * g++.old-deja/g++.robertl/eb43.C: Remove stray semicolon.
13396         * g++.old-deja/g++.robertl/eb79.C: Correct for new name lookup rules.
13397         * g++.old-deja/g++.robertl/eb82.C: Remove stray semicolons.
13398         * g++.old-deja/g++.robertl/eb86.C: Add missing forward declaration.
13399
13400 2002-12-26  Nathan Sidwell  <nathan@codesourcery.com>
13401
13402         * g++.dg/warn/inline1.C: New test.
13403         * g++.old-deja/g++.brendan/crash64.C: Remove spurious inlines.
13404         * g++.old-deja/g++.jason/synth10.C: Likewise.
13405         * g++.old-deja/g++.mike/net31.C: Likewise.
13406         * g++.old-deja/g++.mike/p8786.C: Likewise.
13407
13408         * g++.dg/template/friend10.C: New test.
13409         * g++.dg/template/conv5.C: New test.
13410
13411 2002-12-24  Nathan Sidwell  <nathan@codesourcery.com>
13412
13413         * g++.dg/lookup/scoped3.C: New test.
13414
13415         * g++.dg/lookup/decl1.C: New test.
13416         * g++.dg/lookup/decl2.C: New test.
13417
13418 2002-12-24  Joseph S. Myers  <jsm@polyomino.org.uk>
13419
13420         * g++.dg/init/new1.C, g++.dg/template/alignof1.C,
13421         gcc.c-torture/compile/20021015-1.c,
13422         gcc.c-torture/compile/20021015-2.c,
13423         gcc.c-torture/compile/20021123-1.c,
13424         gcc.c-torture/compile/20021123-2.c,
13425         gcc.c-torture/compile/20021123-3.c,
13426         gcc.c-torture/compile/20021123-4.c,
13427         gcc.c-torture/execute/20021024-1.c: Add tests previously added
13428         only to 3.1 or 3.2 branch.
13429
13430 2002-12-23  Mark Mitchell  <mark@codesourcery.com>
13431
13432         * gcc.dg/i386-bitfield3.c: New test.
13433
13434         * gcc.dg/i386-bitfield2.c: New test.
13435
13436 2002-12-22  Nathan Sidwell  <nathan@codesourcery.com>
13437
13438         * g++.dg/parse/conv_op1.C: New test.
13439
13440 2002-12-21  Josef Zlomek  <zlomekj@suse.cz>
13441
13442         * gcc.c-torture/compile/20021220-1.c: Removed until bug fix is
13443         approved.
13444
13445 2002-12-20  Josef Zlomek  <zlomekj@suse.cz>
13446
13447         * gcc.c-torture/compile/20021220-1.c: New test.
13448
13449 2002-12-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
13450
13451         * gcc.dg/i386-fastcall-1.c: New.
13452
13453 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
13454
13455         * gcc.c-torture/execute/20021219-1.c: New test.
13456
13457 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
13458
13459         * gcc.dg/i386-pic-1.c: New test.
13460
13461 2002-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13462
13463         PR c++/8099
13464         * g++.dg/template/friend9.C: New test.
13465
13466 2002-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13467
13468         PR c++/3663
13469         * g++.dg/template/access7.C: New test.
13470
13471 2002-12-18  Nick Clifton  <nickc@redhat.com>
13472
13473         * lib/g++.exp (g++_include_flags): Only invoke testsuite_flags if
13474         the libstdc++-v3 directory has been found.
13475
13476 2002-12-12  Devang Patel <dpatel@apple.com>
13477         * gcc.dg/darwin-ld-1.c: New test.
13478         * gcc.dg/darwin-ld-2.c: New test.
13479         * gcc.dg/darwin-ld-3.c: New test.
13480         * gcc.dg/darwin-ld-4.c: New test.
13481         * gcc.dg/darwin-ld-5.c: New test.
13482
13483 2002-12-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
13484
13485         * gcc.c-torture/compile/20021212-1.c: New test.
13486
13487 2002-12-11  Neil Booth  <neil@daikokuya.co.uk>
13488
13489         * gcc.dg/fshort-wchar: New test.
13490
13491 2002-12-10  Mark Mitchell  <mark@codesourcery.com>
13492
13493         PR c++/8372
13494         * g++.dg/template/dtor1.C: New test.
13495
13496         * g++.old-deja/g++.ext/memconst.C: Use old-deja, not dg, error
13497         markers.
13498
13499 2002-12-10  Jakub Jelinek  <jakub@redhat.com>
13500
13501         * g++.dg/parse/parameter-declaration-1.C: Expect error on last line.
13502
13503 2002-12-09  Mark Mitchell  <mark@codesourcery.com>
13504
13505         * g++.dg/template/static1.C: New test.
13506         * g++.dg/template/static2.C: New test.
13507         * g++.old-deja/g++.ext/memconst.C: New test.
13508
13509 2002-12-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13510
13511         * g++.dg/special/conpr-2.C: Expect failure on solaris2.
13512         * g++.dg/special/ecos.exp (conpr-3.C): Likewise.
13513         * g++.dg/special/initp1.C: Likewise.
13514
13515 2002-12-06  Jakub Jelinek  <jakub@redhat.com>
13516
13517         * gcc.c-torture/execute/20021204-1.c: New test.
13518
13519 2002-12-04  Geoffrey Keating  <geoffk@apple.com>
13520
13521         * gcc.dg/ppc-fmadd-1.c: New file.
13522         * gcc.dg/ppc-fmadd-2.c: New file.
13523         * gcc.dg/ppc-fmadd-3.c: New file.
13524
13525 2002-12-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
13526
13527         * gcc.c-torture/compile/20021204-1.c: New test.
13528
13529 2002-12-03  Nathan Sidwell  <nathan@codesourcery.com>
13530
13531         * g++.dg/inherit/covariant2.C: New test.
13532         * g++.dg/inherit/covariant3.C: New test.
13533         * g++.dg/inherit/covariant4.C: New test.
13534         * g++.dg/inherit/covariant1.C: Remove XFAIL.
13535         * g++.old-deja/g++.robertl/eb17.C: Likewise.
13536
13537 2002-12-03  Mark Mitchell  <mark@codesourcery.com>
13538
13539         PR c++/8688
13540         * g++.dg/init/brace3.C: New test.
13541
13542 2002-12-02  Kazu Hirata  <kazu@cs.umass.edu>
13543
13544         * gcc.dg/20020210-1.c: Fix a comment typo.
13545
13546 2002-12-02  Mark Mitchell  <mark@codesourcery.com>
13547
13548         PR c++/8720
13549         * g++.dg/parse/defarg1.C: New test.
13550
13551         PR c++/8615
13552         * g++.dg/template/char1.C: New test.
13553
13554         * g++.dg/template/varmod1.C: Fix typo.
13555
13556 2002-12-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13557
13558         DR 180
13559         * g++.old-deja/g++.pt/crash32.C: Expect error.
13560
13561 2002-12-01  Mark Mitchell  <mark@codesourcery.com>
13562
13563         PR c++/5919
13564         * g++.dg/template/varmod1.C: New test.
13565
13566         PR c++/8727
13567         * g++.dg/inherit/typeinfo1.C: New test.
13568
13569         PR c++/8663
13570         * g++.dg/inherit/typedef1.C: New test.
13571
13572 2002-11-30  Mark Mitchell  <mark@codesourcery.com>
13573
13574         PR c++/8332
13575         PR c++/8493
13576         * g++.dg/template/strlen1.C: New test.
13577
13578         PR c++/8227
13579         * g++.dg/template/ctor2.C: New test.
13580
13581         PR c++/8214
13582         * g++.dg/init/string1.C: New test.
13583
13584         PR c++/8511
13585         * g++.dg/template/friend8.C: New test.
13586
13587 2002-11-29  Joe Buck <jbuck@synopsys.com>
13588
13589         * g++.dg/lookup/anon2.C: New test.
13590
13591 2002-11-28  Kazu Hirata  <kazu@cs.umass.edu>
13592
13593         * gcc.c-torture/execute/strct-varg-1.x: Remove xfail on the
13594         h8300 port.
13595
13596 2002-11-27  Richard Sandiford  <rsandifo@redhat.com>
13597
13598         * gcc.dg/bitfld-6.c: New test.
13599
13600 2002-11-27  Jan Hubicka  <jh@suse.cz>
13601
13602         * gcc.c-torture/execute/20021127.[cx]: New test.
13603
13604 2002-11-26  Jan Hubicka  <jh@suse.cz>
13605
13606         * gcc.dg/i386-cmov[123].c: New tests for conditional move code
13607         quality.
13608
13609 2002-11-26  Geoffrey Keating  <geoffk@apple.com>
13610
13611         * g++.dg/init/brace2.C: New test.
13612         * g++.old-deja/g++.mike/p9129.C: Correct.
13613
13614 2002-11-26  Mark Mitchell  <mark@codesourcery.com>
13615
13616         * g++.dg/abi/empty10.C: Don't run on non-x86 targets.
13617
13618 2002-11-25  Andreas Bauer  <baueran@in.tum.de>
13619
13620         * gcc.dg/sibcall-6: New test for indirect sibcalls.
13621
13622 2002-11-25  Mark Mitchell  <mark@codesourcery.com>
13623
13624         * testsuite/g++.dg/abi/empty11.C: New test.
13625         * testsuite/g++.dg/rtti/cv1.C: New test.
13626
13627 2002-11-25  Hans-Peter Nilsson  <hp@bitrange.com>
13628
13629         * lib/prune.exp: Prune more -fpic/-fPIC warnings.
13630
13631 2002-11-24  Mark Mitchell  <mark@codesourcery.com>
13632
13633         * g++.dg/abi/empty10.C: New test.
13634
13635 2002-11-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
13636
13637         * gcc.c-torture/compile/20021124-1.c: New test.
13638
13639 2002-11-22  Mark Mitchell  <mark@codesourcery.com>
13640
13641         * g++.dg/abi/rtti2.C: New test.
13642
13643 2002-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
13644
13645         * gcc.dg/i386-unroll-1.c: New test.
13646
13647 2002-11-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
13648
13649         * gcc.c-torture/compile/20021120-1.c: New test.
13650         * gcc.c-torture/compile/20021120-2.c: New test.
13651
13652 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
13653
13654         * gcc.dg/bitfld-5.c: New test.
13655
13656 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
13657
13658         * gcc.c-torture/execute/20021120-3.c: New test.
13659
13660 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
13661
13662         * gcc.c-torture/execute/20021120-2.c: New test.
13663
13664 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
13665
13666         * gcc.c-torture/execute/20021120-1.c: New test.
13667
13668 2002-11-20  Jakub Jelinek  <jakub@redhat.com>
13669
13670         * gcc.c-torture/execute/20021118-3.c: New test.
13671
13672 2002-11-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
13673
13674         * gcc.c-torture/compile/20021119-1.c: New test.
13675
13676 2002-11-19  Jason Thorpe  <thorpej@wasabisystems.com>
13677
13678         * gcc.dg/duff-1.c: New test.
13679         * gcc.dg/duff-2.c: New test.
13680         * gcc.dg/duff-3.c: New test.
13681
13682 2002-11-18  Neil Booth  <neil@daikokuya.co.uk>
13683
13684         * gcc.dg/cpp/_Pragma5.c: New test.
13685
13686 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
13687
13688         * gcc.c-torture/execute/20021118-2.c: New test.
13689
13690 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
13691
13692         * gcc.c-torture/execute/20021118-1.c: New test.
13693
13694 2002-11-16  Jakub Jelinek  <jakub@redhat.com>
13695
13696         * gcc.dg/20021116-1.c: New test.
13697
13698 2002-11-14  Mark Mitchell  <mark@codesourcery.com>
13699
13700         * g++.dg/abi/vcall1.C: New test.
13701
13702 2002-11-14  Jakub Jelinek  <jakub@redhat.com>
13703
13704         * gcc.dg/20021029-1.c: New test.
13705         * gcc.dg/20021029-2.c: New test.
13706
13707 2002-11-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13708
13709         * g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*.
13710
13711 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
13712
13713         PR c/8439
13714         * gcc.dg/20021110.c: Move to ...
13715         * gcc.c-torture/compile/20021110.c: .... here.
13716
13717 2002-11-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13718
13719         PR c/8467
13720         * gcc.c-torture/execute/20021111-1.c
13721
13722 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
13723
13724         PR c/8439
13725         * gcc.dg/20021110.c: New test.
13726
13727 2002-11-10  Mark Mitchell  <mark@codesourcery.com>
13728
13729         * g++.dg/abi/vthunk3.C: Run only on x86.
13730
13731 2002-11-10  Joseph S. Myers  <jsm@polyomino.org.uk>
13732
13733         * gcc.dg/c90-idem-qual-2.c, gcc.dg/c99-idem-qual-2.c: New tests.
13734
13735 2002-11-09  Hans-Peter Nilsson  <hp@bitrange.com>
13736
13737         * lib/compat.exp (compat-execute): Fix logic error in last
13738         change.
13739
13740 2002-11-09  Neil Booth  <neil@daikokuya.co.uk>
13741
13742         * gcc.dg/cpp/trad/assembler.S, gcc.dg/cpp/trad/directive.c: Update.
13743
13744 2002-11-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13745
13746         PR c++/8389
13747         * g++.dg/template/access6.C: New test.
13748
13749 2002-11-08  Jan Hubicka  <jh@suse.cz>
13750
13751         * gcc.dg/i386-ssefp-1.c: New test.
13752         * gcc.dg/i386-ssefp-1.c: New test.
13753
13754 2002-11-08  Jan Hubicka  <jh@suse.cz>
13755
13756         * gcc.c-torture/compile/20021108-1.c: New testcase for x86-64 failure.
13757
13758 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
13759
13760         * g++.dg/abi/vthunk3.C: New test.
13761
13762         PR c++/8338
13763         * g++.dg/template/crash2.C: New test.
13764
13765 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
13766
13767         * testsuite/g++.dg/abi/dtor1.C: New test.
13768         * testsuite/g++.dg/abi/dtor2.C: Likewise.
13769
13770 2002-11-05  Geoffrey Keating  <geoffk@apple.com>
13771
13772         * g++.old-deja/g++.eh/badalloc1.C: XFAIL excess errors test on
13773         Darwin.
13774
13775 2002-11-04  Adam Nemet  <anemet@lnxw.com>
13776
13777         * gcc.c-torture/execute/941014-1.x: thumb-elf was deprecated, use
13778         -mthumb.  Only xfail with -O0.
13779
13780 2002-11-03  Mark Mitchell  <mark@codesourcery.com>
13781
13782         * g++.dg/abi/thunk1.C: New test.
13783         * g++.dg/abi/thunk2.C: Likewise.
13784         * g++.dg/abi/vtt1.C: Likewise.
13785
13786 2002-11-02  Diego Novillo  <dnovillo@redhat.com>
13787
13788         PR optimization/8423
13789         * gcc.c-torture/execute/builtin-constant.c: New test.
13790
13791 2002-11-01  Zack Weinberg  <zack@codesourcery.com>
13792
13793         * g++.dg/ext/typedef-init.C, gcc.dg/typedef-init.C:
13794         Add some more cases.
13795
13796 2002-11-01  Mark Mitchell  <mark@codesourcery.com>
13797
13798         PR c++/8391
13799         * g++.dg/opt/local1.C: New test.
13800
13801 2002-10-30  Mark Mitchell  <mark@codesourcery.com>
13802
13803         PR c++/8160
13804         * g++.dg/template/complit1.C: New test.
13805
13806         PR c++/8149
13807         * g++.dg/template/typename4.C: Likewise.
13808
13809 2002-10-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13810
13811         Core issue 287, PR c++/7639
13812         * g++.dg/template/instantiate1.C: Adjust error location.
13813         * g++.dg/template/instantiate3.C: New test.
13814         * g++.old-deja/g++.pt/crash10.C: Adjust error location.
13815         * g++.old-deja/g++.pt/derived3.C: Adjust error location.
13816         * g++.old-deja/g++.pt/spec28.C: Reorder declaration.
13817
13818 2002-10-29  Hans-Peter Nilsson  <hp@bitrange.com>
13819
13820         * lib/compat.exp (compat-execute): Don't clean out a gluefile.
13821
13822 2002-10-29  Mark Mitchell  <mark@codesourcery.com>
13823
13824         PR c++/8287
13825         * g++.dg/init/dtor2.C: New test.
13826
13827 2002-10-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13828
13829         * gcc.dg/20021014-1.c: Bypass errors on solaris2 and irix6.
13830         * gcc.dg/nest.c: Bypass errors on irix6.
13831
13832 2002-10-27  Hans-Peter Nilsson  <hp@bitrange.com>
13833
13834         * gcc.dg/nest.c: Expect error for mmix-*-*.
13835         * gcc.dg/20021014-1.c: Use dg-error, not dg-build.
13836
13837 2002-10-26  Hans-Peter Nilsson  <hp@bitrange.com>
13838
13839         * gcc.dg/wint_t-1.c, gcc.dg/wchar_t-1.c: Remove excess-errors
13840         markers.
13841
13842         * gcc.dg/20021014-1.c: Expect build failure on mmix-*-*.
13843
13844 2002-10-25  Mike Stump  <mrs@apple.com>
13845
13846         * gcc.dg/warn-1.c: New test.
13847
13848 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
13849
13850         * g++.dg/template/typename3.C: New test.
13851
13852 2002-10-25  Mark Mitchell  <mark@codesourcery.com>
13853
13854         * g++.dg/lookup/ptrmem1.C: New test.
13855
13856         * g++.dg/abi/vthunk2.C: New test.
13857
13858 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
13859
13860         * g++.dg/ext/vla1.C, gcc.dg/vla-2.c: New tests.
13861
13862 2002-10-24  Mark Mitchell  <mark@codesourcery.com>
13863
13864         * g++.dg/abi/empty9.C: New test.
13865
13866 2002-10-24  Richard Henderson  <rth@redhat.com>
13867
13868         * g++.dg/inherit/thunk1.C: Enable for ia64.
13869
13870 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
13871
13872         PR c++/8067
13873         * g++.dg/lookup/pretty1.C: New test.
13874
13875 2002-10-23  Jakub Jelinek  <jakub@redhat.com>
13876
13877         * gcc.dg/20021023-1.c: New test.
13878
13879 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
13880
13881         PR c++/7679
13882         * g++.dg/parse/inline1.C: New test.
13883
13884 2002-10-23  Richard Henderson  <rth@redhat.com>
13885
13886         * g++.dg/inherit/thunk1.C: Enable for x86_64.
13887
13888         * g++.dg/inherit/thunk1.C: Enable for s390 and alpha.
13889
13890 2002-10-22  Mark Mitchell  <mark@codesourcery.com>
13891
13892         PR c++/6579
13893         * g++.dg/parse/stmtexpr3.C: New test.
13894
13895 2002-10-22  Nathan Sidwell  <nathan@codesourcery.com>
13896
13897         * g++.dg/expr/cond1.C: New test.
13898
13899 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
13900
13901         * gcc.dg/sibcall-5.c: Correct { dg-do run } line.
13902
13903 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
13904
13905         * g++.dg/abi/vbase13.C: New test.
13906         * g++.dg/abi/vbase14.C: Likewise.
13907
13908 2002-10-21  Jakub Jelinek  <jakub@redhat.com>
13909
13910         * gcc.dg/tls/pic-1.c: New test.
13911         * gcc.dg/tls/nonpic-1.c: New test.
13912         * gcc.dg/20021018-1.c: New test.
13913
13914 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
13915
13916         * lib/profopt.exp (profopt-cleanup): New argument TESTCASE.
13917         Remove only files with the same base name as the test case.
13918         (profopt-perf-value): Pass TESTCASE to profopt-cleanup.
13919         (profopt-execute): Likewise.  Also, remove old profiling
13920         and performance data files before running the tests.
13921
13922         * gcc.misc-tests/bprob.exp: Remove profopt-cleanup calls.
13923         * g++.dg/bprob/bprob.exp: Likewise.
13924         * g77.dg/bprob/bprob.exp: Likewise.  Also, relax regexp
13925         to allow more general test case names.
13926
13927         * g++.dg/bprob/bprob-1.C: Rename to ...
13928         * g++.dg/bprob/g++-bprob-1.C: ... this.
13929
13930         * g77.dg/bprob/bprob-1.f: Rename to ...
13931         * g77.dg/bprob/g77-bprob-1.f: ... this.
13932
13933 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
13934
13935         * gcc.dg/noncompile/920923-1.c: Prevent spurious regressions with
13936         bison 1.50 or later.
13937
13938 2002-10-21  Janis Johnson  <janis187@us.ibm.com>
13939
13940         * g++.dg/README: Describe more test directories.
13941
13942 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
13943
13944         * g++.dg/init/array6.C: Add additional tests.
13945
13946 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
13947
13948         * gcc.dg/weak/typeof-2.c: Handle s390x targets as well.
13949         * gcc.misc-tests/linkage.exp: Handle s390x targets in -m31 mode.
13950
13951 2002-10-21  Kazu Hirata  <kazu@cs.umass.edu>
13952
13953         * gcc.c-torture/compile/20020604-1.x: New.
13954         * gcc.c-torture/compile/simd-5.x: Likewise.
13955         * gcc.c-torture/execute/920710-1.x: Likewise.
13956         * gcc.c-torture/execute/20020720-1.x: Disable on h8300.
13957
13958 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
13959
13960         * g++.dg/inherit/override1.C: Add dg-options clause.
13961
13962 2002-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
13963
13964         * testsuite/gcc.dg/i386-sse-3.c: Add tests for _mm_srli_si128 and
13965         _mm_slli_si128.
13966
13967 2002-10-19  Andreas Schwab  <schwab@suse.de>
13968
13969         * lib/compat.exp (compat-run): Prepend "./" when $dest has no
13970         directory component.
13971
13972 2002-10-18  Mark Mitchell  <mark@codesourcery.com>
13973
13974         * g++.dg/inherit/thunk1.C: New test.
13975
13976         * g++.dg/inherit/override1.C: New test.
13977
13978         * g++.dg/abi/mangle11.C: New test.
13979         * g++.dg/abi/mangle14.C: New test.
13980         * g++.dg/abi/mangle17.C: New test.
13981
13982 2002-10-17  Nathan Sidwell  <nathan@codesourcery.com>
13983
13984         * g++.dg/overload/member2.C: New test.
13985
13986 2002-10-17  Janis Johnson  <janis187@us.ibm.com>
13987
13988         * g++.dg/README: Describe new compat directory.
13989         * g++.dg/dg.exp: Skip tests in compat directory.
13990         * README.compat: New file.
13991         * lib/compat.exp: New expect script.
13992         * g++.dg/compat: New test directory.
13993         * g++.dg/compat/compat.exp: New expect script.
13994         * g++.dg/compat/abi: New test directory.
13995         * g++.dg/compat/abi/bitfield1_x.C, g++.dg/compat/abi/bitfield1_main.C,
13996         g++.dg/compat/abi/bitfield1_y.C, g++.dg/compat/abi/bitfield1.h,
13997         g++.dg/compat/abi/bitfield2_x.C, g++.dg/compat/abi/bitfield2_main.C,
13998         g++.dg/compat/abi/bitfield2_y.C, g++.dg/compat/abi/bitfield2.h,
13999         g++.dg/compat/abi/vbase8-10_x.C, g++.dg/compat/abi/vbase8-10_main.C,
14000         g++.dg/compat/abi/vbase8-10_y.C, g++.dg/compat/abi/vbase8-10.h,
14001         g++.dg/compat/abi/vbase8-21_x.C, g++.dg/compat/abi/vbase8-21_main.C,
14002         g++.dg/compat/abi/vbase8-21_y.C, g++.dg/compat/abi/vbase8-21.h,
14003         g++.dg/compat/abi/vbase8-22_x.C, g++.dg/compat/abi/vbase8-22_main.C,
14004         g++.dg/compat/abi/vbase8-22_y.C, g++.dg/compat/abi/vbase8-22.h,
14005         g++.dg/compat/abi/vbase8-4_x.C, g++.dg/compat/abi/vbase8-4_main.C,
14006         g++.dg/compat/abi/vbase8-4_y.C, g++.dg/compat/abi/vbase8-4.h: New files.
14007         * g++.dg/compat/break: New test directory.
14008         * g++.dg/compat/break/empty6_x.C, g++.dg/compat/break/empty6_main.C,
14009         g++.dg/compat/break/empty6_y.C, g++.dg/compat/break/empty6.h,
14010         g++.dg/compat/break/vbase10_x.C, g++.dg/compat/break/vbase10_main.C,
14011         g++.dg/compat/break/vbase10_y.C, g++.dg/compat/break/vbase10.h,
14012         g++.dg/compat/break/vbase11_x.C, g++.dg/compat/break/vbase11_main.C,
14013         g++.dg/compat/break/vbase11_y.C, g++.dg/compat/break/vbase11.h,
14014         g++.dg/compat/break/bitfield7_x.C, g++.dg/compat/break/bitfield7_main.C,
14015         g++.dg/compat/break/bitfield7_y.C, g++.dg/compat/break/bitfield7.h,
14016         g++.dg/compat/break/bitfield5_x.C, g++.dg/compat/break/bitfield5_main.C,
14017         g++.dg/compat/break/bitfield5_y.C, g++.dg/compat/break/bitfield5.h,
14018         g++.dg/compat/break/README: New files.
14019         * g++.dg/compat/eh: New test directory.
14020         * g++.dg/compat/eh/ctor1_x.C, g++.dg/compat/eh/ctor1_main.C,
14021         g++.dg/compat/eh/ctor1_y.C, g++.dg/compat/eh/ctor1.h,
14022         g++.dg/compat/eh/ctor2_x.C, g++.dg/compat/eh/ctor2_main.C,
14023         g++.dg/compat/eh/ctor2_y.C, g++.dg/compat/eh/ctor2.h,
14024         g++.dg/compat/eh/dtor1_x.C, g++.dg/compat/eh/dtor1_main.C,
14025         g++.dg/compat/eh/dtor1_y.C, g++.dg/compat/eh/dtor1.h,
14026         g++.dg/compat/eh/filter1_x.C, g++.dg/compat/eh/filter1_main.C,
14027         g++.dg/compat/eh/filter1_y.C, g++.dg/compat/eh/filter1.h,
14028         g++.dg/compat/eh/filter2_x.C, g++.dg/compat/eh/filter2_main.C,
14029         g++.dg/compat/eh/filter2_y.C,
14030         g++.dg/compat/eh/new1_x.C, g++.dg/compat/eh/new1_main.C,
14031         g++.dg/compat/eh/new1_y.C,
14032         g++.dg/compat/eh/nrv1_x.C, g++.dg/compat/eh/nrv1_main.C,
14033         g++.dg/compat/eh/nrv1_y.C, g++.dg/compat/eh/nrv1.h,
14034         g++.dg/compat/eh/spec3_x.C, g++.dg/compat/eh/spec3_main.C,
14035         g++.dg/compat/eh/spec3_y.C, g++.dg/compat/eh/spec3.h,
14036         g++.dg/compat/eh/template1_x.C, g++.dg/compat/eh/template1_main.C,
14037         g++.dg/compat/eh/template1_y.C, g++.dg/compat/eh/template1.h,
14038         g++.dg/compat/eh/unexpected1_x.C, g++.dg/compat/eh/unexpected1_main.C,
14039         g++.dg/compat/eh/unexpected1_y.C: New files.
14040         * g++.dg/compat/init: New test directory.
14041         * g++.dg/compat/init/array5_x.C, g++.dg/compat/init/array5_main.C,
14042         g++.dg/compat/init/array5_y.C,
14043         g++.dg/compat/init/byval1_x.C, g++.dg/compat/init/byval1_main.C,
14044         g++.dg/compat/init/byval1_y.C, g++.dg/compat/init/byval1.h,
14045         g++.dg/compat/init/dtor1_x.C, g++.dg/compat/init/dtor1_main.C,
14046         g++.dg/compat/init/dtor1_y.C, g++.dg/compat/init/dtor1.h,
14047         g++.dg/compat/init/elide1_x.C, g++.dg/compat/init/elide1_main.C,
14048         g++.dg/compat/init/elide1_y.C, g++.dg/compat/init/elide1.h,
14049         g++.dg/compat/init/init-ref2_x.C, g++.dg/compat/init/init-ref2_main.C,
14050         g++.dg/compat/init/init-ref2_y.C: New files.
14051
14052 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
14053
14054         PR c++/7584
14055         * g++.dg/inherit/using3.C: New test.
14056
14057 2002-10-17  Jan Hubicka  <jh@suse.cz>
14058
14059         * gcc.dg/20021017-2.c: New test.
14060
14061 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
14062
14063         * g++.dg/abi/mangle16.C: Adjust.
14064
14065         * g++.dg/init/array8.C: New test.
14066
14067 2002-10-17  Richard Sandiford  <rsandifo@redhat.com>
14068
14069         * gcc.dg/special/mips-abi.exp: New test.
14070         * gcc.dg/special/mips-abi.s: Empty file used by the above.
14071
14072 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
14073
14074         * g++.dg/abi/mangle16.C: New test.
14075         * g++.dg/abi/mangle17.C: Likewise.
14076
14077         PR c++/7478
14078         * g++.dg/template/ref1.C: New test.
14079
14080 2002-10-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14081
14082         * gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips.
14083
14084 2002-10-16  Ulrich Weigand  <uweigand@de.ibm.com>
14085
14086         * gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.
14087
14088 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
14089
14090         PR c++/7524
14091         * g++.dg/init/array7.C: New test.
14092
14093 2002-10-15  Mark Mitchell  <mark@codesourcery.com>
14094
14095         * g++.dg/init/array6.C: New test.
14096
14097         * g++.dg/abi/mangle13.C: Likewise.
14098         * g++.dg/abi/mangle14.C: Likewise.
14099         * g++.dg/abi/mangle15.C: Likewise.
14100
14101 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
14102
14103         * g++.dg/abi/empty8.C: New test.
14104
14105 2002-10-15  Nathan Sidwell  <nathan@codesourcery.com>
14106
14107         * g++.dg/init/ctor1.C: New test.
14108
14109 2002-10-15  Ulrich Weigand  <uweigand@de.ibm.com>
14110
14111         * gcc.c-torture/execute/20021015-1.c: New test.
14112
14113 2002-10-15  J"orn Rennecke <joern.rennecke@superh.com>
14114
14115         * gcc.dg/weak/typeof-2.c: For SH targets, return before baz3 test.
14116
14117 2002-10-14  Jan Hubicka  <jh@suse.cz>
14118
14119         * gcc.dg/i386-ssetype-[1-5].c: New tests.
14120
14121 2002-10-14  Richard Henderson  <rth@redhat.com>
14122
14123         * gcc.dg/20020219-1.c: Disable for 16-bit targets.
14124
14125 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
14126
14127         PR optimization/6631
14128         * g++.dg/opt/const2.C: New test.
14129
14130 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
14131
14132         PR c++/7176
14133         * g++.dg/parse/friend1.C: New test.
14134         * g++.old-deja/g++.pt/memtemp64.C: Adjust.
14135
14136 2002-10-14  Jakub Jelinek  <jakub@redhat.com>
14137
14138         * gcc.dg/20021014-1.c: New test.
14139
14140 2002-10-11  Mark Mitchell  <mark@codesourcery.com>
14141
14142         PR c++/5661
14143         * g++.dg/ext/vlm1.C: New test.
14144         * g++.dg/ext/vlm2.C: Likewise.
14145
14146         * g++.dg/init/array1.C: Remove invalid braces.
14147         * g++.dg/init/brace1.C: New test.
14148         * g++.dg/init/copy2.C: Likewise.
14149         * g++.dg/init/copy3.C: Likewise.
14150         * g++.old-deja/g++.ext/arrnew.C: Change WARNING to ERROR.
14151         * g++.old-deja/g++.mike/p9129.C: Add ERROR on invalid use of
14152         braces.
14153
14154 2002-10-11  Neil Booth  <neil@daikokuya.co.uk>
14155
14156         * gcc.dg/cpp/assembler.S: Don't use -ansi.
14157
14158 2002-10-11  Richard Shann  <richard.shann@superh.com>
14159
14160         * gcc.c-torture/compile/simd-5.c: New test.
14161
14162 2002-10-10  Roger Sayle  <roger@eyesopen.com>
14163
14164         * gcc.c-torture/execute/shiftopt-1.c: New test case.
14165
14166 2002-10-10  Jim Wilson  <wilson@redhat.com>
14167
14168         * gcc.c-torture/execute/20021010-1.c: New test.
14169
14170 2002-10-09  Zack Weinberg  <zack@codesourcery.com>
14171
14172         PR c/7353
14173         * g++.dg/ext/typedef-init.C: New test.
14174         * gcc.dg/typedef-init.c: New test.
14175
14176 2002-10-09  Neil Booth  <neil@daikokuya.co.uk>
14177
14178         * gcc.dg/cpp/paste13.c: New test.
14179
14180 2002-10-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14181
14182         * gcc.c-torture/execute/20020720-1.x: Take out sparc XFAILs.  For
14183         remaining platforms, XFAIL during compile, not execute.  Don't
14184         XFAIL at -O0.
14185
14186 2002-10-08  Nathan Sidwell  <nathan@codesourcery.com>
14187
14188         * gcc.dg/alias-1.c: Tweak expected warning.
14189
14190 2002-10-06  D.Venkatasubramanian <dvenkat@noida.hcltech.com>
14191
14192         * gcc.dg/20020411-1.c: Disable for 16-bit "int".
14193
14194 2002-10-06  Andreas Jaeger  <aj@suse.de>
14195
14196         * gcc.dg/cpp/c++98-pedantic.C: Moved to g++.dg/cpp.
14197         * gcc.dg/cpp/c++98.C: Likewise.
14198
14199         * g++.dg/cpp/c++98-pedantic.C: Moved from gcc.dg/cpp to here.
14200         * g++.dg/cpp/c++98.C: Likewise.
14201
14202         * g++.dg/README (Subdirectories): Mention cpp directory.
14203
14204         PR target/7559
14205         * gcc.dg/20021006-1.c: New test.
14206
14207 2002-10-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14208
14209         PR c++/7804
14210         * g++.dg/other/warning1.C: New test.
14211
14212 2002-10-04  Roger Sayle  <roger@eyesopen.com>
14213
14214         * gcc.c-torture/execute/20020720-1.x:  XFAIL instead of skipping
14215         the test on failing platforms.  Mark sparcv9-*-*, sparc64-*-*
14216         and sparc-*-* with -m64 as expected failures.  See PR 8087.
14217
14218 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
14219
14220         PR c++/7931
14221         * g++.dg/template/ptrmem3.C: New test.
14222
14223         PR c++/7754
14224         * g++.dg/template/union1.C: New test.
14225
14226 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
14227
14228         PR c++/8006
14229         * g++.dg/abi/mangle9.C: New test.
14230         * g++.dg/abi/mangle10.C: New test.
14231         * g++.dg/abi/mangle11.C: New test.
14232         * g++.dg/abi/mangle12.C: New test.
14233
14234 2002-10-02  Mark Mitchell  <mark@codesourcery.com>
14235
14236         PR c++/7188.
14237         * g++.dg/template/meminit1.C: New test.
14238         * g++.dg/warn/Wreorder-1.C: Likewise.
14239         * g++.old-deja/g++.mike/warn3.C: Tweak.
14240         * lib/prune.exp: Ingore "in copy constructor".
14241
14242 2002-10-02  Andreas Jaeger  <aj@suse.de>
14243
14244         * gcc.dg/20020919-1.c, gcc.dg/inline-2.c, gcc.dg/980211-1.c,
14245         gcc.dg/20020103-1.c, gcc.dg/20000614-2.c,
14246         g++.old-deja/g++.pt/asm1.C, g++.old-deja/g++.other/asm3.C: Enable
14247         on x86-64.
14248
14249 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
14250
14251         * gcc.dg/empty1.C: Fix typo.
14252
14253 2002-10-01  Nathan Sidwell  <nathan@codesourcery.com>
14254
14255         * gcc.dg/alias-1.c: New test.
14256
14257 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
14258
14259         * gcc.dg/empty1.C: New test.
14260
14261         * g++.dg/tls/init-2.C: Tweak error messages.
14262
14263 2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
14264
14265         * gcc.c-torture/compile/20020923-1.c: New test.
14266
14267 2002-09-30  Jason Thorpe  <thorpej@wasabisystems.com>
14268
14269         * gcc.c-torture/execute/ffs-1.c: New test.
14270         * gcc.c-torture/execute/ffs-2.c: Ditto.
14271
14272 2002-09-30  Nathan Sidwell  <nathan@codesourcery.com>
14273
14274         * g++.dg/overload/member1.C: New test.
14275
14276 2002-09-30  Mark Mitchell  <mark@codesourcery.com>
14277
14278         * g++.dg/abi/empty7.C: New test.
14279         * g++.dg/init/pm2.C: Likewise.
14280
14281 2002-09-29  Nathan Sidwell  <nathan@codesourcery.com>
14282
14283         * g++.dg/rtti/crash1.C: New test.
14284
14285 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
14286
14287         * gcc.dg/sibcall-1.c, gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c,
14288         gcc.dg/sibcall-4.c: New tests.
14289
14290 2002-09-28  Roger Sayle  <roger@eyesopen.com>
14291
14292         * gcc.c-torture/execute/20020720-1.x: No longer skip test on
14293         powerpc and MMIX targets.
14294
14295 2002-09-27  Zack Weinberg  <zack@codesourcery.com>
14296
14297         * gcc.dg/cpp/20020927-1.c: New.
14298
14299 2002-09-26  David S. Miller  <davem@redhat.com>
14300
14301         * gcc.c-torture/compile/trunctfdf.c: New.
14302
14303 2002-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14304
14305         * lib/target-supports.exp (check_weak_available): Handle solaris2.
14306
14307 2002-09-27  Alan Modra  <amodra@bigpond.net.au>
14308
14309         * gcc.c-torture/execute/loop-15.c: New.
14310
14311 2002-09-26  Janis Johnson  <janis187@us.ibm.com>
14312
14313         * README.QMTEST: Fix typo.
14314
14315 2002-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
14316
14317         * gcc.dg/20020926-1.c: New test.
14318
14319 2002-09-25  David S. Miller  <davem@redhat.com>
14320
14321         PR target/7842
14322         * gcc.c-torture/execute/shiftdi.c: New test.
14323
14324 2002-09-26  Richard Earnshaw  <rearnsha@arm.com>
14325
14326         * lib/gcc.exp (gcc_init): Use a filename for the testglue that is
14327         unique to the tool.
14328         * lib/g77.exp (g77_init): Likewise.
14329         * lib/g++.exp (g++_init): Likewise.
14330         * lib/objc.exp (objc_init): Likewise.
14331
14332 2002-09-25  Mark Mitchell  <mark@codesourcery.com>
14333
14334         * gcc/testsuite/g++.dg/abi/empty5.C: New test.
14335         * gcc/testsuite/g++.dg/abi/empty6.C: New test.
14336         * gcc/testsuite/g++.dg/abi/vbase12.C: New test.
14337
14338 2002-09-25  Richard Henderson  <rth@redhat.com>
14339
14340         * gcc.c-torture/execute/ieee/20010226-1.c: Early exit for
14341         too-small long double.
14342
14343 2002-09-23  Hans-Peter Nilsson  <hp@axis.com>
14344
14345         * gcc.dg/20020919-1.c: New test.
14346
14347 2002-09-23  Mark Mitchell  <mark@codesourcery.com>
14348
14349         * g++.dg/abi/bitfield6.C: New test.
14350         * g++.dg/abi/bitfield7.C: New test.
14351         * g++.dg/abi/bitfield8.C: New test.
14352         * g++.dg/abi/vbase11.C: New test.
14353
14354 2002-09-22  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14355
14356         * gcc.dg/20020219-1.c: Add "-mdisable-indexing" option for target
14357         hppa*-*-hpux*.  Update test comment.
14358
14359 2002-09-20  Jakub Jelinek  <jakub@redhat.com>
14360
14361         * gcc.dg/tls/struct-1.c: New test.
14362
14363 2002-09-20  Neil Booth  <neil@daikokuya.co.uk>
14364
14365         * gcc.dg/cpp/tr-warn2.c: Update.
14366
14367 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
14368
14369         * gcc.c-torture/execute/20020720-1.x: Skip test on ARM-based systems.
14370
14371 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
14372
14373         * gcc.c-torture/execute/990208-1.x: XFAIL this at -O3 for ARM-based
14374         systems.
14375
14376 2002-09-20  Hans-Peter Nilsson  <hp@bitrange.com>
14377
14378         * gcc.c-torture/execute/ieee/mzero3.c: New test.
14379
14380         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
14381         Adjust for c++filt moved to binutils.  Remove spurious duplicate
14382         setting of cxxfilt.
14383
14384 2002-09-19  Geoffrey Keating  <geoffk@apple.com>
14385
14386         * gcc.dg/20020312-2.c: Update for darwin.
14387
14388 2002-09-18  Nathan Sidwell  <nathan@codesourcery.com>
14389
14390         * g++.old-deja/g++.other/crash32.C: Mark ICE.
14391
14392 2002-09-17  Nicola Pero  <n.pero@mi.flashnet.it>
14393
14394         * objc.dg/comp-types-1.m: New test.
14395         * objc.dg/comp-types-2.m: New test.
14396         * objc.dg/comp-types-3.m: New test.
14397         * objc.dg/comp-types-4.m: New test.
14398         * objc.dg/comp-types-5.m: New test.
14399         * objc.dg/comp-types-6.m: New test.
14400
14401 2002-09-17  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14402
14403         * gcc.c-torture/execute/strct-stdarg-1.x: Remove file.
14404
14405 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
14406
14407         * g++.dg/other/do1.C: New test.
14408
14409         * g++.dg/template/subst1.C: New test.
14410
14411 2002-09-16  Steve Ellcey  <sje@cup.hp.com>
14412
14413         * gcc.dg/20020312-2.c: Change __parisc__ to __hppa__.
14414
14415 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
14416
14417         * g++.dg/template/qualttp20.C: Adjust expected errors.
14418         * g++.old-deja/g++.jason/report.C: Likewise.
14419         * g++.old-deja/g++.other/qual1.C: Likewise.
14420
14421         * g++.dg/lookup/scoped2.C: New test.
14422
14423         * g++.dg/ext/asm3.C: New test.
14424
14425 2002-09-16  Richard Earnshaw  <rearnsha@arm.com>
14426
14427         * objc.dg/bitfield-2.m (dg-options): Add -fsigned-char.
14428
14429 2002-09-16  Kazu Hirata  <kazu@cs.umass.edu>
14430
14431         * ChangeLog: follow spelling conventions.
14432         * g++.old-deja/g++.abi/ptrmem.C: Likewise.
14433         * g++.old-deja/g++.bugs/900210_05.C: Likewise.
14434         * g++.old-deja/g++.bugs/900211_04.C: Likewise.
14435         * g++.old-deja/g++.bugs/900321_02.C: Likewise.
14436         * g++.old-deja/g++.bugs/900404_02.C: Likewise.
14437         * g++.old-deja/g++.bugs/900520_06.C: Likewise.
14438         * g++.old-deja/g++.law/global-init1.C: Likewise.
14439         * g++.old-deja/g++.other/delete4.C: Likewise.
14440         * g++.old-deja/g++.other/inline21.C: Likewise.
14441         * g++.old-deja/g++.other/singleton.C: Likewise.
14442         * g77.dg/strlen0.f: Likewise.
14443         * g77.f-torture/compile/20010519-1.f: Likewise.
14444         * g77.f-torture/compile/980310-4.f: Likewise.
14445         * gcc.c-torture/compile/20000605-1.c: Likewise.
14446         * gcc.c-torture/execute/20020225-1.c: Likewise.
14447         * gcc.dg/c90-hexfloat-2.c: Likewise.
14448         * gcc.dg/c99-bool-1.c: Likewise.
14449         * gcc.dg/c99-hexfloat-2.c: Likewise.
14450         * gcc.dg/dll-2.c: Likewise.
14451         * gcc.dg/wtr-union-init-1.c: Likewise.
14452         * gcc.dg/wtr-union-init-2.c: Likewise.
14453         * gcc.dg/wtr-union-init-3.c: Likewise.
14454         * gcc.dg/cpp/avoidpaste1.c: Likewise.
14455         * gcc.dg/cpp/defined.c: Likewise.
14456         * gcc.dg/cpp/macsyntx.c: Likewise.
14457         * gcc.dg/cpp/paste2.c: Likewise.
14458         * gcc.dg/cpp/trad/defined.c: Likewise.
14459         * gcc.dg/format/c90-printf-1.c: Likewise.
14460         * gcc.dg/format/c90-scanf-1.c: Likewise.
14461         * gcc.dg/format/c99-printf-1.c: Likewise.
14462         * gcc.dg/format/c99-scanf-1.c: Likewise.
14463         * gcc.misc-tests/gcov-8.c: Likewise.
14464         * lib/profopt.exp: Likewise.
14465
14466 2002-09-15  Krister Walfridsson  <cato@df.lth.se>
14467
14468         * lib/old-dejagnu.exp (old-dejagnu) Improve test for ICE.
14469
14470 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
14471
14472         * g++.dg/inherit/using2.C: New test.
14473
14474 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
14475
14476         * ChangeLog: Follow spelling conventions.
14477         * g++.dg/template/friend4.C: Likewise.
14478         * g++.old-deja/g++.pt/crash67.C: Likewise.
14479         * gcc.c-torture/execute/20000801-4.c: Likewise.
14480         * gcc.dg/c90-digraph-1.c: Likewise.
14481         * gcc.dg/c94-digraph-1.c: Likewise.
14482         * gcc.dg/c99-digraph-1.c: Likewise.
14483         * gcc.dg/cpp/line5.c: Likewise.
14484         * gcc.dg/cpp/multiline.c: Likewise.
14485         * gcc.dg/cpp/trad/literals-1.c: Likewise.
14486         * gcc.dg/format/attr-3.c: Likewise.
14487         * gcc.dg/format/c90-scanf-3.c: Likewise.
14488         * gcc.dg/format/ext-4.c: Likewise.
14489
14490 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
14491
14492         * g++.dg/template/pretty1.C: New test.
14493
14494 2002-09-14  Alan Modra  <amodra@bigpond.net.au>
14495
14496         * gcc.c-torture/execute/struct-cpy-1.c: New test.
14497
14498 2002-09-13  Matt Austern  <austern@apple.com>
14499
14500         * testsuite/g++.dg/other/constref[12].C: New, regression tests for
14501         passing a cast expression to a function by const reference.
14502
14503 2002-09-13  Nathan Sidwell  <nathan@codesourcery.com>
14504
14505         * g++.dg/template/deduce1.C: New test.
14506
14507 2002-09-13  Kazu Hirata  <kazu@cs.umass.edu>
14508
14509         * gcc.c-torture/execute/simd-1.c: Force all use of int to
14510         32-bit int.
14511
14512 2002-09-10  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14513
14514         * gcc.dg/struct-ret-1.c: Add prototype for exit function and correct
14515         usage.
14516
14517 2002-09-10  Richard Earnshaw  <rearnsha@arm.com>
14518
14519         * gcc.c-torture/compile/20020910-1.c: New test.
14520
14521 2002-09-10  Frank Ch. Eigler  <fche@redhat.com>
14522
14523         * gcc.c-torture/execute/20010915-1.c: Correct typo in abort call.
14524
14525 2002-09-10  Andreas Jaeger  <aj@suse.de>
14526
14527         * gcc.dg/20020312-2.c: Adjust for x86-64.
14528
14529 2002-09-08  Toon Moene  <toon@moene.indiv.nluug.nl>
14530
14531         * g77.dg/7388.f: New test case for PR 7388.
14532
14533 2002-09-07  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
14534
14535         * gcc.dg/compare2.c: Remove xfail from cases 10 and 12.
14536
14537 2002-09-05  Ziemowit Laski <zlaski@apple.com>
14538
14539         * objc.dg/proto-lossage-1.m: New test.
14540
14541 2002-09-06  Neil Booth  <neil@daikokuya.co.uk>
14542
14543         * gcc.dg/cpp/_Pragma4.c: Fix typo.
14544
14545 2002-09-06  Nicola Pero  <n.pero@mi.flashnet.it>
14546
14547         * objc/execute/formal_protocol-6.x: Removed.  This testcase is now
14548         expected to pass.
14549
14550 2002-09-06  Stan Shebs  <shebs@apple.com>
14551             David Edelsohn  <edelsohn@gnu.org>
14552
14553         * gcc.dg/weak: New directory.
14554         * gcc.dg/weak-[1-9].c: Move to new directory, remove all
14555         target-specific xfail bits.
14556         * gcc.dg/typeof-2.c: Move to new directory.
14557         * gcc.dg/weak.exp: New expect script.
14558
14559 2002-09-06  Alan Modra  <amodra@bigpond.net.au>
14560
14561         * gcc.c-torture/execute/extzvsi.c: New test.
14562
14563 2002-09-05  Stan Shebs  <shebs@apple.com>
14564
14565         * gcc.dg/weak-1.c: xfail on Darwin.
14566         * gcc.dg/weak-2.c: Ditto.
14567         * gcc.dg/weak-3.c: Ditto.
14568         * gcc.dg/weak-4.c: Ditto.
14569         * gcc.dg/weak-5.c: Ditto.
14570         * gcc.dg/weak-6.c: Ditto.
14571         * gcc.dg/weak-7.c: Ditto.
14572         * gcc.dg/weak-8.c: Ditto.
14573         * gcc.dg/weak-9.c: Ditto.
14574
14575 2002-09-05  J"orn Rennecke <joern.rennecke@superh.com>
14576
14577         * gcc.c-torture/execute/loop-14.c: New test.
14578
14579 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
14580
14581         * g++.dg/other/cxa-atexit1.C: New test.
14582
14583         * gcc.dg/typeof-2.c: New test.
14584
14585 2002-09-03  Roger Sayle  <roger@eyesopen.com>
14586
14587         * gcc.dg/builtins-2.c: New testcase.
14588         * gcc.dg/builtins-3.c: New testcase.
14589
14590 2002-09-03  Neil Booth  <neil@daikokuya.co.uk>
14591
14592         * gcc.dg/cpp/_Pragma4.c: New test.
14593
14594 2002-09-03  Nicola Pero  <n.pero@mi.flashnet.it>
14595
14596         * objc/execute/nil_method-1.m: New testcase.
14597
14598 2002-09-01  Nicola Pero  <n.pero@mi.flashnet.it>
14599
14600         * objc/execute/class-tests-1.h (test_class_with_superclass): Call
14601         [Object class], not [Object initialize].
14602
14603 2002-08-31  Roger Sayle  <roger@eyesopen.com>
14604             Hans-Peter Nilsson  <hp@bitrange.com>
14605
14606         * gcc.c-torture/execute/20020720-1.x: Skip test on
14607         mmix-knuth-mmixware.  Correct comment.
14608
14609 2002-08-27  Mark Mitchell  <mark@codesourcery.com>
14610
14611         * testsuite/g++.dg/abi/bitfield5.C: New test.
14612         * testsuite/g++.dg/abi/vbase10.C: Likewise.
14613
14614 2002-08-27  Nicola Pero  <n.pero@mi.flashnet.it>
14615
14616         * objc.dg/undeclared-selector.m: New test.
14617
14618 2002-08-27  Nathan Sidwell  <nathan@codesourcery.com>
14619
14620         * g++.dg/other/offsetof1.C: Avoid cast warning.
14621
14622 2002-08-26  Ziemowit Laski  <zlaski@apple.com>
14623
14624         * objc.dg/super-class-2.m: New test.
14625
14626 2002-08-24  Matt Austern  <austern@apple.com>
14627
14628         * g++.dg/ext/lvaddr.C: New test.
14629         * g++.dg/ext/lvcast.C: New test.
14630
14631 2002-08-22  Mark Mitchell  <mark@codesourcery.com>
14632
14633         * testsuite/g++.dg/inherit/cond1.C: New test.
14634
14635 2002-08-22  Geoffrey Keating  <geoffk@redhat.com>
14636
14637         * gcc.dg/noncompile/incomplete-1.c: New test.
14638
14639 2002-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
14640
14641         * gcc.dg/typespec-1.c: New test.
14642
14643 2002-08-20  Devang Patel  <dpatel@apple.com>
14644         * objc.dg/proto-hier-2.m: New test.
14645
14646 2002-08-19  Ziemowit Laski  <zlaski@apple.com>
14647
14648         * objc.dg/bitfield-1.m: New test.
14649         * objc.dg/bitfield-2.m: New test.
14650
14651 2002-08-17  Joseph S. Myers  <jsm@polyomino.org.uk>
14652
14653         * gcc.dg/c90-flex-array-1.c, gcc.dg/c99-flex-array-3.c,
14654         gcc.dg/c99-flex-array-4.c: New tests.
14655
14656 2002-08-16  Stan Shebs  <shebs@apple.com>
14657
14658         * objc/execute/selector-1.m: Add __NEXT_RUNTIME__ case.
14659
14660 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
14661
14662         * gcc.dg/typeof-1.c: New test.
14663         * g++.dg/ext/typeof2.C: New test.
14664
14665 2002-08-15  Nathan Sidwell  <nathan@codesourcery.com>
14666
14667         * g++.dg/other/offsetof1.C: New test.
14668
14669 2002-08-14  Richard Henderson  <rth@redhat.com>
14670
14671         * gcc.dg/tls/diag-3.c: Fix expected message strings.
14672
14673 2002-08-14  Neil Booth  <neil@daikokuya.co.uk>
14674
14675         * gcc.dg/cpp/_Pragma3.c: New test.
14676
14677 2002-08-13  Mark Mitchell  <mark@codesourcery.com>
14678
14679         * g++.dg/template/inherit3: New test.
14680
14681 2002-08-10  Nathan Sidwell  <nathan@codesourcery.com>
14682
14683         * gcc.dg/bitfld-4.c: Add blank options.
14684
14685 2002-08-09  Mark Mitchell  <mark@codesourcery.com>
14686
14687         * g++.dg/template/crash1.C: New test.
14688
14689 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
14690
14691         * gcc.dg/tls/opt-2.c: New test.
14692
14693 2002-08-08  Devang Patel  <dpatel@apple.com>
14694
14695         * objc.dg/selector-1.m : New test
14696
14697 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
14698
14699         * g++.dg/abi/bitfield4.C: New test.
14700         * gcc.dg/bitfld-4.c: New test.
14701
14702 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
14703
14704         * g++.dg/other/packed1.C: New test.
14705
14706 2002-08-07  Mark Mitchell  <mark@codesourcery.com>
14707
14708         * g++.dg/abi/offsetof.C: Tweak error messages.
14709         * g++.old-deja/g++.mike/p10769a.C: Likewise.
14710
14711 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
14712
14713         * gcc.dg/bitfld-3.c: New test.
14714
14715 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
14716             Richard Henderson  <rth@redhat.com>
14717
14718         * gcc.dg/i386-bitfield1.c: New test.
14719         * g++.dg/abi/bitfield3.C: Update.
14720
14721 2002-08-07  Neil Booth  <neil@daikokuya.co.uk>
14722
14723         * objc.dg/const-str-2.m: Update.
14724         * gcc.dg/cpp/c++98.c: Change to C extension.
14725         * gcc.dg/cpp/c++98-pedantic.c: Similarly.
14726         * gcc.dg/cpp/cpp.exp: Process .C extensions too.
14727
14728 2002-08-06  Aldy Hernandez  <aldyh@redhat.com>
14729
14730         * testsuite/gcc.dg/tls/diag-3.c: New.
14731
14732 2002-08-07  Gabriel Dos Reis  <gdr@nerim.net>
14733
14734         * g++.dg/README (Subdirectories): Document new subdir expr.
14735         * g++.dg/expr/pmf-1.C: New test.
14736
14737 2002-08-06  Neil Booth  <neil@daikokuya.co.uk>
14738
14739         * gcc.dg/cpp/vararg3.c, gcc.dg/cpp/vararg4.c: New tests.
14740
14741 2002-08-06  Jakub Jelinek  <jakub@redhat.com>
14742
14743         * g++.dg/abi/bitfield3.C: New test.
14744
14745 2002-08-05  Nathan Sidwell  <nathan@codesourcery.com>
14746
14747         * lib/gcov.exp: Tweak expected line formats.
14748         * gcc.misc-tests/gcov8.c: New test.
14749         * gcc.misc-tests/gcov8.x: New flags.
14750
14751 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
14752
14753         * consistency.vlad/layout/endian.c: Include string.h.
14754
14755         * gcc.c-torture/execute/20020805-1.c: New test.
14756
14757 2002-08-04  Gabriel Dos Reis  <gdr@nerim.net>
14758
14759         * g++.dg/other/conversion1.C: New test.
14760
14761 2002-08-03  Roger Sayle  <roger@eyesopen.com>
14762
14763         * gcc.dg/builtins-1.c: New testcase.
14764
14765 2002-08-02  Mark Mitchell  <mark@codesourcery.com>
14766
14767         * g++.dg/inherit/access3.C: New test.
14768
14769 2002-08-01  Jakub Jelinek  <jakub@redhat.com>
14770
14771         * gcc.dg/ia64-visibility-2.c: New test.
14772
14773 2002-08-01  Benjamin Kosnik   <bkoz@redhat.com>
14774
14775         * g++.old-deja/g++.abi/ptrflags.C (expect): Change
14776         __qualifier_flags to __flags.
14777
14778 2002-07-31  Mark Mitchell  <mark@codesourcery.com>
14779
14780         * g++.dg/inherit/operator1.C: New test.
14781         * g++.dg/lookup/disamb1.C: Fix typo in comment.
14782         * g++.dg/other/error1.C: Change expected error message.
14783         * g++.dg/template/conv4.C: Likewise.
14784
14785 2002-07-26  Neil Booth  <neil@daikokuya.cop.uk>
14786
14787         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/Wunused.c: Add test
14788         for documented behavior.
14789
14790 2002-07-25  Roger Sayle  <roger@eyesopen.com>
14791
14792         * gcc.c-torture/execute/20020720-1.x: Skip this test on
14793         several targets known to fail.
14794
14795 2002-07-25  Richard Sandiford  <rsandifo@redhat.com>
14796
14797         * gcc.dg/mips-args-[123].c: New tests.
14798
14799 2002-07-24  Aldy Hernandez  <aldyh@redhat.com>
14800
14801         * gcc.dg/ppc-spe.c: New.
14802
14803 2002-07-24  Geoffrey Keating  <geoffk@redhat.com>
14804
14805         * g++.dg/other/ptrmem4.C: New testcase.
14806
14807 2002-07-24  Richard Henderson  <rth@redhat.com>
14808
14809         * gcc.c-torture/execute/loop-2e.c: Rewrite for 64 bit and no mmap.
14810
14811 2002-07-24  Gabriel Dos Reis  <gdr@nerim.net>
14812
14813         * g++.dg/ext/alignof1.C (main): Return 0 for success.
14814
14815 2002-07-24  Roger Sayle  <roger@eyesopen.com>
14816
14817         * gcc.c-torture/execute/memset-3.c: New testcase.
14818
14819 2002-07-24  Neil Booth  <neil@daikokuya.co.uk>
14820
14821         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/trad/Wunused.h,
14822         gcc.dg/cpp/Wunused.c, gcc.dg/cpp/Wunused.h: New tests.
14823
14824 2002-07-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14825
14826         * gcc.c-torture/execute/va-arg-15.x, va-arg-16.x, va-arg-17.x:
14827         Delete.
14828
14829 2002-07-23  J"orn Rennecke <joern.rennecke@superh.com>
14830
14831         * gcc.c-torture/compile/simd-4.c: New test.
14832
14833 2002-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14834
14835         PR c++/7347, c++/7348
14836         * g++.dg/template/access4.C: New test.
14837         * g++.dg/template/access5.C: New test.
14838         * g++.old-deja/g++.pt/memtemp85.C: Fix access problem.
14839         * g++.old-deja/g++.pt/memtemp86.C: Likewise.
14840         * g++.old-deja/g++.pt/ttp58.C: Likewise.
14841         * g++.old-deja/g++.pt/memtemp89.C: Remove XFAIL.
14842
14843 2002-07-22  Jakub Jelinek  <jakub@redhat.com>
14844
14845         * gcc.dg/gnu89-init-2.c: New test.
14846
14847 2002-07-21  Gabriel Dos Reis  <gdr@nerim.net>
14848
14849         * gcc.dg/c90-arraydecl-1.c: Change C89 too C90.
14850
14851 2002-07-20  Roger Sayle  <roger@eyesopen.com>
14852
14853         * gcc.c-torture/execute/20020720-1.c: New testcase.
14854
14855 2002-07-20  Neil Booth  <neil@daikokuya.co.uk>
14856
14857         * gcc.dg/cpp/Wsignprom.c: New tests.
14858
14859 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
14860
14861         * gcc.c-torture/execute/loop-13.c: New test.
14862
14863 2002-07-19  Neil Booth  <neil@daikokuya.co.uk>
14864
14865         * gcc.dg/cpp/expr.c: New tests.
14866
14867 2002 07-18  David Edelsohn  <edelsohn@gnu.org>
14868
14869         * g++.dg/opt/pr6713.C: Add template instantiation.
14870
14871 2002-07-18  Alan Modra  <amodra@bigpond.net.au>
14872
14873         * gcc.dg/nest.c: New test.
14874
14875 2002-07-17  Richard Henderson  <rth@redhat.com>
14876
14877         * g++.dg/opt/pr6713.C: New test.
14878
14879 2002-07-17  Eric Botcazou  <ebotcazou@multimania.com>
14880
14881         * gcc.c-torture/execute/loop-2e.x: Let the testcase
14882         XFAIL for all x86 processors.
14883
14884 2002-07-17  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
14885
14886         * gcc.c-torture/execute/20010122-1.x: Do not test with
14887         -fomit-frame-pointer.
14888
14889 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14890
14891         * g++.dg/template/instantiate2.C: New test.
14892         * g++.dg/template/spec4.C: New test.
14893
14894 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14895
14896         * g++.dg/template/access2.C: New test.
14897         * g++.dg/template/access3.C: New test.
14898
14899 2002-07-15  Zack Weinberg  <zack@codesourcery.com>
14900
14901         * c-torture/execute/991216-3.c, c-torture/execute/strct-varg-1.c,
14902         c-torture/execute/va-arg-7.c, c-torture/execute/va-arg-8.c,
14903         c-torture/execute/va-arg-15.c, c-torture/execute/va-arg-16.c,
14904         c-torture/execute/va-arg-17.c, c-torture/execute/va-arg-19.c:
14905         Convert to use <stdarg.h>.
14906         * c-torture/execute/va-arg-3.c, c-torture/execute/va-arg-3.x:
14907         Delete.
14908         * gcc.dg/va-arg-2.c: New.
14909         * lib/gcc.exp, lib/objc.exp: Remove code to set -DNO_VARARGS.
14910
14911 2002-07-15  Jakub Jelinek  <jakub@redhat.com>
14912
14913         * gcc.c-torture/compile/20020710-1.c: New test.
14914
14915 2002-07-11  J"orn Rennecke <joern.rennecke@superh.com>
14916                           Andrew Pinski  <pinskia@physics.uc.edu>
14917
14918         gcc.c-torture/compile/simd-2.c: New testcase.
14919         gcc.c-torture/compile/simd-3.c: Likewise.
14920
14921 2002-07-11  Mark Mitchell  <mark@codesourcery.com>
14922
14923         PR c++/7224
14924         * g++.dg/overload/error1.C: New test.
14925
14926 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14927
14928         * gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32
14929         configuration and IRIX 6 O32 ABI.
14930
14931 2002-07-11  Roger Sayle  <roger@eyesopen.com>
14932
14933         * gcc.c-torture/execute/builtin-noret-1.c: Test non-ANSI functions.
14934
14935 2002-07-10  Roger Sayle  <roger@eyesopen.com>
14936
14937         * gcc.c-torture/execute/20000217-1.c: Fix usage of "abort".
14938
14939 2002-07-10  Jeffrey A Law  <law@redhat.com>
14940
14941         * gcc.c-torture/compile/981006-1.x: Do not use -fpic for mn102.
14942
14943         * gcc.c-torture/compile/930326-1.x: Remove.  No longer needed.
14944
14945 2002-07-09  Aldy Hernandez  <aldyh@redhat.com>
14946
14947         * gcc.dg/20020312-2.c: Check for __PPC__.
14948
14949 2002-07-09  Diego Novillo  <dnovillo@redhat.com>
14950
14951         * gcc.c-torture/compile/20020709-1.c: New test.
14952
14953 2002-07-07  Roger Sayle  <roger@eyesopen.com>
14954
14955         * g++.dg/template/qualttp21.C: New test case.
14956
14957 2002-07-06  Alexandre Oliva  <aoliva@redhat.com>
14958
14959         * gcc.c-torture/compile/20020706-1.c: New test.
14960         * gcc.c-torture/compile/20020706-2.c: New test.
14961
14962 2002-07-06  Brian R. Gaeke  <brg@dgate.ORG>
14963             Alexandre Oliva  <aoliva@redhat.com>
14964
14965         * g++.dg/warn/incomplete1.C: New test.
14966
14967 2002-07-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14968
14969         PR c++/7099
14970         * g++.dg/warn/noreturn1.C: New test.
14971
14972 2002-07-03  Mark Mitchell  <mark@codesourcery.com>
14973
14974         PR c++/6706
14975         * g++.dg/debug/debug6.C: New test.
14976         * g++.dg/debug/debug7.C: New test.
14977
14978 2002-07-04  J"orn Rennecke <joern.rennecke@superh.com>
14979
14980         * gcc.c-torture/compile/simd-3.c: New test.
14981
14982 2002-07-03  Chris Demetriou  <cgd@broadcom.com>
14983
14984         * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
14985         * gcc.dg/20020620-1.c: Likewise.
14986
14987 2002-07-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14988
14989         PR c++/6944
14990         * g++.dg/init/array4.C: New test.
14991         * g++.dg/init/array5.C: New test.
14992
14993 2002-07-03  J"orn Rennecke <joern.rennecke@superh.com>
14994
14995         * gcc.c-torture/execute/simd-1.c (main): Also test &, |, ^, ~.
14996         * gcc.c-torture/execute/simd-2.c (main): Likewise.
14997
14998 2002-07-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14999
15000         * gcc.dg/cpp/tr-warn2.c: Use traditional C style function definitions.
15001         * gcc.dg/wtr-aggr-init-1.c: Likewise.
15002         * gcc.dg/wtr-conversion-1.c: Likewise.
15003         * gcc.dg/wtr-escape-1.c: Likewise.
15004         * gcc.dg/wtr-int-type-1.c: Likewise.
15005         * gcc.dg/wtr-label-1.c: Likewise.
15006         * gcc.dg/wtr-static-1.c: Likewise.
15007         * gcc.dg/wtr-strcat-1.c: Likewise.
15008         * gcc.dg/wtr-suffix-1.c: Likewise.
15009         * gcc.dg/wtr-switch-1.c: Likewise.
15010         * gcc.dg/wtr-unary-plus-1.c: Likewise.
15011         * gcc.dg/wtr-union-init-1.c: Likewise.
15012         * gcc.dg/wtr-union-init-2.c: Likewise.
15013         * gcc.dg/wtr-union-init-3.c: Likewise.
15014
15015         * gcc.dg/wtr-func-def-1.c: New test.
15016
15017 2002-07-02 Devang Patel <dpatel@apple.com>
15018
15019         * objc.dg/param-1.m: New test.
15020
15021 2002-07-03  Neil Booth  <neil@daikokuya.co.uk>
15022
15023         * gcc.dg/cpp/trad/directive.c: Add test.
15024         * gcc.dg/cpp/trad/macroargs.c: Add test.
15025         * gcc.dg/cpp/trad/recurse-3.c: Add tests.
15026
15027 2002-07-02  Neil Booth  <neil@daikokuya.co.uk>
15028
15029         * gcc.dg/cpp/cmdlne-M.c: New test.
15030
15031 2002-07-02  Ziemowit Laski  <zlaski@apple.com>
15032
15033         * objc.dg/desig-init-1.m: New test.
15034
15035 2002-07-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15036
15037         PR c++/6716
15038         * g++.dg/template/instantiate1.C: New test.
15039
15040 2002-07-01  Mark Mitchell  <mark@codesourcery.com>
15041
15042         PR c++/7112
15043         * g++.dg/template/sizeof2.C: New test.
15044
15045 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
15046
15047         * gcc.dg/cpp/trad/cmdlne-dD.c, gcc.dg/cpp/trad/cmdlne-dM.c,
15048         gcc.dg/cpp/trad/include.c: New tests.
15049
15050 2002-07-01  Hans-Peter Nilsson  <hp@axis.com>
15051
15052         PR target/7177
15053         * gcc.c-torture/compile/20020701-1.c: New test.
15054
15055 2002-07-01  Stan Shebs  <shebs@apple.com>
15056
15057         * lib/objc.exp (objc_target_compile): Add the -I path to ObjC
15058         header here...
15059         * lib/objc-torture.exp (objc-torture-compile): ...instead of here
15060         (objc-torture-execute): or here.
15061
15062 2002-07-01  J"orn Rennecke <joern.rennecke@superh.com>
15063
15064         * gcc.c-torture/execute/arith-rand-ll.c: New test.
15065
15066 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
15067
15068         * gcc.dg/cpp/trad/escaped-nl.c: New test.
15069
15070 2002-06-30  Devang Patel  <dpatel@apple.com>
15071
15072         * objc.dg/fsyntax-only.m: New test.
15073
15074 2002-06-27  Mark Mitchell  <mark@codesourcery.com>
15075
15076         PR c++/6695
15077         * g++.dg/template/friend7.C: New file.
15078
15079 2002-06-27  Aldy Hernandez  <aldyh@redhat.com>
15080
15081         * gcc.c-torture/execute/string-opt-8.c (strncmp): Fix typo in
15082         return type.
15083
15084 2002-06-27  J"orn Rennecke <joern.rennecke@superh.com>
15085
15086         * gcc.c-torture/execute/simd-2.c (i, j): Add initializer elements to
15087         avoid division by zero.
15088
15089 2002-06-27  Neil Booth  <neil@daikokuya.co.uk>
15090
15091         * gcc.dg/Wunknownprag.c: New tests.
15092
15093 2002-06-25  J"orn Rennecke <joern.rennecke@superh.com>
15094
15095         * gcc.c-torture/execute/simd-2.c: New test.
15096
15097 2002-06-25  Neil Booth  <neil@daikokuya.co.uk>
15098
15099         * gcc.dg/cpp/mi7.c, gcc.dg/cpp/mi7a.h, gcc.dg/cpp/mi7b.h,
15100         gcc.dg/cpp/trad/builtins.c, gcc.dg/cpp/trad/builtins.h,
15101         gcc.dg/cpp/trad/cmdlne-C.c, gcc.dg/cpp/trad/cmdlne-C2.c,
15102         gcc.dg/cpp/trad/maccom1.c, gcc.dg/cpp/trad/maccom2.c,
15103         gcc.dg/cpp/trad/maccom3.c, gcc.dg/cpp/trad/maccom4.c,
15104         gcc.dg/cpp/trad/maccom6.c, gcc.dg/cpp/trad/mi1.c,
15105         gcc.dg/cpp/trad/mi1c.h, gcc.dg/cpp/trad/mi1nd.h,
15106         gcc.dg/cpp/trad/mi1ndp.h, gcc.dg/cpp/trad/mi1x.h,
15107         gcc.dg/cpp/trad/mi2.c, gcc.dg/cpp/trad/mi2a.h,
15108         gcc.dg/cpp/trad/mi2b.h, gcc.dg/cpp/trad/mi2c.h
15109         gcc.dg/cpp/trad/mi3.c, gcc.dg/cpp/trad/mi3.def,
15110         gcc.dg/cpp/trad/mi3.h, gcc.dg/cpp/trad/mi4.c,
15111         gcc.dg/cpp/trad/mi5.c, gcc.dg/cpp/trad/mi6.c,
15112         gcc.dg/cpp/trad/mi6a.h, gcc.dg/cpp/trad/mi6b.h,
15113         gcc.dg/cpp/trad/mi6c.h, gcc.dg/cpp/trad/mi6d.h,
15114         gcc.dg/cpp/trad/mi6e.h, gcc.dg/cpp/trad/mi7.c,
15115         gcc.dg/cpp/trad/mi7a.h, gcc.dg/cpp/trad/mi7b.h: New tests.
15116
15117 2002-06-24  Neil Booth  <neil@daikokuya.co.uk>
15118
15119         * gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/assembler.S,
15120         gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/funlike-4.c,
15121         gcc.dg/cpp/trad/null-drctv.c, gcc.dg/cpp/trad/recurse-1.c,
15122         gcc.dg/cpp/trad/recurse-2.c, gcc.dg/cpp/trad/recurse-3.c:
15123         New tests.
15124         * gcc.dg/cpp/trad/directive.c: Update.
15125
15126 2002-06-23  Andreas Jaeger  <aj@suse.de>
15127
15128         * gcc.c-torture/execute/complex-6.c: New.
15129
15130 2002-06-22  Neil Booth  <neil@daikokuya.co.uk>
15131
15132         * gcc.dg/cpp/trad/comment-2.c. gcc.dg/cpp/trad/funlike-2.c,
15133         gcc.dg/cpp/trad/funlike.c, gcc.dg/cpp/trad/funlike-3.c,
15134         gcc.dg/cpp/trad/literals-1.c, gcc.dg/cpp/trad/literals-2.c,
15135         gcc.dg/cpp/trad/macroargs.c, gcc.dg/cpp/trad/quote.c: New tests.
15136
15137 2002-06-21  Neil Booth  <neil@daikokuya.co.uk>
15138
15139         * gcc.dg/cpp/trad: New directory with traditional tests copied
15140         from parent directory.
15141         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
15142         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
15143         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
15144         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
15145         Move to trad/ and rename.
15146         * gcc.dg/cpp/trad/__STDC__.c, gcc.dg/cpp/trad/comment.c,
15147         gcc.dg/cpp/trad/escaped-eof.c, gcc.dg/cpp/trad/redef1.c,
15148         gcc.dg/cpp/trad/redef2.c: New tests.
15149         * gcc.dg/cpp/trad/trad.exp: New driver.
15150
15151 2002-06-20  Neil Booth  <neil@daikokuya.co.uk>
15152
15153         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
15154         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
15155         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
15156         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
15157         Remove.
15158
15159 2002-06-20  Richard Sandiford  <rsandifo@redhat.com>
15160
15161         * gcc.dg/20020620-1.c: New test.
15162
15163 2002-06-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15164
15165         * g++.dg/template/ttp4.C: New test.
15166
15167 2002-06-19  Jakub Jelinek  <jakub@redhat.com>
15168
15169         * g++.dg/opt/vt1.C: Fix regexp.
15170
15171 2002-06-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15172
15173         * gcc.c-torture/execute/pure-1.c: Make functions static again.
15174         Don't use attribute `noinline'.
15175
15176 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
15177
15178         * gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
15179
15180 2002-06-18  Aldy Hernandez  <aldyh@redhat.com>
15181
15182         * gcc.c-torture/execute/simd-1.c: New.
15183
15184         * gcc.dg/simd-1.c: New.
15185
15186 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
15187
15188         * gcc.c-torture/execute/20020615-1.c: Correct bug-description.
15189
15190 2002-06-16  Richard Henderson  <rth@redhat.com>
15191
15192         * g++.dg/ext/anon-struct1.C: New.
15193         * g++.dg/ext/anon-struct2.C: New.
15194         * g++.dg/ext/anon-struct3.C: New.
15195         * gcc.dg/anon-struct-1.c: New.
15196         * gcc.dg/anon-struct-2.c: New.
15197         * gcc.dg/anon-struct-3.c: New.
15198         * gcc.dg/20011008-1.c: Adjust warning text.
15199         * gcc.dg/20020527-1.c: Add -fms-extensions.
15200
15201 2002-06-16  Richard Henderson  <rth@redhat.com>
15202
15203         * gcc.dg/20020531-1.c: Add LL specifier to avoid warning.
15204
15205 2002-06-15  Hans-Peter Nilsson  <hp@axis.com>
15206
15207         * gcc.c-torture/execute/20020615-1.c: New test.
15208
15209 2002-06-15  Roger Sayle  <roger@eyesopen.com>
15210
15211         * gcc.c-tortuture/execute/compare-1.c: New test case.
15212         * gcc.c-tortuture/execute/compare-2.c: New test case.
15213         * gcc.c-tortuture/execute/compare-3.c: New test case.
15214
15215 2002-06-13  Richard Henderson  <rth@redhat.com>
15216
15217         * g++.old-deja/g++.abi/vtable2.C (INC_VDATA): New.  Define for
15218         ia64 ilp32.
15219
15220 2002-06-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15221
15222         * g++.dg/template/typename2.C: Update error message.
15223
15224 2002-06-12  Hans-Peter Nilsson  <hp@axis.com>
15225
15226         * gcc.c-torture/execute/20020611-1.c: New test.
15227
15228 2002-06-11  Bob Wilson  <bob.wilson@acm.org>
15229
15230         * g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
15231         list of targets to skip.
15232
15233 2002-06-10  Bob Wilson  <bob.wilson@acm.org>
15234
15235         * gcc.c-torture/compile/20001226-1.x: Only xfail for Xtensa
15236         targets if not optimizing.
15237
15238 2002-06-10  Jakub Jelinek  <jakub@redhat.com>
15239
15240         * gcc.c-torture/compile/20020605-1.c: New test.
15241
15242         * g++.dg/opt/vt1.C: New test.
15243
15244         * gcc.dg/20020531-1.c: New test.
15245
15246         * gcc.dg/20020530-1.c: New test.
15247
15248         * gcc.dg/20020527-1.c: New test.
15249
15250         * g++.dg/opt/cse1.C: New test.
15251
15252 2002-06-07  Roger Sayle  <roger@eyesopen.com>
15253
15254         * gcc.dg/20020607-2.c: New test case.
15255
15256 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
15257
15258         * gcc.c-torture/compile/20020604-1.c: New test.
15259
15260 2002-06-04  Richard Henderson  <rth@redhat.com>
15261
15262         * gcc.dg/alpha-base-1.c: Add ext/ins/msk/umulh cases.
15263         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: Use -mcpu=ev67.
15264         * gcc.dg/alpha-cix-1.c, gcc.dg/alpha-cix-2.c: New.
15265
15266 2002-06-04  Aldy Hernandez  <aldyh@redhat.com>
15267
15268         * gcc.dg/altivec-2.c: Remove test for invalid vector type V2DF.
15269
15270 2002-06-03  Richard Henderson  <rth@redhat.com>
15271
15272         * gcc.dg/alpha-base-1.c, gcc.dg/alpha-base-2.c: New.
15273         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: New.
15274
15275 2002-06-02  Richard Henderson  <rth@redhat.com>
15276
15277         * gcc.c-torture/execute/pure-1.c: Don't mark any of the
15278         test functions static.
15279
15280 2002-06-02  Andreas Jaeger  <aj@suse.de>
15281
15282         * gcc.c-torture/execute/loop-3c.x: Remove, the test should pass
15283         now.
15284
15285 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
15286
15287         * gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-suffix-1.c,
15288         gcc.dg/cpp/paste4.c, gcc.dg/cpp/sysmac2.c:
15289         Update for mofified diagnostics.
15290         * gcc.dg/c99-intconst-1.c: No longer fail.
15291
15292 2002-06-02  Richard Henderson  <rth@redhat.com>
15293
15294         * gcc.dg/uninit-A.c: Remove xfail markers.
15295
15296 2002-06-01  Roger Sayle  <roger@eyesopen.com>
15297
15298         * gcc.dg/fnegate-1.c: New test case.
15299
15300 2002-05-30  Osku Salerma  <osku@iki.fi>
15301
15302         * gcc.c-torture/execute/mayalias-1.c: New file.
15303
15304 2002-05-29  Neil Booth  <neil@daikokuya.demon.co.uk>
15305
15306         * gcc.dg/cpp/c++98-pedantic.c, gcc.dg/cpp/c89-pedantic.c,
15307         gcc.dg/cpp/c94-pedantic.c, gcc.dg/cpp/gnuc89-pedantic.c,
15308         gcc.dg/cpp/if-1.c: Update for modified diagnostics.
15309
15310 2002-05-29  Hans-Peter Nilsson  <hp@axis.com>
15311
15312         * gcc.c-torture/execute/20020529-1.c: New test.
15313
15314 2002-05-27  Richard Henderson  <rth@redhat.com>
15315
15316         * g++.dg/ext/attrib6.C: New test case.
15317
15318 2002-05-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15319
15320         * gcc.c-torture/execute/pure-1.c: New test.
15321
15322 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
15323
15324         * gcc.dg/cpp/arith-2.c: Remove.
15325
15326 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
15327
15328         * gcc.dg/cpp/arith-2.c, gcc.dg/cpp/arith-3.c: New tests.
15329         * gcc.dg/cpp/if-3.c: Remove.
15330
15331 2002-05-26  Jakub Jelinek  <jakub@redhat.com>
15332
15333         * g++.dg/opt/cse2.C: New test.
15334
15335 2002-05-26  Neil Booth  <neil@daikokuya.demon.co.uk>
15336
15337         * gcc.dg/cpp/arith-1.c: New semantic tests.
15338         * gcc.dg/cpp/if-1.c: Update.
15339
15340 2002-05-24  Ben Elliston  <bje@redhat.com>
15341
15342         * lib/c-torture.exp (c-torture-execute): Handle multiple sources.
15343
15344 2002-05-24  Jakub Jelinek  <jakub@redhat.com>
15345
15346         * gcc.dg/verbose-asm.c: New test.
15347
15348 2002-05-24  Neil Booth  <neil@daikokuya.demon.co.uk>
15349
15350         * gcc.dg/cpp/paste12.c: New test.
15351
15352 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
15353
15354         * g++.dg/parse/named_ops.C: New test.
15355
15356 2002-05-23  Mark Mitchell  <mark@codesourcery.com>
15357
15358         * gcc/testsuite/gcc.dg/weak-8.c: New test.
15359
15360 2002-05-23  J"orn Rennecke <joern.rennecke@superh.com>
15361
15362         * gcc.dg/weak-2.c: Allow optional leading underscore
15363         in scan-assembler symbol name.
15364         * gcc.dg/weak-3.c: Likewise.
15365         * gcc.dg/weak-4.c: Likewise.
15366         * gcc.dg/weak-5.c: Likewise.
15367
15368 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
15369
15370         * gcc.dg/20020523-1.c: New test.
15371
15372 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
15373
15374         * objc.dg/const-str-2.m: Update now that we stop after
15375         a command line error.
15376
15377 2002-05-22  Richard Henderson  <rth@redhat.com>
15378
15379         * g++.dg/dg.exp: Fix typo in test pruneing.
15380
15381 2002-05-22  Richard Henderson  <rth@redhat.com>
15382
15383         * g++.dg/dg.exp: Prune the tls subdirectory.
15384         * g++.dg/tls/tls.exp, g++.dg/tls/trivial.C: New.
15385         * g++.dg/tls/diag-1.C, g++.dg/tls/diag-2.C: New.
15386         * g++.dg/tls/init-1.C: New.
15387
15388 2002-05-22  Jakub Jelinek  <jakub@redhat.com>
15389
15390         * gcc.dg/20020517-1.c: New test.
15391
15392 2002-05-21  Richard Henderson  <rth@redhat.com>
15393
15394         * gcc.dg/tls/tls.exp, gcc.dg/tls/trivial.c, gcc.dg/tls/diag-1.c,
15395         gcc.dg/tls/diag-2.c, gcc.dg/tls/init-1.c: New directory and files.
15396
15397 2002-05-21  Brian R. Gaeke  <brg@dgate.ORG>
15398
15399         * g++.dg/other/copy2.C: New test.
15400
15401 2002-05-20  J"orn Rennecke <joern.rennecke@superh.com>
15402
15403         * gcc.c-torture/execute/memcpy-2.c (SEQUENCE_LENGTH): Define.
15404         (MAX_COPY): Bump up to 10 times sizeof (long long).
15405         (main): Use a pattern of SEQUENCE_LENGTH different characters to copy.
15406
15407         * gcc.c-torture/execute/memset-1.c (MAX_COPY): Bump up to 10 times
15408         sizeof (long long).
15409
15410         * gcc.c-torture/execute/strcpy-1.c: New test.
15411
15412 2002-05-19  Jason Merrill  <jason2redhat.com>
15413
15414         * g++.dg/ext/oper1.C: New test.
15415
15416 2002-05-20  David Billinghurst <David.Billinghurst@riotinto.com>
15417 2002-05-19  Mark Mitchell  <mitchell@doubledemon.codesourcery.com>
15418
15419         * README.QMTEST: New file.
15420
15421         * g++.dg/warn/Wshadow-1.C: Remove unncessary dg-error line.
15422
15423 2002-05-19  Andreas Jaeger  <aj@suse.de>
15424
15425         * gcc.c-torture/execute/loop-2c.x: Remove, the test should pass
15426         now.
15427         * gcc.c-torture/execute/loop-2d.x: Likewise.
15428
15429 2002-05-19  David Billinghurst <David.Billinghurst@riotinto.com>
15430
15431         * gcc.dg/weak-2.c:  xfail warnings for platforms that don't
15432         support weak symbols.
15433         * gcc.dg/weak-4.c: Likewise
15434         * gcc.dg/weak-6.c: Likewise
15435
15436 2002-05-16  David.Billinghurst <David.Billinghurst@riotinto.com>
15437
15438         * gcc.dg/weak-3.c: Add dg-excess-error comment for
15439         cygwin, coff and h8300-*-hms targets
15440         * gcc.dg/weak-5.c: Likewise
15441         * gcc.dg/weak-7.c: Likewise
15442
15443 2002-05-16  Jason Merrill  <jason@redhat.com>
15444
15445         * lib/scanasm.exp (scan-assembler): Use upvar, not uplevel.
15446         (scan-assembler-not, scan-assembler-dem): Likewise.
15447         (scan-assembler-dem-not): Likewise.
15448
15449 2002-05-15  Richard Henderson  <rth@redhat.com>
15450
15451         * gcc.dg/weak-5.c (vfoo1c, vfoo1g): Warn here.
15452
15453 2002-05-15  Richard Henderson  <rth@redhat.com>
15454
15455         * gcc.dg/weak-5.c (vfoo1c): No warning here.
15456         (vfoo1f): Warning here.
15457         (vfoo1l): Don't redefine the alias.
15458
15459 2002-05-14  Jason Merrill  <jason@redhat.com>, Alexandre Oliva  <aoliva@redhat.com>
15460
15461         * g++.dg/init/pm1.C: New test.
15462
15463 2002-05-12  David S. Miller  <davem@redhat.com>
15464
15465         * gcc.c-torture/execute/conversion.c (ldnear): Use long double
15466         types.
15467
15468 2002-05-10  Roger Sayle  <roger@eyesopen.com>
15469
15470         * gcc.c-torture/execute/20020510-1.c: New test case.
15471
15472 2002-05-10  David S. Miller  <davem@redhat.com>
15473
15474         * gcc.c-torture/execute/conversion.c: Test long double too.
15475
15476 2002-05-09  Jakub Jelinek  <jakub@redhat.com>
15477
15478         * lib/g77.exp (g77_link_flags): Append all multilib dirs containing
15479         libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH.
15480         * lib/g++.exp (g++_link_flags): Likewise.
15481         * lib/objc.exp (objc_target_compile): Likewise.
15482
15483 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
15484
15485         * gcc.dg/cpp/poison.c: Update.
15486         * gcc.dg/cpp/20000625-2.c: Remove.
15487         * gcc.dg/cpp/direct2s.c: Remove final test.
15488
15489 2002-05-08  Tom Rix  <trix@redhat.com>
15490
15491         * gcc.c-torture/execute/20020508-1.c: New test.
15492         * gcc.c-torture/execute/20020508-2.c: New test.
15493         * gcc.c-torture/execute/20020508-3.c: New test.
15494
15495 2002-05-08  Neil Booth  <neil@daikokuya.demon.co.uk>
15496
15497         * gcc.dg/cpp/charconst-4.c: More tests.
15498
15499 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
15500
15501         PR c/6569
15502         * gcc.dg/weak-3.c: Update location of warning messages.
15503         * gcc.dg/weak-5.c: Likewise.
15504
15505 2002-05-06  Roger Sayle  <roger@eyesopen.com>
15506
15507         * gcc.c-torture/execute/20020506-1.c: New test case.
15508
15509 2002-05-07  Neil Booth  <neil@daikokuya.demon.co.uk>
15510
15511         * gcc.dg/cpp/charconst-3.c: Correct tests accordingly.
15512
15513 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
15514
15515         * gcc.dg/cpp/charconst-3.c: Run, don't compile.
15516
15517 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
15518
15519         * gcc.dg/cpp/charconst-3.c: New test.
15520
15521 2002-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
15522
15523         * gcc.dg/cpp/charconst.c: Update tests.
15524
15525 2002-05-05  Tim Josling  <tej@melbpc.org.au>
15526
15527         * treelang: Added directory for new sample language treelang. Also
15528         lib/treelang.exp: New file to signal treelang should be tested.
15529
15530 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
15531
15532         * gcc.dg/cpp/cmdlne-dM-M.c: New test.
15533         * gcc.dg/cpp/cmdlne-dD-M.c: New test.
15534         * gcc.dg/cpp/cmdlne-dN-M.c: New test.
15535         * gcc.dg/cpp/cmdlne-dI-M.c: New test.
15536         * gcc.dg/cpp/cmdlne-dI-M.h: New aux file.
15537         * gcc.dg/cpp/cmdlne-dD-dM.c: New test.
15538         * gcc.dg/cpp/cmdlne-dM-dD.c: New test.
15539
15540 2002-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
15541
15542         * gcc.dg/format/xopen-2.c: New test.
15543
15544 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
15545
15546         * gcc.dg/20020503-1.c: New test.
15547
15548 2002-05-02  Mark Mitchell  <mark@codesourcery.com>
15549
15550         * g++.dg/init/dtor1.C: Make it tougher.
15551
15552 2002-05-01  Mark Mitchell  <mark@codesourcery.com>
15553
15554         * g++.dg/init/dtor1.C: New test.
15555
15556 2002-05-02  Aldy Hernandez  <aldyh@redhat.com>
15557
15558         * gcc.dg/altivec-8.c: New.
15559
15560 2002-05-01  Aldy Hernandez  <aldyh@redhat.com>
15561
15562         * gcc.dg/altivec-7.c: New.
15563
15564 2002-04-29  Jakub Jelinek  <jakub@redhat.com>
15565
15566         * g++.dg/parse/typedef1.C: New test.
15567
15568 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
15569
15570         PR c++/6486
15571         * g++.dg/template/friend6.C: New test.
15572
15573         PR c++/6492
15574         * g++.dg/init/copy1.C: New test.
15575
15576 2002-04-29  Nathan Sidwell  <nathan@codesourcery.com>
15577
15578         * g++.dg/warn/effc1.C: New test.
15579
15580 2002-04-29  Neil Booth  <neil@daikokuya.demon.co.uk>
15581
15582         * gcc.dg/cpp/if-cexp.c: Add a test.
15583
15584 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
15585
15586         * gcc.dg/20020426-2.c: New test.
15587
15588 2002-04-28  Neil Booth  <neil@daikokuya.demon.co.uk>
15589
15590         * gcc.dg/cpp/if-mop.c: Update.
15591         * gcc.dg/cpp/if-mpar.c: Add test.
15592         * gcc.dg/cpp/if-oppr.c: Update.
15593
15594 2002-04-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15595
15596         PR c/6343
15597         * gcc.dg/weak-[2-7].c: New tests.
15598
15599 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
15600
15601         * gcc.dg/enum1.c: New test.
15602
15603 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
15604
15605         PR c++/6497
15606         * g++.dg/inherit/access2.C: New test.
15607
15608 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
15609
15610         PR bootstrap/6445
15611         * gcc.dg/20020426-1.c: New test.
15612
15613 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
15614
15615         * g++.dg/abi/enum1.C: New test.
15616
15617 2002-04-26  Richard Henderson  <rth@redhat.com>
15618
15619         * gcc.dg/c99-bool-1.c: Expect always true warning.
15620
15621 2002-04-25  Roger Sayle  <roger@eyesopen.com>
15622
15623         * gcc.dg/i386-memset-1.c: New test case for PR target/6456.
15624
15625 2002-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15626
15627         * gcc.c-torture/execute/20020227-1.x: New file, xfail on 64-bit
15628         targets.
15629
15630 2002-04-24  Mark Mitchell  <mark@codesourcery.com>
15631
15632         * g++.dg/abi/mange7.C: New test.
15633
15634         PR c++/6438.
15635         * g++.dg/parse/stmtexpr2.C: New test.
15636
15637 2002-04-24  J"orn Rennecke <joern.rennecke@superh.com>
15638
15639         * gcc.dg/20020312-2.c: Add SH target.
15640
15641 2002-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15642
15643         * gcc.c-torture/compile/labels-3.x: New file, don't assemble the
15644         compiler output on mips*-*-irix*.
15645
15646 2002-04-23  Jakub Jelinek  <jakub@redhat.com>
15647
15648         * g++.dg/parse/attr1.C: New test.
15649
15650 2002-04-23  Roger Sayle  <roger@eyesopen.com>
15651
15652         * gcc.c-torture/execute/string-opt-17.c: New test case.
15653         * gcc.c-torture/execute/memset-2.c: New test case.
15654
15655 2002-04-23  Mark Mitchell  <mark@codesourcery.com>
15656
15657         PR c++/6256:
15658         * g++.dg/template/friend5.C: New test.
15659
15660         PR c++/6331:
15661         * g++.dg/template/qual1.C: Likewise.
15662
15663 2002-04-22  Zack Weinberg  <zack@codesourcery.com>
15664
15665         * gcc.c-torture/execute/980707-1.c: Don't use isspace().
15666         Include stdlib.h, not stdio.h or ctype.h.
15667
15668 2002-04-22  Hans-Peter Nilsson  <hp@axis.com>
15669
15670         * gcc.dg/20020415-1.c: Expect warning for unsupported -fpic on
15671         cris-*-elf* and mmix-*-*.
15672         * g77.f-torture/execute/io0.x: xfail for cris-*-elf.
15673         * g77.f-torture/execute/io1.x, g77.f-torture/execute/20001201.x,
15674         g77.f-torture/execute/6367.x, g77.f-torture/execute/u77-test.x:
15675         Ditto.
15676         * gcc.dg/wint_t-1.c: Mark excess errors for cris-*-elf.
15677         * gcc.dg/wchar_t-1.c: Ditto.
15678
15679 2002-04-21  Hans-Peter Nilsson  <hp@axis.com>
15680
15681         * g++.dg/opt/cleanup1.C (C::C()): Initialize member c.
15682         Clarify comment.
15683
15684 2002-04-21  Neil Booth  <neil@daikokuya.demon.co.uk>
15685
15686         * gcc.dg/cpp/endif.h, gcc.dg/cpp/endif.c: New tests.
15687
15688 2002-04-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15689
15690         * gcc.c-torture/execute/20000906-1.x: Delete.
15691
15692 2002-04-20  David.Billinghurst <David.Billinghurst@riotinto.com>
15693
15694         * g77.dg/f77-edit-i-in.f: Restore missing { dg-do run }
15695
15696 2002-04-19  Toon Moene  <toon@moene.indiv.nluug.nl>
15697
15698         * PR6367
15699         * g77.f-torture/execute/6367.f: New test.
15700         * g77.f-torture/execute/6367.x: Disable for MMIX.
15701
15702 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
15703
15704         * PR6352
15705         * g++.dg/opt/inline2.C: New test.
15706
15707 2002-04-18  Richard Henderson  <rth@redhat.com>
15708
15709         * gcc.dg/20000906-1.c: Enable for all targets.
15710         * gcc.c-torture/compile/iftrap-2.c: New.
15711
15712 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
15713
15714         * gcc.dg/20020418-1.c: New test.
15715         * gcc.dg/20020418-2.c: New test.
15716
15717 2002-04-18  Richard Henderson  <rth@redhat.com>
15718
15719         * gcc.c-torture/compile/iftrap-1.c: New.
15720         * gcc.dg/iftrap-1.c: Adjust for ia64.
15721         * gcc.dg/iftrap-2.c: New.
15722
15723 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
15724
15725         * gcc.c-torture/compile/20020418-1.c: New test.
15726
15727 2002-04-18  Roger Sayle  <roger@eyesopen.com>
15728
15729         * gcc.c-torture/compile/20020415-1.c: New.
15730
15731 2002-04-18  David S. Miller  <davem@redhat.com>
15732
15733         * gcc.c-torture/execute/20020418-1.c: New test.
15734
15735 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
15736
15737         * gcc.dg/20020416-1.c: New test.
15738
15739         * g++.dg/opt/inline1.C: New test.
15740
15741 2002-04-16  Jakub Jelinek  <jakub@redhat.com>
15742
15743         * gcc.dg/altivec-5.c: New test.
15744
15745         * gcc.dg/20020415-1.c: New test.
15746
15747 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
15748
15749         * testsuite/lib/chill.exp: Remove.
15750
15751 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
15752
15753         * g++.dg/other/big-struct.C: New test.
15754
15755 2002-04-14  David Billinghurst <David.Billinghurst@riotinto.com>
15756
15757         * g77.dg/f77-edit-i-in.f: Use internal buffer in place
15758         of scratch file.
15759
15760 2002-04-13  David Billinghurst <David.Billinghurst@riotinto.com>
15761
15762         PR c/6277
15763         * gcc.dg/i386-387-1.c:  Allow optional leading underscore
15764         in scan-assembler function name
15765
15766 2002-04-13  Hans-Peter Nilsson  <hp@bitrange.com>
15767
15768         * g77.f-torture/execute/980628-4.x,
15769         g77.f-torture/execute/980628-5.x,
15770         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
15771         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
15772         g77.f-torture/compile/alpha1.x: xfail powerpc-*-* hosted on
15773         i[34567]86-*-*.
15774
15775 2002-04-13  David S. Miller  <davem@redhat.com>
15776
15777         * gcc.c-torture/execute/20020413-1.c: New test.
15778
15779 2002-04-13  Richard Sandiford  <rsandifo@redhat.com>
15780
15781         * gcc.dg/asm-6.c,
15782         * g++.dg/ext/asm1.C: New tests.
15783
15784 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
15785
15786         PR c++ 5373.
15787         * g++.dg/parse/stmtexpr1.C: New test.
15788
15789         PR c++/5189.
15790         * g++.dg/template/copy1.C: New test.
15791
15792 2002-04-12  Richard Henderson  <rth@redhat.com>
15793
15794         * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
15795
15796 2002-04-12  Geoffrey Keating  <geoffk@redhat.com>
15797
15798         * gcc.c-torture/execute/20020412-1.c: New file, renamed from
15799         gcc.c-torture/execute/20020307-2.c.
15800
15801 2002-04-12  Richard Sandiford  <rsandifo@redhat.com>
15802
15803         * g++.dg/ext/attrib5.C,
15804         * g++.dg/lookup/struct1.C: New tests.
15805
15806 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
15807
15808         * gcc.dg/20020411-1.c: New test.
15809
15810         * gcc.c-torture/execute/20020411-1.c: New test.
15811
15812 2002-04-10  Janis Johnson  <janis187@us.ibm.com>
15813
15814         * g77.f-torture/execute/6177.f: New test.
15815
15816 2002-04-10  Jakub Jelinek  <jakub@redhat.com>
15817
15818         PR middle-end/6247
15819         * g++.dg/opt/cleanup1.C: New test.
15820
15821         * g++.dg/opt/const1.C: New test.
15822
15823 2002-04-10  Lars Brinkhoff  <lars@nocrew.org>
15824
15825         * gcc.c-torture/execute/20020406-1.c: Declare malloc.
15826
15827 2002-04-10  Nathan Sidwell  <nathan@codesourcery.com>
15828
15829         PR c++/5507
15830         * g++.dg/template/typename2.C: New test.
15831
15832 2002-04-10  Alan Modra  <amodra@bigpond.net.au>
15833
15834         * gcc.c-torture/execute/loop-12.c: New.
15835
15836 2002-04-08  Hans-Peter Nilsson  <hp@bitrange.com>
15837
15838         * g77.f-torture/execute/980628-4.x,
15839         g77.f-torture/execute/980628-5.x,
15840         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
15841         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
15842         g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests.
15843
15844 2002-04-07  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15845
15846         PR optimization/6086
15847         * g++.dg/opt/preinc1.C: New test.
15848
15849 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
15850
15851         PR c++/5571
15852         * g++.dg/opt/static2.C: New test.
15853
15854 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
15855
15856         PR c/5120
15857         * gcc.dg/20020406-1.c: New test.
15858
15859 2002-04-04  David S. Miller  <davem@redhat.com>
15860
15861         * gcc.c-torture/execute/20020404-1.c: New test.
15862
15863 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
15864
15865         PR c/6123
15866         * gcc.dg/20020312-2.c: Do not declare global register variable
15867         if __PIC__ or __pic__ is defined.
15868
15869 2002-04-04  Richard Earnshaw  <rearnsha@arm.com>
15870
15871         * gcc.dg/arm-asm.c: Run this test on ARM chips, not SPARC.  Use
15872         __asm__ so that it works correctly even if -ansi -pedantic-errors.
15873
15874 2002-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15875
15876         * gcc.misc-tests/linkage.exp: Update last change to handle
15877         sparc*-, not just sparc-.
15878
15879 2002-04-03  Richard Henderson  <rth@redhat.com>
15880
15881         * gcc.dg/cpp/ucs.c: Improved long UCS test.
15882
15883 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
15884
15885         * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change.
15886
15887 2002-04-02  David S. Miller  <davem@redhat.com>
15888
15889         * gcc.c-torture/execute/20020402-3.c: New test.
15890
15891 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
15892
15893         * g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
15894         * g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
15895
15896         * g77.dg/f77-edit-i-in.f: xfail for mmix-knuth-mmixware.
15897         * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x,
15898         g77.f-torture/execute/20001201.x,
15899         g77.f-torture/execute/u77-test.x: New files.
15900
15901         * gcc.dg/wint_t-1.c: Mark excess errors for mmix-knuth-mmixware.
15902         * gcc.dg/wchar_t-1.c: Ditto.
15903
15904 2002-04-02  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15905
15906         * gcc.c-torture/execute/20020402-1.c: New test.
15907
15908 2002-04-01  Richard Henderson  <rth@redhat.com>
15909
15910         * gcc.c-torture/compile/920625-1.x: XFAIL -O1.
15911
15912         * g++.dg/other/new1.C: Use __SIZE_TYPE__.
15913
15914 2002-04-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15915
15916         * gcc.misc-tests/linkage.exp: Special case 64-bit solaris2.
15917
15918 2002-04-01  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
15919
15920         * g++.dg/inherit/template-as-base.C: Expect error.
15921         * g++.dg/inherit/namespace-as-base.C: Likewise.
15922
15923 2002-03-31  Hans-Peter Nilsson  <hp@bitrange.com>
15924
15925         * g++.dg/ext/instantiate1.C, g++.dg/ext/instantiate2.C,
15926         g++.dg/ext/instantiate3.C: Tweak match patterns.
15927
15928         * g++.old-deja/g++.pt/static11.C: Skip on mmix-knuth-mmixware.
15929         * g++.dg/other/static11.C: Copy g++.old-deja/g++.pt/static11.C for
15930         -da test.
15931
15932 2002-03-31  Richard Henderson  <rth@redhat.com>
15933
15934         * gcc.dg/special/alias-2.c: New.
15935         * gcc.dg/special/ecos.exp: Run it.
15936
15937 2002-03-31  Richard Henderson  <rth@redhat.com>
15938
15939         * gcc.dg/va-arg-1.c: Expect warnings, not errors.
15940
15941 2002-03-31  Kazu Hirata  <kazu@hxi.com>
15942
15943         * gcc.dg/weak-1.c: Disable on h8300 port.
15944
15945 2002-03-29  Janis Johnson  <janis187@us.ibm.com>
15946
15947         * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
15948         * g++.dg/bprob/bprob.exp: New driver for profile-directed branch
15949         ordering tests.
15950         * g++.dg/bprob/bprob-1.C: New test.
15951         * g++.dg/gcov/gcov.exp: New driver for gcov tests.
15952         * g++.dg/gcov/gcov-1.C: New test.
15953         * g++.dg/gcov/gcov-1.x: New file.
15954         * g++.dg/gcov/gcov-2.C: New test.
15955         * g++.dg/gcov/gcov-3.C: New test.
15956         * g++.dg/gcov/gcov-3.h: New file.
15957
15958 2002-03-28  Roger Sayle  <roger@eyesopen.com>
15959
15960         * g++.old-deja/g++.other/builtins5.C: New test.
15961         * g++.old-deja/g++.other/builtins6.C: New test.
15962         * g++.old-deja/g++.other/builtins7.C: New test.
15963         * g++.old-deja/g++.other/builtins8.C: New test.
15964         * g++.old-deja/g++.other/builtins9.C: New test.
15965
15966 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
15967
15968         * g++.dg/opt/static1.C: New test.
15969
15970         * g++.dg/opt/longbranch1.C: New test.
15971
15972 2002-03-28  Hans-Peter Nilsson  <hp@bitrange.com>
15973
15974         * gcc.dg/weak-1.c: Fix typo in scan-assembler pattern.
15975
15976         * g++.old-deja/g++.law/bit-fields2.C: Skip on mmix-knuth-mmixware.
15977
15978 2002-03-28  Jeffrey A Law  (law@redhat.com)
15979
15980         * gcc.c-torture/execute/20020328-1.c: New test.
15981
15982 2002-03-27  Richard Henderson  <rth@redhat.com>
15983
15984         * g++.dg/ext/instantiate1.C: Use scan-assembler, not link errors.
15985         * g++.dg/ext/instantiate2.C, g++.dg/ext/instantiate3.C: Likewise;
15986         move from g++.old-deja/g++.ext/.
15987
15988 2002-03-27  Mark Mitchell  <mark@codesourcery.com>
15989
15990         * g++.dg/init/new2.C: New test.
15991
15992 2002-03-26  Richard Henderson  <rth@redhat.com>
15993
15994         * gcc.dg/pragma-re-2.c: Avoid empty source file warning.
15995
15996         * gcc.dg/20020312-2.c: Don't test epilogue vs global register
15997         on sparc.
15998
15999         * gcc.dg/20001101-1.c: Add -mcpu=ultrasparc.  Only run on
16000         sparcv9 systems.
16001         * gcc.dg/20001102-1.c: Likewise.
16002
16003 2002-03-26  Phil Edwards  <pme@gcc.gnu.org>
16004
16005         * gcc.dg/cpp/endif-pedantic1.c,
16006         gcc.dg/cpp/endif-pedantic2.c:  New tests.
16007
16008 2002-03-26  Mark Mitchell  <mark@codesourcery.com>
16009
16010         * g++.dg/init/new1.C: New test.
16011
16012 2002-03-26  Nathan Sidwell  <nathan@codesourcery.com>
16013
16014         * g++.dg/abi/vbase9.C: New test.
16015
16016 2002-03-26  Richard Earnshaw  <rearnsha@arm.com>
16017
16018         * gcc.dg/arm-asm.c: New test.
16019
16020 2002-03-26  Andrew Cagney  <ac131313@redhat.com>
16021
16022         * gcc.dg/Wswitch-enum.c: New test.
16023         Fix PR c/5044.
16024
16025 2002-03-26  Richard Henderson  <rth@redhat.com>
16026
16027         * gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized
16028         structure.
16029
16030 2002-03-25  Richard Henderson  <rth@redhat.com>
16031
16032         * gcc.dg/20001013-1.c: Add -mcpu=ultrasparc.  Only run on
16033         sparcv9 systems.
16034
16035         * gcc.c-torture/compile/20011119-1.c (xxx): New.
16036         * gcc.c-torture/compile/20011119-2.c (xxx): New.
16037
16038 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
16039
16040         * gcc.dg/c90-hexfloat-1.c: Adjust error regexps.
16041
16042 2002-03-25  Bob Wilson  <bob.wilson@acm.org>
16043
16044         * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
16045         targets using generic thunk support.
16046
16047 2002-03-25  Jakub Jelinek  <jakub@redhat.com>
16048
16049         * gcc.c-torture/compile/20020323-1.c: New test.
16050
16051         * g++.dg/opt/conj2.C: New test.
16052
16053 2002-03-24  Richard Henderson  <rth@redhat.com>
16054
16055         * gcc.dg/weak-1.c: Use -fno-common.
16056
16057 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
16058
16059         * g77.dg/f77-edit-apostrophe-out.f: New test
16060         * g77.dg/f77-edit-h-out.f: New test
16061         * g77.dg/f77-edit-t-in.f: New test
16062         * g77.dg/f77-edit-t-out.f: New test
16063         * g77.dg/f77-edit-x-out.f: New test
16064         * g77.dg/f77-edit-slash-out.f: New test
16065         * g77.dg/f77-edit-colon-out.f: New test
16066         * g77.dg/f77-edit-s-out.f: New test
16067
16068 2002-03-24  Richard Henderson  <rth@redhat.com>
16069
16070         * objc/execute/formal_protocol-6.x: New XFAIL.
16071
16072 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
16073
16074         * gcc.dg/weak-1.c:  Early return from dg-final on platforms
16075         that do not support weak symbols
16076
16077 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
16078
16079         * lib/g++.exp:  Fix handling of LD_LIBRARY_PATH et al
16080         * lib/g77.exp:  Likewise
16081         * lib/objc.exp: Likewise
16082
16083 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
16084
16085         * gcc.dg/Wswitch-default.c: New test.
16086
16087 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
16088
16089         * g++.dg/other/enum1.C: New test.
16090
16091 2002-03-23  Zack Weinberg  <zack@codesourcery.com>
16092
16093         * gcc.dg/pragma-ep-3.c: Fix typo.
16094
16095 2002-03-22  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
16096
16097         * g++.dg/inherit/template-as-base.C: New test.
16098
16099 2002-03-22  Jakub Jelinek  <jakub@redhat.com>
16100
16101         * g++.old-deja/g++.other/dwarf2-1.C: Move...
16102         * g++.dg/debug/debug5.C: ...here.  Convert for dg framework.
16103
16104 2002-03-22  Neil Booth  <neil@daikokuya.demon.co.uk>
16105
16106         * gcc.dg/cpp/multiline.c: Update to match.
16107
16108 2002-03-22  Alexandre Oliva  <aoliva@redhat.com>
16109
16110         * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
16111
16112 2002-03-22  Phil Edwards  <pme@gcc.gnu.org>
16113
16114         * gcc.dg/cpp/extratokens2.c:  New file.
16115
16116 2002-03-21  David Edelsohn  <edelsohn@gnu.org>
16117
16118         * gcc.dg/20020312-2.c: Add rs6000 target.
16119
16120         * gcc.c-torture/compile/20020319-1.c: New test.
16121
16122 2002-03-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
16123
16124         * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
16125         (A, E): Handle this.
16126
16127 2002-03-20  Jason Merrill  <jason@redhat.com>
16128
16129         * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
16130         ignoring -fpic.
16131         * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
16132         through prune_gcc_output.
16133
16134 2002-03-20  Jakub Jelinek  <jakub@redhat.com>
16135
16136         * gcc.c-torture/compile/20020320-1.c: New test.
16137
16138 2002-03-19  Jakub Jelinek  <jakub@redhat.com>
16139
16140         * gcc.c-torture/compile/20020318-1.c: New test.
16141
16142         * gcc.dg/struct-by-value-1.c: New test.
16143
16144         * gcc.dg/20020319-1.c: New test.
16145
16146 2002-03-18  Jakub Jelinek  <jakub@redhat.com>
16147
16148         * g++.dg/opt/conj1.C: New test.
16149
16150 2002-03-17  Mark Mitchell  <mark@codesourcery.com>
16151
16152         * g++.dg/template/qualttp20.C: Revert previous change.
16153         * g++.dg/template/qualttp3.C: Likewise.
16154         * g++.dg/template/qualttp4.C: Likewise
16155         * g++.dg/template/qualttp5.C: Likewise
16156         * g++.dg/template/qualttp6.C: Likewise
16157         * g++.dg/template/qualttp7.C: Likewise
16158         * g++.dg/template/qualttp8.C: Likewise
16159         * g++.dg/template/recurse.C: Likewise.
16160
16161 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
16162
16163         * gcc.dg/cpp/wchar-1.c: Update.
16164
16165 2002-03-16  Nathan Sidwell  <nathan@codesourcery.com>
16166
16167         * g++.dg/template/conv1.C: New test.
16168         * g++.dg/template/conv2.C: New test.
16169         * g++.dg/template/conv3.C: New test.
16170         * g++.dg/template/conv4.C: New test.
16171
16172 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
16173
16174         * g++.dg/template/qualttp20.C: Remove unnecessary error tags.
16175         * g++.dg/template/qualttp3.C: Likewise.
16176         * g++.dg/template/qualttp4.C: Likewise
16177         * g++.dg/template/qualttp5.C: Likewise
16178         * g++.dg/template/qualttp6.C: Likewise
16179         * g++.dg/template/qualttp7.C: Likewise
16180         * g++.dg/template/qualttp8.C: Likewise
16181         * g++.dg/template/recurse.C: Likewise.
16182
16183 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
16184
16185         * g++.dg/opt/dtor1.C: New test.
16186
16187 2002-03-15  Jakub Jelinek  <jakub@redhat.com>
16188
16189         * gcc.c-torture/compile/20020315-1.c: New test.
16190
16191 2002-03-15  Richard Earnshaw  <rearnsha@arm.com>
16192
16193         * gcc.dg/weak-1.c: Fix scan tests.
16194
16195 2002-03-15  Hans-Peter Nilsson  <hp@bitrange.com>
16196
16197         * gcc.dg/20020312-2.c [__MMIX__]: No pic register.
16198         * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf*
16199         cris-*-aout* mmix-*-*.
16200         * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
16201         cris-*-aout* mmix-*-*.
16202         * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on
16203         cris-*-elf* cris-*-aout* and mmix-*-*.
16204         * gcc.dg/20001009-1.c: Ditto.
16205         * gcc.dg/20010912-1.c: Ditto.
16206         * gcc.dg/20020122-4.c: Ditto.
16207         * gcc.dg/inline-2.c: Ditto.
16208
16209 2002-03-14  Jeffrey A Law  (law@cygnus.com)
16210
16211         * gcc.c-torture/compile/20020314-1.c: New test.
16212
16213 2002-03-14  Richard Earnshaw  <rearnsha@arm.com>
16214
16215         * gcc.c-torture/execute/20020314-1.c: New test.
16216
16217 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
16218
16219         * g++.dg/warn/Wunused-1.C: New test.
16220
16221 2002-02-13  Richard Sandiford  <rsandifo@redhat.com>
16222
16223         * g++.dg/abi/mangle6.C: New test.
16224
16225 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
16226
16227         * gcc.c-torture/compile/20020309-2.c: New test.
16228
16229         * gcc.c-torture/compile/20020312-1.c: New test.
16230
16231 2002-03-12  Nathan Sidwell  <nathan@codesourcery.com>
16232
16233         * g++.dg/other/access1.C: New test.
16234
16235 2002-03-12  Jakub Jelinek  <jakub@redhat.com>
16236
16237         * gcc.c-torture/execute/wchar_t-1.c: New test.
16238
16239 2002-03-12  David Edelsohn  <edelsohn@gnu.org>
16240
16241         * gcc.dg/20020103-1.c: Add rs6000 target and macro.
16242
16243 2002-03-12  Roger Sayle  <roger@eyesopen.com>
16244
16245         * gcc.dg/20020312-1.c: New test case.
16246
16247 2002-03-11  Aldy Hernandez  <aldyh@redhat.com>
16248
16249         * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
16250
16251 2002-03-11  Richard Henderson  <rth@redhat.com>
16252
16253         * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
16254         * g++.old-deja/g++.jason/report.C: Likewise.
16255
16256 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
16257
16258         * testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
16259         * testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.
16260
16261 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
16262
16263         * testsuite/g++.dg/overload/pmf1.C: New test.
16264
16265 2002-03-11  Kazu Hirata  <kazu@hxi.com>
16266
16267         * gcc.c-torture/execute/20020307-1.c: Use long.
16268
16269 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
16270
16271         PR optimization/5844
16272         * gcc.dg/20020310-1.c: New test.
16273
16274 2002-03-09  Michael Meissner  <meissner@redhat.com>
16275
16276         * gcc.c-torture/execute/memcpy-2.c: New test.
16277         * gcc.c-torture/execute/memset-1.c: New test.
16278         * gcc.c-torture/execute/strlen-1.c: New test.
16279         * gcc.c-torture/execute/strcmp-1.c: New test.
16280         * gcc.c-torture/execute/strncmp-1.c: New test.
16281
16282 2002-03-09  Geoffrey Keating  <geoffk@redhat.com>
16283
16284         * gcc.dg/ppc-ldstruct.c: New test.
16285
16286 2002-03-09  Jakub Jelinek  <jakub@redhat.com>
16287
16288         * gcc.c-torture/execute/va-arg-22.c: New test.
16289
16290 2002-03-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16291
16292         * gcc.c-torture/compile/20020309-1.c: New test.
16293
16294 2002-03-08  Jakub Jelinek  <jakub@redhat.com>
16295
16296         * gcc.c-torture/execute/20020307-2.c: New test.
16297
16298 2002-03-07  Jeffrey A Law  (law@redhat.com)
16299
16300         * g77.f-torture/compile/20020307-1.f: New test.
16301
16302 2002-03-07  Richard Sandiford  <rsandifo@redhat.com>
16303
16304         * gcc.dg/unordered-1.c: New test.
16305
16306 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
16307
16308         * gcc.c-torture/execute/20020307-1.c: New test.
16309
16310 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
16311
16312         * gcc.dg/20020304-1.c: New test.
16313
16314         * gcc.c-torture/compile/20020304-2.c: New test.
16315
16316 2002-03-04  Zack Weinberg  <zack@codesourcery.com>
16317
16318         * gcc.c-torture/compile/20020304-1.c: New test case
16319         (from PR c/5830).
16320
16321 2002-03-03  Aldy Hernandez  <aldyh@redhat.com>
16322
16323         * gcc.dg/20020103-1.c: Add other -D ppc variants.
16324
16325 2002-03-02  Nathan Sidwell  <nathan@codesourcery.com>
16326
16327         * g++.dg/other/classkey1.C: New test.
16328
16329 2002-03-01  Richard Henderson  <rth@redhat.com>
16330
16331         * gcc.c-torture/compile/981223-1.x: New.
16332         * gcc.c-torture/compile/920625-1.x: New.
16333
16334 2002-02-28  Richard Henderson  <rth@redhat.com>
16335
16336         * g++.dg/opt/vtgc1.C: Adjust patterns for ia64.
16337
16338 2002-02-27  Hans-Peter Nilsson  <hp@bitrange.com>
16339
16340         * gcc.c-torture/execute/20020227-1.c: New test.
16341
16342 2002-02-27  Mark Mitchell  <mark@codesourcery.com>
16343
16344         * g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
16345         here" ERROR lines.
16346         * g++.old-deja/g++.oliva/partord1.C: Likewise.
16347         * g++.old-deja.g++.other/defarg1.C: Likewise.
16348         * g++.old-deja/g++.pt/calls2.C: Likewise.
16349         * g++.old-deja/g++.pt/crash20.C: Likewise.
16350         * g++.old-deja/g++.pt/crash30.C: Likewise.
16351         * g++.old-deja/g++.pt/crash36.C: Likewise.
16352         * g++.old-deja/g++.pt/crash6.C: Likewise.
16353         * g++.old-deja/g++.pt/defarg13.C: Likewise.
16354         * g++.old-deja/g++.pt/derived3.C: Likewise.
16355         * g++.old-deja/g++.pt/error1.C: Likewise.
16356         * g++.old-deja/g++.pt/friend21.C: Likewise.
16357         * g++.old-deja/g++.pt/friend23.C: Likewise.
16358         * g++.old-deja/g++.pt/infinite1.C: Likewise.
16359         * g++.old-deja/g++.robertl/eb128.C: Likewise.
16360
16361 2002-02-27  Geoffrey Keating  <geoffk@redhat.com>
16362
16363         * gcc.c-torture/execute/20020225-2.c: New test.
16364
16365 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
16366
16367         * gcc.c-torture/execute/920730-1t.c,
16368         gcc.c-torture/execute/920730-1t.x, gcc.dg/ext-glob.c:
16369         Delete test cases, only relevant to -traditional.
16370
16371 2002-02-27  Neil Booth  <neil@daikokuya.demon.co.uk>
16372
16373         * gcc.dg/cpp/undef1.c: Remove.
16374         * gcc.dg/cpp/directiv.c: Update.
16375         * gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.
16376
16377 2002-02-27  Michael Meissner  <meissner@redhat.com>
16378
16379         * gcc.c-torture/execute/20020226-1.c: New test.
16380
16381 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
16382
16383         * g++.dg/debug/debug4.C: New test.
16384
16385         * gcc.dg/ia64-visibility-1.c: New test.
16386
16387 2002-02-26  Alexandre Oliva  <aoliva@redhat.com>
16388
16389         * gcc.dg/debug/20020224-1.c: New.
16390
16391 2002-02-25  Kazu Hirata  <kazu@hxi.com>
16392
16393         * gcc.c-torture/execute/960416-1.x: New.
16394         * gcc.c-torture/execute/divconst-3.x: Likewise.
16395
16396 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
16397
16398         * gcc.dg/20020224-1.c: New test.
16399
16400 2002-02-25  Alan Modra  <amodra@bigpond.net.au>
16401
16402         * gcc.c-torture/execute/20020225-1.c: New.
16403
16404 2002-02-24  Neil Booth  <neil@daikokuya.demon.co.uk>
16405
16406         * testsuite/gcc.dg/cpp/wchar-1.c: New test.
16407
16408 2002-02-23  Jakub Jelinek  <jakub@redhat.com>
16409
16410         * gcc.dg/20020222-1.c: New test.
16411
16412 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
16413
16414         * g++.dg/opt/anonunion1.C: New test.
16415
16416 2002-02-22  Nathan Sidwell  <nathan@codesourcery.com>
16417
16418         * g++.dg/template/qualttp19.C: New test.
16419         * g++.dg/template/qualttp20.C: New test.
16420         * g++.old-deja/g++.jason/report.C: Adjust expected errors
16421         * g++.old-deja/g++.other/qual1.C: Likewise.
16422
16423 2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
16424
16425         * gcc.dg/attr-alwaysinline.c: New.
16426
16427 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
16428
16429         * gcc.dg/20020220-1.c: New test.
16430
16431         * gcc.dg/20020220-2.c: New test.
16432
16433         * g++.dg/opt/mmx1.C: New test.
16434
16435 2002-02-20  Alexandre Oliva  <aoliva@redhat.com>
16436
16437         * gcc.c-torture/compile/20020110.c: New test.
16438
16439 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
16440
16441         * gcc.c-torture/execute/20020219-1.c: New test.
16442
16443         * gcc.dg/20020219-1.c: New test.
16444
16445         * gcc.dg/noncompile/20020220-1.c: New test.
16446
16447         * g++.dg/opt/ptrintsum1.C: New test.
16448
16449         * gcc.dg/debug/20020220-1.c: New test.
16450
16451 2002-02-17  Jakub Jelinek  <jakub@redhat.com>
16452
16453         * gcc.c-torture/execute/20020216-1.c: New test.
16454
16455 2002-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
16456
16457         * gcc.dg/decl-1.c: Update, new test.
16458
16459 2002-02-15  Nathan Sidwell  <nathan@codesourcery.com>
16460
16461         * g++.dg/abi/bitfield1.C: New test.
16462         * g++.dg/abi/bitfield2.C: New test.
16463
16464 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
16465
16466         * gcc.dg/attr-nest.c: New test.
16467
16468 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
16469
16470         * gcc.c-torture/execute/20020215-1.c: New test.
16471
16472 2002-02-14  Jakub Jelinek  <jakub@redhat.com>
16473
16474         * g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
16475         * g++.dg/debug/debug.exp: New.
16476         * g++.dg/debug/trivial.C: New.
16477         * g++.dg/debug/debug1.C: Moved...
16478         * g++.dg/other/debug1.C: ...from here.
16479         * g++.dg/debug/debug2.C: Moved...
16480         * g++.dg/other/debug2.C: ...from here.
16481         * g++.dg/debug/debug3.C: Moved...
16482         * g++.dg/other/debug3.C: ...from here.
16483
16484         * gcc.dg/noncompile/20020213-1.c: New test.
16485
16486 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
16487
16488         * g++.dg/other/debug3.C: New test.
16489
16490         * gcc.c-torture/execute/20020213-1.c: New test.
16491
16492 2002-02-13  Richard Smith <richard@ex-parrot.com>
16493
16494         * g++.old-deja/g++.other/thunk1.C: New test.
16495
16496 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
16497
16498         * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
16499
16500 2002-02-13  Stan Shebs  <shebs@apple.com>
16501
16502         * gcc.dg/altivec-3.c: New.
16503
16504 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
16505
16506         * gcc.dg/Wunreachable-1.c: New test.
16507         * gcc.dg/Wunreachable-2.c: New test.
16508
16509 2002-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
16510
16511         * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
16512
16513 2002-02-12  Neil Booth  <neil@daikokuya.demon.co.uk>
16514
16515         * gcc.dg/decl-1.c: New test.
16516
16517 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
16518
16519         * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
16520
16521 2002-02-10  Kazu Hirata  <kazu@hxi.com>
16522
16523         * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
16524         * gcc.c-torture/compile/980506-1.x: Likewise.
16525
16526 2002-02-10  Kazu Hirata  <kazu@hxi.com>
16527
16528         * gcc.dg/20020210-1.c: New.
16529
16530 2002-02-09  Toon Moene  <toon@moene.indiv.nluug.nl>
16531
16532         * g77.f-torture/execute/947.f: New regression test
16533         for PR fortran/947.
16534
16535 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
16536
16537         * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
16538         * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
16539
16540 2002-02-08  Richard Henderson  <rth@redhat.com>
16541
16542         * gcc.c-torture/compile/labels-3.c: New.
16543
16544 2002-02-08  Jakub Jelinek  <jakub@redhat.com>
16545
16546         * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
16547         expression statements work instead.
16548         * gcc.dg/noncompile/20020207-1.c: New test.
16549
16550 2002-02-07  Richard Henderson  <rth@redhat.com>
16551
16552         * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
16553
16554 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
16555
16556         * lib/prune.exp: Remove "In (program|subroutine"block-data)"
16557         message from g77
16558         * lib/g77-dg.exp: Trim g77 error messages so that they are
16559         recognized by dg.exp.
16560
16561 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
16562
16563         PR fortran/5473
16564         * g77.dg/pr5473.f: Now dg-error.  Add additional cases.
16565
16566 2002-02-07  Richard Henderson  <rth@redhat.com>
16567
16568         * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
16569         to be sufficiently aligned for integers.
16570
16571 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
16572
16573         * g++.dg/template/friend4.C: New test.
16574
16575 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
16576
16577         PR fortran/5743
16578         * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
16579         unsupported cases.
16580
16581 2002-02-07  Richard Henderson  <rth@redhat.com>
16582
16583         * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
16584         * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
16585         gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
16586         objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
16587
16588 2002-02-06  Richard Henderson  <rth@redhat.com>
16589
16590         * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
16591
16592 2002-02-06  Janis Johnson  <janis187@us.ibm.com>
16593
16594         * gcc.dg/20020206-1.c: New test.
16595
16596 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
16597
16598         * gcc.c-torture/execute/20020206-1.c: New test.
16599
16600         * gcc.c-torture/execute/20020206-2.c: New test.
16601
16602         PR optimization/5429:
16603         * gcc.c-torture/compile/20020206-1.c: New test.
16604
16605 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
16606
16607         * g++.dg/ext/align1.C: Do not use an explicit alignment value
16608         as certain file formats cannot support particularly large
16609         alignments.
16610
16611         * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
16612         and do not expect to be able to link the executable.
16613
16614         * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
16615         fail because the COFF format does not support the weak attribute.
16616
16617 2002-02-05  David Billinghurst <David.Billinghurst@riotinto.com>
16618
16619         * g77.dg/pr5473.f:  New test
16620
16621 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
16622
16623         * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
16624         Fix testcase accordingly.
16625
16626 2002-02-04  Richard Henderson  <rth@redhat.com>
16627
16628         * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
16629         (buf): Change to be an array of pointers, not ints.
16630
16631 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
16632
16633         * gcc.dg/Wswitch.c: Fix typos.  Don't return unconditionally
16634         before all tests.  Move warning one line above to match where it
16635         C frontend emits.
16636         * gcc.dg/Wswitch-2.c: New test.
16637         * g++.dg/warn/Wswitch-1.C: New test.
16638         * g++.dg/warn/Wswitch-2.C: New test.
16639
16640 2002-02-04  Richard Henderson  <rth@redhat.com>
16641
16642         * g++.dg/abi/offsetof.C: Fix size comparison.
16643
16644 2002-02-04  Richard Sandiford  <rsandifo@redhat.com>
16645
16646         * gcc.dg/cast-qual-2.c: New test.
16647
16648 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
16649
16650         * gcc.dg/20020201-4.c: New test.
16651
16652 2002-02-04  Ben Elliston  <bje@redhat.com>
16653
16654         * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
16655         target_info attribute != 0, in addition to the empty string.
16656         (gcc_target_compile): Likewise.
16657
16658 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
16659
16660         * gcc.dg/Wswitch.c: New test.
16661         PR gcc/4475. PR gcc/3780.
16662
16663 2002-02-03  Toon Moene  <toon@moene.indiv.nluug.nl>
16664
16665         * g77.f-torture/execute/5122.f: New test for regressions
16666         against PR fortran/5122.
16667
16668 2002-02-03  David Billinghurst <David.Billinghurst@riotinto.com>
16669
16670         * g77.f-torture/compile/pr3743.f: Delete
16671         * g77.dg/pr3743-1.f: New test.
16672         * g77.dg/pr3743-2.f: New test.
16673         * g77.dg/pr3743-3.f: New test.
16674         * g77.dg/pr3743-4.f: New test.
16675
16676 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
16677
16678         * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
16679
16680 2002-02-02  Richard Henderson  <rth@redhat.com>
16681
16682         * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
16683         * gcc.c-torture/execute/bf64-1.c: Likewise.
16684
16685 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
16686
16687         * gcc.dg/20020201-2.c: New test.
16688
16689         * gcc.dg/20020201-3.c: New test.
16690
16691         * gcc.c-torture/execute/bitfld-2.c: New test.
16692
16693 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
16694
16695         * gcc.dg/bitfld-1.c: Update.
16696         * gcc.dg/bitfld-2.c: Update.
16697         * gcc.c-torture/execute/bitfld-1.x: New.
16698
16699 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
16700
16701         * gcc.c-torture/execute/20020201-1.c: New test.
16702
16703 2002-02-01  Janis Johnson  <janis187@us.ibm.com>
16704
16705         PR target/5469
16706         * gcc.dg/20020201-1.c: New test.
16707
16708 2002-02-01  David.Billinghurst <David.Billinghurst@riotinto.com>
16709
16710         PR fortran/3743
16711         * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
16712         * g77.f-torture/compile/pr3743.x: Remove
16713
16714 2002-01-31  Tom Rix  <trix@redhat.com>
16715
16716         * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
16717
16718 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
16719
16720         * gcc.dg/noncompile/20020130-1.c: New test.
16721
16722 2002-01-30  David Billinghurst  <David.Billinghurst@riotinto.com>
16723
16724         * g77.dg/f77-edit-i-out.f:  Escape \. Allow \r\n and \r.
16725
16726 2002-01-29  Richard Henderson  <rth@redhat.com>
16727
16728         * gcc.c-torture/execute/991118-1.c: Cast various constants back
16729         to long long.
16730         * gcc.c-torture/execute/bf64-1.c: Likewise.
16731
16732 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
16733
16734         * gcc.c-torture/execute/20020129-1.c: New test.
16735
16736 2002-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
16737
16738         * gcc.c-torture/compile/20000224-1.c: Update.
16739         * gcc.c-torture/execute/bitfld-1.c: New tests.
16740         * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
16741         * gcc.dg/uninit-A.c: Update.
16742
16743 2002-01-29  Nathan Sidwell  <nathan@codesourcery.com>
16744
16745         * g++.dg/template/ctor1.C: Add instantiation.
16746
16747 2002-01-28  Paul Koning  <pkoning@equallogic.com>
16748
16749         * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
16750         argument to __builtin_prefetch to be const ptr.
16751
16752 2002-01-28  Jakub Jelinek  <jakub@redhat.com>
16753
16754         * gcc.c-torture/compile/20020120-1.c: New test.
16755
16756 2002-01-27  Kazu Hirata  <kazu@hxi.com>
16757
16758         * gcc.c-torture/execute/20020127-1.c: New test.
16759
16760 2002-01-27  David Billinghurst  <David.Billinghurst@riotinto.com>
16761
16762         * g77.dg/f77-edit-i-in.f: New test
16763         * g77.dg/f77-edit-i-out.f: New test
16764
16765 2002-01-25  Geoffrey Keating  <geoffk@redhat.com>
16766
16767         * gcc.dg/debug/debug.exp: New file.
16768         * gcc.dg/debug/trivial.c: New file.
16769         * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
16770         * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
16771         * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
16772         * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
16773         * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
16774         * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
16775         * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
16776         * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
16777         * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
16778         * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
16779         * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
16780         * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
16781         * gcc.dg/20000503-1.c: Removed.
16782         * gcc.dg/20010207-1.c: Removed.
16783         * gcc.dg/20011223-1.c: Removed.
16784         * gcc.dg/20020104-2.c: Removed.
16785         * gcc.dg/debug-1.c: Removed.
16786         * gcc.dg/debug-2.c: Removed.
16787         * gcc.dg/debug-3.c: Removed.
16788         * gcc.dg/debug-4.c: Removed.
16789         * gcc.dg/debug-5.c: Removed.
16790         * gcc.dg/debug-6.c: Removed.
16791         * gcc.dg/dwarf2-1.c: Removed.
16792         * gcc.dg/dwarf2-2.c: Removed.
16793
16794 2002-01-25  Jakub Jelinek  <jakub@redhat.com>
16795
16796         * g++.old-deja/g++.other/eh5.C: New test.
16797         * g++.old-deja/g++.other/sibcall2.C: New test.
16798         * g++.old-deja/g++.other/array9.C: New test.
16799         * g++.old-deja/g++.other/typename2.C: New test.
16800         * g++.old-deja/g++.other/crash60.C: New test.
16801         * g++.old-deja/g++.other/conv9.C: New test.
16802         * g++.old-deja/g++.other/mangle10.C: New test.
16803         * g++.old-deja/g++.other/unchanging1.C: New test.
16804         * g++.old-deja/g++.other/exprstmt1.C: New test.
16805         * g++.old-deja/g++.other/inline23.C: New test.
16806         * g++.old-deja/g++.eh/ia64-1.C: New test.
16807         * g++.old-deja/g++.other/dwarf2-1.C: New test.
16808         * g++.old-deja/g++.other/reload1.C: New test.
16809         * g++.old-deja/g++.other/static20.C: New test.
16810         * g++.old-deja/g++.other/local-alloc1.C: New test.
16811         * g++.old-deja/g++.other/conv8.C: New test.
16812         * g++.old-deja/g++.other/stmtexpr2.C: New test.
16813         * g++.old-deja/g++.other/storeexpr1.C: New test.
16814         * g++.old-deja/g++.other/storeexpr2.C: New test.
16815         * g++.dg/eh/template2.C: New test.
16816         * g++.dg/warn/weak1.C: New test.
16817
16818 2002-01-25  Hans-Peter Nilsson  <hp@bitrange.com>
16819
16820         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
16821         Remove first, non-varying, argument.
16822
16823 2002-01-23  Richard Henderson  <rth@redhat.com>
16824
16825         * gcc.dg/inline-2.c: New.
16826
16827         * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
16828         Add optional target arg.  Check number of arguments.
16829         (scan-assembler-not, scan-assembler-dem): Likewise.
16830         (scan-assembler-dem-not): Likewise.
16831
16832 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
16833
16834         * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
16835         line 12.
16836         * g++.old-deja/g++.brendan/parse3.C,
16837         g++.old-deja/g++.other/crash26.C,
16838         g++.old-deja/g++.other/crash28.C,
16839         g++.old-deja/g++.other/crash29.C,
16840         g++.old-deja/g++.other/crash30.C,
16841         g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
16842
16843 2002-01-23  Aldy Hernandez  <aldyh@redhat.com>
16844
16845         * gcc.dg/20020115-1.c: New.
16846
16847 2002-01-23  Bob Wilson  <bob.wilson@acm.org>
16848
16849         * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
16850
16851 2002-01-23  Janis Johnson  <janis187@us.ibm.com>
16852
16853         * gcc.dg/20020122-3.c: New.
16854
16855 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
16856
16857         * g++.dg/other/gc1.C: New test.
16858
16859 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
16860
16861         * gcc.dg/c99-intconst-1.c: Mark XFAIL.
16862
16863 2002-01-22  Richard Henderson  <rth@redhat.com>
16864
16865         * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
16866
16867 2002-01-22  Richard Henderson  <rth@redhat.com>
16868
16869         * gcc.dg/20020122-4.c: New.
16870
16871 2002-01-22  H.J. Lu <hjl@gnu.org>
16872
16873         * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
16874         link output.
16875         * gcc.dg/special/ecos.exp: Likewise.
16876         * lib/g++-dg.exp: Likewise.
16877         * lib/g77-dg.exp: Likewise.
16878         * lib/gcc-dg.exp : Likewise.
16879         * lib/mike-g++.exp: Likewise.
16880         * lib/mike-g77.exp: Likewise.
16881         * lib/mike-gcc.exp: Likewise.
16882         * lib/objc-dg.exp: Likewise.
16883
16884 2002-01-22  Janis Johnson  <janis187@us.ibm.com>
16885
16886         PR target/5379
16887         * gcc.dg/20020122-2.c: New test.
16888
16889 2002-01-22  Hans-Peter Nilsson  <hp@axis.com>
16890
16891         * gcc.dg/20020122-1.c: New test.
16892
16893 2001-01-22  David.Billinghurst <David.Billinghurst@riotinto.com>
16894
16895         * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
16896
16897 2002-01-22  David Billinghurst <David.Billinghurst@riotinto.com>
16898
16899         * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
16900
16901 2002-01-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
16902
16903         * gcc.c-torture/compile/20020121-1.c: New test.
16904
16905 2002-01-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
16906
16907         * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
16908         ld_library_path.
16909
16910 2002-01-21  Jakub Jelinek  <jakub@redhat.com>
16911
16912         * gcc.dg/20020218-1.c: New test.
16913
16914 2002-01-21  David.Billinghurst <David.Billinghurst@riotinto.com>
16915
16916         * lib/prune.exp (prune_gcc_output): Prune "At global scope"
16917         messages
16918         * g++.dg/other/deprecated.C: Remove dg-bogus comment for
16919         "At global scope" warning
16920         * g++.dg/ext/align1.C: Change cygwin test for alignment
16921         from db-bogus to dg-warning
16922
16923 2002-01-21  Zack Weinberg  <zack@codesourcery.com>
16924
16925         * g77.f-torture/compile/cpp2.F: New test.
16926
16927 2002-01-19  Nathan Sidwell  <nathan@codesourcery.com>
16928
16929         * g++.dg/template/access1.C: New test.
16930
16931 2002-01-18  Aldy Hernandez  <aldyh@redhat.com>
16932
16933         * gcc.dg/20020118-1.c: New.
16934
16935 2002-01-18  Kazu Hirata  <kazu@hxi.com>
16936
16937         * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
16938
16939 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
16940
16941         * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
16942         * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
16943         alignment warnings.
16944
16945 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
16946
16947         * gcc.misc-tests/i386-prefetch.exp: Save and restore
16948         torture_with_loops and torture_without_loops
16949
16950 2002-01-17  Jakub Jelinek  <jakub@redhat.com>
16951
16952         * gcc.c-torture/compile/20020116-1.c: New test.
16953
16954 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
16955
16956         * gcc.dg/20020116-2.c: New test.
16957
16958         * gcc.dg/ultrasp4.c: New test.
16959
16960         * gcc.dg/20020116-1.c: New test.
16961
16962 2002-01-15  Geoffrey Keating  <geoffk@redhat.com>
16963
16964         * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
16965         by EABI.
16966
16967 2002-01-15  Janis Johnson  <janis187@us.ibm.com>
16968
16969         * gcc.misc-tests/i386-prefetch.exp: New.
16970         * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
16971         * gcc.misc-tests/i386-pf-athlon-1.c: New test.
16972         * gcc.misc-tests/i386-pf-none-1.c: New test.
16973         * gcc.misc-tests/i386-pf-sse-1.c: New test.
16974
16975 2002-01-15  Jakub Jelinek  <jakub@redhat.com>
16976
16977         * gcc.dg/gnu89-init-1.c: Add new tests.
16978
16979 2002-01-15  Andreas Jaeger  <aj@suse.de>
16980
16981         * gcc.dg/i386-mmx-1.c: Also run on x86-64.
16982         * gcc.dg/i386-mmx-2.c: Likewise.
16983         * gcc.dg/i386-sse-1.c: Likewise.
16984         * gcc.dg/i386-sse-2.c: Likewise.
16985         * gcc.dg/i386-sse-3.c: Likewise.
16986
16987 2001-01-14  David Billinghurst <David.Billinghurst@riotinto.com>
16988
16989         * g77.f-torture/execute/intrinsic-unix-bessel.f:
16990         Uncomment additional cases that now pass.
16991
16992 2002-01-11  Richard Henderson  <rth@redhat.com>
16993
16994         * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
16995         * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
16996
16997 2002-01-11  Nicola Pero  <n.pero@mi.flashnet.it>
16998
16999         * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
17000
17001 2002-01-10  Aldy Hernandez  <aldyh@redhat.com>
17002
17003         * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
17004         lvx, stvx, stvebx, stvehx, stvewx, stvxl.
17005
17006 2002-01-10  Dale Johannesen  <dalej@apple.com>
17007
17008         * gcc.c-torture/execute/loop-11.c: New.
17009
17010 2002-01-08  Aldy Hernandez  <aldyh@redhat.com>
17011
17012         * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
17013         dss, lvsl, lvsr, dstt, dstst, dststt, dst.
17014
17015 2002-01-09  Richard Henderson  <rth@redhat.com>
17016
17017         * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
17018         type in which to perform the operation for each size.
17019
17020 2002-01-09  Alan Matsuoka  (alanm@redhat.com)
17021
17022         * gcc.c-torture/compile/20020109-2.c: New test.
17023
17024 2002-01-09  Gwenole Beauchesne  <bgeauchesne@mandrakesoft.com>
17025
17026         * gcc.c-torture/execute/loop-10.c: New test.
17027
17028 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
17029
17030         * gcc.c-torture/compile/20010226-1.c: New test.
17031         * gcc.c-torture/compile/20010227-1.c: New test.
17032         * gcc.c-torture/compile/20010426-1.c: New test.
17033         * gcc.c-torture/compile/20010510-1.c: New test.
17034         * gcc.c-torture/compile/20010605-3.c: New test.
17035         * gcc.c-torture/compile/20010824-1.c: New test.
17036         * gcc.c-torture/execute/20010409-1.c: New test.
17037         * gcc.dg/noncompile/20000901-1.c: New test.
17038         * gcc.dg/20001023-1.c: New test.
17039         * gcc.dg/20001101-1.c: New test.
17040         * gcc.dg/20001102-1.c: New test.
17041         * gcc.dg/20010207-1.c: New test.
17042         * gcc.dg/20010405-1.c: New test.
17043         * gcc.dg/20010822-1.c: New test.
17044         * gcc.dg/20011107-1.c: New test.
17045
17046 2002-01-09  Jeffrey A Law  (law@redhat.com)
17047
17048         * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
17049
17050         * gcc.c-torture/execute/strct-stdarg-1.x: New file.  Expect
17051         execution failure on PA targets.
17052
17053 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
17054
17055         * gcc.c-torture/compile/20020109-1.c: New test.
17056
17057 2002-01-08  Kazu Hirata  <kazu@hxi.com>
17058
17059         * gcc.c-torture/execute/20020108-1.c: New test.
17060
17061 2002-01-08  Jakub Jelinek  <jakub@redhat.com>
17062
17063         * gcc.dg/20020108-1.c: New test.
17064
17065 2002-01-08  H.J. Lu <hjl@gnu.org>
17066
17067         * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
17068         for header files.
17069
17070 2002-01-08  Geoff Keating  <geoffk@redhat.com>
17071
17072         * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
17073         consistency.
17074
17075 002-01-07  Aldy Hernandez  <aldyh@redhat.com>
17076
17077         * gcc.dg/altivec-4.c: Test altivec predicates.
17078
17079 2002-01-07  Jakub Jelinek  <jakub@redhat.com>
17080
17081         * gcc.c-torture/execute/20020107-1.c: New test.
17082
17083 2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>
17084
17085         PR c/5279
17086         * gcc.c-torture/compile/20020106-1.c: New test.
17087
17088 2002-01-05  Hans-Peter Nilsson  <hp@bitrange.com>
17089
17090         * gcc.c-torture/execute/nestfunc-4.c: New test.
17091
17092 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
17093
17094         * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
17095         extra triple that slipped in.
17096         * g++.old-deja/g++.abi/align.C: Likewise.
17097         * g++.old-deja/g++.abi/bitfields.C: Likewise.
17098
17099 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
17100
17101         * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
17102         * g++.old-deja/g++.abi/align.C: Likewise.
17103         * g++.old-deja/g++.abi/bitfields.C: Likewise.
17104
17105         * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
17106         on FreeBSD/i386.
17107         * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
17108         FreeBSD.
17109
17110 2002-01-04  Jakub Jelinek  <jakub@redhat.com>
17111
17112         * gcc.dg/20020104-1.c: New test.
17113
17114         * gcc.dg/20020104-2.c: New test.
17115
17116 2002-01-04  Hans-Peter Nilsson  <hp@bitrange.com>
17117
17118         * gcc.dg/20020103-1.c: Fix typo in target selector.
17119
17120 2002-01-03  Richard Henderson  <rth@redhat.com>
17121
17122         * gcc.dg/20020103-1.c: New.
17123
17124 2002-01-03  Kazu Hirata  <kazu@hxi.com>
17125
17126         * gcc.c-torture/execute/20020103-1.c: New test.
17127
17128 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
17129
17130         * g++.dg/other/debug2.C: New test.
17131
17132         * gcc.c-torture/compile/20020103-1.c: New test.
17133
17134 2002-01-02  Jakub Jelinek  <jakub@redhat.com>
17135
17136         * gcc.dg/gnu89-init-1.c: Added new tests.
17137
17138 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
17139
17140         * g++.dg/template/friend2.C: Remove as patch is reverted.
17141
17142         * g++.dg/warn/oldcast1.C: New test.
17143
17144         * g++.dg/template/ptrmem1.C: New test.
17145         * g++.dg/template/ptrmem2.C: New test.
17146
17147         * g++.dg/template/ntp.C: New test.
17148
17149         * g++.dg/other/component1.C: New test.
17150
17151         * g++.dg/template/ttp3.C: New test.
17152
17153         * g++.dg/template/friend2.C: New test.
17154         * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
17155
17156 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
17157
17158         * g++.dg/other/ptrmem1.C: New test.
17159         * g++.dg/other/ptrmem2.C: New test.
17160
17161 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
17162
17163         * g++.dg/template/ctor1.C: New test.
17164
17165 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
17166
17167         * g++.dg/template/friend2.C: New test.
17168
17169 2002-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
17170
17171         * gcc.dg/mmix-1.c: New test.
17172
17173 2001-12-31  Richard Henderson  <rth@redhat.com>
17174
17175         * gcc.dg/asm-5.c: New.
17176
17177 2001-12-31  Paolo Carlini  <pcarlini@unitus.it>
17178
17179         * g++.old-deja/g++.robertl/eb130.C: hash_set is now
17180         in namespace __gnu_cxx
17181
17182 2001-12-30  Richard Henderson  <rth@redhat.com>
17183
17184         * gcc.dg/debug-6.c: New.
17185
17186 2001-12-30  Jakub Jelinek  <jakub@redhat.com>
17187
17188         * gcc.c-torture/compile/20011229-2.c: New test.
17189
17190 2001-12-29  Jakub Jelinek  <jakub@redhat.com>
17191
17192         * gcc.dg/debug-3.c: New test.
17193         * gcc.dg/debug-4.c: New test.
17194         * gcc.dg/debug-5.c: New test.
17195
17196 2001-12-29  Richard Henderson  <rth@redhat.com>
17197
17198         * g++.dg/eh/loop1.C: New.
17199
17200 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
17201
17202         * g++.dg/template/crash1.C: New test.
17203
17204 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
17205
17206         * g++.dg/other/const1.C: New test.
17207
17208 2001-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
17209
17210         * gcc.c-torture/compile/20011229-1.c: New test.
17211
17212 2001-12-28  Stan Shebs  <shebs@apple.com>
17213
17214         * lib/objc-torture.exp: Resync with c-torture.exp.
17215         * lib/objc.exp: Load standard libraries.
17216
17217 2001-12-28  Jakub Jelinek  <jakub@redhat.com>
17218
17219         * gcc.dg/gnu89-init-1.c: Adjust for the new behavior, add some
17220         additional tests.
17221
17222 2001-12-27  Roger Sayle <roger@eyesopen.com>
17223
17224         * gcc.c-torture/execute/string-opt-16.c: New testcase.
17225
17226 2001-12-27  Richard Henderson  <rth@redhat.com>
17227
17228         * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
17229
17230 2001-12-26  Nathan Sidwell  <nathan@codesourcery.com>
17231
17232         * g++.dg/eh/ctor1.C: New test.
17233         * g++.dg/other/error2.C: New test.
17234
17235 2001-12-24  Nathan Sidwell  <nathan@codesourcery.com>
17236
17237         * g++.dg/other/init2.C: New test.
17238
17239 2001-12-24  Richard Henderson  <rth@redhat.com>
17240
17241         * gcc.dg/20011223-1.c: New.
17242         * gcc.dg/inline-1.c: New.
17243
17244 2001-12-23  Richard Henderson  <rth@redhat.com>
17245
17246         * gcc.dg/asm-4.c: Test operand modifiers.
17247
17248 2001-12-23  Richard Henderson  <rth@redhat.com>
17249
17250         * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
17251
17252 2001-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
17253
17254         * gcc.c-torture/execute/20011223-1.c: New test.
17255
17256 2001-12-21  Richard Henderson  <rth@redhat.com>
17257
17258         * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
17259         re-enables the warning.
17260
17261 2001-12-21  Richard Henderson  <rth@redhat.com>
17262
17263         * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
17264
17265 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
17266
17267         * gcc.c-torture/compile/20011218-1.c: New test.
17268
17269 2001-12-20  Nick Clifton  <nickc@cambridge.redhat.com>
17270
17271         * gcc.misc-test/arm-isr.exp: New file.  Control running of the
17272         arm-isr.c test.
17273         * gcc.misc-tests/arm-isr.c: New file.  Test prologue and
17274         epilogue generation for ARM ISR routines.
17275
17276 2001-12-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17277
17278         * gcc.dg/format/builtin-1.c: Test unlocked stdio.
17279         * gcc.dg/format/c90-printf-3.c: Likewise.
17280         * gcc.dg/format/c99-printf-3.c: Likewise.
17281         * gcc.dg/format/ext-1.c: Likewise.
17282         * gcc.dg/format/ext-6.c: Likewise.
17283         * gcc.dg/format/format.h: Prototype unlocked stdio.
17284
17285 2001-12-20  Richard Henderson  <rth@redhat.com>
17286
17287         * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
17288         (arena): Use it.
17289         (malloc): Correct allocation logic.  Abort if we fill up the
17290         arena before initialization complete.
17291         (realloc): Correct allocation logic.
17292
17293 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
17294
17295         * gcc.c-torture/compile/20011219-2.c: New test.
17296
17297         * gcc.c-torture/execute/20011219-1.c: New test.
17298
17299 2001-12-19  David Billinghurst <David.Billinghurst@riotinto.com>
17300
17301         * gcc.dg/special/ecos.exp:  wkali-1.c unsupported if
17302         target does not support weak symbols.
17303
17304 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
17305
17306         * gcc.c-torture/compile/20011219-1.c: New test.
17307
17308 2001-12-19  Nathan Sidwell  <nathan@codesourcery.com>
17309
17310         * g++.dg/other/error1.C: New test.
17311
17312 2001-12-17  Jeffrey A Law  (law@redhat.com)
17313
17314         * gcc.c-torture/execute/20011217-1.c: New test.
17315
17316 2001-12-17  Nicola Pero  <nicola@brainstorm.co.uk>
17317
17318         * objc.dg/special/: New directory.
17319         * objc.dg/special/special.exp: New file.
17320         * objc.dg/special/unclaimed-category-1.h: New file.
17321         * objc.dg/special/unclaimed-category-1a.m: New file.
17322         * objc.dg/special/unclaimed-category-1.m: New file.
17323
17324 2001-12-17  Andreas Jaeger  <aj@suse.de>
17325
17326         * gcc.c-torture/compile/20011217-2.c: New test.
17327
17328 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
17329
17330         * gcc.c-torture/compile/20011217-1.c: New test.
17331
17332 2001-12-14  Aldy Hernandez  <aldyh@redhat.com>
17333
17334         * testsuite/gcc.dg/20011214-1.c: New.
17335
17336 2001-12-13  Aldy Hernandez  <aldyh@redhat.com>
17337
17338         * gcc.dg/altivec-4.c: New.
17339
17340 2001-12-13  Hans-Peter Nilsson  <hp@axis.com>
17341
17342         * gcc.dg/20011113-1.c: New test.
17343
17344 2001-12-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
17345
17346         * g++.old-deja/g++.jason/template31.C: Remove templates for classes
17347         std::__malloc_alloc_template<0> and
17348         std::__default_alloc_template<false, 0>.
17349
17350 2001-12-13  Nicola Pero  <n.pero@mi.flashnet.it>
17351
17352         * objc/execute/bf-21.m: New test.
17353         * objc/execute/enumeration-1.m: New test.
17354         * objc/execute/enumeration-2.m: New test.
17355
17356 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
17357
17358         * gcc.dg/gnu89-init-1.c: New test.
17359
17360 2001-12-12  Nathan Sidwell  <nathan@codesourcery.com>
17361
17362         * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
17363         * g++.old-deja/g++.jason/2371.C: Likewise.
17364         * g++.old-deja/g++.jason/template33.C: Likewise.
17365         * g++.old-deja/g++.jason/template34.C: Likewise.
17366         * g++.old-deja/g++.jason/template36.C: Likewise.
17367         * g++.old-deja/g++.oliva/typename1.C: Likewise.
17368         * g++.old-deja/g++.oliva/typename2.C: Likewise.
17369         * g++.old-deja/g++.other/typename1.C: Likewise.
17370         * g++.old-deja/g++.pt/inherit2.C: Likewise.
17371         * g++.old-deja/g++.pt/nontype5.C: Likewise.
17372         * g++.old-deja/g++.pt/typename11.C: Likewise.
17373         * g++.old-deja/g++.pt/typename14.C: Likewise.
17374         * g++.old-deja/g++.pt/typename16.C: Likewise.
17375         * g++.old-deja/g++.pt/typename3.C: Likewise.
17376         * g++.old-deja/g++.pt/typename4.C: Likewise.
17377         * g++.old-deja/g++.pt/typename5.C: Likewise.
17378         * g++.old-deja/g++.pt/typename7.C: Likewise.
17379         * g++.old-deja/g++.robertl/eb9.C: Likewise.
17380
17381 2001-12-11  Nathan Sidwell  <nathan@codesourcery.com>
17382
17383         * g++.dg/other/linkage1.C: New test.
17384         * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
17385         specifiers.
17386
17387 2001-12-11  Neil Booth  <neil@daikokuya.demon.co.uk>
17388
17389         * gcc.dg/concat.c: New test.
17390
17391 2001-12-11  Stan Shebs  <shebs@apple.com>
17392
17393         * objc/compile: New test directory.
17394         * objc/compile/compile.exp: New expect script.
17395         * objc/compile/20011211-1.m: New compile test.
17396
17397 2001-12-11  Jason Merrill  <jason@redhat.com>
17398
17399         * lib/prune.exp (prune_gcc_output): Also handle "In member
17400         function".  So many permutations...
17401
17402 2001-12-10  Nathan Sidwell  <nathan@codesourcery.com>
17403
17404         * g++.dg/template/typedef1.C: New test.
17405
17406 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
17407
17408         * g++.dg/other/copy1.C: New test.
17409
17410 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
17411
17412         * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
17413
17414         * gcc.dg/builtin-choose-expr.c: New.
17415
17416 2001-12-07  Aldy Hernandez  <aldyh@redhat.com>
17417
17418         * gcc.dg/altivec-2.c: New.
17419
17420 2001-12-07  Richard Henderson  <rth@redhat.com>
17421
17422         * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
17423
17424 2001-12-07  Stephane Carrez  <Stephane.Carrez@sun.com>
17425
17426         * gcc.dg/sparc-ret.c: New file, test return corruption bug for
17427         ultrasparc.
17428
17429 2001-12-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
17430
17431         * g++-old.deja/g++.robertl/eb101.C: Deleted.
17432
17433 2001-12-06  Janis Johnson  <janis187@us.ibm.com>
17434
17435         * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
17436         variable argument list.
17437
17438 2001-12-06  Zack Weinberg  <zack@codesourcery.com>
17439
17440         * gcc.c-torture/execute/memcheck: Delete entire directory.
17441         (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
17442         t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
17443
17444 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
17445
17446         * gcc.dg/Wshadow-1.c: New test.
17447
17448 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
17449
17450         * gcc.c-torture/compile/20011130-1.c: New test.
17451
17452         * gcc.dg/noncompile/20011025-1.c: New test.
17453
17454         * g++.dg/other/anon-union.C: New test.
17455
17456         * gcc.c-torture/execute/20011024-1.c: New test.
17457
17458 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
17459
17460         * gcc.c-torture/execute/20000722-1.x,
17461         gcc.c-torture/execute/20010123-1.x: Remove.
17462         * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
17463         * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
17464         gcc.dg/c99-complit-2.c: New tests.
17465
17466 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
17467
17468         * g++.dg/inherit/base1.C: New test.
17469
17470 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
17471
17472         * g++.dg/other/stdarg1.C: New test.
17473
17474         * gcc.c-torture/compile/20011130-2.c: New test.
17475
17476 2001-12-03  Janis Johnson  <janis187@us.ibm.com>
17477
17478         * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
17479         * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
17480         * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
17481         * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
17482         * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
17483         * gcc.dg/builtin-prefetch-1.c: New test.
17484
17485 2001-12-03  Jakub Jelinek  <jakub@redhat.com>
17486
17487         * gcc.dg/20011130-1.c: New test.
17488
17489 2001-12-03  Nathan Sidwell  <nathan@codesourcery.com>
17490
17491         * g++.dg/other/scope1.C: New test.
17492         * g++.dg/template/explicit-instantiation.C: Remove XFAIL
17493
17494 2001-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
17495
17496         * gcc.dg/vla-init-1.c: New test.
17497
17498 2001-12-01  Geoff Keating  <geoffk@redhat.com>
17499
17500         * gcc.c-torture/compile/structs.c: New testcase from GDB.
17501
17502 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
17503
17504         * objc.dg/alias.m: Update.
17505         * objc.dg/class-1.m: Update.
17506         * objc.dg/const-str-1.m: Update.
17507         * objc.dg/fwd-proto-1.m: Update.
17508         * objc.dg/id-1.m: Update.
17509         * objc.dg/super-class-1.m: Update.
17510
17511 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
17512
17513         * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
17514         constructs.
17515
17516 2001-11-28  Jeffrey A Law  (law@cygnus.com)
17517
17518         * gcc.c-torture/execute/20011128-1.c: New test.
17519
17520 2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
17521
17522         * gcc.dg/20011127-1.c: New test.
17523
17524 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
17525
17526         * gcc.dg/format/strfmon-1.c: Update comments.  Adjust examples
17527         from Austin Group draft 7.
17528         * gcc.dg/format/xopen-1.c: Update comments.  Add tests for gaps in
17529         scanf format arguments.
17530         * gcc.dg/format/no-exargs-2.c: New test.
17531
17532 2001-11-25  Nathan Sidwell  <nathan@codesourcery.com>
17533
17534         * g++.dg/abi/vbase8-4.C: New test.
17535
17536 2001-11-24  Ian Lance Taylor  <ian@airs.com>
17537
17538         * gcc.c-torture/execute/20011121-1.c: New test.
17539
17540 2001-11-23  Jeffrey A Law  (law@cygnus.com)
17541
17542         * gcc.c-torture/execute/ieee/20011123-1.c: New test.
17543
17544 2001-11-23  Andreas Jaeger  <aj@suse.de>
17545
17546         * gcc.dg/cpp/charconst-2.c: New test.
17547
17548 2001-11-22  Geoffrey Keating  <geoffk@redhat.com>
17549
17550         * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
17551         to the host if it is remote.  Let tests specify extra headers
17552         they use.
17553         * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
17554         * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
17555         * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
17556         * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
17557         * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
17558         * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
17559         * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
17560         * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
17561         * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
17562         * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
17563
17564 2001-11-22  Nick Clifton  <nickc@cambridge.redhat.com>
17565
17566         * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
17567         for little endian ARMs.
17568
17569 2001-11-20  Jakub Jelinek  <jakub@redhat.com>
17570
17571         * gcc.c-torture/compile/20011119-1.c: New test.
17572         * gcc.c-torture/compile/20011119-2.c: New test.
17573
17574 2001-11-17  Aldy Hernandez  <aldyh@redhat.com>
17575
17576         * gcc.dg/altivec-1.c: Fix typo.
17577
17578 2001-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
17579
17580         * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
17581
17582 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
17583
17584         * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
17585
17586 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
17587
17588         * lib/g77.exp: Don't specify --rpath-link.
17589
17590         * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
17591         across all the headers.
17592         * gcc.dg/format/format.exp: For testing on a remote host,
17593         copy format.h.
17594
17595         * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
17596         * gcc.c-torture/execute/930406-1.c: Likewise.
17597         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
17598
17599 2001-11-19  Aldy Hernandez  <aldyh@redhat.com>
17600
17601         * gcc.dg/altivec-1.c: New.
17602
17603 2001-11-19  Neil Booth  <neil@daikokuya.demon.co.uk>
17604
17605         * gcc.dg/cpp/fpreprocessed.c: New test case.
17606
17607 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
17608
17609         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
17610         gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
17611         * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
17612
17613 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
17614
17615         * gcc.dg/no-builtin-1.c: New test.
17616
17617 2001-11-16  Jakub Jelinek  <jakub@redhat.com>
17618
17619         * gcc.c-torture/execute/20011115-1.c: New test.
17620
17621 2001-11-15  Jakub Jelinek  <jakub@redhat.com>
17622
17623         * gcc.c-torture/compile/20011114-2.c: New test.
17624         * gcc.c-torture/compile/20011114-3.c: New test.
17625         * gcc.c-torture/compile/20011114-4.c: New test.
17626
17627 2001-11-15  Nathan Sidwell  <nathan@codesourcery.com>
17628
17629         * g++.dg/other/init1.C: New test.
17630
17631 2001-11-14  Geoffrey Keating  <geoffk@redhat.com>
17632
17633         * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
17634         message.
17635
17636         * gcc.c-torture/execute/20011114-1.c: New testcase.
17637
17638         * gcc.c-torture/compile/20010327-1.c: Revert last change.
17639         * gcc.c-torture/compile/20011114-1.c: New test, exactly
17640         like the (before this change) version of 20010327-1.c.
17641
17642 2001-11-14  Roger Sayle <roger@eyesopen.com>
17643
17644         * gcc.c-torture/execute/string-opt-13.c: New testcase.
17645
17646 2001-11-14  Richard Sandiford  <rsandifo@redhat.com>
17647
17648         * g++.dg/init/array2.C: New test.
17649
17650 2001-11-14  Alexandre Oliva  <aoliva@redhat.com>
17651
17652         * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
17653
17654 2001-11-13  Nathan Sidwell  <nathan@codesourcery.com>
17655
17656         * g++.dg/other/forscope1.C: New test.
17657         * g++.dg/ext/forscope1.C: New test.
17658         * g++.dg/ext/forscope2.C: New test.
17659
17660 2001-11-13  Jakub Jelinek  <jakub@redhat.com>
17661
17662         * gcc.c-torture/execute/20011113-1.c: New test.
17663
17664 2001-11-09  Geoffrey Keating  <geoffk@redhat.com>
17665
17666         * gcc.c-torture/execute/20011109-2.c: New test.
17667
17668         * gcc.c-torture/execute/20011109-1.c: New test.
17669
17670 2001-11-09  Jakub Jelinek  <jakub@redhat.com>
17671
17672         * gcc.c-torture/compile/20011109-1.c: New test.
17673
17674 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
17675
17676         * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
17677         * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
17678         * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
17679         * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
17680         * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
17681         * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
17682         * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
17683
17684 2001-11-08  Neil Booth  <neil@daikokuya.demon.co.uk>
17685
17686         * g++.dg/warn/Wshadow-1.C: New tests.
17687         * g++.old-deja/g++.mike/for3.C: Update.
17688
17689 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
17690
17691         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
17692         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
17693         XFAILs.  Adjust expected error texts.
17694         * gcc.c-torture/compile/20011106-1.c,
17695         gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
17696         gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
17697         gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
17698         gcc.dg/c99-array-lval-5.c: New tests.
17699
17700 2001-11-05  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
17701
17702         * gcc.dg/cpp/defined.c: Update.
17703
17704 2001-11-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
17705
17706         * gcc.c-torture/execute/anon-1.c: New test.
17707
17708 2001-11-03  Geoffrey Keating  <geoffk@redhat.com>
17709
17710         * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
17711         same size, so no warning should be produced on stormy16.
17712
17713         * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
17714         due to oversized array.
17715         * g++.old-deja/g++.mike/ns15.C: Likewise.
17716         * g++.old-deja/g++.pt/crash16.C: Likewise.
17717
17718 2001-11-02  Graham Stott  <grahams@redhat.com>
17719
17720         * g++.dgother/debug1.C: Fix typos.
17721
17722 2001-11-01  Jakub Jelinek  <jakub@redhat.com>
17723
17724         * g++.dg/other/debug1.C: New test.
17725
17726 2001-11-01  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
17727
17728         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
17729         of unsigned long.
17730
17731 2001-10-30  Jakub Jelinek  <jakub@redhat.com>
17732
17733         * gcc.dg/20011029-2.c: New test.
17734
17735         * gcc.c-torture/compile/20011029-1.c: New test.
17736
17737 2001-10-29  Nicola Pero  <n.pero@mi.flashnet.it>
17738
17739         * objc/execute/class_self-1.m: New test.
17740         * objc/execute/class_self-2.m: New test.
17741
17742 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
17743
17744         * gcc.misc-tests/msgs.exp: Delete.
17745         * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
17746         * gcc.misc-tests/m-un-2.c: Move to gcc.dg.  Update expected
17747         error set to match recent changes.
17748
17749 2001-10-24  Zack Weinberg  <zack@codesourcery.com>
17750
17751         * gcc.dg/20011021-1.c: New test.
17752
17753 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
17754
17755         * gcc.c-torture/compile/20011023-1.c: New test.
17756
17757 2001-10-23  Geoffrey Keating  <geoffk@redhat.com>
17758
17759         * lib/g77.exp: Rewrite based on lib/g++.exp.
17760
17761 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
17762
17763         * gcc.c-torture/execute/20011019-1.c: New test.
17764
17765         * gcc.dg/20011018-1.c: New test.
17766
17767 2001-10-19  NIIBE Yutaka  <gniibe@m17n.org>
17768
17769         * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
17770
17771 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
17772
17773         * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
17774         * gcc.dg/attr-invalid.c: Likewise.
17775
17776 2001-10-18  Jakub Jelinek  <jakub@redhat.com>
17777
17778         * testsuite/gcc.dg/20011015-1.c: New test.
17779
17780 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
17781
17782         * g++.dg/template/unify2.C: New test.
17783
17784 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
17785
17786         * g++.dg/other/exception-specification.C: New test
17787
17788 2001-10-13  Tom Rix  <trix@redhat.com>
17789
17790         * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
17791         * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
17792
17793 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
17794
17795         * testsuite/gcc.dg/20011009-1.c: New test.
17796
17797 2001-10-12  Nathan Sidwell  <nathan@codesourcery.com>
17798
17799         PR g++/4476
17800         * g++.dg/other/friend1.C: New test.
17801
17802 2001-10-11  Richard Henderson  <rth@redhat.com>
17803
17804         * g++.old-deja/g++.other/crash18.C: Add -S to options.
17805
17806 2001-10-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17807
17808         * gcc.c-torture/compile/20011010-1.c: New.
17809
17810 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
17811
17812         * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
17813         g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
17814         g77.f-torture/execute/execute.exp,
17815         g77.f-torture/noncompile/noncompile.exp,
17816         gcc.c-torture/compile/compile.exp,
17817         gcc.c-torture/execute/execute.exp,
17818         gcc.c-torture/execute/ieee/ieee.exp,
17819         gcc.c-torture/execute/memcheck/memcheck.exp,
17820         gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
17821         objc/execute/execute.exp: Update FSF address.
17822
17823 2001-10-09  Neil Booth  <neil@daikokuya.demon.co.uk>
17824
17825         * gcc.dg/cpp/cmdlne-C.c: Update.
17826         * gcc.dg/cpp/cmdlne-C2.c: New.
17827
17828 2001-10-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17829
17830         * gcc.c-torture/execute/20011008-3.c: New.
17831
17832 2001-10-08  DJ Delorie  <dj@redhat.com>
17833
17834         * gcc.dg/20011008-1.c: New.
17835         * gcc.dg/20011008-2.c: New.
17836
17837 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
17838
17839         * gcc.dg/cpp/spacing1.c: Update test.
17840
17841 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
17842
17843         * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
17844         spelling errors of "separate" as "seperate".
17845
17846 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
17847
17848         * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
17849         enough to avoid inlining.
17850
17851 2001-10-04  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
17852
17853         * lib/g77.exp: set libg2c_dir correctly.
17854
17855 2001-10-02  Neil Booth  <neil@daikokuya.demon.co.uk>
17856
17857         * gcc.dg/cpp/macro11.c: New test.
17858
17859 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
17860
17861         * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
17862         gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
17863         gcc.dg/format/multattr-3.c: New tests.
17864         * gcc.dg/format/attr-3.c: Update expected error texts.  Remove
17865         tests for format attributes on function pointers being rejected.
17866
17867 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
17868
17869         * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
17870
17871 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
17872
17873         * g++.dg/warn/format1.C: New test.
17874
17875 2001-10-01  Neil Booth  <neil@daikokuya.demon.co.uk>
17876
17877         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
17878
17879 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
17880
17881         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
17882
17883 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
17884
17885         * gcc.dg/cpp/redef2.c: Add test.
17886
17887 2001-09-27  Geoffrey Keating  <geoffk@redhat.com>
17888
17889         * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
17890         long-standing bug on i686, apparently.
17891         * gcc.c-torture/execute/loop-2c.x: New file.
17892         * gcc.c-torture/execute/loop-2d.x: New file.
17893         * gcc.c-torture/execute/loop-3c.x: New file.
17894
17895 2001-09-25  Neil Booth  <neil@daikokuya.demon.co.uk>
17896
17897         * gcc.dg/cpp/20000625-2.c: Correct line number.
17898
17899 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
17900
17901         * gcc.dg/cpp/macro10.c: New test.
17902         * gcc.dg/cpp/strify3.c: New test.
17903         * gcc.dg/cpp/spacing1.c: Add tests.
17904         * gcc.dg/cpp/19990703-1.c: Remove bogus test.
17905         * gcc.dg/cpp/20000625-2.c: Fudge to pass.
17906
17907 2001-09-24  DJ Delorie  <dj@redhat.com>
17908
17909         * gcc.c-torture/execute/20010924-1.c: New test.
17910
17911 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
17912
17913         * testsuite/objc/execute/paste.m: Remove.
17914
17915 2001-09-22  Joseph S. Myers  <jsm28@cam.ac.uk>
17916
17917         * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
17918
17919 2001-09-22  George Helffrich  <george@geo.titech.ac.jp>
17920
17921         * g77.dg/strlen0.f: New test.
17922
17923 2001-09-21  Richard Henderson  <rth@redhat.com>
17924
17925         * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
17926         * g++.old-deja/g++.abi/vtable2.C: Likewise.
17927
17928 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
17929
17930         Table-driven attributes.
17931         * g++.dg/ext/attrib1.C: New test.
17932
17933 2001-09-20  DJ Delorie  <dj@redhat.com>
17934
17935         * gcc.dg/20000926-1.c: Update expected warning messages.
17936         * gcc.dg/array-2.c: Likewise, and test for warnings too.
17937         * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
17938         array.
17939
17940 2001-09-18  Richard Sandiford  <rsandifo@redhat.com>
17941
17942         * g++.dg/eh/registers1.C: New test case.
17943
17944 2001-09-17  Richard Henderson  <rth@redhat.com>
17945
17946         * gcc.dg/array-5.c: Fix VLA decomposition test.
17947
17948 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
17949
17950         * gcc.dg/cpp/line5.c: New testcase.
17951
17952 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
17953
17954         * gcc.dg/cpp/macro9.c: New test.
17955
17956 2001-09-15  Aldy Hernandez  <aldyh@redhat.com>
17957
17958         * gcc.c-torture/execute/980223.c: Change type of addr from long
17959         to char *.
17960
17961 2001-09-15  Hans-Peter Nilsson  <hp@axis.com>
17962
17963         * gcc.c-torture/execute/20010915-1.c: New test.
17964
17965 2001-09-14  Janis Johnson  <janis187@us.ibm.com>
17966
17967         * g77.dg/bprob: New directory.
17968         * g77.dg/bprob/bprob.exp: New file.
17969         * g77.dg/bprob/bprob-1.f: New test.
17970         * g77.dg/gcov: New directory.
17971         * g77.dg/gcov/gcov.exp: New file.
17972         * g77.dg/gcov/gcov-1.f: New test.
17973         * g77.dg/gcov/gcov-1.x: New file.
17974
17975 2001-09-13  Neil Booth  <neil@daikokuya.demon.co.uk>
17976
17977         * gcc.dg/cpp/directiv.c: Update.
17978         * gcc.dg/cpp/undef1.c: Update.
17979
17980 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
17981
17982         * gcc.dg/20010912-1.c: New test.
17983
17984 2001-09-11  Janis Johnson  <janis187@us.ibm.com>
17985
17986         * gcc.misc-tests/gcov.exp: Move almost everything to a new,
17987         language-independent file in lib.
17988         * lib/gcov.exp: New file.
17989
17990 2001-09-11  Joseph S. Myers  <jsm28@cam.ac.uk>
17991
17992         * gcc.c-torture/compile/20010911-1.c: New test.
17993
17994 2001-09-10  Janis Johnson  <janis187@us.ibm.com>
17995
17996         * lib/profopt.exp: New, to support profile-directed optimizations.
17997         * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
17998         * gcc.misc-tests/bprob-1.c: New test.
17999         * gcc.misc-tests/bprob-2.c: New test.
18000
18001 2001-09-07  Janis Johnson  <janis187@us.ibm.com>
18002
18003         * gcc.misc-tests/gcov.exp: Add support for a .x file to control
18004         XFAIL and which kinds of gcov output to verify.
18005         * gcc.misc-tests/gcov-4b.x: New file.
18006         * gcc.misc-tests/gcov-5b.x: New file.
18007         * gcc.misc-tests/gcov-6.x: New file.
18008         * gcc.misc-tests/gcov-7.c: New test.
18009         * gcc.misc-tests/gcov-7.x: New file.
18010
18011 2001-09-06  Janis Johnson  <janis187@us.ibm.com>
18012
18013         * gcc.misc-tests/gcov.exp: Add support for call return percentages.
18014         * gcc.misc-tests/gcov-6.c: New test.
18015
18016 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
18017
18018         PR c++/3986
18019         * g++.dg/abi/vbase1.C: New test.
18020
18021 2001-09-05  Ziemowit Laski  <zlaski@apple.com>
18022
18023         * objc.dg/method-2.m: New.
18024
18025 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
18026
18027         PR c++/4203
18028         * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
18029         * g++.dg/init/empty1.C: New test.
18030
18031 2001-09-03  Jakub Jelinek  <jakub@redhat.com>
18032
18033         * gcc.c-torture/compile/20010903-1.c: New test.
18034
18035 2001-08-31  Roman Zippel  <zippel@linux-m68k.org>
18036
18037         * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
18038         for m68k.
18039
18040 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
18041
18042         * g++.dg/abi/empty4.C: Allow for 16-bit ints.
18043
18044         * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
18045
18046         * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
18047
18048 2001-08-30  Geoffrey Keating  <geoffk@redhat.com>
18049
18050         * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
18051         for 16-bit 'unsigned int'.
18052
18053 2001-08-29  Kazu Hirata  <kazu@hxi.com>
18054
18055         * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
18056
18057 2001-08-27  Richard Henderson  <rth@redhat.com>
18058
18059         * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
18060         * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
18061
18062 2001-08-25  Aldy Hernandez  <aldyh@redhat.com>
18063
18064         * gcc.dg/asm-names.c (ymain): New.
18065
18066 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
18067
18068         * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
18069         * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
18070         * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
18071
18072 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18073
18074         * gcc.dg/compare5.c: New testcase.
18075
18076 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
18077
18078         * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
18079         and "In instantiation".
18080
18081 2001-08-21  Aldy Hernandez  <aldyh@redhat.com>
18082
18083         * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
18084
18085 2001-08-20  Janis Johnson  <janis187@us.ibm.com>
18086
18087         * gcc.misc-tests/gcov.exp: Add support for branch information.
18088         * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
18089         * gcc.misc-tests/gcov-4.c: New test.
18090         * gcc.misc-tests/gcov-4b.c: New test.
18091         * gcc.misc-tests/gcov-5b.c: New test.
18092
18093 2001-08-20  Zack Weinberg  <zackw@panix.com>
18094
18095         * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
18096         expected to fail.
18097
18098 2001-08-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
18099
18100         * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
18101
18102 2001-08-19  Jakub Jelinek  <jakub@redhat.com>
18103
18104         * g++.dg/eh/template1.C: New test.
18105
18106 2001-08-16  David Billinghurst  <David.Billinghurst@riotinto.com>
18107
18108         * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
18109         Fix thinko.
18110         * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
18111         for xfail.
18112
18113 2001-08-14  David Billinghurst  <David.Billinghurst@riotinto.com>
18114
18115         * lib/g77-dg.exp:  Use prune.exp for common procedures
18116         (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
18117         * lib/g77.exp: (g77-dg-prune) Remove
18118
18119 2001-08-13  Jason Merrill  <jason_merrill@redhat.com>
18120
18121         * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
18122
18123 2001-08-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
18124
18125         * g++.dg/template/unify1.C: New test.
18126
18127 2001-08-07  Nathan Sidwell  <nathan@codesourcery.com>
18128
18129         * g++.dg/abi/empty4.C: New test.
18130
18131 2001-08-06  David Billinghurst  <David.Billinghurst@riotinto.com>
18132
18133         * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
18134         solaris2.*
18135         * g77.f-torture/compile/pr3743.x: Likewise
18136
18137 2001-08-05  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
18138
18139         * g++.dg/other/using-declaration.C: New test.
18140
18141 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
18142
18143         * gcc.dg/cpp/tr-sign.c: New testcase.
18144
18145 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
18146
18147         * gcc.dg/cpp/19951025-1.c: Revert.
18148         * gcc.dg/cpp/directiv.c: We no longer process directives that
18149         interrupt macro arguments.
18150
18151 2001-08-03  Zack Weinberg  <zackw@stanford.edu>
18152
18153         * gcc.dg/bconstp-1.c: New test.
18154
18155 2001-08-03  Richard Henderson  <rth@redhat.com>
18156
18157         * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
18158
18159 2001-08-02  Neil Booth  <neil@daikokuya.demon.co.uk>
18160
18161         * gcc.dg/cpp/19951025-1.c: Update.
18162
18163 2001-08-02  Jeffrey Oldham  <oldham@codesourcery.com>
18164
18165         * g77.dg/ff90-1.f (s): Fix reference of variable z,
18166         should be x.
18167
18168 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
18169
18170         Kill -fhonor-std.
18171         * g++.old-deja/g++.ns/ns14.C: Remove special options.
18172         * g++.old-deja/g++.other/std1.C: Likewise.
18173         * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
18174
18175 2001-08-01  David Billinghurst <David.Billinghurst@riotinto.com>
18176
18177         * lib/g77.exp:  Load gcc-defs.exp for common procedures
18178         (g77_pass, g77_fail, g77_finish, g77_exit,
18179         ${tool}_check_unsupported_p} Now redundant.  Deleted.
18180
18181 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
18182
18183         * g77.dg/fbackslash.f
18184         * g77.dg/fcase-preserve.f
18185         * g77.dg/ff90-1.f
18186         * g77.dg/ffixed-line-length-0.f
18187         * g77.dg/ffixed-line-length-132.f
18188         * g77.dg/ffixed-line-length-7.f
18189         * g77.dg/ffixed-line-length-72.f
18190         * g77.dg/ffixed-line-length-none.f
18191         * g77.dg/ffree-form-1.f
18192         * g77.dg/fno-backslash.f
18193         * g77.dg/fno-f90-1.f
18194         * g77.dg/fno-fixed-form-1.f
18195         * g77.dg/fno-onetrip.f
18196         * g77.dg/fno-typeless-boz.f
18197         * g77.dg/fno-underscoring.f
18198         * g77.dg/fno-vxt-1.f
18199         * g77.dg/fonetrip.f
18200         * g77.dg/ftypeless-boz.f
18201         * g77.dg/fugly-assumed.f
18202         * g77.dg/funderscoring.f
18203         * g77.dg/fvxt-1.f
18204
18205 2001-08-01  Ziemowit Laski  <zlaski@apple.com>
18206
18207         * objc.dg/fwd-proto-1.m: New.
18208         * objc.dg/local-decl-1.m: New.
18209         * objc.dg/naming-1.m: New.
18210         * objc.dg/naming-2.m: New.
18211         * objc.dg/proto-hier-1.m: New.
18212
18213 2001-07-31  Hans-Peter Nilsson  <hp@bitrange.com>
18214
18215         * gcc.dg/c99-scope-2.c: Don't generally assume adding more
18216         largest-type elements to a struct makes its size grow.
18217
18218 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
18219
18220         * g++.dg/abi/vthunk1.C: New test.
18221
18222 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
18223
18224         * g++.dg/abi/vbase8-22.C: New test.
18225
18226 2001-07-31  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
18227
18228         * gcc.dg/cpp/macro8.c: New test.
18229
18230 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
18231
18232         * g++.dg/abi/vbase8-21.C: New test.
18233
18234 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
18235
18236         * g++.dg/abi/vbase8-10.C: New test.
18237
18238 2001-07-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18239
18240         * lib/g++.exp (g++_set_ld_library_path): Renamed to
18241         ${tool}_set_ld_library_path.
18242         Changed caller.
18243         * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
18244         g++.exp.
18245
18246 2001-07-26  Stan Cox <scox@redhat.com>
18247
18248         * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
18249         * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
18250         gcc_exit, gcc_check_unsupported_p):
18251         Moved to gcc-deps.exp
18252         * gcc-deps.exp: New file.
18253
18254 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
18255
18256         * g++.old-deja/g++.pt/defarg14.C: New test.
18257
18258 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
18259
18260         * g++.old-deja/g++.other/lineno5.C: New test.
18261
18262 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
18263
18264         * g++.old-deja/g++.pt/crash68.C: New test.
18265
18266 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
18267
18268         * g++.old-deja/g++.other/crash42.C: New test.
18269
18270 2001-07-26  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
18271
18272         * gcc.dg/cpp/extratokens.c: Fix.
18273         * gcc.dg/cpp/skipping2.c: New tests.
18274
18275 2001-07-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18276
18277         * gcc.c-torture/execute/20010724-1.c: New file.
18278         * gcc.c-torture/execute/20010724-1.x: New file.
18279
18280 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
18281
18282         * g++.old-deja/g++.other/cond7.C: New test.
18283
18284 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
18285
18286         * g++.old-deja/g++.other/optimize4.C: New test.
18287
18288 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
18289
18290         * g++.old-deja/g++.abi/vbase8-5.C: New test.
18291
18292 2001-07-24  Jason Merrill  <jason_merrill@redhat.com>
18293
18294         * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
18295         * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
18296         gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
18297         * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
18298
18299         * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
18300         bug report" message.
18301
18302         * g++.dg/dg.exp: Run tests from subdirectories other than "special".
18303         * g++.dg/ext/instantiate1.C: Move from old-deja.
18304
18305 2001-07-24  David Billinghurst <David.Billinghurst@riotinto.com>
18306
18307         * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
18308         * g77.f-torture/execute/intrinsic-unix-erf.f: New test
18309         * g77.f-torture/execute/intrinsic-vax-cd.f: New test
18310         * g77.f-torture/execute/intrinsic-f2c-z.f: New test
18311
18312 2001-07-23  Jeffrey A Law  (law@cygnus.com)
18313
18314         * gcc.c-torture/execute/20010723-1.c: New test.
18315
18316 2001-07-23  Ben Elliston  <bje@redhat.com>
18317
18318         * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
18319
18320 2001-07-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
18321
18322         * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
18323         i[34567]86-*-*.
18324         Delete handling of ieee_multilib_flags.
18325         Pass -mieee for alpha*-*-* and sh-*-*.
18326         * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
18327
18328 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
18329
18330         Remove old-abi tests.
18331         * g++.old-deja/g++.mike/p11116.C: Remove.
18332         * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
18333
18334 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.org>
18335
18336         * g77.f-torture/compile/pr3743.f:  New test
18337
18338 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.com>
18339
18340         * g77.f-torture/execute/f90-intrinsic-bit.f: New test
18341
18342 2001-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18343
18344         * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
18345         g++.old-deja/g++.pt/static6.C: Likewise.
18346         * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
18347         supports weak symbols.
18348
18349 2001-07-18  Andreas Jaeger  <aj@suse.de>
18350
18351         * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
18352         supported again.
18353
18354 2001-07-18  Andreas Jaeger  <aj@suse.de>
18355
18356         * gcc.dg/iftrap-1.c: Fix target line.
18357
18358 2001-07-17  Richard Henderson  <rth@redhat.com>
18359
18360         * gcc.c-torture/execute/20010717-1.c: New.
18361
18362 2001-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
18363
18364         * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
18365         tests.
18366
18367 2001-07-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
18368
18369         * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
18370
18371 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18372
18373         * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
18374         UAC_SIGBUS, UAC_NOPRINT definitions.
18375
18376 2001-07-16  Nicola Pero  <n.pero@mi.flashnet.it>
18377
18378         * objc/execute/object_is_class.m: New test.
18379         * objc/execute/object_is_meta_class.m: New test.
18380
18381 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
18382
18383         * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
18384         * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
18385
18386 2001-01-15  David Billinghurst  <David.Billinghurst@riotinto.com>
18387
18388         * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
18389         * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
18390
18391 2001-07-14  Richard Henderson  <rth@redhat.com>
18392
18393         * gcc.dg/iftrap-1.c: New.
18394
18395 2001-07-11  David Billinghurst  <David.Billinghurst@riotinto.com>
18396
18397         * g77.f-torture/execute/intrinsic77.f: New test.
18398
18399 2001-07-11  Janis Johnson <janis@us.ibm.com>
18400
18401         * gcc.misc-tests/gcov-3.c: New test.
18402
18403 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
18404
18405         * gcc.c-torture/compile/20010711-1.c,
18406         * gcc.c-torture/compile/20010711-2.c: New tests.
18407
18408 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
18409
18410         * gcc.c-torture/execute/20010711-1.c: New test.
18411
18412 2001-07-11  Ben Elliston  <bje@redhat.com>
18413
18414         * g++.old-deja/g++.other/enum5.C: New test.
18415
18416 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
18417
18418         * lib/g++-dg.exp: Load file-format and target-supports like gcc.
18419         (g++-dg-prune): Call prune_gcc_output.
18420         * prune.exp: New file for prune_gcc_output.
18421         * lib/g++.exp, lib/gcc.exp: Load it.
18422
18423 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
18424
18425         * gcc.c-torture/compile/20010701-1.c,
18426         g++.old-deja/g++.ext/attrib6.C: New tests.
18427
18428 2001-07-06  Jeffrey A Law  (law@cygnus.com)
18429
18430         * gcc.c-torture/compile/20010706-1.c: New test.
18431
18432 2000-09-10  Michael Chamberlain <michael@chamberlain.net.au>
18433
18434         * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
18435
18436 2001-06-28  Stan Shebs  <shebs@apple.com>
18437
18438         * gcc.dg/pragma-darwin.c: New test.
18439
18440 2001-06-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18441
18442         * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
18443         Solaris 2.[678] system.
18444
18445 2001-06-22  Joseph S. Myers  <jsm28@cam.ac.uk>
18446
18447         * gcc.dg/20010622-1.c: New test.
18448
18449 2001-06-18  Stan Shebs  <shebs@apple.com>
18450
18451         * objc.dg: New directory.
18452         * objc.dg/dg.exp: New file.
18453         * objc.dg/alias.m: New.
18454         * objc.dg/class-1.m: New.
18455         * objc.dg/class-2.m: New.
18456         * objc.dg/const-str-1.m: New.
18457         * objc.dg/const-str-2.m: New.
18458         * objc.dg/id-1.m: New.
18459         * objc.dg/method-1.m: New.
18460         * objc.dg/super-class-1.m: New.
18461         * lib/objc-dg.exp: New file.
18462
18463 2001-06-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
18464
18465         * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
18466         of label name.
18467
18468 2001-06-14  Nathan Sidwell  <nathan@codesourcery.com>
18469
18470         * g++.old-deja/g++.abi/vbase8-9.C: New test.
18471
18472 2001-06-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
18473
18474         * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
18475         variable.
18476
18477 2001-06-12  Richard Henderson  <rth@redhat.com>
18478
18479         * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
18480
18481 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
18482
18483         * g++.old-deja/g++.abi/vbase5.C: New test.
18484         * g++.old-deja/g++.abi/vbase6.C: New test.
18485         * g++.old-deja/g++.abi/vbase7.C: New test.
18486
18487 2001-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18488
18489         * gcc.c-torture/compile/20010610-1.c: New test.
18490
18491 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
18492
18493         * g++.old-deja/g++.abi/vbase4.C: New test.
18494
18495 2001-06-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
18496
18497         * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
18498         support %f for HC11/HC12 targets.
18499         * gcc.c-torture/execute/930513-1.x: New file, likewise.
18500         * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
18501         on HC11/HC12 targets.
18502         * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
18503
18504 2001-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18505
18506         * gcc.dg/wchar_t-1.c: New file.
18507         * gcc.dg/wint_t-1.c: Likewise.
18508
18509 2001-06-11  Bernd Schmidt  <bernds@redhat.com>
18510
18511         * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
18512
18513 2001-06-11  Richard Henderson  <rth@redhat.com>
18514
18515         * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
18516
18517 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
18518
18519         * gcc.c-torture/compile/20010611-1.c: New test.
18520
18521 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
18522
18523         * gcc.dg/c99-tag-1.c: Add more tests.
18524
18525 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
18526
18527         * g++.old-deja/g++.abi/ptrmem.C: Take into account different
18528         representation on MN10300 and ARM/Thumb.
18529
18530 2001-06-10  Toon Moene  <toon@moene.indiv.nluug.nl>
18531
18532         * g77.f-torture/execute/20010610.f: New.
18533
18534 2001-06-09  David Billinghurst  <David.Billinghurst@riotinto.com>
18535
18536         * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
18537         names.
18538
18539 2001-06-09  Richard Henderson  <rth@redhat.com>
18540
18541         * gcc.c-torture/execute/ashrdi-1.c: New.
18542         * gcc.c-torture/execute/ashldi-1.c: New.
18543         * gcc.c-torture/execute/lshrdi-1.c: New.
18544
18545 2001-06-09  Ovidiu Predescu  <ovidiu@cup.hp.com>
18546
18547         * objc/execute/load-3.m: Added. Check sending +load to categories,
18548         in addition to classes.
18549
18550 2001-06-08  Stan Shebs  <shebs@apple.com>
18551
18552         * objc/execute/load-2.m: New test.  From Nicola Pero
18553         <n.pero@mi.flashnet.it>.
18554
18555 2001-06-08  Jakub Jelinek  <jakub@redhat.com>
18556
18557         * gcc.c-torture/execute/20010605-2.c: New test.
18558
18559 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
18560
18561         * g++.old-deja/g++.abi/vbase2.C: New test.
18562         * g++.old-deja/g++.abi/vbase3.C: New test.
18563
18564 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
18565
18566         * g++.old-deja/g++.pt/friend49.C: New test.
18567
18568 2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
18569
18570         * g++.old-deja/g++.ext/anon3.C: New test.
18571
18572 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
18573
18574         * g++.old-deja/g++.other/conv7.C: New test.
18575
18576 2001-06-05  Joseph S. Myers  <jsm28@cam.ac.uk>
18577
18578         * gcc.c-torture/compile/20010605-2.c: New test.
18579
18580 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
18581
18582         * gcc.c-torture/execute/20010604-1.c: New test.
18583
18584 2001-06-04  Loren J. Rittle  <ljrittle@acm.org>
18585
18586         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
18587
18588 2001-06-04  Jeffrey Oldham  <oldham@codesourcery.com>
18589
18590         * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
18591         (g++_link_flags): Likewise.
18592         (g++_init): Pass gccpath's value to two previous functions.
18593
18594 2001-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18595
18596         * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
18597         Ensure logfile entry matches exec command line.
18598
18599 2001-05-31  Richard Henderson  <rth@redhat.com>
18600
18601         * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
18602         * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
18603
18604 2001-05-30  David.Billinghurst  <David.Billinghurst@riotinto.com>
18605
18606         * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
18607         compiler for irix6.2
18608
18609 2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
18610
18611         * g++.old-deja/g++.other/optimize3.C: New file.
18612
18613 2001-05-29  Jeffrey Oldham  <oldham@codesourcery.com>
18614
18615         * gcc.c-torture/compile/20010518-2.x: New file to compile, not
18616         assemble.
18617
18618 2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
18619
18620         * g++.old-deja/g++.other/optimize2.C: New file.
18621
18622 2001-05-25  Diego Novillo  <dnovillo@redhat.com>
18623
18624         * gcc.c-torture/compile/20010518-2.c: New file.
18625         * gcc.c-torture/execute/20010518-1.c: New file.
18626         * gcc.c-torture/execute/20010518-2.c: New file.
18627
18628 2001-05-25  Joseph S. Myers  <jsm28@cam.ac.uk>
18629
18630         * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
18631
18632 2001-05-24  Mark Mitchell  <mark@codesourcery.com>
18633
18634         G++ no longer defines builtins that do not begin with __builtin.
18635         * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
18636         * g++.old-deja/g++.brendand/misc13.C: Likewise.
18637         * g++.old-deja/g++.law/builtin1.C: Likewise.
18638         * g++.old-deja/g++.law/cvt2.C: Likewise.
18639         * g++.old-deja/g++.mike/net5.C: Likewise.
18640         * g++.old-deja/g++.other/builtins1.C: Likewise.
18641         * g++.old-deja/g++.other/builtins2.C: Likewise.
18642         * g++.old-deja/g++.other/builtins3.C: Likewise.
18643         * g++.old-deja/g++.other/builtins4.C: Likewise.
18644         * g++.old-deja/g++.other/inline8.C: Likewise.
18645         * g++.old-deja/g++.robertl/eb39.C: Likewise.
18646
18647 2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
18648
18649         * g++.old-deja/g++.pt/using1.C: Adjust.
18650         * g++.old-deja/g++.pt/using2.C: New test.
18651
18652 2001-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
18653
18654         * gcc.dg/cpp/charconst.c: New tests.
18655         * gcc.dg/cpp/escape.c: New tests.
18656         * gcc.dg/cpp/escape-1.c: New tests.
18657         * gcc.dg/cpp/escape-2.c: New tests.
18658         * gcc.dg/cpp/ucs.c: New tests.
18659
18660 2001-05-23  David.Billinghurst <David.Billinghurst@riotinto.com>
18661
18662         * gcc.misc-tests/linkage.exp:  Pass appropriate flags to
18663         native compiler for irix6.5.
18664
18665 Wed May 23 2001  Jeffrey D. Oldham  <oldham@codesourcery.com>
18666
18667         * lib/g++.exp (g++_include_flags): Use args to compute
18668         get_multilibs.
18669         (g++_link_flags): Likewise.
18670         (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
18671
18672 2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
18673
18674         * gcc.dg/c90-hexfloat-1.c: Add more tests.
18675
18676 2001-05-21  Geoff Keating  <geoffk@redhat.com>
18677
18678         * gcc.c-torture/compile/920520-1.x: Merge previous contents into
18679         this file.
18680
18681 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
18682
18683         * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
18684         STACK_SIZE;
18685         * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
18686         to STACK_SIZE; Use it to define size of add_histo array.
18687         * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
18688         to STACK_SIZE.
18689         (f): Use GITT_SIZE to define size of gitt local table.
18690         * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
18691         to STACK_SIZE; Use it to define size of bytemem array.
18692
18693 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
18694
18695         * gcc.c-torture/compile/20000804-1.x: New file, this test fails
18696         on 68HC11/HC12 due to the asm instruction.
18697         * gcc.c-torture/compile/20001205-1.x: New file, ditto.
18698         * gcc.c-torture/compile/920520-1.x: Likewise.
18699         * gcc.c-torture/compile/20001226-1.x: New file, this test fails
18700         on 68HC11/HC12 because the function is larger than 64K.
18701         * gcc.c-torture/compile/961203-1.x: New file, this test fails
18702         on 68HC11/HC12 because the structure is too large.
18703
18704 2001-05-20  Richard Henderson  <rth@redhat.com>
18705
18706         * gcc.c-torture/execute/20010520-1.c: New.
18707
18708 2001-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18709
18710         * g++.old-deja/g++.warn/compare1.C: New test.
18711         * gcc.dg/compare4.c: New test.
18712
18713 2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
18714
18715         * g++.old-deja/g++.other/optimize1.C: New test.
18716
18717 2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
18718
18719         * g++.old-deja/g++.pt/spec41.C: New test.
18720
18721 2001-05-19  Joseph S. Myers  <jsm28@cam.ac.uk>
18722
18723         * gcc.c-torture/compile/20010114-1.x: Remove.
18724
18725 2001-05-18  Stan Shebs  <shebs@apple.com>
18726
18727         * gcc.c-torture/compile/20010518-1.c: New test.
18728
18729 2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
18730
18731         * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
18732         * g++.old-deja/g++.pt/crash67.C: New test.
18733
18734 2001-05-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
18735
18736         * g++.old-deja/g++.other/debug9.C: New test.
18737
18738 2001-05-16  Zack Weinberg  <zackw@stanford.edu>
18739
18740         * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
18741
18742 2001-05-16  Jan Hubicka  <jh@suse.cz>
18743
18744         * gcc.c-torture/compile/20010516-1.c: New test.
18745
18746 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
18747
18748         * g++.old-deja/g++.other/crash41.C: New test.
18749
18750 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
18751
18752         * g++.old-deja/g++.pt/crash66.C: New test.
18753
18754 2001-05-15  Benjamin Kosnik  <bkoz@redhat.com>
18755
18756         * g++.old-deja/g++.robertl/eb27.C: Convert.
18757
18758 2001-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
18759
18760         * g++.dg/friend-warn.C: New test.  Do not warn about friend
18761         declaration being redundant.
18762
18763 2001-05-15  Mark Mitchell (admin)  <mitchell@nunki.dbai.tuwien.ac.at>
18764
18765         * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
18766
18767 2001-05-14  Mark Mitchell  <mark@codesourcery.com>
18768
18769         * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
18770
18771 2001-05-13  Benjamin Kosnik  <bkoz@redhat.com>
18772
18773         * lib/g++.exp: Use testsuite_flags.
18774
18775 2001-05-13  Mark Mitchell  <mark@codesourcery.com>
18776
18777         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
18778
18779 2001-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
18780
18781         * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
18782
18783 2001-05-11  Mark Mitchell  <mark@codesourcery.com>
18784
18785         * lib/objc.exp: Add -lposix4 on Solaris 2.8.
18786
18787 2001-05-10  Joseph S. Myers  <jsm28@cam.ac.uk>
18788
18789         * gcc.c-torture/compile/20010313-1.c: New test.
18790
18791 2001-05-09  Zack Weinberg  <zackw@stanford.edu>
18792
18793         * gcc.dg/cpp/direct2.c: New test.
18794         * gccq.dg/cpp/direct2s.c: New test.
18795
18796         * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
18797
18798 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
18799
18800         * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
18801         * g++.old-deja/g++.other/op3.C: Likewise.
18802
18803 2001-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
18804
18805         * gcc.dg/cpp/syshdr.h: New file.
18806         * gcc.dg/cpp/sysmac1.c: Update.
18807         * gcc.dg/cpp/sysmac2.c: Update.
18808
18809 2001-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
18810
18811         * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
18812
18813 2001-05-04  David Edelsohn  <edelsohn@gnu.org>
18814
18815         * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
18816         gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
18817
18818 2001-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
18819
18820         * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
18821
18822 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
18823
18824         * lib/g++.exp (g++_include_flags): Don't use any special flags
18825         if TESTING_IN_BUILD_TREE is not defined.
18826         (g++_init): Use a plain 'c++' as the compiler if
18827         TESTING_IN_BUILD_TREEE is not defined.
18828
18829 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
18830
18831         * g++.old-deja/g++.eh/catch13.C: New test.
18832         * g++.old-deja/g++.eh/catch14.C: New test.
18833
18834 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
18835
18836         * gcc.dg/cpp/tr-define.c: New test.
18837
18838 2001-05-01  Loren J. Rittle  <ljrittle@acm.org>
18839
18840         * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
18841         <stdlib.h>, not <malloc.h>.
18842
18843 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
18844
18845         * g++.old-deja/g++.ns/template17.C: New test.
18846
18847 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
18848
18849         * g++.old-deja/g++.pt/ref4.C: New test.
18850
18851 2001-04-30  Richard Henderson  <rth@redhat.com>
18852
18853         * gcc.dg/20000724-1.c: Revert last change.
18854
18855 2001-04-30  Toon Moene  <toon@moene.indiv.nluug.nl>
18856
18857         * g77.f-torture/execute/20010430.f: New test.
18858
18859 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
18860
18861         * gcc.dg/20000724-1.c: Add a clobber of `esp'.
18862
18863 2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
18864
18865         * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
18866
18867 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
18868
18869         * g++.old-deja/g++.eh/crash6.C: New test.
18870
18871 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
18872
18873         * g++.old-deja/g++.other/warn7.C: New test.
18874
18875 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
18876
18877         * g++.old-deja/g++.other/defarg9.C: New test.
18878
18879 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
18880
18881         * g77.f-torture/compile/20010426.f: New test.
18882         * g77.f-torture/execute/20010426.f: New test.
18883
18884 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
18885
18886         * g77.f-torture/compile/20000629-1.x: Remove - error
18887         has been fixed.
18888
18889 2001-04-26  Jeffrey A Law  (law@cygnus.com)
18890
18891         * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
18892         Tweak slightly to work with g++.dg framework.
18893         * g++.dg/special/ecos.exp: Run initp1.C test.
18894         * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
18895
18896         * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
18897         its linker doesn't give line numbers either.
18898         * g++.old-deja/g++.ext/instantiate3.C: Similarly.
18899
18900 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
18901
18902         * g++.old-deja/g++.other/lex1.C: New test.
18903
18904 2001-04-26  Jakub Jelinek  <jakub@redhat.com>
18905
18906         * gcc.dg/noncompile/20010425-1.c: New test.
18907
18908 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
18909
18910         * g++.old-deja/g++.pt/mangle2.C: New test.
18911
18912 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
18913
18914         * gcc.dg/format/plus-1.c: New test.
18915
18916 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
18917
18918         * gcc.dg/20010423-1.c: New test.
18919
18920 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
18921
18922         * gcc.c-torture/execute/20010422-1.c: New test.
18923
18924 2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
18925
18926         * g++.old-deja/g++.ns/type2.C: New test.
18927
18928 2001-04-24  Zack Weinberg  <zackw@stanford.edu>
18929
18930         * g++.old-deja/g++.other/perf1.C: New test.
18931
18932 2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
18933
18934         * gcc.dg/c99-func-2.c: Remove xfail.
18935         * gcc.dg/c99-func-3.c: Remove xfail.
18936         * gcc.dg/c99-func-4.c: Remove xfail.
18937
18938 2001-04-23  Zack Weinberg  <zackw@stanford.edu>
18939
18940         * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
18941
18942 2001-04-23  Joseph S. Myers  <jsm28@cam.ac.uk>
18943
18944         * gcc.c-torture/compile/20010423-1.c: New test.
18945
18946 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
18947
18948         * g++.old-deja/g++.pt/typename28.C: New test.
18949
18950 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
18951
18952         * g++.old-deja/g++.abi/empty2.C: New test.
18953         * g++.old-deja/g++.abi/empty3.C: New test.
18954
18955 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
18956
18957         * g++.old-deja/g++.other/comdat2.C: New test.
18958         * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
18959
18960 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
18961
18962         * g++.old-deja/g++.other/overload14.C: New test.
18963
18964 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
18965
18966         * g++.old-deja/g++.other/lookup23.C: New test.
18967
18968 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
18969
18970         * gcc.c-torture/execute/20010403-1.c: New test.
18971
18972 2001-04-19  David Billinghurst <David.Billinghurst@riotinto.com>
18973             Mark Mitchell  <mark@codesourcery.com>
18974
18975         * lib/old-dejagnu.exp: Don't delete output of executable.
18976         Add .exe suffix to executables.
18977
18978 2001-04-18  Toon Moene  <toon@moene.indiv.nluug.nl>
18979
18980         * g77.f-torture/execute/short.x; Remove - Error has been fixed.
18981
18982 2001-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18983
18984         * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
18985
18986 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
18987
18988         * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
18989         * g++.old-deja/g++.abi/crash1.C: New test.
18990
18991 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
18992
18993         * g++.old-deja/g++.other/crash40.C: New test.
18994
18995 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18996
18997         * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
18998
18999 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
19000
19001         * g++.old-deja/g++.other/warn6.C: New test.
19002
19003 22001-04-11  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
19004
19005         * g++.old-deja/g++.robertl/eb42.C: Same.
19006
19007 001-04-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19008
19009         * gcc.dg/wtr-conversion-1.c: New testcase.
19010
19011 2001-04-10  Richard Henderson  <rth@redhat.com>
19012
19013         * g++.old-deja/g++.other/array5.C: New.
19014
19015 2001-04-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
19016
19017         * gcc.c-torture/execute/20010408-1.c: New test.
19018
19019 2001-04-06  Benjamin Kosnik  <bkoz@redhat.com>
19020
19021         * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
19022         headers and constructs.
19023         * g++.old-deja/g++.robertl/eb79.C: Same.
19024         * g++.old-deja/g++.robertl/eb77.C (main): Same.
19025         * g++.old-deja/g++.robertl/eb73.C: Same.
19026         * g++.old-deja/g++.robertl/eb66.C (main): Same.
19027         * g++.old-deja/g++.robertl/eb55.C (t): Same.
19028         * g++.old-deja/g++.robertl/eb54.C (main): Same.
19029         * g++.old-deja/g++.robertl/eb46.C (main): Same.
19030         * g++.old-deja/g++.robertl/eb44.C: Same.
19031         * g++.old-deja/g++.robertl/eb41.C (main): Same.
19032         * g++.old-deja/g++.robertl/eb4.C (main): Same.
19033         * g++.old-deja/g++.robertl/eb39.C: Same.
19034         * g++.old-deja/g++.robertl/eb33.C (main): Same.
19035         * g++.old-deja/g++.robertl/eb31.C (main): Same.
19036         * g++.old-deja/g++.robertl/eb30.C: Same.
19037         * g++.old-deja/g++.robertl/eb3.C: Same.
19038         * g++.old-deja/g++.robertl/eb24.C (T>): Same.
19039         * g++.old-deja/g++.robertl/eb21.C: Same.
19040         * g++.old-deja/g++.robertl/eb15.C: Same.
19041         * g++.old-deja/g++.robertl/eb118.C: Same.
19042         * g++.old-deja/g++.robertl/eb115.C (main): Same.
19043         * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
19044         * g++.old-deja/g++.robertl/eb109.C: Same.
19045         * g++.old-deja/g++.other/sibcall1.C (main): Same.
19046         * g++.old-deja/g++.mike/rtti1.C: Same.
19047         * g++.old-deja/g++.mike/p658.C: Same.
19048         * g++.old-deja/g++.mike/net46.C: Same.
19049         * g++.old-deja/g++.mike/net34.C: Same.
19050         * g++.old-deja/g++.mike/memoize1.C: Same.
19051         * g++.old-deja/g++.mike/eh2.C: Same.
19052         * g++.old-deja/g++.law/weak.C: Same.
19053         * g++.old-deja/g++.law/visibility7.C: Same.
19054         * g++.old-deja/g++.law/visibility25.C: Same.
19055         * g++.old-deja/g++.law/visibility22.C: Same.
19056         * g++.old-deja/g++.law/visibility2.C: Same.
19057         * g++.old-deja/g++.law/visibility17.C: Same.
19058         * g++.old-deja/g++.law/visibility13.C: Same.
19059         * g++.old-deja/g++.law/visibility10.C: Same.
19060         * g++.old-deja/g++.law/visibility1.C: Same.
19061         * g++.old-deja/g++.law/virtual3.C (eval): Same.
19062         * g++.old-deja/g++.law/vbase1.C: Same.
19063         * g++.old-deja/g++.law/operators32.C: Same.
19064         * g++.old-deja/g++.law/nest3.C: Same.
19065         * g++.old-deja/g++.law/missed-error2.C (foo): Same.
19066         * g++.old-deja/g++.law/except5.C (main): Same.
19067         * g++.old-deja/g++.law/cvt7.C (run): Same.
19068         * g++.old-deja/g++.law/cvt2.C: Same.
19069         * g++.old-deja/g++.law/cvt16.C: Same.
19070         * g++.old-deja/g++.law/ctors6.C (bar): Same.
19071         * g++.old-deja/g++.law/ctors17.C (main): Same.
19072         * g++.old-deja/g++.law/ctors13.C: Same.
19073         * g++.old-deja/g++.law/ctors12.C (main): Same.
19074         * g++.old-deja/g++.law/ctors10.C: Same.
19075         * g++.old-deja/g++.law/code-gen5.C: Same.
19076         * g++.old-deja/g++.law/bad-error7.C: Same.
19077         * g++.old-deja/g++.law/arm9.C: Same.
19078         * g++.old-deja/g++.law/arm12.C: Same.
19079         * g++.old-deja/g++.law/arg8.C: Same.
19080         * g++.old-deja/g++.law/arg1.C: Same.
19081         * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
19082         * g++.old-deja/g++.jason/template31.C: Same.
19083         * g++.old-deja/g++.jason/template24.C (main): Same.
19084         * g++.old-deja/g++.jason/2371.C: Same.
19085         * g++.old-deja/g++.eh/new2.C: Same.
19086         * g++.old-deja/g++.eh/new1.C: Same.
19087         * g++.old-deja/g++.brendan/ptolemy2.C: Same.
19088         * g++.old-deja/g++.brendan/nest21.C (main): Same.
19089         * g++.old-deja/g++.brendan/err-msg3.C: Same.
19090         * g++.old-deja/g++.brendan/crash62.C: Same.
19091         * g++.old-deja/g++.brendan/crash52.C: Same.
19092         * g++.old-deja/g++.brendan/crash49.C (main): Same.
19093         * g++.old-deja/g++.brendan/crash38.C: Same.
19094         * g++.old-deja/g++.brendan/crash15.C (main): Same.
19095         * g++.old-deja/g++.brendan/copy9.C: Same.
19096
19097 2001-04-06  J"orn Rennecke <amylaar@redhat.com>
19098
19099         * gcc.c-torture/execute/20001203-2.c (memset):
19100         Count argument is of type __SIZE_TYPE__.
19101
19102 2001-04-04  Diego Novillo  <dnovillo@redhat.com>
19103
19104         * gcc.c-torture/compile/20010404-1.c: New test.
19105
19106 2001-04-04  Jakub Jelinek  <jakub@redhat.com>
19107
19108         * gcc.c-torture/compile/20010326-1.c: New test.
19109
19110 2001-04-03  Alexandre Oliva  <aoliva@redhat.com>
19111
19112         * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
19113         peculiarities of the SH.
19114         * g++.old-deja/g++.ext/instantiate2.C: Likewise.
19115
19116 2001-04-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
19117
19118         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
19119         * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
19120         * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
19121
19122 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
19123
19124         * g77.f-torture/compile/20010321-1.f: New test.
19125
19126 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
19127
19128         * gcc.c-torture/compile/20010329-1.c: New test.
19129
19130 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
19131
19132         * gcc.c-torture/execute/20010329-1.c: New test.
19133
19134 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
19135
19136         * g++.old-deja/g++.other/eh4.C: Fix typo.
19137
19138 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
19139
19140         * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
19141
19142 2001-03-28  Philip Blundell  <philb@gnu.org>
19143
19144         * gcc.c-torture/compile/20010328-1.c: New test.
19145
19146 2001-03-27  Richard Henderson  <rth@redhat.com>
19147
19148         * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
19149         * g++.old-deja/g++.eh/vbase3.C: Likewise.
19150
19151 2001-03-27  Alan Modra  <alan@linuxcare.com.au>
19152
19153         * gcc.c-torture/compile/20010327-1.c: New test.
19154
19155 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
19156
19157         * g++.old-deja/g++.other/friend12.C: New test.
19158         * g++.old-deja/g++.other/friend9.C: Expect no errors.
19159         * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
19160
19161 2001-03-25  Joseph S. Myers  <jsm28@cam.ac.uk>
19162
19163         * gcc.c-torture/execute/20010325-1.c: New test.
19164
19165 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
19166
19167         * g++.old-deja/g++.other/mangle3.C: New test.
19168
19169 2001-03-22  Jakub Jelinek  <jakub@redhat.com>
19170
19171         * g++.old-deja/g++.other/anon8.C: New test.
19172
19173 2001-03-20  Philip Blundell  <philb@gnu.org>
19174
19175         * gcc.c-torture/compile/20010320-1.c: New test.
19176
19177 2001-03-17  Richard Henderson  <rth@redhat.com>
19178
19179         * g++.old-deja/g++.other/eh4.C: Add expected error text.
19180
19181 2001-03-15  Geoff Keating  <geoff@redhat.com>
19182
19183         * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
19184         tests on AIX.
19185
19186 2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
19187
19188         * g++.old-deja/g++.other/eh4.C: New test.
19189
19190 2001-03-14  Neil Booth  <neil@daikokuya.demon.co.uk>
19191
19192         * gcc.dg/cpp/mi1.c: Update.
19193
19194 2001-03-14  Jakub Jelinek  <jakub@redhat.com>
19195
19196         * g++.old-deja/g++.other/regstack.C: New test.
19197
19198 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
19199
19200         * g++.old-deja/g++.other/ref4.C: New test.
19201
19202 2001-03-11  Nicola Pero <n.pero@mi.flashnet.it>
19203
19204         * objc/execute/va_method.m: Added.
19205         * objc/execute/IMP.m: Added.
19206         * objc/execute/_cmd.m: Added.
19207         * objc/execute/accessing_ivars.m: Added.
19208         * objc/execute/class-1.m: Added.
19209         * objc/execute/class-10.m: Added.
19210         * objc/execute/class-11.m: Added.
19211         * objc/execute/class-12.m: Added.
19212         * objc/execute/class-13.m: Added.
19213         * objc/execute/class-14.m: Added.
19214         * objc/execute/class-2.m: Added.
19215         * objc/execute/class-3.m: Added.
19216         * objc/execute/class-4.m: Added.
19217         * objc/execute/class-5.m: Added.
19218         * objc/execute/class-6.m: Added.
19219         * objc/execute/class-7.m: Added.
19220         * objc/execute/class-8.m: Added.
19221         * objc/execute/class-9.m: Added.
19222         * objc/execute/class-tests-1.h
19223         * objc/execute/class-tests-2.h
19224         * objc/execute/compatibility_alias.m: Added.
19225         * objc/execute/encode-1.m: Added.
19226         * objc/execute/formal_protocol-1.m: Added.
19227         * objc/execute/formal_protocol-2.m: Added.
19228         * objc/execute/formal_protocol-3.m: Added.
19229         * objc/execute/formal_protocol-4.m: Added.
19230         * objc/execute/formal_protocol-5.m: Added.
19231         * objc/execute/formal_protocol-6.m: Added.
19232         * objc/execute/formal_protocol-7.m: Added.
19233         * objc/execute/informal_protocol.m: Added.
19234         * objc/execute/initialize.m: Added.
19235         * objc/execute/load.m: Added.
19236         * objc/execute/many_args_method.m: Added.
19237         * objc/execute/nested-3.m: Added.
19238         * objc/execute/no_clash.m: Added.
19239         * objc/execute/private.m: Added.
19240         * objc/execute/redefining_self.m: Added.
19241         * objc/execute/root_methods.m: Added.
19242         * objc/execute/selector-1.m: Added.
19243         * objc/execute/static-1.m: Added.
19244         * objc/execute/static-2.m: Added.
19245         * objc/execute/va_method.m: Added.
19246
19247 2001-03-10  Richard Henderson  <rth@redhat.com>
19248
19249         * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
19250
19251 2001-03-07  Neil Booth  <neil@daikokuya.demon.co.uk>
19252
19253         * g++.old-deja/g++.other/crash31.C: XFAIL.
19254         * g77.f-torture/execute/20010116.x: Conditional XFAIL.
19255         * g77.f-torture/execute/short.x: XFAIL -Os on x86.
19256         * gcc.c-torture/execute/20010123-1.x: XFAIL.
19257         * gcc.c-torture/execute/20010124-1.x: XFAIL.
19258         * gcc.dg/sequence-pt-1.c: XFAIL one test.
19259
19260 2001-03-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
19261
19262         * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
19263
19264 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
19265
19266         * gcc.dg/20000724-1.c: Don't use multiline strings.
19267
19268 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
19269
19270         * objc/execute/string1.m, objc/execute/string2.m: Compare the
19271         result of -cString against what we expect it to be; don't just
19272         print it out for no one to read.
19273
19274         * objc/execute/string3.m, objc/execute/string4.m: New tests.
19275         Based on testcases provided by Nicola Pero.
19276
19277 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
19278
19279         * gcc.dg/cpp/macro7.c: New test.
19280
19281 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
19282
19283         * gcc.dg/cpp/multiline.c: Update.
19284
19285 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
19286
19287         * g++.old-deja/g++.other/enum3.C: New test.
19288
19289 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
19290
19291         * g++.old-deja/g++.other/pod1.C: New test.
19292
19293 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
19294
19295         * g++.old-deja/g++.ext/overload1.C: New test.
19296
19297 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
19298
19299         * g++.old-deja/g++.pt/using1.C: New test.
19300
19301 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
19302
19303         * g++.old-deja/g++.other/using9.C: New test.
19304
19305 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
19306
19307         * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
19308
19309         * objc/execute/protocol.m (main): Added patch from Nicola Pero.
19310
19311 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
19312
19313         * g++.old-deja/g++.ext/realpt1.C: Remove.
19314
19315 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
19316
19317         * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
19318
19319 2001-02-26  Will Cohen  <wcohen@redhat.com>
19320
19321         * gcc.c-torture/execute/ieee/20010226-1.c: New test.
19322
19323 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
19324
19325         * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
19326         templatized constructors.
19327
19328 2001-02-24  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
19329
19330         * gcc.c-torture/execute/20010224-1.c: New test.
19331
19332 2001-02-23  Jakub Jelinek  <jakub@redhat.com>
19333
19334         * gcc.c-torture/execute/20010222-1.c: New test.
19335
19336 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
19337
19338         * g++.old-deja/g++.other/inline20.C: New test.
19339
19340 2001-02-21  Ovidiu Predescu  <ovidiu@cup.hp.com>
19341
19342         * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
19343
19344 2001-02-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
19345
19346         * g++.old-deja/g++.other/lookup22.C: New test.
19347
19348 2001-02-19  Zack Weinberg  <zackw@stanford.edu>
19349
19350         * g77.dg: New directory.
19351         * g77.dg/20010216-1.f: New test case.
19352         * g77.dg/dg.exp: New driver.
19353         * lib/g77-dg.exp: New driver library.
19354
19355 2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
19356
19357         * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
19358
19359 2001-02-16  Gabriel Dos Reis <gdr@codesourcery.com>
19360
19361         * g++.old-deja/g++.other/decl9.C: New test.
19362
19363 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
19364
19365         * g++.old-deja/g++.other/init16.C: Update the test so that it does
19366         not need <string> and also tests the initialization at runtime.
19367
19368 2001-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
19369
19370         * gcc.c-torture/execute/longlong.c: New test.
19371
19372 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
19373
19374         * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
19375
19376 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
19377
19378         * gcc.c-torture/execute/920302-1.c (execute):
19379         Change argument type to short.
19380
19381 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
19382
19383         * g++.old-deja/g++.pt/deduct6.C: New test.
19384
19385 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
19386
19387         * g++.old-deja/g++.pt/deduct5.C: New test.
19388
19389 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
19390
19391         * gcc.c-torture/execute/20010209-1.c: New test.
19392
19393 2001-02-14  Neil Booth  <neil@daikokuya.demon.co.uk>
19394
19395         * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
19396
19397 2001-02-12  Geoffrey Keating  <geoffk@redhat.com>
19398
19399         * g++.dg/vtgc1.C: Update for new ABI.
19400
19401         * consistency.vlad: New directory, 1665 files.
19402
19403 2001-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
19404
19405         * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
19406         return type.
19407         * gcc.dg/cpp/digraphs.c: Declare puts.
19408
19409 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
19410
19411         * g++.old-deja/g++.other/warn5.C: New test.
19412
19413 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
19414
19415         * g++.old-deja/g++.pt/spec40.C: New test.
19416
19417 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
19418
19419         * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
19420         case.
19421         * g++.old-deja/g++.ext/arrnew.C: Deprecate.
19422
19423 2001-02-12  Jakub Jelinek  <jakub@redhat.com>
19424
19425         * gcc.c-torture/compile/20010209-1.c: New test.
19426
19427 2001-02-11  Jeffrey Oldham  <oldham@codesourcery.com>
19428
19429         * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
19430         excess errors message but not if it crashes.
19431         * g++.old-deja/g++.other/crash27.C: Likewise.
19432         * g++.old-deja/g++.other/crash28.C: Likewise.
19433         * g++.old-deja/g++.other/crash30.C: Likewise.
19434         * g++.old-deja/g++.other/crash32.C: Likewise.
19435         * g++.old-deja/g++.other/crash35.C: Likewise.
19436         * g++.old-deja/g++.pt/inherit2.C: Likewise.
19437
19438 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
19439
19440         * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
19441         gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
19442         g++.dg/dg.exp, g++.old-deja/old-deja.exp,
19443         g77.f-torture/execute/execute.exp,
19444         g77.f-torture/noncompile/noncompile.exp,
19445         gcc.c-torture/execute/execute.exp,
19446         gcc.c-torture/execute/memcheck/memcheck.exp,
19447         gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
19448         gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
19449         gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
19450         gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
19451         gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
19452         lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
19453         lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
19454         lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
19455         Remove bug reporting instructions with ancient email addresses.
19456
19457 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
19458
19459         * gcc.dg/20010202-1.c: New test.
19460         * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
19461
19462 2001-02-07  Zack Weinberg  <zack@wolery.stanford.edu>
19463
19464         * g++.dg/stdbool-if.C: New test.
19465
19466 2001-02-07  Ovidiu Predescu  <ovidiu@cup.hp.com>
19467
19468         * objc/execute/fdecl.m: Added main().
19469
19470 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
19471
19472         * gcc.c-torture/execute/20010206-1.c: New test.
19473
19474 2001-02-06  Neil Booth  <neil@daikokuya.demon.co.uk>
19475
19476         * gcc.dg/cpp/avoidpaste1.c: Update.
19477
19478 2001-02-05  Ovidiu Predescu  <ovidiu@cup.hp.com>
19479
19480         * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
19481         Pero <nicola@brainstorm.co.uk>.
19482         * objc/execute/fdecl.m: Declare foo as pointer to AClass.
19483
19484 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
19485
19486         * g++.old-deja/g++.pt/spec39.C: New test.
19487
19488 2001-02-05  Jakub Jelinek  <jakub@redhat.com>
19489
19490         * gcc.c-torture/compile/20010202-1.c: New test.
19491
19492 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
19493
19494         * g++.old-deja/g++.abi/primary2.C: New test.
19495         * g++.old-deja/g++.abi/primary3.C: New test.
19496         * g++.old-deja/g++.abi/primary4.C: New test.
19497         * g++.old-deja/g++.abi/primary5.C: New test.
19498         * g++.old-deja/g++.abi/vtable3.h: New test.
19499         * g++.old-deja/g++.abi/vtable3a.C: New test.
19500         * g++.old-deja/g++.abi/vtable3b.C: New test.
19501         * g++.old-deja/g++.abi/vtable3c.C: New test.
19502         * g++.old-deja/g++.abi/vtable3d.C: New test.
19503         * g++.old-deja/g++.abi/vtable3e.C: New test.
19504         * g++.old-deja/g++.abi/vtable3f.C: New test.
19505         * g++.old-deja/g++.abi/vtable3g.C: New test.
19506         * g++.old-deja/g++.abi/vtable3h.C: New test.
19507         * g++.old-deja/g++.abi/vtable3i.C: New test.
19508         * g++.old-deja/g++.abi/vtable3j.C: New test.
19509         * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
19510
19511 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
19512
19513         * g++.old-deja/g++.other/anon6.C: New test.
19514         * g++.old-deja/g++.other/anon7.C: New test.
19515
19516 2001-02-01  Neil Booth  <neil@daikokuya.demon.co.uk>
19517
19518         * gcc.dg/cpp/avoidpaste2.c: New tests.
19519
19520 2001-01-31  Jakub Jelinek  <jakub@redhat.com>
19521
19522         * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
19523
19524 2001-01-31  Jeffrey Oldham  <oldham@codesourcery.com>
19525
19526         * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
19527         DECIMAL_DIG cases for Irix."
19528
19529 2001-01-31  J"orn Rennecke <amylaar@redhat.com>
19530
19531         * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
19532
19533 2001-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
19534
19535         * gcc.dg/c99-tag-1.c: New test.
19536
19537 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
19538
19539         * gcc.dg/cpp/tr-warn1.c: Add tests.
19540
19541 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
19542
19543         * gcc.dg/cpp/avoidpaste1.c: Update.
19544         * gcc.dg/cpp/paste4.c: Update.
19545
19546 2001-01-30  Jeffrey Oldham  <oldham@codesourcery.com>
19547
19548         * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
19549         cases for Irix.
19550
19551 2001-01-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
19552
19553         * g++.old-deja/g++.other/inline19.C: New test.
19554
19555 2001-01-30  Neil Booth  <neil@daikokuya.demon.co.uk>
19556
19557         * gcc.dg/Wlarger-than.c: New test.
19558
19559 2001-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
19560
19561         * gcc.dg/cpp/avoidpaste1.c: Fix typos.
19562
19563 2001-01-29  Jakub Jelinek  <jakub@redhat.com>
19564
19565         * gcc.c-torture/execute/20010129-1.c: New test.
19566         * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
19567
19568 2001-01-28  Neil Booth  <neil@daikokuya.demon.co.uk>
19569
19570         * gcc.dg/cpp/avoidpaste1.c: Test case.
19571
19572 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
19573
19574         * g++.old-deja/g++.other/inline18.C: New test.
19575
19576 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19577
19578         * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
19579         and __builtin_putchar.
19580
19581 2001-01-27  Jakub Jelinek  <jakub@redhat.com>
19582
19583         * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
19584         tests.
19585
19586 2001-01-25  Jeffrey Oldham  <oldham@codesourcery.com>
19587
19588         * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
19589         floating point number rounding mode to round to the nearest
19590         representable mode.
19591
19592 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
19593
19594         * g++.old-deja/g++.other/mangle2.C: New test.
19595
19596 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
19597
19598         * gcc.c-torture/compile/20010124-1.c: New test.
19599
19600 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
19601
19602         * g++.old-deja/g++.pt/spec38.C: New test.
19603
19604 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
19605
19606         * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
19607         "Build don't run".
19608
19609 2001-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
19610
19611         * gcc.c-torture/execute/20010123-1.c: New test.
19612
19613 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
19614
19615         * g++.old-deja/g++.pt/spec37.C: New test.
19616
19617 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
19618
19619         * g++.old-deja/g++.pt/overload14.C: New test.
19620
19621 2001-01-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
19622
19623         * gcc.c-torture/execute/20010122-1.c: New test, exercise
19624         __builtin_return_address.
19625
19626 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
19627
19628         * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
19629         * g++.old-deja/g++.pt/spec35.C: New test.
19630         * g++.old-deja/g++.pt/spec36.C: New test.
19631
19632 2001-01-20  Jakub Jelinek  <jakub@redhat.com>
19633
19634         * gcc.c-torture/compile/20010118-1.c: New test.
19635
19636 2001-01-20  Neil Booth  <neil@daikokuya.demon.co.uk>
19637
19638         * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
19639
19640 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
19641
19642         * gcc.c-torture/execute/20010119-1.c: New test.
19643
19644 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
19645
19646         * g++.old-deja/g++.other/vbase5.C: New test.
19647
19648 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
19649
19650         * gcc.c-torture/execute/20010118-1.c: New test.
19651
19652 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
19653
19654         * g++.old-deja/g++.pt/deduct3.C: New test.
19655
19656 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
19657
19658         * g++.old-deja/g++.pt/spec34.C: New test.
19659
19660 2001-01-19  "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
19661
19662         * g77.f-torture/compile/20000601-2.f: New test.
19663
19664 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
19665
19666         * g++.old-deja/g++.other/init17.C: New test.
19667
19668 2001-01-18  Alexandre Oliva  <aoliva@redhat.com>
19669
19670         * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
19671
19672 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
19673
19674         * g++.old-deja/g++.pt/unify8.C: New test.
19675
19676 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
19677
19678         * g++.old-deja/g++.abi/vbase1.C: New test.
19679
19680 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
19681
19682         * g++.old-deja/g++.pt/crash65.C: New test.
19683
19684 2001-01-18  Neil Booth  <neil@daikokuya.demon.co.uk>
19685
19686         * gcc.dg/cpp/assembl2.S: New test case.
19687
19688 2001-01-17  Jeffrey Oldham  <oldham@codesourcery.com>
19689
19690         * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
19691         are supported.
19692
19693 2001-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19694
19695         * g++.old-deja/g++.other/builtins1.C: New test.
19696         * g++.old-deja/g++.other/builtins2.C: Likewise.
19697         * g++.old-deja/g++.other/builtins3.C: Likewise.
19698         * g++.old-deja/g++.other/builtins4.C: Likewise.
19699
19700 2001-01-17  Jakub Jelinek  <jakub@redhat.com>
19701
19702         * gcc.c-torture/compile/20010117-1.c: New test.
19703         * gcc.c-torture/compile/20010117-2.c: New test.
19704
19705 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
19706
19707         * g77.f-torture/execute/20010116.[fx]: New test,
19708         XFAIL on i?86-*-*.
19709         * g77.f-torture/compile/20010115.f: Indicate it's
19710         a test for PR fortran/1636.
19711
19712 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
19713
19714         * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
19715
19716 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
19717
19718         * g77.f-torture/compile/20010115.f: New test.
19719
19720 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
19721
19722         * g++.old-deja/g++.pt/nontype5.C: New test.
19723
19724 2001-01-15  Neil Booth  <neil@daikokuya.demon.co.uk>
19725
19726         * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
19727         have an equivalent working one below it.
19728
19729 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
19730
19731         * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
19732         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
19733
19734 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
19735
19736         * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
19737         message containing "init_priority".
19738         (conpr-2.C): Likewise.
19739         (conpr-3.C): Likewise.
19740         * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
19741
19742 2001-01-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
19743
19744         * gcc.c-torture/execute/20010114-2.c: New test.
19745
19746 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
19747
19748         * gcc.c-torture/compile/20010114-1.c: New test.
19749         * gcc.c-torture/compile/20010114-1.x: Xfail.
19750         * gcc.c-torture/compile/20010114-2.c: New test.
19751         * gcc.c-torture/execute/20010114-1.c: New test.
19752         * gcc.dg/trunc-1.c: New test.
19753         * gcc.dg/uninit-B.c: New test.
19754
19755 2001-01-13  Nick Clifton  <nickc@redhat.com>
19756
19757         * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
19758         target.
19759
19760 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
19761
19762         * gcc.c-torture/compile/20010113-1.c: New test.
19763
19764 2001-01-13  Jakub Jelinek  <jakub@redhat.com>
19765
19766         * gcc.c-torture/compile/20001212-1.c: New test.
19767
19768 2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
19769
19770         * gcc.dg/cpp/widestr1.c: Update.
19771         * gcc.dg/cpp/prag-imp.c: Remove.
19772
19773 2001-01-12  Jakub Jelinek  <jakub@redhat.com>
19774
19775         * gcc.c-torture/execute/20000801-3.x: Remove.
19776         * gcc.dg/c90-init-1.c: New test.
19777         * gcc.dg/c99-init-1.c: New test.
19778         * gcc.dg/c99-init-2.c: New test.
19779         * gcc.dg/gnu99-init-1.c: New test.
19780
19781 2001-01-12  Richard Earnshaw <rearnsha@arm.com>
19782
19783         * lib/f-torture.exp (f_torture_compile): Prune the warnings before
19784         testing that no relevant ones were found.
19785
19786 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
19787
19788         * g++.old-deja/g++.pt/cast2.C: New test.
19789
19790 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
19791
19792         * g++.old-deja/g++.pt/friend47.C: New test.
19793
19794 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
19795
19796         * g++.old-deja/g++.pt/instantiate13.C: New test.
19797
19798 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
19799
19800         * g++.old-deja/g++.other/defarg7.C: New test.
19801         * g++.old-deja/g++.other/defarg8.C: New test.
19802
19803 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
19804
19805         * g++.old-deja/g++.pt/crash64.C: New test.
19806
19807 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
19808
19809         * g++.old-deja/g++.pt/crash63.C: New test.
19810
19811 2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>
19812
19813         * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
19814
19815 2001-01-10  Alan Lehotsky  <lehotsky@tiac.net>
19816
19817         * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
19818
19819 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
19820
19821         * g++.old-deja/g++.pt/error3.C: New test.
19822
19823 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
19824
19825         * g++.old-deja/g++.other/crash39.C: New test.
19826
19827 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
19828
19829         * g++.old-deja/g++.other/vbase4.C: New test.
19830
19831 2001-01-08  Jonathan Larmour  <jlarmour@redhat.com>
19832
19833         * gcc.dg/20000419-2.c: Move to "special" subdirectory.
19834         * gcc.dg/special/20000419-2.c: New file. Identical to above.
19835         * gcc.dg/special/special.exp: New test driver which will check
19836         for alias support for the above test.
19837
19838 2001-01-09  Alan Lehotsky  <lehotsky@tiac.net>
19839
19840         * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
19841         problems on small machines.
19842         * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
19843         parameterize.
19844
19845 2001-01-09  Jeffrey Oldham  <oldham@codesourcery.com>
19846
19847         * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
19848         mips.
19849         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
19850
19851 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
19852
19853         * g++.old_deja/g++.pt/using8.C: New test.
19854
19855 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
19856
19857         * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
19858
19859 2000-01-08  Loren J. Rittle  <ljrittle@acm.org>
19860
19861         * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
19862         where a failure is expected.
19863         * gcc.c-torture/execute/ieee/rbug.x: Likewise.
19864
19865 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
19866
19867         * g++.old_deja/g++.pt/instantiate12.C: New test.
19868
19869 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
19870
19871         * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
19872         start of structs.
19873         * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
19874         * g++.old-deja/g++.brendan/crash17.C: Likewise.
19875         * g++.old-deja/g++.brendan/crash29.C: Likewise.
19876         * g++.old-deja/g++.brendan/crash48.C: Likewise.
19877         * g++.old-deja/g++.brendan/ns1.C: Likewise.
19878         * g++.old-deja/g++.brendan/warnings1.C: Likewise.
19879         * g++.old-deja/g++.bugs/900205_04.C: Likewise.
19880         * g++.old-deja/g++.bugs/900514_03.C: Likewise.
19881         * g++.old-deja/g++.eh/spec6.C: Likewise.
19882         * g++.old-deja/g++.jason/crash3.C: Likewise.
19883         * g++.old-deja/g++.law/ctors11.C: Likewise.
19884         * g++.old-deja/g++.law/ctors17.C: Likewise.
19885         * g++.old-deja/g++.law/ctors5.C: Likewise.
19886         * g++.old-deja/g++.law/ctors9.C: Likewise.
19887         * g++.old-deja/g++.mike/ambig1.C: Likewise.
19888         * g++.old-deja/g++.mike/net22.C: Likewise.
19889         * g++.old-deja/g++.mike/p3538a.C: Likewise.
19890         * g++.old-deja/g++.mike/p3538b.C: Likewise.
19891         * g++.old-deja/g++.mike/virt3.C: Likewise.
19892         * g++.old-deja/g++.niklas/t128.C: Likewise.
19893         * g++.old-deja/g++.other/anon4.C: Likewise.
19894         * g++.old-deja/g++.other/using1.C: Likewise.
19895         * g++.old-deja/g++.other/warn3.C: Likewise.
19896         * g++.old-deja/g++.pt/t37.C: Likewise.
19897         * g++.old-deja/g++.robertl/eb69.C: Likewise.
19898         * g++.old-deja/g++.robertl/eb71.C: Likewise.
19899
19900 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
19901
19902         * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
19903
19904 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19905
19906         * gcc.c-torture/execute/stdio-opt-3.c: New test.
19907
19908 2001-01-07  Jakub Jelinek  <jakub@redhat.com>
19909
19910         * gcc.c-torture/compile/20010107-1.c: New test.
19911
19912 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
19913
19914         * gcc.c-torture/execute/builtin-noret-1.c: New test.
19915
19916 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
19917
19918         * gcc.dg/format/format.h: New file.
19919         * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
19920         gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
19921         gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
19922         gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
19923         gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
19924         gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
19925         gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
19926         gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
19927         gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
19928         gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
19929         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
19930         gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
19931         gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
19932         gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
19933         gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
19934         gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
19935         gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
19936         gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
19937         gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
19938         gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
19939         gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
19940         instead of declaring standard types, macros and functions in each
19941         test.
19942
19943 2001-01-06  Alexandre Oliva  <aoliva@redhat.com>
19944
19945         * gcc.c-torture/execute/20010106-1.c: New test.
19946
19947 2001-01-06  Joseph S. Myers  <jsm28@cam.ac.uk>
19948
19949         * gcc.dg/format/format.exp: New file.
19950         * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
19951         * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
19952         * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
19953         * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
19954         * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
19955         * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
19956         * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
19957         * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
19958         * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
19959         * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
19960         * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
19961         * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
19962         * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
19963         * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
19964         * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
19965         * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
19966         * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
19967         * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
19968         * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
19969         * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
19970         * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
19971         * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
19972         * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
19973         * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
19974         * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
19975         * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
19976         * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
19977         * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
19978         * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
19979         * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
19980         * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
19981         * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
19982         * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
19983         * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
19984         * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
19985         * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
19986         * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
19987         * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
19988         * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
19989         * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
19990         * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
19991         * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
19992
19993 2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
19994
19995         * gcc.c-torture/execute/991228-1.c: Take word endianness into
19996         account.
19997
19998 2001-01-05  Joseph S. Myers  <jsm28@cam.ac.uk>
19999
20000         * gcc.c-torture/execute/builtin-complex-1.c: New test.
20001
20002 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
20003
20004         * g++.old-deja/g++.pt/crash62.C: New test.
20005
20006 2001-01-04  Richard Henderson  <rth@redhat.com>
20007
20008         * gcc.dg/20000926-1.c: Update expected warnings.
20009         * gcc.dg/array-2.c: Likewise.
20010         * gcc.dg/array-4.c: Also validate flexible array members.
20011         * gcc.dg/c99-flex-array-1.c: New.
20012
20013 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
20014
20015         * gcc.c-torture/compile/20001222-1.x: Remove.
20016
20017 2001-01-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
20018
20019         * gcc.c-torture/execute/built-in-setjmp.c: New.
20020
20021 2001-01-03  Richard Henderson  <rth@redhat.com>
20022
20023         * gcc.dg/940510-1.c: Update expected error wording.
20024         * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
20025
20026 2001-01-03  Jeffrey Oldham  <oldham@codesourcery.com>
20027
20028         * lib/target-supports.exp (check_alias_available): Modified to
20029         indicate aliases not supported if only weak aliases are supported.
20030
20031 2001-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20032
20033         * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
20034         Turn on cmpstrsi checks for __pj__ and __i370__.
20035
20036 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
20037
20038         * g++.old-deja/g++.other/virtual11.C: New test.
20039
20040 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
20041
20042         * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
20043
20044 2001-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20045
20046         * gcc.c-torture/compile/20010102-1.c: New test.
20047
20048 2001-01-02  Andreas Jaeger  <aj@suse.de>
20049
20050         * gcc.dg/noreturn-3.c: New test.
20051
20052         * gcc.dg/noreturn-4.c: New test.
20053
20054 2001-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20055
20056         * gcc.c-torture/execute/stdio-opt-1.c: Also test
20057         __builtin_fputc and __builtin_fwrite.
20058
20059 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
20060
20061         * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
20062         signed char, not default char.
20063
20064 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
20065
20066         * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
20067
20068 2000-12-30  David Billinghurst <David.Billinghurst@riotinto.com>
20069
20070         * lib/g++.exp:  Use sh to exec ${odir_v3}/tests_flags
20071
20072 2000-12-29  Richard Henderson  <rth@redhat.com>
20073
20074         * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
20075         (__cyg_profile_func_exit): Define.
20076
20077 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
20078
20079         * g++.dg/vtgc1.C: New test.
20080
20081 2000-12-28  Geoffrey Keating  <geoffk@redhat.com>
20082
20083         * gcc.dg/noncompile/20001228-1.c: New test.
20084
20085         * gcc.dg/20001228-1.c: New test.
20086
20087         * gcc.c-torture/execute/20001228-1.c: New test.
20088
20089 2000-12-28  Joseph S. Myers  <jsm28@cam.ac.uk>
20090
20091         * gcc.dg/format-strfmon-1.c: New test.
20092
20093 2000-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20094
20095         * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
20096         * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
20097         * gcc.c-torture/execute/string-opt-1.c: Likewise.
20098         * gcc.c-torture/execute/string-opt-2.c: Likewise.
20099         * gcc.c-torture/execute/string-opt-3.c: Likewise.
20100         * gcc.c-torture/execute/string-opt-4.c: Likewise.
20101         * gcc.c-torture/execute/string-opt-6.c: Likewise.
20102         * gcc.c-torture/execute/string-opt-7.c: Likewise.
20103         * gcc.c-torture/execute/string-opt-8.c: Likewise.
20104         * gcc.c-torture/execute/string-opt-9.c: Likewise.
20105         * gcc.c-torture/execute/string-opt-10.c: Likewise.
20106         * gcc.c-torture/execute/string-opt-11.c: Likewise.
20107         * gcc.c-torture/execute/string-opt-12.c: Likewise.
20108
20109         * gcc.c-torture/execute/string-opt-3.c: Test rindex.
20110         * gcc.c-torture/execute/string-opt-4.c: Test index.
20111
20112 2000-12-26  Geoffrey Keating  <geoffk@redhat.com>
20113
20114         * gcc.c-torture/compile/20001226-1.c: New test.
20115
20116 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
20117
20118         * gcc.c-torture/compile/20001222-1.c: New test.
20119         * gcc.c-torture/compile/20001222-1.x: Xfail.
20120
20121 2000-12-22  Alexandre Oliva  <aoliva@redhat.com>
20122
20123         * gcc.c-torture/execute/comp-goto-2.c: New test.
20124
20125 2000-12-21  J"orn Rennecke <amylaar@redhat.com>
20126
20127         * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
20128         Use long types if __INT_MAX__ is 32767.
20129         (main): Use cast to (sint32 *) when poking 88 into a_page.
20130
20131         * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
20132
20133 2000-12-21  Bernd Schmidt  <bernds@redhat.com>
20134
20135         * gcc.c-torture/compile/20001221-1.c: New test.
20136         * gcc.c-torture/execute/20001221-1.c: New test.
20137
20138 2000-12-20  Richard Henderson  <rth@redhat.com>
20139
20140         * g++.old-deja/g++.pt/crash36.C: Update error lines.
20141         * g++.old-deja/g++.robertl/eb109.C: Likewise.
20142
20143 2000-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20144
20145         * gcc.dg/compare3.c: New test.
20146
20147 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
20148
20149         * gcc.dg/format-warnll-1.c: New test.
20150
20151 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
20152
20153         * gcc.dg/cpp/cmdlne-P.c: New test.
20154
20155 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
20156
20157         * gcc.c-torture/execute/builtin-abs-1.c,
20158         gcc.c-torture/execute/builtin-abs-2.c: New tests.
20159
20160 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
20161
20162         * gcc.dg/cpp/multiline.c: New test.
20163
20164 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
20165
20166         * g++.old-deja/g++.other/syshdr1.C: Update.
20167         * gcc.dg/cpp/lineflags.c: Remove temporarily.
20168
20169 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
20170
20171         * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
20172
20173 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
20174
20175         * g++.old-deja/g++.pt/ttp65.C: New test.
20176
20177 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
20178
20179         * g++.old-deja/g++.pt/ttp64.C: New test.
20180
20181 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
20182
20183         * g++.old-deja/g++.pt/spec33.C: New test.
20184
20185 2000-12-14  Catherine Moore  <clm@redhat.com>
20186
20187         * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
20188         * gcc.c-torture/execute/920612-2.c: Likewise.
20189         * gcc.c-torture/execute/920428-2.c: Likewise.
20190         * gcc-c-torture/execute/va-arg-11.c: Call exit.
20191         * gcc.c-torture/execute/va-arg-21.c: Likewise.
20192
20193 2000-12-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
20194
20195         * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
20196         * gcc.dg/pack-test-2.c: Likewise.
20197
20198 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
20199
20200         Tests by Zack Weinberg <zackw@stanford.edu>.
20201
20202         * gcc.dg/cpp/defined.c: Update.
20203         * gcc.dg/cpp/defined_trad.c: New tests.
20204
20205 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
20206
20207         * gcc.dg/cpp/trad-direct.c: Update.
20208
20209 2000-12-11  Neil Booth  <neilb@earthling.net>
20210
20211         * gcc.dg/cpp/defined_trad.c
20212
20213 2000-12-11  Neil Booth  <neilb@earthling.net>
20214
20215         * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
20216
20217 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
20218
20219         * gcc.dg/format-miss-2.c: New test.
20220
20221 2000-12-09  Neil Booth  <neilb@earthling.net>
20222
20223         * gcc.dg/cpp/lineflags.c: New tests.
20224         * gcc.dg/cpp/poison.c: Update.
20225         * gcc.dg/cpp/redef2.c: Update.
20226         * gcc.dg/cpp/skipping.c: New test.
20227
20228 2000-12-07  Geoffrey Keating  <geoffk@redhat.com>
20229
20230         * g++.old-deja/g++.other/eh3.C: New testcase.
20231
20232 2000-12-07  Neil Booth  <neilb@earthling.net>
20233
20234         * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
20235         wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
20236         wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
20237         wtr-union-init-2.c, wtr-union-init-3.c: Update.
20238         * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
20239         Update.
20240
20241 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
20242
20243         * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
20244         __SIZE_TYPE__ instead of int for type of integers cast to
20245         pointers.
20246
20247 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
20248
20249         * g++.old-deja/g++.other/cleanup4.C: New test.
20250
20251 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
20252
20253         * format-sec-1.c: New test.
20254
20255 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
20256
20257         * gcc.dg/format-nonlit-3.c: New test.
20258
20259 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
20260
20261         * gcc.dg/c90-printf-1.c: Add test for printf formats reading
20262         through a null pointer.
20263
20264 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
20265
20266         * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
20267         * g++.old-deja/g++.pt/partial4.C: New test.
20268
20269 2000-12-06  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
20270
20271         * gcc.c-torture/execute/ieee/hugeval.x: New.
20272
20273 2000-12-06  Neil Booth  <neilb@earthling.net>
20274
20275         * gcc.dg/cpp/backslash2.c: New tests.
20276
20277 2000-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20278
20279         * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
20280         * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
20281
20282 2000-12-05  Geoffrey Keating  <geoffk@redhat.com>
20283
20284         * gcc.c-torture/execute/20001203-2.c: New testcase.
20285
20286 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
20287
20288         * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
20289         * g++.old-deja/g++.other/virtual10.C: New test.
20290
20291 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
20292
20293         * g++.old-deja/g++.mike/pmf5.C: Remove test.
20294
20295 2000-12-05  Richard Henderson  <rth@redhat.com>
20296
20297         * gcc.c-torture/compile/20001205-1.c: New.
20298
20299 2000-12-04  Neil Booth  <neilb@earthling.net>
20300
20301         * g++.old-deja/g++.other/virtual9.C: New test.
20302         * g++.old-deja/g++.pt/crash61.C: New test.
20303         * gcc.c-torture/execute/loop-9.c: New test.
20304
20305 2000-12-04  Neil Booth  <neilb@earthling.net>
20306
20307         * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
20308         * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
20309         * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
20310         * gcc.dg/cpp/extratokens.c: ...here.
20311
20312 2000-12-04  Neil Booth  <neilb@earthling.net>
20313
20314         * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
20315         New tests.
20316
20317 2000-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20318
20319         * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
20320         * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
20321
20322 2000-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
20323
20324         * gcc.c-torture/execute/20001203-1.c: New test.
20325
20326 2000-12-03  Neil Booth  <neilb@earthling.net>
20327
20328         * gcc.dg/cpp/macro6.c: New test cases.
20329
20330 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20331
20332         * gcc.c-torture/execute/string-opt-9.c: New test.
20333         * gcc.c-torture/execute/string-opt-10.c: Likewise.
20334         * gcc.c-torture/execute/string-opt-11.c: Likewise.
20335         * gcc.c-torture/execute/string-opt-12.c: Likewise.
20336
20337         * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
20338         * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
20339
20340 2000-12-02  Geoffrey Keating  <geoffk@redhat.com>
20341
20342         * gcc.dg/cpp/if-6.c: New testcase.
20343
20344         * gcc.dg/20001201-1.c: New testcase.
20345
20346 2000-12-02  Neil Booth  <neilb@earthling.net>
20347
20348         * g++.old-deja/g++.other/externC4.C,
20349         g++.old-deja/g++.other/friend10.C: New tests.
20350
20351 2000-12-02  Neil Booth  <neilb@earthling.net>
20352
20353         * g++.old-deja/g++.other/instan2.C
20354         * g++.old-deja/g++.other/instan3.C: New test.
20355
20356 2000-12-02  Neil Booth  <neilb@earthling.net>
20357
20358         * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
20359         c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
20360         gnuc99.c,gnuc99-pedantic.c: New tests.
20361
20362 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
20363
20364         * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
20365         gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
20366
20367 2000-12-01  Neil Booth  <neilb@earthling.net>
20368
20369         * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
20370         * gcc.dg/cpp/poison.c: Update.
20371         * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
20372
20373 2000-12-01  Toon Moene  <toon@moene.indiv.nluug.nl>
20374
20375         * g77.f-torture/execute/20001201.f: New test.
20376
20377 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
20378
20379         * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
20380
20381 2000-12-01  Jakub Jelinek  <jakub@redhat.com>
20382
20383         * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
20384
20385 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
20386
20387         * g++.old-deja/g++.other/cast6.C: New test.
20388
20389 2000-11-30  Geoffrey Keating  <geoffk@redhat.com>
20390
20391         * gcc.c-torture/execute/20001130-2.c: New testcase.
20392
20393 2000-11-30  Richard Henderson  <rth@redhat.com>
20394
20395         * gcc.c-torture/execute/20001130-1.c: New test.
20396
20397 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
20398
20399         * g++.old-deja/g++.other/op3.C: New test.
20400
20401 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
20402
20403         * g++.old-deja/g++.other/op2.C: New test.
20404
20405 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
20406
20407         * g++.old-deja/g++.other/crash38.C: New test.
20408
20409 2000-11-29  Toon Moene  <toon@moene.indiv.nluug.nl>
20410
20411         * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
20412
20413 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
20414
20415         * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
20416         tests.
20417         * gcc.c-torture/execute/string-opt-6.c: New test.
20418
20419         * gcc.dg/20001117-1.c: Add main.
20420
20421 2000-11-28  Geoffrey Keating  <geoffk@redhat.com>
20422
20423         * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
20424         Move from here ...
20425         * gcc.dg/940510-1.c: ... to here.
20426
20427         * gcc.dg/20000926-1.c: GNU C now allows initializations of
20428         zero-size arrays in toplevel structures.
20429
20430 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
20431
20432         * gcc.c-torture/execute/loop-8.c: New test.
20433
20434 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
20435
20436         * g++.old-deja/g++.other/base1.C: New test.
20437
20438 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
20439
20440         * g++.old-deja/g++.other/parse2.C: New test.
20441
20442 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
20443
20444         * g++.old-deja/g++.pt/incomplete1.C: New test.
20445
20446 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
20447
20448         * g++.old-deja/g++.other/friend9.C: New test.
20449
20450 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
20451
20452         * gcc.dg/20001127-1.c: New test.
20453
20454 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
20455
20456         * g++.old-deja/g++.pt/friend46.C: New test.
20457
20458 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
20459
20460         * g++.old-deja/g++.other/ptrmem8.C: New test.
20461
20462 2000-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20463
20464         * gcc.c-torture/execute/string-opt-7.c: New test.
20465         * gcc.c-torture/execute/string-opt-8.c: Likewise.
20466
20467 2000-11-26  Gabriel Dos Reis  <gdr@codesourcery.com>
20468
20469         * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
20470         instead of 'mkcheck 2'.
20471
20472 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
20473
20474         * gcc.c-torture/execute/memcheck/driver.c,
20475         gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
20476         C9X references to refer to C99.
20477
20478 2000-11-25  Jakub Jelinek  <jakub@redhat.com>
20479
20480         * gcc.dg/ultrasp3.c: New test.
20481
20482 2000-11-25  Neil Booth  <neilb@earthling.net>
20483
20484         * gcc.dg/cpp/include2.c: Update test to be locale independent.
20485
20486 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>
20487
20488         * gcc.c-torture/compile/20001123-2.c: New.
20489
20490 2000-11-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
20491
20492         * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
20493
20494 2000-11-24  Bernd Schmidt  <bernds@redhat.co.uk>
20495
20496         * gcc.dg/sequence-point-1.c: Add some new tests.
20497         * gcc.c-torture/execute/20001124-1.c: New test.
20498
20499 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
20500
20501         * g++.old-deja/g++.other/vaarg4.C: New test.
20502         * gcc.c-torture/compile/20001123-1.c: New test.
20503
20504 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
20505
20506         * g++.other/crash24.C: Adjust and remove XFAIL.
20507         * g++.other/crash37.C: New test.
20508
20509 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
20510
20511         * g++.old-deja/g++.pt/instantiate9.C: New test.
20512
20513 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
20514
20515         * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
20516         new ABI, too.
20517
20518         * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
20519         * g++.old-deja/g++.robertl/eb55.C: Likewise.
20520
20521 2000-11-22  Neil Booth  <neilb@earthling.net>
20522
20523         * gcc.dg/cpp/Wtrigraphs.c: New test.
20524
20525 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
20526
20527         * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
20528
20529 2000-11-22  Jakub Jelinek  <jakub@redhat.com>
20530
20531         * gcc.c-torture/execute/ieee/20001122-1.c: New test.
20532
20533 2000-11-22  Hans-Peter Nilsson  <hp@bitrange.com>
20534
20535         * lib/gcc-dg.exp: load_lib scanasm.exp.
20536         (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
20537         * lib/g++-dg.exp: load_lib scanasm.exp.
20538         * lib/scanasm.exp: New.
20539         (scan-assembler, scan-assembler-not): Add optional arguments to
20540         test name, or if not present, the pattern name.
20541         (scan-assembler-dem, scan-assembler-dem-not): New.
20542
20543         * g++.dg/dg.exp: New.
20544
20545 2000-11-21  Neil Booth  <neilb@earthling.net>
20546
20547         * gcc.dg/cpp/integrated1.c: Remove.
20548
20549 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
20550
20551         * gcc.c-torture/execute/20001121-1.c: New test.
20552
20553 2000-11-21  Richard Henderson  <rth@redhat.com>
20554
20555         * gcc.c-torture/compile/20001121-1.c: New test.
20556
20557 2000-11-20  Neil Booth  <neilb@earthling.net>
20558
20559         * gcc.dg/cpp/integrated1.c: New test.
20560
20561 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
20562
20563         * g++.old-deja/g++.other/inline17.C: New test.
20564
20565 2000-11-20  Donald Lindsay  <dlindsay@redhat.com>
20566
20567         * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
20568         local variable to be zero: I made the variable global. Now
20569         uses abort() and exit() instead of relying on main's return value.
20570
20571 2000-11-20  Neil Booth  <neilb@earthling.net>
20572
20573         * gcc.dg/cpp/paste2.c: Update test.
20574         * objc/execute/paste.m: New test.
20575
20576 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
20577
20578         * gcc.dg/c99-condexpr-1.c: New test.
20579
20580 2000-11-20  Neil Booth  <neilb@earthling.net>
20581
20582         * gcc.dg/cpp/macsyntx.c: Use correct command line option.
20583
20584 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
20585
20586         * g++.old-deja/g++.pt/export1.C: New test.
20587
20588 2000-11-20  Jakub Jelinek  <jakub@redhat.com>
20589
20590         * gcc.dg/20001117-1.c: New test.
20591
20592 2000-11-18  Richard Henderson  <rth@redhat.com>
20593
20594         * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
20595
20596 2000-11-18  Richard Henderson  <rth@redhat.com>
20597
20598         * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
20599         * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
20600         * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
20601
20602 2000-11-18  Richard Henderson  <rth@redhat.com>
20603
20604         * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
20605         (main): New.  Exit cleanly.
20606
20607 2000-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
20608
20609         * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
20610         gcc.dg/c99-fordecl-2.c: New tests.
20611
20612 2000-11-18  Richard Henderson  <rth@redhat.com>
20613
20614         * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
20615         * gcc.c-torture/execute/zerolen-2.c: New.
20616
20617 2000-11-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
20618
20619         * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
20620         memory.
20621
20622 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
20623
20624         * g++.old-deja/g++.pt/instantiate8.C: New test.
20625
20626 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
20627
20628         * g++.old-deja/g++.other/incomplete.C: Add more tests.
20629         * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
20630
20631 2000-11-16  Nick Clifton  <nickc@redhat.com>
20632
20633         * gcc.c-torture/execute/nestfunc-2.c: New test.
20634         * gcc.c-torture/execute/nestfunc-3.c: New test.
20635
20636 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
20637
20638         * gcc.c-torture/compile/20001116-1.c: New test.
20639
20640 2000-11-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
20641
20642         * gcc.c-torture/execute/20001115-1.c: New test.
20643
20644 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
20645
20646         * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
20647         * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
20648         * g++.old-deja/g++.abi/ptrflags.C: Likewise.
20649         * g++.old-deja/g++.abi/vmihint.C: Likewise.
20650
20651 2000-11-15  Neil Booth  <neilb@earthling.net>
20652
20653         gcc.dg/cpp/_Pragma1.c: Update.
20654         gcc.dg/cpp/_Pragma2.c: New test.
20655
20656 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
20657
20658         * g++.old-deja/g++.other/anon5.C: New test.
20659
20660 2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
20661
20662         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
20663         tests.
20664
20665 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
20666
20667         * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
20668         output.
20669
20670 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
20671
20672         * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
20673         labels at end of compound statements.
20674
20675 2000-11-13  Jakub Jelinek  <jakub@redhat.com>
20676
20677         * gcc.c-torture/execute/loop-7.c: New test.
20678
20679 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
20680
20681         * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
20682
20683 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
20684
20685         * gcc.dg/c99-bool-1.c: New test.
20686
20687 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
20688
20689         * gcc.dg/c99-scope-1.c: Remove xfail.
20690         * gcc.dg/c99-scope-2.c: New test.
20691
20692 2000-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20693
20694         * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
20695         * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
20696
20697 2000-11-11  Mark Mitchell  <mark@codesourcery.com>
20698
20699         * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
20700         error messages.
20701
20702         * g++.mike/p700.C: Don't typedef wchar_t.
20703         * g++.mike/p784.C: Likewise.
20704         * g++.mike/eb101.C: Don't use __wchar_t.
20705
20706 2000-11-11  Toon Moene  <toon@moene.indiv.nluug.nl>
20707
20708         * g77.f-torture/execute/20001111.[fx]: Test premature exit
20709         from DO loop.
20710
20711 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
20712
20713         * gcc.c-torture/execute/20001111-1.c: New test.
20714
20715 2000-11-10  Nick Clifton  <nickc@redhat.com>
20716
20717         * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
20718         long multuiple and accumulate.
20719
20720 2000-11-09  Richard Henderson  <rth@redhat.com>
20721
20722         * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
20723         via size_t instead of int.
20724
20725         * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
20726         * gcc.c-torture/execute/string-opt-2.c: Likewise.
20727         * gcc.c-torture/execute/string-opt-3.c: Likewise.
20728         * gcc.c-torture/execute/string-opt-4.c: Likewise.
20729
20730 2000-11-09  Geoffrey Keating  <geoffk@redhat.com>
20731
20732         * gcc.c-torture/compile/20001109-1.c: New test.
20733         * gcc.c-torture/compile/20001109-2.c: New test.
20734
20735 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
20736
20737         * g++.old-deja/g++.pt/operator1.C: New test.
20738         * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
20739
20740 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
20741
20742         * gcc.dg/20001108-1.c: New test.
20743
20744 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
20745
20746         * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
20747         with both arguments constant strings.
20748         * gcc.c-torture/execute/string-opt-3.c: New test.
20749         * gcc.c-torture/execute/string-opt-4.c: New test.
20750         * gcc.c-torture/execute/string-opt-5.c: New test.
20751
20752 2000-11-08  Nick Clifton  <nickc@redhat.com>
20753
20754         * gcc.c-torture/execute/20001108-1.c: New test case.  Checks
20755         mulsidi3adddi patterns.
20756
20757 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
20758
20759         * g++.old-deja/g++.other/crash36.C: New test.
20760
20761 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
20762
20763         * g++.old-deja/g++.other/init16.C: New test.
20764
20765 2000-11-06  Loren J. Rittle  <ljrittle@acm.org>
20766
20767         * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
20768
20769 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
20770
20771         * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
20772         * gcc.c-torture/execute/va-arg-16.x: Likewise.
20773         * gcc.c-torture/execute/va-arg-17.x: Likewise.
20774
20775 2000-11-07  DJ Delorie  <dj@redhat.com>
20776
20777         * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
20778
20779 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20780
20781         * gcc.c-torture/execute/string-opt-1.c: New test.
20782
20783 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
20784
20785         * gcc.c-torture/execute/va-arg-15.x: New file.  Fails on
20786         mips-sgi-irix6.* because the MIPS ABI passes floating-point
20787         parameters in registers, and there is no way for a varargs
20788         function to know in which order the integer and floating-point
20789         parameters should be interleaved when they are placed on the
20790         stack.
20791         * gcc.c-torture/execute/va-arg-16.x: Likewise.
20792         * gcc.c-torture/execute/va-arg-17.x: Likewise.
20793
20794 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20795
20796         * gcc.c-torture/execute/string-opt-2.c: New test.
20797
20798 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
20799
20800         * g++.old-deja/g++.pt/crash60.C: New test.
20801
20802 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
20803
20804         * g++.old-deja/g++.other/crash24.C: New test.
20805         * g++.old-deja/g++.other/crash25.C: New test.
20806         * g++.old-deja/g++.other/crash26.C: New test.
20807         * g++.old-deja/g++.other/crash27.C: New test.
20808         * g++.old-deja/g++.other/crash28.C: New test.
20809         * g++.old-deja/g++.other/crash29.C: New test.
20810         * g++.old-deja/g++.other/crash30.C: New test.
20811         * g++.old-deja/g++.other/crash31.C: New test.
20812         * g++.old-deja/g++.other/crash32.C: New test.
20813         * g++.old-deja/g++.other/crash33.C: New test.
20814         * g++.old-deja/g++.other/crash34.C: New test.
20815         * g++.old-deja/g++.other/crash35.C: New test.
20816
20817 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
20818
20819         * gcc.c-torture/execute/20001031-1.c: New test.
20820
20821 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
20822
20823         * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
20824         namespace.
20825
20826         * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
20827         standards-conformant.
20828
20829         * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
20830
20831         * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
20832         * g++.old-deja/g++.mike/p755a.C: Likewise.
20833         * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
20834         library makes no calls to `operator new' during initialization.
20835
20836 2000-11-04  Neil Booth  <neilb@earthling.net>
20837
20838         * gcc.dg/cpp/include2.c: New tests.
20839
20840 2000-11-03  Mark P Mitchell  <mark@codesourcery.com>
20841
20842         * lib/g++.exp (g++_set_ld_library_path): New function.
20843         Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
20844
20845 2000-11-03  Bernd Schmidt  <bernds@redhat.co.uk>
20846
20847         * gcc.dg/sequence-pt-1.c: A few new tests.  Unify output for bogus
20848         warnings.
20849
20850 2000-11-01  Richard Henderson  <rth@redhat.com>
20851
20852         * g++.old-deja/g++.ext/namedret1.C: New.
20853         * g++.old-deja/g++.ext/namedret2.C: New.
20854         * g++.old-deja/g++.ext/namedret3.C: New.
20855
20856 2000-10-31  Geoffrey Keating  <geoffk@cygnus.com>
20857
20858         * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
20859         * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
20860
20861 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20862
20863         * gcc.c-torture/execute/va-arg-21.c: New test.
20864
20865 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
20866
20867         * gcc.dg/c99-complex-2.c: New test.
20868
20869 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20870
20871         * gcc.c-torture/execute/stdio-opt-1.c: New test.
20872
20873 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
20874
20875         * g++.old-deja/g++.other/inline16.C: New test.
20876
20877 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
20878
20879         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
20880         __PRETTY_FUNCTION__
20881
20882 2000-10-29  Neil Booth  <neilb@earthling.net>
20883
20884         * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
20885         New tests.
20886         * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
20887         * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
20888         optimisation.
20889
20890 2000-10-29  Neil Booth  <neilb@earthling.net>
20891
20892         * gcc.dg/cpp/macro4.c, macro5.c: New tests.
20893         * mi1.c, mi1c.h: Add null directives to multiple-include test.
20894         * mi5.c: Test multiple includes work with -C.
20895         * trigraphs.c: Test ^= version.
20896
20897 2000-10-28  Neil Booth  <neilb@earthling.net>
20898
20899         New tests and test updates for new macro expander.
20900
20901         * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
20902         endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
20903         paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
20904         tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
20905         new diagnostic messages.
20906
20907         * gcc.dg/cpp/macro3.c: New tests.
20908
20909 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
20910
20911         * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
20912         on the same line.
20913
20914 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
20915
20916         * g++.old-deja/g++.other/eh2.C: New test.
20917
20918 2000-10-27  Bernd Schmidt  <bernds@cygnus.co.uk>
20919
20920         * gcc.c-torture/execute/20001027-1.c: New test.
20921
20922 2000-10-26  Richard Henderson  <rth@redhat.com>
20923
20924         * gcc.c-torture/execute/20001026-1.c: New.
20925
20926 2000-10-26  Mark Mitchell  <mark@codesourcery.com>
20927
20928         * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
20929         * g++.old-deja/g++.law/builtin1.C: Likewise.
20930         * g++.old-deja/g++.law/ctors10.C: Likewise.
20931         * g++.old-deja/g++.law/virtual3.C: Likewise.
20932         * g++.old-deja/g++.mike/p658.C: Likewise.
20933         * g++.old-deja/g++.other/sibcall1.C: Likewise.
20934         * g++.old-deja/g++.other/vaarg2.C: Likewise.
20935         * g++.old-deja/g++.robertl/eb124.C: Likewise.
20936         * g++.old-deja/g++.robertl/eb44.C: Likewise.
20937         * g++.old-deja/g++.robertl/eb77.C: Likewise.
20938
20939 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
20940
20941         * gcc.c-torture/compile/20001024-1.c: New test.
20942
20943 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
20944
20945         * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
20946         to tell us whether or not we are using V3.
20947
20948 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
20949
20950         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
20951         operands.
20952
20953 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
20954
20955         * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
20956
20957 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
20958
20959         * gcc.c-torture/execute/20001024-1.c: New test.
20960
20961 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
20962
20963         * g++.old-deja/g++.other/sibcall1.C: New test.
20964
20965 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
20966
20967         * gcc.dg/noncompile/init-3.c: New test.
20968
20969 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
20970
20971         * gcc.dg/format-array-1.c: New test.
20972
20973 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
20974
20975         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
20976         writing through null pointers; remove comment about testing
20977         unterminated strings.
20978
20979 2000-10-17  Matthew Hiller  <hiller@redhat.com>
20980
20981         * gcc.c-torture/execute/20001017-2.c: New test.
20982
20983 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
20984
20985         * gcc.c-torture/compile/20001018-1.c: New test.
20986         * gcc.c-torture/compile/20001018-1.x: Xfail.
20987
20988 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
20989
20990         * gcc.c-torture/execute/20001017-1.c: New test.
20991
20992 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
20993
20994         * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
20995         for multiple use of arguments with scanf formats; add tests for
20996         multiple use of arguments.
20997
20998 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
20999
21000         * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
21001
21002 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
21003
21004         * gcc.dg/format-miss-1.c: New test.
21005
21006 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
21007
21008         * gcc.c-torture/execute/20001013-1.c: New test.
21009
21010 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
21011
21012         * gcc.dg/format-branch-1.c: New test.
21013
21014 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
21015
21016         * README, lib/file-format.exp: Remove EGCS references.
21017
21018 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
21019
21020         * gcc.dg/20001013-1.c: New test.
21021
21022 2000-10-15  Joseph S. Myers  <jsm28@cam.ac.uk>
21023
21024         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
21025         for intmax_t in the compiler using __typeof__ and the type rules
21026         for conditional expressions.
21027
21028 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
21029
21030         * gcc.dg/20001012-1.c: New test.
21031         * gcc.dg/20001012-2.c: New test.
21032
21033 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
21034
21035         * gcc.dg/format-attr-1.c: New test.
21036
21037 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
21038
21039         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
21040         __LONG_LONG_MAX__ instead of LLONG_MAX.
21041
21042 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
21043
21044         * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
21045         scanf flags.
21046         * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
21047         flags.
21048
21049 2000-10-11  Joseph S. Myers  <jsm28@cam.ac.uk>
21050
21051         * gcc.dg/sequence-pt-1.c: New test.
21052
21053 2000-10-11  Geoff Keating  <geoffk@cygnus.com>
21054
21055         * gcc.c-torture/execute/20001011-1.c: New testcase.
21056         Testcase provided by Zack Weinberg <zackw@stanford.edu>.
21057
21058 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
21059
21060         * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
21061         does not error on it.
21062
21063 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
21064
21065         * gcc.dg/20001009-1.c: New test.
21066
21067 Mon Oct  9 23:32:06 MET DST 2000  Jan Hubicka  <jh@suse.cz>
21068
21069         * gcc.c-torture/compile/20001009-1.c: Move from here ....
21070         * gcc.c-torture/execute/20001009-2.c: ... to here.
21071
21072 2000-10-09  Geoff Keating  <geoffk@cygnus.com>
21073
21074         * gcc.c-torture/compile/20001009-1.c: New testcase.
21075         * gcc.c-torture/execute/20001009-1.c: New testcase.
21076         Testcases provided by Jan Hubicka <jh@suse.cz>.
21077
21078 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
21079
21080         * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
21081         gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
21082         uintmax_t using <limits.h> to emulate the compiler's internal
21083         logic.  No longer XFAIL %j tests.
21084
21085 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
21086
21087         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
21088         gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
21089         gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
21090         regexps and details of expected handling of some bad formats.
21091         * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
21092         suppression.
21093
21094 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
21095
21096         * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
21097         g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
21098         g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
21099         gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
21100         in list archives.
21101
21102 2000-10-06  Richard Henderson  <rth@cygnus.com>
21103
21104         * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
21105         * g++.old-deja/g++.brendan/crash52.C: Likewise.
21106         * g++.old-deja/g++.jason/report.C: Likewise.
21107         * g++.old-deja/g++.law/friend5.C: Likewise.
21108         * g++.old-deja/g++.mike/p646.C: Likewise.  Adjust the spelling
21109         of the expected warnings.
21110
21111 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
21112
21113         * g++.old-deja/g++.pt/enum14.C: New test.
21114
21115 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
21116
21117         * g++.old-deja/g++.pt/crash59.C: New test.
21118
21119 2000-10-04  Will Cohen  <wcohen@redhat.com>
21120
21121         * gcc.dg/20000926-1.c: New test.
21122
21123 2000-10-03  Geoff Keating  <geoffk@cygnus.com>
21124
21125         * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
21126         function name for current C++ compiler.
21127         Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
21128
21129 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
21130
21131         * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
21132         __PRETTY_FUNCTION__.
21133         * g++.old-deja/g++.ext/pretty2.C: Likewise.
21134
21135 2000-09-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21136
21137         * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
21138
21139 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
21140
21141         * gcc.c-torture/compile/20000923-1.c: New test.
21142
21143 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
21144
21145         * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
21146         * g++.old-deja/g++.pt/ttp62.C: Same.
21147         * g++.old-deja/g++.other/inline14.C: Same.
21148
21149 2000-09-24  Richard Henderson  <rth@cygnus.com>
21150
21151         * gcc.c-torture/execute/20000914-1.c: Declare malloc.
21152
21153 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
21154
21155         * gcc.dg/c90-printf-1.c: Add test for wide string format.
21156
21157 2000-09-22  Geoff Keating  <geoffk@cygnus.com>
21158
21159         * gcc.c-torture/compile/20000922-1.c: New file.
21160
21161 2000-09-21  Nick Clifton  <nickc@redhat.com>
21162
21163         * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
21164         a signed long modulo operation.
21165         (mod6): New function - perform an unsigned long modulo operation.
21166         (main): Add tests for modulos of very large numbers by very small
21167         dividends.
21168
21169 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21170
21171         * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
21172
21173 2000-09-19  Richard Henderson  <rth@cygnus.com>
21174
21175         * gcc.dg/compare2.c (case 10): XFAIL.
21176
21177 2000-09-18  Richard Henderson  <rth@cygnus.com>
21178
21179         * gcc.c-torture/execute/20000906-1.c: Move ...
21180         * gcc.dg/20000906-1.c: ... here.  Only run on targets
21181         that support __builtin_trap.
21182
21183 Mon 18-Sep-2000 19:23:11 BST  Neil Booth  <NeilB@earthling.net>
21184
21185         * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
21186
21187 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
21188
21189         * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
21190         * gcc.dg/format-xopen-1.c: Fix error in one $ format test.  Add
21191         more $ format tests.
21192
21193 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
21194
21195         * gcc.dg/format-errmk-1.c: New test.
21196
21197 2000-09-17  Greg McGary  <greg@mcgary.org>
21198
21199         * gcc.c-torture/execute/20000917-1.x: Remove.
21200
21201 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
21202
21203         * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
21204
21205 2000-09-17  Greg McGary  <greg@mcgary.org>
21206
21207         * gcc.c-torture/execute/20000917-1.c: New test.
21208         * gcc.c-torture/execute/20000917-1.x: XFAIL.
21209
21210 2000-09-16  Neil Booth  <NeilB@earthling.net>
21211
21212         * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
21213         in nested macro bug.
21214
21215 2000-09-15  Neil Booth  <NeilB@earthling.net>
21216
21217         * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
21218
21219 2000-09-14  Jeffrey A Law  (law@cygnus.com)
21220
21221         * gcc.c-torture/execute/20000914-1.c: New test.
21222
21223 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
21224
21225         * g++.other/inline13.C: New test.
21226
21227 2000-09-12  Andreas Jaeger  <aj@suse.de>
21228
21229         * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
21230         constant by Ulrich Drepper <drepper@redhat.com>.
21231
21232 2000-09-12  J"orn Rennecke <amylaar@redhat.co.uk>
21233
21234         * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
21235
21236 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21237
21238         * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
21239
21240 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
21241
21242         * gcc.dg/cpp/backslash.c: New test.
21243
21244 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
21245
21246         * gcc.c-torture/execute/20000910-1.c: New test.
21247         * gcc.c-torture/execute/20000910-2.c: Likewise.
21248
21249 2000-09-11  Robert Lipe  <robertl@sco.com>
21250
21251         * gcc.dg/pragma-align.c: New test.
21252
21253 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
21254
21255         * g++.old-deja/g++.pt/explicit82.C: New test.
21256         * g++.old-deja/g++.pt/explicit83.C: New test.
21257
21258 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
21259
21260         * gcc.dg/asm-names.c: New test.
21261
21262 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21263
21264         * gcc.dg/cpp/tr-warn6.c: New test
21265
21266 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
21267
21268         * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
21269         be accepted.
21270
21271 2000-09-07  Catherine Moore  <clm@redhat.com>
21272
21273         * gcc.c-torture/execute/unroll-1.c: New test.
21274
21275 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
21276
21277         * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
21278         ERROR markers.
21279         * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
21280         * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
21281         * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
21282         * gcc.dg/wtr-suffix-1.c: Correct error regexps.
21283         * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
21284         Preprocess only.
21285         * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
21286         * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
21287
21288 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
21289
21290         * g++.old-deja/g++.pt/deduct2.C: New test.
21291
21292 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
21293
21294         * g++.old-deja/g++.pt/parms2.C: New test.
21295
21296 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
21297
21298         * g++.old-deja/g++.pt/crash58.C: New test.
21299
21300 2000-09-06  Greg McGary  <greg@mcgary.org>
21301
21302         * gcc.c-torture/execute/20000906-1.c: New test.
21303         * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
21304
21305 2000-09-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21306
21307         * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
21308
21309 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
21310
21311         * g++.old-deja/g++.pt/crash57.C: New test.
21312
21313 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
21314
21315         * g++.old-deja/g++.pt/crash56.C: New test.
21316
21317 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
21318
21319         * g++.old-deja/g++.pt/koenig1.C: New test.
21320
21321 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
21322
21323         * gcc.dg/20000904-1.c: New test.
21324
21325 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
21326
21327         * gcc.dg/cpp/paste8.c: New test.
21328
21329 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
21330
21331         * gcc.c-torture/compile/20000827-1.c: New test.
21332
21333 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
21334
21335         * gcc.dg/format-diag-1.c: New test.
21336
21337 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
21338
21339         * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
21340         gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
21341         gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
21342         gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
21343         gcc.dg/formatz-1.c: Adjust warning regular expressions.
21344
21345 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
21346
21347         * g++.old-deja/g++.other/nested4.C: New test.
21348
21349 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
21350
21351         * g++.old-deja/g++.ns/scoped1.C: New test.
21352
21353 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
21354
21355         * lib/g++.exp: Support testing already-installed GCC.
21356
21357 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21358
21359         * wtr-label-1.c, wtr-suffix-1.c: New tests.
21360
21361 2000-08-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21362
21363         * gcc.dg/return-type-2.c: New test.
21364
21365 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
21366
21367         * gcc.c-torture/compile/20000825-1.c: New test.
21368
21369 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
21370
21371         * gcc.dg/dwarf2-2.c: New test.
21372
21373 2000-08-26  Zack Weinberg  <zack@wolery.cumb.org>
21374
21375         * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
21376         dg-warning regexps.
21377
21378 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
21379
21380         * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
21381         gcc.dg/format-ext-5.c: New tests.
21382
21383 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
21384
21385         * testsuite/g++.old-deja/g++.other/crash22.C: New test.
21386
21387 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
21388
21389         * gcc.dg/noncompile/930622-2.c: Adjust error message.
21390
21391 2000-08-24  Richard Henderson  <rth@cygnus.com>
21392
21393         * gcc.dg/ia64-sync-1.c: New test.
21394         * gcc.dg/ia64-sync-2.c: New test.
21395         * gcc.dg/ia64-asm-1.c: New test.
21396
21397 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
21398
21399         * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
21400         * gcc.dg/format-ext-2.c: New test.
21401
21402 2000-08-23  Jason Merrill  <jason@redhat.com>
21403
21404         * lib/old-dejagnu.exp: Also ignore "In member function" and
21405         "At global scope".
21406
21407 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21408
21409         * gcc.dg/noncompile/label-lineno-1.c: New test.
21410
21411 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
21412
21413         * gcc.dg/c99-array-nonobj-1.c: New test.
21414
21415 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
21416
21417         * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
21418         tests.
21419         * gcc.dg/format-ext-1.c: New test.
21420
21421 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21422
21423         * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
21424         gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
21425         gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
21426         gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
21427         gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
21428
21429 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
21430
21431         * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
21432         gcc.dg/c99-strftime-2.c: New tests.
21433
21434 2000-08-22  Richard Henderson  <rth@cygnus.com>
21435
21436         * gcc.c-torture/execute/20000822-1.c: New test.
21437
21438 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
21439
21440         * gcc.c-torture/execute/20000819-1.x: Remove.
21441
21442 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
21443
21444         * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
21445         gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
21446         gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
21447         gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
21448         gcc.dg/format-xopen-1.c: New tests.
21449
21450 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
21451
21452         * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
21453
21454 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
21455
21456         * g++.old-deja/g++.other/loop2.C: New test.
21457
21458         * gcc.c-torture/compile/20000606-1.c: New test.
21459         * gcc.c-torture/compile/20000728-1.c: New test.
21460         * gcc.c-torture/execute/20000801-1.c: New test.
21461         * gcc.c-torture/execute/20000801-2.c: New test.
21462         * gcc.c-torture/execute/20000819-1.c: New test.
21463         * gcc.c-torture/execute/20000819-1.x: XFAIL.
21464         * gcc.dg/20000629-1.c: New test.
21465         * gcc.dg/20000724-1.c: New test.
21466         * gcc.dg/20000807-1.c: New test.
21467
21468 2000-08-20 Dennis Chernoivanov <cdi@sparc.spb.su>
21469
21470         * gcc.dg/cpp/pragma-1.c: New test.
21471         * gcc.dg/cpp/pragma-2.c: New test.
21472
21473 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
21474
21475         * gcc.dg/cpp/lexstrng.c: Don't include string.h.
21476         * gcc.dg/cpp/paste2.c: Don't include string.h.  Prototype strcmp.
21477
21478 2000-08-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
21479
21480         * gcc.c-torture/compile/20000818-1.c: New test.
21481
21482 2000-08-18  Manfred Hollstein  <manfredh@redhat.com>
21483
21484         * gcc.c-torture/execute/20000818-1.c: New test.
21485
21486 2000-08-18  Joseph S. Myers  <jsm28@cam.ac.uk>
21487
21488         * gcc.dg/format-va-1.c: New test.
21489
21490 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
21491
21492         * g++.old-deja/g++.other/typedef8.C: New test.
21493
21494 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
21495
21496         * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
21497         * g++.old-deja/g++.mike/net36.C: Mark candidate.
21498         * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
21499         * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
21500         * g++.old-deja/g++.other/ptrmem7.C: New test.
21501         * g++.old-deja/g++.pt/ptrmem10.C: New test.
21502
21503 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
21504
21505         * g++.old-deja/g++.pt/typename27.C: New test.
21506
21507 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
21508
21509         * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
21510         * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
21511         * g++.old-deja/g++.pt/friend45.C: New test.
21512         * g++.old-deja/g++.other/friend8.C: New test.
21513
21514 2000-08-15  Richard Henderson  <rth@cygnus.com>
21515
21516         * gcc.c-torture/execute/20000815-1.c: New test.
21517
21518 2000-08-15  Joseph S. Myers  <jsm28@cam.ac.uk>
21519
21520         * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
21521         gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
21522         gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
21523
21524 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
21525
21526         * g++.old-deja/g++.other/refinit2.C: New test.
21527
21528 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
21529
21530         * lib/c-torture.exp (c-torture): Make
21531         compiler_conditional_xfail_data global.
21532         * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
21533         compiler_conditional_xfail_data machinery.
21534         (f-torture-execute): Likewise.
21535         * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
21536         and only when unrolling loops.
21537
21538         * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
21539
21540 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
21541
21542         * g++.old-deja/g++.pt/explicit81.C: New test.
21543
21544 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
21545
21546         * g++.old-deja/g++.pt/typename26.C: New test.
21547
21548 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
21549
21550         * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
21551         warning.
21552
21553 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
21554
21555         * g++.old-deja/g++.other/array3.C: New test.
21556
21557 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
21558
21559         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
21560         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
21561         gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
21562         New tests.
21563
21564 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
21565
21566         * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
21567         * g++.old-deja/g++.abi/vmihint.C: Likewise.
21568
21569 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
21570
21571         * gcc.c-torture/execute/20000808-1.c: New test.
21572
21573 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
21574
21575         * gcc.dg/c90-const-expr-1.c: New test.
21576
21577 2000-08-08  Richard Henderson  <rth@cygnus.com>
21578
21579         * gcc.dg/noncompile/920923-1.c: Declare calloc.
21580
21581 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
21582
21583         * gcc.dg/noncompile/const-ll-1.c: New test.
21584
21585 2000-08-07  Joseph S. Myers  <jsm28@cam.ac.uk>
21586
21587         * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
21588
21589 2000-08-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
21590
21591         * lib/objc.exp (objc_target_compile): Set the ld_library_path so
21592         that running programs linked against the shared version of libobjc
21593         run correctly.
21594
21595 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
21596
21597         * gcc.dg/c99-printf-1.c: New test.
21598
21599 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
21600
21601         * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
21602
21603 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
21604
21605         * gcc.c-torture/execute/20000731-1.x: Delete.
21606
21607 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
21608
21609         * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
21610         and torture_without_loops as is done by c-torture.exp.
21611         (search_for): Copy from c-torture.exp.
21612         (gcc-dg-runtest): New function, drives a directory of tests
21613         iterating over the TORTURE_OPTIONS.
21614         (scan-assembler, scan-assembler-not): Move here from
21615         individual directory drivers.
21616
21617         * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
21618         defined by lib/gcc-dg.exp.
21619         * gcc.dg/cpp/cpp.exp: Likewise.
21620         * gcc.dg/noncompile/noncompile.exp: Likewise.  Use
21621         gcc-dg-runtest, so we cycle over optimization options.
21622
21623         * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
21624         * gcc.dg/compare2.c: No longer expected to fail.
21625
21626 2000-08-04  J"orn Rennecke <amylaar@cygnus.co.uk>
21627
21628         * gcc.c-torture/execute/20000804-1.c: New test.
21629
21630 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
21631
21632         * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
21633
21634 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
21635
21636         * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
21637
21638 2000-08-03  Jeffrey A Law  (law@cygnus.com)
21639
21640         * gcc.c-torture/compile/20000803-1.c: New test.
21641
21642 2000-08-03  Joseph S. Myers  <jsm28@cam.ac.uk>
21643
21644         * gcc.c-torture/execute/20000801-3.c,
21645         gcc.c-torture/execute/20000801-4.c: New tests.
21646         * gcc.c-torture/execute/20000801-3.x,
21647         gcc.c-torture/execute/20000801-4.x: Xfail.
21648
21649 2000-08-02  Geoff Keating  <geoffk@cygnus.com>
21650
21651         * lib/objc.exp (objc_target_compile): Look for libobjc.a in
21652         libobjc/.libs to allow for libtool.
21653
21654 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
21655
21656         * gcc.c-torture/compile/20000802-1.c: New test.
21657
21658 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
21659
21660         * gcc.dg/cpp/macsyntx.c: Fix error regexp.
21661
21662 2000-07-31  Jeffrey A Law  (law@cygnus.com)
21663
21664         * gcc-c-torture/execute/20000731-2.c: New test.
21665
21666         * gcc.c-torture/execute/20000731-1.c: New test.
21667         * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
21668
21669 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
21670
21671         * testsuite/gcc.dg/cpp/paste7.c: New test.
21672         * gcc.dg/cpp/20000725-1.c: New test.
21673
21674 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
21675
21676         * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
21677         * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
21678         declaration warning for __builtin_dwarf_reg_size.
21679
21680         * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
21681
21682 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
21683
21684         * gcc.dg/noncompile/voidparam-1.c: New test.
21685
21686 2000-07-30  Richard Henderson  <rth@cygnus.com>
21687
21688         * gcc.dg/c90-digraph-1.c: Don't xfail.
21689         * gcc.dg/compare2.c (case 10): Xfail.
21690         * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
21691
21692 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
21693
21694         * gcc.dg/c99-main-1.c: New test.
21695
21696 2000-07-25  Joseph S. Myers  <jsm28@cam.ac.uk>
21697
21698         * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
21699
21700 2000-07-26  Hans-Peter Nilsson  <hp@axis.com>
21701
21702         * gcc.c-tortuer/execute/20000726-1.c: New test.
21703
21704 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
21705
21706         * gcc.c-torture/execute/enum-2.c: New test.
21707
21708 2000-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21709
21710         * gcc.dg/cpp/tr-warn3.c: New test.
21711
21712 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
21713
21714         * g++.old-deja/g++.ext/implicit1.C: Remove.
21715         * g++.old-deja/g++.jason/c2.C: Remove
21716         * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
21717         * g++.old-deja/g++.pt/crash16.C: Likewise.
21718         * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
21719
21720 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
21721
21722         * g++.old-deja/g++.other/for2.C: New test.
21723
21724 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
21725
21726         * gcc.dg/20000720-1.c: New test.
21727
21728 2000-07-25  Toon Moene  <toon@moene.indiv.nluug.nl>
21729
21730         * g77.f-torture/compile/20000630-2.x: Removed.  Case fixed.
21731
21732 2000-07-24  Geoff Keating  <geoffk@cygnus.com>
21733
21734         * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
21735         * gcc.c-torture/execute/20000722-1.c: New.
21736         * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
21737
21738 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
21739
21740         * gcc.dg/cpp/20000720-1.S: New test.
21741
21742 2000-07-21  Michael Meissner  <meissner@redhat.com>
21743
21744         * gcc.c-torture/execute/ieee/hugeval.c: New test.
21745
21746 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
21747
21748         * g++.old-deja/g++.brendan/crash16.C,
21749         g++.old-deja/g++.brendan/parse3.C,
21750         g++.old-deja/g++.brendan/redecl1.C,
21751         g++.old-deja/g++.ns/template13.C,
21752         g++.old-deja/g++.other/decl4.C,
21753         g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
21754
21755 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
21756
21757         * lib/old-dejagnu.exp: Check for both "Internal compiler error"
21758         and "Internal error".
21759
21760         * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
21761         regexps.
21762         * gcc.dg/cpp/paste6.c: New test.
21763
21764 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
21765
21766         * gcc.dg/cpp/tr-direct.c: New test.
21767
21768         * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
21769         gcc.dg/cpp/undef1.c: Tweak error regexps.
21770
21771 2000-07-18  Eric Christopher <echristo@redhat.com>
21772
21773         * gcc.c-torture/compile/20000718-1.c: New test.
21774
21775 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
21776
21777         * cpplex.c (_cpp_push_token): If the token being pushed back
21778         is the previous token in this context, just subtract one from
21779         context->posn.
21780         * cppmacro.c (save_expansion): Clear aux field when storing a
21781         placemarker.
21782
21783 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
21784
21785         * gcc.dg/noncompile/redecl-1.c: New test.
21786
21787 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
21788
21789         * gcc.c-torture/execute/20000717-5.c: New test.
21790         * gcc.c-torture/execute/20000717-1.x: Removed.
21791
21792 2000-07-17  Richard Henderson  <rth@cygnus.com>
21793
21794         * gcc.c-torture/execute/20000717-4.c: New test.
21795
21796 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
21797
21798         * gcc.dg/cpp/syshdr.c: New test.
21799         * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
21800
21801 2000-07-17  Neil Booth  <neilb@earthling.net>
21802
21803         * gcc.dg/cpp/cmdlne-dM.c: New test.
21804         * gcc.dg/cpp/cmdlne-dD.c: New test.
21805
21806 2000-07-17  Jeffrey A Law  (law@cygnus.com)
21807
21808         * gcc.c-torture/execute/20000717-3.c: New test.
21809
21810         * gcc.c-torture/compile/20000717-1.c: New test.
21811
21812 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
21813
21814         * gcc.c-torture/execute/20000717-2.c: New test.
21815
21816 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
21817
21818         * gcc.dg/formatz-1.c: New test.
21819
21820         * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
21821         * gcc.dg/c99-digraph-1.c: New tests.
21822
21823         * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
21824         * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
21825
21826         * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
21827         * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
21828         * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
21829         * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
21830         * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
21831         * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
21832         * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
21833
21834 2000-07-17   Greg McGary <greg@mcgary.org>
21835
21836         * gcc.c-torture/execute/20000717-1.c: New test.
21837         * gcc.c-torture/execute/20000717-1.x: Expected to fail.
21838
21839 2000-07-15  Jakub Jelinek  <jakub@redhat.com>
21840
21841         * gcc.c-torture/execute/20000715-2.c: New test.
21842         * gcc.dg/20000715-1.c: New test.
21843
21844 2000-07-15  Michael Meissner  <meissner@redhat.com>
21845
21846         * gcc.c-torture/execute/20000715-1.c: New test.
21847
21848 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
21849
21850         * gcc.c-torture/execute/20000707-1.c: New test.
21851
21852 2000-07-13  Neil Booth  <NeilB@earthling.net>
21853
21854         * testsuite/gcc.dg/cpp/digraph1.c,
21855         testsuite/gcc.dg/cpp/digraph2.c,
21856         testsuite/gcc.dg/cpp/digraphs.c: New tests.
21857
21858 2000-07-12  David Billinghurst  <David Billinghurst@riotinto.com.au>
21859
21860         * g77.f-torture/compile/20000630-2.f:  New test.
21861         * g77.f-torture/compile/20000630-2.x
21862
21863 2000-07-11  David Billinghurst  <David.Billinghurst@riotinto.com.au>
21864
21865         * g77.f-torture/execute/20000503-1.x: Delete.  Test now passes.
21866
21867 2000-07-11  Neil Booth  <NeilB@earthling.net>
21868
21869         * gcc.dg/cpp/cmdlne-C.c: Fix typo.
21870
21871 2000-07-11  Neil Booth  <NeilB@earthling.net>
21872
21873         * gcc.dg/cpp/cmdlne-C.c: New.
21874
21875 2000-07-09  Neil Booth  <NeilB@earthling.net>
21876
21877         * gcc.dg/cpp/directiv.c: New tests.
21878         * gcc.dg/cpp/undef1.c: Update.
21879
21880 2000-07-08  Angela Marie Thomas <angela@cygnus.com>
21881
21882         * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
21883
21884 2000-07-09  Neil Booth  <NeilB@earthling.net>
21885
21886         * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
21887
21888 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
21889
21890         * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
21891         gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
21892
21893 2000-07-08  Neil Booth  <NeilB@earthling.net>
21894
21895         * gcc.dg/cpp/macsyntx.c: New tests.
21896
21897 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
21898
21899         * gcc.dg/20000707-1.c: New test.
21900
21901 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
21902
21903         * gcc.c-torture/execute/20000706-1.c: New test.
21904         * gcc.c-torture/execute/20000706-2.c: New test.
21905         * gcc.c-torture/execute/20000706-3.c: New test.
21906         * gcc.c-torture/execute/20000706-4.c: New test.
21907         * gcc.c-torture/execute/20000706-5.c: New test.
21908
21909 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
21910
21911         * g++.old-deja/g++.pt/instantiate7.C: New test.
21912
21913 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
21914
21915         * g++.old-deja/g++.mike/thunk2.C: Add return 0.
21916         * g++.old-deja/g++.mike/thunk3.C: Likewise.
21917         * g++.old-deja/g++.other/rtti3.C: Likewise.
21918         * g++.old-deja/g++.other/rttid3.C: Likewise.
21919
21920 2000-06-30  David Billinghurst  <David Billinghurst@riotinto.com.au>
21921
21922         *  g77.f-torture/compile/20000630-1.x: Fix typo
21923
21924 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
21925
21926         * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
21927         assembly output.
21928
21929 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
21930
21931         * gcc.dg/cpp/ident.c: New test.
21932
21933 2000-07-05  Neil Booth  <NeilB@earthling.net>
21934
21935         * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
21936           gcc.dg/cpp/lexstrng.c: New tests.
21937
21938 2000-07-04  Neil Booth  <NeilB@earthling.net>
21939
21940         * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
21941         * gcc.dg/cpp/strify2.c: Same.
21942
21943 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
21944
21945         * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
21946         * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
21947         * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
21948         * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
21949
21950         * testsuite/gcc.dg/cpp/macro1.c,
21951         testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
21952         testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
21953         testsuite/gcc.dg/cpp/strify1.c,
21954         testsuite/gcc.dg/cpp/strify2.c: New tests.
21955
21956 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
21957
21958         * gcc.c-torture/execute/20000703-1.c: New test.
21959
21960 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
21961
21962         * g++.old-deja/g++.pt (lookup10.C): New test.
21963
21964 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
21965
21966         * g++.old-deja/g++.pt (typename25.C): New test.
21967
21968 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org
21969
21970         * gcc.c-torture/compile/20000701-1.c: New test.
21971
21972 2000-06-30  Nick Clifton  <nickc@cygnus.com>
21973
21974         * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
21975         to test case.
21976
21977 2000-06-30  Catherine Moore  <clm@cygnus.com>
21978
21979         * gcc.c-torture/execute/align-1.c: New test.
21980
21981 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
21982
21983         * g++.old-deja/g++.pt/expr8.C: New test.
21984         * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
21985
21986 2000-06-29  Nick Clifton  <nickc@cygnus.com>
21987
21988         * gcc.c-torture/compile/20000629-1.c: New test.
21989
21990 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
21991
21992
21993         Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
21994         gcc.dg/noncompile directory, depending on whether they're
21995         preprocessor tests or not.  Annotate all the tests for the dg
21996         framework.
21997
21998         * gcc.c-torture/noncompile/noncompile.exp: Delete.
21999         * gcc.dg/noncompile/noncompile.exp: New.
22000
22001         * Moved files:
22002         Old name                                New name
22003         gcc.c-torture/noncompile/920507-1.c     gcc.dg/noncompile/920507-1.c
22004         gcc.c-torture/noncompile/920616-2.c     gcc.dg/noncompile/920616-2.c
22005         gcc.c-torture/noncompile/920721-2.c     gcc.dg/noncompile/920721-2.c
22006         gcc.c-torture/noncompile/920824-1.c     gcc.dg/noncompile/920824-1.c
22007         gcc.c-torture/noncompile/920923-1.c     gcc.dg/noncompile/920923-1.c
22008         gcc.c-torture/noncompile/921102-1.c     gcc.dg/noncompile/921102-1.c
22009         gcc.c-torture/noncompile/921116-1.c     gcc.dg/noncompile/921116-1.c
22010         gcc.c-torture/noncompile/930301-1.c     gcc.dg/noncompile/930301-1.c
22011         gcc.c-torture/noncompile/930622-1.c     gcc.dg/noncompile/930622-1.c
22012         gcc.c-torture/noncompile/930622-2.c     gcc.dg/noncompile/930622-2.c
22013         gcc.c-torture/noncompile/930714-1.c     gcc.dg/noncompile/930714-1.c
22014         gcc.c-torture/noncompile/931203-1.c     gcc.dg/noncompile/931203-1.c
22015         gcc.c-torture/noncompile/940112-1.c     gcc.dg/noncompile/940112-1.c
22016         gcc.c-torture/noncompile/940227-1.c     gcc.dg/noncompile/940227-1.c
22017         gcc.c-torture/noncompile/940510-1.c     gcc.dg/noncompile/940510-1.c
22018         gcc.c-torture/noncompile/950825-1.c     gcc.dg/noncompile/950825-1.c
22019         gcc.c-torture/noncompile/950921-1.c     gcc.dg/noncompile/950921-1.c
22020         gcc.c-torture/noncompile/951123-1.c     gcc.dg/noncompile/951123-1.c
22021         gcc.c-torture/noncompile/971104-1.c     gcc.dg/noncompile/971104-1.c
22022         gcc.c-torture/noncompile/990416-1.c     gcc.dg/noncompile/990416-1.c
22023         gcc.c-torture/noncompile/init-1.c       gcc.dg/noncompile/init-1.c
22024         gcc.c-torture/noncompile/init-2.c       gcc.dg/noncompile/init-2.c
22025         gcc.c-torture/noncompile/invalid_asm.c  gcc.dg/noncompile/invalid_asm.c
22026         gcc.c-torture/noncompile/va-arg-1.c     gcc.dg/noncompile/va-arg-1.c
22027
22028         gcc.c-torture/noncompile/940712-1.c     gcc.dg/cpp/19940712-1.c
22029         gcc.c-torture/noncompile/940712-1.h     gcc.dg/cpp/19940712-1.h
22030         gcc.c-torture/noncompile/940712-1a.h    gcc.dg/cpp/19940712-1a.h
22031         gcc.c-torture/noncompile/940712-1b.h    gcc.dg/cpp/19940712-1b.h
22032         gcc.c-torture/noncompile/951025-1.c     gcc.dg/cpp/19951025-1.c
22033         gcc.c-torture/noncompile/951227-1.c     gcc.dg/cpp/19951227-1.c
22034
22035 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
22036
22037         * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
22038         declare one variable.  On the fourth, error.
22039         * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
22040         declared by 20000628-1a.h.
22041
22042 2000-06-29  Richard Henderson  <rth@redhat.com>
22043
22044         * gcc.c-torture/execute/930529-1.x: New file.
22045         * gcc.dg/920413-1.c: Adjust expected warning text.
22046         * gcc.dg/980217-1.c: Declare abort.
22047         * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
22048
22049 2000-06-29  Jeffrey A Law  (law@cygnus.com)
22050
22051         * g77.f-torture/compile/20000629-1.f: New test.
22052         * g77.f-torture/compile/20000629-1.x: Expected to fail.
22053
22054 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
22055
22056         Rearrange lots of files, removing entirely the
22057         gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
22058         directories.
22059
22060         * Deleted files:
22061         gcc.c-torture/code_quality/code_quality.exp
22062         gcc.c-torture/special/special.exp
22063         gcc.failure/failure.exp
22064         gcc.failure/940409-1.x
22065         gcc.c-torture/compile/961203-1.x
22066
22067         * New files:
22068         gcc.misc-tests/linkage.exp
22069         gcc.c-torture/execute/920730-1t.c
22070         gcc.c-torture/execute/920730-1t.x
22071         gcc.c-torture/compile/920520-1.x
22072         gcc.c-torture/compile/920521-1.x
22073         gcc.c-torture/compile/981006-1.x
22074         gcc.c-torture/execute/eeprof-1.x
22075
22076         * Moved files (possibly with modifications to fit a new harness):
22077         Old name                                New name
22078         gcc.c-torture/code_quality/920608-1.c   gcc.c-torture/compile/920608-1.c
22079         gcc.c-torture/special/920413-1.c        gcc.dg/920413-1.c
22080         gcc.c-torture/special/920520-1.c        gcc.c-torture/compile/920520-1.c
22081         gcc.c-torture/special/920521-1.c        gcc.c-torture/compile/920521-1.c
22082         gcc.c-torture/special/920717-x.c        gcc.misc-tests/linkage-x.c
22083         gcc.c-torture/special/920717-y.c        gcc.misc-tests/linkage-y.c
22084         gcc.c-torture/special/920730-1.c        gcc.c-torture/execute/920730-1.c
22085         gcc.c-torture/special/930510-1.c        gcc.dg/cpp/19930510-1.c
22086         gcc.c-torture/special/951130-1.c        gcc.dg/951130-1.c
22087         gcc.c-torture/special/960224-1.c        gcc.dg/cpp/19960224-1.c
22088         gcc.c-torture/special/960224-2.c        gcc.dg/cpp/19960224-2.c
22089         gcc.c-torture/special/981006-1.c        gcc.c-torture/compile/981006-1.c
22090         gcc.c-torture/special/eeprof-1.c        gcc.c-torture/execute/eeprof-1.c
22091         gcc.failure/940409-1.c                  gcc.dg/940409-1.c
22092
22093 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
22094
22095         * c-torture/compile/961203-1.x: Delete.
22096
22097         * gcc.misc-tests/acker1.c: Report failure.  Use return from main,
22098         not exit. Include stdio.h.
22099         * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
22100         * gcc.misc-tests/dg-12.c: Likewise.
22101         * gcc.misc-tests/dg-5.c: Likewise.
22102         * gcc.misc-tests/dg-6.c: Likewise.
22103         * gcc.misc-tests/dg-7.c: Prototype abort.
22104         * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
22105         * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
22106         * gcc.misc-tests/matrix1.c: Report failure.  Use return from main,
22107         not exit.
22108         * gcc.misc-tests/sieve.c: Use return from main, not exit.
22109         * gcc.misc-tests/sort2.c: Use return from main, not exit.
22110
22111 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
22112
22113         * gcc.dg/cpp/20000628-1.c: New test.
22114         * gcc.dg/cpp/20000628-1.h: New header for above test.
22115         * gcc.dg/cpp/20000628-1a.h: Likewise.
22116
22117 2000-06-27  Zack Weinberg  <zack@wolery.cumb.org>
22118
22119         * gcc.dg/cpp: New directory.
22120         * gcc.dg/cpp/cpp.exp: New driver.
22121         * gcc.dg/cpp/20000627-1.c: New test.
22122         * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
22123         * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
22124         and rewrite as a compilation test.
22125
22126         * gcc.dg: Move many files into the cpp subdirectory, possibly
22127         renaming or editing them as well.
22128         Old name                New name
22129         990119-1.c              cpp/19990119-1.c
22130         990228-1.c              cpp/19990228-1.c
22131         990407-1.c              cpp/19990407-1.c
22132         990409-1.c              cpp/19990409-1.c
22133         990413-1.c              cpp/19990413-1.c
22134         990703-1.c              cpp/19990703-1.c
22135         20000127-1.c            cpp/20000127-1.c
22136         20000129-1.c            cpp/20000129-1.c
22137         20000207-1.c            cpp/20000207-1.c
22138         20000207-2.c            cpp/20000207-2.c
22139         20000209-1.c            cpp/20000209-1.c
22140         20000209-2.c            cpp/20000209-2.c
22141         20000301-1.c            cpp/20000301-1.c
22142         20000419-1.c            cpp/20000419-1.c
22143         20000510-1.S            cpp/20000510-1.S
22144         20000519-1.c            cpp/20000519-1.c
22145         20000529-1.c            cpp/20000529-1.c
22146         20000625-1.c            cpp/20000625-1.c
22147         20000625-2.c            cpp/20000625-2.c
22148         cpp-as1.c               cpp/assert1.c
22149         cpp-as2.c               cpp/assert2.c
22150         cxx-comments-1.c        cpp/cxxcom1.c
22151         cxx-comments-2.c        cpp/cxxcom2.c
22152         endif-label.c           cpp/endif.c
22153         cpp-hash1.c             cpp/hash1.c
22154         cpp-hash2.c             cpp/hash2.c
22155         cpp-if1.c               cpp/if-1.c
22156         cpp-if2.c               cpp/if-2.c
22157         cpp-if3.c               cpp/if-3.c
22158         cpp-if4.c               cpp/if-4.c
22159         cpp-if5.c               cpp/if-5.c
22160         cpp-cond.c              cpp/if-cexp.c
22161         cpp-missingop.c         cpp/if-mop.c
22162         cpp-missingparen.c      cpp/if-mpar.c
22163         cpp-opprec.c            cpp/if-oppr.c
22164         cpp-ifparen.c           cpp/if-paren.c
22165         cpp-shortcircuit.c      cpp/if-sc.c
22166         cpp-shift.c             cpp/if-shift.c
22167         cpp-unary.c             cpp/if-unary.c
22168         cpp-li1.c               cpp/line1.c
22169         cpp-li2.c               cpp/line2.c
22170         lineno.c                cpp/line3.c
22171         lineno-2.c              cpp/line4.c
22172         cpp-mi.c                cpp/mi1.c
22173         cpp-mic.h               cpp/mi1c.h
22174         cpp-micc.h              cpp/mi1cc.h
22175         cpp-mind.h              cpp/mi1nd.h
22176         cpp-mindp.h             cpp/mi1ndp.h
22177         cpp-mix.h               cpp/mi1x.h
22178         cpp-mi2.c               cpp/mi2.c
22179         cpp-mi2a.h              cpp/mi2a.h
22180         cpp-mi2b.h              cpp/mi2b.h
22181         cpp-mi2c.h              cpp/mi2c.h
22182         cpp-mi3.c               cpp/mi3.c
22183         cpp-mi3.def             cpp/mi3.def
22184         poison-1.c              cpp/poison.c
22185         pr-impl.c               cpp/prag-imp.c
22186         cpp-redef-2.c           cpp/redef1.c
22187         cpp-redef.c             cpp/redef2.c
22188         strpaste.c              cpp/strp1.c
22189         strpaste-2.c            cpp/strp2.c
22190         cpp-tradpaste.c         cpp/tr-paste.c
22191         cpp-tradstringify.c     cpp/tr-str.c
22192         cpp-tradwarn1.c         cpp/tr-warn1.c
22193         cpp-tradwarn2.c         cpp/tr-warn2.c
22194         trigraphs.c             cpp/trigraphs.c
22195         cpp-unc1.c              cpp/unc1.c
22196         cpp-unc2.c              cpp/unc2.c
22197         cpp-unc3.c              cpp/unc3.c
22198         cpp-unc.c               cpp/unc4.c
22199         undef.c                 cpp/undef1.c
22200         undef-2.c               cpp/undef2.c
22201         cpp-wi1.c               cpp/widestr1.c
22202
22203 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
22204
22205         * lib/g++.exp (g++_include_flags): Tweak.
22206
22207 2000-06-27  H.J. Lu  <hjl@gnu.org>
22208             Loren J. Rittle  <ljrittle@acm.org>
22209
22210         * lib/g++.exp (g++_include_flags): Override libgloss.exp
22211         version with one that knows about the new gcc tree structure.
22212         (g++_link_flags): Same.
22213
22214 2000-06-26  Zack Weinberg  <zack@wolery.cumb.org>
22215
22216         * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
22217         gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
22218         case we are cross-compiling.
22219
22220         * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
22221         g++.old-deja/g++.niklas/Makefile.in,
22222         g++.old-deja/g++.niklas/configure.in,
22223         g++.old-deja/g++.other/Makefile.in,
22224         g++.old-deja/g++.other/configure.in,
22225         gcc.c-torture/code_quality/Makefile.in,
22226         gcc.c-torture/code_quality/configure.in,
22227         gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
22228         gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
22229         gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
22230         gcc.c-torture/execute/ieee/Makefile.in,
22231         gcc.c-torture/execute/ieee/configure.in,
22232         gcc.c-torture/noncompile/Makefile.in,
22233         gcc.c-torture/noncompile/configure.in,
22234         gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
22235         gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
22236         gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
22237
22238 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
22239
22240         * g++.old-deja/g++.other/ambig3.C: New test.
22241
22242 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
22243
22244         * g++.old-deja/g++.pt/syntax1.C: New test.
22245         * g++.old-deja/g++.pt/syntax2.C: New test.
22246         * g++.old-deja/g++.other/syntax3.C: New test.
22247         * g++.old-deja/g++.other/syntax4.C: New test.
22248
22249 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
22250
22251         * gcc.dg/20000623-1.c: Prototype exit and abort.
22252
22253 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
22254
22255         * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
22256         New tests.
22257         * gcc.dg/cpp-mi3.def: New file.
22258
22259         * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
22260         inside assertions.
22261         * gcc.dg/cpp-as2.c: Make error regexps match either old or new
22262         lexer's error messages.
22263         * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
22264         divine anything from the linemarkers.
22265         * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
22266         * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
22267
22268 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
22269
22270         * gcc.dg/20000623-1.c: New test.
22271
22272 2000-06-22  Jakub Jelinek  <jakub@redhat.com>
22273
22274         * gcc.c-torture/execute/20000622-1.c: New test.
22275
22276 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
22277
22278         * g++.old-deja/g++.other/init15.C: New test.
22279
22280 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
22281
22282         * g++.old-deja/g++.pt/vaarg2.C: New test.
22283         * g++.old-deja/g++.pt/vaarg3.C: New test.
22284
22285 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
22286
22287         * g++.old-deja/g++.other/dyncast6.C: New test.
22288
22289 2000-06-15  Jakub Jelinek  <jakub@redhat.com>
22290
22291         * gcc.c-torture/execute/loop-6.c: New test.
22292
22293 2000-06-14  Jakub Jelinek  <jakub@redhat.com>
22294
22295         * gcc.dg/20000614-1.c: New test.
22296         * gcc.dg/20000614-2.c: New test.
22297
22298 2000-06-14  Hans-Peter Nilsson  <hp@axis.com>
22299
22300         * g++.old-deja/g++.other/inline12.C: New test.
22301
22302 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
22303
22304         * g++.old-deja/g++.other/eh1.C: New test.
22305
22306 2000-06-12  Jakub Jelinek  <jakub@redhat.com>
22307
22308         * g++.old-deja/g++.other/type.C: New test.
22309
22310 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
22311
22312         * g++.old-deja/g++.other/initstring.C: New test.
22313
22314 2000-06-12  Jason Merrill  <jason@redhat.com>
22315
22316         * g++.old-deja/old-deja.exp: Add -Wno-long-long.
22317
22318 2000-06-09  Jeffrey A Law  (law@cygnus.com)
22319
22320         * gcc.c-torture/compile/20000609-1.c: New test.
22321
22322 2000-06-09  Clinton Popetz  <cpopetz@cygnus.com>
22323
22324         * gcc.dg/20000609-1.c: New test.
22325
22326 2000-06-08  Zack Weinberg  <zack@wolery.cumb.org>
22327
22328         * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
22329         * gcc.c-torture/noncompile/poison-1.c: Move...
22330         * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
22331         * gcc.dg/cpp-li1.c: Add a token after the #line.
22332
22333 2000-06-05  Richard Henderson  <rth@cygnus.com>
22334
22335         * gcc.c-torture/execute/20000605-2.c: New test.
22336         * gcc.c-torture/execute/20000605-3.c: New test.
22337
22338 2000-06-06  David Billinghurst  <David Billinghurst@riotinto.com.au>
22339
22340         * g77.f-torture/execute/20000503-1.x: New file.
22341
22342 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
22343
22344         * g++.old-deja/g++.eh/badalloc1.C: New test.
22345
22346 2000-06-05  Richard Henderson  <rth@cygnus.com>
22347
22348         * gcc.c-torture/execute/20000605-1.c: New test.
22349
22350 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
22351             Nathan Sidwell <nathan@codesourcery.com>
22352
22353         * gcc.c-torture/compile/20000605-1.c: New test.
22354
22355 2000-06-03  David Billinghurst  <David Billinghurst@riotinto.com.au>
22356
22357         * g77.f-torture/compile/20000601-1.f:  New test.
22358
22359 2000-06-03  Richard Henderson  <rth@cygnus.com>
22360
22361         * gcc.c-torture/execute/20000603-1.c: New.
22362
22363 2000-06-02  Zack Weinberg  <zack@wolery.cumb.org>
22364
22365         * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
22366         * gcc.dg/noreturn-2.c (noreturn): Likewise.
22367
22368 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
22369
22370         * gcc.dg/compare2.c (case 12): XFAIL.
22371         * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
22372         * gcc.dg/noreturn-2.c (noreturn): XFAIL.
22373
22374         * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
22375
22376 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
22377
22378         * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
22379         guard macro is already defined when the header is first
22380         included.
22381         * gcc.dg/cpp-mix.h: New file.
22382         * gcc.dg/endif-label.c: Update patterns to match compiler.
22383
22384         * g++.brendan/complex1.C: Declare abort.
22385         * g++.law/refs4.C: Remove XFAIL.
22386         * g++.oliva/expr2.C: Declare abort and exit.
22387
22388 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
22389
22390         * gcc.c-torture/execute/20000528-1.c: New test.
22391
22392         * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
22393         * g++.old-deja/g++.law/temps4.C: Likewise.
22394
22395         * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
22396         stdlib.h.  Call abort() on failure.
22397         * g++.old-deja/g++.law/refs4.C: Likewise.
22398         * g++.old-deja/g++.law/temps4.C: Likewise.
22399         * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
22400         * gcc.c-torture/execute/20000112-1.c: Include string.h.
22401
22402 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
22403
22404         Relative to g++.dg/special:
22405         * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
22406
22407         Relative to g++.old-deja:
22408         * g++.brendan/complex1.C, g++.jason/optimize2.C,
22409         g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
22410         g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
22411         g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
22412         g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
22413         g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
22414         g++.robertl/ice990323-2.C: Prototype exit and/or abort.
22415
22416         * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
22417         g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
22418         g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
22419         g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
22420         g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
22421         g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
22422         and/or string.h.
22423
22424         * g++.other/goto1.C: Update expectations for error messages.
22425
22426 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
22427
22428         * gcc.c-torture/compile/20000523-1.c: New test.
22429
22430 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
22431
22432         * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
22433
22434 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
22435
22436         * g++.old-deja/g++.eh/catch11.C: New test.
22437         * g++.old-deja/g++.eh/catch12.C: New test.
22438
22439 2000-05-24  Nick Clifton  <nickc@cygnus.com>
22440
22441         * gcc.c-torture/execute/20000523-1.c: New test.
22442
22443 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
22444
22445         * c-torture/execute/bcp-1.c: Replace abort in arg of
22446         __builtin_constant_p with a generic external function.
22447
22448         * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
22449         gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
22450         gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
22451         gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
22452         Prototype abort and/or exit.
22453
22454         * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
22455         gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
22456         gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
22457         gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
22458
22459 2000-05-22  Alexandre Oliva  <aoliva@cygnus.com>
22460
22461         * gcc.dg/dwarf2-1.c: New test.
22462
22463 2000-05-20  Richard Henderson  <rth@cygnus.com>
22464
22465         * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
22466
22467 2000-05-20  Andreas Jaeger  <aj@suse.de>
22468
22469         * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
22470         testcase.
22471
22472 2000-05-19  David Edelsohn  <edelsohn@gnu.org>
22473
22474         * gcc.c-torture/execute/20000519-2.c: New test.
22475
22476 2000-05-19  Andreas Jaeger  <aj@suse.de>
22477
22478         * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
22479         which fails with SSA.
22480
22481         * lib/c-torture.exp: Also test with -O3 -fssa.
22482
22483 2000-05-18  Michael Meissner  <meissner@redhat.com>
22484
22485         * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
22486         * gcc.c-torture/execute/920415-1.c: Ditto.
22487         * gcc.c-torture/execute/920501-1.c: Ditto.
22488         * gcc.c-torture/execute/conversion.c: Ditto.
22489         * gcc.c-torture/execute/cvt-1.c: Ditto.
22490
22491 2000-05-18  Jeffrey A Law  (law@cygnus.com)
22492
22493         * gcc.c-torture/compile/20000518-1.c: New test.
22494
22495 2000-05-18  David Billinghurst  <David.Billinghurst@riotinto.com.au>
22496
22497         * g77.f-torture/compile/200005018.f:  New test.
22498
22499 2000-05-17  Jeffrey A Law  (law@cygnus.com)
22500
22501         * gcc.c-torture/compile/20000517-1.c: New test.
22502
22503 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
22504
22505         * gcc.c-torture/execute/20000516-1.c: New test.
22506
22507 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
22508
22509         * g++.old-deja/g++.other/eh.C: New test.
22510
22511 2000-05-12  Richard Henderson  <rth@cygnus.com>
22512
22513         * gcc.c-torture/execute/990208-1.c (main): Don't pass
22514         constants through to doit's conditional.
22515
22516 2000-05-11  Jeffrey A Law  (law@cygnus.com)
22517
22518         * gcc.c-torture/compile/20000511-1.c: New test.
22519         * g77.f-torture/compile/20000511-1.f: New test.
22520         * g77.f-torture/compile/20000511-2.f: New test.
22521
22522 2000-05-11  Michael Meissner  <meissner@redhat.com>
22523
22524         * gcc.c-torture/execute/20000511-1.c: New test.
22525
22526 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
22527
22528         * gcc.dg/dg.exp: Scan .S files as well as .c files.
22529         * gcc.dg/20000510-1.S: New.
22530
22531 2000-05-08  Catherine Moore  <clm@cygnus.com>
22532
22533         * gcc.dg/unused-3.c: New.
22534
22535 2000-05-06  Richard Henderson  <rth@cygnus.com>
22536
22537           * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
22538           * g++.old-deja/g++.mike/warn1.C: Likewise.
22539           * g++.old-deja/g++.pt/local1.C: Likewise.
22540           * g++.old-deja/g++.pt/local7.C: Likewise.
22541           * g++.old-deja/g++.pt/spec16.C: Likewise.
22542
22543 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
22544
22545         * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
22546
22547 2000-05-05  David Billinghurst  <David Billinghurst@riotinto.com.au>
22548
22549           * g77.f-torture/execute/20000503-1.f:  New test.
22550
22551 2000-05-04  Andreas Jaeger  <aj@suse.de>
22552
22553         * gcc.dg/noreturn-2.c: New test.
22554
22555 2000-05-04  Neil Booth  <NeilB@earthling.net>
22556
22557         * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
22558         preprocessor.
22559
22560 2000-05-04  Richard Henderson  <rth@cygnus.com>
22561
22562         * gcc.c-torture/execute/20000503-1.c: Fix typo.
22563
22564 2000-05-04  Richard Henderson  <rth@cygnus.com>
22565
22566         * gcc.c-torture/compile/20000504-1.c: New test.  Derived from
22567         OpenSSL by Jason R Thorpe.
22568
22569 2000-05-03  Jim Wilson  <wilson@cygnus.com>
22570
22571         * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
22572
22573 2000-05-03  Robert Lipe <robertlipe@usa.net>
22574
22575         * gcc.dg/20000503-1.c: New test.
22576
22577 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
22578
22579         * gcc.c-torture/compile/20000502-1.c: New test.
22580         * g++.old-deja/g++.other/align.C: New test.
22581         * gcc.dg/cpp-tradstringify.c: New test.
22582
22583 Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
22584
22585         * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
22586         and hard registers.
22587
22588 2000-04-26  Geoff Keating  <geoffk@cygnus.com>
22589
22590         * gcc.c-torture/execute/loop-5.c: New test.
22591
22592 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
22593
22594         * gcc.c-torture/execute/va-arg-20.c: New test.
22595
22596 2000-04-23  Jeffrey A Law  (law@cygnus.com)
22597
22598         * gcc.c-torture/execute/20000422-1.c: New test.
22599
22600 2000-04-20  Greg McGary  <gkm@gnu.org>
22601
22602         * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
22603         when optimizing, but without sibling-call optimizations (-O1).
22604
22605 2000-04-20  Jeffrey A Law  (law@cygnus.com)
22606
22607           * gcc.c-torture/compile/20000420-1.c: New test.
22608
22609 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
22610
22611         * g++.abi/ptrflags.C: New test.
22612         * g++.eh/catchptr1.C: Test incomplete pointer chains.
22613
22614 2000-04-19  Catherine Moore  <clm@cygnus.com>
22615
22616         * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
22617
22618 2000-04-19  Greg McGary  <gkm@gnu.org>
22619
22620         * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
22621         sibling-call optimizations.
22622
22623 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
22624
22625         * gcc.dg/20000419-1.c: New test.
22626
22627 2000-04-12  Hans-Peter Nilsson  <hp@axis.com>
22628
22629         * gcc.c-torture/execute/20000412-6.c: New test.
22630
22631 2000-04-12  Jeffrey A Law  (law@cygnus.com)
22632
22633         * gcc.c-torture/execute/20000412-5.c: New test.
22634         * g77.f-torture/compile/20000412-1.f: New test.
22635         * gcc.c-torture/execute/20000412-4.c: New test.
22636         * gcc.c-torture/compile/20000412-2.c: New test.
22637         * gcc.c-torture/execute/20000412-3.c: New test.
22638         * gcc.c-torture/compile/20000412-1.c: New test.
22639         * gcc.c-torture/execute/20000412-2.c: New test.
22640
22641 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
22642
22643         * objc/execute/bf-20.m: New test.
22644
22645 2000-04-10  Richard Henderson  <rth@cygnus.com>
22646
22647         * gcc.c-torture/execute/20000412-1.c: Reduce some more.
22648
22649         * gcc.c-torture/execute/20000412-1.c: New test.
22650
22651 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
22652
22653         * g++.old-deja/g++.eh/catchptr1.C: New test.
22654
22655 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
22656
22657         * g++.old-deja/g++.abi/cxa_vec.C: New test.
22658
22659 2000-04-08  Neil Booth  <NeilB@earthling.net>
22660
22661         * gcc.dg/cpp-nullchar.c: Remove test as
22662         embedded nulls cause problems.
22663
22664 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22665
22666         * gcc.dg/compare2.c: New test.
22667
22668 2000-04-08  Neil Booth  <NeilB@earthling.net>
22669
22670         * gcc.dg/cpp-nullchar.c: New test.
22671
22672 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
22673
22674         * gcc.dg/cpp-mi2.c: New test.
22675         * gcc.dg/cpp-mi2[abc].h: New files.
22676
22677 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
22678
22679         * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
22680         member name.
22681
22682 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
22683
22684         * g++.old-deja/g++.abi/vmihint.C: New test.
22685
22686 2000-04-06  Neil Booth  <NeilB@earthling.net>
22687
22688         * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
22689         cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c:  Add FSF
22690         copyright.
22691
22692 2000-04-05  Hans-Peter Nilsson  <hp@axis.com>
22693
22694         * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
22695         avoid stack-frame overwrite.
22696
22697 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
22698
22699         * gcc.c-torture/compile/20000405-2.c: New test.
22700         * gcc.c-torture/compile/20000405-3.c: New test.
22701
22702 2000-04-05  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
22703
22704         * gcc.c-torture/compile/20000405-1.c: New test.
22705
22706 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
22707
22708         * gcc.dg/cast-qual-1.c: Revert last change.
22709
22710 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22711
22712         * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
22713
22714 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
22715
22716         * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
22717         gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
22718
22719 2000-04-03  Jeffrey A Law  (law@cygnus.com)
22720
22721         * gcc.c-torture/compile/20000403-2.c: New test.
22722         * gcc.c-torture/compile/20000403-1.c: New test.
22723
22724 2000-04-03  Hans-Peter Nilsson  <hp@axis.com>
22725
22726         * gcc.c-torture/execute/20000403-1.c: New test.
22727
22728 2000-04-03  Geoff Keating  <geoffk@cygnus.com>
22729
22730         * gcc.c-torture/execute/20000402-1.c: New test.
22731
22732 2000-04-03  Donald Lindsay  <dlindsay@cygnus.com>
22733
22734         * gcc.c-torture/execute/va-arg-15.c: New test.
22735         * gcc.c-torture/execute/va-arg-16.c: New test.
22736         * gcc.c-torture/execute/va-arg-17.c: New test.
22737         * gcc.c-torture/execute/va-arg-18.c: New test.
22738         * gcc.c-torture/execute/va-arg-19.c: New test.
22739
22740 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
22741
22742         * gcc.c-torture/compile/981211-1.c: Move to...
22743         * gcc.dg/cpp-as1.c: ...here.
22744         * gcc.dg/cpp-as2.c: New file.
22745
22746         * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
22747         compiler.
22748
22749 2000-04-02  Neil Booth  <NeilB@earthling.net>
22750
22751         * gcc.dg/cpp-cond.c  New tests.
22752         * gcc.dg/cpp-ifparen.c New tests.  Amend existing tests to make
22753         accidental success less likely.
22754         * gcc.dg/cpp-missingop.c  New tests.
22755         * gcc.dg/cpp-missingparen.c  New tests.
22756         * gcc.dg/cpp-shift.c  New tests.
22757         * gcc.dg/cpp-shortcircuit.c  New tests.
22758         * gcc.dg/cpp-unary.c  New tests.
22759
22760 2000-03-29  Jeffrey A Law  (law@cygnus.com)
22761
22762         * gcc.c-torture/compile/20000329-1.c: New test.
22763
22764 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
22765
22766         * gcc.c-torture/compile/20000326-1.c: New test.
22767         * gcc.c-torture/compile/20000326-2.c: New test.
22768
22769 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
22770
22771         * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
22772         the first parameter is a function argument.
22773
22774 2000-03-23  Nathan Sidwell  <nathan@codesourcery.com>
22775
22776         * g++.old-deja/g++.ext/array4.C: New test.
22777
22778 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
22779
22780         * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
22781
22782 2000-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22783
22784         * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
22785
22786 2000-03-19  Richard Henderson  <rth@cygnus.com>
22787
22788         * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
22789
22790 2000-03-19  Richard Henderson  <rth@cygnus.com>
22791
22792         * gcc.c-torture/compile/20000319-1.c: New test.
22793
22794 2000-03-14  Jeffrey A Law  (law@cygnus.com)
22795
22796         * gcc.c-torture/execute/20000314-3.c: New test.
22797         * gcc.c-torture/execute/20000314-2.c: New test.
22798         * gcc.c-torture/execute/20000314-1.c: New test.
22799         * gcc.c-torture/compile/20000314-2.c: New test.
22800         * gcc.c-torture/compile/20000314-1.c: New test.
22801
22802 2000-03-13  Nathan Sidwell  <nathan@codesourcery.com>
22803
22804         * g++.old-deja/g++.warn/inline.C: New test.
22805
22806 2000-03-10  Hans-Peter Nilsson  <hp@bitrange.com>
22807
22808         * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
22809         standards-compliant result rather than specific constants.
22810         Put test-values in array.
22811
22812 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
22813
22814         * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
22815         (g++_target_compile): Put test-specific options last.
22816
22817 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
22818
22819         * g++.old-deja/g++.eh/vbase4.C: New test.
22820
22821 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
22822
22823         * g++.old-deja/g++.bugs/900215_01.C: Adjust.
22824
22825 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
22826
22827         * g++.old-deja/g++.brendan/misc12.C: Removed.
22828         * g++.old-deja/g++.pt/memtemp77.C: Constify.
22829         * g++.old-deja/g++.ext/pretty4.C: New test.
22830
22831 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
22832
22833         * g++.old-deja/g++.other/string2.C: New test.
22834
22835 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
22836
22837         * g++.old-deja/g++.warn/impint2.C: New test.
22838
22839 2000-03-05  Hans-Peter Nilsson  <hp@bitrange.com>
22840
22841         * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
22842         is 1, not zero.
22843
22844 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
22845
22846         * g++.old-deja/g++.warn/impint.C: New test.
22847         * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
22848         * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
22849         * g++.old-deja/g++.pt/explicit12.C: Likewise.
22850         * g++.old-deja/g++.pt/explicit13.C: Likewise.
22851         * g++.old-deja/g++.pt/explicit17.C: Likewise.
22852         * g++.old-deja/g++.pt/explicit18.C: Likewise.
22853         * g++.old-deja/g++.pt/explicit19.C: Likewise.
22854         * g++.old-deja/g++.pt/explicit23.C: Likewise.
22855         * g++.old-deja/g++.pt/explicit31.C: Likewise.
22856         * g++.old-deja/g++.pt/explicit35.C: Likewise.
22857         * g++.old-deja/g++.pt/explicit6.C: Likewise.
22858         * g++.old-deja/g++.pt/memclass7.C: Likewise.
22859
22860 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
22861
22862         * gcc.dg/cpp-redef.c: New test.
22863
22864 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
22865
22866         * g++.old-deja/g++.pt/unify7.C: New test.
22867
22868 2000-02-26  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
22869
22870         * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
22871         * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
22872
22873 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
22874
22875         * gcc.c-torture/compile/20000224-1.c: New test.
22876
22877 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
22878
22879         * gcc.c-torture/compile/cpp-2.c: New test.
22880         * gcc.c-torture/compile/cpp-1.c: New test.
22881
22882 2000-02-25  Jeffrey A Law  (law@cygnus.com)
22883
22884         * gcc.c-torture/execute/20000225-1.c: New test.
22885
22886 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
22887
22888         * gcc.dg/cpp-li2.c: New test.
22889
22890         * gcc.dg/cpp-wi1.c: New test.
22891
22892         * gcc.dg/cpp-li1.c: New test.
22893
22894 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
22895
22896         * g++.old-deja/g++.other/sizeof5.C: New test.
22897
22898 2000-02-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
22899
22900         * gcc.c-torture/execute/va-arg-13.c: New test.
22901
22902 2000-02-23  Donald Lindsay  <dlindsay@cygnus.com>
22903
22904         * gcc.c-torture/execute/va-arg-12.c: New test.
22905
22906 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
22907
22908         * gcc.c-torture/execute/20000223-1.c: New test.
22909
22910 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
22911
22912         * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
22913
22914 2000-02-22  Mark Mitchell  <mark@codesourcery.com>
22915
22916         * g++.old-deja/g++.abi/ptrmem.C: New test.
22917
22918 2000-02-19  Richard Henderson  <rth@cygnus.com>
22919
22920         * gcc.c-torture/compile/init-3.c: New.
22921
22922 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
22923
22924         * lib/g++.exp (g++_init): Add -fmessage-length=0 to
22925         ALWAYS_CXXFLAGS.
22926
22927 2000-02-11  Robert Lipe <robertl@sco.com>
22928
22929         * gcc.c-torture/compile/20000211-3.c: New test.
22930
22931 2000-02-11  Martin Buchholz <martin@xemacs.org>
22932
22933         * gcc.c-torture/compile/20000211-2.c: New test.
22934
22935 2000-02-11  Jeffrey A Law  (law@cygnus.com)
22936
22937         * gcc.c-torture/compile/20000211-1.c: New test.
22938
22939 2000-02-09  Jonathan Larmour  <jlarmour@redhat.co.uk>
22940
22941         * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
22942           on native targets
22943
22944 2000-02-08  Nathan Sidwell  <nathan@acm.org>
22945
22946         * g++.old-deja/g++.other/cast5.C: New test.
22947
22948 2000-02-05  Alan Modra  <alan@SPRI.Levels.UniSA.Edu.Au>
22949
22950         * gcc.c-torture/execute/20000205-1.c: New.
22951
22952 2000-02-03  Nathan Sidwell  <nathan@acm.org>
22953
22954         * g++.old-deja/g++.jason/cast3.C: Return void.
22955         * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
22956
22957 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
22958
22959         * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
22960
22961         * gcc.dg/loop-1.c: New test.
22962
22963 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
22964
22965         * gcc.c-torture/compile/20000127-1.c: New test.
22966         * gcc.c-torture/execute/991228-1.c: New test.
22967
22968 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
22969
22970         * gcc.dg/unused-2.c: New test.
22971
22972         * gcc.dg/conv-1.c: New test.
22973
22974 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
22975
22976         * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
22977         compiler.
22978         (tool_option_proc): Fix typo.
22979
22980 2000-01-24  Geoff Keating  <geoffk@cygnus.com>
22981
22982         * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
22983         of the ld on the host, not on the build machine.
22984         Also, don't crash if '--help' is not a supported option.
22985
22986 2000-01-24  Richard Henderson  <rth@cygnus.com>
22987
22988         * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
22989
22990 2000-01-20  Jeffrey A Law  (law@cygnus.com)
22991
22992         * gcc.c-torture/execute/20000120-2.c: New test.
22993         * gcc.c-torture/execute/20000120-1.c: New test.
22994
22995 2000-01-13  Jeffrey A Law  (law@cygnus.com)
22996
22997         * gcc.c-torture/execute/20000113-1.c: New test.
22998
22999 2000-01-12  Jeffrey A Law  (law@cygnus.com)
23000
23001         * gcc.c-torture/execute/20000112-1.c: New test.
23002
23003 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
23004
23005         * gcc.dg/20000111-1.c: New test.
23006
23007 2000-01-10  Jeffrey A Law  (law@cygnus.com)
23008
23009         * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
23010         with 16 bit integers.
23011
23012 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
23013
23014         * gcc.dg/20000108-1.c: New test.
23015
23016 2000-01-05  Nathan Sidwell  <nathan@acm.org>
23017
23018         * g++.old-deja/g++.ns/koenig8.C: New test.
23019
23020 2000-01-05  Nathan Sidwell  <nathan@acm.org>
23021
23022         * g++.old-deja/g++.other/cast4.C: New test.
23023
23024 2000-01-05  Jeffrey A Law  (law@cygnus.com)
23025
23026         * gcc.c-torture/compile/20000105-2.c: New test.
23027         * gcc.c-torture/compile/20000105-1.c: New test.
23028
23029 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23030
23031         * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
23032         references to printf & atoi to conform to ANSI standard.
23033         * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
23034         * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
23035         * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
23036         * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
23037         * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
23038         * g++.old-deja/g++.brendan/complex1.C: Likewise.
23039         * g++.old-deja/g++.brendan/copy1.C: Likewise.
23040         * g++.old-deja/g++.brendan/copy2.C: Likewise.
23041         * g++.old-deja/g++.brendan/copy3.C: Likewise.
23042         * g++.old-deja/g++.brendan/copy4.C: Likewise.
23043         * g++.old-deja/g++.brendan/copy5.C: Likewise.
23044         * g++.old-deja/g++.brendan/copy6.C: Likewise.
23045         * g++.old-deja/g++.brendan/copy7.C: Likewise.
23046         * g++.old-deja/g++.brendan/copy8.C: Likewise.
23047         * g++.old-deja/g++.brendan/crash11.C: Likewise.
23048         * g++.old-deja/g++.brendan/crash14.C: Likewise.
23049         * g++.old-deja/g++.brendan/ctors1.C: Likewise.
23050         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
23051         * g++.old-deja/g++.brendan/delete2.C: Likewise.
23052         * g++.old-deja/g++.brendan/dtors1.C: Likewise.
23053         * g++.old-deja/g++.brendan/dtors2.C: Likewise.
23054         * g++.old-deja/g++.brendan/dtors3.C: Likewise.
23055         * g++.old-deja/g++.brendan/eh1.C: Likewise.
23056         * g++.old-deja/g++.brendan/groff1.C: Likewise.
23057         * g++.old-deja/g++.brendan/init3.C: Likewise.
23058         * g++.old-deja/g++.brendan/misc12.C: Likewise.
23059         * g++.old-deja/g++.brendan/misc7.C: Likewise.
23060         * g++.old-deja/g++.brendan/new2.C: Likewise.
23061         * g++.old-deja/g++.brendan/operators4.C: Likewise.
23062         * g++.old-deja/g++.brendan/operators5.C: Likewise.
23063         * g++.old-deja/g++.brendan/overload2.C: Likewise.
23064         * g++.old-deja/g++.brendan/overload7.C: Likewise.
23065         * g++.old-deja/g++.brendan/redecl2.C: Likewise.
23066         * g++.old-deja/g++.brendan/reference1.C: Likewise.
23067         * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
23068         * g++.old-deja/g++.brendan/template24.C: Likewise.
23069         * g++.old-deja/g++.brendan/template3.C: Likewise.
23070         * g++.old-deja/g++.brendan/vtables1.C: Likewise.
23071         * g++.old-deja/g++.jason/inline3.C: Likewise.
23072         * g++.old-deja/g++.jason/opeq.C: Likewise.
23073         * g++.old-deja/g++.law/arg5.C: Likewise.
23074         * g++.old-deja/g++.law/arm7.C: Likewise.
23075         * g++.old-deja/g++.law/ctors11.C: Likewise.
23076         * g++.old-deja/g++.law/cvt8.C: Likewise.
23077         * g++.old-deja/g++.law/init9.C: Likewise.
23078         * g++.old-deja/g++.law/refs4.C: Likewise.
23079         * g++.old-deja/g++.law/template2.C: Likewise.
23080         * g++.old-deja/g++.law/visibility24.C: Likewise.
23081         * g++.old-deja/g++.law/vtable3.C: Likewise.
23082         * g++.old-deja/g++.mike/asm2.C: Likewise.
23083         * g++.old-deja/g++.mike/eh1.C: Likewise.
23084         * g++.old-deja/g++.mike/misc1.C: Likewise.
23085         * g++.old-deja/g++.mike/misc13.C: Likewise.
23086         * g++.old-deja/g++.mike/misc14.C: Likewise.
23087         * g++.old-deja/g++.mike/ns12.C: Likewise.
23088         * g++.old-deja/g++.mike/p1248.C: Likewise.
23089         * g++.old-deja/g++.mike/p3708.C: Likewise.
23090         * g++.old-deja/g++.mike/p3708a.C: Likewise.
23091         * g++.old-deja/g++.mike/p3708b.C: Likewise.
23092         * g++.old-deja/g++.mike/p646.C: Likewise.
23093         * g++.old-deja/g++.mike/p700.C: Likewise.
23094         * g++.old-deja/g++.mike/p783.C: Likewise.
23095         * g++.old-deja/g++.mike/p783a.C: Likewise.
23096         * g++.old-deja/g++.mike/p783b.C: Likewise.
23097         * g++.old-deja/g++.mike/p786.C: Likewise.
23098         * g++.old-deja/g++.mike/p789.C: Likewise.
23099         * g++.old-deja/g++.mike/p789a.C: Likewise.
23100         * g++.old-deja/g++.mike/p807a.C: Likewise.
23101         * g++.old-deja/g++.other/delete3.C: Likewise.
23102         * g++.old-deja/g++.other/dyncast1.C: Likewise.
23103         * g++.old-deja/g++.other/dyncast2.C: Likewise.
23104         * g++.old-deja/g++.other/dyncast3.C: Likewise.
23105         * g++.old-deja/g++.other/empty1.C: Likewise.
23106         * g++.old-deja/g++.other/temporary1.C: Likewise.
23107         * g++.old-deja/g++.pt/memtemp14.C: Likewise.
23108         * g++.old-deja/g++.pt/t16.C: Likewise.
23109         * g++.old-deja/g++.pt/tiemann2.C: Likewise.
23110
23111 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
23112
23113         * gcc.dg/991230-1.c: New test.
23114
23115 1999-12-29  Jeffrey A Law  (law@cygnus.com)
23116
23117         * gcc.c-torture/compile/991229-3.c: New test.
23118         * gcc.c-torture/compile/991229-2.c: New test.
23119         * gcc.c-torture/compile/991229-1.c: New test.
23120
23121 1999-12-29  Greg McGary <gkm@eng.ascend.com>
23122
23123         * gcc.c-torture/compile/labels-2.c: New test.
23124
23125 1999-12-27  Martin von Löwis  <loewis@informatik.hu-berlin.de>
23126
23127         * gcc.c-torture/execute/991227-1.c: New test.
23128
23129 1999-12-22  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
23130
23131         * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
23132
23133 1999-12-21  Martin von Löwis  <loewis@informatik.hu-berlin.de>
23134
23135         * gcc.c-torture/execute/991221-1.c: New test.
23136
23137 1999-12-20  Nathan Sidwell  <nathan@acm.org>
23138
23139         * g++.old-deja/g++.other/cast3.C: New test.
23140
23141 1999-12-16  Bernd Schmidt  <bernds@cygnus.co.uk>
23142
23143         * gcc.c-torture/execute/991216-4.c: New test.
23144
23145 1999-12-16  Michael Meissner  <meissner@cygnus.com>
23146
23147         * gcc.c-torture/execute/991216-1.c: New test.
23148         * gcc.c-torture/execute/991216-2.c: New test.
23149         * gcc.c-torture/execute/991216-3.c: New test.
23150
23151 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
23152
23153         * gcc.dg/991214-1.c: Use "__asm__", not "asm".
23154         Actually make the test fail by using "-O2" for compilation.
23155
23156 1999-12-15  Nathan Sidwell  <nathan@acm.org>
23157
23158         * g++.old-deja/g++.warn/cast-align1.C: New test.
23159
23160 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
23161
23162         * gcc.c-torture/compile/991214-1.c: New test.
23163         * gcc.c-torture/compile/991214-2.c: New test.
23164
23165 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
23166
23167         * gcc.dg/991214-1.c: New test.
23168
23169 1999-12-13  Jeffrey A Law  (law@cygnus.com)
23170
23171         * gcc.c-torture/compile/991213-3.c: New test.
23172         * gcc.c-torture/compile/991213-2.c: New test.
23173         * gcc.c-torture/compile/991213-1.c: New test.
23174
23175 1999-12-10  J"orn Rennecke <amylaar@cygnus.co.uk>
23176
23177         * gcc.dg/991209-1.c: New test.
23178
23179 1999-12-08  Nathan Sidwell <nathan@acm.org>
23180
23181         * gcc.c-torture/compile/991208-1.c: New test.
23182
23183 1999-12-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
23184
23185         * gcc.dg/ultrasp2.c: New test.
23186
23187 1999-12-05  Alex Samuel  <samuel@codesourcery.com>
23188
23189         * g++.old-deja/g++.abi/align.C (main): Fix typo.
23190
23191 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
23192
23193         * gcc.c-torture/compile/991202-1.c: New test.
23194         * gcc.c-torture/execute/991202-1.c: New test.
23195         * gcc.c-torture/execute/991202-2.c: New test.
23196         * gcc.c-torture/execute/991202-3.c: New test.
23197
23198 1999-12-02  Alex Samuel  <samuel@codesourcery.com>
23199
23200         * g++.old-deja/g++.abi/align.C: New test.
23201         * g++.old-deja/g++.abi/aggregates.C: Likewise.
23202         * g++.old-deja/g++.abi/bitfields.C: Likewise.
23203
23204 1999-12-01  Richard Henderson  <rth@cygnus.com>
23205
23206         * gcc.c-torture/execute/991201-1.c: New.
23207
23208 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
23209
23210         * gcc.dg/991129-1.c: New test.
23211
23212 1999-11-27  Bernd Schmidt  <bernds@cygnus.co.uk>
23213
23214         * gcc.c-torture/compile/991127-1.c: New test.
23215
23216 1999-11-22  Nathan Sidwell  <nathan@acm.org>
23217
23218         * g++.old-deja/g++.other/warn4.C: New test.
23219
23220 1999-11-22  Nathan Sidwell  <nathan@acm.org>
23221
23222         * g++.old-deja/g++.eh/cleanup2.C: New test.
23223         * g++.old-deja/g++.ext/pretty2.C: New test.
23224         * g++.old-deja/g++.ext/pretty3.C: New test.
23225         * g++.old-deja/g++.other/debug6.C: New test.
23226
23227 1999-10-20  Jim Wilson  <wilson@cygnus.com>
23228
23229         * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
23230         compiler_output to look for one error message instead of two.
23231
23232 1999-11-19  Geoffrey Keating  <geoffk@cygnus.com>
23233
23234         * gcc.c-torture/execute/991118-1.c: Also test case
23235         where the word boundary does not split a byte evenly.
23236
23237 1999-11-19  Nathan Sidwell  <nathan@acm.org>
23238
23239         * g++.old-deja/g++.ext/restrict1.C: New test.
23240
23241 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
23242
23243         * gcc.c-torture/execute/991118-1.c: New test.
23244
23245 1999-11-16  Geoffrey Keating  <geoffk@cygnus.com>
23246
23247         * g77.f-torture/execute/u77-test.f (wd): Allow for longer
23248         working directory pathnames.
23249
23250 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
23251
23252         * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
23253         host is equipped with driver.h and driver.o so it can actually
23254         compile and run the tests.
23255
23256 1999-10-08  Bernd Schmidt  <bernds@cygnus.co.uk>
23257
23258         * gcc.c-torture/compile/991008-1.c: New test.
23259
23260 1999-11-08  Nick Clifton  <nickc@cygnus.com>
23261
23262         * lib/gcc-dg.exp: Include target-supports.exp
23263
23264 1999-11-05  Nick Clifton  <nickc@cygnus.com>
23265
23266         * lib/target-supports.exp: New file: Provide procs to test for
23267         features supported by the target.
23268         (check_weak_available): Moved here from ecos.exp.
23269         (check_alias_available): New proc: Determine of the target
23270         toolchain supports the alias attribute.
23271
23272         * gcc.dg/special/ecos.exp: Move check_weak_available to
23273         target-supports.exp.
23274         (alias-1.c): Only perform the test if the target supports
23275         aliases.
23276         (wkali-1.c): Only perform the test if the target supports
23277         aliases.
23278
23279         * gcc.dg/990506-0.c: Expect error messages from cross
23280         targets as well as native targets.
23281
23282 1999-11-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
23283
23284         * gcc.dg/ultrasp1.c: Removed xfail.
23285         * gcc.dg/struct-ret-2.c: Likewise.
23286         * gcc.dg/array-1.c: Likewise.
23287
23288 1999-11-01  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
23289
23290         * gcc.dg/struct-ret-2.c: New test.
23291
23292         * gcc.dg/array-1.c: New test.
23293
23294 1999-10-30  Stephen L Moshier <moshier@mediaone.net>
23295
23296         * gcc.c-torture/execute/991030-1.c: New test.
23297
23298 1999-10-26  Richard Henderson  <rth@cygnus.com>
23299
23300         * gcc.c-torture/compile/991026-2.c: New test.
23301
23302 1999-10-26  Jeffrey A Law  (law@cygnus.com)
23303
23304         * gcc.c-torture/compile/991026-1.c: New test.
23305
23306 1999-10-23  Jeffrey A Law  (law@cygnus.com)
23307
23308         * gcc.c-torture/execute/991023-1.c: New test.
23309
23310 1999-10-19  Jeffrey A Law  (law@cygnus.com)
23311
23312         * gcc.c-torture/execute/991019-1.c: New test.
23313
23314 1999-10-16  Richard Henderson  <rth@cygnus.com>
23315
23316         * gcc.c-torture/execute/991016-1.c: New test.
23317
23318 1999-10-14  Stephane Carrez  <stcarrez@worldnet.fr>
23319
23320         * gcc.c-torture/execute/991014-1.c: New test.
23321
23322 1999-10-13  J"orn Rennecke <amylaar@cygnus.co.uk>
23323
23324         * g++.old-deja/g++.other/union2.C: New test.
23325
23326 1999-10-13  Nathan Sidwell  <nathan@acm.org>
23327
23328         * g++.old-deja/g++.other/vaarg2.C: New test.
23329         * g++.old-deja/g++.other/vaarg3.C: New test.
23330
23331 1999-10-12  Craig Burley  <craig@jcb-sc.com>
23332
23333         * g77.f-torture/noncompile/19990905-1.f: Moved from being
23334         in compile/.
23335
23336 1999-10-04  Ulrich Drepper  <drepper@cygnus.com>
23337
23338         * gcc.c-torture/execute/va-arg-11.c: New test.
23339
23340 1999-10-01  Mark P. Mitchell  <mark@codesourcery.com>
23341
23342         * lib/file-format.exp (gcc_target_object_format): Don't
23343         crash if objdump is unavailable.
23344
23345 1999-09-29  Donn Terry <donn@interix.com>
23346
23347         * gcc.misc-tests/mg.exp: delete extraneous redirection.
23348
23349 1999-09-28  Nick Clifton  <nickc@cygnus.com>
23350
23351         * gcc.c-torture/compile/990928-1.c: New test.
23352
23353 1999-09-28  Nathan Sidwell  <nathan@acm.org>
23354
23355         * g++.old-deja/g++.other/decl6.C: New test.
23356
23357 1999-09-28  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
23358
23359         * gcc.c-torture/execute/va-arg-10.c: New test.
23360
23361 1999-09-27  Nathan Sidwell  <nathan@acm.org>
23362
23363         * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
23364         __PRETTY_FUNCTION__.
23365
23366 1999-09-23  Nick Clifton  <nickc@cygnus.com>
23367
23368         * gcc.c-torture/execute/990923-1.c: New test.
23369
23370 1999-09-21  Nick Clifton  <nickc@cygnus.com>
23371
23372         * gcc.c-torture/special/special.exp: Add FR30 to list of targets
23373         for which -fpic is inappropriate.
23374
23375 1999-09-21  Mark Mitchell  <mark@codesourcery.com>
23376
23377         * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
23378
23379 1999-09-21  Nathan Sidwell  <nathan@acm.org>
23380
23381         * g++.old-deja/g++.other/dyncast1.C: New test.
23382         * g++.old-deja/g++.other/dyncast2.C: New test.
23383         * g++.old-deja/g++.other/dyncast3.C: New test.
23384         * g++.old-deja/g++.other/dyncast4.C: New test.
23385         * g++.old-deja/g++.other/dyncast5.C: New test.
23386         * g++.old-deja/g++.eh/catch3.C: New test.
23387         * g++.old-deja/g++.eh/catch3p.C: New test.
23388         * g++.old-deja/g++.eh/catch4.C: New test.
23389         * g++.old-deja/g++.eh/catch4p.C: New test.
23390         * g++.old-deja/g++.eh/catch5.C: New test.
23391         * g++.old-deja/g++.eh/catch5p.C: New test.
23392         * g++.old-deja/g++.eh/catch6.C: New test.
23393         * g++.old-deja/g++.eh/catch6p.C: New test.
23394         * g++.old-deja/g++.eh/catch7.C: New test.
23395         * g++.old-deja/g++.eh/catch7p.C: New test.
23396         * g++.old-deja/g++.eh/catch8.C: New test.
23397         * g++.old-deja/g++.eh/catch8p.C: New test.
23398         * g++.old-deja/g++.eh/catch9.C: New test.
23399         * g++.old-deja/g++.eh/catch9p.C: New test.
23400
23401 1999-09-13  Nathan Sidwell  <nathan@acm.org>
23402
23403         * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
23404         * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
23405
23406 1999-09-13  Jeffrey A Law  (law@cygnus.com)
23407
23408         * gcc.c-torture/compile/990913-1.c: New test.
23409
23410 1999-09-10  Nathan Sidwell  <nathan@acm.org>
23411
23412         * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
23413         * g++.old-deja/g++.jason/rfg5.C: Likewise.
23414
23415 1999-09-09  Richard Henderson  <rth@cygnus.com>
23416
23417         * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
23418
23419 1999-09-09  Nathan Sidwell  <nathan@acm.org>
23420
23421         * g++.old-deja/g++.other/lookup11.C: New test.
23422         * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
23423         what is permitted and what we want.
23424         * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
23425         overload use.
23426         * g++.old-deja/g++.jason/rfg5.C: Likewise
23427
23428 1999-09-08  Geoffrey Keating  <geoffk@cygnus.com>
23429
23430         * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
23431         * gcc.c-torture/noncompile/poison-1.c: New file.
23432
23433 1999-09-08  Nathan Sidwell  <nathan@acm.org>
23434
23435         * g++.old-deja/g++.other/sizeof3.C: New test.
23436         * g++.old-deja/g++.other/sizeof4.C: New test.
23437         * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
23438         * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
23439
23440 1999-09-07  Richard Henderson  <rth@cygnus.com>
23441
23442         * gcc.dg/va-arg-1.c: New.
23443
23444 1999-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
23445
23446         * gcc.c-torture/execute/va-arg-9.c: New test.
23447
23448 1999-09-05  Craig Burley  <craig@jcb-sc.com>
23449
23450         * g77.f-torture/compile/980519-2.f: New test.
23451         * g77.f-torture/compile/19990905-0.f: New test.
23452         * g77.f-torture/compile/19990905-1.f: New test.
23453         * g77.f-torture/compile/19990905-2.f: New test.
23454
23455         * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
23456
23457 1999-09-03  Richard Earnshaw <rearnsha@arm.com>
23458
23459         * gcc.c-torture/execute/990827-1.c: Fix typo.
23460
23461 1999-09-03  Nathan Sidwell  <nathan@acm.org>
23462
23463         * g++.old-deja/g++.other/deref1.C: New test.
23464
23465 1999-09-02  Nathan Sidwell  <nathan@acm.org>
23466
23467         * g++.old-deja/g++.other/ambig2.C: New test.
23468         * g++.old-deja/g++.other/cond5.C: New test.
23469         * g++.old-deja/g++.other/lookup16.C: New test.
23470
23471 1999-09-02  Marc Espie <espie@cvs.openbsd.org>
23472
23473         * gcc.dg/980414-1.c: Fix assembler syntax to work with old
23474         assemblers too.
23475
23476 1999-08-31  Jeffrey A Law  (law@cygnus.com)
23477
23478         * lib/c-torture.exp: Avoid the "compare executables" optimization
23479         when testing native.
23480
23481 1999-08-29  Jeffrey A Law  (law@cygnus.com)
23482
23483         * gcc.c-torture/execute/990829-1.c: New test.
23484         * gcc.c-torture/compile/990829-1.c: New test.
23485
23486 1999-08-27  Paul Burchard  <burchard@pobox.com>
23487
23488         * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
23489         * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
23490         * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
23491         * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
23492         * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
23493         * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
23494         * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
23495         * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
23496         * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
23497         * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
23498         * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
23499
23500 1999-08-27  Jeffrey A Law  (law@cygnus.com)
23501
23502         * gcc.c-torture/execute/990827-1.c: New test.
23503
23504 1999-08-26  Craig Burley  <craig@jcb-sc.com>
23505
23506         * g77.f-torture/noncompile/19990826-4.f: New test.
23507
23508         * g77.f-torture/compile/19990826-3.f: New test.
23509
23510         * g77.f-torture/execute/19990826-2.f: New test.
23511
23512         * g77.f-torture/compile/19990826-1.f: New test.
23513
23514         * gcc.c-torture/execute/990826-0.c: New test.
23515         * g77.c-torture/execute/19990826-0.f: New test.
23516
23517         * g77.f-torture/noncompile/970626-2.f: New test.
23518
23519 1999-08-25  Paul Burchard  <burchard@pobox.com>
23520
23521         * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
23522         lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
23523         lss-011.C: New tests.
23524
23525 1999-08-25  Nathan Sidwell  <nathan@acm.org>
23526
23527         * g++.old-deja/g++.other/decl5.C: New test.
23528
23529 1999-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23530
23531         * noncompile/noncompile.exp: Load_lib c-torture.exp.
23532         (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
23533         call `postbase' for each one.  All callers of `postbase' changed
23534         to call this instead.
23535
23536 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
23537
23538         * gcc.c-torture/execute/990811-1.c: New test.
23539
23540 1999-08-09  Nick Clifton  <nickc@cygnus.com>
23541
23542         * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
23543         just native ones.
23544
23545         * gcc.dg/990413-1.c: Expect the parse error for all builds, not
23546         just native ones.
23547
23548 1999-08-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
23549
23550         * g++.old-deja/g++.other/local3.C: Removed XFAIL.
23551
23552 1999-08-04  Jeffrey A Law  (law@cygnus.com)
23553
23554         * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
23555
23556 1999-08-04  Nathan Sidwell  <nathan@acm.org>
23557
23558         * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
23559
23560 1999-08-04  Jeffrey A Law  (law@cygnus.com)
23561
23562         * gcc.c-torture/execute/990804-1.c: New test.
23563
23564 1999-08-03  Nathan Sidwell  <nathan@acm.org>
23565
23566         * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
23567         * g++.old-deja/g++.brendan/crash64.C: Likewise
23568         * g++.old-deja/g++.brendan/overload8.C: Likewise
23569
23570 1999-08-03  Nathan Sidwell  <nathan@acm.org>
23571
23572         * g++.old-deja/g++.other/struct1.C: New test.
23573
23574 1999-08-03  Nathan Sidwell  <nathan@acm.org>
23575
23576         * g++.old-deja/g++.other/enum2.C: New test.
23577
23578 1999-08-02  Richard Henderson  <rth@cygnus.com>
23579
23580         Adapted from tests from Franz Sirl:
23581         * gcc.c-torture/execute/va-arg-7.c: New test.
23582         * gcc.c-torture/execute/va-arg-8.c: New test.
23583
23584 1999-08-01  Jeffrey A Law  (law@cygnus.com)
23585
23586         * gcc.c-torture/compile/990801-2.c: New test.
23587
23588         * gcc.c-torture/compile/990801-1.c: New test.
23589
23590 1999-07-27  Michael Meissner  <meissner@cygnus.com>
23591
23592         * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
23593         fp-cmp-1.c, converting double to float.
23594
23595         * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
23596         fp-cmp-1.c, converting double to long double.
23597
23598         * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
23599         from fr1 to unknown_register, since fr1 is a legitimate register
23600         on some machines.
23601
23602 1999-07-25  Jeffrey A Law  (law@cygnus.com)
23603
23604         * README: More listname related changes.
23605
23606 1999-07-08  Catherine Moore  <clm@cygnus.com>
23607
23608         * gcc.c-torture/execute/920501-5.c: Fix typo.  Change | to ||.
23609
23610 1999-07-05  Manfred Hollstein  <mhollstein@cygnus.com>
23611
23612         * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
23613
23614 1999-07-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
23615
23616         * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
23617
23618 1999-07-04  Zack Weinberg  <zack@rabi.columbia.edu>
23619
23620         * gcc.dg/990703-1.c: New test.
23621
23622 1999-06-29  Nick Clifton  <nickc@cygnus.com>
23623
23624         * lib/file-format.exp: New file: Move definition of proc
23625         gcc_target_object_format to here from
23626         gcc.dg/special/ecos.exp.
23627
23628         * lib/c-torture.exp: Include lib file-format.exp.
23629         * lib/gcc-dg.exp: Include lib file-format.exp.
23630
23631         * gcc.dg/special/ecos.exp: Remove definition of proc
23632         gcc_target_object_format.
23633
23634 1999-06-28  Jeffrey A Law  (law@cygnus.com)
23635
23636         * gcc.c-torture/execute/990628-1.c: New test.
23637
23638 1999-06-25  Jeffrey A Law  (law@cygnus.com)
23639
23640         * gcc.c-torture/compile/990625-2.c: New test.
23641
23642         * gcc.c-torture/compile/990625-1.c: New test.
23643
23644 1999-06-23  Nick Clifton  <nickc@cygnus.com>
23645
23646         * gcc.c-torture/compile/dll.c: New test case.  Check that dll
23647         attributes compile.
23648         * gcc.c-torture/compile/dll.x: Only support the dll.c test on
23649         ports that use the COFF/PE file format.
23650
23651 1999-06-17  Jeffrey A Law  (law@cygnus.com)
23652
23653         * gcc.c-torture/compile/990617-1.c: New test.
23654
23655 1999-06-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
23656
23657         * g++.old-deja/g++.other/decl4.C: New test.
23658
23659 1999-06-14  Nathan Sidwell  <nathan@acm.org>
23660
23661         * g++.old-deja/g++.other/bitfld3.C: New test.
23662
23663 1999-06-08  Nathan Sidwell  <nathan@acm.org>
23664
23665         * g++.old-deja/g++.eh/catch1.C: New test.
23666
23667 1999-06-07  Jeffrey A Law  (law@cygnus.com)
23668
23669         * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
23670
23671         * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
23672         * gcc.c-torture/execute/ieee/mzero.x: New file.  Likewise.
23673
23674 1999-06-05  Craig Burley  <craig@jcb-sc.com>
23675
23676         * g77.f-torture/compile/19990502-0.f: Replace with new,
23677         shorter, test that still fails after recent changes.
23678
23679 1999-06-04  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
23680
23681         * gcc.c-torture/execute/990604-1.c: New test.
23682
23683 1999-05-31  Jeffrey A Law  (law@cygnus.com)
23684
23685         * gcc.c-torture/execute/990531-1.c: New test.
23686
23687 1999-05-27  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
23688
23689         * gcc.c-torture/compile/990527-1.c: New test.
23690
23691 1999-05-27  Joern Rennecke <amylaar@cygnus.com>
23692
23693         * gcc.c-torture/execute/990527-1.c: New test.
23694
23695 1999-05-25  Nick Clifton  <nickc@cygnus.com>
23696
23697         * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
23698         bitfields as signed.
23699
23700 1999-05-25  Craig Burley  <craig@jcb-sc.com>
23701
23702         * g77.f-torture/compile/19990525-0.f: New test.
23703
23704 1999-05-25  Jeffrey A Law  (law@cygnus.com)
23705
23706         * gcc.c-torture/execute/990525-2.c: New test.
23707
23708         * gcc.c-torture/execute/990525-1.c: New test.
23709
23710 1999-05-24  Nathan Sidwell  <nathan@acm.org>
23711
23712         * g++.old-deja/g++.other/anon3.C: New test.
23713         * g++.old-deja/g++.other/anon4.C: New test.
23714         * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
23715         * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
23716         after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
23717         Merrill).
23718
23719 1999-05-24  Jeffrey A Law  (law@cygnus.com)
23720
23721         * gcc.c-torture/execute/990524-1.c: New test.
23722
23723         * gcc.dg/990524-1.c: New test.
23724
23725 1999-05-23  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
23726
23727         * gcc.c-torture/compile/990523-1.c: New test.
23728
23729 1999-05-19  Raja R Harinath <harinath@cs.umn.edu>
23730
23731         * gcc.c-torture/compile/990519-1.c: New test.
23732
23733 1999-05-17  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
23734
23735         * gcc.c-torture/compile/990517-1.c: New test.
23736
23737         * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
23738         (e4, f4): New tests.
23739         (main): Call them.
23740
23741 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23742
23743         * gcc.dg/noreturn-1.c: New test.
23744
23745 1999-05-13  Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
23746
23747         * gcc.c-torture/execute/990513-1.c: New test.
23748
23749 1999-05-10  Richard Henderson  <rth@cygnus.com>
23750
23751         * g++.old-deja/g++.other/null1.C (g): Add overload for long.
23752
23753 1999-05-10  Craig Burley  <craig@jcb-sc.com>
23754
23755         * g77.f-torture/execute/erfc.f: Use small single-precision
23756         values, to avoid problems on Alphas when not -mieee.
23757
23758 1999-05-08  Craig Burley  <craig@jcb-sc.com>
23759
23760         * gcc.dg/990506-0.c: New test.
23761
23762 1999-05-08  Richard Henderson  <rth@cygnus.com>
23763
23764         * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
23765         the constant to test.  Don't XFAIL 64-bit targets.
23766
23767         * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
23768         * g++.old-deja/g++.law/profile1.C: Likewise.
23769
23770         * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
23771         operator new instances.
23772         * g++.old-deja/g++.other/delete5.C: Likewise.
23773
23774 1999-05-03  Craig Burley  <craig@jcb-sc.com>
23775
23776         * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
23777         intrinsic.
23778
23779 1999-05-03  Craig Burley  <craig@jcb-sc.com>
23780
23781         * g77.f-torture/execute/u77-test.f: Reverse order of two
23782         arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
23783
23784 1999-05-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23785
23786         * gcc.dg/compare1.c: New test.
23787
23788 1999-05-02  Joseph S. Myers  <jsm28@cam.ac.uk>
23789
23790         * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
23791         New tests.
23792
23793 1999-05-02  Craig Burley  <craig@jcb-sc.com>
23794
23795         * g77.f-torture/compile/19990502-1.f: New test.
23796
23797 1999-05-02  Craig Burley  <craig@jcb-sc.com>
23798
23799         * g77.f-torture/compile/19990502-0.f: New test.
23800
23801 1999-05-02  Craig Burley  <craig@jcb-sc.com>
23802
23803         * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
23804         intrinsic.
23805
23806 1999-05-02  Craig Burley  <craig@jcb-sc.com>
23807
23808         * g77.f-torture/execute/u77-test.f (main): List libU77
23809         intrinsics not currently tested.
23810         Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
23811         GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
23812         FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
23813         Trim blanks off the ends of some printed strings.
23814
23815 1999-05-02  Craig Burley  <craig@jcb-sc.com>
23816
23817         * g77.f-torture/execute/u77-test.f (main): Just warn about
23818         FSTAT gid disagreement, as it's expected on some systems.
23819
23820 1999-05-01  Craig Burley  <craig@jcb-sc.com>
23821
23822         * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
23823         use a new function, which allows for some slop.
23824         Clean up some commentary.
23825         (issum): The new function.
23826         (sgladd): Deleted subroutine.
23827
23828 1999-05-01  Craig Burley  <craig@jcb-sc.com>
23829
23830         * g77.f-torture/execute/u77-test.f: Modify to be more like
23831         libf2c/libU77 version, bringing patches to that version here.
23832         Add suitable commentary.
23833
23834 1999-04-25  Richard Henderson  <rth@cygnus.com>
23835
23836         * gcc.dg/990424-1.c: New test.
23837
23838 1999-04-24  Craig Burley  <craig@jcb-sc.com>
23839
23840         * g77.f-torture/execute/u77-test.f (main): Bug involving
23841         LSTAT has been fixed, so turn back on full checking.
23842
23843 1999-04-20  Craig Burley  <craig@jcb-sc.com>
23844
23845         * g77.f-torture/compile/19990419-0.f: New test.
23846         * g77.f-torture/execute/19990419-1.f: New test.
23847
23848 1999-04-17  Richard Henderson  <rth@cygnus.com>
23849
23850         * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
23851         to avoid the need for a prototype to supress a warning.
23852
23853 1999-04-07  Jim Wilson  <wilson@cygnus.com>
23854
23855         * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
23856
23857 1999-04-04  Jeffrey A Law  (law@cygnus.com)
23858
23859         * gcc.c-torture/execute/990404-1.c: New test.
23860
23861 1999-04-03 10:35 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
23862
23863         * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
23864         * gcc.dg/cpp-if3.c: Don't use -pedantic.
23865         * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
23866         missing initializer warnings.
23867
23868 1999-03-28  Jeffrey A Law  (law@cygnus.com)
23869
23870         * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
23871         matching strings.
23872
23873 1999-03-26  Jeffrey A Law  (law@cygnus.com)
23874
23875         * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
23876
23877 1999-03-26  Craig Burley  <craig@jcb-sc.com>
23878
23879         * g77.f-torture/execute/19990325-0.f: New test.
23880         * g77.f-torture/execute/19990325-1.f: New test.
23881
23882 1999-03-24  Jeffrey A Law  (law@cygnus.com)
23883
23884         * gcc.c-torture/execute/990324-1.c: New test.
23885
23886 1999-03-22  Jim Wilson  <wilson@cygnus.com>
23887
23888         * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
23889         test with 4.
23890
23891 1999-03-17  Richard Henderson  <rth@cygnus.com>
23892
23893         * gcc.c-torture/execute/ieee/980619-1.x: New.  Expected fail on x86.
23894
23895 1999-03-13  Craig Burley  <craig@jcb-sc.com>
23896
23897         * g77.f-torture/execute/19990313-2.f: New test.
23898         * g77.f-torture/execute/19990313-3.f: New test.
23899
23900 1999-03-13  Craig Burley  <craig@jcb-sc.com>
23901
23902         * g77.f-torture/execute/19990313-0.f: New test.
23903         * g77.f-torture/execute/19990313-1.f: New test.
23904
23905 1999-03-12  Jim Wilson  <wilson@cygnus.com>
23906
23907         * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
23908         printf to sprintf.
23909         * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
23910         (main): Add check for u15.  Conditionalize u31 check depending on
23911         whether ints are <32 bits or >=32 bits.
23912
23913 1999-03-08  Craig Burley  <craig@jcb-sc.com>
23914
23915         * g77.f-torture/execute/19981119-0.f: Improve testiness.
23916
23917 1999-03-08  Craig Burley  <craig@jcb-sc.com>
23918
23919         * g77.f-torture/compile/19990305-0.f: New test.
23920         * g77.f-torture/execute/19981119-0.f: New test.
23921
23922 1999-03-08  Craig Burley  <craig@jcb-sc.com>
23923
23924         * g77.f-torture/execute/970625-2.f: call ABORT if final
23925         result is not correct, instead of just printing it.
23926         Add this checking via newly introduced obfuscation, to
23927         trip up buggy front ends.
23928
23929 1999-03-07  Craig Burley  <craig@jcb-sc.com>
23930
23931         * g77.f-torture/compile/960317-1.f: Moved from being
23932         in execute/.  (Somehow I didn't notice "SUBROUTINE...".)
23933
23934 1999-03-06  Craig Burley  <craig@jcb-sc.com>
23935
23936         * g77.f-torture/execute/960317-1.f: New (old) test.
23937         * g77.f-torture/execute/970625-2.f: Ditto.
23938
23939 1999-03-01 Zack Weinberg  <zack@rabi.columbia.edu>
23940
23941         * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
23942         message on line 1 or line 2; cccp and cpplib do this differently.
23943
23944 1999-03-01  Jeffrey A Law  (law@cygnus.com)
23945
23946         * g++.old-deja/g++.law/weak1.C: New test.
23947
23948 1999-02-28 17:59 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
23949
23950         * gcc.c-torture/execute/990119-1.c: Renamed to...
23951         * gcc.dg/990119-1.c: this, so it will only be tested once
23952         (it's a preprocessor test, it doesn't need to be run at
23953         multiple optimization levels).
23954
23955 1999-02-27 13:34 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
23956
23957         * lib/g++.exp: Don't add incdir=$base_dir/../include to
23958           ALWAYS_CXXFLAGS.
23959
23960 1999-02-24  Craig Burley  <craig@jcb-sc.com>
23961
23962         * g77.f-torture/noncompile/19981216-0.f: Renamed from...
23963         * g77.f-torture/compile/19981216-0.f: ...as it is expected
23964         to not be compilable by current g77.
23965
23966 1999-02-24  Nick Clifton  <nickc@cygnus.com>
23967
23968         * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
23969
23970 1999-02-22  Jeffrey A Law  (law@cygnus.com)
23971
23972         * gcc.c-torture/execute/990222-1.c: New test.
23973
23974 1999-02-19  Craig Burley  <craig@jcb-sc.com>
23975
23976         * g77.f-torture/compile/19990218-0.f: New test.
23977         * g77.f-torture/noncompile/19990218-1.f: New test.
23978
23979 1999-02-18  Craig Burley  <craig@jcb-sc.com>
23980
23981         * g77.f-torture/compile/19981216-0.f: New test.
23982
23983 1999-02-14  Jeffrey A Law  (law@cygnus.com)
23984
23985         * gcc.dg/990214-1.c: New test.
23986
23987 1999-02-13  Jeffrey A Law  (law@cygnus.com)
23988
23989         * gcc.dg/990213-2.c: New test.
23990
23991         * gcc.dg/990213-1.c: New test.
23992
23993 1999-02-12  Jeffrey A Law  (law@cygnus.com)
23994
23995         * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
23996         ints.
23997
23998 1999-02-11  Nick Clifton  <nickc@cygnus.com>
23999
24000         * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
24001         specified by target.
24002
24003         * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
24004
24005 1999-02-11  Jeffrey A Law  (law@cygnus.com)
24006
24007         * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
24008
24009 1999-02-10  Jonathan Larmour  <jlarmour@cygnus.co.uk>
24010
24011         * gcc.dg/special/ecos.exp: New test driver for new tests with
24012         special requirements.
24013
24014         * gcc.dg/special/alias-1.c: New test.
24015         * gcc.dg/special/gcsec-1.c: New test.
24016         * gcc.dg/special/weak-1.c: New test.
24017         * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
24018         * gcc.dg/special/weak-2.c: New test.
24019         * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
24020         * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
24021         * gcc.dg/special/wkali-1.c: New test.
24022         * gcc.dg/special/wkali-2.c: New test.
24023         * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
24024         * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
24025
24026 1999-02-10  Felix Lee  <flee@cygnus.com>
24027
24028           * lib/c-torture.exp (c-torture-compile): Pull out code for
24029           analyzing gcc error messages.
24030           (c-torture-execute): Likewise.  Fix some (harmless) false
24031           positives.
24032           * lib/gcc.exp (gcc_check_compile): New function.
24033
24034 1999-02-08  Richard Henderson  <rth@cygnus.com>
24035
24036         * gcc.c-torture/execute/990208-1.c: New test.
24037
24038 1999-02-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
24039
24040         * g++.dg/special/ecos.exp: New driver for new tests with special
24041         requirements
24042
24043         * g++.dg/special/conpr-1.C: New test
24044         * g++.dg/special/conpr-2.C: New test
24045         * g++.dg/special/conpr-2a.C: New test
24046         * g++.dg/special/conpr-3.C: New test
24047         * g++.dg/special/conpr-3a.C: New test
24048         * g++.dg/special/conpr-3b.C: New test
24049
24050         * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
24051         allow g++ to use the dg driver
24052
24053         * README: Add comment about g++.dg directory
24054
24055 1999-02-06  Jeffrey A Law  (law@cygnus.com)
24056
24057         * README: Update email addresses.
24058
24059 1999-02-03  Nick Clifton  <nickc@cygnus.com>
24060
24061         * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
24062         arguments in order to force structure S onto the stack even on
24063         the alpha.
24064         (test): Pass 10 leading arguments to function foo as well as the
24065         structure S.
24066
24067         * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
24068         failure for all targets.
24069
24070         * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
24071         abort to terminate program execution.
24072
24073 1999-01-30  Richard Henderson  <rth@cygnus.com>
24074
24075         * gcc.c-torture/execute/990130-1.c: New test.
24076
24077 1999-01-30  Jeffrey A Law  (law@cygnus.com)
24078
24079         * gcc.dg/990130-1.c: New test.
24080
24081 1999-01-28  Michael Meissner  <meissner@cygnus.com>
24082
24083         * gcc.c-torture/execute/990128-1.c: New test.
24084
24085 1999-01-27  Michael Meissner  <meissner@cygnus.com>
24086
24087         * gcc.c-torture/execute/990127-{1,2}.c: New tests.
24088
24089 1999-01-27  Felix Lee  <flee@cygnus.com>
24090
24091         * lib/c-torture.exp (c-torture-compile): pull out code for
24092         analyzing gcc error messages.
24093         (c-torture-execute): ditto, and fix some (harmless) false
24094         positives.
24095         * lib/gcc.exp (gcc_check_compile): new function.
24096
24097 1999-01-17  Jeffrey A Law  (law@cygnus.com)
24098
24099         * gcc.dg/990117-1.c: New test.
24100
24101         * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
24102
24103         * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
24104
24105 1999-01-15  Jeffrey A Law  (law@cygnus.com)
24106
24107         * g77.f-torture/compile/990115-1.f: New test.
24108
24109 1999-01-07  Jeffrey A Law  (law@cygnus.com)
24110
24111         * gcc.c-torture/compile/990107-1.c: New test
24112
24113 1999-01-06  Jeffrey A Law  (law@cygnus.com)
24114
24115         * gcc.c-torture/execute/990106-2.c: New test.
24116
24117         * gcc.c-torture/execute/990106-1.c: New test.
24118
24119 1998-12-30  Zack Weinberg <zack@rabi.columbia.edu>
24120
24121         * gcc.c-torture/compile/981223-1.c: New test.
24122
24123 1998-12-29  Richard Henderson  <rth@cygnus.com>
24124
24125         * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
24126         (opt3): Rename from opt4 and disable.
24127
24128 1998-12-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
24129
24130         * g++.old-deja/g++.pt/ptrmem5.C: New test.
24131
24132 1998-12-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
24133
24134         * g++.old-deja/g++.other/conv5.C: New test.
24135
24136 1998-12-14  Nick Clifton  <nickc@cygnus.com>
24137
24138         * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
24139
24140 1998-12-11  Jeffrey A Law  (law@cygnus.com)
24141
24142         * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
24143
24144 1998-12-11  Zack Weinberg <zack@rabi.columbia.edu>
24145
24146         * gcc.c-torture/compile/981211-1.c: New test.
24147
24148 1998-12-09  Alexandre Oliva  <oliva@dcc.unicamp.br>
24149
24150         * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
24151
24152         * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
24153
24154 1998-12-08  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
24155
24156         * gcc.special/930510-1.c: Make C9X safe.
24157         * gcc.misc-tests/gcov-1.c Similarly.
24158         * gcc.misc-tests/gcov-2.c Similarly.
24159
24160 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
24161
24162         * gcc.dg/ultrasp1.c: New test.
24163
24164 1998-12-06  Richard Henderson  <rth@cygnus.com>
24165
24166         * gcc.c-torture/execute/981206.c: New test.
24167
24168 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
24169
24170         * g++.old-deja/g++.ns/template7.C: New test.
24171
24172         * g++.old-deja/g++.other/expr1.C: New test.
24173
24174         * g++.old-deja/g++.eh/tmpl3.C: New test.
24175
24176         * g++.old-deja/g++.eh/tmpl2.C: New test.
24177
24178 1998-12-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
24179
24180         * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
24181         * g++.old-deja/g++.other/using6.C: Removed.
24182         * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
24183
24184         * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
24185
24186 1998-12-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
24187
24188         * g++.old-deja/g++.pt/overload8.C: New test.
24189
24190         * g++.old-deja/g++.pt/overload7.C: New test.
24191
24192         * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
24193
24194         * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
24195         and relinking messages.
24196         * lib/g++.exp (g++_target_compile): Remove .rpo file when
24197         compiling with -frepo.
24198
24199 1998-12-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
24200
24201         * g++.old-deja/g++.pt/lookup6.C: New test.
24202
24203 1998-11-30  Nick Clifton  <nickc@cygnus.com>
24204
24205         * gcc.c-torture/execute/981130-1.c: New test.
24206         * gcc.c-torture/execute/981130-1.x: New test failure expectations.
24207
24208 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
24209
24210         * g++.old-deja/g++.pt/explicit76.C: New test.
24211
24212         * g++.old-deja/g++.pt/friend38.C: New test.
24213
24214         * g++.old-deja/g++.ns/crash2.C: New test.
24215
24216         * g++.old-deja/g++.pt/defarg8.C: New test.
24217
24218         * g++.old-deja/g++.pt/instantiate6.C: New test.
24219
24220         * g++.old-deja/g++.pt/static6.C: New test.
24221
24222         * g++.old-deja/g++.pt/decl2.C: New test.
24223
24224 1998-11-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
24225
24226         * g++.old-deja/g++.other/lookup5.C: New test.  Not sure the
24227         problem is actually related with name lookup, but so what? :-)
24228
24229         * g++.old-deja/g++.pt/friend37.C: New test.
24230
24231 1998-11-25  Dave Love  <d.love@dl.ac.uk>
24232
24233         * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
24234         element, which fails on some systems.
24235
24236         * g77.f-torture/execute/labug1.f: New test.
24237
24238 1998-11-21  Jeffrey A Law  (law@cygnus.com)
24239
24240         * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
24241         is defined.
24242
24243 1998-11-18  Dave Love  <d.love@dl.ac.uk>
24244
24245         * g77.f-torture/compile/981117-1.f: New test.
24246
24247 1998-11-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
24248
24249         * g++.old-deja/g++.eh/throw2.C: New test.  CV-qualifiers are not
24250         properly discarded.
24251
24252 1998-10-11  Ken Raeburn  <raeburn@cygnus.com>
24253
24254         * gcc.c-torture/execute/memcheck: New directory of tests for
24255         -fcheck-memory-usage.
24256
24257 1998-11-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
24258
24259         * README: New file, general information about the testsuite and
24260         new description of the various C++ test subdirectories.
24261         * README.g++: Eliminate obsolete information, update and move most
24262         relevant stuff to README.
24263
24264 1998-11-07  Richard Henderson  <rth@cygnus.com>
24265
24266         * gcc.c-torture/compile/981107-1.c: New test.
24267
24268 1998-11-02  Doug Evans  <devans@canuck.cygnus.com>
24269
24270         * execute/memcpy-bi.c: New testcase.
24271
24272 1998-10-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
24273
24274         * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
24275         base classes.
24276
24277         * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
24278         template is selected.
24279
24280         * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
24281         classes, it should be accepted for all types.
24282
24283         * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
24284
24285         * g++.old-deja/g++.pt/spec24.C: Ensure that template
24286         specializations start with template headers.
24287
24288 1998-10-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
24289
24290         * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
24291
24292         * g++.old-deja/g++.other/init9.C: Test cross initialization of
24293         non-POD types.
24294
24295 1998-10-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
24296
24297         * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
24298
24299 1998-10-22  Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
24300
24301         * compile/981022-1.c, compile/981022-1.x: New test and driver.
24302
24303 1998-10-19  Jeffrey A Law  (law@cygnus.com)
24304
24305         * 981019-1.c: New test.
24306
24307 1998-10-14  Robert Lipe <robertl@dgii.com>
24308
24309         * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
24310         find objc headers.
24311
24312 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
24313
24314         * compile/981001-4.c: Remove use of GCC extension that triggers a
24315         compiler bug.
24316
24317 1998-10-13  Alexandre Oliva  <oliva@dcc.unicamp.br>
24318
24319         * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
24320
24321 1998-10-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
24322
24323         * g++.old-deja/g++.pt/explicit74.C: New test.  Explicit
24324         instantiation of template produces incorrect code for delete
24325         expression.
24326
24327         * g++.old-deja/g++.pt/instantiate5.C: New test.  `global
24328         constructors' name is not unique.
24329         * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
24330         * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
24331
24332         * g++.old-deja/g++.other/init8.C: New test.  Uninitialized
24333         automatic array of const is ill-formed.
24334
24335         * g++.old-deja/g++.pt/ttp53.C: New test.  Incorrect substitution
24336         of template parameter?
24337
24338         * g++.old-deja/g++.other/conv3.C: New test.  Conversion discards
24339         const.
24340
24341         * g++.old-deja/g++.other/pmf2.C: New test.  Invalid
24342         pointer-to-member expression.
24343
24344         * g++.old-deja/g++.other/friend5.C: New test.  Bogus friend
24345         declaration causes ICE.
24346
24347 1998-10-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
24348
24349         * g++.old-deja/g++.ns/main1.C: New test.  main() should only be
24350         reserved in the global namespace.
24351
24352         * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
24353         generate needed virtual table.
24354
24355         * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
24356
24357 1998-10-10  Dariush Eslimi  <eslimi@loran.com>
24358
24359         * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
24360         template-dependent type
24361
24362 1998-10-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
24363
24364         * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
24365         * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
24366         * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
24367
24368         * g++.old-deja/g++.other/using5.C: New test; using decl from base
24369         class should be usable as argument of member function.
24370         * g++.old-deja/g++.other/using6.C: New test; using decl from base
24371         class should be usable as return type of member function.
24372         * g++.old-deja/g++.other/using7.C: New test; using decl from base
24373         class should be usable as type of data member.
24374
24375         * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
24376
24377 1998-10-09  Jeffrey A Law  (law@cygnus.com)
24378
24379         * gcc.c-torture/special/920521-1.c: Fix bogus test.
24380
24381 1998-10-08  Nick Clifton  <nickc@cygnus.com>
24382
24383         * gcc.dg/dll-?.c Add thumb to target list.
24384         Fix assembler scan patterns to match current assembler output.
24385
24386 1998-10-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
24387
24388         * g++.old-deja/g++.pt/expr6.C: New test.  operator?: breaks
24389         matching of template brackets.
24390
24391         * g++.old-deja/g++.other/using4.C: New test.  Test using
24392         declarations of methods from base classes.
24393
24394         * g++.old-deja/g++.ns/extern1.C: New test.  Extern declarations
24395         within functions should introduce names into the innermost
24396         enclosing namespace.
24397
24398         * g++.old-deja/g++.other/init7.C: New test.  Retry initialization
24399         of static locals if first initialization throws.
24400
24401 1998-10-07  Jim Wilson  <wilson@cygnus.com>
24402
24403         * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
24404
24405 1998-10-06  Ken Raeburn  <raeburn@cygnus.com>
24406
24407         * gcc.c-torture/special/981006-1.c: New test.  Make sure gcc doesn't
24408         lose track of the possible targets of tablejump insns.
24409         * special/special.exp: Run it.
24410
24411 1998-10-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
24412
24413         * g++.old-deja/g++.pt/friend35.C: New test.  A template function
24414         must be declared before its specializations can be named in friend
24415         declarations.
24416
24417 1998-10-05  Dave Love  <d.love@dl.ac.uk>
24418
24419         * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
24420
24421         * g77.f-torture/execute/io1.f: New test.
24422
24423 1998-10-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
24424
24425         * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
24426         with pointer to template function, for which no argument deduction
24427         is possible.
24428
24429         * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
24430         specialization of template function as argument to template
24431         function.
24432
24433         * g++.old-deja/g++.other/access2.C: New test; Inner class
24434         shouldn't have privileged access to Outer's names.
24435
24436 1998-10-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
24437
24438         * g++.old-deja/g++.pt/friend34.C: New test; name injection of
24439         friend template declared within template class conflicts with
24440         nested class of the same name.
24441
24442         * g++.old-deja/g++.other/badopt1.C: New test; post-increment
24443         is ignored.
24444
24445         * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
24446         object with direct initializer as function declaration.
24447
24448         * g++.old-deja/g++.other/decl2.C: New test; duplicate
24449         initializers.
24450
24451         * g++.old-deja/g++.other/null2.C: New test; conditional operator
24452         involving const pointer and NULL produces incorrect result.
24453
24454         * g++.old-deja/g++.other/typename1.C: New test; template-dependent
24455         type name without `typename' should be rejected with -pedantic.
24456
24457 1998-10-02  Richard Henderson  <rth@cygnus.com>
24458
24459         * g++.old-deja/g++.other/addrof1.C: New test.
24460
24461 1998-10-01  Nick Clifton  <nickc@cygnus.com>
24462
24463         * gcc.c-torture/compile/981001-1.c: New test.
24464         * gcc.c-torture/execute/981001-1.c: New test.
24465
24466 1998-10-01  Jeffrey A Law  (law@cygnus.com)
24467
24468         * gcc.c-torture/compile/981001-2.c: New test.
24469         * gcc.c-torture/compile/981001-3.c: New test.
24470         * gcc.c-torture/compile/981001-4.c: New test.
24471
24472 1998-10-01  Robert Lipe  <robertl@dgii.com>
24473
24474         * lib/objc.exp (objc_target_compile): Add -L during compiles for
24475         multilibbed hosts.   Idea grafted from g77.exp.
24476
24477 1998-09-30  Dave Love  <d.love@dl.ac.uk>
24478
24479         * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
24480         avoid losing on systems which need -lsocket.
24481
24482 1998-09-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
24483
24484         * g++.old-deja/g++.other/bitfld1.C: Expected failure.
24485         * g++.old-deja/g++.other/nested2.C: Ditto.
24486         * g++.old-deja/g++.robertl/eb132.C: No longer an expected
24487         failure.
24488
24489 1998-09-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
24490
24491         * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
24492         preferred over template operator!= for enum bitfields.
24493
24494 1998-09-18  Alexandre Oliva  <oliva@dcc.unicamp.br>
24495
24496         * g++.old-deja/g++.other/nested2.C: Different virtual base classes
24497         that happen to have the same base name, but in different scopes,
24498         are incorrectly rejected.
24499
24500 1998-09-16  Richard Henderson  <rth@cygnus.com>
24501
24502         * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
24503         on the native word size instead of an integer literal.
24504
24505 1998-09-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
24506
24507         * g++.old-deja/g++.other/static2.C: Invocation of static data
24508         member of type pointer-to-function denoted as non-static member.
24509
24510         * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
24511         checks involving function types and aliases.
24512
24513 1998-09-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
24514
24515         * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
24516         redefined to the same non-trivial type.
24517
24518         * g++.old-deja/g++.pt/explicit73.C: Test for proper
24519         namespace-qualification of template specializations declared in
24520         other namespaces.
24521
24522         * g++.old-deja/g++.other/friend4.C: Check whether it is possible
24523         to declare a subset of the specializations of a template function
24524         as friends of specializations of a template class.
24525
24526         * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
24527         member templates that do not fully specialize the enclosing
24528         template class are rejected.
24529
24530 1998-09-11  Dave Love  <d.love@dl.ac.uk>
24531
24532         * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
24533
24534 1998-09-08  Dave Love  <d.love@dl.ac.uk>
24535
24536         * g77.f-torture/execute/u77-test.f (main): New file, somewhat
24537         altered from libf2c/libU77 version.
24538
24539 1998-09-06  Dave Love  <d.love@dl.ac.uk>
24540
24541         * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
24542
24543 1998-09-04  Reid M. Pinchback  <reidmp@MIT.EDU>, Alexandre Oliva  <oliva@dcc.unicamp.br>
24544
24545         * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
24546         (un)signed char are different types for template specialization
24547         purposes.
24548
24549 1998-09-03  Ovidiu Predescu  <ovidiu@aracnet.com>
24550
24551         * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
24552         * objc: ObjC testsuite.
24553
24554 1998-08-31  Catherine Moore  <clm@cygnus.com>
24555
24556         * gcc.c-torture/execute/941014-1.x:  New file.
24557
24558 1998-08-31  Nick Clifton  <nickc@cygnus.com>
24559
24560         * lib/c-torture.exp: Add support for
24561         torture_eval_before_compile and torture_eval_before_execute
24562         variables.
24563
24564 1998-08-30  Jeffrey A Law  (law@cygnus.com)
24565
24566         * gcc.dg/980626-1.c: Delete this test.  We've declared the warning
24567         this test triggers valid.
24568
24569 1998-08-27  Jeffrey A Law  (law@cygnus.com)
24570
24571         * gcc.dg/980827-1.c: New test.
24572
24573 1997-08-26  J"orn Rennecke <amylaar@cygnus.co.uk>
24574
24575         * gcc.c-torture/execute/loop-4b.c: New test.
24576
24577 1998-08-26  Nick Clifton  <nickc@cygnus.com>
24578
24579         * lib/c-torture.exp: Add support for
24580         torture_eval_before_compile and torture_eval_before_execute
24581         variables.
24582
24583 1998-08-25  Jeffrey A Law  (law@cygnus.com)
24584
24585         * gcc.c-torture/compile/980825-1.c: New test.
24586
24587 1998-08-24  Nick Clifton  <nickc@cygnus.com>
24588
24589         * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
24590         count number tests in opt_t0 not good_t0.
24591
24592 1998-08-24  Jeffrey A Law  (law@cygnus.com)
24593
24594         * gcc.c-torture/compile/930326-1.x: Fix typo.
24595
24596 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
24597
24598         * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
24599         causes an ICE.
24600
24601 1998-08-21  Jeffrey A Law  (law@cygnus.com)
24602
24603         * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
24604         STACK_SIZE is defined.
24605         * gcc.c-torture/unsorted/stuct.c: Similarly.
24606
24607         * gcc.c-torture/compile/980821-1.c: New test.
24608
24609 1998-08-21  Jeffrey A Law  (law@cygnus.com)
24610
24611         * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
24612
24613 1998-08-19  Mark Mitchell  <mark@markmitchell.com>
24614
24615         * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
24616         code.
24617
24618 1998-08-09  Mark Mitchell  <mark@markmitchell.com>
24619
24620         * lib/old-dejagnu.exp: Revise handling of `Internal compiler
24621         error'.
24622
24623 1998-08-18  Jeffrey A Law  (law@cygnus.com)
24624
24625         * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
24626
24627 1998-08-16  Jeffrey A Law  (law@cygnus.com)
24628
24629         * gcc.c-torture/compile/980816-1.c: New test.
24630
24631         * gcc.dg/980816-1.c: New test.
24632
24633 1998-08-13  Jeffrey A Law  (law@cygnus.com)
24634
24635         * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
24636         compiler for ieee tests.
24637
24638 1998-08-01  Dave Love  <d.love@dl.ac.uk>
24639
24640         * g77.f-torture/compile/980729-0.f: New test.
24641
24642 1998-07-30  Ken Raeburn  <raeburn@cygnus.com>
24643
24644         * gcc.c-torture/special/eeprof-1.c: New test, for
24645         -finstrument-functions.
24646         * gcc.c-torture/special/special.exp: Run it.
24647
24648 1998-07-29  Jeffrey A Law  (law@cygnus.com)
24649
24650         * gcc.c-torture/compile/980729-1.c: New test.
24651
24652 1998-07-27  Nick Clifton  <nickc@cygnus.com>
24653
24654         * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
24655         __thumb__ is defined, and test for ARM style doubles if so.
24656
24657 1998-07-26  Dave Love  <d.love@dl.ac.uk>
24658
24659         * g77.f-torture/noncompile/980615-0.f: New test.
24660
24661 1998-07-26  H.J. Lu  (hjl@gnu.org)
24662
24663         * gcc.dg/980312-1.c: Do link instead of compile.
24664         * gcc.dg/980313-1.c: Likewise.
24665
24666 1998-07-26  Jeffrey A Law  (law@cygnus.com)
24667
24668         * gcc.c-torture/compile/980726-1.c: New test.
24669
24670 1998-07-25  Dave Love  <d.love@dl.ac.uk>
24671
24672         * g77.f-torture/execute/io0.f: New test.
24673
24674 1998-07-24  Nick Clifton  <nickc@cygnus.com>
24675
24676         * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
24677         an int.
24678
24679 1998-06-18  Michael Meissner  <meissner@cygnus.com>
24680
24681         * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
24682         m32r bugs.
24683
24684 1998-07-17  Nick Clifton  <nickc@cygnus.com>
24685
24686         * gcc.dg/980626-1.c: Expect failures for all toolchains until
24687         c-decl.c:grokdeclarator can handle mode attributes.
24688
24689 1998-07-16  Jeffrey A Law  (law@cygnus.com)
24690
24691         * gcc.c-torture/execute/980716-1.c: New test.
24692
24693 1998-07-13  Jeffrey A Law  (law@cygnus.com)
24694
24695         * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
24696         the mn10200.
24697         * gcc.c-torture/execute/strct-varg-1.x: New file.  Expect failure on
24698         the mn10200.
24699         * gcc.c-torture/execute/va-arg-3.x: Similarly.
24700         * gcc.c-torture/compile/930326-1.x: Similarly.
24701
24702 1998-07-13  Dave Love  <d.love@dl.ac.uk>
24703
24704         * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
24705         New test from Craig.
24706
24707 1998-07-12  Dave Love  <d.love@dl.ac.uk>
24708
24709         * g77.f-torture/noncompile/980616-0.f: New test.
24710
24711         * g77.f-torture/execute/970816-3.f:  New test from Craig.
24712
24713 1998-07-10 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
24714
24715         *  g++.other/singleton.C: Return error value instead of taking
24716         SIGSEGV.
24717
24718 1998-07-10  Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
24719
24720         *  g++.other/singleton.C: New test.   Warning is under dispute.
24721         Runtime crash is not.
24722
24723 1998-07-09  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
24724
24725         * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
24726         ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
24727         using6.C, using7.C}:  New namespace tests.
24728
24729 1998-07-09  Alexandre Oliva   <oliva@dcc.unicamp.br>
24730
24731         * g++.old-deja/g++.other/partspec1.C: Test matching of partial
24732         specialization with typedef'ed names used as array indexes.
24733
24734 1998-07-09  Jeffrey A Law  (law@cygnus.com)
24735
24736         * gcc.c-torture/execute/980709-1.c: New test.
24737
24738         * gcc.dg/980709-1.c: New test.
24739
24740 1998-07-07  Richard Henderson  <rth@cygnus.com>
24741
24742         * gcc.c-torture/execute/bcp-1.c: New test.
24743
24744 1998-07-07  Jeffrey A Law  (law@cygnus.com)
24745
24746         * gcc.c-torture/execute/980707-1.c: New test.
24747
24748 1998-07-06  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
24749
24750         * gcc.c-torture/compile/980706-1.c: New test.
24751
24752 1998-07-01  Dave Love  <d.love@dl.ac.uk>
24753
24754         * g77.f-torture/execute/980701-0.f,
24755         g77.f-torture/execute/980701-1.f: New test from Craig.
24756
24757 1998-07-01  Jeffrey A Law  (law@cygnus.com)
24758
24759         * gcc.c-torture/compile/980701-1.c: New test.
24760
24761         * gcc.c-torture/execute/980701-1.c: New test.
24762
24763 1998-06-30  Klaus-Georg Adams  <Klaus-Georg.Adams@chemie.uni-ka
24764 rlsruhe.de>
24765
24766         * g++.old-deja/g++.robertl/eb132.C: New test.
24767         * g++.old-deja/g++.robertl/eb133.C: Likewise.
24768
24769 1998-06-29  Dave Love  <d.love@dl.ac.uk>
24770
24771         * g77.f-torture/execute/980628-7.f,
24772         g77.f-torture/execute/980628-8.f,
24773         g77.f-torture/execute/980628-9.f,
24774         g77.f-torture/execute/980628-10.f: New tests from Craig.
24775
24776         * g77.f-torture/execute/980628-3.f: Remove mail headers.
24777
24778 1998-06-28  Jeffrey A Law  (law@cygnus.com)
24779
24780         * g77.f-torture/execute/980628-4.f: New test from Craig.
24781         * g77.f-torture/execute/980628-5.f: Likewise.
24782         * g77.f-torture/execute/980628-2.f: Likewise.
24783         * g77.f-torture/execute/980628-0.f: Likewise.
24784         * g77.f-torture/execute/980628-1.f: Likewise.
24785         * g77.f-torture/execute/980628-3.f: Likewise.
24786         * g77.f-torture/execute/980628-6.f: Likewise.
24787
24788 1998-06-28  Jeffrey A Law  (law@cygnus.com)
24789
24790         * lib/g77.exp (default_g77_version): Tweak to make it work in a build
24791         directory when nothing has been installed yet.
24792
24793 1998-06-27  Carlo Wood  <carlo@runaway.xs4all.nl>
24794
24795         * gcc.c-torture/special/special.exp: Handle newer versions of
24796         dejagnu.
24797
24798 1998-06-26  Jeffrey A Law  (law@cygnus.com)
24799
24800         * gcc.dg/980626-1.c: New test.
24801
24802 1998-06-19  Bruno Haible <haible@ilog.fr>
24803
24804         * gcc.misc-tests/m-un-2.c: New test.
24805         * g++.old-deja/g++.other/warn01.c: Likewise.
24806
24807 1998-06-19  Robert Lipe  <robertl@dgii.com>
24808
24809         * gcc.dg/980414-1.c: Move comments outside of ASM to improve
24810         compatibility with assmblers with a different comment character.
24811         Eliminate use of GAS-specific extensions.
24812
24813 1998-06-19  Jeffrey A Law  (law@cygnus.com)
24814
24815         * gcc.c-torture/execute/ieee/980619-1.c: New test.
24816
24817 1998-06-19  Robert Lipe  <robertl@dgii.com>
24818
24819         *lib/g77.exp: Replace search for libf2c.a with search for newly
24820         renamed libg2c.a
24821
24822 1998-06-17  Jeffrey A Law  (law@cygnus.com)
24823
24824         * gcc.c-torture/execute/980617-1.c: New test.
24825
24826 1998-06-12  Jeffrey A Law  (law@cygnus.com)
24827
24828         * gcc.c-torture/execute/980612-1.c: New test.
24829
24830 1998-06-08  Jeffrey A Law  (law@cygnus.com)
24831
24832         * gcc.dg/980523-1.c: Only test on ppc-linux.
24833         * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
24834
24835         * gcc.c-torture/execute/980608-1.c: New test.
24836
24837 1997-06-05  J"orn Rennecke <amylaar@cygnus.co.uk>
24838
24839         * gcc.c-torture/execute/980605-1.c: New test.
24840
24841 1998-06-04  Jeffrey A Law  (law@cygnus.com)
24842
24843         * gcc.c-torture/execute/980604-1.c: New test.
24844
24845 1998-06-02  Jeffrey A Law  (law@cygnus.com)
24846
24847         * gcc.c-torture/execute/980602-1.c: New test.
24848         * gcc.c-torture/execute/980602-2.c: Likewise.
24849
24850 1998-06-02  Dave Love  <d.love@dl.ac.uk>
24851
24852         * 970125-0.f: Fix per JCB.  Add commentary.
24853
24854 1998-05-31  Michael Meissner  <meissner@cygnus.com>
24855
24856         * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
24857         IEEE -0 support.
24858
24859 1998-05-29  Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
24860
24861         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
24862         earlier.
24863
24864 1998-05-28  Catherine Moore <clm@cygnus.com>
24865
24866         * gcc.c-torture/execute/980526-3.c: New test.
24867
24868 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
24869
24870         * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
24871         fail on m68k-motorola-sysv and m88k-motorola-sysv3.
24872         * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
24873         m88k-motorola-sysv3 to XFAIL.
24874
24875 1998-05-26  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
24876
24877         * gcc.dg/980526-1.c: New test.
24878         * gcc.c-torture/execute/980526-2.c: New test.
24879
24880 1998-05-26  Jeffrey A Law  (law@cygnus.com)
24881
24882         * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
24883
24884         * gcc.c-torture/execute/980526-1.c: New test.
24885
24886 1998-05-26  Dave Love  <d.love@dl.ac.uk>
24887
24888         * g77.f-torture/execute/alpha2.f: Add runtime test.
24889
24890 1998-05-24  Jason Merrill  <jason@yorick.cygnus.com>
24891
24892         * g++.old-deja/old-deja.exp: Strip leading directories.
24893
24894         * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
24895         error for the line.  Don't run multiple tests for the same line.
24896
24897 1998-05-23  Jeffrey A Law  (law@cygnus.com)
24898
24899         * gcc.dg/980523-1.c: New test.
24900
24901 1998-05-23  Dave Love  <d.love@dl.ac.uk>
24902
24903         * g77.f-torture/compile/970915-0.f: New test.
24904
24905 1998-05-23  Jason Merrill  <jason@yorick.cygnus.com>
24906
24907         * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
24908
24909 1998-05-21  Jeffrey A Law  (law@cygnus.com)
24910
24911         * gcc.dg/980520-1.c: New test.
24912
24913 1998-05-20  Manfred Hollstein  <manfred@s-direktnet.de>
24914
24915         * gcc.dg/980502-1.c: Fix return type.
24916
24917 1998-05-20  Jeffrey A Law  (law@cygnus.com)
24918
24919         * gcc.dg/{980502-1.c, clobbers.c}: New tests.
24920         * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
24921         * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
24922         * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
24923         * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
24924
24925 1998-05-20  Dave Love  <d.love@dl.ac.uk>
24926
24927         * g77.f-torture/execute/980520-1.f: New test.
24928
24929 1998-05-15  Dave Love  <d.love@dl.ac.uk>
24930
24931         * lib/mike-g77.exp: New file.
24932
24933         * g77.f-torture/noncompile/noncompile.exp,
24934         g77.f-torture/noncompile/check0.f: New files.
24935
24936 1998-05-14  Dave Love  <d.love@dl.ac.uk>
24937
24938         * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
24939         g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
24940         g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
24941         g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
24942         g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
24943         abort where appropriate.
24944
24945 1998-05-05  Michael Meissner  <meissner@cygnus.com>
24946
24947         * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
24948         * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
24949
24950 1998-04-29  Dave Love  <d.love@dl.ac.uk>
24951
24952         * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
24953
24954 1998-04-27  Dave Love  <d.love@dl.ac.uk>
24955
24956         * g77.f-torture/compile/980427-0.f: New test.
24957
24958 1998-04-24  Dave Love  <d.love@dl.ac.uk>
24959
24960         * g77.f-torture/compile/980424-0.f: New test.
24961
24962 1998-04-19  Dave Love  <d.love@dl.ac.uk>
24963
24964         * g77.f-torture/compile/980419-2.f (main): New test.
24965         * g77.f-torture/compile/970125-0.f: New test.
24966         * g77.f-torture/compile/980419-1.f: New test.
24967
24968 1998-04-08  Jim Wilson  <wilson@cygnus.com>
24969
24970         * gcc.c-torture/execute/980407-1.c: Delete test.  Is duplicate
24971         of loop-4.c.
24972
24973 1998-04-07  Jim Wilson  <wilson@cygnus.com>
24974
24975         * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
24976
24977 1998-04-03  Jim Wilson  <wilson@cygnus.com>
24978
24979         * gcc.c-torture/compile/980329-1.c: New test.
24980
24981 1998-03-18  Jim Wilson  <wilson@cygnus.com>
24982
24983         * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
24984         * gcc.dg/980312-1.c: Fix typo in -march command.
24985
24986 1998-03-16  H.J. Lu  (hjl@gnu.org)
24987
24988         * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
24989
24990 1998-03-11  Robert Lipe  <robertl@dgii.com>
24991
24992         * g77.f-torture/execute/980310-5.f: Deleted.  Craig Burley and
24993         Dave Love agree the Fortran source is bogus.
24994
24995 1998-03-11  Robert Lipe  <robertl@dgii.com>
24996
24997         * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
24998         g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
24999         g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
25000         g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
25001         * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
25002
25003 1998-03-10  Alexandre Oliva   <oliva@dcc.unicamp.br>
25004
25005         * g++.old-deja/g++.other/friend1.C: New test.
25006
25007 1998-02-18  Dave Love  <d.love@dl.ac.uk>
25008
25009         * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
25010         possibly uninitialized) variables and declare dnrm2.
25011
25012 1998-02-23  Robert Lipe <robertl@dgii.com>
25013
25014         From Bruno Haible <haible@ilog.fr>:
25015         * gcc.c-torture/execute/980223.c: New test.
25016
25017 1998-02-13  Jeffrey A Law  (law@cygnus.com)
25018
25019         * gcc.dg/ifelse-1.c: New test.
25020
25021 1998-02-09  H.J. Lu  (hjl@gnu.org)
25022
25023         * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
25024
25025           * lib/old-dejagnu.exp (old-dejagnu): Added the
25026           "execution test - XFAIL *-*-*" handling in the spirit of
25027           "excess errors test -". Changed the "execution test fails"
25028           handling to be like "excess errors test fails".
25029           * Update various tests accordingly.
25030
25031 1998-02-06  Jim Wilson  <wilson@cygnus.com>
25032
25033         * gcc.c-torture/execute/980205.c: New test.
25034
25035 1998-01-18  Jeffrey A Law  (law@cygnus.com)
25036
25037         * lib/c-torture.exp: Look for .x files instead of .cexp files.
25038         * lib/f-torture.exp: Similarly.
25039         * gcc.c-torture: Rename all .cexp files to .x files.
25040
25041 1997-12-08  J"orn Rennecke <amylaar@cygnus.co.uk>
25042
25043         * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
25044         (940510-1.c): Removed duplicate.
25045         (971104-1.c): New test.
25046
25047 1997-11-25  Kate Hedstrom  (kate@ahab.rutgers.edu)
25048
25049           * lib/f-torture.exp: Improve error and loop detection.
25050
25051 1997-11-19  Michael Meissner  <meissner@cygnus.com>
25052
25053         * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
25054         use that to size the filler array.
25055
25056 1997-09-26  Bob Manson  <manson@charmed.cygnus.com>
25057
25058         * lib/c-torture.exp(c-torture-execute): Fix typo.
25059
25060         * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
25061         testcase as the executable name. Keep the executable around if
25062         the test fails.
25063
25064 1997-09-19  Bob Manson  <manson@charmed.cygnus.com>
25065
25066         * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
25067         changes.  Only test one -g option, and move it to the end of the
25068         list of options to test.
25069
25070 1997-09-19  Michael Meissner  <meissner@cygnus.com>
25071
25072         * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
25073         variable GCC_TORTURE_OPTIONS to supply default switches separated
25074         by colons.  If no environment variable, run tests with -O0 -g, -O1
25075         -g, and -O2 -g as well.
25076
25077 1997-09-17  Bob Manson  <manson@charmed.cygnus.com>
25078
25079         * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
25080         explanatory comments. Fix indentation.
25081
25082 1997-09-15  Jeffrey A Law  (law@cygnus.com)
25083
25084         * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
25085
25086 1997-09-11  Jeffrey A Law  (law@cygnus.com)
25087
25088         * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
25089         * g++.old-deja/g++.mike/p7325.C: Likewise.
25090         * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
25091
25092 1997-09-11  Alexandre Oliva  (oliva@dcc.unicamp.br)
25093
25094         * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
25095         * g++.old-deja/g++.brendan/crash30.C: Likewise.
25096         * g++.old-deja/g++.brendan/crash39.C: Likewise.
25097         * g++.old-deja/g++.law/operators4.C: Likewise.
25098
25099 1997-09-11  Joe Buck  (jbuck@synopsys.com)
25100
25101         * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
25102         * g++.old-deja/g++.mike/p784.C: Ditto.
25103         * g++.old-deja/g++.mike/p785.C: Ditto.
25104
25105 1997-09-05  Jeffrey A Law  (law@cygnus.com)
25106
25107           * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
25108
25109 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
25110
25111         * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
25112         target feature; pass this to c-torture-execute as needed.
25113
25114 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
25115
25116         * lib/c-torture.exp(c-torture-execute): If the previous and the
25117         current executables being tested are identical, we don't need to
25118         run the executable again. Try to make the executable names
25119         unique. Add an optional argument for passing additional compiler
25120         flags.
25121
25122 1997-09-02  Doug Evans  <dje@canuck.cygnus.com>
25123
25124         * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
25125
25126 1997-08-29  Jeffrey A Law  (law@cygnus.com)
25127
25128         * gcc.c-torture/execute/921007-1.c: Make strcmp static.
25129
25130 1997-07-31  Jeffrey A Law  (law@cygnus.com)
25131
25132         * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
25133         32bit or larger longs.
25134
25135         * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
25136         have either a 32bit long or 32bit int.
25137
25138 1997-07-29  J"orn Rennecke <amylaar@cygnus.co.uk>
25139
25140         * gcc.c-torture/execute/conversion.c (test_float_to_integer):
25141         Make double precision tests dependent on sizeof (double).
25142
25143 1997-07-09  Bob Manson  <manson@charmed.cygnus.com>
25144
25145         * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
25146         too.
25147
25148 1997-06-17  J"orn Rennecke <amylaar@cygnus.co.uk>
25149
25150         * gcc.c-torture/compile/961203-1.cexp: New script.
25151
25152 1997-06-16  Bob Manson  <manson@charmed.cygnus.com>
25153
25154         * lib/g++.exp(g++_init): Use g++_include_flags instead of making
25155         up the includes ourselves.
25156
25157 1997-06-11  Bob Manson  <manson@charmed.cygnus.com>
25158
25159         * lib/plumhall.exp: Remove random include, and add a few
25160         verbose messages for debugging.
25161
25162 1997-06-06  Bob Manson  <manson@charmed.cygnus.com>
25163
25164         * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
25165         of trying to do it ourselves.
25166
25167 1997-06-04  J"orn Rennecke <amylaar@cygnus.co.uk>
25168
25169         * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
25170
25171 1997-06-04  Bob Manson  <manson@charmed.cygnus.com>
25172
25173         * gcc.prms/5403.c: Made regexp a bit less strict.
25174
25175 1997-06-03  Bob Manson  <manson@charmed.cygnus.com>
25176
25177         * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
25178         is returned from remote_load instead.
25179         * lib/plumhall.exp: Ditto.
25180         * lib/mike-g++.exp: Ditto.
25181         * lib/old-dejagnu.exp: Ditto.
25182         * lib/c-torture.exp: Ditto.
25183
25184 1997-05-30  Bob Manson  <manson@charmed.cygnus.com>
25185
25186         * lib/g++.exp: Use build_wrapper procedure.
25187         * lib/gcc.exp: Ditto.
25188
25189 1997-05-20  Jeffrey A Law  (law@cygnus.com)
25190
25191         * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
25192         an old-style decl for malloc.  Fixes tests to work when
25193         sizeof (int) != sizeof (size_t).
25194
25195 1997-05-15  Mike Meissner  <meissner@cygnus.com>
25196
25197         * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
25198
25199         * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
25200         use stdargs.h interface.
25201
25202 1997-05-15  Mike Meissner  <meissner@cygnus.com>
25203
25204         * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
25205         NO_VARARGS when compiling.
25206
25207 1997-05-01  Bob Manson  <manson@charmed.cygnus.com>
25208
25209         * lib/plumhall.exp(ph_includes): New procedure.
25210         (ph_make): Use it.
25211         (ph_compiler): Ditto.
25212
25213         * lib/g++.exp: Rename test-glue.c to testglue.c.
25214         * lib/gcc.exp: Ditto.
25215
25216 1997-04-10  Bob Manson  <manson@charmed.cygnus.com>
25217
25218         * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
25219         to completion when it's called.
25220
25221 1997-03-21  Michael Meissner  <meissner@cygnus.com>
25222
25223         * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
25224         is defined, don't do test.
25225
25226 1997-03-20  Doug Evans  <dje@canuck.cygnus.com>
25227
25228         * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
25229         for object files.
25230         (ph_summary): Mark skipped testcases as untested, not unresolved.
25231
25232         * lib/plumhall.exp (ph_make): If unresolved because of bad
25233         errorCode, record errorCode in log file.
25234         (*): Replace send_log/verbose with verbose -log.
25235
25236 1997-03-19  Michael Meissner  <meissner@cygnus.com>
25237
25238         * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
25239         double conversion if double isn't at least 8 bytes.
25240
25241         * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
25242         int to work with targets where int is 16 bits.
25243
25244         * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
25245         8 bytes, just exit, since 4 byte doubles don't have enough bits of
25246         precision for the test to complete.
25247
25248 1997-03-14  Michael Meissner  <meissner@cygnus.com>
25249
25250         * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
25251         if d10v is not compiled with the -mdouble64 flag.
25252         * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
25253
25254         * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
25255         d10v is not compiled with the -mint32 flag.
25256
25257 1997-03-13  Bob Manson  <manson@charmed.cygnus.com>
25258
25259         * lib/plumhall.exp: Use incr_count.
25260
25261 1997-03-12  Jeffrey A Law  (law@cygnus.com)
25262
25263         * gcc.c-torture: Update to c-torture-1.45.
25264
25265 1997-02-23  Bob Manson  <manson@charmed.cygnus.com>
25266
25267         * lib/gcc.exp(gcc_init): Add args parameter (which will contain
25268         the name of the expect testcase file).
25269
25270         * lib/g++.exp(g++_init): Ditto.
25271
25272 1997-02-20  Bob Manson  <manson@charmed.cygnus.com>
25273
25274         * lib/g++.exp(g++_exit): $gluefile lives on the build, not
25275         the host.
25276
25277         * lib/gcc.exp(gcc_exit): New procedure.
25278
25279 1997-02-19  Bob Manson  <manson@charmed.cygnus.com>
25280
25281         * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
25282         specs where appropriate.
25283
25284         * g++.old-deja/g++.arm/*: Added additional ERROR checks
25285         because of new "candidates are" messages, and removed a few
25286
25287         * Converted all non-old-style g++ testcases to old-style, and
25288         moved into g++.old-deja.
25289
25290 1997-02-14  Bob Manson  <manson@charmed.cygnus.com>
25291
25292         * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
25293         options.
25294
25295         * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
25296         succeeded.
25297
25298         * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
25299
25300 1997-02-13  Michael Meissner  <meissner@cygnus.com>
25301
25302         * lib/gcc.exp (gcc_target_compile): Add support for defining
25303         NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
25304         the machine doesn't have those features.
25305
25306 1997-02-11  Bob Manson  <manson@charmed.cygnus.com>
25307
25308         * g++.law/operators4.exp: Don't use LIBS.
25309
25310 1997-02-08  Bob Manson  <manson@charmed.cygnus.com>
25311
25312         * g++.law/virtual1.exp: Don't use CXX_FLAGS.
25313
25314         * lib/mike-g++.exp: Don't set the compiler to be tested here.
25315         * lib/g++.exp: Set it here instead. Also, allow use of the
25316         --tool_exec and --tool_opt options. Change CXX to
25317         GXX_UNDER_TEST.
25318
25319         * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
25320
25321         * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
25322
25323 1997-02-07  Bob Manson  <manson@charmed.cygnus.com>
25324
25325         * lib/old-dejagnu.exp: Use prune_warnings instead of
25326         prune_system_crud.
25327         * lib/mike-g++.exp: Ditto.
25328         * lib/gcc.exp: Ditto.
25329         * lib/g++.exp: Ditto.
25330
25331         * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
25332
25333 1997-02-07  Jeffrey A Law  (law@cygnus.com)
25334
25335           * 941014-2.c: Include stdlib.h
25336           * 960327-1.c: Include stdio.h
25337           * dbra.c, index-1.c: Don't assume ints are 32bits.
25338
25339 1997-02-04  Bob Manson  <manson@charmed.cygnus.com>
25340
25341         * lib/gcc.exp: Add gcc,stack_size target feature.
25342
25343         * lib/g++.exp(g++_target_compile): Add the include and link
25344         paths here, not in two other places. And, it's $options, not
25345         options.
25346
25347         * lib/mike-g++.exp(postbase): Remove the code that determines
25348         the correct include and link paths.
25349         * g++.old-deja/old-deja.exp: Ditto.
25350
25351 1997-02-03  Bob Manson  <manson@charmed.cygnus.com>
25352
25353         * lib/g++.exp(g++_init): target_compile no longer returns the
25354         filename of the result.
25355
25356 1997-02-02  Bob Manson  <manson@charmed.cygnus.com>
25357
25358         * gcc.misc-tests/gcov.exp: Add -nocomplain to the
25359         call to glob.
25360
25361         * gcc.c-torture/special/special.exp: Change call to
25362         gcc_target_compile to include the object file.
25363
25364 1997-02-02  Ian Lance Taylor  <ian@cygnus.com>
25365
25366         * gcc.c-torture/special/special.exp: Correct misspelling in last
25367         change.
25368
25369 1997-02-01  Bob Manson  <manson@charmed.cygnus.com>
25370
25371         * lib/plumhall.exp(ph_summary): Log the entire output of the
25372         executable. Return -1 if there were any failures, 0 otherwise.
25373         (ph_execute): Return -1 if there were any failures, 0 otherwise.
25374         (ph_make): Clean up objects and executables that were built
25375         if the tests succeeded.
25376
25377 1997-01-30  Bob Manson  <manson@charmed.cygnus.com>
25378
25379         * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
25380         libraries and includes in the build tree as appropriate.
25381
25382 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
25383
25384         * lib/c-torture.exp: Instead of looking for the global variable
25385         NO_LONG_LONG, check to see if that's a feature of the target.
25386
25387 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
25388
25389         * config/default.exp: Minimize. Delete the remainer of the files in
25390         config; this functionality is now in devo/dejagnu/config.
25391
25392         g++.*/*: Pass any additional flags used to compile to postbase;
25393         delete CXXFLAGS.
25394
25395         gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
25396         is now done by runtest.exp. Use gcc_target_compile instead of
25397         compile.
25398
25399         lib/c-torture.exp: Use gcc_target_compile instead of compile.
25400         Remove references to CFLAGS. Use remote_file instead of
25401         calling rm -f.
25402         (c-torture): Take a list of arguments to use to compile this
25403         testcase.
25404
25405         lib/g++.exp: Simplify. Use target_compile instead of compile.
25406         lib/gcc-dg.exp: Ditto.
25407         lib/gcc.exp: Ditto.
25408         lib/mike-{gcc,g++}.exp: Ditto.
25409         lib/old-dejagnu.exp: Ditto.
25410         lib/plumhall.exp: Ditto.
25411
25412 1997-01-08  Jim Wilson  <wilson@cygnus.com>
25413
25414         * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
25415         (ph_linker): Likewise.
25416
25417 1996-11-13  Joern Rennecke <amylaar@cygnus.com>
25418
25419           * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
25420         MAP_ANON / MAP_ANONYMOUS if defined;
25421         else try to map from /dev/zero .
25422
25423 1996-11-12  Jeffrey A Law  (law@cygnus.com)
25424
25425         * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}:  If MAP_ANON
25426         isn't defined, then define it to MAP_ANONYMOUS.
25427
25428 1996-11-12  Jeffrey A Law  (law@cygnus.com)
25429
25430         * gcc.c-torture: Update to c-torture-1.42 release.
25431
25432 1996-11-11  Jeffrey A Law  (law@cygnus.com)
25433
25434         * gcc.c-torture: Update to c-torture-1.41 release.
25435
25436 1996-10-27  Jeffrey A Law  (law@cygnus.com)
25437
25438         * gcc.c-torture/execute/enum-1.c: New test.  Will be in next
25439         c-torture release.
25440
25441 1996-08-15  Brendan Kehoe  <brendan@lisa.cygnus.com>
25442
25443         * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
25444         and LDFLAGS.  Fix second case to append the target_info ldflags
25445         onto LDFLAGS, not CFLAGS.
25446         * lib/g++.exp (g++_init): Add target_info stuff.
25447         * lib/old-dejagnu.exp (old-dejagnu-init): Likewise.  Add inclusion
25448         of libgloss and newlib flags for !native.
25449
25450         * config/proelf.exp: Load remote.exp and do `push_target hppro'.
25451         (GDB): Fix relative path to go up another dir for finding gdb.
25452
25453 1996-08-08  Rob Savoye  <rob@chinadoll.cygnus.com>
25454
25455         * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
25456         versions in the target_info array, if they don't exist.
25457
25458 1996-08-02  Brendan Kehoe  <brendan@lisa.cygnus.com>
25459
25460         * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
25461
25462 1996-07-08  Jim Wilson  <wilson@cygnus.com>
25463
25464         * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
25465         * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
25466
25467 1996-07-01  Bob Manson  <manson@charmed.cygnus.com>
25468
25469         * lib/old-dejagnu.exp: Don't remove the output file before we've
25470         actually tested it. Don't append pwd to the path of the executable
25471         we're testing.
25472
25473 1996-06-30  Doug Evans  <dje@canuck.cygnus.com>
25474
25475         * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
25476
25477 1996-06-26  Bob Manson  <manson@charmed.cygnus.com>
25478
25479         * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
25480         temporary directory for compiler files, and set it to a default
25481         value of /tmp. Set $output as the name of the output file from
25482         compiling the testcase. Add a -o option to $cflags_var so the
25483         compiler writes the final output file as $output. Set $executable
25484         to $output.
25485
25486         * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
25487         directory for compiler files, and set it to /tmp if it doesn't
25488         already have a value. Set $output_file to the name of the output
25489         file from compiling the testcase. Add a -o option to CXXFLAGS so
25490         the compiler writes the final output file as $output. Use $output
25491         as the executable to be tested.
25492
25493 1996-06-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
25494
25495         * lib/g++.exp: Also add -Wl,-rpath,... for linux.
25496
25497 1996-06-08  Jeffrey A Law  (law@cygnus.com)
25498
25499         * gcc.c-torture/execute/pending-1.c: New test.  Still
25500         pending in Tege's queue.
25501
25502 1996-04-24  Jim Wilson  <wilson@chestnut.cygnus.com>
25503
25504         * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
25505         Add variables local_failcnt and local_unresolvedcnt.  Call gcc_fail
25506         if there were failures.  Call unresolved if there were unresolved
25507         testcases.  Call gcc_fail if program did not run to completion.
25508         (ph_make): Pass additional argument name to ph_execute.
25509         (ph_execute): Add new argument.  Pass additional arguments to
25510         ph_summary.  Call gcc_fail is there is no execution output.
25511
25512 1996-04-24  Jeffrey A Law  (law@cygnus.com)
25513
25514         * lib/plumhall.exp (proc_summary): Output relavent summary
25515         lines into the log so specific failures in plumhall can be
25516         investigated.
25517
25518 1996-04-10  Jeffrey A Law  (law@cygnus.com)
25519
25520         * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
25521         (c-torture-execute): Don't try to execute tests which use
25522         "long long" types if $NO_LONG_LONG is nonzero.
25523
25524 1996-04-08  Doug Evans  <dje@canuck.cygnus.com>
25525
25526         * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
25527         not c-torture.
25528
25529         * gcc.ieee: Move from here.
25530         * gcc.c-torture/execute/ieee: To here.
25531
25532 1996-03-26  Jeffrey A Law  (law@cygnus.com)
25533
25534         * gcc.c-torture: Update to c-torture-1.41 release.
25535
25536 1996-03-22  Jeffrey A Law  (law@cygnus.com)
25537
25538         * lib/c-torture.exp (c-torture-execute): Remove "$executable",
25539         not "$output".
25540
25541 1996-03-07  Doug Evans  <dje@charmed.cygnus.com>
25542
25543         * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
25544         -c present.
25545
25546 1996-03-02  Jeffrey A Law  (law@cygnus.com)
25547
25548         * config/proelf.exp: Handle connecting to a simulator.
25549
25550 1996-01-31  Jeffrey A Law  (law@cygnus.com)
25551
25552         * config/proelf.exp: New file.  Enough framework that we can
25553         run c-torture tests on the proelf targets (or any other target
25554         that gdb can connect to for that matter).
25555
25556 1996-01-29  Doug Evans  <dje@canuck.cygnus.com>
25557
25558         * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
25559         * gcc.ph/testing/limits/limits.exp: Likewise.  Don't pass $CFLAGS.
25560
25561         * lib/plumhall.exp (ph_execute): Always call ph_summary if
25562         exec_output exists.
25563
25564 1996-01-28  Doug Evans  <dje@charmed.cygnus.com>
25565
25566         * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
25567         (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
25568
25569         * config/*.exp: Update FSF address.  Change result of ${tool}_load
25570         to pass/fail/unresolved/unsupported/untested.  Caller must now
25571         call unresolved/unsupported/untested.
25572         * lib/*.exp: Update FSF address.  Update to handle new results of
25573         ${tool}_load.
25574         * lib/chill.exp (verbose): Delete.
25575
25576 1996-01-27  Doug Evans  <dje@charmed.cygnus.com>
25577
25578         * lib/gcc.exp (default_gcc_start): Change order of args to
25579         $LDFLAGS $CFLAGS $LIBS.
25580         * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
25581         Save/set/restore CFLAGS.  Pass single arg to gcc_start.
25582         * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
25583         (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
25584         * gcc.misc-tests/dg-test.exp: Likewise.
25585         * gcc.misc-tests/msgs.exp: Likewise.
25586         * gcc.prms/prms.exp: Likewise.
25587         * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
25588         (CFLAGS,LIBS): Delete references.  Don't pass $CFLAGS to dg-runtest.
25589
25590         * lib/dg.exp: Deleted, moved to dejagnu/lib.
25591
25592 1996-01-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
25593
25594         * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
25595
25596         * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
25597         * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
25598
25599         * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
25600         necessary.
25601
25602 1996-01-20  Brendan Kehoe  <brendan@cygnus.com>
25603
25604         * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
25605         global for loop; add use of $mathlib.
25606         * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
25607         settings here; set mathlib for anything but VxWorks.
25608
25609 1996-01-22  Jeffrey A Law  (law@cygnus.com)
25610
25611         * gcc.c-torture: Update to c-torture-1.40 release.
25612
25613 1996-01-03  Jeffrey A Law  (law@cygnus.com)
25614
25615         * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
25616         dg.exp.
25617
25618 1995-12-03  Jeffrey A. Law  <law@sethra.cygnus.com>
25619
25620         * lib/c-torture.exp (c-torture-execute): Declare "output" as
25621         global.
25622
25623 1995-11-17  Doug Evans  <dje@canuck.cygnus.com>
25624
25625         * lib/g++.exp (LIBS): Define if not already.
25626         * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
25627         (gcc-dg-prune): Call prune_gcc_output.
25628         * lib/gcc.exp (prune_gcc_output): New proc.
25629         * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
25630         prune_gcc_output.
25631
25632 1995-11-16  Doug Evans  <dje@canuck.cygnus.com>
25633
25634         * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
25635         (c-torture-execute): Likewise.  Rename `name' to `testcase'.
25636
25637 1995-11-15  Jeffrey A Law  (law@cygnus.com)
25638
25639         * gcc.c-torture: Update to c-torture-1.39 release.
25640
25641 1995-11-04  Doug Evans  <dje@canuck.cygnus.com>
25642
25643         * lib/c-torture.exp (c-torture-execute): Don't return if one option
25644         fails, try others as well.
25645
25646 1995-11-02  Doug Evans  <dje@canuck.cygnus.com>
25647
25648         * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
25649         If compilation fails, mark execute tests as `untested'.
25650         If test is marked as unsupported, don't mark compilation and
25651         execute tests as failed.
25652
25653 1995-10-25  Brendan Kehoe  <brendan@lisa.cygnus.com>
25654
25655         * lib/g++.exp (g++_init): Don't link in libg++, and look to
25656         libstdc++ for whether or not we want to be doing shared
25657         libraries.  Delete link_curses since we don't need it anymore.
25658         * lib/mike-g++.exp (postbase): Don't link in libg++.
25659         * g++.old-deja/old-deja.exp: Likewise.
25660
25661 1995-10-23  Brendan Kehoe  <brendan@lisa.cygnus.com>
25662
25663         * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
25664
25665 1995-10-17  Brendan Kehoe  <brendan@lisa.cygnus.com>
25666
25667         * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
25668         For that, add `-Wl,-a,shared_archive'.
25669         * g++.old-deja/old-deja.exp: Likewise.
25670
25671 1995-10-17  Doug Evans  <dje@canuck.cygnus.com>
25672
25673         * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
25674
25675 1995-10-16  Brendan Kehoe  <brendan@cygnus.com>
25676
25677         * lib/mike-g++.exp (postbase): Pay attention to the status of
25678         g++_load.
25679
25680 1995-10-16  Brendan Kehoe  <brendan@lisa.cygnus.com>
25681
25682           * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
25683
25684 1995-10-16  Doug Evans  <dje@canuck.cygnus.com>
25685
25686         * lib/gcc.exp (default_gcc_start): No longer need to log program
25687         being executed or its output, execute_anywhere does that now.
25688         * lib/g++.exp (default_g++_version): Call execute_anywhere.
25689         (default_g++_start): Likewise.  Delete calls to verbose/send_log.
25690
25691 1995-10-12  Brendan Kehoe  <brendan@lisa.cygnus.com>
25692
25693         * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
25694         the same as those in lib/g++.exp.
25695
25696 1995-10-10  Jeff Law  (law@hurl.cygnus.com)
25697
25698         * gcc.c-torture: Update to c-torture-1.38 release.
25699         * gcc.ieee: Related changes.
25700
25701 1995-10-06  Rob Savoye  <rob@darkstar.cygnus.com>
25702
25703         * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
25704         "exec". Minor reformatting changes.
25705
25706         * config/rom68k.exp (${tool}_load): Make it work in a canadian
25707         cross. This means all "exec" calls now work on a remote host as
25708         well.
25709         * lib/c-torture.exp (c-torture-compile): Make work for a canadian
25710         cross. Filter out the extra "\r\n" stuff that expect puts in.
25711         (c-torture-execute): Filter out the bogus warnings like
25712         c-torture-compile does. Add support for canadian cross.
25713         * lib/gcc.exp (default_gcc_version, default_gcc_start)
25714         Use execute_anywhere rather than calling exec directly. Now it
25715         works for canadian cross testing.
25716
25717 1995-10-05  Brendan Kehoe  <brendan@rtl.cygnus.com>
25718
25719         * lib/g++.exp: Add -nocomplain flag to glob.  Use catch to put the
25720         results into a variable, and check that rather than using file exists.
25721
25722 1995-10-04  Brendan Kehoe  <brendan@lisa.cygnus.com>
25723
25724         * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
25725         create a libg++.so.  For sunos4.1.*, also add -ltermcap.
25726
25727 1995-09-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
25728
25729         * g++.old-deja/old-deja.exp: Create and pass runshlib and
25730         lib_curses if there's a shared libg++ in the build tree.
25731
25732 1995-09-22  Doug Evans  <dje@canuck.cygnus.com>
25733
25734         * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
25735         if not supported target.
25736
25737 1995-09-22  Brendan Kehoe  <brendan@lisa.cygnus.com>
25738
25739         * lib/g++.exp (g++_init): Move empty setting of runshlib and
25740         link_curses up to always happen, not just for native builds.
25741
25742 1995-09-21  Jeff Law  (law@snake.cs.utah.edu)
25743
25744         * gcc.c-torture: Update to c-torture-1.36 release.
25745         * gcc.failure: Related changes.
25746
25747 1995-09-20  Doug Evans  <dje@canuck.cygnus.com>
25748
25749         * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
25750
25751 1995-09-19  Brendan Kehoe  <brendan@lisa.cygnus.com>
25752
25753         * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
25754         * lib/mike-g++.exp (postbase): Not in here.  Still reference
25755         runshlib, link_curses, and mathlib for link and run.
25756
25757         * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
25758         pass the runtime shared library options for Solaris, OSF/1, and
25759         Irix5, and link with -lcurses to avoid unresolved references.
25760
25761 1995-09-13  Brendan Kehoe  <brendan@lisa.cygnus.com>
25762
25763         * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
25764         only run once.
25765
25766 1995-09-13  Doug Evans  <dje@canuck.cygnus.com>
25767
25768         * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
25769
25770 1995-09-11  Jeff Law  (law@snake.cs.utah.edu)
25771
25772         * gcc.c-torture: Update to c-torture-1.35 release.  Note we
25773         do not have a framework for the "compat" tests yet.
25774
25775 1995-09-09  Brendan Kehoe  <brendan@lisa.cygnus.com>
25776
25777         * lib/mike-g++.exp (postbase): New local variable `mathlib',
25778         set to null if we're testing vxworks5.1.  Use that instead of
25779         `-lm' in the setting of LIBS for link and run.
25780
25781 1995-09-08  Brendan Kehoe  <brendan@lisa.cygnus.com>
25782
25783         * config/rom68k.exp (${tool}_load): Major changes to make it
25784         work.  Verified that it does in fact return the stuff in
25785         exec_output properly.  Catch any Emul or any TRAP other than 0.
25786
25787 1995-09-07  Brendan Kehoe  <brendan@lisa.cygnus.com>
25788
25789         * lib/mike-g++.exp (prebase): Call g++_init at the end to set
25790         LDFLAGS properly for targets that need stuff from libgloss.
25791         * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
25792         only run once.
25793         (gpp_initialized): New variable.
25794
25795 1995-09-06  Rob Savoye  <rob@darkstar.cygnus.com>
25796
25797         * config/rom68k.exp: Load libgloss.exp.
25798         * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
25799         so we can produce a fully linked binary.
25800         * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
25801         so we can produce a fully linked binary.
25802
25803 1995-09-03  Doug Evans  <dje@canuck.cygnus.com>
25804
25805         * lib/plumhall.exp (ph_section): Watch for expected failures.
25806         Add missing `else'.
25807
25808         * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
25809         run the testcase.
25810         (c-torture): Likewise.
25811
25812 1995-08-28  Doug Evans  <dje@cygnus.com>
25813
25814         * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
25815
25816         * lib/mike-g++.exp (mike_cleanup): New proc.
25817         (prebase): New globals compiler_result, not_compiler_result,
25818         target_regexp.
25819         (postbase): Likewise.  Call mike_cleanup.  Pass "--" to regexp to
25820         allow leading "-" in pattern.  Watch for unsupported tests.
25821         If $compiler_result is set, pattern match assembler code,
25822         and ditto for $not_compiler_result.
25823         * lib/mike-gcc.exp: Likewise.
25824
25825         * lib/plumhall.exp (ph_execute): Only call ph_summary if
25826         execution "succeeded".
25827
25828 1995-08-14  Doug Evans  <dje@canuck.cygnus.com>
25829
25830         * config/win32.exp: New file.
25831         * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
25832
25833 1995-08-04  Doug Evans  <dje@canuck.cygnus.com>
25834
25835         * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
25836         unsupported.
25837         * lib/mike-{gcc,g++}.exp (postbase): Likewise.
25838         * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
25839         * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
25840
25841         * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
25842         "... without exceptions was ...".  That is now handled by
25843         prune_system_crud.
25844         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
25845
25846 1995-08-01  Doug Evans  <dje@canuck.cygnus.com>
25847
25848         * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
25849         sieve.c,sort2.c}: New files.
25850         * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
25851         sieve.exp,sort2.exp}: Drivers for them.
25852
25853         * lib/mike-gcc.exp (program_output): New user settable variable.
25854         (postbase): Call prune_system_crud.  Also prune extraneous compiler
25855         messages.
25856         * lib/mike-g++.exp (program_output): New user settable variable.
25857
25858         * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
25859
25860         * config/sh.exp: Deleted (use sim.exp instead).
25861
25862 1995-07-28  Brendan Kehoe  <brendan@lisa.cygnus.com>
25863
25864         * config/vx.exp: Declare CHECKTASK as global.
25865         * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
25866         * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
25867         * lib/old-dejagnu.exp: Load [pwd]/$executable.
25868
25869 1995-07-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
25870
25871         * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
25872         target. Like vx.exp, only includes `vx29k.exp' instead of
25873         `vxworks.exp'.
25874
25875 1995-07-23  Ian Lance Taylor  <ian@cygnus.com>
25876
25877         * config/sim.exp: Increase time limit from 120 seconds to 240.
25878
25879 1995-07-06  Jeffrey A. Law  <law@rtl.cygnus.com>
25880
25881         * gcc.c-torture/execute/950628-1.c: New test.
25882
25883 1995-06-10  Jeff Law  (law@snake.cs.utah.edu)
25884
25885         * gcc.c-torture: Update with changes/additions from
25886         c-torture-1.34.
25887
25888 1995-06-05  Doug Evans  <dje@canuck.cygnus.com>
25889
25890         * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
25891
25892 1995-06-04  Jeff Law  (law@snake.cs.utah.edu)
25893
25894         * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
25895
25896 1995-06-01  Jeff Law  (law@snake.cs.utah.edu)
25897
25898         * gcc.c-torture/compile/950512-1.c: New test.
25899         * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
25900         * gcc.dg/struct-ret-1.c: Likewise.
25901
25902 1995-05-31  Doug Evans  <dje@canuck.cygnus.com>
25903
25904         * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
25905           930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
25906
25907 1995-05-30  Doug Evans  <dje@canuck.cygnus.com>
25908
25909         * gcc.c-torture/special/920411-1.c: Deleted.
25910         * gcc.c-torture/special/special.exp: Delete 920411-1.c.
25911
25912 1995-05-22  Doug Evans  <dje@chestnut.cygnus.com>
25913
25914         * config/sim.exp (${tool}_load): Hack in call to bash to get a
25915         cpu limit.
25916
25917 1995-05-12  Torbjorn Granlund  <tege@rtl.cygnus.com>
25918
25919         * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
25920
25921 1995-05-04  Torbjorn Granlund  <tege@adder.cygnus.com>
25922
25923         From kenner;
25924         * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
25925         is the proper length.
25926         * va-arg-3.c: Likewise.
25927
25928 1995-04-30  Doug Evans  <dje@canuck.cygnus.com>
25929
25930         * lib/dg.exp: Moved to dejagnu/lib.  Copy kept here (for awhile).
25931         * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
25932
25933         * lib/gcc.exp (default_gcc_start): Delete old cruft.  Delete result.
25934         * lib/g++.exp (default_g++_start): Delete old cruft.
25935
25936 1995-04-25  Torbjorn Granlund  <tege@cygnus.com>
25937
25938         * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
25939         (2 * (1 << 18)) to (2 * (1 << 17)).
25940
25941         * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
25942
25943 1995-04-20  J.T. Conklin  <jtc@rtl.cygnus.com>
25944
25945         * config/rom68k.exp: Renamed from config/idp.exp
25946
25947 1995-04-18  Torbjorn Granlund  <tege@rtl.cygnus.com>
25948
25949         * c-torture/compile/921109-2.c
25950
25951 1995-04-18  Mike Stump  <mrs@cygnus.com>
25952
25953         * lib/old-dejagnu.exp: We expect Execution test failure if we expected
25954         excess errors.
25955
25956 1995-04-15  Doug Evans  <dje@chestnut.cygnus.com>
25957
25958         * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
25959         output.
25960         * lib/g++.exp (default_g++_start): Likewise.
25961
25962 1995-03-29  Torbjorn Granlund  <tege@adder.cygnus.com>
25963
25964         * gcc.c-torture/compile/950329-1.c: New test.
25965
25966 1995-03-28  J.T. Conklin  <jtc@rtl.cygnus.com>
25967
25968           * config/bug.exp (${tool}_load): Updated to use new remote_open
25969           and remote_close procs.
25970         * config/idp.exp: New file.
25971
25972 1995-03-22  Torbjorn Granlund  <tege@rtl.cygnus.com>
25973
25974         * gcc.c-torture/execute/950322-1.c: New test.
25975
25976 1995-03-21  Doug Evans  <dje@canuck.cygnus.com>
25977
25978         * config/vx.exp (${tool}_load): Clean up testing of return code from
25979         vxworks_ld and vxworks_spawn.
25980
25981 1995-03-21  Doug Evans  <dje@deneb.cygnus.com>
25982
25983         * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
25984
25985 1995-03-13  Mike Stump  <mrs@cygnus.com>
25986
25987         * lib/old-deja.exp: Add `excess errors test - ' error, now one
25988         can mark excess errors on a machine by machine basis.  Note, the
25989         default is to not expect any excess errors, even when excess
25990         errors test - is given, so you will want to put an XFAIL ... on
25991         these lines.  For example, // excess errors test - XFAIL hppa*-*-*
25992         mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
25993         those 4 machines, but no others.
25994
25995 1995-03-10  J.T. Conklin  <jtc@rtl.cygnus.com>
25996
25997         * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
25998         * lib/c-torture.exp: to here.
25999
26000 1995-03-10  Torbjorn Granlund  <tege@adder.cygnus.com>
26001
26002         * gcc.c-torture/execute/950221-1.c: New test.
26003         * gcc.c-torture/execute/struct-ret-1.c: New test.
26004         * gcc.c-torture/compile/950221-1.c: New test.
26005
26006         * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
26007
26008 1995-03-03  Doug Evans  <dje@canuck.cygnus.com>
26009
26010         * gcc.c-torture/execute/arith-1.c (main): Return 0.
26011         * gcc.c-torture/execute/arith-rand.c (main): Return 0.
26012
26013 1995-03-01  Gerald Baumgartner  (gb@lorenzo.cs.purdue.edu)
26014
26015         * g++.gb: New directory of tests, derived from my signature and
26016         class scoping tests.
26017
26018         * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
26019         * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
26020         * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
26021         * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
26022         * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
26023         * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
26024         * g++.gb/sig25.C: Likewise.
26025
26026         * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
26027         * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
26028         * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
26029         * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
26030         * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
26031         * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
26032         * g++.gb/sig25.exp: Likewise.
26033
26034         * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
26035         * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
26036         * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
26037         * g++.gb/scope13.C: Likewise, this test still fails.
26038
26039         * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
26040         * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
26041         * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
26042         * g++.gb/scope13.exp: Ditto.
26043
26044         * g++.gb/README: New file, explains what these tests are about.
26045
26046 1995-02-28  Doug Evans  <dje@canuck.cygnus.com>
26047
26048         * lib/dg.exp (dg-do): Support `preprocess'.
26049         (dg-test): Likewise.
26050
26051 1995-02-13  J.T. Conklin  <jtc@rtl.cygnus.com>
26052
26053         * config/udi.exp: change "continue -expect" to "exp_continue".
26054
26055 1995-02-11  Torbjorn Granlund  (tege@tiny.cygnus.com)
26056
26057         * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
26058         Delete redundant tests.
26059
26060         * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
26061         * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
26062         * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
26063         * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
26064         * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
26065         * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
26066         * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
26067         * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
26068
26069         * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
26070         storing label pointers.
26071         * gcc.c-torture/execute/921019-1.c: Likewise.
26072         * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
26073         * gcc.c-torture/execute/930513-1.c: Provide full declaration for
26074         parameter fp.
26075         * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
26076         constants.
26077
26078         * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
26079         Delete obsolete tests.
26080
26081         * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
26082         * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
26083         * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
26084         * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
26085         * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
26086         * gcc.c-torture/compile/950124-1.c: New test.
26087
26088         * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
26089
26090 1995-02-08  Jason Merrill  <jason@phydeaux.cygnus.com>
26091
26092         * lib/mike-g++.exp: Add -lm to LIBS.
26093
26094 1995-02-07  Doug Evans  <dje@canuck.cygnus.com>
26095
26096         * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
26097
26098 1995-01-30  Jason Merrill  <jason@phydeaux.cygnus.com>
26099
26100         * lib/mike-g++.exp: Add -lstdc++ to LIBS.
26101
26102 1995-01-12  Doug Evans  <dje@canuck.cygnus.com>
26103
26104         * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
26105
26106 1995-01-02  Jeff Law  (law@snake.cs.utah.edu)
26107
26108         * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
26109         * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
26110         * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
26111         * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
26112         * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
26113         * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
26114         * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
26115         * g++.law/{operators31.C, operators32.C,
26116         * g++.law/{operators33.C, operators34.C}: Likewise.
26117         * g++.law/{pic1.C, refs2.C}: Likewise.
26118         * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
26119         * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
26120         * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
26121         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
26122
26123         * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
26124         * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
26125         * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
26126         * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
26127         * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
26128         * g++.law/{enum9.exp, friend5.exp}: Likewise.
26129         * g++.law/{nest3.exp, nest4.exp}: Likewise.
26130         * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
26131         * g++.law/{operators30.exp, operators31.exp}: Likewise.
26132         * g++.law/{operators32.exp, operators33.exp}: Likewise.
26133         * g++.law/{operators34.exp}: Likewise.
26134         * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
26135         * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
26136         * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
26137         * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
26138         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
26139
26140         * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
26141         No longer expected to fail.
26142         * g++.law/missed-error3.C: Tweak for recent bool changes.
26143
26144 1994-12-04  Doug Evans  <dje@canuck.cygnus.com>
26145
26146         * config/emb-unix: Deleted.
26147         * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
26148         remote execution.  Do final link on remote host if REMOTE_LINK is set.
26149
26150 1994-12-01  Doug Evans  <dje@canuck.cygnus.com>
26151
26152         * lib/dg.exp (dg-test): Fix typo in last patch.
26153
26154 1994-11-30  Doug Evans  <dje@canuck.cygnus.com>
26155
26156         * lib/dg.exp (dg-test): Fix pattern that searches for expected output
26157         (handles multiple occurrences).
26158
26159 1994-11-24  Doug Evans  <dje@canuck.cygnus.com>
26160
26161         * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
26162         * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
26163         $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
26164         printed).
26165         * lib/c-torture.exp (c-torture-compile): Likewise.
26166         (c-torture): Prepend full path if missing.
26167         * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
26168         (gcc_fail): Likewise.
26169         * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
26170
26171 1994-11-23  J.T. Conklin  <jtc@rtl.cygnus.com>
26172
26173         * lib/netware.exp: Only attach to NetWare i386 systems.
26174
26175 1994-11-16  Doug Evans  <dje@canuck.cygnus.com>
26176
26177         * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
26178         messages.  Add test name to "output pattern match" pass/fail message.
26179
26180 1994-11-12  Doug Evans  <dje@canuck.cygnus.com>
26181
26182         * gcc.dg: New testsuite.
26183         * gcc.dg/dg.exp: New file.
26184
26185         * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
26186         test-switch.c}: Deleted.
26187
26188         * gcc.misc-tests/msgs.exp: New testcase driver.
26189
26190 1994-11-09  Doug Evans  <dje@canuck.cygnus.com>
26191
26192         * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
26193         Watch for illegal return values from ${tool}_load.
26194         * config/unix.exp (${tool}_load): Fix pass/fail detection for
26195         cross targets.  Coerce return value >0 to 1.
26196
26197 1994-11-08  Doug Evans  <dje@canuck.cygnus.com>
26198
26199         * config/unix.exp (${tool}_load): Call program rsh, not proc.
26200
26201         * config/emb-unix.exp: New file.
26202
26203         * config/sim.exp: Error if variable $SIM not defined.
26204         (${tool}_load): Mark test as "untested" if simulator missing.
26205
26206         * config/unix.exp: Load remote.exp to get rcp_download.
26207         * lib/c-torture.exp: Use different option lists for testcases with
26208         and without loops.
26209         * gcc.c-torture/execute/execute.exp: Likewise.
26210
26211 1994-11-02  Doug Evans  <dje@canuck.cygnus.com>
26212
26213         * config/*.exp: Clarify return code from ${tool}_load.
26214         Call `unresolved' or `untested' instead of `warning' or `perror'
26215         (sometimes you still want to call both though).
26216         Add comment that `shell_id' is local to each file.
26217         * config/udi.exp (timeout): Set to 30.
26218         Don't print warning if connection fails, $connectmode has already
26219         printed an error.
26220         (${tool}_load): Move verbose messages to level 2.
26221         Rework pattern for "Process started" message.
26222         Pass `shell_id' to ${connectmode}_download.
26223         Retry twice upon timeout.  Make resetting of target more robust.
26224         (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
26225         Pass `shell_id' to exit_$connectmode.
26226         Only call exit_$connectmode if connected.
26227         * config/unix.exp (${tool}_load): Check return codes better.
26228         * config/vrtx.exp (${tool}_load): Likewise.
26229         * config/vx.exp (${tool}_load): Likewise.
26230         Delete unneeded global's.
26231         * lib/dg.exp (dg-test): Update to reflect clarified return codes
26232         from ${tool}_load.
26233         (dg-stat): Delete.
26234         (dg-init): Delete recording of pass/fail counts.
26235         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
26236         (old-dejagnu-init): Likewise.
26237         (old-dejagnu-stat): Delete contents, empty proc now.
26238         * lib/c-torture.exp (TORTURE_OPTIONS): New global.
26239         (c-torture): Delete references to lcnt, lpass, lfail.
26240         Get option list from TORTURE_OPTIONS.
26241         Delete -funroll[-all]-loops if no loops.
26242         * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
26243         (g++_stat): Delete contents (empty proc now).
26244         * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
26245         (gcc_finish): Likewise.
26246         (gcc_stat): Deleted.
26247         * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
26248         * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
26249         * gcc.c-torture/execute/execute.exp: Likewise.
26250         Split tests into two parts: compile, execute.
26251         Get option list from TORTURE_OPTIONS.  Delete -funroll[-all]-loops if
26252         no loops.  Update to reflect clarified return codes from ${tool}_load.
26253
26254 1994-10-21  Doug Evans  <dje@canuck.cygnus.com>
26255
26256         * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
26257         to grep for.
26258         (old-dejagnu): Likewise (where necessary).
26259
26260 1994-10-14  Doug Evans  <dje@canuck.cygnus.com>
26261
26262         * gcc.misc-tests/gcov.exp: New file, for gcov testing.
26263
26264         * lib/dg.exp (dg-process-target): Fix processing of selector.
26265         Add comment regarding use of `error'.
26266
26267         * lib/gcc.exp (prune_system_crud): Define if missing.
26268         * lib/g++.exp (prune_system_crud): Likewise.
26269
26270         * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
26271         Call prune_system_crud.
26272         * lib/dg.exp (dg-runtest): New proc.
26273         Use perror instead of send_user for tcl errors in testcase.
26274         Don't return any value, it's never used.
26275         Don't clobber previous definition of `unknown'.
26276         Print tcl errors in `dg-final'.
26277
26278 1994-10-12  Doug Evans  <dje@canuck.cygnus.com>
26279
26280         * lib/dg.exp (dg-process-target): Improve syntax error messages.
26281         (dg-test): Don't print errorInfo, it contains stack backtrace.
26282
26283 1994-09-26  Doug Evans  (dje@canuck.cygnus.com)
26284
26285         * lib/g++.exp (runtest_file_p): Define if missing.
26286
26287 1994-09-24  Doug Evans  (dje@cygnus.com)
26288
26289         * lib/mike-g++.exp: Comment out loading of g++.exp.
26290         * lib/g++.exp: Update copyright.  Test for existence of $CXX at start.
26291         (default_g++_version): Always print something.
26292         (default_g++_start): Comment out call to `which'.
26293         (g++_start, g++_load): Deleted (must be defined in config file).
26294         * lib/gcc.exp: Test for existence of $CC at start.
26295         Delete check for tmpdir (done in gcc_init).
26296         (default_gcc_version): Always print something.
26297         (default_gcc_start): Comment out call to `which'.
26298         * config/*.exp: Major cleanup - make cross targets work at least a
26299         little better for g++ (by not being "--tool gcc" specific).
26300         Rename gcc_xxx to ${tool}_xxx.
26301         * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
26302         * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
26303
26304 1994-09-22  Doug Evans  (dje@canuck.cygnus.com)
26305
26306         * lib/c-torture.exp (c-torture-compile): Rework compiler
26307         message processing.
26308
26309         * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
26310         c-torture.
26311
26312 1994-09-21  Doug Evans  (dje@canuck.cygnus.com)
26313
26314         * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
26315
26316         * lib/dg.exp (dg-process-target): Support { target native }.
26317
26318 1994-09-20  Doug Evans  (dje@canuck.cygnus.com)
26319
26320         * lib/dg.exp (dg-test): Clean up some comments.  Delete code that
26321         looked for "... program xxx got fatal signal".
26322         Correct regsub munging of `comp_output'.
26323         Ignore compiler messages "path prefix not used" and "linker input
26324         file unused".
26325
26326 1994-09-14  Doug Evans  (dje@canuck.cygnus.com)
26327
26328         * lib/gcc.exp (runtest_file_p): Define if missing.
26329         * gcc.prms/template.c: Example to work from.
26330
26331 1994-09-13  Doug Evans  (dje@canuck.cygnus.com)
26332
26333         * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
26334         * lib/dg.exp (dg-test): Call unsupported testcases as such.
26335
26336         * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
26337         * gcc.prms/1883.c: Moved from compile/940714-1.c.
26338         * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
26339         execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
26340
26341         * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
26342         (dg-process-target): No longer a varargs proc.
26343         Return S/N for target, P/F for xfail.  All callers changed.
26344         (user option procs): More argument checking.
26345         (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
26346         (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
26347         (dg-test): Skip test if not running on selected target in `dg-do'.
26348         Update handling of `dg-do-what', `dg-output-text'.
26349         Separate execution pass/fail from output pattern match pass/fail.
26350         Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
26351
26352 1994-09-12  Jim Wilson  (wilson@sphagnum.cygnus.com)
26353
26354         * gcc.c-torture/special/special.exp: Don't expect failure for mips
26355         target for 920510-1.c.
26356
26357 1994-09-12  Doug Evans  (dje@canuck.cygnus.com)
26358
26359         * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
26360         Clean up comment regarding use of passcnt, etc.
26361         (gcc_stat): Don't update `testcnt' here.
26362         (gcc_finish): Do it here.
26363         Might as well reset `but_id' here too.
26364         * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
26365         to determine if the file should be tested.
26366         * gcc.c-torture/compile/compile.exp: Likewise.
26367         * gcc.c-torture/execute/execute.exp: Likewise.
26368         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
26369         * gcc.misc-tests/dg-test.exp: Likewise.
26370         * gcc.prms/prms.exp: Likewise.
26371         * gcc.wendy/wendy.exp: Likewise.
26372         * g++.old-deja.exp: Likewise.
26373         Move "Testing file" message to verbose level 1.
26374
26375 1994-09-09  Doug Evans  (dje@canuck.cygnus.com)
26376
26377         * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
26378
26379 1994-09-08  Doug Evans  (dje@canuck.cygnus.com)
26380
26381         * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
26382         (default_gcc_start): Accept optional second list element
26383         of compiler flags.  Print compiler output at verbosity level 2.
26384         Remove setting of CFLAGS, LIBS, LDFLAGS from here.
26385         (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
26386         Save current values of framework globals passcnt, failcnt, xpasscnt,
26387         and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
26388         gcc_xfailcnt.  Set global `tmpdir' to /tmp if it doesn't exist.
26389         (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
26390         xfailcnt to compute stats.  Update framework global `testcnt' from
26391         pass/fail counts.
26392         (gcc_finish): New proc.  Clean up test environment.
26393         (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
26394         (gcc_epass, gcc_efail): Delete.
26395         * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
26396         argument of line number.
26397         (dg-init): If the tool has an init routine, call it.
26398         (dg-test): Remove args `cflags_var' and `libs_var'.
26399         Pass all compiler options to ${tool}_start.
26400         Handle missing line number.
26401         (dg-finish): New function.
26402         * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
26403         particular files.  Call gcc_finish at end.  Move "skipping test"
26404         message to verbosity level 3.
26405         * gcc.c-torture/compile/compile.exp: Likewise.
26406         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
26407         * gcc.c-torture/execute/execute.exp: Likewise.
26408         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
26409         Print testcase being tried at verbosity level 1.
26410         * gcc.c-torture/special/special.exp: Unset xfail.
26411         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
26412         * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
26413         * gcc.c-torture/noncompile/noncompile.exp: Likewise.
26414         * gcc.failure/failure.exp: Likewise.
26415         * gcc.ieee/ieee.exp: Likewise.
26416         * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
26417         Update call to dg-test.  Call dg-finish at end.
26418         * gcc.misc-tests/mg.exp: Call gcc_finish at end.  Unset orig_flags.
26419         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
26420         * gcc.misc-tests/misc.exp: Call gcc_finish at end.
26421         * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
26422         Delete LDFLAGS.  Update call to dg-test.  Call dg-finish at end.
26423         * gcc.wendy/wendy.exp: Add copyright.
26424         Delete setting of tmpdir (done by gcc_init).
26425         Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
26426         Pass compiler flags to gcc_start.  Call gcc_finish at end.
26427         * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
26428         gcc_[ce]pass/fail.
26429
26430 1994-09-07  Doug Evans  (dje@canuck.cygnus.com)
26431
26432         * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
26433         confusion.
26434         (g++_load): Likewise.
26435
26436         * config/*.exp (gcc_load): Some were varargs fns and some were not.
26437         Rename argument to `prog' to remove the confusion.
26438         Varargs fns behave differently too!
26439         (g++_load): Likewise.
26440
26441         * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
26442
26443         * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
26444         what it is.  Delete (always) printing of status value for !native.
26445         Simplify verbose code, and include status and exec_output.
26446         (g++_load): Use gcc_load.
26447
26448 1994-09-04  Jim Wilson  (wilson@sphagnum.cygnus.com)
26449
26450         * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
26451         * gcc.c-torture/noncompile/noncompile.exp: Delete support for
26452         920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
26453         940714-3.c as these testcases don't exist anymore.  Make
26454         va-arg-1.c expected to pass.
26455
26456 1994-08-19  Doug Evans  (dje@canuck.cygnus.com)
26457
26458         * gcc.misc-tests/misc.exp: Only run specific testcases.
26459         * gcc.misc-tests/dg-test.exp: New file.  Tests dg.exp.
26460         * gcc.misc-tests/dg-[1-9].c: New files.
26461
26462         * lib/dg.exp: New testsuite driver.
26463         * gcc.prms/prms.exp: Use it.
26464
26465         * README.gcc: New file.
26466
26467         * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
26468         Document and reset `lxpass' and `lxfail'.
26469         Simplify "initialized" message.
26470         (gcc_stat): Clean up comments a little.
26471
26472 1994-08-16  Doug Evans  (dje@canuck.cygnus.com)
26473
26474         * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
26475
26476 1994-08-15  Doug Evans  (dje@canuck.cygnus.com)
26477
26478         * lib/old-dejagnu.exp (process-option): New proc.
26479         (old-dejagnu-init, old-dejagnu-stat): Likewise.
26480         (old-dejagnu): Simplify.
26481         * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
26482
26483 1994-08-14  Jeff Law  (law@snake.cs.utah.edu)
26484
26485         * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
26486         exists and is not an empty string.
26487
26488         * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
26489         $xfail rather than calling setup_xfail.  Clear $xfail when test is
26490         finished.
26491         (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
26492         automatically.
26493
26494         * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
26495         longer expected to fail.
26496
26497         * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
26498         "f" function call.
26499
26500         * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
26501
26502         * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
26503         940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
26504         complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
26505         struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
26506         c-torture-1.29.
26507
26508         * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
26509         strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
26510
26511         * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
26512
26513         * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
26514         940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
26515
26516         * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
26517         940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
26518         labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
26519
26520 1994-07-12  Jim Kingdon  (kingdon@lioth.cygnus.com)
26521
26522         * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
26523         gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
26524         940714-1.c, 940714-2.c, 940714-3.c},
26525         gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
26526         gcc.misc-tests/{mg.c,mg.exp}:
26527         New tests.
26528         * gcc.noncompile/noncompile.exp: Change accordingly.
26529
26530 1994-07-07  Doug Evans  (dje@canuck.cygnus.com)
26531
26532         * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
26533         Undo previous clobberage.
26534
26535 1994-07-04  Jeff Law  (law@snake.cs.utah.edu)
26536
26537         * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
26538         * gcc.special/{930510-1.c, special.exp}:
26539         * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
26540         931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
26541         struct-varargs-1.c}: New tests from c-torture-1.26.
26542
26543 1994-06-28  J.T. Conklin  (jtc@phishhead.cygnus.com)
26544
26545         * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
26546           argument to switch.
26547
26548 1994-05-21  Bill Cox  (bill@rtl.cygnus.com)
26549
26550         * Revert the previous changes.  Please see Rob's directory
26551           (/lisa/test/rob/progressive/gcc/testsuite) for testing
26552           fixes.
26553
26554 1994-05-19  Bill Cox  (bill@rtl.cygnus.com)
26555
26556         * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
26557             g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
26558             g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
26559             g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
26560             g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
26561             g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
26562             g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
26563             g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
26564             g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
26565             g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
26566             g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
26567             g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
26568             g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
26569             g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
26570             g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
26571             g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
26572             g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
26573             g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
26574             g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
26575             g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
26576             g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
26577             g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
26578             gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
26579             gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
26580             gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
26581             lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
26582             lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
26583
26584 1994-05-17  Bill Cox  (bill@rtl.cygnus.com)
26585
26586         * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
26587             lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
26588           with perror calls.
26589
26590 1994-05-02  Jason Merrill  (jason@deneb.cygnus.com)
26591
26592         * config/unix.exp (g++_load): Fix syntax.
26593
26594 1994-04-14  Jim Wilson  (wilson@sphagnum.cygnus.com)
26595
26596         * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
26597         * gcc.noncompile/921017-1.c: Deleted obsolete test.
26598         * gcc.noncompile/noncompile.exp: Remove code for deleted test.
26599         Don't expect va-arg-1.c to fail.  Correct expected output for
26600         920928-1.c.
26601         * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
26602         * gcc.wendy/hbm4.c: Correct typo.
26603         * gcc.wendy/tad1.c, tad2.c: Correct expected output.
26604
26605 1994-03-28  Doug Evans  (dje@canuck.cygnus.com)
26606
26607         * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
26608         * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
26609         gcc_[ce]{pass,fail}.  Explicitly remove executable if test passes.
26610         * lib/c-torture.exp (c-torture-compile): Ditto.
26611
26612         Reduce volume of output (remove all the -I's and such).
26613         * lib/c-torture.exp (c-torture-compile): New argument OPTION.
26614         Call gcc_cpass, gcc_cfail.
26615         (c-torture): Pass testing option to c-torture-compile.
26616
26617 1994-03-21  Doug Evans  (dje@cygnus.com)
26618
26619         Bring patches over from progressive.
26620         * config/default.exp: Exit remote shell cleanly.
26621         (g++_exit, g++_start): Add default versions.
26622         * config/sim.exp (gcc_load): Use perror, not error.
26623
26624 1994-03-20  Doug Evans  (dje@canuck.cygnus.com)
26625
26626         * lib/gcc.exp: Don't set CFLAGS if CC not set.  It clobbers the value
26627         set in site.exp.
26628
26629 1994-03-14  Doug Evans  (dje@cygnus.com)
26630
26631         * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
26632         DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
26633         (wendy_try): New proc to run testcase.
26634         (main loop): Call 'em.
26635         * gcc.wendy/*.c: Clean up pass to correct expected output.
26636
26637         * lib/gcc.exp: Minor cleanup work.
26638         (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
26639
26640 1994-03-09  Doug Evans  (dje@canuck.cygnus.com)
26641
26642         * config/sim.exp (gcc_load): Document return codes better.
26643         Don't pass -v to simulator.
26644
26645 1994-02-24  Jeffrey A. Law  (law@snake.cs.utah.edu)
26646
26647           * gcc.special/920717-x.c: Fix typo.
26648           * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
26649           get at sources.
26650
26651         * lib/mike-gcc.exp: Fix typo.
26652
26653 1994-02-15  Rob Savoye  (rob@darkstar.cygnus.com)
26654
26655         * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
26656         binary to use, transform the name.
26657         * config/*.exp: rename everything. Nuke any g++ specific files,
26658         it's now a special case of gcc that requires no special support.
26659         Add a default.exp for unsupported targets.
26660
26661 1994-02-11  Rob Savoye  (rob@poseidon.cygnus.com)
26662
26663         * g++.jason/report.exp, g++.old-deja/old-deja.exp,
26664         lib/old-dejagnu.exp: Fix a few patterns to work with the new
26665         version of Tcl.
26666
26667 1994-02-09  Rob Savoye  (rob@darkstar.cygnus.com)
26668
26669         * lib/c-torture.exp: Made "file prefix*never used a pass, rather
26670         than a warning.
26671
26672 1994-02-06  Jeffrey A. Law  (law@snake.cs.utah.edu)
26673
26674         * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
26675
26676 1994-01-03  Jim Wilson  (wilson@sphagnum.cygnus.com)
26677
26678         * gcc.execute/execute.exp: Combine opt_list and foption_list into
26679         option_list.  Compile every file with only 4/6 option choices
26680         (same as C torture) instead of with 12/18 different option
26681         choices.
26682         * lib/c-torture.exp: Likewise.
26683
26684         * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
26685         not already set.
26686
26687 1993-12-30  Mike Stump  (mrs@rtl.cygnus.com)
26688
26689         * lib/old-deja.exp: Add `excess errors test fails' error, now one
26690         can put an XFAIL *-*-* on excess errors.
26691
26692 1993-12-19  Jeffrey A. Law  (law@snake.cs.utah.edu
26693
26694         * g++.law: Add more tests derived from g++-bugs snapshots.
26695
26696         * g++.law/init11.{c,exp}: Delete test.  Brendan sez it's
26697         equivalent to g++.law/init9.
26698
26699         * lib/mike-gcc.exp (postbase): Delete the .o file after we've
26700         compiled it, and the a.out file after we've run it.
26701
26702 1993-12-17  Brendan Kehoe  (brendan@lisa.cygnus.com)
26703
26704         * lib/mike-g++.exp (postbase): Delete the .o file after we've
26705         compiled it, and the a.out file after we've run it.
26706
26707 1993-12-17  Jeffrey A. Law  (law@snake.cs.utah.edu)
26708
26709         * g++.law/*.exp: Avoid losing arguments added via "append" commands.
26710
26711 1993-12-15  Rob Savoye  (rob@darkstar.cygnus.com)
26712
26713         * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
26714         version number.
26715
26716 1993-12-12  Jeffrey A. Law  (law@snake.cs.utah.edu)
26717
26718         * g++.law: New directory of g++ tests derived from the g++-bugs
26719         snapshots.
26720
26721 1993-12-09  Jeffrey Wheat  (cassidy@cygnus.com)
26722
26723         * gcc.compile: initbug1.c initbug1.exp testcase added
26724
26725 1993-12-06  Jeffrey Wheat  (cassidy@cygnus.com)
26726
26727         * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
26728         * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
26729           fixes submitted by Jeff Law (law@cs.utah.edu)
26730         * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
26731           Jeff Law (law@cs.utah.edu)
26732
26733
26734 1993-11-30  Mike Stump  (mrs@cygnus.com)
26735
26736         * config/unix-g++.exp: Follow the gcc way of doing things.
26737         * g++.old-deja/old-deja.exp: Minor updates.
26738         * lib/g++.exp: New file, follow the gcc way of doing things.
26739         * lib/old-dejagnu.exp: Minor updates.
26740         * lib/mike-g++.exp: Always unset errorInfo.
26741
26742 1993-11-06  Mike Stump  (mrs@cygnus.com)
26743
26744         * lib/gcc.exp: Fix some errors with the below change, CC and
26745         CFLAGS should be global when setting, not local.
26746
26747 1993-11-03  Rob Savoye  (rob@darkstar.cygnus.com)
26748
26749         * lib/gcc.exp: Transform tool name.
26750
26751 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
26752
26753         * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
26754
26755 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
26756
26757         * lib/gcc.exp: change gcc_done to gcc_stat
26758
26759 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
26760
26761         * Upgraded gcc testsuite to c-torture version 1.25
26762
26763 1993-10-24  Jeffrey Wheat  (cassidy@cygnus.com)
26764
26765         * lib/gcc.exp: added reporting code. Changed verbose compile message.
26766         * lib/c-torture: added hooks for new reporting code.
26767
26768 1993-10-21  Jeffrey Wheat  (cassidy@cygnus.com)
26769
26770         * config/sh-gcc.exp: check if sh-sim exists in the path
26771
26772 1993-10-18  Jeffrey Wheat  (cassidy@cygnus.com)
26773
26774         * gcc.code_quality/code_quality.exp: Initial changes for new logic.
26775         * gcc.compile/compile.exp: Initial changes for new logic.
26776         * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
26777         * gcc.failure/failure.exp: Initial changes for new logic.
26778         * gcc.ieee/ieee.exp: Initial changes for new logic.
26779         * gcc.misc-tests/misc.exp: Initial changes for new logic.
26780         * gcc.noncompile/non_compile.exp: Initial changes for new logic.
26781         * gcc.unsorted/unsorted.exp: Initial changes for new logic.
26782         * lib/c-torture.exp: Initial changes for new logic.
26783         * lib/gcc.exp: Initial changes for new logic.
26784
26785 1993-10-15  Mike Stump  (mrs@cygnus.com)
26786
26787         * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
26788         depend upon failure or success.  Fully qualify names in failure
26789         and success messages.  Always remove a.out before starting
26790         compile, just in case.  Pay more attention to error text output by
26791         the compiler.  Handle testcases with no known past errors just
26792         like all others, so that things are uniform.  Other miscellaneous
26793         improvements.
26794
26795 1993-10-13  Jeffrey Wheat  (cassidy@cygnus.com)
26796
26797         * gcc.cpp: new directory for cpp tests
26798
26799 1993-10-04  Jeffrey Wheat  (cassidy@cygnus.com)
26800
26801         * lib/chill.exp: Code reformatted, removed unused code.
26802         * config/unix-chill.exp: Code reformatted, removed unused code.
26803         * chill.execute/execute.exp: Code reformatted, removed unused code.
26804         * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
26805
26806 1993-10-04  Ian Lance Taylor  (ian@cygnus.com)
26807
26808         * config/mips-gcc.exp, config/mips-g++.exp: New files.  Execution
26809         routines not written.
26810
26811 1993-09-27  Rob Savoye  (rob@darkstar.cygnus.com)
26812
26813         * config/bug-gcc.exp: Use new procs from bug.exp.
26814
26815 1993-09-21  Rob Savoye  (rob@darkstar.cygnus.com)
26816
26817         * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
26818         via ftp, rather than depending on NFS.
26819         * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
26820         case.
26821
26822 1993-09-09  Rob Savoye  (rob@darkstar.cygnus.com)
26823
26824         * config/bug-gcc.exp: Use new download proc.
26825
26826 1993-09-14  Jeffrey Wheat  (cassidy at deneb.cygnus.com)
26827
26828         * chill.execute/execute.exp: cleanups, handles errors better
26829         * chill.compile/compile.exp: rewrite, based on execute.exp
26830         * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
26831         * lib/chill.exp: major changes to diff proc and compile and link
26832           procs. added chill_fail and chill_pass wrappers to pass and
26833           fail. added more comments, and handle error codes better.
26834           Added a hack to capture stderr from exec, so noncompile tests
26835           can work.
26836
26837 1993-09-11  Jeffrey Wheat  (cassidy@cygnus.com)
26838
26839         * chill.execute/execute.exp: rewrite of testsuite driver
26840         * lib/chill.exp: rewrite of testsuite driver
26841         * config/unix-chill.exp: rewrite of testsuite driver
26842
26843 1993-08-25  Bill Cox  (bill@rtl.cygnus.com)
26844
26845     In chill.execute:
26846         * iexpr.ch: Standardize uppercase.
26847         * tuples.dat: Standardize uppercase.
26848         * vary.ch: standardize.  Correct varying string assignments.
26849         * vary.dat: Add new output lines.
26850
26851 1993-08-24  Bill Cox  (bill@rtl.cygnus.com)
26852
26853     In chill.execute:
26854         * chprintf.ch: Standardize use of uppercase.
26855         * tuples.ch: Standardize and turn arr2 into a DCL,
26856           rather than a SYN.
26857         * pinits.ch: Standardize.
26858
26859 1993-08-23  Per Bothner  (bothner@kalessin.cygnus.com)
26860
26861         * rts.c:  Get malloc() from <stdlib.h>, not <malloc.h>.
26862         * Makefil: Renamed to Makefile.in.
26863         * configure.in: New.
26864
26865 1993-08-23  Bill Cox  (bill@rtl.cygnus.com)
26866
26867     In chill.execute:
26868         * .cvsignore: Add result/output files.
26869         * Makefile: Fix up variables at start.  Use MFLAGS
26870           everywhere.  Correct bool_loc, built_ins entries.
26871           Add entry for vary1.ch.
26872         * bitarray.ch: Standardize upper-case usage.
26873         * bitexpr.ch: Standardize, add output of b1.
26874         * params.ch: Use arrayt in along PROC parameters, to
26875           avoid novelty problems.
26876         * sets.ch: Tiny cleanup.
26877         * vary1.ch: Re-indent.
26878
26879 1993-08-17  Bill Cox  (bill@rtl.cygnus.com)
26880
26881           * Add PR-related files to Makefiles, .cvsignore files, etc.
26882
26883 1993-08-02  Jeff Wheat  (cassidy@cygnus.com)
26884
26885         * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
26886           with compiler objects. New names are test-flow.c and test-loop.c
26887
26888 1993-07-27  Jeff Wheat  (cassidy@cygnus.com)
26889
26890         * Upgraded c-torture tests from 1.19 to 1.20
26891
26892         * new files:
26893         * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
26894         * gcc.compile: 930623-1.c 930623-2.c
26895         * gcc.noncompile: 930622-1.c 930622-2.c
26896         * gcc.failure: 920411-1.c 920627-2.c
26897         * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
26898
26899 1993-07-20  Jeff Wheat  (cassidy@cygnus.com)
26900
26901         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
26902           More changes to get testsuite working properly. Needs more work.
26903           Added some support for POSIX IEEE Std 1003.3-1991 error messages.
26904
26905 1993-07-19  Jeff Wheat  (cassidy@cygnus.com)
26906
26907         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
26908           More changes to get testsuite working properly. Needs more work.
26909
26910 1993-07-13 Jeff Wheat  (cassidy@cygnus.com)
26911
26912         * chill.compile/compile.exp: Added for Dejagnu support
26913         * chill.execute/execute.exp: Added for Dejagnu support
26914         * lib/chill.exp config/unix-chill.exp  : Added for Dejagnu support
26915
26916 1993-06-19  Bill Cox  (bill@rtl.cygnus.com)
26917
26918     This should complete moving the CHILL test files.
26919         * chill.noncompile(.cvsignore printf.grt
26920             in-printf.grt chprintf.grt chprintf.ch):
26921             Added test-support files.
26922           (Makefile): Modified further.
26923         * chill.compile (emptymod.ch gdbme.ch neg_range.ch
26924             signal.ch): Added test files.
26925           * chill.execute (.cvsignore printf.grt printr.c
26926             in-printf.grt rts.c chprintf.grt rts.h): Added
26927           test-support files.
26928             (Makefile): More corrections.
26929
26930 1993-06-18  Bill Cox  (bill@rtl.cygnus.com)
26931
26932         * chill.compile, chill.execute, chill.nocompile: Add CHILL
26933           test cases, ready for DejaGnu.
26934
26935 1993-06-17  Jeffrey Wheat  (cassidy@cygnus.com)
26936
26937         * Upgraded c-torture tests from 1.18 to 1.19
26938
26939         * gcc.compile: added test(s):
26940           930607-1.c
26941         * gcc.execute: added test(s):
26942           930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
26943
26944         * added new subdirectory for misc tests: gcc.misc-tests
26945         * gcc.misc-test(s): added tests:
26946           inst-check.c test-consts.c test-ior.c test-switch.c
26947
26948 1993-06-09  Brendan Kehoe  (brendan@lisa.cygnus.com)
26949
26950         * lib/mike-g++.exp: Load `./a.out', not `a.out'.
26951
26952 1993-06-07  Ian Lance Taylor  (ian@cygnus.com)
26953
26954         * g++.old-deja/old-deja.exp: Don't delete all the .o files.
26955
26956 1993-06-03  Jeffrey Wheat  (cassidy@cygnus.com)
26957
26958         * Upgraded c-torture tests from 1.17 to 1.18
26959
26960 1993-06-02  Jeffrey Wheat  (cassidy@cygnus.com)
26961
26962         * Upgraded c-torture tests from 1.12 to 1.17
26963
26964 1993-04-30  Mike Werner  (mtw@deneb.cygnus.com)
26965
26966         * lib/old-dejagnu.exp:
26967           Fixed handling of XFAIL target triplets to correctly
26968           recognize wildcard characters.  Removed code that
26969           appended a unique id tag to the end of the file name
26970           printed out by the result of the testcases within a
26971           given test file.
26972
26973 1993-04-29  Mike Werner  (mtw@deneb.cygnus.com)
26974
26975         * lib/old-dejagnu.exp:
26976           Reworked expected failure handling to trigger off of XFAIL
26977           keyword in keyphrase embeded in testcase source code. The
26978           XFAIL keyword must be at the end of the keyphrase line. It
26979           may optionally be followed by one or more target triplets.
26980           It has just occured that the handling of wildcards in the
26981           target triplet may not be correct.
26982
26983 1993-04-23  Mike Werner  (mtw@deneb.cygnus.com)
26984
26985         * g++.old-deja/tests:
26986           Moved all subdirectories up one level into g++.old-deja .
26987
26988         * lib/old-dejagnu.exp:
26989           Fixed problem with CXXFLAGS not being properly reset, and being
26990           corrupted with extraneous "-c" compiler option.  This was
26991           causing binaries to not be generated for test that needed them.
26992           Modified strings passed to "pass" and "fail" so that individual
26993           tests from the same test file would be distinguished by an
26994           identifier appended to the test file name in the summary logs;
26995           this corrected a problem with erroneous diff logs.  Added code
26996           to search testcases for expected fail and unexpected pass keywords.
26997
26998 1993-04-20  Rob Savoye  (rob at darkstar.cygnus.com)
26999
27000         * lib/c-torture.exp: Ignore "file path prefix*unused" message.
27001
27002 1993-04-15  Mike Werner  (mtw@deneb.cygnus.com)
27003
27004         * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
27005           Removed extraneous text from end of "Special g++ Options"
27006           keyphrase.
27007
27008         * lib/old-dejagnu.exp: Added pattern matching to look for new
27009           keywords, embedded in testcases comments, which will trigger
27010           calls to xpass and xfail.
27011
27012 1993-04-14  Mike Werner  (mtw@deneb.cygnus.com)
27013
27014         * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
27015           comments embedded in the testcases, especially the one looking for
27016           special compiler options, as well as the pattern matching for the
27017           compiler output again.
27018
27019 1993-04-12  Mike Werner  (mtw@deneb.cygnus.com)
27020
27021         * lib/old-dejagnu.exp: Do a proper check of the return value for
27022           execute tests. Fixed several problems with the pattern matching
27023           of the compiler output which gave erroneous test results.
27024           Changed several of the test result messages to be more descriptive.
27025         * config/unix-g++.exp: Proc g++_load now actually works and
27026           executes the tests passed to it and returns a usable return
27027           value.
27028
27029 1993-04-11  Rob Savoye  (rob at darkstar.cygnus.com)
27030
27031           * lib/gcc.exp: Exits gracefully if $CC is bogus.
27032
27033 1993-04-09  Mike Werner  (mtw@deneb.cygnus.com)
27034
27035         * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
27036           Modified both files to properly execute the old style
27037           dejagnu tests. The previous versions of these files were
27038           experimental and did not function anything near correctly.
27039
27040 1993-04-05  Rob Savoye  (rob@cygnus.com)
27041
27042         * Removed all Makefile.in and configure.in files. No configuration
27043         needed now.
27044
27045 1993-04-02  Mike Werner  (mtw@deneb.cygnus.com)
27046
27047         * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
27048
27049 1993-03-28  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
27050
27051         * gcc.compile/configure.in, gcc.unsorted/configure.in,
27052         gcc.special/configure.in, gcc.noncompile/configure.in,
27053         gcc.execute/configure.in, gcc.code_quality/configure.in,
27054         g++.other/configure.in, g++.old-deja/configure.in,
27055         g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
27056         in srcname setting.
27057
27058 1993-03-25  Rob Savoye  (rob at darkstar.cygnus.com)
27059
27060         * lib/udi.exp:  Fixed mondfe and mondfe_download.
27061         * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
27062         * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
27063
27064 1993-03-25  Ian Lance Taylor  (ian@cygnus.com)
27065
27066         * config/udi-gdb.exp: Check $shell_id after connecting to target.
27067         (gdb_exit): Don't remove *_soc files.
27068
27069 1993-03-22  Ian Lance Taylor  (ian@cygnus.com)
27070
27071         * lib/c-torture.exp: Don't look for main; instead always use -w
27072         -c.  This is how the c-torture tests work.  Remove the object
27073         file if the compilation succeeds.
27074         * gcc.execute/execute.exp: Remove executable if test passes.
27075         * gcc.noncompile/noncompile.exp: Every test is an expected
27076         failure.
27077         * gcc.special/special.exp: Added tests from c-torture 1.11,
27078         corrected use of existing test.
27079         * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
27080         gcc.execute/920625-1.c: Updated to c-torture 1.11.
27081         * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
27082         gcc.compile/921109-2.c, gcc.compile/921109-3.c,
27083         gcc.compile/921111-1.c, gcc.compile/921116-2.c,
27084         gcc.compile/921118-1.c, gcc.compile/921126-1.c,
27085         gcc.compile/921202-1.c, gcc.compile/921202-2.c,
27086         gcc.compile/921203-1.c, gcc.compile/921203-2.c,
27087         gcc.compile/921206-1.c, gcc.execute/921029-1.c,
27088         gcc.execute/921104-1.c, gcc.execute/921110-1.c,
27089         gcc.execute/921112-1.c, gcc.execute/921113-1.c,
27090         gcc.execute/921117-1.c, gcc.execute/921123-1.c,
27091         gcc.execute/921123-2.c, gcc.execute/921124-1.c,
27092         gcc.execute/921202-1.c, gcc.execute/921202-2.c,
27093         gcc.execute/921204-1.c, gcc.execute/921207-1.c,
27094         gcc.execute/921208-1.c, gcc.execute/921208-2.c,
27095         gcc.execute/921215-1.c, gcc.execute/921218-1.c,
27096         gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
27097         gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
27098         c-torture 1.11.
27099         * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
27100         correspond to c-torture 1.11.
27101
27102         * New file.