OSDN Git Service

Fix wrong entry.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
1 2004-11-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
2
3         * g++.dg/opt/nothrow1.C: Use -42 instead of 42.
4
5 2004-11-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
6
7         * gcc.dg/compat/generate-random.c (generate_random_data unsafe_state):
8         Do not use C99 designators.
9
10 2004-11-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
11
12         * g++.dg/other/pragma-re-1.C (p, q): Fix type and remove cast.
13
14 2004-11-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
15
16         * gcc.c-torture/compile/simd-5.c: Do not XFAIL on SPARC 64-bit.
17         * gcc.c-torture/execute/20020227-1.x: Do not XFAIL at -O3.
18         * gcc.c-torture/execute/simd-5.x: Remove.
19
20 2004-11-06  Andrew Pinski  <pinskia@physics.uc.edu>
21
22         PR rtl-optimization/17933
23         * gcc.dg/torture/pr17933-1.c: New test.
24
25 2004-11-06  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
26
27         PR target/18106
28         * lib/target-supports.exp (check_weak_available): Support
29         Windows.
30
31 2004-11-05  Danny Smith  <dannysmith@users.sourceforge.net>
32
33         * gcc.dg/compat/struct-layout-1_generate.c (main): Generate a
34         call to fflush(stdout) before abort.
35         (my_ffsll): New function.
36         (generate_fields): Use it.
37
38 2004-11-05  Joseph S. Myers  <joseph@codesourcery.com>
39
40         * gcc.dg/init-undef-1.c: New test.
41
42 2004-11-05  Joseph S. Myers  <joseph@codesourcery.com>
43
44         * gcc.dg/20040910-1.c, gcc.dg/cpp/digraph2.c,
45         gcc.dg/cpp/direct2.c, gcc.dg/cpp/direct2s.c,
46         gcc.dg/cpp/separate-1.c, gcc.dg/noncompile/951123-1.c,
47         gcc.dg/noncompile/971104-1.c, gcc.dg/noncompile/990416-1.c: Adjust
48         expected messages for new parser.
49
50 2004-11-04  Mark Mitchell  <mark@codesourcery.com>
51
52         * testsuite/g++.dg/ext/visibility/symbian1.C: New test.
53         
54 2004-11-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
55
56         * gcc.dg/pragma-align.c (sixteen): Use 8-byte alignment
57         on LP64 targets.
58
59 2004-11-04  Joseph S. Myers  <joseph@codesourcery.com>
60
61         * gcc.dg/asm-qual-1.c, gcc.dg/declspec-15.c, gcc.dg/declspec-16.c,
62         gcc.dg/declspec-17.c, gcc.dg/empty-source-1.c,
63         gcc.dg/empty-source-2.c, gcc.dg/empty-source-3.c,
64         gcc.dg/extra-semi-1.c, gcc.dg/extra-semi-2.c,
65         gcc.dg/extra-semi-3.c, gcc.dg/gnu-cond-expr-1.c,
66         gcc.dg/gnu-cond-expr-2.c, gcc.dg/gnu-cond-expr-3.c,
67         gcc.dg/init-empty-1.c, gcc.dg/init-empty-2.c,
68         gcc.dg/init-empty-3.c, gcc.dg/noncompile/old-style-parm-1.c,
69         gcc.dg/noncompile/old-style-parm-2.c, gcc.dg/stmt-expr-1.c,
70         gcc.dg/stmt-expr-2.c, gcc.dg/stmt-expr-3.c: New tests.
71
72 2004-11-04  Joseph S. Myers  <joseph@codesourcery.com>
73
74         * gcc.dg/c90-restrict-1.c, gcc.dg/c99-arraydecl-2.c,
75         gcc.dg/c99-func-2.c, gcc.dg/charset/asm2.c, gcc.dg/concat.c,
76         gcc.dg/cpp/19990413-1.c, gcc.dg/cpp/paste4.c,
77         gcc.dg/init-desig-obs-1.c, gcc.dg/noncompile/920721-2.c,
78         gcc.dg/noncompile/930622-2.c, gcc.dg/noncompile/940112-1.c,
79         gcc.dg/noncompile/950921-1.c, gcc.dg/switch-2.c,
80         objc.dg/naming-1.m, objc.dg/naming-2.m: Adjust expected messages
81         for new parser.
82
83 2004-11-04  Richard Sandiford  <rsandifo@redhat.com>
84
85         PR target/15342
86         * gcc.dg/20041104-1.c: New test.
87
88 2004-11-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
89
90         * g++.dg/template/nontype7.C: New test.
91         * g++.dg/template/nontype8.C: Likewise.
92         * g++.dg/template/nontype9.C: Likewise.
93         * g++.dg/template/nontype10.C: Likewise.
94         * g++.dg/tc1/dr49.C: Likewise.
95         * g++.dg/template/ptrmem8.C: Relax dg-error checks.
96         * g++.old-deja/g++.other/null1.C: Remove a buggy error check
97
98 2004-11-04  Ben Elliston  <bje@au.ibm.com>
99
100         * g++.dg/rtti/tinfo1.C: Remove xfails.
101
102 2004-11-04  Ben Elliston  <bje@au.ibm.com>
103
104         * g++.old-deja/g++.other/enum5.C (enum conditions): Move the
105         packed attribute to the definition to satisfy the new C++ parser.
106
107 2004-11-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
108
109         * gcc.c-torture/execute/stdarg-2.c (foo): Split multiple
110         invocations of va_arg.
111
112 2004-11-02  Mark Mitchell  <mark@codesourcery.com>
113
114         PR c++/18124
115         * g++.dg/template/crash25.C: New test.
116
117         PR c++/18155
118         * g++.dg/template/typedef2.C: New test.
119         * g++.dg/parse/crash13.C: Adjust error markers.
120
121         PR c++/18177
122         * g++.dg/conversion/const3.C: New test.
123         
124 2004-11-03  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
125
126         PR fortran/17535
127         PR fortran/17583
128         PR fortran/17713
129         * gfortran.dg/generic_[123].f90: New testcases.
130
131 2004-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
132
133         * gcc.dg/uninit-C.c: Remove special-casing for SPARC.
134         * gcc.dg/uninit-H.c: Define to "sp" on SPARC.
135
136 2004-11-02  Andrew Pinski  <pinskia@physics.uc.edu>
137
138         PR tree-opt/16808
139         * gcc.c-torture/compile/pr16808.c: New test.
140
141 2004-11-02  Nathan Sidwell  <nathan@codesourcery.com>
142
143         PR rtl-optimization/17104
144         * gcc.dg/ppc-bitfield1.c: New.
145
146 2004-11-01  Richard Sandiford  <rsandifo@redhat.com>
147
148         * gcc.dg/uninit-H.c (ASM): Define to "$sp" on MIPS targets.
149
150 2004-11-01  Richard Sandiford  <rsandifo@redhat.com>
151
152         * g++.dg/abi/mangle6.C: Run for all MIPS targets.  Provide dummy
153         strings for 32-bit code.
154
155 2004-11-01  Joseph S. Myers  <joseph@codesourcery.com>
156
157         PR c/18239
158         * gcc.dg/parm-impl-decl-1.c, gcc.dg/parm-impl-decl-2.c: New tests.
159
160 2004-11-01  Nathan Sidwell  <nathan@codesourcery.com>
161
162         PR c++/18064
163         * g++.old-deja/g++.mike/p811.C: Avoid covariant extension.
164
165 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
166
167         PR c++/15172
168         * g++.dg/init/aggr2.C: New test.
169
170 2004-10-30  Ziemowit Laski  <zlaski@apple.com>
171
172         * objc.dg/local-decl-1.m: New test.
173
174 2004-10-30  Gabriel Dos Reis  <gdr@integrable-solutions.net>
175
176         * gcc.dg/20040910-1.c: Adjust regex.
177
178 2004-10-30  Roger Sayle  <roger@eyesopen.com>
179
180         PR rtl-optimization/18084
181         * g++.dg/opt/pr18084-1.C: New testcase.
182
183 2004-10-30  Matt Austern  <austern@apple.com>
184
185         PR c++/17542
186         * g++.dg/ext/attrib18.C: New test.
187         
188 2004-10-30  Roger Sayle  <roger@eyesopen.com>
189
190         PR middle-end/18096
191         * gcc.dg/pr18096-1.c: New test case.
192
193 2004-10-30  Roger Sayle  <roger@eyesopen.com>
194
195         * gcc.dg/pr17581-1.c: Add missing prototype for abort.
196
197 2004-10-30  Joseph S. Myers  <joseph@codesourcery.com>
198
199         PR c/16666
200         * gcc.dg/dremf-type-compat-1.c, gcc.dg/dremf-type-compat-2.c,
201         gcc.dg/dremf-type-compat-3.c, gcc.dg/dremf-type-compat-4.c,
202         gcc.dg/old-style-prom-1.c, gcc.dg/old-style-prom-2.c,
203         gcc.dg/old-style-prom-3.c: New tests.
204
205 2004-10-30  Danny Smith  <dannysmith@users.sourceforge.net>
206
207         * gcc.dg/bf-ms-attrib.c: Add protototype for abort.
208         Remove unnecessary inclusion of stdio.h.
209
210 2004-10-29  Roger Sayle  <roger@eyesopen.com>
211
212         PR rtl-optimization/17581
213         * gcc.dg/pr17581-1.c: New test case.
214
215 2004-10-28  Nathan Sidwell  <nathan@codesourcery.com>
216
217         * g++.dg/conversion/dr195.C: Adjust expected errors for DR195 not
218         being implemented.
219         * g++.dg/conversion/dr195-1.C: New.
220         * g++.old-deja/g++.brendan/operators4.C: Don't be pedantic.
221         * g++.old-deja/g++.mike/p10148.C: Likewise.
222
223 2004-10-29  Mark Mitchell  <mark@codesourcery.com>
224
225         PR c++/17695
226         * g++.dg/debug/typedef2.C: New test.
227
228 2004-10-29  David Billinghurst <David.Billinghurst@riotinto.com>
229
230         PR fortran/13490
231         * gfortran.dg/g77/20030326-1.f: Change xfail on error to warning.
232         * gfortran.dg/g77/README: Update.
233
234 2004-10-28  Matt Austern  <austern@apple.com>
235
236         PR c++/14124
237         * g++.dg/ext/packed7.C: New test.
238         
239 2004-10-28  Andrew Pinski  <pinskia@physics.uc.edu>
240
241         * gcc.dg/visibility-[1-9a].c: Change to use scan-hidden instead of
242         scan-assembler.
243         * lib/scanasm.exp (hidden-scan-for): New proc.
244         (scan-hidden): Use hidden-scan-for instead of constructing the scan
245         string.
246         (scan-not-hidden): Likewise.
247         * lib/target-supports.exp (check_visibility_available): mach-o is
248         support too.
249
250 2004-10-28  Mark Mitchell  <mark@codesourcery.com>
251
252         PR c++/17132
253         * g++.dg/template/memclass3.C: New test.
254
255 2004-10-28  Adam Nemet  <anemet@lnxw.com>
256
257         PR middle-end/18160  
258         * gcc.dg/register-var-1.c: New test.
259         * gcc.dg/register-var-2.c: New test.
260         * gcc.dg/asm-7.c: Taking the address of a register variable is an
261         error now.
262
263 2004-10-28  Dorit Naishlos <dorit@il.ibm.com>
264
265         PR other/18172
266         * gcc.dg/vect/vect-20.c: Use 'signed char' instaed of 'char'. Remove 
267         unused variables.
268         * gcc.dg/vect/vect-22.c: Likewise.
269
270 2004-10-28  Jakub Jelinek  <jakub@redhat.com>
271
272         * gcc.dg/i386-rotate-1.c: New test.
273
274 2004-10-27  Mark Mitchell  <mark@codesourcery.com>
275
276         * g++.dg/init/ref12.C: Add "run" marker.
277
278         PR c++/17435
279         * g++.dg/init/ref12.C: New test.
280
281         PR c++/18140
282         * g++.dg/template/shift1.C: New test.
283         * g++.dg/template/error10.C: Adjust error markers.
284
285 2004-10-27  Andrew Pinski  <pinskia@physics.uc.edu>
286
287         PR tree-opt/17529
288         * gcc.c-torture/compile/pr17529.c: Remove the xfail.
289
290 2004-10-27  Geoffrey Keating  <geoffk@apple.com>
291
292         * gcc.dg/weak/typeof-2.c: Needs aliases as well as weak.
293         * gcc.dg/weak/weak-3.c: Likewise.
294         * gcc.dg/weak/weak-5.c: Likewise.
295         * gcc.dg/weak/weak-9.c: Likewise.
296         * lib/file-format.exp (gcc_target_object_format): Darwin has Mach-O.
297         * lib/target-supports.exp (check_weak_available): Mach-O does weak.
298
299         * gcc.dg/darwin-weakimport-1.c: New.
300
301 2004-10-28  Ben Elliston  <bje@au.ibm.com>
302
303         * gcc.dg/tree-ssa/sra-1.c: Pass --param sra-max-structure-size.
304
305 2004-10-27  Nathan Sidwell  <nathan@codesourcery.com>
306
307         * gcc.dg/cpp/direct2.c: Cope with different bison 'parse' or
308         'syntax' error messages.
309         * gcc.dg/cpp/direct2s.c: Likewise.
310
311 2004-10-26  Geoffrey Keating  <geoffk@apple.com>
312
313         * gcc.c-torture/compile/20041026-1.c: New.
314
315 2004-10-26  Mark Mitchell  <mark@codesourcery.com>
316
317         PR c++/18093
318         * g++.dg/lookup/ns2.C: New test.
319
320         PR c++/18020
321         * g++.dg/template/enum4.C: New test.
322
323         PR c++/18161
324         * g++.dg/template/expr1.C: New test.
325
326 2004-10-26  Ben Elliston  <bje@au.ibm.com>
327
328         * gcc.dg/tree-ssa/20030922-2.c: Now passing, so remove xfail.
329
330 2004-10-26  Joseph S. Myers  <jsm@polyomino.org.uk>
331
332         * gcc.dg/decl-nospec-1.c, gcc.dg/decl-nospec-2.c,
333         gcc.dg/decl-nospec-3.c: New tests.
334
335 2004-10-26  Ziemowit Laski  <zlaski@apple.com>
336
337         * objc.dg/super-class-3.m: New test.
338
339 2004-10-26  Nathan Sidwell  <nathan@codesourcery.com>
340
341         * gcc.dg/cpp/direct2.c: Adjust expected errors, robustify parser
342         resyncing.
343         * gcc.dg/cpp/direct2s.c: Likewise.
344
345 2004-10-25  Geoffrey Keating  <geoffk@apple.com>
346
347         * objc.dg/image-info.m: Update for changes to section selection.
348
349 2004-10-25  David Ayers  <d.ayers@inode.at>
350             Ziemowit Laski  <zlaski@apple.com>
351
352         * objc.dg/call-super-2.m: Add messages to 'Class <Proto>'; update
353         diagnostics when messaging 'id <Proto>'.
354         * objc.dg/class-protocol-1.m: New test.
355         * objc.dg/desig-init-1.m: Add message to an invalid receiver using
356         a non-existent method signature.
357         * objc.dg/method-5.m, objc.dg/method-6.m, objc.dg/proto-hier-1.m:
358         Update diagnostics when messaging with non-existent method signature.
359         * objc.dg/proto-hier-2.m: Adjust wording of diagnostic.
360         * objc.dg/proto-lossage-1.m, objc.dg/proto-lossage-4.m: Messages to
361         invalid receivers are now resolved as if messaging 'id'; remove
362         extraneous diagnostics.
363
364 2004-10-25  Joseph S. Myers  <jsm@polyomino.org.uk>
365
366         PR c/16667
367         * gcc.dg/init-desig-obs-1.c, gcc.dg/init-desig-obs-2.c,
368         gcc.dg/init-desig-obs-3.c: New tests.
369
370 2004-10-25  Jakub Jelinek  <jakub@redhat.com>
371
372         * gcc.dg/debug/20041023-1.c: New test.
373
374 2004-10-25  Andrew Pinski  <pinskia@physics.uc.edu>
375
376         PR middle-end/17407
377         * gcc.c-torture/compile/pr17407.c: New test.
378
379         PR c++/18121
380         * g++.dg/template/array8.C: New test.
381
382 2004-10-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
383
384         PR other/18138
385         * lib/g++.exp: Accept more than one multilib libgcc.
386         * lib/gcc-dg.exp: Likewise.
387         * lib/objc.exp: Likewise.
388         * lib/treelang.exp: Likewise.
389         * lib/gfortran.exp: Likewise.
390
391 2004-10-24  Ben Elliston  <bje@au.ibm.com>
392
393         * gcc.dg/c90-const-expr-3.c: Reference the ISO C standard.
394
395 2004-10-24  Geoffrey Keating  <geoffk@geoffk.org>
396
397         * gcc.dg/c90-const-expr-3.c: xfail all the ASSERT_NOT_NPC tests.
398         * gcc.dg/c99-const-expr-3.c: Likewise.
399
400 2004-10-23  Andrew Pinski  <pinskia@physics.uc.edu>.
401
402         * gcc.dg/tree-ssa/loop-1.c: Add -static for *-*-darwin*.
403
404 2004-10-23  Ben Elliston  <bje@au.ibm.com>
405
406         * gcc.c-torture/execute/loop-2e.x: Remove.
407
408 2004-10-22  Nathan Sidwell  <nathan@codesourcery.com>
409
410         PR c++/18095
411         * g++.dg/parse/crash18.C: New.
412         * g++.dg/parse/crash19.C: New.
413
414 2004-10-22  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
415
416         * g++.dg/ext/dllimport1.C: Move dg-warnings.
417         * g++.dg/ext/dllimport2.C: Same.
418         * g++.dg/ext/dllimport8.C: Same.
419
420 2004-10-21  Mark Mitchell  <mark@codesourcery.com>
421
422         PR c++/10841
423         * g++.dg/conversion/cast1.C: New test.
424         * g++.dg/overload/pmf1.C: Adjust error marker.
425
426 2004-10-21  Andrew Pinski  <pinskia@physics.uc.edu>
427
428         PR objc/17923
429         * objc.dg/const-str-7.m: New test.
430
431 2004-10-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
432
433         * g++.dg/template/memfriend11.C: Fix comment typo.
434         * g++.dg/template/memfriend14.C: Likewise.
435
436 2004-10-20  Richard Henderson  <rth@redhat.com>
437
438         * gcc.dg/cleanup-10.c, gcc.dg/cleanup-11.c, gcc.dg/cleanup-8.c,
439         gcc.dg/cleanup-9.c: Use -fnon-call-exceptions, not
440         -fasynchronous-unwind-tables.
441
442 2004-10-20  Richard Henderson  <rth@redhat.com>
443
444         * gcc.c-torture/unsorted/call386.c (foo): Fix return type.
445         (main): Return success.
446         * gcc.c-torture/unsorted/subcc.c (foo, bar): Fix return types.
447         (main): Return success.
448
449 2004-10-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
450
451         PR c++/13495
452         * g++.dg/template/memfriend9.C: New test.
453         * g++.dg/template/memfriend10.C: Likewise.
454         * g++.dg/template/memfriend11.C: Likewise.
455         * g++.dg/template/memfriend12.C: Likewise.
456         * g++.dg/template/memfriend13.C: Likewise.
457         * g++.dg/template/memfriend14.C: Likewise.
458         * g++.dg/template/memfriend15.C: Likewise.
459         * g++.dg/template/memfriend16.C: Likewise.
460         * g++.dg/template/memfriend17.C: Likewise.
461         * g++.old-deja/g++.pt/friend44.C: Remove bogus error.
462
463 2004-10-20  Nathan Sidwell  <nathan@codesourcery.com>
464
465         * g++.dg/conversion/dr195.C: New.
466         * g++.old-deja/g++.mike/p10148.C: Remove ill-formed cast.
467
468 2004-10-20  Ben Elliston  <bje@au.ibm.com>
469             Devang Patel  <dpatel@apple.com>
470
471         * gcc.dg/tree-ssa/ifc-20040816-2.c: Use integer arithmetic instead
472         of floating point arithmetic, which could trap.
473
474 2004-10-19  Mark Mitchell  <mark@codesourcery.com>
475
476         PR c++/14035
477         * g++.dg/conversion/reinterpret1.C: Adjust error markers.
478         * g++.dg/conversion/const2.C: New test.
479         * g++.dg/expr/reinterpret2.C: New test.
480         * g++.dg/expr/reinterpret3.C: New test.
481         * g++.dg/expr/cast2.C: New test.
482         * g++.dg/expr/copy1.C: New test.
483         * g++.dg/other/conversion1.C: Change error message.
484         * g++.dg/parse/comma1.C: Use __extension__ to allow casts from
485         function pointers to void *.
486         * g++.old-deja/g++.mike/p10148.C: Likewise.
487
488 2004-10-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
489
490         * gcc.dg/smod-1.c: Pass -mtune=i486 only on x86.
491
492 2004-10-19  Paolo Bonzini  <bonzini@gnu.org>
493
494         PR c++/18047
495
496         * g++.dg/parse/expr3.C: New test.
497
498 2004-10-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
499
500         * gcc.dg/smod-1.c: New test.
501
502 2004-10-18  Ziemowit Laski  <zlaski@apple.com>
503
504         * objc.dg/method-14.m: New test.
505
506 2004-10-18  Andrew Pinski  <pinskia@physics.uc.edu>
507
508         * gcc.c-torture/compile/pr17529.c: Fix test for non x86.
509         Also xfail as the patch was reverted.
510
511 2004-10-18  Andrew Pinski  <pinskia@physics.uc.edu>
512
513         PR middle-end/16973
514         * gcc.dg/pr16973.c: New test.
515
516 2004-10-18  Diego Novillo  <dnovillo@redhat.com>
517
518         PR tree-optimization/17656
519         * testsuite/gcc.c-torture/compile/pr17656.c: New test.
520
521 2004-10-18  Nathan Sidwell  <nathan@codesourcery.com>
522
523         * g++.dg/eh/shadow1.C: New.
524
525 2004-10-18  Jakub Jelinek  <jakub@redhat.com>
526
527         * gcc.c-torture/compile/20041018-1.c: New test.
528
529 2004-10-18  Ben Elliston  <bje@au.ibm.com>
530
531         * gcc.dg/ppc-sdata-1.c: Update to consider the possibility of the
532         compiler referring to register 0 when accessing sdata.  The linker
533         now patches things up.
534
535 2004-10-17  Andrew Pinski  <pinskia@physics.uc.edu>
536
537         PR c/17529
538         * gcc.c-torture/compile/pr17529.c: New test.
539
540 2004-10-17  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
541
542         PR c++/17743
543         * g++.dg/ext/attrib17.C: New test.
544
545 2004-10-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
546
547         * gcc.dg/bf-spl1.c: Use 'float' as the base type for FP types.
548
549 2004-10-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
550
551         PR c++/10479
552         * g++.dg/ext/attrib16.C: New test.
553
554 2004-10-15  Mark Mitchell  <mark@codesourcery.com>
555
556         PR c++/17042
557         * g++.dg/init/dso_handle1.C: New test.
558
559         PR c++/14667
560         * g++.dg/parse/typedef6.C: New test.
561
562         PR c++/17916
563         * g++.dg/parse/pragma1.C: New test.
564
565 2004-10-15  Aldy Hernandez  <aldyh@redhat.com>
566
567         * gcc.c-torture/execute/ieee/ieee.exp: Disable on powerpc-*-*spe.
568
569 2004-10-15  Steve Ellcey  <sje@cup.hp.com>
570
571         * gcc.dg/compat/struct-layout-1_generate.c (switchfiles):  Use
572         -fno-common when on HPPA HP-UX platforms.
573
574 2004-10-15  Jakub Jelinek  <jakub@redhat.com>
575
576         PR other/16820
577         * gcc.dg/compat/struct-layout-1.h: Don't include complex.h nor
578         stdint.h.
579         * gcc.dg/compat/struct-layout-1_x1.h (TX): Cast to long instead of
580         uintptr_t.
581
582 2004-10-14  Andrew Pinski  <pinskia@physics.uc.edu>
583
584         PR c++/16301
585         * g++.dg/lookup/strong-using-4.C: New test.
586
587 2004-10-14  Andrew Pinski  <pinskia@physics.uc.edu>
588
589         PR middle-end/16567
590         * gcc.c-torture/compile/nested-1.c: New test.
591
592 2004-10-14  Dorit Naishlos  <dorit@il.ibm.com>
593
594         * testsuite/gcc.dg/vect/vect-44.c: xfail on i?86-*-*, x86_64-*-*,
595         and mipsisa64*-*-* (until support for misaligned loads is added).
596         * testsuite/gcc.dg/vect/vect-50.c: Likewise.
597         * testsuite/gcc.dg/vect/vect-52.c: Likewise.
598         * testsuite/gcc.dg/vect/vect-54.c: Likewise.
599         * testsuite/gcc.dg/vect/vect-58.c: Likewise.
600         * testsuite/gcc.dg/vect/vect-60.c: Likewise.
601         * testsuite/gcc.dg/vect/vect-80.c: Likewise.
602
603 2004-10-14  Mark Mitchell  <mark@codesourcery.com>
604
605         PR c++/17976
606         * g++.dg/init/dtor3.C: New test.
607
608 2004-10-15  Ben Elliston  <bje@au.ibm.com>
609
610         * gcc.dg/ppc-stackalign-1.c: Set dg-options to {}.
611
612 2004-10-14  Geoffrey Keating  <geoffk@apple.com>
613
614         * gcc.dg/darwin-misaligned.c: Don't supply -force_cpusubtype_ALL.
615         * gcc.dg/macho-lo-sum.c: Likewise.
616
617 2004-10-14  Joseph S. Myers  <joseph@codesourcery.com>
618
619         * gcc.dg/ppc-spe64-1.c: New test.
620
621 2004-10-14  Devang Patel  <dpatel@apple.com>
622
623         PR 17635
624         * gcc.dg/pr17635.c : New test.
625         
626 2004-10-14  Olga Golovanevsky  <olga@il.ibm.com>
627
628         * testsuite/gcc.dg/vect/vect-28.c: Remove xfail.
629         * testsuite/gcc.dg/vect/vect-30.c: Remove xfail.
630         * testsuite/gcc.dg/vect/vect-31.c: Vectorize 4 loops instead of 2.
631         * testsuite/gcc.dg/vect/vect-33.c: Remove xfail.
632         * testsuite/gcc.dg/vect/vect-44.c: Remove xfail.
633         * testsuite/gcc.dg/vect/vect-46.c: Remove xfail.
634         * testsuite/gcc.dg/vect/vect-50.c: Remove xfail.
635         * testsuite/gcc.dg/vect/vect-52.c: Remove xfail.
636         * testsuite/gcc.dg/vect/vect-54.c: Remove xfail.
637         * testsuite/gcc.dg/vect/vect-58.c: Remove xfail.
638         * testsuite/gcc.dg/vect/vect-60.c: Remove xfail.
639         * testsuite/gcc.dg/vect/vect-64.c: Vectorize 3 loops instead of 1.
640         * testsuite/gcc.dg/vect/vect-66.c: Vectorize 3 loops instead of 2.
641         * testsuite/gcc.dg/vect/vect-68.c: Vectorize 4 loops instead of 2.
642         * testsuite/gcc.dg/vect/vect-69.c: Vectorize 4 loops instead of 2.
643         * testsuite/gcc.dg/vect/vect-8.c: Remove xfail.
644         * testsuite/gcc.dg/vect/vect-80.c: Remove xfail.
645         * testsuite/gcc.dg/vect/vect-none.c: Vectorize 1 loops instead of 0.
646
647 2004-10-14  Dorit Naishlos  <dorit@il.ibm.com>
648
649         * gcc.dg/vect/vect-82.c: New testcase.  
650         * gcc.dg/vect/vect-82_64.c: New testcase.       
651         * gcc.dg/vect/vect-83.c: New testcase.  
652         * gcc.dg/vect/vect-83_64.c: New testcase.       
653
654 2004-10-14  Joseph S. Myers  <jsm@polyomino.org.uk>
655
656         * gcc.dg/cpp/error-1.c: New test.
657
658 2004-10-14  Joseph S. Myers  <jsm@polyomino.org.uk>
659
660         * gcc.dg/c99-tag-3.c, gcc.dg/declspec-14.c: New tests.
661
662 2004-10-14  Hans-Peter Nilsson  <hp@axis.com>
663
664         PR target/17984
665         * gcc.dg/cris-peep2-xsrand2.c: New test.
666
667 2004-10-13  Andrew Pinski  <pinskia@physics.uc.edu>
668
669         PR c++/17661
670         * testsuite/g++.dg/expr/for2.C: New test.
671
672 2004-10-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
673
674         * g++.dg/inherit/thunk1.C: Run on the SPARC.
675
676 2004-10-13  Jakub Jelinek  <jakub@redhat.com>
677
678         PR tree-optimization/17724
679         * g++.dg/opt/pr17724-1.C: New test.
680         * g++.dg/opt/pr17724-2.C: New test.
681         * g++.dg/opt/pr17724-3.C: New test.
682         * g++.dg/opt/pr17724-4.C: New test.
683         * g++.dg/opt/pr17724-5.C: New test.
684         * g++.dg/opt/pr17724-6.C: New test.
685
686 2004-10-12  Joseph S. Myers  <jsm@polyomino.org.uk>
687
688         PR c/17301
689         * gcc.dg/pr17301-2.c: New test.
690
691 2004-10-11  Mark Mitchell  <mark@codesourcery.com>
692
693         PR c++/15876
694         * g++.dg/parse/error22.C: New test.
695
696         PR c++/17936
697         * g++.dg/template/spec18.C: New test.
698
699 2004-10-11  Steve Ellcey  <sje@cup.hp.com>
700
701         * testsuite/gcc.dg/ia64-asm-1.c: Add prototype for abort
702         * testsuite/gcc.dg/ia64-sync-1.c: Add prototype for abort and
703         memcpy. 
704         * testsuite/gcc.dg/ia64-sync-2.c: Ditto.
705         * testsuite/gcc.dg/ia64-sync-3.c: Ditto.
706
707 2004-10-11  Andrew Pinski  <pinskia@physics.uc.edu>
708
709         * g++.dg/eh/cleanup5.C: Add dg-options "".
710
711 2004-10-11  Roger Sayle  <roger@eyesopen.com>
712
713         PR middle-end/17657
714         * gcc.dg/switch-4.c: New test case.
715
716 2004-10-11  Richard Sandiford  <rsandifo@redhat.com>
717
718         * gcc.c-torture/execute/20041011-1.c: New test.
719
720 2004-10-10  Andrew Pinski  <pinskia@physics.uc.edu>
721
722         PR c++/17554
723         * g++.dg/init/for3.C: New test.
724
725         PR c++/17657
726         * g++.dg/opt/switch2.C: New test.
727
728         PR middle-end/17703
729         * g++.dg/warn/Wreturn-2.C: New test.
730
731 2004-10-10  Andrew Pinski  <pinskia@physics.uc.edu>
732
733         PR c++/17907
734         * g++.dg/eh/cleanup5.C: New test.
735
736 2004-10-10  Mark Mitchell  <mark@codesourcery.com>
737
738         PR c++/17393
739         * g++.dg/parse/error21.C: New test.
740
741 2004-10-10  Gabriel Dos Reis  <gdr@integrable-solutions.net>
742
743         * g++.dg/overload/pmf1.C: Adjust quoting marks.
744         * g++.dg/warn/incomplete1.C: Likewise.
745         * g++.dg/template/qualttp20.C: Likewise.
746
747 2004-10-10  Joseph S. Myers  <jsm@polyomino.org.uk>
748
749         PR c/17881
750         * parm-incomplete-1.c: New test.
751
752 2004-10-09  Mark Mitchell  <mark@codesourcery.com>
753
754         PR c++/17867
755         * g++.dg/parse/error19.C: New test.
756
757         PR c++/17670
758         * g++.dg/init/new11.C: New test.
759
760         PR c++/17821
761         * g++.dg/parse/error20.C: New test.
762
763         PR c++/17826
764         * g++.dg/template/crash24.C: New test.
765         
766 2004-10-10  Joseph S. Myers  <jsm@polyomino.org.uk>
767
768         PR c/17301
769         * gcc.dg/pr17301-1.c: New test.
770
771 2004-10-10  Joseph S. Myers  <jsm@polyomino.org.uk>
772
773         PR c/17189
774         * gcc.dg/anon-struct-5.c: New test.
775
776 2004-10-09  Joseph S. Myers  <jsm@polyomino.org.uk>
777
778         PR c/17844
779         * gcc.dg/pr17844-1.c: New test.
780
781 2004-10-09  Zdenek Dvorak  <dvorakz@suse.cz>
782
783         PR tree-optimization/17906
784         * gcc.c-torture/compile/pr17906.c: New.
785
786 2004-10-09  Stuart Hastings  <stuart@apple.com>
787             Roger Sayle  <roger@eyesopen.com>
788
789         PR rtl-optimization/17853
790         * gcc.dg/i386-mmx-5.c: New testcase.
791
792 2004-10-09  Andrew Pinski  <pinskia@physics.uc.edu>
793
794         * g++.dg/opt/pr17902.C: Fix typo in dg-do.
795
796 2004-10-09  Mark Mitchell  <mark@codesourcery.com>
797
798         PR c++/17524
799         * g++.dg/template/static9.C: New test.
800
801         PR c++/17685
802         * g++.dg/parse/operator5.C: New test.
803
804 2004-10-09  Roger Sayle  <roger@eyesopen.com>
805
806         PR middle-end/17894
807         * gcc.c-torture/execute/divcmp-4.c: New test case.
808
809 2004-10-08  Andrew Pinski  <pinskia@physics.uc.edu>
810
811         PR tree-opt/17902
812         * g++.dg/opt/pr17902.C: New test.
813
814 2004-10-09  Jakub Jelinek  <jakub@redhat.com>
815
816         * gcc.dg/cpp/ident-1.c: Add dg-options "".
817
818 2004-10-08  Joseph S. Myers  <jsm@polyomino.org.uk>
819
820         * gcc.dg/float-range-1.c, gcc.dg/float-range-2.c: New tests.
821
822 2004-10-08  Joseph S. Myers  <jsm@polyomino.org.uk>
823
824         * gcc.dg/assign-warn-3.c: New test.
825
826 2004-10-08  Andrew Pinski  <pinskia@physics.uc.edu>
827
828         PR c/16999
829         * gcc.dg/cpp/ident-1.c: New test.
830
831 2004-10-08  Nathan Sidwell  <nathan@codesourcery.com>
832
833         * gcc.c-torture/compile/acc1.c: New.
834
835 2004-10-08  Andrew Pinski  <pinskia@physics.uc.edu>
836
837         * gcc.dg/darwin-longdouble.c: Include stdlib.h and string.h.
838         * gcc.dg/darwin-abi-2.c: Include stdlib.h.
839
840 2004-10-08  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
841
842         * gcc.dg/ultrasp11.c: New test.
843
844 2004-10-08  Michael Matz  <matz@suse.de>
845
846         * gcc.dg/doloop-2.c: New test.
847
848 2004-10-08  Joseph S. Myers  <jsm@polyomino.org.uk>
849
850         * gcc.dg/assign-warn-1.c, gcc.dg/assign-warn-2.c: New tests.
851         * gcc.dg/warn-1.c, gcc.dg/noncompile/20020213-1.c,
852         objc.dg/method-9.m: Update expected diagnostics.
853
854 2004-10-07  Geoffrey Keating  <geoffk@apple.com>
855
856         * gcc.dg/ppc-fsel-3.c: New file.
857         * gcc.dg/ppc-fsel-1.c: Add -fno-trapping-math, update comment.
858
859 2004-10-07  Paul Brook  <paul@codesourcery.com>
860
861         * gfortran.dg/intrinsic_verify_1.f90: New test.
862
863 2004-10-07  Paul Brook  <paul@codesourcery.com>
864
865         * gfortran.dg/empty_format_1.f90: Remove stray commas.
866
867 2004-10-07  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
868
869         * gfortran.fortran-torture/execute/intrinsic_mvbits.f90, 
870         gfortran.dg/ishft.f90: Add more tests. Add dg-warning in followup
871         commit.
872
873 2004-10-07  Andrew Pinski  <pinskia@physics.uc.edu>
874
875         * g++.dg/ext/asm6.C: Remove extraneous semicolon.
876
877 2004-10-07  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
878
879         PR c++/17115
880         * g++.dg/warn/Winline-4.C: New test.
881
882 2004-10-07  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
883
884         * gcc.c-torture/compile/20041007-1.c: New test.
885
886 2004-10-07  Paul Brook  <paul@codesourcery.com>
887
888         PR fortran/17678
889         * gfortran.dg/use_allocated_1.f90: New test.
890
891 2004-10-06  Andrew Pinski  <pinskia@physics.uc.edu>
892
893         PR middle-end/17849
894         * gfortran.fortran-torture/compile/nested.f90: New test
895
896 2004-10-06  Joseph S. Myers  <jsm@polyomino.org.uk>
897
898         * gcc.dg/Wconversion-2.c, gcc.dg/func-args-1.c: New tests.
899
900 2004-10-06  Andrew Pinski  <pinskia@physics.uc.edu>
901
902         PR c++/17368
903         * g++.dg/ext/asm6.C: New test.
904
905 2004-10-06  Kenneth Zadeck <zadeck@naturalbridge.com>
906
907         * gcc.dg/20011119-1.c : Added memory attribute to asm sequence.
908
909 2004-10-06  Paul Brook  <paul@codesourcery.com>
910
911         PR libfortran/17709
912         * gfortran.dg/empty_format_1.f90: New test.
913
914 2004-10-06  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
915
916         PR fortran/17568
917         * gfortran.dg/ishft.f90: New test.
918
919         PR fortran/17283
920         * gfortran.fortran-torture/execute/intrinsic_pack.f90: Enable new
921         tests.
922
923 2004-10-06  Paul Brook  <paul@codesourcery.com>
924
925         * gfortran.dg/do_1.f90: New test.
926
927 2004-10-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
928
929         * gcc.c-torture/execute/builtins/lib/strcpy.c: Don't abort when
930         optimizing for size.
931
932 2004-10-05  Joseph S. Myers  <jsm@polyomino.org.uk>
933
934         * gcc.dg/complex-2.c, gcc.dg/complex-2.h: New test.
935
936 2004-10-05  Joseph S. Myers  <jsm@polyomino.org.uk>
937
938         * gcc.c-torture/compile/20041005-1.c: New test.
939
940 2004-10-05  Nathan Sidwell  <nathan@codesourcery.com>
941
942         PR c++/17829
943         * g++.dg/lookup/koenig4.C: New.
944
945 2004-10-05  Gabriel Dos Reis  <gdr@integrable-solutions.net>
946
947         * g++.dg/other/classkey1.C: Adjust quoting marks.
948         * g++.dg/parse/error15.C: Likewise.
949         * g++.dg/template/meminit2.C (int>): Likewise.
950
951 2004-10-04  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
952
953         PR fortran/17283
954         * gfortran.fortran-torture/execute/intrinsic_pack.f90: Add more tests.
955
956         PR fortran/17631
957         * gfortran.fortran-torture/execute/intrinsic_mvbits.f90: New test.
958
959         PR fortran/17708
960         * gfortran.dg/pr17708.f90: New test.
961         
962 2004-10-04  Chao-ying Fu  <fu@mips.com>
963
964         * gcc.dg/vect/pr16105.c: Enable for mipsisa64*-*-*.
965         * gcc.dg/vect/vect-4.c: Ditto.
966         * gcc.dg/vect/vect-5.c: Ditto.
967         * gcc.dg/vect/vect-6.c: Ditto.
968         * gcc.dg/vect/vect-8.c: Ditto.
969         * gcc.dg/vect/vect-16.c: Ditto.
970         * gcc.dg/vect/vect-30.c: Ditto.
971         * gcc.dg/vect/vect-40.c: Ditto.
972         * gcc.dg/vect/vect-41.c: Ditto.
973         * gcc.dg/vect/vect-42.c: Ditto.
974         * gcc.dg/vect/vect-43.c: Ditto.
975         * gcc.dg/vect/vect-44.c: Ditto.
976         * gcc.dg/vect/vect-45.c: Ditto.
977         * gcc.dg/vect/vect-46.c: Ditto.
978         * gcc.dg/vect/vect-47.c: Ditto.
979         * gcc.dg/vect/vect-48.c: Ditto.
980         * gcc.dg/vect/vect-49.c: Ditto.
981         * gcc.dg/vect/vect-50.c: Ditto.
982         * gcc.dg/vect/vect-51.c: Ditto.
983         * gcc.dg/vect/vect-52.c: Ditto.
984         * gcc.dg/vect/vect-53.c: Ditto.
985         * gcc.dg/vect/vect-54.c: Ditto.
986         * gcc.dg/vect/vect-55.c: Ditto.
987         * gcc.dg/vect/vect-56.c: Ditto.
988         * gcc.dg/vect/vect-57.c: Ditto.
989         * gcc.dg/vect/vect-58.c: Ditto.
990         * gcc.dg/vect/vect-59.c: Ditto.
991         * gcc.dg/vect/vect-60.c: Ditto.
992         * gcc.dg/vect/vect-74.c: Ditto.
993         * gcc.dg/vect/vect-79.c: Ditto.
994         * gcc.dg/vect/vect-80.c: Ditto.
995
996 2004-10-04  Andrew Pinski  <pinskia@physics.uc.edu>
997
998         * gcc.dg/unused-7.c: Use the correct option.
999
1000 2004-10-04  Paul Brook  <paul@codesourcery.com>
1001         Bud Davis  <bdavis9659@comcast.net>
1002
1003         PR fortran/17706
1004         PR fortran/16434
1005         * gfortran/pr17706.f90: New test.
1006         * gfortran.dg/g77/f77-edit-s-out.f: Remove xfail.
1007
1008 2004-10-04  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1009
1010         * gfortran.dg/pr17612.f90: New test.
1011
1012 2004-10-03  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1013
1014         * g++.dg/template/local1.C: Adjust quoting marks in
1015         testing for diagnostics.
1016         * g++.dg/tls/diag-2.C: Likewise.
1017         * g++.dg/other/error8.C: Likewise.
1018
1019 2004-10-03  Andrew Pinski  <pinskia@physics.uc.edu>
1020
1021         PR c/17178
1022         * gcc.dg/unused-4.c: Adjust to be correct.
1023
1024         PR c/17820
1025         * gcc.dg/unused-7.c: New test.
1026
1027 2004-10-03  Andrew Pinski  <pinskia@physics.uc.edu>
1028
1029         PR c++/17797
1030         * g++.dg/overload/template2.C: New test.
1031
1032 2004-10-03  Kazu Hirata  <kazu@cs.umass.edu>
1033
1034         PR tree-optimization/16632
1035         * gcc.dg/tree-ssa/20041002-1.c: New.
1036
1037 2004-10-03  Paul Brook  <paul@codesourcery.com>
1038
1039         * gfortran.dg/pr17286.f90: Add dg-do line.  Explicitly test bug,
1040         rather than relying on default formatting.
1041
1042 2004-10-02  Joseph S. Myers  <jsm@polyomino.org.uk>
1043
1044         * gcc.dg/20040920-1.c: Update expected message text.
1045
1046 2004-10-02  Ulrich Weigand  <uweigand@de.ibm.com>
1047
1048         * gcc.dg/tree-ssa/loop-1.c: Merge changed dg-options for s390-*-*.
1049
1050 2004-10-01  Zdenek Dvorak  <dvorakz@suse.cz>
1051
1052         * gcc.dg/tree-ssa/loop-1.c: Check that unrolling occurs already on
1053         tree level.
1054
1055 2004-10-01  Andrew Pinski  <pinskia@physics.uc.edu>
1056
1057         * gcc.dg/tree-ssa/pr17343.c: Remove.
1058
1059 2004-10-01  Andrew Pinski  <pinskia@physics.uc.edu>
1060
1061         PR tree-opt/17343
1062         * gcc.dg/tree-ssa/pr17343.c: New test.
1063
1064 2004-10-01  Jakub Jelinek  <jakub@redhat.com>
1065
1066         * gcc.dg/tree-ssa/stdarg-1.c: Removed.
1067         * gcc.dg/tree-ssa/stdarg-2.c: Removed.
1068         * gcc.dg/tree-ssa/stdarg-3.c: Removed.
1069         * gcc.dg/tree-ssa/stdarg-4.c: Removed.
1070         * gcc.dg/tree-ssa/stdarg-5.c: Removed.
1071
1072 2004-09-30  Joseph S. Myers  <jsm@polyomino.org.uk>
1073
1074         * gcc.dg/lvalue-2.c: New test.
1075
1076 2004-09-30  Joseph S. Myers  <jsm@polyomino.org.uk>
1077
1078         PR c/17730
1079         * gcc.dg/pr17730-1.c: New test
1080
1081 2004-09-29  Joseph S. Myers  <jsm@polyomino.org.uk>
1082
1083         PR c/7425
1084         * gcc.dg/deprecated-3.c, g++.dg/warn/deprecated-2.C: New tests.
1085
1086 2004-09-29  Jakub Jelinek  <jakub@redhat.com>
1087
1088         * gcc.c-torture/execute/stdarg-1.c: New test.
1089         * gcc.c-torture/execute/stdarg-2.c: New test.
1090         * gcc.c-torture/execute/stdarg-3.c: New test.
1091         * gcc.dg/tree-ssa/stdarg-1.c: New test.
1092         * gcc.dg/tree-ssa/stdarg-2.c: New test.
1093         * gcc.dg/tree-ssa/stdarg-3.c: New test.
1094         * gcc.dg/tree-ssa/stdarg-4.c: New test.
1095         * gcc.dg/tree-ssa/stdarg-5.c: New test.
1096
1097 2004-09-29  Jakub Jelinek  <jakub@redhat.com>
1098
1099         PR tree-optimization/17697
1100         * g++.dg/opt/pr17697-1.C: New test.
1101         * g++.dg/opt/pr17697-2.C: New test.
1102         * g++.dg/opt/pr17697-3.C: New test.
1103
1104 2004-09-28  Joseph S. Myers  <jsm@polyomino.org.uk>
1105
1106         PR c/16409
1107         * gcc.dg/vla-init-2.c, gcc.dg/vla-init-3.c, gcc.dg/vla-init-4.c,
1108         gcc.dg/vla-init-5.c: New tests.
1109
1110 2004-09-27  Joseph S. Myers  <jsm@polyomino.org.uk>
1111
1112         PR c/13804
1113         * gcc.dg/pr13804-1.c: New test.
1114
1115 2004-09-27  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1116
1117         PR fortran/16938
1118         * gfortran.dg/pr16938.f90: New test.
1119
1120 2004-09-27  Mark Mitchell  <mark@codesourcery.com>
1121
1122         * g++.dg/template/crash23.C: New test.
1123
1124 2004-09-27  Mark Mitchell  <mark@codesourcery.com>
1125
1126         PR c++/17585
1127         * g++.dg/template/static8.C: New test.
1128
1129 2004-09-27  Nathan Sidwell  <nathan@codesourcery.com>
1130
1131         PR c++/17681
1132         * g++.dg/other/error9.C: New test.
1133
1134 2004-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
1135
1136         * gcc.dg/tree-ssa/loop-1.c: Use -msmall-exec on s390-*-* targets.
1137
1138 2004-09-26  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1139
1140         PR fortran/15164
1141         * gfortran.dg/pr15164.f90: New test. Fixed in followup commit.
1142
1143 2004-09-26  Roger Sayle  <roger@eyesopen.com>
1144
1145         PR middle-end/17112
1146         * gcc.dg/pr17112-1.c: New test case.
1147
1148 2004-09-26  Joseph S. Myers  <jsm@polyomino.org.uk>
1149
1150         PR c/11459
1151         * gcc.dg/pr11459-1.c: New test.
1152
1153 2004-09-25  Ulrich Weigand  <uweigand@de.ibm.com>
1154
1155         * gcc.dg/tree-ssa/loop-2.c: Avoid matching new-line in regexp.
1156         * gcc.dg/tree-ssa/loop-4.c: Likewise.
1157
1158 2004-09-25  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1159
1160         * gfortran.dg/pr15324.f90: Make array bounds consistent.
1161
1162 2004-09-25  Jan Hubicka  <jh@suse.cz>
1163
1164         * compile/30040909-1.c: New test.
1165         * compile/30040907-1.c: New test.
1166
1167 2004-09-25  Richard Sandiford  <rsandifo@redhat.com>
1168
1169         * gcc.c-torture/execute/va-arg-26.c: New test.
1170
1171 2004-09-24  Zack Weinberg  <zack@codesourcery.com>
1172
1173         * objc.dg/proto-lossage-4.m: Use long instead of int to avoid
1174         extra diagnostics on targets with 64-bit pointers.
1175         * objc.dg/selector-1.m: Adjust dg-warning regexp.
1176
1177 2004-09-24  Joseph S. Myers  <jsm@polyomino.org.uk>
1178
1179         PR c/17188
1180         * gcc.dg/nested-redef-1.c, gcc.dg/pr17188-1.c: New tests.
1181         * gcc.dg/decl-3.c: Adjust expected message.
1182
1183 2004-09-24  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1184
1185         PR fortran/17615
1186         * gfortran.dg/pr17615.f90: New test.
1187
1188 2004-09-24  Andrew MacLeod  <amacleod@redhat.com>
1189
1190         PR tree-optimzation/17517
1191         * g++.dg/tree-ssa/pr17517.C: New Test.
1192
1193 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
1194
1195         PR c++/16889
1196         * g++.dg/lookup/ambig3.C: New.
1197
1198 2004-09-24  Andrew Pinski  <pinskia@physics.uc.edu>
1199
1200         PR tree-opt/17624
1201         * g++.dg/opt/pr17624.C: New test.
1202
1203 2004-09-24  Joseph S. Myers  <jsm@polyomino.org.uk>
1204
1205         PR c/6980
1206         * gcc.dg/Wbad-function-cast-1.c: New test.
1207
1208 2004-09-23  Zack Weinberg  <zack@codesourcery.com>
1209
1210         * g++.dg/ext/complit1.C
1211         * g++.dg/other/error2.C
1212         * g++.dg/other/nontype-1.C
1213         * g++.dg/parse/crash11.C
1214         * g++.dg/parse/crash12.C
1215         * g++.dg/parse/error15.C
1216         * g++.dg/parse/error4.C
1217         * g++.dg/parse/tmpl-outside1.C
1218         * g++.dg/parse/too-many-tmpl-args1.C
1219         * g++.dg/template/dependent-expr3.C
1220         * g++.dg/template/error10.C
1221         * g++.dg/template/instantiate1.C
1222         * g++.dg/template/vtable2.C
1223         * g++.dg/warn/Wshadow-1.C
1224         * g++.dg/warn/weak1.C
1225         * g++.old-deja/g++.brendan/crash16.C
1226         * g++.old-deja/g++.brendan/crash18.C
1227         * g++.old-deja/g++.brendan/crash48.C
1228         * g++.old-deja/g++.brendan/crash49.C
1229         * g++.old-deja/g++.brendan/crash55.C
1230         * g++.old-deja/g++.brendan/crash56.C
1231         * g++.old-deja/g++.brendan/crash8.C
1232         * g++.old-deja/g++.brendan/enum11.C
1233         * g++.old-deja/g++.brendan/enum8.C
1234         * g++.old-deja/g++.brendan/enum9.C
1235         * g++.old-deja/g++.brendan/friend3.C
1236         * g++.old-deja/g++.brendan/misc14.C
1237         * g++.old-deja/g++.bugs/900402_02.C
1238         * g++.old-deja/g++.bugs/900404_03.C
1239         * g++.old-deja/g++.bugs/900404_04.C
1240         * g++.old-deja/g++.bugs/900428_03.C
1241         * g++.old-deja/g++.jason/crash4.C
1242         * g++.old-deja/g++.jason/overload21.C
1243         * g++.old-deja/g++.jason/redecl1.C
1244         * g++.old-deja/g++.jason/report.C
1245         * g++.old-deja/g++.jason/rfg10.C
1246         * g++.old-deja/g++.jason/template30.C
1247         * g++.old-deja/g++.law/arm12.C
1248         * g++.old-deja/g++.law/ctors5.C
1249         * g++.old-deja/g++.law/cvt20.C
1250         * g++.old-deja/g++.law/init10.C
1251         * g++.old-deja/g++.law/init8.C
1252         * g++.old-deja/g++.law/visibility17.C
1253         * g++.old-deja/g++.law/visibility7.C
1254         * g++.old-deja/g++.mike/net8.C
1255         * g++.old-deja/g++.mike/p646.C
1256         * g++.old-deja/g++.mike/p700.C
1257         * g++.old-deja/g++.mike/p701.C
1258         * g++.old-deja/g++.mike/p811.C
1259         * g++.old-deja/g++.ns/template13.C
1260         * g++.old-deja/g++.other/array3.C
1261         * g++.old-deja/g++.other/crash25.C
1262         * g++.old-deja/g++.other/dtor3.C
1263         * g++.old-deja/g++.other/dtor4.C
1264         * g++.old-deja/g++.other/main1.C
1265         * g++.old-deja/g++.other/warn7.C
1266         * g++.old-deja/g++.pt/crash11.C
1267         * g++.old-deja/g++.pt/crash36.C
1268         * g++.old-deja/g++.pt/spec22.C
1269         * g++.old-deja/g++.pt/spec9.C
1270         * g++.old-deja/g++.pt/ttp52.C
1271         * g++.old-deja/g++.robertl/eb103.C
1272         * g++.old-deja/g++.robertl/eb121.C
1273         * g++.old-deja/g++.robertl/eb22.C
1274         * g++.old-deja/g++.robertl/eb8.C:
1275         Update locations and/or regexps of dg-error markers.
1276         Remove markers for some bogus messages that are no longer issued.
1277
1278 2004-09-23  Jakub Jelinek  <jakub@redhat.com>
1279
1280         * gcc.c-torture/execute/builtins/strcpy-2.c: New test.
1281         * gcc.c-torture/execute/builtins/strcpy-2-lib.c: New.
1282
1283 2004-09-23  Andrew Pinski  <pinskia@physics.uc.edu>
1284
1285         PR c++/17618
1286         * g++.dg/lookup/crash5.C: New test.
1287
1288 2004-09-23  Dorit Naishlos <dorit@il.ibm.com>
1289
1290         * gcc.dg/vect/vect-27.c: Now vectorized on altivec.
1291         * gcc.dg/vect/vect-29.c: Now vectorized on altivec.
1292         * gcc.dg/vect/vect-48.c: Now vectorized on altivec.
1293         * gcc.dg/vect/vect-56.c: Now vectorized on altivec.
1294         * gcc.dg/vect/vect-72.c: New test for altivec and sse2.
1295         * gcc.dg/vect/vect-77.c: Now vectorized on altivec.
1296
1297         * gcc.dg/vect/vect-27a.c: New test for altivec and mmx.
1298         * gcc.dg/vect/vect-29a.c: New test for altivec and mmx.
1299         * gcc.dg/vect/vect-48a.c: New test for altivec and mmx.
1300         * gcc.dg/vect/vect-56a.c: New test for altivec and mmx.
1301         * gcc.dg/vect/vect-72a.c: New test for altivec and mmx.
1302         * gcc.dg/vect/vect-77a.c: New test for altivec and mmx.
1303
1304         * gcc.dg/vect/vect-13.c: Change to run test instead of compile.
1305
1306         * gcc.dg/vect/vect-44.c: Check additional cases.
1307         * gcc.dg/vect/vect-48.c: Check additional cases.
1308
1309         * gcc.dg/vect/vect-26.c: Use sse2 instead of sse.
1310         * gcc.dg/vect/vect-27.c: Use sse2 instead of sse.
1311         * gcc.dg/vect/vect-28.c: Use sse2 instead of sse.
1312         * gcc.dg/vect/vect-29.c: Use sse2 instead of sse.
1313         * gcc.dg/vect/vect-4?.c: Use sse2 instead of sse.
1314         * gcc.dg/vect/vect-75.c: Use sse2 instead of sse.
1315         * gcc.dg/vect/vect-76.c: Use sse2 instead of sse.
1316         * gcc.dg/vect/vect-77.c: Use sse2 instead of sse.
1317         * gcc.dg/vect/vect-78.c: Use sse2 instead of sse.
1318
1319         * gcc.dg/vect/vect-5?.c: Use sse2 instead of sse. Add return 0.
1320         * gcc.dg/vect/vect-60.c: Use sse2 instead of sse. Add return 0.
1321         * gcc.dg/vect/vect-61.c: Use sse2 instead of sse. Add return 0.
1322
1323 2004-09-23  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1324
1325         * gcc.dg/tree-ssa/loop-6.c: New test.
1326
1327 2004-09-23  Nathan Sidwell  <nathan@codesourcery.com>
1328
1329         PR c++/17620
1330         * g++.dg/inherit/base2.C: New.
1331
1332 2004-09-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
1333
1334         * gcc.dg/20001012-1.c: Add prototypes for builtin functions.
1335         * gcc.dg/20001012-2.c: Likewise.
1336         * gcc.dg/20001013-1.c: Likewise.
1337         * gcc.dg/20001101-1.c: Likewise.
1338         * gcc.dg/20001102-1.c: Likewise.
1339         * gcc.dg/bf-spl1.c: Likewise.
1340         * gcc.dg/titype-1.c: Remove special-casing for SPARC.
1341         * gcc.dg/20040813-1.c: Add missing "." to the regexp.
1342
1343 2004-09-22  Diego Novillo  <dnovillo@redhat.com>
1344
1345         PR tree-optimization/16721
1346         * testsuite/gcc.dg/tree-ssa/pr16721.c: New test.
1347
1348 2004-09-23  Ulrich Weigand  <uweigand@de.ibm.com>
1349
1350         * gcc.dg/20030123-1.c: Add prototypes for builtin functions.
1351         * gcc.dg/20040305-1.c: Likewise.
1352
1353 2004-09-22  Joseph S. Myers  <jsm@polyomino.org.uk>
1354
1355         PR c/16566
1356         * gcc.c-torture/compile/pr16566-1.c,
1357         gcc.c-torture/compile/pr16566-2.c,
1358         gcc.c-torture/compile/pr16566-3.c: New tests.
1359
1360 2004-09-22  Kazu Hirata  <kazu@cs.umass.edu>
1361
1362         PR tree-optimization/17512
1363         * gcc.c-torture/compile/20040916-1.c.
1364
1365 2004-09-21  Mark Mitchell  <mark@codesourcery.com>
1366
1367         * gcc.dg/pragma-re-3.c: New test.
1368
1369 2004-09-17  Matt Austern  <austern@apple.com>
1370
1371         PR c++/15049
1372         * g++.dg/other/anon3.C: New.
1373
1374 2004-09-21  Roger Sayle  <roger@eyesopen.com>
1375
1376         PR c++/7503
1377         * g++.dg/opt/pr7503-1.C: New testcase for COND_EXPR lvalues.
1378         * g++.dg/opt/pr7503-2.C: New testcase for <? and >? lvalues.
1379         * g++.dg/opt/pr7503-3.C: New testcase for invalid <? lvalue errors.
1380         * g++.dg/opt/pr7503-4.C: New testcase for <?= and >?= assignments.
1381         * g++.dg/opt/pr7503-5.C: New testcase for side-effects with <?=.
1382
1383 2004-09-21  Bud Davis  <bdavis9659@comcast.net>
1384
1385         PR fortran/17286
1386         * gfortran.dg/pr17286.f90: New test.
1387
1388 2004-09-20  Mark Mitchell  <mark@codesourcery.com>
1389
1390         PR c++/17530
1391         * g++.dg/template/static7.C: New test.
1392
1393 2004-09-20  Andrew Pinski  <pinskia@physics.uc.edu>
1394
1395         PR tree-opt/17558
1396         * gcc.c-torture/compile/pr17558.c: New test.
1397
1398 2004-09-20  Richard Sandiford  <rsandifo@redhat.com>
1399
1400         * gcc.dg/compat/sdata-section.h (SDATA_SECTION): Don't use an attribute
1401         if SKIP_ATTRIBUTE is defined.
1402
1403 2004-09-20  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1404
1405         PR fortran/15957
1406         * gfortran.dg/pr15957.f90: New test.
1407
1408 2004-09-20  Dorit Naishlos  <dorit@il.ibm.com>
1409
1410         * gcc.dg/vect/vect-74.c: Avoid floating point precision error
1411         in comparison.
1412         * gcc.dg/vect/vect-79.c: Likewise.
1413         * gcc.dg/vect/vect-80.c: Likewise.
1414
1415 2004-09-20  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1416
1417         PR fortran/15750
1418         * gfortran.fortran-torture/execute/iolength_2.f90: New test.
1419
1420 2004-09-20  Ira Rosen  <irar@il.ibm.com>
1421
1422         * gcc.dg/vect/vect-13.c: Added xfail for non ppc platforms.
1423         * gcc.dg/vect/vect-74.c: Split into 3 tests (vect-79.c, vect-80.c).
1424         * gcc.dg/vect/vect-62.c: New testcase.
1425         * gcc.dg/vect/vect-63.c: New testcase.
1426         * gcc.dg/vect/vect-64.c: New testcase.
1427         * gcc.dg/vect/vect-65.c: New testcase.
1428         * gcc.dg/vect/vect-66.c: New testcase.
1429         * gcc.dg/vect/vect-67.c: New testcase.
1430         * gcc.dg/vect/vect-68.c: New testcase.
1431         * gcc.dg/vect/vect-69.c: New testcase.
1432         * gcc.dg/vect/vect-79.c: New testcase.
1433         * gcc.dg/vect/vect-80.c: New testcase.
1434
1435 2004-09-20  Richard Sandiford  <rsandifo@redhat.com>
1436
1437         * gcc.target/mips/asm-1.c: New test.
1438
1439 2004-09-19  Ira Rosen  <irar@il.ibm.com>
1440
1441         * gcc.dg/vect/vect-13.c: Now vectorized on ppc*.
1442         * gcc.dg/vect/vect-73.c: New testcase.
1443         * gcc.dg/vect/vect-74.c: New testcase.
1444         * gcc.dg/vect/vect-75.c: New testcase.
1445         * gcc.dg/vect/vect-76.c: New testcase.
1446         * gcc.dg/vect/vect-77.c: New testcase.
1447         * gcc.dg/vect/vect-78.c: New testcase
1448
1449 2004-09-18  Paul Brook  <paul@codesourcery.com>
1450
1451         * g++.old-deja/g++.pt/static11.C: XFAIL on arm*-*-eabi.
1452
1453 2004-09-18  Joseph S. Myers  <jsm@polyomino.org.uk>
1454
1455         PR c/17424
1456         * gcc.dg/pr17424-1.c: New test.
1457
1458 2004-09-18  Diego Novillo  <dnovillo@redhat.com>
1459
1460         * g++.dg/tree-ssa/pr17153.C: New test.
1461
1462 2004-09-16  Geoffrey Keating  <geoffk@apple.com>
1463
1464         PR pch/13361
1465         * testsuite/g++.dg/pch/wchar-1.C: New.
1466         * testsuite/g++.dg/pch/wchar-1.Hs: New.
1467
1468 2004-09-17  Kenneth Zadeck  <Kenneth.Zadeck@NaturalBridge.com>
1469
1470         * gcc.c-torture/execute/20040917-1.c: New test.
1471
1472 2004-09-17  Diego Novillo  <dnovillo@redhat.com>
1473
1474         PR tree-optimization/17319
1475         * gcc.dg/pr17319.c: New test.
1476
1477 2004-09-17  Devang Patel  <dpatel@apple.com>
1478
1479         * gcc.dg/20040813-1.c: New test.
1480
1481 2004-09-17  Diego Novillo  <dnovillo@redhat.com>
1482
1483         PR tree-optimization/17273
1484         * gcc.c-torture/compile/pr17273.c: New test.
1485
1486 2004-09-17  Joseph S. Myers  <jsm@polyomino.org.uk>
1487
1488         * gcc.dg/declspec-4.c, gcc.dg/declspec-5.c, gcc.dg/declspec-6.c:
1489         Update expected messages.
1490         * gcc.dg/declspec-13.c: New test.
1491
1492 2004-09-17  David Edelsohn  <edelsohn@gnu.org>
1493
1494         * gcc.dg/darwin-longlong.c: XFAIL on AIX and SPE.
1495
1496 2004-09-17  Diego Novillo  <dnovillo@redhat.com>
1497
1498         * gcc.c-torture/execute/pr17252.c: Use post-increment to
1499         change what 'a' is pointing to.
1500
1501 2004-09-17  Mark Mitchell  <mark@codesourcery.com>
1502
1503         PR c++/16002
1504         * g++.dg/template/error18.C: New test.
1505
1506         PR c++/16029
1507         * g++.dg/warn/Wunused-8.C: New test.
1508
1509 2004-09-17  Steven Bosscher  <stevenb@suse.de>
1510
1511         PR tree-optimization/17513
1512         * gcc.dg/20040916-1.c: New test.
1513
1514 2004-09-16  Mark Mitchell  <mark@codesourcery.com>
1515
1516         PR c++/17501
1517         * g++.dg/template/typename7.C: New test.
1518
1519 2004-09-16  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1520
1521         * gcc.dg/tree-ssa/copy-headers.c: Update outcome.
1522
1523 2004-09-16  Frank Ch. Eigler  <fche@redhat.com>
1524
1525         * gcc.misc-tests/bprob.exp, g++.dg/bprob/bprob.exp: Iterate tests
1526         with -ftree-based-profiling also.
1527         * lib/profopt.exp: Support late-set profile_option/feedback_option.
1528
1529 2004-09-16  Victor Leikehman  <lei@il.ibm.com>
1530
1531         PR/15364
1532         * gfortran.dg/der_array_io_1.f90: New test.
1533         * gfortran.dg/der_array_io_2.f90: New test.
1534         * gfortran.dg/der_array_io_3.f90: New test.
1535
1536 2004-09-15  Mark Mitchell  <mark@codesourcery.com>
1537
1538         * testsuite/g++.old-deja/g++.abi/cxa_vec.C: Adjust for ARM
1539         EABI.
1540
1541 2004-09-15  Mark Mitchell  <mark@codesourcery.com>
1542
1543         * g++.dg/opt/switch1.C: New test.
1544
1545 2004-09-15  Joseph S. Myers  <jsm@polyomino.org.uk>
1546
1547         * g++.dg/ext/member-attr.C, g++.dg/warn/deprecated.C,
1548         gcc.dg/deprecated.c, gcc.dg/noreturn-1.c, gcc.dg/noreturn-4.c:
1549         Update expected messages.
1550
1551 2004-09-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1552
1553         PR fortran/16485
1554         * gfortran.dg/same_name_1.f90: New test.
1555
1556 2004-09-15  Diego Novillo  <dnovillo@redhat.com>
1557
1558         * gcc.c-torture/execute/pr17252.c: Fix thinko.  Don't
1559         dereference garbage pointers.
1560
1561 2004-09-15  Jakub Jelinek  <jakub@redhat.com>
1562
1563         * gcc.c-torture/execute/builtins/strlen-3.c: New test.
1564         * gcc.c-torture/execute/builtins/strlen-3-lib.c: New.
1565
1566         * gcc.c-torture/execute/builtins/memmove.c (main_test): Formatting.
1567         * gcc.c-torture/execute/builtins/memmove-2.c: New test.
1568         * gcc.c-torture/execute/builtins/memmove-2-lib.c: New.
1569
1570 2004-09-14  Mark Mitchell  <mark@codesourcery.com>
1571
1572         PR c++/17324
1573         * g++.dg/template/mangle1.C: New test.
1574
1575 2004-09-14  Diego Novillo  <dnovillo@redhat.com>
1576
1577         PR tree-optimization/17252
1578         * gcc.c-torture/execute/pr17252.c: New test.
1579
1580 2004-09-14  Andrew Pinski  <apinski@apple.com>
1581
1582         * g++.dg/tree-ssa/pointer-reference-alias.C: New test.
1583
1584 2004-09-14  Roger Sayle  <roger@eyesopen.com>
1585
1586         PR rtl-optimization/9771
1587         * gcc.dg/pr9771-1.c: New test case.
1588
1589 2004-09-14  Diego Novillo  <dnovillo@redhat.com>
1590
1591         PR tree-optimization/15262
1592         * gcc.c-torture/execute/pr15262-1.c: New test.
1593         * gcc.c-torture/execute/pr15262-2.c: New test.
1594
1595 2004-09-14  Joseph S. Myers  <jsm@polyomino.org.uk>
1596
1597         * gcc.dg/declspec-12.c: New test.
1598
1599 2004-09-14  Bud Davis  <bdavis9659@comcast.net>
1600
1601         * gfortran.dg/pr17090.f90: Add directives to test.
1602
1603 2004-09-14  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1604
1605         * gcc.c-torture/compile/20040914-1.c: New test.
1606
1607 2004-09-13  Mark Mitchell  <mark@codesourcery.com>
1608
1609         PR c++/16162
1610         * g++.dg/template/decl2.C: New test.
1611
1612 2004-09-13  Bud Davis  <bdavis9659@comcast.net>
1613
1614         PR fortran/17090
1615         * gfortran.dg/pr17090.f90: New test.
1616
1617 2004-09-13  Dale Johannesen  <dalej@apple.com>
1618
1619         * gcc.c-torture/compile/pr17408.c:  New test case.
1620
1621 2004-09-13  Mark Mitchell  <mark@codesourcery.com>
1622
1623         PR c++/16716
1624         * g++.dg/parse/crash17.C: New test.
1625
1626         PR c++/17327
1627         * g++.dg/template/enum3.C: New test.
1628
1629 2004-09-13  Hans-Peter Nilsson  <hp@bitrange.com>
1630
1631         * lib/gcc-defs.exp: Load wrapper.exp.
1632         * lib/g++.exp (g++_init): Call g++_maybe_build_wrapper instead of
1633         using local code.
1634         * lib/gcc.exp (gcc_init): Similar.
1635         * lib/gfortran.exp (gfortran_init): Similar.
1636         * lib/objc.exp (objc_init): Similar.
1637         * lib/treelang.exp (treelang_init): Similar.
1638         * lib/wrapper.exp: New file with build_wrapper call machinery in
1639         ${tool}_maybe_build_wrapper.
1640
1641 2004-09-13  Joseph S. Myers  <jsm@polyomino.org.uk>
1642
1643         * gcc.dg/declspec-7.c: Don't expect diagnostic for duplicate
1644         "inline".
1645         * gcc.dg/declspec-11.c: Update expected messages.
1646         * gcc.dg/inline-6.c, gcc.dg/inline-7.c, gcc.dg/inline-8.c,
1647         gcc.dg/inline-9.c, gcc.dg/inline-10.c, gcc.dg/inline-11.c,
1648         gcc.dg/inline-12.c: New tests.
1649
1650 2004-09-13  Andrew MacLeod  <amacleod@redhat.com>
1651
1652         * g++.dg/tree-ssa/pr17400.C: New testcase.
1653
1654 2004-09-13  James E Wilson  <wilson@specifixinc.com>
1655
1656         * gcc.target/mips/sb1-1.c: New testcase.
1657
1658 2004-09-12  Hans-Peter Nilsson  <hp@bitrange.com>
1659
1660         * lib/g77-dg.exp: Remove unused file.
1661         * lib/mike-g77.exp: Ditto.
1662         * lib/g77.exp: Ditto.
1663
1664 2004-09-12  Richard Henderson  <rth@redhat.com>
1665
1666         * g++.old-deja/g++.other/sizeof3.C: Fix abort declaration.
1667
1668 2004-09-13  Joseph S. Myers  <jsm@polyomino.org.uk>
1669
1670         * g++.dg/warn/Wswitch-1.C, g++.dg/warn/Wswitch-2.C,
1671         gcc.dg/Wswitch-2.c, gcc.dg/Wswitch-enum.c, gcc.dg/Wswitch.c,
1672         gcc.dg/declspec-9.c, gcc.dg/declspec-10.c, gcc.dg/declspec-11.c,
1673         gcc.dg/m-un-2.c, gcc.dg/noreturn-1.c, gcc.dg/wtr-conversion-1.c:
1674         Update expected messages.
1675
1676 2004-09-13  Hans-Peter Nilsson  <hp@axis.com>
1677
1678         * gcc.dg/asmreg-1.c (__syscall_getdents64): Adjust signedness
1679         declaration/use mismatch for dirp parameter.
1680
1681 2004-09-12  Andrew Pinski  <apinski@apple.com>
1682
1683         * lib/objc.exp (objc_target_compile): Look for libobjc-gnu.a also when
1684         -fgnu-runtime is passed.
1685
1686 2004-09-12  Richard Henderson  <rth@redhat.com>
1687
1688         * lib/fortran-torture.exp (add-ieee-options): Replace ieee-options;
1689         do the uplevel thing and update additional_flags directly.
1690         * gfortran.fortran-torture/execute/intrinsic_fraction_exponent.x,
1691         gfortran.fortran-torture/execute/intrinsic_nearest.x,
1692         gfortran.fortran-torture/execute/intrinsic_set_exponent.x,
1693         gfortran.fortran-torture/execute/nan_inf_fmt.x: Update to match.
1694
1695 2004-09-11  Steven Bosscher  <stevenb@suse.de>
1696
1697         * g++.dg/parse/break-in-for.C: Fix for -ansi -pedantic-errors.
1698
1699 2004-09-11  Roger Sayle  <roger@eyesopen.com>
1700
1701         PR middle-end/17411
1702         * g++.dg/opt/pr17411-1.C: New test case.
1703
1704 2004-09-11  Joseph S. Myers  <jsm@polyomino.org.uk>
1705
1706         * gcc.dg/declspec-4.c, gcc.dg/declspec-5.c, gcc.dg/declspec-6.c,
1707         gcc.dg/tls/diag-2.c: Update expected messages.
1708         * gcc.dg/991209-1.c: Specify compilation options.  Update expected
1709         messages.
1710         * gcc.dg/pr14289-2.c, gcc.dg/pr14289-3.c: Remove.
1711         * gcc.dg/declspec-7.c, gcc.dg/declspec-8.c, gcc.dg/declspec-9.c,
1712         gcc.dg/declspec-10.c, gcc.dg/declspec-11.c, gcc.dg/tls/diag-4.c,
1713         gcc.dg/tls/diag-5.c: New tests.
1714
1715 2004-09-11  Zack Weinberg  <zack@codesourcery.com>
1716
1717         * gcc.dg/20040910-1.c: Correct dg-error regexp.
1718
1719 2004-09-11  Steven Bosscher  <stevenb@suse.de>
1720
1721         * g++.dg/parse/break-in-for.C: New test.
1722
1723 2004-09-11  Jakub Jelinek  <jakub@redhat.com>
1724
1725         * gcc.dg/tree-ssa/20040911-1.c: New test.
1726
1727 2004-09-11  Andreas Jaeger  <aj@suse.de>
1728
1729         * gcc.c-torture/execute/991118-1.x: Delete, PR 16437 is fixed.
1730         * gcc.c-torture/execute/bf64-1.x: Remove XFAIL on x86-64.
1731
1732 2004-09-11  Richard Sandiford  <rsandifo@redhat.com>
1733
1734         * gcc.target/frv: New directory of FR-V-specific tests.
1735
1736 2004-09-10  James E Wilson  <wilson@specifixinc.com>
1737
1738         * gcc.dg/convert-vec-1.c: New test.
1739
1740 2004-09-10  Roger Sayle  <roger@eyesopen.com>
1741
1742         PR middle-end/17024
1743         * gcc.dg/pr17024-1.c: New test case.
1744
1745 2004-09-10  Eric Christopher  <echristo@redhat.com>
1746
1747         * gcc.dg/20040910-1.c: New test.
1748
1749 2004-09-11  Joseph S. Myers  <jsm@polyomino.org.uk>
1750
1751         * gcc.dg/bitfld-9.c: New test.
1752
1753 2004-09-10  Richard Sandiford  <rsandifo@redhat.com>
1754
1755         * gcc.c-torture/execute/ieee/acc1.c: New test.
1756         * gcc.c-torture/execute/ieee/acc2.c: New test.
1757         * gcc.c-torture/execute/ieee/mzero6.c: New test.
1758
1759 2004-09-10  Joseph S. Myers  <jsm@polyomino.org.uk>
1760
1761         * gcc.dg/deprecated-2.c: New test.
1762
1763 2004-09-09  James E Wilson  <wilson@specifixinc.com>
1764
1765         * gcc.dg/init-vec-1.c: New test.
1766
1767 2004-09-09  Roger Sayle  <roger@eyesopen.com>
1768
1769         PR middle-end/17055
1770         * gcc.dg/pr17055-1.c: New test case.
1771
1772 2004-09-09  Hans-Peter Nilsson  <hp@axis.com>
1773
1774         PR target/17377
1775         * gcc.c-torture/execute/pr17377.c: New test.
1776
1777 2004-09-09  Joseph S. Myers  <jsm@polyomino.org.uk>
1778
1779         PR c/8420
1780         * gcc.dg/anon-struct-4.c, gcc.dg/declspec-1.c,
1781         gcc.dg/declspec-2.c, gcc.dg/declspec-3.c, gcc.dg/declspec-4.c,
1782         gcc.dg/declspec-5.c, gcc.dg/declspec-6.c,
1783         gcc.dg/long-long-typespec-1.c: New tests.
1784         * gcc.dg/tls/diag-2.c: Update expected diagnostics
1785
1786 2004-09-09  Joseph S. Myers  <jsm@polyomino.org.uk>
1787
1788         * gcc.dg/c90-static-1.c, gcc.dg/c99-static-1.c,
1789         gcc.dg/gnu99-static-1.c: New tests.
1790
1791 2004-09-08  Devang Patel  <dpatel@apple.com>
1792
1793         * gcc.dg/darwin-ld-20040828-1.c: New test.
1794         * gcc.dg/darwin-ld-20040828-2.c: New test.
1795         * gcc.dg/darwin-ld-20040828-3.c: New test.
1796
1797 2004-09-08  Ziemowit Laski  <zlaski@apple.com>
1798
1799         * objc.dg/bitfield-2.m: Make 'id' definition a typedef.
1800         * obj.dg/bitfield-4.m: Allow 'unsigned' in addition to 'unsigned int'
1801         in error message.
1802         * objc.dg/id-1.m: Attempt to define 'id' in an incompatible fashion.
1803         * objc.dg/method-6.m: Allow 'unsigned' in addition to 'unsigned int'
1804         in error message.
1805         * objc.dg/proto-qual-1.m: Protocol qualifiers now appear before the
1806         types they qualify.
1807         * objc.dg/type-size-2.m: Fix wording in comment.
1808         * objc.dg/va-meth-1.m: New test case.
1809
1810 2004-09-06  H.J. Lu  <hongjiu.lu@intel.com>
1811
1812         PR c/16633:
1813         * lib/gcc-dg.exp: Set up LD_LIBRARY_PATH, SHLIB_PATH,
1814         LD_LIBRARYN32_PATH, LD_LIBRARY64_PATH and DYLD_LIBRARY_PATH.
1815
1816 2004-09-06  Devang Patel  <dpatel@apple.com>
1817
1818         * gcc.dg/tree-ssa/ifc-20040816-1.c: Use -ftree-vectorize.
1819         * gcc.dg/tree-ssa/ifc-20040816-2.c: Use -ftree-vectorize.
1820
1821 2004-09-06  Zack Weinberg  <zack@codesourcery.com>
1822
1823         * g++.old-deja/g++.other/enum2.C: Move dg-error markers to
1824         reflect changed line numbering of diagnostics.
1825
1826 2004-09-06  Paul Brook  <paul@codesourcery.com>
1827
1828         * gfortran.dg/edit_real_1.f90: Add new test.
1829
1830 2004-09-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1831
1832         * gcc.dg/tree-ssa/loop-2.c: New test.
1833         * gcc.dg/tree-ssa/loop-3.c: New test.
1834         * gcc.dg/tree-ssa/loop-4.c: New test.
1835         * gcc.dg/tree-ssa/loop-5.c: New test.
1836
1837 2004-09-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1838
1839         * gcc.dg/format/sentinel-1.c: Update for parameter option.
1840
1841 2004-09-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1842
1843         * gcc.dg/format/sentinel-1.c: New test.
1844
1845 2004-09-04  Uros Bizjak  <uros@kss-loka.si>
1846
1847         * testsuite/gcc.dg/builtins-46.c: New.
1848
1849 2004-09-03  Devang Patel  <dpatel@apple.com>
1850
1851         * gcc.dg/tree-ssa/ifc-20040816-1.c: New test.
1852         * gcc.dg/tree-ssa/ifc-20040816-2.c: New test.
1853
1854 2004-09-03  Jan Beulich  <jbeulich@novell.com>
1855
1856         * g++.dg/abi/bitfield5.C: Use -mno-ms-bitfields.
1857         * g++.old-deja/g++.jason/thunk2.C: xfail for NetWare.
1858         * g++.old-deja/g++.law/profile1.C: xfail for NetWare.
1859         * g++.old-deja/g++.other/store-expr1.C: xfail for NetWare.
1860         * gcc.c-torture/compile/20001109-1.c: xfail for NetWare.
1861         * gcc.c-torture/compile/20001109-2.c: xfail for NetWare.
1862         * gcc.c-torture/execute/multi-ix.c: Use __builtin_bzero rather than
1863         the non-portable bzero.
1864         * gcc.dg/20010912-1.c: xfail for NetWare.
1865         * gcc.dg/20020426-2.c: xfail for NetWare.
1866         * gcc.dg/20021014-1.c: xfail for NetWare.
1867         * gcc.dg/20021018-1.c: xfail for NetWare.
1868         * gcc.dg/20030213-1.c: xfail for NetWare.
1869         * gcc.dg/20030225-1.c: xfail for NetWare.
1870         * gcc.dg/20030708-1.c: xfail for NetWare.
1871         * gcc.dg/builtins-config.h: Also exclude NetWare.
1872         * gcc.dg/format/format.h: Define restrict only if not already defined.
1873         * gcc.dg/nest.c: xfail for NetWare.
1874         * gcc.dg/special/gcsec-1.c: Don't pass -static for NetWare.
1875         * lib/target-supports.exp (check_visibility_available): Exclude
1876         NetWare.
1877
1878 2004-09-03  Jan Beulich  <jbeulich@novell.com>
1879
1880         * gcc.dg/pack-test-2.c: Adjust to permit and check #pragma pack(push).
1881         * gcc.dg/c99-flex-array-4.c: Add -fpack-struct=8 to provide a
1882         deterministic starting point for the alignment of structure fields.
1883         * gcc.dg/Wpadded.c: Dito.
1884         * g++.dg/abi/vbase10.C: Dito.
1885
1886 2004-09-03  Devang Patel  <dpatel@apple.com>
1887
1888         * g++.dg/debug/pr15736.cc: New test.
1889
1890 2004-09-02  Mark Mitchell  <mark@codesourcery.com>
1891
1892         * README.QMTEST: Fix out-of-date link.
1893
1894 2004-09-03  David Billinghurst <David.Billinghurst@riotinto.com>
1895
1896         PR fortran/16579
1897         * gfortran.fortran-torture/execute/intrinsic_i_char.f90:
1898         Delete.  Duplicate of gfortran.dg/g77/20010610.f
1899
1900 2004-09-02  Mark Mitchell  <mark@codesourcery.com>
1901
1902         * g++.dg/abi/arm_rtti1.C: New test.
1903
1904 2004-09-02  Geoffrey Keating  <geoffk@apple.com>
1905
1906         * gcc.dg/ppc-vector-memcpy.c: New.
1907         * gcc.dg/ppc-vector-memset.c: New.
1908
1909 2004-09-02  Chao-ying Fu  <fu@mips.com>
1910
1911         * gcc.target/mips/mips-3d-1.c: New test.
1912         * gcc.target/mips/mips-3d-2.c: New test.
1913         * gcc.target/mips/mips-3d-3.c: New test.
1914         * gcc.target/mips/mips-3d-4.c: New test.
1915         * gcc.target/mips/mips-3d-5.c: New test.
1916         * gcc.target/mips/mips-3d-6.c: New test.
1917         * gcc.target/mips/mips-3d-7.c: New test.
1918         * gcc.target/mips/mips-3d-8.c: New test.
1919         * gcc.target/mips/mips-3d-9.c: New test.
1920         * gcc.target/mips/mips-ps-1.c: New test.
1921         * gcc.target/mips/mips-ps-2.c: New test.
1922         * gcc.target/mips/mips-ps-3.c: New test.
1923         * gcc.target/mips/mips-ps-4.c: New test.
1924         * gcc.target/mips/mips-ps-type.c: New test.
1925
1926 2004-09-02  Paul Brook  <paul@codesourcery.com>
1927
1928         * gfortran.dg/edit_real_1.f90: Add new tests.
1929
1930 2004-09-01  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1931
1932         PR fortran/15327
1933         * gfortran.dg/merge_char_1.f90: New test.
1934
1935 2004-09-01  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1936
1937         PR fortran/16404
1938         * gfortran.dg/der_io_1.f90: XFAIL illegal testcase.
1939
1940 2004-09-01  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1941
1942         PR c/1522
1943         * gcc.c-torture/compile/20040901-1.c: New test, from PR.
1944
1945 2004-09-01  Mark Mitchell  <mark@codesourcery.com>
1946
1947         * g++.dg/opt/loop1.C: Do not XFAIL.
1948
1949 2004-09-01  Jakub Jelinek  <jakub@redhat.com>
1950
1951         * gcc.c-torture/execute/20040831-1.c: New test.
1952
1953 2004-09-01  David Billinghurst <David.Billinghurst@riotinto.com>
1954
1955         PR fortran/16579
1956         * gfortran.dg/g77/20010610.f: Now passes.
1957         Copy from g77.f-torture/execute. Add dg-run directive.
1958         * gfortran.dg/g77/README: Update
1959
1960 2004-08-31  Andrew Pinski  <pinskia@physics.uc.edu>
1961
1962         * gcc.dg/rs6000-power2-1.c (t1, t2, t3, t4): Add volatile.
1963         * gcc.dg/rs6000-power2-2.c: Fix the scan-assembly for the store.
1964         (t1, t2, t3, t4): Add volatile.
1965
1966 2004-08-31  Mark Mitchell  <mark@codesourcery.com>
1967
1968         * g++.dg/ext/visibility/arm1.C: New test.
1969
1970 2004-08-31  Geoffrey Keating  <geoffk@apple.com>
1971
1972         * gcc.dg/funcdef-storage-1.c: Add dg-options to suppress
1973         -pedantic-errors.
1974
1975 2004-09-01  Paul Brook  <paul@codesourcery.com>
1976
1977         * gfortran.dg/eof_2.f90: New test.
1978
1979 2004-08-31  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1980
1981         PR fortran/16579
1982         * gfortran.fortran-torture/execute/intrinsic_i_char.f90: New test.
1983
1984 2004-08-31  Bud Davis  <bdavis9659@comcast.net>
1985
1986         PR libfortran/16805
1987         * gfortran.dg/list_read_2.f90: New test.
1988
1989 2004-08-31  Mark Mitchell  <mark@codesourcery.com>
1990
1991         * g++.dg/abi/key1.C: New test.
1992
1993 2004-08-31  Richard Henderson  <rth@redhat.com>
1994
1995         * g++.dg/other/offsetof1.C: Include cstddef, use non-builtin
1996         form of offsetof.
1997         * g++.dg/other/offsetof5.C: Remove duplicate.
1998
1999 2004-08-31  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2000
2001         PR fortran/17244
2002         * gfortran.dg/func_derived_1.f90: New test.
2003
2004 2004-08-31  Paul Brook  <paul@codesourcery.com>
2005
2006         * gfortran.dg/eof_1.f90: New test.
2007
2008 2004-08-31  Paul Brook  <paul@codesourcery.com>
2009
2010         * gfortran.dg/list_read_1.f90: New file.
2011
2012 2004-08-30  Mark Mitchell  <mark@codesourcery.com>
2013
2014         * g++.dg/opt/loop1.C: XFAIL.
2015
2016 2004-08-30  Geoffrey Keating  <geoffk@apple.com>
2017
2018         * gcc.dg/funcdef-storage-1.c: New.
2019         * gcc.c-torture/compile/920625-2.c: Don't use 'static' to declare
2020         an extern function in local scope.
2021         * gcc.c-torture/execute/20010605-1.c: Don't use 'static inline' to
2022         declare an 'auto inline' function in local scope.
2023         * gcc.dg/20011130-1.c: Likewise.
2024         * gcc.c-torture/execute/nest-stdar-1.c: Don't use 'static' to declare
2025         an 'auto' function in local scope.
2026         * gcc.dg/20021014-1.c: Likewise.
2027         * gcc.dg/20030331-2.c: Likewise.
2028
2029 2004-08-30  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2030
2031         * gfortran.dg/blockdata_1.f90: New test.
2032
2033 2004-08-30  Richard Henderson  <rth@redhat.com>
2034
2035         * g++.dg/other/offsetof1.C: Use __builtin_offsetof.
2036
2037 2004-08-30  Richard Henderson  <rth@redhat.com>
2038
2039         * lib/fortran-torture.exp (fortran-torture-execute): Honor
2040         additional_flags set by alternate driver.
2041         (ieee-options): New procedure.
2042         * gfortran.fortran-torture/execute/intrinsic_fraction_exponent.x: New.
2043         * gfortran.fortran-torture/execute/intrinsic_nearest.x: New.
2044         * gfortran.fortran-torture/execute/intrinsic_set_exponent.x: New.
2045         * gfortran.fortran-torture/execute/nan_inf_fmt.x: New.
2046
2047 2004-08-30  Richard Henderson  <rth@redhat.com>
2048
2049         * lib/f-torture.exp: Remove.
2050
2051 2004-08-29  Mark Mitchell  <mark@codesourcery.com>
2052
2053         PR rtl-optimization/16590
2054         * g++.dg/opt/loop1.C: New test.
2055
2056 2004-08-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2057
2058         PR fortran/13910
2059         * gfortran.dg/oldstyle_1.f90: New test.
2060
2061 2004-08-29  Steven G. Kargl  <kargls@comcast.net>
2062         Paul Brook  <paul@codesourcery.com>
2063
2064         * gfortran.dg/g77/README: Update.
2065         * gfortran.dg/g77/erfc.f: Copy from g77.f-torture.
2066         * gfortran.dg/g77/intrinsic-unix-bessel.f: Ditto.
2067         * gfortran.dg/g77/intrinsic-unix-erf.f: Ditto.
2068
2069 2004-08-28  Paul Brook  <paul@codesourcery.com>
2070
2071         PR libfortran/17195
2072         * gfortran.dg/edit_real_1.f90: New test.
2073
2074 2004-08-27  Paul Brook  <paul@codesourcery.com>
2075
2076         * gfortran.dg/rewind_1.f90: New test.
2077
2078 2004-08-27  Bud Davis  <bdavis9659@comcast.net>
2079
2080         PR fortran/16597
2081         * gfortran.dg/pr16597.f90: New test.
2082
2083 2004-08-26  Joseph S. Myers  <jsm@polyomino.org.uk>
2084
2085         PR c/13801
2086         * gcc.dg/redecl-3.c, gcc.dg/redecl-4.c, gcc.dg/redecl-6.c,
2087         gcc.dg/redecl-7.c, gcc.dg/redecl-8.c, gcc.dg/redecl-9.c,
2088         gcc.dg/redecl-10.c, gcc.dg/debug/redecl-1.c,
2089         gcc.dg/debug/redecl-2.c, gcc.dg/debug/redecl-3.c,
2090         gcc.dg/debug/redecl-4.c, gcc.dg/debug/redecl-5.c: New tests.
2091
2092 2004-08-26  Nick Clifton  <nickc@redhat.com>
2093
2094         * gcc.c-torture/compile/pr17119.c: New test.
2095
2096 2004-08-26  Joseph S. Myers  <jsm@polyomino.org.uk>
2097
2098         * gcc.dg/c90-typespec-1.c, gcc.dg/c99-typespec-1.c: New tests.
2099
2100 2004-08-25  Richard Henderson  <rth@redhat.com>
2101
2102         * gfortran.fortran-torture/execute/intrinsic_sr_kind.f90: Disable
2103         the bits that expect kind=8 to be the largest real kind.
2104
2105 2004-08-25  Ziemowit Laski  <zlaski@apple.com>
2106
2107         * objc.dg/const-str-3.m: Include <stdlib.h> and <memory.h>.
2108
2109 2004-08-25  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2110
2111         * gfortran.dg/assignment_1.f90: New test.
2112
2113 2004-08-25  Adam Nemet  <anemet@lnxw.com>
2114
2115         * g++.dg/template/repo3.C: New test.
2116
2117 2004-08-25  Roger Sayle  <roger@eyesopen.com>
2118
2119         PR middle-end/16693
2120         PR tree-optimization/16372
2121         * g++.dg/opt/pr16372-1.C: New test case.
2122         * g++.dg/opt/pr16693-1.C: New test case.
2123         * g++.dg/opt/pr16693-2.C: New test case.
2124
2125 2004-08-25  Ziemowit Laski  <zlaski@apple.com>
2126
2127         * objc.dg/proto-lossage-4.m: New test.
2128
2129 2004-08-25  Mark Mitchell  <mark@codesourcery.com>
2130
2131         PR c++/17155
2132         * g++.dg/inherit/local2.C: New test.
2133
2134 2004-08-25  Paul Brook  <paul@codesourcery.com>
2135
2136         PR fortran/17144
2137         * gfortran.dg/string_ctor_1.f90: New test.
2138
2139 2004-08-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2140
2141         PR c++/14428
2142         * g++.dg/template/redecl2.C: New test.
2143
2144 2004-08-24  Bud Davis  <bdavis9659@comcast.net>
2145
2146         PR fortran/17143
2147         * gfortran.dg/pr17143.f90: New test.
2148
2149 2004-08-24  Bud Davis  <bdavis9659@comcast.net>
2150
2151         PR fortran/17164
2152         * gfortran.dg/pr17164.f90: New test.
2153
2154 2004-08-24  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2155
2156         * gcc.dg/tree-ssa/loop-1.c: New test.
2157
2158 2004-08-24  Richard Sandiford  <rsandifo@redhat.com>
2159
2160         * gcc.c-torture/compile/20040824-1.c: New test.
2161
2162 2004-08-24  Richard Sandiford  <rsandifo@redhat.com>
2163
2164         * gcc.c-torture/compile/iftrap-3.c: New test.
2165
2166 2004-08-24  Paul Brook  <paul@codesourcery.com>
2167
2168         * gfortran.dg/entry_2.f90: New test.
2169
2170 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
2171
2172         PR c++/16889
2173         * g++.dg/lookup/ambig[12].C: New.
2174
2175 2004-08-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2176
2177         PR c++/16706
2178         * g++.dg/template/crash21.C: New test.
2179         * g++.dg/template/crash22.C: Likewise.
2180
2181 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
2182
2183         PR c++/17149
2184         * g++.dg/template/access15.C: New.
2185
2186 2004-08-23  Mark Mitchell  <mark@codesourcery.com>
2187
2188         PR c++/17163
2189         * g++.dg/template/repo2.C: New test.
2190
2191 2004-08-23  Roger Sayle  <roger@eyesopen.com>
2192
2193         PR rtl-optimization/17078
2194         * gcc.c-torture/execute/pr17078-1.c: New test case.
2195
2196 2004-08-23  Mark Mitchell  <mark@codesourcery.com>
2197
2198         PR c/14492
2199         * gcc.dg/debug/crash1.c: New test.
2200
2201 2004-08-23  Mark Mitchell  <mark@codesourcery.com>
2202
2203         PR c/16180
2204         * gcc.dg/loop-5.c: New test.
2205
2206 2004-08-23  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2207
2208         * gcc.c-torture/execute/20040823-1.c: New test.
2209
2210 2004-08-23  Richard Sandiford  <rsandifo@redhat.com>
2211
2212         * gcc.dg/special/mips-abi.exp: Expect gcc to pass the GNU ABI flags
2213         to the assembler.  Simplify test accordingly.
2214         (asm_abi_flags): Use GNU names.
2215         (check_mips_abi, default_abi): Use string matches against "-mabi=*"
2216         to check for ABI flags.
2217
2218 2004-08-22  Andrew Pinski  <apinski@apple.com>
2219
2220         * g++.dg/opt/pr14029.C: New test.
2221         * gcc.c-torture/execute/pr15262.c: New test.
2222
2223 2004-08-22  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2224
2225         * gfortran.dg/reduction.f90: Add checks with complex arguments.
2226
2227 2004-08-21  Bud Davis  <bdavis9659@comcast.net>
2228
2229         PR 16908
2230         * gfortran.dg/direct_io.f90: New test.
2231
2232 2004-08-20  Mark Mitchell  <mark@codesourcery.com>
2233
2234         PR c++/17121
2235         * g++.dg/inherit/local2.C: New test.
2236
2237 2004-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
2238
2239         PR c++/17120
2240         * g++.dg/warn/Wparentheses-4.C: New test.
2241
2242 2004-08-20  Mark Mitchell  <mark@codesourcery.com>
2243
2244         PR c++/17121
2245         * g++.dg/inherit/local2.C: New test.
2246
2247         * gcc.dg/darwin-longlong.c: Include <stdlib.h>.
2248         * gcc.dg/ppc-ldstruct.c: Likewise.
2249         * gcc.dg/ppc64-abi-2.c: Likewise.
2250
2251 2004-08-20  Jakub Jelinek  <jakub@redhat.com>
2252
2253         PR rtl-optimization/17099
2254         * gcc.c-torture/execute/20040820-1.c: New test.
2255
2256 2004-08-20  David Edelsohn  <edelsohn@gnu.org>
2257
2258         * gcc.dg/uninit-H.c: Add _POWER to powerpc case.
2259
2260 2004-08-20  Canqun Yang  <canqun@nudt.edu.cn>
2261
2262         PR fortran/17077
2263         * gfortran.dg/auto_array_1.f90: New test.
2264
2265 2004-08-19  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2266
2267         PR fortran/17074
2268         * gfortran.dg/simpleif_1.f90: New test.
2269
2270 2004-08-19  Mark Mitchell  <mark@codesourcery.com>
2271
2272         * lib/target-supports.exp (check_profiling_available): Return
2273         false for arm*-*-symbianelf* and arm*-*-eabi*.
2274
2275         PR c++/15890
2276         * g++.dg/template/delete1.C: New test.
2277
2278 2004-08-19  Paul Brook  <paul@codesourcery.com>
2279
2280         PR fortran/14976
2281         PR fortran/16228
2282         * gfortran.dg/data_char_1.f90: New test.
2283
2284 2004-08-19  Erik Schnetter  <schnetter@aei.mpg.de>
2285
2286         PR fortran/16946
2287         * gfortran.dg/reduction.f90: New testcase.
2288
2289 2004-08-19  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2290
2291         PR fortran/16520
2292         * gfortran.dg/g77/19990905-1.f: Don't expect excess errors.
2293
2294 2004-08-19  Joseph S. Myers  <jsm@polyomino.org.uk>
2295
2296         PR c++/17041
2297         * g++.dg/Wparentheses-3.C: New test.
2298
2299 2004-08-19  Dorit Naishlos  <dorit@il.ibm.com>
2300
2301         * gcc.dg/vect/vect-1.c: Remove xfail from i?86-*-* x86_64-*-* due
2302         to usage of PREFERRED_STACK_BOUNDARY in the vectorizer.
2303         * gcc.dg/vect/vect-2.c: Likewise.
2304         * gcc.dg/vect/vect-3.c: Likewise.
2305         * gcc.dg/vect/vect-4.c: Likewise.
2306         * gcc.dg/vect/vect-5.c: Likewise.
2307         * gcc.dg/vect/vect-6.c: Likewise.
2308         * gcc.dg/vect/vect-7.c: Likewise.
2309         * gcc.dg/vect/vect-25.c: Likewise.
2310         * gcc.dg/vect/vect-31.c: Likewise.
2311         * gcc.dg/vect/vect-32.c: Likewise.
2312         * gcc.dg/vect/vect-34.c: Likewise.
2313         * gcc.dg/vect/vect-36.c: Likewise.
2314         * gcc.dg/vect/vect-all.c: Likewise.
2315
2316 2004-08-18  Mark Mitchell  <mark@codesourcery.com>
2317
2318         PR c++/17068
2319         * g++.dg/template/operator4.C: New test.
2320
2321 2004-08-18  Richard Henderson  <rth@redhat.com>
2322
2323         * gcc.dg/20040206-1.c: XFAIL.
2324
2325 2004-08-17  Mark Mitchell  <mark@codesourcery.com>
2326
2327         PR c++/16246
2328         * g++.dg/template/array7.C: New test.
2329
2330 2004-08-17  James E Wilson  <wilson@specifixinc.com>
2331
2332         * gcc.dg/mips-movcc-1.c: New test.
2333         * gcc.dg/mips-movcc-2.c: New test.
2334         * gcc.dg/mips-movcc-3.c: New test.
2335
2336         * gcc.dg/mips-nmadd-1.c: New test.
2337         * gcc.dg/mips-nmadd-2.c: New test.
2338
2339 2004-08-17  Mark Mitchell  <mark@codesourcery.com>
2340
2341         PR c++/15871
2342         * g++.dg/opt/inline8.C: New test.
2343
2344         PR c++/16965
2345         * g++.dg/parse/error17.C: New test.
2346
2347 2004-08-17  Dorit Naishlos  <dorit@il.ibm.com>
2348
2349         * gcc.dg/vect: New directory for vectorizer tests.
2350         * gcc.dg/vect/tree-vect.h: New file.
2351         * gcc.dg/vect/vect.exp: New file.
2352         * gcc.dg/vect/pr16105.c.c: New test.
2353         * gcc.dg/vect/vect-1.c: New test.
2354         * gcc.dg/vect/vect-2.c: New test.
2355         * gcc.dg/vect/vect-3.c: New test.
2356         * gcc.dg/vect/vect-4.c: New test.
2357         * gcc.dg/vect/vect-5.c: New test.
2358         * gcc.dg/vect/vect-6.c: New test.
2359         * gcc.dg/vect/vect-7.c: New test.
2360         * gcc.dg/vect/vect-8.c: New test.
2361         * gcc.dg/vect/vect-9.c: New test.
2362         * gcc.dg/vect/vect-10.c: New test.
2363         * gcc.dg/vect/vect-11.c: New test.
2364         * gcc.dg/vect/vect-12.c: New test.
2365         * gcc.dg/vect/vect-13.c: New test.
2366         * gcc.dg/vect/vect-14.c: New test.
2367         * gcc.dg/vect/vect-15.c: New test.
2368         * gcc.dg/vect/vect-16.c: New test.
2369         * gcc.dg/vect/vect-17.c: New test.
2370         * gcc.dg/vect/vect-18.c: New test.
2371         * gcc.dg/vect/vect-19.c: New test.
2372         * gcc.dg/vect/vect-20.c: New test.
2373         * gcc.dg/vect/vect-21.c: New test.
2374         * gcc.dg/vect/vect-22.c: New test.
2375         * gcc.dg/vect/vect-23.c: New test.
2376         * gcc.dg/vect/vect-24.c: New test.
2377         * gcc.dg/vect/vect-25.c: New test.
2378         * gcc.dg/vect/vect-26.c: New test.
2379         * gcc.dg/vect/vect-27.c: New test.
2380         * gcc.dg/vect/vect-28.c: New test.
2381         * gcc.dg/vect/vect-29.c: New test.
2382         * gcc.dg/vect/vect-30.c: New test.
2383         * gcc.dg/vect/vect-31.c: New test.
2384         * gcc.dg/vect/vect-32.c: New test.
2385         * gcc.dg/vect/vect-33.c: New test.
2386         * gcc.dg/vect/vect-34.c: New test.
2387         * gcc.dg/vect/vect-35.c: New test.
2388         * gcc.dg/vect/vect-36.c: New test.
2389         * gcc.dg/vect/vect-37.c: New test.
2390         * gcc.dg/vect/vect-38.c: New test.
2391         * gcc.dg/vect/vect-40.c: New test.
2392         * gcc.dg/vect/vect-41.c: New test.
2393         * gcc.dg/vect/vect-42.c: New test.
2394         * gcc.dg/vect/vect-43.c: New test.
2395         * gcc.dg/vect/vect-44.c: New test.
2396         * gcc.dg/vect/vect-45.c: New test.
2397         * gcc.dg/vect/vect-46.c: New test.
2398         * gcc.dg/vect/vect-47.c: New test.
2399         * gcc.dg/vect/vect-48.c: New test.
2400         * gcc.dg/vect/vect-49.c: New test.
2401         * gcc.dg/vect/vect-50.c: New test.
2402         * gcc.dg/vect/vect-51.c: New test.
2403         * gcc.dg/vect/vect-52.c: New test.
2404         * gcc.dg/vect/vect-53.c: New test.
2405         * gcc.dg/vect/vect-54.c: New test.
2406         * gcc.dg/vect/vect-55.c: New test.
2407         * gcc.dg/vect/vect-56.c: New test.
2408         * gcc.dg/vect/vect-57.c: New test.
2409         * gcc.dg/vect/vect-58.c: New test.
2410         * gcc.dg/vect/vect-59.c: New test.
2411         * gcc.dg/vect/vect-60.c: New test.
2412         * gcc.dg/vect/vect-61.c: New test.
2413         * gcc.dg/vect/vect-all.c: New test.
2414         * gcc.dg/vect/vect-none.c: New test.
2415
2416 2004-08-17  Paul Brook  <paul@codesourcery.com>
2417
2418         PR fortran/13082
2419         * gfortran.dg/entry_1.f90: New test.
2420
2421 2004-08-17  Andrew Pinski  <apinski@apple.com>
2422
2423         * gcc.dg/darwin-20040812-1.c: Compile only on darwin.
2424
2425 2004-08-17  Paolo Bonzini  <bonzini@gnu.org>
2426
2427         * gcc.dg/pr17036-1.c: New test.
2428
2429 2004-08-16  Devang Patel  <dpatel@apple.com>
2430
2431         * gcc.dg/darwin-20040809-1.c: New test.
2432
2433 2004-08-16  Joseph S. Myers  <jsm@polyomino.org.uk>
2434
2435         * gcc.dg/funcdef-attr-1.c: New test.
2436
2437 2004-08-16  Janis Johnson  <janis187@us.ibm.com>
2438
2439         * gcc.dg/altivec-17.c: New test.
2440         * gcc.dg/altivec-18.c: New test.
2441
2442 2004-08-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2443
2444         PR c++/6749
2445         * g++.dg/template/vtable2.C: New test.
2446
2447 2004-08-14  Richard Henderson  <rth@redhat.com>
2448
2449         * gcc.dg/torture/builtin-attr-1.c: Fix scalbln prototype.
2450         * gcc.dg/pack-test-4.c (main): Return 0.
2451         * gcc.dg/setjmp-1.c: Remove XFAIL.
2452         * gcc.dg/tree-ssa/20040615-1.c: Pass during dom1.
2453
2454 2004-08-14  Richard Henderson  <rth@redhat.com>
2455
2456         * gcc.dg/980217-1.c: Add prototype for printf.
2457
2458 2004-08-13  Bud Davis  <bdavis9659@comcast.net>
2459
2460         * gfortran.dg/pr16935.f90: New test.
2461
2462 2004-08-13  Janis Johnson  <janis187@us.ibm.com>
2463
2464         * g++.dg/ext/altivec-2.C: Revert previous changes and don't execute.
2465
2466 2004-08-13  Paul Brook  <paul@codesourcery.com>
2467
2468         * gfortran.dg/der_io_1.f90: Remove stray comma.
2469
2470 2004-08-12  Janis Johnson  <janis187@us.ibm.com>
2471
2472         * gcc.dg/vmx/cw-bug-2.c: Remove.
2473         * gcc.dg/vmx/vprint-1.c: Remove.
2474         * gcc.dg/vmx/vscan-1.c: Remove.
2475
2476 2004-08-12  Devang patel  <dpatel@apple.com>
2477
2478         * gcc.dg/darwin-20040809-2.c: New test.
2479
2480 2004-08-12  Janis Johnson  <janis1872us.ibm.com>
2481
2482         * g++.dg/ext/altivec-12.C: New test.
2483
2484         * g++.dg/ext/altivec-11.C: New test.
2485
2486 2004-08-12  Paul Brook  <paul@codesourcery.com>
2487
2488         * g++.dg/abi/arm_cxa_vec_1.C: New test.
2489
2490 2004-08-12  Janis Johnson  <janis187@us.ibm.com>
2491
2492         * g++.dg/ext/altivec-2.C: Check for hardware support before
2493         executing any VMX instructions.
2494
2495         * gcc.dg/vmx/ops-long-2.c: Add dg-error directives.
2496
2497 2004-08-12  Jakub Jelinek  <jakub@redhat.com>
2498
2499         PR c++/16276
2500         * g++.old-deja/g++.other/comdat4.C: New test.
2501         * g++.old-deja/g++.other/comdat4-aux.cc: New.
2502
2503 2004-08-12  Ben Elliston  <bje@au.ibm.com>
2504
2505         PR target/16286
2506         * gcc.dg/pr16286.c: New test.
2507
2508 2004-08-12 Jan Beulich <jbeulich@novell.com>
2509
2510         * g++.dg/ext/asm5.C: New.
2511
2512 2004-08-11  Mark Mitchell  <mark@codesourcery.com>
2513
2514         PR c++/16698
2515         * g++.dg/eh/crash1.C: New test.
2516
2517         PR c++/16717
2518         * g++.dg/ext/construct1.C: New test.
2519
2520 2004-08-11  Mark Mitchell  <mark@codesourcery.com>
2521
2522         PR c++/16853
2523         * g++.dg/init/ptrmem1.C: New test.
2524
2525         PR c++/16618
2526         * g++.dg/parse/offsetof5.C: New test.
2527
2528         PR c++/16870
2529         * g++.dg/template/overload3.C: New test.
2530
2531 2004-08-11  Mark Mitchell  <mark@codesourcery.com>
2532
2533         PR c++/16964
2534         * g++.dg/parse/error16.C: New test.
2535
2536         PR c++/16904
2537         * g++.dg/template/error14.C: New test.
2538
2539         PR c++/16929
2540         * g++.dg/template/error15.C: New test.
2541
2542 2004-08-11  Devang Patel  <dpatel@apple.com>
2543
2544         * gcc.dg/darwin-ld-20040809-1.c: New test.
2545         * gcc.dg/darwin-ld-20040809-2.c: New test.
2546
2547 2004-08-11  Steven G. Kargl  <kargls@comcast.net>
2548
2549         PR fortran/16917
2550         * gfortran.dg/dfloat_1.f90: New test.
2551
2552 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
2553
2554         * gcc.dg/testsuite/gcc.dg/arm-eabi1.c: New test.
2555         * gcc.dg/dll-2.c: Fix dg-require syntax.
2556         * gcc.misc-tests/arm-isr.c (abort): Declare.
2557         (exit): Likewise.
2558
2559 2004-08-10  Mark Mitchell  <mark@codesourcery.com>
2560
2561         PR c++/16971
2562         * g++.dg/parse/crash16.C: New test.
2563
2564 2004-08-10  Roger Sayle  <roger@eyesopen.com>
2565
2566         * gcc.dg/mips-rsqrt-1.c: New test case.
2567         * gcc.dg/mips-rsqrt-2.c: New test case.
2568         * gcc.dg/mips-rsqrt-3.c: New test case.
2569
2570 2004-08-10  Paul Brook  <paul@codesourcery.com>
2571
2572         * gfortran.dg/der_io_1.f90: New test.
2573
2574 2004-08-10  Paul Brook  <paul@codesourcery.com>
2575
2576         PR fortran/16919
2577         * gfortran.dg/der_array_1.f90: New test.
2578
2579 2004-08-09  David Edelsohn  <edelsohn@gnu.org>
2580
2581         * gcc.dg/cpp/assert4.c: _AIX asserts #system(unix).
2582
2583 2004-08-09  Paolo Bonzini  <bonzini@gnu.org>
2584
2585         * gcc.dg/wchar_t-2.c: Fix typo.
2586
2587 2004-08-09  Falk Hueffner  <falk@debian.org>
2588
2589         PR tree-optimization/12517
2590         * gcc.c-torture/compile/pr12517.c: New test.
2591
2592         PR tree-optimization/12578
2593         * gcc.c-torture/compile/pr12578.c: New test.
2594
2595         PR tree-optimization/12899
2596         * gcc.c-torture/compile/pr12899.c: New test.
2597
2598         PR rtl-optimization/14692
2599         * gcc.c-torture/compile/pr14692.c: New test.
2600
2601         PR tree-optimization/16461
2602         * gcc.c-torture/compile/pr16461.c: New test.
2603
2604 2004-08-06  Janne Blomqvist  <jblomqvi@cc.hut.fi>
2605
2606         * gfortran.dg/getenv_1.f90: New test.
2607
2608 2004-08-06  Mark Mitchell  <mark@codesourcery.com>
2609
2610         * gcc.dg/symbian4.c: Expect a 2-byte wchar_t, not a 4-byte
2611         wchar_t.
2612         * gcc.dg/symbian5.c: Test -fno-short-wchar.
2613
2614 2004-08-06  Paul Brook  <paul@codesourcery.com>
2615
2616         * gfortran.dg/ret_array_1.f90: New test.
2617         * gfortran.dg/ret_pointer_1.f90: New test.
2618
2619 2004-08-06  Richard Sandiford  <rsandifo@redhat.com>
2620
2621         * gcc.dg/missing-field-init-[12].c: New tests.
2622         * g++.dg/warn/missing-field-init-[12].C: New tests.
2623
2624 2004-08-06  Mark Mitchell  <mark@codesourcery.com>
2625
2626         * gcc.dg/enum2.c: New test.
2627         * gcc.dg/symbian3.c: Likewise.
2628         * gcc.dg/symbian4.c: Likewise.
2629         * gcc.dg/wchar_t-2.c: Likewise.
2630
2631 2004-08-05  Mark Mitchell  <mark@codesourcery.com>
2632
2633         * g++.dg/ext/visibility/visibility-8.C: Add constructor and
2634         destructor tests.
2635
2636 2004-08-05  Mark Mitchell  <mark@codesourcery.com>
2637
2638         * g++.dg/ext/visibility/assign1.C: Use scan-hidden and
2639         dg-require-visiblity.
2640         * g++.dg/ext/visibility/fvisibility-inlines-hidden.C: Likewise.
2641         * g++.dg/ext/visibility/fvisibility.C: Likewise.
2642         * g++.dg/ext/visibility/memfuncts.C: Likewise.
2643         * g++.dg/ext/visibility/new1.C: Likewise.
2644         * g++.dg/ext/visibility/pragma.C: Likewise.
2645         * g++.dg/ext/visibility/staticmemfuncts.C: Likewise.
2646         * g++.dg/ext/visibility/virtual.C: Likewise.
2647         * g++/dg/ext/visibility/visibility-1.C: Likewise.
2648         * g++/dg/ext/visibility/visibility-2.C: Likewise.
2649         * g++/dg/ext/visibility/visibility-3.C: Likewise.
2650         * g++/dg/ext/visibility/visibility-4.C: Likewise.
2651         * g++/dg/ext/visibility/visibility-5.C: Likewise.
2652         * g++/dg/ext/visibility/visibility-6.C: Likewise.
2653         * g++/dg/ext/visibility/visibility-7.C: Likewise.
2654         * g++/dg/ext/visibility/visibility-8.C: New test.
2655         * gcc.c-torture/compile/dll.x: Remove.
2656         * gcc.dg/dll-2.c: Use dg-require-dll
2657         * gcc.dg/visibility-10.c: New test.
2658         * lib/gcc-dg.exp (dg-require-dll): Add Symbian to list of targets
2659         supporting DLLs.
2660         * testsuite/lib/scanasm.exp (scan_hidden): New function.
2661         (scan_not_hidden): Likewise.
2662
2663 2004-08-05  David Edelsohn  <edelsohn@gnu.org>
2664
2665         * gcc.dg/sh4a-fprun.c: Fix dg-do typo.
2666
2667 2004-08-05  Richard Sandiford  <rsandifo@redhat.com>
2668
2669         * gcc.c-torture/execute/20040805-1.c: New test.
2670
2671 2004-08-04  Andrew Pinski  <pinskia@physics.uc.edu>
2672
2673         * gcc.dg/20020118-1.c: Declare abort.
2674         * gcc.dg/altivec_check.h: Likewise.
2675         * gcc.dg/iftrap-2.c: Likewise.
2676         * gcc.dg/pragma-darwin.c: Likewise.
2677         * gcc.dg/rs6000-ldouble-1.c: Declare abort and exit.
2678
2679 2004-08-04  Geoffrey Keating  <geoffk@apple.com>
2680
2681         * g++.dg/ext/altivec_check.h: Declare exit as extern "C".
2682
2683 2004-08-05  Joseph S. Myers  <jsm@polyomino.org.uk>
2684
2685         * gcc.c-torture/execute/builtins/abs-2.c,
2686         gcc.c-torture/execute/builtins/abs-3.c,
2687         gcc.c-torture/execute/builtins/lib/abs.c, gcc.dg/format/format.h,
2688         gcc.dg/torture/builtin-attr-1.c: Use predefined macros for
2689         intmax_t, uintmax_t and their limits.
2690         * gcc.dg/intmax_t-1.c: New test.
2691
2692 2004-08-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2693
2694         * g++.dg/tc1/dr147.C: Add reference to PR.
2695
2696 2004-08-03  Richard Sandiford  <rsandifo@redhat.com>
2697
2698         * gcc.dg/mips-args-[23].c: Declare abort() and exit().
2699         * gcc.dg/torture/mips-hilo-[12].c: Likewise.
2700
2701 2004-08-03  David Edelsohn  <edelsohn@gnu.org>
2702
2703         * gcc.dg/compat/struct-layout-1.exp: Fix error message typo.
2704
2705 2004-08-03  Joseph S. Myers  <jsm@polyomino.org.uk>
2706
2707         * gcc.dg/redecl-5.c: New test.
2708         * gcc.dg/format/attr-6.c: Expect warning for implicit declaration
2709         of scanf.
2710
2711 2004-08-03  Roger Sayle  <roger@eyesopen.com>
2712
2713         PR middle-end/16790
2714         * gcc.c-torture/execute/pr16790-1.c: New test case.
2715
2716 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
2717
2718         * g++.dg/ext/visibility/assign1.C: New test.
2719         * g++.dg/ext/visibility/new1.C: Likewise.
2720
2721         * gcc.dg/symbian1.c: New test.
2722         * gcc.dg/symbian2.c: Likewise.
2723
2724 2004-08-03  H.J. Lu  <hongjiu.lu@intel.com>
2725
2726         PR target/16570
2727         * gcc.dg/i386-sse-9.c: New test.
2728
2729 2004-08-03  Joseph S. Myers  <jsm@polyomino.org.uk>
2730
2731         * gcc.dg/array-7.c, gcc.dg/c99-tag-2.c: New tests.
2732
2733 2004-08-03  Joseph S. Myers  <jsm@polyomino.org.uk>
2734
2735         * gcc.dg/20001023-1.c, gcc.dg/20001108-1.c, gcc.dg/20001117-1.c,
2736         gcc.dg/20010202-1.c, gcc.dg/20011008-2.c, gcc.dg/20011214-1.c,
2737         gcc.dg/20020201-1.c, gcc.dg/20020312-2.c, gcc.dg/20020426-2.c,
2738         gcc.dg/20030331-2.c, gcc.dg/20030612-1.c, gcc.dg/20030926-1.c,
2739         gcc.dg/20031216-1.c, gcc.dg/20031218-3.c, gcc.dg/20040305-2.c,
2740         gcc.dg/980226-1.c, gcc.dg/Wreturn-type2.c,
2741         gcc.dg/Wunreachable-6.c, gcc.dg/Wunreachable-7.c,
2742         gcc.dg/align-1.c, gcc.dg/builtin-prefetch-1.c,
2743         gcc.dg/builtins-17.c, gcc.dg/builtins-19.c, gcc.dg/builtins-2.c,
2744         gcc.dg/builtins-20.c, gcc.dg/builtins-21.c, gcc.dg/builtins-7.c,
2745         gcc.dg/builtins-8.c, gcc.dg/cpp/19930510-1.c,
2746         gcc.dg/cpp/charconst-3.c, gcc.dg/cpp/charconst-4.c,
2747         gcc.dg/cpp/mi6.c, gcc.dg/cpp/tr-paste.c, gcc.dg/cpp/trad/mi6.c,
2748         gcc.dg/cpp/trad/paste.c, gcc.dg/cpp/trad/strify.c,
2749         gcc.dg/fastmath-1.c, gcc.dg/fshort-wchar.c, gcc.dg/i386-387-7.c,
2750         gcc.dg/i386-387-8.c, gcc.dg/i386-asm-1.c, gcc.dg/i386-cadd.c,
2751         gcc.dg/i386-fpcvt-3.c, gcc.dg/i386-loop-3.c,
2752         gcc.dg/i386-memset-1.c, gcc.dg/loop-2.c, gcc.dg/nest.c,
2753         gcc.dg/noncompile/971104-1.c, gcc.dg/noncompile/990416-1.c,
2754         gcc.dg/noncompile/scope.c, gcc.dg/pack-test-4.c,
2755         gcc.dg/pack-test-5.c, gcc.dg/pch/inline-4.c, gcc.dg/postincr-1.c,
2756         gcc.dg/pr10392-1.c, gcc.dg/pragma-align.c,
2757         gcc.dg/profile-generate-1.c, gcc.dg/sibcall-1.c,
2758         gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c, gcc.dg/sibcall-4.c,
2759         gcc.dg/sibcall-5.c, gcc.dg/sibcall-6.c, gcc.dg/switch-warn-1.c,
2760         gcc.dg/switch-warn-2.c, gcc.dg/torture/builtin-attr-1.c,
2761         gcc.dg/torture/builtin-math-1.c, gcc.dg/torture/builtin-noret-2.c,
2762         gcc.dg/trampoline-1.c, gcc.dg/tree-ssa/20030703-1.c,
2763         gcc.dg/tree-ssa/20030703-2.c, gcc.dg/tree-ssa/20030708-1.c,
2764         gcc.dg/tree-ssa/20030709-3.c, gcc.dg/tree-ssa/20030710-1.c,
2765         gcc.dg/tree-ssa/20030711-1.c, gcc.dg/tree-ssa/20030729-1.c,
2766         gcc.dg/tree-ssa/20030730-1.c, gcc.dg/tree-ssa/20030730-2.c,
2767         gcc.dg/tree-ssa/20030731-1.c, gcc.dg/tree-ssa/20030807-11.c,
2768         gcc.dg/tree-ssa/20030807-2.c, gcc.dg/tree-ssa/20030807-5.c,
2769         gcc.dg/tree-ssa/20030807-7.c, gcc.dg/tree-ssa/20030808-1.c,
2770         gcc.dg/tree-ssa/20030814-1.c, gcc.dg/tree-ssa/20030814-2.c,
2771         gcc.dg/tree-ssa/20030814-3.c, gcc.dg/tree-ssa/20030814-4.c,
2772         gcc.dg/tree-ssa/20030814-5.c, gcc.dg/tree-ssa/20030814-6.c,
2773         gcc.dg/tree-ssa/20030814-7.c, gcc.dg/tree-ssa/20030815-1.c,
2774         gcc.dg/tree-ssa/20030907-1.c, gcc.dg/tree-ssa/20030917-3.c,
2775         gcc.dg/tree-ssa/20030922-1.c, gcc.dg/tree-ssa/20031113-1.c,
2776         gcc.dg/tree-ssa/20040121-1.c, gcc.dg/tree-ssa/20040319-1.c,
2777         gcc.dg/tree-ssa/20040324-1.c, gcc.dg/tree-ssa/20040326-1.c,
2778         gcc.dg/tree-ssa/20040326-2.c, gcc.dg/tree-ssa/20040517-1.c,
2779         gcc.dg/tree-ssa/ssa-ccp-10.c, gcc.dg/tree-ssa/ssa-pre-1.c,
2780         gcc.dg/tree-ssa/tailcall-1.c, gcc.dg/tree-ssa/tailrecursion-5.c,
2781         gcc.dg/ultrasp3.c, gcc.dg/winline-7.c, gcc.misc-tests/bprob-1.c,
2782         gcc.misc-tests/bprob-2.c, gcc.misc-tests/gcov-3.c,
2783         gcc.misc-tests/gcov-4.c, gcc.misc-tests/gcov-4b.c,
2784         gcc.misc-tests/gcov-6.c, gcc.misc-tests/gcov-7.c,
2785         gcc.misc-tests/i386-pf-3dnow-1.c,
2786         gcc.misc-tests/i386-pf-athlon-1.c,
2787         gcc.misc-tests/i386-pf-none-1.c, gcc.misc-tests/i386-pf-sse-1.c,
2788         objc.dg/nested-func-1.m, objc.dg/special/unclaimed-category-1.m:
2789         Declare built-in functions used.
2790         * gcc.dg/torture/builtin-attr-1.c (nexttoward): Use FPTEST2ARG2.
2791
2792 2004-08-02  Mark Mitchell  <mark@codesourcery.com>
2793
2794         PR c++/16707
2795         * g++.dg/lookup/using12.C: New test.
2796
2797         * g++.dg/init/null1.C: Fix PR number.
2798         * g++.dg/parse/namespace10.C: Likewise.
2799
2800 2004-08-01  Mark Mitchell  <mark@codesourcery.com>
2801
2802         PR c++/16224
2803         * g++.dg/template/spec17.C: New test.
2804         * g++.old-deja/g++.ns/template13.C: Remove XFAIL.
2805         * g++.old-deja/g++.pt/lookup10.C: Add dg-error marker.
2806
2807 2004-08-02  David Billinghurst
2808
2809         PR fortran/16292
2810         * gfortran.dg/g77/cabs.f: xfail on mips-sgi-irix6*
2811
2812 2004-08-01  Zack Weinberg  <zack@codesourcery.com>
2813
2814         * gcc.dg/ia64-got-1.c: New test case.
2815
2816 2004-08-01  Mark Mitchell  <mark@codesourcery.com>
2817
2818         PR c++/16489
2819         * g++.dg/init/null1.C: New test.
2820         * g++.dg/tc1/dr76.C: Adjust error marker.
2821
2822         PR c++/16529
2823         * g++.dg/parse/namespace10.C: New test.
2824
2825         PR c++/16810
2826         * g++.dg/inherit/ptrmem2.C: New test.
2827
2828 2004-08-02  Ben Elliston  <bje@au.ibm.com>
2829
2830         PR target/16155
2831         * gcc.dg/pr16155.c: New test.
2832
2833 2004-07-31  Joseph S. Myers  <jsm@polyomino.org.uk>
2834
2835         * gcc.dg/redecl-2.c: New test.
2836
2837 2004-07-30  Geoffrey Keating  <geoffk@apple.com>
2838
2839         * gcc.dg/darwin-longdouble.c: New file.
2840
2841 2004-07-30  Richard Henderson  <rth@redhat.com>
2842
2843         * gfortran.fortran-torture/execute/intrinsic_rrspacing.f90: Fix
2844         write to constant argument.
2845         * gfortran.fortran-torture/execute/intrinsic_scale.f90: Likewise.
2846
2847 2004-07-30  Richard Henderson  <rth@redhat.com>
2848
2849         * gfortran.fortran-torture/execute/intrinsic_nearest.f90: Disable
2850         tests of nearest around zero.
2851
2852 2004-07-30  Andrew Pinski  <apinski@apple.com>
2853
2854         * gcc.c-torture/compile/20040730-1.c: New test.
2855
2856 2004-07-30  Aldy Hernandez  <aldyh@redhat.com>
2857
2858         * gcc.dg/vmx/vmx.exp: Explain why we skip tests for
2859         powerpc-eabispe.
2860
2861 2004-07-30  Aldy Hernandez  <aldyh@redhat.com>
2862
2863         * gcc.dg/vmx/vmx.exp: Disable tests for eabispe.
2864
2865 2004-07-30  Richard Sandiford  <rsandifo@redhat.com>
2866
2867         * lib/g++.exp (g++_link_flags): Check whether LD_LIBRARY_PATH already
2868         contains $ld_library_path.
2869         * lib/gfortran.exp (gfortran_link_flags): Likewise.
2870
2871 2004-07-29  Richard Henderson  <rth@redhat.com>
2872
2873         * g++.dg/template/sizeof8.C: Don't assume 32bit pointers.
2874
2875         * g++.dg/ext/stmtexpr2.C (alt1): Rename from expected.
2876         (alt2, which): New.
2877         (Check): Accept either alternative.
2878
2879 2004-07-29  Mark Mitchell  <mark@codesourcery.com>
2880
2881         * g++.dg/abi/inline1.C: New test.
2882         * g++.dg/abi/local1-a.cc: Likewise.
2883         * g++.dg/abi/local1.C: Likewise.
2884         * g++.dg/abi/mangle11.C: Tweak location of warnings.
2885         * g++.dg/abi/mangle12.C: Likewise.
2886         * g++.dg/abi/mangle17.C: Likewise.
2887         * g++.dg/abi/mangle20-2.C: Likewise.
2888         * g++.dg/opt/interface1.C: Likewise.
2889         * g++.dg/opt/interface1.h: Likewise.
2890         * g++.dg/opt/interface1-a.cc: New test.
2891         * g++.dg/parse/repo1.C: New test.
2892         * g++.dg/template/repo1.C: Likewise.
2893         * g++.dg/warn/Winline-1.C: Likewise.
2894         * lib/gcc-dg.exp (gcc-dg-test-1): Fix -frepo handling.
2895
2896 2004-07-29  Diego Novillo  <dnovillo@redhat.com>
2897
2898         * gcc.dg/tree-ssa/20040729-1.c: New test.
2899
2900 2004-07-27  Matt Austern <austern@apple.com>
2901
2902         * gcc.dg/darwin-bool-1.c: New test.
2903         * gcc.dg/darwin-bool-2.c: New test.
2904
2905 2004-07-28  Richard Henderson  <rth@redhat.com>
2906
2907         * gfortran.fortran-torture/execute/intrinsic_spacing.f90: Pass
2908         arguments in the correct type.  Don't write to constant arguments.
2909
2910 2004-07-28  Diego Novillo  <dnovillo@redhat.com>
2911
2912         PR tree-optimization/16688
2913         PR tree-optimization/16689
2914         * g++.dg/tree-ssa/pr16688.C: New test.
2915
2916 2004-07-28  Diego Novillo  <dnovillo@redhat.com>
2917
2918         * gcc.dg/tree-ssa/20031022-1.c: Adjust number of expected
2919         loads.  Not only in the comment, this time.
2920
2921 2004-07-28  Alexandre Oliva  <aoliva@redhat.com>
2922
2923         2003-07-06  Alexandre Oliva  <aoliva@redhat.com>
2924         * gcc.dg/sh4a-memmovua.c: Tweak regular expression.
2925         2003-07-01  Alexandre Oliva  <aoliva@redhat.com>
2926         * gcc.dg/sh4a-bitmovua.c: New.
2927         * gcc.dg/sh4a-cos.c: New.
2928         * gcc.dg/sh4a-cosf.c: New.
2929         * gcc.dg/sh4a-fprun.c: New.
2930         * gcc.dg/sh4a-fsrra.c: New.
2931         * gcc.dg/sh4a-memmovua.c: New.
2932         * gcc.dg/sh4a-sin.c: New.
2933         * gcc.dg/sh4a-sincos.c: New.
2934         * gcc.dg/sh4a-sincosf.c: New.
2935         * gcc.dg/sh4a-sinf.c: New.
2936
2937 2004-07-28  Diego Novillo  <dnovillo@redhat.com>
2938
2939         * gcc.dg/tree-ssa/20030714-2.c: Adjust number of expected
2940         conditionals.
2941         * gcc.dg/tree-ssa/20031022-1.c: Adjust number of expected
2942         loads.
2943         * gcc.dg/tree-ssa/ssa-dom-cse-1.c: Expect optimization in
2944         DOM1.
2945
2946 2004-07-27  Andrew Pinski  <apinski@apple.com>
2947
2948         * g++.dg/rtti/tinfo1.C: Correct the xfail.
2949
2950 2004-07-27  Nitin Yewale <nitiny@kpitcummins.com>
2951
2952         * gcc.dg/pragma-isr.c: New test.
2953
2954 2004-07-27  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2955
2956         PR c++/14429
2957         * g++.dg/template/ttp11.C: New test.
2958
2959 2004-07-27  Diego Novillo  <dnovillo@redhat.com>
2960
2961         * gcc.c-torture/compile/20040727-1.c: New test.
2962
2963 2004-07-26  Eric Christopher  <echristo@redhat.com>
2964
2965         * gcc.c-torture/compile/20040726-2.c: New test.
2966
2967 2004-07-26  Andrew Pinski  <apinski@apple.com>
2968
2969         * g++.dg/rtti/tinfo1.C: Xfail.
2970
2971 2004-07-26  Richard Sandiford  <rsandifo@redhat.com>
2972
2973         * gcc.c-torture/compile/20040726-1.c: New test.
2974
2975 2004-07-26  Niall Douglas  <s_fsfeurope2@nedprod.com>
2976             Brian Ryner  <bryner@brianryner.com>
2977
2978         PR c++/9283
2979         PR c++/15000
2980         * gcc.dg/visibility-9.c, gcc.dg/visibility-a.c: New tests.
2981         * g++.dg/ext/visibility/: New directory.
2982         * g++.dg/ext/visibility-1.C, g++.dg/ext/visibility-2.C
2983         g++.dg/ext/visibility-3.C, g++.dg/ext/visibility-4.C,
2984         g++.dg/ext/visibility-5.C, g++.dg/ext/visibility-6.C,
2985         g++.dg/ext/visibility-7.C: Move to g++.dg/ext/visibility/.
2986         * g++.dg/ext/visibility/fvisibility.C,
2987         g++.dg/ext/visibility/fvisibility-inlines-hidden.C,
2988         g++.dg/ext/visibility/fvisibility-override1.C
2989         g++.dg/ext/visibility/fvisibility-override2.C
2990         g++.dg/ext/visibility/memfuncts.C
2991         g++.dg/ext/visibility/noPLT.C
2992         g++.dg/ext/visibility/pragma.C
2993         g++.dg/ext/visibility/pragma-override1.C
2994         g++.dg/ext/visibility/pragma-override2.C
2995         g++.dg/ext/visibility/staticmemfuncts.C
2996         g++.dg/ext/visibility/virtual.C: New tests.
2997
2998 2004-07-25  Joseph S. Myers  <jsm@polyomino.org.uk>
2999
3000         PR c/15360
3001         * gcc.dg/pr15360-1.c: New test.
3002
3003 2004-07-25  Daniel Jacobowitz  <dan@debian.org>
3004
3005         * gcc.dg/pragma-align-2.c: New test.
3006         * gcc.dg/pragma-init-fini.c: New test.
3007         * gcc.dg/pragma-align.c: Change from compile to run.  Run on Solaris
3008         targets.
3009
3010 2004-07-25  Joseph S. Myers  <jsm@polyomino.org.uk>
3011
3012         * gcc.dg/init-string-2.c: New test.
3013
3014 2004-07-24  Zack Weinberg  <zack@codesourcery.com>
3015
3016         PR 16684
3017         * gcc.dg/Wredundant-decls-1.c: New test case.
3018
3019 2004-07-24  Jakub Jelinek  <jakub@redhat.com>
3020
3021         * README.compat: Add RUN_ALL_COMPAT_TESTS documentation.
3022         * lib/compat.exp: Replace ^$tmpdir/? in testcase names with tmpdir-.
3023         * gcc.dg/compat/struct-layout-1.exp: New testsuite driver.
3024         * gcc.dg/compat/struct-layout-1_generate.c: New testcase generator.
3025         * gcc.dg/compat/generate-random.c: New file.
3026         * gcc.dg/compat/generate-random.h: Likewise.
3027         * gcc.dg/compat/generate-random_r.c: Likewise.
3028         * gcc.dg/compat/struct-layout-1.h: Likewise.
3029         * gcc.dg/compat/struct-layout-1_x1.h: Likewise.
3030         * gcc.dg/compat/struct-layout-1_x2.h: Likewise.
3031         * gcc.dg/compat/struct-layout-1_y1.h: Likewise.
3032         * gcc.dg/compat/struct-layout-1_y2.h: Likewise.
3033         * gcc.dg/compat/struct-layout-1_main.c: New test.
3034         * gcc.dg/compat/struct-layout-1_x.c: New file.
3035         * gcc.dg/compat/struct-layout-1_y.c: New file.
3036         * gcc.dg/compat/struct-layout-1_test.h: New file.
3037
3038 2004-07-23  Joseph S. Myers  <jsm@polyomino.org.uk>
3039
3040         * gcc.dg/comp-return-1.c: New test
3041
3042 2004-07-23  Janis Johnson  <janis187@us.ibm.com>
3043
3044         * gcc.dg/vmx/8-02a.c: Fix typo.
3045
3046         * gcc.dg/vmx/varargs-4.c: Remove a Darwin-specific check.
3047         * gcc.dg/darwin-abi-3.c: New test.
3048
3049         * gcc.dg/vmx/debug-1.c: Use int, not long, in union with vector.
3050         * gcc.dg/vmx/varargs-1.c: Use int, not long, in union with vector.
3051
3052         * gcc.dg/vmx/ops.c: Remove checks using pointers to long.
3053         * gcc.dg/vmx/ops-long-1.c: New test.
3054         * gcc.dg/vmx/ops-long-2.c: New test.
3055
3056 2004-07-23  Nathan Sidwell  <nathan@codesourcery.com>
3057
3058         * g++.dg/lookup/conv-[1234].C: New.
3059
3060 2004-07-22  Mark Mitchell  <mark@codesourcery.com>
3061
3062         * g++.dg/parse/attr2.C: Simplify.
3063
3064 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
3065
3066         PR c/7284
3067         * gcc.c-torture/execute/pr7284-1.c: New test.
3068
3069 2004-07-22  Brian Booth  <bbooth@redhat.com>
3070
3071         * gcc.dg/tree-ssa/20040721-1.c: New test.
3072
3073 2004-07-22  Nathan Sidwell  <nathan@codesourcery.com>
3074
3075         * g++.dg/template/crash20.c: New.
3076
3077 2004-07-22  David Billinghurst (David.Billinghurst@riotinto.com)
3078
3079         * gfortran.dg/g77/970625-2.f Copy from g77.f-torture/execute.
3080         Add dg-run directive.  Declare variables as required.
3081         * gfortran.dg/g77/README: Update
3082
3083 2004-07-22  Hans-Peter Nilsson  <hp@axis.com>
3084
3085         * gcc.dg/cris-peep2-xsrand.c, gcc.dg/cris-peep2-andu1.c,
3086         gcc.dg/cris-peep2-andu2.c: New tests.
3087
3088 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
3089
3090         PR c/15052
3091         * gcc.dg/noreturn-5.c: Test qualifiers on function type instead of
3092         on return type.
3093         * gcc.dg/qual-return-1.c: Use -Wreturn-type.  Update expected
3094         messages.
3095         * gcc.dg/qual-return-2.c: Update expected messages.
3096         * gcc.dg/qual-return-3.c, gcc.dg/qual-return-4.c: New tests.
3097
3098 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
3099
3100         * gcc.dg/c99-init-3.c, gcc.dg/gnu99-init-2.c: New tests.
3101         * gcc.dg/noncompile/921102-1.c: Update expected error message.
3102
3103 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
3104
3105         PR c/11250
3106         * gcc.dg/init-string-1.c: New test.
3107
3108 2004-07-21  Jakub Jelinek  <jakub@redhat.com>
3109
3110         PR middle-end/15345
3111         PR c/16450
3112         * gcc.dg/torture/nested-fn-1.c: New test.
3113
3114 2004-07-20  H.J. Lu  <hongjiu.lu@intel.com>
3115
3116         PR target/16559
3117         * gcc.dg/ia64-fptr-1.c: New file.
3118
3119 2004-07-21  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3120
3121         PR c++/14497
3122         * g++.dg/template/spec16.C: New test.
3123         * g++.old-deja/g++.robertl/eb118.C: Remove.
3124
3125 2004-07-21  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3126
3127         PR c++/509
3128         * g++.dg/template/spec15.C: New test.
3129
3130 2004-07-21  David Billinghurst (David.Billinghurst@riotinto.com)
3131
3132         Copy cases from g77.f-torture/execute and add dg-run
3133         directive.  Other changes as noted.
3134         * gfortran.dg/g77/13037.f
3135         * gfortran.dg/g77/1832.f
3136         * gfortran.dg/g77/19981119-0.f
3137         * gfortran.dg/g77/19990313-0.f
3138         * gfortran.dg/g77/19990313-1.f
3139         * gfortran.dg/g77/19990313-2.f
3140         * gfortran.dg/g77/19990313-3.f
3141         * gfortran.dg/g77/19990419-1.f
3142         * gfortran.dg/g77/19990826-0.f
3143         * gfortran.dg/g77/19990826-2.f
3144         * gfortran.dg/g77/20000503-1.f
3145         * gfortran.dg/g77/20001111.f
3146         * gfortran.dg/g77/20010116.f
3147         * gfortran.dg/g77/20010426-1.f: Renamed from 20010426-1.f
3148         * gfortran.dg/g77/20010430.f
3149         * gfortran.dg/g77/6177.f
3150         * gfortran.dg/g77/947.f
3151         * gfortran.dg/g77/970816-3.f
3152         * gfortran.dg/g77/971102-1.f
3153         * gfortran.dg/g77/980520-1.f
3154         * gfortran.dg/g77/980628-0.f
3155         * gfortran.dg/g77/980628-1.f
3156         * gfortran.dg/g77/980628-10.f
3157         * gfortran.dg/g77/980628-2.f
3158         * gfortran.dg/g77/980628-3.f
3159         * gfortran.dg/g77/980628-7.f
3160         * gfortran.dg/g77/980628-8.f
3161         * gfortran.dg/g77/980628-9.f
3162         * gfortran.dg/g77/980701-0.f
3163         * gfortran.dg/g77/980701-1.f
3164         * gfortran.dg/g77/cabs.f
3165         * gfortran.dg/g77/claus.f
3166         * gfortran.dg/g77/complex_1.f
3167         * gfortran.dg/g77/cpp3.F: Renamed from cpp3.F
3168         * gfortran.dg/g77/dcomplex.f
3169         * gfortran.dg/g77/dnrm2.f: Add dg-warnings as required.
3170         * gfortran.dg/g77/f90-intrinsic-mathematical.f
3171         * gfortran.dg/g77/f90-intrinsic-numeric.f
3172         * gfortran.dg/g77/int8421.f
3173         * gfortran.dg/g77/labug1.f
3174         * gfortran.dg/g77/large_vec.f
3175         * gfortran.dg/g77/le.f
3176         * gfortran.dg/g77/short.f
3177         * gfortran.dg/g77/README: Update
3178
3179 2004-07-20  Mark Mitchell  <mark@codesourcery.com>
3180
3181         PR c++/16637
3182         * g++.dg/parse/lookup4.C: New test.
3183
3184 2004-07-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3185
3186         PR c++/16175
3187         * g++.dg/template/ttp10.C: New test.
3188
3189 2004-07-20  Joseph S. Myers  <jsm@polyomino.org.uk>
3190
3191         * gcc.dg/pr12625-1.c: New test.
3192
3193 2004-07-20  Steven Bosscher  <stevenb@suse.de>
3194
3195         * testsuite/gcc.dg/switch-warn-1.c: New test.
3196         * testsuite/gcc.dg/switch-warn-2.c: New test.
3197         * gcc.c-torture/compile/pr14730.c: Update.
3198
3199 2004-07-19  Kelley Cook  <kcook@gcc.gnu.org>
3200
3201         * g++.dg/lookup/java1.C, g++.dg/lookup/java2.C, g++.dg/other/crash-2.C,
3202         g++.dg/parse/casting-operator2.C, g++.dg/parse/dtor3.C,
3203         g++.dg/parse/typename6.C, g++.dg/template/dependent-expr4.C,
3204         g++.dg/template/nontype3.C: Remove trailing CR from tests.
3205
3206 2004-07-18  Mark Mitchell  <mark@codesourcery.com>
3207
3208         PR c++/16623
3209         * g++.dg/template/assign1.C: New test.
3210
3211 2004-07-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3212
3213         PR c++/12170
3214         * g++.dg/template/ttp9.C: New test.
3215
3216 2004-07-19  Daniel Jacobowitz  <dan@debian.org>
3217
3218         * gcc.dg/format/cmn-err-1.c: New test.
3219
3220 2004-07-19  Joseph S. Myers  <jsm@polyomino.org.uk>
3221
3222         * g++.dg/warn/Wparentheses-1.C, g++.dg/warn/Wparentheses-2.C,
3223         gcc.dg/Wparentheses-10.c: New tests.
3224         * gcc.dg/Wparentheses-5.c: Remove XFAILs.
3225
3226 2004-07-18  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3227
3228         PR fortran/16465
3229         * gfortran.dg/g77//ffixed-line-length-0.f,
3230         gfortran.dg/g77/ffixed-line-length-132.f,
3231         gfortran.dg/g77/ffixed-line-length-72.f,
3232         gfortran.dg/g77/ffixed-line-length-none.f: Copy from g77.dg.
3233         gfortran.dg/g77/README: Update.
3234
3235 2004-07-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3236
3237         PR c++/13092
3238         * g++.dg/template/non-dependent7.C: New test.
3239         * g++.dg/template/non-dependent8.C: Likewise.
3240         * g++.dg/template/non-dependent9.C: Likewise.
3241         * g++.dg/template/non-dependent10.C: Likewise.
3242
3243 2004-07-17  Mark Mitchell  <mark@codesourcery.com>
3244
3245         PR c++/16337
3246         * g++.dg/parse/attr2.C: New test.
3247
3248 2004-07-17  Toon Moene  <toon@moene.indiv.nluug.nl>
3249
3250         * g77.dg: Removed.
3251         * g77.f-torture: Ditto.
3252
3253 2004-07-17  Joseph S. Myers  <jsm@polyomino.org.uk>
3254
3255         * gcc.dg/Wparentheses-2.c, gcc.dg/Wparentheses-3.c,
3256         gcc.dg/Wparentheses-4.c, Wparentheses-5.c, Wparentheses-6.c,
3257         Wparentheses-7.c, Wparentheses-8.c, Wparentheses-9.c: New tests.
3258
3259 2004-07-16  Richard Henderson  <rth@redhat.com>
3260
3261         * gcc.c-torture/compile/20020210-1.c: Remove XFAIL.
3262
3263 2004-07-16  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3264
3265         * lib/fortran-torture.exp (fortran-torture): Don't test compile
3266         tests with full list of options.
3267         * lib/gfortran-dg.exp (gfortran-dg-runtest): Only test with all
3268         of TORTURE_OPTIONS if test contains 'dg-do run'.
3269
3270         PR fortran/16404
3271         * gfortran.dg/do_iterator.f90: New test.
3272
3273 2004-07-16  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3274
3275         PR rtl-optimization/16536
3276         * gcc.c-torture/execute/restrict-1.c: New test.
3277
3278 2004-07-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3279
3280         PR fortran/15324
3281         * gfortran.dg/pr15324.f90: New test.
3282
3283         PR fortran/15129
3284         * gfortran.dg/pr15129.f90: New test.
3285
3286         PR fortran/15140
3287         * gfortran.dg/pr15140.f90: New test.
3288
3289         PR fortran/13792
3290         * gfortran.fortran-torture/execute/bounds.f90: Add check for
3291         compile-time simplification.
3292
3293 2004-07-14  Mike Stump  <mrs@apple.com>
3294
3295         * gcc.dg/20020426-2.c: Improve type safety wrt unsignedness.
3296
3297 2004-07-14  James E Wilson  <wilson@specifixinc.com>
3298
3299         PR target/16325
3300         * gcc.dg/profile-generate-1.c: New.
3301
3302 2004-07-15  Jakub Jelinek  <jakub@redhat.com>
3303
3304         * gcc.c-torture/execute/20040709-1.c: New test.
3305         * gcc.c-torture/execute/20040709-2.c: New test.
3306
3307 2004-07-14  Mike Stump  <mrs@apple.com>
3308
3309         * gcc.dg/wint_t-1.c: Expect to pass on darwin 10.3.x and later.
3310
3311 2004-07-14  Mike Stump  <mrs@apple.com>
3312
3313         * gcc.dg/wchar_t-1.c: Expect to pass on darwin 10.3.x and later.
3314
3315 2004-07-13  Mark Mitchell  <mark@codesourcery.com>
3316
3317         PR c++/16518
3318         * g++.dg/parse/mutable1.C: New test.
3319
3320 2004-07-13  Diego Novillo  <dnovillo@redhat.com>
3321
3322         PR tree-optimization/16443
3323         * gcc.dg/tree-ssa/20040713-1.c: New test.
3324
3325 2004-07-15  Ulrich Weigand  <uweigand@de.ibm.com>
3326
3327         * g++.dg/lookup/new2.C: Use first operand of type __SIZE_TYPE__
3328         for operator new.
3329
3330 2004-07-13  David Billinghurst <David.Billinghurst@riotinto.com>
3331
3332         * gfortran.dg/g77/README: New file
3333         * gfortran.dg/g77/19981216-0.f:  Copy from
3334         g77.f-torture/noncompile.  Add "dg-do compile" and
3335         dg-error as required.
3336         * gfortran.dg/g77/19990218-1.f: Likewise
3337         * gfortran.dg/g77/19990905-1.f: Likewise
3338         * gfortran.dg/g77/9263.f: Likewise
3339         * gfortran.dg/g77/980615-0.f: Likewise
3340         * gfortran.dg/g77/980616-0.f: Likewise
3341         * gfortran.dg/g77/check0.f: Likewise
3342         * gfortran.dg/g77/select_no_compile.f: Likewise
3343
3344 2004-07-13  David Billinghurst <David.Billinghurst@riotinto.com>
3345
3346         Copy files from g77.f-torture/compile.
3347         Add "{ dg-do compile}".  Other changes as noted
3348         * gfortran.dg/g77/19990905-0.f: XFAIL PR 16511
3349         * gfortran.dg/g77/20010519-1.f: Add dg-warning as required
3350         * gfortran.dg/g77/20030115-1.f: Add dg-warning as required
3351         * gfortran.dg/g77/20030326-1.f: XFAIL PR 16511
3352         * gfortran.dg/g77/970125-0.f: Add dg-excess-errors.
3353         * gfortran.dg/g77/980519-2.f: Declare hd_S,hd_Z,hd_T
3354         * gfortran.dg/g77/990115-1.f: Declare RANK as INTEGER
3355         * gfortran.dg/g77/alpha1.f: Separate declaration and DATA
3356         statement to conform to standard.  Append alpha1.x for reference.
3357         * gfortran.dg/g77/xformat.f: Add dg-warning
3358
3359 2004-07-13  David Billinghurst <David.Billinghurst@riotinto.com>
3360
3361         * gfortran.dg/g77/cpp.F: Copy from g77.f-torture/compile.
3362         Add {dg-do compile} directive.
3363         * gfortran.dg/g77/cpp2.F: Likewise
3364
3365 2004-07-12  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3366
3367         PR c++/5402
3368         * g++.dg/lookup/name-clash1.C: New test.
3369
3370         PR c++/9777
3371         * g++.dg/lookup/name-clash2.C: New test.
3372
3373         PR c++/12102
3374         * g++.dg/lookup/name-clash3.C: New test.
3375
3376 2004-07-12  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3377
3378         * g++.dg/lookup/new2.C: New test.
3379         * g++.old-deja/g++.ns/new1.C: Remove (ill-formed).
3380
3381 2004-07-12  David Billinghurst <David.Billinghurst@riotinto.com>
3382
3383         * gfortran.dg/g77/12002.f: Copy from g77.f-torture/compile.
3384         Add {dg-do compile} directive.
3385         * gfortran.dg/g77/13060.f: Likewise
3386         * gfortran.dg/g77/19990218-0.f: Likewise
3387         * gfortran.dg/g77/19990305-0.f: Likewise
3388         * gfortran.dg/g77/19990419-0.f: Likewise
3389         * gfortran.dg/g77/19990502-0.f: Likewise
3390         * gfortran.dg/g77/19990502-1.f: Likewise
3391         * gfortran.dg/g77/19990525-0.f: Likewise
3392         * gfortran.dg/g77/19990826-1.f: Likewise
3393         * gfortran.dg/g77/19990826-3.f: Likewise
3394         * gfortran.dg/g77/19990905-2.f: Likewise
3395         * gfortran.dg/g77/20000412-1.f: Likewise
3396         * gfortran.dg/g77/20000511-1.f: Likewise
3397         * gfortran.dg/g77/20000511-2.f: Likewise
3398         * gfortran.dg/g77/20000518.f: Likewise
3399         * gfortran.dg/g77/20000601-1.f: Likewise
3400         * gfortran.dg/g77/20000601-2.f: Likewise
3401         * gfortran.dg/g77/20000629-1.f: Likewise
3402         * gfortran.dg/g77/20000630-2.f: Likewise
3403         * gfortran.dg/g77/20010115.f: Likewise
3404         * gfortran.dg/g77/20010321-1.f: Likewise
3405         * gfortran.dg/g77/20010426.f: Likewise
3406         * gfortran.dg/g77/20020307-1.f: Likewise
3407         * gfortran.dg/g77/8485.f: Likewise
3408         * gfortran.dg/g77/960317-1.f: Likewise
3409         * gfortran.dg/g77/970915-0.f: Likewise
3410         * gfortran.dg/g77/980310-1.f: Likewise
3411         * gfortran.dg/g77/980310-2.f: Likewise
3412         * gfortran.dg/g77/980310-3.f: Likewise
3413         * gfortran.dg/g77/980310-4.f: Likewise
3414         * gfortran.dg/g77/980310-6.f: Likewise
3415         * gfortran.dg/g77/980310-7.f: Likewise
3416         * gfortran.dg/g77/980310-8.f: Likewise
3417         * gfortran.dg/g77/980419-2.f: Likewise
3418         * gfortran.dg/g77/980424-0.f: Likewise
3419         * gfortran.dg/g77/980427-0.f: Likewise
3420         * gfortran.dg/g77/980729-0.f: Likewise
3421         * gfortran.dg/g77/981117-1.f: Likewise
3422         * gfortran.dg/g77/toon_1.f: Likewise
3423
3424 2004-07-12  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3425
3426         PR c++/2204
3427         * g++.dg/other/abstract2.C: New test.
3428
3429 2004-07-12  Paul Brook  <paul@codesourcery.com>
3430
3431         * gfortran.dg/pointer_init_1.f90: New test.
3432
3433 2004-07-11  Paul Brook  <paul@codesourcery.com>
3434
3435         PR fortran/15986
3436         * gfortran.dg/contained_1.f90: New test.
3437
3438 2004-07-11  Mark Mitchell  <mark@codesourcery.com>
3439
3440         * g++.dg/parse/defarg8.C: New test.
3441
3442 2004-07-11  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3443
3444         PR fortran/16433
3445         * gfortran.dg/pr16433.f: New test.
3446
3447         PR fortran/17574
3448         * gfortran.dg/pr15754.f90: New test.
3449
3450 2004-07-11  Joseph S. Myers  <jsm@polyomino.org.uk>
3451
3452         PR tree-optimization/16437
3453         * gcc.c-torture/execute/bitfld-4.c: New test.
3454
3455 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3456
3457         * gfortran.fortran-torture/execute/common_2.f90: Add check for
3458         access to common var from module.
3459
3460 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3461
3462         PR fortran/16336
3463         * gfortran.fortran-torture/execute/common_2.f90: New test.
3464
3465 2004-07-10  Paul Brook  <paul@codesourcery.com>
3466
3467         * gfortran.fortran-torture/execute/der_init_5.f90: Enable more tests.
3468
3469 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3470
3471         PR fortran/15969
3472         * gfortran.fortran-torture/execute/der_init_5.f90: New test.
3473
3474 2004-07-10  David Billinghurst <David.Billinghurst@riotinto.com>
3475
3476         * gfortran.dg/g77/ffixed-form-1.f: Copy from g77.dg
3477         * gfortran.dg/g77/ffixed-form-2.f: Likewise
3478         * gfortran.dg/g77/ffree-form-1.f: Likewise
3479         * gfortran.dg/g77/ffree-form-2.f: Likewise
3480         * gfortran.dg/g77/ffree-form-3.f: Likewise
3481         * gfortran.dg/g77/fno-underscoring.f: Likewise
3482         * gfortran.dg/g77/funderscoring.f: Likewise
3483         * gfortran.dg/g77/pr9258.f: Likewise.  Add dg-warning lines.
3484
3485 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3486
3487         * gfortran.fortran-torture/execute/module_init_1.f90: Fix test.
3488
3489 2004-07-10 Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3490         Paul Brook  <paul@codesourcery.com>
3491
3492         PR fortran/13415
3493         * gfortran.dg/common_pointer_1.f90: New test.
3494
3495 2004-07-10  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3496
3497         * g++.dg/lookup/new1.C: Fix dg-excess-error syntax.
3498
3499 2004-07-09  James E Wilson  <wilson@specifixinc.com>
3500
3501         PR target/16364
3502         * gcc.c-torture/compile/20040709-1.c: New.
3503
3504 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3505
3506         PR fortran/14077
3507         * gfortran.fortran-torture/execute/module_init_1.f90: New test.
3508
3509 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3510
3511         PR fortran/13201
3512         * gfortran.dg/shape_1.f90: New test.
3513
3514 2004-07-09  Zack Weinberg  <zack@codesourcery.com>
3515             Andrew Pinski  <apinski@apple.com>
3516
3517         * gcc.dg/noncompile/init-4.c: Remove bogus dg-error marker.
3518
3519 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3520
3521         * gfortran.fortran-torture/compile/name_clash2.f90: Remove outdated
3522         comment.
3523
3524 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3525         Paul Brook  <paul@codesourcery.com>
3526
3527         * gfortran.dg/dg.exp: Use revised wilcard for suffixes, also allow
3528         '.f95' and '.F95'.
3529
3530 2004-07-09  Diego Novillo  <dnovillo@redhat.com>
3531
3532         * gcc.dg/tree-ssa/20031015-1.c: Adjust expected dump file name.
3533
3534 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3535
3536         * gfortran.dg/dg.exp: Don't use wildcard for suffixes, also check
3537         testcases with capital suffix.
3538
3539 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3540
3541         PR fortran/15481
3542         PR fortran/13372
3543         PR fortran/13575
3544         PR fortran/15978
3545         * gfortran.fortran-torture/compile/implicit_2.f90: New test.
3546
3547         * gfortran.dg/implicit_1.f90: New test.
3548
3549 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
3550
3551         * lib/gfortran-dg.exp (gfortran-dg-test):  Adapt regular
3552         expression to match gfortran warning/error messages
3553         * gfortran.dg/g77/12632.f: Copy from g77.dg and fix
3554         dg-error text.
3555
3556 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
3557
3558         * lib/fortran-torture.exp: Rename proc search_for to
3559         search_for_re.
3560
3561 2004-07-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
3562
3563         * gcc.c-torture/execute/simd-5.x: New file.
3564         XFAIL on SPARC 64-bit at -O0.
3565
3566 2004-07-09  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3567
3568         PR c++/8211
3569         PR c++/16165
3570         * g++.dg/warn/effc3.C: New test.
3571
3572 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
3573
3574         * gfortran.dg/g77/f77-edit-i-in.f: Copy from g77.dg and
3575         change X to 1X in format.
3576         * gfortran.dg/g77/20010216-1.f:  Copy from g77.dg and
3577         add data statements to conform to standard.
3578
3579 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
3580
3581         * gfortran.dg/g77/f77-edit-s-out.f: Copy from g77.dg. XFAIL
3582         * gfortran.dg/g77/f77-edit-t-in.f: Likewise
3583         * gfortran.dg/g77/f77-edit-x-out.f: Likewise
3584
3585 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
3586
3587         * gfortran.dg/g77/7388.f: Copy from g77.dg
3588         * gfortran.dg/g77/f77-edit-i-out.f: Likewise
3589         * gfortran.dg/g77/f77-edit-apostrophe-out.f: Likewise
3590         * gfortran.dg/g77/f77-edit-slash-out.f: Likewise
3591         * gfortran.dg/g77/f77-edit-colon-out.f: Likewise
3592         * gfortran.dg/g77/f77-edit-t-out.f: Likewise
3593         * gfortran.dg/g77/f77-edit-h-out.f: Likewise
3594         * gfortran.dg/g77/strlen0.f: Likewise
3595
3596 2004-07-09   David Billinghurst <David.Billinghurst@riotinto.com>
3597
3598         * lib/gfortran-dg.exp: New file (adapted from lib/g77-dg.exp)
3599         * gfortran.dg/dg.exp: New file (adapted from g77.dg/dg.exp)
3600
3601 2004-07-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
3602
3603         * gcc.c-torture/execute/920428-2.x: Delete.
3604         * gcc.c-torture/execute/920501-7.x: Likewise.
3605
3606 2004-07-08  Jakub Jelinek  <jakub@redhat.com>
3607
3608         * gcc.mist-tests/i386-prefetch.exp (PREFETCH_SSE): Change all
3609         -march=i386 into -march=i686.  Add -march=i686 -mtune=x and
3610         -march=x for pentium3, pentium3m, pentium-m, pentium4m,
3611         prescott and c3-2.
3612         (PREFETCH_3DNOW): Add -march=c3.
3613
3614 2004-07-08  Diego Novillo  <dnovillo@redhat.com>
3615
3616         PR c/16437
3617         * gcc.c-torture/execute/991118-1.x: XFAIL for x86_64.
3618         * gcc.c-torture/execute/bf64-1.x: Likewise.
3619
3620 2004-07-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
3621
3622         * gcc.c-torture/compile/20040708-1.c: New test.
3623
3624 2004-07-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3625
3626         PR c++/16169
3627         * g++.dg/warn/effc2.C: New test.
3628
3629 2004-07-08  Joseph S. Myers  <jsm@polyomino.org.uk>
3630
3631         * gcc.c-torture/execute/bitfld-1.x: Remove.
3632         * gcc.c-torture/execute/bitfld-3.c: New test.
3633         * gcc.dg/bitfld-2.c: Remove XFAILs.
3634
3635 2004-07-07  H.J. Lu  <hongjiu.lu@intel.com>
3636
3637         PR c++/16276
3638         * g++.dg/rtti/tinfo1.C: New file.
3639
3640 2004-07-07  Eric Christopher  <echristo@redhat.com>
3641
3642         * gcc.c-torture/compile/20020210-1.c: xfail with optimization.
3643
3644 2004-07-07  Andrew Pinski  <apinski@apple.com>
3645
3646         * gcc.c-torture/execute/931004-12.x: Xfail on powerpc-*-darwin*.
3647
3648 2004-07-07  Mark Mitchell  <mark@codesourcery.com>
3649
3650         * g++.dg/init/call1.C: XFAIL.
3651
3652 2004-07-07  Alexandre Oliva  <aoliva@redhat.com>
3653
3654         * gcc.c-torture/execute/builtins/mempcpy-2.c: Rename movstr*,
3655         except for movstrict*, to movmem* and clrstr* to clrmem*.
3656
3657 2004-07-07  Richard Sandiford  <rsandifo@redhat.com>
3658
3659         * gcc.c-torture/execute/20040707-1.c: New test.
3660
3661 2004-07-06  Richard Sandiford  <rsandifo@redhat.com>
3662
3663         * gcc.c-torture/execute/20040706-1.c: New test.
3664
3665 2004-07-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3666
3667         PR c++/3671
3668         * g++.dg/template/spec14.C: New test.
3669
3670 2004-07-05  Jakub Jelinek  <jakub@redhat.com>
3671
3672         * gcc.c-torture/execute/20040629-1.c (FIELDS1, FIELDS2): Define to
3673         nothing if not yet defined.  Use it in b, c and d type definitions.
3674         * gcc.c-torture/execute/20040705-1.c: New test.
3675         * gcc.c-torture/execute/20040705-2.c: New test.
3676
3677 2004-07-05  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3678
3679         PR c++/2518
3680         * g++.dg/lookup/new1.C: New test.
3681
3682 2004-07-05  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3683
3684         PR c++/11406
3685         * g++.dg/template/sizeof8.C: New test.
3686
3687 2004-07-05  Richard Sandiford  <rsandifo@redhat.com>
3688
3689         * gcc.c-torture/compile/20040705-1.c: New test.
3690
3691 2004-07-04  Bud Davis  <bdavis9659@comcast.net>
3692
3693         * gfortran.fortran-torture/execute/seq_io.f90: New test.
3694
3695 2004-07-04  Neil Booth  <neil@duron.akihabara.co.uk>
3696
3697         * gcc.dg/cpp/if-mop.c: Two new testcases.
3698         * gcc.dg/cpp/trad/comment-3.c: New.
3699
3700 2004-07-04  Paul Brook  <paul@codesourcery.com>
3701
3702         * gfortran.fortran-torture/compile/implicit_1.f90: New test.
3703
3704 2004-07-03  Scott Brumbaugh  <scottb.lists@verizon.net>
3705
3706         PR c++/3761
3707         * g++.dg/lookup/crash4.C: New test.
3708
3709 2004-07-02  Zack Weinberg  <zack@codesourcery.com>
3710
3711         * gcc.c-torture/execute/builtin-abs-1.c
3712         * gcc.c-torture/execute/builtin-abs-2.c
3713         * gcc.c-torture/execute/builtin-complex-1.c
3714         * gcc.c-torture/execute/builtins/string-1-lib.c
3715         * gcc.c-torture/execute/builtins/string-1.c
3716         * gcc.c-torture/execute/builtins/string-2-lib.c
3717         * gcc.c-torture/execute/builtins/string-2.c
3718         * gcc.c-torture/execute/builtins/string-3-lib.c
3719         * gcc.c-torture/execute/builtins/string-3.c
3720         * gcc.c-torture/execute/builtins/string-4-lib.c
3721         * gcc.c-torture/execute/builtins/string-4.c
3722         * gcc.c-torture/execute/builtins/string-5-lib.c
3723         * gcc.c-torture/execute/builtins/string-5.c
3724         * gcc.c-torture/execute/builtins/string-6-lib.c
3725         * gcc.c-torture/execute/builtins/string-6.c
3726         * gcc.c-torture/execute/builtins/string-7-lib.c
3727         * gcc.c-torture/execute/builtins/string-7.c
3728         * gcc.c-torture/execute/builtins/string-8-lib.c
3729         * gcc.c-torture/execute/builtins/string-8.c
3730         * gcc.c-torture/execute/builtins/string-9-lib.c
3731         * gcc.c-torture/execute/builtins/string-9.c
3732         * gcc.c-torture/execute/builtins/string-asm-1-lib.c
3733         * gcc.c-torture/execute/builtins/string-asm-1.c
3734         * gcc.c-torture/execute/builtins/string-asm-2-lib.c
3735         * gcc.c-torture/execute/builtins/string-asm-2.c
3736         * gcc.c-torture/execute/stdio-opt-1.c
3737         * gcc.c-torture/execute/stdio-opt-2.c
3738         * gcc.c-torture/execute/stdio-opt-3.c
3739         * gcc.c-torture/execute/string-opt-1.c
3740         * gcc.c-torture/execute/string-opt-10.c
3741         * gcc.c-torture/execute/string-opt-11.c
3742         * gcc.c-torture/execute/string-opt-12.c
3743         * gcc.c-torture/execute/string-opt-13.c
3744         * gcc.c-torture/execute/string-opt-14.c
3745         * gcc.c-torture/execute/string-opt-15.c
3746         * gcc.c-torture/execute/string-opt-16.c
3747         * gcc.c-torture/execute/string-opt-2.c
3748         * gcc.c-torture/execute/string-opt-6.c
3749         * gcc.c-torture/execute/string-opt-7.c
3750         * gcc.c-torture/execute/string-opt-8.c:
3751         Replace with ...
3752
3753         * gcc.c-torture/execute/builtins/abs-2.c
3754         * gcc.c-torture/execute/builtins/abs-3.c
3755         * gcc.c-torture/execute/builtins/complex-1.c
3756         * gcc.c-torture/execute/builtins/fprintf.c
3757         * gcc.c-torture/execute/builtins/fputs.c
3758         * gcc.c-torture/execute/builtins/memcmp.c
3759         * gcc.c-torture/execute/builtins/memmove.c
3760         * gcc.c-torture/execute/builtins/memops-asm.c
3761         * gcc.c-torture/execute/builtins/mempcpy-2.c
3762         * gcc.c-torture/execute/builtins/mempcpy.c
3763         * gcc.c-torture/execute/builtins/memset.c
3764         * gcc.c-torture/execute/builtins/printf.c
3765         * gcc.c-torture/execute/builtins/sprintf.c
3766         * gcc.c-torture/execute/builtins/strcat.c
3767         * gcc.c-torture/execute/builtins/strchr.c
3768         * gcc.c-torture/execute/builtins/strcmp.c
3769         * gcc.c-torture/execute/builtins/strcpy.c
3770         * gcc.c-torture/execute/builtins/strcspn.c
3771         * gcc.c-torture/execute/builtins/strlen-2.c
3772         * gcc.c-torture/execute/builtins/strlen.c
3773         * gcc.c-torture/execute/builtins/strncat.c
3774         * gcc.c-torture/execute/builtins/strncmp-2.c
3775         * gcc.c-torture/execute/builtins/strncmp.c
3776         * gcc.c-torture/execute/builtins/strncpy.c
3777         * gcc.c-torture/execute/builtins/strpbrk.c
3778         * gcc.c-torture/execute/builtins/strpcpy-2.c
3779         * gcc.c-torture/execute/builtins/strpcpy.c
3780         * gcc.c-torture/execute/builtins/strrchr.c
3781         * gcc.c-torture/execute/builtins/strspn.c
3782         * gcc.c-torture/execute/builtins/strstr-asm.c
3783         * gcc.c-torture/execute/builtins/strstr.c:
3784         ... these new files.
3785
3786         * gcc.c-torture/execute/builtins/abs-2-lib.c
3787         * gcc.c-torture/execute/builtins/abs-3-lib.c
3788         * gcc.c-torture/execute/builtins/complex-1-lib.c
3789         * gcc.c-torture/execute/builtins/fprintf-lib.c
3790         * gcc.c-torture/execute/builtins/fputs-lib.c
3791         * gcc.c-torture/execute/builtins/memcmp-lib.c
3792         * gcc.c-torture/execute/builtins/memmove-lib.c
3793         * gcc.c-torture/execute/builtins/memops-asm-lib.c
3794         * gcc.c-torture/execute/builtins/mempcpy-2-lib.c
3795         * gcc.c-torture/execute/builtins/mempcpy-lib.c
3796         * gcc.c-torture/execute/builtins/memset-lib.c
3797         * gcc.c-torture/execute/builtins/printf-lib.c
3798         * gcc.c-torture/execute/builtins/sprintf-lib.c
3799         * gcc.c-torture/execute/builtins/strcat-lib.c
3800         * gcc.c-torture/execute/builtins/strchr-lib.c
3801         * gcc.c-torture/execute/builtins/strcmp-lib.c
3802         * gcc.c-torture/execute/builtins/strcpy-lib.c
3803         * gcc.c-torture/execute/builtins/strcspn-lib.c
3804         * gcc.c-torture/execute/builtins/strlen-2-lib.c
3805         * gcc.c-torture/execute/builtins/strlen-lib.c
3806         * gcc.c-torture/execute/builtins/strncat-lib.c
3807         * gcc.c-torture/execute/builtins/strncmp-2-lib.c
3808         * gcc.c-torture/execute/builtins/strncmp-lib.c
3809         * gcc.c-torture/execute/builtins/strncpy-lib.c
3810         * gcc.c-torture/execute/builtins/strpbrk-lib.c
3811         * gcc.c-torture/execute/builtins/strpcpy-2-lib.c
3812         * gcc.c-torture/execute/builtins/strpcpy-lib.c
3813         * gcc.c-torture/execute/builtins/strrchr-lib.c
3814         * gcc.c-torture/execute/builtins/strspn-lib.c
3815         * gcc.c-torture/execute/builtins/strstr-asm-lib.c
3816         * gcc.c-torture/execute/builtins/strstr-lib.c
3817         * gcc.c-torture/execute/builtins/lib/abs.c
3818         * gcc.c-torture/execute/builtins/lib/fprintf.c
3819         * gcc.c-torture/execute/builtins/lib/memset.c
3820         * gcc.c-torture/execute/builtins/lib/printf.c
3821         * gcc.c-torture/execute/builtins/lib/sprintf.c
3822         * gcc.c-torture/execute/builtins/lib/strcpy.c
3823         * gcc.c-torture/execute/builtins/lib/strcspn.c
3824         * gcc.c-torture/execute/builtins/lib/strncat.c
3825         * gcc.c-torture/execute/builtins/lib/strncmp.c
3826         * gcc.c-torture/execute/builtins/lib/strncpy.c
3827         * gcc.c-torture/execute/builtins/lib/strpbrk.c
3828         * gcc.c-torture/execute/builtins/lib/strspn.c
3829         * gcc.c-torture/execute/builtins/lib/strstr.c:
3830         New files containing support routines.
3831
3832         * gcc.c-torture/execute/builtins/abs-1.c: Remove unnecessary
3833         declaration.
3834         * gcc.c-torture/execute/builtins/lib/main.c: Define link_error
3835         when not optimizing.
3836
3837 2004-07-02  Mark Mitchell  <mark@codesourcery.com>
3838
3839         PR c++/16240
3840         * g++.dg/abi/mangle22.C: New test.
3841         * g++.dg/abi/mangle23.C: Likewise.
3842
3843 2004-07-02  David Billinghurst  <David.Billinghurst@riotinto.com>
3844
3845         PR fortran/16290
3846         * gfortran.fortran-torture/execute/intrinsic_set_exponent.f90
3847         Allow for cases without denormalized floating point numbers.
3848
3849 2004-07-01  Joseph S. Myers  <jsm@polyomino.org.uk>
3850
3851         PR c/1027
3852         * gcc.dg/Wswitch-enum.c, gcc.dg/Wswitch.c,
3853         gcc.dg/format/branch-1.c, gcc.dg/format/diag-1.c,
3854         gcc.dg/format/multattr-3.c, gcc.dg/format/xopen-1.c: Update
3855         expected warning text.
3856         * gcc.dg/format/diag-2.c: New test.
3857
3858 2004-07-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
3859
3860         * gcc.c-torture/compile/20040323-1.c: XFAIL on Solaris 2.
3861
3862 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
3863
3864         * gcc.dg/builtins-43.c: New.
3865         * gcc.dg/builtins-44.c: New.
3866         * gcc.dg/builtins-45.c: New.
3867
3868 2004-06-26  Geoffrey Keating  <geoffk@apple.com>
3869             Andreas Tobler  <a.tobler@schweiz.ch>
3870
3871         * gcc.dg/cleanup-10.c: Run on all Linux platforms and powerpc-darwin.
3872         Use SA_RESETHAND rather than SA_ONESHOT.  Trap SIGBUS as well
3873         as SIGSEGV.
3874         * gcc.dg/cleanup-11.c: Likewise.
3875         * gcc.dg/cleanup-8.c: Likewise.
3876         * gcc.dg/cleanup-9.c: Likewise.
3877         * gcc.dg/cleanup-5.c: Run on all platforms.
3878
3879 2004-06-30  Joseph S. Myers  <jsm@polyomino.org.uk>
3880
3881         * g++.dg/warn/nonnull1.C: New test.
3882
3883 2004-06-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
3884
3885         * gcc.dg/compat/compat-common.h: Wrap up CINT in
3886         an #ifndef SKIP_COMPLEX_INT/#endif pair.
3887         Special-case the Sun compiler wrt to <complex.h>.
3888
3889 2004-06-30  Nitin Yewale <nitiny@kpitcummins.com>
3890
3891         * gcc.dg/Wunreachable-8.C: New test.
3892
3893         * gcc.dg/h8300-ice2.c : New test.
3894
3895 2004-06-30  Tobias Schlueter  <tobias.shclueter@physik.uni-muenchen.de>
3896
3897         PR fortran/16161
3898         * gfortran.fortran-torture/compile/implicit.f90: Add test
3899         for implicit character.
3900
3901 2004-06-30  David Billinghurst <David.Billinghurst@riotinto.com>
3902
3903         PR fortran/16289
3904         * gfortran.fortran-torture/execute/intrinsic_nearest.f90
3905         Use tiny() intrinsic to find smallest non-negative real
3906
3907 2004-06-30  Jakub Jelinek  <jakub@redhat.com>
3908
3909         * gcc.dg/compat/struct-by-value-22_main.c: New test.
3910         * gcc.dg/compat/struct-by-value-22_x.c: New.
3911         * gcc.dg/compat/struct-by-value-22_y.c: New.
3912
3913         * gcc.c-torture/execute/20040629-1.c: New test.
3914
3915 2004-06-29  Jakub Jelinek  <jakub@redhat.com>
3916
3917         * gcc.dg/compat/vector-defs.h: Use vector_size attribute
3918         only for GCC 3.5+, for GCC up to 3.4 mode(V*) attribute instead.
3919
3920         PR target/16195
3921         * gcc.dg/20040625-1.c: New test.
3922
3923 2004-06-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3924
3925         * gfortran.fortran-torture/execute/parameter_2.f90: New test.
3926
3927 2004-06-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3928
3929         PR fortran/15963
3930         * gfortran.fortran-torture/execute/initialization_1.f90: New test.
3931
3932 2004-06-29  Richard Henderson  <rth@redhat.com>
3933
3934         * gcc.dg/tree-ssa/20040430-1.c: Expect zero if's.
3935
3936 2004-06-29  Paul Brook  <paul@codesourcery.com>
3937
3938         * g++.old-deja/g++.abi/arraynew.C: Handle ARM EABI cookies.
3939         * g++.old-deja/g++.abi/cxa_vec.C: Allocate larger cookies for AEABI.
3940
3941 2004-06-29  Nathan Sidwell  <nathan@codesourcery.com>
3942
3943         PR c++/16260
3944         * g++.dg/parse/crash15.C: New.
3945
3946 2004-06-28  Andrew Pinski  <apinski@apple.com>
3947
3948         * gcc.dg/pr14963.c: Remove the dg-warning as it is dected
3949         by the error already.
3950
3951         * g++.dg/opt/ptrmem4.C: Change to compile only test.
3952
3953 2004-06-28  Dhananjay Deshpande  <dhananjayd@kpitcummins.com>
3954
3955         PR target/14041
3956         * gcc.dg/h8300-bss-align-1.c : New.
3957
3958 2004-06-28  Nathan Sidwell  <nathan@codesourcery.com>
3959
3960         * PR c++/16174
3961         * g++.dg/template/ctor4.C: New.
3962
3963 2004-06-27  Andrew Pinski  <pinskia@physics.uc.edu>
3964
3965         PR c++/16205
3966         * g++.dg/warn/Wsequence-point-1.C: New test.
3967
3968 2004-06-27  Paul Brook  <paul@codesourcery.com>
3969
3970         * gfortran.fortran-torture/execute/specfics.f90: Use correct typing.
3971
3972 2004-06-27  Zack Weinberg  <zack@codesourcery.com>
3973
3974         * g++.old-deja/g++.mike/p7325.C: Remove.
3975
3976 2004-06-27  Andrew Pinski  <pinskia@physics.uc.edu>
3977
3978         PR c/14963
3979         * gcc.dg/pr14963.c: New test.
3980
3981 2004-06-27  Mark Mitchell  <mark@codesourcery.com>
3982
3983         PR c++/16193
3984         * g++.dg/parse/redef1.C: New test.
3985
3986 2004-06-27  Joseph S. Myers  <jsm@polyomino.org.uk>
3987
3988         * gcc.c-torture/compile/20021123-1.c: Remove duplicate of
3989         20021110.c.
3990         * gcc.c-torture/compile/20021123-4.c: Remove duplicate of
3991         20021119-1.c.
3992         * gcc.dg/vmx/5-05.c, gcc.dg/vmx/5-06.c, gcc.dg/vmx/5-07.c,
3993         gcc.dg/vmx/5-08.c: Remove duplicates of 5-01.c, 5-02.c, 5-03.c,
3994         5-04.c.
3995         * gcc.dg/builtins-42.c: Remove duplicate of builtins-41.c.
3996         * g++.dg/other/new1.C: Remove duplicate of g++.dg/init/new1.C.
3997         * g++.dg/init/elide3.C: Remove duplicate of elide2.C.
3998         * g++.old-deja/g++.law/enum8.C: Remove duplicate of
3999         g++.brendan/enum14.C.
4000         * g++.old-deja/g++.mike/ns8.C: Remove duplicate of ns6.C
4001         * g++.old-deja/g++.ns/alias5.C: Remove duplicate of alias1.C.
4002         * g++.old-deja/g++.other/virtual1.C: Remove duplicate of
4003         g++.mike/virt1.C.
4004         * g++.old-deja/g++.pt/memtemp27.C: Remove duplicate of
4005         memtemp24.C.
4006
4007 2004-06-27  Roger Sayle  <roger@eyesopen.com>
4008
4009         * gcc.dg/20040527-1.c: New test case.
4010
4011 2004-06-26  Bud Davis  <bdavis9659@comcast.net>
4012
4013         PR gfortran/pr16196
4014         * gfortran.fortran-torture/execute/open_replace.f90: New test case.
4015
4016 2004-06-25  Roger Sayle  <roger@eyesopen.com>
4017
4018         PR middle-end/15825
4019         * gcc.dg/pr15825-1.c: New test case.
4020
4021 2004-06-25  Richard Sandiford  <rsandifo@redhat.com>
4022
4023         * gcc.c-torture/execute/20040625-1.c: New test.
4024
4025 2004-06-25  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4026
4027         * gfortran.fortran-torture/execute/der_init_3.f90: Fix syntax error.
4028
4029 2004-06-25  Richard Sandiford  <rsandifo@redhat.com>
4030
4031         * gcc.dg/torture/mips-div-1.c: New test.
4032
4033 2004-06-24  Jeff Law  <law@redhat.com>
4034
4035         * gcc.dg/tree-ssa/20040624-1.c: New test.
4036
4037 2004-06-24  Richard Sandiford  <rsandifo@redhat.com>
4038
4039         * gcc.c-torture/compile/20040624-1.c: New test.
4040
4041 2004-06-24  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4042
4043         * g++.dg/tree-ssa/tree-ssa.exp: Remove. dg.exp already handles
4044         this directory.
4045
4046 2004-06-23  Andrew Pinski  <apinski@apple.com>
4047
4048         PR middle-end/15988
4049         * g++.dg/opt/ptrmem4.C: New test.
4050
4051         * gcc.dg/c90-array-quals-2.c: New test.
4052
4053 2006-06-23  Nitin Yewale <NitinY@KPITCummins.com>
4054
4055         * gcc.dg/kpice1.c: New test.
4056
4057 2006-06-23  Andrew Pinski  <apinski@apple.com>
4058
4059         * gcc.dg/c90-array-quals.c: New test.
4060
4061 2006-06-22  Richard Henderson  <rth@redhat.com>
4062
4063         * gcc.dg/noreturn-1.c (foo5): Update function does return lineno.
4064
4065 2004-06-22  Loren James Rittle  <ljrittle@acm.org>
4066
4067         * gcc.dg/builtins-config.h: Handle FreeBSD.
4068
4069 2006-06-22  Richard Henderson  <rth@redhat.com>
4070
4071         * g++.dg/opt/devirt1.C: New.
4072
4073 2004-06-22  Kelley Cook <kcook@gcc.gnu.org>
4074
4075         * g++.dg/opt/pr15551.C: New testcase.
4076
4077 2004-06-22  H.J. Lu  <hongjiu.lu@intel.com>
4078
4079         PR target/14800
4080         * gcc.misc-tests/linkage.exp: Set native_cflags to "-m32" for
4081         x86_64-*-linux* when compiling for 32bit.
4082
4083 2004-06-21  Andrew Pinski  <apinski@apple.com>
4084
4085         * gcc.dg/pch/struct-1.c: New.
4086         * gcc.dg/pch/struct-1.hs: New.
4087
4088 2004-06-21  Geoffrey Keating  <geoffk@apple.com>
4089
4090         * gcc.dg/pch/save-temps-1.c: New file.
4091         * gcc.dg/pch/save-temps-1.hs: New file.
4092
4093 2004-06-22  Janne Blomqvist  <jblomqvi@cc.hut.fi>
4094
4095         * gfortran.fortran-torture/execute/iolength_1.f90: New test.
4096         * gfortran.fortran-torture/execute/iolength_3.f90: New test.
4097
4098 2004-06-21  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4099
4100         * gfortran.fortran-torture/execute/select_1.f90: Rename function
4101         to fix type error.
4102         * gfortran.fortran-torture/execute/intrinsic_associated.f90:
4103         Remove trailing spaces.
4104
4105 2004-06-21  Richard Henderson  <rth@redhat.com>
4106
4107         * gcc.dg/tree-ssa/20030714-1.c: Rename variables to avoid
4108         merging && to BIT_FIELD_REF.
4109
4110 2004-06-21  Richard Sandiford  <rsandifo@redhat.com>
4111
4112         * g++.dg/opt/placeholder1.C: New test.
4113
4114 2004-06-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
4115
4116         * gcc.dg/compat/struct-complex-1_x.c: Add dummy symbol.
4117         * gcc.dg/compat/struct-complex-1_y.c: Likewise.
4118         * gcc.dg/compat/union-m128-1_x.c: Likewise.
4119         * gcc.dg/compat/union-m128-1_y.c: Likewise.
4120
4121 2004-06-20  Zack Weinberg  <zack@codesourcery.com>
4122
4123         * g++.dg/expr/enum1.C, g++.dg/opt/const3.C: Declare abort with
4124         extern "C".
4125         * g++.dg/other/pragma-re-1.C: Add comments.
4126
4127 2004-06-19  Bud Davis  <bdavis9659@comcast.net>
4128
4129         PR gfortran/16080
4130         * gfortran.fortran-torture/execute/read_null_string.f90: New file.
4131
4132 2004-06-19  Andrew Pinski  <pinskia@physics.uc.edu>
4133
4134         * g++.dg/lookup/crash3.C: Use __SIZE_TYPE__
4135         instead of setting the type of size_t by
4136         hand.
4137
4138 2004-06-18  Roger Sayle  <roger@eyesopen.com>
4139
4140         * gcc.dg/unordered-2.c: New test case.
4141         * gcc.dg/unordered-3.c: New test case.
4142
4143 2004-06-19  David Billinghurst <David.Billinghurst@riotinto.com>
4144
4145         PR other/16043
4146         * lib/g++.exp (g++_version): Tweak regexp for version
4147         * lib/g77.exp (g77_version): Likewise
4148         * lib/gfortran.exp (gfortran_version): Likewise
4149         * lib/objc.exp (objc_version): Likewise
4150         * lib/treelang.exp (treelang_version): Likewise
4151
4152 2004-06-19  Jakub Jelinek  <jakub@redhat.com>
4153
4154         * gcc.dg/compat/struct-align-2_x.c: Include <limits.h>.
4155         Use INT_MAX instead of __INT_MAX__.
4156         * gcc.dg/compat/struct-align-2_y.c: Likewise.
4157
4158         * gcc.dg/compat/compat-common.h (CINT, CDBL): Define.
4159         * gcc.dg/compat/scalar-return-3_x.c: Use it.
4160         * gcc.dg/compat/scalar-return-3_y.c: Use it.
4161         * gcc.dg/compat/scalar-return-4_x.c: Use it.
4162         * gcc.dg/compat/scalar-return-4_y.c: Use it.
4163         * gcc.dg/compat/scalar-by-value-3_x.c: Use it.
4164         * gcc.dg/compat/scalar-by-value-3_y.c: Use it.
4165         * gcc.dg/compat/scalar-by-value-4_x.c: Use it.
4166         * gcc.dg/compat/scalar-by-value-4_y.c: Use it.
4167
4168         * gcc.dg/range-test-1.c: New test.
4169         * g++.dg/opt/range-test-1.C: New test.
4170
4171 2004-06-17  Richard Henderson  <rth@redhat.com>
4172
4173         * objc.dg/sync-1.m: New.
4174         * objc.dg/try-catch-1.m: Don't force next runtime.
4175         * objc.dg/try-catch-3.m, objc.dg/try-catch-4.m: Likewise.
4176         * objc.dg/try-catch-2.m: Likewise.  Enable everywhere.  Remove
4177         shadowed catch clause.
4178         * objc.dg/try-catch-5.m: New.
4179
4180 2004-06-17  Zack Weinberg  <zack@codesourcery.com>
4181
4182         Bug 14610
4183         * gcc.dg/ia64-float80-1.c, gcc.dg/ia64-float80-2.c: New testcases.
4184
4185 2004-06-15  Richard Henderson  <rth@redhat.com>
4186
4187         * gcc.dg/20001116-1.c: Move expected warning line.
4188
4189 2004-06-15  Richard Henderson  <rth@redhat.com>
4190
4191         * gcc.dg/i386-ssetype-1.c: Remove XFAIL.
4192         * gcc.dg/i386-ssetype-3.c: Remove XFAIL.
4193
4194 2004-06-15  Jeff Law  <law@redhat.com>
4195
4196         * gcc.dg/tree-ssa/20040615-1.c: New test.
4197         * gcc.dg/tree-ssa/20030824-1.c: Update expected output to
4198         be less sensitive to operand ordering.
4199         * gcc.dg/tree-ssa/20030824-2.c: Likewise.
4200
4201 2004-06-16  Danny Smith  <dannysmith@users.sourceforge.net>
4202
4203         * g++.dg/abi/bitfield3.C: Add comment..
4204
4205 2004-06-15  Richard Henderson  <rth@redhat.com>
4206
4207         * g++.dg/ext/stmtexpr1.C: XFAIL.
4208         * gcc.dg/20030612-1.c: XFAIL.
4209
4210 2004-06-15  Eric Christopher  <echristo@redhat.com>
4211
4212         * g++.dg/charset/asm5.c: New.
4213         * gcc.dg/charset/asm6.c: New.
4214
4215 2004-06-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4216
4217         PR fortran/15962
4218         * gfortran.fortran-torture/execute/select_1.f90: New test.
4219
4220 2004-06-15  Paul Brook  <paul@codesourcery.com>
4221
4222         * gcc.dg/arm-mmx-1.c: Use asm to clobber registers.
4223
4224 2004-06-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4225
4226         PR c++/15967
4227         * g++.dg/lookup/crash3.C: New test.
4228
4229 2004-06-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4230
4231         PR c++/15947
4232         * g++.dg/parse/dtor4.C: New test.
4233
4234 2004-06-14  Jeff Law  <law@redhat.com>
4235
4236         * gcc.c-torture/compile/20040614-1.c: New test.
4237
4238 2004-06-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4239
4240         PR fortran/15211
4241         * gfortran.fortran-torture/execute/intrinsic_len.f90: Also test
4242         LEN of a character array.
4243
4244 2004-06-14  Mark Mitchell  <mark@codesourcery.com>
4245
4246         PR c++/15096
4247         * g++.dg/template/ptrmem10.C: New test.
4248
4249         PR c++/14930
4250         * g++.dg/template/friend30.C: New test.
4251
4252 2004-06-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4253
4254         PR fortran/14928
4255         * gfortran.fortran-torture/compile/mloc.f90: New test.
4256
4257 2004-06-13  Paul Brook  <paul@codesourcery.com>
4258
4259         * gfortran.fortran-torture/execute/random_2.f90: New test.
4260
4261 2004-06-13  Eric Christopher  <echristo@redhat.com>
4262
4263         * gcc.dg/noncompile/redecl-1.c: Fix error message.
4264
4265 2004-06-12  Paul Brook  <paul@codesourcery.com>
4266
4267         * gfortran.fortran-torture/execute/contained_3.f90: New test.
4268
4269 2004-06-12  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4270
4271         PR fortran/14923
4272         * gfortran.fortran-torture/execute/date_time_1.f90: New test.
4273
4274 2004-06-12  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4275
4276         PR fortran/14957
4277         * gfortran.fortran-torture/execute/stack_varsize.f90: Correct
4278         syntax errors in end statements of contained subroutines.
4279
4280 2004-06-12  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4281
4282         PR fortran/12841
4283         * gfortran.fortran-torture/execute/null_arg.f90: New test.
4284
4285 2004-06-12  Bud Davis  <bdavis9659@comcast.net>
4286
4287         PR fortran/15665
4288         * gfortran.fortran-torture/execute/getarg_1.f90: New test.
4289
4290 2004-06-12  Bud Davis  <bdavis9659@comcast.net>
4291
4292         PR gfortran/12839
4293         * gfortran.fortran-torture/execute/nan_inf_fmt.f90: New test.
4294
4295 2004-06-11  Mark Mitchell  <mark@codesourcery.com>
4296
4297         PR c++/15862
4298         * g++.dg/parse/enum1.C: New test.
4299
4300 2004-06-10  Jeff Law  <law@redhat.com>
4301
4302         * gcc.c-torture/compile/20040610-1.c: New test.
4303
4304 2004-06-11  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4305
4306         * g++.old-deja/g++.robertl/eb4.C: Adjust error markers.
4307         * g++.old-deja/g++.other/decl3.C: Likewise.
4308
4309 2004-06-10  Brian Booth  <bbooth@redhat.com>
4310
4311         * gcc.dg/tree-ssa/20031015-1.c: Scan for
4312         V_MAY_DEF instead of VDEF.
4313         * gcc.dg/tree-ssa/20040517-1.c: Ditto.
4314
4315 2004-06-10  Mark Mitchell  <mark@codesourcery.com>
4316
4317         PR c++/14211
4318         * g++.dg/conversion/const1.C: New test.
4319
4320         PR c++/15076
4321         * g++.dg/conversion/reinterpret1.C: New test.
4322
4323         PR c++/15877
4324         * g++.dg/template/enum2.C: New test.
4325
4326         PR c++/15227
4327         * g++.dg/template/error13.C: New test.
4328
4329 2004-06-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4330
4331         PR fortran/14957
4332         * gfortran.fortran-torture/execute/intrinsic_scale.f90: Make all
4333         arguments to test_* REAL and of the right size.
4334
4335 2004-06-10  Jakub Jelinek  <jakub@redhat.com>
4336
4337         PR target/15569
4338         PR rtl-optimization/15681
4339         * gcc.dg/20040609-1.c: New test.
4340
4341 2004-06-10  Jakub Jelinek  <jakub@redhat.com>
4342
4343         PR c++/14791
4344         * g++.dg/opt/builtins1.C: New test.
4345
4346 2004-06-10  Danny Smith  <dannysmith@users.sourceforge.net>
4347
4348         * gcc.dg/i386-bitfield1.c: Add mingw32 and cygwin to targets
4349         that use default windows32 struct layout.
4350         * gcc.dg/i386-bitfield2.c: Likewise.
4351
4352 2004-06-09  Danny Smith  <dannysmith@users.sourceforge.net>
4353
4354         * g++.dg/abi/bitfield3.C: Add -mno-align-double compile option
4355         for mingw32 and cygwin targets.
4356
4357 2004-06-09  Geoffrey Keating  <geoffk@apple.com>
4358
4359         * gcc.dg/pch/macro-4.c: New.
4360         * gcc.dg/pch/macro-4.hs: New.
4361
4362 2004-06-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4363
4364         PR fortran/13249
4365         * gfortran.fortran-torture/compile/name_clash.f90: New test.
4366
4367 2004-06-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4368
4369         PR fortran/13372
4370         * gfortran.fortran-torture/compile/named_args_2.f90: New test.
4371
4372 2004-06-09  Bud Davis  <bdavis9659@comcast.net>
4373
4374         PR gfortran/14897
4375         * gfortran.fortran-torture/execute/t_edit.f90: New test.
4376
4377 2004-06-09  Bud Davis  <bdavis9659@comcast.net>
4378
4379         PR gfortran/15755
4380         * gfortran.fortran-torture/execute/backspace.c : New test.
4381
4382 2004-06-09  Paul Brook  <paul@codesourcery.com>
4383
4384         * gfortran.fortran-torture/execure/intrinsic_associated.f90
4385         (pointer_to_section): Rewrite to use smaller array.
4386
4387 2004-06-08  David Edelsohn  <edelsohn@gnu.org>
4388
4389         * gcc.dg/ext/altivec-1.c: XFAIL powerpc-ibm-aix*.
4390         * gcc.dg/ext/altivec-10.c: Same.
4391         * gcc.dg/ext/altivec-11.c: Same.
4392         * gcc.dg/ext/altivec-12.c: Same.
4393         * gcc.dg/ext/altivec-13.c: Same.
4394         * gcc.dg/ext/altivec-14.c: Same.
4395         * gcc.dg/ext/altivec-15.c: Same.
4396         * gcc.dg/ext/altivec-16.c: Same.
4397         * gcc.dg/ext/altivec-3.c: Same.
4398         * gcc.dg/ext/altivec-4.c: Same.
4399         * gcc.dg/ext/altivec-6.c: Same.
4400         * gcc.dg/ext/altivec-7.c: Same.
4401         * gcc.dg/ext/altivec-8.c: Same.
4402         * gcc.dg/ext/altivec-varargs-1.c: Same.
4403
4404         * g++.dg/ext/altivec-1.C: Correct dg syntax.
4405         * g++.dg/ext/altivec-10.C: Same.
4406         * g++.dg/ext/altivec-2.C: Same.
4407         * g++.dg/ext/altivec-3.C: Same.
4408         * g++.dg/ext/altivec-4.C: Same.
4409         * g++.dg/ext/altivec-5.C: Same.
4410         * g++.dg/ext/altivec-6.C: Same.
4411         * g++.dg/ext/altivec-7.C: Same.
4412         * g++.dg/ext/altivec-8.C: Same.
4413         * g++.dg/ext/altivec-9.C: Same.
4414
4415 2004-06-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4416
4417         PR c++/7841
4418         * g++.old-deja/g++.pt/ctor2.C: Add error mark.
4419
4420 2004-06-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
4421
4422         * gcc.dg/union-1.c: New test.
4423
4424 2004-06-07  Roger Sayle  <roger@eyesopen.com>
4425
4426         * gcc.dg/builtins-41.c: New test case.
4427         * gcc.dg/builtins-42.c: New test case.
4428
4429 2004-06-07  David Edelsohn  <edelsohn@gnu.org>
4430
4431         * g++.dg/ext/altivec-1.C: XFAIL powerpc-ibm-aix*.
4432         * g++.dg/ext/altivec-10.C: Same.
4433         * g++.dg/ext/altivec-2.C: Same.
4434         * g++.dg/ext/altivec-3.C: Same.
4435         * g++.dg/ext/altivec-4.C: Same.
4436         * g++.dg/ext/altivec-5.C: Same.
4437         * g++.dg/ext/altivec-6.C: Same.
4438         * g++.dg/ext/altivec-7.C: Same.
4439         * g++.dg/ext/altivec-8.C: Same.
4440         * g++.dg/ext/altivec-9.C: Same.
4441         * g++.old-deja/g++.abi/cxa_vec.C: Same.
4442         * g++.old-deja/g++.brendan/new3.C: Same.
4443         * gcc.c-torture/execute/eeprof-1.x: Same.
4444
4445 2004-06-07  Joseph S. Myers  <jsm@polyomino.org.uk>
4446
4447         PR c/14765
4448         * gcc.dg/pr14765-1.c: New test.
4449
4450 2004-06-07  Roger Sayle  <roger@eyesopen.com>
4451
4452         PR c/14649
4453         * gcc.dg/pr14649-1.c: New test case.
4454
4455 2004-06-07  Richard Henderson  <rth@redhat.com>
4456
4457         * gcc.dg/tree-ssa/20030728-1.c: Fixup return value to not match
4458         if temporaries.
4459
4460 2004-06-07  David Edelsohn  <edelsohn@gnu.org>
4461
4462         * g++.dg/eh/elide1.C: Remove XFAIL.
4463
4464 2004-06-07  Mark Mitchell  <mark@codesourcery.com>
4465
4466         PR c++/15337
4467         * g++.dg/expr/sizeof3.C: New test.
4468
4469         PR c++/14777
4470         * g++.dg/template/access14.C: New test.
4471
4472         PR c++/15554
4473         * g++.dg/template/enum1.C: New test.
4474
4475         PR c++/15057
4476         * g++.dg/eh/throw1.C: New test.
4477
4478 2004-06-07  David Ayers  <d.ayers@inode.at>
4479             Ziemowit Laski  <zlaski@apple.com>
4480
4481         * lib/objc.exp (objc_target_compile): Revert the '-framework
4482         Foundation' flag fix, since bare Darwin does not ship
4483         with the Foundation framework.
4484         * objc/execute/next_mapping.h: Provide a local NSConstantString
4485         @interface and @implementation.
4486         (objc_constant_string_init): A constructor function, used to
4487         initialize the NSConstantString meta-class object.
4488         * objc/execute/string1.m: Include "next_mapping.h" instead of
4489         <Foundation/NSString.h>.
4490         * objc/execute/string2.m: Likewise.
4491         * objc/execute/string3.m: Likewise.
4492         * objc/execute/string4.m: Likewise.
4493
4494 2004-06-06  H.J. Lu  <hongjiu.lu@intel.com>
4495
4496         * gcc.c-torture/execute/ieee/fp-cmp-4.c (FLOAT): New. Default
4497         to double. Replace double with FLOAT.
4498         * gcc.c-torture/execute/ieee/fp-cmp-8.c: Likewise.
4499
4500         * gcc.c-torture/execute/ieee/fp-cmp-4e.c: New file.
4501         * gcc.c-torture/execute/ieee/fp-cmp-4f.c: Likewise.
4502         * gcc.c-torture/execute/ieee/fp-cmp-4l.c: Likewise.
4503         * gcc.c-torture/execute/ieee/fp-cmp-4q.c: Likewise.
4504         * gcc.c-torture/execute/ieee/fp-cmp-8e.c: Likewise.
4505         * gcc.c-torture/execute/ieee/fp-cmp-8f.c: Likewise.
4506         * gcc.c-torture/execute/ieee/fp-cmp-8l.c: Likewise.
4507         * gcc.c-torture/execute/ieee/fp-cmp-8q.c: Likewise.
4508
4509 2004-06-06  Joseph S. Myers  <jsm@polyomino.org.uk>
4510
4511         PR c/13519
4512         * gcc.c-torture/enum-3.c, gcc.dg/pr13519-1.c: New tests.
4513
4514 2004-06-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4515
4516         PR c++/15503
4517         * g++.dg/template/meminit2.C: New test.
4518
4519 2004-06-04  Paolo Bonzini  <bonzini@gnu.org>
4520
4521         PR target/15822
4522         * gcc.c-torture/execute/compare-fp-1.c,
4523         gcc.c-torture/execute/compare-fp-2.c,
4524         gcc.c-torture/execute/compare-fp-3.c,
4525         gcc.c-torture/execute/compare-fp-4.c,
4526         gcc.c-torture/execute/compare-fp-3.x,
4527         gcc.c-torture/execute/compare-fp-4.x: Moved...
4528         * gcc.c-torture/execute/ieee/compare-fp-1.c,
4529         gcc.c-torture/execute/ieee/compare-fp-2.c,
4530         gcc.c-torture/execute/ieee/compare-fp-3.c,
4531         gcc.c-torture/execute/ieee/compare-fp-4.c,
4532         gcc.c-torture/execute/ieee/compare-fp-3.x,
4533         gcc.c-torture/execute/ieee/compare-fp-4.x: ...here.
4534
4535 2004-06-04  David Ayers  <d.ayers@inode.at>
4536
4537         * objc/execute/protocol-isEqual-4.m: New testcase.
4538
4539 2004-06-04  Nicola Pero  <n.pero@mi.flashnet.it>
4540
4541         * objc/execute/protocol-isEqual-1.m: New testcase.
4542         * objc/execute/protocol-isEqual-2.m: New testcase.
4543         * objc/execute/protocol-isEqual-3.m: New testcase.
4544
4545 2004-06-03  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4546
4547         * gfortran.fortran-torture/execute/optstring_1.f90: New testcase.
4548
4549 2004-06-02  Ziemowit Laski  <zlaski@apple.com>
4550
4551         * lib/objc.exp (objc_target_compile): When running tests on
4552         Darwin (Mac OS X), inform the linker about '-framework
4553         'Foundation'.
4554
4555 2004-06-02  Eric Christopher  <echristo@redhat.com>
4556
4557         * gcc.c-torture/compile/20040602-1.c: New.
4558
4559 2004-06-02  Andrew Pinski  <pinskia@physics.uc.edu>
4560
4561         * g++.dg/tree-ssa/ssa-sra-1.C: Fix comment.
4562         * g++.dg/tree-ssa/ssa-sra-2.C: Likewise.
4563
4564         PR tree-optimization/14736
4565         * g++.dg/tree-ssa/ssa-cast-1.C: New Test.
4566
4567         PR tree-optimization/14042
4568         * g++.dg/tree-ssa/ssa-sra-1.C: New Test.
4569
4570         PR tree-optimization/14729
4571         * g++.dg/tree-ssa/ssa-sra-2.C: New Test.
4572
4573 2004-06-02  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4574
4575         PR fortran/15557
4576         * gfortran.fortran-torture/execute/data_3.f90: New testcase.
4577
4578 2004-06-01  Richard Hederson  <rth@redhat.com>
4579
4580         * g++.dg/template/dependent-expr4.C: Use __builtin_offsetof.
4581
4582 2004-06-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4583
4584         PR c++/14932
4585         * g++.dg/parse/offsetof4.C: New test.
4586
4587 2004-06-01  Nicola Pero  <nicola@brainstorm.co.uk>
4588
4589         PR objc/7993
4590         * objc.dg/private-1.m, objc-dg/private-2.m: New testcases.
4591
4592 2004-05-31  Mark Mitchell  <mark@codesourcery.com>
4593
4594         PR c++/15701
4595         * g++.dg/template/friend29.C: New test.
4596
4597 2004-05-31  Joseph S. Myers  <jsm@polyomino.org.uk>
4598
4599         PR c/15749
4600         * gcc.dg/pr15749-1.c, gcc.dg/pr15749-1.h: New test.
4601
4602 2004-05-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
4603
4604         * gcc.dg/sparc-trap-1.c: New test.
4605
4606 2004-05-31  Roger Sayle  <roger@eyesopen.com>
4607
4608         PR middle-end/15069
4609         * g++.dg/opt/fold3.C: New test case.
4610
4611 2004-05-30  Graham Stott  <graham.stott@btinternet.com>
4612
4613         * lib/target-supports.exp (check_iconv_available): Fix fallout
4614         from 2004-05-28 patch.
4615
4616 2004-05-30  Paul Brook  <paul@codesourcery.com>
4617
4618         PR fortran/15620
4619         * gfortran.fortran-torture/execute/st_function_1.f90: New test.
4620         * gfortran.fortran-torture/execute/st_function_2.f90: New test.
4621
4622 2004-05-30  Steven G. Kargl  <kargls@comcast.net>
4623
4624         * gfortran.fortran-torture/execute/random_1.f90: New test.
4625
4626 2004-05-28  Ziemowit Laski  <zlaski@apple.com>
4627
4628         * g++.dg/ext/altivec-10.C: New test.
4629
4630 2004-05-29  Paul Brook  <paul@codesourcery.com>
4631
4632         * gfortran.fortran-torture/execute/equiv_1.f90: New test.
4633
4634 2004-05-28  Ziemowit Laski  <zlaski@apple.com>
4635
4636         * gcc.dg/altivec-16.c: New test.
4637
4638 2004-05-28  Janis Johnson  <janis187@us.ibm.com>
4639
4640         * lib/target-supports.exp (check_vmx_hw_available): New.
4641         * gcc.dg/vmx/vmx.exp: Use it to determine default action.
4642
4643         * lib/target-supports.exp (check_alias_available,
4644         check_iconv_available, check_named_sections_available): Use
4645         unique names for temporary files.
4646
4647 2004-05-28  Ziemowit Laski  <zlaski@apple.com>
4648
4649         * gcc.dg/altivec-15.c: New test.
4650
4651 2004-05-28  Mark Mitchell  <mark@codesourcery.com>
4652
4653         PR c++/15083
4654         * g++.dg/warn/noeffect6.C: New test.
4655
4656         PR c++/15471
4657         * g++.dg/expr/ptrmem4.C: New test.
4658
4659         PR c++/15640
4660         * g++.dg/template/operator3.C: New test.
4661
4662 2004-05-28  Mark Mitchell  <mark@codesourcery.com>
4663
4664         PR c++/14668
4665         * g++.dg/lookup/redecl1.C: New test.
4666         * g++.old-deja/g++.benjamin/tem04.C: Add error marker.
4667
4668 2004-05-28  Paolo Bonzini  <bonzini@gnu.org>
4669
4670         * gcc.c-torture/execute/compare-fp-1.c,
4671         gcc.c-torture/execute/compare-fp-2.c,
4672         gcc.c-torture/execute/compare-fp-3.c,
4673         gcc.c-torture/execute/compare-fp-4.c,
4674         gcc.c-torture/execute/compare-fp-3.x,
4675         gcc.c-torture/execute/compare-fp-4.x,
4676         gcc.dg/pr15649-1.c: New.
4677
4678 2004-05-27  Adam Nemet  <anemet@lnxw.com>
4679
4680         PR c++/12883
4681         * g++.dg/init/array14.C: New test.
4682
4683 2004-05-25  Janis Johnson  <janis187@us.ibm.com>
4684
4685         * lib/compat.exp (compat-get-options-main): New.
4686         (compat-get-options): Remove unneeded code, warn for ignored
4687         command.
4688         (compat-execute): Check flag set by dg-require-* commands.
4689
4690         * lib/compat.exp (compat-execute): Break up long lines.
4691
4692 2004-05-24  Janis Johnson  <janis187@us.ibm.com>
4693
4694         * gcc.dg/altivec-7.c: Don't use 'vector long'.
4695         * gcc.dg/altivec-14.c: New test.
4696         * g++.dg/ext/altivec-7.C: Don't use 'vector long'.
4697
4698         * gcc.dg/altivec-6.c: Use -maltivec, don't limit to darwin.
4699         * gcc.dg/altivec-12.c: Ditto.
4700
4701         * gcc.dg/altivec-3.c: Move call to altivec_check.
4702
4703 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
4704
4705         PR c++/15044
4706         * g++.dg/template/error12.C: New test.
4707
4708         PR c++/15317
4709         * g++.dg/ext/attrib15.C: New test.
4710
4711         PR c++/15329
4712         * g++.dg/template/ptrmem9.C: New test.
4713
4714 2004-05-25  Paul Brook  <paul@codesourcery.com>
4715
4716         * gfortran.fortran-torture/compile/inquiry_1.f90: New test.
4717
4718 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
4719
4720         PR c++/15165
4721         * g++.dg/template/crash19.C: New test.
4722
4723 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
4724
4725         PR c++/15025
4726         * g++.dg/template/redecl1.C: New test.
4727
4728 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
4729
4730         PR c++/14821
4731         * g++.dg/other/ns1.C: New test.
4732
4733         PR c++/14883
4734         * g++.dg/template/invalid1.C: New test.
4735
4736 2004-05-23  Paul Brook  <paul@codesourcery.com>
4737         Victor Leikehman  <lei@haifasphere.co.il>
4738
4739         * gfortran.fortran-torture/execute/common_init_1.f90: New test.
4740         * gfortran.fortran-torture/execute/equiv_init.f90: New test.
4741
4742 2004-05-22  Mark Mitchell  <mark@codesourcery.com>
4743
4744         PR c++/15285
4745         PR c++/15299
4746         * g++.dg/template/non-dependent5.C: New test.
4747         * g++.dg/template/non-dependent6.C: New test.
4748
4749 2004-05-22  Mark Mitchell  <mark@codesourcery.com>
4750
4751         PR c++/15507
4752         * g++.dg/inherit/union1.C: New test.
4753
4754         PR c++/15542
4755         * g++.dg/template/addr1.C: New test.
4756
4757         PR c++/15427
4758         * g++.dg/template/array5.C: New test.
4759
4760         PR c++/15287
4761         * g++.dg/template/array6.C: New test.
4762
4763 2004-05-22  Wolfgang Bangerth  <bangerth@dealii.org>
4764             Roger Sayle  <roger@eyesopen.com>
4765
4766         * g++.dg/lookup/forscope2.C: New test case.
4767
4768 2004-05-22  Ben Elliston  <bje@au.ibm.com>
4769
4770         * gcc.dg/cpp/Wmissingdirs.c: New.
4771
4772 2004-05-20  H.J. Lu  <hongjiu.lu@intel.com>
4773
4774         PR target/15301
4775         * gcc.dg/compat/union-m128-1.h: New file.
4776         * gcc.dg/compat/union-m128-1_main.c: Likewise.
4777         * gcc.dg/compat/union-m128-1_x.c: Likewise.
4778         * gcc.dg/compat/union-m128-1_y.c: Likewise.
4779
4780 2004-05-20  H.J. Lu  <hongjiu.lu@intel.com>
4781
4782         PR target/15302
4783         * gcc.dg/compat/struct-complex-1.h: New file.
4784         * gcc.dg/compat/struct-complex-1_main.c: Likewise.
4785         * gcc.dg/compat/struct-complex-1_x.c: Likewise.
4786         * gcc.dg/compat/struct-complex-1_y.c: Likewise.
4787
4788 2004-05-20  Roger Sayle  <roger@eyesopen.com>
4789
4790         PR middle-end/3074
4791         * gcc.dg/pr3074-1.c: New test case.
4792         * gcc.dg/sequence-pt-1.c: Remove an XFAIL.
4793
4794 2004-05-20  Falk Hueffner  <falk@debian.org>
4795
4796         PR other/15526
4797         * gcc.dg/ftrapv-1.c: New test case.
4798
4799 2004-05-18  Feng Wang  <fengwang@nudt.edu.cn>
4800
4801         * gfortran.fortran-torture/execute/power.f90: Test constant integers.
4802
4803 2004-05-18  Andrew Pinski  <pinskia@physics.uc.edu>
4804             Jeff Law  <law@redhat.com>
4805
4806         * gcc.dg/tree-ssa/20040514-2.c: Update expected output.
4807         * gcc.dg/tree-ssa/20040518-2.c: New test.
4808
4809         * gcc.dg/tree-ssa/20040518-1.c: New test.
4810
4811 2004-05-18  Zack Weinberg  <zack@codesourcery.com>
4812
4813         * gcc.c-torture/execute/991216-3.c: Delete, duplicate of 991216-2.c.
4814
4815 2004-05-18  Paul Brook  <paul@codesourcery.com>
4816
4817         PR fortran/13930
4818         * gfortran.fortran-torture/execute/der_init_4.f90: New test.
4819
4820 2004-05-18  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4821
4822         * gfortran.fortran-torture/execute/cmplx.f90: Add test for bug in
4823         constant folding.
4824
4825 2004-05-17  Steven Bosscher  <stevenb@suse.de>
4826
4827         * gcc.dg/tree-ssa/20040517-1.c: New test.
4828
4829 2004-05-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4830
4831         * gcc.dg/loop-4.c: New test.
4832
4833 2004-05-15  Andrew Pinski  <pinskia@physics.uc.edu>
4834
4835         * gcc.dg/tree-ssa/20040514-1.c: Add '}' that was forgotten.
4836
4837 2004-05-15  Bud Davis  <bdavis9659@comcast.net>
4838
4839         PR fortran/15311
4840         * gfortran.fortran-torture/execute/write_a_1.f90: New test.
4841
4842 2004-05-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4843
4844         PR fortran/13826
4845         PR fortran/13940
4846         * gfortran.fortran-torture/compile/data_1.f90: New test.
4847
4848 2004-05-15  Ulrich Weigand  <uweigand@de.ibm.com>
4849
4850         * gcc.dg/const-elim-1.c: Remove XFAIL for s390*-*-*.
4851         * gcc.dg/uninit-H.c: Define ASM for __s390__.
4852
4853 2004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
4854
4855         * gcc.c-torture/execute/20000603-1.c: Update WG14 URL.
4856
4857 2004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
4858
4859         PR c/15444
4860         * gcc.dg/format/xopen-1.c: Adjust expected message.
4861         * gcc.dg/format/xopen-3.c: New test.
4862
4863 2004-05-14  Victor Leikehman  <lei@haifasphere.co.il>
4864
4865         * gfortran.fortran-torture/execute/def_init_3.f90: New test.
4866
4867 2004-05-14  Jeff Law  <law@redhat.com>
4868
4869         * gcc.dg/tree-ssa/20040514-2.c: New test.
4870
4871 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4872
4873         * gfortran.fortran-torture/compile/noncontinuation_1.f90: Rename
4874         this ...
4875         * gfortran.fortran-torture/compile/noncontinuation_1.f: ... to
4876         this.
4877
4878 2004-05-14  Andrew Pinski  <pinskia@physics.uc.edu>
4879
4880         * gcc.dg/tree-ssa/20040514-1.c: New test.
4881
4882 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4883
4884         * gfortran.fortran-torture/compile/noncontinuation_1.f90: New
4885         test.
4886
4887 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4888
4889         PR fortran/14066
4890         * gfortran.fortran-torture/compile/do_1.f90: New test.
4891
4892 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4893
4894         PR fortran/15051
4895         * gfortran.fortran-torture/compile/empty_interface_1.f90: New
4896         test.
4897
4898 2004-05-14  Bud Davis  <bdavis9659@comcast.net>
4899
4900         PR fortran/15149
4901         * gfortran.fortran-torture/execute/random_init.f90: New test.
4902
4903 2004-05-13  Paul Brook  <paul@codesourcery.com>
4904
4905         PR fortran/15314
4906         * gfortran.fortran-torture/execute/der_init_s.f90: New test.
4907
4908 2004-05-13  Andrew Pinski  <pinskia@physics.uc.edu>
4909
4910         * gcc.dg/uninit-H.c: Test for __PPC__ and __ppc__
4911         for the powerpc case.
4912
4913 2004-05-13  Jeff Law  <law@redhat.com>
4914
4915         * gcc.dg/tree-ssa/20040513-1.c: New test.
4916         * gcc.dg/tree-ssa/20040513-2.c: New test.
4917
4918 2004-05-13  Paul Brook  <paul@codesourcery.com>
4919
4920         * gcc.dg/tree-ssa/20030808-1.c: Force enum size.
4921         * gcc.dg/tree-ssa/20030714-1.c: Ditto.
4922         * gcc.dg/tree-ssa/20030708-1.c: Ditto.
4923
4924 2004-05-13  Andreas Schwab  <schwab@suse.de>
4925
4926         PR other/10819
4927         * lib/gfortran.exp (gfortran_version): Do not match NL/CR
4928         characters.
4929
4930 2004-05-13  Bud Davis  <bdavis9659@comcast.net>
4931
4932         PR fortran/15294
4933         * gfortran.fortran-torture/execute/adjustr.f90: New file.
4934
4935 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
4936
4937         Merge from tree-ssa-20020619-branch.  See
4938         ChangeLog.tree-ssa for details.
4939
4940 2004-05-11  Ziemowit Laski  <zlaski@apple.com>
4941
4942         * g++.dg/ext/altivec-8.C: Use '-maltivec' instead of '-faltivec';
4943         include <altivec.h> explicitly.
4944         * gcc.dg/altivec-13.c: Likewise.
4945
4946 2004-05-11  Paul Brook  <paul@codesourcery.com>
4947
4948         * gcc.c-torture/compile/20010518-1.c: Force enum size.
4949
4950 2004-05-10  Eric Christopher  <echristo@redhat.com>
4951
4952         * gcc.dg/sibcall-3.c: Remove xfail for mips*-*-elf.
4953         * gcc.dg/sibcall-4.c: Ditto.
4954
4955 2004-05-10  Ziemowit Laski  <zlaski@apple.com>
4956
4957         * g++.dg/ext/altivec-8.C: New test case.
4958         * gcc.dg/altivec-13.c: New test case.
4959
4960 2004-05-08  Roger Sayle  <roger@eyesopen.com>
4961
4962         * gcc.c-torture/execute/divcmp-1.c: New test case.
4963         * gcc.c-torture/execute/divcmp-2.c: New test case.
4964         * gcc.c-torture/execute/divcmp-3.c: New test case.
4965
4966 2004-05-07  Eric Botcazou <ebotcazou@libertysurf.fr>
4967
4968         * g++.dg/other/pragma-re-2.C: New test.
4969
4970 2004-05-07  Uros Bizjak  <uros@kss-loka.si>
4971
4972         * gcc.dg/i386-387-1.c: Add new test for __builtin_fmod.
4973         * gcc.dg/i386-387-2.c: Likewise.
4974
4975         * gcc.dg/i386-387-5.c: Add new tests for __builtin_log1p and
4976         __builtin_drem.
4977         * gcc.dg/i386-387-6.c: Likewise.
4978
4979 2004-05-07  Uros Bizjak  <uros@kss-loka.si>
4980
4981         * gcc.dg/builtins-33.c:  Also check log1p*.
4982
4983 2004-05-07  Hans-Peter Nilsson  <hp@axis.com>
4984
4985         PR optimization/15296
4986         * gcc.c-torture/execute/pr15296.c: New test.
4987
4988 2004-05-05  Uros Bizjak  <uros@kss-loka.si>
4989
4990         * gcc.dg/builtins-40.c: New test.
4991
4992 2004-05-05  Richard Sandiford  <rsandifo@redhat.com>
4993
4994         * gcc.dg/torture/mips-hilo-2.c: Provide dummy __mips16 version.
4995
4996 2004-05-04  Paolo Bonzini  <bonzini@gnu.org>
4997
4998         * g++.dg/ext/spe1.C: New testcase.
4999
5000 2004-05-04  Ziemowit Laski  <zlaski@apple.com>
5001
5002         * objc.dg/image-info.m: Allow additional attributes
5003         for __image_info section.
5004
5005 2004-05-04  Richard Sandiford  <rsandifo@redhat.com>
5006
5007         * gcc.dg/torture/mips-hilo-2.c: New test.
5008
5009 2004-05-03  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5010
5011         PR c++/14389
5012         * g++.dg/template/member5.C: New test.
5013
5014 2004-05-03  Uros Bizjak  <uros@kss-loka.si>
5015
5016         * gcc.dg/builtins-34.c: Also check expm1*.
5017
5018 2004-05-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5019
5020         * gcc.dg/torture/builtin-integral-1.c: Reorg and add more cases.
5021         * gcc.dg/torture/builtin-convert-3.c: New test.
5022
5023 2004-05-01  Ulrich Weigand  <uweigand@de.ibm.com>
5024
5025         PR middle-end/15054
5026         * g++.dg/opt/pr15054.C: New test.
5027
5028 2004-04-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5029
5030         * gcc.dg/torture/builtin-rounding-1.c: New test.
5031         * gcc.dg/builtins-25.c: Delete.
5032         * gcc.dg/builtins-29.c: Delete.
5033
5034 2004-04-29  Andreas Krebbel  <krebbel1@de.ibm.com>
5035
5036         * gcc.dg/sibcall-3.c: Delete s390 from expected fail list.
5037         * gcc.dg/sibcall-4.c: Likewise.
5038         * gcc.dg/sibcall-6.c: Enable s390 as test platform.
5039
5040 2004-04-30  Kazu Hirata  <kazu@cs.umass.edu>
5041
5042         * gcc.c-torture/execute/20040331-1.c: Don't use too wide a
5043         bit-field on 16-bit targets.
5044
5045 2004-04-30  Kazu Hirata  <kazu@cs.umass.edu>
5046
5047         * gcc.c-torture/execute/20040409-2.c: Fix constants used on
5048         16-bit targets.
5049
5050 2004-04-30  Andrew Pinski  <pinskia@physics.uc.edu>
5051
5052         * gcc.dg/rs6000-power2-1.c: Change to compile only.
5053         * gcc.dg/rs6000-power2-2.c: Likewise.
5054
5055 2004-04-29  Andrew Pinski  <pinskia@physics.uc.edu>
5056
5057         * gcc.dg/rs6000-power2-1.c: Change the options to be more correct.
5058         * gcc.dg/rs6000-power2-2.c: Change the options to be more correct.
5059         Change the asm registers to be in form of frN instead of fN.
5060
5061 2004-04-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5062
5063         * gcc.dg/torture/builtin-convert-2.c: New test.
5064
5065 2004-04-28  Andrew Pinski  <pinskia@physics.uc.edu>
5066
5067         * gcc.dg/rs6000-power2-1.c: New test.
5068         * gcc.dg/rs6000-power2-2.c: New test.
5069
5070 2004-04-28  Jan Hubicka  <jh@suse.cz>
5071
5072         * gcc.dg/unused-6.c: New test.
5073
5074 2004-04-24  Laurent GUERBY  <laurent@guerby.net>
5075             Ulrich Weigand  <uweigand@de.ibm.com>
5076
5077         * ada/acats/run_all.sh: Define $target variable.
5078
5079 2004-04-26  Andrew Pinski  <pinskia@physics.uc.edu>
5080
5081         PR c++/15119
5082         * g++.dg/other/vararg-1.C: New test.
5083
5084         PR c++/4794
5085         * g++.dg/eh/cleanup3.C: New test.
5086
5087 2004-04-24  Laurent GUERBY <laurent@guerby.net>
5088
5089         * ada/acats/run_all.sh: Handle cd2a83c, cd2a91c (target_bit)
5090         and ad8011a (target_insn).
5091         * ada/acats/support/macro.dfs: Likewise.
5092         * ada/acats/support/impbit.adb: New file.
5093
5094 2004-04-23  Ulrich Weigand  <uweigand@de.ibm.com>
5095
5096         * gcc.dg/const-elim-1.c: XFAIL on s390*-*-*.
5097
5098 2004-04-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
5099
5100         * gcc.dg/loop-3.c: New test.
5101
5102 2004-04-23  Daniel Jacobowitz  <drow@mvista.com>
5103
5104         * gcc.c-torture/execute/simd-5.c: New test.
5105
5106 2004-04-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5107
5108         PR c++/15064
5109         * g++.dg/template/crash18.C: New test.
5110
5111 2004-04-22  Mark Mitchell  <mark@codesourcery.com>
5112
5113         * g++.dg/ext/complit3.C: New test.
5114
5115 2004-04-21  Aldy Hernandez  <aldyh@redhat.com>
5116
5117         * gcc.dg/altivec-1.c: XFAIL for powerpc-eabispe.
5118         * gcc.dg/altivec-3.c: Same.
5119         * gcc.dg/altivec-varargs-1.c: Same.
5120
5121 2004-04-21  Aldy Hernandez  <aldyh@redhat.com>
5122
5123         * lib/target-supports.exp (check_profiling_available): Assume
5124         profiling is not available on powerpc-eabi targets.
5125
5126 2004-04-21  Janis Johnson  <janis187@us.ibm.com>
5127
5128         * gcc.dg/vmx/1c-01.c: Use ptrdiff_t for casts of pointers.
5129         * gcc.dg/vmx/bug-1.c: Ditto.
5130
5131 2004-04-20  Eric Christopher  <echristo@redhat.com>
5132
5133         * gcc.dg/charset/extern.c: New test.
5134         * g++.dg/charset/extern3.cc: Ditto.
5135
5136 2004-04-20  Uros Bizjak  <uros@kss-loka.si>
5137
5138         * gcc.dg/builtins-39.c: New test.
5139
5140 2004-04-20  Aldy Hernandez  <aldyh@redhat.com>
5141
5142         * gcc.dg/vmx/vmx.exp: Change DEFAULT_CFLAGS to DEFAULT_VMXCFLAGS.
5143
5144 2004-04-20  Richard Sandiford  <rsandifo@redhat.com>
5145
5146         * gcc.dg/torture/mips-hilo-1.c: New test.
5147
5148 2004-04-19  Andrew Pinski  <pinskia@physics.uc.edu>
5149
5150         * gcc.c-torture/compile/20040419-1.c: New test.
5151
5152 2004-04-18  Aldy Hernandez  <aldyh@redhat.com>
5153
5154         * gcc.dg/vmx/varargs-1.c: Handle when printf outputs \r\n.
5155
5156 2004-04-18  Zack Weinberg  <zack@codesourcery.com>
5157             Aldy Hernandez  <aldyh@redhat.com>
5158
5159         * gcc.c-torture/execute/va-arg-24.c: New.
5160
5161 2004-04-17  Zack Weinberg  <zack@codesourcery.com>
5162             Aldy Hernandez  <aldyh@redhat.com>
5163
5164         * gcc.dg/vmx/1b-01.c: New.
5165         * gcc.dg/vmx/1b-02.c: New.
5166         * gcc.dg/vmx/1b-03.c: New.
5167         * gcc.dg/vmx/1b-04.c: New.
5168         * gcc.dg/vmx/1b-05.c: New.
5169         * gcc.dg/vmx/1b-06.c: New.
5170         * gcc.dg/vmx/1b-07.c: New.
5171         * gcc.dg/vmx/1c-01.c: New.
5172         * gcc.dg/vmx/1c-02.c: New.
5173         * gcc.dg/vmx/3a-01a.c: New.
5174         * gcc.dg/vmx/3a-01.c: New.
5175         * gcc.dg/vmx/3a-01m.c: New.
5176         * gcc.dg/vmx/3a-03.c: New.
5177         * gcc.dg/vmx/3a-03m.c: New.
5178         * gcc.dg/vmx/3a-04.c: New.
5179         * gcc.dg/vmx/3a-04m.c: New.
5180         * gcc.dg/vmx/3a-05.c: New.
5181         * gcc.dg/vmx/3a-06.c: New.
5182         * gcc.dg/vmx/3a-06m.c: New.
5183         * gcc.dg/vmx/3a-07.c: New.
5184         * gcc.dg/vmx/3b-01.c: New.
5185         * gcc.dg/vmx/3b-02.c: New.
5186         * gcc.dg/vmx/3b-10.c: New.
5187         * gcc.dg/vmx/3b-13.c: New.
5188         * gcc.dg/vmx/3b-14.c: New.
5189         * gcc.dg/vmx/3b-15.c: New.
5190         * gcc.dg/vmx/3c-01a.c: New.
5191         * gcc.dg/vmx/3c-01.c: New.
5192         * gcc.dg/vmx/3c-02.c: New.
5193         * gcc.dg/vmx/3c-03.c: New.
5194         * gcc.dg/vmx/3d-01.c: New.
5195         * gcc.dg/vmx/4-01.c: New.
5196         * gcc.dg/vmx/4-03.c: New.
5197         * gcc.dg/vmx/5-01.c: New.
5198         * gcc.dg/vmx/5-02.c: New.
5199         * gcc.dg/vmx/5-03.c: New.
5200         * gcc.dg/vmx/5-04.c: New.
5201         * gcc.dg/vmx/5-05.c: New.
5202         * gcc.dg/vmx/5-06.c: New.
5203         * gcc.dg/vmx/5-07.c: New.
5204         * gcc.dg/vmx/5-07t.c: New.
5205         * gcc.dg/vmx/5-08.c: New.
5206         * gcc.dg/vmx/5-10.c: New.
5207         * gcc.dg/vmx/5-11.c: New.
5208         * gcc.dg/vmx/7-01a.c: New.
5209         * gcc.dg/vmx/7-01.c: New.
5210         * gcc.dg/vmx/7c-01.c: New.
5211         * gcc.dg/vmx/7d-01.c: New.
5212         * gcc.dg/vmx/7d-02.c: New.
5213         * gcc.dg/vmx/8-01.c: New.
5214         * gcc.dg/vmx/8-02a.c: New.
5215         * gcc.dg/vmx/8-02.c: New.
5216         * gcc.dg/vmx/brode-1.c: New.
5217         * gcc.dg/vmx/bug-1.c: New.
5218         * gcc.dg/vmx/bug-2.c: New.
5219         * gcc.dg/vmx/bug-3.c: New.
5220         * gcc.dg/vmx/cw-bug-1.c: New.
5221         * gcc.dg/vmx/cw-bug-2.c: New.
5222         * gcc.dg/vmx/cw-bug-3.c: New.
5223         * gcc.dg/vmx/dct.c: New.
5224         * gcc.dg/vmx/debug-1.c: New.
5225         * gcc.dg/vmx/debug-2.c: New.
5226         * gcc.dg/vmx/debug-3.c: New.
5227         * gcc.dg/vmx/debug-4.c: New.
5228         * gcc.dg/vmx/dos-bug-1-gdb.c: New.
5229         * gcc.dg/vmx/dos-bug-2-gdb.c: New.
5230         * gcc.dg/vmx/eg-5.c: New.
5231         * gcc.dg/vmx/fft.c: New.
5232         * gcc.dg/vmx/gcc-bug-1.c: New.
5233         * gcc.dg/vmx/gcc-bug-2.c: New.
5234         * gcc.dg/vmx/gcc-bug-3.c: New.
5235         * gcc.dg/vmx/gcc-bug-4.c: New.
5236         * gcc.dg/vmx/gcc-bug-5.c: New.
5237         * gcc.dg/vmx/gcc-bug-6.c: New.
5238         * gcc.dg/vmx/gcc-bug-7.c: New.
5239         * gcc.dg/vmx/gcc-bug-8.c: New.
5240         * gcc.dg/vmx/gcc-bug-9.c: New.
5241         * gcc.dg/vmx/gcc-bug-b.c: New.
5242         * gcc.dg/vmx/gcc-bug-c.c: New.
5243         * gcc.dg/vmx/gcc-bug-d.c: New.
5244         * gcc.dg/vmx/gcc-bug-e.c: New.
5245         * gcc.dg/vmx/gcc-bug-f.c: New.
5246         * gcc.dg/vmx/gcc-bug-g.c: New.
5247         * gcc.dg/vmx/gcc-bug-i.c: New.
5248         * gcc.dg/vmx/harness.h: New.
5249         * gcc.dg/vmx/ira1.c: New.
5250         * gcc.dg/vmx/ira2a.c: New.
5251         * gcc.dg/vmx/ira2b.c: New.
5252         * gcc.dg/vmx/ira2.c: New.
5253         * gcc.dg/vmx/ira2c.c: New.
5254         * gcc.dg/vmx/mem.c: New.
5255         * gcc.dg/vmx/newton-1.c: New.
5256         * gcc.dg/vmx/ops.c: New.
5257         * gcc.dg/vmx/sn7153.c: New.
5258         * gcc.dg/vmx/spill2.c: New.
5259         * gcc.dg/vmx/spill3.c: New.
5260         * gcc.dg/vmx/spill.c: New.
5261         * gcc.dg/vmx/t.c: New.
5262         * gcc.dg/vmx/varargs-1.c: New.
5263         * gcc.dg/vmx/varargs-2.c: New.
5264         * gcc.dg/vmx/varargs-3.c: New.
5265         * gcc.dg/vmx/varargs-4.c: New.
5266         * gcc.dg/vmx/varargs-5.c: New.
5267         * gcc.dg/vmx/varargs-6.c: New.
5268         * gcc.dg/vmx/varargs-7.c: New.
5269         * gcc.dg/vmx/vmx.exp: New.
5270         * gcc.dg/vmx/vprint-1.c: New.
5271         * gcc.dg/vmx/vscan-1.c: New.
5272         * gcc.dg/vmx/x-01.c: New.
5273         * gcc.dg/vmx/x-02.c: New.
5274         * gcc.dg/vmx/x-03.c: New.
5275         * gcc.dg/vmx/x-04.c: New.
5276         * gcc.dg/vmx/x-05.c: New.
5277         * gcc.dg/vmx/yousufi-1.c: New.
5278         * gcc.dg/vmx/zero-1.c: New.
5279         * gcc.dg/vmx/zero.c: New.
5280
5281 2004-04-17  Andrew Pinski  <pinskia@physics.uc.edu>
5282
5283         * g++.dg/lookup/java1.C: Update for chage of
5284         _Jv_AllocObject.
5285         * g++.dg/lookup/java2.C: Likewise.
5286
5287 2004-04-17  Laurent GUERBY <laurent@guerby.net>
5288
5289         * ada/acats/run_all.sh: use -O2 by default.
5290
5291 2004-04-17  Richard Sandiford  <rsandifo@redhat.com>
5292
5293         * gcc.dg/vr-mult-[12].c: New tests.
5294
5295 2004-04-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5296
5297         * gcc.dg/funcorder.c: XFAIL hppa*64*-*-*.
5298
5299         * gcc.dg/const-elim-1.c: XFAIL hppa-*-*.
5300
5301 2004-04-15  Richard Sandiford  <rsandifo@redhat.com>
5302
5303         * lib/target-supports.exp (check_profiling_available): Assume profiling
5304         isn't available for mips*-*-elf targets.
5305
5306 2004-04-14  Uros Bizjak  <uros@kss-loka.si>
5307
5308         * gcc.dg/builtins-38.c: New test.
5309
5310 2004-04-14  Eric Christopher  <echristo@redhat.com>
5311
5312         * g++.dg/charset/charset.exp: Run .cc extension tests.
5313
5314 2004-04-14  Zack Weinberg  <zack@codesourcery.com>
5315
5316         * gcc.dg/const-elim-1.c: XFAIL hppa*.*-*-* (PA32).  Update commentary.
5317
5318 2004-04-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5319
5320         * gcc.dg/torture/builtin-ctype-2.c: Test builtin isdigit.
5321
5322 2004-04-13  Uros Bizjak  <uros@kss-loka.si>:
5323
5324         * gcc.dg/i386-387-1.c: Add new test for __builtin_tan.
5325         * gcc.dg/i386-387-2.c: Likewise.
5326
5327         * gcc.dg/i386-387-7.c: New test.
5328         * gcc.dg/i386-387-8.c: New test.
5329
5330         * gcc.dg/builtins-37.c: New test.
5331
5332 2004-04-13  Geoffrey Keating  <geoffk@apple.com>
5333
5334         * g++.dg/pch/externc-1.C: Add missing semicolon.
5335
5336 2004-04-13  Aldy Hernandez  <aldyh@redhat.com>
5337
5338         * gcc.c-torture/execute/20020720-1.x: XFAIL for powerpc-*-*spe.
5339
5340 2004-04-12  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5341
5342         * gcc.c-torture/execute/20040411-1.c: New test.
5343
5344 2004-04-10  Joseph S. Myers  <jsm@polyomino.org.uk>
5345
5346         * gcc.dg/c90-intprom-1.c, gcc.dg/c99-intprom-1.c: New tests.
5347
5348 2004-04-09  Chris Demetriou  <cgd@broadcom.com>
5349
5350         * g++.dg/other/packed1.C: Mark xfail for mips*- not mips-.
5351
5352 2004-04-09  Zack Weinberg  <zack@codesourcery.com>
5353
5354         * lib/target-supports.exp (check_named_sections_available): New.
5355         * lib/gcc-dg.exp (dg-require-named-sections): New.
5356         * lib/prune.exp (prune_gcc_output): Incorporate prunes from
5357         old-deja.exp.  Also prune error-count message from HP linker.
5358         * g++.old-deja/old-deja.exp (g++-dg-prune): Delete.
5359
5360         * g++.dg/init/init-ref4.C: Use dg-require-weak.
5361         * g++.old-deja/g++.pt/static3.C: Likewise.
5362         * g++.dg/parse/attr-ctor1.C: Use dg-require-named-sections.
5363
5364 2004-04-09  Roger Sayle  <roger@eyesopen.com>
5365
5366         * gcc.c-torture/execute/20040409-1.c: New test case.
5367         * gcc.c-torture/execute/20040409-2.c: New test case.
5368         * gcc.c-torture/execute/20040409-3.c: New test case.
5369
5370 2004-04-09  Andrew Pinski  <pinskia@physics.uc.edu>
5371
5372         * gcc.dg/20040409-1.c: New test.
5373
5374 2004-04-08  Roger Sayle  <roger@eyesopen.com>
5375
5376         PR target/14888
5377         * g++.dg/opt/pr14888.C: New test case.
5378
5379 2004-04-08  Geoffrey Keating  <geoffk@apple.com>
5380
5381         * gcc.dg/pch/valid-1.c, gcc.dg/pch/valid-2.c, gcc.dg/pch/valid-3.c,
5382         gcc.dg/pch/valid-4.c, gcc.dg/pch/valid-5.c, gcc.dg/pch/valid-6.c,
5383         gcc.dg/pch/valid-1.hs, gcc.dg/pch/valid-2.hs, gcc.dg/pch/valid-3.hs,
5384         gcc.dg/pch/valid-4.hs, gcc.dg/pch/valid-5.hs, gcc.dg/pch/valid-6.hs:
5385         New tests.
5386
5387 2004-04-08  Paul Brook  <paul@codesourcery.com>
5388
5389         * gcc.dg/spill-1.c: New test.
5390
5391 2004-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5392
5393         * gcc.dg/torture/builtin-ctype-2.c: New test.
5394
5395 2004-04-07  Ian Lance Taylor  <ian@wasabisystems.com>
5396
5397         * gcc.dg/pch/pch.exp: Add largefile test.
5398
5399 2004-04-06  Geoffrey Keating  <geoffk@apple.com>
5400
5401         * g++.dg/pch/externc-1.Hs: New.
5402         * g++.dg/pch/externc-1.C: New.
5403
5404 2004-04-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5405
5406         * gcc.dg/compat/struct-by-value-5a_main.c,
5407         gcc.dg/compat/struct-by-value-5b_main.c: New files.
5408         * gcc.dg/compat/struct-by-value-5_main.c: Delete.
5409         * gcc.dg/compat/struct-by-value-5a_x.c,
5410         gcc.dg/compat/struct-by-value-5b_x.c: New, split out from
5411         gcc.dg/compat/struct-by-value-5_x.c.
5412         * gcc.dg/compat/struct-by-value-5a_y.c,
5413         gcc.dg/compat/struct-by-value-5b_y.c: New, split out from
5414         gcc.dg/compat/struct-by-value-5_y.c.
5415
5416         * gcc.dg/compat/struct-by-value-6a_main.c,
5417         gcc.dg/compat/struct-by-value-6b_main.c: New files.
5418         * gcc.dg/compat/struct-by-value-6_main.c: Delete.
5419         * gcc.dg/compat/struct-by-value-6a_x.c,
5420         gcc.dg/compat/struct-by-value-6b_x.c: New, split out from
5421         gcc.dg/compat/struct-by-value-6_x.c.
5422         * gcc.dg/compat/struct-by-value-6a_y.c,
5423         gcc.dg/compat/struct-by-value-6b_y.c: New, split out from
5424         gcc.dg/compat/struct-by-value-6_y.c.
5425
5426         * gcc.dg/compat/struct-by-value-7a_main.c,
5427         gcc.dg/compat/struct-by-value-7b_main.c: New files.
5428         * gcc.dg/compat/struct-by-value-7_main.c: Delete.
5429         * gcc.dg/compat/struct-by-value-7a_x.c,
5430         gcc.dg/compat/struct-by-value-7b_x.c: New, split out from
5431         gcc.dg/compat/struct-by-value-7_x.c.
5432         * gcc.dg/compat/struct-by-value-7a_y.c,
5433         gcc.dg/compat/struct-by-value-7b_y.c: New, split out from
5434         gcc.dg/compat/struct-by-value-7_y.c.
5435
5436 2004-04-06  Jakub Jelinek  <jakub@redhat.com>
5437
5438         * gcc.dg/i386-sse-8.c: Don't use -march=pentium3 on x86_64.
5439         * gcc.dg/i386-local.c: Expect %edi, not %eax register on x86_64.
5440         * gcc.dg/20020103-1.c: Add -fno-asynchronous-unwind-tables to
5441         options.
5442
5443 2004-04-06  Uros Bizjak  <uros@kss-loka.si>
5444
5445         * gcc.dg/builtins-36.c: New test.
5446
5447 2004-04-06  Paul Brook  <paul@codesourcery.com>
5448
5449         * README.gcc: Remove obsolete contraint on testcases.
5450
5451 2004-04-05  Paul Brook  <paul@codesourcery.com>
5452
5453         PR2123
5454         * g++.dg/expr/anew1.C: XFAIL and make reproducible.  Call abort on
5455         failure and exit(0) on success.
5456         * g++.dg/expr/anew2.C: Ditto.
5457         * g++.dg/expr/anew3.C: Ditto.
5458         * g++.dg/expr/anew4.C: Ditto.
5459
5460 2004-04-05  Nathan Sidwell  <nathan@codesourcery.com>
5461
5462         PR c++/3518
5463         * g++.dg/template/unify7.C: New.
5464
5465 2004-04-02  Nathanael Nerode  <neroden@gcc.gnu.org>
5466
5467         * g++.dg/README: Bring up to date with new subdirectories; remove
5468         duplicate subdirectory lines.
5469
5470 2004-04-02  Nathan Sidwell  <nathan@codesourcery.com>
5471
5472         PR c++/14007
5473         * g++.dg/template/unify5.C: New.
5474         * g++.dg/template/unify6.C: New.
5475         * g++.dg/template/qualttp20.C: Adjust.
5476         * g++.old-deja/g++.jason/report.C: Adjust.
5477         * g++.old-deja/g++.other/qual1.C: Adjust.
5478
5479 2004-04-01  Mark Mitchell  <mark@codesourcery.com>
5480
5481         PR c++/14803
5482         * g++.dg/inherit/ptrmem1.C: New test.
5483
5484 2004-04-01  Jakub Jelinek  <jakub@redhat.com>
5485
5486         PR c++/14755
5487         * gcc.c-torture/execute/20040331-1.c: New test.
5488         * gcc.dg/20040331-1.c: New test.
5489
5490 2004-04-01  Paul Brook  <paul@codesourcery.com>
5491
5492         * gcc.dg/arm-mmx-1.c: Add -mabi=iwmmxt to dg-options.
5493
5494 2004-03-30  Mark Mitchell  <mark@codesourcery.com>
5495
5496         PR c++/14724
5497         * g++.dg/init/goto1.C: New test.
5498
5499         PR c++/14763
5500         * g++.dg/template/defarg4.C: New test.
5501
5502 2004-03-30  Hartmut Penner  <hpenner@de.ibm.com>
5503
5504         * gcc.dg/altivec-11.c: Extend test for more valid cases.
5505
5506 2004-03-28  David Edelsohn  <edelsohn@gnu.org>
5507
5508         * gcc.dg/doloop-1.c: Do not check for lack of "blt".
5509
5510 2004-03-28  Zack Weinberg  <zack@codesourcery.com>
5511
5512         * gcc.dg/noncompile/undeclared-2.c: New test.
5513
5514 2004-03-28  Joseph S. Myers  <jsm@polyomino.org.uk>
5515
5516         * gcc.dg/940409-1.c: Remove XFAIL.
5517         * gcc.dg/reg-vol-struct-1.c: New test.
5518
5519 2004-03-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5520
5521         * gcc.dg/torture/builtin-wctype-1.c: New test.
5522
5523 2004-03-26  James A. Morrison  <ja2morri@uwaterloo.ca>
5524
5525         * gcc.dg/20001013-1.c: Run on 32-bit and 64-bit SPARC.
5526         * gcc.dg/20001101-1.c: Likewise.
5527         * gcc.dg/20001102-1.c: Likewise.
5528
5529 2004-03-25  Roger Sayle  <roger@eyesopen.com>
5530
5531         * gcc.dg/compare8.c: Add an additional test for XOR.
5532
5533 2004-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5534
5535         * gcc.dg/torture/builtin-ctype-1.c: New test.
5536
5537 2004-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5538
5539         * gcc.dg/torture/builtin-explog-1.c: Add new cases.
5540         * gcc.dg/torture/builtin-math-1.c: Likewise.
5541         * gcc.dg/torture/builtin-power-1.c: New test.
5542
5543 2004-03-24  Andreas Schwab  <schwab@suse.de>
5544
5545         * lib/prune.exp (prune_gcc_output): Ignore errata warning from
5546         IA64 assembler.
5547
5548 2004-03-23  Joseph S. Myers  <jsm@polyomino.org.uk>
5549             Roger Sayle  <roger@eyesopen.com>
5550
5551         * gcc.dg/compare8.c: New test case.
5552
5553 2004-03-23  Ziemowit Laski  <zlaski@apple.com>
5554
5555         * g++.dg/ext/altivec-7.C: New test.
5556
5557 2004-03-23  Zack Weinberg  <zack@codesourcery.com>
5558
5559         PR 12267, 12391, 12560, 13129, 14114, 14133
5560         * gcc.dg/Wold-style-definition-1.c, gcc.dg/builtins-30.c
5561         * gcc.dg/unused-4.c, gcc.dg/noncompile/label-1.c
5562         * gcc.dg/noncompile/label-lineno-1.c, objc.dg/naming-1.m:
5563         Adjust error regexps.
5564         * gcc.dg/Wshadow-2.c, gcc.dg/noncompile/incomplete-3.c
5565         * gcc.dg/noncompile/undeclared-1.c: New test cases.
5566         * gcc.dg/decl-5.c, gcc.dg/redecl-1.c: Remove XFAIL.
5567         * gcc.dg/local1.c: Add explanatory comment.
5568
5569 2004-03-23  Roger Sayle  <roger@eyesopen.com>
5570
5571         PR optimization/14669
5572         * g++.dg/opt/fold2.C: New test case.
5573
5574 2004-03-22  Jakub Jelinek  <jakub@redhat.com>
5575
5576         PR c/14069
5577         * gcc.dg/20040322-1.c: New test.
5578
5579 2004-03-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
5580
5581         * gcc.dg/ultrasp2.c: Do not pass -m64.  Remove redundant lines.
5582         * gcc.dg/ultrasp4.c: Likewise.
5583         * gcc.dg/ultrasp8.c: Do not pass -m64.  Add sparcv9-*-*.
5584
5585 2004-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
5586
5587         * gcc.dg/i386-sse-8.c: Reset default options.
5588
5589 2004-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
5590
5591         * gcc.dg/charset/asm2.c: Allow 'parse error' instead of 'syntax error'
5592         in the error message text.
5593
5594 2004-03-21  Gabriel Dos Reis  <gdr@integrable-solutions.net>
5595
5596         * g++.dg/template/qualttp20.C: Adjust dg- regexp.
5597
5598 2004-03-21  Mark Mitchell  <mark@codesourcery.com>
5599
5600         PR c++/14616
5601         * g++.dg/init/array13.C: New test.
5602
5603 2004-03-20  Roger Sayle  <roger@eyesopen.com>
5604
5605         PR target/13889
5606         * gcc.c-torture/compile/pr13889.c: New test case.
5607
5608 2004-03-20  Joseph S. Myers  <jsm@polyomino.org.uk>
5609
5610         PR c/14635
5611         * builtins-1.c (nan, nans): Don't test.
5612         * builtins-30.c: Don't use nan, nanf, nanl.
5613         * builtins-35.c: New test.
5614
5615 2004-03-19  Ziemowit Laski  <zlaski@apple.com>
5616
5617         * g++.dg/ext/altivec-6.C: New test.
5618
5619 2004-03-19  Mark Mitchell  <mark@codesourcery.com>
5620
5621         * g++.dg/init/placement3.C: New test.
5622
5623         * g++.dg/template/spec13.C: New test.
5624
5625         * g++.dg/lookup/using11.C: New test.
5626
5627         * g++.dg/lookup/koenig3.C: New test.
5628
5629         * g++.dg/template/operator2.C: New test.
5630
5631         * g++.dg/expr/dtor3.C: New test.
5632         * g++.old-deja/g++.brendan/crash15.C: Remove incorrect dg-error
5633         marker.
5634         * g++.old-deja/g++.law/visibility28.C: Likewise.
5635
5636 2004-03-19  Paolo Bonzini  <bonzini@gnu.org>
5637
5638         * gcc.dg/altivec-6.c: Use vector_size attribute, not mode.
5639         * gcc.dg/ppc64-abi-3.c: Likewise.
5640
5641 2004-03-19  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5642
5643         PR c++/14545
5644         * g++.dg/parse/template15.C: New test.
5645
5646 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
5647
5648         * g++.dg/expr/dtor2.C: New test.
5649
5650         * g++.dg/lookup/anon4.C: New test.
5651
5652         * g++.dg/overload/using1.C: New test.
5653
5654         * g++.dg/template/lookup7.C: New test.
5655
5656         * g++.dg/template/typename6.C: New test.
5657
5658         * g++.dg/expr/cond6.C: New test.
5659
5660 2004-03-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5661
5662         * gcc.dg/torture/builtin-convert-1.c: Test more math builtins.
5663
5664 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
5665
5666         * g++.dg/expr/cond5.C: New test.
5667         * g++.dg/expr/constcast1.C: Likewise.
5668         * g++.dg/expr/ptrmem2.C: Likewise.
5669         * g++.dg/expr/ptrmem3.C: Likewise.
5670         * g++.dg/lookup/main1.C: Likewise.
5671         * g++.dg/template/lookup6.C: Likewise.
5672
5673 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
5674
5675         * gcc.dg/local1.c: New test.
5676
5677         * gcc.dg/debug/dwarf2/c99-typedef1.c: New test.
5678
5679 2004-03-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5680
5681         * gcc.dg/torture/builtin-convert-1.c: New test.
5682
5683 2004-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5684
5685         * gcc.dg/torture/builtin-integral-1.c: Also check for `rint'.
5686
5687 2004-03-16  Mark Mitchell  <mark@codesourcery.com>
5688
5689         PR c++/14481
5690         * g++.dg/warn/Wunused-7.C: New test.
5691
5692 2004-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5693
5694         * gcc.dg/torture/builtin-integral-1.c: New test.
5695
5696 2004-03-16  Mark Mitchell  <mark@codesourcery.com>
5697
5698         PR c++/14586
5699         * g++.dg/parse/non-dependent3.C: New test.
5700
5701 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
5702
5703         * g++.dg/eh/simd-1.C: Use vector_size attribute, not mode.
5704         * g++.dg/eh/simd-2.C: Likewise.
5705         * g++.dg/init/array10.C: Likewise.
5706         * gcc.c-torture/compile/simd-1.c: Likewise.
5707         * gcc.c-torture/compile/simd-2.c: Likewise.
5708         * gcc.c-torture/compile/simd-3.c: Likewise.
5709         * gcc.c-torture/compile/simd-4.c: Likewise.
5710         * gcc.c-torture/compile/simd-6.c: Likewise.
5711         * gcc.c-torture/execute/simd-1.c: Likewise.
5712         * gcc.c-torture/execute/simd-2.c: Likewise.
5713         * gcc.dg/compat/vector-defs.h: Likewise.
5714         * gcc.dg/20020531-1.c: Likewise.
5715         * gcc.dg/altivec-3.c: Likewise.
5716         * gcc.dg/altivec-4.c: Likewise.
5717         * gcc.dg/altivec-varargs-1.c: Likewise.
5718         * testsuite/gcc.dg/compat/vector-defs.h: Likewise.
5719         * gcc.dg/i386-mmx-3.c: Likewise.
5720         * gcc.dg/i386-sse-4.c: Likewise.
5721         * gcc.dg/i386-sse-5.c: Likewise.
5722         * gcc.dg/i386-sse-8.c: Likewise.
5723         * gcc.dg/simd-1.c: Likewise.
5724         * gcc.dg/20030218-1.c: Likewise.  Plus, do not declare
5725         __ev64_opaque__ since the machine description provides it.
5726
5727 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
5728
5729         * lib/compat.exp (skip_list): New global variable.
5730         Use it to hold the user defined COMPAT_SKIPS list if any.
5731         (compat-obj): Add the members of skip_list to optall.
5732
5733 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
5734
5735         * gcc.dg/compat/union-by-value-1_main.c,
5736         union-by-value-1_x.c, union-by-value-1_y.c,
5737         union-check.h, union-defs.h,
5738         union-init.h, union-return-1_main.c,
5739         union-return-1_x.c, union-return-1_y.c: New files.
5740
5741 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
5742
5743         * gcc.dg/compat/mixed-struct-check.h, mixed-struct-defs.h,
5744         mixed-struct-init.h: Add 4 mixed structure types.
5745         struct-by-value-21_main.c, struct-by-value-21_x.c,
5746         struct-by-value-21_y.c, struct-return-21_main.c,
5747         struct-return-21_x.c, struct-return-21_y.c: New files.
5748
5749 2004-03-13  Mark Mitchell  <mark@codesourcery.com>
5750
5751         PR c++/14550
5752         * g++.dg/parse/template14.C: New test.
5753
5754 2004-03-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
5755
5756         * gcc.c-torture/execute/20040313-1.c: New test.
5757
5758 2004-03-13  Jakub Jelinek  <jakub@redhat.com>
5759
5760         PR target/14533
5761         * gcc.dg/20040311-2.c: New test.
5762
5763 2004-03-12  Kazu Hirata  <kazu@cs.umass.edu>
5764
5765         PR other/14544
5766         * gcc.c-torture/execute/20040307-1.c: Remove the 24-bit
5767         bit-field.
5768
5769 2004-03-12  Ulrich Weigand  <uweigand@de.ibm.com>
5770
5771         * gcc.dg/20040305-2.c: Add missing return statement.
5772
5773 2004-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5774
5775         * gcc.dg/builtins-34.c: Also check pow10*.
5776
5777 2004-03-11  Ulrich Weigand  <uweigand@de.ibm.com>
5778
5779         PR target/14262
5780         * gcc.dg/20040305-2.c: New test.
5781
5782 2004-03-11  Ulrich Weigand  <uweigand@de.ibm.com>
5783
5784         * gcc.dg/20040310-1.c: New test.
5785
5786 2004-03-11  Roger Sayle  <roger@eyesopen.com>
5787
5788         * gcc.c-torture/execute/20040311-1.c: New test case.
5789
5790 2004-03-11  Mark Mitchell  <mark@codesourcery.com>
5791
5792         PR c++/14476
5793         * g++.dg/lookup/enum1.C: New test.
5794
5795 2004-03-10  Mark Mitchell  <mark@codesourcery.com>
5796
5797         PR c++/14510
5798         * g++.dg/lookup/struct2.C: New test.
5799
5800 2004-03-10  Uros Bizjak  <uros@kss-loka.si>
5801
5802         * gcc.dg/builtins-34.c: New test.
5803
5804 2004-03-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5805
5806         * gcc.dg/torture/builtin-nonneg-1.c: New test.
5807
5808 2004-03-09  James E Wilson  <wilson@specifixinc.com>
5809
5810         * gcc.dg/alias-1.c: Add "will" to string passed to dg-warning.
5811         * gcc.dg/alias-2.c: New testcase.
5812
5813 2004-03-09  Zack Weinberg  <zack@codesourcery.com>
5814
5815         * gcc.dg/noncompile/incomplete-2.c: Move dg-error to proper line.
5816
5817 2004-03-09  Roger Sayle  <roger@eyesopen.com>
5818
5819         * gcc.c-torture/execute/20040309-1.c: New test case.
5820
5821 2004-03-09  Nathan Sidwell  <nathan@codesourcery.com>
5822
5823         PR c++/14397
5824         * g++.dg/overload/ref1.C: New.
5825
5826 2004-03-09  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5827
5828         PR c++/14409
5829         * g++.dg/template/spec12.C: New test.
5830
5831         PR c++/14448
5832         * g++.dg/parse/crash14.C: New test.
5833
5834 2004-03-09  Mark Mitchell  <mark@codesourcery.com>
5835
5836         PR c++/14230
5837         * g++.dg/init/ref11.C: New test.
5838
5839 2004-03-09  Mark Mitchell  <mark@codesourcery.com>
5840
5841         PR c++/14432
5842         * g++.dg/parse/builtin2.C: New test.
5843
5844 2004-03-08  Mark Mitchell  <mark@codesourcery.com>
5845
5846         PR c++/14401
5847         * g++.dg/init/ctor3.C: New test.
5848         * g++.dg/init/union1.C: New test.
5849         * g++.dg/ext/anon-struct4.C: New test.
5850
5851 2004-03-08  Mark Mitchell  <mark@codesourcery.com>
5852
5853         * g++.dg/lookup/koenig1.C: Tweak error messages.
5854         * g++.dg/lookup/used-before-declaration.C: Likewise.
5855         * g++.dg/other/do1.C: Likewise.
5856         * g++.dg/overload/koenig1.C: Likewise.
5857         * g++.dg/parse/crash13.C: Likewise.
5858         * g++.dg/template/instantiate3.C: Likewise.
5859
5860 2004-03-08  Eric Christopher  <echristo@redhat.com>
5861
5862         * * lib/target-supports.exp: Enable libiconv in test
5863         compilation.  Fix up error checking.
5864
5865 2004-03-08  Roger Sayle  <roger@eyesopen.com>
5866
5867         PR middle-end/14289
5868         * gcc.dg/pr14289-1.c: New test case.
5869         * gcc.dg/pr14289-2.c: Likewise.
5870         * gcc.dg/pr14289-3.c: Likewise.
5871
5872 2004-03-08  Eric Botcazou  <ebotcazou@act-europe.fr>
5873
5874         * gcc.c-torture/execute/20040308-1.c: New test.
5875
5876 2004-03-07  Roger Sayle  <roger@eyesopen.com>
5877
5878         * gcc.c-torture/execute/20040307-1.c: New test case.
5879
5880 2004-03-07  Richard Sandiford  <rsandifo@redhat.com>
5881
5882         * gcc.dg/torture/mips-sdata-1.c: Restrict to mips*-*-elf*.
5883
5884 2004-03-06  Ulrich Weigand  <uweigand@de.ibm.com>
5885
5886         * gcc.dg/20040306-1.c: New test.
5887
5888 2004-03-06  Kazu Hirata  <kazu@cs.umass.edu>
5889
5890         * gcc.dg/sibcall-3.c (recurser_void1, recurser_void2): Make
5891         them static.
5892         * gcc.dg/sibcall-4.c (recurser_void1, recurser_void2): Likewise.
5893
5894 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
5895
5896         PR c/14465
5897         * gcc.dg/decl-6.c: New test.
5898
5899 2004-03-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5900
5901         * gcc.dg/torture/builtin-explog-1.c: Add comments for each test.
5902         Rename LOGPOW -> LOG_POW.
5903         (SQRT_EXP, POW_EXP): New.
5904
5905 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
5906
5907         * gcc.dg/i386-sse-8.c: New test.
5908
5909 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
5910
5911         PR c/14114
5912         * gcc.dg/decl-5.c: New test.
5913
5914 2004-03-05  Andreas Krebbel  <krebbel1@de.ibm.com>
5915
5916         * gcc.dg/20040305-1.c: New test.
5917
5918 2004-03-05  Hans-Peter Nilsson  <hp@axis.com>
5919
5920         PR other/14354
5921         * gcc.c-torture/execute/ieee/mul-subnormal-single-1.c: New test.
5922
5923 2004-03-04  Ziemowit Laski  <zlaski@apple.com>
5924
5925         PR c++/14425, c++/14426
5926         * g++.dg/ext/altivec-4.C: New test.
5927         * g++.dg/ext/altivec-5.C: New test.
5928
5929 2004-03-04  Geoffrey Keating  <geoffk@apple.com>
5930
5931         * g++.old-deja/g++.other/linkage1.C: Expect errors about
5932         global variables of a type with no linkage.
5933         * g++.old-deja/g++.other/qual1.C: Name class for 'action'.
5934         * g++.old-deja/g++.mike/misc13.C: Name enum for 'want'.
5935         * g++.old-deja/g++.bugs/900210_01.C: Name enum for 'ep'.
5936         * g++.old-deja/g++.bugs/900210_02.C: Likewise.
5937         * g++.old-deja/g++.bugs/900210_03.C: Likewise.
5938         * g++.old-deja/g++.brendan/bit-fields2.C: Name structure for 's'.
5939         * g++.old-deja/g++.brendan/init10.C: Name structure for 'a'.
5940         * g++.dg/warn/deprecated.C: Name enum Color.
5941         * g++.dg/overload/VLA.C: Name structure for 'b'.
5942         * g++.dg/lookup/anon2.C: Expect diagnostic about type linkage.
5943
5944 2004-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
5945
5946         * gcc.c-torture/compile/20040304-1.c: New test.
5947
5948 2004-03-03  Zack Weinberg  <zack@codesourcery.com>
5949
5950         PR 13728
5951         * gcc.dg/decl-4.c: New testcase.
5952
5953 2004-03-03  Kazu Hirata  <kazu@cs.umass.edu>
5954
5955         * gcc.dg/torture/builtin-explog-1.c (PREC): Make it the same
5956         as PRECF if sizeof (float) > sizeof (double).
5957         (PRECL): Make it the same as PRECF if
5958         sizeof (float) > sizeof (long double).
5959
5960 2004-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5961
5962         * gcc.dg/builtins-config.h: Use underscore macro style for __sun
5963         system type.  Add check for irix6 which doesn't have c99 runtime.
5964
5965 2004-03-03  Bob Wilson  <bob.wilson@acm.org>
5966
5967         * gcc.dg/const-elim-1.c: xfail for xtensa.
5968
5969 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
5970
5971         PR c++/14369
5972         * g++.dg/template/cond4.C: New test.
5973
5974 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
5975
5976         PR c++/14360
5977         * g++.old-deja/g++.ns/koenig5.C: Remove some error markers.
5978
5979         PR c++/14361
5980         * g++.dg/parse/defarg7.C: New test.
5981
5982         PR c++/14359
5983         * g++.dg/template/friend26.C: New test.
5984
5985 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
5986
5987         PR c++/14324
5988         * g++.dg/abi/mangle21.C: New test.
5989
5990         PR c++/14260
5991         * g++.dg/parse/constructor2.C: New test.
5992
5993         PR c++/14337
5994         * g++.dg/template/sfinae1.C: New test.
5995
5996 2004-02-29  Mark Mitchell  <mark@codesourcery.com>
5997
5998         PR c++/14267
5999         * g++.dg/expr/crash2.C: New test.
6000
6001         PR middle-end/13448
6002         * gcc.dg/inline-5.c: New test.
6003         * gcc.dg/always-inline.c: Split out tests into ...
6004         * gcc.dg/always-inline2.c: ... this and ...
6005         * gcc.dg/always-inline3.c: ... this.
6006
6007 2004-02-29  Mark Mitchell  <mark@codesourcery.com>
6008
6009         PR debug/12103
6010         * g++.dg/debug/crash1.C: New test.
6011
6012 2004-02-29  Kazu Hirata  <kazu@cs.umass.edu>
6013
6014         * gcc.dg/sibcall-3.c (recurser_void1): Make it an extern
6015         function with __attribute__((noinline)).
6016         (recurser_void2): Likewise.
6017         * gcc.dg/sibcall-4.c (recurser_void1): Likewise.
6018         (recurser_void2): Likewise.
6019
6020 2004-02-29  Roger Sayle  <roger@eyesopen.com>
6021
6022         PR middle-end/14203
6023         * g++.dg/warn/Wunused-6.C: New test case.
6024
6025 2004-02-28  Richard Earnshaw  <rearnsha@arm.com>
6026
6027         * lib/g++.exp (g++_link_flags): Don't crash if LD_LIBRARY_PATH is
6028         not defined.
6029
6030 2004-02-27  Eric Christopher  <echristo@redhat.com>
6031
6032         * g++.dg/charset/charset.exp: Change CFLAGS to CHARSETCFLAGS.
6033         * g++.dg/charset/asm2.c: Run only x86.
6034         * gcc.dg/charset/asm3.c: Ditto.
6035
6036 2004-02-27  Aldy Hernandez  <aldyh@redhat.com>
6037
6038         * lib/g++.exp (g++_link_flags): Append LD_LIBRARY_PATH to
6039         ld_library_path.
6040
6041 2004-02-27  Ziemowit Laski  <zlaski@apple.com>
6042
6043         * g++.dg/ext/altivec-3.C: New.
6044
6045 2004-02-26  Richard Henderson  <rth@redhat.com>
6046
6047         * g++.dg/ext/attrib10.C: Mark for warning.
6048         * gcc.dg/attr-alias-1.c: New.
6049
6050 2004-02-26  Richard Henderson  <rth@redhat.com>
6051
6052         * gcc.c-torture/execute/ieee/20040208-2.c: Move ...
6053         * gcc.c-torture/execute/20040208-2.c: ... it back.
6054
6055 2004-02-26  Eric Christopher  <echristo@redhat.com>
6056
6057         * lib/target-supports.exp (check-iconv-available): New function.
6058         * lib/gcc-dg.exp (dg-require-iconv): New function.
6059         Use above.
6060         * gcc.dg/charset: New directory.
6061         * gcc.dg/charset/charset.exp: New file.
6062         * gcc.dg/charset/asm1.c: Ditto.
6063         * gcc.dg/charset/asm2.c: Ditto.
6064         * gcc.dg/charset/asm3.c: Ditto.
6065         * gcc.dg/charset/asm4.c: Ditto.
6066         * gcc.dg/charset/asm5.c: Ditto.
6067         * gcc.dg/charset/attribute1.c: Ditto.
6068         * gcc.dg/charset/attribute2.c: Ditto.
6069         * gcc.dg/charset/string1.c: Ditto.
6070         * g++.dg/charset: New directory.
6071         * g++.dg/dg.exp: Add here. Special options.
6072         * g++.dg/charset/charset.exp: New file.
6073         * g++.dg/charset/asm1.c: Ditto.
6074         * g++.dg/charset/asm2.c: Ditto.
6075         * g++.dg/charset/asm3.c: Ditto.
6076         * g++.dg/charset/asm4.c: Ditto.
6077         * g++.dg/charset/attribute1.c: Ditto.
6078         * g++.dg/charset/attribute2.c: Ditto.
6079         * g++.dg/charset/extern1.cc: Ditto.
6080         * g++.dg/charset/extern2.cc: Ditto.
6081         * g++.dg/charset/string1.c: Ditto.
6082
6083 2004-02-26  Mark Mitchell  <mark@codesourcery.com>
6084
6085         PR c++/14278
6086         * g++.dg/parse/comma1.C: New test.
6087
6088 2004-02-26  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6089
6090         PR c++/14284
6091         * g++.dg/template/ttp8.C: New test.
6092
6093 2004-02-26  Eric Botcazou  <ebotcazou@act-europe.fr>
6094
6095         * gcc.dg/fixuns-trunc-1.c: New test.
6096
6097 2004-02-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6098
6099         * gcc.dg/builtins-config.h: Use #elif.
6100
6101 2004-02-26  Michael Matz  <matz@suse.de>
6102
6103         * gcc.dg/20000724-1.c: Add regparm attribute to decl and def.
6104         * gcc.dg/991214-1.c: Likewise.
6105         * gcc.dg/i386-asm-1.c: Likewise.
6106
6107 2004-02-25  Richard Henderson  <rth@redhat.com>
6108
6109         * gcc.c-torture/execute/20040208-2.c: Move ...
6110         * gcc.c-torture/execute/ieee/20040208-2.c: ... here.
6111
6112 2004-02-26  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6113
6114         PR c++/14246
6115         * g++.dg/other/crash-3.C: New test.
6116
6117 2004-02-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6118
6119         * g++.dg/opt/inline4.C (dg-final): Robustify regexp.
6120         * g++.dg/opt/inline6.C (dg-final): Robustify regexp.
6121
6122         * gcc.dg/builtins-config.h (HAVE_C99_RUNTIME): Don't define for PA
6123         HP-UX.
6124
6125 2004-02-24  Michael Matz  <matz@suse.de>
6126
6127         * gcc.dg/i386-regparm.c: New.
6128
6129 2004-02-23  James E Wilson  <wilson@specifixinc.com>
6130
6131         * gcc.c-torture/execute/20040223-1.c: New.
6132
6133 2004-02-23  Zack Weinberg  <zack@codesourcery.com>
6134             Kazu Hirata  <kazu@cs.umass.edu>
6135
6136         * gcc.dg/fwritable-strings-1.c: Remove.
6137
6138 2004-02-23  Andrew Pinski  <pinskia@physics.uc.edu>
6139
6140         PR c/14156
6141         * gcc.dg/20040223-1.c: New test.
6142
6143 2004-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6144
6145         PR c++/14106
6146         * g++.dg/ext/typeof9.C: New test.
6147
6148 2004-02-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6149
6150         PR c++/14250
6151         * g++.dg/other/switch1.C: New test.
6152
6153 2004-02-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
6154
6155         * gcc.dg/cast-function-1.c: Adjust for new informative message.
6156         * gcc.dg/va-arg-1.c: Likewise.
6157
6158 2004-02-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6159
6160         PR c++/14143
6161         * g++.dg/template/koenig5.C: New test.
6162
6163 2004-02-21  Ziemowit Laski  <zlaski@apple.com>
6164
6165         * g++.dg/ext/altivec-1.C: Generalize target triple.
6166         * g++.dg/ext/altivec-2.C: New test case.
6167         * g++.dg/ext/altivec_check.h: New file.
6168         * gcc.dg/altivec-1.c: Generalize target triple;
6169         include altivec_check.h and call altivec_check().
6170         * gcc.dg/altivec-[2-5].c: Generalize target triple.
6171         * gcc.dg/altivec-6.c: New test case.
6172         * gcc.dg/altivec-[7-9].c: Generalize target triple; add
6173         type casts as needed.
6174         * gcc.dg/altivec-10.c: Include altivec_check.h and call
6175         altivec_check().
6176         * gcc.dg/altivec-12.c: New test case.
6177         * gcc.dg/altivec-varargs-1.c: Generalize target triple;
6178         include altivec_check.h and call altivec_check().
6179         * gcc.dg/altivec_check.h: New file.
6180
6181 2004-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6182
6183         * lib/target-supports.exp (check_alias_available): Don't mangle
6184         function `g' in test program.
6185
6186 2004-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6187
6188         * lib/target-supports.exp (check_profiling_available): Check
6189         argument to determine whether we support a profiling type.
6190         * lib/gcc-dg.exp (dg-require-profiling): Pass argument to
6191         check_profiling_available.
6192         * g++.dg/bprob/bprob.exp: Likewise
6193         * g77.dg/bprob/bprob.exp: Likewise.
6194         * gcc.misc-tests/bprob.exp: Likewise.
6195         * g++.old-deja/g++.law/profile1.C: Pass profiling type to
6196         dg-require-profiling and delete expected error handling.
6197         * gcc.dg/20021014-1.c: Likewise.
6198         * gcc.dg/nest.c: Likewise.
6199
6200 2004-02-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6201
6202         PR c++/12007
6203         * g++.dg/other/vthunk1.C: New test.
6204
6205 2004-02-20  Falk Hueffner  <falk@debian.org>
6206
6207         PR target/14201
6208         * gcc.c-torture/compile/fix-trunc-mem-1.c: New test.
6209
6210 2004-02-20  Mark Mitchell  <mark@codesourcery.com>
6211
6212         PR c++/13927
6213         * g++.dg/other/error8.C: Remove XFAIL markers.
6214
6215         PR c++/14173
6216         * g++.dg/ext/packed5.C: New test.
6217
6218         PR c++/14199
6219         * g++.dg/warn/Wunused-5.C: New test.
6220
6221         PR c++/14186
6222         * g++.dg/lookup/member1.C: New test.
6223
6224 2004-02-19  Kazu Hirata  <kazu@cs.umass.edu>
6225
6226         * gcc.c-torture/compile/20040130-1.c: Enable only when
6227         __INT_MAX__ >= 2147483647L.
6228         * gcc.c-torture/compile/961203-1.c: Likewise.
6229
6230 2004-02-19  Nathan Sidwell  <nathan@codesourcery.com>
6231
6232         * g++.dg/parse/attr-ctor1.C: XFAIL on hppa.
6233         * g++.dg/opt/template1.C: Robustify assembler regexp
6234
6235 2004-02-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
6236
6237         * gcc.c-torture/execute/simd-4.x: Remove.
6238         * gcc.c-torture/execute/va-arg-25.x: Likewise.
6239         * gcc.dg/compat/vector-1_x.c: Do not XFAIL on SPARC.
6240         Guard with #ifndef SKIP_ATTRIBUTE.
6241         * gcc.dg/compat/vector-1_y.c: Likewise.
6242         * gcc.dg/compat/vector-2_x.c: Likewise.
6243         * gcc.dg/compat/vector-2_y.c: Likewise.
6244         * g++.dg/eh/simd-1.C: Do not XFAIL on SPARC.
6245         * g++.dg/eh/simd-2.C: Likewise.
6246
6247 2004-02-19  Alan Modra  <amodra@bigpond.net.au>
6248
6249         * gcc.c-torture/compile/complex-1.c: New.
6250
6251 2004-02-19  Hans-Peter Nilsson  <hp@axis.com>
6252
6253         PR target/14209
6254         * gcc.c-torture/execute/20040218-1.c: New test.
6255
6256 2004-02-19  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6257
6258         PR c++/14181
6259         * g++.dg/parse/new2.C: New test.
6260
6261 2004-02-18  Paul Brook  <paul@codesourcery.com>
6262
6263         * gcc.c-torture/compile/libcall-1.c: New test.
6264
6265 2004-02-18  Paul Brook  <paul@codesourcery.com>
6266
6267         PR debug/12934
6268         * gcc.dg/debug/debug-7.c: New test.
6269
6270 2004-02-17  Ulrich Weigand  <uweigand@de.ibm.com>
6271
6272         * gcc.dg/20040217-1.c: New test.
6273
6274 2004-02-17  Zack Weinberg  <zack@codesourcery.com>
6275
6276         * gcc.c-torture/execute/990208-1.x: Delete.
6277
6278 2004-02-17  Richard Sandiford  <rsandifo@redhat.com>
6279
6280         * gcc.c-torture/execute/20040208-2.x: New file.
6281
6282 2004-02-17  Mark Mitchell  <mark@codesourcery.com>
6283
6284         PR c++/11326
6285         * g++.dg/abi/structret1.C: New test.
6286
6287 2004-02-17  Jakub Jelinek  <jakub@redhat.com>
6288
6289         * gcc.dg/i386-cpuid.h (bit_CMOV): Define.
6290         (i386_cpuid): No need to test if cpuid is available on AMD64.
6291         Fix assembly, so that it works onboth i386 and AMD64.
6292         * gcc.dg/i386-sse-6.c: Include stdio.h, stdlib.h and string.h.
6293         (vecInLong): Fix s[] member type to unsigned int.
6294         (vecInWord): Remove type.
6295         (mmx_tests, sse_tests, dump64_16, dump64_32, dump64_64): Remove.
6296         (a64, b64, c64, d64, e64): Remove.
6297         (main): Pass if CPU has no MMX, SSE, SSE2 or CMOV support.
6298         Remove unused variable.  Remove initialization of removed variables.
6299         Don't call mmx_tests nor sse_tests.
6300         (reference_mmx, reference_sse): Remove.
6301         (check): Add return stmt.
6302         * gcc.dg/i386-sse-7.c: New test.
6303         * gcc.dg/i386-mmx-4.c: New test.
6304
6305 2004-02-17  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6306
6307         * g++.dg/tc1/dr176.C: Add missing semicolon (typo).
6308         * g++.dg/tc1/dr101.C, g++.dg/tc1/dr135.C, g++.dg/tc1/dr142.C,
6309         g++.dg/tc1/dr152.C, g++.dg/tc1/dr159.C, g++.dg/tc1/dr161.C,
6310         g++.dg/tc1/dr166.C, g++.dg/tc1/dr176.C, g++.dg/tc1/dr193.C,
6311         g++.dg/tc1/dr194.C, g++.dg/tc1/dr217.C, g++.dg/tc1/dr56.C,
6312         g++.dg/tc1/dr68.C, g++.dg/tc1/dr76.C, g++.dg/tc1/dr80.C,
6313         g++.dg/tc1/dr94.C: Fix line terminator.
6314
6315 2004-02-16  Geoffrey Keating  <geoffk@apple.com>
6316
6317         * gcc.c-torture/compile/20040216-1.c: New.
6318
6319 2004-02-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6320
6321         * g++.dg/tc1/dr101.C, g++.dg/tc1/dr135.C, g++.dg/tc1/dr142.C,
6322         g++.dg/tc1/dr152.C, g++.dg/tc1/dr159.C, g++.dg/tc1/dr161.C,
6323         g++.dg/tc1/dr166.C, g++.dg/tc1/dr176.C, g++.dg/tc1/dr188.C,
6324         g++.dg/tc1/dr193.C, g++.dg/tc1/dr194.C, g++.dg/tc1/dr217.C,
6325         g++.dg/tc1/dr48.C, g++.dg/tc1/dr56.C, g++.dg/tc1/dr68.C,
6326         g++.dg/tc1/dr76.C, g++.dg/tc1/dr80.C, g++.dg/tc1/dr94.C: New tests.
6327
6328 2004-02-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
6329
6330         * gcc.c-torture/execute/20020720-1.x: XFAIL on SPARC with -fPIC.
6331
6332 2004-02-15  Mark Mitchell  <mark@codesourcery.com>
6333
6334         PR c++/13971
6335         * g++.dg/expr/cond4.C: New test.
6336
6337         PR c++/14086
6338         * g++.dg/lookup/crash2.C: New test.
6339
6340 2004-02-14  Josef Zlomek  <zlomekj@suse.cz>
6341
6342         * gcc.c-torture/compile/20040214-2.c: New test.
6343
6344 2004-02-14  Andrew Pinski  <pinskia@physics.uc.edu>
6345
6346         PR c++/14116
6347         * g++.dg/ext/typeof8.C: New test.
6348
6349 2004-02-14  Eric Botcazou  <ebotcazou@act-europe.fr>
6350
6351         * gcc.c-torture/compile/20040214-1.c: New test.
6352
6353 2004-02-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6354
6355         PR c++/13635
6356         * g++.dg/template/spec11.C: New test.
6357
6358 2004-02-13  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6359
6360         PR c++/13927
6361         * g++.dg/other/error8.C: New test.
6362
6363 2004-02-13  Mark Mitchell  <mark@codesourcery.com>
6364
6365         PR c++/14122
6366         * g++.dg/template/array4.C: New test.
6367
6368         PR c++/14108
6369         * g++.dg/inherit/thunk2.C: New test.
6370
6371         PR c++/14083
6372         * g++.dg/eh/cond2.C: New test.
6373
6374 2004-02-12  Alan Modra  <amodra@bigpond.net.au>
6375
6376         * gcc.dg/debug/20020327-1.c: Disable for powerpc64.
6377
6378 2004-02-12  Nathaniel Smith <njs@codesourcery.com>
6379
6380         * lib/scanasm.exp (dg-scan): Quote pattern before display.
6381
6382 2004-02-12  Hartmut Penner  <hpenner@de.ibm.com>
6383
6384         * g++.dg/simd-2.C: xfail on ppc64-linux.
6385
6386 2004-02-11  Joseph S. Myers  <jsm@polyomino.org.uk>
6387
6388         PR c/456
6389         * gcc.dg/cpp/c90-if-comma-1.c, gcc.dg/cpp/c99-if-comma-1.c: New
6390         tests.
6391
6392 2004-02-11  Uros Bizjak  <uros@kss-loka.si>
6393
6394         * gcc.dg/builtins-33.c: New test.
6395
6396 2004-02-11  Paolo Bonzini  <bonzini@gnu.org>
6397
6398         * gcc.dg/pr14092-1.c: Use intptr_t for the cast.
6399
6400 2004-02-11  Hartmut Penner  <hpenner@de.ibm.com>
6401
6402         * g++.dg/simd-2.C: Set -maltivec for ppc64.
6403
6404 2004-02-11  Hartmut Penner  <hpenner@de.ibm.com>
6405
6406         * gcc.dg/ppc64-abi-3.c: New test.
6407
6408 2004-02-10  Paolo Bonzini  <bonzini@gnu.org>
6409
6410         PR c/14092
6411
6412         * gcc.dg/pr14092-1.c: New testcase.
6413
6414 2004-02-10  Alan Modra  <amodra@bigpond.net.au>
6415
6416         * gcc.dg/cpp/assert4.c: Fix typo last change.
6417
6418         * gcc.dg/darwin-longlong.c: Only use r0 in asm for darwin.
6419         * gcc.dg/cpp/assert4.c: Handle powerpc64.
6420
6421         * gcc.dg/debug/20020327-1.c: xfail for powerpc64.
6422
6423 2004-02-09  Roger Sayle  <roger@eyesopen.com>
6424
6425         * gcc.c-torture/compile/20040209-1.c: New test case.
6426
6427 2004-02-08  Joseph S. Myers  <jsm@polyomino.org.uk>
6428
6429         * gcc.dg/c90-init-1.c: Adjust expected error messages.
6430
6431 2004-02-08  Richard Sandiford  <rsandifo@redhat.com>
6432
6433         * gcc.c-torture/execute/20040208-[12].c: New tests.
6434
6435 2004-02-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
6436
6437         * g++.dg/eh/simd-2.C: Adjust line numbers for SPARC.
6438
6439 2004-02-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
6440
6441         * gcc.c-torture/execute/va-arg-25.x: XFAIL only on SPARC 64-bit.
6442
6443 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
6444
6445         Bug 13856
6446         * gcc.dg/visibility-8.c: New testcase.
6447
6448 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
6449
6450         * gcc.c-torture/execute/string-opt-15.c: Define memcmp with void *
6451         arguments.
6452         * gcc.dg/fwritable-strings-1.c: Expect the deprecation notice.
6453
6454 2004-02-07  Roger Sayle  <roger@eyesopen.com>
6455
6456         PR middle-end/13696
6457         * g++.dg/opt/fold1.C: New test case.
6458
6459 2003-02-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6460
6461         PR c++/14033
6462         * g++.dg/other/crash-2.C: New test.
6463
6464 2003-02-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6465
6466         PR c++/14028
6467         * g++.dg/parse/angle-bracket2.C: New test.
6468
6469 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6470
6471         PR middle-end/13750
6472         Revert:
6473         2004-01-15  Geoffrey Keating  <geoffk@apple.com>
6474         PR pch/13361
6475         * testsuite/g++.dg/pch/wchar-1.C: New.
6476         * testsuite/g++.dg/pch/wchar-1.Hs: New.
6477
6478 2004-02-05  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6479
6480         PR c++/14008
6481         * g++.dg/parse/error15.C: New test.
6482         * g++.dg/parse/crash11.C: Update dg-error mark.
6483
6484 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
6485
6486         PR c++/13932
6487         * g++.dg/warn/conv2.C: New test.
6488
6489 2004-02-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6490
6491         PR c++/13086
6492         * g++.dg/warn/incomplete1.C: Remove xfail.
6493
6494 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
6495
6496         * lib/file-format.exp (gcc_target_object_format): Use
6497         ${tool}_target_compile, not gcc_target_compile.
6498         * lib/target-supports.exp (check_alias_available): Likewise.
6499         (check_gc_sections_available): Likewise.
6500         * g++.dg/ext/attrib10.C: Use dg-require-alias.
6501         * g++.old-deja/g++.ext/attrib5.C: Use dg-require-weak and
6502         dg-require-alias.
6503
6504 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
6505
6506         PR c++/13969
6507         * g++.dg/template/static6.C: New test.
6508
6509 2004-02-04  Ian Lance Taylor  <ian@wasabisystems.com>
6510
6511         * gcc.dg/arm-mmx-1.c: Don't look for ldmfd if -mthumb.
6512
6513 2004-02-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6514
6515         * objc.dg/encode-2.m, objc.dg/encode-3.m, objc.dg/encode-4.m: Fix
6516         tests for systems where `char' is unsigned by default.
6517
6518 2003-02-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6519
6520         PR c++/13997
6521         * g++.dg/template/partial3.C: New test.
6522
6523 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
6524
6525         * gcc.dg/20020312-2.c, gcc.dg/builtin-inf-1.c,
6526         gcc.dg/sibcall-3.c, gcc.dg/sibcall-4.c, gcc.dg/cpp/assert4.c:
6527         Remove mentions of obsolete ports.
6528
6529 2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
6530
6531         * gcc.dg/noncompile/20001228-1.c: Fix for new
6532         error message.
6533
6534 2004-02-03  Roger Sayle  <roger@eyesopen.com>
6535
6536         PR target/9348
6537         * gcc.c-torture/execute/multdi-1.c: New test case.
6538
6539 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
6540
6541         PR c++/13925
6542         * g++.dg/template/lookup5.C: New test.
6543
6544 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
6545
6546         PR c++/13950
6547         * g++.dg/template/lookup4.C: New test.
6548
6549         PR c++/13970
6550         * g++.dg/parse/error14.C: New test.
6551
6552         PR c++/14002
6553         * g++.dg/parse/template13.C: New test.
6554
6555 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
6556
6557         PR c++/13978
6558         * g++.dg/template/koenig4.C: New test.
6559
6560         PR c++/13968
6561         * g++.dg/template/crash17.C: New test.
6562
6563         PR c++/13975
6564         * g++.dg/parse/error13.C: New test.
6565         * g++.old-deja/g++.robertl/eb125.C: Tweak error messages.
6566
6567 2004-02-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
6568
6569         * gcc.dg/20020503-1.c: Remove -mflat dg-options.
6570
6571 2004-02-03  Paolo Bonzini  <bonzini@gnu.org>
6572
6573         PR c/11658
6574         PR c/13994
6575         * gcc.dg/noncompile/20040203-1.c: New test.
6576         * gcc.dg/noncompile/20040203-2.c: Likewise.
6577         * gcc.dg/noncompile/20040203-3.c: Likewise.
6578         * gcc.dg/20040203-1.c: Likewise.
6579
6580 2004-02-02  Andrew Pinski  <pinskia@physics.uc.edu>
6581
6582         PR c++/10858
6583         * g++.dg/template/sizeof7.C: New test.
6584
6585 2004-02-02  Eric Christopher  <echristo@redhat.com>
6586             Zack Weinberg  <zack@codesourcery.com>
6587
6588         * gcc.c-torture/execute/wchar_t-1.c: Add -finput-charset.
6589
6590 2004-02-02  Zack Weinberg  <zack@codesourcery.com>
6591
6592         * g++.dg/eh/forced1.C, g++.dg/eh/forced2.C, g++.dg/eh/forced3.C
6593         * g++.dg/eh/forced4.C: XFAIL ia64-hp-hpux11.*.
6594         * g++.dg/eh/ia64-1.C: Test branch regs only #ifdef __LP64__.
6595         * gcc.dg/cleanup-5.c: Run only on Linux targets.
6596
6597 2004-02-02  Mark Mitchell  <mark@codesourcery.com>
6598
6599         PR c++/13113
6600         * g++.old-deja/g++.mike/net36.C: Adjust error messages.
6601
6602         PR c++/13854
6603         * g++.dg/ext/attrib13.C: New test.
6604
6605         PR c++/13907
6606         * g++.dg/conversion/op2.C: New test.
6607
6608 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
6609
6610         * gcc.dg/titype-1.c: Fix pasto.
6611
6612 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
6613
6614         * gcc.dg/titype-1.c: New test.
6615
6616 2004-02-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6617
6618         PR c++/13957
6619         * g++.dg/template/non-type-template-argument-1.C,
6620         g++.dg/template/qualified-id1.C: Update dg-error marks.
6621         * g++.dg/template/nontype6.C: New test.
6622
6623 2004-02-01  Roger Sayle  <roger@eyesopen.com>
6624
6625         * gcc.dg/builtins-1.c: Also test for __builtin_signbit{,f,l}.
6626         * gcc.dg/builtins-31.c: New testcase.
6627         * gcc.dg/builtins-32.c: New testcase.
6628
6629 2004-01-30  Andrew Pinski  <pinskia@physics.uc.edu>
6630
6631         * objc.dg/call-super-2.m: Update line numbers
6632         for the including of stddef.h.
6633
6634 2004-01-30  Michael Matz  <matz@suse.de>
6635
6636         * g++.dg/ext/case-range1.C, g++.dg/ext/case-range2.C,
6637         g++.dg/ext/case-range3.C: New tests.
6638
6639 2004-01-30  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6640
6641         DR206
6642         PR c++/13813
6643         * g++.dg/template/member4.C: New test.
6644
6645 2004-01-30  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6646
6647         PR c++/13683
6648         * g++.dg/template/sizeof6.C: New test.
6649
6650 2004-01-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
6651
6652         * gcc.dg/fwritable-strings-1.c: New test.
6653
6654 2004-01-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
6655
6656         * gcc.c-torture/compile/20040130-1.c: New test.
6657
6658 2004-01-29  Geoffrey Keating  <geoffk@geoffk.org>
6659
6660         * objc.dg/call-super-2.m: Include stddef.h for size_t.
6661
6662 2004-01-29  Mark Mitchell  <mark@codesourcery.com>
6663
6664         PR c++/13883
6665         * g++.dg/template/ctor3.C: New test.
6666
6667 2004-01-29  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6668
6669         * g++.dg/tc1: New directory.
6670         * g++.dg/tc1/dr108.C, g++.dg/tc1/dr128.C, g++.dg/tc1/dr147.C,
6671         g++.dg/tc1/dr179.C, g++.dg/tc1/dr1.C, g++.dg/tc1/dr213.C,
6672         g++.dg/tc1/dr74.C, g++.dg/tc1/dr90.C, g++.dg/tc1/dr127.C,
6673         g++.dg/tc1/dr137.C, g++.dg/tc1/dr164.C, g++.dg/tc1/dr185.C,
6674         g++.dg/tc1/dr20.C, g++.dg/tc1/dr52.C, g++.dg/tc1/dr85.C: New tests.
6675
6676 2004-01-28  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6677
6678         * g++.dg/parse/error11.C: New test.
6679         * g++.dg/parse/error12.C: Likewise.
6680
6681 2004-01-28  Ziemowit Laski  <zlaski@apple.com>
6682
6683         * objc.dg/proto-qual-1.m (ROUND, aligned_sizeof): New.
6684         (scan_initial, main): Use aligned_sizeof instead of sizeof.
6685
6686 2004-01-28  Mark Mitchell  <mark@codesourcery.com>
6687
6688         PR c++/13791
6689         * g++.dg/ext/attrib12.C: New test.
6690
6691         PR c++/13736
6692         * g++.dg/parse/cast2.C: New test.
6693
6694 2004-01-27  James E Wilson  <wilson@specifixinc.com>
6695
6696         * objc.dg/encode-2.m (main): New local string.  Set depending on
6697         sizeof long.  Use in sscanf call.
6698         * objc.dg/encode-3.m (main): New local string.  Set depending on
6699         sizeof long.  Use in scan_initial call.
6700
6701 2004-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6702
6703         * objc.dg/call-super-2.m: Make LP64-safe.
6704         * objc.dg/desig-init-1.m: Likewise.
6705
6706 2004-01-27  Devang Patel <dpatel@apple.com>
6707
6708         * g++.dg/debug/namespace1.C: New test.
6709
6710 2004-01-27  Ian Lance Taylor  <ian@wasabisystems.com>
6711
6712         * gcc.dg/const-elim-1.c: Add xfail for strongarm-*-* and
6713         xscale-*-*.
6714
6715         * gcc.dg/arm-mmx-1.c: New test.
6716
6717 2004-01-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
6718
6719         * gcc.dg/20040127-1.c: New test.
6720         * gcc.dg/20040127-2.c: New test.
6721
6722 2004-01-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6723
6724         * objc.dg/stret-1.m (glob): Renamed to globa.
6725
6726 2004-01-26  Mark Mitchell  <mark@codesourcery.com>
6727
6728         PR c++/13663
6729         * g++.dg/expr/for1.C: New test.
6730
6731 2004-01-26  Fariborz Jahanian <fjahanian@apple.com>
6732
6733         PR middle-end/13779
6734         * gcc.dg/darwin-longlong.c: New test.
6735
6736 2004-01-26  Ian Lance Taylor  <ian@wasabisystems.com>
6737
6738         * gcc.dg/20040124-1.c: Moved test from here...
6739         * gcc.c-torture/compile/20040124-1.c: ...to here.
6740
6741 2004-01-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
6742
6743         * gcc.dg/sparc-ret.c: Run only in 32-bit mode.  Don't scan
6744         the assembly output if -m64 is passed.
6745
6746 2004-01-25  Mark Mitchell  <mark@codesourcery.com>
6747
6748         PR c++/13833
6749         * g++.dg/template/cond3.C: New test.
6750
6751 2004-01-25  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6752
6753         PR c++/13810
6754         * g++.dg/template/ttp7.C: New test.
6755
6756 2004-01-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6757
6758         PR c++/13797
6759         * g++.dg/template/nontype4.C: New test.
6760         * g++.dg/template/nontype5.C: Likewise.
6761
6762 2004-01-25  Richard Sandiford  <rsandifo@redhat.com>
6763
6764         * gcc.dg/torture/mips-clobber-at.c: New test.
6765
6766 2004-01-24  Ian Lance Taylor  <ian@wasabisystems.com>
6767
6768         * gcc.dg/20040124-1.c: New test.
6769
6770 2004-01-24  Jakub Jelinek  <jakub@redhat.com>
6771
6772         * gcc.dg/20040123-1.c: New test.
6773
6774 2004-01-23  Zack Weinberg  <zack@codesourcery.com>
6775
6776         * gcc.dg/builtins-30.c: Move dg-warning marks to the proper lines.
6777
6778 2004-01-24  Joseph S. Myers  <jsm@polyomino.org.uk>
6779
6780         * gcc.dg/c90-array-lval-7.c, gcc.dg/c99-array-lval-7.c: New tests.
6781
6782 2004-01-23  Andrew Pinski  <apinski@apple.com>
6783
6784         * gcc.dg/20030121-1.c: Move to ..
6785         * gcc.dg/20040121-1.c: here.
6786
6787 2004-01-23  Roger Sayle  <roger@eyesopen.com>
6788
6789         * gcc.dg/builtins-29.c: New test case.
6790
6791 2004-01-23  Zack Weinberg  <zack@codesourcery.com>
6792
6793         PR 18314
6794         * gcc.dg/builtins-30.c: New testcase.
6795
6796 2004-01-23  Andreas Tobler  <a.tobler@schweiz.ch>
6797
6798         * g++.dg/compat/compat.exp: Add LD_LIBRARY_PATH_32/64 for Solaris.
6799         * lib/g77.exp: Likewise.
6800         * lib/objc.exp: Likewise.
6801         * lib/g++.exp: Likewise.
6802
6803 2004-01-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
6804
6805         * gcc.dg/struct-by-value-2.c: New test.
6806
6807 2004-01-21  Andrew Pinski  <apinski@apple.com>
6808
6809         PR target/13785
6810         * gcc.dg/20030121-1.c: New test.
6811
6812 2004-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
6813
6814         * gcc.dg/20030123-1.c: Add -fno-omit-frame-pointer option.  Do not
6815         clobber frame pointer register in asm statement.
6816
6817 2004-01-21  Falk Hueffner  <falk@debian.org>
6818
6819         * gcc.c-torture/compile/20040121-1.c: New test.
6820
6821 2004-01-21  Zack Weinberg  <zack@codesourcery.com>
6822
6823         * gcc.dg/noncompile/20020213-1.c: Add another dg-warning line.
6824
6825 2004-01-20  Hartmut Penner  <hpenner@de.ibm.com>
6826
6827         * gcc.dg/ppc64-abi-2.c: New test.
6828
6829 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
6830
6831         * lib/treelang.exp: Fill out this file.
6832         * lib/treelang-dg.exp: New File.
6833
6834 2004-01-20  Joseph S. Myers  <jsm@polyomino.org.uk>
6835
6836         * gcc.c-torture/compile/981022-1.c: Remove.
6837         * gcc.dg/array-5.c: Remove XFAIL.
6838         * gcc.dg/sequence-pt-1.c: Remove test using extended lvalues.
6839         * gcc.dg/cast-lvalue-1.c, gcc.dg/compound-lvalue-1.c,
6840         gcc.dg/cond-lvalue-1.c: Update.
6841         * gcc.dg/cast-lvalue-2.c: New test.
6842
6843 2004-01-19  Mark Mitchell  <mark@codesourcery.com>
6844
6845         PR c++/13592
6846         * g++.dg/other/error1.C (class foo): Tweak error message.
6847
6848         PR c++/13592
6849         * g++.dg/template/call2.C: New test.
6850
6851 2004-01-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
6852
6853         * gcc.dg/compat/fnptr-by-value-1_x.c, scalar-by-value-1_y.c
6854         scalar-by-value-3_x.c, scalar-by-value-3_y.c,
6855         scalar-by-value-4_x.c, scalar-by-value-4_y.c,
6856         scalar-return-1_x.c, scalar-return-2_y.c,
6857         scalar-return-3_x.c, scalar-return-3_y.c,
6858         scalar-return-4_x.c, scalar-return-4_y.c,
6859         struct-align-1.h, struct-align-1_x.c,
6860         struct-align-1_y.c, struct-align-2.h,
6861         struct-align-2_x.c, struct-align-2_y.c,
6862         struct-by-value-10_y.c, struct-by-value-11_x.c,
6863         struct-by-value-11_y.c, struct-by-value-12_x.c,
6864         struct-by-value-12_y.c, struct-by-value-13_x.c,
6865         struct-by-value-13_y.c, struct-by-value-14_x.c,
6866         struct-by-value-14_y.c, struct-by-value-15_x.c,
6867         struct-by-value-15_y.c, struct-by-value-16_y.c,
6868         struct-by-value-17_y.c, struct-by-value-18_y.c,
6869         struct-by-value-19_y.c, struct-by-value-1_x.c,
6870         struct-by-value-1_y.c, struct-by-value-20_y.c,
6871         struct-by-value-2_x.c, struct-by-value-2_y.c,
6872         struct-by-value-3_y.c, struct-by-value-4_x.c,
6873         struct-by-value-4_y.c, struct-by-value-5_y.c,
6874         struct-by-value-6_y.c, struct-by-value-7_y.c
6875         struct-by-value-8_x.c, struct-by-value-8_y.c
6876         struct-by-value-9_x.c, struct-by-value-9_y.c
6877         struct-return-10_x.c, struct-return-10_y.c,
6878         struct-return-19_x.c, struct-return-20_x.c
6879         struct-return-2_x.c, struct-return-2_y.c
6880         struct-return-3_x.c: Guard non-C99 tests with SKIP_COMPLEX_INT,
6881         SKIP_ATTRIBUTE and SKIP_ZERO_ARRAY.  Turns SKIPVA into SKIP_VA.
6882
6883 2004-01-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
6884
6885         * gcc.dg/tls/alias-1.c: Add dg-warning for unsupported visibility
6886         attribute on sparc*-sun-solaris2.*.
6887
6888 2004-01-18  Mark Mitchell  <mark@codesourcery.com>
6889
6890         PR c++/13710
6891         * g++.dg/ext/typeof7.C: New test.
6892
6893 2004-01-18  David Edelsohn  <edelsohn@gnu.org>
6894
6895         * gcc.dg/array-quals-1.c: xfail on powerpc*-*-aix*.
6896         * gcc.dg/const-elim-1.c: Same.
6897
6898 2004-01-17  Ziemowit Laski  <zlaski@apple.com>
6899
6900         * objc.dg/stret-1.m: New.
6901         * objc.dg/stret-2.m: New.
6902
6903 2004-01-17  Andrew Pinski  <pinskia@physics.uc.edu>
6904
6905         PR c++/11895
6906         * g++.dg/ext/vector1.C: New test.
6907
6908 2004-01-16  Geoffrey Keating  <geoffk@apple.com>
6909
6910         * gcc.dg/pch/import-1.c: New.
6911         * gcc.dg/pch/import-1.hs: New.
6912         * gcc.dg/pch/import-1a.h: New.
6913         * gcc.dg/pch/import-1b.h: New.
6914         * gcc.dg/pch/import-1c.h: New.
6915
6916 2004-01-16  Mark Mitchell  <mark@codesourcery.com>
6917
6918         PR c++/13574
6919         * g++.dg/ext/array1.C: New test.
6920
6921         PR c++/13178
6922         * g++.dg/conversion/op1.C: New test.
6923
6924 2004-01-16  J"orn Rennecke <joern.rennecke@superh.com>
6925
6926         PR 11864
6927         From Kazumoto Kojima / Dan Kegel:
6928         * gcc.dg/pr11864-1.c: New test.
6929
6930         PR 10392
6931         From Marcus Comstedt / Dan Kegel:
6932         * gcc.dg/pr10392-1.c: New test.
6933
6934 2004-01-16  Mark Mitchell  <mark@codesourcery.com>
6935
6936         PR c++/13478
6937         * g++.dg/init/ref10.C: New test.
6938
6939 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6940
6941         PR c++/13407
6942         * g++.dg/parse/typename6.C: New test.
6943
6944 2004-01-15  Geoffrey Keating  <geoffk@apple.com>
6945
6946         PR pch/13361
6947         * testsuite/g++.dg/pch/wchar-1.C: New.
6948         * testsuite/g++.dg/pch/wchar-1.Hs: New.
6949
6950 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6951
6952         PR c++/9259
6953         * g++.dg/expr/sizeof2.C: New test.
6954
6955 2004-01-15  Kazu Hirata  <kazu@cs.umass.edu>
6956
6957         * gcc.dg/sibcall-3.c: Replace mn10?00 with mn10300.
6958
6959 2004-01-15  Alexandre Oliva  <aoliva@redhat.com>
6960
6961         PR c++/13659
6962         * g++.dg/lookup/strong-using-3.C: New.
6963         * g++.dg/lookup/using-10.C: New.
6964
6965 2004-01-15  Alexandre Oliva  <aoliva@redhat.com>
6966
6967         PR c++/13594
6968         * g++.dg/lookup/strong-using-2.C: New.
6969
6970 2004-01-15  Marcus Comstedt <marcus@mc.pp.se>
6971             Dan Kegel <dank@kegel.com>
6972             J"orn Rennecke <joern.rennecke@superh.com>
6973
6974         PR target/9365
6975         * gcc.dg/pr9365-1.c: New test.
6976
6977 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6978
6979         PR c++/8856
6980         * g++.dg/parse/casting-operator2.C: New test.
6981         * g++.old-deja/g++.pt/explicit83.C: Remove.
6982
6983 2004-01-14  Joseph S. Myers  <jsm@polyomino.org.uk>
6984
6985         * gcc.dg/label-compound-stmt-1.c: New test.
6986         * gcc.c-torture/compile/950922-1.c,
6987         gcc.c-torture/compile/20000211-3.c,
6988         gcc.c-torture/compile/20000518-1.c,
6989         gcc.c-torture/compile/20021108-1.c: Avoid labels at and of
6990         compound statements.
6991
6992 2004-01-14  Hartmut Penner  <hpenner@de.ibm.com>
6993
6994         * gcc.dg/ppc64-abi-1.c: New test.
6995
6996 2004-01-14  Danny Smith  <dannysmith@users.sourceforge.net>
6997
6998          * g++.dg/ext/attrib9.C: Add dg-warnings.
6999
7000 2004-01-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7001
7002         PR c++/12335
7003         * g++.dg/parse/dtor3.C: New test.
7004
7005 2004-01-13  Andrew Pinski  <pinskia@physics.uc.edu>
7006
7007         PR c++/12709
7008         * g++.dg/parse/try-catch-1.C: New test.
7009
7010 2004-01-13  Arnaud Charlet  <charlet@act-europe.fr>
7011
7012         * ada/acats/run_all.sh: Add more verbose output in acats.log
7013         when compiling tests.
7014
7015 2004-01-12  Zack Weinberg  <zack@codesourcery.com>
7016
7017         PR 13656
7018         * gcc.dg/typedef-redecl.c: New test case.
7019         * gcc.dg/typedef-redecl.h: New support file.
7020
7021 2004-01-13  Jan Hubicka  <jh@suse.cz>
7022
7023         * gcc.dg/always_inline.c: New test.
7024         * gcc.dg/debug/20031231-1.c: Fix.
7025
7026 2004-01-13  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7027
7028         PR c++/13474
7029         * g++.dg/template/array3.C: New test.
7030
7031 2004-01-12  Zack Weinberg  <zack@codesourcery.com>
7032
7033         * g++.dg/ext/lvalue1.C: No longer expected to fail.
7034         * g++.dg/warn/Wunused-2.C: Likewise.
7035
7036 2004-01-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7037
7038         PR c++/13289
7039         * g++.dg/template/instantiate6.C: New test.
7040
7041 2004-01-12  Roger Sayle  <roger@eyesopen.com>
7042
7043         PR middle-end/11397
7044         * gcc.dg/special/wkali-2.c: Add dg-require-alias.
7045
7046 2004-01-12  Jan Hubicka  <jh@suse.cz>
7047
7048         PR opt/12826
7049         * gcc.dg/20040112-1.c: New.
7050
7051         * gcc.dg/dwarf-die[1-7].c: Move to...
7052         * gcc.dg/debug/dwarf2/dwarf-die[1-7].c: ... here.
7053         * gcc.dg/debug/dwarf2/dwarf2.exp: New.
7054
7055 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
7056
7057         PR c++/4100
7058         * g++.dg/parse/friend4.C: New test.
7059
7060 2004-01-12  Scott Brumbaugh  <scottb.lists@verizon.net>
7061
7062         PR c++/4100
7063         * g++.old-deja/g++.pt/niklas01a.C: Mark an error where a class
7064         definition is called a friend.
7065
7066 2004-01-11  Zack Weinberg  <zack@codesourcery.com>
7067
7068         * gcc.dg/tls/diag-3.c: Tweak dg-error regexp.
7069
7070 2004-01-11  Ian Lance Taylor  <ian@wasabisystems.com>
7071
7072         PR c++/3478
7073         * g++.dg/parse/error10.C: New test.
7074         * g++.dg/template/arg2.C: Accept "invalid type" error.
7075
7076 2004-01-11  Jakub Jelinek  <jakub@redhat.com>
7077
7078         PR middle-end/13392
7079         * g++.dg/opt/expect2.C: New test.
7080
7081 2004-01-10  Zack Weinberg  <zack@codesourcery.com>
7082
7083         * gcc.dg/Wshadow-1.c, gcc.dg/attr-noinline.c, gcc.dg/decl3.c
7084         * gcc.dg/redecl-1.c, gcc.dg/visibility-7.c, gcc.dg/wtr-static-1.c
7085         * gcc.dg/noncompile/20020220-1.c, objc.dg/method-1.m:
7086         Update dg-error regexps.
7087
7088 2004-01-10  Zack Weinberg  <zack@codesourcery.com>
7089
7090         * gcc.c-torture/compile/20021123-2.c: Delete; dup of 20021120-1.c.
7091         * gcc.c-torture/compile/20021123-3.c: Delete; dup of 20021120-2.c.
7092
7093 2004-01-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
7094
7095         * gcc.dg/pragma-re-1.c: Use right pointer type.
7096
7097 2004-01-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
7098
7099         * g++.dg/eh/simd-1.c: Ajust line number for dg-error line.
7100
7101 2004-01-09  Geoffrey Keating  <geoffk@apple.com>
7102
7103         * gcc.dg/rs6000-ldouble-1.c: New.
7104
7105 2004-01-10  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7106
7107         DR 337
7108         PR c++/9256
7109         * g++.dg/other/abstract1.C: New test.
7110
7111 2004-01-09  Alexandre Oliva  <aoliva@redhat.com>
7112
7113         * g++.dg/lookup/strong-using-1.C: New.
7114
7115 2004-01-09  Joseph S. Myers  <jsm@polyomino.org.uk>
7116
7117         PR c/11234
7118         * gcc.dg/func-ptr-conv-1.c: New test.
7119         * gcc.dg/weak/weak-6.c, gcc.dg/weak/weak-7.c: Update.
7120
7121 2004-01-09  Kazu Hirata  <kazu@cs.umass.edu>
7122
7123         PR target/13380.
7124         * gcc.c-torture/compile/20040109-1.c: New.
7125
7126 2004-01-08  Stuart Hastings  <stuart@apple.com>
7127
7128         * testsuite/gcc.dg/20020523-2.c (bail_if_no_sse): Moved cpu-ID code...
7129         testsuite/gcc.dg/i386-cpuid.h (i386_cpuid): ...to here, to share with...
7130         * testsuite/gcc.dg/i386-sse-6.c: ...this new testcase.
7131
7132 2004-01-09  Alan Modra  <amodra@bigpond.net.au>
7133
7134         * gcc.dg/array-quals-1.c: Accept .data.rel.ro.
7135
7136 2004-01-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
7137
7138         * ada/acats/run_acats: Treat 'gnatchop' the same way
7139         as 'gnatmake'.  Export GCC_DRIVER.
7140         * ada/acats/run_all.sh: Add target_gnatchop.  Use
7141         'host_gnatchop' and 'target_gnatchop' instead of 'gnatshop'.
7142
7143 2004-01-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7144
7145         PR c++/12573
7146         * g++.dg/template/dependent-expr4.C: New test.
7147
7148 2004-01-08  Hartmut Penner  <hpenner@de.ibm.com>
7149
7150         * gcc.dg/altivec-11.c: New test.
7151
7152 2004-01-07  Mark Mitchell  <mark@codesourcery.com>
7153
7154         * g++.dg/abi/vbase10.C: Use -mstructure-size-boundary=8 on ARM.
7155
7156 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
7157
7158         PR c/6024
7159         * gcc.dg/enum-compat-1.c: New test.
7160         * gcc.c-torture/execute/builtin-types-compatible-p.c: Update.
7161
7162 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
7163
7164         PR c/12165
7165         * gcc.dg/array-quals-1.c, gcc.dg/c90-idem-qual-3.c,
7166         gcc.dg/c99-idem-qual-3.c: New tests.
7167
7168 2004-01-07  Alan Modra  <amodra@bigpond.net.au>
7169
7170         * gcc.dg/winline-7.c: Don't cast void * to int.
7171
7172 2004-01-06  Jan Hubicka  <jh@suse.cz>
7173
7174         * gcc.dg/i386-sse-5.c: New test
7175         * g++.dg/eh/simd-1.c: Add -w argument for i386.
7176
7177 2004-01-05  Mark Mitchell  <mark@codesourcery.com>
7178
7179         PR c++/12815
7180         * g++.dg/rtti/typeid4.C: New test.
7181
7182 2004-01-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
7183
7184         * gcc.dg/compat/sdata-section.h: Declare 'abort'.
7185
7186 2004-01-05  Mark Mitchell  <mark@codesourcery.com>
7187
7188         PR c++/12132
7189         * g++.dg/template/error11.C: New test.
7190
7191         PR c++/13451
7192         * g++.dg/template/class2.C: New test.
7193
7194 2004-01-05  Nathan Sidwell  <nathan@codesourcery.com>
7195         Richard Sandiford <rsandifo@redhat.com>
7196
7197         PR c++/13387
7198         * g++.dg/opt/alias3.C: New test.
7199
7200 2004-01-04  Mark Mitchell  <mark@codesourcery.com>
7201
7202         PR c++/13157
7203         * g++.dg/template/koenig3.C: New test.
7204
7205         PR c++/13529
7206         * g++.dg/parse/offsetof3.C: New test.
7207
7208         * g++.dg/init/copy7.C: Add missing dg-error markers.
7209
7210         PR c++/12226
7211         * g++.dg/init/copy7.c: New test.
7212
7213         PR c++/13536
7214         * g++.dg/parse/cast1.C: New test.
7215
7216 2004-01-04  Jan Hubicka  <jh@suse.cz>
7217
7218         * gcc.dg/winline[1-7].c: New tests.
7219
7220 2004-01-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7221
7222         PR c++/13520
7223         * g++.dg/template/qualttp22.C: New test.
7224
7225 2004-01-01  Jan Hubicka  <jh@suse.cz>
7226
7227         * gcc.dg/debug/20031231-1.c: New.
7228         * gcc.c-torture/compile/20040101-1.c: New.
7229         * gcc.dg/dwarf-die-[1-7].c: New.
7230
7231 2004-01-01  Jakub Jelinek  <jakub@redhat.com>
7232
7233         PR optimization/13521
7234         * gcc.c-torture/compile/20031231-1.c: New test.
7235
7236 2003-12-30  Kazu Hirata  <kazu@cs.umass.edu>
7237
7238         * gcc.dg/sibcall-4.c: Replace mn10?00 with mn10300.
7239
7240 2003-12-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7241
7242         PR c++/10079
7243         * g++.dg/template/crash16.C: New test.
7244
7245 2003-12-30  Mark Mitchell  <mark@codesourcery.com>
7246
7247         * g++.dg/abi/vbase10.C: XFAIL on arm*-*-*.
7248
7249 2003-12-30  Kazu Hirata  <kazu@cs.umass.edu>
7250
7251         * g++.old-deja/g++.jason/thunk2.C: Remove traces of dead
7252         ports.
7253         * g++.old-deja/g++.jason/thunk3.C: Likewise.
7254         * g++.old-deja/g++.law/profile1.C: Likewise.
7255         * gcc.c-torture/compile/981006-1.c: Likewise.
7256         * gcc.c-torture/execute/loop-2e.x: Likewise.
7257         * gcc.c-torture/execute/loop-2f.x: Remove.
7258         * gcc.c-torture/execute/loop-2g.x: Likewise.
7259         * gcc.c-torture/execute/strct-varg-1.x: Likewise.
7260         * gcc.dg/20020312-2.c: Remove traces of dead ports.
7261
7262 2003-12-30  Nathan Sidwell  <nathan@codesourcery.com>
7263
7264         PR c++/13507
7265         * g++.dg/ext/attrib11.C: New test.
7266
7267         PR c++/13494
7268         * g++.dg/template/array2-1.C: New test.
7269         * g++.dg/template/array2-2.C: New test.
7270
7271 2003-12-29  Mark Mitchell  <mark@codesourcery.com>
7272
7273         * g++.old-deja/g++.pt/static11.C: Correct XFAIL syntax.
7274
7275 2003-12-29  Nathan Sidwell  <nathan@codesourcery.com>
7276
7277         PR c++/12774
7278         * g++.dg/template/array1-1.C: New test.
7279         * g++.dg/template/array1-2.C: New test.
7280
7281 2003-12-29  Roger Sayle  <roger@eyesopen.com>
7282
7283         PR fortran/12632
7284         * g77.dg/12632.f: New test case.
7285
7286 2003-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7287
7288         PR c++/13289
7289         * g++.dg/parse/nontype1.C: New test.
7290
7291 2003-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7292
7293         PR c++/12403
7294         * g++.dg/parse/explicit1.C: New test.
7295         * g++.old-deja/g++.pt/explicit71.C: Adjust expected error.
7296
7297 2003-12-28  Mark Mitchell  <mark@codesourcery.com>
7298
7299         PR c++/13081
7300         * g++.dg/opt/inline6.C: New test.
7301
7302         PR c++/12613
7303         * g++.dg/parse/error9.C: New test.
7304
7305         * gcc.dg/const-elim-1.c: XFAIL on arm-*-*.
7306
7307 2003-12-28  Mark Mitchell  <mark@codesourcery.com>
7308
7309         PR c++/13009
7310         * g++.dg/init/assign1.C: New test.
7311
7312 2003-12-28  Roger Sayle  <roger@eyesopen.com>
7313
7314         PR c++/13070
7315         * g++.dg/warn/format3.C: New test case.
7316
7317 2003-12-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7318
7319         * gcc.c-torture/compile/20031227-1.c: New test.
7320
7321 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
7322
7323         * g++.dg/bprob/bprob.exp: Load target-supports.exp
7324         * g77.dg/bprob/bprob.exp: Likewise.
7325         * gcc.misc-tests/bprob.exp: Likewise.
7326         * gcc.dg/builtins-18.c: Use builtins-config.h.  Do not test float
7327         variants on systems where the library does not provide that
7328         functionality.
7329         * gcc.dg/builtins-20.c: Use builtins-config.h.
7330         * gcc.dg/builtins-config.h: New file.
7331
7332 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
7333
7334         * lib/gcc-dg.exp (dg-require-profiling): New function.
7335         * lib/target-supports.exp (check_profiling_available): Likewise.
7336         * g++.dg/bprob/bprob.exp: Use check_profiling_available.
7337         * g77.dg/bprob/bprob.exp: Likewise.
7338         * gcc.misc-tests/bprob.exp: Likewise.
7339         * g++.old-deja/g++.law/profile1.C: Use dg-require-profiling.
7340         * gcc.dg/20021014-1.c: Likewise.
7341         * gcc.dg/nest.c: Likewise.
7342
7343 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
7344
7345         * g++.dg/lookup/java1.C: Use -fdollars-in-identifiers when
7346         compiling.
7347         * g++.dg/lookup/java2.C: Likewise.
7348         * gcc.dg/cpp/lexident.c: Likewise.
7349
7350 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
7351
7352         * gcc.c-torture/compile/20020604-1.c: XFAIL on H8 if -mn is
7353         given.
7354         * gcc.c-torture/compile/961203-1.c: Likewise.
7355         * gcc.c-torture/compile/980506-1.c: Likewise.
7356
7357 2003-12-23  Zack Weinberg  <zack@codesourcery.com>
7358
7359         * lib/gcc-dg.exp (dg-prune-output): New annotation.
7360         (additional_prunes): New global.
7361         (gcc-dg-prune): Handle additional per-test pruning.
7362         (dg-test): Clear additional_prunes between tests.
7363
7364         * gcc.c-torture/compile/920625-1.c: Remove xfail.  Use
7365         dg-prune-output to avoid spurious failures from assembler
7366         complaining about nonexistent WAW violations.
7367         * gcc.c-torture/compile/981223-1.c: Remove dg-options line.
7368         Use dg-prune-output to avoid spurious failures from assembler
7369         warning about Itanium B-step errata.
7370
7371 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
7372
7373         * g++.dg/abi/macro0.C: New test.
7374         * g++.dg/abi/macro1.C: Likewise.
7375         * g++.dg/abi/macro2.C: Likewise.
7376
7377         * g++.dg/abi/bitfield5.C: Add explicit -fabi-version=1 option.
7378         * g++.dg/abi/bitfield7.C: Likewise.
7379         * g++.dg/abi/dtor2.C: Likewise.
7380         * g++.dg/abi/mangle11.C: Likewise.
7381         * g++.dg/abi/mangle12.C: Likewise.
7382         * g++.dg/abi/mangle14.C: Likewise.
7383         * g++.dg/abi/mangle17.C: Likewise.
7384         * g++.dg/abi/vbase10.C: Likewise.
7385         * g++.dg/abi/vbase14.C: Likewise.
7386         * g++.dg/template/qualttp17.C: Likewise.
7387
7388 2003-12-21  Andrew Pinski  <pinskia@physics.uc.edu>
7389
7390         PR c/11995
7391         * gcc.dg/20031223-1.c: New test.
7392
7393 2003-12-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
7394
7395         * gcc.dg/noreturn-7.c: New test.
7396
7397 2003-12-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
7398
7399         * gcc.dg/null-pointer-1.c: New test.
7400
7401 2003-12-22  Mark Mitchell  <mark@codesourcery.com>
7402
7403         * g++.old-deja/g++.jason/template18.C: Remove.
7404         * g++.old-deja/g++.jason/template37.C: Likewise.
7405
7406         PR c++/12862
7407         * g++.dg/lookup/ns1.C: New test.
7408
7409         PR c++/12397
7410         * g++.dg/template/lookup3.C: New test.
7411
7412 2003-12-22  Andrew Pinski  <pinskia@physics.uc.edu>
7413
7414         * g++.dg/template/recurse1.C: New test
7415
7416 2003-12-22  Mark Mitchell  <mark@codesourcery.com>
7417
7418         PR c++/12479
7419         * g++.dg/parse/semicolon1.C: New test.
7420         * g++.dg/parse/semicolon1.h: Likewise.
7421
7422 2003-12-22  Fariborz Jahanian <fjahanian@apple.com>
7423
7424         * gcc.dg/darwin-misaligned.c: New test.
7425
7426 2003-12-22  Andrew Pinski  <pinskia@physics.uc.edu>
7427
7428         PR c/9163
7429         * gcc.dg/20031222-1.c: New test.
7430
7431 2003-12-21  Mark Mitchell  <mark@codesourcery.com>
7432
7433         PR c++/13438
7434         * g++.dg/parse/error8.C: New test.
7435
7436         PR c++/11554
7437         * testsuite/g++.dg/warn/ctor-init-1.C: New test.
7438
7439 2003-12-21  Kazu Hirata  <kazu@cs.umass.edu>
7440
7441         * gcc.c-torture/compile/20020910-1.c: Disable if __INT_MAX is
7442         too small.
7443         * gcc.c-torture/compile/930217-1.c: Likewise.
7444         * gcc.c-torture/compile/930513-1.c: Likewise.
7445         * gcc.c-torture/execute/920908-2.c: Likewise.
7446         * gcc.c-torture/execute/921204-1.c: Likewise.
7447         * gcc.c-torture/execute/930621-1.c: Likewise.
7448         * gcc.c-torture/execute/930630-1.c: Likewise.
7449         * gcc.c-torture/execute/931031-1.c: Likewise.
7450         * gcc.c-torture/execute/980602-2.c: Likewise.
7451         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
7452         * gcc.c-torture/execute/compndlit-1.c: Likewise.
7453         * gcc.c-torture/execute/extzvsi.c: Likewise.
7454         * gcc.c-torture/unsorted/ext.c: Likewise.
7455
7456 2003-12-20  Andrew Pinski  <pinskia@gcc.gnu.org>
7457
7458         PR target/12749
7459         * gcc.c-torture/compile/20031220-2.c: New test case.
7460
7461 2003-12-20  Roger Sayle  <roger@eyesopen.com>
7462
7463         PR optimization/13031
7464         * gcc.c-torture/compile/20031220-1.c: New test case.
7465
7466 2003-12-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
7467
7468         * gcc.dg/cast-function-1.c: New test.
7469
7470 2003-12-19  Joseph S. Myers  <jsm@polyomino.org.uk>
7471
7472         * gcc.dg/format/ext-1.c: Allow 'I' flag on floating point decimal
7473         formats.
7474
7475 2003-12-19  Mark Mitchell  <mark@codesourcery.com>
7476
7477         PR c++/12795
7478         * g++.dg/ext/attrib10.C: New test.
7479
7480 2003-12-19  Jakub Jelinek  <jakub@redhat.com>
7481
7482         * gcc.dg/cleanup-10.c: New test.
7483         * gcc.dg/cleanup-11.c: New test.
7484
7485 2003-12-19  Jakub Jelinek  <jakub@redhat.com>
7486
7487         PR c++/13239
7488         * g++.dg/opt/expect1.C: New test.
7489
7490 2003-12-19  Hartmut Penner  <hpenner@de.ibm.com>
7491
7492         * gcc.dg/altivec-varargs-1.c: Enable testcase on ppc linux.
7493
7494 2003-12-18  Andrew Pinski  <pinskia@physics.uc.edu>
7495
7496         PR debug/12923
7497         * gcc.dg/20031218-1.c: New test.
7498
7499         PR debug/12389
7500         * gcc.dg/20031218-2.c: New test.
7501         * gcc.dg/20031218-3.c: New test.
7502
7503         * g++.dg/abi/mangle18-1.C: Modify regexp to test for `[: \t\n]' at end
7504         of label name and allow for USER_LABEL_PREFIX == "_" names.
7505         * g++.dg/abi/mangle18-2.C: Likewise.
7506         * g++.dg/abi/mangle19-1.C: Likewise.
7507         * g++.dg/abi/mangle19-2.C: Likewise.
7508         * g++.dg/abi/mangle20-1.C: Likewise.
7509         * g++.dg/abi/mangle20-2.C: Likewise.
7510
7511 2003-12-18  Richard Henderson  <rth@redhat.com>
7512
7513         * gcc.dg/bitfld-1.c: Expect warnings for enum bitfields.
7514
7515 2003-12-18  Steven Bosscher  <steven@gcc.gnu.org>
7516             Dan Kegel <dank@kegel.com>
7517
7518         PR other/12009
7519         * g++.dg/compat/compat.exp:  Do not set LD_LIBRARY_PATH when
7520         testing a cross compiler, it causes spurious compile failures.
7521         * lib/g++.exp: Likewise.
7522
7523 2003-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7524
7525         PR c++/13262
7526         * g++.dg/template/access13.C: New test.
7527
7528 2003-12-18  Ulrich Weigand  <uweigand@de.ibm.com>
7529
7530         * gcc.dg/20031216-1.c: New test.
7531
7532 2003-12-18  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7533
7534         PR c++/9154
7535         * g++.dg/template/error10.C: New test.
7536
7537 2003-12-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
7538
7539         * g++.dg/eh/simd-1.C: XFAIL on SPARC.
7540         * g++.dg/eh/simd-2.C: Likewise.
7541
7542 2003-12-17  James E Wilson  <wilson@specifixinc.com>
7543             Roger Sayle  <roger@eyesopen.com>
7544
7545         * gcc.c-torture/execute/ieee/mzero5.c: New.
7546
7547 2003-12-17  Mark Mitchell  <mark@codesourcery.com>
7548
7549         PR c++/10603
7550         * g++.dg/parse/error6.C: New test.
7551
7552         PR c++/12827
7553         * g++.dg/parse/error7.C: New test.
7554
7555 2003-12-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
7556
7557         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Do not run debug-[12].c
7558         at -O with stabs debugging formats.
7559         * gcc.dg/debug/debug-1.c: Turn 'p' into a global variable.
7560         * gcc.dg/debug/debug-2.c: Likewise.
7561
7562 2003-12-16  Mark Mitchell  <mark@codesourcery.com>
7563
7564         PR c++/12696
7565         * g++.dg/init/error1.C: New test.
7566
7567         PR c++/12218
7568         * g++.dg/init/pm3.C: New test.
7569
7570 2003-12-17  Joseph S. Myers  <jsm@polyomino.org.uk>
7571
7572         PR c/3347
7573         * gcc.dg/bitfld-8.c: New test.
7574
7575 2003-12-16  James Lemke  <jim@wasabisystems.com>
7576
7577         * gcc.dg/arm-scd42-[123].c: New tests.
7578
7579 2003-12-16  Nathan Sidwell  <nathan@codesourcery.com>
7580
7581         PR c++/9043
7582         * g++.dg/abi/mangle20-1.C: New test.
7583         * g++.dg/abi/mangle20-2.C: New test.
7584
7585 2003-12-16  Mark Mitchell  <mark@codesourcery.com>
7586
7587         PR c++/13275
7588         * g++.dg/other/offsetof2.C: Remove XFAIL.
7589         * g++.dg/parse/offsetof1.C: New test.
7590         * g++.gd/parse/offsetof2.C: Likewise.
7591
7592 2003-12-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7593
7594         * g++.dg/template/nontype3.C: New test.
7595         * g++.dg/template/static2.C: Tweaked the dg-error clause.
7596
7597 2003-12-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7598
7599         * g++.dg/warn/noreturn-3.C: Also test instantiation.
7600
7601 2003-12-16  Nathan Sidwell  <nathan@codesourcery.com>
7602
7603         PR c++/13387
7604         * g++.dg/expr/assign1.C: New test.
7605
7606         PR c++/13242
7607         * g++.dg/abi/mangle19-1.C: New test.
7608         * g++.dg/abi/mangle19-2.C: New test.
7609
7610 2003-12-16  Hartmut Penner  <hpenner@de.ibm.com>
7611
7612         * testsuite/gcc.dg/altivec-10.c: Test vec_cmple and vec_all_numeric.
7613
7614 2003-12-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
7615
7616         * gcc.c-torture/execute/20031216-1.c: New test.
7617
7618 2003-12-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7619
7620         * g++.dg/template/ptrmem7.C: Simplified the test case to not hit
7621         an ICE regression.
7622
7623 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
7624
7625         PR c++/10926
7626         * g++.dg/template/error9.C: New test.
7627
7628         PR c++/11116
7629         * g++.dg/template/error8.C: New test.
7630
7631 2003-12-15  Roger Sayle  <roger@eyesopen.com>
7632
7633         PR middle-end/13400
7634         * gcc.c-torture/execute/20031215-1.c: New test case.
7635
7636 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
7637
7638         PR c++/13269
7639         * g++.dg/parse/error5.C: New test.
7640
7641         PR c++/12989
7642         * g++.dg/expr/sizeof1.C: New test.
7643
7644         PR c++/13310
7645         * g++.dg/template/crash15.C: New test.
7646
7647 2003-12-15  Geoffrey Keating  <geoffk@apple.com>
7648
7649         * g++.old-deja/g++.pt/vaarg3.C: Don't expect an error for passing
7650         a non-POD type as the last named parameter of a varargs function.
7651
7652 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
7653
7654         PR c++/13243
7655         PR c++/12573
7656         * g++.dg/template/crash14.C: New test.
7657         * g++.dg/template/dependent-expr3.C: Add dg-error markers.
7658
7659 2003-12-15  Nathan Sidwell  <nathan@codesourcery.com>
7660
7661         * g++.dg/other/java1.C: New test.
7662
7663         PR c++/13241
7664         * g++.dg/abi/mangle18-1.C: New test.
7665         * g++.dg/abi/mangle18-2.C: New test.
7666
7667 2003-12-15  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7668
7669         PR optimization/10312
7670         * gcc.c-torture/execute/20031214-1.c: New.
7671
7672 2003-12-14  Mark Mitchell  <mark@codesourcery.com>
7673
7674         PR c++/10779
7675         PR c++/12160
7676         * g++.dg/parse/error3.C: New test.
7677         * g++.dg/parse/error4.C: Likewise.
7678         * g++.dg/abi/mangle4.C: Tweak error messages.
7679         * g++.dg/lookup/using5.C: Likewise.
7680         * g++.dg/other/error2.C: Likewise.
7681         * g++.dg/parse/typename5.C: Likewise.
7682         * g++.dg/parse/undefined1.C: Likewise.
7683         * g++.dg/template/arg2.C: Likewise.
7684         * g++.dg/template/ttp3.C: Likewise.
7685         * g++.dg/template/type1.C: Likewise.
7686         * g++.old-deja/g++.other/crash32.C: Likewise.
7687         * g++.old-djea/g++.pt/defarg8.C: Likewise.
7688
7689 2003-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7690
7691         PR c++/13106
7692         * g++.dg/warn/noreturn-3.C: New test.
7693
7694 2003-12-12  Nathan Sidwell  <nathan@codesourcery.com>
7695
7696         PR c++/13118
7697         * g++.dg/abi/covariant3.C: New.
7698
7699 2003-12-12  Jakub Jelinek  <jakub@redhat.com>
7700
7701         * g++.dg/eh/ia64-1.C: New test.
7702
7703 2003-12-12  Roger Sayle  <roger@eyesopen.com>
7704
7705         PR optimization/13037
7706         * g77.f-torture/execute/13037.f: New test case.
7707
7708 2003-12-12  Nathan Sidwell  <nathan@codesourcery.com>
7709
7710         PR c++/12881
7711         * g++.dg/abi/covariant2.C: New.
7712
7713 2003-12-12  Neil Booth  <neil@daikokuya.co.uk>
7714
7715         * testsuite/gcc.dg/cpp/trad/macro.c: New tests.
7716
7717 2003-12-11  Zack Weinberg  <zack@codesourcery.com>
7718
7719         * gcc.c-torture/execute/wchar_t-1.x: Delete.
7720
7721 2003-12-10  Robert Schiele  <rschiele@uni-mannheim.de>
7722
7723         PR other/10819
7724         * lib/gcc.exp (default_gcc_version): Do not match NL/CR characters
7725         to fix Bug 10819.
7726         * lib/g++.exp (g++_version): Likewise.
7727         * lib/g77.exp (g77_version): Likewise.
7728         * lib/objc.exp (default_objc_version): Likewise.
7729
7730 2003-12-10  Richard Henderson  <rth@redhat.com>
7731
7732         * gcc.c-torture/execute/wchar_t-1.c: Convert to utf-8.
7733
7734         * gcc.dg/intermod-1.c: Adjust assembler scan pattern for alpha.
7735
7736 2003-12-08  Matt Austern  <austern@apple.com>
7737
7738         PR c/13134
7739         * lib/gcc-dg.exp (dg-require-visibility): Define.
7740         * lib/target-supports (check_visibility_available): Define.
7741         * gcc.dg/visibility-1.c: New test.
7742         * gcc.dg/visibility-2.c: Likewise.
7743         * gcc.dg/visibility-3.c: Likewise.
7744         * gcc.dg/visibility-4.c: Likewise.
7745         * gcc.dg/visibility-5.c: Likewise.
7746         * gcc.dg/visibility-6.c: Likewise.
7747         * g++.dg/ext/visibility-1.C: Likewise.
7748         * g++.dg/ext/visibility-2.C: Likewise.
7749         * g++.dg/ext/visibility-3.C: Likewise.
7750         * g++.dg/ext/visibility-4.C: Likewise.
7751         * g++.dg/ext/visibility-5.C: Likewise.
7752         * g++.dg/ext/visibility-6.C: Likewise.
7753
7754 2003-12-07  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7755
7756         * g++.dg/lookup/java1.C: New test.
7757         * g++.dg/lookup/java2.C: New test.
7758
7759 2003-12-07  Falk Hueffner  <falk@debian.org>
7760
7761         * g++.dg/opt/noreturn-1.C: New test.
7762
7763 2003-12-07  Wolfgang Bangerth  <bangerth@dealii.org>
7764
7765         * gcc.dg/overflow-1.c: New test.
7766
7767 2003-12-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
7768
7769         * g77.f-torture/compile/13060.f: New test.
7770
7771 2003-12-06  Mark Mitchell  <mark@codesourcery.com>
7772
7773         PR c++/13323
7774         * g++.dg/inherit/operator2.C: New test.
7775
7776 2003-12-05  Mark Mitchell  <mark@codesourcery.com>
7777
7778         PR c++/13305
7779         * g++.dg/ext/attrib9.C: New test.
7780
7781 2003-12-05  Mark Mitchell  <mark@codesourcery.com>
7782
7783         PR c++/13314
7784         * g++.dg/template/error7.C: New test.
7785
7786 2003-12-05  Stuart Menefy <stuart.menefy@st.com>
7787             J"orn Rennecke <joern.rennecke@superh.com>
7788
7789         PR target/13302
7790         * g++.dg/other/struct-va_list.C: New test.
7791
7792 2003-12-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7793
7794         PR c++/13166
7795         * g++.dg/parse/defarg6.C: New test.
7796
7797 2003-12-05  Hans-Peter Nilsson  <hp@axis.com>
7798
7799         PR target/13256
7800         * gcc.c-torture/execute/20031201-1.c: New test.
7801
7802 2003-12-05  Arnaud Charlet  <charlet@act-europe.fr>
7803
7804         * ada/acats/run_acats: Add checks against missing gnatlib/gnattools.
7805
7806 2003-12-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
7807
7808         * gcc.dg/builtin-return-1.c: New test.
7809
7810 2003-12-04  Stuart Menefy <stuart.menefy@st.com>
7811             J"orn Rennecke <joern.rennecke@superh.com>
7812
7813         PR optimization/13260
7814         * gcc.c-torture/execute/20031204-1.c: New test.
7815
7816 2003-12-03  Mark Mitchell  <mark@codesourcery.com>
7817
7818         PR c++/9127
7819         * g++.dg/template/error6.C: New test.
7820
7821 2003-12-03  Jakub Jelinek  <jakub@redhat.com>
7822
7823         * gcc.dg/20031202-1.c: New test.
7824
7825 2003-12-03  Mark Mitchell  <mark@codesourcery.com>
7826
7827         PR c++/13179
7828         * g++.dg/template/eh1.C: New test.
7829
7830         PR c++/10771
7831         * g++.dg/template/error5.C: New test.
7832
7833 2003-12-02  David Ung  <davidu@mips.com>
7834
7835         * gcc.dg/compat/vector-check.h: Corrected type for var
7836         g_##TMODE
7837
7838 2003-12-02  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7839
7840         PR c++/10126
7841         * g++.dg/template/ptrmem8.C: New test.
7842
7843 2003-12-02  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7844
7845         PR c++/12573
7846         * g++.dg/template/dependent-expr3.C: New test.
7847
7848 2003-12-01  James Lemke  <jim@wasabisystems.com>
7849
7850         * gcc.dg/arm-g2.c: New test.
7851
7852 2003-12-01  Roger Sayle  <roger@eyesopen.com>
7853
7854         PR optimization/11634
7855         * gcc.dg/20031201-2.c: New test case.
7856
7857 2003-12-01  Zack Weinberg  <zack@codesourcery.com>
7858
7859         PR 11433
7860         * objc.dg/proto-lossage-3.m: New test.
7861
7862 2003-12-01  Roger Sayle  <roger@eyesopen.com>
7863
7864         PR optimization/12628
7865         * gcc.dg/20031201-1.c: New test case.
7866
7867 2003-12-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
7868
7869         * gcc.dg/unaligned-1.c: New test.
7870
7871 2003-11-30  Mark Mitchell  <mark@codesourcery.com>
7872
7873         PR c++/9849
7874         * g++.dg/template/error4.C: New test.
7875         * g++.dg/template/nested3.C: Adjust error markers.
7876
7877 2003-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7878
7879         * gcc.dg/cpp/assert4.c: Check more #system assertions.
7880
7881 2003-11-29  Joseph S. Myers  <jsm@polyomino.org.uk>
7882
7883         PR c/10333
7884         * gcc.dg/bitfld-7.c: New test.
7885
7886 2003-11-29  Richard Sandiford  <rsandifo@redhat.com>
7887
7888         * gcc.dg/tls/asm-1.C: New test.
7889
7890 2003-11-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7891
7892         * gcc.dg/cpp/assert4.c: Update.
7893
7894 2003-11-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
7895
7896         * gcc.dg/builtin-apply2.c: Set size of stack argument data to 64.
7897         * gcc.dg/builtin-apply3.c: New test.
7898
7899 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
7900
7901         * lib/compat.exp (compat-obj): New xfaildata parameter.
7902         Use it to set compiler_conditional_xfail_data before compiling.
7903         (compat-get-options): Handle dg-xfail-if.
7904         (compat-execute): Retrieve XFAIL data and pass them to compat-obj.
7905         * gcc.dg/compat/vector-1_x.c: XFAIL on SPARC.
7906         * gcc.dg/compat/vector-1_y.c: Likewise.
7907         * gcc.dg/compat/vector-2_x.c: Likewise.
7908         * gcc.dg/compat/vector-2_y.c: Likewise.
7909
7910 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
7911
7912         * g++.dg/opt/reg-stack4.C: New test.
7913
7914 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
7915
7916         * gcc.dg/builtin-apply2.c: New test.
7917
7918 2003-11-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
7919
7920         * gcc.c-torture/compile/20031023-4.c: Don't XFAIL on SPARC64.
7921
7922 2003-11-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7923
7924         PR c++/12924
7925         * g++.dg/template/template-id-2.C: New test.
7926
7927 2003-11-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7928
7929         PR c++/5369
7930         * g++.dg/template/memfriend1.C: New test.
7931         * g++.dg/template/memfriend2.C: Likewise.
7932         * g++.dg/template/memfriend3.C: Likewise.
7933         * g++.dg/template/memfriend4.C: Likewise.
7934         * g++.dg/template/memfriend5.C: Likewise.
7935         * g++.dg/template/memfriend6.C: Likewise.
7936         * g++.dg/template/memfriend7.C: Likewise.
7937         * g++.dg/template/memfriend8.C: Likewise.
7938         * g++.old-deja/g++.pt/friend44.C: Remove a bogus error.
7939
7940 2003-11-21  Mark Mitchell  <mark@codesourcery.com>
7941
7942         PR c++/12515
7943         * g++.dg/ext/cond1.C: New test.
7944
7945 2003-11-20  Richard Henderson  <rth@redhat.com>
7946
7947         * gcc.dg/20020201-2.c: Remove.
7948         * gcc.dg/20020201-4.c: Remove.
7949         * gcc.dg/20020304-1.c: Remove.
7950
7951 2003-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7952
7953         * gcc.dg/cpp/trad/xwin1.c: New test case.
7954
7955 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
7956
7957         * g++.dg/compat/compat.exp: Add DYLD_LIBRARY_PATH for darwin.
7958         * lib/g77.exp: Likewise.
7959         * lib/objc.exp: Likewise.
7960         * lib/g++.exp: Likewise, add -multiply_defined suppress flag
7961         for darwin.
7962
7963 2003-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7964
7965         PR c++/12932
7966         * g++.dg/template/static5.C: New test.
7967
7968 2003-11-18  Joseph S. Myers  <jsm@polyomino.org.uk>
7969
7970         * gcc.dg/nested-func-1.c: New test.
7971
7972 2003-11-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7973
7974         * gcc.dg/cpp/assert4.c: New test.
7975
7976 2003-11-14  Giovanni Bajo  <giovannibajo@libero.it>
7977
7978         PR c++/2294
7979         * g++.dg/lookup/using9.c: New test.
7980
7981 2003-11-14  Mark Mitchell  <mark@codesourcery.com>
7982
7983         PR c++/12762
7984         * g++.dg/template/error3.C: New test.
7985
7986 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
7987
7988         PR ada/13035
7989         * ada/acats/run_acats, run_all.sh: Fix syntax error.
7990         No longer use a wrapper for gcc, since this does not work under
7991         Windows.
7992
7993 2003-11-14  Giovanni Bajo  <giovannibajo@libero.it>
7994
7995         PR c++/2094
7996         * g++.dg/template/ptrmem7.C: New test.
7997
7998 2003-11-13  Andrew Pinski <apinski@apple.com>
7999
8000         * gcc.c-torture/compile/20031113-1.c: New test.
8001
8002 2003-11-13  Mark Mitchell  <mark@codesourcery.com>
8003             Kean Johnston <jkj@sco.com>
8004
8005         PR c/13029
8006         * gcc.dg/unused-4.c: Update.
8007
8008 2003-11-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
8009
8010         * g++.dg/opt/const3.C: New test.
8011
8012 2003-11-13  Jan Hubicka  <jh@suse.cz>
8013
8014         * gcc.c-torture/compile/20031112-1.c: New test.
8015
8016 2003-11-12  Mark Mitchell  <mark@codesourcery.com>
8017
8018         * g++.dg/parse/crash10.C: Remove bogus error marker.
8019
8020 2003-11-12  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8021
8022         * ada/acats/run_acats (host_gnatmake): Use type in a /bin/sh script.
8023         (host_gcc): Likewise.
8024         (ROOT): Honor $PWDCMD.
8025         (BASE): Likewise.
8026         * ada/acats/run_all.sh (dir): Honor $PWDCMD.
8027
8028 2003-11-12  Catherine Moore  <clm@redhat.com>
8029
8030         * gcc.c-torture/execute/20020720-1.x:  Add xfail for frv-*-*.
8031
8032 2003-11-12  Andreas Jaeger  <aj@suse.de>
8033             Jakub Jelinek  <jakub@redhat.com>
8034             Andrew Pinski  <pinskia@physics.uc.edu>
8035             Richard Henderson  <rth@redhat.com>
8036
8037         * gcc.dg/c90-const-expr-2.c (foo): Avoid extra warning on 64-bit
8038         systems.
8039         * gcc.dg/c99-const-expr-2.c (foo): Likewise.
8040
8041         * gcc.dg/20030926-1.c: Make it work on x86_64 systems.
8042         * gcc.dg/i386-pentium4-not-mull.c: Likewise.
8043
8044 2003-11-11  Andreas Jaeger  <aj@suse.de>
8045
8046         * gcc.c-torture/execute/20020720-1.x: Test passes also on x86_64.
8047
8048         * gcc.c-torture/execute/20020227-1.x: Test passes also on x86_64.
8049
8050 2003-11-10  Arnaud Charlet  <charlet@act-europe.fr>
8051
8052         * ada/acats/run_all.sh: Add handling of unsupported (tasking) tests.
8053         Clean ups.
8054
8055 2003-11-10  Waldek Hebisch  <hebisch@math.uni.wroc.pl>
8056
8057         * gcc.dg/trampoline-1.c: New test.
8058
8059 2003-11-09  Andrew Pinski  <pinskia@physics.uc.edu>
8060
8061         * gcc.c-torture/compile/200031109-1.c: New test.
8062
8063 2003-11-08  Joseph S. Myers  <jsm@polyomino.org.uk>
8064
8065         PR c/3190
8066         PR c/8714
8067         * gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
8068         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/ext3.c,
8069         gcc.dg/format/no-y2k-1.c: Update.
8070
8071 2003-11-08  Roger Sayle  <roger@eyesopen.com>
8072
8073         PR optimization/10467
8074         * gcc.dg/20031108-1.c: New test case.
8075
8076 2003-11-07  Geoffrey Keating  <geoffk@apple.com>
8077
8078         * gcc.dg/pch/warn-1.c: Allow for more helpful error message.
8079
8080 2003-11-08  Joseph S. Myers  <jsm@polyomino.org.uk>
8081
8082         * gcc.dg/compound-lvalue-1.c: New test.
8083         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Remove
8084         some XFAILs.
8085
8086 2003-11-06  Geoffrey Keating  <geoffk@apple.com>
8087
8088         * gcc.dg/altivec-varargs-1.c: New test.
8089
8090 2003-11-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
8091
8092         * gcc.c-torture/compile/20031023-4.c: XFAIL on SPARC64
8093         * gcc.c-torture/compile/simd-5.c: XFAIL on SPARC64 at -O0 and -O1.
8094         * gcc.c-torture/execute/simd-4.x: New file.  XFAIL on SPARC at -O0.
8095         * gcc.c-torture/execute/va-arg-25.x: New file.  XFAIL on SPARC.
8096         * gcc.dg/uninit-C.c: XFAIL on non 64-bit Solaris versions.
8097
8098 2003-11-05  Joseph S. Myers  <jsm@polyomino.org.uk>
8099
8100         * gcc.dg/cond-lvalue-1.c: New test.
8101
8102 2003-11-05  Gernot Hillier  <gernot.hillier@siemens.com>
8103
8104         * g++.old-deja/g++.pt/asm1.C: Enable for e.g. x86_64-*-linux-gnu.
8105
8106 2003-11-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8107
8108         PR c++/11616
8109         * g++.dg/template/instantiate5.C: New test.
8110
8111 2003-11-03  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
8112
8113         PR c++/12726
8114         * g++.dg/ext/complit2.C: Replace test with self-contained version.
8115         * ChangeLog: Add missing first entry for above test.
8116
8117 2003-11-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8118
8119         PR c++/9810
8120         * g++.dg/template/using8.C: New test.
8121         * g++.old-deja/g++.other/access11.C: Adjust expected error location.
8122
8123 2003-11-02  Roger Sayle  <roger@eyesopen.com>
8124
8125         PR optimization/10817
8126         * gcc.c-torture/compile/20031102-1.c: New test case.
8127
8128 2003-11-02  Kazu Hirata  <kazu@cs.umass.edu>
8129
8130         * gcc.c-torture/execute/va-arg-25.c: Enable only if INT_MAX ==
8131         2147483647.
8132
8133 2003-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
8134
8135         * gcc.dg/20031102-1.c: New test.
8136
8137 2003-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
8138
8139         * gcc.dg/complex-1.c: New test.
8140
8141 2003-11-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8142
8143         PR c++/12796
8144         * g++.dg/template/crash13.C: Adjust expected error location.
8145         * g++.old-deja/g++.brendan/ns1.C: Likewise.
8146
8147 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
8148
8149         * g++.dg/bprob/bprob.exp: Disable test on arm-elf configs.
8150
8151 2003-10-31  Josef Zlomek  <zlomekj@suse.cz>
8152
8153         PR/10239
8154         * gcc.c-torture/compile/20031031-2.c: New test.
8155
8156 2003-10-31  Josef Zlomek  <zlomekj@suse.cz>
8157
8158         PR/11640
8159         * gcc.c-torture/compile/20031031-1.c: New test.
8160
8161 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
8162
8163         * g77.dg/bprob/bprob.exp: Disable test on arm-elf configs.
8164         * gcc.misc-tests/bprob.exp: Likewise.
8165         * g77.dg/execute/20001201.x, 6367.x, io0.x, io1.x, u77-test.x: XFAIL
8166         the execution test on arm-elf configs.
8167         * g77.dg/execute/10197.x: New file.  XFAIL the execution test on
8168         configs that don't support scratch files.
8169         * g77.dg/execute/u77-test.x: XFAIL compilation on arm-elf configs.
8170
8171 2003-10-30  Arnaud Charlet  <charlet@act-europe.fr>
8172
8173         * ada/acats/run_all.sh: Do not print PASS messages to stdout, as
8174         done by dejagnu.
8175
8176 2003-10-29  Arnaud Charlet  <charlet@act-europe.fr>
8177
8178         * ada/acats/run_all.sh: Redirect mv output to /dev/null
8179         Avoid non pure sh syntax. Add more logging.
8180
8181         * ada/acats/norun.lst: Disable cdd2a03, since it is expected to
8182         fail.
8183
8184 2003-10-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8185
8186         PR libgcj/10610
8187         * gcc.dg/ppc-stackalign-1.c: New test.
8188
8189 2003-10-28  Arnaud Charlet  <charlet@act-europe.fr>
8190
8191         * ada/acats/run_all.sh: Change output to be more compliant with
8192         dejagnu framework.
8193         Create acats.sum and acats.log files under testsuite/ada/acats
8194         Only run [a-z]* directories, to filter out e.g. CVS.
8195         Redirect build output to log file.
8196
8197 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
8198
8199         * README.ada: Removed, integrated in ../doc/sourcebuild.texi
8200
8201 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
8202
8203         PR ada/5909:
8204         * README.ada, ada/acats: Import ACATS 2.5 for GCC Ada test suite.
8205
8206 2003-10-27  Jakub Jelinek  <jakub@redhat.com>
8207
8208         * gcc.c-torture/compile/20031023-1.c: New test.
8209         * gcc.c-torture/compile/20031023-2.c: New test.
8210         * gcc.c-torture/compile/20031023-3.c: New test.
8211         * gcc.c-torture/compile/20031023-4.c: New test.
8212
8213 2003-10-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8214
8215         PR c++/10371
8216         * g++.dg/lookup/scoped8.C: New test.
8217
8218 2003-10-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
8219
8220         * g++.dg/opt/reg-stack3.C: New test.
8221
8222 2003-10-24  Joseph S. Myers  <jsm@polyomino.org.uk>
8223
8224         * gcc.dg/c99-arraydecl-2.c: New test.  PR c/11943.
8225
8226 2003-10-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8227
8228         PR c++/11076
8229         * g++.dg/template/crash13.C: New test.
8230
8231 2003-10-24  Joseph S. Myers  <jsm@polyomino.org.uk>
8232
8233         * gcc.dg/c99-restrict-2.c: New test.
8234
8235 2003-10-24  Nathan Sidwell  <nathan@codesourcery.com>
8236
8237         PR c++/12698, c++/12699, c++/12700, c++/12566
8238         * g++.dg/inherit/covariant9.C: New test.
8239         * g++.dg/inherit/covariant10.C: New test.
8240         * g++.dg/inherit/covariant11.C: New test.
8241
8242 2003-10-23  Jason Merrill  <jason@redhat.com>
8243
8244         PR c++/12726
8245         * g++.dg/ext/complit2.C: New test.
8246
8247 2003-10-20  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
8248
8249         PR target/12654
8250         * gcc.c-torture/execute/20031020-1.c: New test.
8251
8252 2003-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8253
8254         * gcc.dg/old-style-asm-1.c: Also check for (set (pc) on lines
8255         following the jump_insn.
8256
8257 2003-10-22  Joseph S. Myers  <jsm@polyomino.org.uk>
8258
8259         * gcc.dg/cast-lvalue-1.c: New test.
8260
8261 2003-10-21  Mark Mitchell  <mark@codesourcery.com>
8262
8263         PR c++/11962
8264         * g++.dg/template/cond2.C: New test.
8265
8266 2003-10-20  Joseph S. Myers  <jsm@polyomino.org.uk>
8267
8268         * gcc.dg/builtins-28.c: New test.
8269
8270 2003-10-20  Jan Hubicka  <jh@suse.cz>
8271
8272         * testsuite/g++.dg/opt/inline4.C: Do not use min-inline-insns
8273         parameter.
8274         * testsuite/gcc.dg/inline-2.c: Likewise.
8275
8276 2003-10-20  Phil Edwards  <phil@codesourcery.com>
8277
8278         * gcc.dg/20021014-1.c:  XFAIL for *-*-windiss targets.
8279         * gcc.dg/nest.c:  Likewise.
8280
8281 2003-10-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8282
8283         PR c++/9781, c++/10583, c++/11862
8284         * g++.dg/parse/crash13.C: New test.
8285
8286 2003-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8287
8288         * gcc.dg/old-style-asm-1.c: Count jump_insns instead of labels.
8289
8290 2003-10-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
8291
8292         * gcc.dg/builtins-18.c: Wrap C99 tests with HAVE_C99_RUNTIME.
8293         Define HAVE_C99_RUNTIME except on Solaris.
8294         * gcc.dg/builtins-20.c: Likewise.
8295
8296 2003-10-19  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8297
8298         * gcc.dg/old-style-asm-1.c: Use scan-assembler-times.
8299
8300 2003-10-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8301
8302         PR c++/12495
8303         * g++.dg/template/crash21.C: New test.
8304
8305 2003-10-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8306
8307         PR c++/2513
8308         * g++.dg/template/typename5.C: New test.
8309
8310 2003-10-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8311
8312         PR c++/12369
8313         * g++.dg/template/friend25.C: New test.
8314
8315 2003-10-16  Ziemowit Laski  <zlaski@apple.com>
8316
8317         * objc.dg/try-catch-2.m: Relax target triple to all Darwin
8318         versions.
8319
8320 2003-10-16  Kazu Hirata  <kazu@cs.umass.edu>
8321
8322         * gcc.c-torture/execute/20031003-1.c: Enable only when INT_MAX
8323         == 2147483647.
8324
8325 2003-10-15  Kazu Hirata  <kazu@cs.umass.edu>
8326
8327         * gcc.c-torture/execute/960416-1.x: Remove.
8328         * gcc.c-torture/execute/divconst-3.x: Likewise.
8329
8330 2003-10-15  Hans-Peter Nilsson  <hp@axis.com>
8331
8332         PR target/12598
8333         * gcc.dg/torture/cris-volatile-1.c: New test.
8334
8335 2003-10-14  Roger Sayle  <roger@eyesopen.com>
8336
8337         PR optimization/9325
8338         * gcc.c-torture/execute/20031003-1.c: Remove non-portable tests
8339         for overflowing floating point to integer conversion during RTL
8340         simplification.
8341
8342 2003-10-13  Ziemowit Laski  <zlaski@apple.com>
8343
8344         * objc/execute/_cmd.m: Fix typo.
8345         * objc.dg/image-info.m, objc.dg/symtab-1.m:
8346         Relax 'scan-assembler' regexp.
8347         * objc.dg/try-catch-1.m, objc.dg/try-catch-3.m,
8348         objc.dg/try-catch-4.m: Run on non-Darwin targets.
8349         * objc.dg/zero-link-2.m: Remove blank line.
8350         * objc.dg/zero-link-3.m: New test case.
8351
8352 2003-10-13  Geoffrey Keating  <geoffk@apple.com>
8353
8354         * g77.f-torture/execute/980520-1.x: XFAIL at -O0.
8355
8356         * gcc.dg/asm-names.c: Use scan-assembler-not rather
8357         than linker trickery.
8358
8359 2003-10-13  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
8360
8361         PR c++/12370
8362         * g++.dg/other/friend2.C: New test.
8363
8364 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
8365
8366         * gcc.dg/20031012-1.c: New test.
8367
8368 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
8369
8370         * gcc.dg/weak/weak-3.c: Fix for new warning.
8371
8372 2003-10-12  Kelley Cook  <kcook@gcc.gnu.org>
8373
8374         PR optimization/8750
8375         * gcc.c-torture/execute/20031012-1.c: New test case.
8376
8377 2003-10-11  Roger Sayle  <roger@eyesopen.com>
8378
8379         * gcc.c-torture/execute/string-opt-8.c: Don't test optimizations
8380         that inline strncmp as cmpstrsi on i386 when compiled with -Os.
8381
8382 2003-10-11  Roger Sayle  <roger@eyesopen.com>
8383
8384         PR optimization/12260
8385         * gcc.c-torture/compile/20031011-2.c: New test case.
8386
8387 2003-10-11  Roger Sayle  <roger@eyesopen.com>
8388
8389         * gcc.c-torture/execute/20031011-1.c: New testcase.
8390
8391 2003-10-11  Eric Botcazou  <ebotcazou@libertysurf.fr>
8392
8393         * gcc.c-torture/compile/20031011-1.c: New test.
8394
8395 2003-10-11  Jan Hubicka  <jh@suse.cz>
8396
8397         * g++.dg/other/first-global.C: New test.
8398
8399 2003-10-11  Roger Sayle  <roger@eyesopen.com>
8400
8401         * gcc.c-torture/execute/string-opt-18.c: New testcase.
8402
8403 2003-10-10  Ian Lance Taylor  <ian@wasabisystems.com>
8404
8405         * gcc.c-torture/compile/20031010-1.c: New test.
8406
8407 2003-10-10  Geoffrey Keating  <geoffk@apple.com>
8408
8409         * gcc.c-torture/execute/va-arg-24.c: Correct, and rename to...
8410         * gcc.c-torture/execute/va-arg-25.c: ... here.
8411
8412 2003-10-09  Mark Mitchell  <mark@codesourcery.com>
8413
8414         * g++.dg/ext/attrib8.C: Only run it on x86 targets.
8415
8416 2003-10-08  Richard Sandiford  <rsandifo@redhat.com>
8417
8418         * gcc.c-torture/compile/mipscop-[1-4].c: Disable for mips16.
8419
8420 2003-10-08  Giovanni Bajo  <giovannibajo@libero.it>
8421
8422         * g++.dg/parse/error2.C: New test.
8423
8424 2003-10-08  Giovanni Bajo <giovannibajo@libero.it>
8425
8426         PR c++/11097
8427         * g++.dg/other/error5.C: Modify the error message.
8428         * g++.dg/lookup/using8.C: New test.
8429
8430 2003-10-07  Geoffrey Keating  <geoffk@apple.com>
8431
8432         * gcc.dg/darwin-abi-2.c: New file.
8433         * gcc.c-torture/execute/va-arg-24.c: New file.
8434
8435 2003-10-06  Bob Wilson  <bob.wilson@acm.org>
8436
8437         * g++.dg/template/spec10.C: Set exit value to zero on success.  Fix
8438         indentation.
8439
8440 2003-10-06  Mark Mitchell  <mark@codesourcery.com>
8441
8442         PR c++/10147
8443         * g++.dg/other/error4.C: Update error messages.
8444         * g++.dg/template/ptrmem4.C: Likewise.
8445
8446         PR c++/12337
8447         * g++.dg/init/new9.C: New test.
8448
8449         PR c++/12334, c++/12236, c++/8656
8450         * g++.dg/ext/attrib8.C: New test.
8451
8452 2003-10-06  Devang Patel  <dpatel@apple.com>
8453
8454         * gcc.dg/debug/dwarf2-3.h: New test.
8455         * gcc.dg/debug/dwarf2-3.c: New test case for -feliminate-dwarf2-dups.
8456
8457 2003-10-06  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
8458
8459         * g++.dg/opt/cfg2.C: New test.
8460
8461 2003-10-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
8462
8463         * g++.dg/opt/float1.C: New test.
8464
8465 2003-10-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
8466
8467         * gcc.dg/c90-array-lval-6.c: New test.
8468         * gcc.dg/c99-array-lval-6.c: New test.
8469
8470 2003-10-03  Alexander Malmberg  <alexander@malmberg.org>
8471             Ziemowit Laski  <zlaski@apple.com>
8472
8473         * objc.dg/method-6.m ('starboard'): Move prototype from 'Base' to
8474         'Derived', so that it is never considered a class method; add
8475         new warning for '+port' method ambiguity.
8476         * objc.dg/method-12.m: Include <objc/objc.h> instead of
8477         <objc/objc-api.h> (needed on Mac OS X).
8478         * objc.dg/method-13.m: New test.
8479
8480 2003-10-03  Roger Sayle  <roger@eyesopen.com>
8481
8482         PR optimization/9325, PR java/6391
8483         * gcc.c-torture/execute/20031003-1.c: New test case.
8484
8485 2003-10-02  Mark Mitchell  <mark@codesourcery.com>
8486
8487         PR optimization/12180
8488         * gcc.dg/20031002-1.c: New test.
8489
8490         PR c++/12486
8491         * g++.dg/inherit/error1.C: New test.
8492
8493 2003-10-02  Chris Demetriou  <cgd@broadcom.com>
8494
8495         * lib/f-torture.exp (search_for): Rename to...
8496         (search_for_re): This.  Also, clean up comments and the
8497         "regexp" invocation.
8498
8499 2003-10-02  Josef Zlomek  <zlomekj@suse.cz>
8500
8501         * gcc.c-torture/compile/20031002-1.c: New test.
8502
8503 2003-10-02  Jakub Jelinek  <jakub@redhat.com>
8504
8505         * g++.dg/opt/cond1.C: New test.
8506
8507 2003-10-01  Kelley Cook  <kelleycook@wideopenwest.com>
8508
8509         * gcc.dg/Wold-style-definition-2.c: New testcase.
8510         * gcc.dg/wtr-func-def-1.c: Modify to reflect new warning.
8511
8512 2003-09-29  Richard Henderson  <rth@redhat.com>
8513
8514         * g++.dg/init/array10.C: Add dg-options.
8515
8516 2003-09-29  Eric Botcazou  <ebotcazou@libertysurf.fr>
8517
8518         * g++.dg/opt/unroll1.C: Change unsigned to __SIZE_TYPE__.
8519
8520 2003-09-28  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8521
8522         * g++.dg/template/friend19.C: Fix typo.
8523         * g++.old-deja/g++.other/crash31.C: Adjust expected error.
8524
8525 2003-09-28  Richard Sandiford  <rsandifo@redhat.com>
8526
8527         * gcc.c-torture/execute/20030928-1.c: New test.
8528         * gcc.dg/torture/mips-sdata-1.c (f): Refer to x[0] rather than x[3].
8529
8530 2003-09-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
8531
8532         * g++.dg/opt/unroll1.C: New test.
8533
8534 2003-09-26  Roger Sayle  <roger@eyesopen.com>
8535
8536         PR optimization/11741
8537         * gcc.dg/20030926-1.c: New test case.
8538
8539 2003-09-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8540
8541         PR c++/5655
8542         * g++.dg/parse/access7.C: New test.
8543         * g++.old-deja/g++.brendan/crash56.C: Fix redeclaration error.
8544
8545 2003-09-24  Ziemowit Laski  <zlaski@apple.com>
8546
8547         MERGE OF objc-improvements-branch into MAINLINE:
8548         * lib/objc.exp (objc_target_compile): Do not point at libobjc headers
8549         if libobjc has not been built.
8550         * objc/execute/IMP.m, objc/execute/_cmd.m, objc/execute/bf-common.h,
8551         objc/execute/bycopy-3.m, objc/execute/class-{1-14}.m,
8552         objc/execute/class-self-2.m, objc/execute/many_args_method.m,
8553         objc/execute/nested-3.m, objc/execute/np-2.m,
8554         objc/execute/object_is_class.m, objc/execute/object_is_meta_class.m,
8555         objc/execute/redefining_self.m, objc/execute/root_methods.m,
8556         objc/execute/static-{1-2}.m, objc/execute/string-{1-4}.m,
8557         objc/execute/va_method.m, objc.dg/comp-types-4.m, objc.dg/headers.m,
8558         objc.dg/special/unclaimed-category-1.h,
8559         objc.dg/special/unclaimed-category-1.m: Make usable with NeXT as
8560         well as GNU runtime.
8561         * execute/next_mapping.h: New header, for GNU->NeXT impedance matching.
8562         * execute/cascading-1.m, execute/function-message-1.m,
8563         objc.dg/anon-1.m, objc.dg/bitfield-{3-4}.m,
8564         objc.dg/call-super-{1-3}.m, objc.dg/category-1.m,
8565         objc.dg/const-str-{3-6}.m, objc.dg/encode-{1-4}.m,
8566         objc.dg/func-ptr-1.m, objc.dg/gnu-runtime-1.m, objc.dg/image-info.m,
8567         objc.dg/method-{3-12}.m, objc.dg/missing-proto-{1-3}.m,
8568         objc.dg/nested-func-1.m, objc.dg/proto-lossage-2.m,
8569         objc.dg/proto-qual-1.m, objc.dg/sizeof-1.m, objc.dg/static-1.m,
8570         objc.dg/symtab-1.m, objc.dg/try-catch-{1-4}.m,
8571         objc.dg/type-size-{1-2}.m, objc.dg/zero-link-{1-2}.m: New test cases.
8572         * objc.dg/bitfield-2.m: Run only on Darwin.
8573         * objc.dg/class-2.m, objc.dg/comp-types-1.m, objc.dg/desig-init-1.m,
8574         objc.dg/method-{1-2}.m, objc.dg/proto-hier-1.m,
8575         objc.dg/proto-lossage-1.m: Adjust for message wording changes.
8576         * objc.dg/const-str-1.m: Fix constant string layout.
8577
8578 2003-09-24  Alexandre Oliva  <aoliva@redhat.com>
8579
8580         * gcc.dg/cpp/Wunknown-pragmas-1.c: New test.
8581
8582 2003-09-23  Geoffrey Keating  <geoffk@apple.com>
8583
8584         * gcc.dg/darwin-abi-1.c: New file.
8585
8586 2003-09-21  Andrew Pinski  <pinskia@physics.uc.edu>
8587
8588         PR target/12281
8589         * gcc.c-torture/compile/20030921-1.c: New test.
8590
8591 2003-09-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
8592
8593         * g++.dg/opt/reg-stack2.C: New test.
8594
8595 2003-09-21  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
8596
8597         * g++.dg/eh/delayslot1.C: New test.
8598
8599 2003-09-20  Richard Henderson  <rth@redhat.com>
8600
8601         * gcc.dg/format/gcc_diag-1.c: Add tests for %J.
8602
8603 2003-09-20  Roger Sayle  <roger@eyesopen.com>
8604
8605         * gcc.c-torture/execute/20030920-1.c: New test case.
8606
8607 2003-09-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8608
8609         * g++.dg/rtti/typeid3.C: Correct expected error message.
8610
8611 2003-09-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8612
8613         PR c++/157
8614         * g++.dg/parse/crash12.C: New test.
8615
8616 2003-09-19  Janis Johnson  <janis187@us.ibm.com>
8617
8618         * gcc.dg/compat/mixed-struct-check.h: New.
8619         * gcc.dg/compat/mixed-struct-defs.h: New.
8620         * gcc.dg/compat/mixed-struct-init.h: New.
8621         * gcc.dg/compat/struct-by-value-19_main.c: New.
8622         * gcc.dg/compat/struct-by-value-19_x.c: New.
8623         * gcc.dg/compat/struct-by-value-19_y.c: New.
8624         * gcc.dg/compat/struct-by-value-20_main.c: New.
8625         * gcc.dg/compat/struct-by-value-20_x.c: New.
8626         * gcc.dg/compat/struct-by-value-20_y.c: New.
8627         * gcc.dg/compat/struct-return-19_main.c: New.
8628         * gcc.dg/compat/struct-return-19_x.c: New.
8629         * gcc.dg/compat/struct-return-19_y.c: New.
8630         * gcc.dg/compat/struct-return-20_main.c: New.
8631         * gcc.dg/compat/struct-return-20_x.c: New.
8632         * gcc.dg/compat/struct-return-20_y.c: New.
8633
8634 2003-09-19  Andrew Pinski  <pinskia@physics.uc.edu>
8635         * g++.dg/init/array11.C: Change unsigned to __SIZE_TYPE__
8636         so that it will not complain on LP64 targets.
8637
8638 2003-09-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8639
8640         PR c++/495
8641         * g++.dg/template/friend24.C: New test.
8642
8643 2003-09-19  Nathan Sidwell  <nathan@codesourcery.com>
8644
8645         PR c++/12332
8646         * g++.dg/template/memtmpl2.C: New test.
8647
8648 2003-09-18  Mark Mitchell  <mark@codesourcery.com>
8649
8650         PR target/11184
8651         * gcc.dg/builtin-apply1.c: New test.
8652
8653 2003-09-18  Nathan Sidwell  <nathan@codesourcery.com>
8654
8655         PR c++/9848
8656         * g++.dg/warn/Wunused-4.C: New test.
8657
8658 2003-09-18  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
8659
8660         PR c++/12316
8661         * g++.dg/other/gc2.C: New test.
8662
8663 2003-09-17  Mark Mitchell  <mark@codesourcery.com>
8664
8665         PR c++/11991
8666         * g++.dg/rtti/typeid3.C: New test.
8667
8668         PR c++/12266
8669         * g++.dg/overload/template1.C: New test.
8670
8671 2003-09-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
8672
8673         * g++.dg/opt/cfg3.C: New test.
8674
8675 2003-09-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8676
8677         PR c++/7939
8678         * g++.dg/template/crash11.C: New test.
8679
8680 2003-09-16  Jason Merrill  <jason@redhat.com>
8681             Jakub Jelinek  <jakub@redhat.com>
8682
8683         * gcc.dg/attr-warn-unused-result.c: New test.
8684
8685 2003-09-15  Nathan Sidwell  <nathan@codesourcery.com>
8686
8687         PR c++/12184
8688         * g++.dg/expr/call2.C: New test.
8689
8690 2003-09-15  Andreas Jaeger  <aj@suse.de>
8691
8692         * gcc.dg/Wold-style-definition-1.c: New test.
8693
8694 2003-09-14  Mark Mitchell  <mark@codesourcery.com>
8695
8696         PR c++/3907
8697         * g++.dg/parse/template12.C: New test.
8698
8699         * g++.dg/abi/bitfield11.C: New test.
8700         * g++.dg/abi/bitfield12.C: Likewise.
8701
8702 2003-09-14  Alexandre Oliva  <aoliva@redhat.com>
8703
8704         * gcc.dg/cpp/separate-1.c: Adjust line of error.  Test for correct
8705         non-expansion of functional macro name without arguments at EOL.
8706         * gcc.dg/cpp/spacing1.c: Revert 2003-08-04's change.  Likewise.
8707
8708 2003-09-14  Richard Sandiford  <rsandifo@redhat.com>
8709
8710         * gcc.c-torture/execute/20030914-[12].c: New tests.
8711
8712 2003-09-11  Nathan Sidwell  <nathan@codesourcery.com>
8713
8714         PR c++/11788
8715         * g++.dg/overload/addr1.C: New test.
8716
8717 2003-09-10  Ian Lance Taylor  <ian@wasabisystems.com>
8718
8719         * gcc.dg/20030909-1.c: New test.
8720
8721 2003-09-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
8722
8723         * gcc.dg/ultrasp10.c: New test.
8724
8725 2003-09-09  Devang Patel  <dpatel@apple.com>
8726
8727         * gcc.dg/darwin-ld-6.c: New test.
8728
8729 2003-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8730
8731         * gcc.dg/torture/builtin-explog-1.c: New testcase.
8732
8733 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
8734
8735         * gcc.dg/ia64-types1.c: New test.
8736         * gcc.dg/ia64-types2.c: Likewise.
8737
8738 2003-09-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8739
8740         * gcc.dg/builtins-1.c: Add more _Complex tests.
8741         * gcc.dg/torture/builtin-attr-1.c: Likewise.
8742
8743         * gcc.dg/builtins-1.c: Test existing _Complex functions.
8744         * gcc.dg/torture/builtin-attr-1.c: Likewise.
8745
8746 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
8747
8748         PR c++/11786
8749         * g++.dg/lookup/koenig2.C: New test.
8750
8751         PR c++/5296
8752         * g++.dg/rtti/typeid2.C: New test.
8753
8754 2003-09-08  Jakub Jelinek  <jakub@redhat.com>
8755
8756         * gcc.c-torture/compile/20030904-1.c: New test.
8757
8758 2003-09-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
8759
8760         * g++.dg/opt/longbranch2.C: New test.
8761
8762 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
8763
8764         * g++.dg/template/crash10.C: Only compile it.
8765
8766 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
8767
8768         PR middle-end/11665
8769         * gcc.c-torture/compile/20030907-1.c: New test.
8770         * g++.dg/init/array11.C: New test.
8771
8772 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
8773
8774         PR c++/11852
8775         * g++.dg/init/struct1.C: New test.
8776
8777 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
8778
8779         PR c++/12181
8780         * g++.dg/expr/comma1.C: New test.
8781
8782 2003-09-06  Mark Mitchell  <mark@codesourcery.com>
8783
8784         PR c++/11867
8785         * g++.dg/expr/static_cast5.C: New test.
8786
8787 2003-09-06  Andrew Pinski  <pinskia@physics.uc.edu>
8788
8789         PR c++/11507
8790         * g++.dg/lookup/scoped7.C: New test.
8791
8792         PR c++/9574
8793         * g++.dg/other/static1.C: New test.
8794
8795         PR c++/11490
8796         * g++.dg/warn/template-1.C: New test.
8797
8798         PR c++/11432
8799         * g++.dg/template/crash10.C: New test.
8800
8801         PR c++/2478
8802         * g++.dg/overload/VLA.C: New test.
8803
8804         PR c++/10804
8805         * g++.dg/template/call1.C: New test.
8806
8807 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
8808
8809         PR c++/11794
8810         * g++.dg/parse/using3.C: New test.
8811
8812 2003-09-06  Roger Sayle  <roger@eyesopen.com>
8813
8814         PR c++/11409
8815         * g++.dg/overload/builtin3.C: New test case.
8816
8817 2003-09-06  Steven Bosscher  <steven@gcc.gnu.org>
8818
8819         PR c/9862
8820         * gcc.dg/20030906-1.c: New test.
8821         * gcc.dg/20030906-2.c: Likewise.
8822
8823 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
8824
8825         PR c++/12167
8826         * g++.dg/parse/defarg5.C: New test.
8827
8828         * g++.dg/template/non-type-template-argument-1.C: Tweak expected error.
8829
8830 2003-09-05  Mark Mitchell  <mark@codesourcery.com>
8831
8832         PR c++/12163
8833         * g++.dg/expr/static_cast4.C: New test.
8834
8835         PR c++/12146
8836         * g++.dg/template/crash9.C: New test.
8837
8838 2003-09-05  Andrew Pinski  <pinskia@physics.uc.edu>
8839
8840         * g++.old-deja/g++.ext/pretty2.C: Update for change
8841         in __FUNCTION__.
8842         * g++.old-deja/g++.ext/pretty3.C: Likewise.
8843
8844 2003-09-05  Nathan Sidwell  <nathan@codesourcery.com>
8845
8846         PR c++/11922
8847         * g++/dg/template/qualified-id1.C: New test.
8848
8849         PR c++/12037
8850         * g++.dg/warn/noeffect4.C: New test.
8851
8852 2003-09-04  Matt Austern  <austern@apple.com>
8853
8854         * g++.dg/ext/fnname1.C: New test. (__func__ for C++.)
8855         * g++.dg/ext/fnname2.C: Likewise.
8856         * g++.dg/ext/fnname3.C: Likewise.
8857
8858 2003-09-04  Mark Mitchell  <mark@codesourcery.com>
8859
8860         * g++.dg/expr/lval1.C: New test.
8861         * g++.dg/ext/lvcast.C: Remove.
8862
8863 2003-09-03  Roger Sayle  <roger@eyesopen.com>
8864
8865         PR optimization/11700.
8866         * gcc.c-torture/compile/20030903-1.c: New test case.
8867
8868 2003-09-03  Mark Mitchell  <mark@codesourcery.com>
8869
8870         PR c++/12053
8871         * g++.dg/abi/layout4.C: New test.
8872
8873 2003-09-02  Scott Brumbaugh  <scottb.lists@verizon.net>
8874
8875         PR c++/11553
8876         * g++.dg/parse/friend3.C: New test.
8877
8878 2003-09-02  Mark Mitchell  <mark@codesourcery.com>
8879
8880         PR c++/11847
8881         * g++.dg/template/class1.C: New test.
8882
8883         PR c++/11808
8884         * g++.dg/expr/call1.C: New test.
8885
8886 2003-09-01  Mark Mitchell  <mark@codesourcery.com>
8887
8888         PR c++/12114
8889         * g++.dg/init/ref9.C: New test.
8890
8891         PR c++/11972
8892         * g++.dg/template/nested4.C: New test.
8893
8894 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
8895
8896         PR c++/12093
8897         * g++.dg/template/non-dependent4.C: New test.
8898
8899         PR c++/11928
8900         * g++.dg/inherit/conv1.C: New test.
8901
8902 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
8903
8904         PR c++/6196
8905         * g++.dg/ext/label1.C: New test.
8906         * g++.dg/ext/label2.C: Likewise.
8907
8908 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
8909
8910         * g++.dg/expr/cond3.C: New test.
8911
8912 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8913
8914         * gcc.dg/builtins-1.c: Add new builtin cases.
8915
8916 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8917
8918         * gcc.dg/builtins-1.c: Add new cases.
8919         * gcc.dg/torture/builtin-attr-1.c: Likewise.
8920
8921 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8922
8923         * gcc.dg/builtins-1.c: Add more math builtin tests.
8924         * gcc.dg/torture/builtin-attr-1.c: New test.
8925
8926 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
8927
8928         PR optimization/5079
8929         * g++.dg/opt/static3.C: New test.
8930
8931 2003-08-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8932
8933         * gcc.misc-tests/gcov-10b.c: New test.
8934
8935 2003-08-27  Mark Mitchell  <mark@codesourcery.com>
8936
8937         * g++.dg/opt/ptrmem3.C: New test.
8938
8939         * g++.old-deja/g++.pt/overload8.C: Remove XFAIL.
8940
8941 2003-08-27  Jakub Jelinek  <jakub@redhat.com>
8942
8943         * gcc.dg/20030826-2.c: New test.
8944
8945 2003-08-26  Roger Sayle  <roger@eyesopen.com>
8946
8947         PR middle-end/12002
8948         * g77.f-torture/compile/12002.f: New test case.
8949
8950 2003-08-26  Roger Sayle  <roger@eyesopen.com>
8951
8952         * gcc.dg/20030826-1.c: New test case.
8953
8954 2003-08-26  Matt Kraai  <kraai@alumni.cmu.edu>
8955
8956         * gcc.dg/noncompile/20030818-1.c: Expect second line of error.
8957
8958 2003-08-26  Nathan Sidwell  <nathan@codesourcery.com>
8959
8960         PR c++/11871
8961         * c++.dg/lookup/crash1.C: New test.
8962
8963         * c++.dg/warn/noeffect3.C: New test.
8964
8965 2003-08-25  Janis Johnson  <janis187@us.ibm.com>
8966
8967         * gcc.dg/compat/vector-1_x.c: Compile with -w.
8968         * gcc.dg/compat/vector-1_y.c: Ditto.
8969         * gcc.dg/compat/vector-2_x.c: Ditto.
8970         * gcc.dg/compat/vector-2_y.c: Ditto.
8971
8972 2003-08-25  Ulrich Weigand  <uweigand@de.ibm.com>
8973
8974         * gcc.dg/20030702-1.c: New test.
8975
8976 2003-08-25  Mark Mitchell  <mark@codesourcery.com>
8977
8978         PR c++/8795
8979         * g++.dg/ext/altivec-1.C: New test.
8980
8981 2003-08-24  Richard Henderson  <rth@redhat.com>
8982
8983         * g++.dg/eh/simd-2.C: Add -w for x86.
8984
8985 2003-08-23  Jakub Jelinek  <jakub@redhat.com>
8986
8987         * gcc.dg/20030815-1.c: New test.
8988
8989 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8990
8991         PR c++/3765
8992         * g++.dg/parse/access6.C: New test.
8993
8994 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8995
8996         PR c++/641, c++/11876
8997         * g++.dg/template/friend22.C: New test.
8998         * g++.dg/template/friend23.C: Likewise.
8999
9000 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
9001
9002         * gcc.misc-tests/linkage.exp: Treat all HP-UX platforms
9003         identically.
9004
9005 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
9006
9007         * g++.old-deja/g++.ext/attrib5.C: XFAIL on hppa2*-hp-hpux11*.
9008
9009 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
9010
9011         * gcc.dg/20020313-1.c: Add "-w" to dg-options.
9012
9013 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
9014
9015         * gcc.misc-tests/linkage.exp: Add logic for ia64-hp-hpux*.
9016
9017 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
9018
9019         * g++.dg/other/packed1.C: Add XFAIL marker for ia64-hp-hpux*.
9020
9021 2003-08-21  Mark Mitchell  <mark@codesourcery.com>
9022
9023         PR c++/11919
9024         * g++.dg/overload/prom1.C: New test.
9025
9026         PR c++/11551
9027         * g++.dg/parse/dtor2.C: New test.
9028
9029         PR c++/10762
9030         * g++.dg/parse/using2.C: New test.
9031
9032 2003-08-21  Kazu Hirata  <kazu@cs.umass.edu>
9033
9034         PR target/11805
9035         * gcc.c-torture/compile/20030821-1.c: New.
9036
9037 2003-08-20  Mark Mitchell  <mark@codesourcery.com>
9038
9039         PR c++/11834
9040         * g++.dg/template/deduce2.C: New test.
9041
9042 2003-08-21  Josef Zlomek  <zlomekj@suse.cz>
9043
9044         * gcc.c-torture/execute/20030821-1.c: New test.
9045
9046 2003-08-20  Roger Sayle  <roger@eyesopen.com>
9047
9048         PR middle-end/11984
9049         * gcc.dg/20030820-1.c: New test case.
9050
9051 2003-08-20  Nathan Sidwell  <nathan@codesourcery.com>
9052
9053         PR c++/11945
9054         * g++.dg/warn/noeffect2.C: New test.
9055
9056 2003-08-19  Mark Mitchell  <mark@codesourcery.com>
9057
9058         PR c++/10926
9059         * g++.dg/template/dtor2.C: New test.
9060
9061         PR c++/11684
9062         * g++.dg/template/operator1.C: New test.
9063         * g++.dg/parse/operator4.C: New test.
9064
9065         PR c++/11946.C
9066         * g++.dg/expr/enum1.C: New test.
9067         * gcc.dg/c99-bool-1.c: Remove bogus warning.
9068
9069         PR c++/11036.C
9070         * g++.dg/parse/elab2.C: New test.
9071         * g++.dg/parse/typedef4.C: Change error message.
9072         * g++.old-deja/g++.robertl/eb133.C: Remove bogus error markers.
9073         * g++.old-deja/g++.robertl/eb133a.C: Remove bogus error markers.
9074         * g++.old-deja/g++.robertl/eb133b.C: Remove bogus error markers.
9075
9076 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
9077
9078         * gcc.dg/pch/warn-1.c: New.
9079         * gcc.dg/pch/warn-1.hs: New.
9080
9081         * lib/dg-pch.exp (dg-pch): Use 'return' not 'continue' to skip
9082         not-tested file.
9083
9084 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
9085
9086         * gcc.dg/uninit-E.c: Add forgotten dg-warning marker.
9087
9088 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
9089
9090         * gcc.dg/uninit-D.c: New Test.
9091         * gcc.dg/uninit-E.c: New Test.
9092         * gcc.dg/uninit-F.c: New Test.
9093         * gcc.dg/uninit-G.c: New Test.
9094
9095 2003-08-19  Michael Ritzert  <ritzert@t-online.de>
9096
9097         * g++.dg/README: Describe the pch directory.
9098
9099 2003-08-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9100
9101         PR c++/11174
9102         * g++.dg/parse/access4.C: New test.
9103         * g++.dg/parse/access5.C: Likewise.
9104         * g++.old-deja/g++.jason/access17.C: Adjust error message.
9105
9106 2003-08-18  Matt Kraai  <kraai@alumni.cmu.edu>
9107
9108         * gcc.dg/noncompile/20030818-1.c: New.
9109
9110 2003-08-18  Nathan Sidwell  <nathan@codesourcery.com>
9111
9112         PR c++/11957
9113         * g++.dg/warn/noeffect1.C: New test.
9114
9115         * g++.dg/template/scope2.C: New test.
9116         * g++.dg/template/error2.C: Correct dg-error
9117
9118 2003-08-18  Richard Sandiford  <rsandifo@redhat.com>
9119
9120         * gcc.c-torture/compile/mipscop*.c: Turn into compile-only tests.
9121
9122 2003-08-16  Nathan Sidwell  <nathan@codesourcery.com>
9123
9124         PR C++/11512
9125         * g++.dg/template/warn1.C: New.
9126
9127 2003-08-15  Nathan Sidwell  <nathan@codesourcery.com>
9128
9129         * g++.dg/template/error2.C: New test.
9130         * g++.dg/lookup/using7.C: Adjust errors
9131         * g++.old-deja/g++.pt/crash36.C: Likewise.
9132         * g++.old-deja/g++.pt/derived3.C: Likewise.
9133
9134 2003-08-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9135
9136         * gcc.c-torture/execute/builtins/lib/strcat.c: New.
9137         * gcc.c-torture/execute/builtins/string-9-lib.c: New.
9138         * gcc.c-torture/execute/builtins/string-9.c: New, from
9139         string-opt-9.c.  Adjust for execute/builtins framework.
9140         * gcc.c-torture/execute/string-opt-9.c: Delete.
9141
9142 2003-08-12  Mark Mitchell  <mark@codesourcery.com>
9143
9144         * g++.dg/init/new8.C: Use __SIZE_TYPE__ to get the type of size_t.
9145
9146         * g++.dg/parse/ret-type2.C: New test.
9147
9148         PR c++/11703
9149         * g++.dg/init/new8.C: New test.
9150
9151         PR c++/10923
9152         * g++.dg/parse/typedef5.C: New test.
9153
9154         PR c++/9512
9155         * g++.dg/parse/qualified2.C: New test.
9156         * g++.old-deja/g++.other/decl5.C: Mark one more instance of
9157         invalid code.
9158
9159 2003-08-11  Mark Mitchell  <mark@codesourcery.com>
9160
9161         * g++.dg/conversion/ptrmem1.C: New test.
9162
9163 2003-08-11  Jakub Jelinek  <jakub@redhat.com>
9164
9165         PR target/11693
9166         * gcc.dg/20030811-1.c: New test.
9167
9168         PR target/11535
9169         * gcc.c-torture/execute/20030811-1.c: New test.
9170
9171 2003-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9172
9173         * gcc.c-torture/execute/string-opt-9.c: Add more strcat cases.
9174
9175 2003-08-10  Mark Mitchell  <mark@codesourcery.com>
9176
9177         PR c++/11789.C
9178         * g++.dg/inherit/multiple1.C: New test.
9179
9180 2003-08-10  Nathan Sidwell  <nathan@codesourcery.com>
9181
9182         * gcc.dg/spe1.c: New test.
9183
9184         PR c++/11670
9185         * g++.dg/expr/cast2.C: New test.
9186
9187         PR c++/10530
9188         * g++.dg/template/dependent-name2.C: New test.
9189
9190 2003-08-08  Andrew Pinski  <pinskia@physics.uc.edu>
9191
9192         * g++.dg/parse/crash11.C: Put the dg options in comments.
9193
9194 2003-08-08  Neil Booth  <neil@daikokuya.co.uk>
9195
9196         * lib/gcc-dg.exp: Update for diagnostic change.
9197
9198 2003-08-07  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9199
9200         PR c++/5767
9201         * g++.dg/parse/crash11.C: New test.
9202
9203 2003-08-06  Alexandre Oliva  <aoliva@redhat.com>
9204
9205         * gcc.dg/cpp/spacing1.c: Update.
9206
9207 2003-08-04  Janis Johnson  <janis187@us.ibm.com>
9208
9209         PR target/11739
9210         * gcc.misc-tests/i386-prefetch.exp: Use -march=i386 when specifying
9211         a value for -mtune.
9212
9213 2003-08-04  Roger Sayle  <roger@eyesopen.com>
9214
9215         PR middle-end/11771
9216         * gcc.c-torture/compile/20030804-1.c: New test case.
9217
9218 2003-08-04  Roger Sayle  <roger@eyesopen.com>
9219
9220         * gcc.dg/20030804-1.c: New test case.
9221
9222 2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
9223
9224         * gcc.dg/cpp/separate-1.c: New test.
9225
9226 2003-08-03  Nathan Sidwell  <nathan@codesourcery.com>
9227
9228         PR c++/11704
9229         * g++.dg/template/dependent-expr2.C: New test.
9230
9231         PR c++/11766
9232         * g++.dg/expr/ptrmem1.C: New test.
9233
9234 2003-08-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9235
9236         PR c++/9453
9237         * g++.dg/template/friend15.C: New test.
9238
9239 2003-08-03  Neil Booth  <neil@daikokuya.co.uk>
9240
9241         * lib/dg-pch.exp: Work round PCH bug.
9242
9243 2003-08-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9244
9245         * gcc.dg/builtins-1.c: Add macro helpers.  Add missing math
9246         builtins.  Move cases from builtins-4.c here.
9247
9248         * gcc.dg/torture/builtin-math-1.c: New test taken from
9249         bits of gcc.dg/builtins-3.c, gcc.dg/builtins-5.c and also some
9250         additional cases.
9251
9252         * gcc.dg/builtins-3.c, gcc.dg/builtins-4.c, gcc.dg/builtins-5.c:
9253         Delete.
9254
9255 2003-08-02  Nathan Sidwell  <nathan@codesourcery.com>
9256
9257         PR c++/9447
9258         * g++.dg/template/using7.C: New test.
9259
9260 2003-08-02  Neil Booth  <neil@daikokuya.co.uk>
9261
9262         * import1.c, import2.c: New tests.
9263
9264 2003-08-01  Jakub Jelinek  <jakub@redhat.com>
9265
9266         * g++.dg/eh/crossjump1.C: New test.
9267
9268 2003-08-01  Mark Mitchell  <mark@codesourcery.com>
9269
9270         PR c++/11697
9271         * g++.dg/template/using6.C: New test.
9272
9273         PR c++/11744
9274         * g++.dg/template/koenig2.C: New test.
9275
9276 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9277
9278         PR c++/7983
9279         * g++.dg/parse/typedef4.C: New test.
9280
9281 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9282
9283         PR c++/8442, c++/8806
9284         * g++.dg/template/elab1.C: New test.
9285         * g++.dg/template/type2.C: Likewise.
9286         * g++.dg/template/ttp3.C: Adjust expected error message.
9287         * g++.old-deja/g++.law/visibility13.C: Likewise.
9288         * g++.old-deja/g++.niklas/t135.C: Likewise.
9289         * g++.old-deja/g++.pt/ttp41.C: Likewise.
9290         * g++.old-deja/g++.pt/ttp43.C: Use qualified name for template
9291         template argument.
9292         * g++.old-deja/g++.pt/ttp44.C: Likewise.
9293
9294 2003-08-01  Nathan Sidwell  <nathan@codesourcery.com>
9295
9296         PR c++/11295
9297         * g++.dg/ext/stmtexpr1.C: New test.
9298
9299         * g++.dg/opt/tmp1.C: New test.
9300
9301         PR c++/11525
9302         * g++.dg/parse/constant4.C: New test.
9303
9304         PR c++/9447
9305         * g++.dg/template/using5.C: New test.
9306
9307 2003-07-31  Roger Sayle  <roger@eyesopen.com>
9308
9309         * gcc.dg/builtins-27.c: New test case.
9310
9311 2003-07-31  Jakub Jelinek  <jakub@redhat.com>
9312
9313         * gcc.dg/tls/opt-7.c: New test.
9314
9315 2003-07-31  Andrew Pinski  <pinskia@physics.uc.edu>
9316
9317         * g++.old-deja/g++.other/crash18.C: Remove.
9318
9319 2003-07-31  Nathan Sidwell  <nathan@codesourcery.com>
9320
9321         * g++.dg/template/explicit3.C: New.
9322         * g++.dg/template/explicit4.C: New.
9323         * g++.dg/template/explicit5.C: New.
9324
9325         PR c++/11347
9326         * g++.dg/template/memtmpl1.C: New.
9327
9328 2003-07-29  Andrew Pinski <pinskia@physics.uc.edu>
9329
9330         PR target/11565
9331         * gcc.dg/i386-387-1.c (dg-options): Add -march=i386.
9332         * gcc.dg/i386-387-5.c (dg-options): Likewise.
9333
9334 2003-07-30  Jan Hubicka  <jh@suse.cz>
9335
9336         * vtgc1.c: Kill.
9337
9338 2003-07-29  Zack Weinberg  <zack@codesourcery.com>
9339
9340         * gcc.dg/struct-in-proto-1.c: New test.
9341
9342 2003-07-29  Neil Booth  <neil@daikokuya.co.uk>
9343
9344         * gcc.dg/cpp/include2.c: Only expect one message.
9345
9346 2003-07-29  Nathan Sidwell  <nathan@codesourcery.com>
9347
9348         PR c++/9447
9349         * g++.dg/template/using1.C: New test.
9350         * g++.dg/template/using2.C: New test.
9351         * g++.dg/template/using3.C: New test.
9352         * g++.dg/template/using4.C: New test.
9353
9354 2003-07-29  Alexandre Oliva  <aoliva@redhat.com>
9355
9356         * gcc.c-torture/execute/string-opt-9.c: strcmp returns int.
9357         * gcc.c-torture/execute/string-opt-10.c: Likewise.
9358
9359 2003-07-28  Jan Hubicka  <jh@suse.cz>
9360
9361         PR c++/11530
9362         * g++.dg/opt/call1.C: New test.
9363
9364 2003-07-28  Alexandre Oliva <aoliva@redhat.com>
9365
9366         PR c++/11667
9367         * g++.dg/init/enum2.C: New test.
9368         * g++.dg/template/overload1.C: Add "-w" option.
9369
9370 2003-07-28    <hp@bitrange.com>
9371
9372         * gcc.dg/Wdeclaration-after-statement-1.c,
9373         gcc.dg/Wdeclaration-after-statement-2.c: New tests.
9374
9375 2003-07-28  Jakub Jelinek  <jakub@redhat.com>
9376
9377         * gcc.c-torture/compile/20030725-1.c: New test.
9378
9379 2003-07-28  Aldy Hernandez  <aldyh@redhat.com>
9380
9381         * gcc.dg/20030505.c: Only run for SPE.
9382         Remove definition of opaque type.
9383
9384 2003-07-27  Mark Mitchell  <mark@codesourcery.com>
9385
9386         * g++.dg/template/ptrmem6.C: New test.
9387
9388 2003-07-26  Geoffrey Keating  <geoffk@apple.com>
9389
9390         * gcc.c-torture/compile/zero-strct-2.c: New test.
9391
9392 2003-07-25  Geoffrey Keating  <geoffk@apple.com>
9393
9394         * gcc.dg/intermod-1.c: New test.
9395
9396 2003-07-25  Nathan Sidwell  <nathan@codesourcery.com>
9397
9398         PR c++/11617
9399         * g++.dg/template/lookup2.C: New test.
9400         * g++.dg/template/memclass1.C: Remove instantiated from error.
9401         * g++.dg/other/error2.C: Tweak expected errors.
9402
9403         PR c++/11596
9404         * g++.dg/template/defarg3.C: New test.
9405
9406         * g++.dg/ext/packed2.C: Pack member struct too. Explain why.
9407
9408 2003-07-24  Mark Mitchell  <mark@codesourcery.com>
9409
9410         * g++.dg/inherit/access5.C: New test.
9411
9412 2003-07-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9413
9414         PR c++/11513
9415         * g++.dg/template/crash8.C: New test.
9416
9417 2003-07-23  Steven Bosscher <steven@gcc.gnu.org>
9418
9419         PR c/10602
9420         * gcc.dg/noncompile/incomplete-2.c: New test.
9421
9422 2003-07-23  Mark Mitchell  <mark@codesourcery.com>
9423
9424         PR c++/11645
9425         * g++.dg/inherit/access4.C: New test.
9426
9427         PR c++/11517
9428         * g++.dg/expr/cond2.C: New test.
9429
9430         PR optimization/10679
9431         * g++.dg/opt/inline4.C: New test.
9432
9433 2003-07-23  Nathan Sidwell  <nathan@codesourcery.com>
9434
9435         * g++.dg/parse/crash10: New test.
9436
9437 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
9438
9439         * g++.dg/ext/flexary1.C: New test.
9440
9441 2003-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9442
9443         PR c++/10793
9444         * g++.dg/template/crash9.C: New test.
9445
9446 2003-07-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
9447
9448         PR c++/3004
9449         * g++.dg/parse/typedef3.C: New test.
9450
9451         PR c++/7906
9452         * g++.dg/parse/operator2.C: New test.
9453
9454         PR c++/8895
9455         * g++.dg/parse/def-tmpl-arg1.C: New test.
9456
9457         PR c++/9282
9458         * g++.dg/parse/funptr1.C: New test.
9459
9460         PR c++/9452
9461         * g++.dg/parse/ambig3.C: New test.
9462
9463         PR c++/9454
9464         * g++.dg/parse/operator3.C: New test.
9465
9466         PR c++/9486
9467         * g++.dg/parse/template10.C: New test.
9468
9469         PR c++/9488
9470         * g++.dg/parse/template11.C: New test.
9471
9472         PR c++/10150
9473         * g++.dg/parse/invalid-op1.C: New test.
9474
9475         PR c++/10247
9476         * g++.dg/parse/condexpr1.C: New test.
9477
9478 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
9479
9480         * g++.dg/ext/packed3.C: New test.
9481         * g++.dg/ext/packed4.C: New test.
9482
9483         * gcc.dg/pack-test-3.c: New test.
9484
9485 2003-07-21  Janis Johnson  <janis187@us.ibm.com>
9486
9487         * lib/compat.exp: Handle dg-options per source file.
9488         * g++.dg/compat/abi/bitfield1_x.C: Specify dg-options.
9489         * g++.dg/compat/abi/bitfield1_y.C: Ditto.
9490         * g++.dg/compat/abi/bitfield2_x.C: Ditto.
9491         * g++.dg/compat/abi/bitfield2_y.C: Ditto.
9492         * g++.dg/compat/abi/vbase8-10_x.C: Ditto.
9493         * g++.dg/compat/abi/vbase8-10_y.C: Ditto.
9494         * g++.dg/compat/abi/vbase8-21_x.C: Ditto.
9495         * g++.dg/compat/abi/vbase8-21_y.C: Ditto.
9496         * g++.dg/compat/abi/vbase8-22_x.C: Ditto.
9497         * g++.dg/compat/abi/vbase8-22_y.C: Ditto.
9498         * g++.dg/compat/abi/vbase8-4_x.C: Ditto.
9499         * g++.dg/compat/abi/vbase8-4_y.C: Ditto.
9500         * g++.dg/compat/break/bitfield7_x.C: Ditto.
9501         * g++.dg/compat/break/bitfield7_y.C: Ditto.
9502
9503 2003-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
9504
9505         PR c/10320
9506         * gcc.c-torture/execute/20030718-1.c: New test.
9507
9508 2003-07-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
9509
9510         PR optimization/11536
9511         * gcc.dg/20030721-1.c: New test.
9512
9513 2003-07-19  Mark Mitchell  <mark@codesourcery.com>
9514
9515         PR c++/11546
9516         * g++.dg/template/lookup1.C: New test.
9517
9518 2003-07-19  Zack Weinberg  <zack@codesourcery.com>
9519
9520         * gcc.dg/noncompile/label-1.c: New comprehensive test case for
9521         diagnostics of ill-formed constructs involving labels.
9522         * gcc.dg/noncompile/label-lineno-1.c: Add error regexp for
9523         the new 'previously defined here' message.
9524
9525 2003-07-18  Nathan Sidwell  <nathan@codesourcery.com>
9526
9527         * g++.dg/parse/non-dependent2.C: New test.
9528
9529 2003-07-18  Andrew Pinski  <pinskia@physics.uc.edu>
9530
9531         * g++.dg/init/init-ref4.C: xfail on targets without
9532         weak symbols.
9533
9534 2003-07-17  Jakub Jelinek  <jakub@redhat.com>
9535
9536         PR target/11087
9537         * gcc.c-torture/execute/20030717-1.c: New test.
9538
9539 2003-07-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
9540
9541         * g++.dg/opt/cfg1.C: New test.
9542
9543 2003-07-17  Mark Mitchell  <mark@codesourcery.com>
9544
9545         PR optimization/11557
9546         * gcc.dg/20030717-1.c: New test.
9547
9548 2003-07-17  Andrew Pinski <pinskia@physics.uc.edu>
9549
9550         PR c++/10476
9551         * g++.dg/expr/crash-1.C: New test.
9552
9553         PR c++/11027
9554         * g++.dg/template/init3.C: New test.
9555
9556         PR c++/8222
9557         * g++.dg/template/non-dependent1.C: New test.
9558
9559         PR c++/11070
9560         * g++.dg/template/non-dependent2.C: New test.
9561
9562         PR c++/11071
9563         * g++.dg/template/non-dependent3.C: New test.
9564
9565         PR c++/9907
9566         * g++.dg/template/sizeof5.C: New test.
9567
9568 2003-07-17  Geoffrey Keating  <geoffk@apple.com>
9569
9570         PR 11498
9571         * gcc.c-torture/compile/mangle-1.c: New file.
9572
9573 2003-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9574
9575         PR c++/7809
9576         * g++.dg/parse/access3.C: New test.
9577
9578 2003-07-17  Andrew Pinski  <pinskia@physics.uc.edu>
9579
9580         PR c++/11384
9581         * g++.dg/init/init-ref4.C: New test.
9582
9583 2003-07-16  Mark Mitchell  <mark@codesourcery.com>
9584
9585         PR c++/11547
9586         * g++.dg/parse/constant3.C: New test.
9587         * g++.dg/parse/crash7.C: Likewise.
9588
9589 2003-07-16  Andrew Pinski  <pinskia@physics.uc.edu>
9590
9591         PR target/11008
9592         * gcc.dg/i386-pentium4-not-mull.c: New.
9593
9594 2003-07-16  J"orn Rennecke <joern.rennecke@superh.com>
9595
9596         * gcc.dg/asm-names.c (ymain): Make it weak.
9597
9598 2003-07-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9599
9600         PR c++/5421
9601         * g++.dg/template/friend21.C: New test.
9602
9603 2003-07-16  Jakub Jelinek  <jakub@redhat.com>
9604
9605         * gcc.dg/cleanup-8.c: New test.
9606         * gcc.dg/cleanup-9.c: New test.
9607
9608 2003-07-16  Danny Smith  <dannysmith@users.sourceforge.net>
9609
9610         * g++.dg/ext/dll-MI1.h: New file.
9611         * g++.dg/ext/dllexport-MI1.C: New file.
9612         * g++.dg/ext/dllimport-MI1.C: New file.
9613
9614 2003-07-15  Jakub Jelinek  <jakub@redhat.com>
9615
9616         * gcc.c-torture/execute/string-opt-8.c (main): Remove i370 and s390,
9617         it does not have cmpstrsi patterns (just cmpmemsi).
9618
9619 2003-07-15  Mark Mitchell  <mark@codesourcery.com>
9620
9621         PR debug/11473
9622         * g++.dg/debug/debug8.C: New test.
9623
9624 2003-07-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9625
9626         PR c++/10108
9627         * g++.dg/template/crash7.C: New test.
9628
9629 2003-07-15  Kazu Hirata  <kazu@cs.umass.edu>
9630
9631         PR target/10795
9632         * gcc.c-torture/compile/20030708-1.c: New.
9633
9634 2003-07-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
9635
9636         * gcc.c-torture/execute/20030715-1.c: New test.
9637
9638 2003-07-14  Geoffrey Keating  <geoffk@apple.com>
9639
9640         * gcc.dg/pch/inline-3.c: New file.
9641         * gcc.dg/pch/inline-3.hs: New file.
9642         * gcc.dg/pch/inline-4.c: New file.
9643         * gcc.dg/pch/inline-4.hs: New file.
9644
9645 2003-07-14  Mark Mitchell  <mark@codesourcery.com>
9646
9647         PR c++/11509
9648         * g++.dg/template/crash6.C: New test.
9649
9650         PR c++/7053
9651         * g++.dg/template/friend20.C: New test.
9652
9653         PR c++/7019
9654         * g++.dg/template/overload2.C: New test.
9655
9656 2003-07-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9657
9658         PR optimization/11440
9659         * gcc.c-torture/execute/20030714-1.c: New test.
9660
9661 2003-07-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9662
9663         PR c++/11154
9664         * g++.dg/template/partial2.C: New test.
9665
9666 2003-07-13  Mark Mitchell  <mark@codesourcery.com>
9667
9668         PR c++/11503
9669         * g++.dg/template/anon1.C: New test.
9670
9671         PR c++/11493
9672         PR c++/11495
9673         * g++.dg/parse/template9.C: Likewise.
9674         * g++.dg/template/crash4.C: New test.
9675         * g++.dg/template/koenig1.C: Likewise.
9676         * g++.old-deja/g++.benjamin/tem03.C: Adjust error markers.
9677         * g++.old-deja/g++.benjamin/tem06.C: Declare "x".
9678         * g++.old-deja/g++.jason/overload33.C: Use this-> when calling
9679         functions.
9680         * g++.old-deja/g++.jason/template36.C: Likewise.
9681         * g++.old-deja/g++.mike/p1989.C: Likewise.
9682         * g++.old-deja/g++.pt/lookup2.C: Use -fpermissive when compiling.
9683         * g++.old-deja/g++.pt/ttp20.C: Use this->.
9684         * g++.old-deja/g++.pt/ttp21.C: Use this->.
9685         * g++.old-deja/g++.pt/typename13.C: Use -fpermissive when
9686         compiling.
9687         * g++.old-deja/g++.pt/union2.C: Use this->.
9688
9689 2003-07-11  Jakub Jelinek  <jakub@redhat.com>
9690
9691         * gcc.dg/20030711-1.c: New test.
9692
9693 2003-07-11  Nathan Sidwell  <nathan@codesourcery.com>
9694
9695         PR c++/11050
9696         * g++.dg/parse/args1.C: New test.
9697         * g++.pt/defarg8.C: Change expected errors.
9698
9699 2003-07-11  Mark Mitchell  <mark@codesourcery.com>
9700
9701         PR c++/8164
9702         * g++.dg/template/nontype2.C: New test.
9703
9704         PR c++/10558
9705         * g++.dg/parse/template8.C: New test.
9706
9707         PR c++/8327
9708         * g++.dg/template/scope1.C: New test.
9709
9710         * g++.dg/warn/Wsign-compare-1.C: New test.
9711
9712 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
9713
9714         * gcc.dg/20021018-1.c: Disable if the sizeof (int) < 4.
9715
9716 2003-07-10  Mark Mitchell  <mark@codesourcery.com>
9717
9718         PR c++/9411
9719         * g++.dg/template/explicit2.C: New test.
9720
9721         PR c++/10032
9722         * g++.dg/warn/pedantic1.C: New test.
9723
9724 2003-07-10  Nathan Sidwell  <nathan@codesourcery.com>
9725
9726         PR c++ 9483
9727         * g++.dg/other/field1.C: New test.
9728
9729 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
9730
9731         PR c/11449
9732         * gcc.c-torture/compile/20030707-1.c: New.
9733
9734 2003-07-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9735
9736         PR c++/10849
9737         * g++.dg/template/access12.C: New test.
9738
9739 2003-07-09  Nathan Sidwell  <nathan@codesourcery.com>
9740
9741         * g++.dg/bprob/bprob.exp (prof_ext): Update.
9742         * g77.dg/bprob/bprob.exp (prof_ext): Update.
9743         * gcc.misc-tests/bprob.exp (prof_ext): Update.
9744         * gcc.misc-tests/gcov.exp: Update
9745         * g++.dg/gcov/gcov.exp: Update
9746         * lib/gcov.exp: Update.
9747
9748 2003-07-08  Mark Mitchell  <mark@codesourcery.com>
9749
9750         * g++.dg/abi/mangle17.C: Make sure template expressions are
9751         dependent.
9752         * g++.dg/abi/mangle4.C: Mark erroneous casts.
9753         * g++.dg/debug/debug7.C: Mark erronous new-declarator.
9754         * g++.dg/opt/stack1.C: Remove erroneous code.
9755         * g++.dg/parse/template7.C: New test.
9756         * g++.dg/template/dependent-expr1.C: Mark erroneous code.
9757         * g++.old-deja/g++.pt/crash4.C: Likewise.
9758
9759 2003-07-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9760
9761         * gcc.dg/const-elim-1.c (dg-final): Change regexp to match labels
9762         with zero or one occurence of `$' after the initial `L'.
9763
9764 2003-07-08  Kazu Hirata  <kazu@cs.umass.edu>
9765
9766         * gcc.c-torture/compile/20030704-1.c: Add a comment.
9767
9768 2003-07-08  Roger Sayle  <roger@eyesopen.com>
9769
9770         PR c/11370
9771         * gcc.dg/Wunreachable-6.c: New testcase.
9772         * gcc.dg/Wunreachable-7.c: New testcase.
9773
9774 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
9775
9776         PR c/11420
9777         * gcc.dg/20030708-1.c: New test.
9778
9779 2003-07-08  Richard Sandiford  <rsandifo@redhat.com>
9780
9781         * gcc.dg/compat/sdata-section.h: New file.
9782         * gcc.dg/compat/sdata-1_{x,y,main}.c: New test.
9783         * gcc.dg/torture/mips-sdata-1.c: New test.
9784
9785 2003-07-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9786
9787         PR c++/11030
9788         * g++.dg/template/friend19.C: New test.
9789
9790 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
9791
9792         * g++.dg/opt/strength-reduce.C: New test.
9793
9794 2003-07-07  Roger Sayle  <roger@eyesopen.com>
9795
9796         PR target/10979
9797         * gcc.dg/20030707-1.c: New testcase.
9798
9799 2003-07-07  Roger Sayle  <roger@eyesopen.com>
9800
9801         PR optimization/11059
9802         * g++.dg/opt/emptyunion.C: New testcase.
9803
9804 2003-07-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9805             Eric Botcazou  <ebotcazou@libertysurf.fr>
9806
9807         * g++.dg/opt/stack1.C: New test.
9808
9809 2003-07-05  Mark Mitchell  <mark@codesourcery.com>
9810
9811         * g++.old-deja/g++.jason/typeid1.C: Make it a compile test, not a
9812         run test.
9813
9814         PR c++/11431
9815         * g++.dg/expr/static_cast3.C: New test.
9816
9817 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
9818
9819         * gcc.c-torture/execute/wchar_t-1.x: New file; XFAIL wchar_t-1.c
9820         everywhere.
9821         * gcc.dg/concat.c: Concatenation of string constants with
9822         __FUNCTION__ / __PRETTY_FUNCTION__ is now a hard error.
9823         * gcc.dg/wtr-strcat-1.c: Loosen dg-warning regexp.
9824         * gcc.dg/cpp/escape-2.c: Use wide character constants where
9825         necessary to avoid multi-character character constant warning.
9826         * gcc.dg/cpp/escape.c: Likewise.
9827         * gcc.dg/cpp/ucs.c: Likewise.
9828         Remove backslashes from dg-bogus comments, as they confuse Tcl.
9829         Fix a typo.
9830
9831 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
9832
9833         PR c/11428
9834         * gcc.c-torture/compile/20030704-1.c: New.
9835
9836 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
9837
9838         * gcc.dg/compat/fnptr-by-value-1_x.c: Add a prototype for testva.
9839
9840 2003-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
9841
9842         PR c++/5287, PR c++/7910,  PR c++/11021
9843         * g++.dg/ext/dllimport1.C: Add mingw32 as target. Add
9844         tests for warnings.
9845         * g++.dg/ext/dllimport2.C: Add tests for warnings.
9846         * g++.dg/ext/dllimport3.C: Likewise.
9847         * g++.dg/ext/dllimport4.C: New file.
9848         * g++.dg/ext/dllimport5.C: New file.
9849         * g++.dg/ext/dllimport6.C: New file.
9850         * g++.dg/ext/dllimport7.C: New file.
9851         * g++.dg/ext/dllimport8.C: New file.
9852         * g++.dg/ext/dllimport9.C: New file.
9853         * g++.dg/ext/dllimport10.C: New file.
9854         * g++.dg/ext/dllexport1.C: New file.
9855
9856 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
9857
9858         * g++.old-deja/g++.jason/typeid1.C: Add dg-error marker.
9859         * g++.old-deja/g++.mike/net36.C: Tweak error messages.
9860
9861 2003-07-03  Roger Sayle  <roger@eyesopen.com>
9862
9863         * gcc.dg/builtins-25.c: New testcase.
9864         * gcc.dg/builtins-26.c: New testcase.
9865
9866 2003-07-03  Janis Johnson  <janis187@us.ibm.com>
9867
9868         * gcc.dg/compat/vector-defs.h: New file.
9869         * gcc.dg/compat/vector-setup.h: New file.
9870         * gcc.dg/compat/vector-check.h: New file.
9871         * gcc.dg/compat/vector-1_main.c: New file.
9872         * gcc.dg/compat/vector-1_x.c: New file.
9873         * gcc.dg/compat/vector-1_y.c: New file.
9874         * gcc.dg/compat/vector-2_main.c: New file.
9875         * gcc.dg/compat/vector-2_x.c: New file.
9876         * gcc.dg/compat/vector-2_y.c: New file.
9877
9878         * gcc.dg/compat/fnptr-by-value-1_main.c: New file.
9879         * gcc.dg/compat/fnptr-by-value-1_x.c: New file.
9880         * gcc.dg/compat/fnptr-by-value-1_y.c: New file.
9881         * gcc.dg/compat/struct-align-1.h: New file.
9882         * gcc.dg/compat/struct-align-1_main.c: New file.
9883         * gcc.dg/compat/struct-align-1_x.c: New file.
9884         * gcc.dg/compat/struct-align-1_y.c: New file.
9885         * gcc.dg/compat/struct-align-2.h: New file.
9886         * gcc.dg/compat/struct-align-2_main.c: New file.
9887         * gcc.dg/compat/struct-align-2_x.c: New file.
9888         * gcc.dg/compat/struct-align-2_y.c: New file.
9889
9890         * gcc.dg/compat/compat-common.h (DEBUG_FINI): New.
9891         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
9892         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
9893         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
9894         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
9895         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
9896         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
9897         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
9898         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
9899         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
9900         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
9901         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
9902         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
9903         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
9904         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
9905         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
9906         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
9907         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
9908         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
9909         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
9910         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
9911         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
9912         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
9913         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
9914         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
9915         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
9916         * gcc.dg/compat/struct-return-10_x.c: Ditto.
9917         * gcc.dg/compat/struct-return-2_x.c: Ditto.
9918         * gcc.dg/compat/struct-return-3_x.c: Ditto.
9919
9920 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
9921
9922         * gcc.dg/i386-call-1.c: New test.
9923
9924 2003-07-03  Nathan Sidwell  <nathan@codesourcery.com>
9925
9926         PR c++/9162
9927         * g++.dg/parse/defarg4.C: New.
9928
9929 2003-07-03  Roger Sayle  <roger@eyesopen.com>
9930
9931         PR target/10700
9932         * gcc.c-torture/compile/20030703-1.c: New test case.
9933
9934 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
9935
9936         * g++.dg/template/local3.C: Remove extra semicolon.
9937
9938 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
9939
9940         * gcc.dg/i386-volatile-1.c: New test.
9941
9942 2003-07-02  Nathan Sidwell  <nathan@codesourcery.com>
9943
9944         PR c++/11072
9945         * g++.dg/other/offsetof2.C: XFAIL.
9946         * g++.dg/other/offsetof5.C: New.
9947
9948         PR c++/10219
9949         * g++.dg/template/error1.C: New.
9950
9951         PR c++/9779
9952         * g++.dg/template/dependent-expr1.C: New.
9953
9954 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
9955
9956         PR c++/6949
9957         * g++.dg/template/local3.C: New test.
9958
9959         PR c++/11149
9960         * g++.dg/lookup/scoped6.C: New test.
9961
9962 2003-07-01  Giovanni Bajo  <giovannibajo@libero.it>
9963
9964         PR c++/8046
9965         * g++.dg/other/error7.C: New test.
9966
9967 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
9968
9969         * g++.old-deja/g++.abi/vbase1.C: Fix comment typos.
9970         * g++.old-deja/g++.abi/vtable3.h: Likewise.
9971         * g++.old-deja/g++.law/code-gen5.C: Likewise.
9972         * g++.old-deja/g++.other/union2.C: Likewise.
9973         * gcc.dg/c90-const-expr-2.c: Likewise.
9974         * gcc.dg/c90-const-expr-3.c: Likewise.
9975         * gcc.dg/c99-const-expr-2.c: Likewise.
9976         * gcc.dg/c99-const-expr-3.c: Likewise.
9977         * gcc.dg/concat.c: Likewise.
9978
9979 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
9980
9981         PR c++/9559
9982         * g++.dg/init/static1.C: New test.
9983
9984 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
9985
9986         * g++.old-deja/g++.niklas/README: Fix spelling for "testcase".
9987         * g++.old-deja/g++.other/access2.C: Likewise.
9988         * g++.old-deja/g++.other/decl2.C: Likewise.
9989         * gcc.c-torture/execute/20020615-1.c: Likewise.
9990
9991 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
9992
9993         PR c++/4933
9994         * g++.dg/template/sizeof4.C: New test.
9995
9996 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
9997
9998         * g++.dg/other/error6.C: New test.
9999
10000 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
10001
10002         PR c++/10750
10003         * g++.dg/parse/constant2.C: New test.
10004
10005 2003-06-30  Giovanni Bajo <giovannibajo@libero.it>
10006
10007         PR c++/11106
10008         * g++.dg/other/error5.C: New test.
10009
10010 2003-06-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10011
10012         * gcc.dg/format/gcc_diag-1.c: New test.
10013
10014 2003-06-28  Ulrich Weigand  <uweigand@de.ibm.com>
10015
10016         * gcc.c-torture/execute/multi-ix.c: Fix off-by-one bugs.
10017
10018 2003-06-28  Nathan Sidwell  <nathan@codesourcery.com>
10019
10020         * g++.old-deja/g++.robertl/eb133.C: Set expected line number.
10021         * g++.old-deja/g++.robertl/eb133a.C: Likewise.
10022         * g++.old-deja/g++.robertl/eb133b.C: Likewise.
10023
10024 2003-06-28  Jakub Jelinek  <jakub@redhat.com>
10025
10026         * gcc.c-torture/execute/builtins/string-8.c: New test.
10027         * gcc.c-torture/execute/builtins/string-8-lib.c: New.
10028         * gcc.c-torture/execute/stdio-opt-1.c (main): Add new tests.
10029         * gcc.c-torture/execute/string-opt-7.c (main): Add new test.
10030
10031 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
10032
10033         PR c++/10468
10034         * g++.dg/ext/typeof6.C: New test.
10035
10036 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
10037
10038         PR c++/10796
10039         * g++.dg/init/enum1.C: New test.
10040
10041 2003-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
10042
10043         * gcc.dg/20030627-1.c: New test.
10044
10045 2003-06-26  Mark Mitchell  <mark@codesourcery.com>
10046
10047         PR c++/11332
10048         * g++.dg/expr/static_cast2.C: New test.
10049
10050 2003-06-26  Roger Sayle  <roger@eyesopen.com>
10051             Jakub Jelinek  <jakub@redhat.com>
10052
10053         * gcc.c-torture/execute/string-opt-16.c: Remove test for disabled
10054         sprintf(dst,"%s",src) optimization.
10055         * gcc.c-torture/execute/20030626-1.c: New test case.
10056         * gcc.c-torture/execute/20030626-2.c: New test case.
10057
10058 2003-06-26  J"orn Rennecke <joern.rennecke@superh.com>
10059
10060         * gcc.c-torture/execute/multi-ix.c: New test.
10061
10062         * gcc.c-torture/execute/simd-4.c (main):
10063         Added missing semicolon at end of union.
10064
10065 2003-06-26  Giovanni Bajo  <giovannibajo@libero.it>
10066
10067         PR c++/8266
10068         * g++.dg/template/explicit-instantiation3.C: New test.
10069
10070 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
10071
10072         * gcc.dg/20030626-1.c: Use signed char.
10073
10074 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
10075
10076         * gcc.dg/20030626-1.c: New test.
10077
10078 2003-06-26  Neil Booth  <neil@daikokuya.co.uk>
10079
10080         * const-str-2.m: Update.
10081
10082 2003-06-25  Mark Mitchell  <mark@codesourcery.com>
10083
10084         PR c++/10990
10085         * g++.dg/rtti/dyncast1.C: New test.
10086         * g++.dg/abi/mangle4.C: Correct base-specifier access.
10087         * g++.dg/lookup/scoped1.C: Remove XFAIL.
10088         * g++.old-deja/g++.martin/pmf1.C: Correct base-specifier access.
10089
10090         PR c++/10931
10091         * g++.dg/expr/static_cast1.C: New test.
10092
10093 2003-06-25  Josef Zlomek  <zlomekj@suse.cz>
10094
10095         * gcc.dg/20030625-1.c: New test.
10096
10097 2003-06-24  Roger Sayle  <roger@eyesopen.com>
10098
10099         * gcc.c-torture/compile/20030624-1.c: New test case.
10100
10101 2003-06-24  Jakub Jelinek  <jakub@redhat.com>
10102
10103         * gcc.c-torture/execute/string-opt-17.c: New test.
10104
10105 2003-06-24  Mark Mitchell  <mark@codesourcery.com>
10106
10107         PR c++/5754
10108         * g++.dg/parse/crash6.C: New test.
10109
10110 2003-06-23  Roger Sayle  <roger@eyesopen.com>
10111
10112         * gcc.dg/builtins-24.c: New test case.
10113
10114 2003-06-23  Jakub Jelinek  <jakub@redhat.com>
10115
10116         * g++.dg/opt/operator1.C: New test.
10117
10118 2003-06-22  Roger Sayle  <roger@eyesopen.com>
10119
10120         * gcc.c-torture/execute/string-opt-16.c: New test case.
10121
10122 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
10123
10124         * g++.old-deja/g++.benjamin/16077.C: Add -Wconversion  option.
10125         * g++.old-deja/g++.other/conv7.C: Likewise
10126         * g++.old-deja/g++.other/overcnv2.C: Likewise.
10127         * g++.old-deja/g++.other/overload14.C: Likewise.
10128
10129 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
10130
10131         * g++.old-deja/g++.jason/conversion5.C: Adjust option.
10132         * g++.old-deja/g++.bugs/900215_01.C: Likewise.
10133
10134 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
10135
10136         PR c++/10888
10137         * g++.dg/warn/Winline-3.C: New test.
10138
10139 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
10140
10141         * lib/target-supports.exp (check_alias_available): Make the test
10142         program acceptable to the Solaris assembler.
10143
10144         PR c++/10749
10145         * g++.dg/template/memclass2.C: New test.
10146
10147 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
10148             Eric Botcazou  <ebotcazou@libertysurf.fr>
10149
10150         * lib/gcc-dg.exp (dg-xfail-if): Do not process conditional xfail
10151         data for non-matching targets.
10152         * gcc.c-torture/compile/simd-5.c: Fix typo in conditional xfail.
10153
10154 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
10155
10156         PR c++/10845
10157         * g++.dg/template/member3.C: New test.
10158
10159 2003-06-19  Mark Mitchell  <mark@codesourcery.com>
10160
10161         PR c++/10939
10162         * g++.dg/template/func1.C: New test.
10163
10164         PR c++/9649
10165         * g++.dg/template/static4.C: New test.
10166         * g++.old-deja/g++.other/anon7.C: Remove spurious error messages.
10167
10168         PR c++/11041
10169         * g++.dg/init/ref7.C: New test.
10170
10171 2003-06-19  Matt Austern  <austern@apple.com>
10172
10173         PR c++/11228
10174         * g++.dg/anew1.C: New test.
10175         * g++.dg/anew2.C: New test.
10176         * g++.dg/anew3.C: New test.
10177         * g++.dg/anew4.C: New test.
10178
10179 2003-06-19  Kazu Hirata  <kazu@cs.umass.edu>
10180
10181         * gcc.c-torture/compile/simd-5.c: Don't XFAIL on H8.
10182
10183 2003-06-19  J"orn Rennecke <joern.rennecke@superh.com>
10184
10185         * gcc.c-torture/execute/simd-4.c (main): Make expected value
10186         endian-dependent.
10187
10188 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
10189
10190         * lib/g++.exp (g++_include_flags): Tweak path to testsuite_flags.
10191         Remove cruft.
10192
10193 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
10194
10195         * gcc.c-torture/compile/20020604-1.c: Use dg-xfail-if for h8300.
10196         * gcc.c-torture/compile/961203-1.c: Likewise.
10197         * gcc.c-torture/compile/980506-1.c: Likewise.
10198
10199 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
10200
10201         PR c++/10712
10202         * g++.dg/lookup/using7.C: New test.
10203
10204 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
10205
10206         PR c++/11105
10207         * g++.dg/abi/conv1.C: Remove it.
10208         * g++.dg/template/conv7.C: New test.
10209         * g++.dg/template/conv8.C: Likewise.
10210         * g++.old-deja/g++.ext/pretty2.C: Do not test __FUNCTION__ for a
10211         conversion operator.
10212
10213 2003-06-17  Janis Johnson  <janis187@us.ibm.com>
10214
10215         * gcc.dg/compat/compat-common.h (DEBUG_INIT): New.
10216         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
10217         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
10218         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
10219         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
10220         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
10221         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
10222         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
10223         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
10224         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
10225         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
10226         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
10227         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
10228         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
10229         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
10230         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
10231         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
10232         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
10233         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
10234         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
10235         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
10236         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
10237         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
10238         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
10239         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
10240         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
10241         * gcc.dg/compat/struct-return-10_x.c: Ditto.
10242         * gcc.dg/compat/struct-return-2_x.c: Ditto.
10243         * gcc.dg/compat/struct-return-3_x.c: Ditto.
10244
10245 2003-06-16  Mark Mitchell  <mark@codesourcery.com>
10246
10247         * lib/gcc-dg.exp (dg-xfail-if): Fix thinko.
10248         * gcc.c-torture/compile/simd-5.c: Remove spurious PowerPC-64 XFAIL
10249         indications.
10250
10251 2003-06-16  Roger Sayle  <roger@eyesopen.com>
10252
10253         * gcc.dg/i386-387-5.c: New test case.
10254         * gcc.dg/i386-387-6.c: New test case.
10255         * gcc.dg/builtins-23.c: New test case.
10256
10257 2003-06-15  Roger Sayle  <roger@eyesopen.com>
10258
10259         * gcc.dg/builtins-22.c: New test case.
10260         * gcc.dg/i386-387-1.c: Update to test exp.
10261         * gcc.dg/i386-387-2.c: Likewise.
10262
10263 2003-06-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10264
10265         * gcc.dg/format/asm_fprintf-1.c: Update width/precision checks.
10266
10267 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
10268
10269         * lib/gcc-dg.exp (dg-require-dll): New function.
10270         (dg-xfail-if): Likewise.
10271         * gcc.c-torture/compile/compile.exp: Use dg rather than c-torture
10272         driver.
10273
10274         * gcc.c-torture/compile/20000804-1.c: Convert to dg format.
10275         * gcc.c-torture/compile/20001205-1.c: Likewise.
10276         * gcc.c-torture/compile/20001226-1.c: Likewise.
10277         * gcc.c-torture/compile/20010518-2.c: Likewise.
10278         * gcc.c-torture/compile/20020312-1.c: Likewise.
10279         * gcc.c-torture/compile/20020604-1.c: Likewise.
10280         * gcc.c-torture/compile/920501-12.c: Likewise.
10281         * gcc.c-torture/compile/920501-4.c: Likewise.
10282         * gcc.c-torture/compile/920520-1.c: Likewise.
10283         * gcc.c-torture/compile/920521-1.c: Likewise.
10284         * gcc.c-torture/compile/920625-1.c: Likewise.
10285         * gcc.c-torture/compile/961203-1.c: Likewise.
10286         * gcc.c-torture/compile/980506-1.c: Likewise.
10287         * gcc.c-torture/compile/981006-1.c: Likewise.
10288         * gcc.c-torture/compile/981022-1.c: Likewise.
10289         * gcc.c-torture/compile/981223-1.c: Likewise.
10290         * gcc.c-torture/compile/990617-1.c: Likewise.
10291         * gcc.c-torture/compile/dll.c: Likewise.
10292         * gcc.c-torture/compile/labels-3.c: Likewise.
10293         * gcc.c-torture/compile/mipscop-1.c: Likewise.
10294         * gcc.c-torture/compile/mipscop-2.c: Likewise.
10295         * gcc.c-torture/compile/mipscop-3.c: Likewise.
10296         * gcc.c-torture/compile/mipscop-4.c: Likewise.
10297         * gcc.c-torture/compile/simd-5.c: Likewise.
10298         * gcc.c-torture/compile/20000804-1.x: Remove.
10299         * gcc.c-torture/compile/20001205-1.x: Likewise.
10300         * gcc.c-torture/compile/20001226-1.x: Likewise.
10301         * gcc.c-torture/compile/20010518-2.x: Likewise.
10302         * gcc.c-torture/compile/20020312-1.x: Likewise.
10303         * gcc.c-torture/compile/20020604-1.x: Likewise.
10304         * gcc.c-torture/compile/920501-12.x: Likewise.
10305         * gcc.c-torture/compile/920501-4.x: Likewise.
10306         * gcc.c-torture/compile/920520-1.x: Likewise.
10307         * gcc.c-torture/compile/920521-1.x: Likewise.
10308         * gcc.c-torture/compile/920625-1.x: Likewise.
10309         * gcc.c-torture/compile/961203-1.x: Likewise.
10310         * gcc.c-torture/compile/980506-1.x: Likewise.
10311         * gcc.c-torture/compile/981006-1.x: Likewise.
10312         * gcc.c-torture/compile/981022-1.x: Likewise.
10313         * gcc.c-torture/compile/981223-1.x: Likewise.
10314         * gcc.c-torture/compile/990617-1.x: Likewise.
10315         * gcc.c-torture/compile/mipscop-1.x: Likewise.
10316         * gcc.c-torture/compile/mipscop-2.x: Likewise.
10317         * gcc.c-torture/compile/mipscop-3.x: Likewise.
10318         * gcc.c-torture/compile/mipscop-4.x: Likewise.
10319         * gcc.c-torture/compile/simd-5.x: Likewise.
10320
10321         * gcc.c-torture/compile/20021205-1.c: Remove bogus dg commands.
10322
10323 2003-06-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
10324
10325         * gcc.c-torture/execute/20030611-1.c: New test.
10326
10327 2003-06-12  Roger Sayle  <roger@eyesopen.com>
10328
10329         PR middle-end/168
10330         * gcc.dg/20030612-1.c: New test case.
10331
10332 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
10333
10334         PR c++/10635
10335         * g++.dg/expr/cast1.C: New test.
10336
10337 2003-06-12  Roger Sayle  <roger@eyesopen.com>
10338
10339         * gcc.dg/builtins-21.c: New test case.
10340
10341 2003-06-11  Kelley Cook  <kelleycook@wideopenwest.com>
10342
10343         * lib/gcc.exp (gcc_target_compile): Put TOOL_OPTIONS at front of
10344         options instead of at the end.
10345         * lib/objc.exp (objc_target_compile): Likewise.
10346
10347 2003-06-11  Mark Mitchell  <mark@codesourcery.com>
10348
10349         PR c++/10432
10350         * g++.dg/parse/error1.C: New test.
10351
10352 2003-06-11  Janis Johnson  <janis187@us.ibm.com>
10353
10354         * gcc.dg/compat/struct-by-value-11_main.c: New file.
10355         * gcc.dg/compat/struct-by-value-11_x.c: New file.
10356         * gcc.dg/compat/struct-by-value-11_y.c: New file.
10357         * gcc.dg/compat/struct-by-value-12_main.c: New file.
10358         * gcc.dg/compat/struct-by-value-12_x.c: New file.
10359         * gcc.dg/compat/struct-by-value-12_y.c: New file.
10360         * gcc.dg/compat/struct-by-value-13_main.c: New file.
10361         * gcc.dg/compat/struct-by-value-13_x.c: New file.
10362         * gcc.dg/compat/struct-by-value-13_y.c: New file.
10363         * gcc.dg/compat/struct-by-value-14_main.c: New file.
10364         * gcc.dg/compat/struct-by-value-14_x.c: New file.
10365         * gcc.dg/compat/struct-by-value-14_y.c: New file.
10366         * gcc.dg/compat/struct-by-value-15_main.c: New file.
10367         * gcc.dg/compat/struct-by-value-15_x.c: New file.
10368         * gcc.dg/compat/struct-by-value-15_y.c: New file.
10369         * gcc.dg/compat/struct-by-value-16_main.c: New file.
10370         * gcc.dg/compat/struct-by-value-16_x.c: New file.
10371         * gcc.dg/compat/struct-by-value-16_y.c: New file.
10372         * gcc.dg/compat/struct-by-value-17_main.c: New file.
10373         * gcc.dg/compat/struct-by-value-17_x.c: New file.
10374         * gcc.dg/compat/struct-by-value-17_y.c: New file.
10375         * gcc.dg/compat/struct-by-value-18_main.c: New file.
10376         * gcc.dg/compat/struct-by-value-18_x.c: New file.
10377         * gcc.dg/compat/struct-by-value-18_y.c: New file.
10378
10379         * gcc.dg/compat/scalar-by-value-3_main.c: New file.
10380         * gcc.dg/compat/scalar-by-value-3_x.c: New file.
10381         * gcc.dg/compat/scalar-by-value-3_y.c: New file.
10382         * gcc.dg/compat/scalar-by-value-4_main.c: New file.
10383         * gcc.dg/compat/scalar-by-value-4_x.c: New file.
10384         * gcc.dg/compat/scalar-by-value-4_y.c: New file.
10385         * gcc.dg/compat/scalar-return-3_main.c: New file.
10386         * gcc.dg/compat/scalar-return-3_x.c: New file.
10387         * gcc.dg/compat/scalar-return-3_y.c: New file.
10388         * gcc.dg/compat/scalar-return-4_main.c: New file.
10389         * gcc.dg/compat/scalar-return-4_x.c: New file.
10390         * gcc.dg/compat/scalar-return-4_y.c: New file.
10391
10392 2003-06-10  Janis Johnson  <janis187@us.ibm.com>
10393
10394         * gcc.dg/compat/fp2-struct-check.h: New file.
10395         * gcc.dg/compat/fp2-struct-defs.h: New file.
10396         * gcc.dg/compat/fp2-struct-init.h: New file.
10397         * gcc.dg/compat/struct-by-value-10_main.c: New file.
10398         * gcc.dg/compat/struct-by-value-10_x.c: New file.
10399         * gcc.dg/compat/struct-by-value-10_y.c: New file.
10400         * gcc.dg/compat/struct-return-10_main.c: New file.
10401         * gcc.dg/compat/struct-return-10_x.c: New file.
10402         * gcc.dg/compat/struct-return-10_y.c: New file.
10403
10404         * gcc.dg/compat/compat-common.h: New file.
10405         * gcc.dg/compat/fp-struct-check.h: Improve debugging output.
10406         * gcc.dg/compat/fp-struct-test-by-value-x.h: Ditto.
10407         * gcc.dg/compat/fp-struct-test-by-value-y.h: Ditto.
10408         * gcc.dg/compat/scalar-by-value-1_main.c: Ditto.
10409         * gcc.dg/compat/scalar-by-value-1_x.c: Ditto.
10410         * gcc.dg/compat/scalar-by-value-1_y.c: Ditto.
10411         * gcc.dg/compat/scalar-by-value-2_main.c: Ditto.
10412         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
10413         * gcc.dg/compat/scalar-by-value-2_y.c: Ditto.
10414         * gcc.dg/compat/scalar-return-1_main.c: Ditto.
10415         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
10416         * gcc.dg/compat/scalar-return-1_y.c: Ditto.
10417         * gcc.dg/compat/scalar-return-2_main.c: Ditto.
10418         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
10419         * gcc.dg/compat/scalar-return-2_y.c: Ditto.
10420         * gcc.dg/compat/small-struct-check.h: Ditto.
10421         * gcc.dg/compat/struct-by-value-2_main.c: Ditto.
10422         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
10423         * gcc.dg/compat/struct-by-value-2_y.c: Ditto.
10424         * gcc.dg/compat/struct-by-value-3_main.c: Ditto.
10425         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
10426         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
10427         * gcc.dg/compat/struct-by-value-4_main.c: Ditto.
10428         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
10429         * gcc.dg/compat/struct-by-value-4_y.c: Ditto.
10430         * gcc.dg/compat/struct-by-value-5_main.c: Ditto.
10431         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
10432         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
10433         * gcc.dg/compat/struct-by-value-6_main.c: Ditto.
10434         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
10435         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
10436         * gcc.dg/compat/struct-by-value-7_main.c: Ditto.
10437         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
10438         * gcc.dg/compat/struct-by-value-7_y.c: Ditto.
10439         * gcc.dg/compat/struct-by-value-8_main.c: Ditto.
10440         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
10441         * gcc.dg/compat/struct-by-value-8_y.c: Ditto.
10442         * gcc.dg/compat/struct-by-value-9_main.c: Ditto.
10443         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
10444         * gcc.dg/compat/struct-by-value-9_y.c: Ditto.
10445         * gcc.dg/compat/struct-return-2_main.c: Ditto.
10446         * gcc.dg/compat/struct-return-2_x.c: Ditto.
10447         * gcc.dg/compat/struct-return-2_y.c: Ditto.
10448         * gcc.dg/compat/struct-return-3_main.c: Ditto.
10449         * gcc.dg/compat/struct-return-3_x.c: Ditto.
10450         * gcc.dg/compat/struct-return-3_y.c: Ditto.
10451
10452 2003-06-10  Geoffrey Keating  <geoffk@apple.com>
10453
10454         * g++.dg/pch/static-1.C: New file.
10455         * g++.dg/pch/static-1.Hs: New file.
10456
10457 2003-06-10  Richard Henderson  <rth@redhat.com>
10458
10459         * gcc.dg/asm-7.c: Adjust expected warning text.
10460
10461 2003-06-10  Roger Sayle  <roger@eyesopen.com>
10462
10463         * gcc.dg/builtins-20.c: New test case.
10464
10465 2003-06-10  Mark Mitchell  <mark@codesourcery.com>
10466
10467         PR c++/11131
10468         * g++.dg/opt/template1.C: New test.
10469
10470 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
10471
10472         * lib/gcc-dg.exp (dg-test): Clear additional_files and
10473         additional_sources.
10474
10475 2003-05-21  David Taylor  <dtaylor@emc.com>
10476
10477         * gcc.dg/Wpadded.c: New file.
10478
10479 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
10480
10481         * gcc.dg/special/20000419-2.c: Fix dg-require-alias syntax.
10482         * gcc.dg/special/weak-2.c: Add dg-require-weak.
10483         * gcc.dg/weak/weak-3.c: Reverse order of dg-do and
10484         dg-require-weak.
10485
10486 2003-06-09  J"orn Rennecke <joern.rennecke@superh.com>
10487
10488         * g++.dg/other/offsetof3.C: Adjust linenumber of last expected warning.
10489
10490 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
10491
10492         * lib/gcc-dg.exp (dg-require-weak): Fix typo.
10493         (dg-require-alias): Likewise.
10494         (dg-require-gc-sections): Likewise.
10495         * lib/target-supports.exp (check_gc_sections_available): Likewise.
10496
10497 2003-06-08  Richard Henderson  <rth@redhat.com>
10498
10499         * gcc.dg/20011029-2.c: Fix the array reference.
10500         * gcc.dg/asm-7.c: New.
10501
10502 2003-06-08  Kazu Hirata  <kazu@cs.umass.edu>
10503
10504         * gcc.c-torture/compile/20000804-1.x: Disable on h8300 port.
10505
10506 2003-06-08  Mark Mitchell  <mark@codesourcery.com>
10507
10508         * lib/gcc-dg.exp (dg-require-alias): Fix typo.
10509         (dg-require-gc-sections): Likewise.
10510
10511 2003-06-08  Jan Hubicka  <jh@suse.cz>
10512
10513         * i386-cmov1.c: Fix regular expression.
10514         * i386-cvt-1.c: Likewise.
10515         * i386-local.c: Likewise.
10516         * i386-local2.c: Likewise.
10517         * i386-mul.c: Likewise.
10518         * i386-ssetype-1.c: Likewise.
10519         * i386-ssetype-3.c: Likewise.
10520         * i386-ssetype-5.c: Likewise.
10521
10522 2003-06-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10523
10524         PR c++/11039
10525         * g++.dg/warn/implicit-typename2.C: New test.
10526         * g++.dg/warn/implicit-typename3.C: New test.
10527
10528 2003-06-07  Richard Henderson  <rth@redhat.com>
10529
10530         * g++.dg/other/offsetof3.C: Use size_t.
10531         * g++.dg/other/offsetof4.C: Likewise.
10532
10533 2003-06-07  H.J. Lu <hongjiu.lu@intel.com>
10534
10535         * lib/copy-file.exp: New. Implement gcc_copy_files.
10536
10537         * lib/dg-pch.exp: Load copy-file.exp
10538         (dg-pch): Use gcc_copy_files instead of "file copy".
10539
10540 2003-06-06  Mark Mitchell  <mark@codesourcery.com>
10541
10542         * gcc.dg/weak/weak.exp: Simplify.
10543         * gcc.dg/weak/typeof-2.c: Use dg-require-weak.
10544         * gcc.dg/weak/weak-1.c: Likewise.
10545         * gcc.dg/weak/weak-2.c: Likewise.
10546         * gcc.dg/weak/weak-3.c: Likewise.
10547         * gcc.dg/weak/weak-4.c: Likewise.
10548         * gcc.dg/weak/weak-5.c: Likewise.
10549         * gcc.dg/weak/weak-6.c: Likewise.
10550         * gcc.dg/weak/weak-7.c: Likewise.
10551         * gcc.dg/weak/weak-8.c: Likewise.
10552         * gcc.dg/weak/weak-9.c: Likewise.
10553
10554 2003-06-06  Richard Earnshaw  <rearnsha@arm.com>
10555
10556         gcc.c-torture/execute/20030606-1.c: New.
10557
10558 2003-06-06  Roger Sayle  <roger@eyesopen.com>
10559
10560         * gcc.dg/builtins-2.c: Correct check-in of incorrect version.
10561         * gcc.dg/builtins-19.c: Likewise.
10562
10563 2003-06-06  Roger Sayle  <roger@eyesopen.com>
10564
10565         * gcc.dg/builtins-2.c: Add some more tests.
10566         * gcc.dg/builtins-18.c: New test case.
10567         * gcc.dg/builtins-19.c: New test case.
10568
10569 2003-06-06  Roger Sayle  <roger@eyesopen.com>
10570             Jim Wilson  <wilson@tuliptree.org>
10571
10572         * gcc.dg/uninit-C.c: Only test TImode on 64-bit platforms.
10573
10574 2003-06-06  Jakub Jelinek  <jakub@redhat.com>
10575
10576         * gcc.c-torture/execute/builtins/string-4.c (main_test): Allow some
10577         mempcpy/stpcpy calls not to be optimized into something else.
10578         * gcc.c-torture/execute/string-opt-3.c: Moved to...
10579         * gcc.c-torture/execute/builtins/string-7.c: ...here.
10580         * gcc.c-torture/execute/builtins/string-7-lib.c: New.
10581
10582 2003-06-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10583
10584         * gcc.dg/format/asm_fprintf-1.c: New test.
10585
10586 2003-06-05  Mark Mitchell  <mark@codesourcery.com>
10587
10588         * lib/gcc-defs.exp (additional_sources): New variable.
10589         (dg-additional-sources): New function.
10590         (additional_files): New variable.
10591         (dg-additional-files): New function.
10592         (dg-additional-files-options): Likewise.
10593         * lib/gcc-dg.exp (dg-require-weak): New function.
10594         (dg-require-alias): Likewise.
10595         (dg-require-gc-sections): Likewise.
10596         * lib/target-supports.exp (check_alias_available): Remove testfile
10597         parameter.
10598         (check_gc_sections_available): New function.
10599         * lib/g++-dg.exp (dg-gpp-additional-sources): Remove.
10600         (dg-gpp-additional-files): Likewise.
10601         * lib/g++.exp (additional_sources): Remove.
10602         (additional_files): Likewise.
10603         (g++_target_compile): Use dg-additional-files-options.
10604
10605         * gcc.dg/special/special.exp: Add "ecos" tests.  Remove complex
10606         Tcl logic.
10607         * gcc.dg/special/ecos.exp: Remove.
10608         * gcc.dg/special/20000419-2.c: Use dg-require-*.
10609         * gcc.dg/special/alias-1.c: Likewise.
10610         * gcc.dg/special/alias-2.c: Likewise.
10611         * gcc.dg/special/gcsec-1.c: Likewise.
10612         * gcc.dg/special/weak-1.c: Likewise.
10613         * gcc.dg/special/weak-2.c: Likewise.
10614         * gcc.dg/special/wkali-1.c: Likewise.
10615         * gcc.dg/special/wkali-2.c: Likewise.
10616
10617         * g++.dg/special/conpr-2.C: Use dg-additional-*, not
10618         dg-gpp-additional-*.
10619         * g++.dg/special/conpr-3.C: Likewise.
10620         * g++.dg/special/conpr-4.C: Likewise.
10621         * g++.old-deja/g++.abi/vtable3a.C: Likewise.
10622         * g++.old-deja/g++.abi/vtable3b.C: Likewise.
10623         * g++.old-deja/g++.abi/vtable3c.C: Likewise.
10624         * g++.old-deja/g++.abi/vtable3d.C: Likewise.
10625         * g++.old-deja/g++.abi/vtable3e.C: Likewise.
10626         * g++.old-deja/g++.abi/vtable3f.C: Likewise.
10627         * g++.old-deja/g++.abi/vtable3g.C: Likewise.
10628         * g++.old-deja/g++.abi/vtable3h.C: Likewise.
10629         * g++.old-deja/g++.abi/vtable3i.C: Likewise.
10630         * g++.old-deja/g++.abi/vtable3j.C: Likewise.
10631         * g++.old-deja/g++.oliva/linkage1.C: Likewise.
10632         * g++.old-deja/g++.other/comdat1.C: Likewise.
10633         * g++.old-deja/g++.other/comdat2.C: Likewise.
10634         * g++.old-deja/g++.other/comdat3.C: Likewise.
10635         * g++.old-deja/g++.other/ctor1.C: Likewise.
10636         * g++.old-deja/g++.pt/instantiate5.C: Likewise.
10637
10638 2003-06-05  Richard Henderson  <rth@redhat.com>
10639
10640         * gcc.dg/debug/20030605-1.c: New.
10641
10642 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
10643
10644         * README.QMTEST: Update.
10645
10646 2003-06-04  Richard Henderson  <rth@redhat.com>
10647
10648         * gcc.dg/cleanup-1.c: New.
10649         * gcc.dg/cleanup-2.c: New.
10650         * gcc.dg/cleanup-3.c: New.
10651         * gcc.dg/cleanup-4.c: New.
10652         * gcc.dg/cleanup-5.c: New.
10653         * gcc.dg/cleanup-6.c: New.
10654         * gcc.dg/cleanup-7.c: New.
10655
10656 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
10657
10658         * g++.dg/abi/vague1.C: Use xfail, rather than embedded Tcl code.
10659
10660         * lib/dg-pch.exp: New file.
10661         * g++.dg/pch/pch.exp: Use dg-pch.exp.
10662         * gcc.dg/pch/pch.exp: Likewise.
10663
10664 2003-06-04  Roger Sayle  <roger@eyesopen.com>
10665
10666         * gcc.dg/builtins-2.c: Add tests for tan(atan(x)).
10667         * gcc.dg/builtins-3.c: Add tests for tan(0.0) and atan(0.0).
10668         * gcc.dg/builtins-7.c: Add tests for tan(atan(x)) == x.
10669         * gcc.dg/builtins-17.c: New test case.
10670         * gcc.dg/i386-387-4.c: New test case.
10671         * gcc.c-torture/execute/ieee/mzero4.c: New test case.
10672
10673 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
10674
10675         * gcc.dg/ultrasp9.c: New test.
10676
10677 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
10678
10679         * gcc.c-torture/compile/20030604-1.c: New test.
10680         * gcc.dg/sparc-constant-1.c: New test.
10681
10682 2003-06-03  Glen Nakamura  <glen@imodulo.com>
10683
10684         * gcc.dg/20020525-1.c: Replace 0x5a5a5a5a with -1.
10685
10686 2003-06-03  J"orn Rennecke <joern.rennecke@superh.com>
10687
10688         * g++.dg/abi/empty6.C (B): Request alignment of 8 bytes.
10689
10690         * gcc.dg/torture/builtin-noret-1.c (_exit, _Exit): Make weak.
10691         * gcc.dg/torture/builtin-noret-2.c (_exit, _Exit): Likewise.
10692
10693 2003-06-03  Aldy Hernandez  <aldyh@redhat.com>
10694
10695         * gcc.c-torture/compile/simd-5.x: Remove xfail for PPC64.
10696
10697 2003-06-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10698
10699         PR c++/10940
10700         * g++.dg/template/spec10.C: New test.
10701
10702 2003-06-03  Roger Sayle  <roger@eyesopen.com>
10703
10704         * gcc.dg/builtins-16.c: New test case.
10705
10706 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
10707
10708         * gcc.c-torture/execute/builtins/string-4.c (main_test): Remove
10709         mempcpy test with post-increments.
10710         * gcc.c-torture/execute/string-opt-3.c: New test.
10711         * gcc.dg/string-opt-1.c: New test.
10712
10713 2003-06-03  David Billinghurst <David.Billinghurst@riotinto.com>
10714
10715         PR fortran/10965
10716         * g77.f-torture/compile/20000601-2.f: Fix non-standard code.
10717
10718 2003-06-02  Mark Mitchell  <mark@codesourcery.com>
10719
10720         * lib/scanasm.exp (dg-scan): New function, factored out of ...
10721         (scan-assembler): ... here.  Use dg-scan.
10722         (scan-assembler-not): Likewise.
10723         (scan-file): New function.
10724         (scan-file-not): Likewise.
10725         * gcc.dg/cpp/19990228-1.c: Use scan-file and/or scan-file-not.
10726         * gcc.dg/cpp/_Pragma4.c: Likewise.
10727         * gcc.dg/cpp/_Pragma5.c: Likewise.
10728         * gcc.dg/cpp/avoidpaste1.c: Likewise.
10729         * gcc.dg/cpp/avoidpaste2.c: Likewise.
10730         * gcc.dg/cpp/cmdlne-C2.c: Likewise.
10731         * gcc.dg/cpp/cmdlne-P.c: Likewise.
10732         * gcc.dg/cpp/cmdlne-dD-M.c: Likewise.
10733         * gcc.dg/cpp/cmdlne-dD-dM.c: Likewise.
10734         * gcc.dg/cpp/cmdlne-dI-M.c: Likewise.
10735         * gcc.dg/cpp/cmdlne-dM-M.c: Likewise.
10736         * gcc.dg/cpp/cmdlne-dM-dD.c: Likewise.
10737         * gcc.dg/cpp/cmdlne-dN-M.c: Likewise.
10738         * gcc.dg/cpp/cxxcom1.c: Likewise.
10739         * gcc.dg/cpp/line1.c: Likewise.
10740         * gcc.dg/cpp/maccom1.c: Likewise.
10741         * gcc.dg/cpp/maccom2.c: Likewise.
10742         * gcc.dg/cpp/maccom3.c: Likewise.
10743         * gcc.dg/cpp/maccom4.c: Likewise.
10744         * gcc.dg/cpp/maccom5.c: Likewise.
10745         * gcc.dg/cpp/maccom6.c: Likewise.
10746         * gcc.dg/cpp/multiline.c: Likewise.
10747         * gcc.dg/cpp/spacing1.c: Likewise.
10748         * gcc.dg/cpp/spacing2.c: Likewise.
10749         * gcc.dg/cpp/trad/cmdlne-C2.c: Likewise.
10750         * gcc.dg/cpp/trad/maccom1.c: Likewise.
10751         * gcc.dg/cpp/trad/maccom2.c: Likewise.
10752         * gcc.dg/cpp/trad/maccom3.c: Likewise.
10753         * gcc.dg/cpp/trad/maccom4.c: Likewise.
10754         * gcc.dg/cpp/trad/maccom6.c: Likewise.
10755         * gcc.dg/cpp/cxxcom2.c: Likewise.
10756         * gcc.dg/cpp/cxxcom2.h: New file.
10757
10758         * gcc.dg/cpp/truefalse.cpp: Move it to ...
10759         * g++.dg/cpp/truefalse.C: Here.
10760         * gcc.dg/cpp/cpp.exp: Remove scanning of ".cpp" files.
10761
10762 2003-06-01  Loren James Rittle  <ljrittle@acm.org>
10763
10764         * gcc.dg/cpp/redef3.c: New file.
10765
10766 2003-06-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
10767
10768         * gcc.dg/i386-loop-3.c: New test.
10769
10770 2003-05-31  Toon Moene  <toon@moene.indiv.nluug.nl>
10771
10772         * g77.dg/ffree-form-2.f: XFAIL removed, because fixed.
10773
10774 2003-05-31  Roger Sayle  <roger@eyesopen.com>
10775
10776         * gcc.dg/fwrapv-1.c: New test case.
10777         * gcc.dg/fwrapv-2.c: New test case.
10778
10779 2003-05-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10780
10781         PR c++/10956
10782         * g++.dg/template/spec9.C: New test.
10783
10784 2003-05-29  Roger Sayle  <roger@eyesopen.com>
10785
10786         * gcc.dg/duff-4.c: New test case.
10787
10788 2003-05-27  David Billinghurst <David.Billinghurst@riotinto.com>
10789
10790         PR fortran/10843
10791         * g77.dg/ffixed-form-1.f: New test
10792         * g77.dg/ffixed-form-2.f: New test
10793         * g77.dg/ffree-form-2.f: New test - XFAIL pending fix
10794         * g77.dg/ffree-form-3.f: New test
10795
10796 2003-05-26  Andreas Tobler <a.tobler@schweiz.ch>
10797
10798         * gcc.dg/wchar_t-1.c: XFAIL on darwin, no wchar.h available.
10799         * gcc.dg/wint_t-1.c: Likewise.
10800
10801 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10802
10803         * g++.dg/template/access11.C: New test.
10804
10805 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10806
10807         PR c++/10849
10808         * g++.dg/template/access10.C: New test.
10809
10810 2003-05-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
10811             Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10812
10813         * gcc.c-torture/compile/simd-5.x: XFAIL on SPARC64.
10814
10815 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
10816
10817         * gcc.dg/torture/builtin-noret-1.c: Add dg-option -multiply_defined
10818         suppress for powerpc-*-darwin*.
10819         * gcc.dg/torture/builtin-noret-2.c: Likewise.
10820
10821 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
10822
10823         * gcc.c-torture/execute/builtins/builtins.exp: Add -multiply_defined
10824         suppress option for powerpc-*-darwin*.
10825
10826 2003-05-23  Roger Sayle  <roger@eyesopen.com>
10827
10828         * gcc.dg/builtins-1.c: Add tests for tan and atan.
10829         * gcc.dg/builtins-4.c: Add test for fmod.
10830
10831 2003-05-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10832
10833         PR c++/10682
10834         * g++.dg/template/instantiate4.C: New test.
10835
10836 2003-05-22  Roger Sayle  <roger@eyesopen.com>
10837
10838         * gcc.c-torture/execute/ieee/inf-2.c: New test case.
10839
10840 2003-05-21  Janis Johnson  <janis187@us.ibm.com>
10841
10842         * gcc.dg/compat/scalar-return-1_main.c: New file.
10843         * gcc.dg/compat/scalar-return-1_x.c: New file.
10844         * gcc.dg/compat/scalar-return-1_y.c: New file.
10845         * gcc.dg/compat/scalar-return-2_main.c: New file.
10846         * gcc.dg/compat/scalar-return-2_x.c: New file.
10847         * gcc.dg/compat/scalar-return-2_y.c: New file.
10848         * gcc.dg/compat/struct-return-3_main.c: New file.
10849         * gcc.dg/compat/struct-return-3_y.c: New file.
10850         * gcc.dg/compat/struct-return-3_x.c: New file.
10851         * gcc.dg/compat/struct-return-2_main.c: New file.
10852         * gcc.dg/compat/struct-return-2_x.c: New file.
10853         * gcc.dg/compat/struct-return-2_y.c: New file.
10854
10855 2003-05-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10856
10857         * g++.old-deja/g++.law/profile1.C (dg-options): Add -static to options
10858         for hppa*-hp-hpux*.
10859         * gcc.dg/20021014-1.c (dg-options): Likewise.
10860         * gcc.dg/nest.c (dg-options): Likewise.
10861
10862 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
10863
10864         PR c++/9738
10865         * g++.dg/ext/dllimport2.C: New file.
10866         * g++.dg/ext/dllimport3.C: New file.
10867
10868 2003-05-20  Janis Johnson  <janis187@us.ibm.com>
10869
10870         * gcc.dg/compat/struct-by-value-3_x.c: Move common pieces to headers.
10871         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
10872         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
10873         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
10874         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
10875         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
10876         * gcc.dg/compat/struct-by-value-7_x.c Ditto.
10877         * gcc.dg/compat/struct-by-value-7_y.c Ditto.
10878         * gcc.dg/compat/small-struct-defs.h: New file.
10879         * gcc.dg/compat/small-struct-init.h: New file.
10880         * gcc.dg/compat/small-struct-check.h: New file.
10881         * gcc.dg/compat/fp-struct-defs.h: New file.
10882         * gcc.dg/compat/fp-struct-check.h: New file.
10883         * gcc.dg/compat/fp-struct-init.h: New file.
10884         * gcc.dg/compat/fp-struct-test-by-value-y.h: New file.
10885         * gcc.dg/compat/fp-struct-test-by-value-x.h: New file.
10886
10887 2003-05-19  Jakub Jelinek  <jakub@redhat.com>
10888
10889         * gcc.dg/20030225-2.c: New test.
10890
10891 2003-05-18  Roger Sayle  <roger@eyesopen.com>
10892             Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10893
10894         * gcc.c-torture/compile/20030518-1.c: New test case.
10895
10896 2003-05-18  Mark Mitchell  <mark@codesourcery.com>
10897
10898         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Add opt_opts parameter.
10899         * gcc.dg/debug/debug.exp: Pass opt_opts parameter to
10900         gcc-dg-debug-runtest.
10901         * g++.dg/debug/debug.exp: Pass opt_opts parameter to
10902         gcc-dg-debug-runtest.
10903
10904 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10905
10906         PR c++/9022
10907         * g++.dg/lookup/using6.C: New test.
10908
10909 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10910
10911         * g++.dg/parse/access2.C: New test.
10912
10913 2003-05-17  Mark Mitchell  <mark@codesourcery.com>
10914
10915         * lib/gcc-dg.exp (gcc-dg-debug-runtest): New method.
10916         * g++.dg/debug/debug.exp: Use gcc-dg-debug-runtest.
10917         * gcc.dg/debug/debug.exp: Likewise.
10918
10919 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
10920
10921         * gcc.dg/dollar.c: New test.
10922
10923 2003-05-16  Janis Johnson  <janis187@us.ibm.com>
10924
10925         * gcc.dg/compat/struct-by-value-4_main.c: Split into multiple tests.
10926         * gcc.dg/compat/struct-by-value-4_x.c: Split into multiple tests.
10927         * gcc.dg/compat/struct-by-value-4_y.c: Split into multiple tests.
10928         * gcc.dg/compat/struct-by-value-5_main.c: Split into multiple tests.
10929         * gcc.dg/compat/struct-by-value-5_x.c: Split into multiple tests.
10930         * gcc.dg/compat/struct-by-value-5_y.c: Split into multiple tests.
10931         * gcc.dg/compat/struct-by-value-6_main.c: New file.
10932         * gcc.dg/compat/struct-by-value-6_x.c: New file.
10933         * gcc.dg/compat/struct-by-value-6_y.c: New file.
10934         * gcc.dg/compat/struct-by-value-7_main.c: New file.
10935         * gcc.dg/compat/struct-by-value-7_x.c: New file.
10936         * gcc.dg/compat/struct-by-value-7_y.c: New file.
10937         * gcc.dg/compat/struct-by-value-8_main.c: New file.
10938         * gcc.dg/compat/struct-by-value-8_x.c: New file.
10939         * gcc.dg/compat/struct-by-value-8_y.c: New file.
10940         * gcc.dg/compat/struct-by-value-9_main.c: New file.
10941         * gcc.dg/compat/struct-by-value-9_x.c: New file.
10942         * gcc.dg/compat/struct-by-value-9_y.c: New file.
10943
10944 2003-05-16  Mark Mitchell  <mark@codesourcery.com>
10945
10946         * lib/gcc-dg.exp (gcc-dg-test): Rename to ...
10947         (gcc-dg-test-1): ... this.  Add target_compile parameter.  Add
10948         support for "repo" mode.
10949         * lib/g++-dg.exp: Use gcc-dg.exp to implement all functionality.
10950         * lib/g77-dg.exp: Likewise.
10951         * lib/obj-dg.exp: Likewise.
10952
10953 2003-05-16  Jakub Jelinek  <jakub@redhat.com>
10954
10955         Merge from gcc-3_2-rhl8-branch:
10956         2003-04-23  Jakub Jelinek  <jakub@redhat.com>
10957
10958         * gcc.dg/tls/opt-6.c: New test.
10959
10960         2003-04-05  Jakub Jelinek  <jakub@redhat.com>
10961
10962         * gcc.dg/20030405-1.c: New test.
10963
10964         2003-03-09  Jakub Jelinek  <jakub@redhat.com>
10965
10966         * gcc.dg/20030309-1.c: New test.
10967
10968         2003-03-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
10969
10970         * gcc.c-torture/execute/20030307-1.c: New test.
10971
10972         2003-02-20  Randolph Chung  <tausq@debian.org>
10973
10974         * gcc.c-torture/compile/20030220-1.c: New test.
10975
10976         2003-02-18  Jakub Jelinek  <jakub@redhat.com>
10977
10978         * gcc.dg/20030217-1.c: New test.
10979
10980         2003-01-29  Jakub Jelinek  <jakub@redhat.com>
10981
10982         * gcc.c-torture/compile/20020129-1.c: New test.
10983
10984         2002-12-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
10985
10986         * gcc.dg/unroll-1.c: New test.
10987
10988         2002-11-16  Jan Hubicka  <jh@suse.cz>
10989
10990         * gcc.c-torture/execute/20020920-1.c: New test.
10991
10992         2002-10-08  Jakub Jelinek  <jakub@redhat.com>
10993
10994         PR target/7434
10995         * gcc.c-torture/compile/20021008-1.c: New test.
10996
10997         2002-08-10  Gwenole Beauchesne  <gbeauchesne@mandrakesoft.com>
10998
10999         PR target/7559
11000         * testsuite/gcc.c-torture/execute/20020810-1.c: New test.
11001
11002         2002-08-07  Jakub Jelinek  <jakub@redhat.com>
11003
11004         * gcc.c-torture/compile/20020807-1.c: New test.
11005
11006         2002-07-30  Jakub Jelinek  <jakub@redhat.com>
11007
11008         * gcc.dg/tls/opt-1.c: New test.
11009
11010         2002-07-29  Jakub Jelinek  <jakub@redhat.com>
11011
11012         * gcc.dg/20020729-1.c: New test.
11013
11014         2002-07-20  Jakub Jelinek  <jakub@redhat.com>
11015
11016         * g++.dg/opt/life1.C: New test.
11017
11018         2002-05-20  Jakub Jelinek  <jakub@redhat.com>
11019
11020         * gcc.dg/20020525-1.c: New test.
11021
11022         2002-05-24  Jakub Jelinek  <jakub@redhat.com>
11023
11024         PR c++/6794
11025         * g++.dg/ext/pretty1.C: New test.
11026         * g++.dg/ext/pretty2.C: New test.
11027
11028 2003-05-15  Mark Mitchell  <mark@codesourcery.com>
11029
11030         PR c++/8385
11031         * g++.dg/ext/typeof5.C: New test.
11032
11033 2003-05-15  J"orn Rennecke <joern.rennecke@superh.com>
11034
11035         * gcc.c-torture/execute/builtins/string-asm-1.c: Take
11036         __USER_LABEL_PREFIX__ into account.
11037         * gcc.c-torture/execute/builtins/string-asm-2.c: Likewise.
11038
11039 2003-05-14  Roger Sayle  <roger@eyesopen.com>
11040
11041         * gcc.dg/builtins-15.c: New test case.
11042
11043 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
11044
11045         * gcc.dg/const-elim-1.c: Tighten scan-assembler-not regexp.
11046
11047 2003-05-12  Mark Mitchell  <mark@codesourcery.com>
11048
11049         * lib/g++.exp: Tweak handling of additional source files.
11050         * g++.dg/special/conpr-2.C: Use dg-gpp-additional-sources.
11051         * g++.dg/special/conpr-2a.C: Rename to ...
11052         * g++.dg/special/conpr-2a.cc: ... this.
11053         * g++.dg/special/conpr-3.C: Use dg-gpp-additional-sources.
11054         * g++.dg/special/conpr-3a.C: Rename to ...
11055         * g++.dg/special/conpr-3a.cc: This.
11056         * g++.dg/special/conpr-3b.C: Rename to ...
11057         * g++.dg/special/conpr-3b.cc: This.
11058         * g++.dg/special/conpr-4.C: New test.
11059         * g++.dg/special/ecos.exp: Rewrite to use ordinary dg driver.
11060
11061 2003-05-12  David Edelsohn  <edelsohn@gnu.org>
11062
11063         * debug/debug.exp: Skip debug-[12].c at -O3 on non-Dwarf targets.
11064
11065 2003-05-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11066
11067         * g++.old-deja/g++.brendan/ns1.C: Remove private member warning.
11068         * g++.old-deja/g++.robertl/eb71.C: Likewise.
11069         * g++.old-deja/g++.brendan/warnings1.C: Add -Wctor-dtor-privacy.
11070         * g++.old-deja/g++.other/warn3.C: Likewise.
11071
11072 2003-05-11  Roger Sayle  <roger@eyesopen.com>
11073
11074         * gcc.dg/i386-387-1.c: Update to also test log.
11075         * gcc.dg/i386-387-2.c: Likewise.
11076
11077 2003-05-11  Toon Moene  <toon@moene.indiv.nluug.nl>
11078
11079         * g77.f-torture/execute/int8421.f: New test.
11080
11081 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11082
11083         PR c++/10230, c++/10481
11084         * g++.dg/lookup/scoped5.C: New test.
11085
11086 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11087
11088         PR c++/10552
11089         * g++.dg/template/ttp6.C: New test.
11090
11091 2003-05-11  Richard Sandiford  <rsandifo@redhat.com>
11092
11093         * gcc.c-torture/execute/builtins: New directory.
11094         * gcc.c-torture/execute/string-opt-{3,4,16,17,18,19}.c: Move into
11095         gcc.c-torture/execute/builtins.
11096         * gcc.c-torture/execute/string-opt-asm-{1,2}.c: Likewise.
11097         * gcc.c-torture/execute/builtin-noret-{1,2}.c: Move to...
11098         * gcc.dg/torture: ...this new directory.  Turn into link-only tests.
11099         * gcc.dg/no-builtin-1.c: Move into gcc.c-torture/execute/builtins.
11100
11101 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11102
11103         PR c++/9252
11104         * g++.dg/template/access8.C: New test.
11105         * g++.dg/template/access9.C: New test.
11106
11107 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11108
11109         PR c++/9554
11110         * g++.dg/parse/access1.C: New test.
11111
11112 2003-05-09  DJ Delorie  <dj@redhat.com>
11113
11114         * g++.dg/other/stdarg1.C: Make sure arg "3" is passed as a
11115         long, and not an int.
11116
11117 2003-05-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11118
11119         PR c++/10555, c++/10576
11120         * g++.dg/template/memclass1.C: New test.
11121
11122 2003-05-08  DJ Delorie  <dj@redhat.com>
11123
11124         * gcc.c-torture/execute/20020404-1.x: New, skip for 16-bit
11125         targets.
11126         * gcc.c-torture/execute/20021024-1.x: Likewise.
11127         * gcc.c-torture/execute/shiftdi.x: Likewise.
11128         * g++.old-deja/g++.mike/p700.C: Handle 16-bit targets.
11129         * g++.old-deja/g++.other/exprstmt1.C: Likewise.
11130         * gcc.dg/20021018-1.c: Likewise.
11131
11132 2003-05-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11133
11134         * g++.dg/other/packed1.C: Mark xfail for sparc*- not sparc-.
11135
11136         gcc.c-torture/execute/string-opt-19.c: Add general rodata tests.
11137         (bcopy): Call memmove.
11138
11139 2003-05-08  Roger Sayle  <roger@eyesopen.com>
11140
11141         * g77.f-torture/compile/8485.f: New test case.
11142
11143 2003-05-07  Richard Henderson  <rth@redhat.com>
11144
11145         PR c++/10570
11146         * g++.dg/eh/forced1.C: Expect catch-all handlers to run.
11147         Verify exception_cleanup not called for rethrows.
11148         * g++.dg/eh/forced2.C: Test that exception_cleanup is called
11149         when exiting catch block without rethrowing.
11150         * g++.dg/eh/forced3.C: New.
11151         * g++.dg/eh/forced4.C: New.
11152
11153 2003-05-07  Aldy Hernandez  <aldyh@redhat.com>
11154
11155         * gcc.dg/20030505.c: Fix triplet.
11156
11157 2003-05-06  DJ Delorie  <dj@redhat.com>
11158
11159         * gcc.dg/20021014-1.c: XFAIL for xstormy16 also.
11160         * gcc.dg/nest.c: Likewise.
11161
11162 2003-05-05  Roger Sayle  <roger@eyesopen.com>
11163
11164         * gcc.dg/builtins-14.c: New test case.
11165
11166 2003-05-05  Janis Johnson  <janis187@us.ibm.com>
11167
11168         * lib/compat.exp (compat-execute): New argument.
11169         * g++.dg/compat/compat.exp: Pass new argument to compat-execute.
11170         * gcc.dg/compat: New test directory.
11171         * gcc.dg/compat/compat.exp: New expect script.
11172         * gcc.dg/compat/scalar-by-value-1_main.c: New test file.
11173         * gcc.dg/compat/scalar-by-value-1_x.c: New test file.
11174         * gcc.dg/compat/scalar-by-value-1_y.c: New test file.
11175         * gcc.dg/compat/scalar-by-value-2_main.c: New test file.
11176         * gcc.dg/compat/scalar-by-value-2_x.c: New test file.
11177         * gcc.dg/compat/scalar-by-value-2_y.c: New test file.
11178
11179         * gcc.dg/compat/struct-by-value-1_main.c: New test file.
11180         * gcc.dg/compat/struct-by-value-1_x.c: New test file.
11181         * gcc.dg/compat/struct-by-value-1_y.c: New test file.
11182         * gcc.dg/compat/struct-by-value-2_main.c: New test file.
11183         * gcc.dg/compat/struct-by-value-2_x.c: New test file.
11184         * gcc.dg/compat/struct-by-value-2_y.c: New test file.
11185         * gcc.dg/compat/struct-by-value-3_main.c: New test file.
11186         * gcc.dg/compat/struct-by-value-3_x.c: New test file.
11187         * gcc.dg/compat/struct-by-value-3_y.c: New test file.
11188         * gcc.dg/compat/struct-by-value-4_main.c: New test file.
11189         * gcc.dg/compat/struct-by-value-4_x.c: New test file.
11190         * gcc.dg/compat/struct-by-value-4_y.c: New test file.
11191         * gcc.dg/compat/struct-by-value-5_main.c: New test file.
11192         * gcc.dg/compat/struct-by-value-5_x.c: New test file.
11193         * gcc.dg/compat/struct-by-value-5_y.c: New test file.
11194
11195 2003-05-05  Zack Weinberg  <zack@codesourcery.com>
11196
11197         * gcc.dg/const-elim-1.c, gcc.dg/const-elim-2.c: New testcases.
11198
11199 2003-05-05  Jakub Jelinek  <jakub@redhat.com>
11200
11201         * gcc.c-torture/execute/string-opt-18.c (main): Add 3 new tests.
11202
11203 2003-05-05  Geoffrey Keating  <geoffk@apple.com>
11204
11205         * gcc.c-torture/execute/ieee/fp-cmp-8.c: New test.
11206         * gcc.dg/ppc-fsel-2.c: New test.
11207
11208         * gcc.dg/unused-5.c: New test.
11209
11210 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11211
11212         PR c++/10496
11213         * g++.dg/warn/pmf1.C: New test.
11214
11215 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11216
11217         PR c++/4494
11218         * g++.dg/warn/main.C: New test.
11219
11220 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11221
11222         * gcc.dg/nonnull-3.c: New test.
11223
11224 2003-05-04  Neil Booth  <neil@daikokuya.co.uk>
11225
11226         * gcc.dg/cpp/Wtrigraphs.c: Update.
11227         * gcc.dg/cpp/Wtrigraphs-2.c: New tests.
11228
11229 2003-05-03  Geoffrey Keating  <geoffk@apple.com>
11230
11231         * gcc.dg/ppc-fsel-1.c: New test.
11232
11233 2003-05-03  Zack Weinberg  <zack@codesourcery.com>
11234
11235         PR c/10604
11236         * gcc.dg/compare7.c, g++.dg/warn/compare1.C: New testcases.
11237
11238 2003-05-03  Kazu Hirata  <kazu@cs.umass.edu>
11239
11240         * gcc.dg/m-un-2.c: Fix the typedef of size_t.
11241
11242 2003-05-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11243
11244         PR c++/9364, c++/10553, c++/10586
11245         * g++.dg/parse/typename4.C: New test.
11246         * g++.dg/parse/typename5.C: Likewise.
11247
11248 2003-05-03  Richard Sandiford  <rsandifo@redhat.com>
11249
11250         * gcc.c-torture/compile/20030503-1.c: New test.
11251
11252 2003-05-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11253
11254         * g++.dg/lookup/using5.C: Fix testcase error.
11255
11256 2003-05-01  Chris Demetriou  <cgd@broadcom.com>
11257
11258         * gcc.dg/special/mips-abi.exp (is_meabi_config): Remove,
11259         since MEABI is no longer supported.  Remove all vestiges
11260         of MEABI from the test.
11261
11262 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11263
11264         PR c++/10554
11265         * g++.dg/lookup/using5.C: New test.
11266
11267 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11268
11269         PR c++/8772
11270         * g++.dg/template/ttp5.C: New test.
11271
11272 2003-04-30  Mark Mitchell  <mark@codesourcery.com>
11273
11274         * lib/g++-dg.exp (g++-dg-test): Add "repo" option.
11275         (dg-gpp-additional-sources): New function.
11276         (dg-gpp-additional-files): Likewise.
11277         * lib/g++.exp (additional_sources): New variable.
11278         (additional_files): Likewise.
11279         (g++_target_compile): Deal with them.
11280         * lib/old-dejagnu.exp: Remove.
11281         * g++.old-deja/old-deja.exp: Use dg.exp, not old-dejagnu.exp.
11282         * g++.old-deja: Revise all tests to use dg commands.
11283
11284 2003-04-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11285
11286         PR c++/9432, c++/9528
11287         * g++.dg/lookup/using4.C: New test.
11288
11289 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
11290
11291         * gcc.dg/noreturn-5.c: New file.
11292         * gcc.dg/noreturn-6.c: New file.
11293
11294         * gcc.c-torture/compile/inline-1.c: New file.
11295
11296 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
11297
11298         PR c++/10551
11299         * g++.dg/template/explicit1.C: New test.
11300
11301 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
11302
11303         PR c++/10549
11304         * g++.dg/other/bitfield1.C: New test.
11305
11306         PR c++/10527
11307         * g++.dg/init/new7.C: New test.
11308
11309 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
11310
11311         * g++.dg/ext/desig1.C: New test.
11312         * g++.dg/ext/init1.C: Update.
11313
11314         * g++.old-deja/g++.pt/deduct5.C: Remove unnecessary initializer.
11315
11316 2003-04-28  Mark Mitchell  <mark@codesourcery.com>
11317
11318         PR c++/10180
11319         * g++.dg/warn/Winline-1.C: New test.
11320
11321 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
11322
11323         * gcc.c-torture/execute/string-opt-19.c: New test.
11324
11325         * gcc.c-torture/execute/string-opt-asm-1.c: New test.
11326         * gcc.c-torture/execute/string-opt-asm-2.c: New test.
11327
11328 2003-04-27  Mark Mitchell  <mark@codesourcery.com>
11329
11330         PR c++/10506
11331         * g++.dg/init/new6.C: New test.
11332
11333         PR c++/10503
11334         * g++.dg/init/ref6.C: New test.
11335
11336 2003-04-26  David Edelsohn  <edelsohn@gnu.org>
11337
11338         * g++.dg/warn/weak1.C: XFAIL on AIX4.
11339
11340 2003-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11341
11342         * gcc.c-torture/execute/string-opt-8.c: Don't perform cmpstr
11343         checks for __pj__, but do them for !__OPTIMIZE__ and __s390__.
11344
11345 2003-04-25  Mark Mitchell  <mark@codesourcery.com>
11346
11347         * g++.old-deja/g++.pt/instantiate12.C: Explicit instantiate
11348         initialized static data members.
11349
11350 2003-04-25  H.J. Lu <hjl@gnu.org>
11351
11352         * gcc.dg/ia64-sync-4.c: New test.
11353
11354 2003-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11355
11356         * gcc.c-torture/execute/string-opt-18.c: Clean up.  Fix copyright
11357         date.
11358
11359 2003-04-24  Nathan Sidwell  <nathan@codesourcery.com>
11360
11361         PR c++/10337
11362         * g++.dg/warn/conv1.C: New test.
11363         * g++.old-deja/g++.other/conv7.C: Adjust.
11364         * g++.old-deja/g++.other/overload14.C: Adjust.
11365
11366 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
11367
11368         PR c++/10471
11369         * g++.dg/template/defarg2.C: New test.
11370
11371 2003-04-23  Neil Booth  <neil@daikokuya.co.uk>
11372
11373         * gcc.dg/cpp/include2.c: Update.
11374         * gcc.dg/cpp/multiline-2.c: New.
11375         * gcc.dg/cpp/multiline.c: Update.
11376         * gcc.dg/cpp/strify2.c: Update.
11377         * gcc.dg/cpp/trad/literals-2.c: Update.
11378
11379 2003-04-23  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11380
11381         * g++.dg/other/packed1.C: XFAIL hppa*-*-*.
11382
11383 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
11384
11385         * g++.dg/parse/typedef1.C: Tweak after fix for PR 10428.
11386
11387 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
11388
11389         PR c++/10451
11390         * g++.dg/parse/crash4.C: New test.
11391
11392         PR c++/9847
11393         * g++.dg/parse/crash5.C: New test.
11394
11395 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
11396
11397         PR c++/10446
11398         * g++.dg/parse/crash3.C: New test.
11399
11400         PR c++/10428
11401         * g++.dg/parse/elab1.C: New test.
11402
11403 2003-04-22  Devang Patel  <dpatel@apple.com>
11404
11405         * gcc.dg/cpp/trad/funlike-5.c: New test.
11406
11407 2003-04-21  Andreas Tobler <a.tobler@schweiz.ch>
11408
11409         * g++.dg/other/packed1.C: Fix dg options.
11410
11411 2003-04-22  Nathan Sidwell  <nathan@codesourcery.com>
11412
11413         * g++.dg/other/offsetof2.C: New test.
11414
11415 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
11416
11417         * g++.dg/template/recurse.C: Adjust location of error messages.
11418
11419 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
11420
11421         PR c++/9881
11422         * g++.dg/init/addr-const1.C: New test.
11423         * g++.dg/other/packed1.C: XFAIL on aligned architectures.
11424
11425 2003-04-20  Nathan Sidwell  <nathan@codesourcery.com>
11426
11427         PR c++/10405
11428         * g++.dg/lookup/struct-hack1.C: New test.
11429
11430 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
11431
11432         * ucs.c: Update diagnostic messages.
11433
11434 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
11435
11436         * gcc.dg/cpp/truefalse.cpp: New test.
11437         * gcc.dg/cpp/cpp.exp: Update.
11438         * g++.dg/other/stdbool-if.C: Remove.
11439
11440 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
11441
11442         * gcc.dg/cpp/_Pragma4.c: Remove stray space.
11443         * gcc.dg/cpp/trad/escaped-eof.c: Correct line number.
11444
11445 2003-04-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
11446
11447         * gcc.c-torture/compile/20030418-1.c: New test.
11448
11449 2003-04-17  Janis Johnson  <janis187@us.ibm.com>
11450
11451         * README.compat: Remove; content moved to doc/sourcebuild.texi.
11452
11453 2003-04-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11454
11455         PR c++/10347
11456         g++.dg/template/dependent-name1.C: New test.
11457
11458 2003-04-17  J"orn Rennecke <joern.rennecke@superh.com>
11459
11460         * gcc.dg/warn-1.c (tourist_guide): New array,
11461         contains a pointer to bar.
11462
11463 2003-04-16  Roger Sayle  <roger@eyesopen.com>
11464
11465         * gcc.dg/Wunreachable-5.c: New test case for PR c/10175.
11466         * gcc.c-torture/execute/medce-1.c: New test case.
11467         * gcc.c-torture/execute/medce-2.c: New test case.
11468
11469 2003-04-15  Mark Mitchell  <mark@codesourcery.com>
11470
11471         * lib/prune.exp: Ignore more messages.
11472
11473         PR c++/10381
11474         * g++.dg/parse/lookup3.C: New test.
11475
11476 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
11477
11478         * gcc.c-torture/compile/20030415-1.c : New test.
11479
11480 2003-04-14  Mark Mitchell  <mark@codesourcery.com>
11481
11482         * gcc.c-torture/execute/scope-2.c: Move to ...
11483         * gcc.dg/noncompile/scope.c: .... here.
11484
11485 2003-04-14  Roger Sayle  <roger@eyesopen.com>
11486
11487         * gcc.dg/20030414-2.c: New test case.
11488
11489 2003-04-14  Hans-Peter Nilsson  <hp@axis.com>
11490
11491         PR target/10377
11492         * gcc.dg/20030414-1.c: New test.
11493
11494 2003-04-13  Roger Sayle  <roger@eyesopen.com>
11495
11496         * gcc.dg/builtins-12.c: New test case.
11497         * gcc.dg/builtins-13.c: New test case.
11498
11499 2003-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11500
11501         * gcc.c-torture/execute/string-opt-18.c: New test.
11502
11503 2003-04-13  Mark Mitchell  <mark@codesourcery.com>
11504
11505         PR c++/10300
11506         * g++.dg/init/new5.C: New test.
11507
11508 2003-04-12  Mark Mitchell  <mark@codesourcery.com>
11509
11510         PR c++/7910
11511         * g++.dg/ext/dllimport1.C: New test.
11512
11513 2003-04-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
11514
11515         * gcc.dg/ultrasp8.c: Fix for 32-bit Sparc.
11516
11517 2003-04-11  Bud Davis <bdavis9659@comcast.net>
11518
11519         PR Fortran/9263
11520         * g77.f-torture/noncompile/9263.f: New test
11521         PR Fortran/1832
11522         * g77.f-torture/execute/1832.f: New test
11523
11524 2003-04-11  David Chad  <davidc@freebsd.org>
11525             Loren J. Rittle  <ljrittle@acm.org>
11526
11527         libobjc/8562
11528         * objc.dg/headers.m: New test.
11529
11530 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
11531
11532         * gcc.c-torture/execute/builtin-noret-2.c: New.
11533         * gcc.c-torture/execute/builtin-noret-2.x: New.
11534         XFAIL builtin-noret-2.c at -O1 and above.
11535         * gcc.dg/redecl.c: New.
11536         * gcc.dg/Wshadow-1.c: Update error regexps.
11537
11538 2003-04-10  Mark Mitchell  <mark@codesourcery.com>
11539
11540         * g++.dg/abi/bitfield10.C: New test.
11541
11542 2003-04-09  Mike Stump  <mrs@apple.com>
11543
11544         * gcc.dg/pch/pch.exp: Make testcase names longer.
11545         * g++.dg/pch/pch.exp: Make testcase names longer.
11546
11547 2003-04-08  Roger Sayle  <roger@eyesopen.com>
11548
11549         * gcc.dg/builtins-11.c: New test case.
11550
11551 2003-04-08  Roger Sayle  <roger@eyesopen.com>
11552
11553         * gcc.dg/builtins-9.c: New test case.
11554         * gcc.dg/builtins-10.c: New test case.
11555
11556 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
11557
11558         * gcc.dg/noncompile/init-4.c.c: New test.
11559
11560 2003-04-06  Nathan Sidwell  <nathan@codesourcery.com>
11561
11562         * gcc.misc-test/gcov-9.c: New test.
11563         * gcc.misc-test/gcov-10.c: New test
11564         * gcc.misc-test/gcov-11.c: New test.
11565
11566 2003-04-05  Zack Weinberg  <zack@codesourcery.com>
11567
11568         PR optimization/10024
11569         * gcc.c-torture/compile/20030405-1.c: New test.
11570
11571 2003-04-04  Geoffrey Keating  <geoffk@apple.com>
11572
11573         * gcc.dg/pch/static-3.c: New.
11574         * gcc.dg/pch/static-3.hs: New.
11575         * gcc.dg/pch/pch.exp: Test with -O0 -g too.
11576
11577 2003-04-04  Richard Henderson  <rth@redhat.com>
11578
11579         * g++.dg/eh/forced1.C: Use _Unwind_SjLj_ForcedUnwind as appropriate.
11580         * g++.dg/eh/forced2.C: Likewise.
11581
11582 2003-04-03  Mike Stump  <mrs@apple.com>
11583
11584         * lib/scanasm.exp (scan-assembler): Add xfail processing for
11585         target arg.
11586         (scan-assembler-times, scan-assembler-not): Likewise.
11587         (scan-assembler-dem, scan-assembler-dem-not): Likewise.
11588
11589 2003-04-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
11590
11591         * gcc.dg/sparc-loop-1.c: New test.
11592
11593 2003-04-02  Geoffrey Keating  <geoffk@apple.com>
11594
11595         PR other/9274
11596         * g++.dg/pch/system-2.C: New.
11597         * g++.dg/pch/system-2.Hs: New.
11598
11599 2003-04-02  Aldy Hernandez  <aldyh@redhat.com>
11600
11601         * g++.dg/eh/simd-2.C (vecfunc): Fix typo.
11602
11603         * g++.dg/eh/simd-1.C (vecfunc): Same.
11604
11605 2003-04-01  Roger Sayle  <roger@eyesopen.com>
11606
11607         * gcc.c-torture/execute/20030401-1.c: New test case.
11608
11609 2003-04-01  Ziemowit Laski <zlaski@apple.com>
11610
11611         * objc.dg/defs.m: New.
11612
11613 2003-04-01  Aldy Hernandez  <aldyh@redhat.com>
11614
11615         * g++.dg/eh/simd-1.C: New.
11616         * g++.dg/eh/simd-2.C: New.
11617
11618 2003-03-01  Aldy Hernandez  <aldyh@redhat.com>
11619
11620         * gcc.c-torture/execute/simd-3.c: New.
11621
11622 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
11623
11624         PR c/9936
11625         * gcc.dg/20030331-2.c: New test.
11626
11627 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
11628
11629         PR c++/10278
11630         * g++.dg/parse/crash2.C: New test.
11631
11632 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
11633
11634         * gcc.c-torture/compile/20030331-1.c: New test, moved from...
11635         * gcc.c-torture/execute/20030331-1.c: ...here.
11636
11637 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
11638
11639         * gcc.c-torture/execute/20030331-1.c: New test.
11640
11641 2003-03-31  Nathan Sidwell  <nathan@codesourcery.com>
11642
11643         * lib/gcov.exp: Adjust call return testing strings.
11644         * g77.dg/gcov/gcov-1.f: Don't expect unconditional branches.
11645
11646 2003-03-31  Roger Sayle  <roger@eyesopen.com>
11647
11648         * gcc.dg/builtins-3.c: Add new tests for sin and cos.
11649         * gcc.dg/builtins-7.c: New test case.
11650         * gcc.dg/builtins-8.c: New test case.
11651
11652 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
11653
11654         * gcc.c-torture/execute/ieee/20030331-1.c: New test.
11655
11656 2003-03-30  Mark Mitchell  <mark@codesourcery.com>
11657
11658         PR c++/7647
11659         * g++.dg/lookup-class-member-2.C: New test.
11660
11661 2003-03-30  Glen Nakamura  <glen@imodulo.com>
11662
11663         * gcc.dg/20030324-1.c: Add comments and abort if test fails.
11664
11665 2003-03-28  Roger Sayle  <roger@eyesopen.com>
11666
11667         * gcc.c-torture/execute/ieee/fp-cmp-6.c:  Correct test for -O0.
11668
11669 2003-03-28  Mark Mitchell  <mark@codesourcery.com>
11670
11671         * g++.dg/init/attrib1.C: New test.
11672
11673 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
11674
11675         * gcc.dg/ultrasp8.c: New test.
11676
11677 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
11678
11679         * gcc.dg/ultrasp7.c: New test.
11680
11681 2003-03-28  Nathan Sidwell  <nathan@codesourcery.com>
11682
11683         PR c++/10047
11684         * g++.dg/template/inline1.C: New test.
11685
11686 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
11687
11688         * gcc.dg/sparc-dwarf2.c: New test.
11689
11690 2003-03-27  Roger Sayle  <roger@eyesopen.com>
11691
11692         * gcc.c-torture/execute/ieee/fp-cmp-6.c: New test case.
11693         * gcc.c-torture/execute/ieee/fp-cmp-7.c: New test case.
11694
11695 2003-03-27  Mark Mitchell  <mark@codesourcery.com>
11696
11697         * lib/gcov.exp (run-gcov): Add branches and calls options, rather
11698         than reading .x files.
11699         * g++.dg/gcov/gcov-1.C: Use run-gcov options, not .x files.
11700         * g77.dg/gcov/gcov-1.f: Likewise.
11701         * gcc.misc-tests/gcov-4b.c: Likewise.
11702         * gcc.misc-tests/gcov-5b.c: Likewise.
11703         * gcc.misc-tests/gcov-6.c: Likewise.
11704         * gcc.misc-tests/gcov-7.c: Likewise.
11705         * gcc.misc-tests/gcov-8.c: Likewise.
11706         * g++.dg/gcov/gcov-1.x: Remove.
11707         * g77.dg/gcov/gcov-1.x: Likewise.
11708         * gcc.misc-tests/gcov-4b.x: Likewise.
11709         * gcc.misc-tests/gcov-5b.x: Likewise.
11710         * gcc.misc-tests/gcov-6.x: Likewise.
11711         * gcc.misc-tests/gcov-7.x: Likewise.
11712         * gcc.misc-tests/gcov-8.x: Likewise.
11713
11714 2003-03-27  Glen Nakamura  <glen@imodulo.com>
11715
11716         PR opt/10087
11717         * gcc.dg/20030324-1.c: New test.
11718
11719 2003-03-27  Nathan Sidwell  <nathan@codesourcery.com>
11720
11721         PR c++/10224
11722         * g++.dg/template/arg3.C: New test.
11723
11724         PR c++/10158
11725         * g++.dg/template/friend18.C: New test.
11726
11727 2003-03-26  Roger Sayle  <roger@eyesopen.com>
11728
11729         * g77.f-torture/compile/20030326-1.f: New test case.
11730
11731 2003-03-26  Janis Johnson  <janis187@us.ibm.com>
11732
11733         * gcc.c-torture/execute/20020227-1.x: Don't XFAIL for powerpc64.
11734
11735         * gcc.c-torture/compile/simd-5.x: Expect XFAIL for powerpc64.
11736
11737 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
11738
11739         * gcc.dg/ia64-sync-3.c: New test.
11740
11741 2003-03-26  Alan Modra  <amodra@bigpond.net.au>
11742
11743         * gcc.dg/loop-2.c: Replace "inline" with "__inline__".
11744
11745 2003-03-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
11746
11747         * gcc.dg/ultrasp6.c: New test.
11748
11749 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
11750
11751         * gcc.dg/i386-signbit-1.c: New test.
11752         * gcc.dg/i386-signbit-2.c: New test.
11753         * gcc.dg/i386-signbit-3.c: New test.
11754
11755 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
11756
11757         * gcc.dg/ultrasp5.c: Fix options.
11758
11759 2003-03-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
11760
11761         * gcc.dg/ultrasp5.c: Fix comment.
11762
11763 2003-03-24  Bud Davis  <bdavis9659@comcast.net>
11764
11765         PR fortran/10197
11766         * g77.f-torture/execute/10197.f: New test.
11767
11768 2003-03-24  Nathan Sidwell  <nathan@codesourcery.com>
11769
11770         PR c++/9898, c++/383
11771         * g++.dg/template/conv6.C: New test.
11772
11773         PR c++/10119
11774         * g++.dg/template/ptrmem5.C: New test.
11775
11776         PR c++/10026
11777         * g++.dg/lookup/koenig1.C: New test.
11778
11779         PR C++/10199
11780         * g++.dg/lookup/template2.C: New test.
11781
11782 2003-03-24  Jakub Jelinek  <jakub@redhat.com>
11783
11784         * g++.dg/opt/rtti1.C: New test.
11785
11786 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
11787
11788         * gcc.dg/ultrasp5.c: New test.
11789
11790 2003-03-23  Arpad Beszedes <beszedes@cc.u-szeged.hu>
11791
11792         PR middle-end/9967
11793         * gcc.c-torture/execute/stdio-opt-1.c: Adjust test for change to
11794         builtin fputs.
11795
11796 2003-03-23  Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
11797
11798         PR c/8224
11799         * gcc.dg/20030323-1.c: New test.
11800
11801 2003-03-23  Roger Sayle  <roger@eyesopen.com>
11802
11803         * gcc.c-torture/compile/20030323-1.c: New test case.
11804
11805 2003-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
11806
11807         * gcc.dg/20030321-1.c: New test.
11808
11809 2003-03-22  Zack Weinberg  <zack@codesourcery.com>
11810
11811         * gcc.dg/Wshadow-1.c: Add a dg-warning line.
11812
11813 2003-03-22  Nathan Sidwell  <nathan@codesourcery.com>
11814
11815         PR c++/9978, c++/9708
11816         * g++.dg/ext/vlm1.C: Adjust expected error.
11817         * g++.dg/ext/vla2.C: New test.
11818         * g++.dg/template/arg1.C: New test.
11819         * g++.dg/template/arg2.C: New test.
11820
11821 2003-03-22  Bud Davis  <bdavis9659@comcast.net>
11822
11823         * g77.f-torture/execute/select.f: New test.
11824         * g77.f-torture/noncompile/select_no_compile.f: New test.
11825
11826 2003-03-21  Nathan Sidwell  <nathan@codesourcery.com>
11827
11828         PR c++/9898
11829         * g++.dg/other/error4.C: New test.
11830
11831 2003-03-20  Mark Mitchell  <mark@codesourcery.com>
11832
11833         * g++.dg/template/friend17.C: New test.
11834
11835 2003-03-21  Alan Modra  <amodra@bigpond.net.au>
11836
11837         * gcc.c-torture/compile/20030320-1.c: New.
11838
11839 2003-03-20  Roger Sayle  <roger@eyesopen.com>
11840
11841         * gcc.dg/builtins-6.c: New test case.
11842
11843 2003-03-19  Alan Modra  <amodra@bigpond.net.au>
11844
11845         PR target/10073
11846         * gcc.c-torture/compile/20030319-1.c: New.
11847
11848 2003-03-18  Jan Hubicka  <jh@suse.cz>
11849
11850         * gcc.dg/i386-cvt-1.c: New test.
11851
11852 2003-03-17  Zack Weinberg  <zack@codesourcery.com>
11853
11854         * objc.dg/naming-1.m: Use "(parse|syntax) error".
11855         * objc.dg/naming-2.m: Likewise.
11856
11857 2003-03-17  Mark Mitchell  <mark@codesourcery.com>
11858
11859         PR c++/9639
11860         * g++.dg/parse/crash1.C: New test.
11861
11862 2003-03-16  Mark Mitchell  <mark@codesourcery.com>
11863
11864         PR c++/8805
11865         * g++.dg/eh/cleanup1.C: New test.
11866
11867 2003-03-16  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
11868
11869         * gcc.c-torture/execute/20030316-1.c: New test case.
11870
11871 2003-03-16  Nathan Sidwell  <nathan@codesourcery.com>
11872
11873         PR c++/9629
11874         * g++.dg/init/ctor2.C: New test.
11875
11876 2003-03-15  Roger Sayle  <roger@eyesopen.com>
11877
11878         * g77.f-torture/compile/xformat.f: New test case.
11879
11880 2003-03-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11881
11882         * g++.old-deja/g++.mike/eh33.C: Remove xfail for hppa*-*-*.
11883         * g++.old-deja/g++.mike/eh50.C: Likewise.
11884
11885 2003-03-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11886
11887         PR c++/6440
11888         * g++.dg/template/spec7.C: New test.
11889         * g++.dg/template/spec8.C: Likewise.
11890
11891 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
11892
11893         * gcc.c-torture/execute/20030313-1.c: New test.
11894
11895 2003-03-14  Richard Henderson  <rth@redhat.com>
11896
11897         * gcc.dg/inline-2.c: Adjust alpha test for external call.
11898
11899 2003-03-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
11900
11901         * gcc.c-torture/compile/20030314-1.c: New test.
11902
11903 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
11904
11905         * gcc.dg/dll-1.c: Remove thumb target. Change exp to _exp.
11906         * gcc.dg/dll-2.c: Enable for cygwin and mingw. Remove
11907         thumb target,
11908         * gcc.dg/dll-3.c: Likewise. Adjust scan-assembler
11909         to accept newer _imp__  prefix and additional
11910         newline in .drectve section.
11911         * gcc.dg/dll-4.c: Likewise.
11912         * gcc.dg/dll-5.c: New file to test -mnop-fun-dllimport
11913         switch.
11914
11915 2003-03-13  Mark Mitchell  <mark@codesourcery.com>
11916
11917         * g++.dg/parse/namespace9.C: New test.
11918
11919         * g++.dg/init/ref5.C: New test.
11920         * g++.dg/parse/ptrmem1.C: Likewise.
11921
11922 2003-03-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11923
11924         * gcc.dg/special/ecos.exp (gcsec-1.c): Find linker used by gcc.
11925         * gcc.dg/old-style-asm-1.c (dg-final): Add hpux label alternative to
11926         regular expression.
11927         * gcc.dg/funcorder.c (dg-final): Check for "link_error,%r" on hppa*-*-*.
11928         * gcc.dg/inline-1.c (dg-final): Check for "xyzzy?,%r" on hppa*-*-*.
11929
11930 2003-03-12  Daniel Jacobowitz  <drow@mvista.com>
11931
11932         * gcc.c-torture/execute/20030224-2.c: New test.
11933
11934 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
11935
11936         * gcc.dg/decl-3.c: New test.
11937
11938 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
11939
11940         * gcc.dg/i386-loop-2.c: New test.
11941
11942 2003-03-11  Mark Mitchell  <mark@codesourcery.com>
11943
11944         PR c++/9474
11945         * g++.dg/parse/namespace8.C: New test.
11946
11947         PR c++/9924
11948         * g++.dg/overload/builtin2.C: New test.
11949
11950 2003-03-11  Steven Bosscher  <s.bosscher@student.tudelft.nl>
11951
11952         * gcc.dg/return-type-3.c: New test.
11953
11954 2003-03-11  D.Venkatasubramanian  <dvenkat@noida.hcltech.com>
11955
11956         * gcc.misc-tests/bprob.exp: Disable test cases for h8300-*-* as
11957         profiling options are not supported.
11958
11959 2003-03-10  Mark Mitchell  <mark@codesourcery.com>
11960
11961         * g++.old-deja/g++.benjamin/16077.C: Adjust warnings.
11962         * g++.old-deja/g++.warn/impint2.C: Likewise.
11963
11964 2003-03-10  Devang Patel  <dpatel@apple.com>
11965
11966         * g++.dg/cpp/c++_cmd_1.C: New test.
11967         * g++.dg/cpp/c++_cmd_1.h: New file.
11968
11969 2003-03-10  Segher Boessenkool  <segher@koffie.nl>
11970
11971         * gcc.dg/altivec-9.c: New file.
11972
11973 2003-03-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11974
11975         * gcc.dg/ppc-sdata-1.c: New test.
11976         * gcc.dg/ppc-sdata-2.c: New test.
11977
11978 2003-03-09  Mark Mitchell  <mark@codesourcery.com>
11979
11980         PR c++/9373
11981         * g++.dg/opt/ptrmem2.C: New test.
11982
11983         PR c++/8534
11984         * g++.dg/opt/ptrmem1.C: New test.
11985
11986 2003-03-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
11987
11988         * gcc.dg/i386-loop-1.c: New test.
11989
11990 2003-03-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11991
11992         PR c++/9970
11993         * g++.dg/lookup/friend1.C: New test.
11994
11995 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
11996
11997         PR c++/9823
11998         * g++.dg/parser/constructor1.C: New test.
11999
12000 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
12001
12002         * gcc.c-torture/execute/20020720-1.x: Add xfail for cris-*-*.
12003
12004         * gcc.dg/old-style-asm-1.c: Tweak to match mmix-knuth-mmixware.
12005
12006 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
12007
12008         * gcc.dg/cpp/Wunused.c: Update test.
12009
12010 2003-03-08  Jan Hubicka  <jh@suse.cz>
12011
12012         * gcc.dg/inline-3.c: New test.
12013
12014 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
12015
12016         PR c++/9809
12017         * g++.dg/parse/builtin1.C: New test.
12018
12019         PR c++/9982
12020         * g++.dg/abi/cookie1.C: New test.
12021         * g++.dg/abi/cookie2.C: Likewise.
12022
12023         PR c++/9524
12024         * g++.dg/template/field1.C: New test.
12025
12026         PR c++/9912
12027         * g++.dg/parse/class1.C: New test.
12028         * g++.dg/parse/namespace7.C: Likewise.
12029         * g++.old-deja/g++.other/decl5.C: Remove XFAILs.
12030
12031 2003-03-07  Mark Mitchell  <mark@codesourcery.com>
12032
12033         * g++.dg/init/ref4.C: New test.
12034
12035 2003-03-07  Jan Hubicka  <jh@suse.cz>
12036
12037         * gcc.dg/i386-local2.c: Fix problems with certain versions of dejagnu.
12038         * gcc.dg/inline-3.c:  New test.
12039
12040 2003-03-06  Mark Mitchell  <mark@codesourcery.com>
12041
12042         * g++.dg/init/ref3.C: New test.
12043
12044         PR c++/9965
12045         * g++.dg/init/ref2.C: New test.
12046
12047         PR c++/9400
12048         * g++.dg/warn/Wshadow-2.C: New test.
12049
12050         PR c++/9791
12051         * g++.dg/warn/Woverloaded-1.C: New test.
12052
12053 2003-03-05  Jan Hubicka  <jh@suse.cz>
12054
12055         * gcc.dg/i386-local2.c: New.
12056         * gcc.dg/i386-local.c: Fix typo.
12057
12058 2003-03-05  Mark Mitchell  <mark@codesourcery.com>
12059
12060         * g++.dg/abi/layout3.C: New test.
12061
12062 2003-03-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
12063
12064         * gcc.c-torture/compile/20030305-1.c
12065
12066 2003-03-05  Jan Hubicka  <jh@suse.cz>
12067
12068         * gcc.dg/i386-local.c: New.
12069
12070 2003-03-04  J"orn Rennecke <joern.rennecke@superh.com>
12071
12072         * gcc.dg/sh-relax.c: Disable for sh64-*-*.
12073
12074 2003-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
12075
12076         * gcc.dg/switch-2.c: New test.
12077         * gcc.dg/switch-3.c: New test.
12078         * gcc.dg/Wswitch.c: Adjust line numbers.
12079         * gcc.dg/Wswitch-default.c: Likewise.
12080         * gcc.dg/Wswitch-enum.c: Likewise.
12081
12082 2003-03-04  Alexandre Oliva  <aoliva@redhat.com>
12083
12084         * gcc.c-torture/execute/20030222-1.c: New test.
12085
12086 2003-03-03  James E Wilson  <wilson@tuliptree.org>
12087
12088         * gcc.dg/m68k-slp-ice.c: New test for PR c/7872.
12089
12090 2003-03-03  Mark Mitchell  <mark@codesourcery.com>
12091
12092         PR c++/9878
12093         * g++.dg/init/ref1.C: New test.
12094
12095 2003-03-03  J"orn Rennecke <joern.rennecke@superh.com>
12096
12097         * gcc.dg/sh-relax.c: New SH-only test.
12098
12099 2003-03-03  Geoffrey Keating  <geoffk@apple.com>
12100
12101         * gcc.c-torture/compile/20010327-1.c: Back out last change.  Add
12102         comment explaining purpose of testcase.
12103
12104 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
12105
12106         * gcc.c-torture/execute/960312-1.x: New file, must pass -mshort
12107         for HC11/HC12 (asm needs two int registers).
12108         * gcc.c-torture/compile/20020312-1.x: New file, don't execute on
12109         HC11/HC12 because the test uses an asm which needs two 32-bit
12110         registers.
12111
12112 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
12113
12114         * gcc.c-torture/compile/920501-12.x: New file, must pass -mshort
12115         for HC11/HC12 (array is too large otherwise).
12116         * gcc.c-torture/compile/920501-4.x: New file, likewise.
12117         * gcc.c-torture/compile/20010518-2.x: Likewise.
12118         * gcc.c-torture/compile/980506-1.x: Don't execute this test on
12119         HC11/HC12 (array is too large).
12120
12121 2003-03-01  Geoffrey Keating  <geoffk@apple.com>
12122
12123         * lib/gcc-dg.exp (gcc-dg-test): Change .pch to .gch.
12124         * lib/g++-dg.exp (g++-dg-test): Likewise.
12125
12126 2003-03-01  Roger Sayle  <roger@eyesopen.com>
12127
12128         * g++.old-deja/g++.other/builtins10.C: New test for PR 9367.
12129         * gcc.dg/format/attr-5.c: Handle new conflicting types warning.
12130
12131 2003-03-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12132
12133         * g++.dg/warn/implicit-typename1.C: Remove warning.
12134
12135 2003-02-28  Richard Henderson  <rth@redhat.com>
12136
12137         * gcc.dg/noreturn-1.c: Move noreturn warning line.
12138         * gcc.dg/return-type-1.c: Move control reaches end warning line.
12139
12140 2003-02-28  Geoffrey Keating  <geoffk@apple.com>
12141
12142         * gcc.dg/pch/pch.exp: Change .pch to .gch.
12143         * g++.dg/pch/pch.exp: Likewise.
12144
12145 2003-02-28  Mark Mitchell  <mark@codesourcery.com>
12146
12147         PR c++/9879
12148         * testsuite/g++.dg/init/new4.C: New test.
12149
12150 2003-02-28  Richard Earnshaw  <rearnsha@arm.com>
12151
12152         * gcc.dg/arm-asm.c: Enable for StrongARM and XScale targets.
12153
12154 2003-02-28  Alexandre Oliva  <aoliva@redhat.com>
12155
12156         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead of
12157         unsigned long.
12158
12159         * gcc.c-torture/compile/simd-3.c: Do nothing if double is not
12160         wider than float.
12161
12162 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
12163
12164         * lib/scanasm.exp: Add support for counting numbers of
12165         occurences.
12166         * gcc.dg/unswitch-1.c, gcc.dg/peel-1.c, gcc.dg/unroll-1.c,
12167         gcc.dg/unroll-2.c, gcc.dg/unroll-3.c: New tests.
12168
12169 2003-02-25  Mark Mitchell  <mark@codesourcery.com>
12170
12171         PR c++/9683
12172         * g++.dg/template/static3.C: New test.
12173
12174         PR c++/9829
12175         * g++.dg/parse/namespace6.C: New test.
12176
12177 2003-02-25  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12178
12179         PR target/9732
12180         * gcc.dg/20030225-1.c: New test.
12181
12182 2003-02-24  Mark Mitchell  <mark@codesourcery.com>
12183
12184         * README: Remove out-of-date information.
12185
12186         PR c++/9836
12187         * g++.dg/template/spec6.C: New test.
12188
12189 2003-02-24  Jeff Law  <law@redhat.com>
12190
12191         * gcc.c-torture/compile/20030224-1.c: New test for ia32 backend bug.
12192
12193 2003-02-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12194
12195         * g++.dg/other/pragma-ep-1.C: Test for __PRAGMA_EXTERN_PREFIX.
12196         * gcc.dg/pragma-ep-1.c: Likewise.
12197
12198 2003-02-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12199
12200         PR c++/9602
12201         * g++.dg/template/friend16.C: New test.
12202
12203 2003-02-23  Mark Mitchell  <mark@codesourcery.com>
12204
12205         PR c++/5333
12206         * g++.dg/parse/fused-params1.C: Adjust error messages.
12207         * g++.dg/template/nested3.C: New test.
12208
12209 2003-02-24  Alan Modra  <amodra@bigpond.net.au>
12210
12211         * g++.dg/abi/param1.C: New test.
12212
12213 2003-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12214
12215         PR c++/7982
12216         * g++.dg/warn/implicit-typename1.C: New test.
12217
12218 2003-02-22  Kelley Cook <kelleycook@comcast.net>
12219
12220         * g++.old-deja/g++.other/store-expr1.C: Replace "mcpu"
12221         with "mtune".
12222         * g++.old-deja/g++.other/store-expr2.C: Likewise.
12223         * gcc.c-torture/execute/20010129-1.x: Likewise.
12224         * gcc.dg/20011107-1.c: Likewise.
12225         * gcc.dg/20020108-1.c: Likewise.
12226         * gcc.dg/20020122-3.c: Likewise.
12227         * gcc.dg/20020206-1.c: Likewise.
12228         * gcc.dg/20020310-1.c: Likewise.
12229         * gcc.dg/20020426-2.c: Likewise.
12230         * gcc.dg/20020517-1.c: Likewise.
12231         * gcc.dg/991230-1.c: Likewise.
12232         * gcc.dg/i386-unroll-1.c: Likewise.
12233         * gcc.misc-tests/i386-prefetch.exp: Likewise.
12234
12235 2003-02-22  Jan Hubicka  <jh@suse.cz>
12236
12237         * gcc.dg/i386-mul.c: New test.
12238
12239 2003-02-21  Roger Sayle  <roger@eyesopen.com>
12240
12241         * gcc.dg/builtins-5.c: New test case.
12242
12243 2003-02-22  Hans-Peter Nilsson  <hp@axis.com>
12244
12245         * gcc.dg/asmreg-1.c: New test.
12246
12247 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
12248
12249         PR c++/9749
12250         * g++.dg/parse/varmod1.C: New test.
12251
12252 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
12253
12254         PR c++/9727
12255         * g++.dg/template/op1.C: New test.
12256
12257 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
12258
12259         PR c++/8906
12260         * g++.dg/template/nested2.C: New test.
12261
12262 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
12263
12264         PR c++/8724
12265         * g++.dg/expr/dtor1.C: New test.
12266
12267 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
12268
12269         * gcc.dg/cpp/include3.c: New test.
12270         * gcc.dg/cpp/inc/foo.h: New file.
12271
12272 2003-02-21  Glen Nakamura  <glen@imodulo.com>
12273
12274         * gcc.c-torture/execute/20030221-1.c: New test.
12275
12276 2003-02-20  Mark Mitchell  <mark@codesourcery.com>
12277
12278         PR c++/9729
12279         * g++.dg/abi/conv1.C: New test.
12280
12281 2003-02-20  Jan Hubicka  <jh@suse.cz>
12282
12283         * gcc.c-torture/execute/20020720-1.x: XFAIL for x86-64.
12284
12285 2003-02-19  Daniel Jacobowitz  <drow@mvista.com>
12286
12287         * gcc.c-torture/compile/20030219-1.c: New test.
12288
12289 2003-02-18  Jan Hubicka  <jh@suse.cz>
12290
12291         * gcc.dg/funcorder.c: New test.
12292
12293 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
12294
12295         * gcc.c-torture/execute/20030218-1.c: New.
12296
12297 2003-02-18  Aldy Hernandez  <aldyh@redhat.com>
12298
12299         * gcc.dg/20030218-1.c: New.
12300
12301 2003-02-18  Richard Henderson  <rth@redhat.com>
12302
12303         * gcc.dg/attr-invalid.c: Allow __used__ on static data.
12304         * gcc.dg/attr-used-2.c: New.
12305
12306 2003-02-18  Mark Mitchell  <mark@codesourcery.com>
12307
12308         PR c++/9704
12309         * g++.dg/init/copy5.C: New test.
12310
12311 2003-02-18  Geoffrey Keating  <geoffk@apple.com>
12312
12313         * gcc.dg/pch/pch.exp: Delete $bname.h before copying into it.
12314         * g++.dg/pch/pch.exp: Likewise.
12315
12316 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
12317
12318         * gcc.c-torture/execute/20030209-1.c: Enable the test if
12319         STACK_SIZE is not defined.
12320
12321 2003-02-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12322
12323         PR c++/9457
12324         * g++.dg/template/init1.C: New test.
12325
12326 2003-02-16  Jan HUbicka  <jh@suse.cz>
12327
12328         * gcc.dg/c90-const-expr-3.c (DZERO): New static variable
12329         (foo): Add few extra tests
12330         * gcc.dg/c99-const-expr-3.c: Likewise.
12331         * gcc.c-torture/execute/20030216-1.c: New.
12332
12333 2003-02-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12334
12335         PR c++/9459
12336         * g++.dg/ext/typeof4.C: New test.
12337
12338 2003-02-15  Roger Sayle  <roger@eyesopen.com>
12339
12340         * gcc.dg/i386-387-3.c: New test case.
12341
12342 2003-02-14  Josef Zlomek  <zlomekj@suse.cz>
12343
12344         * gcc.dg/20030213-1.c: Expect warning for unsupported -fpic on
12345         cris-*-elf* cris-*-aout* and mmix-*-*.
12346
12347 2003-02-13  Josef Zlomek  <zlomekj@suse.cz>
12348
12349         * gcc.dg/20030213-1.c: New test.
12350
12351 2003-02-12  Roger Sayle  <roger@eyesopen.com>
12352
12353         * gcc.dg/i386-387-1.c: Add new test for __builtin_atan2.
12354         * gcc.dg/i386-387-2.c: Likewise.
12355
12356 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
12357
12358         * gcc.dg/ppc-spe.c: Fix formatting.
12359         Enable tests that were previously unsupported by gas.
12360         Delete tests for instructions that no longer exist.
12361         Switch arguments on evsubifw builtin.
12362
12363 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
12364
12365         * gcc.c-torture/execute/20030209-1.c: Disable the test if
12366         STACK_SIZE is too small.
12367
12368 2003-02-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
12369             Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
12370
12371         * gcc.dg/decl-2.c: New test.
12372
12373 2003-02-10  Jan Hubicka  <jh@suse.cz>
12374
12375         * gcc.dg/i386-fpcvt-1.c:  New test.
12376
12377 2002-02-09  Richard Sandiford  <rsandifo@redhat.com>
12378
12379         * gcc.c-torture/execute/20030209-1.c: New test.
12380
12381 2003-02-09  Kazu Hirata  <kazu@cs.umass.edu>
12382
12383         * gcc.c-torture/execute/builtin-bitops-1.c: When testing the
12384         int-wide bitops, use the constants of the same width.
12385         Likewise, if long long is 32-bit wide, test bitops using
12386         32-bit constants.
12387
12388 2003-02-07  Loren James Rittle  <ljrittle@acm.org>
12389
12390         * gcc.dg/20021014-1.c: Annotate with expected notice text.
12391
12392 2003-02-07  Roger Sayle  <roger@eyesopen.com>
12393
12394         * testsuite/gcc.dg/builtins-4.c: New test case.
12395
12396 2003-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12397
12398         * gcc.dg/20020430-1.c: Fix dg command typos.
12399         * gcc.dg/20020503-1.c: Likewise.
12400
12401 2003-02-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
12402
12403         PR c++/8785
12404         * g++.dg/parse/fused-params1.C: New test.
12405
12406         PR c++/8857
12407         * g++.dg/parse/tmpl-tmpl-operator1.C: New test.
12408
12409         PR c++/8921
12410         * g++.dg/parse/non-dependent1.C: New test.
12411
12412         PR c++/8928
12413         * g++.dg/parse/dupl-tmpl-args1.C: New test.
12414
12415         PR c++/9228
12416         * g++.dg/parse/undefined7.C: New test.
12417         * g++.dg/parse/non-templ1.C: New test.
12418
12419         PR c++/9229
12420         * g++.dg/parse/too-many-tmpl-args1.C: New test.
12421
12422 2003-02-06  Eric Botcazou <ebotcazou@libertysurf.fr>
12423
12424         * gcc.c-torture/compile/20030206-1.c: New test.
12425
12426 2003-02-05  Roger Sayle  <roger@eyesopen.com>
12427
12428         * gcc.c-torture/compile/921206-1.c: Rename undeclared function from
12429         "pow" to "foo" to avoid potential confusion with a math built-in.
12430
12431 2003-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12432
12433         * gcc.c-torture/execute/20020227-1.x: Update specific XFAIL
12434         conditions for SPARC targets.
12435
12436 2003-02-05  Jakub Jelinek  <jakub@redhat.com>
12437
12438         * gcc.dg/20030204-1.c: New test.
12439
12440 2003-02-04  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
12441
12442         PR c++/38
12443         * g++.dg/parse/array-size1.C: New test.
12444
12445         PR c++/5657
12446         * g++.dg/parse/undefined3.C: New test.
12447
12448         PR c++/5665
12449         * g++.dg/parse/undefined4.C: New test.
12450
12451         PR c++/5975
12452         * g++.dg/parse/undefined5.C: New test.
12453
12454         PR c++/7259
12455         * g++.dg/parse/tmpl-tmpl-param1.C: New test.
12456
12457         PR c++/8578
12458         * g++.dg/parse/casting-operator1.C: New test.
12459
12460         PR c++/8596
12461         * g++.dg/parse/undefined6.C: New test.
12462
12463         PR c++/8736
12464         * g++.dg/parse/missing-template1.C: New test.
12465
12466 2003-02-04  Jan Hubicka  <jh@suse.cz>
12467
12468         * gcc.dg/i386-cadd.c:  Compile using -march=k8.
12469         * gcc.dg/i386-cmov?.c:  Likewise.
12470         * gcc.dg/i386-fpcvt-?.c:  Likewise.
12471         * gcc.dg/i386-ssefp-1.c:  Likewise.
12472         * gcc.dg/i386-ssetype-?.c:  Likewise; fix for register passing
12473         conventions.
12474
12475 2003-02-03  Mark Mitchell  <mark@codesourcery.com>
12476
12477         PR c++/7129
12478         * testsuite/g++.dg/ext/max.C: New test.
12479
12480 2003-02-03  Jan Hubicka  <jh@suse.cz>
12481
12482         * gcc.c-torture/execute/20030203-1.c: New test.
12483
12484 2003-02-03  Richard Earnshaw  <rearnsha@arm.com>
12485
12486         * gcc.c-torture/exectue/ieee/20000320-1.c: The ARM VFP format is
12487         'natural-endian'.
12488
12489 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
12490
12491         * g++.dg/init/new1.C: Remove -fvolatile dg-options line.
12492         * g++.dg/init/new2.C: Likewise.
12493         * g++.dg/other/new1.C: Likewise.
12494
12495 2003-01-31  Loren J. Rittle <ljrittle@acm.org>
12496
12497         * gcc.dg/struct-ret-libc.c: New test.
12498
12499 2003-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
12500
12501         * gcc.dg/20030129-1.c: New test.
12502
12503 2003-01-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12504
12505         PR c++/8849
12506         * g++.dg/template/ptrmem4.C: New test.
12507
12508 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
12509
12510         * g++.dg/parser/constant1.C: New test.
12511
12512 2003-01-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12513
12514         PR c++/8591
12515         * g++.dg/parse/friend2.C: New test.
12516
12517 2003-01-29  Nathan Sidwell  <nathan@codesourcery.com>
12518
12519         PR c++/9437
12520         * g++.dg/template/unify4.C: New test.
12521
12522 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
12523
12524         * gcc.c-torture/execute/20030128-1.c: New test.
12525
12526 2003-01-28  Jeffrey D. Oldham  <oldham@codesourcery.com>
12527
12528         * g++.dg/lookup/nested1.C: Test moved from ...
12529         * g++.old-deja/g++.other/lookup24.C: ... here.
12530
12531 2003-01-28  Jan Hubicka  <jh@suse.cz>
12532
12533         * gcc.dg/i386-cmov5.c:  New test.
12534
12535 2003-01-28  D.Venkatasubramanian   <dvenkat@noida.hcltech.com>
12536
12537         * gcc.c-torture/execute/20010925-1.c: Changed the
12538         memcpy declaration.
12539
12540 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
12541
12542         PR c++/3902
12543         * g++.dg/parse/template5.C: New test.
12544
12545 2003-01-28  Toon Moene  <toon@moene.indiv.nluug.nl>
12546
12547         PR fortran/9258
12548         * g77.dg/pr9258: New test.
12549
12550 2003-01-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12551
12552         * README: Move relevant parts from README.g++.
12553
12554         * README.g++: Remove this file.
12555
12556 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
12557
12558         * g++.dg/abi/dcast1.C: New test.
12559
12560 2003-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12561
12562         * gcc.c-torture/execute/builtin-constant.x: Only expect failure at -O1.
12563
12564 2003-01-27  Jeffrey D. Oldham  <oldham@codesourcery.com>
12565
12566         PR c++/47
12567         * g++.old-deja/g++.other/lookup24.C: New test.
12568
12569 2003-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12570
12571         PR middle-end/7227
12572         * gcc.dg/uninit-C.c: New test.
12573
12574 2003-01-27  Nathan Sidwell  <nathan@codesourcery.com>
12575
12576         * g++.dg/abi/covariant1.C: New test.
12577
12578 2003-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
12579
12580         * gcc.dg/20030123-1.c: New test.
12581
12582 2003-01-25  Jan Hubicka  <jh@suse.cz>
12583
12584         PR opt/8492
12585         * gcc.c-torture/compile/20030125-1.c
12586
12587 2003-01-25  Nathan Sidwell  <nathan@codesourcery.com>
12588
12589         PR c++/9403
12590         * g++.dg/parse/template3.C: New test.
12591         * g++.old-deja/g++.pt/memclass5.C: Add needed template keyword.
12592
12593         PR c++/795
12594         * g++.dg/parse/template4.C: New test.
12595
12596         PR c++/9415
12597         * g++.dg/template/qual2.C: New test.
12598
12599         PR c++/8545
12600         * g++.old-deja/g++.brendan/parse3.C: Remove XFAIL.
12601
12602         * g++.old-deja/g++.ns/bogus1.C: Change expected error.
12603
12604 2003-01-25  Roger Sayle  <roger@eyesopen.com>
12605
12606         * gcc.c-torture/execute/switch-1.c: New test case.
12607
12608 2003-01-25  Jan Hubicka  <jh@suse.cz>
12609
12610         * gcc.c-torture/execute/20030125-1.[cx]: New test.
12611
12612 2003-01-25  Paolo Carlini  <pcarlini@unitus.it>
12613
12614         Tweaks for Bison-1.875. From the NEWS file:
12615         "- `parse error' -> `syntax error'
12616         Bison now uniformly uses the term `syntax error'"
12617         * gcc.dg/cpp/19990413-1.c: Test for "(parse|syntax) error".
12618         * gcc.dg/cpp/digraph2.c: Likewise.
12619         * gcc.dg/cpp/direct2.c: Likewise.
12620         * gcc.dg/cpp/paste4.c: Likewise.
12621         * gcc.dg/c90-restrict-1.c: Likewise.
12622         * gcc.dg/c99-func-2.c: Likewise.
12623         * gcc.dg/noncompile/920721-2.c: Likewise.
12624         * gcc.dg/noncompile/930622-2.c: Likewise.
12625         * gcc.dg/noncompile/940112-1.c: Likewise.
12626         * gcc.dg/noncompile/950921-1.c: Likewise.
12627         * gcc.dg/noncompile/951123-1.c: Likewise.
12628         * gcc.dg/noncompile/971104-1.c: Likewise.
12629         * gcc.dg/noncompile/990416-1.c: Likewise.
12630
12631 2003-01-24  Paolo Carlini  <pcarlini@unitus.it>
12632
12633         * g++.dg/parse/undefined1.C: Add error message.
12634
12635 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
12636
12637         PR c++/9354
12638         * g++.dg/parse/new1.C: New test.
12639
12640         PR c++/9216
12641         * g++.dg/parse/template2.C: New test.
12642
12643         PR c++/9354
12644         * g++.dg/parse/typedef2.C: New test.
12645
12646         PR c++/9328
12647         * g++.dg/ext/typeof3.C: New test.
12648
12649 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
12650
12651         PR c++/2738
12652         * g++.dg/parse/ret-type1.C: New test.
12653
12654         PR c++/3792
12655         * g++.dg/parse/tmpl-outside1.C: New test.
12656
12657         PR c++/4207
12658         * g++.dg/parse/int-as-enum1.C: New test.
12659
12660         PR c++/4903
12661         * g++.dg/parse/no-typename1.C: New test.
12662
12663         PR c++/5533
12664         * g++.dg/parse/no-value1.C: New test.
12665
12666         PR c++/5921
12667         * g++.dg/parse/wrong-inline1.C: New test.
12668
12669         PR c++/6402
12670         * g++.dg/parse/ref1.C: New test.
12671
12672         PR c++/6992
12673         * g++.dg/parse/attr-ctor1.C: New test.
12674
12675         PR c++/7229
12676         * g++.dg/parse/namespace5.C: New test.
12677
12678         PR c++/7917
12679         * g++.dg/parse/func-def1.C: New test.
12680
12681         PR c++/8143
12682         * g++.dg/parse/undefined1.C: New test.
12683
12684         PR c++/5723, PR c++/8522
12685         * g++.dg/parse/specialization1.C: New test.
12686
12687         PR c++/163, PR c++/8595
12688         * g++.dg/parse/struct-as-enum1.C: New test.
12689
12690         PR c++/9173
12691         * g++.dg/parse/undefined2.C: New test.
12692
12693 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
12694
12695         PR c++/9298
12696         * g++.dg/parse/template1.C: New test.
12697
12698         PR c++/9384
12699         * g++.dg/parse/using1.C: New test.
12700
12701         PR c++/9285
12702         PR c++/9294
12703         * g++.dg/parse/expr2.C: New test.
12704
12705         PR c++/9388
12706         * g++.dg/parse/lookup2.C: Likewise.
12707
12708 2003-01-21  Jan Hubicka  <jh@suse.cz>
12709
12710         * gcc.c-torture/execute/990208-1.c:  Add noinline attributes as needed.
12711         * gcc.c-torture/execute/eeprof-1.c:  Likewise.
12712         * gcc.c-torture/execute/stdio-opt-*.c: Likewise.
12713         * gcc.c-torture/execute/string-opt-*.c: Likewise.
12714
12715 2003-01-20  Nick Clifton  <nickc@redhat.com>
12716
12717         * gcc.c-torture/execute/20030117-1.c: New test case.  Exposes
12718         problem with ARM sibcall code generation.
12719
12720 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
12721
12722         * gcc.c-torture/execute/20030120-1.c: New.
12723
12724 2003-01-19  Paolo Carlini  <pcarlini@unitus.it>
12725
12726         * g++.old-deja/g++.pt/typename13.C: Remove XFAIL.
12727
12728 2003-01-17  Mark Mitchell  <mark@codesourcery.com>
12729
12730         PR c++/9272
12731         * g++.dg/parse/ctor1.C: New test.
12732
12733         PR c++/9294:
12734         * g++.dg/parse/qualified1.C: New test.
12735
12736         * g++.dg/parse/typename3.C: New test.
12737
12738 2003-01-16  Richard Henderson  <rth@redhat.com>
12739
12740         * g++.dg/tls/init-2.C: Fix error matches for real this time.
12741
12742 2003-01-16  Richard Henderson  <rth@redhat.com>
12743
12744         * g++.dg/pch/pch.exp: Copy test header to the working directory
12745         before using it either for precompilation or direct use.
12746         * g++.dg/pch/*.Hs: Rename from gcc.dg/pch/*.H.
12747         * g++.dg/pch/*.C: Include foo.H, not foo.Hp.
12748
12749 2003-01-16  Richard Henderson  <rth@redhat.com>
12750
12751         * gcc.dg/pch/pch.exp: Copy test header to the working directory
12752         before using it either for precompilation or direct use.
12753         * gcc.dg/pch/*.hs: Rename from gcc.dg/pch/*.h.
12754         * gcc.dg/pch/*.c: Include foo.h, not foo.hp.
12755
12756 2003-01-16  Mark Mitchell  <mark@codesourcery.com>
12757
12758         * gcc/testsuite/g++.dg/ext/typename1.C: Add typename keyword.
12759         * gcc/testsuite/g++.dg/template/crash1.C: Update error messages.
12760         * gcc/testsuite/g++.dg/template/crash2.C: Remove error message.
12761         * gcc/testsuite/g++.dg/parse/typename2.C: New test.
12762         * gcc/testsuite/g++.dg/template/typename2.C: Change implicit
12763         typename warning into error.
12764         * gcc/testsuite/g++.old-deja/g++.benjamin/tem03.C: Issue more
12765         error messages.
12766         * gcc/testsuite/g++.old-deja/g++.benjamin/tem04.C: Fix typos.
12767         * gcc/testsuite/g++.old-deja/g++.brendan/crash56.C: Add this->.
12768         * gcc/testsuite/g++.old-deja/g++.law/visibility13.C: Remove error
12769         messages.
12770         * gcc/testsuite/g++.old-deja/g++.ns/template17.C: Reorder code to
12771         make declaration visible in template.
12772         * gcc/testsuite/g++.old-deja/g++.pt/crash3.C: Fix typos.
12773         * gcc/testsuite/g++.old-deja/g++.pt/crash36.C: Issue more error
12774         messages.
12775         * gcc/testsuite/g++.old-deja/g++.pt/crash5.C: Improve error
12776         message.
12777         * gcc/testsuite/g++.old-deja/g++.pt/crash67.C: Remove warning.
12778         * gcc/testsuite/g++.old-deja/g++.pt/inherit1.C: Add this->.
12779         * gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C: Add error message.
12780         * gcc/testsuite/g++.old-deja/g++.pt/typename16.C: Replace implicit
12781         typename warning with error message.
12782         * gcc/testsuite/g++.old-deja/g++.pt/typename19.C: Remove warning.
12783         * gcc/testsuite/g++.old-deja/g++.robertl/eb112.C: Fix typo.
12784         * gcc/testsuite/g++.old-deja/g++.robertl/eb24.C: Use this->.
12785
12786 2003-01-16  Nathan Sidwell  <nathan@codesourcery.com>
12787
12788         * g++.dg/parse/ambig2.C: New test.
12789
12790 2003-01-15  Richard Henderson  <rth@redhat.com>
12791
12792         * g++.dg/tls/init-2.C: Update error message string.
12793
12794 2003-01-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12795
12796         * gcc.c-torture/execute/builtin-constant.x: XFAIL the test.
12797
12798 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
12799
12800         * gcc.c-torture/compile/20000804-1.x: Don't execute this test at
12801         all for HC11/HC12.
12802         * gcc.c-torture/compile/20001205-1.x: Likewise.
12803         * gcc.c-torture/compile/20001226-1.x: Likewise.
12804         * gcc.c-torture/compile/920520-1.x: Likewise.
12805         * gcc.c-torture/compile/961203-1.x: Likewise.
12806         * gcc.c-torture/compile/20020604-1.x: Likewise.
12807
12808 2003-01-15  Jan Hubicka  <jh@suse.cz>
12809
12810         * gcc.c-torture/compile/20030115-1.c: New test.
12811
12812         * gcc.dg/i386-fpcvt-1.c: New test.
12813         * gcc.dg/i386-fpcvt-2.c: New test.
12814
12815 2003-01-14  Jeffrey D. Oldham  <oldham@codesourcery.com>
12816
12817         Further conform g++'s __vmi_class_type_info to the C++ ABI
12818         specification.
12819         * g++.old-deja/g++.abi/vmihint.C (main): Revise expected flags per
12820         the specification.
12821
12822 2003-01-14  Jan Hubicka  <jh@suse.cz>
12823
12824         * gcc.dg/i386-fpcvt-1.c: New test.
12825         * gcc.dg/i386-fpcvt-2.c: New test.
12826
12827 2003-01-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
12828
12829         * gcc.dg/i386-mmx-3.c: New test.
12830
12831 2003-01-12  Mark Mitchell  <mark@codesourcery.com>
12832
12833         PR c++/9264
12834         * g++.dg/parse/octal1.C: New file.
12835
12836         PR c++/9172
12837         * g++.dg/parse/typename1.C: New file.
12838
12839 2003-01-10  Danny Smith  <dannysmith@users.sourceforge.net>
12840
12841         * gcc.dg/bf-ms-layout.c: Enable for cygwin and mingw32 targets.
12842         * gcc.dg/bf-no-ms-layout.c: Likewise.
12843         * gcc.dg/bf-ms-attrib.c: Likewise.
12844
12845 2003-01-10  Mark Mitchell  <mark@codesourcery.com>
12846
12847         PR c++/9099
12848         * g++.dg/parse/dtor1.C: New file.
12849
12850         PR c++/9128
12851         * g++.dg/rtti/typeid1.C: New file.
12852
12853         PR c++/9153
12854         * g++.dg/parse/lookup1.C: New file.
12855
12856         PR c++/9171
12857         * g++.dg/templ/spec5.C: New file.
12858
12859 2003-01-10  Josef Zlomek  <zlomekj@suse.cz>
12860
12861         * gcc.c-torture/compile/20030110-1.c: New test.
12862
12863 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
12864
12865         Merge from pch-branch:
12866
12867         2002-12-23  Geoffrey Keating  <geoffk@apple.com>
12868
12869         * gcc.dg/pch/cpp-1.h: New.
12870         * gcc.dg/pch/cpp-1.c: New.
12871         * gcc.dg/pch/cpp-2.h: New.
12872         * gcc.dg/pch/cpp-2.c: New.
12873
12874         2002-11-19  Geoffrey Keating  <geoffk@apple.com>
12875
12876         * gcc.dg/pch/except-1.h: New.
12877         * gcc.dg/pch/except-1.c: New.
12878
12879         2002-11-13  Geoffrey Keating  <geoffk@apple.com>
12880
12881         * gcc.dg/pch/pch.exp: Ensure that <test>.hp doesn't exist before
12882         running test.
12883         * gcc.dg/pch: Include *.hp not *.h.
12884         * gcc.dg/pch/system-1.h: New.
12885         * gcc.dg/pch/system-1.c: New.
12886
12887         2002-11-11  Geoffrey Keating  <geoffk@apple.com>
12888
12889         * gcc.dg/pch/pch.exp: Compare .s files with/without PCH,
12890         rather than trying to build and run a program using PCH.
12891         * gcc.dg/pch: Remove dg-do commands from test files.
12892
12893         2002-11-08  Geoffrey Keating  <geoffk@apple.com>
12894
12895         * gcc.dg/pch/macro-3.c: New.
12896         * gcc.dg/pch/macro-3.h: New.
12897
12898         2002-11-04  Geoffrey Keating  <geoffk@apple.com>
12899
12900         * gcc.dg/pch/common-1.c: New.
12901         * gcc.dg/pch/common-1.h: New.
12902         * gcc.dg/pch/decl-1.c: New.
12903         * gcc.dg/pch/decl-1.h: New.
12904         * gcc.dg/pch/decl-2.c: New.
12905         * gcc.dg/pch/decl-2.h: New.
12906         * gcc.dg/pch/decl-3.c: New.
12907         * gcc.dg/pch/decl-3.h: New.
12908         * gcc.dg/pch/decl-4.c: New.
12909         * gcc.dg/pch/decl-4.h: New.
12910         * gcc.dg/pch/decl-5.c: New.
12911         * gcc.dg/pch/decl-5.h: New.
12912         * gcc.dg/pch/global-1.c: New.
12913         * gcc.dg/pch/global-1.h: New.
12914         * gcc.dg/pch/inline-1.c: New.
12915         * gcc.dg/pch/inline-1.h: New.
12916         * gcc.dg/pch/inline-2.c: New.
12917         * gcc.dg/pch/inline-2.h: New.
12918         * gcc.dg/pch/static-1.c: New.
12919         * gcc.dg/pch/static-1.h: New.
12920         * gcc.dg/pch/static-2.c: New.
12921         * gcc.dg/pch/static-2.h: New.
12922
12923         2002-09-01  Geoffrey Keating  <geoffk@redhat.com>
12924
12925         * g++.dg/pch/pch.exp: Better handle failing testcases.
12926         * gcc.dg/pch/pch.exp: Likewise.
12927         * gcc.dg/pch/macro-1.c: New.
12928         * gcc.dg/pch/macro-1.h: New.
12929         * gcc.dg/pch/macro-2.c: New.
12930         * gcc.dg/pch/macro-2.h: New.
12931
12932         2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
12933
12934         * g++.dg/dg.exp: Treat files in pch/ specially.
12935         * g++.dg/pch/pch.exp: New file.
12936         * g++.dg/pch/empty.H: New file.
12937         * g++.dg/pch/empty.C: New file.
12938         * lib/g++-dg.exp (g++-dg-test): Add case for when $do_what is
12939         "precompile".
12940
12941         * gcc.dg/pch/pch.exp: New file.
12942         * gcc.dg/pch/empty.h: New file.
12943         * gcc.dg/pch/empty.c: New file.
12944         * lib/gcc-dg.exp (gcc-dg-test): Add case for when $do_what is
12945         "precompile".
12946
12947 2003-01-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12948
12949         * g++.dg/template/friend14.C: New test.
12950
12951 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
12952
12953         * gcc.dg/old-style-asm-1.c: New test.
12954
12955 2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
12956
12957         * gcc.c-torture/compile/20030109-1.c: New test.
12958
12959 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
12960
12961         * gcc.c-torture/execute/20030109-1.c: New test.
12962
12963 2003-01-08  Larin Hennessey  <larin@science.oregonstate.edu>
12964
12965         * g++.old-deja/g++.mike/dyncast1.C: Remove reference to AMD A29K
12966         * g++.old-deja/g++.mike/dyncast2.C: Likewise
12967         * g++.old-deja/g++.mike/dyncast3.C: Likewise
12968         * g++.old-deja/g++.mike/eh2.C: Likewise
12969         * g++.old-deja/g++.mike/eh3.C: Likewise
12970         * g++.old-deja/g++.mike/eh5.C: Likewise
12971         * g++.old-deja/g++.mike/eh6.C: Likewise
12972         * g++.old-deja/g++.mike/eh7.C: Likewise
12973         * g++.old-deja/g++.mike/eh8.C: Likewise
12974         * g++.old-deja/g++.mike/eh9.C: Likewise
12975         * g++.old-deja/g++.mike/eh10.C: Likewise
12976         * g++.old-deja/g++.mike/eh12.C: Likewise
12977         * g++.old-deja/g++.mike/eh13.C: Likewise
12978         * g++.old-deja/g++.mike/eh14.C: Likewise
12979         * g++.old-deja/g++.mike/eh16.C: Likewise
12980         * g++.old-deja/g++.mike/eh17.C: Likewise
12981         * g++.old-deja/g++.mike/eh18.C: Likewise
12982         * g++.old-deja/g++.mike/eh21.C: Likewise
12983         * g++.old-deja/g++.mike/eh23.C: Likewise
12984         * g++.old-deja/g++.mike/eh24.C: Likewise
12985         * g++.old-deja/g++.mike/eh25.C: Likewise
12986         * g++.old-deja/g++.mike/eh26.C: Likewise
12987         * g++.old-deja/g++.mike/eh27.C: Likewise
12988         * g++.old-deja/g++.mike/eh28.C: Likewise
12989         * g++.old-deja/g++.mike/eh29.C: Likewise
12990         * g++.old-deja/g++.mike/eh31.C: Likewise
12991         * g++.old-deja/g++.mike/eh33.C: Likewise
12992         * g++.old-deja/g++.mike/eh34.C: Likewise
12993         * g++.old-deja/g++.mike/eh35.C: Likewise
12994         * g++.old-deja/g++.mike/eh36.C: Likewise
12995         * g++.old-deja/g++.mike/eh37.C: Likewise
12996         * g++.old-deja/g++.mike/eh38.C: Likewise
12997         * g++.old-deja/g++.mike/eh39.C: Likewise
12998         * g++.old-deja/g++.mike/eh40.C: Likewise
12999         * g++.old-deja/g++.mike/eh41.C: Likewise
13000         * g++.old-deja/g++.mike/eh42.C: Likewise
13001         * g++.old-deja/g++.mike/eh44.C: Likewise
13002         * g++.old-deja/g++.mike/eh46.C: Likewise
13003         * g++.old-deja/g++.mike/eh47.C: Likewise
13004         * g++.old-deja/g++.mike/eh48.C: Likewise
13005         * g++.old-deja/g++.mike/eh49.C: Likewise
13006         * g++.old-deja/g++.mike/eh50.C: Likewise
13007         * g++.old-deja/g++.mike/eh51.C: Likewise
13008         * g++.old-deja/g++.mike/eh53.C: Likewise
13009         * g++.old-deja/g++.mike/eh55.C: Likewise
13010         * g++.old-deja/g++.mike/p7912.C: Likewise
13011         * g++.old-deja/g++.mike/p9706.C: Likewise
13012         * g++.old-deja/g++.mike/p10416.C: Likewise
13013         * g++.old-deja/g++.mike/p11667.C: Likewise
13014         * g77.f-torture/compile/20010519-1.f: Remove reference to Convex.
13015         Remove redundant reference to Iris.
13016         * gcc.dg/20020312-2.c: Remove references to AMD A29K, Clipper, Convex,
13017         Elxsi, i860, Pico Java, and WE32K.
13018
13019 2003-01-07  Mark Mitchell  <mark@codesourcery.com>
13020
13021         * g++.dg/ext/asm4.C: New test.
13022
13023 2003-01-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13024
13025         PR c++/9030
13026         * g++.dg/template/friend12.C: New test.
13027         * g++.dg/template/friend13.C: Likewise.
13028         * g++.old-deja/g++.eh/spec6.C: Add missing error message.
13029
13030 2003-01-08  Jan Hubicka  <jh@suse.cz>
13031
13032         * gcc.dg/i386-cadd.c: New test.
13033         * gcc.dg/i386-cmov4.c: Likewise.
13034
13035 2003-01-06  Mark Mitchell  <mark@codesourcery.com>
13036
13037         PR c++/9165
13038         * g++.dg/warn/Wunused-3.C: New test.
13039
13040         * g++.dg/abi/bitfield9.C: New test.
13041
13042         PR c++/9189
13043         * g++.dg/parse/defarg3.C: New test.
13044
13045 2003-01-06  Nathan Sidwell  <nathan@codesourcery.com>
13046
13047         * g++.dg/parse/ambig1.C: New test.
13048         * g++.dg/parse/defarg2.C: New test.
13049
13050 2003-01-05  Mark Mitchell  <mark@codesourcery.com>
13051
13052         * g++.dg/template/defarg-1.C: New test.
13053         * g++.dg/template/local2.C: Likewise.
13054
13055 2003-01-05  Richard Sandiford  <rsandifo@redhat.com>
13056
13057         * gcc.c-torture/execute/20030105-1.c: New test.
13058
13059 2003-01-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13060
13061         * g++.dg/parse/namespace3.C: Remove extra semicolons.
13062         * g++.dg/parse/namespace4.C: Likewise.
13063
13064 2003-01-03  Nathan Sidwell  <nathan@codesourcery.com>
13065
13066         * g++.dg/template/ntp2.C: New test.
13067
13068 2003-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
13069
13070         * g++.dg/parse/extern-C-1.C: New test.
13071
13072         * g++.dg/parse/namespace4.C: New test.
13073
13074         * g++.dg/template/nested1.C: New test.
13075
13076         * g++.dg/parse/namespace3.C: New test.
13077
13078 2003-01-02  Nathanael Nerode  <neroden@gcc.gnu.org>
13079
13080         * g++.dg/lookup/two-stage1.C: New test.
13081
13082 2003-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13083
13084         * g++.old-deja/g++.bugs/900404_04.C: Remove XFAIL.
13085         * g++.old-deja/g++.jason/access8.C: Likewise.
13086         * g++.old-deja/g++.other/decl5.C: Likewise.
13087
13088 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
13089
13090         * g++.dg/parse/parse7.C: New test.
13091
13092 2003-01-02  Mark Mitchell  <mark@codesourcery.com>
13093
13094         PR c++/2843
13095         * g++.dg/ext/attrib7.C: New test.
13096
13097 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
13098
13099         * g++.dg/parse/parse6.C: New test.
13100
13101 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
13102
13103         * gcc.dg/h8300-stack-1.c: New.
13104
13105 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
13106
13107         g++.dg/lookup/exception1.C: New test.
13108
13109         g++.dg/lookup/template1.C: New test.
13110
13111         g++.dg/parse/namespace2.C: New test.
13112
13113         g++.dg/parse/parens2.C: New test.
13114
13115 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
13116
13117         * g++.dg/parse/parse5.C: New test.
13118         * g++.dg/lookup/scoped4.C: New test.
13119
13120 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
13121
13122         * g++.dg/parse/parens1.C: New test.
13123
13124         * g++.dg/parse/parens2.C: Removed, turned out to duplicate
13125         angle-bracket1.C.
13126         * g++.dg/parse/parens2.C: New test.
13127
13128         * g++.dg/lookup/scope-operator1.C: New test.
13129
13130         * g++.dg/parse/operator1.C: New test.
13131
13132 2003-01-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13133
13134         * g++.old-deja/g++.jason/ambig3.C: Remove XFAIL.
13135         * g++.old-deja/g++.other/access6.C: Likewise.
13136         * g++.old-deja/g++.other/decl1.C: Likewise.
13137         * g++.old-deja/g++.pt/typename12.C: Likewise.
13138
13139 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
13140
13141         * g++.dg/parse/namespace1.C: New test.
13142
13143 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
13144
13145         * g++.dg/parse/parse4.C: New test.
13146
13147 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
13148
13149         * g++.dg/parse/parse3.C: New test.
13150
13151 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
13152
13153         * g++.dg/parse/parse2.C: New test.
13154
13155 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
13156
13157         * g++.dg/template/friend11.C: New test.
13158
13159 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
13160
13161         * g++.dg/parse/parse1.C: New test.
13162
13163 2002-12-31  Janis Johnson  <janis187@us.ibm.com>
13164
13165         * lib/profopt.exp: Change the name of a global variable to avoid
13166         possible clashes with other test suites.
13167
13168 2002-12-31  Nathan Sidwell  <nathan@codesourcery.com>
13169
13170         * g++.dg/inherit/covariant8.C: New test.
13171
13172 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
13173
13174         * g++.dg/init/array9.C: New test.
13175
13176         PR c++/9112
13177         * g++.dg/parse/expr1.C: New test.
13178
13179 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
13180
13181         * gcc.c-torture/compile/20021230-1.c: New test.
13182
13183 2002-12-30  Nathan Sidwell  <nathan@codesourcery.com>
13184
13185         * g++.dg/inherit/covariant5.C: New test.
13186         * g++.dg/inherit/covariant6.C: New test.
13187         * g++.dg/inherit/covariant7.C: New test.
13188
13189 2002-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13190
13191         PR c++/2739
13192         * g++.dg/other/access2.C: New test.
13193
13194 2002-12-29  Gabriel Dos Reis  <gdr@integrable-solutions.net>
13195
13196         * g++.dg/other/anon-struct.C: No longer fails
13197         * g++.old-deja/g++.brendan/parse4.C: Likewise.
13198         * g++.old-deja/g++.brendan/parse5.C: Likewise.
13199         * g++.old-deja/g++.brendan/parse6.C: Likewise.
13200
13201 2002-12-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
13202
13203         * g++.dg/parse/angle-bracket.C (main): No longer fails.
13204
13205 2002-12-27  Mark Mitchell  <mark@codesourcery.com>
13206
13207         * g++.dg/eh/spec4.C: Remove stray semicolon.
13208         * g++.dg/expr/pmf-1.C: Change error message.
13209         * g++.dg/ext/asm1.C: Remove stray semicolon.
13210         * g++.dg/ext/typename1.C: Add missing typenames.
13211         * g++.dg/inherit/template-as-base.C: Change error message.
13212         * g++.dg/lookup/scoped1.C: Likewise.
13213         * g++.dg/lookup/scoped2.C: Likewise.
13214         * g++.dg/lookup/using2.C: Likewise.
13215         * g++.dg/other/component1.C: Remove stray semicolon.
13216         * g++.dg/other/do1.C: Change error message.
13217         * g++.dg/other/error2.C: Likewise.
13218         * g++.dg/other/init1.C: Likewise.
13219         * g++.dg/other/packed1.C: Remove stray semicolon.
13220         * g++.dg/other/ptrmem2.C: Change error message.
13221         * g++.dg/parse/parameter-declaration-1.C: Remove line number
13222         marker.
13223         * g++.dg/special/initp1.C: Remove invalid attribute usage.
13224         * g++.dg/template/access3.C: Add typename keyword.
13225         * g++.dg/template/access5.C: Remove stray semicolon.
13226         * g++.dg/template/access6.C: Likewise.
13227         * g++.dg/template/complit1.C: Likewise.
13228         * g++.dg/template/crash1.C: Change error message.
13229         * g++.dg/template/inherit2.C: Remove stray semicolon.
13230         * g++.dg/template/instantiate2.C: Likewise.
13231         * g++.dg/template/instantiate3.C: Change error message.
13232         * g++.dg/template/qual1.C: Remove stray semicolon.
13233         * g++.dg/template/qualttp18.C: Change error message.
13234         * g++.dg/template/ref1.C: Remove stray semicolon.
13235         * g++.dg/template/sizeof1.C (A::value): Declare it.
13236         * g++.dg/template/spec4.C: Change error message.
13237         * g++.dg/template/static1.C: Likewise.
13238         * g++.dg/template/type1.C: Likewise.
13239         * g++.dg/template/typename3.C: Likewise.
13240         * g++.old-deja/g++.benjamin/13478.C: Change error message.
13241         * g++.old-deja/g++.benjamin/15799.C: Remove stray semicolon.
13242         * g++.old-deja/g++.benjamin/bool01.C: Likewise.
13243         * g++.old-deja/g++.benjamin/bool02.C: Likewise.
13244         * g++.old-deja/g++.benjamin/p13417.C: Now fails due to use of
13245         named return value extension.
13246         * g++.old-deja/g++.benjamin/tem06.C: Remove stray semicolon.
13247         * g++.old-deja/g++.benjmain/warn01.C: Likewise.
13248         * g++.old-deja/g++.bob/extern_C.C: Likewise.
13249         * g++.old-deja/g++.bob/inherit2.C: Likewise.
13250         * g++.old-deja/g++.brendan/complex1.C: Likewise.
13251         * g++.old-deja/g++.brendan/copy5.C: Likewise.
13252         * g++.old-deja/g++.brendan/crash13.C: Likewise.
13253         * g++.old-deja/g++.brendan/crash15.C: Likewise.
13254         * g++.old-deja/g++.brendan/crash18.C: Change error message.
13255         * g++.old-deja/g++.brendan/crash37.C: Remove stray semicolon.
13256         * g++.old-deja/g++.brendan/crash38.C: Likewise.
13257         * g++.old-deja/g++.brendan/crash50.C: Likewise.
13258         * g++.old-deja/g++.brendan/crash56.C: Likewise.
13259         * g++.old-deja/g++.brendan/crash6.C: Use explicit specialization
13260         syntax.
13261         * g++.old-deja/g++.brendan/crash66.C: Remove stray semicolon.
13262         * g++.old-deja/g++.brendan/crash8.C: Change error message.
13263         * g++.old-deja/g++.brendan/ctors1.C: Remove stray semicolon.
13264         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
13265         * g++.old-deja/g++.brendan/shadow1.C: Likewise.
13266         * g++.old-deja/g++.brendan/template11.C: Likewise.
13267         * g++.old-deja/g++.brendan/template26.C: Likewise.
13268         * g++.old-deja/g++.brendan/template27.C: Use explicit
13269         specialization syntax.
13270         * g++.old-deja/g++.brendan/template30.C: Likewise.
13271         * g++.old-deja/g++.brendan/template5.C: Remove stray semicolon.
13272         * g++.old-deja/g++.brendan/visibility3.C: Account for use of
13273         non-dependent names.
13274         * g++.old-deja/g++.brendan/warnings4.C: Remove stray semicolon.
13275         * g++.old-deja/g++.brendan/warnings7.C: Likewise.
13276         * g++.old-deja/g++.bugs/900121_02.C: Likewise.
13277         * g++.old-deja/g++.eh/catchptr1.C: Likewise.
13278         * g++.old-deja/g++.ext/addrfunc4.C: Likewise.
13279         * g++.old-deja/g++.ext/namedret1.C: Now fails due to use of
13280         named return value extension.
13281         * g++.old-deja/g++.ext/namedret2.C: Likewise.
13282         * g++.old-deja/g++.ext/namedret3.C: Likewise.
13283         * g++.old-deja/g++.ext/return1.C: Likewise.
13284         * g++.old-deja/g++.ext/typename1.C: Add missing typename keywords.
13285         * g++.old-deja/g++.jason/access17.C: Issue more error messages.
13286         * g++.old-deja/g++.jason/access8.C: Likewise.
13287         * g++.old-deja/g++.jason/bool.C: Remove stray semicolon.
13288         * g++.old-deja/g++.jason/destruct.C: Remove incorrect
13289         pseudo-destructor names.
13290         * g++.old-deja/g++.jason/dtor3.C: Remove stray semicolon.
13291         * g++.old-deja/g++.jason/dtor5.C: Remove incorrect
13292         pseudo-destructor names.
13293         * g++.old-deja/g++.jason/opeq3.C: Remove stray semicolon.
13294         * g++.old-deja/g++.jason/overload19.C: Likewise.
13295         * g++.old-deja/g++.jason/overload32.C: Likewise.
13296         * g++.old-deja/g++.jason/parse11.C: Issue error messages about
13297         stray semicolons.
13298         * g++.old-deja/g++.jason/pmem2.C: Remove stray semicolon.
13299         * g++.old-deja/g++.jason/return.C: Likewise.
13300         * g++.old-deja/g++.jason/return2.C: Likewise.
13301         * g++.old-deja/g++.jason/shadow1.C: Likewise.
13302         * g++.old-deja/g++.jason/special.C: Use explicit specialization
13303         syntax.
13304         * g++.old-deja/g++.jason/template10.C: Account for use of
13305         non-dependent names.
13306         * g++.old-deja/g++.jason/template11.C: Use explicit specialization
13307         syntax.
13308         * g++.old-deja/g++.jason/template37.C: Likewise.
13309         * g++.old-deja/g++.law/access4.C: Change error messages.
13310         * g++.old-deja/g++.law/arm13.C:  Remove incorrect
13311         pseudo-destructor names.
13312         * g++.old-deja/g++.law/code-gen5.C: Remove stray semicolon.
13313         * g++.old-deja/g++.law/ctors9.C: Likewise.
13314         * g++.old-deja/g++.law/cvt22.C: Likewise.
13315         * g++.old-deja/g++.law/dtors5.C: Likewise.
13316         * g++.old-deja/g++.law/global-init1.C: Likewise.
13317         * g++.old-deja/g++.law/missed-error3.C: Likewise.
13318         * g++.old-deja/g++.law/operators28.C: Likewise.
13319         * g++.old-deja/g++.law/visibility28.C: Likewise.
13320         * g++.old-deja/g++.martin/eval1.C: Likewise.
13321         * g++.old-deja/g++.martin/pmf2.C: Remove qualifier in constructor
13322         name.
13323         * g++.old-deja/g++.mike/hog1.C: Remove stray semicolon.
13324         * g++.old-deja/g++.mike/net34.C: Likewise.
13325         * g++.old-deja/g++.mike/net36.C: Likewise.
13326         * g++.old-deja/g++.mike/ns2.C: Likewise.
13327         * g++.old-deja/g++.mike/p12306.C: Likewise.
13328         * g++.old-deja/g++.mike/p646.C: Adjust for removal of named return
13329         value extension.
13330         * g++.old-deja/g++.mike/p700.C: Likewise.
13331         * g++.old-deja/g++.mike/p701.C: Remove stray semicolon.
13332         * g++.old-deja/g++.mike/p710.C: Likewise.
13333         * g++.old-deja/g++.mike/p784.C: Adjust for removal of named return
13334         value extension.
13335         * g++.old-deja/g++.mike/pmf7.C: Remove stray semicolon.
13336         * g++.old-deja/g++.mike/pmf9.C: Likewise.
13337         * g++.old-deja/g++.ns/crash2.C: Likewise.
13338         * g++.old-deja/g++.ns/crash3.C: Likewise.
13339         * g++.old-deja/g++.ns/invalid1.C: Likewise.
13340         * g++.old-deja/g++.ns/ns17.C: Likewise.
13341         * g++.old-deja/g++.ns/template16.C: Likewise.
13342         * g++.old-deja/g++.ns/template5.C: Remove invalid use of template
13343         keyword.
13344         * g++.old-deja/g++.ns/template6.C: Remove stray semicolon.
13345         * g++.old-deja/g++.ns/using9.C: Remove stray semicolon.
13346         * g++.old-deja/g++.oliva/nameret1.C: Now fails due to use of
13347         named return value extension.
13348         * g++.old-deja/g++.oliva/nameret2.C: Likewise.
13349         * g++.old-deja/g++.other/access4.C: Issue additional error
13350         messages.
13351         * g++.old-deja/g++.other/array6.C: Remove stray semicolon.
13352         * g++.old-deja/g++.other/crash1.C: Isue additional error messages.
13353         * g++.old-deja/g++.other/crash11.C: Add missing class-key.
13354         * g++.old-deja/g++.other/crash25.C: Change error message.
13355         * g++.old-deja/g++.other/crash4.C: Change error message.
13356         * g++.old-deja/g++.other/debug7.C: Remove stray semicolon.
13357         * g++.old-deja/g++.other/decl5.C: Issue more error messages.
13358         * g++.old-deja/g++.other/defarg7.C: Remove circular dependency
13359         checks.
13360         * g++.old-deja/g++.other/defarg8.C: Likewise.
13361         * g++.old-deja/g++.other/dtor1.C: Remove stray semicolon.
13362         * g++.old-deja/g++.other/dtor10.C: Likewise.
13363         * g++.old-deja/g++.other/incomplete.C: Likewise.
13364         * g++.old-deja/g++.other/linkage7.C: Likewise.
13365         * g++.old-deja/g++.other/lookup19.C: Now fails due to corrected
13366         lookup algorithm.
13367         * g++.old-deja/g++.other/mangle2.C: Likewise.
13368         * g++.old-deja/g++.other/refinit2.C: Likewise.
13369         * g++.old-deja/g++.other/sizeof2.C: Change error messages.
13370         * g++.old-deja/g++.other/std1.C: Remove stray semicolon.
13371         * g++.old-deja/g++.pt/crash28.C: Likewise.
13372         * g++.old-deja/g++.pt/crash29.C: Use explicit specialization
13373         syntax.
13374         * g++.old-deja/g++.pt/crash32.C: Change error message.
13375         * g++.old-deja/g++.pt/crash43.C: Adjust error messages.
13376         * g++.old-deja/g++.pt/crash58.C: Remove stray semicolon.
13377         * g++.old-deja/g++.pt/crash65.C: Tweak to acount for change in
13378         error message position.
13379         * g++.old-deja/g++.pt/defarg5.C: Remove stray semicolon.
13380         * g++.old-deja/g++.pt/defarg8.C: Change error message.
13381         * g++.old-deja/g++.pt/eichin01.C: Use explicit specialization
13382         syntax.
13383         * g++.old-deja/g++.pt/eichin01a.C: Define static data members.
13384         * g++.old-deja/g++.pt/eichin01b.C: Likewise.
13385         * g++.old-deja/g++.pt/enum7.C: Remove stray semicolon.
13386         * g++.old-deja/g++.pt/explicit12.C: Remove invalid use of template
13387         keyword.
13388         * g++.old-deja/g++.pt/explicit31.C: Likewise.
13389         * g++.old-deja/g++.pt/explicit33.C: Remove stray semicolon.
13390         * g++.old-deja/g++.pt/explicit35.C: Remove invalid use of template
13391         keyword.
13392         * g++.old-deja/g++.pt/explicit71.C: Change error message.
13393         * g++.old-deja/g++.pt/explicit80.C: Use explicit specialization
13394         syntax.
13395         * g++.old-deja/g++.pt/friend28.C: Account for use of
13396         non-dependent names.
13397         * g++.old-deja/g++.pt/friend29.C: Likewise.
13398         * g++.old-deja/g++.pt/friend46.C: Adjust for correct name lookup
13399         rules.
13400         * g++.old-deja/g++.pt/friend48.C: Remove stray semicolon.
13401         * g++.old-deja/g++.pt/instantiate1.C: Use correct class-key.
13402         * g++.old-deja/g++.pt/instantiate11.C: Adjust for correct name
13403         lookup rules.
13404         * g++.old-deja/g++.pt/instantiate8.C: Remove stray semicolon.
13405         * g++.old-deja/g++.pt/instantiate9.C: Insert missing typename
13406         keyword.
13407         * g++.old-deja/g++.pt/memclass20.C: Likewise.
13408         * g++.old-deja/g++.pt/memclass5.C: Likewise.
13409         * g++.old-deja/g++.pt/memclass7.C: Remove invalid use of template
13410         keyword.
13411         * g++.old-deja/g++.pt/memtemp75.C: Likewise.
13412         * g++.old-deja/g++.pt/memtemp81.C: Remove stray semicolon.
13413         * g++.old-deja/g++.pt/memtemp87.C: Add missing access specifier.
13414         * g++.old-deja/g++.pt/overload13.C: Correct error messages.
13415         * g++.old-deja/g++.pt/parms2.C: Add missing typename keyword.
13416         * g++.old-deja/g++.pt/ptrmem1.C: Remove invalid use of template
13417         keyword.
13418         * g++.old-deja/g++.pt/spec10.C: Likewise.
13419         * g++.old-deja/g++.pt/spec28.C: Reorder declarations.
13420         * g++.old-deja/g++.pt/t10.C: Add explicit specialization syntax.
13421         * g++.old-deja/g++.pt/t32.C: Remove stray semicolon.
13422         * g++.old-deja/g++.pt/t35a.C: Add explicit specialization syntax.
13423         * g++.old-deja/g++.pt/ttp24.C: Remove stray semicolon.
13424         * g++.old-deja/g++.pt/ttp62.C: Likewise.
13425         * g++.old-deja/g++.pt/ttp64.C: Likewise.
13426         * g++.old-deja/g++.pt/typename11.C: Add missing typename keyword.
13427         * g++.old-deja/g++.pt/typename15.C: Likewise.
13428         * g++.old-deja/g++.pt/typename22.C: Likewise.
13429         * g++.old-deja/g++.pt/typename6.C: Change error messages.
13430         * g++.old-deja/g++.pt/using1.C: Remove stray semicolon.
13431         * g++.old-deja/g++.pt/virtual2.C: Likewise.
13432         * g++.old-deja/g++.robertl/eb118.C: Add explicit specialization
13433         syntax.
13434         * g++.old-deja/g++.robertl/eb27.C: Now fails due to use of named
13435         return value extension.
13436         * g++.old-deja/g++.robertl/eb43.C: Remove stray semicolon.
13437         * g++.old-deja/g++.robertl/eb79.C: Correct for new name lookup rules.
13438         * g++.old-deja/g++.robertl/eb82.C: Remove stray semicolons.
13439         * g++.old-deja/g++.robertl/eb86.C: Add missing forward declaration.
13440
13441 2002-12-26  Nathan Sidwell  <nathan@codesourcery.com>
13442
13443         * g++.dg/warn/inline1.C: New test.
13444         * g++.old-deja/g++.brendan/crash64.C: Remove spurious inlines.
13445         * g++.old-deja/g++.jason/synth10.C: Likewise.
13446         * g++.old-deja/g++.mike/net31.C: Likewise.
13447         * g++.old-deja/g++.mike/p8786.C: Likewise.
13448
13449         * g++.dg/template/friend10.C: New test.
13450         * g++.dg/template/conv5.C: New test.
13451
13452 2002-12-24  Nathan Sidwell  <nathan@codesourcery.com>
13453
13454         * g++.dg/lookup/scoped3.C: New test.
13455
13456         * g++.dg/lookup/decl1.C: New test.
13457         * g++.dg/lookup/decl2.C: New test.
13458
13459 2002-12-24  Joseph S. Myers  <jsm@polyomino.org.uk>
13460
13461         * g++.dg/init/new1.C, g++.dg/template/alignof1.C,
13462         gcc.c-torture/compile/20021015-1.c,
13463         gcc.c-torture/compile/20021015-2.c,
13464         gcc.c-torture/compile/20021123-1.c,
13465         gcc.c-torture/compile/20021123-2.c,
13466         gcc.c-torture/compile/20021123-3.c,
13467         gcc.c-torture/compile/20021123-4.c,
13468         gcc.c-torture/execute/20021024-1.c: Add tests previously added
13469         only to 3.1 or 3.2 branch.
13470
13471 2002-12-23  Mark Mitchell  <mark@codesourcery.com>
13472
13473         * gcc.dg/i386-bitfield3.c: New test.
13474
13475         * gcc.dg/i386-bitfield2.c: New test.
13476
13477 2002-12-22  Nathan Sidwell  <nathan@codesourcery.com>
13478
13479         * g++.dg/parse/conv_op1.C: New test.
13480
13481 2002-12-21  Josef Zlomek  <zlomekj@suse.cz>
13482
13483         * gcc.c-torture/compile/20021220-1.c: Removed until bug fix is
13484         approved.
13485
13486 2002-12-20  Josef Zlomek  <zlomekj@suse.cz>
13487
13488         * gcc.c-torture/compile/20021220-1.c: New test.
13489
13490 2002-12-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
13491
13492         * gcc.dg/i386-fastcall-1.c: New.
13493
13494 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
13495
13496         * gcc.c-torture/execute/20021219-1.c: New test.
13497
13498 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
13499
13500         * gcc.dg/i386-pic-1.c: New test.
13501
13502 2002-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13503
13504         PR c++/8099
13505         * g++.dg/template/friend9.C: New test.
13506
13507 2002-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13508
13509         PR c++/3663
13510         * g++.dg/template/access7.C: New test.
13511
13512 2002-12-18  Nick Clifton  <nickc@redhat.com>
13513
13514         * lib/g++.exp (g++_include_flags): Only invoke testsuite_flags if
13515         the libstdc++-v3 directory has been found.
13516
13517 2002-12-12  Devang Patel <dpatel@apple.com>
13518         * gcc.dg/darwin-ld-1.c: New test.
13519         * gcc.dg/darwin-ld-2.c: New test.
13520         * gcc.dg/darwin-ld-3.c: New test.
13521         * gcc.dg/darwin-ld-4.c: New test.
13522         * gcc.dg/darwin-ld-5.c: New test.
13523
13524 2002-12-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
13525
13526         * gcc.c-torture/compile/20021212-1.c: New test.
13527
13528 2002-12-11  Neil Booth  <neil@daikokuya.co.uk>
13529
13530         * gcc.dg/fshort-wchar: New test.
13531
13532 2002-12-10  Mark Mitchell  <mark@codesourcery.com>
13533
13534         PR c++/8372
13535         * g++.dg/template/dtor1.C: New test.
13536
13537         * g++.old-deja/g++.ext/memconst.C: Use old-deja, not dg, error
13538         markers.
13539
13540 2002-12-10  Jakub Jelinek  <jakub@redhat.com>
13541
13542         * g++.dg/parse/parameter-declaration-1.C: Expect error on last line.
13543
13544 2002-12-09  Mark Mitchell  <mark@codesourcery.com>
13545
13546         * g++.dg/template/static1.C: New test.
13547         * g++.dg/template/static2.C: New test.
13548         * g++.old-deja/g++.ext/memconst.C: New test.
13549
13550 2002-12-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13551
13552         * g++.dg/special/conpr-2.C: Expect failure on solaris2.
13553         * g++.dg/special/ecos.exp (conpr-3.C): Likewise.
13554         * g++.dg/special/initp1.C: Likewise.
13555
13556 2002-12-06  Jakub Jelinek  <jakub@redhat.com>
13557
13558         * gcc.c-torture/execute/20021204-1.c: New test.
13559
13560 2002-12-04  Geoffrey Keating  <geoffk@apple.com>
13561
13562         * gcc.dg/ppc-fmadd-1.c: New file.
13563         * gcc.dg/ppc-fmadd-2.c: New file.
13564         * gcc.dg/ppc-fmadd-3.c: New file.
13565
13566 2002-12-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
13567
13568         * gcc.c-torture/compile/20021204-1.c: New test.
13569
13570 2002-12-03  Nathan Sidwell  <nathan@codesourcery.com>
13571
13572         * g++.dg/inherit/covariant2.C: New test.
13573         * g++.dg/inherit/covariant3.C: New test.
13574         * g++.dg/inherit/covariant4.C: New test.
13575         * g++.dg/inherit/covariant1.C: Remove XFAIL.
13576         * g++.old-deja/g++.robertl/eb17.C: Likewise.
13577
13578 2002-12-03  Mark Mitchell  <mark@codesourcery.com>
13579
13580         PR c++/8688
13581         * g++.dg/init/brace3.C: New test.
13582
13583 2002-12-02  Kazu Hirata  <kazu@cs.umass.edu>
13584
13585         * gcc.dg/20020210-1.c: Fix a comment typo.
13586
13587 2002-12-02  Mark Mitchell  <mark@codesourcery.com>
13588
13589         PR c++/8720
13590         * g++.dg/parse/defarg1.C: New test.
13591
13592         PR c++/8615
13593         * g++.dg/template/char1.C: New test.
13594
13595         * g++.dg/template/varmod1.C: Fix typo.
13596
13597 2002-12-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13598
13599         DR 180
13600         * g++.old-deja/g++.pt/crash32.C: Expect error.
13601
13602 2002-12-01  Mark Mitchell  <mark@codesourcery.com>
13603
13604         PR c++/5919
13605         * g++.dg/template/varmod1.C: New test.
13606
13607         PR c++/8727
13608         * g++.dg/inherit/typeinfo1.C: New test.
13609
13610         PR c++/8663
13611         * g++.dg/inherit/typedef1.C: New test.
13612
13613 2002-11-30  Mark Mitchell  <mark@codesourcery.com>
13614
13615         PR c++/8332
13616         PR c++/8493
13617         * g++.dg/template/strlen1.C: New test.
13618
13619         PR c++/8227
13620         * g++.dg/template/ctor2.C: New test.
13621
13622         PR c++/8214
13623         * g++.dg/init/string1.C: New test.
13624
13625         PR c++/8511
13626         * g++.dg/template/friend8.C: New test.
13627
13628 2002-11-29  Joe Buck <jbuck@synopsys.com>
13629
13630         * g++.dg/lookup/anon2.C: New test.
13631
13632 2002-11-28  Kazu Hirata  <kazu@cs.umass.edu>
13633
13634         * gcc.c-torture/execute/strct-varg-1.x: Remove xfail on the
13635         h8300 port.
13636
13637 2002-11-27  Richard Sandiford  <rsandifo@redhat.com>
13638
13639         * gcc.dg/bitfld-6.c: New test.
13640
13641 2002-11-27  Jan Hubicka  <jh@suse.cz>
13642
13643         * gcc.c-torture/execute/20021127.[cx]: New test.
13644
13645 2002-11-26  Jan Hubicka  <jh@suse.cz>
13646
13647         * gcc.dg/i386-cmov[123].c: New tests for conditional move code
13648         quality.
13649
13650 2002-11-26  Geoffrey Keating  <geoffk@apple.com>
13651
13652         * g++.dg/init/brace2.C: New test.
13653         * g++.old-deja/g++.mike/p9129.C: Correct.
13654
13655 2002-11-26  Mark Mitchell  <mark@codesourcery.com>
13656
13657         * g++.dg/abi/empty10.C: Don't run on non-x86 targets.
13658
13659 2002-11-25  Andreas Bauer  <baueran@in.tum.de>
13660
13661         * gcc.dg/sibcall-6: New test for indirect sibcalls.
13662
13663 2002-11-25  Mark Mitchell  <mark@codesourcery.com>
13664
13665         * testsuite/g++.dg/abi/empty11.C: New test.
13666         * testsuite/g++.dg/rtti/cv1.C: New test.
13667
13668 2002-11-25  Hans-Peter Nilsson  <hp@bitrange.com>
13669
13670         * lib/prune.exp: Prune more -fpic/-fPIC warnings.
13671
13672 2002-11-24  Mark Mitchell  <mark@codesourcery.com>
13673
13674         * g++.dg/abi/empty10.C: New test.
13675
13676 2002-11-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
13677
13678         * gcc.c-torture/compile/20021124-1.c: New test.
13679
13680 2002-11-22  Mark Mitchell  <mark@codesourcery.com>
13681
13682         * g++.dg/abi/rtti2.C: New test.
13683
13684 2002-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
13685
13686         * gcc.dg/i386-unroll-1.c: New test.
13687
13688 2002-11-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
13689
13690         * gcc.c-torture/compile/20021120-1.c: New test.
13691         * gcc.c-torture/compile/20021120-2.c: New test.
13692
13693 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
13694
13695         * gcc.dg/bitfld-5.c: New test.
13696
13697 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
13698
13699         * gcc.c-torture/execute/20021120-3.c: New test.
13700
13701 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
13702
13703         * gcc.c-torture/execute/20021120-2.c: New test.
13704
13705 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
13706
13707         * gcc.c-torture/execute/20021120-1.c: New test.
13708
13709 2002-11-20  Jakub Jelinek  <jakub@redhat.com>
13710
13711         * gcc.c-torture/execute/20021118-3.c: New test.
13712
13713 2002-11-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
13714
13715         * gcc.c-torture/compile/20021119-1.c: New test.
13716
13717 2002-11-19  Jason Thorpe  <thorpej@wasabisystems.com>
13718
13719         * gcc.dg/duff-1.c: New test.
13720         * gcc.dg/duff-2.c: New test.
13721         * gcc.dg/duff-3.c: New test.
13722
13723 2002-11-18  Neil Booth  <neil@daikokuya.co.uk>
13724
13725         * gcc.dg/cpp/_Pragma5.c: New test.
13726
13727 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
13728
13729         * gcc.c-torture/execute/20021118-2.c: New test.
13730
13731 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
13732
13733         * gcc.c-torture/execute/20021118-1.c: New test.
13734
13735 2002-11-16  Jakub Jelinek  <jakub@redhat.com>
13736
13737         * gcc.dg/20021116-1.c: New test.
13738
13739 2002-11-14  Mark Mitchell  <mark@codesourcery.com>
13740
13741         * g++.dg/abi/vcall1.C: New test.
13742
13743 2002-11-14  Jakub Jelinek  <jakub@redhat.com>
13744
13745         * gcc.dg/20021029-1.c: New test.
13746         * gcc.dg/20021029-2.c: New test.
13747
13748 2002-11-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13749
13750         * g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*.
13751
13752 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
13753
13754         PR c/8439
13755         * gcc.dg/20021110.c: Move to ...
13756         * gcc.c-torture/compile/20021110.c: .... here.
13757
13758 2002-11-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13759
13760         PR c/8467
13761         * gcc.c-torture/execute/20021111-1.c
13762
13763 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
13764
13765         PR c/8439
13766         * gcc.dg/20021110.c: New test.
13767
13768 2002-11-10  Mark Mitchell  <mark@codesourcery.com>
13769
13770         * g++.dg/abi/vthunk3.C: Run only on x86.
13771
13772 2002-11-10  Joseph S. Myers  <jsm@polyomino.org.uk>
13773
13774         * gcc.dg/c90-idem-qual-2.c, gcc.dg/c99-idem-qual-2.c: New tests.
13775
13776 2002-11-09  Hans-Peter Nilsson  <hp@bitrange.com>
13777
13778         * lib/compat.exp (compat-execute): Fix logic error in last
13779         change.
13780
13781 2002-11-09  Neil Booth  <neil@daikokuya.co.uk>
13782
13783         * gcc.dg/cpp/trad/assembler.S, gcc.dg/cpp/trad/directive.c: Update.
13784
13785 2002-11-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13786
13787         PR c++/8389
13788         * g++.dg/template/access6.C: New test.
13789
13790 2002-11-08  Jan Hubicka  <jh@suse.cz>
13791
13792         * gcc.dg/i386-ssefp-1.c: New test.
13793         * gcc.dg/i386-ssefp-1.c: New test.
13794
13795 2002-11-08  Jan Hubicka  <jh@suse.cz>
13796
13797         * gcc.c-torture/compile/20021108-1.c: New testcase for x86-64 failure.
13798
13799 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
13800
13801         * g++.dg/abi/vthunk3.C: New test.
13802
13803         PR c++/8338
13804         * g++.dg/template/crash2.C: New test.
13805
13806 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
13807
13808         * testsuite/g++.dg/abi/dtor1.C: New test.
13809         * testsuite/g++.dg/abi/dtor2.C: Likewise.
13810
13811 2002-11-05  Geoffrey Keating  <geoffk@apple.com>
13812
13813         * g++.old-deja/g++.eh/badalloc1.C: XFAIL excess errors test on
13814         Darwin.
13815
13816 2002-11-04  Adam Nemet  <anemet@lnxw.com>
13817
13818         * gcc.c-torture/execute/941014-1.x: thumb-elf was deprecated, use
13819         -mthumb.  Only xfail with -O0.
13820
13821 2002-11-03  Mark Mitchell  <mark@codesourcery.com>
13822
13823         * g++.dg/abi/thunk1.C: New test.
13824         * g++.dg/abi/thunk2.C: Likewise.
13825         * g++.dg/abi/vtt1.C: Likewise.
13826
13827 2002-11-02  Diego Novillo  <dnovillo@redhat.com>
13828
13829         PR optimization/8423
13830         * gcc.c-torture/execute/builtin-constant.c: New test.
13831
13832 2002-11-01  Zack Weinberg  <zack@codesourcery.com>
13833
13834         * g++.dg/ext/typedef-init.C, gcc.dg/typedef-init.C:
13835         Add some more cases.
13836
13837 2002-11-01  Mark Mitchell  <mark@codesourcery.com>
13838
13839         PR c++/8391
13840         * g++.dg/opt/local1.C: New test.
13841
13842 2002-10-30  Mark Mitchell  <mark@codesourcery.com>
13843
13844         PR c++/8160
13845         * g++.dg/template/complit1.C: New test.
13846
13847         PR c++/8149
13848         * g++.dg/template/typename4.C: Likewise.
13849
13850 2002-10-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13851
13852         Core issue 287, PR c++/7639
13853         * g++.dg/template/instantiate1.C: Adjust error location.
13854         * g++.dg/template/instantiate3.C: New test.
13855         * g++.old-deja/g++.pt/crash10.C: Adjust error location.
13856         * g++.old-deja/g++.pt/derived3.C: Adjust error location.
13857         * g++.old-deja/g++.pt/spec28.C: Reorder declaration.
13858
13859 2002-10-29  Hans-Peter Nilsson  <hp@bitrange.com>
13860
13861         * lib/compat.exp (compat-execute): Don't clean out a gluefile.
13862
13863 2002-10-29  Mark Mitchell  <mark@codesourcery.com>
13864
13865         PR c++/8287
13866         * g++.dg/init/dtor2.C: New test.
13867
13868 2002-10-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13869
13870         * gcc.dg/20021014-1.c: Bypass errors on solaris2 and irix6.
13871         * gcc.dg/nest.c: Bypass errors on irix6.
13872
13873 2002-10-27  Hans-Peter Nilsson  <hp@bitrange.com>
13874
13875         * gcc.dg/nest.c: Expect error for mmix-*-*.
13876         * gcc.dg/20021014-1.c: Use dg-error, not dg-build.
13877
13878 2002-10-26  Hans-Peter Nilsson  <hp@bitrange.com>
13879
13880         * gcc.dg/wint_t-1.c, gcc.dg/wchar_t-1.c: Remove excess-errors
13881         markers.
13882
13883         * gcc.dg/20021014-1.c: Expect build failure on mmix-*-*.
13884
13885 2002-10-25  Mike Stump  <mrs@apple.com>
13886
13887         * gcc.dg/warn-1.c: New test.
13888
13889 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
13890
13891         * g++.dg/template/typename3.C: New test.
13892
13893 2002-10-25  Mark Mitchell  <mark@codesourcery.com>
13894
13895         * g++.dg/lookup/ptrmem1.C: New test.
13896
13897         * g++.dg/abi/vthunk2.C: New test.
13898
13899 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
13900
13901         * g++.dg/ext/vla1.C, gcc.dg/vla-2.c: New tests.
13902
13903 2002-10-24  Mark Mitchell  <mark@codesourcery.com>
13904
13905         * g++.dg/abi/empty9.C: New test.
13906
13907 2002-10-24  Richard Henderson  <rth@redhat.com>
13908
13909         * g++.dg/inherit/thunk1.C: Enable for ia64.
13910
13911 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
13912
13913         PR c++/8067
13914         * g++.dg/lookup/pretty1.C: New test.
13915
13916 2002-10-23  Jakub Jelinek  <jakub@redhat.com>
13917
13918         * gcc.dg/20021023-1.c: New test.
13919
13920 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
13921
13922         PR c++/7679
13923         * g++.dg/parse/inline1.C: New test.
13924
13925 2002-10-23  Richard Henderson  <rth@redhat.com>
13926
13927         * g++.dg/inherit/thunk1.C: Enable for x86_64.
13928
13929         * g++.dg/inherit/thunk1.C: Enable for s390 and alpha.
13930
13931 2002-10-22  Mark Mitchell  <mark@codesourcery.com>
13932
13933         PR c++/6579
13934         * g++.dg/parse/stmtexpr3.C: New test.
13935
13936 2002-10-22  Nathan Sidwell  <nathan@codesourcery.com>
13937
13938         * g++.dg/expr/cond1.C: New test.
13939
13940 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
13941
13942         * gcc.dg/sibcall-5.c: Correct { dg-do run } line.
13943
13944 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
13945
13946         * g++.dg/abi/vbase13.C: New test.
13947         * g++.dg/abi/vbase14.C: Likewise.
13948
13949 2002-10-21  Jakub Jelinek  <jakub@redhat.com>
13950
13951         * gcc.dg/tls/pic-1.c: New test.
13952         * gcc.dg/tls/nonpic-1.c: New test.
13953         * gcc.dg/20021018-1.c: New test.
13954
13955 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
13956
13957         * lib/profopt.exp (profopt-cleanup): New argument TESTCASE.
13958         Remove only files with the same base name as the test case.
13959         (profopt-perf-value): Pass TESTCASE to profopt-cleanup.
13960         (profopt-execute): Likewise.  Also, remove old profiling
13961         and performance data files before running the tests.
13962
13963         * gcc.misc-tests/bprob.exp: Remove profopt-cleanup calls.
13964         * g++.dg/bprob/bprob.exp: Likewise.
13965         * g77.dg/bprob/bprob.exp: Likewise.  Also, relax regexp
13966         to allow more general test case names.
13967
13968         * g++.dg/bprob/bprob-1.C: Rename to ...
13969         * g++.dg/bprob/g++-bprob-1.C: ... this.
13970
13971         * g77.dg/bprob/bprob-1.f: Rename to ...
13972         * g77.dg/bprob/g77-bprob-1.f: ... this.
13973
13974 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
13975
13976         * gcc.dg/noncompile/920923-1.c: Prevent spurious regressions with
13977         bison 1.50 or later.
13978
13979 2002-10-21  Janis Johnson  <janis187@us.ibm.com>
13980
13981         * g++.dg/README: Describe more test directories.
13982
13983 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
13984
13985         * g++.dg/init/array6.C: Add additional tests.
13986
13987 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
13988
13989         * gcc.dg/weak/typeof-2.c: Handle s390x targets as well.
13990         * gcc.misc-tests/linkage.exp: Handle s390x targets in -m31 mode.
13991
13992 2002-10-21  Kazu Hirata  <kazu@cs.umass.edu>
13993
13994         * gcc.c-torture/compile/20020604-1.x: New.
13995         * gcc.c-torture/compile/simd-5.x: Likewise.
13996         * gcc.c-torture/execute/920710-1.x: Likewise.
13997         * gcc.c-torture/execute/20020720-1.x: Disable on h8300.
13998
13999 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
14000
14001         * g++.dg/inherit/override1.C: Add dg-options clause.
14002
14003 2002-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
14004
14005         * testsuite/gcc.dg/i386-sse-3.c: Add tests for _mm_srli_si128 and
14006         _mm_slli_si128.
14007
14008 2002-10-19  Andreas Schwab  <schwab@suse.de>
14009
14010         * lib/compat.exp (compat-run): Prepend "./" when $dest has no
14011         directory component.
14012
14013 2002-10-18  Mark Mitchell  <mark@codesourcery.com>
14014
14015         * g++.dg/inherit/thunk1.C: New test.
14016
14017         * g++.dg/inherit/override1.C: New test.
14018
14019         * g++.dg/abi/mangle11.C: New test.
14020         * g++.dg/abi/mangle14.C: New test.
14021         * g++.dg/abi/mangle17.C: New test.
14022
14023 2002-10-17  Nathan Sidwell  <nathan@codesourcery.com>
14024
14025         * g++.dg/overload/member2.C: New test.
14026
14027 2002-10-17  Janis Johnson  <janis187@us.ibm.com>
14028
14029         * g++.dg/README: Describe new compat directory.
14030         * g++.dg/dg.exp: Skip tests in compat directory.
14031         * README.compat: New file.
14032         * lib/compat.exp: New expect script.
14033         * g++.dg/compat: New test directory.
14034         * g++.dg/compat/compat.exp: New expect script.
14035         * g++.dg/compat/abi: New test directory.
14036         * g++.dg/compat/abi/bitfield1_x.C, g++.dg/compat/abi/bitfield1_main.C,
14037         g++.dg/compat/abi/bitfield1_y.C, g++.dg/compat/abi/bitfield1.h,
14038         g++.dg/compat/abi/bitfield2_x.C, g++.dg/compat/abi/bitfield2_main.C,
14039         g++.dg/compat/abi/bitfield2_y.C, g++.dg/compat/abi/bitfield2.h,
14040         g++.dg/compat/abi/vbase8-10_x.C, g++.dg/compat/abi/vbase8-10_main.C,
14041         g++.dg/compat/abi/vbase8-10_y.C, g++.dg/compat/abi/vbase8-10.h,
14042         g++.dg/compat/abi/vbase8-21_x.C, g++.dg/compat/abi/vbase8-21_main.C,
14043         g++.dg/compat/abi/vbase8-21_y.C, g++.dg/compat/abi/vbase8-21.h,
14044         g++.dg/compat/abi/vbase8-22_x.C, g++.dg/compat/abi/vbase8-22_main.C,
14045         g++.dg/compat/abi/vbase8-22_y.C, g++.dg/compat/abi/vbase8-22.h,
14046         g++.dg/compat/abi/vbase8-4_x.C, g++.dg/compat/abi/vbase8-4_main.C,
14047         g++.dg/compat/abi/vbase8-4_y.C, g++.dg/compat/abi/vbase8-4.h: New files.
14048         * g++.dg/compat/break: New test directory.
14049         * g++.dg/compat/break/empty6_x.C, g++.dg/compat/break/empty6_main.C,
14050         g++.dg/compat/break/empty6_y.C, g++.dg/compat/break/empty6.h,
14051         g++.dg/compat/break/vbase10_x.C, g++.dg/compat/break/vbase10_main.C,
14052         g++.dg/compat/break/vbase10_y.C, g++.dg/compat/break/vbase10.h,
14053         g++.dg/compat/break/vbase11_x.C, g++.dg/compat/break/vbase11_main.C,
14054         g++.dg/compat/break/vbase11_y.C, g++.dg/compat/break/vbase11.h,
14055         g++.dg/compat/break/bitfield7_x.C, g++.dg/compat/break/bitfield7_main.C,
14056         g++.dg/compat/break/bitfield7_y.C, g++.dg/compat/break/bitfield7.h,
14057         g++.dg/compat/break/bitfield5_x.C, g++.dg/compat/break/bitfield5_main.C,
14058         g++.dg/compat/break/bitfield5_y.C, g++.dg/compat/break/bitfield5.h,
14059         g++.dg/compat/break/README: New files.
14060         * g++.dg/compat/eh: New test directory.
14061         * g++.dg/compat/eh/ctor1_x.C, g++.dg/compat/eh/ctor1_main.C,
14062         g++.dg/compat/eh/ctor1_y.C, g++.dg/compat/eh/ctor1.h,
14063         g++.dg/compat/eh/ctor2_x.C, g++.dg/compat/eh/ctor2_main.C,
14064         g++.dg/compat/eh/ctor2_y.C, g++.dg/compat/eh/ctor2.h,
14065         g++.dg/compat/eh/dtor1_x.C, g++.dg/compat/eh/dtor1_main.C,
14066         g++.dg/compat/eh/dtor1_y.C, g++.dg/compat/eh/dtor1.h,
14067         g++.dg/compat/eh/filter1_x.C, g++.dg/compat/eh/filter1_main.C,
14068         g++.dg/compat/eh/filter1_y.C, g++.dg/compat/eh/filter1.h,
14069         g++.dg/compat/eh/filter2_x.C, g++.dg/compat/eh/filter2_main.C,
14070         g++.dg/compat/eh/filter2_y.C,
14071         g++.dg/compat/eh/new1_x.C, g++.dg/compat/eh/new1_main.C,
14072         g++.dg/compat/eh/new1_y.C,
14073         g++.dg/compat/eh/nrv1_x.C, g++.dg/compat/eh/nrv1_main.C,
14074         g++.dg/compat/eh/nrv1_y.C, g++.dg/compat/eh/nrv1.h,
14075         g++.dg/compat/eh/spec3_x.C, g++.dg/compat/eh/spec3_main.C,
14076         g++.dg/compat/eh/spec3_y.C, g++.dg/compat/eh/spec3.h,
14077         g++.dg/compat/eh/template1_x.C, g++.dg/compat/eh/template1_main.C,
14078         g++.dg/compat/eh/template1_y.C, g++.dg/compat/eh/template1.h,
14079         g++.dg/compat/eh/unexpected1_x.C, g++.dg/compat/eh/unexpected1_main.C,
14080         g++.dg/compat/eh/unexpected1_y.C: New files.
14081         * g++.dg/compat/init: New test directory.
14082         * g++.dg/compat/init/array5_x.C, g++.dg/compat/init/array5_main.C,
14083         g++.dg/compat/init/array5_y.C,
14084         g++.dg/compat/init/byval1_x.C, g++.dg/compat/init/byval1_main.C,
14085         g++.dg/compat/init/byval1_y.C, g++.dg/compat/init/byval1.h,
14086         g++.dg/compat/init/dtor1_x.C, g++.dg/compat/init/dtor1_main.C,
14087         g++.dg/compat/init/dtor1_y.C, g++.dg/compat/init/dtor1.h,
14088         g++.dg/compat/init/elide1_x.C, g++.dg/compat/init/elide1_main.C,
14089         g++.dg/compat/init/elide1_y.C, g++.dg/compat/init/elide1.h,
14090         g++.dg/compat/init/init-ref2_x.C, g++.dg/compat/init/init-ref2_main.C,
14091         g++.dg/compat/init/init-ref2_y.C: New files.
14092
14093 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
14094
14095         PR c++/7584
14096         * g++.dg/inherit/using3.C: New test.
14097
14098 2002-10-17  Jan Hubicka  <jh@suse.cz>
14099
14100         * gcc.dg/20021017-2.c: New test.
14101
14102 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
14103
14104         * g++.dg/abi/mangle16.C: Adjust.
14105
14106         * g++.dg/init/array8.C: New test.
14107
14108 2002-10-17  Richard Sandiford  <rsandifo@redhat.com>
14109
14110         * gcc.dg/special/mips-abi.exp: New test.
14111         * gcc.dg/special/mips-abi.s: Empty file used by the above.
14112
14113 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
14114
14115         * g++.dg/abi/mangle16.C: New test.
14116         * g++.dg/abi/mangle17.C: Likewise.
14117
14118         PR c++/7478
14119         * g++.dg/template/ref1.C: New test.
14120
14121 2002-10-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14122
14123         * gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips.
14124
14125 2002-10-16  Ulrich Weigand  <uweigand@de.ibm.com>
14126
14127         * gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.
14128
14129 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
14130
14131         PR c++/7524
14132         * g++.dg/init/array7.C: New test.
14133
14134 2002-10-15  Mark Mitchell  <mark@codesourcery.com>
14135
14136         * g++.dg/init/array6.C: New test.
14137
14138         * g++.dg/abi/mangle13.C: Likewise.
14139         * g++.dg/abi/mangle14.C: Likewise.
14140         * g++.dg/abi/mangle15.C: Likewise.
14141
14142 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
14143
14144         * g++.dg/abi/empty8.C: New test.
14145
14146 2002-10-15  Nathan Sidwell  <nathan@codesourcery.com>
14147
14148         * g++.dg/init/ctor1.C: New test.
14149
14150 2002-10-15  Ulrich Weigand  <uweigand@de.ibm.com>
14151
14152         * gcc.c-torture/execute/20021015-1.c: New test.
14153
14154 2002-10-15  J"orn Rennecke <joern.rennecke@superh.com>
14155
14156         * gcc.dg/weak/typeof-2.c: For SH targets, return before baz3 test.
14157
14158 2002-10-14  Jan Hubicka  <jh@suse.cz>
14159
14160         * gcc.dg/i386-ssetype-[1-5].c: New tests.
14161
14162 2002-10-14  Richard Henderson  <rth@redhat.com>
14163
14164         * gcc.dg/20020219-1.c: Disable for 16-bit targets.
14165
14166 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
14167
14168         PR optimization/6631
14169         * g++.dg/opt/const2.C: New test.
14170
14171 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
14172
14173         PR c++/7176
14174         * g++.dg/parse/friend1.C: New test.
14175         * g++.old-deja/g++.pt/memtemp64.C: Adjust.
14176
14177 2002-10-14  Jakub Jelinek  <jakub@redhat.com>
14178
14179         * gcc.dg/20021014-1.c: New test.
14180
14181 2002-10-11  Mark Mitchell  <mark@codesourcery.com>
14182
14183         PR c++/5661
14184         * g++.dg/ext/vlm1.C: New test.
14185         * g++.dg/ext/vlm2.C: Likewise.
14186
14187         * g++.dg/init/array1.C: Remove invalid braces.
14188         * g++.dg/init/brace1.C: New test.
14189         * g++.dg/init/copy2.C: Likewise.
14190         * g++.dg/init/copy3.C: Likewise.
14191         * g++.old-deja/g++.ext/arrnew.C: Change WARNING to ERROR.
14192         * g++.old-deja/g++.mike/p9129.C: Add ERROR on invalid use of
14193         braces.
14194
14195 2002-10-11  Neil Booth  <neil@daikokuya.co.uk>
14196
14197         * gcc.dg/cpp/assembler.S: Don't use -ansi.
14198
14199 2002-10-11  Richard Shann  <richard.shann@superh.com>
14200
14201         * gcc.c-torture/compile/simd-5.c: New test.
14202
14203 2002-10-10  Roger Sayle  <roger@eyesopen.com>
14204
14205         * gcc.c-torture/execute/shiftopt-1.c: New test case.
14206
14207 2002-10-10  Jim Wilson  <wilson@redhat.com>
14208
14209         * gcc.c-torture/execute/20021010-1.c: New test.
14210
14211 2002-10-09  Zack Weinberg  <zack@codesourcery.com>
14212
14213         PR c/7353
14214         * g++.dg/ext/typedef-init.C: New test.
14215         * gcc.dg/typedef-init.c: New test.
14216
14217 2002-10-09  Neil Booth  <neil@daikokuya.co.uk>
14218
14219         * gcc.dg/cpp/paste13.c: New test.
14220
14221 2002-10-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14222
14223         * gcc.c-torture/execute/20020720-1.x: Take out sparc XFAILs.  For
14224         remaining platforms, XFAIL during compile, not execute.  Don't
14225         XFAIL at -O0.
14226
14227 2002-10-08  Nathan Sidwell  <nathan@codesourcery.com>
14228
14229         * gcc.dg/alias-1.c: Tweak expected warning.
14230
14231 2002-10-06  D.Venkatasubramanian <dvenkat@noida.hcltech.com>
14232
14233         * gcc.dg/20020411-1.c: Disable for 16-bit "int".
14234
14235 2002-10-06  Andreas Jaeger  <aj@suse.de>
14236
14237         * gcc.dg/cpp/c++98-pedantic.C: Moved to g++.dg/cpp.
14238         * gcc.dg/cpp/c++98.C: Likewise.
14239
14240         * g++.dg/cpp/c++98-pedantic.C: Moved from gcc.dg/cpp to here.
14241         * g++.dg/cpp/c++98.C: Likewise.
14242
14243         * g++.dg/README (Subdirectories): Mention cpp directory.
14244
14245         PR target/7559
14246         * gcc.dg/20021006-1.c: New test.
14247
14248 2002-10-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14249
14250         PR c++/7804
14251         * g++.dg/other/warning1.C: New test.
14252
14253 2002-10-04  Roger Sayle  <roger@eyesopen.com>
14254
14255         * gcc.c-torture/execute/20020720-1.x:  XFAIL instead of skipping
14256         the test on failing platforms.  Mark sparcv9-*-*, sparc64-*-*
14257         and sparc-*-* with -m64 as expected failures.  See PR 8087.
14258
14259 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
14260
14261         PR c++/7931
14262         * g++.dg/template/ptrmem3.C: New test.
14263
14264         PR c++/7754
14265         * g++.dg/template/union1.C: New test.
14266
14267 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
14268
14269         PR c++/8006
14270         * g++.dg/abi/mangle9.C: New test.
14271         * g++.dg/abi/mangle10.C: New test.
14272         * g++.dg/abi/mangle11.C: New test.
14273         * g++.dg/abi/mangle12.C: New test.
14274
14275 2002-10-02  Mark Mitchell  <mark@codesourcery.com>
14276
14277         PR c++/7188.
14278         * g++.dg/template/meminit1.C: New test.
14279         * g++.dg/warn/Wreorder-1.C: Likewise.
14280         * g++.old-deja/g++.mike/warn3.C: Tweak.
14281         * lib/prune.exp: Ingore "in copy constructor".
14282
14283 2002-10-02  Andreas Jaeger  <aj@suse.de>
14284
14285         * gcc.dg/20020919-1.c, gcc.dg/inline-2.c, gcc.dg/980211-1.c,
14286         gcc.dg/20020103-1.c, gcc.dg/20000614-2.c,
14287         g++.old-deja/g++.pt/asm1.C, g++.old-deja/g++.other/asm3.C: Enable
14288         on x86-64.
14289
14290 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
14291
14292         * gcc.dg/empty1.C: Fix typo.
14293
14294 2002-10-01  Nathan Sidwell  <nathan@codesourcery.com>
14295
14296         * gcc.dg/alias-1.c: New test.
14297
14298 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
14299
14300         * gcc.dg/empty1.C: New test.
14301
14302         * g++.dg/tls/init-2.C: Tweak error messages.
14303
14304 2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
14305
14306         * gcc.c-torture/compile/20020923-1.c: New test.
14307
14308 2002-09-30  Jason Thorpe  <thorpej@wasabisystems.com>
14309
14310         * gcc.c-torture/execute/ffs-1.c: New test.
14311         * gcc.c-torture/execute/ffs-2.c: Ditto.
14312
14313 2002-09-30  Nathan Sidwell  <nathan@codesourcery.com>
14314
14315         * g++.dg/overload/member1.C: New test.
14316
14317 2002-09-30  Mark Mitchell  <mark@codesourcery.com>
14318
14319         * g++.dg/abi/empty7.C: New test.
14320         * g++.dg/init/pm2.C: Likewise.
14321
14322 2002-09-29  Nathan Sidwell  <nathan@codesourcery.com>
14323
14324         * g++.dg/rtti/crash1.C: New test.
14325
14326 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
14327
14328         * gcc.dg/sibcall-1.c, gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c,
14329         gcc.dg/sibcall-4.c: New tests.
14330
14331 2002-09-28  Roger Sayle  <roger@eyesopen.com>
14332
14333         * gcc.c-torture/execute/20020720-1.x: No longer skip test on
14334         powerpc and MMIX targets.
14335
14336 2002-09-27  Zack Weinberg  <zack@codesourcery.com>
14337
14338         * gcc.dg/cpp/20020927-1.c: New.
14339
14340 2002-09-26  David S. Miller  <davem@redhat.com>
14341
14342         * gcc.c-torture/compile/trunctfdf.c: New.
14343
14344 2002-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14345
14346         * lib/target-supports.exp (check_weak_available): Handle solaris2.
14347
14348 2002-09-27  Alan Modra  <amodra@bigpond.net.au>
14349
14350         * gcc.c-torture/execute/loop-15.c: New.
14351
14352 2002-09-26  Janis Johnson  <janis187@us.ibm.com>
14353
14354         * README.QMTEST: Fix typo.
14355
14356 2002-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
14357
14358         * gcc.dg/20020926-1.c: New test.
14359
14360 2002-09-25  David S. Miller  <davem@redhat.com>
14361
14362         PR target/7842
14363         * gcc.c-torture/execute/shiftdi.c: New test.
14364
14365 2002-09-26  Richard Earnshaw  <rearnsha@arm.com>
14366
14367         * lib/gcc.exp (gcc_init): Use a filename for the testglue that is
14368         unique to the tool.
14369         * lib/g77.exp (g77_init): Likewise.
14370         * lib/g++.exp (g++_init): Likewise.
14371         * lib/objc.exp (objc_init): Likewise.
14372
14373 2002-09-25  Mark Mitchell  <mark@codesourcery.com>
14374
14375         * gcc/testsuite/g++.dg/abi/empty5.C: New test.
14376         * gcc/testsuite/g++.dg/abi/empty6.C: New test.
14377         * gcc/testsuite/g++.dg/abi/vbase12.C: New test.
14378
14379 2002-09-25  Richard Henderson  <rth@redhat.com>
14380
14381         * gcc.c-torture/execute/ieee/20010226-1.c: Early exit for
14382         too-small long double.
14383
14384 2002-09-23  Hans-Peter Nilsson  <hp@axis.com>
14385
14386         * gcc.dg/20020919-1.c: New test.
14387
14388 2002-09-23  Mark Mitchell  <mark@codesourcery.com>
14389
14390         * g++.dg/abi/bitfield6.C: New test.
14391         * g++.dg/abi/bitfield7.C: New test.
14392         * g++.dg/abi/bitfield8.C: New test.
14393         * g++.dg/abi/vbase11.C: New test.
14394
14395 2002-09-22  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14396
14397         * gcc.dg/20020219-1.c: Add "-mdisable-indexing" option for target
14398         hppa*-*-hpux*.  Update test comment.
14399
14400 2002-09-20  Jakub Jelinek  <jakub@redhat.com>
14401
14402         * gcc.dg/tls/struct-1.c: New test.
14403
14404 2002-09-20  Neil Booth  <neil@daikokuya.co.uk>
14405
14406         * gcc.dg/cpp/tr-warn2.c: Update.
14407
14408 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
14409
14410         * gcc.c-torture/execute/20020720-1.x: Skip test on ARM-based systems.
14411
14412 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
14413
14414         * gcc.c-torture/execute/990208-1.x: XFAIL this at -O3 for ARM-based
14415         systems.
14416
14417 2002-09-20  Hans-Peter Nilsson  <hp@bitrange.com>
14418
14419         * gcc.c-torture/execute/ieee/mzero3.c: New test.
14420
14421         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
14422         Adjust for c++filt moved to binutils.  Remove spurious duplicate
14423         setting of cxxfilt.
14424
14425 2002-09-19  Geoffrey Keating  <geoffk@apple.com>
14426
14427         * gcc.dg/20020312-2.c: Update for darwin.
14428
14429 2002-09-18  Nathan Sidwell  <nathan@codesourcery.com>
14430
14431         * g++.old-deja/g++.other/crash32.C: Mark ICE.
14432
14433 2002-09-17  Nicola Pero  <n.pero@mi.flashnet.it>
14434
14435         * objc.dg/comp-types-1.m: New test.
14436         * objc.dg/comp-types-2.m: New test.
14437         * objc.dg/comp-types-3.m: New test.
14438         * objc.dg/comp-types-4.m: New test.
14439         * objc.dg/comp-types-5.m: New test.
14440         * objc.dg/comp-types-6.m: New test.
14441
14442 2002-09-17  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14443
14444         * gcc.c-torture/execute/strct-stdarg-1.x: Remove file.
14445
14446 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
14447
14448         * g++.dg/other/do1.C: New test.
14449
14450         * g++.dg/template/subst1.C: New test.
14451
14452 2002-09-16  Steve Ellcey  <sje@cup.hp.com>
14453
14454         * gcc.dg/20020312-2.c: Change __parisc__ to __hppa__.
14455
14456 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
14457
14458         * g++.dg/template/qualttp20.C: Adjust expected errors.
14459         * g++.old-deja/g++.jason/report.C: Likewise.
14460         * g++.old-deja/g++.other/qual1.C: Likewise.
14461
14462         * g++.dg/lookup/scoped2.C: New test.
14463
14464         * g++.dg/ext/asm3.C: New test.
14465
14466 2002-09-16  Richard Earnshaw  <rearnsha@arm.com>
14467
14468         * objc.dg/bitfield-2.m (dg-options): Add -fsigned-char.
14469
14470 2002-09-16  Kazu Hirata  <kazu@cs.umass.edu>
14471
14472         * ChangeLog: follow spelling conventions.
14473         * g++.old-deja/g++.abi/ptrmem.C: Likewise.
14474         * g++.old-deja/g++.bugs/900210_05.C: Likewise.
14475         * g++.old-deja/g++.bugs/900211_04.C: Likewise.
14476         * g++.old-deja/g++.bugs/900321_02.C: Likewise.
14477         * g++.old-deja/g++.bugs/900404_02.C: Likewise.
14478         * g++.old-deja/g++.bugs/900520_06.C: Likewise.
14479         * g++.old-deja/g++.law/global-init1.C: Likewise.
14480         * g++.old-deja/g++.other/delete4.C: Likewise.
14481         * g++.old-deja/g++.other/inline21.C: Likewise.
14482         * g++.old-deja/g++.other/singleton.C: Likewise.
14483         * g77.dg/strlen0.f: Likewise.
14484         * g77.f-torture/compile/20010519-1.f: Likewise.
14485         * g77.f-torture/compile/980310-4.f: Likewise.
14486         * gcc.c-torture/compile/20000605-1.c: Likewise.
14487         * gcc.c-torture/execute/20020225-1.c: Likewise.
14488         * gcc.dg/c90-hexfloat-2.c: Likewise.
14489         * gcc.dg/c99-bool-1.c: Likewise.
14490         * gcc.dg/c99-hexfloat-2.c: Likewise.
14491         * gcc.dg/dll-2.c: Likewise.
14492         * gcc.dg/wtr-union-init-1.c: Likewise.
14493         * gcc.dg/wtr-union-init-2.c: Likewise.
14494         * gcc.dg/wtr-union-init-3.c: Likewise.
14495         * gcc.dg/cpp/avoidpaste1.c: Likewise.
14496         * gcc.dg/cpp/defined.c: Likewise.
14497         * gcc.dg/cpp/macsyntx.c: Likewise.
14498         * gcc.dg/cpp/paste2.c: Likewise.
14499         * gcc.dg/cpp/trad/defined.c: Likewise.
14500         * gcc.dg/format/c90-printf-1.c: Likewise.
14501         * gcc.dg/format/c90-scanf-1.c: Likewise.
14502         * gcc.dg/format/c99-printf-1.c: Likewise.
14503         * gcc.dg/format/c99-scanf-1.c: Likewise.
14504         * gcc.misc-tests/gcov-8.c: Likewise.
14505         * lib/profopt.exp: Likewise.
14506
14507 2002-09-15  Krister Walfridsson  <cato@df.lth.se>
14508
14509         * lib/old-dejagnu.exp (old-dejagnu) Improve test for ICE.
14510
14511 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
14512
14513         * g++.dg/inherit/using2.C: New test.
14514
14515 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
14516
14517         * ChangeLog: Follow spelling conventions.
14518         * g++.dg/template/friend4.C: Likewise.
14519         * g++.old-deja/g++.pt/crash67.C: Likewise.
14520         * gcc.c-torture/execute/20000801-4.c: Likewise.
14521         * gcc.dg/c90-digraph-1.c: Likewise.
14522         * gcc.dg/c94-digraph-1.c: Likewise.
14523         * gcc.dg/c99-digraph-1.c: Likewise.
14524         * gcc.dg/cpp/line5.c: Likewise.
14525         * gcc.dg/cpp/multiline.c: Likewise.
14526         * gcc.dg/cpp/trad/literals-1.c: Likewise.
14527         * gcc.dg/format/attr-3.c: Likewise.
14528         * gcc.dg/format/c90-scanf-3.c: Likewise.
14529         * gcc.dg/format/ext-4.c: Likewise.
14530
14531 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
14532
14533         * g++.dg/template/pretty1.C: New test.
14534
14535 2002-09-14  Alan Modra  <amodra@bigpond.net.au>
14536
14537         * gcc.c-torture/execute/struct-cpy-1.c: New test.
14538
14539 2002-09-13  Matt Austern  <austern@apple.com>
14540
14541         * testsuite/g++.dg/other/constref[12].C: New, regression tests for
14542         passing a cast expression to a function by const reference.
14543
14544 2002-09-13  Nathan Sidwell  <nathan@codesourcery.com>
14545
14546         * g++.dg/template/deduce1.C: New test.
14547
14548 2002-09-13  Kazu Hirata  <kazu@cs.umass.edu>
14549
14550         * gcc.c-torture/execute/simd-1.c: Force all use of int to
14551         32-bit int.
14552
14553 2002-09-10  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14554
14555         * gcc.dg/struct-ret-1.c: Add prototype for exit function and correct
14556         usage.
14557
14558 2002-09-10  Richard Earnshaw  <rearnsha@arm.com>
14559
14560         * gcc.c-torture/compile/20020910-1.c: New test.
14561
14562 2002-09-10  Frank Ch. Eigler  <fche@redhat.com>
14563
14564         * gcc.c-torture/execute/20010915-1.c: Correct typo in abort call.
14565
14566 2002-09-10  Andreas Jaeger  <aj@suse.de>
14567
14568         * gcc.dg/20020312-2.c: Adjust for x86-64.
14569
14570 2002-09-08  Toon Moene  <toon@moene.indiv.nluug.nl>
14571
14572         * g77.dg/7388.f: New test case for PR 7388.
14573
14574 2002-09-07  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
14575
14576         * gcc.dg/compare2.c: Remove xfail from cases 10 and 12.
14577
14578 2002-09-05  Ziemowit Laski <zlaski@apple.com>
14579
14580         * objc.dg/proto-lossage-1.m: New test.
14581
14582 2002-09-06  Neil Booth  <neil@daikokuya.co.uk>
14583
14584         * gcc.dg/cpp/_Pragma4.c: Fix typo.
14585
14586 2002-09-06  Nicola Pero  <n.pero@mi.flashnet.it>
14587
14588         * objc/execute/formal_protocol-6.x: Removed.  This testcase is now
14589         expected to pass.
14590
14591 2002-09-06  Stan Shebs  <shebs@apple.com>
14592             David Edelsohn  <edelsohn@gnu.org>
14593
14594         * gcc.dg/weak: New directory.
14595         * gcc.dg/weak-[1-9].c: Move to new directory, remove all
14596         target-specific xfail bits.
14597         * gcc.dg/typeof-2.c: Move to new directory.
14598         * gcc.dg/weak.exp: New expect script.
14599
14600 2002-09-06  Alan Modra  <amodra@bigpond.net.au>
14601
14602         * gcc.c-torture/execute/extzvsi.c: New test.
14603
14604 2002-09-05  Stan Shebs  <shebs@apple.com>
14605
14606         * gcc.dg/weak-1.c: xfail on Darwin.
14607         * gcc.dg/weak-2.c: Ditto.
14608         * gcc.dg/weak-3.c: Ditto.
14609         * gcc.dg/weak-4.c: Ditto.
14610         * gcc.dg/weak-5.c: Ditto.
14611         * gcc.dg/weak-6.c: Ditto.
14612         * gcc.dg/weak-7.c: Ditto.
14613         * gcc.dg/weak-8.c: Ditto.
14614         * gcc.dg/weak-9.c: Ditto.
14615
14616 2002-09-05  J"orn Rennecke <joern.rennecke@superh.com>
14617
14618         * gcc.c-torture/execute/loop-14.c: New test.
14619
14620 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
14621
14622         * g++.dg/other/cxa-atexit1.C: New test.
14623
14624         * gcc.dg/typeof-2.c: New test.
14625
14626 2002-09-03  Roger Sayle  <roger@eyesopen.com>
14627
14628         * gcc.dg/builtins-2.c: New testcase.
14629         * gcc.dg/builtins-3.c: New testcase.
14630
14631 2002-09-03  Neil Booth  <neil@daikokuya.co.uk>
14632
14633         * gcc.dg/cpp/_Pragma4.c: New test.
14634
14635 2002-09-03  Nicola Pero  <n.pero@mi.flashnet.it>
14636
14637         * objc/execute/nil_method-1.m: New testcase.
14638
14639 2002-09-01  Nicola Pero  <n.pero@mi.flashnet.it>
14640
14641         * objc/execute/class-tests-1.h (test_class_with_superclass): Call
14642         [Object class], not [Object initialize].
14643
14644 2002-08-31  Roger Sayle  <roger@eyesopen.com>
14645             Hans-Peter Nilsson  <hp@bitrange.com>
14646
14647         * gcc.c-torture/execute/20020720-1.x: Skip test on
14648         mmix-knuth-mmixware.  Correct comment.
14649
14650 2002-08-27  Mark Mitchell  <mark@codesourcery.com>
14651
14652         * testsuite/g++.dg/abi/bitfield5.C: New test.
14653         * testsuite/g++.dg/abi/vbase10.C: Likewise.
14654
14655 2002-08-27  Nicola Pero  <n.pero@mi.flashnet.it>
14656
14657         * objc.dg/undeclared-selector.m: New test.
14658
14659 2002-08-27  Nathan Sidwell  <nathan@codesourcery.com>
14660
14661         * g++.dg/other/offsetof1.C: Avoid cast warning.
14662
14663 2002-08-26  Ziemowit Laski  <zlaski@apple.com>
14664
14665         * objc.dg/super-class-2.m: New test.
14666
14667 2002-08-24  Matt Austern  <austern@apple.com>
14668
14669         * g++.dg/ext/lvaddr.C: New test.
14670         * g++.dg/ext/lvcast.C: New test.
14671
14672 2002-08-22  Mark Mitchell  <mark@codesourcery.com>
14673
14674         * testsuite/g++.dg/inherit/cond1.C: New test.
14675
14676 2002-08-22  Geoffrey Keating  <geoffk@redhat.com>
14677
14678         * gcc.dg/noncompile/incomplete-1.c: New test.
14679
14680 2002-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
14681
14682         * gcc.dg/typespec-1.c: New test.
14683
14684 2002-08-20  Devang Patel  <dpatel@apple.com>
14685         * objc.dg/proto-hier-2.m: New test.
14686
14687 2002-08-19  Ziemowit Laski  <zlaski@apple.com>
14688
14689         * objc.dg/bitfield-1.m: New test.
14690         * objc.dg/bitfield-2.m: New test.
14691
14692 2002-08-17  Joseph S. Myers  <jsm@polyomino.org.uk>
14693
14694         * gcc.dg/c90-flex-array-1.c, gcc.dg/c99-flex-array-3.c,
14695         gcc.dg/c99-flex-array-4.c: New tests.
14696
14697 2002-08-16  Stan Shebs  <shebs@apple.com>
14698
14699         * objc/execute/selector-1.m: Add __NEXT_RUNTIME__ case.
14700
14701 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
14702
14703         * gcc.dg/typeof-1.c: New test.
14704         * g++.dg/ext/typeof2.C: New test.
14705
14706 2002-08-15  Nathan Sidwell  <nathan@codesourcery.com>
14707
14708         * g++.dg/other/offsetof1.C: New test.
14709
14710 2002-08-14  Richard Henderson  <rth@redhat.com>
14711
14712         * gcc.dg/tls/diag-3.c: Fix expected message strings.
14713
14714 2002-08-14  Neil Booth  <neil@daikokuya.co.uk>
14715
14716         * gcc.dg/cpp/_Pragma3.c: New test.
14717
14718 2002-08-13  Mark Mitchell  <mark@codesourcery.com>
14719
14720         * g++.dg/template/inherit3: New test.
14721
14722 2002-08-10  Nathan Sidwell  <nathan@codesourcery.com>
14723
14724         * gcc.dg/bitfld-4.c: Add blank options.
14725
14726 2002-08-09  Mark Mitchell  <mark@codesourcery.com>
14727
14728         * g++.dg/template/crash1.C: New test.
14729
14730 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
14731
14732         * gcc.dg/tls/opt-2.c: New test.
14733
14734 2002-08-08  Devang Patel  <dpatel@apple.com>
14735
14736         * objc.dg/selector-1.m : New test
14737
14738 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
14739
14740         * g++.dg/abi/bitfield4.C: New test.
14741         * gcc.dg/bitfld-4.c: New test.
14742
14743 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
14744
14745         * g++.dg/other/packed1.C: New test.
14746
14747 2002-08-07  Mark Mitchell  <mark@codesourcery.com>
14748
14749         * g++.dg/abi/offsetof.C: Tweak error messages.
14750         * g++.old-deja/g++.mike/p10769a.C: Likewise.
14751
14752 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
14753
14754         * gcc.dg/bitfld-3.c: New test.
14755
14756 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
14757             Richard Henderson  <rth@redhat.com>
14758
14759         * gcc.dg/i386-bitfield1.c: New test.
14760         * g++.dg/abi/bitfield3.C: Update.
14761
14762 2002-08-07  Neil Booth  <neil@daikokuya.co.uk>
14763
14764         * objc.dg/const-str-2.m: Update.
14765         * gcc.dg/cpp/c++98.c: Change to C extension.
14766         * gcc.dg/cpp/c++98-pedantic.c: Similarly.
14767         * gcc.dg/cpp/cpp.exp: Process .C extensions too.
14768
14769 2002-08-06  Aldy Hernandez  <aldyh@redhat.com>
14770
14771         * testsuite/gcc.dg/tls/diag-3.c: New.
14772
14773 2002-08-07  Gabriel Dos Reis  <gdr@nerim.net>
14774
14775         * g++.dg/README (Subdirectories): Document new subdir expr.
14776         * g++.dg/expr/pmf-1.C: New test.
14777
14778 2002-08-06  Neil Booth  <neil@daikokuya.co.uk>
14779
14780         * gcc.dg/cpp/vararg3.c, gcc.dg/cpp/vararg4.c: New tests.
14781
14782 2002-08-06  Jakub Jelinek  <jakub@redhat.com>
14783
14784         * g++.dg/abi/bitfield3.C: New test.
14785
14786 2002-08-05  Nathan Sidwell  <nathan@codesourcery.com>
14787
14788         * lib/gcov.exp: Tweak expected line formats.
14789         * gcc.misc-tests/gcov8.c: New test.
14790         * gcc.misc-tests/gcov8.x: New flags.
14791
14792 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
14793
14794         * consistency.vlad/layout/endian.c: Include string.h.
14795
14796         * gcc.c-torture/execute/20020805-1.c: New test.
14797
14798 2002-08-04  Gabriel Dos Reis  <gdr@nerim.net>
14799
14800         * g++.dg/other/conversion1.C: New test.
14801
14802 2002-08-03  Roger Sayle  <roger@eyesopen.com>
14803
14804         * gcc.dg/builtins-1.c: New testcase.
14805
14806 2002-08-02  Mark Mitchell  <mark@codesourcery.com>
14807
14808         * g++.dg/inherit/access3.C: New test.
14809
14810 2002-08-01  Jakub Jelinek  <jakub@redhat.com>
14811
14812         * gcc.dg/ia64-visibility-2.c: New test.
14813
14814 2002-08-01  Benjamin Kosnik   <bkoz@redhat.com>
14815
14816         * g++.old-deja/g++.abi/ptrflags.C (expect): Change
14817         __qualifier_flags to __flags.
14818
14819 2002-07-31  Mark Mitchell  <mark@codesourcery.com>
14820
14821         * g++.dg/inherit/operator1.C: New test.
14822         * g++.dg/lookup/disamb1.C: Fix typo in comment.
14823         * g++.dg/other/error1.C: Change expected error message.
14824         * g++.dg/template/conv4.C: Likewise.
14825
14826 2002-07-26  Neil Booth  <neil@daikokuya.cop.uk>
14827
14828         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/Wunused.c: Add test
14829         for documented behavior.
14830
14831 2002-07-25  Roger Sayle  <roger@eyesopen.com>
14832
14833         * gcc.c-torture/execute/20020720-1.x: Skip this test on
14834         several targets known to fail.
14835
14836 2002-07-25  Richard Sandiford  <rsandifo@redhat.com>
14837
14838         * gcc.dg/mips-args-[123].c: New tests.
14839
14840 2002-07-24  Aldy Hernandez  <aldyh@redhat.com>
14841
14842         * gcc.dg/ppc-spe.c: New.
14843
14844 2002-07-24  Geoffrey Keating  <geoffk@redhat.com>
14845
14846         * g++.dg/other/ptrmem4.C: New testcase.
14847
14848 2002-07-24  Richard Henderson  <rth@redhat.com>
14849
14850         * gcc.c-torture/execute/loop-2e.c: Rewrite for 64 bit and no mmap.
14851
14852 2002-07-24  Gabriel Dos Reis  <gdr@nerim.net>
14853
14854         * g++.dg/ext/alignof1.C (main): Return 0 for success.
14855
14856 2002-07-24  Roger Sayle  <roger@eyesopen.com>
14857
14858         * gcc.c-torture/execute/memset-3.c: New testcase.
14859
14860 2002-07-24  Neil Booth  <neil@daikokuya.co.uk>
14861
14862         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/trad/Wunused.h,
14863         gcc.dg/cpp/Wunused.c, gcc.dg/cpp/Wunused.h: New tests.
14864
14865 2002-07-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14866
14867         * gcc.c-torture/execute/va-arg-15.x, va-arg-16.x, va-arg-17.x:
14868         Delete.
14869
14870 2002-07-23  J"orn Rennecke <joern.rennecke@superh.com>
14871
14872         * gcc.c-torture/compile/simd-4.c: New test.
14873
14874 2002-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14875
14876         PR c++/7347, c++/7348
14877         * g++.dg/template/access4.C: New test.
14878         * g++.dg/template/access5.C: New test.
14879         * g++.old-deja/g++.pt/memtemp85.C: Fix access problem.
14880         * g++.old-deja/g++.pt/memtemp86.C: Likewise.
14881         * g++.old-deja/g++.pt/ttp58.C: Likewise.
14882         * g++.old-deja/g++.pt/memtemp89.C: Remove XFAIL.
14883
14884 2002-07-22  Jakub Jelinek  <jakub@redhat.com>
14885
14886         * gcc.dg/gnu89-init-2.c: New test.
14887
14888 2002-07-21  Gabriel Dos Reis  <gdr@nerim.net>
14889
14890         * gcc.dg/c90-arraydecl-1.c: Change C89 too C90.
14891
14892 2002-07-20  Roger Sayle  <roger@eyesopen.com>
14893
14894         * gcc.c-torture/execute/20020720-1.c: New testcase.
14895
14896 2002-07-20  Neil Booth  <neil@daikokuya.co.uk>
14897
14898         * gcc.dg/cpp/Wsignprom.c: New tests.
14899
14900 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
14901
14902         * gcc.c-torture/execute/loop-13.c: New test.
14903
14904 2002-07-19  Neil Booth  <neil@daikokuya.co.uk>
14905
14906         * gcc.dg/cpp/expr.c: New tests.
14907
14908 2002 07-18  David Edelsohn  <edelsohn@gnu.org>
14909
14910         * g++.dg/opt/pr6713.C: Add template instantiation.
14911
14912 2002-07-18  Alan Modra  <amodra@bigpond.net.au>
14913
14914         * gcc.dg/nest.c: New test.
14915
14916 2002-07-17  Richard Henderson  <rth@redhat.com>
14917
14918         * g++.dg/opt/pr6713.C: New test.
14919
14920 2002-07-17  Eric Botcazou  <ebotcazou@multimania.com>
14921
14922         * gcc.c-torture/execute/loop-2e.x: Let the testcase
14923         XFAIL for all x86 processors.
14924
14925 2002-07-17  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
14926
14927         * gcc.c-torture/execute/20010122-1.x: Do not test with
14928         -fomit-frame-pointer.
14929
14930 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14931
14932         * g++.dg/template/instantiate2.C: New test.
14933         * g++.dg/template/spec4.C: New test.
14934
14935 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14936
14937         * g++.dg/template/access2.C: New test.
14938         * g++.dg/template/access3.C: New test.
14939
14940 2002-07-15  Zack Weinberg  <zack@codesourcery.com>
14941
14942         * c-torture/execute/991216-3.c, c-torture/execute/strct-varg-1.c,
14943         c-torture/execute/va-arg-7.c, c-torture/execute/va-arg-8.c,
14944         c-torture/execute/va-arg-15.c, c-torture/execute/va-arg-16.c,
14945         c-torture/execute/va-arg-17.c, c-torture/execute/va-arg-19.c:
14946         Convert to use <stdarg.h>.
14947         * c-torture/execute/va-arg-3.c, c-torture/execute/va-arg-3.x:
14948         Delete.
14949         * gcc.dg/va-arg-2.c: New.
14950         * lib/gcc.exp, lib/objc.exp: Remove code to set -DNO_VARARGS.
14951
14952 2002-07-15  Jakub Jelinek  <jakub@redhat.com>
14953
14954         * gcc.c-torture/compile/20020710-1.c: New test.
14955
14956 2002-07-11  J"orn Rennecke <joern.rennecke@superh.com>
14957                           Andrew Pinski  <pinskia@physics.uc.edu>
14958
14959         gcc.c-torture/compile/simd-2.c: New testcase.
14960         gcc.c-torture/compile/simd-3.c: Likewise.
14961
14962 2002-07-11  Mark Mitchell  <mark@codesourcery.com>
14963
14964         PR c++/7224
14965         * g++.dg/overload/error1.C: New test.
14966
14967 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14968
14969         * gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32
14970         configuration and IRIX 6 O32 ABI.
14971
14972 2002-07-11  Roger Sayle  <roger@eyesopen.com>
14973
14974         * gcc.c-torture/execute/builtin-noret-1.c: Test non-ANSI functions.
14975
14976 2002-07-10  Roger Sayle  <roger@eyesopen.com>
14977
14978         * gcc.c-torture/execute/20000217-1.c: Fix usage of "abort".
14979
14980 2002-07-10  Jeffrey A Law  <law@redhat.com>
14981
14982         * gcc.c-torture/compile/981006-1.x: Do not use -fpic for mn102.
14983
14984         * gcc.c-torture/compile/930326-1.x: Remove.  No longer needed.
14985
14986 2002-07-09  Aldy Hernandez  <aldyh@redhat.com>
14987
14988         * gcc.dg/20020312-2.c: Check for __PPC__.
14989
14990 2002-07-09  Diego Novillo  <dnovillo@redhat.com>
14991
14992         * gcc.c-torture/compile/20020709-1.c: New test.
14993
14994 2002-07-07  Roger Sayle  <roger@eyesopen.com>
14995
14996         * g++.dg/template/qualttp21.C: New test case.
14997
14998 2002-07-06  Alexandre Oliva  <aoliva@redhat.com>
14999
15000         * gcc.c-torture/compile/20020706-1.c: New test.
15001         * gcc.c-torture/compile/20020706-2.c: New test.
15002
15003 2002-07-06  Brian R. Gaeke  <brg@dgate.ORG>
15004             Alexandre Oliva  <aoliva@redhat.com>
15005
15006         * g++.dg/warn/incomplete1.C: New test.
15007
15008 2002-07-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15009
15010         PR c++/7099
15011         * g++.dg/warn/noreturn1.C: New test.
15012
15013 2002-07-03  Mark Mitchell  <mark@codesourcery.com>
15014
15015         PR c++/6706
15016         * g++.dg/debug/debug6.C: New test.
15017         * g++.dg/debug/debug7.C: New test.
15018
15019 2002-07-04  J"orn Rennecke <joern.rennecke@superh.com>
15020
15021         * gcc.c-torture/compile/simd-3.c: New test.
15022
15023 2002-07-03  Chris Demetriou  <cgd@broadcom.com>
15024
15025         * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
15026         * gcc.dg/20020620-1.c: Likewise.
15027
15028 2002-07-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15029
15030         PR c++/6944
15031         * g++.dg/init/array4.C: New test.
15032         * g++.dg/init/array5.C: New test.
15033
15034 2002-07-03  J"orn Rennecke <joern.rennecke@superh.com>
15035
15036         * gcc.c-torture/execute/simd-1.c (main): Also test &, |, ^, ~.
15037         * gcc.c-torture/execute/simd-2.c (main): Likewise.
15038
15039 2002-07-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15040
15041         * gcc.dg/cpp/tr-warn2.c: Use traditional C style function definitions.
15042         * gcc.dg/wtr-aggr-init-1.c: Likewise.
15043         * gcc.dg/wtr-conversion-1.c: Likewise.
15044         * gcc.dg/wtr-escape-1.c: Likewise.
15045         * gcc.dg/wtr-int-type-1.c: Likewise.
15046         * gcc.dg/wtr-label-1.c: Likewise.
15047         * gcc.dg/wtr-static-1.c: Likewise.
15048         * gcc.dg/wtr-strcat-1.c: Likewise.
15049         * gcc.dg/wtr-suffix-1.c: Likewise.
15050         * gcc.dg/wtr-switch-1.c: Likewise.
15051         * gcc.dg/wtr-unary-plus-1.c: Likewise.
15052         * gcc.dg/wtr-union-init-1.c: Likewise.
15053         * gcc.dg/wtr-union-init-2.c: Likewise.
15054         * gcc.dg/wtr-union-init-3.c: Likewise.
15055
15056         * gcc.dg/wtr-func-def-1.c: New test.
15057
15058 2002-07-02 Devang Patel <dpatel@apple.com>
15059
15060         * objc.dg/param-1.m: New test.
15061
15062 2002-07-03  Neil Booth  <neil@daikokuya.co.uk>
15063
15064         * gcc.dg/cpp/trad/directive.c: Add test.
15065         * gcc.dg/cpp/trad/macroargs.c: Add test.
15066         * gcc.dg/cpp/trad/recurse-3.c: Add tests.
15067
15068 2002-07-02  Neil Booth  <neil@daikokuya.co.uk>
15069
15070         * gcc.dg/cpp/cmdlne-M.c: New test.
15071
15072 2002-07-02  Ziemowit Laski  <zlaski@apple.com>
15073
15074         * objc.dg/desig-init-1.m: New test.
15075
15076 2002-07-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15077
15078         PR c++/6716
15079         * g++.dg/template/instantiate1.C: New test.
15080
15081 2002-07-01  Mark Mitchell  <mark@codesourcery.com>
15082
15083         PR c++/7112
15084         * g++.dg/template/sizeof2.C: New test.
15085
15086 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
15087
15088         * gcc.dg/cpp/trad/cmdlne-dD.c, gcc.dg/cpp/trad/cmdlne-dM.c,
15089         gcc.dg/cpp/trad/include.c: New tests.
15090
15091 2002-07-01  Hans-Peter Nilsson  <hp@axis.com>
15092
15093         PR target/7177
15094         * gcc.c-torture/compile/20020701-1.c: New test.
15095
15096 2002-07-01  Stan Shebs  <shebs@apple.com>
15097
15098         * lib/objc.exp (objc_target_compile): Add the -I path to ObjC
15099         header here...
15100         * lib/objc-torture.exp (objc-torture-compile): ...instead of here
15101         (objc-torture-execute): or here.
15102
15103 2002-07-01  J"orn Rennecke <joern.rennecke@superh.com>
15104
15105         * gcc.c-torture/execute/arith-rand-ll.c: New test.
15106
15107 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
15108
15109         * gcc.dg/cpp/trad/escaped-nl.c: New test.
15110
15111 2002-06-30  Devang Patel  <dpatel@apple.com>
15112
15113         * objc.dg/fsyntax-only.m: New test.
15114
15115 2002-06-27  Mark Mitchell  <mark@codesourcery.com>
15116
15117         PR c++/6695
15118         * g++.dg/template/friend7.C: New file.
15119
15120 2002-06-27  Aldy Hernandez  <aldyh@redhat.com>
15121
15122         * gcc.c-torture/execute/string-opt-8.c (strncmp): Fix typo in
15123         return type.
15124
15125 2002-06-27  J"orn Rennecke <joern.rennecke@superh.com>
15126
15127         * gcc.c-torture/execute/simd-2.c (i, j): Add initializer elements to
15128         avoid division by zero.
15129
15130 2002-06-27  Neil Booth  <neil@daikokuya.co.uk>
15131
15132         * gcc.dg/Wunknownprag.c: New tests.
15133
15134 2002-06-25  J"orn Rennecke <joern.rennecke@superh.com>
15135
15136         * gcc.c-torture/execute/simd-2.c: New test.
15137
15138 2002-06-25  Neil Booth  <neil@daikokuya.co.uk>
15139
15140         * gcc.dg/cpp/mi7.c, gcc.dg/cpp/mi7a.h, gcc.dg/cpp/mi7b.h,
15141         gcc.dg/cpp/trad/builtins.c, gcc.dg/cpp/trad/builtins.h,
15142         gcc.dg/cpp/trad/cmdlne-C.c, gcc.dg/cpp/trad/cmdlne-C2.c,
15143         gcc.dg/cpp/trad/maccom1.c, gcc.dg/cpp/trad/maccom2.c,
15144         gcc.dg/cpp/trad/maccom3.c, gcc.dg/cpp/trad/maccom4.c,
15145         gcc.dg/cpp/trad/maccom6.c, gcc.dg/cpp/trad/mi1.c,
15146         gcc.dg/cpp/trad/mi1c.h, gcc.dg/cpp/trad/mi1nd.h,
15147         gcc.dg/cpp/trad/mi1ndp.h, gcc.dg/cpp/trad/mi1x.h,
15148         gcc.dg/cpp/trad/mi2.c, gcc.dg/cpp/trad/mi2a.h,
15149         gcc.dg/cpp/trad/mi2b.h, gcc.dg/cpp/trad/mi2c.h
15150         gcc.dg/cpp/trad/mi3.c, gcc.dg/cpp/trad/mi3.def,
15151         gcc.dg/cpp/trad/mi3.h, gcc.dg/cpp/trad/mi4.c,
15152         gcc.dg/cpp/trad/mi5.c, gcc.dg/cpp/trad/mi6.c,
15153         gcc.dg/cpp/trad/mi6a.h, gcc.dg/cpp/trad/mi6b.h,
15154         gcc.dg/cpp/trad/mi6c.h, gcc.dg/cpp/trad/mi6d.h,
15155         gcc.dg/cpp/trad/mi6e.h, gcc.dg/cpp/trad/mi7.c,
15156         gcc.dg/cpp/trad/mi7a.h, gcc.dg/cpp/trad/mi7b.h: New tests.
15157
15158 2002-06-24  Neil Booth  <neil@daikokuya.co.uk>
15159
15160         * gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/assembler.S,
15161         gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/funlike-4.c,
15162         gcc.dg/cpp/trad/null-drctv.c, gcc.dg/cpp/trad/recurse-1.c,
15163         gcc.dg/cpp/trad/recurse-2.c, gcc.dg/cpp/trad/recurse-3.c:
15164         New tests.
15165         * gcc.dg/cpp/trad/directive.c: Update.
15166
15167 2002-06-23  Andreas Jaeger  <aj@suse.de>
15168
15169         * gcc.c-torture/execute/complex-6.c: New.
15170
15171 2002-06-22  Neil Booth  <neil@daikokuya.co.uk>
15172
15173         * gcc.dg/cpp/trad/comment-2.c. gcc.dg/cpp/trad/funlike-2.c,
15174         gcc.dg/cpp/trad/funlike.c, gcc.dg/cpp/trad/funlike-3.c,
15175         gcc.dg/cpp/trad/literals-1.c, gcc.dg/cpp/trad/literals-2.c,
15176         gcc.dg/cpp/trad/macroargs.c, gcc.dg/cpp/trad/quote.c: New tests.
15177
15178 2002-06-21  Neil Booth  <neil@daikokuya.co.uk>
15179
15180         * gcc.dg/cpp/trad: New directory with traditional tests copied
15181         from parent directory.
15182         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
15183         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
15184         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
15185         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
15186         Move to trad/ and rename.
15187         * gcc.dg/cpp/trad/__STDC__.c, gcc.dg/cpp/trad/comment.c,
15188         gcc.dg/cpp/trad/escaped-eof.c, gcc.dg/cpp/trad/redef1.c,
15189         gcc.dg/cpp/trad/redef2.c: New tests.
15190         * gcc.dg/cpp/trad/trad.exp: New driver.
15191
15192 2002-06-20  Neil Booth  <neil@daikokuya.co.uk>
15193
15194         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
15195         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
15196         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
15197         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
15198         Remove.
15199
15200 2002-06-20  Richard Sandiford  <rsandifo@redhat.com>
15201
15202         * gcc.dg/20020620-1.c: New test.
15203
15204 2002-06-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15205
15206         * g++.dg/template/ttp4.C: New test.
15207
15208 2002-06-19  Jakub Jelinek  <jakub@redhat.com>
15209
15210         * g++.dg/opt/vt1.C: Fix regexp.
15211
15212 2002-06-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15213
15214         * gcc.c-torture/execute/pure-1.c: Make functions static again.
15215         Don't use attribute `noinline'.
15216
15217 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
15218
15219         * gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
15220
15221 2002-06-18  Aldy Hernandez  <aldyh@redhat.com>
15222
15223         * gcc.c-torture/execute/simd-1.c: New.
15224
15225         * gcc.dg/simd-1.c: New.
15226
15227 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
15228
15229         * gcc.c-torture/execute/20020615-1.c: Correct bug-description.
15230
15231 2002-06-16  Richard Henderson  <rth@redhat.com>
15232
15233         * g++.dg/ext/anon-struct1.C: New.
15234         * g++.dg/ext/anon-struct2.C: New.
15235         * g++.dg/ext/anon-struct3.C: New.
15236         * gcc.dg/anon-struct-1.c: New.
15237         * gcc.dg/anon-struct-2.c: New.
15238         * gcc.dg/anon-struct-3.c: New.
15239         * gcc.dg/20011008-1.c: Adjust warning text.
15240         * gcc.dg/20020527-1.c: Add -fms-extensions.
15241
15242 2002-06-16  Richard Henderson  <rth@redhat.com>
15243
15244         * gcc.dg/20020531-1.c: Add LL specifier to avoid warning.
15245
15246 2002-06-15  Hans-Peter Nilsson  <hp@axis.com>
15247
15248         * gcc.c-torture/execute/20020615-1.c: New test.
15249
15250 2002-06-15  Roger Sayle  <roger@eyesopen.com>
15251
15252         * gcc.c-tortuture/execute/compare-1.c: New test case.
15253         * gcc.c-tortuture/execute/compare-2.c: New test case.
15254         * gcc.c-tortuture/execute/compare-3.c: New test case.
15255
15256 2002-06-13  Richard Henderson  <rth@redhat.com>
15257
15258         * g++.old-deja/g++.abi/vtable2.C (INC_VDATA): New.  Define for
15259         ia64 ilp32.
15260
15261 2002-06-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15262
15263         * g++.dg/template/typename2.C: Update error message.
15264
15265 2002-06-12  Hans-Peter Nilsson  <hp@axis.com>
15266
15267         * gcc.c-torture/execute/20020611-1.c: New test.
15268
15269 2002-06-11  Bob Wilson  <bob.wilson@acm.org>
15270
15271         * g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
15272         list of targets to skip.
15273
15274 2002-06-10  Bob Wilson  <bob.wilson@acm.org>
15275
15276         * gcc.c-torture/compile/20001226-1.x: Only xfail for Xtensa
15277         targets if not optimizing.
15278
15279 2002-06-10  Jakub Jelinek  <jakub@redhat.com>
15280
15281         * gcc.c-torture/compile/20020605-1.c: New test.
15282
15283         * g++.dg/opt/vt1.C: New test.
15284
15285         * gcc.dg/20020531-1.c: New test.
15286
15287         * gcc.dg/20020530-1.c: New test.
15288
15289         * gcc.dg/20020527-1.c: New test.
15290
15291         * g++.dg/opt/cse1.C: New test.
15292
15293 2002-06-07  Roger Sayle  <roger@eyesopen.com>
15294
15295         * gcc.dg/20020607-2.c: New test case.
15296
15297 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
15298
15299         * gcc.c-torture/compile/20020604-1.c: New test.
15300
15301 2002-06-04  Richard Henderson  <rth@redhat.com>
15302
15303         * gcc.dg/alpha-base-1.c: Add ext/ins/msk/umulh cases.
15304         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: Use -mcpu=ev67.
15305         * gcc.dg/alpha-cix-1.c, gcc.dg/alpha-cix-2.c: New.
15306
15307 2002-06-04  Aldy Hernandez  <aldyh@redhat.com>
15308
15309         * gcc.dg/altivec-2.c: Remove test for invalid vector type V2DF.
15310
15311 2002-06-03  Richard Henderson  <rth@redhat.com>
15312
15313         * gcc.dg/alpha-base-1.c, gcc.dg/alpha-base-2.c: New.
15314         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: New.
15315
15316 2002-06-02  Richard Henderson  <rth@redhat.com>
15317
15318         * gcc.c-torture/execute/pure-1.c: Don't mark any of the
15319         test functions static.
15320
15321 2002-06-02  Andreas Jaeger  <aj@suse.de>
15322
15323         * gcc.c-torture/execute/loop-3c.x: Remove, the test should pass
15324         now.
15325
15326 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
15327
15328         * gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-suffix-1.c,
15329         gcc.dg/cpp/paste4.c, gcc.dg/cpp/sysmac2.c:
15330         Update for mofified diagnostics.
15331         * gcc.dg/c99-intconst-1.c: No longer fail.
15332
15333 2002-06-02  Richard Henderson  <rth@redhat.com>
15334
15335         * gcc.dg/uninit-A.c: Remove xfail markers.
15336
15337 2002-06-01  Roger Sayle  <roger@eyesopen.com>
15338
15339         * gcc.dg/fnegate-1.c: New test case.
15340
15341 2002-05-30  Osku Salerma  <osku@iki.fi>
15342
15343         * gcc.c-torture/execute/mayalias-1.c: New file.
15344
15345 2002-05-29  Neil Booth  <neil@daikokuya.demon.co.uk>
15346
15347         * gcc.dg/cpp/c++98-pedantic.c, gcc.dg/cpp/c89-pedantic.c,
15348         gcc.dg/cpp/c94-pedantic.c, gcc.dg/cpp/gnuc89-pedantic.c,
15349         gcc.dg/cpp/if-1.c: Update for modified diagnostics.
15350
15351 2002-05-29  Hans-Peter Nilsson  <hp@axis.com>
15352
15353         * gcc.c-torture/execute/20020529-1.c: New test.
15354
15355 2002-05-27  Richard Henderson  <rth@redhat.com>
15356
15357         * g++.dg/ext/attrib6.C: New test case.
15358
15359 2002-05-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15360
15361         * gcc.c-torture/execute/pure-1.c: New test.
15362
15363 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
15364
15365         * gcc.dg/cpp/arith-2.c: Remove.
15366
15367 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
15368
15369         * gcc.dg/cpp/arith-2.c, gcc.dg/cpp/arith-3.c: New tests.
15370         * gcc.dg/cpp/if-3.c: Remove.
15371
15372 2002-05-26  Jakub Jelinek  <jakub@redhat.com>
15373
15374         * g++.dg/opt/cse2.C: New test.
15375
15376 2002-05-26  Neil Booth  <neil@daikokuya.demon.co.uk>
15377
15378         * gcc.dg/cpp/arith-1.c: New semantic tests.
15379         * gcc.dg/cpp/if-1.c: Update.
15380
15381 2002-05-24  Ben Elliston  <bje@redhat.com>
15382
15383         * lib/c-torture.exp (c-torture-execute): Handle multiple sources.
15384
15385 2002-05-24  Jakub Jelinek  <jakub@redhat.com>
15386
15387         * gcc.dg/verbose-asm.c: New test.
15388
15389 2002-05-24  Neil Booth  <neil@daikokuya.demon.co.uk>
15390
15391         * gcc.dg/cpp/paste12.c: New test.
15392
15393 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
15394
15395         * g++.dg/parse/named_ops.C: New test.
15396
15397 2002-05-23  Mark Mitchell  <mark@codesourcery.com>
15398
15399         * gcc/testsuite/gcc.dg/weak-8.c: New test.
15400
15401 2002-05-23  J"orn Rennecke <joern.rennecke@superh.com>
15402
15403         * gcc.dg/weak-2.c: Allow optional leading underscore
15404         in scan-assembler symbol name.
15405         * gcc.dg/weak-3.c: Likewise.
15406         * gcc.dg/weak-4.c: Likewise.
15407         * gcc.dg/weak-5.c: Likewise.
15408
15409 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
15410
15411         * gcc.dg/20020523-1.c: New test.
15412
15413 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
15414
15415         * objc.dg/const-str-2.m: Update now that we stop after
15416         a command line error.
15417
15418 2002-05-22  Richard Henderson  <rth@redhat.com>
15419
15420         * g++.dg/dg.exp: Fix typo in test pruneing.
15421
15422 2002-05-22  Richard Henderson  <rth@redhat.com>
15423
15424         * g++.dg/dg.exp: Prune the tls subdirectory.
15425         * g++.dg/tls/tls.exp, g++.dg/tls/trivial.C: New.
15426         * g++.dg/tls/diag-1.C, g++.dg/tls/diag-2.C: New.
15427         * g++.dg/tls/init-1.C: New.
15428
15429 2002-05-22  Jakub Jelinek  <jakub@redhat.com>
15430
15431         * gcc.dg/20020517-1.c: New test.
15432
15433 2002-05-21  Richard Henderson  <rth@redhat.com>
15434
15435         * gcc.dg/tls/tls.exp, gcc.dg/tls/trivial.c, gcc.dg/tls/diag-1.c,
15436         gcc.dg/tls/diag-2.c, gcc.dg/tls/init-1.c: New directory and files.
15437
15438 2002-05-21  Brian R. Gaeke  <brg@dgate.ORG>
15439
15440         * g++.dg/other/copy2.C: New test.
15441
15442 2002-05-20  J"orn Rennecke <joern.rennecke@superh.com>
15443
15444         * gcc.c-torture/execute/memcpy-2.c (SEQUENCE_LENGTH): Define.
15445         (MAX_COPY): Bump up to 10 times sizeof (long long).
15446         (main): Use a pattern of SEQUENCE_LENGTH different characters to copy.
15447
15448         * gcc.c-torture/execute/memset-1.c (MAX_COPY): Bump up to 10 times
15449         sizeof (long long).
15450
15451         * gcc.c-torture/execute/strcpy-1.c: New test.
15452
15453 2002-05-19  Jason Merrill  <jason2redhat.com>
15454
15455         * g++.dg/ext/oper1.C: New test.
15456
15457 2002-05-20  David Billinghurst <David.Billinghurst@riotinto.com>
15458 2002-05-19  Mark Mitchell  <mitchell@doubledemon.codesourcery.com>
15459
15460         * README.QMTEST: New file.
15461
15462         * g++.dg/warn/Wshadow-1.C: Remove unncessary dg-error line.
15463
15464 2002-05-19  Andreas Jaeger  <aj@suse.de>
15465
15466         * gcc.c-torture/execute/loop-2c.x: Remove, the test should pass
15467         now.
15468         * gcc.c-torture/execute/loop-2d.x: Likewise.
15469
15470 2002-05-19  David Billinghurst <David.Billinghurst@riotinto.com>
15471
15472         * gcc.dg/weak-2.c:  xfail warnings for platforms that don't
15473         support weak symbols.
15474         * gcc.dg/weak-4.c: Likewise
15475         * gcc.dg/weak-6.c: Likewise
15476
15477 2002-05-16  David.Billinghurst <David.Billinghurst@riotinto.com>
15478
15479         * gcc.dg/weak-3.c: Add dg-excess-error comment for
15480         cygwin, coff and h8300-*-hms targets
15481         * gcc.dg/weak-5.c: Likewise
15482         * gcc.dg/weak-7.c: Likewise
15483
15484 2002-05-16  Jason Merrill  <jason@redhat.com>
15485
15486         * lib/scanasm.exp (scan-assembler): Use upvar, not uplevel.
15487         (scan-assembler-not, scan-assembler-dem): Likewise.
15488         (scan-assembler-dem-not): Likewise.
15489
15490 2002-05-15  Richard Henderson  <rth@redhat.com>
15491
15492         * gcc.dg/weak-5.c (vfoo1c, vfoo1g): Warn here.
15493
15494 2002-05-15  Richard Henderson  <rth@redhat.com>
15495
15496         * gcc.dg/weak-5.c (vfoo1c): No warning here.
15497         (vfoo1f): Warning here.
15498         (vfoo1l): Don't redefine the alias.
15499
15500 2002-05-14  Jason Merrill  <jason@redhat.com>, Alexandre Oliva  <aoliva@redhat.com>
15501
15502         * g++.dg/init/pm1.C: New test.
15503
15504 2002-05-12  David S. Miller  <davem@redhat.com>
15505
15506         * gcc.c-torture/execute/conversion.c (ldnear): Use long double
15507         types.
15508
15509 2002-05-10  Roger Sayle  <roger@eyesopen.com>
15510
15511         * gcc.c-torture/execute/20020510-1.c: New test case.
15512
15513 2002-05-10  David S. Miller  <davem@redhat.com>
15514
15515         * gcc.c-torture/execute/conversion.c: Test long double too.
15516
15517 2002-05-09  Jakub Jelinek  <jakub@redhat.com>
15518
15519         * lib/g77.exp (g77_link_flags): Append all multilib dirs containing
15520         libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH.
15521         * lib/g++.exp (g++_link_flags): Likewise.
15522         * lib/objc.exp (objc_target_compile): Likewise.
15523
15524 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
15525
15526         * gcc.dg/cpp/poison.c: Update.
15527         * gcc.dg/cpp/20000625-2.c: Remove.
15528         * gcc.dg/cpp/direct2s.c: Remove final test.
15529
15530 2002-05-08  Tom Rix  <trix@redhat.com>
15531
15532         * gcc.c-torture/execute/20020508-1.c: New test.
15533         * gcc.c-torture/execute/20020508-2.c: New test.
15534         * gcc.c-torture/execute/20020508-3.c: New test.
15535
15536 2002-05-08  Neil Booth  <neil@daikokuya.demon.co.uk>
15537
15538         * gcc.dg/cpp/charconst-4.c: More tests.
15539
15540 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
15541
15542         PR c/6569
15543         * gcc.dg/weak-3.c: Update location of warning messages.
15544         * gcc.dg/weak-5.c: Likewise.
15545
15546 2002-05-06  Roger Sayle  <roger@eyesopen.com>
15547
15548         * gcc.c-torture/execute/20020506-1.c: New test case.
15549
15550 2002-05-07  Neil Booth  <neil@daikokuya.demon.co.uk>
15551
15552         * gcc.dg/cpp/charconst-3.c: Correct tests accordingly.
15553
15554 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
15555
15556         * gcc.dg/cpp/charconst-3.c: Run, don't compile.
15557
15558 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
15559
15560         * gcc.dg/cpp/charconst-3.c: New test.
15561
15562 2002-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
15563
15564         * gcc.dg/cpp/charconst.c: Update tests.
15565
15566 2002-05-05  Tim Josling  <tej@melbpc.org.au>
15567
15568         * treelang: Added directory for new sample language treelang. Also
15569         lib/treelang.exp: New file to signal treelang should be tested.
15570
15571 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
15572
15573         * gcc.dg/cpp/cmdlne-dM-M.c: New test.
15574         * gcc.dg/cpp/cmdlne-dD-M.c: New test.
15575         * gcc.dg/cpp/cmdlne-dN-M.c: New test.
15576         * gcc.dg/cpp/cmdlne-dI-M.c: New test.
15577         * gcc.dg/cpp/cmdlne-dI-M.h: New aux file.
15578         * gcc.dg/cpp/cmdlne-dD-dM.c: New test.
15579         * gcc.dg/cpp/cmdlne-dM-dD.c: New test.
15580
15581 2002-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
15582
15583         * gcc.dg/format/xopen-2.c: New test.
15584
15585 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
15586
15587         * gcc.dg/20020503-1.c: New test.
15588
15589 2002-05-02  Mark Mitchell  <mark@codesourcery.com>
15590
15591         * g++.dg/init/dtor1.C: Make it tougher.
15592
15593 2002-05-01  Mark Mitchell  <mark@codesourcery.com>
15594
15595         * g++.dg/init/dtor1.C: New test.
15596
15597 2002-05-02  Aldy Hernandez  <aldyh@redhat.com>
15598
15599         * gcc.dg/altivec-8.c: New.
15600
15601 2002-05-01  Aldy Hernandez  <aldyh@redhat.com>
15602
15603         * gcc.dg/altivec-7.c: New.
15604
15605 2002-04-29  Jakub Jelinek  <jakub@redhat.com>
15606
15607         * g++.dg/parse/typedef1.C: New test.
15608
15609 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
15610
15611         PR c++/6486
15612         * g++.dg/template/friend6.C: New test.
15613
15614         PR c++/6492
15615         * g++.dg/init/copy1.C: New test.
15616
15617 2002-04-29  Nathan Sidwell  <nathan@codesourcery.com>
15618
15619         * g++.dg/warn/effc1.C: New test.
15620
15621 2002-04-29  Neil Booth  <neil@daikokuya.demon.co.uk>
15622
15623         * gcc.dg/cpp/if-cexp.c: Add a test.
15624
15625 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
15626
15627         * gcc.dg/20020426-2.c: New test.
15628
15629 2002-04-28  Neil Booth  <neil@daikokuya.demon.co.uk>
15630
15631         * gcc.dg/cpp/if-mop.c: Update.
15632         * gcc.dg/cpp/if-mpar.c: Add test.
15633         * gcc.dg/cpp/if-oppr.c: Update.
15634
15635 2002-04-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15636
15637         PR c/6343
15638         * gcc.dg/weak-[2-7].c: New tests.
15639
15640 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
15641
15642         * gcc.dg/enum1.c: New test.
15643
15644 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
15645
15646         PR c++/6497
15647         * g++.dg/inherit/access2.C: New test.
15648
15649 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
15650
15651         PR bootstrap/6445
15652         * gcc.dg/20020426-1.c: New test.
15653
15654 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
15655
15656         * g++.dg/abi/enum1.C: New test.
15657
15658 2002-04-26  Richard Henderson  <rth@redhat.com>
15659
15660         * gcc.dg/c99-bool-1.c: Expect always true warning.
15661
15662 2002-04-25  Roger Sayle  <roger@eyesopen.com>
15663
15664         * gcc.dg/i386-memset-1.c: New test case for PR target/6456.
15665
15666 2002-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15667
15668         * gcc.c-torture/execute/20020227-1.x: New file, xfail on 64-bit
15669         targets.
15670
15671 2002-04-24  Mark Mitchell  <mark@codesourcery.com>
15672
15673         * g++.dg/abi/mange7.C: New test.
15674
15675         PR c++/6438.
15676         * g++.dg/parse/stmtexpr2.C: New test.
15677
15678 2002-04-24  J"orn Rennecke <joern.rennecke@superh.com>
15679
15680         * gcc.dg/20020312-2.c: Add SH target.
15681
15682 2002-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15683
15684         * gcc.c-torture/compile/labels-3.x: New file, don't assemble the
15685         compiler output on mips*-*-irix*.
15686
15687 2002-04-23  Jakub Jelinek  <jakub@redhat.com>
15688
15689         * g++.dg/parse/attr1.C: New test.
15690
15691 2002-04-23  Roger Sayle  <roger@eyesopen.com>
15692
15693         * gcc.c-torture/execute/string-opt-17.c: New test case.
15694         * gcc.c-torture/execute/memset-2.c: New test case.
15695
15696 2002-04-23  Mark Mitchell  <mark@codesourcery.com>
15697
15698         PR c++/6256:
15699         * g++.dg/template/friend5.C: New test.
15700
15701         PR c++/6331:
15702         * g++.dg/template/qual1.C: Likewise.
15703
15704 2002-04-22  Zack Weinberg  <zack@codesourcery.com>
15705
15706         * gcc.c-torture/execute/980707-1.c: Don't use isspace().
15707         Include stdlib.h, not stdio.h or ctype.h.
15708
15709 2002-04-22  Hans-Peter Nilsson  <hp@axis.com>
15710
15711         * gcc.dg/20020415-1.c: Expect warning for unsupported -fpic on
15712         cris-*-elf* and mmix-*-*.
15713         * g77.f-torture/execute/io0.x: xfail for cris-*-elf.
15714         * g77.f-torture/execute/io1.x, g77.f-torture/execute/20001201.x,
15715         g77.f-torture/execute/6367.x, g77.f-torture/execute/u77-test.x:
15716         Ditto.
15717         * gcc.dg/wint_t-1.c: Mark excess errors for cris-*-elf.
15718         * gcc.dg/wchar_t-1.c: Ditto.
15719
15720 2002-04-21  Hans-Peter Nilsson  <hp@axis.com>
15721
15722         * g++.dg/opt/cleanup1.C (C::C()): Initialize member c.
15723         Clarify comment.
15724
15725 2002-04-21  Neil Booth  <neil@daikokuya.demon.co.uk>
15726
15727         * gcc.dg/cpp/endif.h, gcc.dg/cpp/endif.c: New tests.
15728
15729 2002-04-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15730
15731         * gcc.c-torture/execute/20000906-1.x: Delete.
15732
15733 2002-04-20  David.Billinghurst <David.Billinghurst@riotinto.com>
15734
15735         * g77.dg/f77-edit-i-in.f: Restore missing { dg-do run }
15736
15737 2002-04-19  Toon Moene  <toon@moene.indiv.nluug.nl>
15738
15739         * PR6367
15740         * g77.f-torture/execute/6367.f: New test.
15741         * g77.f-torture/execute/6367.x: Disable for MMIX.
15742
15743 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
15744
15745         * PR6352
15746         * g++.dg/opt/inline2.C: New test.
15747
15748 2002-04-18  Richard Henderson  <rth@redhat.com>
15749
15750         * gcc.dg/20000906-1.c: Enable for all targets.
15751         * gcc.c-torture/compile/iftrap-2.c: New.
15752
15753 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
15754
15755         * gcc.dg/20020418-1.c: New test.
15756         * gcc.dg/20020418-2.c: New test.
15757
15758 2002-04-18  Richard Henderson  <rth@redhat.com>
15759
15760         * gcc.c-torture/compile/iftrap-1.c: New.
15761         * gcc.dg/iftrap-1.c: Adjust for ia64.
15762         * gcc.dg/iftrap-2.c: New.
15763
15764 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
15765
15766         * gcc.c-torture/compile/20020418-1.c: New test.
15767
15768 2002-04-18  Roger Sayle  <roger@eyesopen.com>
15769
15770         * gcc.c-torture/compile/20020415-1.c: New.
15771
15772 2002-04-18  David S. Miller  <davem@redhat.com>
15773
15774         * gcc.c-torture/execute/20020418-1.c: New test.
15775
15776 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
15777
15778         * gcc.dg/20020416-1.c: New test.
15779
15780         * g++.dg/opt/inline1.C: New test.
15781
15782 2002-04-16  Jakub Jelinek  <jakub@redhat.com>
15783
15784         * gcc.dg/altivec-5.c: New test.
15785
15786         * gcc.dg/20020415-1.c: New test.
15787
15788 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
15789
15790         * testsuite/lib/chill.exp: Remove.
15791
15792 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
15793
15794         * g++.dg/other/big-struct.C: New test.
15795
15796 2002-04-14  David Billinghurst <David.Billinghurst@riotinto.com>
15797
15798         * g77.dg/f77-edit-i-in.f: Use internal buffer in place
15799         of scratch file.
15800
15801 2002-04-13  David Billinghurst <David.Billinghurst@riotinto.com>
15802
15803         PR c/6277
15804         * gcc.dg/i386-387-1.c:  Allow optional leading underscore
15805         in scan-assembler function name
15806
15807 2002-04-13  Hans-Peter Nilsson  <hp@bitrange.com>
15808
15809         * g77.f-torture/execute/980628-4.x,
15810         g77.f-torture/execute/980628-5.x,
15811         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
15812         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
15813         g77.f-torture/compile/alpha1.x: xfail powerpc-*-* hosted on
15814         i[34567]86-*-*.
15815
15816 2002-04-13  David S. Miller  <davem@redhat.com>
15817
15818         * gcc.c-torture/execute/20020413-1.c: New test.
15819
15820 2002-04-13  Richard Sandiford  <rsandifo@redhat.com>
15821
15822         * gcc.dg/asm-6.c,
15823         * g++.dg/ext/asm1.C: New tests.
15824
15825 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
15826
15827         PR c++ 5373.
15828         * g++.dg/parse/stmtexpr1.C: New test.
15829
15830         PR c++/5189.
15831         * g++.dg/template/copy1.C: New test.
15832
15833 2002-04-12  Richard Henderson  <rth@redhat.com>
15834
15835         * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
15836
15837 2002-04-12  Geoffrey Keating  <geoffk@redhat.com>
15838
15839         * gcc.c-torture/execute/20020412-1.c: New file, renamed from
15840         gcc.c-torture/execute/20020307-2.c.
15841
15842 2002-04-12  Richard Sandiford  <rsandifo@redhat.com>
15843
15844         * g++.dg/ext/attrib5.C,
15845         * g++.dg/lookup/struct1.C: New tests.
15846
15847 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
15848
15849         * gcc.dg/20020411-1.c: New test.
15850
15851         * gcc.c-torture/execute/20020411-1.c: New test.
15852
15853 2002-04-10  Janis Johnson  <janis187@us.ibm.com>
15854
15855         * g77.f-torture/execute/6177.f: New test.
15856
15857 2002-04-10  Jakub Jelinek  <jakub@redhat.com>
15858
15859         PR middle-end/6247
15860         * g++.dg/opt/cleanup1.C: New test.
15861
15862         * g++.dg/opt/const1.C: New test.
15863
15864 2002-04-10  Lars Brinkhoff  <lars@nocrew.org>
15865
15866         * gcc.c-torture/execute/20020406-1.c: Declare malloc.
15867
15868 2002-04-10  Nathan Sidwell  <nathan@codesourcery.com>
15869
15870         PR c++/5507
15871         * g++.dg/template/typename2.C: New test.
15872
15873 2002-04-10  Alan Modra  <amodra@bigpond.net.au>
15874
15875         * gcc.c-torture/execute/loop-12.c: New.
15876
15877 2002-04-08  Hans-Peter Nilsson  <hp@bitrange.com>
15878
15879         * g77.f-torture/execute/980628-4.x,
15880         g77.f-torture/execute/980628-5.x,
15881         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
15882         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
15883         g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests.
15884
15885 2002-04-07  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15886
15887         PR optimization/6086
15888         * g++.dg/opt/preinc1.C: New test.
15889
15890 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
15891
15892         PR c++/5571
15893         * g++.dg/opt/static2.C: New test.
15894
15895 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
15896
15897         PR c/5120
15898         * gcc.dg/20020406-1.c: New test.
15899
15900 2002-04-04  David S. Miller  <davem@redhat.com>
15901
15902         * gcc.c-torture/execute/20020404-1.c: New test.
15903
15904 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
15905
15906         PR c/6123
15907         * gcc.dg/20020312-2.c: Do not declare global register variable
15908         if __PIC__ or __pic__ is defined.
15909
15910 2002-04-04  Richard Earnshaw  <rearnsha@arm.com>
15911
15912         * gcc.dg/arm-asm.c: Run this test on ARM chips, not SPARC.  Use
15913         __asm__ so that it works correctly even if -ansi -pedantic-errors.
15914
15915 2002-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15916
15917         * gcc.misc-tests/linkage.exp: Update last change to handle
15918         sparc*-, not just sparc-.
15919
15920 2002-04-03  Richard Henderson  <rth@redhat.com>
15921
15922         * gcc.dg/cpp/ucs.c: Improved long UCS test.
15923
15924 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
15925
15926         * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change.
15927
15928 2002-04-02  David S. Miller  <davem@redhat.com>
15929
15930         * gcc.c-torture/execute/20020402-3.c: New test.
15931
15932 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
15933
15934         * g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
15935         * g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
15936
15937         * g77.dg/f77-edit-i-in.f: xfail for mmix-knuth-mmixware.
15938         * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x,
15939         g77.f-torture/execute/20001201.x,
15940         g77.f-torture/execute/u77-test.x: New files.
15941
15942         * gcc.dg/wint_t-1.c: Mark excess errors for mmix-knuth-mmixware.
15943         * gcc.dg/wchar_t-1.c: Ditto.
15944
15945 2002-04-02  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15946
15947         * gcc.c-torture/execute/20020402-1.c: New test.
15948
15949 2002-04-01  Richard Henderson  <rth@redhat.com>
15950
15951         * gcc.c-torture/compile/920625-1.x: XFAIL -O1.
15952
15953         * g++.dg/other/new1.C: Use __SIZE_TYPE__.
15954
15955 2002-04-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15956
15957         * gcc.misc-tests/linkage.exp: Special case 64-bit solaris2.
15958
15959 2002-04-01  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
15960
15961         * g++.dg/inherit/template-as-base.C: Expect error.
15962         * g++.dg/inherit/namespace-as-base.C: Likewise.
15963
15964 2002-03-31  Hans-Peter Nilsson  <hp@bitrange.com>
15965
15966         * g++.dg/ext/instantiate1.C, g++.dg/ext/instantiate2.C,
15967         g++.dg/ext/instantiate3.C: Tweak match patterns.
15968
15969         * g++.old-deja/g++.pt/static11.C: Skip on mmix-knuth-mmixware.
15970         * g++.dg/other/static11.C: Copy g++.old-deja/g++.pt/static11.C for
15971         -da test.
15972
15973 2002-03-31  Richard Henderson  <rth@redhat.com>
15974
15975         * gcc.dg/special/alias-2.c: New.
15976         * gcc.dg/special/ecos.exp: Run it.
15977
15978 2002-03-31  Richard Henderson  <rth@redhat.com>
15979
15980         * gcc.dg/va-arg-1.c: Expect warnings, not errors.
15981
15982 2002-03-31  Kazu Hirata  <kazu@hxi.com>
15983
15984         * gcc.dg/weak-1.c: Disable on h8300 port.
15985
15986 2002-03-29  Janis Johnson  <janis187@us.ibm.com>
15987
15988         * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
15989         * g++.dg/bprob/bprob.exp: New driver for profile-directed branch
15990         ordering tests.
15991         * g++.dg/bprob/bprob-1.C: New test.
15992         * g++.dg/gcov/gcov.exp: New driver for gcov tests.
15993         * g++.dg/gcov/gcov-1.C: New test.
15994         * g++.dg/gcov/gcov-1.x: New file.
15995         * g++.dg/gcov/gcov-2.C: New test.
15996         * g++.dg/gcov/gcov-3.C: New test.
15997         * g++.dg/gcov/gcov-3.h: New file.
15998
15999 2002-03-28  Roger Sayle  <roger@eyesopen.com>
16000
16001         * g++.old-deja/g++.other/builtins5.C: New test.
16002         * g++.old-deja/g++.other/builtins6.C: New test.
16003         * g++.old-deja/g++.other/builtins7.C: New test.
16004         * g++.old-deja/g++.other/builtins8.C: New test.
16005         * g++.old-deja/g++.other/builtins9.C: New test.
16006
16007 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
16008
16009         * g++.dg/opt/static1.C: New test.
16010
16011         * g++.dg/opt/longbranch1.C: New test.
16012
16013 2002-03-28  Hans-Peter Nilsson  <hp@bitrange.com>
16014
16015         * gcc.dg/weak-1.c: Fix typo in scan-assembler pattern.
16016
16017         * g++.old-deja/g++.law/bit-fields2.C: Skip on mmix-knuth-mmixware.
16018
16019 2002-03-28  Jeffrey A Law  (law@redhat.com)
16020
16021         * gcc.c-torture/execute/20020328-1.c: New test.
16022
16023 2002-03-27  Richard Henderson  <rth@redhat.com>
16024
16025         * g++.dg/ext/instantiate1.C: Use scan-assembler, not link errors.
16026         * g++.dg/ext/instantiate2.C, g++.dg/ext/instantiate3.C: Likewise;
16027         move from g++.old-deja/g++.ext/.
16028
16029 2002-03-27  Mark Mitchell  <mark@codesourcery.com>
16030
16031         * g++.dg/init/new2.C: New test.
16032
16033 2002-03-26  Richard Henderson  <rth@redhat.com>
16034
16035         * gcc.dg/pragma-re-2.c: Avoid empty source file warning.
16036
16037         * gcc.dg/20020312-2.c: Don't test epilogue vs global register
16038         on sparc.
16039
16040         * gcc.dg/20001101-1.c: Add -mcpu=ultrasparc.  Only run on
16041         sparcv9 systems.
16042         * gcc.dg/20001102-1.c: Likewise.
16043
16044 2002-03-26  Phil Edwards  <pme@gcc.gnu.org>
16045
16046         * gcc.dg/cpp/endif-pedantic1.c,
16047         gcc.dg/cpp/endif-pedantic2.c:  New tests.
16048
16049 2002-03-26  Mark Mitchell  <mark@codesourcery.com>
16050
16051         * g++.dg/init/new1.C: New test.
16052
16053 2002-03-26  Nathan Sidwell  <nathan@codesourcery.com>
16054
16055         * g++.dg/abi/vbase9.C: New test.
16056
16057 2002-03-26  Richard Earnshaw  <rearnsha@arm.com>
16058
16059         * gcc.dg/arm-asm.c: New test.
16060
16061 2002-03-26  Andrew Cagney  <ac131313@redhat.com>
16062
16063         * gcc.dg/Wswitch-enum.c: New test.
16064         Fix PR c/5044.
16065
16066 2002-03-26  Richard Henderson  <rth@redhat.com>
16067
16068         * gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized
16069         structure.
16070
16071 2002-03-25  Richard Henderson  <rth@redhat.com>
16072
16073         * gcc.dg/20001013-1.c: Add -mcpu=ultrasparc.  Only run on
16074         sparcv9 systems.
16075
16076         * gcc.c-torture/compile/20011119-1.c (xxx): New.
16077         * gcc.c-torture/compile/20011119-2.c (xxx): New.
16078
16079 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
16080
16081         * gcc.dg/c90-hexfloat-1.c: Adjust error regexps.
16082
16083 2002-03-25  Bob Wilson  <bob.wilson@acm.org>
16084
16085         * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
16086         targets using generic thunk support.
16087
16088 2002-03-25  Jakub Jelinek  <jakub@redhat.com>
16089
16090         * gcc.c-torture/compile/20020323-1.c: New test.
16091
16092         * g++.dg/opt/conj2.C: New test.
16093
16094 2002-03-24  Richard Henderson  <rth@redhat.com>
16095
16096         * gcc.dg/weak-1.c: Use -fno-common.
16097
16098 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
16099
16100         * g77.dg/f77-edit-apostrophe-out.f: New test
16101         * g77.dg/f77-edit-h-out.f: New test
16102         * g77.dg/f77-edit-t-in.f: New test
16103         * g77.dg/f77-edit-t-out.f: New test
16104         * g77.dg/f77-edit-x-out.f: New test
16105         * g77.dg/f77-edit-slash-out.f: New test
16106         * g77.dg/f77-edit-colon-out.f: New test
16107         * g77.dg/f77-edit-s-out.f: New test
16108
16109 2002-03-24  Richard Henderson  <rth@redhat.com>
16110
16111         * objc/execute/formal_protocol-6.x: New XFAIL.
16112
16113 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
16114
16115         * gcc.dg/weak-1.c:  Early return from dg-final on platforms
16116         that do not support weak symbols
16117
16118 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
16119
16120         * lib/g++.exp:  Fix handling of LD_LIBRARY_PATH et al
16121         * lib/g77.exp:  Likewise
16122         * lib/objc.exp: Likewise
16123
16124 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
16125
16126         * gcc.dg/Wswitch-default.c: New test.
16127
16128 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
16129
16130         * g++.dg/other/enum1.C: New test.
16131
16132 2002-03-23  Zack Weinberg  <zack@codesourcery.com>
16133
16134         * gcc.dg/pragma-ep-3.c: Fix typo.
16135
16136 2002-03-22  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
16137
16138         * g++.dg/inherit/template-as-base.C: New test.
16139
16140 2002-03-22  Jakub Jelinek  <jakub@redhat.com>
16141
16142         * g++.old-deja/g++.other/dwarf2-1.C: Move...
16143         * g++.dg/debug/debug5.C: ...here.  Convert for dg framework.
16144
16145 2002-03-22  Neil Booth  <neil@daikokuya.demon.co.uk>
16146
16147         * gcc.dg/cpp/multiline.c: Update to match.
16148
16149 2002-03-22  Alexandre Oliva  <aoliva@redhat.com>
16150
16151         * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
16152
16153 2002-03-22  Phil Edwards  <pme@gcc.gnu.org>
16154
16155         * gcc.dg/cpp/extratokens2.c:  New file.
16156
16157 2002-03-21  David Edelsohn  <edelsohn@gnu.org>
16158
16159         * gcc.dg/20020312-2.c: Add rs6000 target.
16160
16161         * gcc.c-torture/compile/20020319-1.c: New test.
16162
16163 2002-03-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
16164
16165         * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
16166         (A, E): Handle this.
16167
16168 2002-03-20  Jason Merrill  <jason@redhat.com>
16169
16170         * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
16171         ignoring -fpic.
16172         * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
16173         through prune_gcc_output.
16174
16175 2002-03-20  Jakub Jelinek  <jakub@redhat.com>
16176
16177         * gcc.c-torture/compile/20020320-1.c: New test.
16178
16179 2002-03-19  Jakub Jelinek  <jakub@redhat.com>
16180
16181         * gcc.c-torture/compile/20020318-1.c: New test.
16182
16183         * gcc.dg/struct-by-value-1.c: New test.
16184
16185         * gcc.dg/20020319-1.c: New test.
16186
16187 2002-03-18  Jakub Jelinek  <jakub@redhat.com>
16188
16189         * g++.dg/opt/conj1.C: New test.
16190
16191 2002-03-17  Mark Mitchell  <mark@codesourcery.com>
16192
16193         * g++.dg/template/qualttp20.C: Revert previous change.
16194         * g++.dg/template/qualttp3.C: Likewise.
16195         * g++.dg/template/qualttp4.C: Likewise
16196         * g++.dg/template/qualttp5.C: Likewise
16197         * g++.dg/template/qualttp6.C: Likewise
16198         * g++.dg/template/qualttp7.C: Likewise
16199         * g++.dg/template/qualttp8.C: Likewise
16200         * g++.dg/template/recurse.C: Likewise.
16201
16202 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
16203
16204         * gcc.dg/cpp/wchar-1.c: Update.
16205
16206 2002-03-16  Nathan Sidwell  <nathan@codesourcery.com>
16207
16208         * g++.dg/template/conv1.C: New test.
16209         * g++.dg/template/conv2.C: New test.
16210         * g++.dg/template/conv3.C: New test.
16211         * g++.dg/template/conv4.C: New test.
16212
16213 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
16214
16215         * g++.dg/template/qualttp20.C: Remove unnecessary error tags.
16216         * g++.dg/template/qualttp3.C: Likewise.
16217         * g++.dg/template/qualttp4.C: Likewise
16218         * g++.dg/template/qualttp5.C: Likewise
16219         * g++.dg/template/qualttp6.C: Likewise
16220         * g++.dg/template/qualttp7.C: Likewise
16221         * g++.dg/template/qualttp8.C: Likewise
16222         * g++.dg/template/recurse.C: Likewise.
16223
16224 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
16225
16226         * g++.dg/opt/dtor1.C: New test.
16227
16228 2002-03-15  Jakub Jelinek  <jakub@redhat.com>
16229
16230         * gcc.c-torture/compile/20020315-1.c: New test.
16231
16232 2002-03-15  Richard Earnshaw  <rearnsha@arm.com>
16233
16234         * gcc.dg/weak-1.c: Fix scan tests.
16235
16236 2002-03-15  Hans-Peter Nilsson  <hp@bitrange.com>
16237
16238         * gcc.dg/20020312-2.c [__MMIX__]: No pic register.
16239         * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf*
16240         cris-*-aout* mmix-*-*.
16241         * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
16242         cris-*-aout* mmix-*-*.
16243         * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on
16244         cris-*-elf* cris-*-aout* and mmix-*-*.
16245         * gcc.dg/20001009-1.c: Ditto.
16246         * gcc.dg/20010912-1.c: Ditto.
16247         * gcc.dg/20020122-4.c: Ditto.
16248         * gcc.dg/inline-2.c: Ditto.
16249
16250 2002-03-14  Jeffrey A Law  (law@cygnus.com)
16251
16252         * gcc.c-torture/compile/20020314-1.c: New test.
16253
16254 2002-03-14  Richard Earnshaw  <rearnsha@arm.com>
16255
16256         * gcc.c-torture/execute/20020314-1.c: New test.
16257
16258 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
16259
16260         * g++.dg/warn/Wunused-1.C: New test.
16261
16262 2002-02-13  Richard Sandiford  <rsandifo@redhat.com>
16263
16264         * g++.dg/abi/mangle6.C: New test.
16265
16266 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
16267
16268         * gcc.c-torture/compile/20020309-2.c: New test.
16269
16270         * gcc.c-torture/compile/20020312-1.c: New test.
16271
16272 2002-03-12  Nathan Sidwell  <nathan@codesourcery.com>
16273
16274         * g++.dg/other/access1.C: New test.
16275
16276 2002-03-12  Jakub Jelinek  <jakub@redhat.com>
16277
16278         * gcc.c-torture/execute/wchar_t-1.c: New test.
16279
16280 2002-03-12  David Edelsohn  <edelsohn@gnu.org>
16281
16282         * gcc.dg/20020103-1.c: Add rs6000 target and macro.
16283
16284 2002-03-12  Roger Sayle  <roger@eyesopen.com>
16285
16286         * gcc.dg/20020312-1.c: New test case.
16287
16288 2002-03-11  Aldy Hernandez  <aldyh@redhat.com>
16289
16290         * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
16291
16292 2002-03-11  Richard Henderson  <rth@redhat.com>
16293
16294         * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
16295         * g++.old-deja/g++.jason/report.C: Likewise.
16296
16297 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
16298
16299         * testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
16300         * testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.
16301
16302 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
16303
16304         * testsuite/g++.dg/overload/pmf1.C: New test.
16305
16306 2002-03-11  Kazu Hirata  <kazu@hxi.com>
16307
16308         * gcc.c-torture/execute/20020307-1.c: Use long.
16309
16310 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
16311
16312         PR optimization/5844
16313         * gcc.dg/20020310-1.c: New test.
16314
16315 2002-03-09  Michael Meissner  <meissner@redhat.com>
16316
16317         * gcc.c-torture/execute/memcpy-2.c: New test.
16318         * gcc.c-torture/execute/memset-1.c: New test.
16319         * gcc.c-torture/execute/strlen-1.c: New test.
16320         * gcc.c-torture/execute/strcmp-1.c: New test.
16321         * gcc.c-torture/execute/strncmp-1.c: New test.
16322
16323 2002-03-09  Geoffrey Keating  <geoffk@redhat.com>
16324
16325         * gcc.dg/ppc-ldstruct.c: New test.
16326
16327 2002-03-09  Jakub Jelinek  <jakub@redhat.com>
16328
16329         * gcc.c-torture/execute/va-arg-22.c: New test.
16330
16331 2002-03-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16332
16333         * gcc.c-torture/compile/20020309-1.c: New test.
16334
16335 2002-03-08  Jakub Jelinek  <jakub@redhat.com>
16336
16337         * gcc.c-torture/execute/20020307-2.c: New test.
16338
16339 2002-03-07  Jeffrey A Law  (law@redhat.com)
16340
16341         * g77.f-torture/compile/20020307-1.f: New test.
16342
16343 2002-03-07  Richard Sandiford  <rsandifo@redhat.com>
16344
16345         * gcc.dg/unordered-1.c: New test.
16346
16347 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
16348
16349         * gcc.c-torture/execute/20020307-1.c: New test.
16350
16351 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
16352
16353         * gcc.dg/20020304-1.c: New test.
16354
16355         * gcc.c-torture/compile/20020304-2.c: New test.
16356
16357 2002-03-04  Zack Weinberg  <zack@codesourcery.com>
16358
16359         * gcc.c-torture/compile/20020304-1.c: New test case
16360         (from PR c/5830).
16361
16362 2002-03-03  Aldy Hernandez  <aldyh@redhat.com>
16363
16364         * gcc.dg/20020103-1.c: Add other -D ppc variants.
16365
16366 2002-03-02  Nathan Sidwell  <nathan@codesourcery.com>
16367
16368         * g++.dg/other/classkey1.C: New test.
16369
16370 2002-03-01  Richard Henderson  <rth@redhat.com>
16371
16372         * gcc.c-torture/compile/981223-1.x: New.
16373         * gcc.c-torture/compile/920625-1.x: New.
16374
16375 2002-02-28  Richard Henderson  <rth@redhat.com>
16376
16377         * g++.dg/opt/vtgc1.C: Adjust patterns for ia64.
16378
16379 2002-02-27  Hans-Peter Nilsson  <hp@bitrange.com>
16380
16381         * gcc.c-torture/execute/20020227-1.c: New test.
16382
16383 2002-02-27  Mark Mitchell  <mark@codesourcery.com>
16384
16385         * g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
16386         here" ERROR lines.
16387         * g++.old-deja/g++.oliva/partord1.C: Likewise.
16388         * g++.old-deja.g++.other/defarg1.C: Likewise.
16389         * g++.old-deja/g++.pt/calls2.C: Likewise.
16390         * g++.old-deja/g++.pt/crash20.C: Likewise.
16391         * g++.old-deja/g++.pt/crash30.C: Likewise.
16392         * g++.old-deja/g++.pt/crash36.C: Likewise.
16393         * g++.old-deja/g++.pt/crash6.C: Likewise.
16394         * g++.old-deja/g++.pt/defarg13.C: Likewise.
16395         * g++.old-deja/g++.pt/derived3.C: Likewise.
16396         * g++.old-deja/g++.pt/error1.C: Likewise.
16397         * g++.old-deja/g++.pt/friend21.C: Likewise.
16398         * g++.old-deja/g++.pt/friend23.C: Likewise.
16399         * g++.old-deja/g++.pt/infinite1.C: Likewise.
16400         * g++.old-deja/g++.robertl/eb128.C: Likewise.
16401
16402 2002-02-27  Geoffrey Keating  <geoffk@redhat.com>
16403
16404         * gcc.c-torture/execute/20020225-2.c: New test.
16405
16406 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
16407
16408         * gcc.c-torture/execute/920730-1t.c,
16409         gcc.c-torture/execute/920730-1t.x, gcc.dg/ext-glob.c:
16410         Delete test cases, only relevant to -traditional.
16411
16412 2002-02-27  Neil Booth  <neil@daikokuya.demon.co.uk>
16413
16414         * gcc.dg/cpp/undef1.c: Remove.
16415         * gcc.dg/cpp/directiv.c: Update.
16416         * gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.
16417
16418 2002-02-27  Michael Meissner  <meissner@redhat.com>
16419
16420         * gcc.c-torture/execute/20020226-1.c: New test.
16421
16422 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
16423
16424         * g++.dg/debug/debug4.C: New test.
16425
16426         * gcc.dg/ia64-visibility-1.c: New test.
16427
16428 2002-02-26  Alexandre Oliva  <aoliva@redhat.com>
16429
16430         * gcc.dg/debug/20020224-1.c: New.
16431
16432 2002-02-25  Kazu Hirata  <kazu@hxi.com>
16433
16434         * gcc.c-torture/execute/960416-1.x: New.
16435         * gcc.c-torture/execute/divconst-3.x: Likewise.
16436
16437 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
16438
16439         * gcc.dg/20020224-1.c: New test.
16440
16441 2002-02-25  Alan Modra  <amodra@bigpond.net.au>
16442
16443         * gcc.c-torture/execute/20020225-1.c: New.
16444
16445 2002-02-24  Neil Booth  <neil@daikokuya.demon.co.uk>
16446
16447         * testsuite/gcc.dg/cpp/wchar-1.c: New test.
16448
16449 2002-02-23  Jakub Jelinek  <jakub@redhat.com>
16450
16451         * gcc.dg/20020222-1.c: New test.
16452
16453 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
16454
16455         * g++.dg/opt/anonunion1.C: New test.
16456
16457 2002-02-22  Nathan Sidwell  <nathan@codesourcery.com>
16458
16459         * g++.dg/template/qualttp19.C: New test.
16460         * g++.dg/template/qualttp20.C: New test.
16461         * g++.old-deja/g++.jason/report.C: Adjust expected errors
16462         * g++.old-deja/g++.other/qual1.C: Likewise.
16463
16464 2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
16465
16466         * gcc.dg/attr-alwaysinline.c: New.
16467
16468 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
16469
16470         * gcc.dg/20020220-1.c: New test.
16471
16472         * gcc.dg/20020220-2.c: New test.
16473
16474         * g++.dg/opt/mmx1.C: New test.
16475
16476 2002-02-20  Alexandre Oliva  <aoliva@redhat.com>
16477
16478         * gcc.c-torture/compile/20020110.c: New test.
16479
16480 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
16481
16482         * gcc.c-torture/execute/20020219-1.c: New test.
16483
16484         * gcc.dg/20020219-1.c: New test.
16485
16486         * gcc.dg/noncompile/20020220-1.c: New test.
16487
16488         * g++.dg/opt/ptrintsum1.C: New test.
16489
16490         * gcc.dg/debug/20020220-1.c: New test.
16491
16492 2002-02-17  Jakub Jelinek  <jakub@redhat.com>
16493
16494         * gcc.c-torture/execute/20020216-1.c: New test.
16495
16496 2002-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
16497
16498         * gcc.dg/decl-1.c: Update, new test.
16499
16500 2002-02-15  Nathan Sidwell  <nathan@codesourcery.com>
16501
16502         * g++.dg/abi/bitfield1.C: New test.
16503         * g++.dg/abi/bitfield2.C: New test.
16504
16505 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
16506
16507         * gcc.dg/attr-nest.c: New test.
16508
16509 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
16510
16511         * gcc.c-torture/execute/20020215-1.c: New test.
16512
16513 2002-02-14  Jakub Jelinek  <jakub@redhat.com>
16514
16515         * g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
16516         * g++.dg/debug/debug.exp: New.
16517         * g++.dg/debug/trivial.C: New.
16518         * g++.dg/debug/debug1.C: Moved...
16519         * g++.dg/other/debug1.C: ...from here.
16520         * g++.dg/debug/debug2.C: Moved...
16521         * g++.dg/other/debug2.C: ...from here.
16522         * g++.dg/debug/debug3.C: Moved...
16523         * g++.dg/other/debug3.C: ...from here.
16524
16525         * gcc.dg/noncompile/20020213-1.c: New test.
16526
16527 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
16528
16529         * g++.dg/other/debug3.C: New test.
16530
16531         * gcc.c-torture/execute/20020213-1.c: New test.
16532
16533 2002-02-13  Richard Smith <richard@ex-parrot.com>
16534
16535         * g++.old-deja/g++.other/thunk1.C: New test.
16536
16537 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
16538
16539         * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
16540
16541 2002-02-13  Stan Shebs  <shebs@apple.com>
16542
16543         * gcc.dg/altivec-3.c: New.
16544
16545 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
16546
16547         * gcc.dg/Wunreachable-1.c: New test.
16548         * gcc.dg/Wunreachable-2.c: New test.
16549
16550 2002-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
16551
16552         * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
16553
16554 2002-02-12  Neil Booth  <neil@daikokuya.demon.co.uk>
16555
16556         * gcc.dg/decl-1.c: New test.
16557
16558 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
16559
16560         * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
16561
16562 2002-02-10  Kazu Hirata  <kazu@hxi.com>
16563
16564         * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
16565         * gcc.c-torture/compile/980506-1.x: Likewise.
16566
16567 2002-02-10  Kazu Hirata  <kazu@hxi.com>
16568
16569         * gcc.dg/20020210-1.c: New.
16570
16571 2002-02-09  Toon Moene  <toon@moene.indiv.nluug.nl>
16572
16573         * g77.f-torture/execute/947.f: New regression test
16574         for PR fortran/947.
16575
16576 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
16577
16578         * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
16579         * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
16580
16581 2002-02-08  Richard Henderson  <rth@redhat.com>
16582
16583         * gcc.c-torture/compile/labels-3.c: New.
16584
16585 2002-02-08  Jakub Jelinek  <jakub@redhat.com>
16586
16587         * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
16588         expression statements work instead.
16589         * gcc.dg/noncompile/20020207-1.c: New test.
16590
16591 2002-02-07  Richard Henderson  <rth@redhat.com>
16592
16593         * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
16594
16595 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
16596
16597         * lib/prune.exp: Remove "In (program|subroutine"block-data)"
16598         message from g77
16599         * lib/g77-dg.exp: Trim g77 error messages so that they are
16600         recognized by dg.exp.
16601
16602 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
16603
16604         PR fortran/5473
16605         * g77.dg/pr5473.f: Now dg-error.  Add additional cases.
16606
16607 2002-02-07  Richard Henderson  <rth@redhat.com>
16608
16609         * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
16610         to be sufficiently aligned for integers.
16611
16612 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
16613
16614         * g++.dg/template/friend4.C: New test.
16615
16616 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
16617
16618         PR fortran/5743
16619         * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
16620         unsupported cases.
16621
16622 2002-02-07  Richard Henderson  <rth@redhat.com>
16623
16624         * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
16625         * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
16626         gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
16627         objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
16628
16629 2002-02-06  Richard Henderson  <rth@redhat.com>
16630
16631         * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
16632
16633 2002-02-06  Janis Johnson  <janis187@us.ibm.com>
16634
16635         * gcc.dg/20020206-1.c: New test.
16636
16637 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
16638
16639         * gcc.c-torture/execute/20020206-1.c: New test.
16640
16641         * gcc.c-torture/execute/20020206-2.c: New test.
16642
16643         PR optimization/5429:
16644         * gcc.c-torture/compile/20020206-1.c: New test.
16645
16646 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
16647
16648         * g++.dg/ext/align1.C: Do not use an explicit alignment value
16649         as certain file formats cannot support particularly large
16650         alignments.
16651
16652         * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
16653         and do not expect to be able to link the executable.
16654
16655         * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
16656         fail because the COFF format does not support the weak attribute.
16657
16658 2002-02-05  David Billinghurst <David.Billinghurst@riotinto.com>
16659
16660         * g77.dg/pr5473.f:  New test
16661
16662 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
16663
16664         * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
16665         Fix testcase accordingly.
16666
16667 2002-02-04  Richard Henderson  <rth@redhat.com>
16668
16669         * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
16670         (buf): Change to be an array of pointers, not ints.
16671
16672 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
16673
16674         * gcc.dg/Wswitch.c: Fix typos.  Don't return unconditionally
16675         before all tests.  Move warning one line above to match where it
16676         C frontend emits.
16677         * gcc.dg/Wswitch-2.c: New test.
16678         * g++.dg/warn/Wswitch-1.C: New test.
16679         * g++.dg/warn/Wswitch-2.C: New test.
16680
16681 2002-02-04  Richard Henderson  <rth@redhat.com>
16682
16683         * g++.dg/abi/offsetof.C: Fix size comparison.
16684
16685 2002-02-04  Richard Sandiford  <rsandifo@redhat.com>
16686
16687         * gcc.dg/cast-qual-2.c: New test.
16688
16689 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
16690
16691         * gcc.dg/20020201-4.c: New test.
16692
16693 2002-02-04  Ben Elliston  <bje@redhat.com>
16694
16695         * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
16696         target_info attribute != 0, in addition to the empty string.
16697         (gcc_target_compile): Likewise.
16698
16699 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
16700
16701         * gcc.dg/Wswitch.c: New test.
16702         PR gcc/4475. PR gcc/3780.
16703
16704 2002-02-03  Toon Moene  <toon@moene.indiv.nluug.nl>
16705
16706         * g77.f-torture/execute/5122.f: New test for regressions
16707         against PR fortran/5122.
16708
16709 2002-02-03  David Billinghurst <David.Billinghurst@riotinto.com>
16710
16711         * g77.f-torture/compile/pr3743.f: Delete
16712         * g77.dg/pr3743-1.f: New test.
16713         * g77.dg/pr3743-2.f: New test.
16714         * g77.dg/pr3743-3.f: New test.
16715         * g77.dg/pr3743-4.f: New test.
16716
16717 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
16718
16719         * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
16720
16721 2002-02-02  Richard Henderson  <rth@redhat.com>
16722
16723         * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
16724         * gcc.c-torture/execute/bf64-1.c: Likewise.
16725
16726 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
16727
16728         * gcc.dg/20020201-2.c: New test.
16729
16730         * gcc.dg/20020201-3.c: New test.
16731
16732         * gcc.c-torture/execute/bitfld-2.c: New test.
16733
16734 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
16735
16736         * gcc.dg/bitfld-1.c: Update.
16737         * gcc.dg/bitfld-2.c: Update.
16738         * gcc.c-torture/execute/bitfld-1.x: New.
16739
16740 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
16741
16742         * gcc.c-torture/execute/20020201-1.c: New test.
16743
16744 2002-02-01  Janis Johnson  <janis187@us.ibm.com>
16745
16746         PR target/5469
16747         * gcc.dg/20020201-1.c: New test.
16748
16749 2002-02-01  David.Billinghurst <David.Billinghurst@riotinto.com>
16750
16751         PR fortran/3743
16752         * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
16753         * g77.f-torture/compile/pr3743.x: Remove
16754
16755 2002-01-31  Tom Rix  <trix@redhat.com>
16756
16757         * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
16758
16759 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
16760
16761         * gcc.dg/noncompile/20020130-1.c: New test.
16762
16763 2002-01-30  David Billinghurst  <David.Billinghurst@riotinto.com>
16764
16765         * g77.dg/f77-edit-i-out.f:  Escape \. Allow \r\n and \r.
16766
16767 2002-01-29  Richard Henderson  <rth@redhat.com>
16768
16769         * gcc.c-torture/execute/991118-1.c: Cast various constants back
16770         to long long.
16771         * gcc.c-torture/execute/bf64-1.c: Likewise.
16772
16773 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
16774
16775         * gcc.c-torture/execute/20020129-1.c: New test.
16776
16777 2002-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
16778
16779         * gcc.c-torture/compile/20000224-1.c: Update.
16780         * gcc.c-torture/execute/bitfld-1.c: New tests.
16781         * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
16782         * gcc.dg/uninit-A.c: Update.
16783
16784 2002-01-29  Nathan Sidwell  <nathan@codesourcery.com>
16785
16786         * g++.dg/template/ctor1.C: Add instantiation.
16787
16788 2002-01-28  Paul Koning  <pkoning@equallogic.com>
16789
16790         * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
16791         argument to __builtin_prefetch to be const ptr.
16792
16793 2002-01-28  Jakub Jelinek  <jakub@redhat.com>
16794
16795         * gcc.c-torture/compile/20020120-1.c: New test.
16796
16797 2002-01-27  Kazu Hirata  <kazu@hxi.com>
16798
16799         * gcc.c-torture/execute/20020127-1.c: New test.
16800
16801 2002-01-27  David Billinghurst  <David.Billinghurst@riotinto.com>
16802
16803         * g77.dg/f77-edit-i-in.f: New test
16804         * g77.dg/f77-edit-i-out.f: New test
16805
16806 2002-01-25  Geoffrey Keating  <geoffk@redhat.com>
16807
16808         * gcc.dg/debug/debug.exp: New file.
16809         * gcc.dg/debug/trivial.c: New file.
16810         * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
16811         * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
16812         * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
16813         * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
16814         * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
16815         * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
16816         * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
16817         * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
16818         * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
16819         * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
16820         * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
16821         * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
16822         * gcc.dg/20000503-1.c: Removed.
16823         * gcc.dg/20010207-1.c: Removed.
16824         * gcc.dg/20011223-1.c: Removed.
16825         * gcc.dg/20020104-2.c: Removed.
16826         * gcc.dg/debug-1.c: Removed.
16827         * gcc.dg/debug-2.c: Removed.
16828         * gcc.dg/debug-3.c: Removed.
16829         * gcc.dg/debug-4.c: Removed.
16830         * gcc.dg/debug-5.c: Removed.
16831         * gcc.dg/debug-6.c: Removed.
16832         * gcc.dg/dwarf2-1.c: Removed.
16833         * gcc.dg/dwarf2-2.c: Removed.
16834
16835 2002-01-25  Jakub Jelinek  <jakub@redhat.com>
16836
16837         * g++.old-deja/g++.other/eh5.C: New test.
16838         * g++.old-deja/g++.other/sibcall2.C: New test.
16839         * g++.old-deja/g++.other/array9.C: New test.
16840         * g++.old-deja/g++.other/typename2.C: New test.
16841         * g++.old-deja/g++.other/crash60.C: New test.
16842         * g++.old-deja/g++.other/conv9.C: New test.
16843         * g++.old-deja/g++.other/mangle10.C: New test.
16844         * g++.old-deja/g++.other/unchanging1.C: New test.
16845         * g++.old-deja/g++.other/exprstmt1.C: New test.
16846         * g++.old-deja/g++.other/inline23.C: New test.
16847         * g++.old-deja/g++.eh/ia64-1.C: New test.
16848         * g++.old-deja/g++.other/dwarf2-1.C: New test.
16849         * g++.old-deja/g++.other/reload1.C: New test.
16850         * g++.old-deja/g++.other/static20.C: New test.
16851         * g++.old-deja/g++.other/local-alloc1.C: New test.
16852         * g++.old-deja/g++.other/conv8.C: New test.
16853         * g++.old-deja/g++.other/stmtexpr2.C: New test.
16854         * g++.old-deja/g++.other/storeexpr1.C: New test.
16855         * g++.old-deja/g++.other/storeexpr2.C: New test.
16856         * g++.dg/eh/template2.C: New test.
16857         * g++.dg/warn/weak1.C: New test.
16858
16859 2002-01-25  Hans-Peter Nilsson  <hp@bitrange.com>
16860
16861         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
16862         Remove first, non-varying, argument.
16863
16864 2002-01-23  Richard Henderson  <rth@redhat.com>
16865
16866         * gcc.dg/inline-2.c: New.
16867
16868         * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
16869         Add optional target arg.  Check number of arguments.
16870         (scan-assembler-not, scan-assembler-dem): Likewise.
16871         (scan-assembler-dem-not): Likewise.
16872
16873 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
16874
16875         * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
16876         line 12.
16877         * g++.old-deja/g++.brendan/parse3.C,
16878         g++.old-deja/g++.other/crash26.C,
16879         g++.old-deja/g++.other/crash28.C,
16880         g++.old-deja/g++.other/crash29.C,
16881         g++.old-deja/g++.other/crash30.C,
16882         g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
16883
16884 2002-01-23  Aldy Hernandez  <aldyh@redhat.com>
16885
16886         * gcc.dg/20020115-1.c: New.
16887
16888 2002-01-23  Bob Wilson  <bob.wilson@acm.org>
16889
16890         * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
16891
16892 2002-01-23  Janis Johnson  <janis187@us.ibm.com>
16893
16894         * gcc.dg/20020122-3.c: New.
16895
16896 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
16897
16898         * g++.dg/other/gc1.C: New test.
16899
16900 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
16901
16902         * gcc.dg/c99-intconst-1.c: Mark XFAIL.
16903
16904 2002-01-22  Richard Henderson  <rth@redhat.com>
16905
16906         * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
16907
16908 2002-01-22  Richard Henderson  <rth@redhat.com>
16909
16910         * gcc.dg/20020122-4.c: New.
16911
16912 2002-01-22  H.J. Lu <hjl@gnu.org>
16913
16914         * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
16915         link output.
16916         * gcc.dg/special/ecos.exp: Likewise.
16917         * lib/g++-dg.exp: Likewise.
16918         * lib/g77-dg.exp: Likewise.
16919         * lib/gcc-dg.exp : Likewise.
16920         * lib/mike-g++.exp: Likewise.
16921         * lib/mike-g77.exp: Likewise.
16922         * lib/mike-gcc.exp: Likewise.
16923         * lib/objc-dg.exp: Likewise.
16924
16925 2002-01-22  Janis Johnson  <janis187@us.ibm.com>
16926
16927         PR target/5379
16928         * gcc.dg/20020122-2.c: New test.
16929
16930 2002-01-22  Hans-Peter Nilsson  <hp@axis.com>
16931
16932         * gcc.dg/20020122-1.c: New test.
16933
16934 2001-01-22  David.Billinghurst <David.Billinghurst@riotinto.com>
16935
16936         * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
16937
16938 2002-01-22  David Billinghurst <David.Billinghurst@riotinto.com>
16939
16940         * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
16941
16942 2002-01-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
16943
16944         * gcc.c-torture/compile/20020121-1.c: New test.
16945
16946 2002-01-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
16947
16948         * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
16949         ld_library_path.
16950
16951 2002-01-21  Jakub Jelinek  <jakub@redhat.com>
16952
16953         * gcc.dg/20020218-1.c: New test.
16954
16955 2002-01-21  David.Billinghurst <David.Billinghurst@riotinto.com>
16956
16957         * lib/prune.exp (prune_gcc_output): Prune "At global scope"
16958         messages
16959         * g++.dg/other/deprecated.C: Remove dg-bogus comment for
16960         "At global scope" warning
16961         * g++.dg/ext/align1.C: Change cygwin test for alignment
16962         from db-bogus to dg-warning
16963
16964 2002-01-21  Zack Weinberg  <zack@codesourcery.com>
16965
16966         * g77.f-torture/compile/cpp2.F: New test.
16967
16968 2002-01-19  Nathan Sidwell  <nathan@codesourcery.com>
16969
16970         * g++.dg/template/access1.C: New test.
16971
16972 2002-01-18  Aldy Hernandez  <aldyh@redhat.com>
16973
16974         * gcc.dg/20020118-1.c: New.
16975
16976 2002-01-18  Kazu Hirata  <kazu@hxi.com>
16977
16978         * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
16979
16980 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
16981
16982         * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
16983         * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
16984         alignment warnings.
16985
16986 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
16987
16988         * gcc.misc-tests/i386-prefetch.exp: Save and restore
16989         torture_with_loops and torture_without_loops
16990
16991 2002-01-17  Jakub Jelinek  <jakub@redhat.com>
16992
16993         * gcc.c-torture/compile/20020116-1.c: New test.
16994
16995 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
16996
16997         * gcc.dg/20020116-2.c: New test.
16998
16999         * gcc.dg/ultrasp4.c: New test.
17000
17001         * gcc.dg/20020116-1.c: New test.
17002
17003 2002-01-15  Geoffrey Keating  <geoffk@redhat.com>
17004
17005         * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
17006         by EABI.
17007
17008 2002-01-15  Janis Johnson  <janis187@us.ibm.com>
17009
17010         * gcc.misc-tests/i386-prefetch.exp: New.
17011         * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
17012         * gcc.misc-tests/i386-pf-athlon-1.c: New test.
17013         * gcc.misc-tests/i386-pf-none-1.c: New test.
17014         * gcc.misc-tests/i386-pf-sse-1.c: New test.
17015
17016 2002-01-15  Jakub Jelinek  <jakub@redhat.com>
17017
17018         * gcc.dg/gnu89-init-1.c: Add new tests.
17019
17020 2002-01-15  Andreas Jaeger  <aj@suse.de>
17021
17022         * gcc.dg/i386-mmx-1.c: Also run on x86-64.
17023         * gcc.dg/i386-mmx-2.c: Likewise.
17024         * gcc.dg/i386-sse-1.c: Likewise.
17025         * gcc.dg/i386-sse-2.c: Likewise.
17026         * gcc.dg/i386-sse-3.c: Likewise.
17027
17028 2001-01-14  David Billinghurst <David.Billinghurst@riotinto.com>
17029
17030         * g77.f-torture/execute/intrinsic-unix-bessel.f:
17031         Uncomment additional cases that now pass.
17032
17033 2002-01-11  Richard Henderson  <rth@redhat.com>
17034
17035         * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
17036         * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
17037
17038 2002-01-11  Nicola Pero  <n.pero@mi.flashnet.it>
17039
17040         * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
17041
17042 2002-01-10  Aldy Hernandez  <aldyh@redhat.com>
17043
17044         * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
17045         lvx, stvx, stvebx, stvehx, stvewx, stvxl.
17046
17047 2002-01-10  Dale Johannesen  <dalej@apple.com>
17048
17049         * gcc.c-torture/execute/loop-11.c: New.
17050
17051 2002-01-08  Aldy Hernandez  <aldyh@redhat.com>
17052
17053         * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
17054         dss, lvsl, lvsr, dstt, dstst, dststt, dst.
17055
17056 2002-01-09  Richard Henderson  <rth@redhat.com>
17057
17058         * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
17059         type in which to perform the operation for each size.
17060
17061 2002-01-09  Alan Matsuoka  (alanm@redhat.com)
17062
17063         * gcc.c-torture/compile/20020109-2.c: New test.
17064
17065 2002-01-09  Gwenole Beauchesne  <bgeauchesne@mandrakesoft.com>
17066
17067         * gcc.c-torture/execute/loop-10.c: New test.
17068
17069 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
17070
17071         * gcc.c-torture/compile/20010226-1.c: New test.
17072         * gcc.c-torture/compile/20010227-1.c: New test.
17073         * gcc.c-torture/compile/20010426-1.c: New test.
17074         * gcc.c-torture/compile/20010510-1.c: New test.
17075         * gcc.c-torture/compile/20010605-3.c: New test.
17076         * gcc.c-torture/compile/20010824-1.c: New test.
17077         * gcc.c-torture/execute/20010409-1.c: New test.
17078         * gcc.dg/noncompile/20000901-1.c: New test.
17079         * gcc.dg/20001023-1.c: New test.
17080         * gcc.dg/20001101-1.c: New test.
17081         * gcc.dg/20001102-1.c: New test.
17082         * gcc.dg/20010207-1.c: New test.
17083         * gcc.dg/20010405-1.c: New test.
17084         * gcc.dg/20010822-1.c: New test.
17085         * gcc.dg/20011107-1.c: New test.
17086
17087 2002-01-09  Jeffrey A Law  (law@redhat.com)
17088
17089         * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
17090
17091         * gcc.c-torture/execute/strct-stdarg-1.x: New file.  Expect
17092         execution failure on PA targets.
17093
17094 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
17095
17096         * gcc.c-torture/compile/20020109-1.c: New test.
17097
17098 2002-01-08  Kazu Hirata  <kazu@hxi.com>
17099
17100         * gcc.c-torture/execute/20020108-1.c: New test.
17101
17102 2002-01-08  Jakub Jelinek  <jakub@redhat.com>
17103
17104         * gcc.dg/20020108-1.c: New test.
17105
17106 2002-01-08  H.J. Lu <hjl@gnu.org>
17107
17108         * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
17109         for header files.
17110
17111 2002-01-08  Geoff Keating  <geoffk@redhat.com>
17112
17113         * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
17114         consistency.
17115
17116 002-01-07  Aldy Hernandez  <aldyh@redhat.com>
17117
17118         * gcc.dg/altivec-4.c: Test altivec predicates.
17119
17120 2002-01-07  Jakub Jelinek  <jakub@redhat.com>
17121
17122         * gcc.c-torture/execute/20020107-1.c: New test.
17123
17124 2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>
17125
17126         PR c/5279
17127         * gcc.c-torture/compile/20020106-1.c: New test.
17128
17129 2002-01-05  Hans-Peter Nilsson  <hp@bitrange.com>
17130
17131         * gcc.c-torture/execute/nestfunc-4.c: New test.
17132
17133 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
17134
17135         * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
17136         extra triple that slipped in.
17137         * g++.old-deja/g++.abi/align.C: Likewise.
17138         * g++.old-deja/g++.abi/bitfields.C: Likewise.
17139
17140 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
17141
17142         * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
17143         * g++.old-deja/g++.abi/align.C: Likewise.
17144         * g++.old-deja/g++.abi/bitfields.C: Likewise.
17145
17146         * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
17147         on FreeBSD/i386.
17148         * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
17149         FreeBSD.
17150
17151 2002-01-04  Jakub Jelinek  <jakub@redhat.com>
17152
17153         * gcc.dg/20020104-1.c: New test.
17154
17155         * gcc.dg/20020104-2.c: New test.
17156
17157 2002-01-04  Hans-Peter Nilsson  <hp@bitrange.com>
17158
17159         * gcc.dg/20020103-1.c: Fix typo in target selector.
17160
17161 2002-01-03  Richard Henderson  <rth@redhat.com>
17162
17163         * gcc.dg/20020103-1.c: New.
17164
17165 2002-01-03  Kazu Hirata  <kazu@hxi.com>
17166
17167         * gcc.c-torture/execute/20020103-1.c: New test.
17168
17169 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
17170
17171         * g++.dg/other/debug2.C: New test.
17172
17173         * gcc.c-torture/compile/20020103-1.c: New test.
17174
17175 2002-01-02  Jakub Jelinek  <jakub@redhat.com>
17176
17177         * gcc.dg/gnu89-init-1.c: Added new tests.
17178
17179 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
17180
17181         * g++.dg/template/friend2.C: Remove as patch is reverted.
17182
17183         * g++.dg/warn/oldcast1.C: New test.
17184
17185         * g++.dg/template/ptrmem1.C: New test.
17186         * g++.dg/template/ptrmem2.C: New test.
17187
17188         * g++.dg/template/ntp.C: New test.
17189
17190         * g++.dg/other/component1.C: New test.
17191
17192         * g++.dg/template/ttp3.C: New test.
17193
17194         * g++.dg/template/friend2.C: New test.
17195         * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
17196
17197 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
17198
17199         * g++.dg/other/ptrmem1.C: New test.
17200         * g++.dg/other/ptrmem2.C: New test.
17201
17202 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
17203
17204         * g++.dg/template/ctor1.C: New test.
17205
17206 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
17207
17208         * g++.dg/template/friend2.C: New test.
17209
17210 2002-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
17211
17212         * gcc.dg/mmix-1.c: New test.
17213
17214 2001-12-31  Richard Henderson  <rth@redhat.com>
17215
17216         * gcc.dg/asm-5.c: New.
17217
17218 2001-12-31  Paolo Carlini  <pcarlini@unitus.it>
17219
17220         * g++.old-deja/g++.robertl/eb130.C: hash_set is now
17221         in namespace __gnu_cxx
17222
17223 2001-12-30  Richard Henderson  <rth@redhat.com>
17224
17225         * gcc.dg/debug-6.c: New.
17226
17227 2001-12-30  Jakub Jelinek  <jakub@redhat.com>
17228
17229         * gcc.c-torture/compile/20011229-2.c: New test.
17230
17231 2001-12-29  Jakub Jelinek  <jakub@redhat.com>
17232
17233         * gcc.dg/debug-3.c: New test.
17234         * gcc.dg/debug-4.c: New test.
17235         * gcc.dg/debug-5.c: New test.
17236
17237 2001-12-29  Richard Henderson  <rth@redhat.com>
17238
17239         * g++.dg/eh/loop1.C: New.
17240
17241 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
17242
17243         * g++.dg/template/crash1.C: New test.
17244
17245 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
17246
17247         * g++.dg/other/const1.C: New test.
17248
17249 2001-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
17250
17251         * gcc.c-torture/compile/20011229-1.c: New test.
17252
17253 2001-12-28  Stan Shebs  <shebs@apple.com>
17254
17255         * lib/objc-torture.exp: Resync with c-torture.exp.
17256         * lib/objc.exp: Load standard libraries.
17257
17258 2001-12-28  Jakub Jelinek  <jakub@redhat.com>
17259
17260         * gcc.dg/gnu89-init-1.c: Adjust for the new behavior, add some
17261         additional tests.
17262
17263 2001-12-27  Roger Sayle <roger@eyesopen.com>
17264
17265         * gcc.c-torture/execute/string-opt-16.c: New testcase.
17266
17267 2001-12-27  Richard Henderson  <rth@redhat.com>
17268
17269         * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
17270
17271 2001-12-26  Nathan Sidwell  <nathan@codesourcery.com>
17272
17273         * g++.dg/eh/ctor1.C: New test.
17274         * g++.dg/other/error2.C: New test.
17275
17276 2001-12-24  Nathan Sidwell  <nathan@codesourcery.com>
17277
17278         * g++.dg/other/init2.C: New test.
17279
17280 2001-12-24  Richard Henderson  <rth@redhat.com>
17281
17282         * gcc.dg/20011223-1.c: New.
17283         * gcc.dg/inline-1.c: New.
17284
17285 2001-12-23  Richard Henderson  <rth@redhat.com>
17286
17287         * gcc.dg/asm-4.c: Test operand modifiers.
17288
17289 2001-12-23  Richard Henderson  <rth@redhat.com>
17290
17291         * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
17292
17293 2001-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
17294
17295         * gcc.c-torture/execute/20011223-1.c: New test.
17296
17297 2001-12-21  Richard Henderson  <rth@redhat.com>
17298
17299         * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
17300         re-enables the warning.
17301
17302 2001-12-21  Richard Henderson  <rth@redhat.com>
17303
17304         * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
17305
17306 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
17307
17308         * gcc.c-torture/compile/20011218-1.c: New test.
17309
17310 2001-12-20  Nick Clifton  <nickc@cambridge.redhat.com>
17311
17312         * gcc.misc-test/arm-isr.exp: New file.  Control running of the
17313         arm-isr.c test.
17314         * gcc.misc-tests/arm-isr.c: New file.  Test prologue and
17315         epilogue generation for ARM ISR routines.
17316
17317 2001-12-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17318
17319         * gcc.dg/format/builtin-1.c: Test unlocked stdio.
17320         * gcc.dg/format/c90-printf-3.c: Likewise.
17321         * gcc.dg/format/c99-printf-3.c: Likewise.
17322         * gcc.dg/format/ext-1.c: Likewise.
17323         * gcc.dg/format/ext-6.c: Likewise.
17324         * gcc.dg/format/format.h: Prototype unlocked stdio.
17325
17326 2001-12-20  Richard Henderson  <rth@redhat.com>
17327
17328         * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
17329         (arena): Use it.
17330         (malloc): Correct allocation logic.  Abort if we fill up the
17331         arena before initialization complete.
17332         (realloc): Correct allocation logic.
17333
17334 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
17335
17336         * gcc.c-torture/compile/20011219-2.c: New test.
17337
17338         * gcc.c-torture/execute/20011219-1.c: New test.
17339
17340 2001-12-19  David Billinghurst <David.Billinghurst@riotinto.com>
17341
17342         * gcc.dg/special/ecos.exp:  wkali-1.c unsupported if
17343         target does not support weak symbols.
17344
17345 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
17346
17347         * gcc.c-torture/compile/20011219-1.c: New test.
17348
17349 2001-12-19  Nathan Sidwell  <nathan@codesourcery.com>
17350
17351         * g++.dg/other/error1.C: New test.
17352
17353 2001-12-17  Jeffrey A Law  (law@redhat.com)
17354
17355         * gcc.c-torture/execute/20011217-1.c: New test.
17356
17357 2001-12-17  Nicola Pero  <nicola@brainstorm.co.uk>
17358
17359         * objc.dg/special/: New directory.
17360         * objc.dg/special/special.exp: New file.
17361         * objc.dg/special/unclaimed-category-1.h: New file.
17362         * objc.dg/special/unclaimed-category-1a.m: New file.
17363         * objc.dg/special/unclaimed-category-1.m: New file.
17364
17365 2001-12-17  Andreas Jaeger  <aj@suse.de>
17366
17367         * gcc.c-torture/compile/20011217-2.c: New test.
17368
17369 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
17370
17371         * gcc.c-torture/compile/20011217-1.c: New test.
17372
17373 2001-12-14  Aldy Hernandez  <aldyh@redhat.com>
17374
17375         * testsuite/gcc.dg/20011214-1.c: New.
17376
17377 2001-12-13  Aldy Hernandez  <aldyh@redhat.com>
17378
17379         * gcc.dg/altivec-4.c: New.
17380
17381 2001-12-13  Hans-Peter Nilsson  <hp@axis.com>
17382
17383         * gcc.dg/20011113-1.c: New test.
17384
17385 2001-12-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
17386
17387         * g++.old-deja/g++.jason/template31.C: Remove templates for classes
17388         std::__malloc_alloc_template<0> and
17389         std::__default_alloc_template<false, 0>.
17390
17391 2001-12-13  Nicola Pero  <n.pero@mi.flashnet.it>
17392
17393         * objc/execute/bf-21.m: New test.
17394         * objc/execute/enumeration-1.m: New test.
17395         * objc/execute/enumeration-2.m: New test.
17396
17397 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
17398
17399         * gcc.dg/gnu89-init-1.c: New test.
17400
17401 2001-12-12  Nathan Sidwell  <nathan@codesourcery.com>
17402
17403         * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
17404         * g++.old-deja/g++.jason/2371.C: Likewise.
17405         * g++.old-deja/g++.jason/template33.C: Likewise.
17406         * g++.old-deja/g++.jason/template34.C: Likewise.
17407         * g++.old-deja/g++.jason/template36.C: Likewise.
17408         * g++.old-deja/g++.oliva/typename1.C: Likewise.
17409         * g++.old-deja/g++.oliva/typename2.C: Likewise.
17410         * g++.old-deja/g++.other/typename1.C: Likewise.
17411         * g++.old-deja/g++.pt/inherit2.C: Likewise.
17412         * g++.old-deja/g++.pt/nontype5.C: Likewise.
17413         * g++.old-deja/g++.pt/typename11.C: Likewise.
17414         * g++.old-deja/g++.pt/typename14.C: Likewise.
17415         * g++.old-deja/g++.pt/typename16.C: Likewise.
17416         * g++.old-deja/g++.pt/typename3.C: Likewise.
17417         * g++.old-deja/g++.pt/typename4.C: Likewise.
17418         * g++.old-deja/g++.pt/typename5.C: Likewise.
17419         * g++.old-deja/g++.pt/typename7.C: Likewise.
17420         * g++.old-deja/g++.robertl/eb9.C: Likewise.
17421
17422 2001-12-11  Nathan Sidwell  <nathan@codesourcery.com>
17423
17424         * g++.dg/other/linkage1.C: New test.
17425         * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
17426         specifiers.
17427
17428 2001-12-11  Neil Booth  <neil@daikokuya.demon.co.uk>
17429
17430         * gcc.dg/concat.c: New test.
17431
17432 2001-12-11  Stan Shebs  <shebs@apple.com>
17433
17434         * objc/compile: New test directory.
17435         * objc/compile/compile.exp: New expect script.
17436         * objc/compile/20011211-1.m: New compile test.
17437
17438 2001-12-11  Jason Merrill  <jason@redhat.com>
17439
17440         * lib/prune.exp (prune_gcc_output): Also handle "In member
17441         function".  So many permutations...
17442
17443 2001-12-10  Nathan Sidwell  <nathan@codesourcery.com>
17444
17445         * g++.dg/template/typedef1.C: New test.
17446
17447 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
17448
17449         * g++.dg/other/copy1.C: New test.
17450
17451 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
17452
17453         * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
17454
17455         * gcc.dg/builtin-choose-expr.c: New.
17456
17457 2001-12-07  Aldy Hernandez  <aldyh@redhat.com>
17458
17459         * gcc.dg/altivec-2.c: New.
17460
17461 2001-12-07  Richard Henderson  <rth@redhat.com>
17462
17463         * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
17464
17465 2001-12-07  Stephane Carrez  <Stephane.Carrez@sun.com>
17466
17467         * gcc.dg/sparc-ret.c: New file, test return corruption bug for
17468         ultrasparc.
17469
17470 2001-12-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
17471
17472         * g++-old.deja/g++.robertl/eb101.C: Deleted.
17473
17474 2001-12-06  Janis Johnson  <janis187@us.ibm.com>
17475
17476         * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
17477         variable argument list.
17478
17479 2001-12-06  Zack Weinberg  <zack@codesourcery.com>
17480
17481         * gcc.c-torture/execute/memcheck: Delete entire directory.
17482         (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
17483         t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
17484
17485 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
17486
17487         * gcc.dg/Wshadow-1.c: New test.
17488
17489 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
17490
17491         * gcc.c-torture/compile/20011130-1.c: New test.
17492
17493         * gcc.dg/noncompile/20011025-1.c: New test.
17494
17495         * g++.dg/other/anon-union.C: New test.
17496
17497         * gcc.c-torture/execute/20011024-1.c: New test.
17498
17499 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
17500
17501         * gcc.c-torture/execute/20000722-1.x,
17502         gcc.c-torture/execute/20010123-1.x: Remove.
17503         * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
17504         * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
17505         gcc.dg/c99-complit-2.c: New tests.
17506
17507 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
17508
17509         * g++.dg/inherit/base1.C: New test.
17510
17511 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
17512
17513         * g++.dg/other/stdarg1.C: New test.
17514
17515         * gcc.c-torture/compile/20011130-2.c: New test.
17516
17517 2001-12-03  Janis Johnson  <janis187@us.ibm.com>
17518
17519         * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
17520         * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
17521         * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
17522         * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
17523         * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
17524         * gcc.dg/builtin-prefetch-1.c: New test.
17525
17526 2001-12-03  Jakub Jelinek  <jakub@redhat.com>
17527
17528         * gcc.dg/20011130-1.c: New test.
17529
17530 2001-12-03  Nathan Sidwell  <nathan@codesourcery.com>
17531
17532         * g++.dg/other/scope1.C: New test.
17533         * g++.dg/template/explicit-instantiation.C: Remove XFAIL
17534
17535 2001-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
17536
17537         * gcc.dg/vla-init-1.c: New test.
17538
17539 2001-12-01  Geoff Keating  <geoffk@redhat.com>
17540
17541         * gcc.c-torture/compile/structs.c: New testcase from GDB.
17542
17543 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
17544
17545         * objc.dg/alias.m: Update.
17546         * objc.dg/class-1.m: Update.
17547         * objc.dg/const-str-1.m: Update.
17548         * objc.dg/fwd-proto-1.m: Update.
17549         * objc.dg/id-1.m: Update.
17550         * objc.dg/super-class-1.m: Update.
17551
17552 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
17553
17554         * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
17555         constructs.
17556
17557 2001-11-28  Jeffrey A Law  (law@cygnus.com)
17558
17559         * gcc.c-torture/execute/20011128-1.c: New test.
17560
17561 2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
17562
17563         * gcc.dg/20011127-1.c: New test.
17564
17565 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
17566
17567         * gcc.dg/format/strfmon-1.c: Update comments.  Adjust examples
17568         from Austin Group draft 7.
17569         * gcc.dg/format/xopen-1.c: Update comments.  Add tests for gaps in
17570         scanf format arguments.
17571         * gcc.dg/format/no-exargs-2.c: New test.
17572
17573 2001-11-25  Nathan Sidwell  <nathan@codesourcery.com>
17574
17575         * g++.dg/abi/vbase8-4.C: New test.
17576
17577 2001-11-24  Ian Lance Taylor  <ian@airs.com>
17578
17579         * gcc.c-torture/execute/20011121-1.c: New test.
17580
17581 2001-11-23  Jeffrey A Law  (law@cygnus.com)
17582
17583         * gcc.c-torture/execute/ieee/20011123-1.c: New test.
17584
17585 2001-11-23  Andreas Jaeger  <aj@suse.de>
17586
17587         * gcc.dg/cpp/charconst-2.c: New test.
17588
17589 2001-11-22  Geoffrey Keating  <geoffk@redhat.com>
17590
17591         * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
17592         to the host if it is remote.  Let tests specify extra headers
17593         they use.
17594         * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
17595         * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
17596         * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
17597         * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
17598         * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
17599         * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
17600         * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
17601         * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
17602         * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
17603         * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
17604
17605 2001-11-22  Nick Clifton  <nickc@cambridge.redhat.com>
17606
17607         * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
17608         for little endian ARMs.
17609
17610 2001-11-20  Jakub Jelinek  <jakub@redhat.com>
17611
17612         * gcc.c-torture/compile/20011119-1.c: New test.
17613         * gcc.c-torture/compile/20011119-2.c: New test.
17614
17615 2001-11-17  Aldy Hernandez  <aldyh@redhat.com>
17616
17617         * gcc.dg/altivec-1.c: Fix typo.
17618
17619 2001-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
17620
17621         * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
17622
17623 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
17624
17625         * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
17626
17627 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
17628
17629         * lib/g77.exp: Don't specify --rpath-link.
17630
17631         * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
17632         across all the headers.
17633         * gcc.dg/format/format.exp: For testing on a remote host,
17634         copy format.h.
17635
17636         * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
17637         * gcc.c-torture/execute/930406-1.c: Likewise.
17638         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
17639
17640 2001-11-19  Aldy Hernandez  <aldyh@redhat.com>
17641
17642         * gcc.dg/altivec-1.c: New.
17643
17644 2001-11-19  Neil Booth  <neil@daikokuya.demon.co.uk>
17645
17646         * gcc.dg/cpp/fpreprocessed.c: New test case.
17647
17648 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
17649
17650         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
17651         gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
17652         * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
17653
17654 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
17655
17656         * gcc.dg/no-builtin-1.c: New test.
17657
17658 2001-11-16  Jakub Jelinek  <jakub@redhat.com>
17659
17660         * gcc.c-torture/execute/20011115-1.c: New test.
17661
17662 2001-11-15  Jakub Jelinek  <jakub@redhat.com>
17663
17664         * gcc.c-torture/compile/20011114-2.c: New test.
17665         * gcc.c-torture/compile/20011114-3.c: New test.
17666         * gcc.c-torture/compile/20011114-4.c: New test.
17667
17668 2001-11-15  Nathan Sidwell  <nathan@codesourcery.com>
17669
17670         * g++.dg/other/init1.C: New test.
17671
17672 2001-11-14  Geoffrey Keating  <geoffk@redhat.com>
17673
17674         * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
17675         message.
17676
17677         * gcc.c-torture/execute/20011114-1.c: New testcase.
17678
17679         * gcc.c-torture/compile/20010327-1.c: Revert last change.
17680         * gcc.c-torture/compile/20011114-1.c: New test, exactly
17681         like the (before this change) version of 20010327-1.c.
17682
17683 2001-11-14  Roger Sayle <roger@eyesopen.com>
17684
17685         * gcc.c-torture/execute/string-opt-13.c: New testcase.
17686
17687 2001-11-14  Richard Sandiford  <rsandifo@redhat.com>
17688
17689         * g++.dg/init/array2.C: New test.
17690
17691 2001-11-14  Alexandre Oliva  <aoliva@redhat.com>
17692
17693         * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
17694
17695 2001-11-13  Nathan Sidwell  <nathan@codesourcery.com>
17696
17697         * g++.dg/other/forscope1.C: New test.
17698         * g++.dg/ext/forscope1.C: New test.
17699         * g++.dg/ext/forscope2.C: New test.
17700
17701 2001-11-13  Jakub Jelinek  <jakub@redhat.com>
17702
17703         * gcc.c-torture/execute/20011113-1.c: New test.
17704
17705 2001-11-09  Geoffrey Keating  <geoffk@redhat.com>
17706
17707         * gcc.c-torture/execute/20011109-2.c: New test.
17708
17709         * gcc.c-torture/execute/20011109-1.c: New test.
17710
17711 2001-11-09  Jakub Jelinek  <jakub@redhat.com>
17712
17713         * gcc.c-torture/compile/20011109-1.c: New test.
17714
17715 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
17716
17717         * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
17718         * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
17719         * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
17720         * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
17721         * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
17722         * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
17723         * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
17724
17725 2001-11-08  Neil Booth  <neil@daikokuya.demon.co.uk>
17726
17727         * g++.dg/warn/Wshadow-1.C: New tests.
17728         * g++.old-deja/g++.mike/for3.C: Update.
17729
17730 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
17731
17732         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
17733         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
17734         XFAILs.  Adjust expected error texts.
17735         * gcc.c-torture/compile/20011106-1.c,
17736         gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
17737         gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
17738         gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
17739         gcc.dg/c99-array-lval-5.c: New tests.
17740
17741 2001-11-05  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
17742
17743         * gcc.dg/cpp/defined.c: Update.
17744
17745 2001-11-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
17746
17747         * gcc.c-torture/execute/anon-1.c: New test.
17748
17749 2001-11-03  Geoffrey Keating  <geoffk@redhat.com>
17750
17751         * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
17752         same size, so no warning should be produced on stormy16.
17753
17754         * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
17755         due to oversized array.
17756         * g++.old-deja/g++.mike/ns15.C: Likewise.
17757         * g++.old-deja/g++.pt/crash16.C: Likewise.
17758
17759 2001-11-02  Graham Stott  <grahams@redhat.com>
17760
17761         * g++.dgother/debug1.C: Fix typos.
17762
17763 2001-11-01  Jakub Jelinek  <jakub@redhat.com>
17764
17765         * g++.dg/other/debug1.C: New test.
17766
17767 2001-11-01  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
17768
17769         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
17770         of unsigned long.
17771
17772 2001-10-30  Jakub Jelinek  <jakub@redhat.com>
17773
17774         * gcc.dg/20011029-2.c: New test.
17775
17776         * gcc.c-torture/compile/20011029-1.c: New test.
17777
17778 2001-10-29  Nicola Pero  <n.pero@mi.flashnet.it>
17779
17780         * objc/execute/class_self-1.m: New test.
17781         * objc/execute/class_self-2.m: New test.
17782
17783 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
17784
17785         * gcc.misc-tests/msgs.exp: Delete.
17786         * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
17787         * gcc.misc-tests/m-un-2.c: Move to gcc.dg.  Update expected
17788         error set to match recent changes.
17789
17790 2001-10-24  Zack Weinberg  <zack@codesourcery.com>
17791
17792         * gcc.dg/20011021-1.c: New test.
17793
17794 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
17795
17796         * gcc.c-torture/compile/20011023-1.c: New test.
17797
17798 2001-10-23  Geoffrey Keating  <geoffk@redhat.com>
17799
17800         * lib/g77.exp: Rewrite based on lib/g++.exp.
17801
17802 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
17803
17804         * gcc.c-torture/execute/20011019-1.c: New test.
17805
17806         * gcc.dg/20011018-1.c: New test.
17807
17808 2001-10-19  NIIBE Yutaka  <gniibe@m17n.org>
17809
17810         * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
17811
17812 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
17813
17814         * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
17815         * gcc.dg/attr-invalid.c: Likewise.
17816
17817 2001-10-18  Jakub Jelinek  <jakub@redhat.com>
17818
17819         * testsuite/gcc.dg/20011015-1.c: New test.
17820
17821 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
17822
17823         * g++.dg/template/unify2.C: New test.
17824
17825 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
17826
17827         * g++.dg/other/exception-specification.C: New test
17828
17829 2001-10-13  Tom Rix  <trix@redhat.com>
17830
17831         * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
17832         * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
17833
17834 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
17835
17836         * testsuite/gcc.dg/20011009-1.c: New test.
17837
17838 2001-10-12  Nathan Sidwell  <nathan@codesourcery.com>
17839
17840         PR g++/4476
17841         * g++.dg/other/friend1.C: New test.
17842
17843 2001-10-11  Richard Henderson  <rth@redhat.com>
17844
17845         * g++.old-deja/g++.other/crash18.C: Add -S to options.
17846
17847 2001-10-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17848
17849         * gcc.c-torture/compile/20011010-1.c: New.
17850
17851 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
17852
17853         * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
17854         g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
17855         g77.f-torture/execute/execute.exp,
17856         g77.f-torture/noncompile/noncompile.exp,
17857         gcc.c-torture/compile/compile.exp,
17858         gcc.c-torture/execute/execute.exp,
17859         gcc.c-torture/execute/ieee/ieee.exp,
17860         gcc.c-torture/execute/memcheck/memcheck.exp,
17861         gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
17862         objc/execute/execute.exp: Update FSF address.
17863
17864 2001-10-09  Neil Booth  <neil@daikokuya.demon.co.uk>
17865
17866         * gcc.dg/cpp/cmdlne-C.c: Update.
17867         * gcc.dg/cpp/cmdlne-C2.c: New.
17868
17869 2001-10-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17870
17871         * gcc.c-torture/execute/20011008-3.c: New.
17872
17873 2001-10-08  DJ Delorie  <dj@redhat.com>
17874
17875         * gcc.dg/20011008-1.c: New.
17876         * gcc.dg/20011008-2.c: New.
17877
17878 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
17879
17880         * gcc.dg/cpp/spacing1.c: Update test.
17881
17882 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
17883
17884         * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
17885         spelling errors of "separate" as "seperate".
17886
17887 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
17888
17889         * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
17890         enough to avoid inlining.
17891
17892 2001-10-04  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
17893
17894         * lib/g77.exp: set libg2c_dir correctly.
17895
17896 2001-10-02  Neil Booth  <neil@daikokuya.demon.co.uk>
17897
17898         * gcc.dg/cpp/macro11.c: New test.
17899
17900 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
17901
17902         * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
17903         gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
17904         gcc.dg/format/multattr-3.c: New tests.
17905         * gcc.dg/format/attr-3.c: Update expected error texts.  Remove
17906         tests for format attributes on function pointers being rejected.
17907
17908 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
17909
17910         * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
17911
17912 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
17913
17914         * g++.dg/warn/format1.C: New test.
17915
17916 2001-10-01  Neil Booth  <neil@daikokuya.demon.co.uk>
17917
17918         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
17919
17920 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
17921
17922         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
17923
17924 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
17925
17926         * gcc.dg/cpp/redef2.c: Add test.
17927
17928 2001-09-27  Geoffrey Keating  <geoffk@redhat.com>
17929
17930         * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
17931         long-standing bug on i686, apparently.
17932         * gcc.c-torture/execute/loop-2c.x: New file.
17933         * gcc.c-torture/execute/loop-2d.x: New file.
17934         * gcc.c-torture/execute/loop-3c.x: New file.
17935
17936 2001-09-25  Neil Booth  <neil@daikokuya.demon.co.uk>
17937
17938         * gcc.dg/cpp/20000625-2.c: Correct line number.
17939
17940 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
17941
17942         * gcc.dg/cpp/macro10.c: New test.
17943         * gcc.dg/cpp/strify3.c: New test.
17944         * gcc.dg/cpp/spacing1.c: Add tests.
17945         * gcc.dg/cpp/19990703-1.c: Remove bogus test.
17946         * gcc.dg/cpp/20000625-2.c: Fudge to pass.
17947
17948 2001-09-24  DJ Delorie  <dj@redhat.com>
17949
17950         * gcc.c-torture/execute/20010924-1.c: New test.
17951
17952 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
17953
17954         * testsuite/objc/execute/paste.m: Remove.
17955
17956 2001-09-22  Joseph S. Myers  <jsm28@cam.ac.uk>
17957
17958         * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
17959
17960 2001-09-22  George Helffrich  <george@geo.titech.ac.jp>
17961
17962         * g77.dg/strlen0.f: New test.
17963
17964 2001-09-21  Richard Henderson  <rth@redhat.com>
17965
17966         * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
17967         * g++.old-deja/g++.abi/vtable2.C: Likewise.
17968
17969 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
17970
17971         Table-driven attributes.
17972         * g++.dg/ext/attrib1.C: New test.
17973
17974 2001-09-20  DJ Delorie  <dj@redhat.com>
17975
17976         * gcc.dg/20000926-1.c: Update expected warning messages.
17977         * gcc.dg/array-2.c: Likewise, and test for warnings too.
17978         * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
17979         array.
17980
17981 2001-09-18  Richard Sandiford  <rsandifo@redhat.com>
17982
17983         * g++.dg/eh/registers1.C: New test case.
17984
17985 2001-09-17  Richard Henderson  <rth@redhat.com>
17986
17987         * gcc.dg/array-5.c: Fix VLA decomposition test.
17988
17989 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
17990
17991         * gcc.dg/cpp/line5.c: New testcase.
17992
17993 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
17994
17995         * gcc.dg/cpp/macro9.c: New test.
17996
17997 2001-09-15  Aldy Hernandez  <aldyh@redhat.com>
17998
17999         * gcc.c-torture/execute/980223.c: Change type of addr from long
18000         to char *.
18001
18002 2001-09-15  Hans-Peter Nilsson  <hp@axis.com>
18003
18004         * gcc.c-torture/execute/20010915-1.c: New test.
18005
18006 2001-09-14  Janis Johnson  <janis187@us.ibm.com>
18007
18008         * g77.dg/bprob: New directory.
18009         * g77.dg/bprob/bprob.exp: New file.
18010         * g77.dg/bprob/bprob-1.f: New test.
18011         * g77.dg/gcov: New directory.
18012         * g77.dg/gcov/gcov.exp: New file.
18013         * g77.dg/gcov/gcov-1.f: New test.
18014         * g77.dg/gcov/gcov-1.x: New file.
18015
18016 2001-09-13  Neil Booth  <neil@daikokuya.demon.co.uk>
18017
18018         * gcc.dg/cpp/directiv.c: Update.
18019         * gcc.dg/cpp/undef1.c: Update.
18020
18021 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
18022
18023         * gcc.dg/20010912-1.c: New test.
18024
18025 2001-09-11  Janis Johnson  <janis187@us.ibm.com>
18026
18027         * gcc.misc-tests/gcov.exp: Move almost everything to a new,
18028         language-independent file in lib.
18029         * lib/gcov.exp: New file.
18030
18031 2001-09-11  Joseph S. Myers  <jsm28@cam.ac.uk>
18032
18033         * gcc.c-torture/compile/20010911-1.c: New test.
18034
18035 2001-09-10  Janis Johnson  <janis187@us.ibm.com>
18036
18037         * lib/profopt.exp: New, to support profile-directed optimizations.
18038         * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
18039         * gcc.misc-tests/bprob-1.c: New test.
18040         * gcc.misc-tests/bprob-2.c: New test.
18041
18042 2001-09-07  Janis Johnson  <janis187@us.ibm.com>
18043
18044         * gcc.misc-tests/gcov.exp: Add support for a .x file to control
18045         XFAIL and which kinds of gcov output to verify.
18046         * gcc.misc-tests/gcov-4b.x: New file.
18047         * gcc.misc-tests/gcov-5b.x: New file.
18048         * gcc.misc-tests/gcov-6.x: New file.
18049         * gcc.misc-tests/gcov-7.c: New test.
18050         * gcc.misc-tests/gcov-7.x: New file.
18051
18052 2001-09-06  Janis Johnson  <janis187@us.ibm.com>
18053
18054         * gcc.misc-tests/gcov.exp: Add support for call return percentages.
18055         * gcc.misc-tests/gcov-6.c: New test.
18056
18057 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
18058
18059         PR c++/3986
18060         * g++.dg/abi/vbase1.C: New test.
18061
18062 2001-09-05  Ziemowit Laski  <zlaski@apple.com>
18063
18064         * objc.dg/method-2.m: New.
18065
18066 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
18067
18068         PR c++/4203
18069         * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
18070         * g++.dg/init/empty1.C: New test.
18071
18072 2001-09-03  Jakub Jelinek  <jakub@redhat.com>
18073
18074         * gcc.c-torture/compile/20010903-1.c: New test.
18075
18076 2001-08-31  Roman Zippel  <zippel@linux-m68k.org>
18077
18078         * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
18079         for m68k.
18080
18081 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
18082
18083         * g++.dg/abi/empty4.C: Allow for 16-bit ints.
18084
18085         * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
18086
18087         * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
18088
18089 2001-08-30  Geoffrey Keating  <geoffk@redhat.com>
18090
18091         * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
18092         for 16-bit 'unsigned int'.
18093
18094 2001-08-29  Kazu Hirata  <kazu@hxi.com>
18095
18096         * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
18097
18098 2001-08-27  Richard Henderson  <rth@redhat.com>
18099
18100         * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
18101         * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
18102
18103 2001-08-25  Aldy Hernandez  <aldyh@redhat.com>
18104
18105         * gcc.dg/asm-names.c (ymain): New.
18106
18107 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
18108
18109         * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
18110         * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
18111         * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
18112
18113 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18114
18115         * gcc.dg/compare5.c: New testcase.
18116
18117 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
18118
18119         * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
18120         and "In instantiation".
18121
18122 2001-08-21  Aldy Hernandez  <aldyh@redhat.com>
18123
18124         * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
18125
18126 2001-08-20  Janis Johnson  <janis187@us.ibm.com>
18127
18128         * gcc.misc-tests/gcov.exp: Add support for branch information.
18129         * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
18130         * gcc.misc-tests/gcov-4.c: New test.
18131         * gcc.misc-tests/gcov-4b.c: New test.
18132         * gcc.misc-tests/gcov-5b.c: New test.
18133
18134 2001-08-20  Zack Weinberg  <zackw@panix.com>
18135
18136         * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
18137         expected to fail.
18138
18139 2001-08-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
18140
18141         * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
18142
18143 2001-08-19  Jakub Jelinek  <jakub@redhat.com>
18144
18145         * g++.dg/eh/template1.C: New test.
18146
18147 2001-08-16  David Billinghurst  <David.Billinghurst@riotinto.com>
18148
18149         * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
18150         Fix thinko.
18151         * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
18152         for xfail.
18153
18154 2001-08-14  David Billinghurst  <David.Billinghurst@riotinto.com>
18155
18156         * lib/g77-dg.exp:  Use prune.exp for common procedures
18157         (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
18158         * lib/g77.exp: (g77-dg-prune) Remove
18159
18160 2001-08-13  Jason Merrill  <jason_merrill@redhat.com>
18161
18162         * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
18163
18164 2001-08-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
18165
18166         * g++.dg/template/unify1.C: New test.
18167
18168 2001-08-07  Nathan Sidwell  <nathan@codesourcery.com>
18169
18170         * g++.dg/abi/empty4.C: New test.
18171
18172 2001-08-06  David Billinghurst  <David.Billinghurst@riotinto.com>
18173
18174         * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
18175         solaris2.*
18176         * g77.f-torture/compile/pr3743.x: Likewise
18177
18178 2001-08-05  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
18179
18180         * g++.dg/other/using-declaration.C: New test.
18181
18182 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
18183
18184         * gcc.dg/cpp/tr-sign.c: New testcase.
18185
18186 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
18187
18188         * gcc.dg/cpp/19951025-1.c: Revert.
18189         * gcc.dg/cpp/directiv.c: We no longer process directives that
18190         interrupt macro arguments.
18191
18192 2001-08-03  Zack Weinberg  <zackw@stanford.edu>
18193
18194         * gcc.dg/bconstp-1.c: New test.
18195
18196 2001-08-03  Richard Henderson  <rth@redhat.com>
18197
18198         * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
18199
18200 2001-08-02  Neil Booth  <neil@daikokuya.demon.co.uk>
18201
18202         * gcc.dg/cpp/19951025-1.c: Update.
18203
18204 2001-08-02  Jeffrey Oldham  <oldham@codesourcery.com>
18205
18206         * g77.dg/ff90-1.f (s): Fix reference of variable z,
18207         should be x.
18208
18209 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
18210
18211         Kill -fhonor-std.
18212         * g++.old-deja/g++.ns/ns14.C: Remove special options.
18213         * g++.old-deja/g++.other/std1.C: Likewise.
18214         * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
18215
18216 2001-08-01  David Billinghurst <David.Billinghurst@riotinto.com>
18217
18218         * lib/g77.exp:  Load gcc-defs.exp for common procedures
18219         (g77_pass, g77_fail, g77_finish, g77_exit,
18220         ${tool}_check_unsupported_p} Now redundant.  Deleted.
18221
18222 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
18223
18224         * g77.dg/fbackslash.f
18225         * g77.dg/fcase-preserve.f
18226         * g77.dg/ff90-1.f
18227         * g77.dg/ffixed-line-length-0.f
18228         * g77.dg/ffixed-line-length-132.f
18229         * g77.dg/ffixed-line-length-7.f
18230         * g77.dg/ffixed-line-length-72.f
18231         * g77.dg/ffixed-line-length-none.f
18232         * g77.dg/ffree-form-1.f
18233         * g77.dg/fno-backslash.f
18234         * g77.dg/fno-f90-1.f
18235         * g77.dg/fno-fixed-form-1.f
18236         * g77.dg/fno-onetrip.f
18237         * g77.dg/fno-typeless-boz.f
18238         * g77.dg/fno-underscoring.f
18239         * g77.dg/fno-vxt-1.f
18240         * g77.dg/fonetrip.f
18241         * g77.dg/ftypeless-boz.f
18242         * g77.dg/fugly-assumed.f
18243         * g77.dg/funderscoring.f
18244         * g77.dg/fvxt-1.f
18245
18246 2001-08-01  Ziemowit Laski  <zlaski@apple.com>
18247
18248         * objc.dg/fwd-proto-1.m: New.
18249         * objc.dg/local-decl-1.m: New.
18250         * objc.dg/naming-1.m: New.
18251         * objc.dg/naming-2.m: New.
18252         * objc.dg/proto-hier-1.m: New.
18253
18254 2001-07-31  Hans-Peter Nilsson  <hp@bitrange.com>
18255
18256         * gcc.dg/c99-scope-2.c: Don't generally assume adding more
18257         largest-type elements to a struct makes its size grow.
18258
18259 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
18260
18261         * g++.dg/abi/vthunk1.C: New test.
18262
18263 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
18264
18265         * g++.dg/abi/vbase8-22.C: New test.
18266
18267 2001-07-31  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
18268
18269         * gcc.dg/cpp/macro8.c: New test.
18270
18271 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
18272
18273         * g++.dg/abi/vbase8-21.C: New test.
18274
18275 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
18276
18277         * g++.dg/abi/vbase8-10.C: New test.
18278
18279 2001-07-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18280
18281         * lib/g++.exp (g++_set_ld_library_path): Renamed to
18282         ${tool}_set_ld_library_path.
18283         Changed caller.
18284         * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
18285         g++.exp.
18286
18287 2001-07-26  Stan Cox <scox@redhat.com>
18288
18289         * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
18290         * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
18291         gcc_exit, gcc_check_unsupported_p):
18292         Moved to gcc-deps.exp
18293         * gcc-deps.exp: New file.
18294
18295 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
18296
18297         * g++.old-deja/g++.pt/defarg14.C: New test.
18298
18299 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
18300
18301         * g++.old-deja/g++.other/lineno5.C: New test.
18302
18303 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
18304
18305         * g++.old-deja/g++.pt/crash68.C: New test.
18306
18307 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
18308
18309         * g++.old-deja/g++.other/crash42.C: New test.
18310
18311 2001-07-26  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
18312
18313         * gcc.dg/cpp/extratokens.c: Fix.
18314         * gcc.dg/cpp/skipping2.c: New tests.
18315
18316 2001-07-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18317
18318         * gcc.c-torture/execute/20010724-1.c: New file.
18319         * gcc.c-torture/execute/20010724-1.x: New file.
18320
18321 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
18322
18323         * g++.old-deja/g++.other/cond7.C: New test.
18324
18325 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
18326
18327         * g++.old-deja/g++.other/optimize4.C: New test.
18328
18329 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
18330
18331         * g++.old-deja/g++.abi/vbase8-5.C: New test.
18332
18333 2001-07-24  Jason Merrill  <jason_merrill@redhat.com>
18334
18335         * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
18336         * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
18337         gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
18338         * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
18339
18340         * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
18341         bug report" message.
18342
18343         * g++.dg/dg.exp: Run tests from subdirectories other than "special".
18344         * g++.dg/ext/instantiate1.C: Move from old-deja.
18345
18346 2001-07-24  David Billinghurst <David.Billinghurst@riotinto.com>
18347
18348         * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
18349         * g77.f-torture/execute/intrinsic-unix-erf.f: New test
18350         * g77.f-torture/execute/intrinsic-vax-cd.f: New test
18351         * g77.f-torture/execute/intrinsic-f2c-z.f: New test
18352
18353 2001-07-23  Jeffrey A Law  (law@cygnus.com)
18354
18355         * gcc.c-torture/execute/20010723-1.c: New test.
18356
18357 2001-07-23  Ben Elliston  <bje@redhat.com>
18358
18359         * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
18360
18361 2001-07-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
18362
18363         * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
18364         i[34567]86-*-*.
18365         Delete handling of ieee_multilib_flags.
18366         Pass -mieee for alpha*-*-* and sh-*-*.
18367         * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
18368
18369 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
18370
18371         Remove old-abi tests.
18372         * g++.old-deja/g++.mike/p11116.C: Remove.
18373         * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
18374
18375 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.org>
18376
18377         * g77.f-torture/compile/pr3743.f:  New test
18378
18379 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.com>
18380
18381         * g77.f-torture/execute/f90-intrinsic-bit.f: New test
18382
18383 2001-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18384
18385         * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
18386         g++.old-deja/g++.pt/static6.C: Likewise.
18387         * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
18388         supports weak symbols.
18389
18390 2001-07-18  Andreas Jaeger  <aj@suse.de>
18391
18392         * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
18393         supported again.
18394
18395 2001-07-18  Andreas Jaeger  <aj@suse.de>
18396
18397         * gcc.dg/iftrap-1.c: Fix target line.
18398
18399 2001-07-17  Richard Henderson  <rth@redhat.com>
18400
18401         * gcc.c-torture/execute/20010717-1.c: New.
18402
18403 2001-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
18404
18405         * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
18406         tests.
18407
18408 2001-07-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
18409
18410         * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
18411
18412 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18413
18414         * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
18415         UAC_SIGBUS, UAC_NOPRINT definitions.
18416
18417 2001-07-16  Nicola Pero  <n.pero@mi.flashnet.it>
18418
18419         * objc/execute/object_is_class.m: New test.
18420         * objc/execute/object_is_meta_class.m: New test.
18421
18422 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
18423
18424         * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
18425         * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
18426
18427 2001-01-15  David Billinghurst  <David.Billinghurst@riotinto.com>
18428
18429         * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
18430         * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
18431
18432 2001-07-14  Richard Henderson  <rth@redhat.com>
18433
18434         * gcc.dg/iftrap-1.c: New.
18435
18436 2001-07-11  David Billinghurst  <David.Billinghurst@riotinto.com>
18437
18438         * g77.f-torture/execute/intrinsic77.f: New test.
18439
18440 2001-07-11  Janis Johnson <janis@us.ibm.com>
18441
18442         * gcc.misc-tests/gcov-3.c: New test.
18443
18444 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
18445
18446         * gcc.c-torture/compile/20010711-1.c,
18447         * gcc.c-torture/compile/20010711-2.c: New tests.
18448
18449 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
18450
18451         * gcc.c-torture/execute/20010711-1.c: New test.
18452
18453 2001-07-11  Ben Elliston  <bje@redhat.com>
18454
18455         * g++.old-deja/g++.other/enum5.C: New test.
18456
18457 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
18458
18459         * lib/g++-dg.exp: Load file-format and target-supports like gcc.
18460         (g++-dg-prune): Call prune_gcc_output.
18461         * prune.exp: New file for prune_gcc_output.
18462         * lib/g++.exp, lib/gcc.exp: Load it.
18463
18464 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
18465
18466         * gcc.c-torture/compile/20010701-1.c,
18467         g++.old-deja/g++.ext/attrib6.C: New tests.
18468
18469 2001-07-06  Jeffrey A Law  (law@cygnus.com)
18470
18471         * gcc.c-torture/compile/20010706-1.c: New test.
18472
18473 2000-09-10  Michael Chamberlain <michael@chamberlain.net.au>
18474
18475         * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
18476
18477 2001-06-28  Stan Shebs  <shebs@apple.com>
18478
18479         * gcc.dg/pragma-darwin.c: New test.
18480
18481 2001-06-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18482
18483         * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
18484         Solaris 2.[678] system.
18485
18486 2001-06-22  Joseph S. Myers  <jsm28@cam.ac.uk>
18487
18488         * gcc.dg/20010622-1.c: New test.
18489
18490 2001-06-18  Stan Shebs  <shebs@apple.com>
18491
18492         * objc.dg: New directory.
18493         * objc.dg/dg.exp: New file.
18494         * objc.dg/alias.m: New.
18495         * objc.dg/class-1.m: New.
18496         * objc.dg/class-2.m: New.
18497         * objc.dg/const-str-1.m: New.
18498         * objc.dg/const-str-2.m: New.
18499         * objc.dg/id-1.m: New.
18500         * objc.dg/method-1.m: New.
18501         * objc.dg/super-class-1.m: New.
18502         * lib/objc-dg.exp: New file.
18503
18504 2001-06-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
18505
18506         * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
18507         of label name.
18508
18509 2001-06-14  Nathan Sidwell  <nathan@codesourcery.com>
18510
18511         * g++.old-deja/g++.abi/vbase8-9.C: New test.
18512
18513 2001-06-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
18514
18515         * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
18516         variable.
18517
18518 2001-06-12  Richard Henderson  <rth@redhat.com>
18519
18520         * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
18521
18522 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
18523
18524         * g++.old-deja/g++.abi/vbase5.C: New test.
18525         * g++.old-deja/g++.abi/vbase6.C: New test.
18526         * g++.old-deja/g++.abi/vbase7.C: New test.
18527
18528 2001-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18529
18530         * gcc.c-torture/compile/20010610-1.c: New test.
18531
18532 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
18533
18534         * g++.old-deja/g++.abi/vbase4.C: New test.
18535
18536 2001-06-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
18537
18538         * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
18539         support %f for HC11/HC12 targets.
18540         * gcc.c-torture/execute/930513-1.x: New file, likewise.
18541         * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
18542         on HC11/HC12 targets.
18543         * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
18544
18545 2001-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18546
18547         * gcc.dg/wchar_t-1.c: New file.
18548         * gcc.dg/wint_t-1.c: Likewise.
18549
18550 2001-06-11  Bernd Schmidt  <bernds@redhat.com>
18551
18552         * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
18553
18554 2001-06-11  Richard Henderson  <rth@redhat.com>
18555
18556         * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
18557
18558 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
18559
18560         * gcc.c-torture/compile/20010611-1.c: New test.
18561
18562 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
18563
18564         * gcc.dg/c99-tag-1.c: Add more tests.
18565
18566 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
18567
18568         * g++.old-deja/g++.abi/ptrmem.C: Take into account different
18569         representation on MN10300 and ARM/Thumb.
18570
18571 2001-06-10  Toon Moene  <toon@moene.indiv.nluug.nl>
18572
18573         * g77.f-torture/execute/20010610.f: New.
18574
18575 2001-06-09  David Billinghurst  <David.Billinghurst@riotinto.com>
18576
18577         * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
18578         names.
18579
18580 2001-06-09  Richard Henderson  <rth@redhat.com>
18581
18582         * gcc.c-torture/execute/ashrdi-1.c: New.
18583         * gcc.c-torture/execute/ashldi-1.c: New.
18584         * gcc.c-torture/execute/lshrdi-1.c: New.
18585
18586 2001-06-09  Ovidiu Predescu  <ovidiu@cup.hp.com>
18587
18588         * objc/execute/load-3.m: Added. Check sending +load to categories,
18589         in addition to classes.
18590
18591 2001-06-08  Stan Shebs  <shebs@apple.com>
18592
18593         * objc/execute/load-2.m: New test.  From Nicola Pero
18594         <n.pero@mi.flashnet.it>.
18595
18596 2001-06-08  Jakub Jelinek  <jakub@redhat.com>
18597
18598         * gcc.c-torture/execute/20010605-2.c: New test.
18599
18600 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
18601
18602         * g++.old-deja/g++.abi/vbase2.C: New test.
18603         * g++.old-deja/g++.abi/vbase3.C: New test.
18604
18605 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
18606
18607         * g++.old-deja/g++.pt/friend49.C: New test.
18608
18609 2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
18610
18611         * g++.old-deja/g++.ext/anon3.C: New test.
18612
18613 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
18614
18615         * g++.old-deja/g++.other/conv7.C: New test.
18616
18617 2001-06-05  Joseph S. Myers  <jsm28@cam.ac.uk>
18618
18619         * gcc.c-torture/compile/20010605-2.c: New test.
18620
18621 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
18622
18623         * gcc.c-torture/execute/20010604-1.c: New test.
18624
18625 2001-06-04  Loren J. Rittle  <ljrittle@acm.org>
18626
18627         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
18628
18629 2001-06-04  Jeffrey Oldham  <oldham@codesourcery.com>
18630
18631         * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
18632         (g++_link_flags): Likewise.
18633         (g++_init): Pass gccpath's value to two previous functions.
18634
18635 2001-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18636
18637         * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
18638         Ensure logfile entry matches exec command line.
18639
18640 2001-05-31  Richard Henderson  <rth@redhat.com>
18641
18642         * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
18643         * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
18644
18645 2001-05-30  David.Billinghurst  <David.Billinghurst@riotinto.com>
18646
18647         * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
18648         compiler for irix6.2
18649
18650 2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
18651
18652         * g++.old-deja/g++.other/optimize3.C: New file.
18653
18654 2001-05-29  Jeffrey Oldham  <oldham@codesourcery.com>
18655
18656         * gcc.c-torture/compile/20010518-2.x: New file to compile, not
18657         assemble.
18658
18659 2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
18660
18661         * g++.old-deja/g++.other/optimize2.C: New file.
18662
18663 2001-05-25  Diego Novillo  <dnovillo@redhat.com>
18664
18665         * gcc.c-torture/compile/20010518-2.c: New file.
18666         * gcc.c-torture/execute/20010518-1.c: New file.
18667         * gcc.c-torture/execute/20010518-2.c: New file.
18668
18669 2001-05-25  Joseph S. Myers  <jsm28@cam.ac.uk>
18670
18671         * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
18672
18673 2001-05-24  Mark Mitchell  <mark@codesourcery.com>
18674
18675         G++ no longer defines builtins that do not begin with __builtin.
18676         * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
18677         * g++.old-deja/g++.brendand/misc13.C: Likewise.
18678         * g++.old-deja/g++.law/builtin1.C: Likewise.
18679         * g++.old-deja/g++.law/cvt2.C: Likewise.
18680         * g++.old-deja/g++.mike/net5.C: Likewise.
18681         * g++.old-deja/g++.other/builtins1.C: Likewise.
18682         * g++.old-deja/g++.other/builtins2.C: Likewise.
18683         * g++.old-deja/g++.other/builtins3.C: Likewise.
18684         * g++.old-deja/g++.other/builtins4.C: Likewise.
18685         * g++.old-deja/g++.other/inline8.C: Likewise.
18686         * g++.old-deja/g++.robertl/eb39.C: Likewise.
18687
18688 2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
18689
18690         * g++.old-deja/g++.pt/using1.C: Adjust.
18691         * g++.old-deja/g++.pt/using2.C: New test.
18692
18693 2001-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
18694
18695         * gcc.dg/cpp/charconst.c: New tests.
18696         * gcc.dg/cpp/escape.c: New tests.
18697         * gcc.dg/cpp/escape-1.c: New tests.
18698         * gcc.dg/cpp/escape-2.c: New tests.
18699         * gcc.dg/cpp/ucs.c: New tests.
18700
18701 2001-05-23  David.Billinghurst <David.Billinghurst@riotinto.com>
18702
18703         * gcc.misc-tests/linkage.exp:  Pass appropriate flags to
18704         native compiler for irix6.5.
18705
18706 Wed May 23 2001  Jeffrey D. Oldham  <oldham@codesourcery.com>
18707
18708         * lib/g++.exp (g++_include_flags): Use args to compute
18709         get_multilibs.
18710         (g++_link_flags): Likewise.
18711         (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
18712
18713 2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
18714
18715         * gcc.dg/c90-hexfloat-1.c: Add more tests.
18716
18717 2001-05-21  Geoff Keating  <geoffk@redhat.com>
18718
18719         * gcc.c-torture/compile/920520-1.x: Merge previous contents into
18720         this file.
18721
18722 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
18723
18724         * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
18725         STACK_SIZE;
18726         * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
18727         to STACK_SIZE; Use it to define size of add_histo array.
18728         * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
18729         to STACK_SIZE.
18730         (f): Use GITT_SIZE to define size of gitt local table.
18731         * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
18732         to STACK_SIZE; Use it to define size of bytemem array.
18733
18734 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
18735
18736         * gcc.c-torture/compile/20000804-1.x: New file, this test fails
18737         on 68HC11/HC12 due to the asm instruction.
18738         * gcc.c-torture/compile/20001205-1.x: New file, ditto.
18739         * gcc.c-torture/compile/920520-1.x: Likewise.
18740         * gcc.c-torture/compile/20001226-1.x: New file, this test fails
18741         on 68HC11/HC12 because the function is larger than 64K.
18742         * gcc.c-torture/compile/961203-1.x: New file, this test fails
18743         on 68HC11/HC12 because the structure is too large.
18744
18745 2001-05-20  Richard Henderson  <rth@redhat.com>
18746
18747         * gcc.c-torture/execute/20010520-1.c: New.
18748
18749 2001-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18750
18751         * g++.old-deja/g++.warn/compare1.C: New test.
18752         * gcc.dg/compare4.c: New test.
18753
18754 2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
18755
18756         * g++.old-deja/g++.other/optimize1.C: New test.
18757
18758 2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
18759
18760         * g++.old-deja/g++.pt/spec41.C: New test.
18761
18762 2001-05-19  Joseph S. Myers  <jsm28@cam.ac.uk>
18763
18764         * gcc.c-torture/compile/20010114-1.x: Remove.
18765
18766 2001-05-18  Stan Shebs  <shebs@apple.com>
18767
18768         * gcc.c-torture/compile/20010518-1.c: New test.
18769
18770 2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
18771
18772         * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
18773         * g++.old-deja/g++.pt/crash67.C: New test.
18774
18775 2001-05-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
18776
18777         * g++.old-deja/g++.other/debug9.C: New test.
18778
18779 2001-05-16  Zack Weinberg  <zackw@stanford.edu>
18780
18781         * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
18782
18783 2001-05-16  Jan Hubicka  <jh@suse.cz>
18784
18785         * gcc.c-torture/compile/20010516-1.c: New test.
18786
18787 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
18788
18789         * g++.old-deja/g++.other/crash41.C: New test.
18790
18791 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
18792
18793         * g++.old-deja/g++.pt/crash66.C: New test.
18794
18795 2001-05-15  Benjamin Kosnik  <bkoz@redhat.com>
18796
18797         * g++.old-deja/g++.robertl/eb27.C: Convert.
18798
18799 2001-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
18800
18801         * g++.dg/friend-warn.C: New test.  Do not warn about friend
18802         declaration being redundant.
18803
18804 2001-05-15  Mark Mitchell (admin)  <mitchell@nunki.dbai.tuwien.ac.at>
18805
18806         * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
18807
18808 2001-05-14  Mark Mitchell  <mark@codesourcery.com>
18809
18810         * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
18811
18812 2001-05-13  Benjamin Kosnik  <bkoz@redhat.com>
18813
18814         * lib/g++.exp: Use testsuite_flags.
18815
18816 2001-05-13  Mark Mitchell  <mark@codesourcery.com>
18817
18818         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
18819
18820 2001-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
18821
18822         * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
18823
18824 2001-05-11  Mark Mitchell  <mark@codesourcery.com>
18825
18826         * lib/objc.exp: Add -lposix4 on Solaris 2.8.
18827
18828 2001-05-10  Joseph S. Myers  <jsm28@cam.ac.uk>
18829
18830         * gcc.c-torture/compile/20010313-1.c: New test.
18831
18832 2001-05-09  Zack Weinberg  <zackw@stanford.edu>
18833
18834         * gcc.dg/cpp/direct2.c: New test.
18835         * gccq.dg/cpp/direct2s.c: New test.
18836
18837         * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
18838
18839 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
18840
18841         * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
18842         * g++.old-deja/g++.other/op3.C: Likewise.
18843
18844 2001-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
18845
18846         * gcc.dg/cpp/syshdr.h: New file.
18847         * gcc.dg/cpp/sysmac1.c: Update.
18848         * gcc.dg/cpp/sysmac2.c: Update.
18849
18850 2001-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
18851
18852         * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
18853
18854 2001-05-04  David Edelsohn  <edelsohn@gnu.org>
18855
18856         * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
18857         gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
18858
18859 2001-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
18860
18861         * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
18862
18863 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
18864
18865         * lib/g++.exp (g++_include_flags): Don't use any special flags
18866         if TESTING_IN_BUILD_TREE is not defined.
18867         (g++_init): Use a plain 'c++' as the compiler if
18868         TESTING_IN_BUILD_TREEE is not defined.
18869
18870 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
18871
18872         * g++.old-deja/g++.eh/catch13.C: New test.
18873         * g++.old-deja/g++.eh/catch14.C: New test.
18874
18875 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
18876
18877         * gcc.dg/cpp/tr-define.c: New test.
18878
18879 2001-05-01  Loren J. Rittle  <ljrittle@acm.org>
18880
18881         * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
18882         <stdlib.h>, not <malloc.h>.
18883
18884 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
18885
18886         * g++.old-deja/g++.ns/template17.C: New test.
18887
18888 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
18889
18890         * g++.old-deja/g++.pt/ref4.C: New test.
18891
18892 2001-04-30  Richard Henderson  <rth@redhat.com>
18893
18894         * gcc.dg/20000724-1.c: Revert last change.
18895
18896 2001-04-30  Toon Moene  <toon@moene.indiv.nluug.nl>
18897
18898         * g77.f-torture/execute/20010430.f: New test.
18899
18900 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
18901
18902         * gcc.dg/20000724-1.c: Add a clobber of `esp'.
18903
18904 2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
18905
18906         * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
18907
18908 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
18909
18910         * g++.old-deja/g++.eh/crash6.C: New test.
18911
18912 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
18913
18914         * g++.old-deja/g++.other/warn7.C: New test.
18915
18916 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
18917
18918         * g++.old-deja/g++.other/defarg9.C: New test.
18919
18920 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
18921
18922         * g77.f-torture/compile/20010426.f: New test.
18923         * g77.f-torture/execute/20010426.f: New test.
18924
18925 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
18926
18927         * g77.f-torture/compile/20000629-1.x: Remove - error
18928         has been fixed.
18929
18930 2001-04-26  Jeffrey A Law  (law@cygnus.com)
18931
18932         * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
18933         Tweak slightly to work with g++.dg framework.
18934         * g++.dg/special/ecos.exp: Run initp1.C test.
18935         * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
18936
18937         * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
18938         its linker doesn't give line numbers either.
18939         * g++.old-deja/g++.ext/instantiate3.C: Similarly.
18940
18941 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
18942
18943         * g++.old-deja/g++.other/lex1.C: New test.
18944
18945 2001-04-26  Jakub Jelinek  <jakub@redhat.com>
18946
18947         * gcc.dg/noncompile/20010425-1.c: New test.
18948
18949 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
18950
18951         * g++.old-deja/g++.pt/mangle2.C: New test.
18952
18953 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
18954
18955         * gcc.dg/format/plus-1.c: New test.
18956
18957 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
18958
18959         * gcc.dg/20010423-1.c: New test.
18960
18961 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
18962
18963         * gcc.c-torture/execute/20010422-1.c: New test.
18964
18965 2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
18966
18967         * g++.old-deja/g++.ns/type2.C: New test.
18968
18969 2001-04-24  Zack Weinberg  <zackw@stanford.edu>
18970
18971         * g++.old-deja/g++.other/perf1.C: New test.
18972
18973 2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
18974
18975         * gcc.dg/c99-func-2.c: Remove xfail.
18976         * gcc.dg/c99-func-3.c: Remove xfail.
18977         * gcc.dg/c99-func-4.c: Remove xfail.
18978
18979 2001-04-23  Zack Weinberg  <zackw@stanford.edu>
18980
18981         * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
18982
18983 2001-04-23  Joseph S. Myers  <jsm28@cam.ac.uk>
18984
18985         * gcc.c-torture/compile/20010423-1.c: New test.
18986
18987 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
18988
18989         * g++.old-deja/g++.pt/typename28.C: New test.
18990
18991 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
18992
18993         * g++.old-deja/g++.abi/empty2.C: New test.
18994         * g++.old-deja/g++.abi/empty3.C: New test.
18995
18996 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
18997
18998         * g++.old-deja/g++.other/comdat2.C: New test.
18999         * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
19000
19001 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
19002
19003         * g++.old-deja/g++.other/overload14.C: New test.
19004
19005 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
19006
19007         * g++.old-deja/g++.other/lookup23.C: New test.
19008
19009 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
19010
19011         * gcc.c-torture/execute/20010403-1.c: New test.
19012
19013 2001-04-19  David Billinghurst <David.Billinghurst@riotinto.com>
19014             Mark Mitchell  <mark@codesourcery.com>
19015
19016         * lib/old-dejagnu.exp: Don't delete output of executable.
19017         Add .exe suffix to executables.
19018
19019 2001-04-18  Toon Moene  <toon@moene.indiv.nluug.nl>
19020
19021         * g77.f-torture/execute/short.x; Remove - Error has been fixed.
19022
19023 2001-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19024
19025         * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
19026
19027 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
19028
19029         * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
19030         * g++.old-deja/g++.abi/crash1.C: New test.
19031
19032 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
19033
19034         * g++.old-deja/g++.other/crash40.C: New test.
19035
19036 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19037
19038         * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
19039
19040 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
19041
19042         * g++.old-deja/g++.other/warn6.C: New test.
19043
19044 22001-04-11  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
19045
19046         * g++.old-deja/g++.robertl/eb42.C: Same.
19047
19048 001-04-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19049
19050         * gcc.dg/wtr-conversion-1.c: New testcase.
19051
19052 2001-04-10  Richard Henderson  <rth@redhat.com>
19053
19054         * g++.old-deja/g++.other/array5.C: New.
19055
19056 2001-04-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
19057
19058         * gcc.c-torture/execute/20010408-1.c: New test.
19059
19060 2001-04-06  Benjamin Kosnik  <bkoz@redhat.com>
19061
19062         * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
19063         headers and constructs.
19064         * g++.old-deja/g++.robertl/eb79.C: Same.
19065         * g++.old-deja/g++.robertl/eb77.C (main): Same.
19066         * g++.old-deja/g++.robertl/eb73.C: Same.
19067         * g++.old-deja/g++.robertl/eb66.C (main): Same.
19068         * g++.old-deja/g++.robertl/eb55.C (t): Same.
19069         * g++.old-deja/g++.robertl/eb54.C (main): Same.
19070         * g++.old-deja/g++.robertl/eb46.C (main): Same.
19071         * g++.old-deja/g++.robertl/eb44.C: Same.
19072         * g++.old-deja/g++.robertl/eb41.C (main): Same.
19073         * g++.old-deja/g++.robertl/eb4.C (main): Same.
19074         * g++.old-deja/g++.robertl/eb39.C: Same.
19075         * g++.old-deja/g++.robertl/eb33.C (main): Same.
19076         * g++.old-deja/g++.robertl/eb31.C (main): Same.
19077         * g++.old-deja/g++.robertl/eb30.C: Same.
19078         * g++.old-deja/g++.robertl/eb3.C: Same.
19079         * g++.old-deja/g++.robertl/eb24.C (T>): Same.
19080         * g++.old-deja/g++.robertl/eb21.C: Same.
19081         * g++.old-deja/g++.robertl/eb15.C: Same.
19082         * g++.old-deja/g++.robertl/eb118.C: Same.
19083         * g++.old-deja/g++.robertl/eb115.C (main): Same.
19084         * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
19085         * g++.old-deja/g++.robertl/eb109.C: Same.
19086         * g++.old-deja/g++.other/sibcall1.C (main): Same.
19087         * g++.old-deja/g++.mike/rtti1.C: Same.
19088         * g++.old-deja/g++.mike/p658.C: Same.
19089         * g++.old-deja/g++.mike/net46.C: Same.
19090         * g++.old-deja/g++.mike/net34.C: Same.
19091         * g++.old-deja/g++.mike/memoize1.C: Same.
19092         * g++.old-deja/g++.mike/eh2.C: Same.
19093         * g++.old-deja/g++.law/weak.C: Same.
19094         * g++.old-deja/g++.law/visibility7.C: Same.
19095         * g++.old-deja/g++.law/visibility25.C: Same.
19096         * g++.old-deja/g++.law/visibility22.C: Same.
19097         * g++.old-deja/g++.law/visibility2.C: Same.
19098         * g++.old-deja/g++.law/visibility17.C: Same.
19099         * g++.old-deja/g++.law/visibility13.C: Same.
19100         * g++.old-deja/g++.law/visibility10.C: Same.
19101         * g++.old-deja/g++.law/visibility1.C: Same.
19102         * g++.old-deja/g++.law/virtual3.C (eval): Same.
19103         * g++.old-deja/g++.law/vbase1.C: Same.
19104         * g++.old-deja/g++.law/operators32.C: Same.
19105         * g++.old-deja/g++.law/nest3.C: Same.
19106         * g++.old-deja/g++.law/missed-error2.C (foo): Same.
19107         * g++.old-deja/g++.law/except5.C (main): Same.
19108         * g++.old-deja/g++.law/cvt7.C (run): Same.
19109         * g++.old-deja/g++.law/cvt2.C: Same.
19110         * g++.old-deja/g++.law/cvt16.C: Same.
19111         * g++.old-deja/g++.law/ctors6.C (bar): Same.
19112         * g++.old-deja/g++.law/ctors17.C (main): Same.
19113         * g++.old-deja/g++.law/ctors13.C: Same.
19114         * g++.old-deja/g++.law/ctors12.C (main): Same.
19115         * g++.old-deja/g++.law/ctors10.C: Same.
19116         * g++.old-deja/g++.law/code-gen5.C: Same.
19117         * g++.old-deja/g++.law/bad-error7.C: Same.
19118         * g++.old-deja/g++.law/arm9.C: Same.
19119         * g++.old-deja/g++.law/arm12.C: Same.
19120         * g++.old-deja/g++.law/arg8.C: Same.
19121         * g++.old-deja/g++.law/arg1.C: Same.
19122         * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
19123         * g++.old-deja/g++.jason/template31.C: Same.
19124         * g++.old-deja/g++.jason/template24.C (main): Same.
19125         * g++.old-deja/g++.jason/2371.C: Same.
19126         * g++.old-deja/g++.eh/new2.C: Same.
19127         * g++.old-deja/g++.eh/new1.C: Same.
19128         * g++.old-deja/g++.brendan/ptolemy2.C: Same.
19129         * g++.old-deja/g++.brendan/nest21.C (main): Same.
19130         * g++.old-deja/g++.brendan/err-msg3.C: Same.
19131         * g++.old-deja/g++.brendan/crash62.C: Same.
19132         * g++.old-deja/g++.brendan/crash52.C: Same.
19133         * g++.old-deja/g++.brendan/crash49.C (main): Same.
19134         * g++.old-deja/g++.brendan/crash38.C: Same.
19135         * g++.old-deja/g++.brendan/crash15.C (main): Same.
19136         * g++.old-deja/g++.brendan/copy9.C: Same.
19137
19138 2001-04-06  J"orn Rennecke <amylaar@redhat.com>
19139
19140         * gcc.c-torture/execute/20001203-2.c (memset):
19141         Count argument is of type __SIZE_TYPE__.
19142
19143 2001-04-04  Diego Novillo  <dnovillo@redhat.com>
19144
19145         * gcc.c-torture/compile/20010404-1.c: New test.
19146
19147 2001-04-04  Jakub Jelinek  <jakub@redhat.com>
19148
19149         * gcc.c-torture/compile/20010326-1.c: New test.
19150
19151 2001-04-03  Alexandre Oliva  <aoliva@redhat.com>
19152
19153         * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
19154         peculiarities of the SH.
19155         * g++.old-deja/g++.ext/instantiate2.C: Likewise.
19156
19157 2001-04-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
19158
19159         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
19160         * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
19161         * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
19162
19163 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
19164
19165         * g77.f-torture/compile/20010321-1.f: New test.
19166
19167 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
19168
19169         * gcc.c-torture/compile/20010329-1.c: New test.
19170
19171 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
19172
19173         * gcc.c-torture/execute/20010329-1.c: New test.
19174
19175 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
19176
19177         * g++.old-deja/g++.other/eh4.C: Fix typo.
19178
19179 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
19180
19181         * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
19182
19183 2001-03-28  Philip Blundell  <philb@gnu.org>
19184
19185         * gcc.c-torture/compile/20010328-1.c: New test.
19186
19187 2001-03-27  Richard Henderson  <rth@redhat.com>
19188
19189         * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
19190         * g++.old-deja/g++.eh/vbase3.C: Likewise.
19191
19192 2001-03-27  Alan Modra  <alan@linuxcare.com.au>
19193
19194         * gcc.c-torture/compile/20010327-1.c: New test.
19195
19196 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
19197
19198         * g++.old-deja/g++.other/friend12.C: New test.
19199         * g++.old-deja/g++.other/friend9.C: Expect no errors.
19200         * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
19201
19202 2001-03-25  Joseph S. Myers  <jsm28@cam.ac.uk>
19203
19204         * gcc.c-torture/execute/20010325-1.c: New test.
19205
19206 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
19207
19208         * g++.old-deja/g++.other/mangle3.C: New test.
19209
19210 2001-03-22  Jakub Jelinek  <jakub@redhat.com>
19211
19212         * g++.old-deja/g++.other/anon8.C: New test.
19213
19214 2001-03-20  Philip Blundell  <philb@gnu.org>
19215
19216         * gcc.c-torture/compile/20010320-1.c: New test.
19217
19218 2001-03-17  Richard Henderson  <rth@redhat.com>
19219
19220         * g++.old-deja/g++.other/eh4.C: Add expected error text.
19221
19222 2001-03-15  Geoff Keating  <geoff@redhat.com>
19223
19224         * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
19225         tests on AIX.
19226
19227 2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
19228
19229         * g++.old-deja/g++.other/eh4.C: New test.
19230
19231 2001-03-14  Neil Booth  <neil@daikokuya.demon.co.uk>
19232
19233         * gcc.dg/cpp/mi1.c: Update.
19234
19235 2001-03-14  Jakub Jelinek  <jakub@redhat.com>
19236
19237         * g++.old-deja/g++.other/regstack.C: New test.
19238
19239 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
19240
19241         * g++.old-deja/g++.other/ref4.C: New test.
19242
19243 2001-03-11  Nicola Pero <n.pero@mi.flashnet.it>
19244
19245         * objc/execute/va_method.m: Added.
19246         * objc/execute/IMP.m: Added.
19247         * objc/execute/_cmd.m: Added.
19248         * objc/execute/accessing_ivars.m: Added.
19249         * objc/execute/class-1.m: Added.
19250         * objc/execute/class-10.m: Added.
19251         * objc/execute/class-11.m: Added.
19252         * objc/execute/class-12.m: Added.
19253         * objc/execute/class-13.m: Added.
19254         * objc/execute/class-14.m: Added.
19255         * objc/execute/class-2.m: Added.
19256         * objc/execute/class-3.m: Added.
19257         * objc/execute/class-4.m: Added.
19258         * objc/execute/class-5.m: Added.
19259         * objc/execute/class-6.m: Added.
19260         * objc/execute/class-7.m: Added.
19261         * objc/execute/class-8.m: Added.
19262         * objc/execute/class-9.m: Added.
19263         * objc/execute/class-tests-1.h
19264         * objc/execute/class-tests-2.h
19265         * objc/execute/compatibility_alias.m: Added.
19266         * objc/execute/encode-1.m: Added.
19267         * objc/execute/formal_protocol-1.m: Added.
19268         * objc/execute/formal_protocol-2.m: Added.
19269         * objc/execute/formal_protocol-3.m: Added.
19270         * objc/execute/formal_protocol-4.m: Added.
19271         * objc/execute/formal_protocol-5.m: Added.
19272         * objc/execute/formal_protocol-6.m: Added.
19273         * objc/execute/formal_protocol-7.m: Added.
19274         * objc/execute/informal_protocol.m: Added.
19275         * objc/execute/initialize.m: Added.
19276         * objc/execute/load.m: Added.
19277         * objc/execute/many_args_method.m: Added.
19278         * objc/execute/nested-3.m: Added.
19279         * objc/execute/no_clash.m: Added.
19280         * objc/execute/private.m: Added.
19281         * objc/execute/redefining_self.m: Added.
19282         * objc/execute/root_methods.m: Added.
19283         * objc/execute/selector-1.m: Added.
19284         * objc/execute/static-1.m: Added.
19285         * objc/execute/static-2.m: Added.
19286         * objc/execute/va_method.m: Added.
19287
19288 2001-03-10  Richard Henderson  <rth@redhat.com>
19289
19290         * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
19291
19292 2001-03-07  Neil Booth  <neil@daikokuya.demon.co.uk>
19293
19294         * g++.old-deja/g++.other/crash31.C: XFAIL.
19295         * g77.f-torture/execute/20010116.x: Conditional XFAIL.
19296         * g77.f-torture/execute/short.x: XFAIL -Os on x86.
19297         * gcc.c-torture/execute/20010123-1.x: XFAIL.
19298         * gcc.c-torture/execute/20010124-1.x: XFAIL.
19299         * gcc.dg/sequence-pt-1.c: XFAIL one test.
19300
19301 2001-03-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
19302
19303         * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
19304
19305 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
19306
19307         * gcc.dg/20000724-1.c: Don't use multiline strings.
19308
19309 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
19310
19311         * objc/execute/string1.m, objc/execute/string2.m: Compare the
19312         result of -cString against what we expect it to be; don't just
19313         print it out for no one to read.
19314
19315         * objc/execute/string3.m, objc/execute/string4.m: New tests.
19316         Based on testcases provided by Nicola Pero.
19317
19318 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
19319
19320         * gcc.dg/cpp/macro7.c: New test.
19321
19322 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
19323
19324         * gcc.dg/cpp/multiline.c: Update.
19325
19326 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
19327
19328         * g++.old-deja/g++.other/enum3.C: New test.
19329
19330 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
19331
19332         * g++.old-deja/g++.other/pod1.C: New test.
19333
19334 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
19335
19336         * g++.old-deja/g++.ext/overload1.C: New test.
19337
19338 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
19339
19340         * g++.old-deja/g++.pt/using1.C: New test.
19341
19342 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
19343
19344         * g++.old-deja/g++.other/using9.C: New test.
19345
19346 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
19347
19348         * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
19349
19350         * objc/execute/protocol.m (main): Added patch from Nicola Pero.
19351
19352 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
19353
19354         * g++.old-deja/g++.ext/realpt1.C: Remove.
19355
19356 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
19357
19358         * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
19359
19360 2001-02-26  Will Cohen  <wcohen@redhat.com>
19361
19362         * gcc.c-torture/execute/ieee/20010226-1.c: New test.
19363
19364 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
19365
19366         * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
19367         templatized constructors.
19368
19369 2001-02-24  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
19370
19371         * gcc.c-torture/execute/20010224-1.c: New test.
19372
19373 2001-02-23  Jakub Jelinek  <jakub@redhat.com>
19374
19375         * gcc.c-torture/execute/20010222-1.c: New test.
19376
19377 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
19378
19379         * g++.old-deja/g++.other/inline20.C: New test.
19380
19381 2001-02-21  Ovidiu Predescu  <ovidiu@cup.hp.com>
19382
19383         * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
19384
19385 2001-02-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
19386
19387         * g++.old-deja/g++.other/lookup22.C: New test.
19388
19389 2001-02-19  Zack Weinberg  <zackw@stanford.edu>
19390
19391         * g77.dg: New directory.
19392         * g77.dg/20010216-1.f: New test case.
19393         * g77.dg/dg.exp: New driver.
19394         * lib/g77-dg.exp: New driver library.
19395
19396 2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
19397
19398         * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
19399
19400 2001-02-16  Gabriel Dos Reis <gdr@codesourcery.com>
19401
19402         * g++.old-deja/g++.other/decl9.C: New test.
19403
19404 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
19405
19406         * g++.old-deja/g++.other/init16.C: Update the test so that it does
19407         not need <string> and also tests the initialization at runtime.
19408
19409 2001-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
19410
19411         * gcc.c-torture/execute/longlong.c: New test.
19412
19413 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
19414
19415         * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
19416
19417 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
19418
19419         * gcc.c-torture/execute/920302-1.c (execute):
19420         Change argument type to short.
19421
19422 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
19423
19424         * g++.old-deja/g++.pt/deduct6.C: New test.
19425
19426 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
19427
19428         * g++.old-deja/g++.pt/deduct5.C: New test.
19429
19430 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
19431
19432         * gcc.c-torture/execute/20010209-1.c: New test.
19433
19434 2001-02-14  Neil Booth  <neil@daikokuya.demon.co.uk>
19435
19436         * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
19437
19438 2001-02-12  Geoffrey Keating  <geoffk@redhat.com>
19439
19440         * g++.dg/vtgc1.C: Update for new ABI.
19441
19442         * consistency.vlad: New directory, 1665 files.
19443
19444 2001-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
19445
19446         * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
19447         return type.
19448         * gcc.dg/cpp/digraphs.c: Declare puts.
19449
19450 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
19451
19452         * g++.old-deja/g++.other/warn5.C: New test.
19453
19454 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
19455
19456         * g++.old-deja/g++.pt/spec40.C: New test.
19457
19458 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
19459
19460         * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
19461         case.
19462         * g++.old-deja/g++.ext/arrnew.C: Deprecate.
19463
19464 2001-02-12  Jakub Jelinek  <jakub@redhat.com>
19465
19466         * gcc.c-torture/compile/20010209-1.c: New test.
19467
19468 2001-02-11  Jeffrey Oldham  <oldham@codesourcery.com>
19469
19470         * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
19471         excess errors message but not if it crashes.
19472         * g++.old-deja/g++.other/crash27.C: Likewise.
19473         * g++.old-deja/g++.other/crash28.C: Likewise.
19474         * g++.old-deja/g++.other/crash30.C: Likewise.
19475         * g++.old-deja/g++.other/crash32.C: Likewise.
19476         * g++.old-deja/g++.other/crash35.C: Likewise.
19477         * g++.old-deja/g++.pt/inherit2.C: Likewise.
19478
19479 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
19480
19481         * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
19482         gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
19483         g++.dg/dg.exp, g++.old-deja/old-deja.exp,
19484         g77.f-torture/execute/execute.exp,
19485         g77.f-torture/noncompile/noncompile.exp,
19486         gcc.c-torture/execute/execute.exp,
19487         gcc.c-torture/execute/memcheck/memcheck.exp,
19488         gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
19489         gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
19490         gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
19491         gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
19492         gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
19493         lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
19494         lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
19495         lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
19496         Remove bug reporting instructions with ancient email addresses.
19497
19498 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
19499
19500         * gcc.dg/20010202-1.c: New test.
19501         * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
19502
19503 2001-02-07  Zack Weinberg  <zack@wolery.stanford.edu>
19504
19505         * g++.dg/stdbool-if.C: New test.
19506
19507 2001-02-07  Ovidiu Predescu  <ovidiu@cup.hp.com>
19508
19509         * objc/execute/fdecl.m: Added main().
19510
19511 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
19512
19513         * gcc.c-torture/execute/20010206-1.c: New test.
19514
19515 2001-02-06  Neil Booth  <neil@daikokuya.demon.co.uk>
19516
19517         * gcc.dg/cpp/avoidpaste1.c: Update.
19518
19519 2001-02-05  Ovidiu Predescu  <ovidiu@cup.hp.com>
19520
19521         * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
19522         Pero <nicola@brainstorm.co.uk>.
19523         * objc/execute/fdecl.m: Declare foo as pointer to AClass.
19524
19525 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
19526
19527         * g++.old-deja/g++.pt/spec39.C: New test.
19528
19529 2001-02-05  Jakub Jelinek  <jakub@redhat.com>
19530
19531         * gcc.c-torture/compile/20010202-1.c: New test.
19532
19533 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
19534
19535         * g++.old-deja/g++.abi/primary2.C: New test.
19536         * g++.old-deja/g++.abi/primary3.C: New test.
19537         * g++.old-deja/g++.abi/primary4.C: New test.
19538         * g++.old-deja/g++.abi/primary5.C: New test.
19539         * g++.old-deja/g++.abi/vtable3.h: New test.
19540         * g++.old-deja/g++.abi/vtable3a.C: New test.
19541         * g++.old-deja/g++.abi/vtable3b.C: New test.
19542         * g++.old-deja/g++.abi/vtable3c.C: New test.
19543         * g++.old-deja/g++.abi/vtable3d.C: New test.
19544         * g++.old-deja/g++.abi/vtable3e.C: New test.
19545         * g++.old-deja/g++.abi/vtable3f.C: New test.
19546         * g++.old-deja/g++.abi/vtable3g.C: New test.
19547         * g++.old-deja/g++.abi/vtable3h.C: New test.
19548         * g++.old-deja/g++.abi/vtable3i.C: New test.
19549         * g++.old-deja/g++.abi/vtable3j.C: New test.
19550         * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
19551
19552 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
19553
19554         * g++.old-deja/g++.other/anon6.C: New test.
19555         * g++.old-deja/g++.other/anon7.C: New test.
19556
19557 2001-02-01  Neil Booth  <neil@daikokuya.demon.co.uk>
19558
19559         * gcc.dg/cpp/avoidpaste2.c: New tests.
19560
19561 2001-01-31  Jakub Jelinek  <jakub@redhat.com>
19562
19563         * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
19564
19565 2001-01-31  Jeffrey Oldham  <oldham@codesourcery.com>
19566
19567         * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
19568         DECIMAL_DIG cases for Irix."
19569
19570 2001-01-31  J"orn Rennecke <amylaar@redhat.com>
19571
19572         * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
19573
19574 2001-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
19575
19576         * gcc.dg/c99-tag-1.c: New test.
19577
19578 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
19579
19580         * gcc.dg/cpp/tr-warn1.c: Add tests.
19581
19582 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
19583
19584         * gcc.dg/cpp/avoidpaste1.c: Update.
19585         * gcc.dg/cpp/paste4.c: Update.
19586
19587 2001-01-30  Jeffrey Oldham  <oldham@codesourcery.com>
19588
19589         * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
19590         cases for Irix.
19591
19592 2001-01-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
19593
19594         * g++.old-deja/g++.other/inline19.C: New test.
19595
19596 2001-01-30  Neil Booth  <neil@daikokuya.demon.co.uk>
19597
19598         * gcc.dg/Wlarger-than.c: New test.
19599
19600 2001-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
19601
19602         * gcc.dg/cpp/avoidpaste1.c: Fix typos.
19603
19604 2001-01-29  Jakub Jelinek  <jakub@redhat.com>
19605
19606         * gcc.c-torture/execute/20010129-1.c: New test.
19607         * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
19608
19609 2001-01-28  Neil Booth  <neil@daikokuya.demon.co.uk>
19610
19611         * gcc.dg/cpp/avoidpaste1.c: Test case.
19612
19613 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
19614
19615         * g++.old-deja/g++.other/inline18.C: New test.
19616
19617 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19618
19619         * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
19620         and __builtin_putchar.
19621
19622 2001-01-27  Jakub Jelinek  <jakub@redhat.com>
19623
19624         * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
19625         tests.
19626
19627 2001-01-25  Jeffrey Oldham  <oldham@codesourcery.com>
19628
19629         * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
19630         floating point number rounding mode to round to the nearest
19631         representable mode.
19632
19633 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
19634
19635         * g++.old-deja/g++.other/mangle2.C: New test.
19636
19637 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
19638
19639         * gcc.c-torture/compile/20010124-1.c: New test.
19640
19641 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
19642
19643         * g++.old-deja/g++.pt/spec38.C: New test.
19644
19645 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
19646
19647         * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
19648         "Build don't run".
19649
19650 2001-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
19651
19652         * gcc.c-torture/execute/20010123-1.c: New test.
19653
19654 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
19655
19656         * g++.old-deja/g++.pt/spec37.C: New test.
19657
19658 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
19659
19660         * g++.old-deja/g++.pt/overload14.C: New test.
19661
19662 2001-01-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
19663
19664         * gcc.c-torture/execute/20010122-1.c: New test, exercise
19665         __builtin_return_address.
19666
19667 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
19668
19669         * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
19670         * g++.old-deja/g++.pt/spec35.C: New test.
19671         * g++.old-deja/g++.pt/spec36.C: New test.
19672
19673 2001-01-20  Jakub Jelinek  <jakub@redhat.com>
19674
19675         * gcc.c-torture/compile/20010118-1.c: New test.
19676
19677 2001-01-20  Neil Booth  <neil@daikokuya.demon.co.uk>
19678
19679         * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
19680
19681 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
19682
19683         * gcc.c-torture/execute/20010119-1.c: New test.
19684
19685 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
19686
19687         * g++.old-deja/g++.other/vbase5.C: New test.
19688
19689 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
19690
19691         * gcc.c-torture/execute/20010118-1.c: New test.
19692
19693 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
19694
19695         * g++.old-deja/g++.pt/deduct3.C: New test.
19696
19697 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
19698
19699         * g++.old-deja/g++.pt/spec34.C: New test.
19700
19701 2001-01-19  "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
19702
19703         * g77.f-torture/compile/20000601-2.f: New test.
19704
19705 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
19706
19707         * g++.old-deja/g++.other/init17.C: New test.
19708
19709 2001-01-18  Alexandre Oliva  <aoliva@redhat.com>
19710
19711         * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
19712
19713 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
19714
19715         * g++.old-deja/g++.pt/unify8.C: New test.
19716
19717 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
19718
19719         * g++.old-deja/g++.abi/vbase1.C: New test.
19720
19721 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
19722
19723         * g++.old-deja/g++.pt/crash65.C: New test.
19724
19725 2001-01-18  Neil Booth  <neil@daikokuya.demon.co.uk>
19726
19727         * gcc.dg/cpp/assembl2.S: New test case.
19728
19729 2001-01-17  Jeffrey Oldham  <oldham@codesourcery.com>
19730
19731         * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
19732         are supported.
19733
19734 2001-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19735
19736         * g++.old-deja/g++.other/builtins1.C: New test.
19737         * g++.old-deja/g++.other/builtins2.C: Likewise.
19738         * g++.old-deja/g++.other/builtins3.C: Likewise.
19739         * g++.old-deja/g++.other/builtins4.C: Likewise.
19740
19741 2001-01-17  Jakub Jelinek  <jakub@redhat.com>
19742
19743         * gcc.c-torture/compile/20010117-1.c: New test.
19744         * gcc.c-torture/compile/20010117-2.c: New test.
19745
19746 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
19747
19748         * g77.f-torture/execute/20010116.[fx]: New test,
19749         XFAIL on i?86-*-*.
19750         * g77.f-torture/compile/20010115.f: Indicate it's
19751         a test for PR fortran/1636.
19752
19753 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
19754
19755         * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
19756
19757 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
19758
19759         * g77.f-torture/compile/20010115.f: New test.
19760
19761 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
19762
19763         * g++.old-deja/g++.pt/nontype5.C: New test.
19764
19765 2001-01-15  Neil Booth  <neil@daikokuya.demon.co.uk>
19766
19767         * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
19768         have an equivalent working one below it.
19769
19770 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
19771
19772         * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
19773         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
19774
19775 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
19776
19777         * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
19778         message containing "init_priority".
19779         (conpr-2.C): Likewise.
19780         (conpr-3.C): Likewise.
19781         * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
19782
19783 2001-01-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
19784
19785         * gcc.c-torture/execute/20010114-2.c: New test.
19786
19787 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
19788
19789         * gcc.c-torture/compile/20010114-1.c: New test.
19790         * gcc.c-torture/compile/20010114-1.x: Xfail.
19791         * gcc.c-torture/compile/20010114-2.c: New test.
19792         * gcc.c-torture/execute/20010114-1.c: New test.
19793         * gcc.dg/trunc-1.c: New test.
19794         * gcc.dg/uninit-B.c: New test.
19795
19796 2001-01-13  Nick Clifton  <nickc@redhat.com>
19797
19798         * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
19799         target.
19800
19801 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
19802
19803         * gcc.c-torture/compile/20010113-1.c: New test.
19804
19805 2001-01-13  Jakub Jelinek  <jakub@redhat.com>
19806
19807         * gcc.c-torture/compile/20001212-1.c: New test.
19808
19809 2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
19810
19811         * gcc.dg/cpp/widestr1.c: Update.
19812         * gcc.dg/cpp/prag-imp.c: Remove.
19813
19814 2001-01-12  Jakub Jelinek  <jakub@redhat.com>
19815
19816         * gcc.c-torture/execute/20000801-3.x: Remove.
19817         * gcc.dg/c90-init-1.c: New test.
19818         * gcc.dg/c99-init-1.c: New test.
19819         * gcc.dg/c99-init-2.c: New test.
19820         * gcc.dg/gnu99-init-1.c: New test.
19821
19822 2001-01-12  Richard Earnshaw <rearnsha@arm.com>
19823
19824         * lib/f-torture.exp (f_torture_compile): Prune the warnings before
19825         testing that no relevant ones were found.
19826
19827 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
19828
19829         * g++.old-deja/g++.pt/cast2.C: New test.
19830
19831 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
19832
19833         * g++.old-deja/g++.pt/friend47.C: New test.
19834
19835 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
19836
19837         * g++.old-deja/g++.pt/instantiate13.C: New test.
19838
19839 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
19840
19841         * g++.old-deja/g++.other/defarg7.C: New test.
19842         * g++.old-deja/g++.other/defarg8.C: New test.
19843
19844 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
19845
19846         * g++.old-deja/g++.pt/crash64.C: New test.
19847
19848 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
19849
19850         * g++.old-deja/g++.pt/crash63.C: New test.
19851
19852 2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>
19853
19854         * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
19855
19856 2001-01-10  Alan Lehotsky  <lehotsky@tiac.net>
19857
19858         * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
19859
19860 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
19861
19862         * g++.old-deja/g++.pt/error3.C: New test.
19863
19864 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
19865
19866         * g++.old-deja/g++.other/crash39.C: New test.
19867
19868 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
19869
19870         * g++.old-deja/g++.other/vbase4.C: New test.
19871
19872 2001-01-08  Jonathan Larmour  <jlarmour@redhat.com>
19873
19874         * gcc.dg/20000419-2.c: Move to "special" subdirectory.
19875         * gcc.dg/special/20000419-2.c: New file. Identical to above.
19876         * gcc.dg/special/special.exp: New test driver which will check
19877         for alias support for the above test.
19878
19879 2001-01-09  Alan Lehotsky  <lehotsky@tiac.net>
19880
19881         * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
19882         problems on small machines.
19883         * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
19884         parameterize.
19885
19886 2001-01-09  Jeffrey Oldham  <oldham@codesourcery.com>
19887
19888         * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
19889         mips.
19890         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
19891
19892 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
19893
19894         * g++.old_deja/g++.pt/using8.C: New test.
19895
19896 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
19897
19898         * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
19899
19900 2000-01-08  Loren J. Rittle  <ljrittle@acm.org>
19901
19902         * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
19903         where a failure is expected.
19904         * gcc.c-torture/execute/ieee/rbug.x: Likewise.
19905
19906 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
19907
19908         * g++.old_deja/g++.pt/instantiate12.C: New test.
19909
19910 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
19911
19912         * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
19913         start of structs.
19914         * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
19915         * g++.old-deja/g++.brendan/crash17.C: Likewise.
19916         * g++.old-deja/g++.brendan/crash29.C: Likewise.
19917         * g++.old-deja/g++.brendan/crash48.C: Likewise.
19918         * g++.old-deja/g++.brendan/ns1.C: Likewise.
19919         * g++.old-deja/g++.brendan/warnings1.C: Likewise.
19920         * g++.old-deja/g++.bugs/900205_04.C: Likewise.
19921         * g++.old-deja/g++.bugs/900514_03.C: Likewise.
19922         * g++.old-deja/g++.eh/spec6.C: Likewise.
19923         * g++.old-deja/g++.jason/crash3.C: Likewise.
19924         * g++.old-deja/g++.law/ctors11.C: Likewise.
19925         * g++.old-deja/g++.law/ctors17.C: Likewise.
19926         * g++.old-deja/g++.law/ctors5.C: Likewise.
19927         * g++.old-deja/g++.law/ctors9.C: Likewise.
19928         * g++.old-deja/g++.mike/ambig1.C: Likewise.
19929         * g++.old-deja/g++.mike/net22.C: Likewise.
19930         * g++.old-deja/g++.mike/p3538a.C: Likewise.
19931         * g++.old-deja/g++.mike/p3538b.C: Likewise.
19932         * g++.old-deja/g++.mike/virt3.C: Likewise.
19933         * g++.old-deja/g++.niklas/t128.C: Likewise.
19934         * g++.old-deja/g++.other/anon4.C: Likewise.
19935         * g++.old-deja/g++.other/using1.C: Likewise.
19936         * g++.old-deja/g++.other/warn3.C: Likewise.
19937         * g++.old-deja/g++.pt/t37.C: Likewise.
19938         * g++.old-deja/g++.robertl/eb69.C: Likewise.
19939         * g++.old-deja/g++.robertl/eb71.C: Likewise.
19940
19941 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
19942
19943         * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
19944
19945 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19946
19947         * gcc.c-torture/execute/stdio-opt-3.c: New test.
19948
19949 2001-01-07  Jakub Jelinek  <jakub@redhat.com>
19950
19951         * gcc.c-torture/compile/20010107-1.c: New test.
19952
19953 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
19954
19955         * gcc.c-torture/execute/builtin-noret-1.c: New test.
19956
19957 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
19958
19959         * gcc.dg/format/format.h: New file.
19960         * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
19961         gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
19962         gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
19963         gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
19964         gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
19965         gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
19966         gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
19967         gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
19968         gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
19969         gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
19970         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
19971         gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
19972         gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
19973         gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
19974         gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
19975         gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
19976         gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
19977         gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
19978         gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
19979         gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
19980         gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
19981         instead of declaring standard types, macros and functions in each
19982         test.
19983
19984 2001-01-06  Alexandre Oliva  <aoliva@redhat.com>
19985
19986         * gcc.c-torture/execute/20010106-1.c: New test.
19987
19988 2001-01-06  Joseph S. Myers  <jsm28@cam.ac.uk>
19989
19990         * gcc.dg/format/format.exp: New file.
19991         * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
19992         * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
19993         * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
19994         * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
19995         * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
19996         * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
19997         * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
19998         * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
19999         * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
20000         * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
20001         * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
20002         * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
20003         * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
20004         * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
20005         * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
20006         * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
20007         * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
20008         * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
20009         * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
20010         * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
20011         * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
20012         * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
20013         * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
20014         * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
20015         * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
20016         * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
20017         * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
20018         * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
20019         * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
20020         * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
20021         * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
20022         * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
20023         * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
20024         * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
20025         * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
20026         * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
20027         * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
20028         * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
20029         * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
20030         * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
20031         * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
20032         * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
20033
20034 2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
20035
20036         * gcc.c-torture/execute/991228-1.c: Take word endianness into
20037         account.
20038
20039 2001-01-05  Joseph S. Myers  <jsm28@cam.ac.uk>
20040
20041         * gcc.c-torture/execute/builtin-complex-1.c: New test.
20042
20043 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
20044
20045         * g++.old-deja/g++.pt/crash62.C: New test.
20046
20047 2001-01-04  Richard Henderson  <rth@redhat.com>
20048
20049         * gcc.dg/20000926-1.c: Update expected warnings.
20050         * gcc.dg/array-2.c: Likewise.
20051         * gcc.dg/array-4.c: Also validate flexible array members.
20052         * gcc.dg/c99-flex-array-1.c: New.
20053
20054 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
20055
20056         * gcc.c-torture/compile/20001222-1.x: Remove.
20057
20058 2001-01-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
20059
20060         * gcc.c-torture/execute/built-in-setjmp.c: New.
20061
20062 2001-01-03  Richard Henderson  <rth@redhat.com>
20063
20064         * gcc.dg/940510-1.c: Update expected error wording.
20065         * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
20066
20067 2001-01-03  Jeffrey Oldham  <oldham@codesourcery.com>
20068
20069         * lib/target-supports.exp (check_alias_available): Modified to
20070         indicate aliases not supported if only weak aliases are supported.
20071
20072 2001-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20073
20074         * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
20075         Turn on cmpstrsi checks for __pj__ and __i370__.
20076
20077 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
20078
20079         * g++.old-deja/g++.other/virtual11.C: New test.
20080
20081 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
20082
20083         * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
20084
20085 2001-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20086
20087         * gcc.c-torture/compile/20010102-1.c: New test.
20088
20089 2001-01-02  Andreas Jaeger  <aj@suse.de>
20090
20091         * gcc.dg/noreturn-3.c: New test.
20092
20093         * gcc.dg/noreturn-4.c: New test.
20094
20095 2001-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20096
20097         * gcc.c-torture/execute/stdio-opt-1.c: Also test
20098         __builtin_fputc and __builtin_fwrite.
20099
20100 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
20101
20102         * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
20103         signed char, not default char.
20104
20105 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
20106
20107         * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
20108
20109 2000-12-30  David Billinghurst <David.Billinghurst@riotinto.com>
20110
20111         * lib/g++.exp:  Use sh to exec ${odir_v3}/tests_flags
20112
20113 2000-12-29  Richard Henderson  <rth@redhat.com>
20114
20115         * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
20116         (__cyg_profile_func_exit): Define.
20117
20118 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
20119
20120         * g++.dg/vtgc1.C: New test.
20121
20122 2000-12-28  Geoffrey Keating  <geoffk@redhat.com>
20123
20124         * gcc.dg/noncompile/20001228-1.c: New test.
20125
20126         * gcc.dg/20001228-1.c: New test.
20127
20128         * gcc.c-torture/execute/20001228-1.c: New test.
20129
20130 2000-12-28  Joseph S. Myers  <jsm28@cam.ac.uk>
20131
20132         * gcc.dg/format-strfmon-1.c: New test.
20133
20134 2000-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20135
20136         * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
20137         * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
20138         * gcc.c-torture/execute/string-opt-1.c: Likewise.
20139         * gcc.c-torture/execute/string-opt-2.c: Likewise.
20140         * gcc.c-torture/execute/string-opt-3.c: Likewise.
20141         * gcc.c-torture/execute/string-opt-4.c: Likewise.
20142         * gcc.c-torture/execute/string-opt-6.c: Likewise.
20143         * gcc.c-torture/execute/string-opt-7.c: Likewise.
20144         * gcc.c-torture/execute/string-opt-8.c: Likewise.
20145         * gcc.c-torture/execute/string-opt-9.c: Likewise.
20146         * gcc.c-torture/execute/string-opt-10.c: Likewise.
20147         * gcc.c-torture/execute/string-opt-11.c: Likewise.
20148         * gcc.c-torture/execute/string-opt-12.c: Likewise.
20149
20150         * gcc.c-torture/execute/string-opt-3.c: Test rindex.
20151         * gcc.c-torture/execute/string-opt-4.c: Test index.
20152
20153 2000-12-26  Geoffrey Keating  <geoffk@redhat.com>
20154
20155         * gcc.c-torture/compile/20001226-1.c: New test.
20156
20157 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
20158
20159         * gcc.c-torture/compile/20001222-1.c: New test.
20160         * gcc.c-torture/compile/20001222-1.x: Xfail.
20161
20162 2000-12-22  Alexandre Oliva  <aoliva@redhat.com>
20163
20164         * gcc.c-torture/execute/comp-goto-2.c: New test.
20165
20166 2000-12-21  J"orn Rennecke <amylaar@redhat.com>
20167
20168         * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
20169         Use long types if __INT_MAX__ is 32767.
20170         (main): Use cast to (sint32 *) when poking 88 into a_page.
20171
20172         * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
20173
20174 2000-12-21  Bernd Schmidt  <bernds@redhat.com>
20175
20176         * gcc.c-torture/compile/20001221-1.c: New test.
20177         * gcc.c-torture/execute/20001221-1.c: New test.
20178
20179 2000-12-20  Richard Henderson  <rth@redhat.com>
20180
20181         * g++.old-deja/g++.pt/crash36.C: Update error lines.
20182         * g++.old-deja/g++.robertl/eb109.C: Likewise.
20183
20184 2000-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20185
20186         * gcc.dg/compare3.c: New test.
20187
20188 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
20189
20190         * gcc.dg/format-warnll-1.c: New test.
20191
20192 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
20193
20194         * gcc.dg/cpp/cmdlne-P.c: New test.
20195
20196 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
20197
20198         * gcc.c-torture/execute/builtin-abs-1.c,
20199         gcc.c-torture/execute/builtin-abs-2.c: New tests.
20200
20201 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
20202
20203         * gcc.dg/cpp/multiline.c: New test.
20204
20205 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
20206
20207         * g++.old-deja/g++.other/syshdr1.C: Update.
20208         * gcc.dg/cpp/lineflags.c: Remove temporarily.
20209
20210 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
20211
20212         * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
20213
20214 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
20215
20216         * g++.old-deja/g++.pt/ttp65.C: New test.
20217
20218 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
20219
20220         * g++.old-deja/g++.pt/ttp64.C: New test.
20221
20222 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
20223
20224         * g++.old-deja/g++.pt/spec33.C: New test.
20225
20226 2000-12-14  Catherine Moore  <clm@redhat.com>
20227
20228         * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
20229         * gcc.c-torture/execute/920612-2.c: Likewise.
20230         * gcc.c-torture/execute/920428-2.c: Likewise.
20231         * gcc-c-torture/execute/va-arg-11.c: Call exit.
20232         * gcc.c-torture/execute/va-arg-21.c: Likewise.
20233
20234 2000-12-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
20235
20236         * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
20237         * gcc.dg/pack-test-2.c: Likewise.
20238
20239 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
20240
20241         Tests by Zack Weinberg <zackw@stanford.edu>.
20242
20243         * gcc.dg/cpp/defined.c: Update.
20244         * gcc.dg/cpp/defined_trad.c: New tests.
20245
20246 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
20247
20248         * gcc.dg/cpp/trad-direct.c: Update.
20249
20250 2000-12-11  Neil Booth  <neilb@earthling.net>
20251
20252         * gcc.dg/cpp/defined_trad.c
20253
20254 2000-12-11  Neil Booth  <neilb@earthling.net>
20255
20256         * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
20257
20258 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
20259
20260         * gcc.dg/format-miss-2.c: New test.
20261
20262 2000-12-09  Neil Booth  <neilb@earthling.net>
20263
20264         * gcc.dg/cpp/lineflags.c: New tests.
20265         * gcc.dg/cpp/poison.c: Update.
20266         * gcc.dg/cpp/redef2.c: Update.
20267         * gcc.dg/cpp/skipping.c: New test.
20268
20269 2000-12-07  Geoffrey Keating  <geoffk@redhat.com>
20270
20271         * g++.old-deja/g++.other/eh3.C: New testcase.
20272
20273 2000-12-07  Neil Booth  <neilb@earthling.net>
20274
20275         * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
20276         wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
20277         wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
20278         wtr-union-init-2.c, wtr-union-init-3.c: Update.
20279         * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
20280         Update.
20281
20282 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
20283
20284         * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
20285         __SIZE_TYPE__ instead of int for type of integers cast to
20286         pointers.
20287
20288 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
20289
20290         * g++.old-deja/g++.other/cleanup4.C: New test.
20291
20292 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
20293
20294         * format-sec-1.c: New test.
20295
20296 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
20297
20298         * gcc.dg/format-nonlit-3.c: New test.
20299
20300 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
20301
20302         * gcc.dg/c90-printf-1.c: Add test for printf formats reading
20303         through a null pointer.
20304
20305 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
20306
20307         * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
20308         * g++.old-deja/g++.pt/partial4.C: New test.
20309
20310 2000-12-06  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
20311
20312         * gcc.c-torture/execute/ieee/hugeval.x: New.
20313
20314 2000-12-06  Neil Booth  <neilb@earthling.net>
20315
20316         * gcc.dg/cpp/backslash2.c: New tests.
20317
20318 2000-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20319
20320         * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
20321         * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
20322
20323 2000-12-05  Geoffrey Keating  <geoffk@redhat.com>
20324
20325         * gcc.c-torture/execute/20001203-2.c: New testcase.
20326
20327 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
20328
20329         * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
20330         * g++.old-deja/g++.other/virtual10.C: New test.
20331
20332 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
20333
20334         * g++.old-deja/g++.mike/pmf5.C: Remove test.
20335
20336 2000-12-05  Richard Henderson  <rth@redhat.com>
20337
20338         * gcc.c-torture/compile/20001205-1.c: New.
20339
20340 2000-12-04  Neil Booth  <neilb@earthling.net>
20341
20342         * g++.old-deja/g++.other/virtual9.C: New test.
20343         * g++.old-deja/g++.pt/crash61.C: New test.
20344         * gcc.c-torture/execute/loop-9.c: New test.
20345
20346 2000-12-04  Neil Booth  <neilb@earthling.net>
20347
20348         * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
20349         * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
20350         * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
20351         * gcc.dg/cpp/extratokens.c: ...here.
20352
20353 2000-12-04  Neil Booth  <neilb@earthling.net>
20354
20355         * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
20356         New tests.
20357
20358 2000-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20359
20360         * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
20361         * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
20362
20363 2000-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
20364
20365         * gcc.c-torture/execute/20001203-1.c: New test.
20366
20367 2000-12-03  Neil Booth  <neilb@earthling.net>
20368
20369         * gcc.dg/cpp/macro6.c: New test cases.
20370
20371 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20372
20373         * gcc.c-torture/execute/string-opt-9.c: New test.
20374         * gcc.c-torture/execute/string-opt-10.c: Likewise.
20375         * gcc.c-torture/execute/string-opt-11.c: Likewise.
20376         * gcc.c-torture/execute/string-opt-12.c: Likewise.
20377
20378         * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
20379         * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
20380
20381 2000-12-02  Geoffrey Keating  <geoffk@redhat.com>
20382
20383         * gcc.dg/cpp/if-6.c: New testcase.
20384
20385         * gcc.dg/20001201-1.c: New testcase.
20386
20387 2000-12-02  Neil Booth  <neilb@earthling.net>
20388
20389         * g++.old-deja/g++.other/externC4.C,
20390         g++.old-deja/g++.other/friend10.C: New tests.
20391
20392 2000-12-02  Neil Booth  <neilb@earthling.net>
20393
20394         * g++.old-deja/g++.other/instan2.C
20395         * g++.old-deja/g++.other/instan3.C: New test.
20396
20397 2000-12-02  Neil Booth  <neilb@earthling.net>
20398
20399         * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
20400         c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
20401         gnuc99.c,gnuc99-pedantic.c: New tests.
20402
20403 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
20404
20405         * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
20406         gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
20407
20408 2000-12-01  Neil Booth  <neilb@earthling.net>
20409
20410         * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
20411         * gcc.dg/cpp/poison.c: Update.
20412         * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
20413
20414 2000-12-01  Toon Moene  <toon@moene.indiv.nluug.nl>
20415
20416         * g77.f-torture/execute/20001201.f: New test.
20417
20418 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
20419
20420         * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
20421
20422 2000-12-01  Jakub Jelinek  <jakub@redhat.com>
20423
20424         * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
20425
20426 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
20427
20428         * g++.old-deja/g++.other/cast6.C: New test.
20429
20430 2000-11-30  Geoffrey Keating  <geoffk@redhat.com>
20431
20432         * gcc.c-torture/execute/20001130-2.c: New testcase.
20433
20434 2000-11-30  Richard Henderson  <rth@redhat.com>
20435
20436         * gcc.c-torture/execute/20001130-1.c: New test.
20437
20438 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
20439
20440         * g++.old-deja/g++.other/op3.C: New test.
20441
20442 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
20443
20444         * g++.old-deja/g++.other/op2.C: New test.
20445
20446 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
20447
20448         * g++.old-deja/g++.other/crash38.C: New test.
20449
20450 2000-11-29  Toon Moene  <toon@moene.indiv.nluug.nl>
20451
20452         * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
20453
20454 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
20455
20456         * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
20457         tests.
20458         * gcc.c-torture/execute/string-opt-6.c: New test.
20459
20460         * gcc.dg/20001117-1.c: Add main.
20461
20462 2000-11-28  Geoffrey Keating  <geoffk@redhat.com>
20463
20464         * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
20465         Move from here ...
20466         * gcc.dg/940510-1.c: ... to here.
20467
20468         * gcc.dg/20000926-1.c: GNU C now allows initializations of
20469         zero-size arrays in toplevel structures.
20470
20471 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
20472
20473         * gcc.c-torture/execute/loop-8.c: New test.
20474
20475 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
20476
20477         * g++.old-deja/g++.other/base1.C: New test.
20478
20479 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
20480
20481         * g++.old-deja/g++.other/parse2.C: New test.
20482
20483 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
20484
20485         * g++.old-deja/g++.pt/incomplete1.C: New test.
20486
20487 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
20488
20489         * g++.old-deja/g++.other/friend9.C: New test.
20490
20491 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
20492
20493         * gcc.dg/20001127-1.c: New test.
20494
20495 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
20496
20497         * g++.old-deja/g++.pt/friend46.C: New test.
20498
20499 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
20500
20501         * g++.old-deja/g++.other/ptrmem8.C: New test.
20502
20503 2000-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20504
20505         * gcc.c-torture/execute/string-opt-7.c: New test.
20506         * gcc.c-torture/execute/string-opt-8.c: Likewise.
20507
20508 2000-11-26  Gabriel Dos Reis  <gdr@codesourcery.com>
20509
20510         * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
20511         instead of 'mkcheck 2'.
20512
20513 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
20514
20515         * gcc.c-torture/execute/memcheck/driver.c,
20516         gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
20517         C9X references to refer to C99.
20518
20519 2000-11-25  Jakub Jelinek  <jakub@redhat.com>
20520
20521         * gcc.dg/ultrasp3.c: New test.
20522
20523 2000-11-25  Neil Booth  <neilb@earthling.net>
20524
20525         * gcc.dg/cpp/include2.c: Update test to be locale independent.
20526
20527 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>
20528
20529         * gcc.c-torture/compile/20001123-2.c: New.
20530
20531 2000-11-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
20532
20533         * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
20534
20535 2000-11-24  Bernd Schmidt  <bernds@redhat.co.uk>
20536
20537         * gcc.dg/sequence-point-1.c: Add some new tests.
20538         * gcc.c-torture/execute/20001124-1.c: New test.
20539
20540 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
20541
20542         * g++.old-deja/g++.other/vaarg4.C: New test.
20543         * gcc.c-torture/compile/20001123-1.c: New test.
20544
20545 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
20546
20547         * g++.other/crash24.C: Adjust and remove XFAIL.
20548         * g++.other/crash37.C: New test.
20549
20550 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
20551
20552         * g++.old-deja/g++.pt/instantiate9.C: New test.
20553
20554 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
20555
20556         * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
20557         new ABI, too.
20558
20559         * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
20560         * g++.old-deja/g++.robertl/eb55.C: Likewise.
20561
20562 2000-11-22  Neil Booth  <neilb@earthling.net>
20563
20564         * gcc.dg/cpp/Wtrigraphs.c: New test.
20565
20566 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
20567
20568         * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
20569
20570 2000-11-22  Jakub Jelinek  <jakub@redhat.com>
20571
20572         * gcc.c-torture/execute/ieee/20001122-1.c: New test.
20573
20574 2000-11-22  Hans-Peter Nilsson  <hp@bitrange.com>
20575
20576         * lib/gcc-dg.exp: load_lib scanasm.exp.
20577         (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
20578         * lib/g++-dg.exp: load_lib scanasm.exp.
20579         * lib/scanasm.exp: New.
20580         (scan-assembler, scan-assembler-not): Add optional arguments to
20581         test name, or if not present, the pattern name.
20582         (scan-assembler-dem, scan-assembler-dem-not): New.
20583
20584         * g++.dg/dg.exp: New.
20585
20586 2000-11-21  Neil Booth  <neilb@earthling.net>
20587
20588         * gcc.dg/cpp/integrated1.c: Remove.
20589
20590 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
20591
20592         * gcc.c-torture/execute/20001121-1.c: New test.
20593
20594 2000-11-21  Richard Henderson  <rth@redhat.com>
20595
20596         * gcc.c-torture/compile/20001121-1.c: New test.
20597
20598 2000-11-20  Neil Booth  <neilb@earthling.net>
20599
20600         * gcc.dg/cpp/integrated1.c: New test.
20601
20602 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
20603
20604         * g++.old-deja/g++.other/inline17.C: New test.
20605
20606 2000-11-20  Donald Lindsay  <dlindsay@redhat.com>
20607
20608         * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
20609         local variable to be zero: I made the variable global. Now
20610         uses abort() and exit() instead of relying on main's return value.
20611
20612 2000-11-20  Neil Booth  <neilb@earthling.net>
20613
20614         * gcc.dg/cpp/paste2.c: Update test.
20615         * objc/execute/paste.m: New test.
20616
20617 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
20618
20619         * gcc.dg/c99-condexpr-1.c: New test.
20620
20621 2000-11-20  Neil Booth  <neilb@earthling.net>
20622
20623         * gcc.dg/cpp/macsyntx.c: Use correct command line option.
20624
20625 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
20626
20627         * g++.old-deja/g++.pt/export1.C: New test.
20628
20629 2000-11-20  Jakub Jelinek  <jakub@redhat.com>
20630
20631         * gcc.dg/20001117-1.c: New test.
20632
20633 2000-11-18  Richard Henderson  <rth@redhat.com>
20634
20635         * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
20636
20637 2000-11-18  Richard Henderson  <rth@redhat.com>
20638
20639         * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
20640         * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
20641         * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
20642
20643 2000-11-18  Richard Henderson  <rth@redhat.com>
20644
20645         * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
20646         (main): New.  Exit cleanly.
20647
20648 2000-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
20649
20650         * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
20651         gcc.dg/c99-fordecl-2.c: New tests.
20652
20653 2000-11-18  Richard Henderson  <rth@redhat.com>
20654
20655         * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
20656         * gcc.c-torture/execute/zerolen-2.c: New.
20657
20658 2000-11-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
20659
20660         * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
20661         memory.
20662
20663 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
20664
20665         * g++.old-deja/g++.pt/instantiate8.C: New test.
20666
20667 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
20668
20669         * g++.old-deja/g++.other/incomplete.C: Add more tests.
20670         * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
20671
20672 2000-11-16  Nick Clifton  <nickc@redhat.com>
20673
20674         * gcc.c-torture/execute/nestfunc-2.c: New test.
20675         * gcc.c-torture/execute/nestfunc-3.c: New test.
20676
20677 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
20678
20679         * gcc.c-torture/compile/20001116-1.c: New test.
20680
20681 2000-11-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
20682
20683         * gcc.c-torture/execute/20001115-1.c: New test.
20684
20685 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
20686
20687         * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
20688         * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
20689         * g++.old-deja/g++.abi/ptrflags.C: Likewise.
20690         * g++.old-deja/g++.abi/vmihint.C: Likewise.
20691
20692 2000-11-15  Neil Booth  <neilb@earthling.net>
20693
20694         gcc.dg/cpp/_Pragma1.c: Update.
20695         gcc.dg/cpp/_Pragma2.c: New test.
20696
20697 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
20698
20699         * g++.old-deja/g++.other/anon5.C: New test.
20700
20701 2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
20702
20703         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
20704         tests.
20705
20706 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
20707
20708         * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
20709         output.
20710
20711 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
20712
20713         * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
20714         labels at end of compound statements.
20715
20716 2000-11-13  Jakub Jelinek  <jakub@redhat.com>
20717
20718         * gcc.c-torture/execute/loop-7.c: New test.
20719
20720 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
20721
20722         * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
20723
20724 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
20725
20726         * gcc.dg/c99-bool-1.c: New test.
20727
20728 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
20729
20730         * gcc.dg/c99-scope-1.c: Remove xfail.
20731         * gcc.dg/c99-scope-2.c: New test.
20732
20733 2000-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20734
20735         * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
20736         * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
20737
20738 2000-11-11  Mark Mitchell  <mark@codesourcery.com>
20739
20740         * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
20741         error messages.
20742
20743         * g++.mike/p700.C: Don't typedef wchar_t.
20744         * g++.mike/p784.C: Likewise.
20745         * g++.mike/eb101.C: Don't use __wchar_t.
20746
20747 2000-11-11  Toon Moene  <toon@moene.indiv.nluug.nl>
20748
20749         * g77.f-torture/execute/20001111.[fx]: Test premature exit
20750         from DO loop.
20751
20752 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
20753
20754         * gcc.c-torture/execute/20001111-1.c: New test.
20755
20756 2000-11-10  Nick Clifton  <nickc@redhat.com>
20757
20758         * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
20759         long multuiple and accumulate.
20760
20761 2000-11-09  Richard Henderson  <rth@redhat.com>
20762
20763         * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
20764         via size_t instead of int.
20765
20766         * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
20767         * gcc.c-torture/execute/string-opt-2.c: Likewise.
20768         * gcc.c-torture/execute/string-opt-3.c: Likewise.
20769         * gcc.c-torture/execute/string-opt-4.c: Likewise.
20770
20771 2000-11-09  Geoffrey Keating  <geoffk@redhat.com>
20772
20773         * gcc.c-torture/compile/20001109-1.c: New test.
20774         * gcc.c-torture/compile/20001109-2.c: New test.
20775
20776 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
20777
20778         * g++.old-deja/g++.pt/operator1.C: New test.
20779         * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
20780
20781 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
20782
20783         * gcc.dg/20001108-1.c: New test.
20784
20785 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
20786
20787         * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
20788         with both arguments constant strings.
20789         * gcc.c-torture/execute/string-opt-3.c: New test.
20790         * gcc.c-torture/execute/string-opt-4.c: New test.
20791         * gcc.c-torture/execute/string-opt-5.c: New test.
20792
20793 2000-11-08  Nick Clifton  <nickc@redhat.com>
20794
20795         * gcc.c-torture/execute/20001108-1.c: New test case.  Checks
20796         mulsidi3adddi patterns.
20797
20798 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
20799
20800         * g++.old-deja/g++.other/crash36.C: New test.
20801
20802 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
20803
20804         * g++.old-deja/g++.other/init16.C: New test.
20805
20806 2000-11-06  Loren J. Rittle  <ljrittle@acm.org>
20807
20808         * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
20809
20810 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
20811
20812         * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
20813         * gcc.c-torture/execute/va-arg-16.x: Likewise.
20814         * gcc.c-torture/execute/va-arg-17.x: Likewise.
20815
20816 2000-11-07  DJ Delorie  <dj@redhat.com>
20817
20818         * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
20819
20820 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20821
20822         * gcc.c-torture/execute/string-opt-1.c: New test.
20823
20824 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
20825
20826         * gcc.c-torture/execute/va-arg-15.x: New file.  Fails on
20827         mips-sgi-irix6.* because the MIPS ABI passes floating-point
20828         parameters in registers, and there is no way for a varargs
20829         function to know in which order the integer and floating-point
20830         parameters should be interleaved when they are placed on the
20831         stack.
20832         * gcc.c-torture/execute/va-arg-16.x: Likewise.
20833         * gcc.c-torture/execute/va-arg-17.x: Likewise.
20834
20835 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20836
20837         * gcc.c-torture/execute/string-opt-2.c: New test.
20838
20839 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
20840
20841         * g++.old-deja/g++.pt/crash60.C: New test.
20842
20843 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
20844
20845         * g++.old-deja/g++.other/crash24.C: New test.
20846         * g++.old-deja/g++.other/crash25.C: New test.
20847         * g++.old-deja/g++.other/crash26.C: New test.
20848         * g++.old-deja/g++.other/crash27.C: New test.
20849         * g++.old-deja/g++.other/crash28.C: New test.
20850         * g++.old-deja/g++.other/crash29.C: New test.
20851         * g++.old-deja/g++.other/crash30.C: New test.
20852         * g++.old-deja/g++.other/crash31.C: New test.
20853         * g++.old-deja/g++.other/crash32.C: New test.
20854         * g++.old-deja/g++.other/crash33.C: New test.
20855         * g++.old-deja/g++.other/crash34.C: New test.
20856         * g++.old-deja/g++.other/crash35.C: New test.
20857
20858 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
20859
20860         * gcc.c-torture/execute/20001031-1.c: New test.
20861
20862 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
20863
20864         * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
20865         namespace.
20866
20867         * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
20868         standards-conformant.
20869
20870         * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
20871
20872         * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
20873         * g++.old-deja/g++.mike/p755a.C: Likewise.
20874         * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
20875         library makes no calls to `operator new' during initialization.
20876
20877 2000-11-04  Neil Booth  <neilb@earthling.net>
20878
20879         * gcc.dg/cpp/include2.c: New tests.
20880
20881 2000-11-03  Mark P Mitchell  <mark@codesourcery.com>
20882
20883         * lib/g++.exp (g++_set_ld_library_path): New function.
20884         Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
20885
20886 2000-11-03  Bernd Schmidt  <bernds@redhat.co.uk>
20887
20888         * gcc.dg/sequence-pt-1.c: A few new tests.  Unify output for bogus
20889         warnings.
20890
20891 2000-11-01  Richard Henderson  <rth@redhat.com>
20892
20893         * g++.old-deja/g++.ext/namedret1.C: New.
20894         * g++.old-deja/g++.ext/namedret2.C: New.
20895         * g++.old-deja/g++.ext/namedret3.C: New.
20896
20897 2000-10-31  Geoffrey Keating  <geoffk@cygnus.com>
20898
20899         * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
20900         * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
20901
20902 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20903
20904         * gcc.c-torture/execute/va-arg-21.c: New test.
20905
20906 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
20907
20908         * gcc.dg/c99-complex-2.c: New test.
20909
20910 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20911
20912         * gcc.c-torture/execute/stdio-opt-1.c: New test.
20913
20914 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
20915
20916         * g++.old-deja/g++.other/inline16.C: New test.
20917
20918 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
20919
20920         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
20921         __PRETTY_FUNCTION__
20922
20923 2000-10-29  Neil Booth  <neilb@earthling.net>
20924
20925         * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
20926         New tests.
20927         * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
20928         * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
20929         optimisation.
20930
20931 2000-10-29  Neil Booth  <neilb@earthling.net>
20932
20933         * gcc.dg/cpp/macro4.c, macro5.c: New tests.
20934         * mi1.c, mi1c.h: Add null directives to multiple-include test.
20935         * mi5.c: Test multiple includes work with -C.
20936         * trigraphs.c: Test ^= version.
20937
20938 2000-10-28  Neil Booth  <neilb@earthling.net>
20939
20940         New tests and test updates for new macro expander.
20941
20942         * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
20943         endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
20944         paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
20945         tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
20946         new diagnostic messages.
20947
20948         * gcc.dg/cpp/macro3.c: New tests.
20949
20950 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
20951
20952         * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
20953         on the same line.
20954
20955 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
20956
20957         * g++.old-deja/g++.other/eh2.C: New test.
20958
20959 2000-10-27  Bernd Schmidt  <bernds@cygnus.co.uk>
20960
20961         * gcc.c-torture/execute/20001027-1.c: New test.
20962
20963 2000-10-26  Richard Henderson  <rth@redhat.com>
20964
20965         * gcc.c-torture/execute/20001026-1.c: New.
20966
20967 2000-10-26  Mark Mitchell  <mark@codesourcery.com>
20968
20969         * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
20970         * g++.old-deja/g++.law/builtin1.C: Likewise.
20971         * g++.old-deja/g++.law/ctors10.C: Likewise.
20972         * g++.old-deja/g++.law/virtual3.C: Likewise.
20973         * g++.old-deja/g++.mike/p658.C: Likewise.
20974         * g++.old-deja/g++.other/sibcall1.C: Likewise.
20975         * g++.old-deja/g++.other/vaarg2.C: Likewise.
20976         * g++.old-deja/g++.robertl/eb124.C: Likewise.
20977         * g++.old-deja/g++.robertl/eb44.C: Likewise.
20978         * g++.old-deja/g++.robertl/eb77.C: Likewise.
20979
20980 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
20981
20982         * gcc.c-torture/compile/20001024-1.c: New test.
20983
20984 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
20985
20986         * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
20987         to tell us whether or not we are using V3.
20988
20989 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
20990
20991         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
20992         operands.
20993
20994 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
20995
20996         * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
20997
20998 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
20999
21000         * gcc.c-torture/execute/20001024-1.c: New test.
21001
21002 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
21003
21004         * g++.old-deja/g++.other/sibcall1.C: New test.
21005
21006 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
21007
21008         * gcc.dg/noncompile/init-3.c: New test.
21009
21010 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
21011
21012         * gcc.dg/format-array-1.c: New test.
21013
21014 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
21015
21016         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
21017         writing through null pointers; remove comment about testing
21018         unterminated strings.
21019
21020 2000-10-17  Matthew Hiller  <hiller@redhat.com>
21021
21022         * gcc.c-torture/execute/20001017-2.c: New test.
21023
21024 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
21025
21026         * gcc.c-torture/compile/20001018-1.c: New test.
21027         * gcc.c-torture/compile/20001018-1.x: Xfail.
21028
21029 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
21030
21031         * gcc.c-torture/execute/20001017-1.c: New test.
21032
21033 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
21034
21035         * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
21036         for multiple use of arguments with scanf formats; add tests for
21037         multiple use of arguments.
21038
21039 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
21040
21041         * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
21042
21043 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
21044
21045         * gcc.dg/format-miss-1.c: New test.
21046
21047 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
21048
21049         * gcc.c-torture/execute/20001013-1.c: New test.
21050
21051 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
21052
21053         * gcc.dg/format-branch-1.c: New test.
21054
21055 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
21056
21057         * README, lib/file-format.exp: Remove EGCS references.
21058
21059 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
21060
21061         * gcc.dg/20001013-1.c: New test.
21062
21063 2000-10-15  Joseph S. Myers  <jsm28@cam.ac.uk>
21064
21065         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
21066         for intmax_t in the compiler using __typeof__ and the type rules
21067         for conditional expressions.
21068
21069 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
21070
21071         * gcc.dg/20001012-1.c: New test.
21072         * gcc.dg/20001012-2.c: New test.
21073
21074 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
21075
21076         * gcc.dg/format-attr-1.c: New test.
21077
21078 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
21079
21080         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
21081         __LONG_LONG_MAX__ instead of LLONG_MAX.
21082
21083 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
21084
21085         * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
21086         scanf flags.
21087         * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
21088         flags.
21089
21090 2000-10-11  Joseph S. Myers  <jsm28@cam.ac.uk>
21091
21092         * gcc.dg/sequence-pt-1.c: New test.
21093
21094 2000-10-11  Geoff Keating  <geoffk@cygnus.com>
21095
21096         * gcc.c-torture/execute/20001011-1.c: New testcase.
21097         Testcase provided by Zack Weinberg <zackw@stanford.edu>.
21098
21099 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
21100
21101         * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
21102         does not error on it.
21103
21104 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
21105
21106         * gcc.dg/20001009-1.c: New test.
21107
21108 Mon Oct  9 23:32:06 MET DST 2000  Jan Hubicka  <jh@suse.cz>
21109
21110         * gcc.c-torture/compile/20001009-1.c: Move from here ....
21111         * gcc.c-torture/execute/20001009-2.c: ... to here.
21112
21113 2000-10-09  Geoff Keating  <geoffk@cygnus.com>
21114
21115         * gcc.c-torture/compile/20001009-1.c: New testcase.
21116         * gcc.c-torture/execute/20001009-1.c: New testcase.
21117         Testcases provided by Jan Hubicka <jh@suse.cz>.
21118
21119 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
21120
21121         * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
21122         gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
21123         uintmax_t using <limits.h> to emulate the compiler's internal
21124         logic.  No longer XFAIL %j tests.
21125
21126 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
21127
21128         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
21129         gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
21130         gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
21131         regexps and details of expected handling of some bad formats.
21132         * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
21133         suppression.
21134
21135 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
21136
21137         * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
21138         g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
21139         g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
21140         gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
21141         in list archives.
21142
21143 2000-10-06  Richard Henderson  <rth@cygnus.com>
21144
21145         * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
21146         * g++.old-deja/g++.brendan/crash52.C: Likewise.
21147         * g++.old-deja/g++.jason/report.C: Likewise.
21148         * g++.old-deja/g++.law/friend5.C: Likewise.
21149         * g++.old-deja/g++.mike/p646.C: Likewise.  Adjust the spelling
21150         of the expected warnings.
21151
21152 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
21153
21154         * g++.old-deja/g++.pt/enum14.C: New test.
21155
21156 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
21157
21158         * g++.old-deja/g++.pt/crash59.C: New test.
21159
21160 2000-10-04  Will Cohen  <wcohen@redhat.com>
21161
21162         * gcc.dg/20000926-1.c: New test.
21163
21164 2000-10-03  Geoff Keating  <geoffk@cygnus.com>
21165
21166         * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
21167         function name for current C++ compiler.
21168         Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
21169
21170 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
21171
21172         * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
21173         __PRETTY_FUNCTION__.
21174         * g++.old-deja/g++.ext/pretty2.C: Likewise.
21175
21176 2000-09-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21177
21178         * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
21179
21180 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
21181
21182         * gcc.c-torture/compile/20000923-1.c: New test.
21183
21184 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
21185
21186         * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
21187         * g++.old-deja/g++.pt/ttp62.C: Same.
21188         * g++.old-deja/g++.other/inline14.C: Same.
21189
21190 2000-09-24  Richard Henderson  <rth@cygnus.com>
21191
21192         * gcc.c-torture/execute/20000914-1.c: Declare malloc.
21193
21194 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
21195
21196         * gcc.dg/c90-printf-1.c: Add test for wide string format.
21197
21198 2000-09-22  Geoff Keating  <geoffk@cygnus.com>
21199
21200         * gcc.c-torture/compile/20000922-1.c: New file.
21201
21202 2000-09-21  Nick Clifton  <nickc@redhat.com>
21203
21204         * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
21205         a signed long modulo operation.
21206         (mod6): New function - perform an unsigned long modulo operation.
21207         (main): Add tests for modulos of very large numbers by very small
21208         dividends.
21209
21210 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21211
21212         * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
21213
21214 2000-09-19  Richard Henderson  <rth@cygnus.com>
21215
21216         * gcc.dg/compare2.c (case 10): XFAIL.
21217
21218 2000-09-18  Richard Henderson  <rth@cygnus.com>
21219
21220         * gcc.c-torture/execute/20000906-1.c: Move ...
21221         * gcc.dg/20000906-1.c: ... here.  Only run on targets
21222         that support __builtin_trap.
21223
21224 Mon 18-Sep-2000 19:23:11 BST  Neil Booth  <NeilB@earthling.net>
21225
21226         * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
21227
21228 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
21229
21230         * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
21231         * gcc.dg/format-xopen-1.c: Fix error in one $ format test.  Add
21232         more $ format tests.
21233
21234 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
21235
21236         * gcc.dg/format-errmk-1.c: New test.
21237
21238 2000-09-17  Greg McGary  <greg@mcgary.org>
21239
21240         * gcc.c-torture/execute/20000917-1.x: Remove.
21241
21242 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
21243
21244         * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
21245
21246 2000-09-17  Greg McGary  <greg@mcgary.org>
21247
21248         * gcc.c-torture/execute/20000917-1.c: New test.
21249         * gcc.c-torture/execute/20000917-1.x: XFAIL.
21250
21251 2000-09-16  Neil Booth  <NeilB@earthling.net>
21252
21253         * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
21254         in nested macro bug.
21255
21256 2000-09-15  Neil Booth  <NeilB@earthling.net>
21257
21258         * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
21259
21260 2000-09-14  Jeffrey A Law  (law@cygnus.com)
21261
21262         * gcc.c-torture/execute/20000914-1.c: New test.
21263
21264 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
21265
21266         * g++.other/inline13.C: New test.
21267
21268 2000-09-12  Andreas Jaeger  <aj@suse.de>
21269
21270         * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
21271         constant by Ulrich Drepper <drepper@redhat.com>.
21272
21273 2000-09-12  J"orn Rennecke <amylaar@redhat.co.uk>
21274
21275         * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
21276
21277 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21278
21279         * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
21280
21281 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
21282
21283         * gcc.dg/cpp/backslash.c: New test.
21284
21285 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
21286
21287         * gcc.c-torture/execute/20000910-1.c: New test.
21288         * gcc.c-torture/execute/20000910-2.c: Likewise.
21289
21290 2000-09-11  Robert Lipe  <robertl@sco.com>
21291
21292         * gcc.dg/pragma-align.c: New test.
21293
21294 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
21295
21296         * g++.old-deja/g++.pt/explicit82.C: New test.
21297         * g++.old-deja/g++.pt/explicit83.C: New test.
21298
21299 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
21300
21301         * gcc.dg/asm-names.c: New test.
21302
21303 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21304
21305         * gcc.dg/cpp/tr-warn6.c: New test
21306
21307 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
21308
21309         * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
21310         be accepted.
21311
21312 2000-09-07  Catherine Moore  <clm@redhat.com>
21313
21314         * gcc.c-torture/execute/unroll-1.c: New test.
21315
21316 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
21317
21318         * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
21319         ERROR markers.
21320         * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
21321         * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
21322         * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
21323         * gcc.dg/wtr-suffix-1.c: Correct error regexps.
21324         * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
21325         Preprocess only.
21326         * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
21327         * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
21328
21329 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
21330
21331         * g++.old-deja/g++.pt/deduct2.C: New test.
21332
21333 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
21334
21335         * g++.old-deja/g++.pt/parms2.C: New test.
21336
21337 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
21338
21339         * g++.old-deja/g++.pt/crash58.C: New test.
21340
21341 2000-09-06  Greg McGary  <greg@mcgary.org>
21342
21343         * gcc.c-torture/execute/20000906-1.c: New test.
21344         * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
21345
21346 2000-09-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21347
21348         * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
21349
21350 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
21351
21352         * g++.old-deja/g++.pt/crash57.C: New test.
21353
21354 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
21355
21356         * g++.old-deja/g++.pt/crash56.C: New test.
21357
21358 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
21359
21360         * g++.old-deja/g++.pt/koenig1.C: New test.
21361
21362 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
21363
21364         * gcc.dg/20000904-1.c: New test.
21365
21366 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
21367
21368         * gcc.dg/cpp/paste8.c: New test.
21369
21370 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
21371
21372         * gcc.c-torture/compile/20000827-1.c: New test.
21373
21374 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
21375
21376         * gcc.dg/format-diag-1.c: New test.
21377
21378 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
21379
21380         * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
21381         gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
21382         gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
21383         gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
21384         gcc.dg/formatz-1.c: Adjust warning regular expressions.
21385
21386 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
21387
21388         * g++.old-deja/g++.other/nested4.C: New test.
21389
21390 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
21391
21392         * g++.old-deja/g++.ns/scoped1.C: New test.
21393
21394 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
21395
21396         * lib/g++.exp: Support testing already-installed GCC.
21397
21398 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21399
21400         * wtr-label-1.c, wtr-suffix-1.c: New tests.
21401
21402 2000-08-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21403
21404         * gcc.dg/return-type-2.c: New test.
21405
21406 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
21407
21408         * gcc.c-torture/compile/20000825-1.c: New test.
21409
21410 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
21411
21412         * gcc.dg/dwarf2-2.c: New test.
21413
21414 2000-08-26  Zack Weinberg  <zack@wolery.cumb.org>
21415
21416         * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
21417         dg-warning regexps.
21418
21419 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
21420
21421         * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
21422         gcc.dg/format-ext-5.c: New tests.
21423
21424 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
21425
21426         * testsuite/g++.old-deja/g++.other/crash22.C: New test.
21427
21428 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
21429
21430         * gcc.dg/noncompile/930622-2.c: Adjust error message.
21431
21432 2000-08-24  Richard Henderson  <rth@cygnus.com>
21433
21434         * gcc.dg/ia64-sync-1.c: New test.
21435         * gcc.dg/ia64-sync-2.c: New test.
21436         * gcc.dg/ia64-asm-1.c: New test.
21437
21438 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
21439
21440         * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
21441         * gcc.dg/format-ext-2.c: New test.
21442
21443 2000-08-23  Jason Merrill  <jason@redhat.com>
21444
21445         * lib/old-dejagnu.exp: Also ignore "In member function" and
21446         "At global scope".
21447
21448 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21449
21450         * gcc.dg/noncompile/label-lineno-1.c: New test.
21451
21452 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
21453
21454         * gcc.dg/c99-array-nonobj-1.c: New test.
21455
21456 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
21457
21458         * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
21459         tests.
21460         * gcc.dg/format-ext-1.c: New test.
21461
21462 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21463
21464         * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
21465         gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
21466         gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
21467         gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
21468         gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
21469
21470 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
21471
21472         * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
21473         gcc.dg/c99-strftime-2.c: New tests.
21474
21475 2000-08-22  Richard Henderson  <rth@cygnus.com>
21476
21477         * gcc.c-torture/execute/20000822-1.c: New test.
21478
21479 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
21480
21481         * gcc.c-torture/execute/20000819-1.x: Remove.
21482
21483 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
21484
21485         * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
21486         gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
21487         gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
21488         gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
21489         gcc.dg/format-xopen-1.c: New tests.
21490
21491 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
21492
21493         * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
21494
21495 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
21496
21497         * g++.old-deja/g++.other/loop2.C: New test.
21498
21499         * gcc.c-torture/compile/20000606-1.c: New test.
21500         * gcc.c-torture/compile/20000728-1.c: New test.
21501         * gcc.c-torture/execute/20000801-1.c: New test.
21502         * gcc.c-torture/execute/20000801-2.c: New test.
21503         * gcc.c-torture/execute/20000819-1.c: New test.
21504         * gcc.c-torture/execute/20000819-1.x: XFAIL.
21505         * gcc.dg/20000629-1.c: New test.
21506         * gcc.dg/20000724-1.c: New test.
21507         * gcc.dg/20000807-1.c: New test.
21508
21509 2000-08-20 Dennis Chernoivanov <cdi@sparc.spb.su>
21510
21511         * gcc.dg/cpp/pragma-1.c: New test.
21512         * gcc.dg/cpp/pragma-2.c: New test.
21513
21514 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
21515
21516         * gcc.dg/cpp/lexstrng.c: Don't include string.h.
21517         * gcc.dg/cpp/paste2.c: Don't include string.h.  Prototype strcmp.
21518
21519 2000-08-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
21520
21521         * gcc.c-torture/compile/20000818-1.c: New test.
21522
21523 2000-08-18  Manfred Hollstein  <manfredh@redhat.com>
21524
21525         * gcc.c-torture/execute/20000818-1.c: New test.
21526
21527 2000-08-18  Joseph S. Myers  <jsm28@cam.ac.uk>
21528
21529         * gcc.dg/format-va-1.c: New test.
21530
21531 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
21532
21533         * g++.old-deja/g++.other/typedef8.C: New test.
21534
21535 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
21536
21537         * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
21538         * g++.old-deja/g++.mike/net36.C: Mark candidate.
21539         * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
21540         * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
21541         * g++.old-deja/g++.other/ptrmem7.C: New test.
21542         * g++.old-deja/g++.pt/ptrmem10.C: New test.
21543
21544 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
21545
21546         * g++.old-deja/g++.pt/typename27.C: New test.
21547
21548 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
21549
21550         * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
21551         * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
21552         * g++.old-deja/g++.pt/friend45.C: New test.
21553         * g++.old-deja/g++.other/friend8.C: New test.
21554
21555 2000-08-15  Richard Henderson  <rth@cygnus.com>
21556
21557         * gcc.c-torture/execute/20000815-1.c: New test.
21558
21559 2000-08-15  Joseph S. Myers  <jsm28@cam.ac.uk>
21560
21561         * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
21562         gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
21563         gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
21564
21565 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
21566
21567         * g++.old-deja/g++.other/refinit2.C: New test.
21568
21569 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
21570
21571         * lib/c-torture.exp (c-torture): Make
21572         compiler_conditional_xfail_data global.
21573         * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
21574         compiler_conditional_xfail_data machinery.
21575         (f-torture-execute): Likewise.
21576         * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
21577         and only when unrolling loops.
21578
21579         * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
21580
21581 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
21582
21583         * g++.old-deja/g++.pt/explicit81.C: New test.
21584
21585 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
21586
21587         * g++.old-deja/g++.pt/typename26.C: New test.
21588
21589 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
21590
21591         * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
21592         warning.
21593
21594 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
21595
21596         * g++.old-deja/g++.other/array3.C: New test.
21597
21598 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
21599
21600         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
21601         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
21602         gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
21603         New tests.
21604
21605 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
21606
21607         * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
21608         * g++.old-deja/g++.abi/vmihint.C: Likewise.
21609
21610 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
21611
21612         * gcc.c-torture/execute/20000808-1.c: New test.
21613
21614 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
21615
21616         * gcc.dg/c90-const-expr-1.c: New test.
21617
21618 2000-08-08  Richard Henderson  <rth@cygnus.com>
21619
21620         * gcc.dg/noncompile/920923-1.c: Declare calloc.
21621
21622 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
21623
21624         * gcc.dg/noncompile/const-ll-1.c: New test.
21625
21626 2000-08-07  Joseph S. Myers  <jsm28@cam.ac.uk>
21627
21628         * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
21629
21630 2000-08-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
21631
21632         * lib/objc.exp (objc_target_compile): Set the ld_library_path so
21633         that running programs linked against the shared version of libobjc
21634         run correctly.
21635
21636 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
21637
21638         * gcc.dg/c99-printf-1.c: New test.
21639
21640 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
21641
21642         * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
21643
21644 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
21645
21646         * gcc.c-torture/execute/20000731-1.x: Delete.
21647
21648 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
21649
21650         * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
21651         and torture_without_loops as is done by c-torture.exp.
21652         (search_for): Copy from c-torture.exp.
21653         (gcc-dg-runtest): New function, drives a directory of tests
21654         iterating over the TORTURE_OPTIONS.
21655         (scan-assembler, scan-assembler-not): Move here from
21656         individual directory drivers.
21657
21658         * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
21659         defined by lib/gcc-dg.exp.
21660         * gcc.dg/cpp/cpp.exp: Likewise.
21661         * gcc.dg/noncompile/noncompile.exp: Likewise.  Use
21662         gcc-dg-runtest, so we cycle over optimization options.
21663
21664         * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
21665         * gcc.dg/compare2.c: No longer expected to fail.
21666
21667 2000-08-04  J"orn Rennecke <amylaar@cygnus.co.uk>
21668
21669         * gcc.c-torture/execute/20000804-1.c: New test.
21670
21671 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
21672
21673         * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
21674
21675 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
21676
21677         * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
21678
21679 2000-08-03  Jeffrey A Law  (law@cygnus.com)
21680
21681         * gcc.c-torture/compile/20000803-1.c: New test.
21682
21683 2000-08-03  Joseph S. Myers  <jsm28@cam.ac.uk>
21684
21685         * gcc.c-torture/execute/20000801-3.c,
21686         gcc.c-torture/execute/20000801-4.c: New tests.
21687         * gcc.c-torture/execute/20000801-3.x,
21688         gcc.c-torture/execute/20000801-4.x: Xfail.
21689
21690 2000-08-02  Geoff Keating  <geoffk@cygnus.com>
21691
21692         * lib/objc.exp (objc_target_compile): Look for libobjc.a in
21693         libobjc/.libs to allow for libtool.
21694
21695 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
21696
21697         * gcc.c-torture/compile/20000802-1.c: New test.
21698
21699 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
21700
21701         * gcc.dg/cpp/macsyntx.c: Fix error regexp.
21702
21703 2000-07-31  Jeffrey A Law  (law@cygnus.com)
21704
21705         * gcc-c-torture/execute/20000731-2.c: New test.
21706
21707         * gcc.c-torture/execute/20000731-1.c: New test.
21708         * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
21709
21710 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
21711
21712         * testsuite/gcc.dg/cpp/paste7.c: New test.
21713         * gcc.dg/cpp/20000725-1.c: New test.
21714
21715 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
21716
21717         * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
21718         * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
21719         declaration warning for __builtin_dwarf_reg_size.
21720
21721         * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
21722
21723 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
21724
21725         * gcc.dg/noncompile/voidparam-1.c: New test.
21726
21727 2000-07-30  Richard Henderson  <rth@cygnus.com>
21728
21729         * gcc.dg/c90-digraph-1.c: Don't xfail.
21730         * gcc.dg/compare2.c (case 10): Xfail.
21731         * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
21732
21733 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
21734
21735         * gcc.dg/c99-main-1.c: New test.
21736
21737 2000-07-25  Joseph S. Myers  <jsm28@cam.ac.uk>
21738
21739         * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
21740
21741 2000-07-26  Hans-Peter Nilsson  <hp@axis.com>
21742
21743         * gcc.c-tortuer/execute/20000726-1.c: New test.
21744
21745 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
21746
21747         * gcc.c-torture/execute/enum-2.c: New test.
21748
21749 2000-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21750
21751         * gcc.dg/cpp/tr-warn3.c: New test.
21752
21753 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
21754
21755         * g++.old-deja/g++.ext/implicit1.C: Remove.
21756         * g++.old-deja/g++.jason/c2.C: Remove
21757         * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
21758         * g++.old-deja/g++.pt/crash16.C: Likewise.
21759         * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
21760
21761 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
21762
21763         * g++.old-deja/g++.other/for2.C: New test.
21764
21765 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
21766
21767         * gcc.dg/20000720-1.c: New test.
21768
21769 2000-07-25  Toon Moene  <toon@moene.indiv.nluug.nl>
21770
21771         * g77.f-torture/compile/20000630-2.x: Removed.  Case fixed.
21772
21773 2000-07-24  Geoff Keating  <geoffk@cygnus.com>
21774
21775         * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
21776         * gcc.c-torture/execute/20000722-1.c: New.
21777         * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
21778
21779 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
21780
21781         * gcc.dg/cpp/20000720-1.S: New test.
21782
21783 2000-07-21  Michael Meissner  <meissner@redhat.com>
21784
21785         * gcc.c-torture/execute/ieee/hugeval.c: New test.
21786
21787 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
21788
21789         * g++.old-deja/g++.brendan/crash16.C,
21790         g++.old-deja/g++.brendan/parse3.C,
21791         g++.old-deja/g++.brendan/redecl1.C,
21792         g++.old-deja/g++.ns/template13.C,
21793         g++.old-deja/g++.other/decl4.C,
21794         g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
21795
21796 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
21797
21798         * lib/old-dejagnu.exp: Check for both "Internal compiler error"
21799         and "Internal error".
21800
21801         * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
21802         regexps.
21803         * gcc.dg/cpp/paste6.c: New test.
21804
21805 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
21806
21807         * gcc.dg/cpp/tr-direct.c: New test.
21808
21809         * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
21810         gcc.dg/cpp/undef1.c: Tweak error regexps.
21811
21812 2000-07-18  Eric Christopher <echristo@redhat.com>
21813
21814         * gcc.c-torture/compile/20000718-1.c: New test.
21815
21816 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
21817
21818         * cpplex.c (_cpp_push_token): If the token being pushed back
21819         is the previous token in this context, just subtract one from
21820         context->posn.
21821         * cppmacro.c (save_expansion): Clear aux field when storing a
21822         placemarker.
21823
21824 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
21825
21826         * gcc.dg/noncompile/redecl-1.c: New test.
21827
21828 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
21829
21830         * gcc.c-torture/execute/20000717-5.c: New test.
21831         * gcc.c-torture/execute/20000717-1.x: Removed.
21832
21833 2000-07-17  Richard Henderson  <rth@cygnus.com>
21834
21835         * gcc.c-torture/execute/20000717-4.c: New test.
21836
21837 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
21838
21839         * gcc.dg/cpp/syshdr.c: New test.
21840         * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
21841
21842 2000-07-17  Neil Booth  <neilb@earthling.net>
21843
21844         * gcc.dg/cpp/cmdlne-dM.c: New test.
21845         * gcc.dg/cpp/cmdlne-dD.c: New test.
21846
21847 2000-07-17  Jeffrey A Law  (law@cygnus.com)
21848
21849         * gcc.c-torture/execute/20000717-3.c: New test.
21850
21851         * gcc.c-torture/compile/20000717-1.c: New test.
21852
21853 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
21854
21855         * gcc.c-torture/execute/20000717-2.c: New test.
21856
21857 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
21858
21859         * gcc.dg/formatz-1.c: New test.
21860
21861         * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
21862         * gcc.dg/c99-digraph-1.c: New tests.
21863
21864         * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
21865         * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
21866
21867         * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
21868         * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
21869         * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
21870         * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
21871         * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
21872         * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
21873         * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
21874
21875 2000-07-17   Greg McGary <greg@mcgary.org>
21876
21877         * gcc.c-torture/execute/20000717-1.c: New test.
21878         * gcc.c-torture/execute/20000717-1.x: Expected to fail.
21879
21880 2000-07-15  Jakub Jelinek  <jakub@redhat.com>
21881
21882         * gcc.c-torture/execute/20000715-2.c: New test.
21883         * gcc.dg/20000715-1.c: New test.
21884
21885 2000-07-15  Michael Meissner  <meissner@redhat.com>
21886
21887         * gcc.c-torture/execute/20000715-1.c: New test.
21888
21889 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
21890
21891         * gcc.c-torture/execute/20000707-1.c: New test.
21892
21893 2000-07-13  Neil Booth  <NeilB@earthling.net>
21894
21895         * testsuite/gcc.dg/cpp/digraph1.c,
21896         testsuite/gcc.dg/cpp/digraph2.c,
21897         testsuite/gcc.dg/cpp/digraphs.c: New tests.
21898
21899 2000-07-12  David Billinghurst  <David Billinghurst@riotinto.com.au>
21900
21901         * g77.f-torture/compile/20000630-2.f:  New test.
21902         * g77.f-torture/compile/20000630-2.x
21903
21904 2000-07-11  David Billinghurst  <David.Billinghurst@riotinto.com.au>
21905
21906         * g77.f-torture/execute/20000503-1.x: Delete.  Test now passes.
21907
21908 2000-07-11  Neil Booth  <NeilB@earthling.net>
21909
21910         * gcc.dg/cpp/cmdlne-C.c: Fix typo.
21911
21912 2000-07-11  Neil Booth  <NeilB@earthling.net>
21913
21914         * gcc.dg/cpp/cmdlne-C.c: New.
21915
21916 2000-07-09  Neil Booth  <NeilB@earthling.net>
21917
21918         * gcc.dg/cpp/directiv.c: New tests.
21919         * gcc.dg/cpp/undef1.c: Update.
21920
21921 2000-07-08  Angela Marie Thomas <angela@cygnus.com>
21922
21923         * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
21924
21925 2000-07-09  Neil Booth  <NeilB@earthling.net>
21926
21927         * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
21928
21929 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
21930
21931         * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
21932         gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
21933
21934 2000-07-08  Neil Booth  <NeilB@earthling.net>
21935
21936         * gcc.dg/cpp/macsyntx.c: New tests.
21937
21938 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
21939
21940         * gcc.dg/20000707-1.c: New test.
21941
21942 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
21943
21944         * gcc.c-torture/execute/20000706-1.c: New test.
21945         * gcc.c-torture/execute/20000706-2.c: New test.
21946         * gcc.c-torture/execute/20000706-3.c: New test.
21947         * gcc.c-torture/execute/20000706-4.c: New test.
21948         * gcc.c-torture/execute/20000706-5.c: New test.
21949
21950 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
21951
21952         * g++.old-deja/g++.pt/instantiate7.C: New test.
21953
21954 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
21955
21956         * g++.old-deja/g++.mike/thunk2.C: Add return 0.
21957         * g++.old-deja/g++.mike/thunk3.C: Likewise.
21958         * g++.old-deja/g++.other/rtti3.C: Likewise.
21959         * g++.old-deja/g++.other/rttid3.C: Likewise.
21960
21961 2000-06-30  David Billinghurst  <David Billinghurst@riotinto.com.au>
21962
21963         *  g77.f-torture/compile/20000630-1.x: Fix typo
21964
21965 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
21966
21967         * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
21968         assembly output.
21969
21970 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
21971
21972         * gcc.dg/cpp/ident.c: New test.
21973
21974 2000-07-05  Neil Booth  <NeilB@earthling.net>
21975
21976         * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
21977           gcc.dg/cpp/lexstrng.c: New tests.
21978
21979 2000-07-04  Neil Booth  <NeilB@earthling.net>
21980
21981         * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
21982         * gcc.dg/cpp/strify2.c: Same.
21983
21984 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
21985
21986         * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
21987         * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
21988         * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
21989         * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
21990
21991         * testsuite/gcc.dg/cpp/macro1.c,
21992         testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
21993         testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
21994         testsuite/gcc.dg/cpp/strify1.c,
21995         testsuite/gcc.dg/cpp/strify2.c: New tests.
21996
21997 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
21998
21999         * gcc.c-torture/execute/20000703-1.c: New test.
22000
22001 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
22002
22003         * g++.old-deja/g++.pt (lookup10.C): New test.
22004
22005 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
22006
22007         * g++.old-deja/g++.pt (typename25.C): New test.
22008
22009 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org
22010
22011         * gcc.c-torture/compile/20000701-1.c: New test.
22012
22013 2000-06-30  Nick Clifton  <nickc@cygnus.com>
22014
22015         * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
22016         to test case.
22017
22018 2000-06-30  Catherine Moore  <clm@cygnus.com>
22019
22020         * gcc.c-torture/execute/align-1.c: New test.
22021
22022 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
22023
22024         * g++.old-deja/g++.pt/expr8.C: New test.
22025         * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
22026
22027 2000-06-29  Nick Clifton  <nickc@cygnus.com>
22028
22029         * gcc.c-torture/compile/20000629-1.c: New test.
22030
22031 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
22032
22033
22034         Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
22035         gcc.dg/noncompile directory, depending on whether they're
22036         preprocessor tests or not.  Annotate all the tests for the dg
22037         framework.
22038
22039         * gcc.c-torture/noncompile/noncompile.exp: Delete.
22040         * gcc.dg/noncompile/noncompile.exp: New.
22041
22042         * Moved files:
22043         Old name                                New name
22044         gcc.c-torture/noncompile/920507-1.c     gcc.dg/noncompile/920507-1.c
22045         gcc.c-torture/noncompile/920616-2.c     gcc.dg/noncompile/920616-2.c
22046         gcc.c-torture/noncompile/920721-2.c     gcc.dg/noncompile/920721-2.c
22047         gcc.c-torture/noncompile/920824-1.c     gcc.dg/noncompile/920824-1.c
22048         gcc.c-torture/noncompile/920923-1.c     gcc.dg/noncompile/920923-1.c
22049         gcc.c-torture/noncompile/921102-1.c     gcc.dg/noncompile/921102-1.c
22050         gcc.c-torture/noncompile/921116-1.c     gcc.dg/noncompile/921116-1.c
22051         gcc.c-torture/noncompile/930301-1.c     gcc.dg/noncompile/930301-1.c
22052         gcc.c-torture/noncompile/930622-1.c     gcc.dg/noncompile/930622-1.c
22053         gcc.c-torture/noncompile/930622-2.c     gcc.dg/noncompile/930622-2.c
22054         gcc.c-torture/noncompile/930714-1.c     gcc.dg/noncompile/930714-1.c
22055         gcc.c-torture/noncompile/931203-1.c     gcc.dg/noncompile/931203-1.c
22056         gcc.c-torture/noncompile/940112-1.c     gcc.dg/noncompile/940112-1.c
22057         gcc.c-torture/noncompile/940227-1.c     gcc.dg/noncompile/940227-1.c
22058         gcc.c-torture/noncompile/940510-1.c     gcc.dg/noncompile/940510-1.c
22059         gcc.c-torture/noncompile/950825-1.c     gcc.dg/noncompile/950825-1.c
22060         gcc.c-torture/noncompile/950921-1.c     gcc.dg/noncompile/950921-1.c
22061         gcc.c-torture/noncompile/951123-1.c     gcc.dg/noncompile/951123-1.c
22062         gcc.c-torture/noncompile/971104-1.c     gcc.dg/noncompile/971104-1.c
22063         gcc.c-torture/noncompile/990416-1.c     gcc.dg/noncompile/990416-1.c
22064         gcc.c-torture/noncompile/init-1.c       gcc.dg/noncompile/init-1.c
22065         gcc.c-torture/noncompile/init-2.c       gcc.dg/noncompile/init-2.c
22066         gcc.c-torture/noncompile/invalid_asm.c  gcc.dg/noncompile/invalid_asm.c
22067         gcc.c-torture/noncompile/va-arg-1.c     gcc.dg/noncompile/va-arg-1.c
22068
22069         gcc.c-torture/noncompile/940712-1.c     gcc.dg/cpp/19940712-1.c
22070         gcc.c-torture/noncompile/940712-1.h     gcc.dg/cpp/19940712-1.h
22071         gcc.c-torture/noncompile/940712-1a.h    gcc.dg/cpp/19940712-1a.h
22072         gcc.c-torture/noncompile/940712-1b.h    gcc.dg/cpp/19940712-1b.h
22073         gcc.c-torture/noncompile/951025-1.c     gcc.dg/cpp/19951025-1.c
22074         gcc.c-torture/noncompile/951227-1.c     gcc.dg/cpp/19951227-1.c
22075
22076 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
22077
22078         * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
22079         declare one variable.  On the fourth, error.
22080         * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
22081         declared by 20000628-1a.h.
22082
22083 2000-06-29  Richard Henderson  <rth@redhat.com>
22084
22085         * gcc.c-torture/execute/930529-1.x: New file.
22086         * gcc.dg/920413-1.c: Adjust expected warning text.
22087         * gcc.dg/980217-1.c: Declare abort.
22088         * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
22089
22090 2000-06-29  Jeffrey A Law  (law@cygnus.com)
22091
22092         * g77.f-torture/compile/20000629-1.f: New test.
22093         * g77.f-torture/compile/20000629-1.x: Expected to fail.
22094
22095 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
22096
22097         Rearrange lots of files, removing entirely the
22098         gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
22099         directories.
22100
22101         * Deleted files:
22102         gcc.c-torture/code_quality/code_quality.exp
22103         gcc.c-torture/special/special.exp
22104         gcc.failure/failure.exp
22105         gcc.failure/940409-1.x
22106         gcc.c-torture/compile/961203-1.x
22107
22108         * New files:
22109         gcc.misc-tests/linkage.exp
22110         gcc.c-torture/execute/920730-1t.c
22111         gcc.c-torture/execute/920730-1t.x
22112         gcc.c-torture/compile/920520-1.x
22113         gcc.c-torture/compile/920521-1.x
22114         gcc.c-torture/compile/981006-1.x
22115         gcc.c-torture/execute/eeprof-1.x
22116
22117         * Moved files (possibly with modifications to fit a new harness):
22118         Old name                                New name
22119         gcc.c-torture/code_quality/920608-1.c   gcc.c-torture/compile/920608-1.c
22120         gcc.c-torture/special/920413-1.c        gcc.dg/920413-1.c
22121         gcc.c-torture/special/920520-1.c        gcc.c-torture/compile/920520-1.c
22122         gcc.c-torture/special/920521-1.c        gcc.c-torture/compile/920521-1.c
22123         gcc.c-torture/special/920717-x.c        gcc.misc-tests/linkage-x.c
22124         gcc.c-torture/special/920717-y.c        gcc.misc-tests/linkage-y.c
22125         gcc.c-torture/special/920730-1.c        gcc.c-torture/execute/920730-1.c
22126         gcc.c-torture/special/930510-1.c        gcc.dg/cpp/19930510-1.c
22127         gcc.c-torture/special/951130-1.c        gcc.dg/951130-1.c
22128         gcc.c-torture/special/960224-1.c        gcc.dg/cpp/19960224-1.c
22129         gcc.c-torture/special/960224-2.c        gcc.dg/cpp/19960224-2.c
22130         gcc.c-torture/special/981006-1.c        gcc.c-torture/compile/981006-1.c
22131         gcc.c-torture/special/eeprof-1.c        gcc.c-torture/execute/eeprof-1.c
22132         gcc.failure/940409-1.c                  gcc.dg/940409-1.c
22133
22134 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
22135
22136         * c-torture/compile/961203-1.x: Delete.
22137
22138         * gcc.misc-tests/acker1.c: Report failure.  Use return from main,
22139         not exit. Include stdio.h.
22140         * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
22141         * gcc.misc-tests/dg-12.c: Likewise.
22142         * gcc.misc-tests/dg-5.c: Likewise.
22143         * gcc.misc-tests/dg-6.c: Likewise.
22144         * gcc.misc-tests/dg-7.c: Prototype abort.
22145         * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
22146         * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
22147         * gcc.misc-tests/matrix1.c: Report failure.  Use return from main,
22148         not exit.
22149         * gcc.misc-tests/sieve.c: Use return from main, not exit.
22150         * gcc.misc-tests/sort2.c: Use return from main, not exit.
22151
22152 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
22153
22154         * gcc.dg/cpp/20000628-1.c: New test.
22155         * gcc.dg/cpp/20000628-1.h: New header for above test.
22156         * gcc.dg/cpp/20000628-1a.h: Likewise.
22157
22158 2000-06-27  Zack Weinberg  <zack@wolery.cumb.org>
22159
22160         * gcc.dg/cpp: New directory.
22161         * gcc.dg/cpp/cpp.exp: New driver.
22162         * gcc.dg/cpp/20000627-1.c: New test.
22163         * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
22164         * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
22165         and rewrite as a compilation test.
22166
22167         * gcc.dg: Move many files into the cpp subdirectory, possibly
22168         renaming or editing them as well.
22169         Old name                New name
22170         990119-1.c              cpp/19990119-1.c
22171         990228-1.c              cpp/19990228-1.c
22172         990407-1.c              cpp/19990407-1.c
22173         990409-1.c              cpp/19990409-1.c
22174         990413-1.c              cpp/19990413-1.c
22175         990703-1.c              cpp/19990703-1.c
22176         20000127-1.c            cpp/20000127-1.c
22177         20000129-1.c            cpp/20000129-1.c
22178         20000207-1.c            cpp/20000207-1.c
22179         20000207-2.c            cpp/20000207-2.c
22180         20000209-1.c            cpp/20000209-1.c
22181         20000209-2.c            cpp/20000209-2.c
22182         20000301-1.c            cpp/20000301-1.c
22183         20000419-1.c            cpp/20000419-1.c
22184         20000510-1.S            cpp/20000510-1.S
22185         20000519-1.c            cpp/20000519-1.c
22186         20000529-1.c            cpp/20000529-1.c
22187         20000625-1.c            cpp/20000625-1.c
22188         20000625-2.c            cpp/20000625-2.c
22189         cpp-as1.c               cpp/assert1.c
22190         cpp-as2.c               cpp/assert2.c
22191         cxx-comments-1.c        cpp/cxxcom1.c
22192         cxx-comments-2.c        cpp/cxxcom2.c
22193         endif-label.c           cpp/endif.c
22194         cpp-hash1.c             cpp/hash1.c
22195         cpp-hash2.c             cpp/hash2.c
22196         cpp-if1.c               cpp/if-1.c
22197         cpp-if2.c               cpp/if-2.c
22198         cpp-if3.c               cpp/if-3.c
22199         cpp-if4.c               cpp/if-4.c
22200         cpp-if5.c               cpp/if-5.c
22201         cpp-cond.c              cpp/if-cexp.c
22202         cpp-missingop.c         cpp/if-mop.c
22203         cpp-missingparen.c      cpp/if-mpar.c
22204         cpp-opprec.c            cpp/if-oppr.c
22205         cpp-ifparen.c           cpp/if-paren.c
22206         cpp-shortcircuit.c      cpp/if-sc.c
22207         cpp-shift.c             cpp/if-shift.c
22208         cpp-unary.c             cpp/if-unary.c
22209         cpp-li1.c               cpp/line1.c
22210         cpp-li2.c               cpp/line2.c
22211         lineno.c                cpp/line3.c
22212         lineno-2.c              cpp/line4.c
22213         cpp-mi.c                cpp/mi1.c
22214         cpp-mic.h               cpp/mi1c.h
22215         cpp-micc.h              cpp/mi1cc.h
22216         cpp-mind.h              cpp/mi1nd.h
22217         cpp-mindp.h             cpp/mi1ndp.h
22218         cpp-mix.h               cpp/mi1x.h
22219         cpp-mi2.c               cpp/mi2.c
22220         cpp-mi2a.h              cpp/mi2a.h
22221         cpp-mi2b.h              cpp/mi2b.h
22222         cpp-mi2c.h              cpp/mi2c.h
22223         cpp-mi3.c               cpp/mi3.c
22224         cpp-mi3.def             cpp/mi3.def
22225         poison-1.c              cpp/poison.c
22226         pr-impl.c               cpp/prag-imp.c
22227         cpp-redef-2.c           cpp/redef1.c
22228         cpp-redef.c             cpp/redef2.c
22229         strpaste.c              cpp/strp1.c
22230         strpaste-2.c            cpp/strp2.c
22231         cpp-tradpaste.c         cpp/tr-paste.c
22232         cpp-tradstringify.c     cpp/tr-str.c
22233         cpp-tradwarn1.c         cpp/tr-warn1.c
22234         cpp-tradwarn2.c         cpp/tr-warn2.c
22235         trigraphs.c             cpp/trigraphs.c
22236         cpp-unc1.c              cpp/unc1.c
22237         cpp-unc2.c              cpp/unc2.c
22238         cpp-unc3.c              cpp/unc3.c
22239         cpp-unc.c               cpp/unc4.c
22240         undef.c                 cpp/undef1.c
22241         undef-2.c               cpp/undef2.c
22242         cpp-wi1.c               cpp/widestr1.c
22243
22244 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
22245
22246         * lib/g++.exp (g++_include_flags): Tweak.
22247
22248 2000-06-27  H.J. Lu  <hjl@gnu.org>
22249             Loren J. Rittle  <ljrittle@acm.org>
22250
22251         * lib/g++.exp (g++_include_flags): Override libgloss.exp
22252         version with one that knows about the new gcc tree structure.
22253         (g++_link_flags): Same.
22254
22255 2000-06-26  Zack Weinberg  <zack@wolery.cumb.org>
22256
22257         * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
22258         gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
22259         case we are cross-compiling.
22260
22261         * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
22262         g++.old-deja/g++.niklas/Makefile.in,
22263         g++.old-deja/g++.niklas/configure.in,
22264         g++.old-deja/g++.other/Makefile.in,
22265         g++.old-deja/g++.other/configure.in,
22266         gcc.c-torture/code_quality/Makefile.in,
22267         gcc.c-torture/code_quality/configure.in,
22268         gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
22269         gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
22270         gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
22271         gcc.c-torture/execute/ieee/Makefile.in,
22272         gcc.c-torture/execute/ieee/configure.in,
22273         gcc.c-torture/noncompile/Makefile.in,
22274         gcc.c-torture/noncompile/configure.in,
22275         gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
22276         gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
22277         gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
22278
22279 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
22280
22281         * g++.old-deja/g++.other/ambig3.C: New test.
22282
22283 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
22284
22285         * g++.old-deja/g++.pt/syntax1.C: New test.
22286         * g++.old-deja/g++.pt/syntax2.C: New test.
22287         * g++.old-deja/g++.other/syntax3.C: New test.
22288         * g++.old-deja/g++.other/syntax4.C: New test.
22289
22290 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
22291
22292         * gcc.dg/20000623-1.c: Prototype exit and abort.
22293
22294 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
22295
22296         * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
22297         New tests.
22298         * gcc.dg/cpp-mi3.def: New file.
22299
22300         * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
22301         inside assertions.
22302         * gcc.dg/cpp-as2.c: Make error regexps match either old or new
22303         lexer's error messages.
22304         * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
22305         divine anything from the linemarkers.
22306         * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
22307         * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
22308
22309 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
22310
22311         * gcc.dg/20000623-1.c: New test.
22312
22313 2000-06-22  Jakub Jelinek  <jakub@redhat.com>
22314
22315         * gcc.c-torture/execute/20000622-1.c: New test.
22316
22317 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
22318
22319         * g++.old-deja/g++.other/init15.C: New test.
22320
22321 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
22322
22323         * g++.old-deja/g++.pt/vaarg2.C: New test.
22324         * g++.old-deja/g++.pt/vaarg3.C: New test.
22325
22326 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
22327
22328         * g++.old-deja/g++.other/dyncast6.C: New test.
22329
22330 2000-06-15  Jakub Jelinek  <jakub@redhat.com>
22331
22332         * gcc.c-torture/execute/loop-6.c: New test.
22333
22334 2000-06-14  Jakub Jelinek  <jakub@redhat.com>
22335
22336         * gcc.dg/20000614-1.c: New test.
22337         * gcc.dg/20000614-2.c: New test.
22338
22339 2000-06-14  Hans-Peter Nilsson  <hp@axis.com>
22340
22341         * g++.old-deja/g++.other/inline12.C: New test.
22342
22343 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
22344
22345         * g++.old-deja/g++.other/eh1.C: New test.
22346
22347 2000-06-12  Jakub Jelinek  <jakub@redhat.com>
22348
22349         * g++.old-deja/g++.other/type.C: New test.
22350
22351 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
22352
22353         * g++.old-deja/g++.other/initstring.C: New test.
22354
22355 2000-06-12  Jason Merrill  <jason@redhat.com>
22356
22357         * g++.old-deja/old-deja.exp: Add -Wno-long-long.
22358
22359 2000-06-09  Jeffrey A Law  (law@cygnus.com)
22360
22361         * gcc.c-torture/compile/20000609-1.c: New test.
22362
22363 2000-06-09  Clinton Popetz  <cpopetz@cygnus.com>
22364
22365         * gcc.dg/20000609-1.c: New test.
22366
22367 2000-06-08  Zack Weinberg  <zack@wolery.cumb.org>
22368
22369         * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
22370         * gcc.c-torture/noncompile/poison-1.c: Move...
22371         * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
22372         * gcc.dg/cpp-li1.c: Add a token after the #line.
22373
22374 2000-06-05  Richard Henderson  <rth@cygnus.com>
22375
22376         * gcc.c-torture/execute/20000605-2.c: New test.
22377         * gcc.c-torture/execute/20000605-3.c: New test.
22378
22379 2000-06-06  David Billinghurst  <David Billinghurst@riotinto.com.au>
22380
22381         * g77.f-torture/execute/20000503-1.x: New file.
22382
22383 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
22384
22385         * g++.old-deja/g++.eh/badalloc1.C: New test.
22386
22387 2000-06-05  Richard Henderson  <rth@cygnus.com>
22388
22389         * gcc.c-torture/execute/20000605-1.c: New test.
22390
22391 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
22392             Nathan Sidwell <nathan@codesourcery.com>
22393
22394         * gcc.c-torture/compile/20000605-1.c: New test.
22395
22396 2000-06-03  David Billinghurst  <David Billinghurst@riotinto.com.au>
22397
22398         * g77.f-torture/compile/20000601-1.f:  New test.
22399
22400 2000-06-03  Richard Henderson  <rth@cygnus.com>
22401
22402         * gcc.c-torture/execute/20000603-1.c: New.
22403
22404 2000-06-02  Zack Weinberg  <zack@wolery.cumb.org>
22405
22406         * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
22407         * gcc.dg/noreturn-2.c (noreturn): Likewise.
22408
22409 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
22410
22411         * gcc.dg/compare2.c (case 12): XFAIL.
22412         * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
22413         * gcc.dg/noreturn-2.c (noreturn): XFAIL.
22414
22415         * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
22416
22417 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
22418
22419         * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
22420         guard macro is already defined when the header is first
22421         included.
22422         * gcc.dg/cpp-mix.h: New file.
22423         * gcc.dg/endif-label.c: Update patterns to match compiler.
22424
22425         * g++.brendan/complex1.C: Declare abort.
22426         * g++.law/refs4.C: Remove XFAIL.
22427         * g++.oliva/expr2.C: Declare abort and exit.
22428
22429 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
22430
22431         * gcc.c-torture/execute/20000528-1.c: New test.
22432
22433         * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
22434         * g++.old-deja/g++.law/temps4.C: Likewise.
22435
22436         * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
22437         stdlib.h.  Call abort() on failure.
22438         * g++.old-deja/g++.law/refs4.C: Likewise.
22439         * g++.old-deja/g++.law/temps4.C: Likewise.
22440         * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
22441         * gcc.c-torture/execute/20000112-1.c: Include string.h.
22442
22443 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
22444
22445         Relative to g++.dg/special:
22446         * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
22447
22448         Relative to g++.old-deja:
22449         * g++.brendan/complex1.C, g++.jason/optimize2.C,
22450         g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
22451         g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
22452         g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
22453         g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
22454         g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
22455         g++.robertl/ice990323-2.C: Prototype exit and/or abort.
22456
22457         * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
22458         g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
22459         g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
22460         g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
22461         g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
22462         g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
22463         and/or string.h.
22464
22465         * g++.other/goto1.C: Update expectations for error messages.
22466
22467 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
22468
22469         * gcc.c-torture/compile/20000523-1.c: New test.
22470
22471 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
22472
22473         * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
22474
22475 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
22476
22477         * g++.old-deja/g++.eh/catch11.C: New test.
22478         * g++.old-deja/g++.eh/catch12.C: New test.
22479
22480 2000-05-24  Nick Clifton  <nickc@cygnus.com>
22481
22482         * gcc.c-torture/execute/20000523-1.c: New test.
22483
22484 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
22485
22486         * c-torture/execute/bcp-1.c: Replace abort in arg of
22487         __builtin_constant_p with a generic external function.
22488
22489         * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
22490         gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
22491         gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
22492         gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
22493         Prototype abort and/or exit.
22494
22495         * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
22496         gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
22497         gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
22498         gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
22499
22500 2000-05-22  Alexandre Oliva  <aoliva@cygnus.com>
22501
22502         * gcc.dg/dwarf2-1.c: New test.
22503
22504 2000-05-20  Richard Henderson  <rth@cygnus.com>
22505
22506         * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
22507
22508 2000-05-20  Andreas Jaeger  <aj@suse.de>
22509
22510         * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
22511         testcase.
22512
22513 2000-05-19  David Edelsohn  <edelsohn@gnu.org>
22514
22515         * gcc.c-torture/execute/20000519-2.c: New test.
22516
22517 2000-05-19  Andreas Jaeger  <aj@suse.de>
22518
22519         * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
22520         which fails with SSA.
22521
22522         * lib/c-torture.exp: Also test with -O3 -fssa.
22523
22524 2000-05-18  Michael Meissner  <meissner@redhat.com>
22525
22526         * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
22527         * gcc.c-torture/execute/920415-1.c: Ditto.
22528         * gcc.c-torture/execute/920501-1.c: Ditto.
22529         * gcc.c-torture/execute/conversion.c: Ditto.
22530         * gcc.c-torture/execute/cvt-1.c: Ditto.
22531
22532 2000-05-18  Jeffrey A Law  (law@cygnus.com)
22533
22534         * gcc.c-torture/compile/20000518-1.c: New test.
22535
22536 2000-05-18  David Billinghurst  <David.Billinghurst@riotinto.com.au>
22537
22538         * g77.f-torture/compile/200005018.f:  New test.
22539
22540 2000-05-17  Jeffrey A Law  (law@cygnus.com)
22541
22542         * gcc.c-torture/compile/20000517-1.c: New test.
22543
22544 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
22545
22546         * gcc.c-torture/execute/20000516-1.c: New test.
22547
22548 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
22549
22550         * g++.old-deja/g++.other/eh.C: New test.
22551
22552 2000-05-12  Richard Henderson  <rth@cygnus.com>
22553
22554         * gcc.c-torture/execute/990208-1.c (main): Don't pass
22555         constants through to doit's conditional.
22556
22557 2000-05-11  Jeffrey A Law  (law@cygnus.com)
22558
22559         * gcc.c-torture/compile/20000511-1.c: New test.
22560         * g77.f-torture/compile/20000511-1.f: New test.
22561         * g77.f-torture/compile/20000511-2.f: New test.
22562
22563 2000-05-11  Michael Meissner  <meissner@redhat.com>
22564
22565         * gcc.c-torture/execute/20000511-1.c: New test.
22566
22567 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
22568
22569         * gcc.dg/dg.exp: Scan .S files as well as .c files.
22570         * gcc.dg/20000510-1.S: New.
22571
22572 2000-05-08  Catherine Moore  <clm@cygnus.com>
22573
22574         * gcc.dg/unused-3.c: New.
22575
22576 2000-05-06  Richard Henderson  <rth@cygnus.com>
22577
22578           * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
22579           * g++.old-deja/g++.mike/warn1.C: Likewise.
22580           * g++.old-deja/g++.pt/local1.C: Likewise.
22581           * g++.old-deja/g++.pt/local7.C: Likewise.
22582           * g++.old-deja/g++.pt/spec16.C: Likewise.
22583
22584 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
22585
22586         * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
22587
22588 2000-05-05  David Billinghurst  <David Billinghurst@riotinto.com.au>
22589
22590           * g77.f-torture/execute/20000503-1.f:  New test.
22591
22592 2000-05-04  Andreas Jaeger  <aj@suse.de>
22593
22594         * gcc.dg/noreturn-2.c: New test.
22595
22596 2000-05-04  Neil Booth  <NeilB@earthling.net>
22597
22598         * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
22599         preprocessor.
22600
22601 2000-05-04  Richard Henderson  <rth@cygnus.com>
22602
22603         * gcc.c-torture/execute/20000503-1.c: Fix typo.
22604
22605 2000-05-04  Richard Henderson  <rth@cygnus.com>
22606
22607         * gcc.c-torture/compile/20000504-1.c: New test.  Derived from
22608         OpenSSL by Jason R Thorpe.
22609
22610 2000-05-03  Jim Wilson  <wilson@cygnus.com>
22611
22612         * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
22613
22614 2000-05-03  Robert Lipe <robertlipe@usa.net>
22615
22616         * gcc.dg/20000503-1.c: New test.
22617
22618 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
22619
22620         * gcc.c-torture/compile/20000502-1.c: New test.
22621         * g++.old-deja/g++.other/align.C: New test.
22622         * gcc.dg/cpp-tradstringify.c: New test.
22623
22624 Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
22625
22626         * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
22627         and hard registers.
22628
22629 2000-04-26  Geoff Keating  <geoffk@cygnus.com>
22630
22631         * gcc.c-torture/execute/loop-5.c: New test.
22632
22633 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
22634
22635         * gcc.c-torture/execute/va-arg-20.c: New test.
22636
22637 2000-04-23  Jeffrey A Law  (law@cygnus.com)
22638
22639         * gcc.c-torture/execute/20000422-1.c: New test.
22640
22641 2000-04-20  Greg McGary  <gkm@gnu.org>
22642
22643         * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
22644         when optimizing, but without sibling-call optimizations (-O1).
22645
22646 2000-04-20  Jeffrey A Law  (law@cygnus.com)
22647
22648           * gcc.c-torture/compile/20000420-1.c: New test.
22649
22650 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
22651
22652         * g++.abi/ptrflags.C: New test.
22653         * g++.eh/catchptr1.C: Test incomplete pointer chains.
22654
22655 2000-04-19  Catherine Moore  <clm@cygnus.com>
22656
22657         * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
22658
22659 2000-04-19  Greg McGary  <gkm@gnu.org>
22660
22661         * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
22662         sibling-call optimizations.
22663
22664 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
22665
22666         * gcc.dg/20000419-1.c: New test.
22667
22668 2000-04-12  Hans-Peter Nilsson  <hp@axis.com>
22669
22670         * gcc.c-torture/execute/20000412-6.c: New test.
22671
22672 2000-04-12  Jeffrey A Law  (law@cygnus.com)
22673
22674         * gcc.c-torture/execute/20000412-5.c: New test.
22675         * g77.f-torture/compile/20000412-1.f: New test.
22676         * gcc.c-torture/execute/20000412-4.c: New test.
22677         * gcc.c-torture/compile/20000412-2.c: New test.
22678         * gcc.c-torture/execute/20000412-3.c: New test.
22679         * gcc.c-torture/compile/20000412-1.c: New test.
22680         * gcc.c-torture/execute/20000412-2.c: New test.
22681
22682 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
22683
22684         * objc/execute/bf-20.m: New test.
22685
22686 2000-04-10  Richard Henderson  <rth@cygnus.com>
22687
22688         * gcc.c-torture/execute/20000412-1.c: Reduce some more.
22689
22690         * gcc.c-torture/execute/20000412-1.c: New test.
22691
22692 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
22693
22694         * g++.old-deja/g++.eh/catchptr1.C: New test.
22695
22696 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
22697
22698         * g++.old-deja/g++.abi/cxa_vec.C: New test.
22699
22700 2000-04-08  Neil Booth  <NeilB@earthling.net>
22701
22702         * gcc.dg/cpp-nullchar.c: Remove test as
22703         embedded nulls cause problems.
22704
22705 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22706
22707         * gcc.dg/compare2.c: New test.
22708
22709 2000-04-08  Neil Booth  <NeilB@earthling.net>
22710
22711         * gcc.dg/cpp-nullchar.c: New test.
22712
22713 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
22714
22715         * gcc.dg/cpp-mi2.c: New test.
22716         * gcc.dg/cpp-mi2[abc].h: New files.
22717
22718 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
22719
22720         * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
22721         member name.
22722
22723 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
22724
22725         * g++.old-deja/g++.abi/vmihint.C: New test.
22726
22727 2000-04-06  Neil Booth  <NeilB@earthling.net>
22728
22729         * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
22730         cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c:  Add FSF
22731         copyright.
22732
22733 2000-04-05  Hans-Peter Nilsson  <hp@axis.com>
22734
22735         * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
22736         avoid stack-frame overwrite.
22737
22738 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
22739
22740         * gcc.c-torture/compile/20000405-2.c: New test.
22741         * gcc.c-torture/compile/20000405-3.c: New test.
22742
22743 2000-04-05  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
22744
22745         * gcc.c-torture/compile/20000405-1.c: New test.
22746
22747 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
22748
22749         * gcc.dg/cast-qual-1.c: Revert last change.
22750
22751 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22752
22753         * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
22754
22755 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
22756
22757         * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
22758         gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
22759
22760 2000-04-03  Jeffrey A Law  (law@cygnus.com)
22761
22762         * gcc.c-torture/compile/20000403-2.c: New test.
22763         * gcc.c-torture/compile/20000403-1.c: New test.
22764
22765 2000-04-03  Hans-Peter Nilsson  <hp@axis.com>
22766
22767         * gcc.c-torture/execute/20000403-1.c: New test.
22768
22769 2000-04-03  Geoff Keating  <geoffk@cygnus.com>
22770
22771         * gcc.c-torture/execute/20000402-1.c: New test.
22772
22773 2000-04-03  Donald Lindsay  <dlindsay@cygnus.com>
22774
22775         * gcc.c-torture/execute/va-arg-15.c: New test.
22776         * gcc.c-torture/execute/va-arg-16.c: New test.
22777         * gcc.c-torture/execute/va-arg-17.c: New test.
22778         * gcc.c-torture/execute/va-arg-18.c: New test.
22779         * gcc.c-torture/execute/va-arg-19.c: New test.
22780
22781 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
22782
22783         * gcc.c-torture/compile/981211-1.c: Move to...
22784         * gcc.dg/cpp-as1.c: ...here.
22785         * gcc.dg/cpp-as2.c: New file.
22786
22787         * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
22788         compiler.
22789
22790 2000-04-02  Neil Booth  <NeilB@earthling.net>
22791
22792         * gcc.dg/cpp-cond.c  New tests.
22793         * gcc.dg/cpp-ifparen.c New tests.  Amend existing tests to make
22794         accidental success less likely.
22795         * gcc.dg/cpp-missingop.c  New tests.
22796         * gcc.dg/cpp-missingparen.c  New tests.
22797         * gcc.dg/cpp-shift.c  New tests.
22798         * gcc.dg/cpp-shortcircuit.c  New tests.
22799         * gcc.dg/cpp-unary.c  New tests.
22800
22801 2000-03-29  Jeffrey A Law  (law@cygnus.com)
22802
22803         * gcc.c-torture/compile/20000329-1.c: New test.
22804
22805 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
22806
22807         * gcc.c-torture/compile/20000326-1.c: New test.
22808         * gcc.c-torture/compile/20000326-2.c: New test.
22809
22810 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
22811
22812         * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
22813         the first parameter is a function argument.
22814
22815 2000-03-23  Nathan Sidwell  <nathan@codesourcery.com>
22816
22817         * g++.old-deja/g++.ext/array4.C: New test.
22818
22819 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
22820
22821         * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
22822
22823 2000-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22824
22825         * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
22826
22827 2000-03-19  Richard Henderson  <rth@cygnus.com>
22828
22829         * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
22830
22831 2000-03-19  Richard Henderson  <rth@cygnus.com>
22832
22833         * gcc.c-torture/compile/20000319-1.c: New test.
22834
22835 2000-03-14  Jeffrey A Law  (law@cygnus.com)
22836
22837         * gcc.c-torture/execute/20000314-3.c: New test.
22838         * gcc.c-torture/execute/20000314-2.c: New test.
22839         * gcc.c-torture/execute/20000314-1.c: New test.
22840         * gcc.c-torture/compile/20000314-2.c: New test.
22841         * gcc.c-torture/compile/20000314-1.c: New test.
22842
22843 2000-03-13  Nathan Sidwell  <nathan@codesourcery.com>
22844
22845         * g++.old-deja/g++.warn/inline.C: New test.
22846
22847 2000-03-10  Hans-Peter Nilsson  <hp@bitrange.com>
22848
22849         * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
22850         standards-compliant result rather than specific constants.
22851         Put test-values in array.
22852
22853 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
22854
22855         * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
22856         (g++_target_compile): Put test-specific options last.
22857
22858 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
22859
22860         * g++.old-deja/g++.eh/vbase4.C: New test.
22861
22862 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
22863
22864         * g++.old-deja/g++.bugs/900215_01.C: Adjust.
22865
22866 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
22867
22868         * g++.old-deja/g++.brendan/misc12.C: Removed.
22869         * g++.old-deja/g++.pt/memtemp77.C: Constify.
22870         * g++.old-deja/g++.ext/pretty4.C: New test.
22871
22872 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
22873
22874         * g++.old-deja/g++.other/string2.C: New test.
22875
22876 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
22877
22878         * g++.old-deja/g++.warn/impint2.C: New test.
22879
22880 2000-03-05  Hans-Peter Nilsson  <hp@bitrange.com>
22881
22882         * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
22883         is 1, not zero.
22884
22885 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
22886
22887         * g++.old-deja/g++.warn/impint.C: New test.
22888         * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
22889         * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
22890         * g++.old-deja/g++.pt/explicit12.C: Likewise.
22891         * g++.old-deja/g++.pt/explicit13.C: Likewise.
22892         * g++.old-deja/g++.pt/explicit17.C: Likewise.
22893         * g++.old-deja/g++.pt/explicit18.C: Likewise.
22894         * g++.old-deja/g++.pt/explicit19.C: Likewise.
22895         * g++.old-deja/g++.pt/explicit23.C: Likewise.
22896         * g++.old-deja/g++.pt/explicit31.C: Likewise.
22897         * g++.old-deja/g++.pt/explicit35.C: Likewise.
22898         * g++.old-deja/g++.pt/explicit6.C: Likewise.
22899         * g++.old-deja/g++.pt/memclass7.C: Likewise.
22900
22901 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
22902
22903         * gcc.dg/cpp-redef.c: New test.
22904
22905 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
22906
22907         * g++.old-deja/g++.pt/unify7.C: New test.
22908
22909 2000-02-26  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
22910
22911         * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
22912         * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
22913
22914 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
22915
22916         * gcc.c-torture/compile/20000224-1.c: New test.
22917
22918 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
22919
22920         * gcc.c-torture/compile/cpp-2.c: New test.
22921         * gcc.c-torture/compile/cpp-1.c: New test.
22922
22923 2000-02-25  Jeffrey A Law  (law@cygnus.com)
22924
22925         * gcc.c-torture/execute/20000225-1.c: New test.
22926
22927 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
22928
22929         * gcc.dg/cpp-li2.c: New test.
22930
22931         * gcc.dg/cpp-wi1.c: New test.
22932
22933         * gcc.dg/cpp-li1.c: New test.
22934
22935 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
22936
22937         * g++.old-deja/g++.other/sizeof5.C: New test.
22938
22939 2000-02-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
22940
22941         * gcc.c-torture/execute/va-arg-13.c: New test.
22942
22943 2000-02-23  Donald Lindsay  <dlindsay@cygnus.com>
22944
22945         * gcc.c-torture/execute/va-arg-12.c: New test.
22946
22947 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
22948
22949         * gcc.c-torture/execute/20000223-1.c: New test.
22950
22951 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
22952
22953         * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
22954
22955 2000-02-22  Mark Mitchell  <mark@codesourcery.com>
22956
22957         * g++.old-deja/g++.abi/ptrmem.C: New test.
22958
22959 2000-02-19  Richard Henderson  <rth@cygnus.com>
22960
22961         * gcc.c-torture/compile/init-3.c: New.
22962
22963 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
22964
22965         * lib/g++.exp (g++_init): Add -fmessage-length=0 to
22966         ALWAYS_CXXFLAGS.
22967
22968 2000-02-11  Robert Lipe <robertl@sco.com>
22969
22970         * gcc.c-torture/compile/20000211-3.c: New test.
22971
22972 2000-02-11  Martin Buchholz <martin@xemacs.org>
22973
22974         * gcc.c-torture/compile/20000211-2.c: New test.
22975
22976 2000-02-11  Jeffrey A Law  (law@cygnus.com)
22977
22978         * gcc.c-torture/compile/20000211-1.c: New test.
22979
22980 2000-02-09  Jonathan Larmour  <jlarmour@redhat.co.uk>
22981
22982         * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
22983           on native targets
22984
22985 2000-02-08  Nathan Sidwell  <nathan@acm.org>
22986
22987         * g++.old-deja/g++.other/cast5.C: New test.
22988
22989 2000-02-05  Alan Modra  <alan@SPRI.Levels.UniSA.Edu.Au>
22990
22991         * gcc.c-torture/execute/20000205-1.c: New.
22992
22993 2000-02-03  Nathan Sidwell  <nathan@acm.org>
22994
22995         * g++.old-deja/g++.jason/cast3.C: Return void.
22996         * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
22997
22998 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
22999
23000         * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
23001
23002         * gcc.dg/loop-1.c: New test.
23003
23004 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
23005
23006         * gcc.c-torture/compile/20000127-1.c: New test.
23007         * gcc.c-torture/execute/991228-1.c: New test.
23008
23009 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
23010
23011         * gcc.dg/unused-2.c: New test.
23012
23013         * gcc.dg/conv-1.c: New test.
23014
23015 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
23016
23017         * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
23018         compiler.
23019         (tool_option_proc): Fix typo.
23020
23021 2000-01-24  Geoff Keating  <geoffk@cygnus.com>
23022
23023         * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
23024         of the ld on the host, not on the build machine.
23025         Also, don't crash if '--help' is not a supported option.
23026
23027 2000-01-24  Richard Henderson  <rth@cygnus.com>
23028
23029         * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
23030
23031 2000-01-20  Jeffrey A Law  (law@cygnus.com)
23032
23033         * gcc.c-torture/execute/20000120-2.c: New test.
23034         * gcc.c-torture/execute/20000120-1.c: New test.
23035
23036 2000-01-13  Jeffrey A Law  (law@cygnus.com)
23037
23038         * gcc.c-torture/execute/20000113-1.c: New test.
23039
23040 2000-01-12  Jeffrey A Law  (law@cygnus.com)
23041
23042         * gcc.c-torture/execute/20000112-1.c: New test.
23043
23044 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
23045
23046         * gcc.dg/20000111-1.c: New test.
23047
23048 2000-01-10  Jeffrey A Law  (law@cygnus.com)
23049
23050         * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
23051         with 16 bit integers.
23052
23053 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
23054
23055         * gcc.dg/20000108-1.c: New test.
23056
23057 2000-01-05  Nathan Sidwell  <nathan@acm.org>
23058
23059         * g++.old-deja/g++.ns/koenig8.C: New test.
23060
23061 2000-01-05  Nathan Sidwell  <nathan@acm.org>
23062
23063         * g++.old-deja/g++.other/cast4.C: New test.
23064
23065 2000-01-05  Jeffrey A Law  (law@cygnus.com)
23066
23067         * gcc.c-torture/compile/20000105-2.c: New test.
23068         * gcc.c-torture/compile/20000105-1.c: New test.
23069
23070 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23071
23072         * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
23073         references to printf & atoi to conform to ANSI standard.
23074         * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
23075         * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
23076         * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
23077         * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
23078         * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
23079         * g++.old-deja/g++.brendan/complex1.C: Likewise.
23080         * g++.old-deja/g++.brendan/copy1.C: Likewise.
23081         * g++.old-deja/g++.brendan/copy2.C: Likewise.
23082         * g++.old-deja/g++.brendan/copy3.C: Likewise.
23083         * g++.old-deja/g++.brendan/copy4.C: Likewise.
23084         * g++.old-deja/g++.brendan/copy5.C: Likewise.
23085         * g++.old-deja/g++.brendan/copy6.C: Likewise.
23086         * g++.old-deja/g++.brendan/copy7.C: Likewise.
23087         * g++.old-deja/g++.brendan/copy8.C: Likewise.
23088         * g++.old-deja/g++.brendan/crash11.C: Likewise.
23089         * g++.old-deja/g++.brendan/crash14.C: Likewise.
23090         * g++.old-deja/g++.brendan/ctors1.C: Likewise.
23091         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
23092         * g++.old-deja/g++.brendan/delete2.C: Likewise.
23093         * g++.old-deja/g++.brendan/dtors1.C: Likewise.
23094         * g++.old-deja/g++.brendan/dtors2.C: Likewise.
23095         * g++.old-deja/g++.brendan/dtors3.C: Likewise.
23096         * g++.old-deja/g++.brendan/eh1.C: Likewise.
23097         * g++.old-deja/g++.brendan/groff1.C: Likewise.
23098         * g++.old-deja/g++.brendan/init3.C: Likewise.
23099         * g++.old-deja/g++.brendan/misc12.C: Likewise.
23100         * g++.old-deja/g++.brendan/misc7.C: Likewise.
23101         * g++.old-deja/g++.brendan/new2.C: Likewise.
23102         * g++.old-deja/g++.brendan/operators4.C: Likewise.
23103         * g++.old-deja/g++.brendan/operators5.C: Likewise.
23104         * g++.old-deja/g++.brendan/overload2.C: Likewise.
23105         * g++.old-deja/g++.brendan/overload7.C: Likewise.
23106         * g++.old-deja/g++.brendan/redecl2.C: Likewise.
23107         * g++.old-deja/g++.brendan/reference1.C: Likewise.
23108         * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
23109         * g++.old-deja/g++.brendan/template24.C: Likewise.
23110         * g++.old-deja/g++.brendan/template3.C: Likewise.
23111         * g++.old-deja/g++.brendan/vtables1.C: Likewise.
23112         * g++.old-deja/g++.jason/inline3.C: Likewise.
23113         * g++.old-deja/g++.jason/opeq.C: Likewise.
23114         * g++.old-deja/g++.law/arg5.C: Likewise.
23115         * g++.old-deja/g++.law/arm7.C: Likewise.
23116         * g++.old-deja/g++.law/ctors11.C: Likewise.
23117         * g++.old-deja/g++.law/cvt8.C: Likewise.
23118         * g++.old-deja/g++.law/init9.C: Likewise.
23119         * g++.old-deja/g++.law/refs4.C: Likewise.
23120         * g++.old-deja/g++.law/template2.C: Likewise.
23121         * g++.old-deja/g++.law/visibility24.C: Likewise.
23122         * g++.old-deja/g++.law/vtable3.C: Likewise.
23123         * g++.old-deja/g++.mike/asm2.C: Likewise.
23124         * g++.old-deja/g++.mike/eh1.C: Likewise.
23125         * g++.old-deja/g++.mike/misc1.C: Likewise.
23126         * g++.old-deja/g++.mike/misc13.C: Likewise.
23127         * g++.old-deja/g++.mike/misc14.C: Likewise.
23128         * g++.old-deja/g++.mike/ns12.C: Likewise.
23129         * g++.old-deja/g++.mike/p1248.C: Likewise.
23130         * g++.old-deja/g++.mike/p3708.C: Likewise.
23131         * g++.old-deja/g++.mike/p3708a.C: Likewise.
23132         * g++.old-deja/g++.mike/p3708b.C: Likewise.
23133         * g++.old-deja/g++.mike/p646.C: Likewise.
23134         * g++.old-deja/g++.mike/p700.C: Likewise.
23135         * g++.old-deja/g++.mike/p783.C: Likewise.
23136         * g++.old-deja/g++.mike/p783a.C: Likewise.
23137         * g++.old-deja/g++.mike/p783b.C: Likewise.
23138         * g++.old-deja/g++.mike/p786.C: Likewise.
23139         * g++.old-deja/g++.mike/p789.C: Likewise.
23140         * g++.old-deja/g++.mike/p789a.C: Likewise.
23141         * g++.old-deja/g++.mike/p807a.C: Likewise.
23142         * g++.old-deja/g++.other/delete3.C: Likewise.
23143         * g++.old-deja/g++.other/dyncast1.C: Likewise.
23144         * g++.old-deja/g++.other/dyncast2.C: Likewise.
23145         * g++.old-deja/g++.other/dyncast3.C: Likewise.
23146         * g++.old-deja/g++.other/empty1.C: Likewise.
23147         * g++.old-deja/g++.other/temporary1.C: Likewise.
23148         * g++.old-deja/g++.pt/memtemp14.C: Likewise.
23149         * g++.old-deja/g++.pt/t16.C: Likewise.
23150         * g++.old-deja/g++.pt/tiemann2.C: Likewise.
23151
23152 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
23153
23154         * gcc.dg/991230-1.c: New test.
23155
23156 1999-12-29  Jeffrey A Law  (law@cygnus.com)
23157
23158         * gcc.c-torture/compile/991229-3.c: New test.
23159         * gcc.c-torture/compile/991229-2.c: New test.
23160         * gcc.c-torture/compile/991229-1.c: New test.
23161
23162 1999-12-29  Greg McGary <gkm@eng.ascend.com>
23163
23164         * gcc.c-torture/compile/labels-2.c: New test.
23165
23166 1999-12-27  Martin von Löwis  <loewis@informatik.hu-berlin.de>
23167
23168         * gcc.c-torture/execute/991227-1.c: New test.
23169
23170 1999-12-22  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
23171
23172         * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
23173
23174 1999-12-21  Martin von Löwis  <loewis@informatik.hu-berlin.de>
23175
23176         * gcc.c-torture/execute/991221-1.c: New test.
23177
23178 1999-12-20  Nathan Sidwell  <nathan@acm.org>
23179
23180         * g++.old-deja/g++.other/cast3.C: New test.
23181
23182 1999-12-16  Bernd Schmidt  <bernds@cygnus.co.uk>
23183
23184         * gcc.c-torture/execute/991216-4.c: New test.
23185
23186 1999-12-16  Michael Meissner  <meissner@cygnus.com>
23187
23188         * gcc.c-torture/execute/991216-1.c: New test.
23189         * gcc.c-torture/execute/991216-2.c: New test.
23190         * gcc.c-torture/execute/991216-3.c: New test.
23191
23192 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
23193
23194         * gcc.dg/991214-1.c: Use "__asm__", not "asm".
23195         Actually make the test fail by using "-O2" for compilation.
23196
23197 1999-12-15  Nathan Sidwell  <nathan@acm.org>
23198
23199         * g++.old-deja/g++.warn/cast-align1.C: New test.
23200
23201 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
23202
23203         * gcc.c-torture/compile/991214-1.c: New test.
23204         * gcc.c-torture/compile/991214-2.c: New test.
23205
23206 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
23207
23208         * gcc.dg/991214-1.c: New test.
23209
23210 1999-12-13  Jeffrey A Law  (law@cygnus.com)
23211
23212         * gcc.c-torture/compile/991213-3.c: New test.
23213         * gcc.c-torture/compile/991213-2.c: New test.
23214         * gcc.c-torture/compile/991213-1.c: New test.
23215
23216 1999-12-10  J"orn Rennecke <amylaar@cygnus.co.uk>
23217
23218         * gcc.dg/991209-1.c: New test.
23219
23220 1999-12-08  Nathan Sidwell <nathan@acm.org>
23221
23222         * gcc.c-torture/compile/991208-1.c: New test.
23223
23224 1999-12-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
23225
23226         * gcc.dg/ultrasp2.c: New test.
23227
23228 1999-12-05  Alex Samuel  <samuel@codesourcery.com>
23229
23230         * g++.old-deja/g++.abi/align.C (main): Fix typo.
23231
23232 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
23233
23234         * gcc.c-torture/compile/991202-1.c: New test.
23235         * gcc.c-torture/execute/991202-1.c: New test.
23236         * gcc.c-torture/execute/991202-2.c: New test.
23237         * gcc.c-torture/execute/991202-3.c: New test.
23238
23239 1999-12-02  Alex Samuel  <samuel@codesourcery.com>
23240
23241         * g++.old-deja/g++.abi/align.C: New test.
23242         * g++.old-deja/g++.abi/aggregates.C: Likewise.
23243         * g++.old-deja/g++.abi/bitfields.C: Likewise.
23244
23245 1999-12-01  Richard Henderson  <rth@cygnus.com>
23246
23247         * gcc.c-torture/execute/991201-1.c: New.
23248
23249 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
23250
23251         * gcc.dg/991129-1.c: New test.
23252
23253 1999-11-27  Bernd Schmidt  <bernds@cygnus.co.uk>
23254
23255         * gcc.c-torture/compile/991127-1.c: New test.
23256
23257 1999-11-22  Nathan Sidwell  <nathan@acm.org>
23258
23259         * g++.old-deja/g++.other/warn4.C: New test.
23260
23261 1999-11-22  Nathan Sidwell  <nathan@acm.org>
23262
23263         * g++.old-deja/g++.eh/cleanup2.C: New test.
23264         * g++.old-deja/g++.ext/pretty2.C: New test.
23265         * g++.old-deja/g++.ext/pretty3.C: New test.
23266         * g++.old-deja/g++.other/debug6.C: New test.
23267
23268 1999-10-20  Jim Wilson  <wilson@cygnus.com>
23269
23270         * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
23271         compiler_output to look for one error message instead of two.
23272
23273 1999-11-19  Geoffrey Keating  <geoffk@cygnus.com>
23274
23275         * gcc.c-torture/execute/991118-1.c: Also test case
23276         where the word boundary does not split a byte evenly.
23277
23278 1999-11-19  Nathan Sidwell  <nathan@acm.org>
23279
23280         * g++.old-deja/g++.ext/restrict1.C: New test.
23281
23282 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
23283
23284         * gcc.c-torture/execute/991118-1.c: New test.
23285
23286 1999-11-16  Geoffrey Keating  <geoffk@cygnus.com>
23287
23288         * g77.f-torture/execute/u77-test.f (wd): Allow for longer
23289         working directory pathnames.
23290
23291 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
23292
23293         * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
23294         host is equipped with driver.h and driver.o so it can actually
23295         compile and run the tests.
23296
23297 1999-10-08  Bernd Schmidt  <bernds@cygnus.co.uk>
23298
23299         * gcc.c-torture/compile/991008-1.c: New test.
23300
23301 1999-11-08  Nick Clifton  <nickc@cygnus.com>
23302
23303         * lib/gcc-dg.exp: Include target-supports.exp
23304
23305 1999-11-05  Nick Clifton  <nickc@cygnus.com>
23306
23307         * lib/target-supports.exp: New file: Provide procs to test for
23308         features supported by the target.
23309         (check_weak_available): Moved here from ecos.exp.
23310         (check_alias_available): New proc: Determine of the target
23311         toolchain supports the alias attribute.
23312
23313         * gcc.dg/special/ecos.exp: Move check_weak_available to
23314         target-supports.exp.
23315         (alias-1.c): Only perform the test if the target supports
23316         aliases.
23317         (wkali-1.c): Only perform the test if the target supports
23318         aliases.
23319
23320         * gcc.dg/990506-0.c: Expect error messages from cross
23321         targets as well as native targets.
23322
23323 1999-11-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
23324
23325         * gcc.dg/ultrasp1.c: Removed xfail.
23326         * gcc.dg/struct-ret-2.c: Likewise.
23327         * gcc.dg/array-1.c: Likewise.
23328
23329 1999-11-01  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
23330
23331         * gcc.dg/struct-ret-2.c: New test.
23332
23333         * gcc.dg/array-1.c: New test.
23334
23335 1999-10-30  Stephen L Moshier <moshier@mediaone.net>
23336
23337         * gcc.c-torture/execute/991030-1.c: New test.
23338
23339 1999-10-26  Richard Henderson  <rth@cygnus.com>
23340
23341         * gcc.c-torture/compile/991026-2.c: New test.
23342
23343 1999-10-26  Jeffrey A Law  (law@cygnus.com)
23344
23345         * gcc.c-torture/compile/991026-1.c: New test.
23346
23347 1999-10-23  Jeffrey A Law  (law@cygnus.com)
23348
23349         * gcc.c-torture/execute/991023-1.c: New test.
23350
23351 1999-10-19  Jeffrey A Law  (law@cygnus.com)
23352
23353         * gcc.c-torture/execute/991019-1.c: New test.
23354
23355 1999-10-16  Richard Henderson  <rth@cygnus.com>
23356
23357         * gcc.c-torture/execute/991016-1.c: New test.
23358
23359 1999-10-14  Stephane Carrez  <stcarrez@worldnet.fr>
23360
23361         * gcc.c-torture/execute/991014-1.c: New test.
23362
23363 1999-10-13  J"orn Rennecke <amylaar@cygnus.co.uk>
23364
23365         * g++.old-deja/g++.other/union2.C: New test.
23366
23367 1999-10-13  Nathan Sidwell  <nathan@acm.org>
23368
23369         * g++.old-deja/g++.other/vaarg2.C: New test.
23370         * g++.old-deja/g++.other/vaarg3.C: New test.
23371
23372 1999-10-12  Craig Burley  <craig@jcb-sc.com>
23373
23374         * g77.f-torture/noncompile/19990905-1.f: Moved from being
23375         in compile/.
23376
23377 1999-10-04  Ulrich Drepper  <drepper@cygnus.com>
23378
23379         * gcc.c-torture/execute/va-arg-11.c: New test.
23380
23381 1999-10-01  Mark P. Mitchell  <mark@codesourcery.com>
23382
23383         * lib/file-format.exp (gcc_target_object_format): Don't
23384         crash if objdump is unavailable.
23385
23386 1999-09-29  Donn Terry <donn@interix.com>
23387
23388         * gcc.misc-tests/mg.exp: delete extraneous redirection.
23389
23390 1999-09-28  Nick Clifton  <nickc@cygnus.com>
23391
23392         * gcc.c-torture/compile/990928-1.c: New test.
23393
23394 1999-09-28  Nathan Sidwell  <nathan@acm.org>
23395
23396         * g++.old-deja/g++.other/decl6.C: New test.
23397
23398 1999-09-28  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
23399
23400         * gcc.c-torture/execute/va-arg-10.c: New test.
23401
23402 1999-09-27  Nathan Sidwell  <nathan@acm.org>
23403
23404         * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
23405         __PRETTY_FUNCTION__.
23406
23407 1999-09-23  Nick Clifton  <nickc@cygnus.com>
23408
23409         * gcc.c-torture/execute/990923-1.c: New test.
23410
23411 1999-09-21  Nick Clifton  <nickc@cygnus.com>
23412
23413         * gcc.c-torture/special/special.exp: Add FR30 to list of targets
23414         for which -fpic is inappropriate.
23415
23416 1999-09-21  Mark Mitchell  <mark@codesourcery.com>
23417
23418         * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
23419
23420 1999-09-21  Nathan Sidwell  <nathan@acm.org>
23421
23422         * g++.old-deja/g++.other/dyncast1.C: New test.
23423         * g++.old-deja/g++.other/dyncast2.C: New test.
23424         * g++.old-deja/g++.other/dyncast3.C: New test.
23425         * g++.old-deja/g++.other/dyncast4.C: New test.
23426         * g++.old-deja/g++.other/dyncast5.C: New test.
23427         * g++.old-deja/g++.eh/catch3.C: New test.
23428         * g++.old-deja/g++.eh/catch3p.C: New test.
23429         * g++.old-deja/g++.eh/catch4.C: New test.
23430         * g++.old-deja/g++.eh/catch4p.C: New test.
23431         * g++.old-deja/g++.eh/catch5.C: New test.
23432         * g++.old-deja/g++.eh/catch5p.C: New test.
23433         * g++.old-deja/g++.eh/catch6.C: New test.
23434         * g++.old-deja/g++.eh/catch6p.C: New test.
23435         * g++.old-deja/g++.eh/catch7.C: New test.
23436         * g++.old-deja/g++.eh/catch7p.C: New test.
23437         * g++.old-deja/g++.eh/catch8.C: New test.
23438         * g++.old-deja/g++.eh/catch8p.C: New test.
23439         * g++.old-deja/g++.eh/catch9.C: New test.
23440         * g++.old-deja/g++.eh/catch9p.C: New test.
23441
23442 1999-09-13  Nathan Sidwell  <nathan@acm.org>
23443
23444         * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
23445         * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
23446
23447 1999-09-13  Jeffrey A Law  (law@cygnus.com)
23448
23449         * gcc.c-torture/compile/990913-1.c: New test.
23450
23451 1999-09-10  Nathan Sidwell  <nathan@acm.org>
23452
23453         * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
23454         * g++.old-deja/g++.jason/rfg5.C: Likewise.
23455
23456 1999-09-09  Richard Henderson  <rth@cygnus.com>
23457
23458         * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
23459
23460 1999-09-09  Nathan Sidwell  <nathan@acm.org>
23461
23462         * g++.old-deja/g++.other/lookup11.C: New test.
23463         * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
23464         what is permitted and what we want.
23465         * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
23466         overload use.
23467         * g++.old-deja/g++.jason/rfg5.C: Likewise
23468
23469 1999-09-08  Geoffrey Keating  <geoffk@cygnus.com>
23470
23471         * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
23472         * gcc.c-torture/noncompile/poison-1.c: New file.
23473
23474 1999-09-08  Nathan Sidwell  <nathan@acm.org>
23475
23476         * g++.old-deja/g++.other/sizeof3.C: New test.
23477         * g++.old-deja/g++.other/sizeof4.C: New test.
23478         * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
23479         * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
23480
23481 1999-09-07  Richard Henderson  <rth@cygnus.com>
23482
23483         * gcc.dg/va-arg-1.c: New.
23484
23485 1999-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
23486
23487         * gcc.c-torture/execute/va-arg-9.c: New test.
23488
23489 1999-09-05  Craig Burley  <craig@jcb-sc.com>
23490
23491         * g77.f-torture/compile/980519-2.f: New test.
23492         * g77.f-torture/compile/19990905-0.f: New test.
23493         * g77.f-torture/compile/19990905-1.f: New test.
23494         * g77.f-torture/compile/19990905-2.f: New test.
23495
23496         * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
23497
23498 1999-09-03  Richard Earnshaw <rearnsha@arm.com>
23499
23500         * gcc.c-torture/execute/990827-1.c: Fix typo.
23501
23502 1999-09-03  Nathan Sidwell  <nathan@acm.org>
23503
23504         * g++.old-deja/g++.other/deref1.C: New test.
23505
23506 1999-09-02  Nathan Sidwell  <nathan@acm.org>
23507
23508         * g++.old-deja/g++.other/ambig2.C: New test.
23509         * g++.old-deja/g++.other/cond5.C: New test.
23510         * g++.old-deja/g++.other/lookup16.C: New test.
23511
23512 1999-09-02  Marc Espie <espie@cvs.openbsd.org>
23513
23514         * gcc.dg/980414-1.c: Fix assembler syntax to work with old
23515         assemblers too.
23516
23517 1999-08-31  Jeffrey A Law  (law@cygnus.com)
23518
23519         * lib/c-torture.exp: Avoid the "compare executables" optimization
23520         when testing native.
23521
23522 1999-08-29  Jeffrey A Law  (law@cygnus.com)
23523
23524         * gcc.c-torture/execute/990829-1.c: New test.
23525         * gcc.c-torture/compile/990829-1.c: New test.
23526
23527 1999-08-27  Paul Burchard  <burchard@pobox.com>
23528
23529         * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
23530         * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
23531         * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
23532         * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
23533         * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
23534         * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
23535         * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
23536         * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
23537         * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
23538         * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
23539         * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
23540
23541 1999-08-27  Jeffrey A Law  (law@cygnus.com)
23542
23543         * gcc.c-torture/execute/990827-1.c: New test.
23544
23545 1999-08-26  Craig Burley  <craig@jcb-sc.com>
23546
23547         * g77.f-torture/noncompile/19990826-4.f: New test.
23548
23549         * g77.f-torture/compile/19990826-3.f: New test.
23550
23551         * g77.f-torture/execute/19990826-2.f: New test.
23552
23553         * g77.f-torture/compile/19990826-1.f: New test.
23554
23555         * gcc.c-torture/execute/990826-0.c: New test.
23556         * g77.c-torture/execute/19990826-0.f: New test.
23557
23558         * g77.f-torture/noncompile/970626-2.f: New test.
23559
23560 1999-08-25  Paul Burchard  <burchard@pobox.com>
23561
23562         * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
23563         lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
23564         lss-011.C: New tests.
23565
23566 1999-08-25  Nathan Sidwell  <nathan@acm.org>
23567
23568         * g++.old-deja/g++.other/decl5.C: New test.
23569
23570 1999-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23571
23572         * noncompile/noncompile.exp: Load_lib c-torture.exp.
23573         (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
23574         call `postbase' for each one.  All callers of `postbase' changed
23575         to call this instead.
23576
23577 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
23578
23579         * gcc.c-torture/execute/990811-1.c: New test.
23580
23581 1999-08-09  Nick Clifton  <nickc@cygnus.com>
23582
23583         * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
23584         just native ones.
23585
23586         * gcc.dg/990413-1.c: Expect the parse error for all builds, not
23587         just native ones.
23588
23589 1999-08-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
23590
23591         * g++.old-deja/g++.other/local3.C: Removed XFAIL.
23592
23593 1999-08-04  Jeffrey A Law  (law@cygnus.com)
23594
23595         * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
23596
23597 1999-08-04  Nathan Sidwell  <nathan@acm.org>
23598
23599         * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
23600
23601 1999-08-04  Jeffrey A Law  (law@cygnus.com)
23602
23603         * gcc.c-torture/execute/990804-1.c: New test.
23604
23605 1999-08-03  Nathan Sidwell  <nathan@acm.org>
23606
23607         * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
23608         * g++.old-deja/g++.brendan/crash64.C: Likewise
23609         * g++.old-deja/g++.brendan/overload8.C: Likewise
23610
23611 1999-08-03  Nathan Sidwell  <nathan@acm.org>
23612
23613         * g++.old-deja/g++.other/struct1.C: New test.
23614
23615 1999-08-03  Nathan Sidwell  <nathan@acm.org>
23616
23617         * g++.old-deja/g++.other/enum2.C: New test.
23618
23619 1999-08-02  Richard Henderson  <rth@cygnus.com>
23620
23621         Adapted from tests from Franz Sirl:
23622         * gcc.c-torture/execute/va-arg-7.c: New test.
23623         * gcc.c-torture/execute/va-arg-8.c: New test.
23624
23625 1999-08-01  Jeffrey A Law  (law@cygnus.com)
23626
23627         * gcc.c-torture/compile/990801-2.c: New test.
23628
23629         * gcc.c-torture/compile/990801-1.c: New test.
23630
23631 1999-07-27  Michael Meissner  <meissner@cygnus.com>
23632
23633         * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
23634         fp-cmp-1.c, converting double to float.
23635
23636         * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
23637         fp-cmp-1.c, converting double to long double.
23638
23639         * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
23640         from fr1 to unknown_register, since fr1 is a legitimate register
23641         on some machines.
23642
23643 1999-07-25  Jeffrey A Law  (law@cygnus.com)
23644
23645         * README: More listname related changes.
23646
23647 1999-07-08  Catherine Moore  <clm@cygnus.com>
23648
23649         * gcc.c-torture/execute/920501-5.c: Fix typo.  Change | to ||.
23650
23651 1999-07-05  Manfred Hollstein  <mhollstein@cygnus.com>
23652
23653         * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
23654
23655 1999-07-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
23656
23657         * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
23658
23659 1999-07-04  Zack Weinberg  <zack@rabi.columbia.edu>
23660
23661         * gcc.dg/990703-1.c: New test.
23662
23663 1999-06-29  Nick Clifton  <nickc@cygnus.com>
23664
23665         * lib/file-format.exp: New file: Move definition of proc
23666         gcc_target_object_format to here from
23667         gcc.dg/special/ecos.exp.
23668
23669         * lib/c-torture.exp: Include lib file-format.exp.
23670         * lib/gcc-dg.exp: Include lib file-format.exp.
23671
23672         * gcc.dg/special/ecos.exp: Remove definition of proc
23673         gcc_target_object_format.
23674
23675 1999-06-28  Jeffrey A Law  (law@cygnus.com)
23676
23677         * gcc.c-torture/execute/990628-1.c: New test.
23678
23679 1999-06-25  Jeffrey A Law  (law@cygnus.com)
23680
23681         * gcc.c-torture/compile/990625-2.c: New test.
23682
23683         * gcc.c-torture/compile/990625-1.c: New test.
23684
23685 1999-06-23  Nick Clifton  <nickc@cygnus.com>
23686
23687         * gcc.c-torture/compile/dll.c: New test case.  Check that dll
23688         attributes compile.
23689         * gcc.c-torture/compile/dll.x: Only support the dll.c test on
23690         ports that use the COFF/PE file format.
23691
23692 1999-06-17  Jeffrey A Law  (law@cygnus.com)
23693
23694         * gcc.c-torture/compile/990617-1.c: New test.
23695
23696 1999-06-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
23697
23698         * g++.old-deja/g++.other/decl4.C: New test.
23699
23700 1999-06-14  Nathan Sidwell  <nathan@acm.org>
23701
23702         * g++.old-deja/g++.other/bitfld3.C: New test.
23703
23704 1999-06-08  Nathan Sidwell  <nathan@acm.org>
23705
23706         * g++.old-deja/g++.eh/catch1.C: New test.
23707
23708 1999-06-07  Jeffrey A Law  (law@cygnus.com)
23709
23710         * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
23711
23712         * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
23713         * gcc.c-torture/execute/ieee/mzero.x: New file.  Likewise.
23714
23715 1999-06-05  Craig Burley  <craig@jcb-sc.com>
23716
23717         * g77.f-torture/compile/19990502-0.f: Replace with new,
23718         shorter, test that still fails after recent changes.
23719
23720 1999-06-04  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
23721
23722         * gcc.c-torture/execute/990604-1.c: New test.
23723
23724 1999-05-31  Jeffrey A Law  (law@cygnus.com)
23725
23726         * gcc.c-torture/execute/990531-1.c: New test.
23727
23728 1999-05-27  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
23729
23730         * gcc.c-torture/compile/990527-1.c: New test.
23731
23732 1999-05-27  Joern Rennecke <amylaar@cygnus.com>
23733
23734         * gcc.c-torture/execute/990527-1.c: New test.
23735
23736 1999-05-25  Nick Clifton  <nickc@cygnus.com>
23737
23738         * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
23739         bitfields as signed.
23740
23741 1999-05-25  Craig Burley  <craig@jcb-sc.com>
23742
23743         * g77.f-torture/compile/19990525-0.f: New test.
23744
23745 1999-05-25  Jeffrey A Law  (law@cygnus.com)
23746
23747         * gcc.c-torture/execute/990525-2.c: New test.
23748
23749         * gcc.c-torture/execute/990525-1.c: New test.
23750
23751 1999-05-24  Nathan Sidwell  <nathan@acm.org>
23752
23753         * g++.old-deja/g++.other/anon3.C: New test.
23754         * g++.old-deja/g++.other/anon4.C: New test.
23755         * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
23756         * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
23757         after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
23758         Merrill).
23759
23760 1999-05-24  Jeffrey A Law  (law@cygnus.com)
23761
23762         * gcc.c-torture/execute/990524-1.c: New test.
23763
23764         * gcc.dg/990524-1.c: New test.
23765
23766 1999-05-23  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
23767
23768         * gcc.c-torture/compile/990523-1.c: New test.
23769
23770 1999-05-19  Raja R Harinath <harinath@cs.umn.edu>
23771
23772         * gcc.c-torture/compile/990519-1.c: New test.
23773
23774 1999-05-17  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
23775
23776         * gcc.c-torture/compile/990517-1.c: New test.
23777
23778         * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
23779         (e4, f4): New tests.
23780         (main): Call them.
23781
23782 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23783
23784         * gcc.dg/noreturn-1.c: New test.
23785
23786 1999-05-13  Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
23787
23788         * gcc.c-torture/execute/990513-1.c: New test.
23789
23790 1999-05-10  Richard Henderson  <rth@cygnus.com>
23791
23792         * g++.old-deja/g++.other/null1.C (g): Add overload for long.
23793
23794 1999-05-10  Craig Burley  <craig@jcb-sc.com>
23795
23796         * g77.f-torture/execute/erfc.f: Use small single-precision
23797         values, to avoid problems on Alphas when not -mieee.
23798
23799 1999-05-08  Craig Burley  <craig@jcb-sc.com>
23800
23801         * gcc.dg/990506-0.c: New test.
23802
23803 1999-05-08  Richard Henderson  <rth@cygnus.com>
23804
23805         * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
23806         the constant to test.  Don't XFAIL 64-bit targets.
23807
23808         * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
23809         * g++.old-deja/g++.law/profile1.C: Likewise.
23810
23811         * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
23812         operator new instances.
23813         * g++.old-deja/g++.other/delete5.C: Likewise.
23814
23815 1999-05-03  Craig Burley  <craig@jcb-sc.com>
23816
23817         * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
23818         intrinsic.
23819
23820 1999-05-03  Craig Burley  <craig@jcb-sc.com>
23821
23822         * g77.f-torture/execute/u77-test.f: Reverse order of two
23823         arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
23824
23825 1999-05-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23826
23827         * gcc.dg/compare1.c: New test.
23828
23829 1999-05-02  Joseph S. Myers  <jsm28@cam.ac.uk>
23830
23831         * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
23832         New tests.
23833
23834 1999-05-02  Craig Burley  <craig@jcb-sc.com>
23835
23836         * g77.f-torture/compile/19990502-1.f: New test.
23837
23838 1999-05-02  Craig Burley  <craig@jcb-sc.com>
23839
23840         * g77.f-torture/compile/19990502-0.f: New test.
23841
23842 1999-05-02  Craig Burley  <craig@jcb-sc.com>
23843
23844         * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
23845         intrinsic.
23846
23847 1999-05-02  Craig Burley  <craig@jcb-sc.com>
23848
23849         * g77.f-torture/execute/u77-test.f (main): List libU77
23850         intrinsics not currently tested.
23851         Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
23852         GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
23853         FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
23854         Trim blanks off the ends of some printed strings.
23855
23856 1999-05-02  Craig Burley  <craig@jcb-sc.com>
23857
23858         * g77.f-torture/execute/u77-test.f (main): Just warn about
23859         FSTAT gid disagreement, as it's expected on some systems.
23860
23861 1999-05-01  Craig Burley  <craig@jcb-sc.com>
23862
23863         * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
23864         use a new function, which allows for some slop.
23865         Clean up some commentary.
23866         (issum): The new function.
23867         (sgladd): Deleted subroutine.
23868
23869 1999-05-01  Craig Burley  <craig@jcb-sc.com>
23870
23871         * g77.f-torture/execute/u77-test.f: Modify to be more like
23872         libf2c/libU77 version, bringing patches to that version here.
23873         Add suitable commentary.
23874
23875 1999-04-25  Richard Henderson  <rth@cygnus.com>
23876
23877         * gcc.dg/990424-1.c: New test.
23878
23879 1999-04-24  Craig Burley  <craig@jcb-sc.com>
23880
23881         * g77.f-torture/execute/u77-test.f (main): Bug involving
23882         LSTAT has been fixed, so turn back on full checking.
23883
23884 1999-04-20  Craig Burley  <craig@jcb-sc.com>
23885
23886         * g77.f-torture/compile/19990419-0.f: New test.
23887         * g77.f-torture/execute/19990419-1.f: New test.
23888
23889 1999-04-17  Richard Henderson  <rth@cygnus.com>
23890
23891         * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
23892         to avoid the need for a prototype to supress a warning.
23893
23894 1999-04-07  Jim Wilson  <wilson@cygnus.com>
23895
23896         * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
23897
23898 1999-04-04  Jeffrey A Law  (law@cygnus.com)
23899
23900         * gcc.c-torture/execute/990404-1.c: New test.
23901
23902 1999-04-03 10:35 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
23903
23904         * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
23905         * gcc.dg/cpp-if3.c: Don't use -pedantic.
23906         * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
23907         missing initializer warnings.
23908
23909 1999-03-28  Jeffrey A Law  (law@cygnus.com)
23910
23911         * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
23912         matching strings.
23913
23914 1999-03-26  Jeffrey A Law  (law@cygnus.com)
23915
23916         * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
23917
23918 1999-03-26  Craig Burley  <craig@jcb-sc.com>
23919
23920         * g77.f-torture/execute/19990325-0.f: New test.
23921         * g77.f-torture/execute/19990325-1.f: New test.
23922
23923 1999-03-24  Jeffrey A Law  (law@cygnus.com)
23924
23925         * gcc.c-torture/execute/990324-1.c: New test.
23926
23927 1999-03-22  Jim Wilson  <wilson@cygnus.com>
23928
23929         * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
23930         test with 4.
23931
23932 1999-03-17  Richard Henderson  <rth@cygnus.com>
23933
23934         * gcc.c-torture/execute/ieee/980619-1.x: New.  Expected fail on x86.
23935
23936 1999-03-13  Craig Burley  <craig@jcb-sc.com>
23937
23938         * g77.f-torture/execute/19990313-2.f: New test.
23939         * g77.f-torture/execute/19990313-3.f: New test.
23940
23941 1999-03-13  Craig Burley  <craig@jcb-sc.com>
23942
23943         * g77.f-torture/execute/19990313-0.f: New test.
23944         * g77.f-torture/execute/19990313-1.f: New test.
23945
23946 1999-03-12  Jim Wilson  <wilson@cygnus.com>
23947
23948         * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
23949         printf to sprintf.
23950         * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
23951         (main): Add check for u15.  Conditionalize u31 check depending on
23952         whether ints are <32 bits or >=32 bits.
23953
23954 1999-03-08  Craig Burley  <craig@jcb-sc.com>
23955
23956         * g77.f-torture/execute/19981119-0.f: Improve testiness.
23957
23958 1999-03-08  Craig Burley  <craig@jcb-sc.com>
23959
23960         * g77.f-torture/compile/19990305-0.f: New test.
23961         * g77.f-torture/execute/19981119-0.f: New test.
23962
23963 1999-03-08  Craig Burley  <craig@jcb-sc.com>
23964
23965         * g77.f-torture/execute/970625-2.f: call ABORT if final
23966         result is not correct, instead of just printing it.
23967         Add this checking via newly introduced obfuscation, to
23968         trip up buggy front ends.
23969
23970 1999-03-07  Craig Burley  <craig@jcb-sc.com>
23971
23972         * g77.f-torture/compile/960317-1.f: Moved from being
23973         in execute/.  (Somehow I didn't notice "SUBROUTINE...".)
23974
23975 1999-03-06  Craig Burley  <craig@jcb-sc.com>
23976
23977         * g77.f-torture/execute/960317-1.f: New (old) test.
23978         * g77.f-torture/execute/970625-2.f: Ditto.
23979
23980 1999-03-01 Zack Weinberg  <zack@rabi.columbia.edu>
23981
23982         * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
23983         message on line 1 or line 2; cccp and cpplib do this differently.
23984
23985 1999-03-01  Jeffrey A Law  (law@cygnus.com)
23986
23987         * g++.old-deja/g++.law/weak1.C: New test.
23988
23989 1999-02-28 17:59 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
23990
23991         * gcc.c-torture/execute/990119-1.c: Renamed to...
23992         * gcc.dg/990119-1.c: this, so it will only be tested once
23993         (it's a preprocessor test, it doesn't need to be run at
23994         multiple optimization levels).
23995
23996 1999-02-27 13:34 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
23997
23998         * lib/g++.exp: Don't add incdir=$base_dir/../include to
23999           ALWAYS_CXXFLAGS.
24000
24001 1999-02-24  Craig Burley  <craig@jcb-sc.com>
24002
24003         * g77.f-torture/noncompile/19981216-0.f: Renamed from...
24004         * g77.f-torture/compile/19981216-0.f: ...as it is expected
24005         to not be compilable by current g77.
24006
24007 1999-02-24  Nick Clifton  <nickc@cygnus.com>
24008
24009         * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
24010
24011 1999-02-22  Jeffrey A Law  (law@cygnus.com)
24012
24013         * gcc.c-torture/execute/990222-1.c: New test.
24014
24015 1999-02-19  Craig Burley  <craig@jcb-sc.com>
24016
24017         * g77.f-torture/compile/19990218-0.f: New test.
24018         * g77.f-torture/noncompile/19990218-1.f: New test.
24019
24020 1999-02-18  Craig Burley  <craig@jcb-sc.com>
24021
24022         * g77.f-torture/compile/19981216-0.f: New test.
24023
24024 1999-02-14  Jeffrey A Law  (law@cygnus.com)
24025
24026         * gcc.dg/990214-1.c: New test.
24027
24028 1999-02-13  Jeffrey A Law  (law@cygnus.com)
24029
24030         * gcc.dg/990213-2.c: New test.
24031
24032         * gcc.dg/990213-1.c: New test.
24033
24034 1999-02-12  Jeffrey A Law  (law@cygnus.com)
24035
24036         * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
24037         ints.
24038
24039 1999-02-11  Nick Clifton  <nickc@cygnus.com>
24040
24041         * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
24042         specified by target.
24043
24044         * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
24045
24046 1999-02-11  Jeffrey A Law  (law@cygnus.com)
24047
24048         * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
24049
24050 1999-02-10  Jonathan Larmour  <jlarmour@cygnus.co.uk>
24051
24052         * gcc.dg/special/ecos.exp: New test driver for new tests with
24053         special requirements.
24054
24055         * gcc.dg/special/alias-1.c: New test.
24056         * gcc.dg/special/gcsec-1.c: New test.
24057         * gcc.dg/special/weak-1.c: New test.
24058         * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
24059         * gcc.dg/special/weak-2.c: New test.
24060         * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
24061         * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
24062         * gcc.dg/special/wkali-1.c: New test.
24063         * gcc.dg/special/wkali-2.c: New test.
24064         * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
24065         * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
24066
24067 1999-02-10  Felix Lee  <flee@cygnus.com>
24068
24069           * lib/c-torture.exp (c-torture-compile): Pull out code for
24070           analyzing gcc error messages.
24071           (c-torture-execute): Likewise.  Fix some (harmless) false
24072           positives.
24073           * lib/gcc.exp (gcc_check_compile): New function.
24074
24075 1999-02-08  Richard Henderson  <rth@cygnus.com>
24076
24077         * gcc.c-torture/execute/990208-1.c: New test.
24078
24079 1999-02-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
24080
24081         * g++.dg/special/ecos.exp: New driver for new tests with special
24082         requirements
24083
24084         * g++.dg/special/conpr-1.C: New test
24085         * g++.dg/special/conpr-2.C: New test
24086         * g++.dg/special/conpr-2a.C: New test
24087         * g++.dg/special/conpr-3.C: New test
24088         * g++.dg/special/conpr-3a.C: New test
24089         * g++.dg/special/conpr-3b.C: New test
24090
24091         * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
24092         allow g++ to use the dg driver
24093
24094         * README: Add comment about g++.dg directory
24095
24096 1999-02-06  Jeffrey A Law  (law@cygnus.com)
24097
24098         * README: Update email addresses.
24099
24100 1999-02-03  Nick Clifton  <nickc@cygnus.com>
24101
24102         * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
24103         arguments in order to force structure S onto the stack even on
24104         the alpha.
24105         (test): Pass 10 leading arguments to function foo as well as the
24106         structure S.
24107
24108         * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
24109         failure for all targets.
24110
24111         * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
24112         abort to terminate program execution.
24113
24114 1999-01-30  Richard Henderson  <rth@cygnus.com>
24115
24116         * gcc.c-torture/execute/990130-1.c: New test.
24117
24118 1999-01-30  Jeffrey A Law  (law@cygnus.com)
24119
24120         * gcc.dg/990130-1.c: New test.
24121
24122 1999-01-28  Michael Meissner  <meissner@cygnus.com>
24123
24124         * gcc.c-torture/execute/990128-1.c: New test.
24125
24126 1999-01-27  Michael Meissner  <meissner@cygnus.com>
24127
24128         * gcc.c-torture/execute/990127-{1,2}.c: New tests.
24129
24130 1999-01-27  Felix Lee  <flee@cygnus.com>
24131
24132         * lib/c-torture.exp (c-torture-compile): pull out code for
24133         analyzing gcc error messages.
24134         (c-torture-execute): ditto, and fix some (harmless) false
24135         positives.
24136         * lib/gcc.exp (gcc_check_compile): new function.
24137
24138 1999-01-17  Jeffrey A Law  (law@cygnus.com)
24139
24140         * gcc.dg/990117-1.c: New test.
24141
24142         * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
24143
24144         * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
24145
24146 1999-01-15  Jeffrey A Law  (law@cygnus.com)
24147
24148         * g77.f-torture/compile/990115-1.f: New test.
24149
24150 1999-01-07  Jeffrey A Law  (law@cygnus.com)
24151
24152         * gcc.c-torture/compile/990107-1.c: New test
24153
24154 1999-01-06  Jeffrey A Law  (law@cygnus.com)
24155
24156         * gcc.c-torture/execute/990106-2.c: New test.
24157
24158         * gcc.c-torture/execute/990106-1.c: New test.
24159
24160 1998-12-30  Zack Weinberg <zack@rabi.columbia.edu>
24161
24162         * gcc.c-torture/compile/981223-1.c: New test.
24163
24164 1998-12-29  Richard Henderson  <rth@cygnus.com>
24165
24166         * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
24167         (opt3): Rename from opt4 and disable.
24168
24169 1998-12-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
24170
24171         * g++.old-deja/g++.pt/ptrmem5.C: New test.
24172
24173 1998-12-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
24174
24175         * g++.old-deja/g++.other/conv5.C: New test.
24176
24177 1998-12-14  Nick Clifton  <nickc@cygnus.com>
24178
24179         * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
24180
24181 1998-12-11  Jeffrey A Law  (law@cygnus.com)
24182
24183         * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
24184
24185 1998-12-11  Zack Weinberg <zack@rabi.columbia.edu>
24186
24187         * gcc.c-torture/compile/981211-1.c: New test.
24188
24189 1998-12-09  Alexandre Oliva  <oliva@dcc.unicamp.br>
24190
24191         * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
24192
24193         * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
24194
24195 1998-12-08  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
24196
24197         * gcc.special/930510-1.c: Make C9X safe.
24198         * gcc.misc-tests/gcov-1.c Similarly.
24199         * gcc.misc-tests/gcov-2.c Similarly.
24200
24201 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
24202
24203         * gcc.dg/ultrasp1.c: New test.
24204
24205 1998-12-06  Richard Henderson  <rth@cygnus.com>
24206
24207         * gcc.c-torture/execute/981206.c: New test.
24208
24209 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
24210
24211         * g++.old-deja/g++.ns/template7.C: New test.
24212
24213         * g++.old-deja/g++.other/expr1.C: New test.
24214
24215         * g++.old-deja/g++.eh/tmpl3.C: New test.
24216
24217         * g++.old-deja/g++.eh/tmpl2.C: New test.
24218
24219 1998-12-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
24220
24221         * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
24222         * g++.old-deja/g++.other/using6.C: Removed.
24223         * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
24224
24225         * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
24226
24227 1998-12-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
24228
24229         * g++.old-deja/g++.pt/overload8.C: New test.
24230
24231         * g++.old-deja/g++.pt/overload7.C: New test.
24232
24233         * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
24234
24235         * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
24236         and relinking messages.
24237         * lib/g++.exp (g++_target_compile): Remove .rpo file when
24238         compiling with -frepo.
24239
24240 1998-12-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
24241
24242         * g++.old-deja/g++.pt/lookup6.C: New test.
24243
24244 1998-11-30  Nick Clifton  <nickc@cygnus.com>
24245
24246         * gcc.c-torture/execute/981130-1.c: New test.
24247         * gcc.c-torture/execute/981130-1.x: New test failure expectations.
24248
24249 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
24250
24251         * g++.old-deja/g++.pt/explicit76.C: New test.
24252
24253         * g++.old-deja/g++.pt/friend38.C: New test.
24254
24255         * g++.old-deja/g++.ns/crash2.C: New test.
24256
24257         * g++.old-deja/g++.pt/defarg8.C: New test.
24258
24259         * g++.old-deja/g++.pt/instantiate6.C: New test.
24260
24261         * g++.old-deja/g++.pt/static6.C: New test.
24262
24263         * g++.old-deja/g++.pt/decl2.C: New test.
24264
24265 1998-11-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
24266
24267         * g++.old-deja/g++.other/lookup5.C: New test.  Not sure the
24268         problem is actually related with name lookup, but so what? :-)
24269
24270         * g++.old-deja/g++.pt/friend37.C: New test.
24271
24272 1998-11-25  Dave Love  <d.love@dl.ac.uk>
24273
24274         * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
24275         element, which fails on some systems.
24276
24277         * g77.f-torture/execute/labug1.f: New test.
24278
24279 1998-11-21  Jeffrey A Law  (law@cygnus.com)
24280
24281         * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
24282         is defined.
24283
24284 1998-11-18  Dave Love  <d.love@dl.ac.uk>
24285
24286         * g77.f-torture/compile/981117-1.f: New test.
24287
24288 1998-11-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
24289
24290         * g++.old-deja/g++.eh/throw2.C: New test.  CV-qualifiers are not
24291         properly discarded.
24292
24293 1998-10-11  Ken Raeburn  <raeburn@cygnus.com>
24294
24295         * gcc.c-torture/execute/memcheck: New directory of tests for
24296         -fcheck-memory-usage.
24297
24298 1998-11-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
24299
24300         * README: New file, general information about the testsuite and
24301         new description of the various C++ test subdirectories.
24302         * README.g++: Eliminate obsolete information, update and move most
24303         relevant stuff to README.
24304
24305 1998-11-07  Richard Henderson  <rth@cygnus.com>
24306
24307         * gcc.c-torture/compile/981107-1.c: New test.
24308
24309 1998-11-02  Doug Evans  <devans@canuck.cygnus.com>
24310
24311         * execute/memcpy-bi.c: New testcase.
24312
24313 1998-10-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
24314
24315         * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
24316         base classes.
24317
24318         * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
24319         template is selected.
24320
24321         * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
24322         classes, it should be accepted for all types.
24323
24324         * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
24325
24326         * g++.old-deja/g++.pt/spec24.C: Ensure that template
24327         specializations start with template headers.
24328
24329 1998-10-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
24330
24331         * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
24332
24333         * g++.old-deja/g++.other/init9.C: Test cross initialization of
24334         non-POD types.
24335
24336 1998-10-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
24337
24338         * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
24339
24340 1998-10-22  Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
24341
24342         * compile/981022-1.c, compile/981022-1.x: New test and driver.
24343
24344 1998-10-19  Jeffrey A Law  (law@cygnus.com)
24345
24346         * 981019-1.c: New test.
24347
24348 1998-10-14  Robert Lipe <robertl@dgii.com>
24349
24350         * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
24351         find objc headers.
24352
24353 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
24354
24355         * compile/981001-4.c: Remove use of GCC extension that triggers a
24356         compiler bug.
24357
24358 1998-10-13  Alexandre Oliva  <oliva@dcc.unicamp.br>
24359
24360         * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
24361
24362 1998-10-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
24363
24364         * g++.old-deja/g++.pt/explicit74.C: New test.  Explicit
24365         instantiation of template produces incorrect code for delete
24366         expression.
24367
24368         * g++.old-deja/g++.pt/instantiate5.C: New test.  `global
24369         constructors' name is not unique.
24370         * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
24371         * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
24372
24373         * g++.old-deja/g++.other/init8.C: New test.  Uninitialized
24374         automatic array of const is ill-formed.
24375
24376         * g++.old-deja/g++.pt/ttp53.C: New test.  Incorrect substitution
24377         of template parameter?
24378
24379         * g++.old-deja/g++.other/conv3.C: New test.  Conversion discards
24380         const.
24381
24382         * g++.old-deja/g++.other/pmf2.C: New test.  Invalid
24383         pointer-to-member expression.
24384
24385         * g++.old-deja/g++.other/friend5.C: New test.  Bogus friend
24386         declaration causes ICE.
24387
24388 1998-10-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
24389
24390         * g++.old-deja/g++.ns/main1.C: New test.  main() should only be
24391         reserved in the global namespace.
24392
24393         * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
24394         generate needed virtual table.
24395
24396         * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
24397
24398 1998-10-10  Dariush Eslimi  <eslimi@loran.com>
24399
24400         * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
24401         template-dependent type
24402
24403 1998-10-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
24404
24405         * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
24406         * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
24407         * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
24408
24409         * g++.old-deja/g++.other/using5.C: New test; using decl from base
24410         class should be usable as argument of member function.
24411         * g++.old-deja/g++.other/using6.C: New test; using decl from base
24412         class should be usable as return type of member function.
24413         * g++.old-deja/g++.other/using7.C: New test; using decl from base
24414         class should be usable as type of data member.
24415
24416         * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
24417
24418 1998-10-09  Jeffrey A Law  (law@cygnus.com)
24419
24420         * gcc.c-torture/special/920521-1.c: Fix bogus test.
24421
24422 1998-10-08  Nick Clifton  <nickc@cygnus.com>
24423
24424         * gcc.dg/dll-?.c Add thumb to target list.
24425         Fix assembler scan patterns to match current assembler output.
24426
24427 1998-10-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
24428
24429         * g++.old-deja/g++.pt/expr6.C: New test.  operator?: breaks
24430         matching of template brackets.
24431
24432         * g++.old-deja/g++.other/using4.C: New test.  Test using
24433         declarations of methods from base classes.
24434
24435         * g++.old-deja/g++.ns/extern1.C: New test.  Extern declarations
24436         within functions should introduce names into the innermost
24437         enclosing namespace.
24438
24439         * g++.old-deja/g++.other/init7.C: New test.  Retry initialization
24440         of static locals if first initialization throws.
24441
24442 1998-10-07  Jim Wilson  <wilson@cygnus.com>
24443
24444         * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
24445
24446 1998-10-06  Ken Raeburn  <raeburn@cygnus.com>
24447
24448         * gcc.c-torture/special/981006-1.c: New test.  Make sure gcc doesn't
24449         lose track of the possible targets of tablejump insns.
24450         * special/special.exp: Run it.
24451
24452 1998-10-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
24453
24454         * g++.old-deja/g++.pt/friend35.C: New test.  A template function
24455         must be declared before its specializations can be named in friend
24456         declarations.
24457
24458 1998-10-05  Dave Love  <d.love@dl.ac.uk>
24459
24460         * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
24461
24462         * g77.f-torture/execute/io1.f: New test.
24463
24464 1998-10-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
24465
24466         * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
24467         with pointer to template function, for which no argument deduction
24468         is possible.
24469
24470         * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
24471         specialization of template function as argument to template
24472         function.
24473
24474         * g++.old-deja/g++.other/access2.C: New test; Inner class
24475         shouldn't have privileged access to Outer's names.
24476
24477 1998-10-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
24478
24479         * g++.old-deja/g++.pt/friend34.C: New test; name injection of
24480         friend template declared within template class conflicts with
24481         nested class of the same name.
24482
24483         * g++.old-deja/g++.other/badopt1.C: New test; post-increment
24484         is ignored.
24485
24486         * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
24487         object with direct initializer as function declaration.
24488
24489         * g++.old-deja/g++.other/decl2.C: New test; duplicate
24490         initializers.
24491
24492         * g++.old-deja/g++.other/null2.C: New test; conditional operator
24493         involving const pointer and NULL produces incorrect result.
24494
24495         * g++.old-deja/g++.other/typename1.C: New test; template-dependent
24496         type name without `typename' should be rejected with -pedantic.
24497
24498 1998-10-02  Richard Henderson  <rth@cygnus.com>
24499
24500         * g++.old-deja/g++.other/addrof1.C: New test.
24501
24502 1998-10-01  Nick Clifton  <nickc@cygnus.com>
24503
24504         * gcc.c-torture/compile/981001-1.c: New test.
24505         * gcc.c-torture/execute/981001-1.c: New test.
24506
24507 1998-10-01  Jeffrey A Law  (law@cygnus.com)
24508
24509         * gcc.c-torture/compile/981001-2.c: New test.
24510         * gcc.c-torture/compile/981001-3.c: New test.
24511         * gcc.c-torture/compile/981001-4.c: New test.
24512
24513 1998-10-01  Robert Lipe  <robertl@dgii.com>
24514
24515         * lib/objc.exp (objc_target_compile): Add -L during compiles for
24516         multilibbed hosts.   Idea grafted from g77.exp.
24517
24518 1998-09-30  Dave Love  <d.love@dl.ac.uk>
24519
24520         * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
24521         avoid losing on systems which need -lsocket.
24522
24523 1998-09-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
24524
24525         * g++.old-deja/g++.other/bitfld1.C: Expected failure.
24526         * g++.old-deja/g++.other/nested2.C: Ditto.
24527         * g++.old-deja/g++.robertl/eb132.C: No longer an expected
24528         failure.
24529
24530 1998-09-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
24531
24532         * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
24533         preferred over template operator!= for enum bitfields.
24534
24535 1998-09-18  Alexandre Oliva  <oliva@dcc.unicamp.br>
24536
24537         * g++.old-deja/g++.other/nested2.C: Different virtual base classes
24538         that happen to have the same base name, but in different scopes,
24539         are incorrectly rejected.
24540
24541 1998-09-16  Richard Henderson  <rth@cygnus.com>
24542
24543         * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
24544         on the native word size instead of an integer literal.
24545
24546 1998-09-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
24547
24548         * g++.old-deja/g++.other/static2.C: Invocation of static data
24549         member of type pointer-to-function denoted as non-static member.
24550
24551         * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
24552         checks involving function types and aliases.
24553
24554 1998-09-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
24555
24556         * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
24557         redefined to the same non-trivial type.
24558
24559         * g++.old-deja/g++.pt/explicit73.C: Test for proper
24560         namespace-qualification of template specializations declared in
24561         other namespaces.
24562
24563         * g++.old-deja/g++.other/friend4.C: Check whether it is possible
24564         to declare a subset of the specializations of a template function
24565         as friends of specializations of a template class.
24566
24567         * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
24568         member templates that do not fully specialize the enclosing
24569         template class are rejected.
24570
24571 1998-09-11  Dave Love  <d.love@dl.ac.uk>
24572
24573         * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
24574
24575 1998-09-08  Dave Love  <d.love@dl.ac.uk>
24576
24577         * g77.f-torture/execute/u77-test.f (main): New file, somewhat
24578         altered from libf2c/libU77 version.
24579
24580 1998-09-06  Dave Love  <d.love@dl.ac.uk>
24581
24582         * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
24583
24584 1998-09-04  Reid M. Pinchback  <reidmp@MIT.EDU>, Alexandre Oliva  <oliva@dcc.unicamp.br>
24585
24586         * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
24587         (un)signed char are different types for template specialization
24588         purposes.
24589
24590 1998-09-03  Ovidiu Predescu  <ovidiu@aracnet.com>
24591
24592         * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
24593         * objc: ObjC testsuite.
24594
24595 1998-08-31  Catherine Moore  <clm@cygnus.com>
24596
24597         * gcc.c-torture/execute/941014-1.x:  New file.
24598
24599 1998-08-31  Nick Clifton  <nickc@cygnus.com>
24600
24601         * lib/c-torture.exp: Add support for
24602         torture_eval_before_compile and torture_eval_before_execute
24603         variables.
24604
24605 1998-08-30  Jeffrey A Law  (law@cygnus.com)
24606
24607         * gcc.dg/980626-1.c: Delete this test.  We've declared the warning
24608         this test triggers valid.
24609
24610 1998-08-27  Jeffrey A Law  (law@cygnus.com)
24611
24612         * gcc.dg/980827-1.c: New test.
24613
24614 1997-08-26  J"orn Rennecke <amylaar@cygnus.co.uk>
24615
24616         * gcc.c-torture/execute/loop-4b.c: New test.
24617
24618 1998-08-26  Nick Clifton  <nickc@cygnus.com>
24619
24620         * lib/c-torture.exp: Add support for
24621         torture_eval_before_compile and torture_eval_before_execute
24622         variables.
24623
24624 1998-08-25  Jeffrey A Law  (law@cygnus.com)
24625
24626         * gcc.c-torture/compile/980825-1.c: New test.
24627
24628 1998-08-24  Nick Clifton  <nickc@cygnus.com>
24629
24630         * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
24631         count number tests in opt_t0 not good_t0.
24632
24633 1998-08-24  Jeffrey A Law  (law@cygnus.com)
24634
24635         * gcc.c-torture/compile/930326-1.x: Fix typo.
24636
24637 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
24638
24639         * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
24640         causes an ICE.
24641
24642 1998-08-21  Jeffrey A Law  (law@cygnus.com)
24643
24644         * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
24645         STACK_SIZE is defined.
24646         * gcc.c-torture/unsorted/stuct.c: Similarly.
24647
24648         * gcc.c-torture/compile/980821-1.c: New test.
24649
24650 1998-08-21  Jeffrey A Law  (law@cygnus.com)
24651
24652         * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
24653
24654 1998-08-19  Mark Mitchell  <mark@markmitchell.com>
24655
24656         * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
24657         code.
24658
24659 1998-08-09  Mark Mitchell  <mark@markmitchell.com>
24660
24661         * lib/old-dejagnu.exp: Revise handling of `Internal compiler
24662         error'.
24663
24664 1998-08-18  Jeffrey A Law  (law@cygnus.com)
24665
24666         * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
24667
24668 1998-08-16  Jeffrey A Law  (law@cygnus.com)
24669
24670         * gcc.c-torture/compile/980816-1.c: New test.
24671
24672         * gcc.dg/980816-1.c: New test.
24673
24674 1998-08-13  Jeffrey A Law  (law@cygnus.com)
24675
24676         * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
24677         compiler for ieee tests.
24678
24679 1998-08-01  Dave Love  <d.love@dl.ac.uk>
24680
24681         * g77.f-torture/compile/980729-0.f: New test.
24682
24683 1998-07-30  Ken Raeburn  <raeburn@cygnus.com>
24684
24685         * gcc.c-torture/special/eeprof-1.c: New test, for
24686         -finstrument-functions.
24687         * gcc.c-torture/special/special.exp: Run it.
24688
24689 1998-07-29  Jeffrey A Law  (law@cygnus.com)
24690
24691         * gcc.c-torture/compile/980729-1.c: New test.
24692
24693 1998-07-27  Nick Clifton  <nickc@cygnus.com>
24694
24695         * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
24696         __thumb__ is defined, and test for ARM style doubles if so.
24697
24698 1998-07-26  Dave Love  <d.love@dl.ac.uk>
24699
24700         * g77.f-torture/noncompile/980615-0.f: New test.
24701
24702 1998-07-26  H.J. Lu  (hjl@gnu.org)
24703
24704         * gcc.dg/980312-1.c: Do link instead of compile.
24705         * gcc.dg/980313-1.c: Likewise.
24706
24707 1998-07-26  Jeffrey A Law  (law@cygnus.com)
24708
24709         * gcc.c-torture/compile/980726-1.c: New test.
24710
24711 1998-07-25  Dave Love  <d.love@dl.ac.uk>
24712
24713         * g77.f-torture/execute/io0.f: New test.
24714
24715 1998-07-24  Nick Clifton  <nickc@cygnus.com>
24716
24717         * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
24718         an int.
24719
24720 1998-06-18  Michael Meissner  <meissner@cygnus.com>
24721
24722         * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
24723         m32r bugs.
24724
24725 1998-07-17  Nick Clifton  <nickc@cygnus.com>
24726
24727         * gcc.dg/980626-1.c: Expect failures for all toolchains until
24728         c-decl.c:grokdeclarator can handle mode attributes.
24729
24730 1998-07-16  Jeffrey A Law  (law@cygnus.com)
24731
24732         * gcc.c-torture/execute/980716-1.c: New test.
24733
24734 1998-07-13  Jeffrey A Law  (law@cygnus.com)
24735
24736         * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
24737         the mn10200.
24738         * gcc.c-torture/execute/strct-varg-1.x: New file.  Expect failure on
24739         the mn10200.
24740         * gcc.c-torture/execute/va-arg-3.x: Similarly.
24741         * gcc.c-torture/compile/930326-1.x: Similarly.
24742
24743 1998-07-13  Dave Love  <d.love@dl.ac.uk>
24744
24745         * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
24746         New test from Craig.
24747
24748 1998-07-12  Dave Love  <d.love@dl.ac.uk>
24749
24750         * g77.f-torture/noncompile/980616-0.f: New test.
24751
24752         * g77.f-torture/execute/970816-3.f:  New test from Craig.
24753
24754 1998-07-10 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
24755
24756         *  g++.other/singleton.C: Return error value instead of taking
24757         SIGSEGV.
24758
24759 1998-07-10  Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
24760
24761         *  g++.other/singleton.C: New test.   Warning is under dispute.
24762         Runtime crash is not.
24763
24764 1998-07-09  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
24765
24766         * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
24767         ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
24768         using6.C, using7.C}:  New namespace tests.
24769
24770 1998-07-09  Alexandre Oliva   <oliva@dcc.unicamp.br>
24771
24772         * g++.old-deja/g++.other/partspec1.C: Test matching of partial
24773         specialization with typedef'ed names used as array indexes.
24774
24775 1998-07-09  Jeffrey A Law  (law@cygnus.com)
24776
24777         * gcc.c-torture/execute/980709-1.c: New test.
24778
24779         * gcc.dg/980709-1.c: New test.
24780
24781 1998-07-07  Richard Henderson  <rth@cygnus.com>
24782
24783         * gcc.c-torture/execute/bcp-1.c: New test.
24784
24785 1998-07-07  Jeffrey A Law  (law@cygnus.com)
24786
24787         * gcc.c-torture/execute/980707-1.c: New test.
24788
24789 1998-07-06  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
24790
24791         * gcc.c-torture/compile/980706-1.c: New test.
24792
24793 1998-07-01  Dave Love  <d.love@dl.ac.uk>
24794
24795         * g77.f-torture/execute/980701-0.f,
24796         g77.f-torture/execute/980701-1.f: New test from Craig.
24797
24798 1998-07-01  Jeffrey A Law  (law@cygnus.com)
24799
24800         * gcc.c-torture/compile/980701-1.c: New test.
24801
24802         * gcc.c-torture/execute/980701-1.c: New test.
24803
24804 1998-06-30  Klaus-Georg Adams  <Klaus-Georg.Adams@chemie.uni-ka
24805 rlsruhe.de>
24806
24807         * g++.old-deja/g++.robertl/eb132.C: New test.
24808         * g++.old-deja/g++.robertl/eb133.C: Likewise.
24809
24810 1998-06-29  Dave Love  <d.love@dl.ac.uk>
24811
24812         * g77.f-torture/execute/980628-7.f,
24813         g77.f-torture/execute/980628-8.f,
24814         g77.f-torture/execute/980628-9.f,
24815         g77.f-torture/execute/980628-10.f: New tests from Craig.
24816
24817         * g77.f-torture/execute/980628-3.f: Remove mail headers.
24818
24819 1998-06-28  Jeffrey A Law  (law@cygnus.com)
24820
24821         * g77.f-torture/execute/980628-4.f: New test from Craig.
24822         * g77.f-torture/execute/980628-5.f: Likewise.
24823         * g77.f-torture/execute/980628-2.f: Likewise.
24824         * g77.f-torture/execute/980628-0.f: Likewise.
24825         * g77.f-torture/execute/980628-1.f: Likewise.
24826         * g77.f-torture/execute/980628-3.f: Likewise.
24827         * g77.f-torture/execute/980628-6.f: Likewise.
24828
24829 1998-06-28  Jeffrey A Law  (law@cygnus.com)
24830
24831         * lib/g77.exp (default_g77_version): Tweak to make it work in a build
24832         directory when nothing has been installed yet.
24833
24834 1998-06-27  Carlo Wood  <carlo@runaway.xs4all.nl>
24835
24836         * gcc.c-torture/special/special.exp: Handle newer versions of
24837         dejagnu.
24838
24839 1998-06-26  Jeffrey A Law  (law@cygnus.com)
24840
24841         * gcc.dg/980626-1.c: New test.
24842
24843 1998-06-19  Bruno Haible <haible@ilog.fr>
24844
24845         * gcc.misc-tests/m-un-2.c: New test.
24846         * g++.old-deja/g++.other/warn01.c: Likewise.
24847
24848 1998-06-19  Robert Lipe  <robertl@dgii.com>
24849
24850         * gcc.dg/980414-1.c: Move comments outside of ASM to improve
24851         compatibility with assmblers with a different comment character.
24852         Eliminate use of GAS-specific extensions.
24853
24854 1998-06-19  Jeffrey A Law  (law@cygnus.com)
24855
24856         * gcc.c-torture/execute/ieee/980619-1.c: New test.
24857
24858 1998-06-19  Robert Lipe  <robertl@dgii.com>
24859
24860         *lib/g77.exp: Replace search for libf2c.a with search for newly
24861         renamed libg2c.a
24862
24863 1998-06-17  Jeffrey A Law  (law@cygnus.com)
24864
24865         * gcc.c-torture/execute/980617-1.c: New test.
24866
24867 1998-06-12  Jeffrey A Law  (law@cygnus.com)
24868
24869         * gcc.c-torture/execute/980612-1.c: New test.
24870
24871 1998-06-08  Jeffrey A Law  (law@cygnus.com)
24872
24873         * gcc.dg/980523-1.c: Only test on ppc-linux.
24874         * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
24875
24876         * gcc.c-torture/execute/980608-1.c: New test.
24877
24878 1997-06-05  J"orn Rennecke <amylaar@cygnus.co.uk>
24879
24880         * gcc.c-torture/execute/980605-1.c: New test.
24881
24882 1998-06-04  Jeffrey A Law  (law@cygnus.com)
24883
24884         * gcc.c-torture/execute/980604-1.c: New test.
24885
24886 1998-06-02  Jeffrey A Law  (law@cygnus.com)
24887
24888         * gcc.c-torture/execute/980602-1.c: New test.
24889         * gcc.c-torture/execute/980602-2.c: Likewise.
24890
24891 1998-06-02  Dave Love  <d.love@dl.ac.uk>
24892
24893         * 970125-0.f: Fix per JCB.  Add commentary.
24894
24895 1998-05-31  Michael Meissner  <meissner@cygnus.com>
24896
24897         * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
24898         IEEE -0 support.
24899
24900 1998-05-29  Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
24901
24902         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
24903         earlier.
24904
24905 1998-05-28  Catherine Moore <clm@cygnus.com>
24906
24907         * gcc.c-torture/execute/980526-3.c: New test.
24908
24909 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
24910
24911         * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
24912         fail on m68k-motorola-sysv and m88k-motorola-sysv3.
24913         * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
24914         m88k-motorola-sysv3 to XFAIL.
24915
24916 1998-05-26  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
24917
24918         * gcc.dg/980526-1.c: New test.
24919         * gcc.c-torture/execute/980526-2.c: New test.
24920
24921 1998-05-26  Jeffrey A Law  (law@cygnus.com)
24922
24923         * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
24924
24925         * gcc.c-torture/execute/980526-1.c: New test.
24926
24927 1998-05-26  Dave Love  <d.love@dl.ac.uk>
24928
24929         * g77.f-torture/execute/alpha2.f: Add runtime test.
24930
24931 1998-05-24  Jason Merrill  <jason@yorick.cygnus.com>
24932
24933         * g++.old-deja/old-deja.exp: Strip leading directories.
24934
24935         * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
24936         error for the line.  Don't run multiple tests for the same line.
24937
24938 1998-05-23  Jeffrey A Law  (law@cygnus.com)
24939
24940         * gcc.dg/980523-1.c: New test.
24941
24942 1998-05-23  Dave Love  <d.love@dl.ac.uk>
24943
24944         * g77.f-torture/compile/970915-0.f: New test.
24945
24946 1998-05-23  Jason Merrill  <jason@yorick.cygnus.com>
24947
24948         * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
24949
24950 1998-05-21  Jeffrey A Law  (law@cygnus.com)
24951
24952         * gcc.dg/980520-1.c: New test.
24953
24954 1998-05-20  Manfred Hollstein  <manfred@s-direktnet.de>
24955
24956         * gcc.dg/980502-1.c: Fix return type.
24957
24958 1998-05-20  Jeffrey A Law  (law@cygnus.com)
24959
24960         * gcc.dg/{980502-1.c, clobbers.c}: New tests.
24961         * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
24962         * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
24963         * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
24964         * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
24965
24966 1998-05-20  Dave Love  <d.love@dl.ac.uk>
24967
24968         * g77.f-torture/execute/980520-1.f: New test.
24969
24970 1998-05-15  Dave Love  <d.love@dl.ac.uk>
24971
24972         * lib/mike-g77.exp: New file.
24973
24974         * g77.f-torture/noncompile/noncompile.exp,
24975         g77.f-torture/noncompile/check0.f: New files.
24976
24977 1998-05-14  Dave Love  <d.love@dl.ac.uk>
24978
24979         * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
24980         g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
24981         g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
24982         g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
24983         g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
24984         abort where appropriate.
24985
24986 1998-05-05  Michael Meissner  <meissner@cygnus.com>
24987
24988         * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
24989         * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
24990
24991 1998-04-29  Dave Love  <d.love@dl.ac.uk>
24992
24993         * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
24994
24995 1998-04-27  Dave Love  <d.love@dl.ac.uk>
24996
24997         * g77.f-torture/compile/980427-0.f: New test.
24998
24999 1998-04-24  Dave Love  <d.love@dl.ac.uk>
25000
25001         * g77.f-torture/compile/980424-0.f: New test.
25002
25003 1998-04-19  Dave Love  <d.love@dl.ac.uk>
25004
25005         * g77.f-torture/compile/980419-2.f (main): New test.
25006         * g77.f-torture/compile/970125-0.f: New test.
25007         * g77.f-torture/compile/980419-1.f: New test.
25008
25009 1998-04-08  Jim Wilson  <wilson@cygnus.com>
25010
25011         * gcc.c-torture/execute/980407-1.c: Delete test.  Is duplicate
25012         of loop-4.c.
25013
25014 1998-04-07  Jim Wilson  <wilson@cygnus.com>
25015
25016         * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
25017
25018 1998-04-03  Jim Wilson  <wilson@cygnus.com>
25019
25020         * gcc.c-torture/compile/980329-1.c: New test.
25021
25022 1998-03-18  Jim Wilson  <wilson@cygnus.com>
25023
25024         * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
25025         * gcc.dg/980312-1.c: Fix typo in -march command.
25026
25027 1998-03-16  H.J. Lu  (hjl@gnu.org)
25028
25029         * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
25030
25031 1998-03-11  Robert Lipe  <robertl@dgii.com>
25032
25033         * g77.f-torture/execute/980310-5.f: Deleted.  Craig Burley and
25034         Dave Love agree the Fortran source is bogus.
25035
25036 1998-03-11  Robert Lipe  <robertl@dgii.com>
25037
25038         * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
25039         g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
25040         g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
25041         g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
25042         * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
25043
25044 1998-03-10  Alexandre Oliva   <oliva@dcc.unicamp.br>
25045
25046         * g++.old-deja/g++.other/friend1.C: New test.
25047
25048 1998-02-18  Dave Love  <d.love@dl.ac.uk>
25049
25050         * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
25051         possibly uninitialized) variables and declare dnrm2.
25052
25053 1998-02-23  Robert Lipe <robertl@dgii.com>
25054
25055         From Bruno Haible <haible@ilog.fr>:
25056         * gcc.c-torture/execute/980223.c: New test.
25057
25058 1998-02-13  Jeffrey A Law  (law@cygnus.com)
25059
25060         * gcc.dg/ifelse-1.c: New test.
25061
25062 1998-02-09  H.J. Lu  (hjl@gnu.org)
25063
25064         * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
25065
25066           * lib/old-dejagnu.exp (old-dejagnu): Added the
25067           "execution test - XFAIL *-*-*" handling in the spirit of
25068           "excess errors test -". Changed the "execution test fails"
25069           handling to be like "excess errors test fails".
25070           * Update various tests accordingly.
25071
25072 1998-02-06  Jim Wilson  <wilson@cygnus.com>
25073
25074         * gcc.c-torture/execute/980205.c: New test.
25075
25076 1998-01-18  Jeffrey A Law  (law@cygnus.com)
25077
25078         * lib/c-torture.exp: Look for .x files instead of .cexp files.
25079         * lib/f-torture.exp: Similarly.
25080         * gcc.c-torture: Rename all .cexp files to .x files.
25081
25082 1997-12-08  J"orn Rennecke <amylaar@cygnus.co.uk>
25083
25084         * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
25085         (940510-1.c): Removed duplicate.
25086         (971104-1.c): New test.
25087
25088 1997-11-25  Kate Hedstrom  (kate@ahab.rutgers.edu)
25089
25090           * lib/f-torture.exp: Improve error and loop detection.
25091
25092 1997-11-19  Michael Meissner  <meissner@cygnus.com>
25093
25094         * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
25095         use that to size the filler array.
25096
25097 1997-09-26  Bob Manson  <manson@charmed.cygnus.com>
25098
25099         * lib/c-torture.exp(c-torture-execute): Fix typo.
25100
25101         * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
25102         testcase as the executable name. Keep the executable around if
25103         the test fails.
25104
25105 1997-09-19  Bob Manson  <manson@charmed.cygnus.com>
25106
25107         * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
25108         changes.  Only test one -g option, and move it to the end of the
25109         list of options to test.
25110
25111 1997-09-19  Michael Meissner  <meissner@cygnus.com>
25112
25113         * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
25114         variable GCC_TORTURE_OPTIONS to supply default switches separated
25115         by colons.  If no environment variable, run tests with -O0 -g, -O1
25116         -g, and -O2 -g as well.
25117
25118 1997-09-17  Bob Manson  <manson@charmed.cygnus.com>
25119
25120         * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
25121         explanatory comments. Fix indentation.
25122
25123 1997-09-15  Jeffrey A Law  (law@cygnus.com)
25124
25125         * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
25126
25127 1997-09-11  Jeffrey A Law  (law@cygnus.com)
25128
25129         * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
25130         * g++.old-deja/g++.mike/p7325.C: Likewise.
25131         * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
25132
25133 1997-09-11  Alexandre Oliva  (oliva@dcc.unicamp.br)
25134
25135         * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
25136         * g++.old-deja/g++.brendan/crash30.C: Likewise.
25137         * g++.old-deja/g++.brendan/crash39.C: Likewise.
25138         * g++.old-deja/g++.law/operators4.C: Likewise.
25139
25140 1997-09-11  Joe Buck  (jbuck@synopsys.com)
25141
25142         * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
25143         * g++.old-deja/g++.mike/p784.C: Ditto.
25144         * g++.old-deja/g++.mike/p785.C: Ditto.
25145
25146 1997-09-05  Jeffrey A Law  (law@cygnus.com)
25147
25148           * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
25149
25150 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
25151
25152         * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
25153         target feature; pass this to c-torture-execute as needed.
25154
25155 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
25156
25157         * lib/c-torture.exp(c-torture-execute): If the previous and the
25158         current executables being tested are identical, we don't need to
25159         run the executable again. Try to make the executable names
25160         unique. Add an optional argument for passing additional compiler
25161         flags.
25162
25163 1997-09-02  Doug Evans  <dje@canuck.cygnus.com>
25164
25165         * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
25166
25167 1997-08-29  Jeffrey A Law  (law@cygnus.com)
25168
25169         * gcc.c-torture/execute/921007-1.c: Make strcmp static.
25170
25171 1997-07-31  Jeffrey A Law  (law@cygnus.com)
25172
25173         * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
25174         32bit or larger longs.
25175
25176         * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
25177         have either a 32bit long or 32bit int.
25178
25179 1997-07-29  J"orn Rennecke <amylaar@cygnus.co.uk>
25180
25181         * gcc.c-torture/execute/conversion.c (test_float_to_integer):
25182         Make double precision tests dependent on sizeof (double).
25183
25184 1997-07-09  Bob Manson  <manson@charmed.cygnus.com>
25185
25186         * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
25187         too.
25188
25189 1997-06-17  J"orn Rennecke <amylaar@cygnus.co.uk>
25190
25191         * gcc.c-torture/compile/961203-1.cexp: New script.
25192
25193 1997-06-16  Bob Manson  <manson@charmed.cygnus.com>
25194
25195         * lib/g++.exp(g++_init): Use g++_include_flags instead of making
25196         up the includes ourselves.
25197
25198 1997-06-11  Bob Manson  <manson@charmed.cygnus.com>
25199
25200         * lib/plumhall.exp: Remove random include, and add a few
25201         verbose messages for debugging.
25202
25203 1997-06-06  Bob Manson  <manson@charmed.cygnus.com>
25204
25205         * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
25206         of trying to do it ourselves.
25207
25208 1997-06-04  J"orn Rennecke <amylaar@cygnus.co.uk>
25209
25210         * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
25211
25212 1997-06-04  Bob Manson  <manson@charmed.cygnus.com>
25213
25214         * gcc.prms/5403.c: Made regexp a bit less strict.
25215
25216 1997-06-03  Bob Manson  <manson@charmed.cygnus.com>
25217
25218         * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
25219         is returned from remote_load instead.
25220         * lib/plumhall.exp: Ditto.
25221         * lib/mike-g++.exp: Ditto.
25222         * lib/old-dejagnu.exp: Ditto.
25223         * lib/c-torture.exp: Ditto.
25224
25225 1997-05-30  Bob Manson  <manson@charmed.cygnus.com>
25226
25227         * lib/g++.exp: Use build_wrapper procedure.
25228         * lib/gcc.exp: Ditto.
25229
25230 1997-05-20  Jeffrey A Law  (law@cygnus.com)
25231
25232         * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
25233         an old-style decl for malloc.  Fixes tests to work when
25234         sizeof (int) != sizeof (size_t).
25235
25236 1997-05-15  Mike Meissner  <meissner@cygnus.com>
25237
25238         * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
25239
25240         * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
25241         use stdargs.h interface.
25242
25243 1997-05-15  Mike Meissner  <meissner@cygnus.com>
25244
25245         * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
25246         NO_VARARGS when compiling.
25247
25248 1997-05-01  Bob Manson  <manson@charmed.cygnus.com>
25249
25250         * lib/plumhall.exp(ph_includes): New procedure.
25251         (ph_make): Use it.
25252         (ph_compiler): Ditto.
25253
25254         * lib/g++.exp: Rename test-glue.c to testglue.c.
25255         * lib/gcc.exp: Ditto.
25256
25257 1997-04-10  Bob Manson  <manson@charmed.cygnus.com>
25258
25259         * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
25260         to completion when it's called.
25261
25262 1997-03-21  Michael Meissner  <meissner@cygnus.com>
25263
25264         * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
25265         is defined, don't do test.
25266
25267 1997-03-20  Doug Evans  <dje@canuck.cygnus.com>
25268
25269         * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
25270         for object files.
25271         (ph_summary): Mark skipped testcases as untested, not unresolved.
25272
25273         * lib/plumhall.exp (ph_make): If unresolved because of bad
25274         errorCode, record errorCode in log file.
25275         (*): Replace send_log/verbose with verbose -log.
25276
25277 1997-03-19  Michael Meissner  <meissner@cygnus.com>
25278
25279         * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
25280         double conversion if double isn't at least 8 bytes.
25281
25282         * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
25283         int to work with targets where int is 16 bits.
25284
25285         * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
25286         8 bytes, just exit, since 4 byte doubles don't have enough bits of
25287         precision for the test to complete.
25288
25289 1997-03-14  Michael Meissner  <meissner@cygnus.com>
25290
25291         * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
25292         if d10v is not compiled with the -mdouble64 flag.
25293         * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
25294
25295         * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
25296         d10v is not compiled with the -mint32 flag.
25297
25298 1997-03-13  Bob Manson  <manson@charmed.cygnus.com>
25299
25300         * lib/plumhall.exp: Use incr_count.
25301
25302 1997-03-12  Jeffrey A Law  (law@cygnus.com)
25303
25304         * gcc.c-torture: Update to c-torture-1.45.
25305
25306 1997-02-23  Bob Manson  <manson@charmed.cygnus.com>
25307
25308         * lib/gcc.exp(gcc_init): Add args parameter (which will contain
25309         the name of the expect testcase file).
25310
25311         * lib/g++.exp(g++_init): Ditto.
25312
25313 1997-02-20  Bob Manson  <manson@charmed.cygnus.com>
25314
25315         * lib/g++.exp(g++_exit): $gluefile lives on the build, not
25316         the host.
25317
25318         * lib/gcc.exp(gcc_exit): New procedure.
25319
25320 1997-02-19  Bob Manson  <manson@charmed.cygnus.com>
25321
25322         * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
25323         specs where appropriate.
25324
25325         * g++.old-deja/g++.arm/*: Added additional ERROR checks
25326         because of new "candidates are" messages, and removed a few
25327
25328         * Converted all non-old-style g++ testcases to old-style, and
25329         moved into g++.old-deja.
25330
25331 1997-02-14  Bob Manson  <manson@charmed.cygnus.com>
25332
25333         * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
25334         options.
25335
25336         * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
25337         succeeded.
25338
25339         * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
25340
25341 1997-02-13  Michael Meissner  <meissner@cygnus.com>
25342
25343         * lib/gcc.exp (gcc_target_compile): Add support for defining
25344         NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
25345         the machine doesn't have those features.
25346
25347 1997-02-11  Bob Manson  <manson@charmed.cygnus.com>
25348
25349         * g++.law/operators4.exp: Don't use LIBS.
25350
25351 1997-02-08  Bob Manson  <manson@charmed.cygnus.com>
25352
25353         * g++.law/virtual1.exp: Don't use CXX_FLAGS.
25354
25355         * lib/mike-g++.exp: Don't set the compiler to be tested here.
25356         * lib/g++.exp: Set it here instead. Also, allow use of the
25357         --tool_exec and --tool_opt options. Change CXX to
25358         GXX_UNDER_TEST.
25359
25360         * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
25361
25362         * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
25363
25364 1997-02-07  Bob Manson  <manson@charmed.cygnus.com>
25365
25366         * lib/old-dejagnu.exp: Use prune_warnings instead of
25367         prune_system_crud.
25368         * lib/mike-g++.exp: Ditto.
25369         * lib/gcc.exp: Ditto.
25370         * lib/g++.exp: Ditto.
25371
25372         * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
25373
25374 1997-02-07  Jeffrey A Law  (law@cygnus.com)
25375
25376           * 941014-2.c: Include stdlib.h
25377           * 960327-1.c: Include stdio.h
25378           * dbra.c, index-1.c: Don't assume ints are 32bits.
25379
25380 1997-02-04  Bob Manson  <manson@charmed.cygnus.com>
25381
25382         * lib/gcc.exp: Add gcc,stack_size target feature.
25383
25384         * lib/g++.exp(g++_target_compile): Add the include and link
25385         paths here, not in two other places. And, it's $options, not
25386         options.
25387
25388         * lib/mike-g++.exp(postbase): Remove the code that determines
25389         the correct include and link paths.
25390         * g++.old-deja/old-deja.exp: Ditto.
25391
25392 1997-02-03  Bob Manson  <manson@charmed.cygnus.com>
25393
25394         * lib/g++.exp(g++_init): target_compile no longer returns the
25395         filename of the result.
25396
25397 1997-02-02  Bob Manson  <manson@charmed.cygnus.com>
25398
25399         * gcc.misc-tests/gcov.exp: Add -nocomplain to the
25400         call to glob.
25401
25402         * gcc.c-torture/special/special.exp: Change call to
25403         gcc_target_compile to include the object file.
25404
25405 1997-02-02  Ian Lance Taylor  <ian@cygnus.com>
25406
25407         * gcc.c-torture/special/special.exp: Correct misspelling in last
25408         change.
25409
25410 1997-02-01  Bob Manson  <manson@charmed.cygnus.com>
25411
25412         * lib/plumhall.exp(ph_summary): Log the entire output of the
25413         executable. Return -1 if there were any failures, 0 otherwise.
25414         (ph_execute): Return -1 if there were any failures, 0 otherwise.
25415         (ph_make): Clean up objects and executables that were built
25416         if the tests succeeded.
25417
25418 1997-01-30  Bob Manson  <manson@charmed.cygnus.com>
25419
25420         * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
25421         libraries and includes in the build tree as appropriate.
25422
25423 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
25424
25425         * lib/c-torture.exp: Instead of looking for the global variable
25426         NO_LONG_LONG, check to see if that's a feature of the target.
25427
25428 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
25429
25430         * config/default.exp: Minimize. Delete the remainer of the files in
25431         config; this functionality is now in devo/dejagnu/config.
25432
25433         g++.*/*: Pass any additional flags used to compile to postbase;
25434         delete CXXFLAGS.
25435
25436         gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
25437         is now done by runtest.exp. Use gcc_target_compile instead of
25438         compile.
25439
25440         lib/c-torture.exp: Use gcc_target_compile instead of compile.
25441         Remove references to CFLAGS. Use remote_file instead of
25442         calling rm -f.
25443         (c-torture): Take a list of arguments to use to compile this
25444         testcase.
25445
25446         lib/g++.exp: Simplify. Use target_compile instead of compile.
25447         lib/gcc-dg.exp: Ditto.
25448         lib/gcc.exp: Ditto.
25449         lib/mike-{gcc,g++}.exp: Ditto.
25450         lib/old-dejagnu.exp: Ditto.
25451         lib/plumhall.exp: Ditto.
25452
25453 1997-01-08  Jim Wilson  <wilson@cygnus.com>
25454
25455         * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
25456         (ph_linker): Likewise.
25457
25458 1996-11-13  Joern Rennecke <amylaar@cygnus.com>
25459
25460           * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
25461         MAP_ANON / MAP_ANONYMOUS if defined;
25462         else try to map from /dev/zero .
25463
25464 1996-11-12  Jeffrey A Law  (law@cygnus.com)
25465
25466         * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}:  If MAP_ANON
25467         isn't defined, then define it to MAP_ANONYMOUS.
25468
25469 1996-11-12  Jeffrey A Law  (law@cygnus.com)
25470
25471         * gcc.c-torture: Update to c-torture-1.42 release.
25472
25473 1996-11-11  Jeffrey A Law  (law@cygnus.com)
25474
25475         * gcc.c-torture: Update to c-torture-1.41 release.
25476
25477 1996-10-27  Jeffrey A Law  (law@cygnus.com)
25478
25479         * gcc.c-torture/execute/enum-1.c: New test.  Will be in next
25480         c-torture release.
25481
25482 1996-08-15  Brendan Kehoe  <brendan@lisa.cygnus.com>
25483
25484         * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
25485         and LDFLAGS.  Fix second case to append the target_info ldflags
25486         onto LDFLAGS, not CFLAGS.
25487         * lib/g++.exp (g++_init): Add target_info stuff.
25488         * lib/old-dejagnu.exp (old-dejagnu-init): Likewise.  Add inclusion
25489         of libgloss and newlib flags for !native.
25490
25491         * config/proelf.exp: Load remote.exp and do `push_target hppro'.
25492         (GDB): Fix relative path to go up another dir for finding gdb.
25493
25494 1996-08-08  Rob Savoye  <rob@chinadoll.cygnus.com>
25495
25496         * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
25497         versions in the target_info array, if they don't exist.
25498
25499 1996-08-02  Brendan Kehoe  <brendan@lisa.cygnus.com>
25500
25501         * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
25502
25503 1996-07-08  Jim Wilson  <wilson@cygnus.com>
25504
25505         * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
25506         * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
25507
25508 1996-07-01  Bob Manson  <manson@charmed.cygnus.com>
25509
25510         * lib/old-dejagnu.exp: Don't remove the output file before we've
25511         actually tested it. Don't append pwd to the path of the executable
25512         we're testing.
25513
25514 1996-06-30  Doug Evans  <dje@canuck.cygnus.com>
25515
25516         * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
25517
25518 1996-06-26  Bob Manson  <manson@charmed.cygnus.com>
25519
25520         * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
25521         temporary directory for compiler files, and set it to a default
25522         value of /tmp. Set $output as the name of the output file from
25523         compiling the testcase. Add a -o option to $cflags_var so the
25524         compiler writes the final output file as $output. Set $executable
25525         to $output.
25526
25527         * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
25528         directory for compiler files, and set it to /tmp if it doesn't
25529         already have a value. Set $output_file to the name of the output
25530         file from compiling the testcase. Add a -o option to CXXFLAGS so
25531         the compiler writes the final output file as $output. Use $output
25532         as the executable to be tested.
25533
25534 1996-06-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
25535
25536         * lib/g++.exp: Also add -Wl,-rpath,... for linux.
25537
25538 1996-06-08  Jeffrey A Law  (law@cygnus.com)
25539
25540         * gcc.c-torture/execute/pending-1.c: New test.  Still
25541         pending in Tege's queue.
25542
25543 1996-04-24  Jim Wilson  <wilson@chestnut.cygnus.com>
25544
25545         * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
25546         Add variables local_failcnt and local_unresolvedcnt.  Call gcc_fail
25547         if there were failures.  Call unresolved if there were unresolved
25548         testcases.  Call gcc_fail if program did not run to completion.
25549         (ph_make): Pass additional argument name to ph_execute.
25550         (ph_execute): Add new argument.  Pass additional arguments to
25551         ph_summary.  Call gcc_fail is there is no execution output.
25552
25553 1996-04-24  Jeffrey A Law  (law@cygnus.com)
25554
25555         * lib/plumhall.exp (proc_summary): Output relavent summary
25556         lines into the log so specific failures in plumhall can be
25557         investigated.
25558
25559 1996-04-10  Jeffrey A Law  (law@cygnus.com)
25560
25561         * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
25562         (c-torture-execute): Don't try to execute tests which use
25563         "long long" types if $NO_LONG_LONG is nonzero.
25564
25565 1996-04-08  Doug Evans  <dje@canuck.cygnus.com>
25566
25567         * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
25568         not c-torture.
25569
25570         * gcc.ieee: Move from here.
25571         * gcc.c-torture/execute/ieee: To here.
25572
25573 1996-03-26  Jeffrey A Law  (law@cygnus.com)
25574
25575         * gcc.c-torture: Update to c-torture-1.41 release.
25576
25577 1996-03-22  Jeffrey A Law  (law@cygnus.com)
25578
25579         * lib/c-torture.exp (c-torture-execute): Remove "$executable",
25580         not "$output".
25581
25582 1996-03-07  Doug Evans  <dje@charmed.cygnus.com>
25583
25584         * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
25585         -c present.
25586
25587 1996-03-02  Jeffrey A Law  (law@cygnus.com)
25588
25589         * config/proelf.exp: Handle connecting to a simulator.
25590
25591 1996-01-31  Jeffrey A Law  (law@cygnus.com)
25592
25593         * config/proelf.exp: New file.  Enough framework that we can
25594         run c-torture tests on the proelf targets (or any other target
25595         that gdb can connect to for that matter).
25596
25597 1996-01-29  Doug Evans  <dje@canuck.cygnus.com>
25598
25599         * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
25600         * gcc.ph/testing/limits/limits.exp: Likewise.  Don't pass $CFLAGS.
25601
25602         * lib/plumhall.exp (ph_execute): Always call ph_summary if
25603         exec_output exists.
25604
25605 1996-01-28  Doug Evans  <dje@charmed.cygnus.com>
25606
25607         * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
25608         (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
25609
25610         * config/*.exp: Update FSF address.  Change result of ${tool}_load
25611         to pass/fail/unresolved/unsupported/untested.  Caller must now
25612         call unresolved/unsupported/untested.
25613         * lib/*.exp: Update FSF address.  Update to handle new results of
25614         ${tool}_load.
25615         * lib/chill.exp (verbose): Delete.
25616
25617 1996-01-27  Doug Evans  <dje@charmed.cygnus.com>
25618
25619         * lib/gcc.exp (default_gcc_start): Change order of args to
25620         $LDFLAGS $CFLAGS $LIBS.
25621         * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
25622         Save/set/restore CFLAGS.  Pass single arg to gcc_start.
25623         * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
25624         (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
25625         * gcc.misc-tests/dg-test.exp: Likewise.
25626         * gcc.misc-tests/msgs.exp: Likewise.
25627         * gcc.prms/prms.exp: Likewise.
25628         * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
25629         (CFLAGS,LIBS): Delete references.  Don't pass $CFLAGS to dg-runtest.
25630
25631         * lib/dg.exp: Deleted, moved to dejagnu/lib.
25632
25633 1996-01-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
25634
25635         * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
25636
25637         * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
25638         * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
25639
25640         * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
25641         necessary.
25642
25643 1996-01-20  Brendan Kehoe  <brendan@cygnus.com>
25644
25645         * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
25646         global for loop; add use of $mathlib.
25647         * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
25648         settings here; set mathlib for anything but VxWorks.
25649
25650 1996-01-22  Jeffrey A Law  (law@cygnus.com)
25651
25652         * gcc.c-torture: Update to c-torture-1.40 release.
25653
25654 1996-01-03  Jeffrey A Law  (law@cygnus.com)
25655
25656         * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
25657         dg.exp.
25658
25659 1995-12-03  Jeffrey A. Law  <law@sethra.cygnus.com>
25660
25661         * lib/c-torture.exp (c-torture-execute): Declare "output" as
25662         global.
25663
25664 1995-11-17  Doug Evans  <dje@canuck.cygnus.com>
25665
25666         * lib/g++.exp (LIBS): Define if not already.
25667         * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
25668         (gcc-dg-prune): Call prune_gcc_output.
25669         * lib/gcc.exp (prune_gcc_output): New proc.
25670         * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
25671         prune_gcc_output.
25672
25673 1995-11-16  Doug Evans  <dje@canuck.cygnus.com>
25674
25675         * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
25676         (c-torture-execute): Likewise.  Rename `name' to `testcase'.
25677
25678 1995-11-15  Jeffrey A Law  (law@cygnus.com)
25679
25680         * gcc.c-torture: Update to c-torture-1.39 release.
25681
25682 1995-11-04  Doug Evans  <dje@canuck.cygnus.com>
25683
25684         * lib/c-torture.exp (c-torture-execute): Don't return if one option
25685         fails, try others as well.
25686
25687 1995-11-02  Doug Evans  <dje@canuck.cygnus.com>
25688
25689         * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
25690         If compilation fails, mark execute tests as `untested'.
25691         If test is marked as unsupported, don't mark compilation and
25692         execute tests as failed.
25693
25694 1995-10-25  Brendan Kehoe  <brendan@lisa.cygnus.com>
25695
25696         * lib/g++.exp (g++_init): Don't link in libg++, and look to
25697         libstdc++ for whether or not we want to be doing shared
25698         libraries.  Delete link_curses since we don't need it anymore.
25699         * lib/mike-g++.exp (postbase): Don't link in libg++.
25700         * g++.old-deja/old-deja.exp: Likewise.
25701
25702 1995-10-23  Brendan Kehoe  <brendan@lisa.cygnus.com>
25703
25704         * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
25705
25706 1995-10-17  Brendan Kehoe  <brendan@lisa.cygnus.com>
25707
25708         * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
25709         For that, add `-Wl,-a,shared_archive'.
25710         * g++.old-deja/old-deja.exp: Likewise.
25711
25712 1995-10-17  Doug Evans  <dje@canuck.cygnus.com>
25713
25714         * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
25715
25716 1995-10-16  Brendan Kehoe  <brendan@cygnus.com>
25717
25718         * lib/mike-g++.exp (postbase): Pay attention to the status of
25719         g++_load.
25720
25721 1995-10-16  Brendan Kehoe  <brendan@lisa.cygnus.com>
25722
25723           * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
25724
25725 1995-10-16  Doug Evans  <dje@canuck.cygnus.com>
25726
25727         * lib/gcc.exp (default_gcc_start): No longer need to log program
25728         being executed or its output, execute_anywhere does that now.
25729         * lib/g++.exp (default_g++_version): Call execute_anywhere.
25730         (default_g++_start): Likewise.  Delete calls to verbose/send_log.
25731
25732 1995-10-12  Brendan Kehoe  <brendan@lisa.cygnus.com>
25733
25734         * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
25735         the same as those in lib/g++.exp.
25736
25737 1995-10-10  Jeff Law  (law@hurl.cygnus.com)
25738
25739         * gcc.c-torture: Update to c-torture-1.38 release.
25740         * gcc.ieee: Related changes.
25741
25742 1995-10-06  Rob Savoye  <rob@darkstar.cygnus.com>
25743
25744         * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
25745         "exec". Minor reformatting changes.
25746
25747         * config/rom68k.exp (${tool}_load): Make it work in a canadian
25748         cross. This means all "exec" calls now work on a remote host as
25749         well.
25750         * lib/c-torture.exp (c-torture-compile): Make work for a canadian
25751         cross. Filter out the extra "\r\n" stuff that expect puts in.
25752         (c-torture-execute): Filter out the bogus warnings like
25753         c-torture-compile does. Add support for canadian cross.
25754         * lib/gcc.exp (default_gcc_version, default_gcc_start)
25755         Use execute_anywhere rather than calling exec directly. Now it
25756         works for canadian cross testing.
25757
25758 1995-10-05  Brendan Kehoe  <brendan@rtl.cygnus.com>
25759
25760         * lib/g++.exp: Add -nocomplain flag to glob.  Use catch to put the
25761         results into a variable, and check that rather than using file exists.
25762
25763 1995-10-04  Brendan Kehoe  <brendan@lisa.cygnus.com>
25764
25765         * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
25766         create a libg++.so.  For sunos4.1.*, also add -ltermcap.
25767
25768 1995-09-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
25769
25770         * g++.old-deja/old-deja.exp: Create and pass runshlib and
25771         lib_curses if there's a shared libg++ in the build tree.
25772
25773 1995-09-22  Doug Evans  <dje@canuck.cygnus.com>
25774
25775         * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
25776         if not supported target.
25777
25778 1995-09-22  Brendan Kehoe  <brendan@lisa.cygnus.com>
25779
25780         * lib/g++.exp (g++_init): Move empty setting of runshlib and
25781         link_curses up to always happen, not just for native builds.
25782
25783 1995-09-21  Jeff Law  (law@snake.cs.utah.edu)
25784
25785         * gcc.c-torture: Update to c-torture-1.36 release.
25786         * gcc.failure: Related changes.
25787
25788 1995-09-20  Doug Evans  <dje@canuck.cygnus.com>
25789
25790         * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
25791
25792 1995-09-19  Brendan Kehoe  <brendan@lisa.cygnus.com>
25793
25794         * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
25795         * lib/mike-g++.exp (postbase): Not in here.  Still reference
25796         runshlib, link_curses, and mathlib for link and run.
25797
25798         * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
25799         pass the runtime shared library options for Solaris, OSF/1, and
25800         Irix5, and link with -lcurses to avoid unresolved references.
25801
25802 1995-09-13  Brendan Kehoe  <brendan@lisa.cygnus.com>
25803
25804         * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
25805         only run once.
25806
25807 1995-09-13  Doug Evans  <dje@canuck.cygnus.com>
25808
25809         * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
25810
25811 1995-09-11  Jeff Law  (law@snake.cs.utah.edu)
25812
25813         * gcc.c-torture: Update to c-torture-1.35 release.  Note we
25814         do not have a framework for the "compat" tests yet.
25815
25816 1995-09-09  Brendan Kehoe  <brendan@lisa.cygnus.com>
25817
25818         * lib/mike-g++.exp (postbase): New local variable `mathlib',
25819         set to null if we're testing vxworks5.1.  Use that instead of
25820         `-lm' in the setting of LIBS for link and run.
25821
25822 1995-09-08  Brendan Kehoe  <brendan@lisa.cygnus.com>
25823
25824         * config/rom68k.exp (${tool}_load): Major changes to make it
25825         work.  Verified that it does in fact return the stuff in
25826         exec_output properly.  Catch any Emul or any TRAP other than 0.
25827
25828 1995-09-07  Brendan Kehoe  <brendan@lisa.cygnus.com>
25829
25830         * lib/mike-g++.exp (prebase): Call g++_init at the end to set
25831         LDFLAGS properly for targets that need stuff from libgloss.
25832         * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
25833         only run once.
25834         (gpp_initialized): New variable.
25835
25836 1995-09-06  Rob Savoye  <rob@darkstar.cygnus.com>
25837
25838         * config/rom68k.exp: Load libgloss.exp.
25839         * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
25840         so we can produce a fully linked binary.
25841         * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
25842         so we can produce a fully linked binary.
25843
25844 1995-09-03  Doug Evans  <dje@canuck.cygnus.com>
25845
25846         * lib/plumhall.exp (ph_section): Watch for expected failures.
25847         Add missing `else'.
25848
25849         * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
25850         run the testcase.
25851         (c-torture): Likewise.
25852
25853 1995-08-28  Doug Evans  <dje@cygnus.com>
25854
25855         * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
25856
25857         * lib/mike-g++.exp (mike_cleanup): New proc.
25858         (prebase): New globals compiler_result, not_compiler_result,
25859         target_regexp.
25860         (postbase): Likewise.  Call mike_cleanup.  Pass "--" to regexp to
25861         allow leading "-" in pattern.  Watch for unsupported tests.
25862         If $compiler_result is set, pattern match assembler code,
25863         and ditto for $not_compiler_result.
25864         * lib/mike-gcc.exp: Likewise.
25865
25866         * lib/plumhall.exp (ph_execute): Only call ph_summary if
25867         execution "succeeded".
25868
25869 1995-08-14  Doug Evans  <dje@canuck.cygnus.com>
25870
25871         * config/win32.exp: New file.
25872         * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
25873
25874 1995-08-04  Doug Evans  <dje@canuck.cygnus.com>
25875
25876         * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
25877         unsupported.
25878         * lib/mike-{gcc,g++}.exp (postbase): Likewise.
25879         * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
25880         * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
25881
25882         * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
25883         "... without exceptions was ...".  That is now handled by
25884         prune_system_crud.
25885         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
25886
25887 1995-08-01  Doug Evans  <dje@canuck.cygnus.com>
25888
25889         * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
25890         sieve.c,sort2.c}: New files.
25891         * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
25892         sieve.exp,sort2.exp}: Drivers for them.
25893
25894         * lib/mike-gcc.exp (program_output): New user settable variable.
25895         (postbase): Call prune_system_crud.  Also prune extraneous compiler
25896         messages.
25897         * lib/mike-g++.exp (program_output): New user settable variable.
25898
25899         * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
25900
25901         * config/sh.exp: Deleted (use sim.exp instead).
25902
25903 1995-07-28  Brendan Kehoe  <brendan@lisa.cygnus.com>
25904
25905         * config/vx.exp: Declare CHECKTASK as global.
25906         * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
25907         * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
25908         * lib/old-dejagnu.exp: Load [pwd]/$executable.
25909
25910 1995-07-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
25911
25912         * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
25913         target. Like vx.exp, only includes `vx29k.exp' instead of
25914         `vxworks.exp'.
25915
25916 1995-07-23  Ian Lance Taylor  <ian@cygnus.com>
25917
25918         * config/sim.exp: Increase time limit from 120 seconds to 240.
25919
25920 1995-07-06  Jeffrey A. Law  <law@rtl.cygnus.com>
25921
25922         * gcc.c-torture/execute/950628-1.c: New test.
25923
25924 1995-06-10  Jeff Law  (law@snake.cs.utah.edu)
25925
25926         * gcc.c-torture: Update with changes/additions from
25927         c-torture-1.34.
25928
25929 1995-06-05  Doug Evans  <dje@canuck.cygnus.com>
25930
25931         * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
25932
25933 1995-06-04  Jeff Law  (law@snake.cs.utah.edu)
25934
25935         * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
25936
25937 1995-06-01  Jeff Law  (law@snake.cs.utah.edu)
25938
25939         * gcc.c-torture/compile/950512-1.c: New test.
25940         * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
25941         * gcc.dg/struct-ret-1.c: Likewise.
25942
25943 1995-05-31  Doug Evans  <dje@canuck.cygnus.com>
25944
25945         * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
25946           930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
25947
25948 1995-05-30  Doug Evans  <dje@canuck.cygnus.com>
25949
25950         * gcc.c-torture/special/920411-1.c: Deleted.
25951         * gcc.c-torture/special/special.exp: Delete 920411-1.c.
25952
25953 1995-05-22  Doug Evans  <dje@chestnut.cygnus.com>
25954
25955         * config/sim.exp (${tool}_load): Hack in call to bash to get a
25956         cpu limit.
25957
25958 1995-05-12  Torbjorn Granlund  <tege@rtl.cygnus.com>
25959
25960         * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
25961
25962 1995-05-04  Torbjorn Granlund  <tege@adder.cygnus.com>
25963
25964         From kenner;
25965         * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
25966         is the proper length.
25967         * va-arg-3.c: Likewise.
25968
25969 1995-04-30  Doug Evans  <dje@canuck.cygnus.com>
25970
25971         * lib/dg.exp: Moved to dejagnu/lib.  Copy kept here (for awhile).
25972         * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
25973
25974         * lib/gcc.exp (default_gcc_start): Delete old cruft.  Delete result.
25975         * lib/g++.exp (default_g++_start): Delete old cruft.
25976
25977 1995-04-25  Torbjorn Granlund  <tege@cygnus.com>
25978
25979         * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
25980         (2 * (1 << 18)) to (2 * (1 << 17)).
25981
25982         * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
25983
25984 1995-04-20  J.T. Conklin  <jtc@rtl.cygnus.com>
25985
25986         * config/rom68k.exp: Renamed from config/idp.exp
25987
25988 1995-04-18  Torbjorn Granlund  <tege@rtl.cygnus.com>
25989
25990         * c-torture/compile/921109-2.c
25991
25992 1995-04-18  Mike Stump  <mrs@cygnus.com>
25993
25994         * lib/old-dejagnu.exp: We expect Execution test failure if we expected
25995         excess errors.
25996
25997 1995-04-15  Doug Evans  <dje@chestnut.cygnus.com>
25998
25999         * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
26000         output.
26001         * lib/g++.exp (default_g++_start): Likewise.
26002
26003 1995-03-29  Torbjorn Granlund  <tege@adder.cygnus.com>
26004
26005         * gcc.c-torture/compile/950329-1.c: New test.
26006
26007 1995-03-28  J.T. Conklin  <jtc@rtl.cygnus.com>
26008
26009           * config/bug.exp (${tool}_load): Updated to use new remote_open
26010           and remote_close procs.
26011         * config/idp.exp: New file.
26012
26013 1995-03-22  Torbjorn Granlund  <tege@rtl.cygnus.com>
26014
26015         * gcc.c-torture/execute/950322-1.c: New test.
26016
26017 1995-03-21  Doug Evans  <dje@canuck.cygnus.com>
26018
26019         * config/vx.exp (${tool}_load): Clean up testing of return code from
26020         vxworks_ld and vxworks_spawn.
26021
26022 1995-03-21  Doug Evans  <dje@deneb.cygnus.com>
26023
26024         * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
26025
26026 1995-03-13  Mike Stump  <mrs@cygnus.com>
26027
26028         * lib/old-deja.exp: Add `excess errors test - ' error, now one
26029         can mark excess errors on a machine by machine basis.  Note, the
26030         default is to not expect any excess errors, even when excess
26031         errors test - is given, so you will want to put an XFAIL ... on
26032         these lines.  For example, // excess errors test - XFAIL hppa*-*-*
26033         mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
26034         those 4 machines, but no others.
26035
26036 1995-03-10  J.T. Conklin  <jtc@rtl.cygnus.com>
26037
26038         * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
26039         * lib/c-torture.exp: to here.
26040
26041 1995-03-10  Torbjorn Granlund  <tege@adder.cygnus.com>
26042
26043         * gcc.c-torture/execute/950221-1.c: New test.
26044         * gcc.c-torture/execute/struct-ret-1.c: New test.
26045         * gcc.c-torture/compile/950221-1.c: New test.
26046
26047         * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
26048
26049 1995-03-03  Doug Evans  <dje@canuck.cygnus.com>
26050
26051         * gcc.c-torture/execute/arith-1.c (main): Return 0.
26052         * gcc.c-torture/execute/arith-rand.c (main): Return 0.
26053
26054 1995-03-01  Gerald Baumgartner  (gb@lorenzo.cs.purdue.edu)
26055
26056         * g++.gb: New directory of tests, derived from my signature and
26057         class scoping tests.
26058
26059         * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
26060         * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
26061         * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
26062         * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
26063         * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
26064         * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
26065         * g++.gb/sig25.C: Likewise.
26066
26067         * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
26068         * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
26069         * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
26070         * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
26071         * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
26072         * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
26073         * g++.gb/sig25.exp: Likewise.
26074
26075         * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
26076         * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
26077         * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
26078         * g++.gb/scope13.C: Likewise, this test still fails.
26079
26080         * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
26081         * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
26082         * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
26083         * g++.gb/scope13.exp: Ditto.
26084
26085         * g++.gb/README: New file, explains what these tests are about.
26086
26087 1995-02-28  Doug Evans  <dje@canuck.cygnus.com>
26088
26089         * lib/dg.exp (dg-do): Support `preprocess'.
26090         (dg-test): Likewise.
26091
26092 1995-02-13  J.T. Conklin  <jtc@rtl.cygnus.com>
26093
26094         * config/udi.exp: change "continue -expect" to "exp_continue".
26095
26096 1995-02-11  Torbjorn Granlund  (tege@tiny.cygnus.com)
26097
26098         * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
26099         Delete redundant tests.
26100
26101         * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
26102         * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
26103         * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
26104         * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
26105         * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
26106         * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
26107         * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
26108         * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
26109
26110         * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
26111         storing label pointers.
26112         * gcc.c-torture/execute/921019-1.c: Likewise.
26113         * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
26114         * gcc.c-torture/execute/930513-1.c: Provide full declaration for
26115         parameter fp.
26116         * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
26117         constants.
26118
26119         * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
26120         Delete obsolete tests.
26121
26122         * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
26123         * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
26124         * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
26125         * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
26126         * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
26127         * gcc.c-torture/compile/950124-1.c: New test.
26128
26129         * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
26130
26131 1995-02-08  Jason Merrill  <jason@phydeaux.cygnus.com>
26132
26133         * lib/mike-g++.exp: Add -lm to LIBS.
26134
26135 1995-02-07  Doug Evans  <dje@canuck.cygnus.com>
26136
26137         * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
26138
26139 1995-01-30  Jason Merrill  <jason@phydeaux.cygnus.com>
26140
26141         * lib/mike-g++.exp: Add -lstdc++ to LIBS.
26142
26143 1995-01-12  Doug Evans  <dje@canuck.cygnus.com>
26144
26145         * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
26146
26147 1995-01-02  Jeff Law  (law@snake.cs.utah.edu)
26148
26149         * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
26150         * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
26151         * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
26152         * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
26153         * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
26154         * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
26155         * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
26156         * g++.law/{operators31.C, operators32.C,
26157         * g++.law/{operators33.C, operators34.C}: Likewise.
26158         * g++.law/{pic1.C, refs2.C}: Likewise.
26159         * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
26160         * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
26161         * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
26162         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
26163
26164         * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
26165         * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
26166         * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
26167         * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
26168         * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
26169         * g++.law/{enum9.exp, friend5.exp}: Likewise.
26170         * g++.law/{nest3.exp, nest4.exp}: Likewise.
26171         * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
26172         * g++.law/{operators30.exp, operators31.exp}: Likewise.
26173         * g++.law/{operators32.exp, operators33.exp}: Likewise.
26174         * g++.law/{operators34.exp}: Likewise.
26175         * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
26176         * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
26177         * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
26178         * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
26179         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
26180
26181         * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
26182         No longer expected to fail.
26183         * g++.law/missed-error3.C: Tweak for recent bool changes.
26184
26185 1994-12-04  Doug Evans  <dje@canuck.cygnus.com>
26186
26187         * config/emb-unix: Deleted.
26188         * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
26189         remote execution.  Do final link on remote host if REMOTE_LINK is set.
26190
26191 1994-12-01  Doug Evans  <dje@canuck.cygnus.com>
26192
26193         * lib/dg.exp (dg-test): Fix typo in last patch.
26194
26195 1994-11-30  Doug Evans  <dje@canuck.cygnus.com>
26196
26197         * lib/dg.exp (dg-test): Fix pattern that searches for expected output
26198         (handles multiple occurrences).
26199
26200 1994-11-24  Doug Evans  <dje@canuck.cygnus.com>
26201
26202         * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
26203         * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
26204         $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
26205         printed).
26206         * lib/c-torture.exp (c-torture-compile): Likewise.
26207         (c-torture): Prepend full path if missing.
26208         * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
26209         (gcc_fail): Likewise.
26210         * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
26211
26212 1994-11-23  J.T. Conklin  <jtc@rtl.cygnus.com>
26213
26214         * lib/netware.exp: Only attach to NetWare i386 systems.
26215
26216 1994-11-16  Doug Evans  <dje@canuck.cygnus.com>
26217
26218         * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
26219         messages.  Add test name to "output pattern match" pass/fail message.
26220
26221 1994-11-12  Doug Evans  <dje@canuck.cygnus.com>
26222
26223         * gcc.dg: New testsuite.
26224         * gcc.dg/dg.exp: New file.
26225
26226         * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
26227         test-switch.c}: Deleted.
26228
26229         * gcc.misc-tests/msgs.exp: New testcase driver.
26230
26231 1994-11-09  Doug Evans  <dje@canuck.cygnus.com>
26232
26233         * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
26234         Watch for illegal return values from ${tool}_load.
26235         * config/unix.exp (${tool}_load): Fix pass/fail detection for
26236         cross targets.  Coerce return value >0 to 1.
26237
26238 1994-11-08  Doug Evans  <dje@canuck.cygnus.com>
26239
26240         * config/unix.exp (${tool}_load): Call program rsh, not proc.
26241
26242         * config/emb-unix.exp: New file.
26243
26244         * config/sim.exp: Error if variable $SIM not defined.
26245         (${tool}_load): Mark test as "untested" if simulator missing.
26246
26247         * config/unix.exp: Load remote.exp to get rcp_download.
26248         * lib/c-torture.exp: Use different option lists for testcases with
26249         and without loops.
26250         * gcc.c-torture/execute/execute.exp: Likewise.
26251
26252 1994-11-02  Doug Evans  <dje@canuck.cygnus.com>
26253
26254         * config/*.exp: Clarify return code from ${tool}_load.
26255         Call `unresolved' or `untested' instead of `warning' or `perror'
26256         (sometimes you still want to call both though).
26257         Add comment that `shell_id' is local to each file.
26258         * config/udi.exp (timeout): Set to 30.
26259         Don't print warning if connection fails, $connectmode has already
26260         printed an error.
26261         (${tool}_load): Move verbose messages to level 2.
26262         Rework pattern for "Process started" message.
26263         Pass `shell_id' to ${connectmode}_download.
26264         Retry twice upon timeout.  Make resetting of target more robust.
26265         (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
26266         Pass `shell_id' to exit_$connectmode.
26267         Only call exit_$connectmode if connected.
26268         * config/unix.exp (${tool}_load): Check return codes better.
26269         * config/vrtx.exp (${tool}_load): Likewise.
26270         * config/vx.exp (${tool}_load): Likewise.
26271         Delete unneeded global's.
26272         * lib/dg.exp (dg-test): Update to reflect clarified return codes
26273         from ${tool}_load.
26274         (dg-stat): Delete.
26275         (dg-init): Delete recording of pass/fail counts.
26276         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
26277         (old-dejagnu-init): Likewise.
26278         (old-dejagnu-stat): Delete contents, empty proc now.
26279         * lib/c-torture.exp (TORTURE_OPTIONS): New global.
26280         (c-torture): Delete references to lcnt, lpass, lfail.
26281         Get option list from TORTURE_OPTIONS.
26282         Delete -funroll[-all]-loops if no loops.
26283         * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
26284         (g++_stat): Delete contents (empty proc now).
26285         * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
26286         (gcc_finish): Likewise.
26287         (gcc_stat): Deleted.
26288         * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
26289         * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
26290         * gcc.c-torture/execute/execute.exp: Likewise.
26291         Split tests into two parts: compile, execute.
26292         Get option list from TORTURE_OPTIONS.  Delete -funroll[-all]-loops if
26293         no loops.  Update to reflect clarified return codes from ${tool}_load.
26294
26295 1994-10-21  Doug Evans  <dje@canuck.cygnus.com>
26296
26297         * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
26298         to grep for.
26299         (old-dejagnu): Likewise (where necessary).
26300
26301 1994-10-14  Doug Evans  <dje@canuck.cygnus.com>
26302
26303         * gcc.misc-tests/gcov.exp: New file, for gcov testing.
26304
26305         * lib/dg.exp (dg-process-target): Fix processing of selector.
26306         Add comment regarding use of `error'.
26307
26308         * lib/gcc.exp (prune_system_crud): Define if missing.
26309         * lib/g++.exp (prune_system_crud): Likewise.
26310
26311         * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
26312         Call prune_system_crud.
26313         * lib/dg.exp (dg-runtest): New proc.
26314         Use perror instead of send_user for tcl errors in testcase.
26315         Don't return any value, it's never used.
26316         Don't clobber previous definition of `unknown'.
26317         Print tcl errors in `dg-final'.
26318
26319 1994-10-12  Doug Evans  <dje@canuck.cygnus.com>
26320
26321         * lib/dg.exp (dg-process-target): Improve syntax error messages.
26322         (dg-test): Don't print errorInfo, it contains stack backtrace.
26323
26324 1994-09-26  Doug Evans  (dje@canuck.cygnus.com)
26325
26326         * lib/g++.exp (runtest_file_p): Define if missing.
26327
26328 1994-09-24  Doug Evans  (dje@cygnus.com)
26329
26330         * lib/mike-g++.exp: Comment out loading of g++.exp.
26331         * lib/g++.exp: Update copyright.  Test for existence of $CXX at start.
26332         (default_g++_version): Always print something.
26333         (default_g++_start): Comment out call to `which'.
26334         (g++_start, g++_load): Deleted (must be defined in config file).
26335         * lib/gcc.exp: Test for existence of $CC at start.
26336         Delete check for tmpdir (done in gcc_init).
26337         (default_gcc_version): Always print something.
26338         (default_gcc_start): Comment out call to `which'.
26339         * config/*.exp: Major cleanup - make cross targets work at least a
26340         little better for g++ (by not being "--tool gcc" specific).
26341         Rename gcc_xxx to ${tool}_xxx.
26342         * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
26343         * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
26344
26345 1994-09-22  Doug Evans  (dje@canuck.cygnus.com)
26346
26347         * lib/c-torture.exp (c-torture-compile): Rework compiler
26348         message processing.
26349
26350         * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
26351         c-torture.
26352
26353 1994-09-21  Doug Evans  (dje@canuck.cygnus.com)
26354
26355         * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
26356
26357         * lib/dg.exp (dg-process-target): Support { target native }.
26358
26359 1994-09-20  Doug Evans  (dje@canuck.cygnus.com)
26360
26361         * lib/dg.exp (dg-test): Clean up some comments.  Delete code that
26362         looked for "... program xxx got fatal signal".
26363         Correct regsub munging of `comp_output'.
26364         Ignore compiler messages "path prefix not used" and "linker input
26365         file unused".
26366
26367 1994-09-14  Doug Evans  (dje@canuck.cygnus.com)
26368
26369         * lib/gcc.exp (runtest_file_p): Define if missing.
26370         * gcc.prms/template.c: Example to work from.
26371
26372 1994-09-13  Doug Evans  (dje@canuck.cygnus.com)
26373
26374         * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
26375         * lib/dg.exp (dg-test): Call unsupported testcases as such.
26376
26377         * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
26378         * gcc.prms/1883.c: Moved from compile/940714-1.c.
26379         * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
26380         execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
26381
26382         * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
26383         (dg-process-target): No longer a varargs proc.
26384         Return S/N for target, P/F for xfail.  All callers changed.
26385         (user option procs): More argument checking.
26386         (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
26387         (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
26388         (dg-test): Skip test if not running on selected target in `dg-do'.
26389         Update handling of `dg-do-what', `dg-output-text'.
26390         Separate execution pass/fail from output pattern match pass/fail.
26391         Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
26392
26393 1994-09-12  Jim Wilson  (wilson@sphagnum.cygnus.com)
26394
26395         * gcc.c-torture/special/special.exp: Don't expect failure for mips
26396         target for 920510-1.c.
26397
26398 1994-09-12  Doug Evans  (dje@canuck.cygnus.com)
26399
26400         * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
26401         Clean up comment regarding use of passcnt, etc.
26402         (gcc_stat): Don't update `testcnt' here.
26403         (gcc_finish): Do it here.
26404         Might as well reset `but_id' here too.
26405         * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
26406         to determine if the file should be tested.
26407         * gcc.c-torture/compile/compile.exp: Likewise.
26408         * gcc.c-torture/execute/execute.exp: Likewise.
26409         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
26410         * gcc.misc-tests/dg-test.exp: Likewise.
26411         * gcc.prms/prms.exp: Likewise.
26412         * gcc.wendy/wendy.exp: Likewise.
26413         * g++.old-deja.exp: Likewise.
26414         Move "Testing file" message to verbose level 1.
26415
26416 1994-09-09  Doug Evans  (dje@canuck.cygnus.com)
26417
26418         * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
26419
26420 1994-09-08  Doug Evans  (dje@canuck.cygnus.com)
26421
26422         * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
26423         (default_gcc_start): Accept optional second list element
26424         of compiler flags.  Print compiler output at verbosity level 2.
26425         Remove setting of CFLAGS, LIBS, LDFLAGS from here.
26426         (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
26427         Save current values of framework globals passcnt, failcnt, xpasscnt,
26428         and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
26429         gcc_xfailcnt.  Set global `tmpdir' to /tmp if it doesn't exist.
26430         (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
26431         xfailcnt to compute stats.  Update framework global `testcnt' from
26432         pass/fail counts.
26433         (gcc_finish): New proc.  Clean up test environment.
26434         (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
26435         (gcc_epass, gcc_efail): Delete.
26436         * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
26437         argument of line number.
26438         (dg-init): If the tool has an init routine, call it.
26439         (dg-test): Remove args `cflags_var' and `libs_var'.
26440         Pass all compiler options to ${tool}_start.
26441         Handle missing line number.
26442         (dg-finish): New function.
26443         * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
26444         particular files.  Call gcc_finish at end.  Move "skipping test"
26445         message to verbosity level 3.
26446         * gcc.c-torture/compile/compile.exp: Likewise.
26447         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
26448         * gcc.c-torture/execute/execute.exp: Likewise.
26449         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
26450         Print testcase being tried at verbosity level 1.
26451         * gcc.c-torture/special/special.exp: Unset xfail.
26452         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
26453         * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
26454         * gcc.c-torture/noncompile/noncompile.exp: Likewise.
26455         * gcc.failure/failure.exp: Likewise.
26456         * gcc.ieee/ieee.exp: Likewise.
26457         * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
26458         Update call to dg-test.  Call dg-finish at end.
26459         * gcc.misc-tests/mg.exp: Call gcc_finish at end.  Unset orig_flags.
26460         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
26461         * gcc.misc-tests/misc.exp: Call gcc_finish at end.
26462         * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
26463         Delete LDFLAGS.  Update call to dg-test.  Call dg-finish at end.
26464         * gcc.wendy/wendy.exp: Add copyright.
26465         Delete setting of tmpdir (done by gcc_init).
26466         Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
26467         Pass compiler flags to gcc_start.  Call gcc_finish at end.
26468         * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
26469         gcc_[ce]pass/fail.
26470
26471 1994-09-07  Doug Evans  (dje@canuck.cygnus.com)
26472
26473         * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
26474         confusion.
26475         (g++_load): Likewise.
26476
26477         * config/*.exp (gcc_load): Some were varargs fns and some were not.
26478         Rename argument to `prog' to remove the confusion.
26479         Varargs fns behave differently too!
26480         (g++_load): Likewise.
26481
26482         * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
26483
26484         * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
26485         what it is.  Delete (always) printing of status value for !native.
26486         Simplify verbose code, and include status and exec_output.
26487         (g++_load): Use gcc_load.
26488
26489 1994-09-04  Jim Wilson  (wilson@sphagnum.cygnus.com)
26490
26491         * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
26492         * gcc.c-torture/noncompile/noncompile.exp: Delete support for
26493         920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
26494         940714-3.c as these testcases don't exist anymore.  Make
26495         va-arg-1.c expected to pass.
26496
26497 1994-08-19  Doug Evans  (dje@canuck.cygnus.com)
26498
26499         * gcc.misc-tests/misc.exp: Only run specific testcases.
26500         * gcc.misc-tests/dg-test.exp: New file.  Tests dg.exp.
26501         * gcc.misc-tests/dg-[1-9].c: New files.
26502
26503         * lib/dg.exp: New testsuite driver.
26504         * gcc.prms/prms.exp: Use it.
26505
26506         * README.gcc: New file.
26507
26508         * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
26509         Document and reset `lxpass' and `lxfail'.
26510         Simplify "initialized" message.
26511         (gcc_stat): Clean up comments a little.
26512
26513 1994-08-16  Doug Evans  (dje@canuck.cygnus.com)
26514
26515         * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
26516
26517 1994-08-15  Doug Evans  (dje@canuck.cygnus.com)
26518
26519         * lib/old-dejagnu.exp (process-option): New proc.
26520         (old-dejagnu-init, old-dejagnu-stat): Likewise.
26521         (old-dejagnu): Simplify.
26522         * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
26523
26524 1994-08-14  Jeff Law  (law@snake.cs.utah.edu)
26525
26526         * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
26527         exists and is not an empty string.
26528
26529         * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
26530         $xfail rather than calling setup_xfail.  Clear $xfail when test is
26531         finished.
26532         (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
26533         automatically.
26534
26535         * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
26536         longer expected to fail.
26537
26538         * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
26539         "f" function call.
26540
26541         * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
26542
26543         * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
26544         940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
26545         complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
26546         struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
26547         c-torture-1.29.
26548
26549         * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
26550         strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
26551
26552         * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
26553
26554         * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
26555         940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
26556
26557         * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
26558         940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
26559         labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
26560
26561 1994-07-12  Jim Kingdon  (kingdon@lioth.cygnus.com)
26562
26563         * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
26564         gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
26565         940714-1.c, 940714-2.c, 940714-3.c},
26566         gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
26567         gcc.misc-tests/{mg.c,mg.exp}:
26568         New tests.
26569         * gcc.noncompile/noncompile.exp: Change accordingly.
26570
26571 1994-07-07  Doug Evans  (dje@canuck.cygnus.com)
26572
26573         * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
26574         Undo previous clobberage.
26575
26576 1994-07-04  Jeff Law  (law@snake.cs.utah.edu)
26577
26578         * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
26579         * gcc.special/{930510-1.c, special.exp}:
26580         * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
26581         931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
26582         struct-varargs-1.c}: New tests from c-torture-1.26.
26583
26584 1994-06-28  J.T. Conklin  (jtc@phishhead.cygnus.com)
26585
26586         * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
26587           argument to switch.
26588
26589 1994-05-21  Bill Cox  (bill@rtl.cygnus.com)
26590
26591         * Revert the previous changes.  Please see Rob's directory
26592           (/lisa/test/rob/progressive/gcc/testsuite) for testing
26593           fixes.
26594
26595 1994-05-19  Bill Cox  (bill@rtl.cygnus.com)
26596
26597         * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
26598             g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
26599             g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
26600             g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
26601             g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
26602             g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
26603             g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
26604             g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
26605             g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
26606             g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
26607             g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
26608             g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
26609             g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
26610             g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
26611             g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
26612             g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
26613             g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
26614             g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
26615             g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
26616             g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
26617             g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
26618             g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
26619             gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
26620             gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
26621             gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
26622             lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
26623             lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
26624
26625 1994-05-17  Bill Cox  (bill@rtl.cygnus.com)
26626
26627         * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
26628             lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
26629           with perror calls.
26630
26631 1994-05-02  Jason Merrill  (jason@deneb.cygnus.com)
26632
26633         * config/unix.exp (g++_load): Fix syntax.
26634
26635 1994-04-14  Jim Wilson  (wilson@sphagnum.cygnus.com)
26636
26637         * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
26638         * gcc.noncompile/921017-1.c: Deleted obsolete test.
26639         * gcc.noncompile/noncompile.exp: Remove code for deleted test.
26640         Don't expect va-arg-1.c to fail.  Correct expected output for
26641         920928-1.c.
26642         * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
26643         * gcc.wendy/hbm4.c: Correct typo.
26644         * gcc.wendy/tad1.c, tad2.c: Correct expected output.
26645
26646 1994-03-28  Doug Evans  (dje@canuck.cygnus.com)
26647
26648         * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
26649         * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
26650         gcc_[ce]{pass,fail}.  Explicitly remove executable if test passes.
26651         * lib/c-torture.exp (c-torture-compile): Ditto.
26652
26653         Reduce volume of output (remove all the -I's and such).
26654         * lib/c-torture.exp (c-torture-compile): New argument OPTION.
26655         Call gcc_cpass, gcc_cfail.
26656         (c-torture): Pass testing option to c-torture-compile.
26657
26658 1994-03-21  Doug Evans  (dje@cygnus.com)
26659
26660         Bring patches over from progressive.
26661         * config/default.exp: Exit remote shell cleanly.
26662         (g++_exit, g++_start): Add default versions.
26663         * config/sim.exp (gcc_load): Use perror, not error.
26664
26665 1994-03-20  Doug Evans  (dje@canuck.cygnus.com)
26666
26667         * lib/gcc.exp: Don't set CFLAGS if CC not set.  It clobbers the value
26668         set in site.exp.
26669
26670 1994-03-14  Doug Evans  (dje@cygnus.com)
26671
26672         * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
26673         DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
26674         (wendy_try): New proc to run testcase.
26675         (main loop): Call 'em.
26676         * gcc.wendy/*.c: Clean up pass to correct expected output.
26677
26678         * lib/gcc.exp: Minor cleanup work.
26679         (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
26680
26681 1994-03-09  Doug Evans  (dje@canuck.cygnus.com)
26682
26683         * config/sim.exp (gcc_load): Document return codes better.
26684         Don't pass -v to simulator.
26685
26686 1994-02-24  Jeffrey A. Law  (law@snake.cs.utah.edu)
26687
26688           * gcc.special/920717-x.c: Fix typo.
26689           * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
26690           get at sources.
26691
26692         * lib/mike-gcc.exp: Fix typo.
26693
26694 1994-02-15  Rob Savoye  (rob@darkstar.cygnus.com)
26695
26696         * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
26697         binary to use, transform the name.
26698         * config/*.exp: rename everything. Nuke any g++ specific files,
26699         it's now a special case of gcc that requires no special support.
26700         Add a default.exp for unsupported targets.
26701
26702 1994-02-11  Rob Savoye  (rob@poseidon.cygnus.com)
26703
26704         * g++.jason/report.exp, g++.old-deja/old-deja.exp,
26705         lib/old-dejagnu.exp: Fix a few patterns to work with the new
26706         version of Tcl.
26707
26708 1994-02-09  Rob Savoye  (rob@darkstar.cygnus.com)
26709
26710         * lib/c-torture.exp: Made "file prefix*never used a pass, rather
26711         than a warning.
26712
26713 1994-02-06  Jeffrey A. Law  (law@snake.cs.utah.edu)
26714
26715         * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
26716
26717 1994-01-03  Jim Wilson  (wilson@sphagnum.cygnus.com)
26718
26719         * gcc.execute/execute.exp: Combine opt_list and foption_list into
26720         option_list.  Compile every file with only 4/6 option choices
26721         (same as C torture) instead of with 12/18 different option
26722         choices.
26723         * lib/c-torture.exp: Likewise.
26724
26725         * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
26726         not already set.
26727
26728 1993-12-30  Mike Stump  (mrs@rtl.cygnus.com)
26729
26730         * lib/old-deja.exp: Add `excess errors test fails' error, now one
26731         can put an XFAIL *-*-* on excess errors.
26732
26733 1993-12-19  Jeffrey A. Law  (law@snake.cs.utah.edu
26734
26735         * g++.law: Add more tests derived from g++-bugs snapshots.
26736
26737         * g++.law/init11.{c,exp}: Delete test.  Brendan sez it's
26738         equivalent to g++.law/init9.
26739
26740         * lib/mike-gcc.exp (postbase): Delete the .o file after we've
26741         compiled it, and the a.out file after we've run it.
26742
26743 1993-12-17  Brendan Kehoe  (brendan@lisa.cygnus.com)
26744
26745         * lib/mike-g++.exp (postbase): Delete the .o file after we've
26746         compiled it, and the a.out file after we've run it.
26747
26748 1993-12-17  Jeffrey A. Law  (law@snake.cs.utah.edu)
26749
26750         * g++.law/*.exp: Avoid losing arguments added via "append" commands.
26751
26752 1993-12-15  Rob Savoye  (rob@darkstar.cygnus.com)
26753
26754         * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
26755         version number.
26756
26757 1993-12-12  Jeffrey A. Law  (law@snake.cs.utah.edu)
26758
26759         * g++.law: New directory of g++ tests derived from the g++-bugs
26760         snapshots.
26761
26762 1993-12-09  Jeffrey Wheat  (cassidy@cygnus.com)
26763
26764         * gcc.compile: initbug1.c initbug1.exp testcase added
26765
26766 1993-12-06  Jeffrey Wheat  (cassidy@cygnus.com)
26767
26768         * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
26769         * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
26770           fixes submitted by Jeff Law (law@cs.utah.edu)
26771         * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
26772           Jeff Law (law@cs.utah.edu)
26773
26774
26775 1993-11-30  Mike Stump  (mrs@cygnus.com)
26776
26777         * config/unix-g++.exp: Follow the gcc way of doing things.
26778         * g++.old-deja/old-deja.exp: Minor updates.
26779         * lib/g++.exp: New file, follow the gcc way of doing things.
26780         * lib/old-dejagnu.exp: Minor updates.
26781         * lib/mike-g++.exp: Always unset errorInfo.
26782
26783 1993-11-06  Mike Stump  (mrs@cygnus.com)
26784
26785         * lib/gcc.exp: Fix some errors with the below change, CC and
26786         CFLAGS should be global when setting, not local.
26787
26788 1993-11-03  Rob Savoye  (rob@darkstar.cygnus.com)
26789
26790         * lib/gcc.exp: Transform tool name.
26791
26792 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
26793
26794         * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
26795
26796 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
26797
26798         * lib/gcc.exp: change gcc_done to gcc_stat
26799
26800 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
26801
26802         * Upgraded gcc testsuite to c-torture version 1.25
26803
26804 1993-10-24  Jeffrey Wheat  (cassidy@cygnus.com)
26805
26806         * lib/gcc.exp: added reporting code. Changed verbose compile message.
26807         * lib/c-torture: added hooks for new reporting code.
26808
26809 1993-10-21  Jeffrey Wheat  (cassidy@cygnus.com)
26810
26811         * config/sh-gcc.exp: check if sh-sim exists in the path
26812
26813 1993-10-18  Jeffrey Wheat  (cassidy@cygnus.com)
26814
26815         * gcc.code_quality/code_quality.exp: Initial changes for new logic.
26816         * gcc.compile/compile.exp: Initial changes for new logic.
26817         * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
26818         * gcc.failure/failure.exp: Initial changes for new logic.
26819         * gcc.ieee/ieee.exp: Initial changes for new logic.
26820         * gcc.misc-tests/misc.exp: Initial changes for new logic.
26821         * gcc.noncompile/non_compile.exp: Initial changes for new logic.
26822         * gcc.unsorted/unsorted.exp: Initial changes for new logic.
26823         * lib/c-torture.exp: Initial changes for new logic.
26824         * lib/gcc.exp: Initial changes for new logic.
26825
26826 1993-10-15  Mike Stump  (mrs@cygnus.com)
26827
26828         * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
26829         depend upon failure or success.  Fully qualify names in failure
26830         and success messages.  Always remove a.out before starting
26831         compile, just in case.  Pay more attention to error text output by
26832         the compiler.  Handle testcases with no known past errors just
26833         like all others, so that things are uniform.  Other miscellaneous
26834         improvements.
26835
26836 1993-10-13  Jeffrey Wheat  (cassidy@cygnus.com)
26837
26838         * gcc.cpp: new directory for cpp tests
26839
26840 1993-10-04  Jeffrey Wheat  (cassidy@cygnus.com)
26841
26842         * lib/chill.exp: Code reformatted, removed unused code.
26843         * config/unix-chill.exp: Code reformatted, removed unused code.
26844         * chill.execute/execute.exp: Code reformatted, removed unused code.
26845         * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
26846
26847 1993-10-04  Ian Lance Taylor  (ian@cygnus.com)
26848
26849         * config/mips-gcc.exp, config/mips-g++.exp: New files.  Execution
26850         routines not written.
26851
26852 1993-09-27  Rob Savoye  (rob@darkstar.cygnus.com)
26853
26854         * config/bug-gcc.exp: Use new procs from bug.exp.
26855
26856 1993-09-21  Rob Savoye  (rob@darkstar.cygnus.com)
26857
26858         * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
26859         via ftp, rather than depending on NFS.
26860         * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
26861         case.
26862
26863 1993-09-09  Rob Savoye  (rob@darkstar.cygnus.com)
26864
26865         * config/bug-gcc.exp: Use new download proc.
26866
26867 1993-09-14  Jeffrey Wheat  (cassidy at deneb.cygnus.com)
26868
26869         * chill.execute/execute.exp: cleanups, handles errors better
26870         * chill.compile/compile.exp: rewrite, based on execute.exp
26871         * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
26872         * lib/chill.exp: major changes to diff proc and compile and link
26873           procs. added chill_fail and chill_pass wrappers to pass and
26874           fail. added more comments, and handle error codes better.
26875           Added a hack to capture stderr from exec, so noncompile tests
26876           can work.
26877
26878 1993-09-11  Jeffrey Wheat  (cassidy@cygnus.com)
26879
26880         * chill.execute/execute.exp: rewrite of testsuite driver
26881         * lib/chill.exp: rewrite of testsuite driver
26882         * config/unix-chill.exp: rewrite of testsuite driver
26883
26884 1993-08-25  Bill Cox  (bill@rtl.cygnus.com)
26885
26886     In chill.execute:
26887         * iexpr.ch: Standardize uppercase.
26888         * tuples.dat: Standardize uppercase.
26889         * vary.ch: standardize.  Correct varying string assignments.
26890         * vary.dat: Add new output lines.
26891
26892 1993-08-24  Bill Cox  (bill@rtl.cygnus.com)
26893
26894     In chill.execute:
26895         * chprintf.ch: Standardize use of uppercase.
26896         * tuples.ch: Standardize and turn arr2 into a DCL,
26897           rather than a SYN.
26898         * pinits.ch: Standardize.
26899
26900 1993-08-23  Per Bothner  (bothner@kalessin.cygnus.com)
26901
26902         * rts.c:  Get malloc() from <stdlib.h>, not <malloc.h>.
26903         * Makefil: Renamed to Makefile.in.
26904         * configure.in: New.
26905
26906 1993-08-23  Bill Cox  (bill@rtl.cygnus.com)
26907
26908     In chill.execute:
26909         * .cvsignore: Add result/output files.
26910         * Makefile: Fix up variables at start.  Use MFLAGS
26911           everywhere.  Correct bool_loc, built_ins entries.
26912           Add entry for vary1.ch.
26913         * bitarray.ch: Standardize upper-case usage.
26914         * bitexpr.ch: Standardize, add output of b1.
26915         * params.ch: Use arrayt in along PROC parameters, to
26916           avoid novelty problems.
26917         * sets.ch: Tiny cleanup.
26918         * vary1.ch: Re-indent.
26919
26920 1993-08-17  Bill Cox  (bill@rtl.cygnus.com)
26921
26922           * Add PR-related files to Makefiles, .cvsignore files, etc.
26923
26924 1993-08-02  Jeff Wheat  (cassidy@cygnus.com)
26925
26926         * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
26927           with compiler objects. New names are test-flow.c and test-loop.c
26928
26929 1993-07-27  Jeff Wheat  (cassidy@cygnus.com)
26930
26931         * Upgraded c-torture tests from 1.19 to 1.20
26932
26933         * new files:
26934         * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
26935         * gcc.compile: 930623-1.c 930623-2.c
26936         * gcc.noncompile: 930622-1.c 930622-2.c
26937         * gcc.failure: 920411-1.c 920627-2.c
26938         * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
26939
26940 1993-07-20  Jeff Wheat  (cassidy@cygnus.com)
26941
26942         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
26943           More changes to get testsuite working properly. Needs more work.
26944           Added some support for POSIX IEEE Std 1003.3-1991 error messages.
26945
26946 1993-07-19  Jeff Wheat  (cassidy@cygnus.com)
26947
26948         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
26949           More changes to get testsuite working properly. Needs more work.
26950
26951 1993-07-13 Jeff Wheat  (cassidy@cygnus.com)
26952
26953         * chill.compile/compile.exp: Added for Dejagnu support
26954         * chill.execute/execute.exp: Added for Dejagnu support
26955         * lib/chill.exp config/unix-chill.exp  : Added for Dejagnu support
26956
26957 1993-06-19  Bill Cox  (bill@rtl.cygnus.com)
26958
26959     This should complete moving the CHILL test files.
26960         * chill.noncompile(.cvsignore printf.grt
26961             in-printf.grt chprintf.grt chprintf.ch):
26962             Added test-support files.
26963           (Makefile): Modified further.
26964         * chill.compile (emptymod.ch gdbme.ch neg_range.ch
26965             signal.ch): Added test files.
26966           * chill.execute (.cvsignore printf.grt printr.c
26967             in-printf.grt rts.c chprintf.grt rts.h): Added
26968           test-support files.
26969             (Makefile): More corrections.
26970
26971 1993-06-18  Bill Cox  (bill@rtl.cygnus.com)
26972
26973         * chill.compile, chill.execute, chill.nocompile: Add CHILL
26974           test cases, ready for DejaGnu.
26975
26976 1993-06-17  Jeffrey Wheat  (cassidy@cygnus.com)
26977
26978         * Upgraded c-torture tests from 1.18 to 1.19
26979
26980         * gcc.compile: added test(s):
26981           930607-1.c
26982         * gcc.execute: added test(s):
26983           930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
26984
26985         * added new subdirectory for misc tests: gcc.misc-tests
26986         * gcc.misc-test(s): added tests:
26987           inst-check.c test-consts.c test-ior.c test-switch.c
26988
26989 1993-06-09  Brendan Kehoe  (brendan@lisa.cygnus.com)
26990
26991         * lib/mike-g++.exp: Load `./a.out', not `a.out'.
26992
26993 1993-06-07  Ian Lance Taylor  (ian@cygnus.com)
26994
26995         * g++.old-deja/old-deja.exp: Don't delete all the .o files.
26996
26997 1993-06-03  Jeffrey Wheat  (cassidy@cygnus.com)
26998
26999         * Upgraded c-torture tests from 1.17 to 1.18
27000
27001 1993-06-02  Jeffrey Wheat  (cassidy@cygnus.com)
27002
27003         * Upgraded c-torture tests from 1.12 to 1.17
27004
27005 1993-04-30  Mike Werner  (mtw@deneb.cygnus.com)
27006
27007         * lib/old-dejagnu.exp:
27008           Fixed handling of XFAIL target triplets to correctly
27009           recognize wildcard characters.  Removed code that
27010           appended a unique id tag to the end of the file name
27011           printed out by the result of the testcases within a
27012           given test file.
27013
27014 1993-04-29  Mike Werner  (mtw@deneb.cygnus.com)
27015
27016         * lib/old-dejagnu.exp:
27017           Reworked expected failure handling to trigger off of XFAIL
27018           keyword in keyphrase embeded in testcase source code. The
27019           XFAIL keyword must be at the end of the keyphrase line. It
27020           may optionally be followed by one or more target triplets.
27021           It has just occured that the handling of wildcards in the
27022           target triplet may not be correct.
27023
27024 1993-04-23  Mike Werner  (mtw@deneb.cygnus.com)
27025
27026         * g++.old-deja/tests:
27027           Moved all subdirectories up one level into g++.old-deja .
27028
27029         * lib/old-dejagnu.exp:
27030           Fixed problem with CXXFLAGS not being properly reset, and being
27031           corrupted with extraneous "-c" compiler option.  This was
27032           causing binaries to not be generated for test that needed them.
27033           Modified strings passed to "pass" and "fail" so that individual
27034           tests from the same test file would be distinguished by an
27035           identifier appended to the test file name in the summary logs;
27036           this corrected a problem with erroneous diff logs.  Added code
27037           to search testcases for expected fail and unexpected pass keywords.
27038
27039 1993-04-20  Rob Savoye  (rob at darkstar.cygnus.com)
27040
27041         * lib/c-torture.exp: Ignore "file path prefix*unused" message.
27042
27043 1993-04-15  Mike Werner  (mtw@deneb.cygnus.com)
27044
27045         * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
27046           Removed extraneous text from end of "Special g++ Options"
27047           keyphrase.
27048
27049         * lib/old-dejagnu.exp: Added pattern matching to look for new
27050           keywords, embedded in testcases comments, which will trigger
27051           calls to xpass and xfail.
27052
27053 1993-04-14  Mike Werner  (mtw@deneb.cygnus.com)
27054
27055         * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
27056           comments embedded in the testcases, especially the one looking for
27057           special compiler options, as well as the pattern matching for the
27058           compiler output again.
27059
27060 1993-04-12  Mike Werner  (mtw@deneb.cygnus.com)
27061
27062         * lib/old-dejagnu.exp: Do a proper check of the return value for
27063           execute tests. Fixed several problems with the pattern matching
27064           of the compiler output which gave erroneous test results.
27065           Changed several of the test result messages to be more descriptive.
27066         * config/unix-g++.exp: Proc g++_load now actually works and
27067           executes the tests passed to it and returns a usable return
27068           value.
27069
27070 1993-04-11  Rob Savoye  (rob at darkstar.cygnus.com)
27071
27072           * lib/gcc.exp: Exits gracefully if $CC is bogus.
27073
27074 1993-04-09  Mike Werner  (mtw@deneb.cygnus.com)
27075
27076         * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
27077           Modified both files to properly execute the old style
27078           dejagnu tests. The previous versions of these files were
27079           experimental and did not function anything near correctly.
27080
27081 1993-04-05  Rob Savoye  (rob@cygnus.com)
27082
27083         * Removed all Makefile.in and configure.in files. No configuration
27084         needed now.
27085
27086 1993-04-02  Mike Werner  (mtw@deneb.cygnus.com)
27087
27088         * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
27089
27090 1993-03-28  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
27091
27092         * gcc.compile/configure.in, gcc.unsorted/configure.in,
27093         gcc.special/configure.in, gcc.noncompile/configure.in,
27094         gcc.execute/configure.in, gcc.code_quality/configure.in,
27095         g++.other/configure.in, g++.old-deja/configure.in,
27096         g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
27097         in srcname setting.
27098
27099 1993-03-25  Rob Savoye  (rob at darkstar.cygnus.com)
27100
27101         * lib/udi.exp:  Fixed mondfe and mondfe_download.
27102         * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
27103         * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
27104
27105 1993-03-25  Ian Lance Taylor  (ian@cygnus.com)
27106
27107         * config/udi-gdb.exp: Check $shell_id after connecting to target.
27108         (gdb_exit): Don't remove *_soc files.
27109
27110 1993-03-22  Ian Lance Taylor  (ian@cygnus.com)
27111
27112         * lib/c-torture.exp: Don't look for main; instead always use -w
27113         -c.  This is how the c-torture tests work.  Remove the object
27114         file if the compilation succeeds.
27115         * gcc.execute/execute.exp: Remove executable if test passes.
27116         * gcc.noncompile/noncompile.exp: Every test is an expected
27117         failure.
27118         * gcc.special/special.exp: Added tests from c-torture 1.11,
27119         corrected use of existing test.
27120         * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
27121         gcc.execute/920625-1.c: Updated to c-torture 1.11.
27122         * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
27123         gcc.compile/921109-2.c, gcc.compile/921109-3.c,
27124         gcc.compile/921111-1.c, gcc.compile/921116-2.c,
27125         gcc.compile/921118-1.c, gcc.compile/921126-1.c,
27126         gcc.compile/921202-1.c, gcc.compile/921202-2.c,
27127         gcc.compile/921203-1.c, gcc.compile/921203-2.c,
27128         gcc.compile/921206-1.c, gcc.execute/921029-1.c,
27129         gcc.execute/921104-1.c, gcc.execute/921110-1.c,
27130         gcc.execute/921112-1.c, gcc.execute/921113-1.c,
27131         gcc.execute/921117-1.c, gcc.execute/921123-1.c,
27132         gcc.execute/921123-2.c, gcc.execute/921124-1.c,
27133         gcc.execute/921202-1.c, gcc.execute/921202-2.c,
27134         gcc.execute/921204-1.c, gcc.execute/921207-1.c,
27135         gcc.execute/921208-1.c, gcc.execute/921208-2.c,
27136         gcc.execute/921215-1.c, gcc.execute/921218-1.c,
27137         gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
27138         gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
27139         c-torture 1.11.
27140         * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
27141         correspond to c-torture 1.11.
27142
27143         * New file.