OSDN Git Service

* lib/gcc-dg.exp (dg-target-list): Remove.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
1 2004-11-15  Janis Johnson  <janis187@us.ibm.com>
2
3         * lib/gcc-dg.exp (dg-target-list): Remove.
4
5 2004-11-15  Steve Ellcey  <sje@cup.hp.com>
6
7         * gcc.dg/ia64-postinc.c: New test.
8
9 2004-11-15  Mark Mitchell <mark@codesourcery.com>
10
11         * gcc.dg/format/cmn-err-1.c: Add tests for "%p".
12
13 2004-11-15  Nick Clifton  <nickc@redhat.com>
14
15         * g++.dg/opt/strength-reduce.C: Replace 0x7fffffff with
16         __INT_MAX__ so that the test can be compiled by toolchains
17         targeted at 16-bit processors.
18
19         * gcc.dg/20040625-1.c: Use long constants rather than integers
20         when performing arithmetic that will overflow 16-bits.
21
22         * gcc.dg/i386-sse-8.c: Expect this test to fail for the
23         xstormy16.  It does not support 128-bit vector operations.
24
25         * gcc.dg/ultrasp4.c: Replace all occurrences of the type 'long'
26         with the macro PTR_TYPE.  Define this macro to an integer type
27         suitable for holding a pointer.
28
29         * gcc.dg/compat/struct-align-1_x.c: Use shorter integers if
30         the target is a 16-bit processor.
31
32         * gcc.dg/cpp/if-2.c: Expect a different warning message from
33         16-bit targets where the character constant will be too long.
34
35         * g++.dg/opt/asm1.C: Expect this test to fail on the xstormy16
36         where the double will not be directly addressable.
37
38 2004-11-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
39
40         Friend class name lookup 1/n, PR c++/18471
41         * g++.dg/template/crash26.C: New test.
42         * g++.dg/lookup/struct1.C: Adjust expected error.
43         * g++.dg/parse/elab1.C: Likewise.
44         * g++.dg/parse/elab2.C: Likewise.
45         * g++.dg/parse/int-as-enum1.C: Likewise.
46         * g++.dg/parse/struct-as-enum1.C: Likewise.
47         * g++.dg/parse/typedef1.C: Likewise.
48         * g++.dg/parse/typedef3.C: Likewise.
49         * g++.dg/parse/typedef4.C: Likewise.
50         * g++.dg/parse/typedef5.C: Likewise.
51         * g++.dg/template/nontype4.C: Likewise.
52         * g++.old-deja/g++.benjamin/typedef01.C: Likewise.
53         * g++.old-deja/g++.other/elab1.C: Likewise.
54         * g++.old-deja/g++.other/syntax4.C: Likewise.
55
56 2004-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
57
58         * gcc.dg/intmax_t-1.c: XFAIL on Solaris 2.5.1.
59
60 2004-11-14  Zdenek Dvorak  <dvorakz@suse.cz>
61
62         * gcc.c-torture/execute/20041114-1.c: New test.
63
64 2004-11-14  Joseph S. Myers  <joseph@codesourcery.com>
65
66         * gcc.dg/c99-flex-array-5.c, gcc.dg/c99-fordecl-3.c,
67         gcc.dg/comp-goto-1.c, gcc.dg/comp-goto-2.c, gcc.dg/comp-goto-3.c,
68         gcc.dg/format/strfmon-2.c, gcc.dg/pointer-arith-1.c,
69         gcc.dg/pointer-arith-2.c, gcc.dg/pointer-arith-3.c,
70         gcc.dg/pointer-arith-4.c, gcc.dg/switch-5.c, gcc.dg/switch-6.c,
71         gcc.dg/switch-7.c: New tests.
72
73 2004-11-14  Dorit Naishlos  <dorit@il.ibm.com>
74
75         * gcc.dg/vect/vect-78.c: Now vectorized on powerpc*.
76
77 2004-11-14  Dorit Naishlos  <dorit@il.ibm.com>
78
79         PR tree-opt/18400
80         * gcc.dg/vect/pr18400.c: New test.
81
82 2004-11-14  Dorit Naishlos  <dorit@il.ibm.com>
83             Andrew Pinski  <pinskia@physics.uc.edu>
84
85         PR tree-opt/18425
86         * gcc.dg/vect/pr18425.c: New test.
87
88 2004-11-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
89
90         * gcc.dg/tls/alias-1.c: Remove dg-warning on the SPARC.
91         Guard with dg-require-alias and dg-require-visibility.
92
93 2004-11-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
94
95         * g++.dg/other/packed1.C: UnXFAIL on SPARC, PA, MIPS and PowerPC.
96
97 2004-11-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
98
99         * g++.dg/expr/unary1.C, g++.dg/expr/unary2.C: New tests.
100
101 2004-11-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
102
103         PR c++/17344
104         * g++.dg/template/defarg5.C: New test.
105
106 2004-11-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
107
108         * g++.dg/parse/cast1.C: Run only on ILP32.
109         * g++.old-deja/g++.mike/p784.C: Likewise.
110
111 2004-11-13  Bernd Schmidt  <bernd.schmidt@analog.com>
112
113         * gcc.c-torture/execute/20041113-1.c: New test.
114
115 2004-11-13  James A. Morrison  <phython@gcc.gnu.org>
116
117         PR target/18230
118         * gcc.dg/vect/tree-vect.h (check_vect): Add SPARC-specific test.
119         * gcc.dg/vect/vect-2.c, gcc.dg/vect/vect-7.c, gcc.dg/vect/vect-9.c,
120         gcc.dg/vect/vect-10.c, gcc.dg/vect/vect-12.c, gcc.dg/vect/vect-14.c,
121         gcc.dg/vect/vect-15.c, gcc.dg/vect/vect-17.c, gcc.dg/vect/vect-18.c,
122         gcc.dg/vect/vect-19.c, gcc.dg/vect/vect-20.c, gcc.dg/vect/vect-21.c,
123         gcc.dg/vect/vect-22.c, gcc.dg/vect/vect-23.c, gcc.dg/vect/vect-24.c,
124         gcc.dg/vect/vect-25.c, gcc.dg/vect/vect-26.c, gcc.dg/vect/vect-32.c,
125         gcc.dg/vect/vect-33.c, gcc.dg/vect/vect-34.c, gcc.dg/vect/vect-35.c,
126         gcc.dg/vect/vect-36.c, gcc.dg/vect/vect-37.c, gcc.dg/vect/vect-62.c,
127         gcc.dg/vect/vect-63.c, gcc.dg/vect/vect-64.c, gcc.dg/vect/vect-65.c,
128         gcc.dg/vect/vect-66.c, gcc.dg/vect/vect-67.c, gcc.dg/vect/vect-68.c,
129         gcc.dg/vect/vect-69.c, gcc.dg/vect/vect-73.c, gcc.dg/vect/vect-75.c,
130         gcc.dg/vect/vect-76.c, gcc.dg/vect/vect-78.c: Enable for SPARC.
131
132 2004-11-13  James A. Morrison  <phython@gcc.gnu.org>
133
134         * gcc.target/sparc/fand.c, gcc.target/sparc/fands,
135         gcc.target/sparc/fnand.c, gcc.target/sparc/fnands.c,
136         gcc.target/sparc/fxor.c, gcc.target/sparc/fxors.c,
137         gcc.target/sparc/fxnor.c, gcc.target/sparc/fxnors.c,
138         gcc.target/sparc/fandnot.c, gcc.target/sparc/fandnots.c,
139         gcc.target/sparc/fornot.c, gcc.target/sparc/fornots.c,
140         gcc.target/sparc/fnot.c, gcc.target/sparc/fnots.c,
141         gcc.target/sparc/for.c, gcc.target/sparc/fors.c,
142         gcc.target/sparc/combined-1.c: New tests.
143
144 2004-11-12  Ziemowit Laski  <zlaski@apple.com>
145
146         * objc.dg/const-str-8.m, objc.dg/const-str-9.m:
147         New tests.
148
149 2004-11-12  Mark Mitchell <mark@codesourcery.com>
150
151         * lib/gcc-dg.exp (dg-forbid-option): New function.
152         * g++.dg/abi/bitfield3.C: Use dg-forbid-option -m64.
153         * g++.dg/abi/bitfield8.C: Likewise.
154         * g++.dg/abi/dtor1.C: Likewise.
155         * g++.dg/abi/empty10.C: Likewise.
156         * g++.dg/abi/empty7.C: Likewise.
157         * g++.dg/abi/empty9.C: Likewise.
158         * g++.dg/abi/layout3.C: Likewise.
159         * g++.dg/abi/layout4.C: Likewise.
160         * g++.dg/abi/thunk1.C: Likewise.
161         * g++.dg/abi/thunk2.C: Likewise.
162         * g++.dg/abi/vbase11.C: Likewise.
163         * g++.dg/abi/vthunk2.C: Likewise.
164         * g++.dg/abi/vthunk3.C: Likewise.
165         * g++.dg/ext/attrib8.C: Likewise.
166         * g++.dg/opt/longbranch2.C: Likewise.
167         * g++.dg/opt/reg-stack4.C: Likewise.
168         * g++.old-deja/g++.ext/attrib1.C: Likewise.
169         * g++.old-deja/g++.ext/attrib2.C: Likewise.
170         * g++.old-deja/g++.ext/attrib3.C: Likewise.
171         * g++.old-deja/g++.other/store-expr1.C: Likewise.
172         * g++.old-deja/g++.other/store-expr2.C: Likewise.
173         * gcc.dg/20000609-1.c: Likewise.
174         * gcc.dg/20000720-1.c: Likewise.
175         * gcc.dg/20011107-1.c: Likewise.
176         * gcc.dg/20011119-1.c: Likewise.
177         * gcc.dg/20020108-1.c: Likewise.
178         * gcc.dg/20020122-2.c: Likewise.
179         * gcc.dg/20020122-3.c: Likewise.
180         * gcc.dg/20020201-3.c: Likewise.
181         * gcc.dg/20020206-1.c: Likewise.
182         * gcc.dg/20020218-1.c: Likewise.
183         * gcc.dg/20020310-1.c: Likewise.
184         * gcc.dg/20020411-1.c: Likewise.
185         * gcc.dg/20020418-2.c: Likewise.
186         * gcc.dg/20020426-1.c: Likewise.
187         * gcc.dg/20020426-2.c: Likewise.
188         * gcc.dg/20020517-1.c: Likewise.
189         * gcc.dg/20020523-1.c: Likewise.
190         * gcc.dg/20020523-2.c: Likewise.
191         * gcc.dg/20020729-1.c: Likewise.
192         * gcc.dg/20030204-1.c: Likewise.
193         * gcc.dg/20030826-2.c: Likewise.
194         * gcc.dg/20030926-1.c: Likewise.
195         * gcc.dg/20031202-1.c: Likewise.
196         * gcc.dg/980312-1.c: Likewise.
197         * gcc.dg/980313-1.c: Likewise.
198         * gcc.dg/990117-1.c: Likewise.
199         * gcc.dg/990424-1.c: Likewise.
200         * gcc.dg/990524-1.c: Likewise.
201         * gcc.dg/991230-1.c: Likewise.
202         * gcc.dg/i386-387-1.c: Likewise.
203         * gcc.dg/i386-387-2.c: Likewise.
204         * gcc.dg/i386-387-3.c: Likewise.
205         * gcc.dg/i386-387-4.c: Likewise.
206         * gcc.dg/i386-387-5.c: Likewise.
207         * gcc.dg/i386-387-6.c: Likewise.
208         * gcc.dg/i386-asm-1.c: Likewise.
209         * gcc.dg/i386-bitfield1.c: Likewise.
210         * gcc.dg/i386-bitfield2.c: Likewise.
211         * gcc.dg/i386-loop-1.c: Likewise.
212         * gcc.dg/i386-loop-2.c: Likewise.
213         * gcc.dg/i386-loop-3.c: Likewise.
214         * gcc.dg/i386-pentium4-not-mull.c: Likewise.
215         * gcc.dg/i386-pic-1.c: Likewise.
216         * gcc.dg/i386-regparm.c: Likewise.
217         * gcc.dg/i386-signbit-1.c: Likewise.
218         * gcc.dg/i386-signbit-2.c: Likewise.
219         * gcc.dg/i386-signbit-3.c: Likewise.
220         * gcc.dg/i386-sse-5.c: Likewise.
221         * gcc.dg/i386-sse-8.c: Likewise.
222         * gcc.dg/i386-unroll-1.c: Likewise.
223         * gcc.dg/tls/opt-1.c: Likewise.
224         * gcc.dg/tls/opt-2.c: Likewise.
225         * gcc.dg/unroll-1.c: Likewise.
226         * gcc.misc-tests/i386-pf-3dnow-1.c: Likewise.
227         * gcc.misc-tests/i386-pf-athlon-1.c: Likewise.
228         * gcc.misc-tests/i386-pf-none-1.c: Likewise.
229         * gcc.misc-tests/i386-pf-sse-1.c: Likewise.
230         * gcc.c-torture/execute/20010129-1.x: Do not use -mtune=i686 when
231         -m64 is specified.
232
233 2004-11-12  Mark Mitchell  <mark@codesourcery.com>
234
235         PR c++/18389
236         * g++.dg/parse/cond1.C: New test.
237
238         PR c++/18429
239         * g++.dg/template/array9.C: New test.
240         * g++.dg/ext/vla1.C: Adjust error messages.
241         * g++.dg/ext/vlm1.C: Likewise.
242         * g++.dg/template/crash2.C: Likewise.
243
244         PR c++/18436
245         * g++.dg/template/call3.C: New test.
246
247         PR c++/18407
248         * g++.dg/template/ptrmem11.C: New test.
249
250 2004-11-12  Andrew Pinski  <pinskia@physics.uc.edu>
251
252         PR other/14264
253         * lib/g++.exp: Set LC_ALL and LANG to C.
254         * lib/gcc-dg.exp: Likewise.
255         * lib/gfortran.exp: Likewise.
256         * lib/objc.exp: Likewise.
257         * lib/treelang.exp: Likewise.
258
259 2004-11-12  Andreas Schwab  <schwab@suse.de>
260
261         * gcc.dg/pr16286.c: Fix last change.
262
263 2004-11-12  Mark Mitchell  <mark@codesourcery.com>
264
265         PR c++/18416
266         * g++.dg/init/global1.C: New test.
267
268 2004-11-12  Eric Botcazou  <ebotcazou@act-europe.fr>
269
270         * gcc.c-torture/execute/20041112-1.c: New test.
271
272 2004-11-11  Janis Johnson  <janis187@us.ibm.com>
273
274         * lib/gcc-dg.exp (dg-target-list): New.
275
276 2004-11-11  Janis Johnson  <janis187@us.ibm.com>
277             Richard Sandiford  <rsandifo@redhat.com>
278
279         * lib/target-supports.exp (get-compiler_messages): New.
280         (check_named_sections_available): Use it.
281         (check_effective_target_ilp32): New.
282         (check_effective_target_lp64): New.
283         (is-effective-target): New.
284         * lib/gcc-dg.exp (dg-require-effective-target): New.
285
286 2004-11-11  Joseph S. Myers  <joseph@codesourcery.com>
287
288         * gcc.dg/precedence-1.c: New test.
289
290 2004-11-11  Janis Johnson  <janis187@us.ibm.com>
291
292         * gcc.misc-tests/linkage.exp: Handle biarch GCC for powerpc64.
293
294         * gcc.misc-tests/linkage.exp: Prepend directory name to pass/fail
295         message, delete generated files, use more descriptive name for
296         executable, and make the test unsupported when it cannot be run.
297
298         * lib/gcc-dg.exp (skip_test_and_clear_xfail): New procedure.
299         (dg-require-weak, dg-require-visibility, dg-require-alias,
300         dg-require-gc-sections, dg-require-profiling, dg-require-dll,
301         dg-require-iconv, dg-require-named-sections): Use it.
302
303         * lib/gcc-dg.exp (dg-xfail-if): Ignore if skipping the test.
304
305 2004-11-11  Nathan Sidwell  <nathan@codesourcery.com>
306
307         PR target/16457
308         * gcc.dg/ppc-and-1: New
309
310         PR target/16796
311         * gcc.dg/ppc-mov-1.c: New.
312
313         PR target/16458
314         * gcc.dg/ppc-compare-1.c: New.
315
316 2004-11-10  Joseph S. Myers  <joseph@codesourcery.com>
317
318         * objc.dg/desig-init-2.m: New test.
319
320 2004-11-10  Adam Nemet  <anemet@lnxw.com>
321
322         PR middle-end/18160  
323         * g++.dg/warn/register-var-1.C: New test.
324         * g++.dg/warn/register-var-2.C: New test.
325
326 2004-11-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
327
328         * gcc.dg/union-2.c: New test.
329
330 2004-11-10  Fariborz Jahanian <fjahanian@apple.com>
331
332         * gcc.c-torture/execute/ieee/unsafe-fp-assoc-1.c: 
333         New test for PR tree-optimization/17892.
334
335 2004-11-09  Mark Mitchell  <mark@codesourcery.com>
336
337         PR c++/18369
338         * g++.dg/init/new12.C: New test.
339
340 2004-11-10  James A. Morrison  <phython@gcc.gnu.org>
341
342         * gcc.target/sparc: New directory.
343         * gcc.target/sparc/sparc.exp: New driver.
344         * gcc.target/sparc/fpadd16.c, gcc.target/sparc/fpadd16s.c,
345         gcc.target/sparc/fpsub16.c, gcc.target/sparc/fpsub16s.c,
346         gcc.target/sparc/fpadd32.c, gcc.target/sparc/fpadd32s.c,
347         gcc.target/sparc/fpsub32.c, gcc.target/sparc/fpsub32s.c: New tests.
348
349 2004-11-10  Paul Brook  <paul@codesourcery.com>
350
351         PR fortran/18218
352         * gfortran.dg/list_read.c: New test.
353
354 2004-11-09  Joseph S. Myers  <joseph@codesourcery.com>
355
356         PR c/18322
357         * gcc.dg/func-outside-1.c, gcc.dg/func-outside-2.c: Correct
358         expected diagnostic location.
359
360 2004-11-09  Ulrich Weigand  <uweigand@de.ibm.com>
361
362         * gcc.dg/20041109-1.c: New test.
363
364 2004-11-09  Andrew Pinski  <pinskia@physics.uc.edu>
365
366         PR objc/18406
367         * objc/compile/pr18406.m: New test.
368
369 2004-11-09  Joseph S. Myers  <joseph@codesourcery.com>
370
371         * gcc.dg/builtin-prefetch-1.c: Update expected diagnostic.
372
373 2004-11-09  Joseph S. Myers  <joseph@codesourcery.com>
374
375         * gcc.dg/builtin-prefetch-1.c: Adjust expected messages.
376
377 2004-11-08  Steve Ellcey  <sje@cup.hp.com>
378
379         * testsuite/gcc.dg/uninit-H.c: Add ifdefs for __hppa__ and __ia64__.
380
381 2004-11-08  Steve Ellcey  <sje@cup.hp.com>
382
383         * testsuite/gcc.dg/20030225-2.c: Add prototype for abort and
384         exit. 
385
386 2004-11-08  Andrew Pinski  <pinskia@physics.uc.edu>
387
388         PR tree-opt/18299
389         * gcc.c-torture/pr18299-1.c: New test.
390
391 2004-11-06  Andreas Schwab  <schwab@suse.de>
392
393         * gcc.dg/pr16286.c: Also test for bool and pixel.
394
395 2004-11-06  Joseph S. Myers  <joseph@codesourcery.com>
396
397         * gcc.dg/anon-struct-6.c, gcc.dg/anon-struct-7.c,
398         gcc.dg/anon-struct-8.c, gcc.dg/bitfld-10.c, gcc.dg/bitfld-11.c,
399         gcc.dg/bitfld-12.c, gcc.dg/func-outside-1.c,
400         gcc.dg/func-outside-2.c, gcc.dg/label-decl-1.c,
401         gcc.dg/label-decl-2.c, gcc.dg/label-decl-3.c,
402         gcc.dg/label-decl-4.c, gcc.dg/struct-empty-1.c,
403         gcc.dg/struct-empty-2.c, gcc.dg/struct-empty-3.c,
404         gcc.dg/struct-semi-1.c, gcc.dg/struct-semi-2.c,
405         gcc.dg/struct-semi-3.c: New tests.
406
407 2004-11-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
408
409         * g++.dg/opt/nothrow1.C: Use -42 instead of 42.
410
411 2004-11-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
412
413         * gcc.dg/compat/generate-random.c (generate_random_data unsafe_state):
414         Do not use C99 designators.
415
416 2004-11-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
417
418         * g++.dg/other/pragma-re-1.C (p, q): Fix type and remove cast.
419
420 2004-11-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
421
422         * gcc.c-torture/compile/simd-5.c: Do not XFAIL on SPARC 64-bit.
423         * gcc.c-torture/execute/20020227-1.x: Do not XFAIL at -O3.
424         * gcc.c-torture/execute/simd-5.x: Remove.
425
426 2004-11-06  Andrew Pinski  <pinskia@physics.uc.edu>
427
428         PR rtl-optimization/17933
429         * gcc.dg/torture/pr17933-1.c: New test.
430
431 2004-11-06  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
432
433         PR target/18106
434         * lib/target-supports.exp (check_weak_available): Support
435         Windows.
436
437 2004-11-05  Danny Smith  <dannysmith@users.sourceforge.net>
438
439         * gcc.dg/compat/struct-layout-1_generate.c (main): Generate a
440         call to fflush(stdout) before abort.
441         (my_ffsll): New function.
442         (generate_fields): Use it.
443
444 2004-11-05  Joseph S. Myers  <joseph@codesourcery.com>
445
446         * gcc.dg/init-undef-1.c: New test.
447
448 2004-11-05  Joseph S. Myers  <joseph@codesourcery.com>
449
450         * gcc.dg/20040910-1.c, gcc.dg/cpp/digraph2.c,
451         gcc.dg/cpp/direct2.c, gcc.dg/cpp/direct2s.c,
452         gcc.dg/cpp/separate-1.c, gcc.dg/noncompile/951123-1.c,
453         gcc.dg/noncompile/971104-1.c, gcc.dg/noncompile/990416-1.c: Adjust
454         expected messages for new parser.
455
456 2004-11-04  Mark Mitchell  <mark@codesourcery.com>
457
458         * testsuite/g++.dg/ext/visibility/symbian1.C: New test.
459         
460 2004-11-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
461
462         * gcc.dg/pragma-align.c (sixteen): Use 8-byte alignment
463         on LP64 targets.
464
465 2004-11-04  Joseph S. Myers  <joseph@codesourcery.com>
466
467         * gcc.dg/asm-qual-1.c, gcc.dg/declspec-15.c, gcc.dg/declspec-16.c,
468         gcc.dg/declspec-17.c, gcc.dg/empty-source-1.c,
469         gcc.dg/empty-source-2.c, gcc.dg/empty-source-3.c,
470         gcc.dg/extra-semi-1.c, gcc.dg/extra-semi-2.c,
471         gcc.dg/extra-semi-3.c, gcc.dg/gnu-cond-expr-1.c,
472         gcc.dg/gnu-cond-expr-2.c, gcc.dg/gnu-cond-expr-3.c,
473         gcc.dg/init-empty-1.c, gcc.dg/init-empty-2.c,
474         gcc.dg/init-empty-3.c, gcc.dg/noncompile/old-style-parm-1.c,
475         gcc.dg/noncompile/old-style-parm-2.c, gcc.dg/stmt-expr-1.c,
476         gcc.dg/stmt-expr-2.c, gcc.dg/stmt-expr-3.c: New tests.
477
478 2004-11-04  Joseph S. Myers  <joseph@codesourcery.com>
479
480         * gcc.dg/c90-restrict-1.c, gcc.dg/c99-arraydecl-2.c,
481         gcc.dg/c99-func-2.c, gcc.dg/charset/asm2.c, gcc.dg/concat.c,
482         gcc.dg/cpp/19990413-1.c, gcc.dg/cpp/paste4.c,
483         gcc.dg/init-desig-obs-1.c, gcc.dg/noncompile/920721-2.c,
484         gcc.dg/noncompile/930622-2.c, gcc.dg/noncompile/940112-1.c,
485         gcc.dg/noncompile/950921-1.c, gcc.dg/switch-2.c,
486         objc.dg/naming-1.m, objc.dg/naming-2.m: Adjust expected messages
487         for new parser.
488
489 2004-11-04  Richard Sandiford  <rsandifo@redhat.com>
490
491         PR target/15342
492         * gcc.dg/20041104-1.c: New test.
493
494 2004-11-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
495
496         * g++.dg/template/nontype7.C: New test.
497         * g++.dg/template/nontype8.C: Likewise.
498         * g++.dg/template/nontype9.C: Likewise.
499         * g++.dg/template/nontype10.C: Likewise.
500         * g++.dg/tc1/dr49.C: Likewise.
501         * g++.dg/template/ptrmem8.C: Relax dg-error checks.
502         * g++.old-deja/g++.other/null1.C: Remove a buggy error check
503
504 2004-11-04  Ben Elliston  <bje@au.ibm.com>
505
506         * g++.dg/rtti/tinfo1.C: Remove xfails.
507
508 2004-11-04  Ben Elliston  <bje@au.ibm.com>
509
510         * g++.old-deja/g++.other/enum5.C (enum conditions): Move the
511         packed attribute to the definition to satisfy the new C++ parser.
512
513 2004-11-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
514
515         * gcc.c-torture/execute/stdarg-2.c (foo): Split multiple
516         invocations of va_arg.
517
518 2004-11-02  Mark Mitchell  <mark@codesourcery.com>
519
520         PR c++/18124
521         * g++.dg/template/crash25.C: New test.
522
523         PR c++/18155
524         * g++.dg/template/typedef2.C: New test.
525         * g++.dg/parse/crash13.C: Adjust error markers.
526
527         PR c++/18177
528         * g++.dg/conversion/const3.C: New test.
529         
530 2004-11-03  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
531
532         PR fortran/17535
533         PR fortran/17583
534         PR fortran/17713
535         * gfortran.dg/generic_[123].f90: New testcases.
536
537 2004-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
538
539         * gcc.dg/uninit-C.c: Remove special-casing for SPARC.
540         * gcc.dg/uninit-H.c: Define to "sp" on SPARC.
541
542 2004-11-02  Andrew Pinski  <pinskia@physics.uc.edu>
543
544         PR tree-opt/16808
545         * gcc.c-torture/compile/pr16808.c: New test.
546
547 2004-11-02  Nathan Sidwell  <nathan@codesourcery.com>
548
549         PR rtl-optimization/17104
550         * gcc.dg/ppc-bitfield1.c: New.
551
552 2004-11-01  Richard Sandiford  <rsandifo@redhat.com>
553
554         * gcc.dg/uninit-H.c (ASM): Define to "$sp" on MIPS targets.
555
556 2004-11-01  Richard Sandiford  <rsandifo@redhat.com>
557
558         * g++.dg/abi/mangle6.C: Run for all MIPS targets.  Provide dummy
559         strings for 32-bit code.
560
561 2004-11-01  Joseph S. Myers  <joseph@codesourcery.com>
562
563         PR c/18239
564         * gcc.dg/parm-impl-decl-1.c, gcc.dg/parm-impl-decl-2.c: New tests.
565
566 2004-11-01  Nathan Sidwell  <nathan@codesourcery.com>
567
568         PR c++/18064
569         * g++.old-deja/g++.mike/p811.C: Avoid covariant extension.
570
571 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
572
573         PR c++/15172
574         * g++.dg/init/aggr2.C: New test.
575
576 2004-10-30  Ziemowit Laski  <zlaski@apple.com>
577
578         * objc.dg/local-decl-1.m: New test.
579
580 2004-10-30  Gabriel Dos Reis  <gdr@integrable-solutions.net>
581
582         * gcc.dg/20040910-1.c: Adjust regex.
583
584 2004-10-30  Roger Sayle  <roger@eyesopen.com>
585
586         PR rtl-optimization/18084
587         * g++.dg/opt/pr18084-1.C: New testcase.
588
589 2004-10-30  Matt Austern  <austern@apple.com>
590
591         PR c++/17542
592         * g++.dg/ext/attrib18.C: New test.
593         
594 2004-10-30  Roger Sayle  <roger@eyesopen.com>
595
596         PR middle-end/18096
597         * gcc.dg/pr18096-1.c: New test case.
598
599 2004-10-30  Roger Sayle  <roger@eyesopen.com>
600
601         * gcc.dg/pr17581-1.c: Add missing prototype for abort.
602
603 2004-10-30  Joseph S. Myers  <joseph@codesourcery.com>
604
605         PR c/16666
606         * gcc.dg/dremf-type-compat-1.c, gcc.dg/dremf-type-compat-2.c,
607         gcc.dg/dremf-type-compat-3.c, gcc.dg/dremf-type-compat-4.c,
608         gcc.dg/old-style-prom-1.c, gcc.dg/old-style-prom-2.c,
609         gcc.dg/old-style-prom-3.c: New tests.
610
611 2004-10-30  Danny Smith  <dannysmith@users.sourceforge.net>
612
613         * gcc.dg/bf-ms-attrib.c: Add protototype for abort.
614         Remove unnecessary inclusion of stdio.h.
615
616 2004-10-29  Roger Sayle  <roger@eyesopen.com>
617
618         PR rtl-optimization/17581
619         * gcc.dg/pr17581-1.c: New test case.
620
621 2004-10-28  Nathan Sidwell  <nathan@codesourcery.com>
622
623         * g++.dg/conversion/dr195.C: Adjust expected errors for DR195 not
624         being implemented.
625         * g++.dg/conversion/dr195-1.C: New.
626         * g++.old-deja/g++.brendan/operators4.C: Don't be pedantic.
627         * g++.old-deja/g++.mike/p10148.C: Likewise.
628
629 2004-10-29  Mark Mitchell  <mark@codesourcery.com>
630
631         PR c++/17695
632         * g++.dg/debug/typedef2.C: New test.
633
634 2004-10-29  David Billinghurst <David.Billinghurst@riotinto.com>
635
636         PR fortran/13490
637         * gfortran.dg/g77/20030326-1.f: Change xfail on error to warning.
638         * gfortran.dg/g77/README: Update.
639
640 2004-10-28  Matt Austern  <austern@apple.com>
641
642         PR c++/14124
643         * g++.dg/ext/packed7.C: New test.
644         
645 2004-10-28  Andrew Pinski  <pinskia@physics.uc.edu>
646
647         * gcc.dg/visibility-[1-9a].c: Change to use scan-hidden instead of
648         scan-assembler.
649         * lib/scanasm.exp (hidden-scan-for): New proc.
650         (scan-hidden): Use hidden-scan-for instead of constructing the scan
651         string.
652         (scan-not-hidden): Likewise.
653         * lib/target-supports.exp (check_visibility_available): mach-o is
654         support too.
655
656 2004-10-28  Mark Mitchell  <mark@codesourcery.com>
657
658         PR c++/17132
659         * g++.dg/template/memclass3.C: New test.
660
661 2004-10-28  Adam Nemet  <anemet@lnxw.com>
662
663         PR middle-end/18160  
664         * gcc.dg/register-var-1.c: New test.
665         * gcc.dg/register-var-2.c: New test.
666         * gcc.dg/asm-7.c: Taking the address of a register variable is an
667         error now.
668
669 2004-10-28  Dorit Naishlos <dorit@il.ibm.com>
670
671         PR other/18172
672         * gcc.dg/vect/vect-20.c: Use 'signed char' instaed of 'char'. Remove 
673         unused variables.
674         * gcc.dg/vect/vect-22.c: Likewise.
675
676 2004-10-28  Jakub Jelinek  <jakub@redhat.com>
677
678         * gcc.dg/i386-rotate-1.c: New test.
679
680 2004-10-27  Mark Mitchell  <mark@codesourcery.com>
681
682         * g++.dg/init/ref12.C: Add "run" marker.
683
684         PR c++/17435
685         * g++.dg/init/ref12.C: New test.
686
687         PR c++/18140
688         * g++.dg/template/shift1.C: New test.
689         * g++.dg/template/error10.C: Adjust error markers.
690
691 2004-10-27  Andrew Pinski  <pinskia@physics.uc.edu>
692
693         PR tree-opt/17529
694         * gcc.c-torture/compile/pr17529.c: Remove the xfail.
695
696 2004-10-27  Geoffrey Keating  <geoffk@apple.com>
697
698         * gcc.dg/weak/typeof-2.c: Needs aliases as well as weak.
699         * gcc.dg/weak/weak-3.c: Likewise.
700         * gcc.dg/weak/weak-5.c: Likewise.
701         * gcc.dg/weak/weak-9.c: Likewise.
702         * lib/file-format.exp (gcc_target_object_format): Darwin has Mach-O.
703         * lib/target-supports.exp (check_weak_available): Mach-O does weak.
704
705         * gcc.dg/darwin-weakimport-1.c: New.
706
707 2004-10-28  Ben Elliston  <bje@au.ibm.com>
708
709         * gcc.dg/tree-ssa/sra-1.c: Pass --param sra-max-structure-size.
710
711 2004-10-27  Nathan Sidwell  <nathan@codesourcery.com>
712
713         * gcc.dg/cpp/direct2.c: Cope with different bison 'parse' or
714         'syntax' error messages.
715         * gcc.dg/cpp/direct2s.c: Likewise.
716
717 2004-10-26  Geoffrey Keating  <geoffk@apple.com>
718
719         * gcc.c-torture/compile/20041026-1.c: New.
720
721 2004-10-26  Mark Mitchell  <mark@codesourcery.com>
722
723         PR c++/18093
724         * g++.dg/lookup/ns2.C: New test.
725
726         PR c++/18020
727         * g++.dg/template/enum4.C: New test.
728
729         PR c++/18161
730         * g++.dg/template/expr1.C: New test.
731
732 2004-10-26  Ben Elliston  <bje@au.ibm.com>
733
734         * gcc.dg/tree-ssa/20030922-2.c: Now passing, so remove xfail.
735
736 2004-10-26  Joseph S. Myers  <jsm@polyomino.org.uk>
737
738         * gcc.dg/decl-nospec-1.c, gcc.dg/decl-nospec-2.c,
739         gcc.dg/decl-nospec-3.c: New tests.
740
741 2004-10-26  Ziemowit Laski  <zlaski@apple.com>
742
743         * objc.dg/super-class-3.m: New test.
744
745 2004-10-26  Nathan Sidwell  <nathan@codesourcery.com>
746
747         * gcc.dg/cpp/direct2.c: Adjust expected errors, robustify parser
748         resyncing.
749         * gcc.dg/cpp/direct2s.c: Likewise.
750
751 2004-10-25  Geoffrey Keating  <geoffk@apple.com>
752
753         * objc.dg/image-info.m: Update for changes to section selection.
754
755 2004-10-25  David Ayers  <d.ayers@inode.at>
756             Ziemowit Laski  <zlaski@apple.com>
757
758         * objc.dg/call-super-2.m: Add messages to 'Class <Proto>'; update
759         diagnostics when messaging 'id <Proto>'.
760         * objc.dg/class-protocol-1.m: New test.
761         * objc.dg/desig-init-1.m: Add message to an invalid receiver using
762         a non-existent method signature.
763         * objc.dg/method-5.m, objc.dg/method-6.m, objc.dg/proto-hier-1.m:
764         Update diagnostics when messaging with non-existent method signature.
765         * objc.dg/proto-hier-2.m: Adjust wording of diagnostic.
766         * objc.dg/proto-lossage-1.m, objc.dg/proto-lossage-4.m: Messages to
767         invalid receivers are now resolved as if messaging 'id'; remove
768         extraneous diagnostics.
769
770 2004-10-25  Joseph S. Myers  <jsm@polyomino.org.uk>
771
772         PR c/16667
773         * gcc.dg/init-desig-obs-1.c, gcc.dg/init-desig-obs-2.c,
774         gcc.dg/init-desig-obs-3.c: New tests.
775
776 2004-10-25  Jakub Jelinek  <jakub@redhat.com>
777
778         * gcc.dg/debug/20041023-1.c: New test.
779
780 2004-10-25  Andrew Pinski  <pinskia@physics.uc.edu>
781
782         PR middle-end/17407
783         * gcc.c-torture/compile/pr17407.c: New test.
784
785         PR c++/18121
786         * g++.dg/template/array8.C: New test.
787
788 2004-10-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
789
790         PR other/18138
791         * lib/g++.exp: Accept more than one multilib libgcc.
792         * lib/gcc-dg.exp: Likewise.
793         * lib/objc.exp: Likewise.
794         * lib/treelang.exp: Likewise.
795         * lib/gfortran.exp: Likewise.
796
797 2004-10-24  Ben Elliston  <bje@au.ibm.com>
798
799         * gcc.dg/c90-const-expr-3.c: Reference the ISO C standard.
800
801 2004-10-24  Geoffrey Keating  <geoffk@geoffk.org>
802
803         * gcc.dg/c90-const-expr-3.c: xfail all the ASSERT_NOT_NPC tests.
804         * gcc.dg/c99-const-expr-3.c: Likewise.
805
806 2004-10-23  Andrew Pinski  <pinskia@physics.uc.edu>.
807
808         * gcc.dg/tree-ssa/loop-1.c: Add -static for *-*-darwin*.
809
810 2004-10-23  Ben Elliston  <bje@au.ibm.com>
811
812         * gcc.c-torture/execute/loop-2e.x: Remove.
813
814 2004-10-22  Nathan Sidwell  <nathan@codesourcery.com>
815
816         PR c++/18095
817         * g++.dg/parse/crash18.C: New.
818         * g++.dg/parse/crash19.C: New.
819
820 2004-10-22  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
821
822         * g++.dg/ext/dllimport1.C: Move dg-warnings.
823         * g++.dg/ext/dllimport2.C: Same.
824         * g++.dg/ext/dllimport8.C: Same.
825
826 2004-10-21  Mark Mitchell  <mark@codesourcery.com>
827
828         PR c++/10841
829         * g++.dg/conversion/cast1.C: New test.
830         * g++.dg/overload/pmf1.C: Adjust error marker.
831
832 2004-10-21  Andrew Pinski  <pinskia@physics.uc.edu>
833
834         PR objc/17923
835         * objc.dg/const-str-7.m: New test.
836
837 2004-10-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
838
839         * g++.dg/template/memfriend11.C: Fix comment typo.
840         * g++.dg/template/memfriend14.C: Likewise.
841
842 2004-10-20  Richard Henderson  <rth@redhat.com>
843
844         * gcc.dg/cleanup-10.c, gcc.dg/cleanup-11.c, gcc.dg/cleanup-8.c,
845         gcc.dg/cleanup-9.c: Use -fnon-call-exceptions, not
846         -fasynchronous-unwind-tables.
847
848 2004-10-20  Richard Henderson  <rth@redhat.com>
849
850         * gcc.c-torture/unsorted/call386.c (foo): Fix return type.
851         (main): Return success.
852         * gcc.c-torture/unsorted/subcc.c (foo, bar): Fix return types.
853         (main): Return success.
854
855 2004-10-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
856
857         PR c++/13495
858         * g++.dg/template/memfriend9.C: New test.
859         * g++.dg/template/memfriend10.C: Likewise.
860         * g++.dg/template/memfriend11.C: Likewise.
861         * g++.dg/template/memfriend12.C: Likewise.
862         * g++.dg/template/memfriend13.C: Likewise.
863         * g++.dg/template/memfriend14.C: Likewise.
864         * g++.dg/template/memfriend15.C: Likewise.
865         * g++.dg/template/memfriend16.C: Likewise.
866         * g++.dg/template/memfriend17.C: Likewise.
867         * g++.old-deja/g++.pt/friend44.C: Remove bogus error.
868
869 2004-10-20  Nathan Sidwell  <nathan@codesourcery.com>
870
871         * g++.dg/conversion/dr195.C: New.
872         * g++.old-deja/g++.mike/p10148.C: Remove ill-formed cast.
873
874 2004-10-20  Ben Elliston  <bje@au.ibm.com>
875             Devang Patel  <dpatel@apple.com>
876
877         * gcc.dg/tree-ssa/ifc-20040816-2.c: Use integer arithmetic instead
878         of floating point arithmetic, which could trap.
879
880 2004-10-19  Mark Mitchell  <mark@codesourcery.com>
881
882         PR c++/14035
883         * g++.dg/conversion/reinterpret1.C: Adjust error markers.
884         * g++.dg/conversion/const2.C: New test.
885         * g++.dg/expr/reinterpret2.C: New test.
886         * g++.dg/expr/reinterpret3.C: New test.
887         * g++.dg/expr/cast2.C: New test.
888         * g++.dg/expr/copy1.C: New test.
889         * g++.dg/other/conversion1.C: Change error message.
890         * g++.dg/parse/comma1.C: Use __extension__ to allow casts from
891         function pointers to void *.
892         * g++.old-deja/g++.mike/p10148.C: Likewise.
893
894 2004-10-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
895
896         * gcc.dg/smod-1.c: Pass -mtune=i486 only on x86.
897
898 2004-10-19  Paolo Bonzini  <bonzini@gnu.org>
899
900         PR c++/18047
901
902         * g++.dg/parse/expr3.C: New test.
903
904 2004-10-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
905
906         * gcc.dg/smod-1.c: New test.
907
908 2004-10-18  Ziemowit Laski  <zlaski@apple.com>
909
910         * objc.dg/method-14.m: New test.
911
912 2004-10-18  Andrew Pinski  <pinskia@physics.uc.edu>
913
914         * gcc.c-torture/compile/pr17529.c: Fix test for non x86.
915         Also xfail as the patch was reverted.
916
917 2004-10-18  Andrew Pinski  <pinskia@physics.uc.edu>
918
919         PR middle-end/16973
920         * gcc.dg/pr16973.c: New test.
921
922 2004-10-18  Diego Novillo  <dnovillo@redhat.com>
923
924         PR tree-optimization/17656
925         * testsuite/gcc.c-torture/compile/pr17656.c: New test.
926
927 2004-10-18  Nathan Sidwell  <nathan@codesourcery.com>
928
929         * g++.dg/eh/shadow1.C: New.
930
931 2004-10-18  Jakub Jelinek  <jakub@redhat.com>
932
933         * gcc.c-torture/compile/20041018-1.c: New test.
934
935 2004-10-18  Ben Elliston  <bje@au.ibm.com>
936
937         * gcc.dg/ppc-sdata-1.c: Update to consider the possibility of the
938         compiler referring to register 0 when accessing sdata.  The linker
939         now patches things up.
940
941 2004-10-17  Andrew Pinski  <pinskia@physics.uc.edu>
942
943         PR c/17529
944         * gcc.c-torture/compile/pr17529.c: New test.
945
946 2004-10-17  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
947
948         PR c++/17743
949         * g++.dg/ext/attrib17.C: New test.
950
951 2004-10-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
952
953         * gcc.dg/bf-spl1.c: Use 'float' as the base type for FP types.
954
955 2004-10-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
956
957         PR c++/10479
958         * g++.dg/ext/attrib16.C: New test.
959
960 2004-10-15  Mark Mitchell  <mark@codesourcery.com>
961
962         PR c++/17042
963         * g++.dg/init/dso_handle1.C: New test.
964
965         PR c++/14667
966         * g++.dg/parse/typedef6.C: New test.
967
968         PR c++/17916
969         * g++.dg/parse/pragma1.C: New test.
970
971 2004-10-15  Aldy Hernandez  <aldyh@redhat.com>
972
973         * gcc.c-torture/execute/ieee/ieee.exp: Disable on powerpc-*-*spe.
974
975 2004-10-15  Steve Ellcey  <sje@cup.hp.com>
976
977         * gcc.dg/compat/struct-layout-1_generate.c (switchfiles):  Use
978         -fno-common when on HPPA HP-UX platforms.
979
980 2004-10-15  Jakub Jelinek  <jakub@redhat.com>
981
982         PR other/16820
983         * gcc.dg/compat/struct-layout-1.h: Don't include complex.h nor
984         stdint.h.
985         * gcc.dg/compat/struct-layout-1_x1.h (TX): Cast to long instead of
986         uintptr_t.
987
988 2004-10-14  Andrew Pinski  <pinskia@physics.uc.edu>
989
990         PR c++/16301
991         * g++.dg/lookup/strong-using-4.C: New test.
992
993 2004-10-14  Andrew Pinski  <pinskia@physics.uc.edu>
994
995         PR middle-end/16567
996         * gcc.c-torture/compile/nested-1.c: New test.
997
998 2004-10-14  Dorit Naishlos  <dorit@il.ibm.com>
999
1000         * testsuite/gcc.dg/vect/vect-44.c: xfail on i?86-*-*, x86_64-*-*,
1001         and mipsisa64*-*-* (until support for misaligned loads is added).
1002         * testsuite/gcc.dg/vect/vect-50.c: Likewise.
1003         * testsuite/gcc.dg/vect/vect-52.c: Likewise.
1004         * testsuite/gcc.dg/vect/vect-54.c: Likewise.
1005         * testsuite/gcc.dg/vect/vect-58.c: Likewise.
1006         * testsuite/gcc.dg/vect/vect-60.c: Likewise.
1007         * testsuite/gcc.dg/vect/vect-80.c: Likewise.
1008
1009 2004-10-14  Mark Mitchell  <mark@codesourcery.com>
1010
1011         PR c++/17976
1012         * g++.dg/init/dtor3.C: New test.
1013
1014 2004-10-15  Ben Elliston  <bje@au.ibm.com>
1015
1016         * gcc.dg/ppc-stackalign-1.c: Set dg-options to {}.
1017
1018 2004-10-14  Geoffrey Keating  <geoffk@apple.com>
1019
1020         * gcc.dg/darwin-misaligned.c: Don't supply -force_cpusubtype_ALL.
1021         * gcc.dg/macho-lo-sum.c: Likewise.
1022
1023 2004-10-14  Joseph S. Myers  <joseph@codesourcery.com>
1024
1025         * gcc.dg/ppc-spe64-1.c: New test.
1026
1027 2004-10-14  Devang Patel  <dpatel@apple.com>
1028
1029         PR 17635
1030         * gcc.dg/pr17635.c : New test.
1031         
1032 2004-10-14  Olga Golovanevsky  <olga@il.ibm.com>
1033
1034         * testsuite/gcc.dg/vect/vect-28.c: Remove xfail.
1035         * testsuite/gcc.dg/vect/vect-30.c: Remove xfail.
1036         * testsuite/gcc.dg/vect/vect-31.c: Vectorize 4 loops instead of 2.
1037         * testsuite/gcc.dg/vect/vect-33.c: Remove xfail.
1038         * testsuite/gcc.dg/vect/vect-44.c: Remove xfail.
1039         * testsuite/gcc.dg/vect/vect-46.c: Remove xfail.
1040         * testsuite/gcc.dg/vect/vect-50.c: Remove xfail.
1041         * testsuite/gcc.dg/vect/vect-52.c: Remove xfail.
1042         * testsuite/gcc.dg/vect/vect-54.c: Remove xfail.
1043         * testsuite/gcc.dg/vect/vect-58.c: Remove xfail.
1044         * testsuite/gcc.dg/vect/vect-60.c: Remove xfail.
1045         * testsuite/gcc.dg/vect/vect-64.c: Vectorize 3 loops instead of 1.
1046         * testsuite/gcc.dg/vect/vect-66.c: Vectorize 3 loops instead of 2.
1047         * testsuite/gcc.dg/vect/vect-68.c: Vectorize 4 loops instead of 2.
1048         * testsuite/gcc.dg/vect/vect-69.c: Vectorize 4 loops instead of 2.
1049         * testsuite/gcc.dg/vect/vect-8.c: Remove xfail.
1050         * testsuite/gcc.dg/vect/vect-80.c: Remove xfail.
1051         * testsuite/gcc.dg/vect/vect-none.c: Vectorize 1 loops instead of 0.
1052
1053 2004-10-14  Dorit Naishlos  <dorit@il.ibm.com>
1054
1055         * gcc.dg/vect/vect-82.c: New testcase.  
1056         * gcc.dg/vect/vect-82_64.c: New testcase.       
1057         * gcc.dg/vect/vect-83.c: New testcase.  
1058         * gcc.dg/vect/vect-83_64.c: New testcase.       
1059
1060 2004-10-14  Joseph S. Myers  <jsm@polyomino.org.uk>
1061
1062         * gcc.dg/cpp/error-1.c: New test.
1063
1064 2004-10-14  Joseph S. Myers  <jsm@polyomino.org.uk>
1065
1066         * gcc.dg/c99-tag-3.c, gcc.dg/declspec-14.c: New tests.
1067
1068 2004-10-14  Hans-Peter Nilsson  <hp@axis.com>
1069
1070         PR target/17984
1071         * gcc.dg/cris-peep2-xsrand2.c: New test.
1072
1073 2004-10-13  Andrew Pinski  <pinskia@physics.uc.edu>
1074
1075         PR c++/17661
1076         * testsuite/g++.dg/expr/for2.C: New test.
1077
1078 2004-10-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
1079
1080         * g++.dg/inherit/thunk1.C: Run on the SPARC.
1081
1082 2004-10-13  Jakub Jelinek  <jakub@redhat.com>
1083
1084         PR tree-optimization/17724
1085         * g++.dg/opt/pr17724-1.C: New test.
1086         * g++.dg/opt/pr17724-2.C: New test.
1087         * g++.dg/opt/pr17724-3.C: New test.
1088         * g++.dg/opt/pr17724-4.C: New test.
1089         * g++.dg/opt/pr17724-5.C: New test.
1090         * g++.dg/opt/pr17724-6.C: New test.
1091
1092 2004-10-12  Joseph S. Myers  <jsm@polyomino.org.uk>
1093
1094         PR c/17301
1095         * gcc.dg/pr17301-2.c: New test.
1096
1097 2004-10-11  Mark Mitchell  <mark@codesourcery.com>
1098
1099         PR c++/15876
1100         * g++.dg/parse/error22.C: New test.
1101
1102         PR c++/17936
1103         * g++.dg/template/spec18.C: New test.
1104
1105 2004-10-11  Steve Ellcey  <sje@cup.hp.com>
1106
1107         * testsuite/gcc.dg/ia64-asm-1.c: Add prototype for abort
1108         * testsuite/gcc.dg/ia64-sync-1.c: Add prototype for abort and
1109         memcpy. 
1110         * testsuite/gcc.dg/ia64-sync-2.c: Ditto.
1111         * testsuite/gcc.dg/ia64-sync-3.c: Ditto.
1112
1113 2004-10-11  Andrew Pinski  <pinskia@physics.uc.edu>
1114
1115         * g++.dg/eh/cleanup5.C: Add dg-options "".
1116
1117 2004-10-11  Roger Sayle  <roger@eyesopen.com>
1118
1119         PR middle-end/17657
1120         * gcc.dg/switch-4.c: New test case.
1121
1122 2004-10-11  Richard Sandiford  <rsandifo@redhat.com>
1123
1124         * gcc.c-torture/execute/20041011-1.c: New test.
1125
1126 2004-10-10  Andrew Pinski  <pinskia@physics.uc.edu>
1127
1128         PR c++/17554
1129         * g++.dg/init/for3.C: New test.
1130
1131         PR c++/17657
1132         * g++.dg/opt/switch2.C: New test.
1133
1134         PR middle-end/17703
1135         * g++.dg/warn/Wreturn-2.C: New test.
1136
1137 2004-10-10  Andrew Pinski  <pinskia@physics.uc.edu>
1138
1139         PR c++/17907
1140         * g++.dg/eh/cleanup5.C: New test.
1141
1142 2004-10-10  Mark Mitchell  <mark@codesourcery.com>
1143
1144         PR c++/17393
1145         * g++.dg/parse/error21.C: New test.
1146
1147 2004-10-10  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1148
1149         * g++.dg/overload/pmf1.C: Adjust quoting marks.
1150         * g++.dg/warn/incomplete1.C: Likewise.
1151         * g++.dg/template/qualttp20.C: Likewise.
1152
1153 2004-10-10  Joseph S. Myers  <jsm@polyomino.org.uk>
1154
1155         PR c/17881
1156         * parm-incomplete-1.c: New test.
1157
1158 2004-10-09  Mark Mitchell  <mark@codesourcery.com>
1159
1160         PR c++/17867
1161         * g++.dg/parse/error19.C: New test.
1162
1163         PR c++/17670
1164         * g++.dg/init/new11.C: New test.
1165
1166         PR c++/17821
1167         * g++.dg/parse/error20.C: New test.
1168
1169         PR c++/17826
1170         * g++.dg/template/crash24.C: New test.
1171         
1172 2004-10-10  Joseph S. Myers  <jsm@polyomino.org.uk>
1173
1174         PR c/17301
1175         * gcc.dg/pr17301-1.c: New test.
1176
1177 2004-10-10  Joseph S. Myers  <jsm@polyomino.org.uk>
1178
1179         PR c/17189
1180         * gcc.dg/anon-struct-5.c: New test.
1181
1182 2004-10-09  Joseph S. Myers  <jsm@polyomino.org.uk>
1183
1184         PR c/17844
1185         * gcc.dg/pr17844-1.c: New test.
1186
1187 2004-10-09  Zdenek Dvorak  <dvorakz@suse.cz>
1188
1189         PR tree-optimization/17906
1190         * gcc.c-torture/compile/pr17906.c: New.
1191
1192 2004-10-09  Stuart Hastings  <stuart@apple.com>
1193             Roger Sayle  <roger@eyesopen.com>
1194
1195         PR rtl-optimization/17853
1196         * gcc.dg/i386-mmx-5.c: New testcase.
1197
1198 2004-10-09  Andrew Pinski  <pinskia@physics.uc.edu>
1199
1200         * g++.dg/opt/pr17902.C: Fix typo in dg-do.
1201
1202 2004-10-09  Mark Mitchell  <mark@codesourcery.com>
1203
1204         PR c++/17524
1205         * g++.dg/template/static9.C: New test.
1206
1207         PR c++/17685
1208         * g++.dg/parse/operator5.C: New test.
1209
1210 2004-10-09  Roger Sayle  <roger@eyesopen.com>
1211
1212         PR middle-end/17894
1213         * gcc.c-torture/execute/divcmp-4.c: New test case.
1214
1215 2004-10-08  Andrew Pinski  <pinskia@physics.uc.edu>
1216
1217         PR tree-opt/17902
1218         * g++.dg/opt/pr17902.C: New test.
1219
1220 2004-10-09  Jakub Jelinek  <jakub@redhat.com>
1221
1222         * gcc.dg/cpp/ident-1.c: Add dg-options "".
1223
1224 2004-10-08  Joseph S. Myers  <jsm@polyomino.org.uk>
1225
1226         * gcc.dg/float-range-1.c, gcc.dg/float-range-2.c: New tests.
1227
1228 2004-10-08  Joseph S. Myers  <jsm@polyomino.org.uk>
1229
1230         * gcc.dg/assign-warn-3.c: New test.
1231
1232 2004-10-08  Andrew Pinski  <pinskia@physics.uc.edu>
1233
1234         PR c/16999
1235         * gcc.dg/cpp/ident-1.c: New test.
1236
1237 2004-10-08  Nathan Sidwell  <nathan@codesourcery.com>
1238
1239         * gcc.c-torture/compile/acc1.c: New.
1240
1241 2004-10-08  Andrew Pinski  <pinskia@physics.uc.edu>
1242
1243         * gcc.dg/darwin-longdouble.c: Include stdlib.h and string.h.
1244         * gcc.dg/darwin-abi-2.c: Include stdlib.h.
1245
1246 2004-10-08  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
1247
1248         * gcc.dg/ultrasp11.c: New test.
1249
1250 2004-10-08  Michael Matz  <matz@suse.de>
1251
1252         * gcc.dg/doloop-2.c: New test.
1253
1254 2004-10-08  Joseph S. Myers  <jsm@polyomino.org.uk>
1255
1256         * gcc.dg/assign-warn-1.c, gcc.dg/assign-warn-2.c: New tests.
1257         * gcc.dg/warn-1.c, gcc.dg/noncompile/20020213-1.c,
1258         objc.dg/method-9.m: Update expected diagnostics.
1259
1260 2004-10-07  Geoffrey Keating  <geoffk@apple.com>
1261
1262         * gcc.dg/ppc-fsel-3.c: New file.
1263         * gcc.dg/ppc-fsel-1.c: Add -fno-trapping-math, update comment.
1264
1265 2004-10-07  Paul Brook  <paul@codesourcery.com>
1266
1267         * gfortran.dg/intrinsic_verify_1.f90: New test.
1268
1269 2004-10-07  Paul Brook  <paul@codesourcery.com>
1270
1271         * gfortran.dg/empty_format_1.f90: Remove stray commas.
1272
1273 2004-10-07  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1274
1275         * gfortran.fortran-torture/execute/intrinsic_mvbits.f90, 
1276         gfortran.dg/ishft.f90: Add more tests. Add dg-warning in followup
1277         commit.
1278
1279 2004-10-07  Andrew Pinski  <pinskia@physics.uc.edu>
1280
1281         * g++.dg/ext/asm6.C: Remove extraneous semicolon.
1282
1283 2004-10-07  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1284
1285         PR c++/17115
1286         * g++.dg/warn/Winline-4.C: New test.
1287
1288 2004-10-07  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
1289
1290         * gcc.c-torture/compile/20041007-1.c: New test.
1291
1292 2004-10-07  Paul Brook  <paul@codesourcery.com>
1293
1294         PR fortran/17678
1295         * gfortran.dg/use_allocated_1.f90: New test.
1296
1297 2004-10-06  Andrew Pinski  <pinskia@physics.uc.edu>
1298
1299         PR middle-end/17849
1300         * gfortran.fortran-torture/compile/nested.f90: New test
1301
1302 2004-10-06  Joseph S. Myers  <jsm@polyomino.org.uk>
1303
1304         * gcc.dg/Wconversion-2.c, gcc.dg/func-args-1.c: New tests.
1305
1306 2004-10-06  Andrew Pinski  <pinskia@physics.uc.edu>
1307
1308         PR c++/17368
1309         * g++.dg/ext/asm6.C: New test.
1310
1311 2004-10-06  Kenneth Zadeck <zadeck@naturalbridge.com>
1312
1313         * gcc.dg/20011119-1.c : Added memory attribute to asm sequence.
1314
1315 2004-10-06  Paul Brook  <paul@codesourcery.com>
1316
1317         PR libfortran/17709
1318         * gfortran.dg/empty_format_1.f90: New test.
1319
1320 2004-10-06  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1321
1322         PR fortran/17568
1323         * gfortran.dg/ishft.f90: New test.
1324
1325         PR fortran/17283
1326         * gfortran.fortran-torture/execute/intrinsic_pack.f90: Enable new
1327         tests.
1328
1329 2004-10-06  Paul Brook  <paul@codesourcery.com>
1330
1331         * gfortran.dg/do_1.f90: New test.
1332
1333 2004-10-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1334
1335         * gcc.c-torture/execute/builtins/lib/strcpy.c: Don't abort when
1336         optimizing for size.
1337
1338 2004-10-05  Joseph S. Myers  <jsm@polyomino.org.uk>
1339
1340         * gcc.dg/complex-2.c, gcc.dg/complex-2.h: New test.
1341
1342 2004-10-05  Joseph S. Myers  <jsm@polyomino.org.uk>
1343
1344         * gcc.c-torture/compile/20041005-1.c: New test.
1345
1346 2004-10-05  Nathan Sidwell  <nathan@codesourcery.com>
1347
1348         PR c++/17829
1349         * g++.dg/lookup/koenig4.C: New.
1350
1351 2004-10-05  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1352
1353         * g++.dg/other/classkey1.C: Adjust quoting marks.
1354         * g++.dg/parse/error15.C: Likewise.
1355         * g++.dg/template/meminit2.C (int>): Likewise.
1356
1357 2004-10-04  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1358
1359         PR fortran/17283
1360         * gfortran.fortran-torture/execute/intrinsic_pack.f90: Add more tests.
1361
1362         PR fortran/17631
1363         * gfortran.fortran-torture/execute/intrinsic_mvbits.f90: New test.
1364
1365         PR fortran/17708
1366         * gfortran.dg/pr17708.f90: New test.
1367         
1368 2004-10-04  Chao-ying Fu  <fu@mips.com>
1369
1370         * gcc.dg/vect/pr16105.c: Enable for mipsisa64*-*-*.
1371         * gcc.dg/vect/vect-4.c: Ditto.
1372         * gcc.dg/vect/vect-5.c: Ditto.
1373         * gcc.dg/vect/vect-6.c: Ditto.
1374         * gcc.dg/vect/vect-8.c: Ditto.
1375         * gcc.dg/vect/vect-16.c: Ditto.
1376         * gcc.dg/vect/vect-30.c: Ditto.
1377         * gcc.dg/vect/vect-40.c: Ditto.
1378         * gcc.dg/vect/vect-41.c: Ditto.
1379         * gcc.dg/vect/vect-42.c: Ditto.
1380         * gcc.dg/vect/vect-43.c: Ditto.
1381         * gcc.dg/vect/vect-44.c: Ditto.
1382         * gcc.dg/vect/vect-45.c: Ditto.
1383         * gcc.dg/vect/vect-46.c: Ditto.
1384         * gcc.dg/vect/vect-47.c: Ditto.
1385         * gcc.dg/vect/vect-48.c: Ditto.
1386         * gcc.dg/vect/vect-49.c: Ditto.
1387         * gcc.dg/vect/vect-50.c: Ditto.
1388         * gcc.dg/vect/vect-51.c: Ditto.
1389         * gcc.dg/vect/vect-52.c: Ditto.
1390         * gcc.dg/vect/vect-53.c: Ditto.
1391         * gcc.dg/vect/vect-54.c: Ditto.
1392         * gcc.dg/vect/vect-55.c: Ditto.
1393         * gcc.dg/vect/vect-56.c: Ditto.
1394         * gcc.dg/vect/vect-57.c: Ditto.
1395         * gcc.dg/vect/vect-58.c: Ditto.
1396         * gcc.dg/vect/vect-59.c: Ditto.
1397         * gcc.dg/vect/vect-60.c: Ditto.
1398         * gcc.dg/vect/vect-74.c: Ditto.
1399         * gcc.dg/vect/vect-79.c: Ditto.
1400         * gcc.dg/vect/vect-80.c: Ditto.
1401
1402 2004-10-04  Andrew Pinski  <pinskia@physics.uc.edu>
1403
1404         * gcc.dg/unused-7.c: Use the correct option.
1405
1406 2004-10-04  Paul Brook  <paul@codesourcery.com>
1407         Bud Davis  <bdavis9659@comcast.net>
1408
1409         PR fortran/17706
1410         PR fortran/16434
1411         * gfortran/pr17706.f90: New test.
1412         * gfortran.dg/g77/f77-edit-s-out.f: Remove xfail.
1413
1414 2004-10-04  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1415
1416         * gfortran.dg/pr17612.f90: New test.
1417
1418 2004-10-03  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1419
1420         * g++.dg/template/local1.C: Adjust quoting marks in
1421         testing for diagnostics.
1422         * g++.dg/tls/diag-2.C: Likewise.
1423         * g++.dg/other/error8.C: Likewise.
1424
1425 2004-10-03  Andrew Pinski  <pinskia@physics.uc.edu>
1426
1427         PR c/17178
1428         * gcc.dg/unused-4.c: Adjust to be correct.
1429
1430         PR c/17820
1431         * gcc.dg/unused-7.c: New test.
1432
1433 2004-10-03  Andrew Pinski  <pinskia@physics.uc.edu>
1434
1435         PR c++/17797
1436         * g++.dg/overload/template2.C: New test.
1437
1438 2004-10-03  Kazu Hirata  <kazu@cs.umass.edu>
1439
1440         PR tree-optimization/16632
1441         * gcc.dg/tree-ssa/20041002-1.c: New.
1442
1443 2004-10-03  Paul Brook  <paul@codesourcery.com>
1444
1445         * gfortran.dg/pr17286.f90: Add dg-do line.  Explicitly test bug,
1446         rather than relying on default formatting.
1447
1448 2004-10-02  Joseph S. Myers  <jsm@polyomino.org.uk>
1449
1450         * gcc.dg/20040920-1.c: Update expected message text.
1451
1452 2004-10-02  Ulrich Weigand  <uweigand@de.ibm.com>
1453
1454         * gcc.dg/tree-ssa/loop-1.c: Merge changed dg-options for s390-*-*.
1455
1456 2004-10-01  Zdenek Dvorak  <dvorakz@suse.cz>
1457
1458         * gcc.dg/tree-ssa/loop-1.c: Check that unrolling occurs already on
1459         tree level.
1460
1461 2004-10-01  Andrew Pinski  <pinskia@physics.uc.edu>
1462
1463         * gcc.dg/tree-ssa/pr17343.c: Remove.
1464
1465 2004-10-01  Andrew Pinski  <pinskia@physics.uc.edu>
1466
1467         PR tree-opt/17343
1468         * gcc.dg/tree-ssa/pr17343.c: New test.
1469
1470 2004-10-01  Jakub Jelinek  <jakub@redhat.com>
1471
1472         * gcc.dg/tree-ssa/stdarg-1.c: Removed.
1473         * gcc.dg/tree-ssa/stdarg-2.c: Removed.
1474         * gcc.dg/tree-ssa/stdarg-3.c: Removed.
1475         * gcc.dg/tree-ssa/stdarg-4.c: Removed.
1476         * gcc.dg/tree-ssa/stdarg-5.c: Removed.
1477
1478 2004-09-30  Joseph S. Myers  <jsm@polyomino.org.uk>
1479
1480         * gcc.dg/lvalue-2.c: New test.
1481
1482 2004-09-30  Joseph S. Myers  <jsm@polyomino.org.uk>
1483
1484         PR c/17730
1485         * gcc.dg/pr17730-1.c: New test
1486
1487 2004-09-29  Joseph S. Myers  <jsm@polyomino.org.uk>
1488
1489         PR c/7425
1490         * gcc.dg/deprecated-3.c, g++.dg/warn/deprecated-2.C: New tests.
1491
1492 2004-09-29  Jakub Jelinek  <jakub@redhat.com>
1493
1494         * gcc.c-torture/execute/stdarg-1.c: New test.
1495         * gcc.c-torture/execute/stdarg-2.c: New test.
1496         * gcc.c-torture/execute/stdarg-3.c: New test.
1497         * gcc.dg/tree-ssa/stdarg-1.c: New test.
1498         * gcc.dg/tree-ssa/stdarg-2.c: New test.
1499         * gcc.dg/tree-ssa/stdarg-3.c: New test.
1500         * gcc.dg/tree-ssa/stdarg-4.c: New test.
1501         * gcc.dg/tree-ssa/stdarg-5.c: New test.
1502
1503 2004-09-29  Jakub Jelinek  <jakub@redhat.com>
1504
1505         PR tree-optimization/17697
1506         * g++.dg/opt/pr17697-1.C: New test.
1507         * g++.dg/opt/pr17697-2.C: New test.
1508         * g++.dg/opt/pr17697-3.C: New test.
1509
1510 2004-09-28  Joseph S. Myers  <jsm@polyomino.org.uk>
1511
1512         PR c/16409
1513         * gcc.dg/vla-init-2.c, gcc.dg/vla-init-3.c, gcc.dg/vla-init-4.c,
1514         gcc.dg/vla-init-5.c: New tests.
1515
1516 2004-09-27  Joseph S. Myers  <jsm@polyomino.org.uk>
1517
1518         PR c/13804
1519         * gcc.dg/pr13804-1.c: New test.
1520
1521 2004-09-27  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1522
1523         PR fortran/16938
1524         * gfortran.dg/pr16938.f90: New test.
1525
1526 2004-09-27  Mark Mitchell  <mark@codesourcery.com>
1527
1528         * g++.dg/template/crash23.C: New test.
1529
1530 2004-09-27  Mark Mitchell  <mark@codesourcery.com>
1531
1532         PR c++/17585
1533         * g++.dg/template/static8.C: New test.
1534
1535 2004-09-27  Nathan Sidwell  <nathan@codesourcery.com>
1536
1537         PR c++/17681
1538         * g++.dg/other/error9.C: New test.
1539
1540 2004-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
1541
1542         * gcc.dg/tree-ssa/loop-1.c: Use -msmall-exec on s390-*-* targets.
1543
1544 2004-09-26  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1545
1546         PR fortran/15164
1547         * gfortran.dg/pr15164.f90: New test. Fixed in followup commit.
1548
1549 2004-09-26  Roger Sayle  <roger@eyesopen.com>
1550
1551         PR middle-end/17112
1552         * gcc.dg/pr17112-1.c: New test case.
1553
1554 2004-09-26  Joseph S. Myers  <jsm@polyomino.org.uk>
1555
1556         PR c/11459
1557         * gcc.dg/pr11459-1.c: New test.
1558
1559 2004-09-25  Ulrich Weigand  <uweigand@de.ibm.com>
1560
1561         * gcc.dg/tree-ssa/loop-2.c: Avoid matching new-line in regexp.
1562         * gcc.dg/tree-ssa/loop-4.c: Likewise.
1563
1564 2004-09-25  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1565
1566         * gfortran.dg/pr15324.f90: Make array bounds consistent.
1567
1568 2004-09-25  Jan Hubicka  <jh@suse.cz>
1569
1570         * compile/30040909-1.c: New test.
1571         * compile/30040907-1.c: New test.
1572
1573 2004-09-25  Richard Sandiford  <rsandifo@redhat.com>
1574
1575         * gcc.c-torture/execute/va-arg-26.c: New test.
1576
1577 2004-09-24  Zack Weinberg  <zack@codesourcery.com>
1578
1579         * objc.dg/proto-lossage-4.m: Use long instead of int to avoid
1580         extra diagnostics on targets with 64-bit pointers.
1581         * objc.dg/selector-1.m: Adjust dg-warning regexp.
1582
1583 2004-09-24  Joseph S. Myers  <jsm@polyomino.org.uk>
1584
1585         PR c/17188
1586         * gcc.dg/nested-redef-1.c, gcc.dg/pr17188-1.c: New tests.
1587         * gcc.dg/decl-3.c: Adjust expected message.
1588
1589 2004-09-24  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1590
1591         PR fortran/17615
1592         * gfortran.dg/pr17615.f90: New test.
1593
1594 2004-09-24  Andrew MacLeod  <amacleod@redhat.com>
1595
1596         PR tree-optimzation/17517
1597         * g++.dg/tree-ssa/pr17517.C: New Test.
1598
1599 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
1600
1601         PR c++/16889
1602         * g++.dg/lookup/ambig3.C: New.
1603
1604 2004-09-24  Andrew Pinski  <pinskia@physics.uc.edu>
1605
1606         PR tree-opt/17624
1607         * g++.dg/opt/pr17624.C: New test.
1608
1609 2004-09-24  Joseph S. Myers  <jsm@polyomino.org.uk>
1610
1611         PR c/6980
1612         * gcc.dg/Wbad-function-cast-1.c: New test.
1613
1614 2004-09-23  Zack Weinberg  <zack@codesourcery.com>
1615
1616         * g++.dg/ext/complit1.C
1617         * g++.dg/other/error2.C
1618         * g++.dg/other/nontype-1.C
1619         * g++.dg/parse/crash11.C
1620         * g++.dg/parse/crash12.C
1621         * g++.dg/parse/error15.C
1622         * g++.dg/parse/error4.C
1623         * g++.dg/parse/tmpl-outside1.C
1624         * g++.dg/parse/too-many-tmpl-args1.C
1625         * g++.dg/template/dependent-expr3.C
1626         * g++.dg/template/error10.C
1627         * g++.dg/template/instantiate1.C
1628         * g++.dg/template/vtable2.C
1629         * g++.dg/warn/Wshadow-1.C
1630         * g++.dg/warn/weak1.C
1631         * g++.old-deja/g++.brendan/crash16.C
1632         * g++.old-deja/g++.brendan/crash18.C
1633         * g++.old-deja/g++.brendan/crash48.C
1634         * g++.old-deja/g++.brendan/crash49.C
1635         * g++.old-deja/g++.brendan/crash55.C
1636         * g++.old-deja/g++.brendan/crash56.C
1637         * g++.old-deja/g++.brendan/crash8.C
1638         * g++.old-deja/g++.brendan/enum11.C
1639         * g++.old-deja/g++.brendan/enum8.C
1640         * g++.old-deja/g++.brendan/enum9.C
1641         * g++.old-deja/g++.brendan/friend3.C
1642         * g++.old-deja/g++.brendan/misc14.C
1643         * g++.old-deja/g++.bugs/900402_02.C
1644         * g++.old-deja/g++.bugs/900404_03.C
1645         * g++.old-deja/g++.bugs/900404_04.C
1646         * g++.old-deja/g++.bugs/900428_03.C
1647         * g++.old-deja/g++.jason/crash4.C
1648         * g++.old-deja/g++.jason/overload21.C
1649         * g++.old-deja/g++.jason/redecl1.C
1650         * g++.old-deja/g++.jason/report.C
1651         * g++.old-deja/g++.jason/rfg10.C
1652         * g++.old-deja/g++.jason/template30.C
1653         * g++.old-deja/g++.law/arm12.C
1654         * g++.old-deja/g++.law/ctors5.C
1655         * g++.old-deja/g++.law/cvt20.C
1656         * g++.old-deja/g++.law/init10.C
1657         * g++.old-deja/g++.law/init8.C
1658         * g++.old-deja/g++.law/visibility17.C
1659         * g++.old-deja/g++.law/visibility7.C
1660         * g++.old-deja/g++.mike/net8.C
1661         * g++.old-deja/g++.mike/p646.C
1662         * g++.old-deja/g++.mike/p700.C
1663         * g++.old-deja/g++.mike/p701.C
1664         * g++.old-deja/g++.mike/p811.C
1665         * g++.old-deja/g++.ns/template13.C
1666         * g++.old-deja/g++.other/array3.C
1667         * g++.old-deja/g++.other/crash25.C
1668         * g++.old-deja/g++.other/dtor3.C
1669         * g++.old-deja/g++.other/dtor4.C
1670         * g++.old-deja/g++.other/main1.C
1671         * g++.old-deja/g++.other/warn7.C
1672         * g++.old-deja/g++.pt/crash11.C
1673         * g++.old-deja/g++.pt/crash36.C
1674         * g++.old-deja/g++.pt/spec22.C
1675         * g++.old-deja/g++.pt/spec9.C
1676         * g++.old-deja/g++.pt/ttp52.C
1677         * g++.old-deja/g++.robertl/eb103.C
1678         * g++.old-deja/g++.robertl/eb121.C
1679         * g++.old-deja/g++.robertl/eb22.C
1680         * g++.old-deja/g++.robertl/eb8.C:
1681         Update locations and/or regexps of dg-error markers.
1682         Remove markers for some bogus messages that are no longer issued.
1683
1684 2004-09-23  Jakub Jelinek  <jakub@redhat.com>
1685
1686         * gcc.c-torture/execute/builtins/strcpy-2.c: New test.
1687         * gcc.c-torture/execute/builtins/strcpy-2-lib.c: New.
1688
1689 2004-09-23  Andrew Pinski  <pinskia@physics.uc.edu>
1690
1691         PR c++/17618
1692         * g++.dg/lookup/crash5.C: New test.
1693
1694 2004-09-23  Dorit Naishlos <dorit@il.ibm.com>
1695
1696         * gcc.dg/vect/vect-27.c: Now vectorized on altivec.
1697         * gcc.dg/vect/vect-29.c: Now vectorized on altivec.
1698         * gcc.dg/vect/vect-48.c: Now vectorized on altivec.
1699         * gcc.dg/vect/vect-56.c: Now vectorized on altivec.
1700         * gcc.dg/vect/vect-72.c: New test for altivec and sse2.
1701         * gcc.dg/vect/vect-77.c: Now vectorized on altivec.
1702
1703         * gcc.dg/vect/vect-27a.c: New test for altivec and mmx.
1704         * gcc.dg/vect/vect-29a.c: New test for altivec and mmx.
1705         * gcc.dg/vect/vect-48a.c: New test for altivec and mmx.
1706         * gcc.dg/vect/vect-56a.c: New test for altivec and mmx.
1707         * gcc.dg/vect/vect-72a.c: New test for altivec and mmx.
1708         * gcc.dg/vect/vect-77a.c: New test for altivec and mmx.
1709
1710         * gcc.dg/vect/vect-13.c: Change to run test instead of compile.
1711
1712         * gcc.dg/vect/vect-44.c: Check additional cases.
1713         * gcc.dg/vect/vect-48.c: Check additional cases.
1714
1715         * gcc.dg/vect/vect-26.c: Use sse2 instead of sse.
1716         * gcc.dg/vect/vect-27.c: Use sse2 instead of sse.
1717         * gcc.dg/vect/vect-28.c: Use sse2 instead of sse.
1718         * gcc.dg/vect/vect-29.c: Use sse2 instead of sse.
1719         * gcc.dg/vect/vect-4?.c: Use sse2 instead of sse.
1720         * gcc.dg/vect/vect-75.c: Use sse2 instead of sse.
1721         * gcc.dg/vect/vect-76.c: Use sse2 instead of sse.
1722         * gcc.dg/vect/vect-77.c: Use sse2 instead of sse.
1723         * gcc.dg/vect/vect-78.c: Use sse2 instead of sse.
1724
1725         * gcc.dg/vect/vect-5?.c: Use sse2 instead of sse. Add return 0.
1726         * gcc.dg/vect/vect-60.c: Use sse2 instead of sse. Add return 0.
1727         * gcc.dg/vect/vect-61.c: Use sse2 instead of sse. Add return 0.
1728
1729 2004-09-23  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1730
1731         * gcc.dg/tree-ssa/loop-6.c: New test.
1732
1733 2004-09-23  Nathan Sidwell  <nathan@codesourcery.com>
1734
1735         PR c++/17620
1736         * g++.dg/inherit/base2.C: New.
1737
1738 2004-09-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
1739
1740         * gcc.dg/20001012-1.c: Add prototypes for builtin functions.
1741         * gcc.dg/20001012-2.c: Likewise.
1742         * gcc.dg/20001013-1.c: Likewise.
1743         * gcc.dg/20001101-1.c: Likewise.
1744         * gcc.dg/20001102-1.c: Likewise.
1745         * gcc.dg/bf-spl1.c: Likewise.
1746         * gcc.dg/titype-1.c: Remove special-casing for SPARC.
1747         * gcc.dg/20040813-1.c: Add missing "." to the regexp.
1748
1749 2004-09-22  Diego Novillo  <dnovillo@redhat.com>
1750
1751         PR tree-optimization/16721
1752         * testsuite/gcc.dg/tree-ssa/pr16721.c: New test.
1753
1754 2004-09-23  Ulrich Weigand  <uweigand@de.ibm.com>
1755
1756         * gcc.dg/20030123-1.c: Add prototypes for builtin functions.
1757         * gcc.dg/20040305-1.c: Likewise.
1758
1759 2004-09-22  Joseph S. Myers  <jsm@polyomino.org.uk>
1760
1761         PR c/16566
1762         * gcc.c-torture/compile/pr16566-1.c,
1763         gcc.c-torture/compile/pr16566-2.c,
1764         gcc.c-torture/compile/pr16566-3.c: New tests.
1765
1766 2004-09-22  Kazu Hirata  <kazu@cs.umass.edu>
1767
1768         PR tree-optimization/17512
1769         * gcc.c-torture/compile/20040916-1.c.
1770
1771 2004-09-21  Mark Mitchell  <mark@codesourcery.com>
1772
1773         * gcc.dg/pragma-re-3.c: New test.
1774
1775 2004-09-17  Matt Austern  <austern@apple.com>
1776
1777         PR c++/15049
1778         * g++.dg/other/anon3.C: New.
1779
1780 2004-09-21  Roger Sayle  <roger@eyesopen.com>
1781
1782         PR c++/7503
1783         * g++.dg/opt/pr7503-1.C: New testcase for COND_EXPR lvalues.
1784         * g++.dg/opt/pr7503-2.C: New testcase for <? and >? lvalues.
1785         * g++.dg/opt/pr7503-3.C: New testcase for invalid <? lvalue errors.
1786         * g++.dg/opt/pr7503-4.C: New testcase for <?= and >?= assignments.
1787         * g++.dg/opt/pr7503-5.C: New testcase for side-effects with <?=.
1788
1789 2004-09-21  Bud Davis  <bdavis9659@comcast.net>
1790
1791         PR fortran/17286
1792         * gfortran.dg/pr17286.f90: New test.
1793
1794 2004-09-20  Mark Mitchell  <mark@codesourcery.com>
1795
1796         PR c++/17530
1797         * g++.dg/template/static7.C: New test.
1798
1799 2004-09-20  Andrew Pinski  <pinskia@physics.uc.edu>
1800
1801         PR tree-opt/17558
1802         * gcc.c-torture/compile/pr17558.c: New test.
1803
1804 2004-09-20  Richard Sandiford  <rsandifo@redhat.com>
1805
1806         * gcc.dg/compat/sdata-section.h (SDATA_SECTION): Don't use an attribute
1807         if SKIP_ATTRIBUTE is defined.
1808
1809 2004-09-20  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1810
1811         PR fortran/15957
1812         * gfortran.dg/pr15957.f90: New test.
1813
1814 2004-09-20  Dorit Naishlos  <dorit@il.ibm.com>
1815
1816         * gcc.dg/vect/vect-74.c: Avoid floating point precision error
1817         in comparison.
1818         * gcc.dg/vect/vect-79.c: Likewise.
1819         * gcc.dg/vect/vect-80.c: Likewise.
1820
1821 2004-09-20  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1822
1823         PR fortran/15750
1824         * gfortran.fortran-torture/execute/iolength_2.f90: New test.
1825
1826 2004-09-20  Ira Rosen  <irar@il.ibm.com>
1827
1828         * gcc.dg/vect/vect-13.c: Added xfail for non ppc platforms.
1829         * gcc.dg/vect/vect-74.c: Split into 3 tests (vect-79.c, vect-80.c).
1830         * gcc.dg/vect/vect-62.c: New testcase.
1831         * gcc.dg/vect/vect-63.c: New testcase.
1832         * gcc.dg/vect/vect-64.c: New testcase.
1833         * gcc.dg/vect/vect-65.c: New testcase.
1834         * gcc.dg/vect/vect-66.c: New testcase.
1835         * gcc.dg/vect/vect-67.c: New testcase.
1836         * gcc.dg/vect/vect-68.c: New testcase.
1837         * gcc.dg/vect/vect-69.c: New testcase.
1838         * gcc.dg/vect/vect-79.c: New testcase.
1839         * gcc.dg/vect/vect-80.c: New testcase.
1840
1841 2004-09-20  Richard Sandiford  <rsandifo@redhat.com>
1842
1843         * gcc.target/mips/asm-1.c: New test.
1844
1845 2004-09-19  Ira Rosen  <irar@il.ibm.com>
1846
1847         * gcc.dg/vect/vect-13.c: Now vectorized on ppc*.
1848         * gcc.dg/vect/vect-73.c: New testcase.
1849         * gcc.dg/vect/vect-74.c: New testcase.
1850         * gcc.dg/vect/vect-75.c: New testcase.
1851         * gcc.dg/vect/vect-76.c: New testcase.
1852         * gcc.dg/vect/vect-77.c: New testcase.
1853         * gcc.dg/vect/vect-78.c: New testcase
1854
1855 2004-09-18  Paul Brook  <paul@codesourcery.com>
1856
1857         * g++.old-deja/g++.pt/static11.C: XFAIL on arm*-*-eabi.
1858
1859 2004-09-18  Joseph S. Myers  <jsm@polyomino.org.uk>
1860
1861         PR c/17424
1862         * gcc.dg/pr17424-1.c: New test.
1863
1864 2004-09-18  Diego Novillo  <dnovillo@redhat.com>
1865
1866         * g++.dg/tree-ssa/pr17153.C: New test.
1867
1868 2004-09-16  Geoffrey Keating  <geoffk@apple.com>
1869
1870         PR pch/13361
1871         * testsuite/g++.dg/pch/wchar-1.C: New.
1872         * testsuite/g++.dg/pch/wchar-1.Hs: New.
1873
1874 2004-09-17  Kenneth Zadeck  <Kenneth.Zadeck@NaturalBridge.com>
1875
1876         * gcc.c-torture/execute/20040917-1.c: New test.
1877
1878 2004-09-17  Diego Novillo  <dnovillo@redhat.com>
1879
1880         PR tree-optimization/17319
1881         * gcc.dg/pr17319.c: New test.
1882
1883 2004-09-17  Devang Patel  <dpatel@apple.com>
1884
1885         * gcc.dg/20040813-1.c: New test.
1886
1887 2004-09-17  Diego Novillo  <dnovillo@redhat.com>
1888
1889         PR tree-optimization/17273
1890         * gcc.c-torture/compile/pr17273.c: New test.
1891
1892 2004-09-17  Joseph S. Myers  <jsm@polyomino.org.uk>
1893
1894         * gcc.dg/declspec-4.c, gcc.dg/declspec-5.c, gcc.dg/declspec-6.c:
1895         Update expected messages.
1896         * gcc.dg/declspec-13.c: New test.
1897
1898 2004-09-17  David Edelsohn  <edelsohn@gnu.org>
1899
1900         * gcc.dg/darwin-longlong.c: XFAIL on AIX and SPE.
1901
1902 2004-09-17  Diego Novillo  <dnovillo@redhat.com>
1903
1904         * gcc.c-torture/execute/pr17252.c: Use post-increment to
1905         change what 'a' is pointing to.
1906
1907 2004-09-17  Mark Mitchell  <mark@codesourcery.com>
1908
1909         PR c++/16002
1910         * g++.dg/template/error18.C: New test.
1911
1912         PR c++/16029
1913         * g++.dg/warn/Wunused-8.C: New test.
1914
1915 2004-09-17  Steven Bosscher  <stevenb@suse.de>
1916
1917         PR tree-optimization/17513
1918         * gcc.dg/20040916-1.c: New test.
1919
1920 2004-09-16  Mark Mitchell  <mark@codesourcery.com>
1921
1922         PR c++/17501
1923         * g++.dg/template/typename7.C: New test.
1924
1925 2004-09-16  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1926
1927         * gcc.dg/tree-ssa/copy-headers.c: Update outcome.
1928
1929 2004-09-16  Frank Ch. Eigler  <fche@redhat.com>
1930
1931         * gcc.misc-tests/bprob.exp, g++.dg/bprob/bprob.exp: Iterate tests
1932         with -ftree-based-profiling also.
1933         * lib/profopt.exp: Support late-set profile_option/feedback_option.
1934
1935 2004-09-16  Victor Leikehman  <lei@il.ibm.com>
1936
1937         PR/15364
1938         * gfortran.dg/der_array_io_1.f90: New test.
1939         * gfortran.dg/der_array_io_2.f90: New test.
1940         * gfortran.dg/der_array_io_3.f90: New test.
1941
1942 2004-09-15  Mark Mitchell  <mark@codesourcery.com>
1943
1944         * testsuite/g++.old-deja/g++.abi/cxa_vec.C: Adjust for ARM
1945         EABI.
1946
1947 2004-09-15  Mark Mitchell  <mark@codesourcery.com>
1948
1949         * g++.dg/opt/switch1.C: New test.
1950
1951 2004-09-15  Joseph S. Myers  <jsm@polyomino.org.uk>
1952
1953         * g++.dg/ext/member-attr.C, g++.dg/warn/deprecated.C,
1954         gcc.dg/deprecated.c, gcc.dg/noreturn-1.c, gcc.dg/noreturn-4.c:
1955         Update expected messages.
1956
1957 2004-09-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1958
1959         PR fortran/16485
1960         * gfortran.dg/same_name_1.f90: New test.
1961
1962 2004-09-15  Diego Novillo  <dnovillo@redhat.com>
1963
1964         * gcc.c-torture/execute/pr17252.c: Fix thinko.  Don't
1965         dereference garbage pointers.
1966
1967 2004-09-15  Jakub Jelinek  <jakub@redhat.com>
1968
1969         * gcc.c-torture/execute/builtins/strlen-3.c: New test.
1970         * gcc.c-torture/execute/builtins/strlen-3-lib.c: New.
1971
1972         * gcc.c-torture/execute/builtins/memmove.c (main_test): Formatting.
1973         * gcc.c-torture/execute/builtins/memmove-2.c: New test.
1974         * gcc.c-torture/execute/builtins/memmove-2-lib.c: New.
1975
1976 2004-09-14  Mark Mitchell  <mark@codesourcery.com>
1977
1978         PR c++/17324
1979         * g++.dg/template/mangle1.C: New test.
1980
1981 2004-09-14  Diego Novillo  <dnovillo@redhat.com>
1982
1983         PR tree-optimization/17252
1984         * gcc.c-torture/execute/pr17252.c: New test.
1985
1986 2004-09-14  Andrew Pinski  <apinski@apple.com>
1987
1988         * g++.dg/tree-ssa/pointer-reference-alias.C: New test.
1989
1990 2004-09-14  Roger Sayle  <roger@eyesopen.com>
1991
1992         PR rtl-optimization/9771
1993         * gcc.dg/pr9771-1.c: New test case.
1994
1995 2004-09-14  Diego Novillo  <dnovillo@redhat.com>
1996
1997         PR tree-optimization/15262
1998         * gcc.c-torture/execute/pr15262-1.c: New test.
1999         * gcc.c-torture/execute/pr15262-2.c: New test.
2000
2001 2004-09-14  Joseph S. Myers  <jsm@polyomino.org.uk>
2002
2003         * gcc.dg/declspec-12.c: New test.
2004
2005 2004-09-14  Bud Davis  <bdavis9659@comcast.net>
2006
2007         * gfortran.dg/pr17090.f90: Add directives to test.
2008
2009 2004-09-14  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2010
2011         * gcc.c-torture/compile/20040914-1.c: New test.
2012
2013 2004-09-13  Mark Mitchell  <mark@codesourcery.com>
2014
2015         PR c++/16162
2016         * g++.dg/template/decl2.C: New test.
2017
2018 2004-09-13  Bud Davis  <bdavis9659@comcast.net>
2019
2020         PR fortran/17090
2021         * gfortran.dg/pr17090.f90: New test.
2022
2023 2004-09-13  Dale Johannesen  <dalej@apple.com>
2024
2025         * gcc.c-torture/compile/pr17408.c:  New test case.
2026
2027 2004-09-13  Mark Mitchell  <mark@codesourcery.com>
2028
2029         PR c++/16716
2030         * g++.dg/parse/crash17.C: New test.
2031
2032         PR c++/17327
2033         * g++.dg/template/enum3.C: New test.
2034
2035 2004-09-13  Hans-Peter Nilsson  <hp@bitrange.com>
2036
2037         * lib/gcc-defs.exp: Load wrapper.exp.
2038         * lib/g++.exp (g++_init): Call g++_maybe_build_wrapper instead of
2039         using local code.
2040         * lib/gcc.exp (gcc_init): Similar.
2041         * lib/gfortran.exp (gfortran_init): Similar.
2042         * lib/objc.exp (objc_init): Similar.
2043         * lib/treelang.exp (treelang_init): Similar.
2044         * lib/wrapper.exp: New file with build_wrapper call machinery in
2045         ${tool}_maybe_build_wrapper.
2046
2047 2004-09-13  Joseph S. Myers  <jsm@polyomino.org.uk>
2048
2049         * gcc.dg/declspec-7.c: Don't expect diagnostic for duplicate
2050         "inline".
2051         * gcc.dg/declspec-11.c: Update expected messages.
2052         * gcc.dg/inline-6.c, gcc.dg/inline-7.c, gcc.dg/inline-8.c,
2053         gcc.dg/inline-9.c, gcc.dg/inline-10.c, gcc.dg/inline-11.c,
2054         gcc.dg/inline-12.c: New tests.
2055
2056 2004-09-13  Andrew MacLeod  <amacleod@redhat.com>
2057
2058         * g++.dg/tree-ssa/pr17400.C: New testcase.
2059
2060 2004-09-13  James E Wilson  <wilson@specifixinc.com>
2061
2062         * gcc.target/mips/sb1-1.c: New testcase.
2063
2064 2004-09-12  Hans-Peter Nilsson  <hp@bitrange.com>
2065
2066         * lib/g77-dg.exp: Remove unused file.
2067         * lib/mike-g77.exp: Ditto.
2068         * lib/g77.exp: Ditto.
2069
2070 2004-09-12  Richard Henderson  <rth@redhat.com>
2071
2072         * g++.old-deja/g++.other/sizeof3.C: Fix abort declaration.
2073
2074 2004-09-13  Joseph S. Myers  <jsm@polyomino.org.uk>
2075
2076         * g++.dg/warn/Wswitch-1.C, g++.dg/warn/Wswitch-2.C,
2077         gcc.dg/Wswitch-2.c, gcc.dg/Wswitch-enum.c, gcc.dg/Wswitch.c,
2078         gcc.dg/declspec-9.c, gcc.dg/declspec-10.c, gcc.dg/declspec-11.c,
2079         gcc.dg/m-un-2.c, gcc.dg/noreturn-1.c, gcc.dg/wtr-conversion-1.c:
2080         Update expected messages.
2081
2082 2004-09-13  Hans-Peter Nilsson  <hp@axis.com>
2083
2084         * gcc.dg/asmreg-1.c (__syscall_getdents64): Adjust signedness
2085         declaration/use mismatch for dirp parameter.
2086
2087 2004-09-12  Andrew Pinski  <apinski@apple.com>
2088
2089         * lib/objc.exp (objc_target_compile): Look for libobjc-gnu.a also when
2090         -fgnu-runtime is passed.
2091
2092 2004-09-12  Richard Henderson  <rth@redhat.com>
2093
2094         * lib/fortran-torture.exp (add-ieee-options): Replace ieee-options;
2095         do the uplevel thing and update additional_flags directly.
2096         * gfortran.fortran-torture/execute/intrinsic_fraction_exponent.x,
2097         gfortran.fortran-torture/execute/intrinsic_nearest.x,
2098         gfortran.fortran-torture/execute/intrinsic_set_exponent.x,
2099         gfortran.fortran-torture/execute/nan_inf_fmt.x: Update to match.
2100
2101 2004-09-11  Steven Bosscher  <stevenb@suse.de>
2102
2103         * g++.dg/parse/break-in-for.C: Fix for -ansi -pedantic-errors.
2104
2105 2004-09-11  Roger Sayle  <roger@eyesopen.com>
2106
2107         PR middle-end/17411
2108         * g++.dg/opt/pr17411-1.C: New test case.
2109
2110 2004-09-11  Joseph S. Myers  <jsm@polyomino.org.uk>
2111
2112         * gcc.dg/declspec-4.c, gcc.dg/declspec-5.c, gcc.dg/declspec-6.c,
2113         gcc.dg/tls/diag-2.c: Update expected messages.
2114         * gcc.dg/991209-1.c: Specify compilation options.  Update expected
2115         messages.
2116         * gcc.dg/pr14289-2.c, gcc.dg/pr14289-3.c: Remove.
2117         * gcc.dg/declspec-7.c, gcc.dg/declspec-8.c, gcc.dg/declspec-9.c,
2118         gcc.dg/declspec-10.c, gcc.dg/declspec-11.c, gcc.dg/tls/diag-4.c,
2119         gcc.dg/tls/diag-5.c: New tests.
2120
2121 2004-09-11  Zack Weinberg  <zack@codesourcery.com>
2122
2123         * gcc.dg/20040910-1.c: Correct dg-error regexp.
2124
2125 2004-09-11  Steven Bosscher  <stevenb@suse.de>
2126
2127         * g++.dg/parse/break-in-for.C: New test.
2128
2129 2004-09-11  Jakub Jelinek  <jakub@redhat.com>
2130
2131         * gcc.dg/tree-ssa/20040911-1.c: New test.
2132
2133 2004-09-11  Andreas Jaeger  <aj@suse.de>
2134
2135         * gcc.c-torture/execute/991118-1.x: Delete, PR 16437 is fixed.
2136         * gcc.c-torture/execute/bf64-1.x: Remove XFAIL on x86-64.
2137
2138 2004-09-11  Richard Sandiford  <rsandifo@redhat.com>
2139
2140         * gcc.target/frv: New directory of FR-V-specific tests.
2141
2142 2004-09-10  James E Wilson  <wilson@specifixinc.com>
2143
2144         * gcc.dg/convert-vec-1.c: New test.
2145
2146 2004-09-10  Roger Sayle  <roger@eyesopen.com>
2147
2148         PR middle-end/17024
2149         * gcc.dg/pr17024-1.c: New test case.
2150
2151 2004-09-10  Eric Christopher  <echristo@redhat.com>
2152
2153         * gcc.dg/20040910-1.c: New test.
2154
2155 2004-09-11  Joseph S. Myers  <jsm@polyomino.org.uk>
2156
2157         * gcc.dg/bitfld-9.c: New test.
2158
2159 2004-09-10  Richard Sandiford  <rsandifo@redhat.com>
2160
2161         * gcc.c-torture/execute/ieee/acc1.c: New test.
2162         * gcc.c-torture/execute/ieee/acc2.c: New test.
2163         * gcc.c-torture/execute/ieee/mzero6.c: New test.
2164
2165 2004-09-10  Joseph S. Myers  <jsm@polyomino.org.uk>
2166
2167         * gcc.dg/deprecated-2.c: New test.
2168
2169 2004-09-09  James E Wilson  <wilson@specifixinc.com>
2170
2171         * gcc.dg/init-vec-1.c: New test.
2172
2173 2004-09-09  Roger Sayle  <roger@eyesopen.com>
2174
2175         PR middle-end/17055
2176         * gcc.dg/pr17055-1.c: New test case.
2177
2178 2004-09-09  Hans-Peter Nilsson  <hp@axis.com>
2179
2180         PR target/17377
2181         * gcc.c-torture/execute/pr17377.c: New test.
2182
2183 2004-09-09  Joseph S. Myers  <jsm@polyomino.org.uk>
2184
2185         PR c/8420
2186         * gcc.dg/anon-struct-4.c, gcc.dg/declspec-1.c,
2187         gcc.dg/declspec-2.c, gcc.dg/declspec-3.c, gcc.dg/declspec-4.c,
2188         gcc.dg/declspec-5.c, gcc.dg/declspec-6.c,
2189         gcc.dg/long-long-typespec-1.c: New tests.
2190         * gcc.dg/tls/diag-2.c: Update expected diagnostics
2191
2192 2004-09-09  Joseph S. Myers  <jsm@polyomino.org.uk>
2193
2194         * gcc.dg/c90-static-1.c, gcc.dg/c99-static-1.c,
2195         gcc.dg/gnu99-static-1.c: New tests.
2196
2197 2004-09-08  Devang Patel  <dpatel@apple.com>
2198
2199         * gcc.dg/darwin-ld-20040828-1.c: New test.
2200         * gcc.dg/darwin-ld-20040828-2.c: New test.
2201         * gcc.dg/darwin-ld-20040828-3.c: New test.
2202
2203 2004-09-08  Ziemowit Laski  <zlaski@apple.com>
2204
2205         * objc.dg/bitfield-2.m: Make 'id' definition a typedef.
2206         * obj.dg/bitfield-4.m: Allow 'unsigned' in addition to 'unsigned int'
2207         in error message.
2208         * objc.dg/id-1.m: Attempt to define 'id' in an incompatible fashion.
2209         * objc.dg/method-6.m: Allow 'unsigned' in addition to 'unsigned int'
2210         in error message.
2211         * objc.dg/proto-qual-1.m: Protocol qualifiers now appear before the
2212         types they qualify.
2213         * objc.dg/type-size-2.m: Fix wording in comment.
2214         * objc.dg/va-meth-1.m: New test case.
2215
2216 2004-09-06  H.J. Lu  <hongjiu.lu@intel.com>
2217
2218         PR c/16633:
2219         * lib/gcc-dg.exp: Set up LD_LIBRARY_PATH, SHLIB_PATH,
2220         LD_LIBRARYN32_PATH, LD_LIBRARY64_PATH and DYLD_LIBRARY_PATH.
2221
2222 2004-09-06  Devang Patel  <dpatel@apple.com>
2223
2224         * gcc.dg/tree-ssa/ifc-20040816-1.c: Use -ftree-vectorize.
2225         * gcc.dg/tree-ssa/ifc-20040816-2.c: Use -ftree-vectorize.
2226
2227 2004-09-06  Zack Weinberg  <zack@codesourcery.com>
2228
2229         * g++.old-deja/g++.other/enum2.C: Move dg-error markers to
2230         reflect changed line numbering of diagnostics.
2231
2232 2004-09-06  Paul Brook  <paul@codesourcery.com>
2233
2234         * gfortran.dg/edit_real_1.f90: Add new test.
2235
2236 2004-09-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2237
2238         * gcc.dg/tree-ssa/loop-2.c: New test.
2239         * gcc.dg/tree-ssa/loop-3.c: New test.
2240         * gcc.dg/tree-ssa/loop-4.c: New test.
2241         * gcc.dg/tree-ssa/loop-5.c: New test.
2242
2243 2004-09-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2244
2245         * gcc.dg/format/sentinel-1.c: Update for parameter option.
2246
2247 2004-09-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2248
2249         * gcc.dg/format/sentinel-1.c: New test.
2250
2251 2004-09-04  Uros Bizjak  <uros@kss-loka.si>
2252
2253         * testsuite/gcc.dg/builtins-46.c: New.
2254
2255 2004-09-03  Devang Patel  <dpatel@apple.com>
2256
2257         * gcc.dg/tree-ssa/ifc-20040816-1.c: New test.
2258         * gcc.dg/tree-ssa/ifc-20040816-2.c: New test.
2259
2260 2004-09-03  Jan Beulich  <jbeulich@novell.com>
2261
2262         * g++.dg/abi/bitfield5.C: Use -mno-ms-bitfields.
2263         * g++.old-deja/g++.jason/thunk2.C: xfail for NetWare.
2264         * g++.old-deja/g++.law/profile1.C: xfail for NetWare.
2265         * g++.old-deja/g++.other/store-expr1.C: xfail for NetWare.
2266         * gcc.c-torture/compile/20001109-1.c: xfail for NetWare.
2267         * gcc.c-torture/compile/20001109-2.c: xfail for NetWare.
2268         * gcc.c-torture/execute/multi-ix.c: Use __builtin_bzero rather than
2269         the non-portable bzero.
2270         * gcc.dg/20010912-1.c: xfail for NetWare.
2271         * gcc.dg/20020426-2.c: xfail for NetWare.
2272         * gcc.dg/20021014-1.c: xfail for NetWare.
2273         * gcc.dg/20021018-1.c: xfail for NetWare.
2274         * gcc.dg/20030213-1.c: xfail for NetWare.
2275         * gcc.dg/20030225-1.c: xfail for NetWare.
2276         * gcc.dg/20030708-1.c: xfail for NetWare.
2277         * gcc.dg/builtins-config.h: Also exclude NetWare.
2278         * gcc.dg/format/format.h: Define restrict only if not already defined.
2279         * gcc.dg/nest.c: xfail for NetWare.
2280         * gcc.dg/special/gcsec-1.c: Don't pass -static for NetWare.
2281         * lib/target-supports.exp (check_visibility_available): Exclude
2282         NetWare.
2283
2284 2004-09-03  Jan Beulich  <jbeulich@novell.com>
2285
2286         * gcc.dg/pack-test-2.c: Adjust to permit and check #pragma pack(push).
2287         * gcc.dg/c99-flex-array-4.c: Add -fpack-struct=8 to provide a
2288         deterministic starting point for the alignment of structure fields.
2289         * gcc.dg/Wpadded.c: Dito.
2290         * g++.dg/abi/vbase10.C: Dito.
2291
2292 2004-09-03  Devang Patel  <dpatel@apple.com>
2293
2294         * g++.dg/debug/pr15736.cc: New test.
2295
2296 2004-09-02  Mark Mitchell  <mark@codesourcery.com>
2297
2298         * README.QMTEST: Fix out-of-date link.
2299
2300 2004-09-03  David Billinghurst <David.Billinghurst@riotinto.com>
2301
2302         PR fortran/16579
2303         * gfortran.fortran-torture/execute/intrinsic_i_char.f90:
2304         Delete.  Duplicate of gfortran.dg/g77/20010610.f
2305
2306 2004-09-02  Mark Mitchell  <mark@codesourcery.com>
2307
2308         * g++.dg/abi/arm_rtti1.C: New test.
2309
2310 2004-09-02  Geoffrey Keating  <geoffk@apple.com>
2311
2312         * gcc.dg/ppc-vector-memcpy.c: New.
2313         * gcc.dg/ppc-vector-memset.c: New.
2314
2315 2004-09-02  Chao-ying Fu  <fu@mips.com>
2316
2317         * gcc.target/mips/mips-3d-1.c: New test.
2318         * gcc.target/mips/mips-3d-2.c: New test.
2319         * gcc.target/mips/mips-3d-3.c: New test.
2320         * gcc.target/mips/mips-3d-4.c: New test.
2321         * gcc.target/mips/mips-3d-5.c: New test.
2322         * gcc.target/mips/mips-3d-6.c: New test.
2323         * gcc.target/mips/mips-3d-7.c: New test.
2324         * gcc.target/mips/mips-3d-8.c: New test.
2325         * gcc.target/mips/mips-3d-9.c: New test.
2326         * gcc.target/mips/mips-ps-1.c: New test.
2327         * gcc.target/mips/mips-ps-2.c: New test.
2328         * gcc.target/mips/mips-ps-3.c: New test.
2329         * gcc.target/mips/mips-ps-4.c: New test.
2330         * gcc.target/mips/mips-ps-type.c: New test.
2331
2332 2004-09-02  Paul Brook  <paul@codesourcery.com>
2333
2334         * gfortran.dg/edit_real_1.f90: Add new tests.
2335
2336 2004-09-01  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2337
2338         PR fortran/15327
2339         * gfortran.dg/merge_char_1.f90: New test.
2340
2341 2004-09-01  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2342
2343         PR fortran/16404
2344         * gfortran.dg/der_io_1.f90: XFAIL illegal testcase.
2345
2346 2004-09-01  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2347
2348         PR c/1522
2349         * gcc.c-torture/compile/20040901-1.c: New test, from PR.
2350
2351 2004-09-01  Mark Mitchell  <mark@codesourcery.com>
2352
2353         * g++.dg/opt/loop1.C: Do not XFAIL.
2354
2355 2004-09-01  Jakub Jelinek  <jakub@redhat.com>
2356
2357         * gcc.c-torture/execute/20040831-1.c: New test.
2358
2359 2004-09-01  David Billinghurst <David.Billinghurst@riotinto.com>
2360
2361         PR fortran/16579
2362         * gfortran.dg/g77/20010610.f: Now passes.
2363         Copy from g77.f-torture/execute. Add dg-run directive.
2364         * gfortran.dg/g77/README: Update
2365
2366 2004-08-31  Andrew Pinski  <pinskia@physics.uc.edu>
2367
2368         * gcc.dg/rs6000-power2-1.c (t1, t2, t3, t4): Add volatile.
2369         * gcc.dg/rs6000-power2-2.c: Fix the scan-assembly for the store.
2370         (t1, t2, t3, t4): Add volatile.
2371
2372 2004-08-31  Mark Mitchell  <mark@codesourcery.com>
2373
2374         * g++.dg/ext/visibility/arm1.C: New test.
2375
2376 2004-08-31  Geoffrey Keating  <geoffk@apple.com>
2377
2378         * gcc.dg/funcdef-storage-1.c: Add dg-options to suppress
2379         -pedantic-errors.
2380
2381 2004-09-01  Paul Brook  <paul@codesourcery.com>
2382
2383         * gfortran.dg/eof_2.f90: New test.
2384
2385 2004-08-31  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2386
2387         PR fortran/16579
2388         * gfortran.fortran-torture/execute/intrinsic_i_char.f90: New test.
2389
2390 2004-08-31  Bud Davis  <bdavis9659@comcast.net>
2391
2392         PR libfortran/16805
2393         * gfortran.dg/list_read_2.f90: New test.
2394
2395 2004-08-31  Mark Mitchell  <mark@codesourcery.com>
2396
2397         * g++.dg/abi/key1.C: New test.
2398
2399 2004-08-31  Richard Henderson  <rth@redhat.com>
2400
2401         * g++.dg/other/offsetof1.C: Include cstddef, use non-builtin
2402         form of offsetof.
2403         * g++.dg/other/offsetof5.C: Remove duplicate.
2404
2405 2004-08-31  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2406
2407         PR fortran/17244
2408         * gfortran.dg/func_derived_1.f90: New test.
2409
2410 2004-08-31  Paul Brook  <paul@codesourcery.com>
2411
2412         * gfortran.dg/eof_1.f90: New test.
2413
2414 2004-08-31  Paul Brook  <paul@codesourcery.com>
2415
2416         * gfortran.dg/list_read_1.f90: New file.
2417
2418 2004-08-30  Mark Mitchell  <mark@codesourcery.com>
2419
2420         * g++.dg/opt/loop1.C: XFAIL.
2421
2422 2004-08-30  Geoffrey Keating  <geoffk@apple.com>
2423
2424         * gcc.dg/funcdef-storage-1.c: New.
2425         * gcc.c-torture/compile/920625-2.c: Don't use 'static' to declare
2426         an extern function in local scope.
2427         * gcc.c-torture/execute/20010605-1.c: Don't use 'static inline' to
2428         declare an 'auto inline' function in local scope.
2429         * gcc.dg/20011130-1.c: Likewise.
2430         * gcc.c-torture/execute/nest-stdar-1.c: Don't use 'static' to declare
2431         an 'auto' function in local scope.
2432         * gcc.dg/20021014-1.c: Likewise.
2433         * gcc.dg/20030331-2.c: Likewise.
2434
2435 2004-08-30  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2436
2437         * gfortran.dg/blockdata_1.f90: New test.
2438
2439 2004-08-30  Richard Henderson  <rth@redhat.com>
2440
2441         * g++.dg/other/offsetof1.C: Use __builtin_offsetof.
2442
2443 2004-08-30  Richard Henderson  <rth@redhat.com>
2444
2445         * lib/fortran-torture.exp (fortran-torture-execute): Honor
2446         additional_flags set by alternate driver.
2447         (ieee-options): New procedure.
2448         * gfortran.fortran-torture/execute/intrinsic_fraction_exponent.x: New.
2449         * gfortran.fortran-torture/execute/intrinsic_nearest.x: New.
2450         * gfortran.fortran-torture/execute/intrinsic_set_exponent.x: New.
2451         * gfortran.fortran-torture/execute/nan_inf_fmt.x: New.
2452
2453 2004-08-30  Richard Henderson  <rth@redhat.com>
2454
2455         * lib/f-torture.exp: Remove.
2456
2457 2004-08-29  Mark Mitchell  <mark@codesourcery.com>
2458
2459         PR rtl-optimization/16590
2460         * g++.dg/opt/loop1.C: New test.
2461
2462 2004-08-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2463
2464         PR fortran/13910
2465         * gfortran.dg/oldstyle_1.f90: New test.
2466
2467 2004-08-29  Steven G. Kargl  <kargls@comcast.net>
2468         Paul Brook  <paul@codesourcery.com>
2469
2470         * gfortran.dg/g77/README: Update.
2471         * gfortran.dg/g77/erfc.f: Copy from g77.f-torture.
2472         * gfortran.dg/g77/intrinsic-unix-bessel.f: Ditto.
2473         * gfortran.dg/g77/intrinsic-unix-erf.f: Ditto.
2474
2475 2004-08-28  Paul Brook  <paul@codesourcery.com>
2476
2477         PR libfortran/17195
2478         * gfortran.dg/edit_real_1.f90: New test.
2479
2480 2004-08-27  Paul Brook  <paul@codesourcery.com>
2481
2482         * gfortran.dg/rewind_1.f90: New test.
2483
2484 2004-08-27  Bud Davis  <bdavis9659@comcast.net>
2485
2486         PR fortran/16597
2487         * gfortran.dg/pr16597.f90: New test.
2488
2489 2004-08-26  Joseph S. Myers  <jsm@polyomino.org.uk>
2490
2491         PR c/13801
2492         * gcc.dg/redecl-3.c, gcc.dg/redecl-4.c, gcc.dg/redecl-6.c,
2493         gcc.dg/redecl-7.c, gcc.dg/redecl-8.c, gcc.dg/redecl-9.c,
2494         gcc.dg/redecl-10.c, gcc.dg/debug/redecl-1.c,
2495         gcc.dg/debug/redecl-2.c, gcc.dg/debug/redecl-3.c,
2496         gcc.dg/debug/redecl-4.c, gcc.dg/debug/redecl-5.c: New tests.
2497
2498 2004-08-26  Nick Clifton  <nickc@redhat.com>
2499
2500         * gcc.c-torture/compile/pr17119.c: New test.
2501
2502 2004-08-26  Joseph S. Myers  <jsm@polyomino.org.uk>
2503
2504         * gcc.dg/c90-typespec-1.c, gcc.dg/c99-typespec-1.c: New tests.
2505
2506 2004-08-25  Richard Henderson  <rth@redhat.com>
2507
2508         * gfortran.fortran-torture/execute/intrinsic_sr_kind.f90: Disable
2509         the bits that expect kind=8 to be the largest real kind.
2510
2511 2004-08-25  Ziemowit Laski  <zlaski@apple.com>
2512
2513         * objc.dg/const-str-3.m: Include <stdlib.h> and <memory.h>.
2514
2515 2004-08-25  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2516
2517         * gfortran.dg/assignment_1.f90: New test.
2518
2519 2004-08-25  Adam Nemet  <anemet@lnxw.com>
2520
2521         * g++.dg/template/repo3.C: New test.
2522
2523 2004-08-25  Roger Sayle  <roger@eyesopen.com>
2524
2525         PR middle-end/16693
2526         PR tree-optimization/16372
2527         * g++.dg/opt/pr16372-1.C: New test case.
2528         * g++.dg/opt/pr16693-1.C: New test case.
2529         * g++.dg/opt/pr16693-2.C: New test case.
2530
2531 2004-08-25  Ziemowit Laski  <zlaski@apple.com>
2532
2533         * objc.dg/proto-lossage-4.m: New test.
2534
2535 2004-08-25  Mark Mitchell  <mark@codesourcery.com>
2536
2537         PR c++/17155
2538         * g++.dg/inherit/local2.C: New test.
2539
2540 2004-08-25  Paul Brook  <paul@codesourcery.com>
2541
2542         PR fortran/17144
2543         * gfortran.dg/string_ctor_1.f90: New test.
2544
2545 2004-08-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2546
2547         PR c++/14428
2548         * g++.dg/template/redecl2.C: New test.
2549
2550 2004-08-24  Bud Davis  <bdavis9659@comcast.net>
2551
2552         PR fortran/17143
2553         * gfortran.dg/pr17143.f90: New test.
2554
2555 2004-08-24  Bud Davis  <bdavis9659@comcast.net>
2556
2557         PR fortran/17164
2558         * gfortran.dg/pr17164.f90: New test.
2559
2560 2004-08-24  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2561
2562         * gcc.dg/tree-ssa/loop-1.c: New test.
2563
2564 2004-08-24  Richard Sandiford  <rsandifo@redhat.com>
2565
2566         * gcc.c-torture/compile/20040824-1.c: New test.
2567
2568 2004-08-24  Richard Sandiford  <rsandifo@redhat.com>
2569
2570         * gcc.c-torture/compile/iftrap-3.c: New test.
2571
2572 2004-08-24  Paul Brook  <paul@codesourcery.com>
2573
2574         * gfortran.dg/entry_2.f90: New test.
2575
2576 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
2577
2578         PR c++/16889
2579         * g++.dg/lookup/ambig[12].C: New.
2580
2581 2004-08-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2582
2583         PR c++/16706
2584         * g++.dg/template/crash21.C: New test.
2585         * g++.dg/template/crash22.C: Likewise.
2586
2587 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
2588
2589         PR c++/17149
2590         * g++.dg/template/access15.C: New.
2591
2592 2004-08-23  Mark Mitchell  <mark@codesourcery.com>
2593
2594         PR c++/17163
2595         * g++.dg/template/repo2.C: New test.
2596
2597 2004-08-23  Roger Sayle  <roger@eyesopen.com>
2598
2599         PR rtl-optimization/17078
2600         * gcc.c-torture/execute/pr17078-1.c: New test case.
2601
2602 2004-08-23  Mark Mitchell  <mark@codesourcery.com>
2603
2604         PR c/14492
2605         * gcc.dg/debug/crash1.c: New test.
2606
2607 2004-08-23  Mark Mitchell  <mark@codesourcery.com>
2608
2609         PR c/16180
2610         * gcc.dg/loop-5.c: New test.
2611
2612 2004-08-23  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2613
2614         * gcc.c-torture/execute/20040823-1.c: New test.
2615
2616 2004-08-23  Richard Sandiford  <rsandifo@redhat.com>
2617
2618         * gcc.dg/special/mips-abi.exp: Expect gcc to pass the GNU ABI flags
2619         to the assembler.  Simplify test accordingly.
2620         (asm_abi_flags): Use GNU names.
2621         (check_mips_abi, default_abi): Use string matches against "-mabi=*"
2622         to check for ABI flags.
2623
2624 2004-08-22  Andrew Pinski  <apinski@apple.com>
2625
2626         * g++.dg/opt/pr14029.C: New test.
2627         * gcc.c-torture/execute/pr15262.c: New test.
2628
2629 2004-08-22  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2630
2631         * gfortran.dg/reduction.f90: Add checks with complex arguments.
2632
2633 2004-08-21  Bud Davis  <bdavis9659@comcast.net>
2634
2635         PR 16908
2636         * gfortran.dg/direct_io.f90: New test.
2637
2638 2004-08-20  Mark Mitchell  <mark@codesourcery.com>
2639
2640         PR c++/17121
2641         * g++.dg/inherit/local2.C: New test.
2642
2643 2004-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
2644
2645         PR c++/17120
2646         * g++.dg/warn/Wparentheses-4.C: New test.
2647
2648 2004-08-20  Mark Mitchell  <mark@codesourcery.com>
2649
2650         PR c++/17121
2651         * g++.dg/inherit/local2.C: New test.
2652
2653         * gcc.dg/darwin-longlong.c: Include <stdlib.h>.
2654         * gcc.dg/ppc-ldstruct.c: Likewise.
2655         * gcc.dg/ppc64-abi-2.c: Likewise.
2656
2657 2004-08-20  Jakub Jelinek  <jakub@redhat.com>
2658
2659         PR rtl-optimization/17099
2660         * gcc.c-torture/execute/20040820-1.c: New test.
2661
2662 2004-08-20  David Edelsohn  <edelsohn@gnu.org>
2663
2664         * gcc.dg/uninit-H.c: Add _POWER to powerpc case.
2665
2666 2004-08-20  Canqun Yang  <canqun@nudt.edu.cn>
2667
2668         PR fortran/17077
2669         * gfortran.dg/auto_array_1.f90: New test.
2670
2671 2004-08-19  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2672
2673         PR fortran/17074
2674         * gfortran.dg/simpleif_1.f90: New test.
2675
2676 2004-08-19  Mark Mitchell  <mark@codesourcery.com>
2677
2678         * lib/target-supports.exp (check_profiling_available): Return
2679         false for arm*-*-symbianelf* and arm*-*-eabi*.
2680
2681         PR c++/15890
2682         * g++.dg/template/delete1.C: New test.
2683
2684 2004-08-19  Paul Brook  <paul@codesourcery.com>
2685
2686         PR fortran/14976
2687         PR fortran/16228
2688         * gfortran.dg/data_char_1.f90: New test.
2689
2690 2004-08-19  Erik Schnetter  <schnetter@aei.mpg.de>
2691
2692         PR fortran/16946
2693         * gfortran.dg/reduction.f90: New testcase.
2694
2695 2004-08-19  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2696
2697         PR fortran/16520
2698         * gfortran.dg/g77/19990905-1.f: Don't expect excess errors.
2699
2700 2004-08-19  Joseph S. Myers  <jsm@polyomino.org.uk>
2701
2702         PR c++/17041
2703         * g++.dg/Wparentheses-3.C: New test.
2704
2705 2004-08-19  Dorit Naishlos  <dorit@il.ibm.com>
2706
2707         * gcc.dg/vect/vect-1.c: Remove xfail from i?86-*-* x86_64-*-* due
2708         to usage of PREFERRED_STACK_BOUNDARY in the vectorizer.
2709         * gcc.dg/vect/vect-2.c: Likewise.
2710         * gcc.dg/vect/vect-3.c: Likewise.
2711         * gcc.dg/vect/vect-4.c: Likewise.
2712         * gcc.dg/vect/vect-5.c: Likewise.
2713         * gcc.dg/vect/vect-6.c: Likewise.
2714         * gcc.dg/vect/vect-7.c: Likewise.
2715         * gcc.dg/vect/vect-25.c: Likewise.
2716         * gcc.dg/vect/vect-31.c: Likewise.
2717         * gcc.dg/vect/vect-32.c: Likewise.
2718         * gcc.dg/vect/vect-34.c: Likewise.
2719         * gcc.dg/vect/vect-36.c: Likewise.
2720         * gcc.dg/vect/vect-all.c: Likewise.
2721
2722 2004-08-18  Mark Mitchell  <mark@codesourcery.com>
2723
2724         PR c++/17068
2725         * g++.dg/template/operator4.C: New test.
2726
2727 2004-08-18  Richard Henderson  <rth@redhat.com>
2728
2729         * gcc.dg/20040206-1.c: XFAIL.
2730
2731 2004-08-17  Mark Mitchell  <mark@codesourcery.com>
2732
2733         PR c++/16246
2734         * g++.dg/template/array7.C: New test.
2735
2736 2004-08-17  James E Wilson  <wilson@specifixinc.com>
2737
2738         * gcc.dg/mips-movcc-1.c: New test.
2739         * gcc.dg/mips-movcc-2.c: New test.
2740         * gcc.dg/mips-movcc-3.c: New test.
2741
2742         * gcc.dg/mips-nmadd-1.c: New test.
2743         * gcc.dg/mips-nmadd-2.c: New test.
2744
2745 2004-08-17  Mark Mitchell  <mark@codesourcery.com>
2746
2747         PR c++/15871
2748         * g++.dg/opt/inline8.C: New test.
2749
2750         PR c++/16965
2751         * g++.dg/parse/error17.C: New test.
2752
2753 2004-08-17  Dorit Naishlos  <dorit@il.ibm.com>
2754
2755         * gcc.dg/vect: New directory for vectorizer tests.
2756         * gcc.dg/vect/tree-vect.h: New file.
2757         * gcc.dg/vect/vect.exp: New file.
2758         * gcc.dg/vect/pr16105.c.c: New test.
2759         * gcc.dg/vect/vect-1.c: New test.
2760         * gcc.dg/vect/vect-2.c: New test.
2761         * gcc.dg/vect/vect-3.c: New test.
2762         * gcc.dg/vect/vect-4.c: New test.
2763         * gcc.dg/vect/vect-5.c: New test.
2764         * gcc.dg/vect/vect-6.c: New test.
2765         * gcc.dg/vect/vect-7.c: New test.
2766         * gcc.dg/vect/vect-8.c: New test.
2767         * gcc.dg/vect/vect-9.c: New test.
2768         * gcc.dg/vect/vect-10.c: New test.
2769         * gcc.dg/vect/vect-11.c: New test.
2770         * gcc.dg/vect/vect-12.c: New test.
2771         * gcc.dg/vect/vect-13.c: New test.
2772         * gcc.dg/vect/vect-14.c: New test.
2773         * gcc.dg/vect/vect-15.c: New test.
2774         * gcc.dg/vect/vect-16.c: New test.
2775         * gcc.dg/vect/vect-17.c: New test.
2776         * gcc.dg/vect/vect-18.c: New test.
2777         * gcc.dg/vect/vect-19.c: New test.
2778         * gcc.dg/vect/vect-20.c: New test.
2779         * gcc.dg/vect/vect-21.c: New test.
2780         * gcc.dg/vect/vect-22.c: New test.
2781         * gcc.dg/vect/vect-23.c: New test.
2782         * gcc.dg/vect/vect-24.c: New test.
2783         * gcc.dg/vect/vect-25.c: New test.
2784         * gcc.dg/vect/vect-26.c: New test.
2785         * gcc.dg/vect/vect-27.c: New test.
2786         * gcc.dg/vect/vect-28.c: New test.
2787         * gcc.dg/vect/vect-29.c: New test.
2788         * gcc.dg/vect/vect-30.c: New test.
2789         * gcc.dg/vect/vect-31.c: New test.
2790         * gcc.dg/vect/vect-32.c: New test.
2791         * gcc.dg/vect/vect-33.c: New test.
2792         * gcc.dg/vect/vect-34.c: New test.
2793         * gcc.dg/vect/vect-35.c: New test.
2794         * gcc.dg/vect/vect-36.c: New test.
2795         * gcc.dg/vect/vect-37.c: New test.
2796         * gcc.dg/vect/vect-38.c: New test.
2797         * gcc.dg/vect/vect-40.c: New test.
2798         * gcc.dg/vect/vect-41.c: New test.
2799         * gcc.dg/vect/vect-42.c: New test.
2800         * gcc.dg/vect/vect-43.c: New test.
2801         * gcc.dg/vect/vect-44.c: New test.
2802         * gcc.dg/vect/vect-45.c: New test.
2803         * gcc.dg/vect/vect-46.c: New test.
2804         * gcc.dg/vect/vect-47.c: New test.
2805         * gcc.dg/vect/vect-48.c: New test.
2806         * gcc.dg/vect/vect-49.c: New test.
2807         * gcc.dg/vect/vect-50.c: New test.
2808         * gcc.dg/vect/vect-51.c: New test.
2809         * gcc.dg/vect/vect-52.c: New test.
2810         * gcc.dg/vect/vect-53.c: New test.
2811         * gcc.dg/vect/vect-54.c: New test.
2812         * gcc.dg/vect/vect-55.c: New test.
2813         * gcc.dg/vect/vect-56.c: New test.
2814         * gcc.dg/vect/vect-57.c: New test.
2815         * gcc.dg/vect/vect-58.c: New test.
2816         * gcc.dg/vect/vect-59.c: New test.
2817         * gcc.dg/vect/vect-60.c: New test.
2818         * gcc.dg/vect/vect-61.c: New test.
2819         * gcc.dg/vect/vect-all.c: New test.
2820         * gcc.dg/vect/vect-none.c: New test.
2821
2822 2004-08-17  Paul Brook  <paul@codesourcery.com>
2823
2824         PR fortran/13082
2825         * gfortran.dg/entry_1.f90: New test.
2826
2827 2004-08-17  Andrew Pinski  <apinski@apple.com>
2828
2829         * gcc.dg/darwin-20040812-1.c: Compile only on darwin.
2830
2831 2004-08-17  Paolo Bonzini  <bonzini@gnu.org>
2832
2833         * gcc.dg/pr17036-1.c: New test.
2834
2835 2004-08-16  Devang Patel  <dpatel@apple.com>
2836
2837         * gcc.dg/darwin-20040809-1.c: New test.
2838
2839 2004-08-16  Joseph S. Myers  <jsm@polyomino.org.uk>
2840
2841         * gcc.dg/funcdef-attr-1.c: New test.
2842
2843 2004-08-16  Janis Johnson  <janis187@us.ibm.com>
2844
2845         * gcc.dg/altivec-17.c: New test.
2846         * gcc.dg/altivec-18.c: New test.
2847
2848 2004-08-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2849
2850         PR c++/6749
2851         * g++.dg/template/vtable2.C: New test.
2852
2853 2004-08-14  Richard Henderson  <rth@redhat.com>
2854
2855         * gcc.dg/torture/builtin-attr-1.c: Fix scalbln prototype.
2856         * gcc.dg/pack-test-4.c (main): Return 0.
2857         * gcc.dg/setjmp-1.c: Remove XFAIL.
2858         * gcc.dg/tree-ssa/20040615-1.c: Pass during dom1.
2859
2860 2004-08-14  Richard Henderson  <rth@redhat.com>
2861
2862         * gcc.dg/980217-1.c: Add prototype for printf.
2863
2864 2004-08-13  Bud Davis  <bdavis9659@comcast.net>
2865
2866         * gfortran.dg/pr16935.f90: New test.
2867
2868 2004-08-13  Janis Johnson  <janis187@us.ibm.com>
2869
2870         * g++.dg/ext/altivec-2.C: Revert previous changes and don't execute.
2871
2872 2004-08-13  Paul Brook  <paul@codesourcery.com>
2873
2874         * gfortran.dg/der_io_1.f90: Remove stray comma.
2875
2876 2004-08-12  Janis Johnson  <janis187@us.ibm.com>
2877
2878         * gcc.dg/vmx/cw-bug-2.c: Remove.
2879         * gcc.dg/vmx/vprint-1.c: Remove.
2880         * gcc.dg/vmx/vscan-1.c: Remove.
2881
2882 2004-08-12  Devang patel  <dpatel@apple.com>
2883
2884         * gcc.dg/darwin-20040809-2.c: New test.
2885
2886 2004-08-12  Janis Johnson  <janis1872us.ibm.com>
2887
2888         * g++.dg/ext/altivec-12.C: New test.
2889
2890         * g++.dg/ext/altivec-11.C: New test.
2891
2892 2004-08-12  Paul Brook  <paul@codesourcery.com>
2893
2894         * g++.dg/abi/arm_cxa_vec_1.C: New test.
2895
2896 2004-08-12  Janis Johnson  <janis187@us.ibm.com>
2897
2898         * g++.dg/ext/altivec-2.C: Check for hardware support before
2899         executing any VMX instructions.
2900
2901         * gcc.dg/vmx/ops-long-2.c: Add dg-error directives.
2902
2903 2004-08-12  Jakub Jelinek  <jakub@redhat.com>
2904
2905         PR c++/16276
2906         * g++.old-deja/g++.other/comdat4.C: New test.
2907         * g++.old-deja/g++.other/comdat4-aux.cc: New.
2908
2909 2004-08-12  Ben Elliston  <bje@au.ibm.com>
2910
2911         PR target/16286
2912         * gcc.dg/pr16286.c: New test.
2913
2914 2004-08-12 Jan Beulich <jbeulich@novell.com>
2915
2916         * g++.dg/ext/asm5.C: New.
2917
2918 2004-08-11  Mark Mitchell  <mark@codesourcery.com>
2919
2920         PR c++/16698
2921         * g++.dg/eh/crash1.C: New test.
2922
2923         PR c++/16717
2924         * g++.dg/ext/construct1.C: New test.
2925
2926 2004-08-11  Mark Mitchell  <mark@codesourcery.com>
2927
2928         PR c++/16853
2929         * g++.dg/init/ptrmem1.C: New test.
2930
2931         PR c++/16618
2932         * g++.dg/parse/offsetof5.C: New test.
2933
2934         PR c++/16870
2935         * g++.dg/template/overload3.C: New test.
2936
2937 2004-08-11  Mark Mitchell  <mark@codesourcery.com>
2938
2939         PR c++/16964
2940         * g++.dg/parse/error16.C: New test.
2941
2942         PR c++/16904
2943         * g++.dg/template/error14.C: New test.
2944
2945         PR c++/16929
2946         * g++.dg/template/error15.C: New test.
2947
2948 2004-08-11  Devang Patel  <dpatel@apple.com>
2949
2950         * gcc.dg/darwin-ld-20040809-1.c: New test.
2951         * gcc.dg/darwin-ld-20040809-2.c: New test.
2952
2953 2004-08-11  Steven G. Kargl  <kargls@comcast.net>
2954
2955         PR fortran/16917
2956         * gfortran.dg/dfloat_1.f90: New test.
2957
2958 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
2959
2960         * gcc.dg/testsuite/gcc.dg/arm-eabi1.c: New test.
2961         * gcc.dg/dll-2.c: Fix dg-require syntax.
2962         * gcc.misc-tests/arm-isr.c (abort): Declare.
2963         (exit): Likewise.
2964
2965 2004-08-10  Mark Mitchell  <mark@codesourcery.com>
2966
2967         PR c++/16971
2968         * g++.dg/parse/crash16.C: New test.
2969
2970 2004-08-10  Roger Sayle  <roger@eyesopen.com>
2971
2972         * gcc.dg/mips-rsqrt-1.c: New test case.
2973         * gcc.dg/mips-rsqrt-2.c: New test case.
2974         * gcc.dg/mips-rsqrt-3.c: New test case.
2975
2976 2004-08-10  Paul Brook  <paul@codesourcery.com>
2977
2978         * gfortran.dg/der_io_1.f90: New test.
2979
2980 2004-08-10  Paul Brook  <paul@codesourcery.com>
2981
2982         PR fortran/16919
2983         * gfortran.dg/der_array_1.f90: New test.
2984
2985 2004-08-09  David Edelsohn  <edelsohn@gnu.org>
2986
2987         * gcc.dg/cpp/assert4.c: _AIX asserts #system(unix).
2988
2989 2004-08-09  Paolo Bonzini  <bonzini@gnu.org>
2990
2991         * gcc.dg/wchar_t-2.c: Fix typo.
2992
2993 2004-08-09  Falk Hueffner  <falk@debian.org>
2994
2995         PR tree-optimization/12517
2996         * gcc.c-torture/compile/pr12517.c: New test.
2997
2998         PR tree-optimization/12578
2999         * gcc.c-torture/compile/pr12578.c: New test.
3000
3001         PR tree-optimization/12899
3002         * gcc.c-torture/compile/pr12899.c: New test.
3003
3004         PR rtl-optimization/14692
3005         * gcc.c-torture/compile/pr14692.c: New test.
3006
3007         PR tree-optimization/16461
3008         * gcc.c-torture/compile/pr16461.c: New test.
3009
3010 2004-08-06  Janne Blomqvist  <jblomqvi@cc.hut.fi>
3011
3012         * gfortran.dg/getenv_1.f90: New test.
3013
3014 2004-08-06  Mark Mitchell  <mark@codesourcery.com>
3015
3016         * gcc.dg/symbian4.c: Expect a 2-byte wchar_t, not a 4-byte
3017         wchar_t.
3018         * gcc.dg/symbian5.c: Test -fno-short-wchar.
3019
3020 2004-08-06  Paul Brook  <paul@codesourcery.com>
3021
3022         * gfortran.dg/ret_array_1.f90: New test.
3023         * gfortran.dg/ret_pointer_1.f90: New test.
3024
3025 2004-08-06  Richard Sandiford  <rsandifo@redhat.com>
3026
3027         * gcc.dg/missing-field-init-[12].c: New tests.
3028         * g++.dg/warn/missing-field-init-[12].C: New tests.
3029
3030 2004-08-06  Mark Mitchell  <mark@codesourcery.com>
3031
3032         * gcc.dg/enum2.c: New test.
3033         * gcc.dg/symbian3.c: Likewise.
3034         * gcc.dg/symbian4.c: Likewise.
3035         * gcc.dg/wchar_t-2.c: Likewise.
3036
3037 2004-08-05  Mark Mitchell  <mark@codesourcery.com>
3038
3039         * g++.dg/ext/visibility/visibility-8.C: Add constructor and
3040         destructor tests.
3041
3042 2004-08-05  Mark Mitchell  <mark@codesourcery.com>
3043
3044         * g++.dg/ext/visibility/assign1.C: Use scan-hidden and
3045         dg-require-visiblity.
3046         * g++.dg/ext/visibility/fvisibility-inlines-hidden.C: Likewise.
3047         * g++.dg/ext/visibility/fvisibility.C: Likewise.
3048         * g++.dg/ext/visibility/memfuncts.C: Likewise.
3049         * g++.dg/ext/visibility/new1.C: Likewise.
3050         * g++.dg/ext/visibility/pragma.C: Likewise.
3051         * g++.dg/ext/visibility/staticmemfuncts.C: Likewise.
3052         * g++.dg/ext/visibility/virtual.C: Likewise.
3053         * g++/dg/ext/visibility/visibility-1.C: Likewise.
3054         * g++/dg/ext/visibility/visibility-2.C: Likewise.
3055         * g++/dg/ext/visibility/visibility-3.C: Likewise.
3056         * g++/dg/ext/visibility/visibility-4.C: Likewise.
3057         * g++/dg/ext/visibility/visibility-5.C: Likewise.
3058         * g++/dg/ext/visibility/visibility-6.C: Likewise.
3059         * g++/dg/ext/visibility/visibility-7.C: Likewise.
3060         * g++/dg/ext/visibility/visibility-8.C: New test.
3061         * gcc.c-torture/compile/dll.x: Remove.
3062         * gcc.dg/dll-2.c: Use dg-require-dll
3063         * gcc.dg/visibility-10.c: New test.
3064         * lib/gcc-dg.exp (dg-require-dll): Add Symbian to list of targets
3065         supporting DLLs.
3066         * testsuite/lib/scanasm.exp (scan_hidden): New function.
3067         (scan_not_hidden): Likewise.
3068
3069 2004-08-05  David Edelsohn  <edelsohn@gnu.org>
3070
3071         * gcc.dg/sh4a-fprun.c: Fix dg-do typo.
3072
3073 2004-08-05  Richard Sandiford  <rsandifo@redhat.com>
3074
3075         * gcc.c-torture/execute/20040805-1.c: New test.
3076
3077 2004-08-04  Andrew Pinski  <pinskia@physics.uc.edu>
3078
3079         * gcc.dg/20020118-1.c: Declare abort.
3080         * gcc.dg/altivec_check.h: Likewise.
3081         * gcc.dg/iftrap-2.c: Likewise.
3082         * gcc.dg/pragma-darwin.c: Likewise.
3083         * gcc.dg/rs6000-ldouble-1.c: Declare abort and exit.
3084
3085 2004-08-04  Geoffrey Keating  <geoffk@apple.com>
3086
3087         * g++.dg/ext/altivec_check.h: Declare exit as extern "C".
3088
3089 2004-08-05  Joseph S. Myers  <jsm@polyomino.org.uk>
3090
3091         * gcc.c-torture/execute/builtins/abs-2.c,
3092         gcc.c-torture/execute/builtins/abs-3.c,
3093         gcc.c-torture/execute/builtins/lib/abs.c, gcc.dg/format/format.h,
3094         gcc.dg/torture/builtin-attr-1.c: Use predefined macros for
3095         intmax_t, uintmax_t and their limits.
3096         * gcc.dg/intmax_t-1.c: New test.
3097
3098 2004-08-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3099
3100         * g++.dg/tc1/dr147.C: Add reference to PR.
3101
3102 2004-08-03  Richard Sandiford  <rsandifo@redhat.com>
3103
3104         * gcc.dg/mips-args-[23].c: Declare abort() and exit().
3105         * gcc.dg/torture/mips-hilo-[12].c: Likewise.
3106
3107 2004-08-03  David Edelsohn  <edelsohn@gnu.org>
3108
3109         * gcc.dg/compat/struct-layout-1.exp: Fix error message typo.
3110
3111 2004-08-03  Joseph S. Myers  <jsm@polyomino.org.uk>
3112
3113         * gcc.dg/redecl-5.c: New test.
3114         * gcc.dg/format/attr-6.c: Expect warning for implicit declaration
3115         of scanf.
3116
3117 2004-08-03  Roger Sayle  <roger@eyesopen.com>
3118
3119         PR middle-end/16790
3120         * gcc.c-torture/execute/pr16790-1.c: New test case.
3121
3122 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
3123
3124         * g++.dg/ext/visibility/assign1.C: New test.
3125         * g++.dg/ext/visibility/new1.C: Likewise.
3126
3127         * gcc.dg/symbian1.c: New test.
3128         * gcc.dg/symbian2.c: Likewise.
3129
3130 2004-08-03  H.J. Lu  <hongjiu.lu@intel.com>
3131
3132         PR target/16570
3133         * gcc.dg/i386-sse-9.c: New test.
3134
3135 2004-08-03  Joseph S. Myers  <jsm@polyomino.org.uk>
3136
3137         * gcc.dg/array-7.c, gcc.dg/c99-tag-2.c: New tests.
3138
3139 2004-08-03  Joseph S. Myers  <jsm@polyomino.org.uk>
3140
3141         * gcc.dg/20001023-1.c, gcc.dg/20001108-1.c, gcc.dg/20001117-1.c,
3142         gcc.dg/20010202-1.c, gcc.dg/20011008-2.c, gcc.dg/20011214-1.c,
3143         gcc.dg/20020201-1.c, gcc.dg/20020312-2.c, gcc.dg/20020426-2.c,
3144         gcc.dg/20030331-2.c, gcc.dg/20030612-1.c, gcc.dg/20030926-1.c,
3145         gcc.dg/20031216-1.c, gcc.dg/20031218-3.c, gcc.dg/20040305-2.c,
3146         gcc.dg/980226-1.c, gcc.dg/Wreturn-type2.c,
3147         gcc.dg/Wunreachable-6.c, gcc.dg/Wunreachable-7.c,
3148         gcc.dg/align-1.c, gcc.dg/builtin-prefetch-1.c,
3149         gcc.dg/builtins-17.c, gcc.dg/builtins-19.c, gcc.dg/builtins-2.c,
3150         gcc.dg/builtins-20.c, gcc.dg/builtins-21.c, gcc.dg/builtins-7.c,
3151         gcc.dg/builtins-8.c, gcc.dg/cpp/19930510-1.c,
3152         gcc.dg/cpp/charconst-3.c, gcc.dg/cpp/charconst-4.c,
3153         gcc.dg/cpp/mi6.c, gcc.dg/cpp/tr-paste.c, gcc.dg/cpp/trad/mi6.c,
3154         gcc.dg/cpp/trad/paste.c, gcc.dg/cpp/trad/strify.c,
3155         gcc.dg/fastmath-1.c, gcc.dg/fshort-wchar.c, gcc.dg/i386-387-7.c,
3156         gcc.dg/i386-387-8.c, gcc.dg/i386-asm-1.c, gcc.dg/i386-cadd.c,
3157         gcc.dg/i386-fpcvt-3.c, gcc.dg/i386-loop-3.c,
3158         gcc.dg/i386-memset-1.c, gcc.dg/loop-2.c, gcc.dg/nest.c,
3159         gcc.dg/noncompile/971104-1.c, gcc.dg/noncompile/990416-1.c,
3160         gcc.dg/noncompile/scope.c, gcc.dg/pack-test-4.c,
3161         gcc.dg/pack-test-5.c, gcc.dg/pch/inline-4.c, gcc.dg/postincr-1.c,
3162         gcc.dg/pr10392-1.c, gcc.dg/pragma-align.c,
3163         gcc.dg/profile-generate-1.c, gcc.dg/sibcall-1.c,
3164         gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c, gcc.dg/sibcall-4.c,
3165         gcc.dg/sibcall-5.c, gcc.dg/sibcall-6.c, gcc.dg/switch-warn-1.c,
3166         gcc.dg/switch-warn-2.c, gcc.dg/torture/builtin-attr-1.c,
3167         gcc.dg/torture/builtin-math-1.c, gcc.dg/torture/builtin-noret-2.c,
3168         gcc.dg/trampoline-1.c, gcc.dg/tree-ssa/20030703-1.c,
3169         gcc.dg/tree-ssa/20030703-2.c, gcc.dg/tree-ssa/20030708-1.c,
3170         gcc.dg/tree-ssa/20030709-3.c, gcc.dg/tree-ssa/20030710-1.c,
3171         gcc.dg/tree-ssa/20030711-1.c, gcc.dg/tree-ssa/20030729-1.c,
3172         gcc.dg/tree-ssa/20030730-1.c, gcc.dg/tree-ssa/20030730-2.c,
3173         gcc.dg/tree-ssa/20030731-1.c, gcc.dg/tree-ssa/20030807-11.c,
3174         gcc.dg/tree-ssa/20030807-2.c, gcc.dg/tree-ssa/20030807-5.c,
3175         gcc.dg/tree-ssa/20030807-7.c, gcc.dg/tree-ssa/20030808-1.c,
3176         gcc.dg/tree-ssa/20030814-1.c, gcc.dg/tree-ssa/20030814-2.c,
3177         gcc.dg/tree-ssa/20030814-3.c, gcc.dg/tree-ssa/20030814-4.c,
3178         gcc.dg/tree-ssa/20030814-5.c, gcc.dg/tree-ssa/20030814-6.c,
3179         gcc.dg/tree-ssa/20030814-7.c, gcc.dg/tree-ssa/20030815-1.c,
3180         gcc.dg/tree-ssa/20030907-1.c, gcc.dg/tree-ssa/20030917-3.c,
3181         gcc.dg/tree-ssa/20030922-1.c, gcc.dg/tree-ssa/20031113-1.c,
3182         gcc.dg/tree-ssa/20040121-1.c, gcc.dg/tree-ssa/20040319-1.c,
3183         gcc.dg/tree-ssa/20040324-1.c, gcc.dg/tree-ssa/20040326-1.c,
3184         gcc.dg/tree-ssa/20040326-2.c, gcc.dg/tree-ssa/20040517-1.c,
3185         gcc.dg/tree-ssa/ssa-ccp-10.c, gcc.dg/tree-ssa/ssa-pre-1.c,
3186         gcc.dg/tree-ssa/tailcall-1.c, gcc.dg/tree-ssa/tailrecursion-5.c,
3187         gcc.dg/ultrasp3.c, gcc.dg/winline-7.c, gcc.misc-tests/bprob-1.c,
3188         gcc.misc-tests/bprob-2.c, gcc.misc-tests/gcov-3.c,
3189         gcc.misc-tests/gcov-4.c, gcc.misc-tests/gcov-4b.c,
3190         gcc.misc-tests/gcov-6.c, gcc.misc-tests/gcov-7.c,
3191         gcc.misc-tests/i386-pf-3dnow-1.c,
3192         gcc.misc-tests/i386-pf-athlon-1.c,
3193         gcc.misc-tests/i386-pf-none-1.c, gcc.misc-tests/i386-pf-sse-1.c,
3194         objc.dg/nested-func-1.m, objc.dg/special/unclaimed-category-1.m:
3195         Declare built-in functions used.
3196         * gcc.dg/torture/builtin-attr-1.c (nexttoward): Use FPTEST2ARG2.
3197
3198 2004-08-02  Mark Mitchell  <mark@codesourcery.com>
3199
3200         PR c++/16707
3201         * g++.dg/lookup/using12.C: New test.
3202
3203         * g++.dg/init/null1.C: Fix PR number.
3204         * g++.dg/parse/namespace10.C: Likewise.
3205
3206 2004-08-01  Mark Mitchell  <mark@codesourcery.com>
3207
3208         PR c++/16224
3209         * g++.dg/template/spec17.C: New test.
3210         * g++.old-deja/g++.ns/template13.C: Remove XFAIL.
3211         * g++.old-deja/g++.pt/lookup10.C: Add dg-error marker.
3212
3213 2004-08-02  David Billinghurst
3214
3215         PR fortran/16292
3216         * gfortran.dg/g77/cabs.f: xfail on mips-sgi-irix6*
3217
3218 2004-08-01  Zack Weinberg  <zack@codesourcery.com>
3219
3220         * gcc.dg/ia64-got-1.c: New test case.
3221
3222 2004-08-01  Mark Mitchell  <mark@codesourcery.com>
3223
3224         PR c++/16489
3225         * g++.dg/init/null1.C: New test.
3226         * g++.dg/tc1/dr76.C: Adjust error marker.
3227
3228         PR c++/16529
3229         * g++.dg/parse/namespace10.C: New test.
3230
3231         PR c++/16810
3232         * g++.dg/inherit/ptrmem2.C: New test.
3233
3234 2004-08-02  Ben Elliston  <bje@au.ibm.com>
3235
3236         PR target/16155
3237         * gcc.dg/pr16155.c: New test.
3238
3239 2004-07-31  Joseph S. Myers  <jsm@polyomino.org.uk>
3240
3241         * gcc.dg/redecl-2.c: New test.
3242
3243 2004-07-30  Geoffrey Keating  <geoffk@apple.com>
3244
3245         * gcc.dg/darwin-longdouble.c: New file.
3246
3247 2004-07-30  Richard Henderson  <rth@redhat.com>
3248
3249         * gfortran.fortran-torture/execute/intrinsic_rrspacing.f90: Fix
3250         write to constant argument.
3251         * gfortran.fortran-torture/execute/intrinsic_scale.f90: Likewise.
3252
3253 2004-07-30  Richard Henderson  <rth@redhat.com>
3254
3255         * gfortran.fortran-torture/execute/intrinsic_nearest.f90: Disable
3256         tests of nearest around zero.
3257
3258 2004-07-30  Andrew Pinski  <apinski@apple.com>
3259
3260         * gcc.c-torture/compile/20040730-1.c: New test.
3261
3262 2004-07-30  Aldy Hernandez  <aldyh@redhat.com>
3263
3264         * gcc.dg/vmx/vmx.exp: Explain why we skip tests for
3265         powerpc-eabispe.
3266
3267 2004-07-30  Aldy Hernandez  <aldyh@redhat.com>
3268
3269         * gcc.dg/vmx/vmx.exp: Disable tests for eabispe.
3270
3271 2004-07-30  Richard Sandiford  <rsandifo@redhat.com>
3272
3273         * lib/g++.exp (g++_link_flags): Check whether LD_LIBRARY_PATH already
3274         contains $ld_library_path.
3275         * lib/gfortran.exp (gfortran_link_flags): Likewise.
3276
3277 2004-07-29  Richard Henderson  <rth@redhat.com>
3278
3279         * g++.dg/template/sizeof8.C: Don't assume 32bit pointers.
3280
3281         * g++.dg/ext/stmtexpr2.C (alt1): Rename from expected.
3282         (alt2, which): New.
3283         (Check): Accept either alternative.
3284
3285 2004-07-29  Mark Mitchell  <mark@codesourcery.com>
3286
3287         * g++.dg/abi/inline1.C: New test.
3288         * g++.dg/abi/local1-a.cc: Likewise.
3289         * g++.dg/abi/local1.C: Likewise.
3290         * g++.dg/abi/mangle11.C: Tweak location of warnings.
3291         * g++.dg/abi/mangle12.C: Likewise.
3292         * g++.dg/abi/mangle17.C: Likewise.
3293         * g++.dg/abi/mangle20-2.C: Likewise.
3294         * g++.dg/opt/interface1.C: Likewise.
3295         * g++.dg/opt/interface1.h: Likewise.
3296         * g++.dg/opt/interface1-a.cc: New test.
3297         * g++.dg/parse/repo1.C: New test.
3298         * g++.dg/template/repo1.C: Likewise.
3299         * g++.dg/warn/Winline-1.C: Likewise.
3300         * lib/gcc-dg.exp (gcc-dg-test-1): Fix -frepo handling.
3301
3302 2004-07-29  Diego Novillo  <dnovillo@redhat.com>
3303
3304         * gcc.dg/tree-ssa/20040729-1.c: New test.
3305
3306 2004-07-27  Matt Austern <austern@apple.com>
3307
3308         * gcc.dg/darwin-bool-1.c: New test.
3309         * gcc.dg/darwin-bool-2.c: New test.
3310
3311 2004-07-28  Richard Henderson  <rth@redhat.com>
3312
3313         * gfortran.fortran-torture/execute/intrinsic_spacing.f90: Pass
3314         arguments in the correct type.  Don't write to constant arguments.
3315
3316 2004-07-28  Diego Novillo  <dnovillo@redhat.com>
3317
3318         PR tree-optimization/16688
3319         PR tree-optimization/16689
3320         * g++.dg/tree-ssa/pr16688.C: New test.
3321
3322 2004-07-28  Diego Novillo  <dnovillo@redhat.com>
3323
3324         * gcc.dg/tree-ssa/20031022-1.c: Adjust number of expected
3325         loads.  Not only in the comment, this time.
3326
3327 2004-07-28  Alexandre Oliva  <aoliva@redhat.com>
3328
3329         2003-07-06  Alexandre Oliva  <aoliva@redhat.com>
3330         * gcc.dg/sh4a-memmovua.c: Tweak regular expression.
3331         2003-07-01  Alexandre Oliva  <aoliva@redhat.com>
3332         * gcc.dg/sh4a-bitmovua.c: New.
3333         * gcc.dg/sh4a-cos.c: New.
3334         * gcc.dg/sh4a-cosf.c: New.
3335         * gcc.dg/sh4a-fprun.c: New.
3336         * gcc.dg/sh4a-fsrra.c: New.
3337         * gcc.dg/sh4a-memmovua.c: New.
3338         * gcc.dg/sh4a-sin.c: New.
3339         * gcc.dg/sh4a-sincos.c: New.
3340         * gcc.dg/sh4a-sincosf.c: New.
3341         * gcc.dg/sh4a-sinf.c: New.
3342
3343 2004-07-28  Diego Novillo  <dnovillo@redhat.com>
3344
3345         * gcc.dg/tree-ssa/20030714-2.c: Adjust number of expected
3346         conditionals.
3347         * gcc.dg/tree-ssa/20031022-1.c: Adjust number of expected
3348         loads.
3349         * gcc.dg/tree-ssa/ssa-dom-cse-1.c: Expect optimization in
3350         DOM1.
3351
3352 2004-07-27  Andrew Pinski  <apinski@apple.com>
3353
3354         * g++.dg/rtti/tinfo1.C: Correct the xfail.
3355
3356 2004-07-27  Nitin Yewale <nitiny@kpitcummins.com>
3357
3358         * gcc.dg/pragma-isr.c: New test.
3359
3360 2004-07-27  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3361
3362         PR c++/14429
3363         * g++.dg/template/ttp11.C: New test.
3364
3365 2004-07-27  Diego Novillo  <dnovillo@redhat.com>
3366
3367         * gcc.c-torture/compile/20040727-1.c: New test.
3368
3369 2004-07-26  Eric Christopher  <echristo@redhat.com>
3370
3371         * gcc.c-torture/compile/20040726-2.c: New test.
3372
3373 2004-07-26  Andrew Pinski  <apinski@apple.com>
3374
3375         * g++.dg/rtti/tinfo1.C: Xfail.
3376
3377 2004-07-26  Richard Sandiford  <rsandifo@redhat.com>
3378
3379         * gcc.c-torture/compile/20040726-1.c: New test.
3380
3381 2004-07-26  Niall Douglas  <s_fsfeurope2@nedprod.com>
3382             Brian Ryner  <bryner@brianryner.com>
3383
3384         PR c++/9283
3385         PR c++/15000
3386         * gcc.dg/visibility-9.c, gcc.dg/visibility-a.c: New tests.
3387         * g++.dg/ext/visibility/: New directory.
3388         * g++.dg/ext/visibility-1.C, g++.dg/ext/visibility-2.C
3389         g++.dg/ext/visibility-3.C, g++.dg/ext/visibility-4.C,
3390         g++.dg/ext/visibility-5.C, g++.dg/ext/visibility-6.C,
3391         g++.dg/ext/visibility-7.C: Move to g++.dg/ext/visibility/.
3392         * g++.dg/ext/visibility/fvisibility.C,
3393         g++.dg/ext/visibility/fvisibility-inlines-hidden.C,
3394         g++.dg/ext/visibility/fvisibility-override1.C
3395         g++.dg/ext/visibility/fvisibility-override2.C
3396         g++.dg/ext/visibility/memfuncts.C
3397         g++.dg/ext/visibility/noPLT.C
3398         g++.dg/ext/visibility/pragma.C
3399         g++.dg/ext/visibility/pragma-override1.C
3400         g++.dg/ext/visibility/pragma-override2.C
3401         g++.dg/ext/visibility/staticmemfuncts.C
3402         g++.dg/ext/visibility/virtual.C: New tests.
3403
3404 2004-07-25  Joseph S. Myers  <jsm@polyomino.org.uk>
3405
3406         PR c/15360
3407         * gcc.dg/pr15360-1.c: New test.
3408
3409 2004-07-25  Daniel Jacobowitz  <dan@debian.org>
3410
3411         * gcc.dg/pragma-align-2.c: New test.
3412         * gcc.dg/pragma-init-fini.c: New test.
3413         * gcc.dg/pragma-align.c: Change from compile to run.  Run on Solaris
3414         targets.
3415
3416 2004-07-25  Joseph S. Myers  <jsm@polyomino.org.uk>
3417
3418         * gcc.dg/init-string-2.c: New test.
3419
3420 2004-07-24  Zack Weinberg  <zack@codesourcery.com>
3421
3422         PR 16684
3423         * gcc.dg/Wredundant-decls-1.c: New test case.
3424
3425 2004-07-24  Jakub Jelinek  <jakub@redhat.com>
3426
3427         * README.compat: Add RUN_ALL_COMPAT_TESTS documentation.
3428         * lib/compat.exp: Replace ^$tmpdir/? in testcase names with tmpdir-.
3429         * gcc.dg/compat/struct-layout-1.exp: New testsuite driver.
3430         * gcc.dg/compat/struct-layout-1_generate.c: New testcase generator.
3431         * gcc.dg/compat/generate-random.c: New file.
3432         * gcc.dg/compat/generate-random.h: Likewise.
3433         * gcc.dg/compat/generate-random_r.c: Likewise.
3434         * gcc.dg/compat/struct-layout-1.h: Likewise.
3435         * gcc.dg/compat/struct-layout-1_x1.h: Likewise.
3436         * gcc.dg/compat/struct-layout-1_x2.h: Likewise.
3437         * gcc.dg/compat/struct-layout-1_y1.h: Likewise.
3438         * gcc.dg/compat/struct-layout-1_y2.h: Likewise.
3439         * gcc.dg/compat/struct-layout-1_main.c: New test.
3440         * gcc.dg/compat/struct-layout-1_x.c: New file.
3441         * gcc.dg/compat/struct-layout-1_y.c: New file.
3442         * gcc.dg/compat/struct-layout-1_test.h: New file.
3443
3444 2004-07-23  Joseph S. Myers  <jsm@polyomino.org.uk>
3445
3446         * gcc.dg/comp-return-1.c: New test
3447
3448 2004-07-23  Janis Johnson  <janis187@us.ibm.com>
3449
3450         * gcc.dg/vmx/8-02a.c: Fix typo.
3451
3452         * gcc.dg/vmx/varargs-4.c: Remove a Darwin-specific check.
3453         * gcc.dg/darwin-abi-3.c: New test.
3454
3455         * gcc.dg/vmx/debug-1.c: Use int, not long, in union with vector.
3456         * gcc.dg/vmx/varargs-1.c: Use int, not long, in union with vector.
3457
3458         * gcc.dg/vmx/ops.c: Remove checks using pointers to long.
3459         * gcc.dg/vmx/ops-long-1.c: New test.
3460         * gcc.dg/vmx/ops-long-2.c: New test.
3461
3462 2004-07-23  Nathan Sidwell  <nathan@codesourcery.com>
3463
3464         * g++.dg/lookup/conv-[1234].C: New.
3465
3466 2004-07-22  Mark Mitchell  <mark@codesourcery.com>
3467
3468         * g++.dg/parse/attr2.C: Simplify.
3469
3470 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
3471
3472         PR c/7284
3473         * gcc.c-torture/execute/pr7284-1.c: New test.
3474
3475 2004-07-22  Brian Booth  <bbooth@redhat.com>
3476
3477         * gcc.dg/tree-ssa/20040721-1.c: New test.
3478
3479 2004-07-22  Nathan Sidwell  <nathan@codesourcery.com>
3480
3481         * g++.dg/template/crash20.c: New.
3482
3483 2004-07-22  David Billinghurst (David.Billinghurst@riotinto.com)
3484
3485         * gfortran.dg/g77/970625-2.f Copy from g77.f-torture/execute.
3486         Add dg-run directive.  Declare variables as required.
3487         * gfortran.dg/g77/README: Update
3488
3489 2004-07-22  Hans-Peter Nilsson  <hp@axis.com>
3490
3491         * gcc.dg/cris-peep2-xsrand.c, gcc.dg/cris-peep2-andu1.c,
3492         gcc.dg/cris-peep2-andu2.c: New tests.
3493
3494 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
3495
3496         PR c/15052
3497         * gcc.dg/noreturn-5.c: Test qualifiers on function type instead of
3498         on return type.
3499         * gcc.dg/qual-return-1.c: Use -Wreturn-type.  Update expected
3500         messages.
3501         * gcc.dg/qual-return-2.c: Update expected messages.
3502         * gcc.dg/qual-return-3.c, gcc.dg/qual-return-4.c: New tests.
3503
3504 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
3505
3506         * gcc.dg/c99-init-3.c, gcc.dg/gnu99-init-2.c: New tests.
3507         * gcc.dg/noncompile/921102-1.c: Update expected error message.
3508
3509 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
3510
3511         PR c/11250
3512         * gcc.dg/init-string-1.c: New test.
3513
3514 2004-07-21  Jakub Jelinek  <jakub@redhat.com>
3515
3516         PR middle-end/15345
3517         PR c/16450
3518         * gcc.dg/torture/nested-fn-1.c: New test.
3519
3520 2004-07-20  H.J. Lu  <hongjiu.lu@intel.com>
3521
3522         PR target/16559
3523         * gcc.dg/ia64-fptr-1.c: New file.
3524
3525 2004-07-21  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3526
3527         PR c++/14497
3528         * g++.dg/template/spec16.C: New test.
3529         * g++.old-deja/g++.robertl/eb118.C: Remove.
3530
3531 2004-07-21  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3532
3533         PR c++/509
3534         * g++.dg/template/spec15.C: New test.
3535
3536 2004-07-21  David Billinghurst (David.Billinghurst@riotinto.com)
3537
3538         Copy cases from g77.f-torture/execute and add dg-run
3539         directive.  Other changes as noted.
3540         * gfortran.dg/g77/13037.f
3541         * gfortran.dg/g77/1832.f
3542         * gfortran.dg/g77/19981119-0.f
3543         * gfortran.dg/g77/19990313-0.f
3544         * gfortran.dg/g77/19990313-1.f
3545         * gfortran.dg/g77/19990313-2.f
3546         * gfortran.dg/g77/19990313-3.f
3547         * gfortran.dg/g77/19990419-1.f
3548         * gfortran.dg/g77/19990826-0.f
3549         * gfortran.dg/g77/19990826-2.f
3550         * gfortran.dg/g77/20000503-1.f
3551         * gfortran.dg/g77/20001111.f
3552         * gfortran.dg/g77/20010116.f
3553         * gfortran.dg/g77/20010426-1.f: Renamed from 20010426-1.f
3554         * gfortran.dg/g77/20010430.f
3555         * gfortran.dg/g77/6177.f
3556         * gfortran.dg/g77/947.f
3557         * gfortran.dg/g77/970816-3.f
3558         * gfortran.dg/g77/971102-1.f
3559         * gfortran.dg/g77/980520-1.f
3560         * gfortran.dg/g77/980628-0.f
3561         * gfortran.dg/g77/980628-1.f
3562         * gfortran.dg/g77/980628-10.f
3563         * gfortran.dg/g77/980628-2.f
3564         * gfortran.dg/g77/980628-3.f
3565         * gfortran.dg/g77/980628-7.f
3566         * gfortran.dg/g77/980628-8.f
3567         * gfortran.dg/g77/980628-9.f
3568         * gfortran.dg/g77/980701-0.f
3569         * gfortran.dg/g77/980701-1.f
3570         * gfortran.dg/g77/cabs.f
3571         * gfortran.dg/g77/claus.f
3572         * gfortran.dg/g77/complex_1.f
3573         * gfortran.dg/g77/cpp3.F: Renamed from cpp3.F
3574         * gfortran.dg/g77/dcomplex.f
3575         * gfortran.dg/g77/dnrm2.f: Add dg-warnings as required.
3576         * gfortran.dg/g77/f90-intrinsic-mathematical.f
3577         * gfortran.dg/g77/f90-intrinsic-numeric.f
3578         * gfortran.dg/g77/int8421.f
3579         * gfortran.dg/g77/labug1.f
3580         * gfortran.dg/g77/large_vec.f
3581         * gfortran.dg/g77/le.f
3582         * gfortran.dg/g77/short.f
3583         * gfortran.dg/g77/README: Update
3584
3585 2004-07-20  Mark Mitchell  <mark@codesourcery.com>
3586
3587         PR c++/16637
3588         * g++.dg/parse/lookup4.C: New test.
3589
3590 2004-07-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3591
3592         PR c++/16175
3593         * g++.dg/template/ttp10.C: New test.
3594
3595 2004-07-20  Joseph S. Myers  <jsm@polyomino.org.uk>
3596
3597         * gcc.dg/pr12625-1.c: New test.
3598
3599 2004-07-20  Steven Bosscher  <stevenb@suse.de>
3600
3601         * testsuite/gcc.dg/switch-warn-1.c: New test.
3602         * testsuite/gcc.dg/switch-warn-2.c: New test.
3603         * gcc.c-torture/compile/pr14730.c: Update.
3604
3605 2004-07-19  Kelley Cook  <kcook@gcc.gnu.org>
3606
3607         * g++.dg/lookup/java1.C, g++.dg/lookup/java2.C, g++.dg/other/crash-2.C,
3608         g++.dg/parse/casting-operator2.C, g++.dg/parse/dtor3.C,
3609         g++.dg/parse/typename6.C, g++.dg/template/dependent-expr4.C,
3610         g++.dg/template/nontype3.C: Remove trailing CR from tests.
3611
3612 2004-07-18  Mark Mitchell  <mark@codesourcery.com>
3613
3614         PR c++/16623
3615         * g++.dg/template/assign1.C: New test.
3616
3617 2004-07-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3618
3619         PR c++/12170
3620         * g++.dg/template/ttp9.C: New test.
3621
3622 2004-07-19  Daniel Jacobowitz  <dan@debian.org>
3623
3624         * gcc.dg/format/cmn-err-1.c: New test.
3625
3626 2004-07-19  Joseph S. Myers  <jsm@polyomino.org.uk>
3627
3628         * g++.dg/warn/Wparentheses-1.C, g++.dg/warn/Wparentheses-2.C,
3629         gcc.dg/Wparentheses-10.c: New tests.
3630         * gcc.dg/Wparentheses-5.c: Remove XFAILs.
3631
3632 2004-07-18  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3633
3634         PR fortran/16465
3635         * gfortran.dg/g77//ffixed-line-length-0.f,
3636         gfortran.dg/g77/ffixed-line-length-132.f,
3637         gfortran.dg/g77/ffixed-line-length-72.f,
3638         gfortran.dg/g77/ffixed-line-length-none.f: Copy from g77.dg.
3639         gfortran.dg/g77/README: Update.
3640
3641 2004-07-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3642
3643         PR c++/13092
3644         * g++.dg/template/non-dependent7.C: New test.
3645         * g++.dg/template/non-dependent8.C: Likewise.
3646         * g++.dg/template/non-dependent9.C: Likewise.
3647         * g++.dg/template/non-dependent10.C: Likewise.
3648
3649 2004-07-17  Mark Mitchell  <mark@codesourcery.com>
3650
3651         PR c++/16337
3652         * g++.dg/parse/attr2.C: New test.
3653
3654 2004-07-17  Toon Moene  <toon@moene.indiv.nluug.nl>
3655
3656         * g77.dg: Removed.
3657         * g77.f-torture: Ditto.
3658
3659 2004-07-17  Joseph S. Myers  <jsm@polyomino.org.uk>
3660
3661         * gcc.dg/Wparentheses-2.c, gcc.dg/Wparentheses-3.c,
3662         gcc.dg/Wparentheses-4.c, Wparentheses-5.c, Wparentheses-6.c,
3663         Wparentheses-7.c, Wparentheses-8.c, Wparentheses-9.c: New tests.
3664
3665 2004-07-16  Richard Henderson  <rth@redhat.com>
3666
3667         * gcc.c-torture/compile/20020210-1.c: Remove XFAIL.
3668
3669 2004-07-16  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3670
3671         * lib/fortran-torture.exp (fortran-torture): Don't test compile
3672         tests with full list of options.
3673         * lib/gfortran-dg.exp (gfortran-dg-runtest): Only test with all
3674         of TORTURE_OPTIONS if test contains 'dg-do run'.
3675
3676         PR fortran/16404
3677         * gfortran.dg/do_iterator.f90: New test.
3678
3679 2004-07-16  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3680
3681         PR rtl-optimization/16536
3682         * gcc.c-torture/execute/restrict-1.c: New test.
3683
3684 2004-07-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3685
3686         PR fortran/15324
3687         * gfortran.dg/pr15324.f90: New test.
3688
3689         PR fortran/15129
3690         * gfortran.dg/pr15129.f90: New test.
3691
3692         PR fortran/15140
3693         * gfortran.dg/pr15140.f90: New test.
3694
3695         PR fortran/13792
3696         * gfortran.fortran-torture/execute/bounds.f90: Add check for
3697         compile-time simplification.
3698
3699 2004-07-14  Mike Stump  <mrs@apple.com>
3700
3701         * gcc.dg/20020426-2.c: Improve type safety wrt unsignedness.
3702
3703 2004-07-14  James E Wilson  <wilson@specifixinc.com>
3704
3705         PR target/16325
3706         * gcc.dg/profile-generate-1.c: New.
3707
3708 2004-07-15  Jakub Jelinek  <jakub@redhat.com>
3709
3710         * gcc.c-torture/execute/20040709-1.c: New test.
3711         * gcc.c-torture/execute/20040709-2.c: New test.
3712
3713 2004-07-14  Mike Stump  <mrs@apple.com>
3714
3715         * gcc.dg/wint_t-1.c: Expect to pass on darwin 10.3.x and later.
3716
3717 2004-07-14  Mike Stump  <mrs@apple.com>
3718
3719         * gcc.dg/wchar_t-1.c: Expect to pass on darwin 10.3.x and later.
3720
3721 2004-07-13  Mark Mitchell  <mark@codesourcery.com>
3722
3723         PR c++/16518
3724         * g++.dg/parse/mutable1.C: New test.
3725
3726 2004-07-13  Diego Novillo  <dnovillo@redhat.com>
3727
3728         PR tree-optimization/16443
3729         * gcc.dg/tree-ssa/20040713-1.c: New test.
3730
3731 2004-07-15  Ulrich Weigand  <uweigand@de.ibm.com>
3732
3733         * g++.dg/lookup/new2.C: Use first operand of type __SIZE_TYPE__
3734         for operator new.
3735
3736 2004-07-13  David Billinghurst <David.Billinghurst@riotinto.com>
3737
3738         * gfortran.dg/g77/README: New file
3739         * gfortran.dg/g77/19981216-0.f:  Copy from
3740         g77.f-torture/noncompile.  Add "dg-do compile" and
3741         dg-error as required.
3742         * gfortran.dg/g77/19990218-1.f: Likewise
3743         * gfortran.dg/g77/19990905-1.f: Likewise
3744         * gfortran.dg/g77/9263.f: Likewise
3745         * gfortran.dg/g77/980615-0.f: Likewise
3746         * gfortran.dg/g77/980616-0.f: Likewise
3747         * gfortran.dg/g77/check0.f: Likewise
3748         * gfortran.dg/g77/select_no_compile.f: Likewise
3749
3750 2004-07-13  David Billinghurst <David.Billinghurst@riotinto.com>
3751
3752         Copy files from g77.f-torture/compile.
3753         Add "{ dg-do compile}".  Other changes as noted
3754         * gfortran.dg/g77/19990905-0.f: XFAIL PR 16511
3755         * gfortran.dg/g77/20010519-1.f: Add dg-warning as required
3756         * gfortran.dg/g77/20030115-1.f: Add dg-warning as required
3757         * gfortran.dg/g77/20030326-1.f: XFAIL PR 16511
3758         * gfortran.dg/g77/970125-0.f: Add dg-excess-errors.
3759         * gfortran.dg/g77/980519-2.f: Declare hd_S,hd_Z,hd_T
3760         * gfortran.dg/g77/990115-1.f: Declare RANK as INTEGER
3761         * gfortran.dg/g77/alpha1.f: Separate declaration and DATA
3762         statement to conform to standard.  Append alpha1.x for reference.
3763         * gfortran.dg/g77/xformat.f: Add dg-warning
3764
3765 2004-07-13  David Billinghurst <David.Billinghurst@riotinto.com>
3766
3767         * gfortran.dg/g77/cpp.F: Copy from g77.f-torture/compile.
3768         Add {dg-do compile} directive.
3769         * gfortran.dg/g77/cpp2.F: Likewise
3770
3771 2004-07-12  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3772
3773         PR c++/5402
3774         * g++.dg/lookup/name-clash1.C: New test.
3775
3776         PR c++/9777
3777         * g++.dg/lookup/name-clash2.C: New test.
3778
3779         PR c++/12102
3780         * g++.dg/lookup/name-clash3.C: New test.
3781
3782 2004-07-12  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3783
3784         * g++.dg/lookup/new2.C: New test.
3785         * g++.old-deja/g++.ns/new1.C: Remove (ill-formed).
3786
3787 2004-07-12  David Billinghurst <David.Billinghurst@riotinto.com>
3788
3789         * gfortran.dg/g77/12002.f: Copy from g77.f-torture/compile.
3790         Add {dg-do compile} directive.
3791         * gfortran.dg/g77/13060.f: Likewise
3792         * gfortran.dg/g77/19990218-0.f: Likewise
3793         * gfortran.dg/g77/19990305-0.f: Likewise
3794         * gfortran.dg/g77/19990419-0.f: Likewise
3795         * gfortran.dg/g77/19990502-0.f: Likewise
3796         * gfortran.dg/g77/19990502-1.f: Likewise
3797         * gfortran.dg/g77/19990525-0.f: Likewise
3798         * gfortran.dg/g77/19990826-1.f: Likewise
3799         * gfortran.dg/g77/19990826-3.f: Likewise
3800         * gfortran.dg/g77/19990905-2.f: Likewise
3801         * gfortran.dg/g77/20000412-1.f: Likewise
3802         * gfortran.dg/g77/20000511-1.f: Likewise
3803         * gfortran.dg/g77/20000511-2.f: Likewise
3804         * gfortran.dg/g77/20000518.f: Likewise
3805         * gfortran.dg/g77/20000601-1.f: Likewise
3806         * gfortran.dg/g77/20000601-2.f: Likewise
3807         * gfortran.dg/g77/20000629-1.f: Likewise
3808         * gfortran.dg/g77/20000630-2.f: Likewise
3809         * gfortran.dg/g77/20010115.f: Likewise
3810         * gfortran.dg/g77/20010321-1.f: Likewise
3811         * gfortran.dg/g77/20010426.f: Likewise
3812         * gfortran.dg/g77/20020307-1.f: Likewise
3813         * gfortran.dg/g77/8485.f: Likewise
3814         * gfortran.dg/g77/960317-1.f: Likewise
3815         * gfortran.dg/g77/970915-0.f: Likewise
3816         * gfortran.dg/g77/980310-1.f: Likewise
3817         * gfortran.dg/g77/980310-2.f: Likewise
3818         * gfortran.dg/g77/980310-3.f: Likewise
3819         * gfortran.dg/g77/980310-4.f: Likewise
3820         * gfortran.dg/g77/980310-6.f: Likewise
3821         * gfortran.dg/g77/980310-7.f: Likewise
3822         * gfortran.dg/g77/980310-8.f: Likewise
3823         * gfortran.dg/g77/980419-2.f: Likewise
3824         * gfortran.dg/g77/980424-0.f: Likewise
3825         * gfortran.dg/g77/980427-0.f: Likewise
3826         * gfortran.dg/g77/980729-0.f: Likewise
3827         * gfortran.dg/g77/981117-1.f: Likewise
3828         * gfortran.dg/g77/toon_1.f: Likewise
3829
3830 2004-07-12  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3831
3832         PR c++/2204
3833         * g++.dg/other/abstract2.C: New test.
3834
3835 2004-07-12  Paul Brook  <paul@codesourcery.com>
3836
3837         * gfortran.dg/pointer_init_1.f90: New test.
3838
3839 2004-07-11  Paul Brook  <paul@codesourcery.com>
3840
3841         PR fortran/15986
3842         * gfortran.dg/contained_1.f90: New test.
3843
3844 2004-07-11  Mark Mitchell  <mark@codesourcery.com>
3845
3846         * g++.dg/parse/defarg8.C: New test.
3847
3848 2004-07-11  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3849
3850         PR fortran/16433
3851         * gfortran.dg/pr16433.f: New test.
3852
3853         PR fortran/17574
3854         * gfortran.dg/pr15754.f90: New test.
3855
3856 2004-07-11  Joseph S. Myers  <jsm@polyomino.org.uk>
3857
3858         PR tree-optimization/16437
3859         * gcc.c-torture/execute/bitfld-4.c: New test.
3860
3861 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3862
3863         * gfortran.fortran-torture/execute/common_2.f90: Add check for
3864         access to common var from module.
3865
3866 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3867
3868         PR fortran/16336
3869         * gfortran.fortran-torture/execute/common_2.f90: New test.
3870
3871 2004-07-10  Paul Brook  <paul@codesourcery.com>
3872
3873         * gfortran.fortran-torture/execute/der_init_5.f90: Enable more tests.
3874
3875 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3876
3877         PR fortran/15969
3878         * gfortran.fortran-torture/execute/der_init_5.f90: New test.
3879
3880 2004-07-10  David Billinghurst <David.Billinghurst@riotinto.com>
3881
3882         * gfortran.dg/g77/ffixed-form-1.f: Copy from g77.dg
3883         * gfortran.dg/g77/ffixed-form-2.f: Likewise
3884         * gfortran.dg/g77/ffree-form-1.f: Likewise
3885         * gfortran.dg/g77/ffree-form-2.f: Likewise
3886         * gfortran.dg/g77/ffree-form-3.f: Likewise
3887         * gfortran.dg/g77/fno-underscoring.f: Likewise
3888         * gfortran.dg/g77/funderscoring.f: Likewise
3889         * gfortran.dg/g77/pr9258.f: Likewise.  Add dg-warning lines.
3890
3891 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3892
3893         * gfortran.fortran-torture/execute/module_init_1.f90: Fix test.
3894
3895 2004-07-10 Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3896         Paul Brook  <paul@codesourcery.com>
3897
3898         PR fortran/13415
3899         * gfortran.dg/common_pointer_1.f90: New test.
3900
3901 2004-07-10  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3902
3903         * g++.dg/lookup/new1.C: Fix dg-excess-error syntax.
3904
3905 2004-07-09  James E Wilson  <wilson@specifixinc.com>
3906
3907         PR target/16364
3908         * gcc.c-torture/compile/20040709-1.c: New.
3909
3910 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3911
3912         PR fortran/14077
3913         * gfortran.fortran-torture/execute/module_init_1.f90: New test.
3914
3915 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3916
3917         PR fortran/13201
3918         * gfortran.dg/shape_1.f90: New test.
3919
3920 2004-07-09  Zack Weinberg  <zack@codesourcery.com>
3921             Andrew Pinski  <apinski@apple.com>
3922
3923         * gcc.dg/noncompile/init-4.c: Remove bogus dg-error marker.
3924
3925 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3926
3927         * gfortran.fortran-torture/compile/name_clash2.f90: Remove outdated
3928         comment.
3929
3930 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3931         Paul Brook  <paul@codesourcery.com>
3932
3933         * gfortran.dg/dg.exp: Use revised wilcard for suffixes, also allow
3934         '.f95' and '.F95'.
3935
3936 2004-07-09  Diego Novillo  <dnovillo@redhat.com>
3937
3938         * gcc.dg/tree-ssa/20031015-1.c: Adjust expected dump file name.
3939
3940 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3941
3942         * gfortran.dg/dg.exp: Don't use wildcard for suffixes, also check
3943         testcases with capital suffix.
3944
3945 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3946
3947         PR fortran/15481
3948         PR fortran/13372
3949         PR fortran/13575
3950         PR fortran/15978
3951         * gfortran.fortran-torture/compile/implicit_2.f90: New test.
3952
3953         * gfortran.dg/implicit_1.f90: New test.
3954
3955 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
3956
3957         * lib/gfortran-dg.exp (gfortran-dg-test):  Adapt regular
3958         expression to match gfortran warning/error messages
3959         * gfortran.dg/g77/12632.f: Copy from g77.dg and fix
3960         dg-error text.
3961
3962 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
3963
3964         * lib/fortran-torture.exp: Rename proc search_for to
3965         search_for_re.
3966
3967 2004-07-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
3968
3969         * gcc.c-torture/execute/simd-5.x: New file.
3970         XFAIL on SPARC 64-bit at -O0.
3971
3972 2004-07-09  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3973
3974         PR c++/8211
3975         PR c++/16165
3976         * g++.dg/warn/effc3.C: New test.
3977
3978 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
3979
3980         * gfortran.dg/g77/f77-edit-i-in.f: Copy from g77.dg and
3981         change X to 1X in format.
3982         * gfortran.dg/g77/20010216-1.f:  Copy from g77.dg and
3983         add data statements to conform to standard.
3984
3985 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
3986
3987         * gfortran.dg/g77/f77-edit-s-out.f: Copy from g77.dg. XFAIL
3988         * gfortran.dg/g77/f77-edit-t-in.f: Likewise
3989         * gfortran.dg/g77/f77-edit-x-out.f: Likewise
3990
3991 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
3992
3993         * gfortran.dg/g77/7388.f: Copy from g77.dg
3994         * gfortran.dg/g77/f77-edit-i-out.f: Likewise
3995         * gfortran.dg/g77/f77-edit-apostrophe-out.f: Likewise
3996         * gfortran.dg/g77/f77-edit-slash-out.f: Likewise
3997         * gfortran.dg/g77/f77-edit-colon-out.f: Likewise
3998         * gfortran.dg/g77/f77-edit-t-out.f: Likewise
3999         * gfortran.dg/g77/f77-edit-h-out.f: Likewise
4000         * gfortran.dg/g77/strlen0.f: Likewise
4001
4002 2004-07-09   David Billinghurst <David.Billinghurst@riotinto.com>
4003
4004         * lib/gfortran-dg.exp: New file (adapted from lib/g77-dg.exp)
4005         * gfortran.dg/dg.exp: New file (adapted from g77.dg/dg.exp)
4006
4007 2004-07-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
4008
4009         * gcc.c-torture/execute/920428-2.x: Delete.
4010         * gcc.c-torture/execute/920501-7.x: Likewise.
4011
4012 2004-07-08  Jakub Jelinek  <jakub@redhat.com>
4013
4014         * gcc.mist-tests/i386-prefetch.exp (PREFETCH_SSE): Change all
4015         -march=i386 into -march=i686.  Add -march=i686 -mtune=x and
4016         -march=x for pentium3, pentium3m, pentium-m, pentium4m,
4017         prescott and c3-2.
4018         (PREFETCH_3DNOW): Add -march=c3.
4019
4020 2004-07-08  Diego Novillo  <dnovillo@redhat.com>
4021
4022         PR c/16437
4023         * gcc.c-torture/execute/991118-1.x: XFAIL for x86_64.
4024         * gcc.c-torture/execute/bf64-1.x: Likewise.
4025
4026 2004-07-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
4027
4028         * gcc.c-torture/compile/20040708-1.c: New test.
4029
4030 2004-07-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4031
4032         PR c++/16169
4033         * g++.dg/warn/effc2.C: New test.
4034
4035 2004-07-08  Joseph S. Myers  <jsm@polyomino.org.uk>
4036
4037         * gcc.c-torture/execute/bitfld-1.x: Remove.
4038         * gcc.c-torture/execute/bitfld-3.c: New test.
4039         * gcc.dg/bitfld-2.c: Remove XFAILs.
4040
4041 2004-07-07  H.J. Lu  <hongjiu.lu@intel.com>
4042
4043         PR c++/16276
4044         * g++.dg/rtti/tinfo1.C: New file.
4045
4046 2004-07-07  Eric Christopher  <echristo@redhat.com>
4047
4048         * gcc.c-torture/compile/20020210-1.c: xfail with optimization.
4049
4050 2004-07-07  Andrew Pinski  <apinski@apple.com>
4051
4052         * gcc.c-torture/execute/931004-12.x: Xfail on powerpc-*-darwin*.
4053
4054 2004-07-07  Mark Mitchell  <mark@codesourcery.com>
4055
4056         * g++.dg/init/call1.C: XFAIL.
4057
4058 2004-07-07  Alexandre Oliva  <aoliva@redhat.com>
4059
4060         * gcc.c-torture/execute/builtins/mempcpy-2.c: Rename movstr*,
4061         except for movstrict*, to movmem* and clrstr* to clrmem*.
4062
4063 2004-07-07  Richard Sandiford  <rsandifo@redhat.com>
4064
4065         * gcc.c-torture/execute/20040707-1.c: New test.
4066
4067 2004-07-06  Richard Sandiford  <rsandifo@redhat.com>
4068
4069         * gcc.c-torture/execute/20040706-1.c: New test.
4070
4071 2004-07-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4072
4073         PR c++/3671
4074         * g++.dg/template/spec14.C: New test.
4075
4076 2004-07-05  Jakub Jelinek  <jakub@redhat.com>
4077
4078         * gcc.c-torture/execute/20040629-1.c (FIELDS1, FIELDS2): Define to
4079         nothing if not yet defined.  Use it in b, c and d type definitions.
4080         * gcc.c-torture/execute/20040705-1.c: New test.
4081         * gcc.c-torture/execute/20040705-2.c: New test.
4082
4083 2004-07-05  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4084
4085         PR c++/2518
4086         * g++.dg/lookup/new1.C: New test.
4087
4088 2004-07-05  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4089
4090         PR c++/11406
4091         * g++.dg/template/sizeof8.C: New test.
4092
4093 2004-07-05  Richard Sandiford  <rsandifo@redhat.com>
4094
4095         * gcc.c-torture/compile/20040705-1.c: New test.
4096
4097 2004-07-04  Bud Davis  <bdavis9659@comcast.net>
4098
4099         * gfortran.fortran-torture/execute/seq_io.f90: New test.
4100
4101 2004-07-04  Neil Booth  <neil@duron.akihabara.co.uk>
4102
4103         * gcc.dg/cpp/if-mop.c: Two new testcases.
4104         * gcc.dg/cpp/trad/comment-3.c: New.
4105
4106 2004-07-04  Paul Brook  <paul@codesourcery.com>
4107
4108         * gfortran.fortran-torture/compile/implicit_1.f90: New test.
4109
4110 2004-07-03  Scott Brumbaugh  <scottb.lists@verizon.net>
4111
4112         PR c++/3761
4113         * g++.dg/lookup/crash4.C: New test.
4114
4115 2004-07-02  Zack Weinberg  <zack@codesourcery.com>
4116
4117         * gcc.c-torture/execute/builtin-abs-1.c
4118         * gcc.c-torture/execute/builtin-abs-2.c
4119         * gcc.c-torture/execute/builtin-complex-1.c
4120         * gcc.c-torture/execute/builtins/string-1-lib.c
4121         * gcc.c-torture/execute/builtins/string-1.c
4122         * gcc.c-torture/execute/builtins/string-2-lib.c
4123         * gcc.c-torture/execute/builtins/string-2.c
4124         * gcc.c-torture/execute/builtins/string-3-lib.c
4125         * gcc.c-torture/execute/builtins/string-3.c
4126         * gcc.c-torture/execute/builtins/string-4-lib.c
4127         * gcc.c-torture/execute/builtins/string-4.c
4128         * gcc.c-torture/execute/builtins/string-5-lib.c
4129         * gcc.c-torture/execute/builtins/string-5.c
4130         * gcc.c-torture/execute/builtins/string-6-lib.c
4131         * gcc.c-torture/execute/builtins/string-6.c
4132         * gcc.c-torture/execute/builtins/string-7-lib.c
4133         * gcc.c-torture/execute/builtins/string-7.c
4134         * gcc.c-torture/execute/builtins/string-8-lib.c
4135         * gcc.c-torture/execute/builtins/string-8.c
4136         * gcc.c-torture/execute/builtins/string-9-lib.c
4137         * gcc.c-torture/execute/builtins/string-9.c
4138         * gcc.c-torture/execute/builtins/string-asm-1-lib.c
4139         * gcc.c-torture/execute/builtins/string-asm-1.c
4140         * gcc.c-torture/execute/builtins/string-asm-2-lib.c
4141         * gcc.c-torture/execute/builtins/string-asm-2.c
4142         * gcc.c-torture/execute/stdio-opt-1.c
4143         * gcc.c-torture/execute/stdio-opt-2.c
4144         * gcc.c-torture/execute/stdio-opt-3.c
4145         * gcc.c-torture/execute/string-opt-1.c
4146         * gcc.c-torture/execute/string-opt-10.c
4147         * gcc.c-torture/execute/string-opt-11.c
4148         * gcc.c-torture/execute/string-opt-12.c
4149         * gcc.c-torture/execute/string-opt-13.c
4150         * gcc.c-torture/execute/string-opt-14.c
4151         * gcc.c-torture/execute/string-opt-15.c
4152         * gcc.c-torture/execute/string-opt-16.c
4153         * gcc.c-torture/execute/string-opt-2.c
4154         * gcc.c-torture/execute/string-opt-6.c
4155         * gcc.c-torture/execute/string-opt-7.c
4156         * gcc.c-torture/execute/string-opt-8.c:
4157         Replace with ...
4158
4159         * gcc.c-torture/execute/builtins/abs-2.c
4160         * gcc.c-torture/execute/builtins/abs-3.c
4161         * gcc.c-torture/execute/builtins/complex-1.c
4162         * gcc.c-torture/execute/builtins/fprintf.c
4163         * gcc.c-torture/execute/builtins/fputs.c
4164         * gcc.c-torture/execute/builtins/memcmp.c
4165         * gcc.c-torture/execute/builtins/memmove.c
4166         * gcc.c-torture/execute/builtins/memops-asm.c
4167         * gcc.c-torture/execute/builtins/mempcpy-2.c
4168         * gcc.c-torture/execute/builtins/mempcpy.c
4169         * gcc.c-torture/execute/builtins/memset.c
4170         * gcc.c-torture/execute/builtins/printf.c
4171         * gcc.c-torture/execute/builtins/sprintf.c
4172         * gcc.c-torture/execute/builtins/strcat.c
4173         * gcc.c-torture/execute/builtins/strchr.c
4174         * gcc.c-torture/execute/builtins/strcmp.c
4175         * gcc.c-torture/execute/builtins/strcpy.c
4176         * gcc.c-torture/execute/builtins/strcspn.c
4177         * gcc.c-torture/execute/builtins/strlen-2.c
4178         * gcc.c-torture/execute/builtins/strlen.c
4179         * gcc.c-torture/execute/builtins/strncat.c
4180         * gcc.c-torture/execute/builtins/strncmp-2.c
4181         * gcc.c-torture/execute/builtins/strncmp.c
4182         * gcc.c-torture/execute/builtins/strncpy.c
4183         * gcc.c-torture/execute/builtins/strpbrk.c
4184         * gcc.c-torture/execute/builtins/strpcpy-2.c
4185         * gcc.c-torture/execute/builtins/strpcpy.c
4186         * gcc.c-torture/execute/builtins/strrchr.c
4187         * gcc.c-torture/execute/builtins/strspn.c
4188         * gcc.c-torture/execute/builtins/strstr-asm.c
4189         * gcc.c-torture/execute/builtins/strstr.c:
4190         ... these new files.
4191
4192         * gcc.c-torture/execute/builtins/abs-2-lib.c
4193         * gcc.c-torture/execute/builtins/abs-3-lib.c
4194         * gcc.c-torture/execute/builtins/complex-1-lib.c
4195         * gcc.c-torture/execute/builtins/fprintf-lib.c
4196         * gcc.c-torture/execute/builtins/fputs-lib.c
4197         * gcc.c-torture/execute/builtins/memcmp-lib.c
4198         * gcc.c-torture/execute/builtins/memmove-lib.c
4199         * gcc.c-torture/execute/builtins/memops-asm-lib.c
4200         * gcc.c-torture/execute/builtins/mempcpy-2-lib.c
4201         * gcc.c-torture/execute/builtins/mempcpy-lib.c
4202         * gcc.c-torture/execute/builtins/memset-lib.c
4203         * gcc.c-torture/execute/builtins/printf-lib.c
4204         * gcc.c-torture/execute/builtins/sprintf-lib.c
4205         * gcc.c-torture/execute/builtins/strcat-lib.c
4206         * gcc.c-torture/execute/builtins/strchr-lib.c
4207         * gcc.c-torture/execute/builtins/strcmp-lib.c
4208         * gcc.c-torture/execute/builtins/strcpy-lib.c
4209         * gcc.c-torture/execute/builtins/strcspn-lib.c
4210         * gcc.c-torture/execute/builtins/strlen-2-lib.c
4211         * gcc.c-torture/execute/builtins/strlen-lib.c
4212         * gcc.c-torture/execute/builtins/strncat-lib.c
4213         * gcc.c-torture/execute/builtins/strncmp-2-lib.c
4214         * gcc.c-torture/execute/builtins/strncmp-lib.c
4215         * gcc.c-torture/execute/builtins/strncpy-lib.c
4216         * gcc.c-torture/execute/builtins/strpbrk-lib.c
4217         * gcc.c-torture/execute/builtins/strpcpy-2-lib.c
4218         * gcc.c-torture/execute/builtins/strpcpy-lib.c
4219         * gcc.c-torture/execute/builtins/strrchr-lib.c
4220         * gcc.c-torture/execute/builtins/strspn-lib.c
4221         * gcc.c-torture/execute/builtins/strstr-asm-lib.c
4222         * gcc.c-torture/execute/builtins/strstr-lib.c
4223         * gcc.c-torture/execute/builtins/lib/abs.c
4224         * gcc.c-torture/execute/builtins/lib/fprintf.c
4225         * gcc.c-torture/execute/builtins/lib/memset.c
4226         * gcc.c-torture/execute/builtins/lib/printf.c
4227         * gcc.c-torture/execute/builtins/lib/sprintf.c
4228         * gcc.c-torture/execute/builtins/lib/strcpy.c
4229         * gcc.c-torture/execute/builtins/lib/strcspn.c
4230         * gcc.c-torture/execute/builtins/lib/strncat.c
4231         * gcc.c-torture/execute/builtins/lib/strncmp.c
4232         * gcc.c-torture/execute/builtins/lib/strncpy.c
4233         * gcc.c-torture/execute/builtins/lib/strpbrk.c
4234         * gcc.c-torture/execute/builtins/lib/strspn.c
4235         * gcc.c-torture/execute/builtins/lib/strstr.c:
4236         New files containing support routines.
4237
4238         * gcc.c-torture/execute/builtins/abs-1.c: Remove unnecessary
4239         declaration.
4240         * gcc.c-torture/execute/builtins/lib/main.c: Define link_error
4241         when not optimizing.
4242
4243 2004-07-02  Mark Mitchell  <mark@codesourcery.com>
4244
4245         PR c++/16240
4246         * g++.dg/abi/mangle22.C: New test.
4247         * g++.dg/abi/mangle23.C: Likewise.
4248
4249 2004-07-02  David Billinghurst  <David.Billinghurst@riotinto.com>
4250
4251         PR fortran/16290
4252         * gfortran.fortran-torture/execute/intrinsic_set_exponent.f90
4253         Allow for cases without denormalized floating point numbers.
4254
4255 2004-07-01  Joseph S. Myers  <jsm@polyomino.org.uk>
4256
4257         PR c/1027
4258         * gcc.dg/Wswitch-enum.c, gcc.dg/Wswitch.c,
4259         gcc.dg/format/branch-1.c, gcc.dg/format/diag-1.c,
4260         gcc.dg/format/multattr-3.c, gcc.dg/format/xopen-1.c: Update
4261         expected warning text.
4262         * gcc.dg/format/diag-2.c: New test.
4263
4264 2004-07-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
4265
4266         * gcc.c-torture/compile/20040323-1.c: XFAIL on Solaris 2.
4267
4268 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
4269
4270         * gcc.dg/builtins-43.c: New.
4271         * gcc.dg/builtins-44.c: New.
4272         * gcc.dg/builtins-45.c: New.
4273
4274 2004-06-26  Geoffrey Keating  <geoffk@apple.com>
4275             Andreas Tobler  <a.tobler@schweiz.ch>
4276
4277         * gcc.dg/cleanup-10.c: Run on all Linux platforms and powerpc-darwin.
4278         Use SA_RESETHAND rather than SA_ONESHOT.  Trap SIGBUS as well
4279         as SIGSEGV.
4280         * gcc.dg/cleanup-11.c: Likewise.
4281         * gcc.dg/cleanup-8.c: Likewise.
4282         * gcc.dg/cleanup-9.c: Likewise.
4283         * gcc.dg/cleanup-5.c: Run on all platforms.
4284
4285 2004-06-30  Joseph S. Myers  <jsm@polyomino.org.uk>
4286
4287         * g++.dg/warn/nonnull1.C: New test.
4288
4289 2004-06-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
4290
4291         * gcc.dg/compat/compat-common.h: Wrap up CINT in
4292         an #ifndef SKIP_COMPLEX_INT/#endif pair.
4293         Special-case the Sun compiler wrt to <complex.h>.
4294
4295 2004-06-30  Nitin Yewale <nitiny@kpitcummins.com>
4296
4297         * gcc.dg/Wunreachable-8.C: New test.
4298
4299         * gcc.dg/h8300-ice2.c : New test.
4300
4301 2004-06-30  Tobias Schlueter  <tobias.shclueter@physik.uni-muenchen.de>
4302
4303         PR fortran/16161
4304         * gfortran.fortran-torture/compile/implicit.f90: Add test
4305         for implicit character.
4306
4307 2004-06-30  David Billinghurst <David.Billinghurst@riotinto.com>
4308
4309         PR fortran/16289
4310         * gfortran.fortran-torture/execute/intrinsic_nearest.f90
4311         Use tiny() intrinsic to find smallest non-negative real
4312
4313 2004-06-30  Jakub Jelinek  <jakub@redhat.com>
4314
4315         * gcc.dg/compat/struct-by-value-22_main.c: New test.
4316         * gcc.dg/compat/struct-by-value-22_x.c: New.
4317         * gcc.dg/compat/struct-by-value-22_y.c: New.
4318
4319         * gcc.c-torture/execute/20040629-1.c: New test.
4320
4321 2004-06-29  Jakub Jelinek  <jakub@redhat.com>
4322
4323         * gcc.dg/compat/vector-defs.h: Use vector_size attribute
4324         only for GCC 3.5+, for GCC up to 3.4 mode(V*) attribute instead.
4325
4326         PR target/16195
4327         * gcc.dg/20040625-1.c: New test.
4328
4329 2004-06-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4330
4331         * gfortran.fortran-torture/execute/parameter_2.f90: New test.
4332
4333 2004-06-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4334
4335         PR fortran/15963
4336         * gfortran.fortran-torture/execute/initialization_1.f90: New test.
4337
4338 2004-06-29  Richard Henderson  <rth@redhat.com>
4339
4340         * gcc.dg/tree-ssa/20040430-1.c: Expect zero if's.
4341
4342 2004-06-29  Paul Brook  <paul@codesourcery.com>
4343
4344         * g++.old-deja/g++.abi/arraynew.C: Handle ARM EABI cookies.
4345         * g++.old-deja/g++.abi/cxa_vec.C: Allocate larger cookies for AEABI.
4346
4347 2004-06-29  Nathan Sidwell  <nathan@codesourcery.com>
4348
4349         PR c++/16260
4350         * g++.dg/parse/crash15.C: New.
4351
4352 2004-06-28  Andrew Pinski  <apinski@apple.com>
4353
4354         * gcc.dg/pr14963.c: Remove the dg-warning as it is dected
4355         by the error already.
4356
4357         * g++.dg/opt/ptrmem4.C: Change to compile only test.
4358
4359 2004-06-28  Dhananjay Deshpande  <dhananjayd@kpitcummins.com>
4360
4361         PR target/14041
4362         * gcc.dg/h8300-bss-align-1.c : New.
4363
4364 2004-06-28  Nathan Sidwell  <nathan@codesourcery.com>
4365
4366         * PR c++/16174
4367         * g++.dg/template/ctor4.C: New.
4368
4369 2004-06-27  Andrew Pinski  <pinskia@physics.uc.edu>
4370
4371         PR c++/16205
4372         * g++.dg/warn/Wsequence-point-1.C: New test.
4373
4374 2004-06-27  Paul Brook  <paul@codesourcery.com>
4375
4376         * gfortran.fortran-torture/execute/specfics.f90: Use correct typing.
4377
4378 2004-06-27  Zack Weinberg  <zack@codesourcery.com>
4379
4380         * g++.old-deja/g++.mike/p7325.C: Remove.
4381
4382 2004-06-27  Andrew Pinski  <pinskia@physics.uc.edu>
4383
4384         PR c/14963
4385         * gcc.dg/pr14963.c: New test.
4386
4387 2004-06-27  Mark Mitchell  <mark@codesourcery.com>
4388
4389         PR c++/16193
4390         * g++.dg/parse/redef1.C: New test.
4391
4392 2004-06-27  Joseph S. Myers  <jsm@polyomino.org.uk>
4393
4394         * gcc.c-torture/compile/20021123-1.c: Remove duplicate of
4395         20021110.c.
4396         * gcc.c-torture/compile/20021123-4.c: Remove duplicate of
4397         20021119-1.c.
4398         * gcc.dg/vmx/5-05.c, gcc.dg/vmx/5-06.c, gcc.dg/vmx/5-07.c,
4399         gcc.dg/vmx/5-08.c: Remove duplicates of 5-01.c, 5-02.c, 5-03.c,
4400         5-04.c.
4401         * gcc.dg/builtins-42.c: Remove duplicate of builtins-41.c.
4402         * g++.dg/other/new1.C: Remove duplicate of g++.dg/init/new1.C.
4403         * g++.dg/init/elide3.C: Remove duplicate of elide2.C.
4404         * g++.old-deja/g++.law/enum8.C: Remove duplicate of
4405         g++.brendan/enum14.C.
4406         * g++.old-deja/g++.mike/ns8.C: Remove duplicate of ns6.C
4407         * g++.old-deja/g++.ns/alias5.C: Remove duplicate of alias1.C.
4408         * g++.old-deja/g++.other/virtual1.C: Remove duplicate of
4409         g++.mike/virt1.C.
4410         * g++.old-deja/g++.pt/memtemp27.C: Remove duplicate of
4411         memtemp24.C.
4412
4413 2004-06-27  Roger Sayle  <roger@eyesopen.com>
4414
4415         * gcc.dg/20040527-1.c: New test case.
4416
4417 2004-06-26  Bud Davis  <bdavis9659@comcast.net>
4418
4419         PR gfortran/pr16196
4420         * gfortran.fortran-torture/execute/open_replace.f90: New test case.
4421
4422 2004-06-25  Roger Sayle  <roger@eyesopen.com>
4423
4424         PR middle-end/15825
4425         * gcc.dg/pr15825-1.c: New test case.
4426
4427 2004-06-25  Richard Sandiford  <rsandifo@redhat.com>
4428
4429         * gcc.c-torture/execute/20040625-1.c: New test.
4430
4431 2004-06-25  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4432
4433         * gfortran.fortran-torture/execute/der_init_3.f90: Fix syntax error.
4434
4435 2004-06-25  Richard Sandiford  <rsandifo@redhat.com>
4436
4437         * gcc.dg/torture/mips-div-1.c: New test.
4438
4439 2004-06-24  Jeff Law  <law@redhat.com>
4440
4441         * gcc.dg/tree-ssa/20040624-1.c: New test.
4442
4443 2004-06-24  Richard Sandiford  <rsandifo@redhat.com>
4444
4445         * gcc.c-torture/compile/20040624-1.c: New test.
4446
4447 2004-06-24  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4448
4449         * g++.dg/tree-ssa/tree-ssa.exp: Remove. dg.exp already handles
4450         this directory.
4451
4452 2004-06-23  Andrew Pinski  <apinski@apple.com>
4453
4454         PR middle-end/15988
4455         * g++.dg/opt/ptrmem4.C: New test.
4456
4457         * gcc.dg/c90-array-quals-2.c: New test.
4458
4459 2006-06-23  Nitin Yewale <NitinY@KPITCummins.com>
4460
4461         * gcc.dg/kpice1.c: New test.
4462
4463 2006-06-23  Andrew Pinski  <apinski@apple.com>
4464
4465         * gcc.dg/c90-array-quals.c: New test.
4466
4467 2006-06-22  Richard Henderson  <rth@redhat.com>
4468
4469         * gcc.dg/noreturn-1.c (foo5): Update function does return lineno.
4470
4471 2004-06-22  Loren James Rittle  <ljrittle@acm.org>
4472
4473         * gcc.dg/builtins-config.h: Handle FreeBSD.
4474
4475 2006-06-22  Richard Henderson  <rth@redhat.com>
4476
4477         * g++.dg/opt/devirt1.C: New.
4478
4479 2004-06-22  Kelley Cook <kcook@gcc.gnu.org>
4480
4481         * g++.dg/opt/pr15551.C: New testcase.
4482
4483 2004-06-22  H.J. Lu  <hongjiu.lu@intel.com>
4484
4485         PR target/14800
4486         * gcc.misc-tests/linkage.exp: Set native_cflags to "-m32" for
4487         x86_64-*-linux* when compiling for 32bit.
4488
4489 2004-06-21  Andrew Pinski  <apinski@apple.com>
4490
4491         * gcc.dg/pch/struct-1.c: New.
4492         * gcc.dg/pch/struct-1.hs: New.
4493
4494 2004-06-21  Geoffrey Keating  <geoffk@apple.com>
4495
4496         * gcc.dg/pch/save-temps-1.c: New file.
4497         * gcc.dg/pch/save-temps-1.hs: New file.
4498
4499 2004-06-22  Janne Blomqvist  <jblomqvi@cc.hut.fi>
4500
4501         * gfortran.fortran-torture/execute/iolength_1.f90: New test.
4502         * gfortran.fortran-torture/execute/iolength_3.f90: New test.
4503
4504 2004-06-21  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4505
4506         * gfortran.fortran-torture/execute/select_1.f90: Rename function
4507         to fix type error.
4508         * gfortran.fortran-torture/execute/intrinsic_associated.f90:
4509         Remove trailing spaces.
4510
4511 2004-06-21  Richard Henderson  <rth@redhat.com>
4512
4513         * gcc.dg/tree-ssa/20030714-1.c: Rename variables to avoid
4514         merging && to BIT_FIELD_REF.
4515
4516 2004-06-21  Richard Sandiford  <rsandifo@redhat.com>
4517
4518         * g++.dg/opt/placeholder1.C: New test.
4519
4520 2004-06-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
4521
4522         * gcc.dg/compat/struct-complex-1_x.c: Add dummy symbol.
4523         * gcc.dg/compat/struct-complex-1_y.c: Likewise.
4524         * gcc.dg/compat/union-m128-1_x.c: Likewise.
4525         * gcc.dg/compat/union-m128-1_y.c: Likewise.
4526
4527 2004-06-20  Zack Weinberg  <zack@codesourcery.com>
4528
4529         * g++.dg/expr/enum1.C, g++.dg/opt/const3.C: Declare abort with
4530         extern "C".
4531         * g++.dg/other/pragma-re-1.C: Add comments.
4532
4533 2004-06-19  Bud Davis  <bdavis9659@comcast.net>
4534
4535         PR gfortran/16080
4536         * gfortran.fortran-torture/execute/read_null_string.f90: New file.
4537
4538 2004-06-19  Andrew Pinski  <pinskia@physics.uc.edu>
4539
4540         * g++.dg/lookup/crash3.C: Use __SIZE_TYPE__
4541         instead of setting the type of size_t by
4542         hand.
4543
4544 2004-06-18  Roger Sayle  <roger@eyesopen.com>
4545
4546         * gcc.dg/unordered-2.c: New test case.
4547         * gcc.dg/unordered-3.c: New test case.
4548
4549 2004-06-19  David Billinghurst <David.Billinghurst@riotinto.com>
4550
4551         PR other/16043
4552         * lib/g++.exp (g++_version): Tweak regexp for version
4553         * lib/g77.exp (g77_version): Likewise
4554         * lib/gfortran.exp (gfortran_version): Likewise
4555         * lib/objc.exp (objc_version): Likewise
4556         * lib/treelang.exp (treelang_version): Likewise
4557
4558 2004-06-19  Jakub Jelinek  <jakub@redhat.com>
4559
4560         * gcc.dg/compat/struct-align-2_x.c: Include <limits.h>.
4561         Use INT_MAX instead of __INT_MAX__.
4562         * gcc.dg/compat/struct-align-2_y.c: Likewise.
4563
4564         * gcc.dg/compat/compat-common.h (CINT, CDBL): Define.
4565         * gcc.dg/compat/scalar-return-3_x.c: Use it.
4566         * gcc.dg/compat/scalar-return-3_y.c: Use it.
4567         * gcc.dg/compat/scalar-return-4_x.c: Use it.
4568         * gcc.dg/compat/scalar-return-4_y.c: Use it.
4569         * gcc.dg/compat/scalar-by-value-3_x.c: Use it.
4570         * gcc.dg/compat/scalar-by-value-3_y.c: Use it.
4571         * gcc.dg/compat/scalar-by-value-4_x.c: Use it.
4572         * gcc.dg/compat/scalar-by-value-4_y.c: Use it.
4573
4574         * gcc.dg/range-test-1.c: New test.
4575         * g++.dg/opt/range-test-1.C: New test.
4576
4577 2004-06-17  Richard Henderson  <rth@redhat.com>
4578
4579         * objc.dg/sync-1.m: New.
4580         * objc.dg/try-catch-1.m: Don't force next runtime.
4581         * objc.dg/try-catch-3.m, objc.dg/try-catch-4.m: Likewise.
4582         * objc.dg/try-catch-2.m: Likewise.  Enable everywhere.  Remove
4583         shadowed catch clause.
4584         * objc.dg/try-catch-5.m: New.
4585
4586 2004-06-17  Zack Weinberg  <zack@codesourcery.com>
4587
4588         Bug 14610
4589         * gcc.dg/ia64-float80-1.c, gcc.dg/ia64-float80-2.c: New testcases.
4590
4591 2004-06-15  Richard Henderson  <rth@redhat.com>
4592
4593         * gcc.dg/20001116-1.c: Move expected warning line.
4594
4595 2004-06-15  Richard Henderson  <rth@redhat.com>
4596
4597         * gcc.dg/i386-ssetype-1.c: Remove XFAIL.
4598         * gcc.dg/i386-ssetype-3.c: Remove XFAIL.
4599
4600 2004-06-15  Jeff Law  <law@redhat.com>
4601
4602         * gcc.dg/tree-ssa/20040615-1.c: New test.
4603         * gcc.dg/tree-ssa/20030824-1.c: Update expected output to
4604         be less sensitive to operand ordering.
4605         * gcc.dg/tree-ssa/20030824-2.c: Likewise.
4606
4607 2004-06-16  Danny Smith  <dannysmith@users.sourceforge.net>
4608
4609         * g++.dg/abi/bitfield3.C: Add comment..
4610
4611 2004-06-15  Richard Henderson  <rth@redhat.com>
4612
4613         * g++.dg/ext/stmtexpr1.C: XFAIL.
4614         * gcc.dg/20030612-1.c: XFAIL.
4615
4616 2004-06-15  Eric Christopher  <echristo@redhat.com>
4617
4618         * g++.dg/charset/asm5.c: New.
4619         * gcc.dg/charset/asm6.c: New.
4620
4621 2004-06-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4622
4623         PR fortran/15962
4624         * gfortran.fortran-torture/execute/select_1.f90: New test.
4625
4626 2004-06-15  Paul Brook  <paul@codesourcery.com>
4627
4628         * gcc.dg/arm-mmx-1.c: Use asm to clobber registers.
4629
4630 2004-06-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4631
4632         PR c++/15967
4633         * g++.dg/lookup/crash3.C: New test.
4634
4635 2004-06-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4636
4637         PR c++/15947
4638         * g++.dg/parse/dtor4.C: New test.
4639
4640 2004-06-14  Jeff Law  <law@redhat.com>
4641
4642         * gcc.c-torture/compile/20040614-1.c: New test.
4643
4644 2004-06-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4645
4646         PR fortran/15211
4647         * gfortran.fortran-torture/execute/intrinsic_len.f90: Also test
4648         LEN of a character array.
4649
4650 2004-06-14  Mark Mitchell  <mark@codesourcery.com>
4651
4652         PR c++/15096
4653         * g++.dg/template/ptrmem10.C: New test.
4654
4655         PR c++/14930
4656         * g++.dg/template/friend30.C: New test.
4657
4658 2004-06-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4659
4660         PR fortran/14928
4661         * gfortran.fortran-torture/compile/mloc.f90: New test.
4662
4663 2004-06-13  Paul Brook  <paul@codesourcery.com>
4664
4665         * gfortran.fortran-torture/execute/random_2.f90: New test.
4666
4667 2004-06-13  Eric Christopher  <echristo@redhat.com>
4668
4669         * gcc.dg/noncompile/redecl-1.c: Fix error message.
4670
4671 2004-06-12  Paul Brook  <paul@codesourcery.com>
4672
4673         * gfortran.fortran-torture/execute/contained_3.f90: New test.
4674
4675 2004-06-12  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4676
4677         PR fortran/14923
4678         * gfortran.fortran-torture/execute/date_time_1.f90: New test.
4679
4680 2004-06-12  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4681
4682         PR fortran/14957
4683         * gfortran.fortran-torture/execute/stack_varsize.f90: Correct
4684         syntax errors in end statements of contained subroutines.
4685
4686 2004-06-12  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4687
4688         PR fortran/12841
4689         * gfortran.fortran-torture/execute/null_arg.f90: New test.
4690
4691 2004-06-12  Bud Davis  <bdavis9659@comcast.net>
4692
4693         PR fortran/15665
4694         * gfortran.fortran-torture/execute/getarg_1.f90: New test.
4695
4696 2004-06-12  Bud Davis  <bdavis9659@comcast.net>
4697
4698         PR gfortran/12839
4699         * gfortran.fortran-torture/execute/nan_inf_fmt.f90: New test.
4700
4701 2004-06-11  Mark Mitchell  <mark@codesourcery.com>
4702
4703         PR c++/15862
4704         * g++.dg/parse/enum1.C: New test.
4705
4706 2004-06-10  Jeff Law  <law@redhat.com>
4707
4708         * gcc.c-torture/compile/20040610-1.c: New test.
4709
4710 2004-06-11  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4711
4712         * g++.old-deja/g++.robertl/eb4.C: Adjust error markers.
4713         * g++.old-deja/g++.other/decl3.C: Likewise.
4714
4715 2004-06-10  Brian Booth  <bbooth@redhat.com>
4716
4717         * gcc.dg/tree-ssa/20031015-1.c: Scan for
4718         V_MAY_DEF instead of VDEF.
4719         * gcc.dg/tree-ssa/20040517-1.c: Ditto.
4720
4721 2004-06-10  Mark Mitchell  <mark@codesourcery.com>
4722
4723         PR c++/14211
4724         * g++.dg/conversion/const1.C: New test.
4725
4726         PR c++/15076
4727         * g++.dg/conversion/reinterpret1.C: New test.
4728
4729         PR c++/15877
4730         * g++.dg/template/enum2.C: New test.
4731
4732         PR c++/15227
4733         * g++.dg/template/error13.C: New test.
4734
4735 2004-06-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4736
4737         PR fortran/14957
4738         * gfortran.fortran-torture/execute/intrinsic_scale.f90: Make all
4739         arguments to test_* REAL and of the right size.
4740
4741 2004-06-10  Jakub Jelinek  <jakub@redhat.com>
4742
4743         PR target/15569
4744         PR rtl-optimization/15681
4745         * gcc.dg/20040609-1.c: New test.
4746
4747 2004-06-10  Jakub Jelinek  <jakub@redhat.com>
4748
4749         PR c++/14791
4750         * g++.dg/opt/builtins1.C: New test.
4751
4752 2004-06-10  Danny Smith  <dannysmith@users.sourceforge.net>
4753
4754         * gcc.dg/i386-bitfield1.c: Add mingw32 and cygwin to targets
4755         that use default windows32 struct layout.
4756         * gcc.dg/i386-bitfield2.c: Likewise.
4757
4758 2004-06-09  Danny Smith  <dannysmith@users.sourceforge.net>
4759
4760         * g++.dg/abi/bitfield3.C: Add -mno-align-double compile option
4761         for mingw32 and cygwin targets.
4762
4763 2004-06-09  Geoffrey Keating  <geoffk@apple.com>
4764
4765         * gcc.dg/pch/macro-4.c: New.
4766         * gcc.dg/pch/macro-4.hs: New.
4767
4768 2004-06-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4769
4770         PR fortran/13249
4771         * gfortran.fortran-torture/compile/name_clash.f90: New test.
4772
4773 2004-06-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4774
4775         PR fortran/13372
4776         * gfortran.fortran-torture/compile/named_args_2.f90: New test.
4777
4778 2004-06-09  Bud Davis  <bdavis9659@comcast.net>
4779
4780         PR gfortran/14897
4781         * gfortran.fortran-torture/execute/t_edit.f90: New test.
4782
4783 2004-06-09  Bud Davis  <bdavis9659@comcast.net>
4784
4785         PR gfortran/15755
4786         * gfortran.fortran-torture/execute/backspace.c : New test.
4787
4788 2004-06-09  Paul Brook  <paul@codesourcery.com>
4789
4790         * gfortran.fortran-torture/execure/intrinsic_associated.f90
4791         (pointer_to_section): Rewrite to use smaller array.
4792
4793 2004-06-08  David Edelsohn  <edelsohn@gnu.org>
4794
4795         * gcc.dg/ext/altivec-1.c: XFAIL powerpc-ibm-aix*.
4796         * gcc.dg/ext/altivec-10.c: Same.
4797         * gcc.dg/ext/altivec-11.c: Same.
4798         * gcc.dg/ext/altivec-12.c: Same.
4799         * gcc.dg/ext/altivec-13.c: Same.
4800         * gcc.dg/ext/altivec-14.c: Same.
4801         * gcc.dg/ext/altivec-15.c: Same.
4802         * gcc.dg/ext/altivec-16.c: Same.
4803         * gcc.dg/ext/altivec-3.c: Same.
4804         * gcc.dg/ext/altivec-4.c: Same.
4805         * gcc.dg/ext/altivec-6.c: Same.
4806         * gcc.dg/ext/altivec-7.c: Same.
4807         * gcc.dg/ext/altivec-8.c: Same.
4808         * gcc.dg/ext/altivec-varargs-1.c: Same.
4809
4810         * g++.dg/ext/altivec-1.C: Correct dg syntax.
4811         * g++.dg/ext/altivec-10.C: Same.
4812         * g++.dg/ext/altivec-2.C: Same.
4813         * g++.dg/ext/altivec-3.C: Same.
4814         * g++.dg/ext/altivec-4.C: Same.
4815         * g++.dg/ext/altivec-5.C: Same.
4816         * g++.dg/ext/altivec-6.C: Same.
4817         * g++.dg/ext/altivec-7.C: Same.
4818         * g++.dg/ext/altivec-8.C: Same.
4819         * g++.dg/ext/altivec-9.C: Same.
4820
4821 2004-06-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4822
4823         PR c++/7841
4824         * g++.old-deja/g++.pt/ctor2.C: Add error mark.
4825
4826 2004-06-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
4827
4828         * gcc.dg/union-1.c: New test.
4829
4830 2004-06-07  Roger Sayle  <roger@eyesopen.com>
4831
4832         * gcc.dg/builtins-41.c: New test case.
4833         * gcc.dg/builtins-42.c: New test case.
4834
4835 2004-06-07  David Edelsohn  <edelsohn@gnu.org>
4836
4837         * g++.dg/ext/altivec-1.C: XFAIL powerpc-ibm-aix*.
4838         * g++.dg/ext/altivec-10.C: Same.
4839         * g++.dg/ext/altivec-2.C: Same.
4840         * g++.dg/ext/altivec-3.C: Same.
4841         * g++.dg/ext/altivec-4.C: Same.
4842         * g++.dg/ext/altivec-5.C: Same.
4843         * g++.dg/ext/altivec-6.C: Same.
4844         * g++.dg/ext/altivec-7.C: Same.
4845         * g++.dg/ext/altivec-8.C: Same.
4846         * g++.dg/ext/altivec-9.C: Same.
4847         * g++.old-deja/g++.abi/cxa_vec.C: Same.
4848         * g++.old-deja/g++.brendan/new3.C: Same.
4849         * gcc.c-torture/execute/eeprof-1.x: Same.
4850
4851 2004-06-07  Joseph S. Myers  <jsm@polyomino.org.uk>
4852
4853         PR c/14765
4854         * gcc.dg/pr14765-1.c: New test.
4855
4856 2004-06-07  Roger Sayle  <roger@eyesopen.com>
4857
4858         PR c/14649
4859         * gcc.dg/pr14649-1.c: New test case.
4860
4861 2004-06-07  Richard Henderson  <rth@redhat.com>
4862
4863         * gcc.dg/tree-ssa/20030728-1.c: Fixup return value to not match
4864         if temporaries.
4865
4866 2004-06-07  David Edelsohn  <edelsohn@gnu.org>
4867
4868         * g++.dg/eh/elide1.C: Remove XFAIL.
4869
4870 2004-06-07  Mark Mitchell  <mark@codesourcery.com>
4871
4872         PR c++/15337
4873         * g++.dg/expr/sizeof3.C: New test.
4874
4875         PR c++/14777
4876         * g++.dg/template/access14.C: New test.
4877
4878         PR c++/15554
4879         * g++.dg/template/enum1.C: New test.
4880
4881         PR c++/15057
4882         * g++.dg/eh/throw1.C: New test.
4883
4884 2004-06-07  David Ayers  <d.ayers@inode.at>
4885             Ziemowit Laski  <zlaski@apple.com>
4886
4887         * lib/objc.exp (objc_target_compile): Revert the '-framework
4888         Foundation' flag fix, since bare Darwin does not ship
4889         with the Foundation framework.
4890         * objc/execute/next_mapping.h: Provide a local NSConstantString
4891         @interface and @implementation.
4892         (objc_constant_string_init): A constructor function, used to
4893         initialize the NSConstantString meta-class object.
4894         * objc/execute/string1.m: Include "next_mapping.h" instead of
4895         <Foundation/NSString.h>.
4896         * objc/execute/string2.m: Likewise.
4897         * objc/execute/string3.m: Likewise.
4898         * objc/execute/string4.m: Likewise.
4899
4900 2004-06-06  H.J. Lu  <hongjiu.lu@intel.com>
4901
4902         * gcc.c-torture/execute/ieee/fp-cmp-4.c (FLOAT): New. Default
4903         to double. Replace double with FLOAT.
4904         * gcc.c-torture/execute/ieee/fp-cmp-8.c: Likewise.
4905
4906         * gcc.c-torture/execute/ieee/fp-cmp-4e.c: New file.
4907         * gcc.c-torture/execute/ieee/fp-cmp-4f.c: Likewise.
4908         * gcc.c-torture/execute/ieee/fp-cmp-4l.c: Likewise.
4909         * gcc.c-torture/execute/ieee/fp-cmp-4q.c: Likewise.
4910         * gcc.c-torture/execute/ieee/fp-cmp-8e.c: Likewise.
4911         * gcc.c-torture/execute/ieee/fp-cmp-8f.c: Likewise.
4912         * gcc.c-torture/execute/ieee/fp-cmp-8l.c: Likewise.
4913         * gcc.c-torture/execute/ieee/fp-cmp-8q.c: Likewise.
4914
4915 2004-06-06  Joseph S. Myers  <jsm@polyomino.org.uk>
4916
4917         PR c/13519
4918         * gcc.c-torture/enum-3.c, gcc.dg/pr13519-1.c: New tests.
4919
4920 2004-06-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4921
4922         PR c++/15503
4923         * g++.dg/template/meminit2.C: New test.
4924
4925 2004-06-04  Paolo Bonzini  <bonzini@gnu.org>
4926
4927         PR target/15822
4928         * gcc.c-torture/execute/compare-fp-1.c,
4929         gcc.c-torture/execute/compare-fp-2.c,
4930         gcc.c-torture/execute/compare-fp-3.c,
4931         gcc.c-torture/execute/compare-fp-4.c,
4932         gcc.c-torture/execute/compare-fp-3.x,
4933         gcc.c-torture/execute/compare-fp-4.x: Moved...
4934         * gcc.c-torture/execute/ieee/compare-fp-1.c,
4935         gcc.c-torture/execute/ieee/compare-fp-2.c,
4936         gcc.c-torture/execute/ieee/compare-fp-3.c,
4937         gcc.c-torture/execute/ieee/compare-fp-4.c,
4938         gcc.c-torture/execute/ieee/compare-fp-3.x,
4939         gcc.c-torture/execute/ieee/compare-fp-4.x: ...here.
4940
4941 2004-06-04  David Ayers  <d.ayers@inode.at>
4942
4943         * objc/execute/protocol-isEqual-4.m: New testcase.
4944
4945 2004-06-04  Nicola Pero  <n.pero@mi.flashnet.it>
4946
4947         * objc/execute/protocol-isEqual-1.m: New testcase.
4948         * objc/execute/protocol-isEqual-2.m: New testcase.
4949         * objc/execute/protocol-isEqual-3.m: New testcase.
4950
4951 2004-06-03  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4952
4953         * gfortran.fortran-torture/execute/optstring_1.f90: New testcase.
4954
4955 2004-06-02  Ziemowit Laski  <zlaski@apple.com>
4956
4957         * lib/objc.exp (objc_target_compile): When running tests on
4958         Darwin (Mac OS X), inform the linker about '-framework
4959         'Foundation'.
4960
4961 2004-06-02  Eric Christopher  <echristo@redhat.com>
4962
4963         * gcc.c-torture/compile/20040602-1.c: New.
4964
4965 2004-06-02  Andrew Pinski  <pinskia@physics.uc.edu>
4966
4967         * g++.dg/tree-ssa/ssa-sra-1.C: Fix comment.
4968         * g++.dg/tree-ssa/ssa-sra-2.C: Likewise.
4969
4970         PR tree-optimization/14736
4971         * g++.dg/tree-ssa/ssa-cast-1.C: New Test.
4972
4973         PR tree-optimization/14042
4974         * g++.dg/tree-ssa/ssa-sra-1.C: New Test.
4975
4976         PR tree-optimization/14729
4977         * g++.dg/tree-ssa/ssa-sra-2.C: New Test.
4978
4979 2004-06-02  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4980
4981         PR fortran/15557
4982         * gfortran.fortran-torture/execute/data_3.f90: New testcase.
4983
4984 2004-06-01  Richard Hederson  <rth@redhat.com>
4985
4986         * g++.dg/template/dependent-expr4.C: Use __builtin_offsetof.
4987
4988 2004-06-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4989
4990         PR c++/14932
4991         * g++.dg/parse/offsetof4.C: New test.
4992
4993 2004-06-01  Nicola Pero  <nicola@brainstorm.co.uk>
4994
4995         PR objc/7993
4996         * objc.dg/private-1.m, objc-dg/private-2.m: New testcases.
4997
4998 2004-05-31  Mark Mitchell  <mark@codesourcery.com>
4999
5000         PR c++/15701
5001         * g++.dg/template/friend29.C: New test.
5002
5003 2004-05-31  Joseph S. Myers  <jsm@polyomino.org.uk>
5004
5005         PR c/15749
5006         * gcc.dg/pr15749-1.c, gcc.dg/pr15749-1.h: New test.
5007
5008 2004-05-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
5009
5010         * gcc.dg/sparc-trap-1.c: New test.
5011
5012 2004-05-31  Roger Sayle  <roger@eyesopen.com>
5013
5014         PR middle-end/15069
5015         * g++.dg/opt/fold3.C: New test case.
5016
5017 2004-05-30  Graham Stott  <graham.stott@btinternet.com>
5018
5019         * lib/target-supports.exp (check_iconv_available): Fix fallout
5020         from 2004-05-28 patch.
5021
5022 2004-05-30  Paul Brook  <paul@codesourcery.com>
5023
5024         PR fortran/15620
5025         * gfortran.fortran-torture/execute/st_function_1.f90: New test.
5026         * gfortran.fortran-torture/execute/st_function_2.f90: New test.
5027
5028 2004-05-30  Steven G. Kargl  <kargls@comcast.net>
5029
5030         * gfortran.fortran-torture/execute/random_1.f90: New test.
5031
5032 2004-05-28  Ziemowit Laski  <zlaski@apple.com>
5033
5034         * g++.dg/ext/altivec-10.C: New test.
5035
5036 2004-05-29  Paul Brook  <paul@codesourcery.com>
5037
5038         * gfortran.fortran-torture/execute/equiv_1.f90: New test.
5039
5040 2004-05-28  Ziemowit Laski  <zlaski@apple.com>
5041
5042         * gcc.dg/altivec-16.c: New test.
5043
5044 2004-05-28  Janis Johnson  <janis187@us.ibm.com>
5045
5046         * lib/target-supports.exp (check_vmx_hw_available): New.
5047         * gcc.dg/vmx/vmx.exp: Use it to determine default action.
5048
5049         * lib/target-supports.exp (check_alias_available,
5050         check_iconv_available, check_named_sections_available): Use
5051         unique names for temporary files.
5052
5053 2004-05-28  Ziemowit Laski  <zlaski@apple.com>
5054
5055         * gcc.dg/altivec-15.c: New test.
5056
5057 2004-05-28  Mark Mitchell  <mark@codesourcery.com>
5058
5059         PR c++/15083
5060         * g++.dg/warn/noeffect6.C: New test.
5061
5062         PR c++/15471
5063         * g++.dg/expr/ptrmem4.C: New test.
5064
5065         PR c++/15640
5066         * g++.dg/template/operator3.C: New test.
5067
5068 2004-05-28  Mark Mitchell  <mark@codesourcery.com>
5069
5070         PR c++/14668
5071         * g++.dg/lookup/redecl1.C: New test.
5072         * g++.old-deja/g++.benjamin/tem04.C: Add error marker.
5073
5074 2004-05-28  Paolo Bonzini  <bonzini@gnu.org>
5075
5076         * gcc.c-torture/execute/compare-fp-1.c,
5077         gcc.c-torture/execute/compare-fp-2.c,
5078         gcc.c-torture/execute/compare-fp-3.c,
5079         gcc.c-torture/execute/compare-fp-4.c,
5080         gcc.c-torture/execute/compare-fp-3.x,
5081         gcc.c-torture/execute/compare-fp-4.x,
5082         gcc.dg/pr15649-1.c: New.
5083
5084 2004-05-27  Adam Nemet  <anemet@lnxw.com>
5085
5086         PR c++/12883
5087         * g++.dg/init/array14.C: New test.
5088
5089 2004-05-25  Janis Johnson  <janis187@us.ibm.com>
5090
5091         * lib/compat.exp (compat-get-options-main): New.
5092         (compat-get-options): Remove unneeded code, warn for ignored
5093         command.
5094         (compat-execute): Check flag set by dg-require-* commands.
5095
5096         * lib/compat.exp (compat-execute): Break up long lines.
5097
5098 2004-05-24  Janis Johnson  <janis187@us.ibm.com>
5099
5100         * gcc.dg/altivec-7.c: Don't use 'vector long'.
5101         * gcc.dg/altivec-14.c: New test.
5102         * g++.dg/ext/altivec-7.C: Don't use 'vector long'.
5103
5104         * gcc.dg/altivec-6.c: Use -maltivec, don't limit to darwin.
5105         * gcc.dg/altivec-12.c: Ditto.
5106
5107         * gcc.dg/altivec-3.c: Move call to altivec_check.
5108
5109 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
5110
5111         PR c++/15044
5112         * g++.dg/template/error12.C: New test.
5113
5114         PR c++/15317
5115         * g++.dg/ext/attrib15.C: New test.
5116
5117         PR c++/15329
5118         * g++.dg/template/ptrmem9.C: New test.
5119
5120 2004-05-25  Paul Brook  <paul@codesourcery.com>
5121
5122         * gfortran.fortran-torture/compile/inquiry_1.f90: New test.
5123
5124 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
5125
5126         PR c++/15165
5127         * g++.dg/template/crash19.C: New test.
5128
5129 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
5130
5131         PR c++/15025
5132         * g++.dg/template/redecl1.C: New test.
5133
5134 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
5135
5136         PR c++/14821
5137         * g++.dg/other/ns1.C: New test.
5138
5139         PR c++/14883
5140         * g++.dg/template/invalid1.C: New test.
5141
5142 2004-05-23  Paul Brook  <paul@codesourcery.com>
5143         Victor Leikehman  <lei@haifasphere.co.il>
5144
5145         * gfortran.fortran-torture/execute/common_init_1.f90: New test.
5146         * gfortran.fortran-torture/execute/equiv_init.f90: New test.
5147
5148 2004-05-22  Mark Mitchell  <mark@codesourcery.com>
5149
5150         PR c++/15285
5151         PR c++/15299
5152         * g++.dg/template/non-dependent5.C: New test.
5153         * g++.dg/template/non-dependent6.C: New test.
5154
5155 2004-05-22  Mark Mitchell  <mark@codesourcery.com>
5156
5157         PR c++/15507
5158         * g++.dg/inherit/union1.C: New test.
5159
5160         PR c++/15542
5161         * g++.dg/template/addr1.C: New test.
5162
5163         PR c++/15427
5164         * g++.dg/template/array5.C: New test.
5165
5166         PR c++/15287
5167         * g++.dg/template/array6.C: New test.
5168
5169 2004-05-22  Wolfgang Bangerth  <bangerth@dealii.org>
5170             Roger Sayle  <roger@eyesopen.com>
5171
5172         * g++.dg/lookup/forscope2.C: New test case.
5173
5174 2004-05-22  Ben Elliston  <bje@au.ibm.com>
5175
5176         * gcc.dg/cpp/Wmissingdirs.c: New.
5177
5178 2004-05-20  H.J. Lu  <hongjiu.lu@intel.com>
5179
5180         PR target/15301
5181         * gcc.dg/compat/union-m128-1.h: New file.
5182         * gcc.dg/compat/union-m128-1_main.c: Likewise.
5183         * gcc.dg/compat/union-m128-1_x.c: Likewise.
5184         * gcc.dg/compat/union-m128-1_y.c: Likewise.
5185
5186 2004-05-20  H.J. Lu  <hongjiu.lu@intel.com>
5187
5188         PR target/15302
5189         * gcc.dg/compat/struct-complex-1.h: New file.
5190         * gcc.dg/compat/struct-complex-1_main.c: Likewise.
5191         * gcc.dg/compat/struct-complex-1_x.c: Likewise.
5192         * gcc.dg/compat/struct-complex-1_y.c: Likewise.
5193
5194 2004-05-20  Roger Sayle  <roger@eyesopen.com>
5195
5196         PR middle-end/3074
5197         * gcc.dg/pr3074-1.c: New test case.
5198         * gcc.dg/sequence-pt-1.c: Remove an XFAIL.
5199
5200 2004-05-20  Falk Hueffner  <falk@debian.org>
5201
5202         PR other/15526
5203         * gcc.dg/ftrapv-1.c: New test case.
5204
5205 2004-05-18  Feng Wang  <fengwang@nudt.edu.cn>
5206
5207         * gfortran.fortran-torture/execute/power.f90: Test constant integers.
5208
5209 2004-05-18  Andrew Pinski  <pinskia@physics.uc.edu>
5210             Jeff Law  <law@redhat.com>
5211
5212         * gcc.dg/tree-ssa/20040514-2.c: Update expected output.
5213         * gcc.dg/tree-ssa/20040518-2.c: New test.
5214
5215         * gcc.dg/tree-ssa/20040518-1.c: New test.
5216
5217 2004-05-18  Zack Weinberg  <zack@codesourcery.com>
5218
5219         * gcc.c-torture/execute/991216-3.c: Delete, duplicate of 991216-2.c.
5220
5221 2004-05-18  Paul Brook  <paul@codesourcery.com>
5222
5223         PR fortran/13930
5224         * gfortran.fortran-torture/execute/der_init_4.f90: New test.
5225
5226 2004-05-18  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5227
5228         * gfortran.fortran-torture/execute/cmplx.f90: Add test for bug in
5229         constant folding.
5230
5231 2004-05-17  Steven Bosscher  <stevenb@suse.de>
5232
5233         * gcc.dg/tree-ssa/20040517-1.c: New test.
5234
5235 2004-05-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
5236
5237         * gcc.dg/loop-4.c: New test.
5238
5239 2004-05-15  Andrew Pinski  <pinskia@physics.uc.edu>
5240
5241         * gcc.dg/tree-ssa/20040514-1.c: Add '}' that was forgotten.
5242
5243 2004-05-15  Bud Davis  <bdavis9659@comcast.net>
5244
5245         PR fortran/15311
5246         * gfortran.fortran-torture/execute/write_a_1.f90: New test.
5247
5248 2004-05-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5249
5250         PR fortran/13826
5251         PR fortran/13940
5252         * gfortran.fortran-torture/compile/data_1.f90: New test.
5253
5254 2004-05-15  Ulrich Weigand  <uweigand@de.ibm.com>
5255
5256         * gcc.dg/const-elim-1.c: Remove XFAIL for s390*-*-*.
5257         * gcc.dg/uninit-H.c: Define ASM for __s390__.
5258
5259 2004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
5260
5261         * gcc.c-torture/execute/20000603-1.c: Update WG14 URL.
5262
5263 2004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
5264
5265         PR c/15444
5266         * gcc.dg/format/xopen-1.c: Adjust expected message.
5267         * gcc.dg/format/xopen-3.c: New test.
5268
5269 2004-05-14  Victor Leikehman  <lei@haifasphere.co.il>
5270
5271         * gfortran.fortran-torture/execute/def_init_3.f90: New test.
5272
5273 2004-05-14  Jeff Law  <law@redhat.com>
5274
5275         * gcc.dg/tree-ssa/20040514-2.c: New test.
5276
5277 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5278
5279         * gfortran.fortran-torture/compile/noncontinuation_1.f90: Rename
5280         this ...
5281         * gfortran.fortran-torture/compile/noncontinuation_1.f: ... to
5282         this.
5283
5284 2004-05-14  Andrew Pinski  <pinskia@physics.uc.edu>
5285
5286         * gcc.dg/tree-ssa/20040514-1.c: New test.
5287
5288 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5289
5290         * gfortran.fortran-torture/compile/noncontinuation_1.f90: New
5291         test.
5292
5293 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5294
5295         PR fortran/14066
5296         * gfortran.fortran-torture/compile/do_1.f90: New test.
5297
5298 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5299
5300         PR fortran/15051
5301         * gfortran.fortran-torture/compile/empty_interface_1.f90: New
5302         test.
5303
5304 2004-05-14  Bud Davis  <bdavis9659@comcast.net>
5305
5306         PR fortran/15149
5307         * gfortran.fortran-torture/execute/random_init.f90: New test.
5308
5309 2004-05-13  Paul Brook  <paul@codesourcery.com>
5310
5311         PR fortran/15314
5312         * gfortran.fortran-torture/execute/der_init_s.f90: New test.
5313
5314 2004-05-13  Andrew Pinski  <pinskia@physics.uc.edu>
5315
5316         * gcc.dg/uninit-H.c: Test for __PPC__ and __ppc__
5317         for the powerpc case.
5318
5319 2004-05-13  Jeff Law  <law@redhat.com>
5320
5321         * gcc.dg/tree-ssa/20040513-1.c: New test.
5322         * gcc.dg/tree-ssa/20040513-2.c: New test.
5323
5324 2004-05-13  Paul Brook  <paul@codesourcery.com>
5325
5326         * gcc.dg/tree-ssa/20030808-1.c: Force enum size.
5327         * gcc.dg/tree-ssa/20030714-1.c: Ditto.
5328         * gcc.dg/tree-ssa/20030708-1.c: Ditto.
5329
5330 2004-05-13  Andreas Schwab  <schwab@suse.de>
5331
5332         PR other/10819
5333         * lib/gfortran.exp (gfortran_version): Do not match NL/CR
5334         characters.
5335
5336 2004-05-13  Bud Davis  <bdavis9659@comcast.net>
5337
5338         PR fortran/15294
5339         * gfortran.fortran-torture/execute/adjustr.f90: New file.
5340
5341 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
5342
5343         Merge from tree-ssa-20020619-branch.  See
5344         ChangeLog.tree-ssa for details.
5345
5346 2004-05-11  Ziemowit Laski  <zlaski@apple.com>
5347
5348         * g++.dg/ext/altivec-8.C: Use '-maltivec' instead of '-faltivec';
5349         include <altivec.h> explicitly.
5350         * gcc.dg/altivec-13.c: Likewise.
5351
5352 2004-05-11  Paul Brook  <paul@codesourcery.com>
5353
5354         * gcc.c-torture/compile/20010518-1.c: Force enum size.
5355
5356 2004-05-10  Eric Christopher  <echristo@redhat.com>
5357
5358         * gcc.dg/sibcall-3.c: Remove xfail for mips*-*-elf.
5359         * gcc.dg/sibcall-4.c: Ditto.
5360
5361 2004-05-10  Ziemowit Laski  <zlaski@apple.com>
5362
5363         * g++.dg/ext/altivec-8.C: New test case.
5364         * gcc.dg/altivec-13.c: New test case.
5365
5366 2004-05-08  Roger Sayle  <roger@eyesopen.com>
5367
5368         * gcc.c-torture/execute/divcmp-1.c: New test case.
5369         * gcc.c-torture/execute/divcmp-2.c: New test case.
5370         * gcc.c-torture/execute/divcmp-3.c: New test case.
5371
5372 2004-05-07  Eric Botcazou <ebotcazou@libertysurf.fr>
5373
5374         * g++.dg/other/pragma-re-2.C: New test.
5375
5376 2004-05-07  Uros Bizjak  <uros@kss-loka.si>
5377
5378         * gcc.dg/i386-387-1.c: Add new test for __builtin_fmod.
5379         * gcc.dg/i386-387-2.c: Likewise.
5380
5381         * gcc.dg/i386-387-5.c: Add new tests for __builtin_log1p and
5382         __builtin_drem.
5383         * gcc.dg/i386-387-6.c: Likewise.
5384
5385 2004-05-07  Uros Bizjak  <uros@kss-loka.si>
5386
5387         * gcc.dg/builtins-33.c:  Also check log1p*.
5388
5389 2004-05-07  Hans-Peter Nilsson  <hp@axis.com>
5390
5391         PR optimization/15296
5392         * gcc.c-torture/execute/pr15296.c: New test.
5393
5394 2004-05-05  Uros Bizjak  <uros@kss-loka.si>
5395
5396         * gcc.dg/builtins-40.c: New test.
5397
5398 2004-05-05  Richard Sandiford  <rsandifo@redhat.com>
5399
5400         * gcc.dg/torture/mips-hilo-2.c: Provide dummy __mips16 version.
5401
5402 2004-05-04  Paolo Bonzini  <bonzini@gnu.org>
5403
5404         * g++.dg/ext/spe1.C: New testcase.
5405
5406 2004-05-04  Ziemowit Laski  <zlaski@apple.com>
5407
5408         * objc.dg/image-info.m: Allow additional attributes
5409         for __image_info section.
5410
5411 2004-05-04  Richard Sandiford  <rsandifo@redhat.com>
5412
5413         * gcc.dg/torture/mips-hilo-2.c: New test.
5414
5415 2004-05-03  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5416
5417         PR c++/14389
5418         * g++.dg/template/member5.C: New test.
5419
5420 2004-05-03  Uros Bizjak  <uros@kss-loka.si>
5421
5422         * gcc.dg/builtins-34.c: Also check expm1*.
5423
5424 2004-05-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5425
5426         * gcc.dg/torture/builtin-integral-1.c: Reorg and add more cases.
5427         * gcc.dg/torture/builtin-convert-3.c: New test.
5428
5429 2004-05-01  Ulrich Weigand  <uweigand@de.ibm.com>
5430
5431         PR middle-end/15054
5432         * g++.dg/opt/pr15054.C: New test.
5433
5434 2004-04-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5435
5436         * gcc.dg/torture/builtin-rounding-1.c: New test.
5437         * gcc.dg/builtins-25.c: Delete.
5438         * gcc.dg/builtins-29.c: Delete.
5439
5440 2004-04-29  Andreas Krebbel  <krebbel1@de.ibm.com>
5441
5442         * gcc.dg/sibcall-3.c: Delete s390 from expected fail list.
5443         * gcc.dg/sibcall-4.c: Likewise.
5444         * gcc.dg/sibcall-6.c: Enable s390 as test platform.
5445
5446 2004-04-30  Kazu Hirata  <kazu@cs.umass.edu>
5447
5448         * gcc.c-torture/execute/20040331-1.c: Don't use too wide a
5449         bit-field on 16-bit targets.
5450
5451 2004-04-30  Kazu Hirata  <kazu@cs.umass.edu>
5452
5453         * gcc.c-torture/execute/20040409-2.c: Fix constants used on
5454         16-bit targets.
5455
5456 2004-04-30  Andrew Pinski  <pinskia@physics.uc.edu>
5457
5458         * gcc.dg/rs6000-power2-1.c: Change to compile only.
5459         * gcc.dg/rs6000-power2-2.c: Likewise.
5460
5461 2004-04-29  Andrew Pinski  <pinskia@physics.uc.edu>
5462
5463         * gcc.dg/rs6000-power2-1.c: Change the options to be more correct.
5464         * gcc.dg/rs6000-power2-2.c: Change the options to be more correct.
5465         Change the asm registers to be in form of frN instead of fN.
5466
5467 2004-04-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5468
5469         * gcc.dg/torture/builtin-convert-2.c: New test.
5470
5471 2004-04-28  Andrew Pinski  <pinskia@physics.uc.edu>
5472
5473         * gcc.dg/rs6000-power2-1.c: New test.
5474         * gcc.dg/rs6000-power2-2.c: New test.
5475
5476 2004-04-28  Jan Hubicka  <jh@suse.cz>
5477
5478         * gcc.dg/unused-6.c: New test.
5479
5480 2004-04-24  Laurent GUERBY  <laurent@guerby.net>
5481             Ulrich Weigand  <uweigand@de.ibm.com>
5482
5483         * ada/acats/run_all.sh: Define $target variable.
5484
5485 2004-04-26  Andrew Pinski  <pinskia@physics.uc.edu>
5486
5487         PR c++/15119
5488         * g++.dg/other/vararg-1.C: New test.
5489
5490         PR c++/4794
5491         * g++.dg/eh/cleanup3.C: New test.
5492
5493 2004-04-24  Laurent GUERBY <laurent@guerby.net>
5494
5495         * ada/acats/run_all.sh: Handle cd2a83c, cd2a91c (target_bit)
5496         and ad8011a (target_insn).
5497         * ada/acats/support/macro.dfs: Likewise.
5498         * ada/acats/support/impbit.adb: New file.
5499
5500 2004-04-23  Ulrich Weigand  <uweigand@de.ibm.com>
5501
5502         * gcc.dg/const-elim-1.c: XFAIL on s390*-*-*.
5503
5504 2004-04-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
5505
5506         * gcc.dg/loop-3.c: New test.
5507
5508 2004-04-23  Daniel Jacobowitz  <drow@mvista.com>
5509
5510         * gcc.c-torture/execute/simd-5.c: New test.
5511
5512 2004-04-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5513
5514         PR c++/15064
5515         * g++.dg/template/crash18.C: New test.
5516
5517 2004-04-22  Mark Mitchell  <mark@codesourcery.com>
5518
5519         * g++.dg/ext/complit3.C: New test.
5520
5521 2004-04-21  Aldy Hernandez  <aldyh@redhat.com>
5522
5523         * gcc.dg/altivec-1.c: XFAIL for powerpc-eabispe.
5524         * gcc.dg/altivec-3.c: Same.
5525         * gcc.dg/altivec-varargs-1.c: Same.
5526
5527 2004-04-21  Aldy Hernandez  <aldyh@redhat.com>
5528
5529         * lib/target-supports.exp (check_profiling_available): Assume
5530         profiling is not available on powerpc-eabi targets.
5531
5532 2004-04-21  Janis Johnson  <janis187@us.ibm.com>
5533
5534         * gcc.dg/vmx/1c-01.c: Use ptrdiff_t for casts of pointers.
5535         * gcc.dg/vmx/bug-1.c: Ditto.
5536
5537 2004-04-20  Eric Christopher  <echristo@redhat.com>
5538
5539         * gcc.dg/charset/extern.c: New test.
5540         * g++.dg/charset/extern3.cc: Ditto.
5541
5542 2004-04-20  Uros Bizjak  <uros@kss-loka.si>
5543
5544         * gcc.dg/builtins-39.c: New test.
5545
5546 2004-04-20  Aldy Hernandez  <aldyh@redhat.com>
5547
5548         * gcc.dg/vmx/vmx.exp: Change DEFAULT_CFLAGS to DEFAULT_VMXCFLAGS.
5549
5550 2004-04-20  Richard Sandiford  <rsandifo@redhat.com>
5551
5552         * gcc.dg/torture/mips-hilo-1.c: New test.
5553
5554 2004-04-19  Andrew Pinski  <pinskia@physics.uc.edu>
5555
5556         * gcc.c-torture/compile/20040419-1.c: New test.
5557
5558 2004-04-18  Aldy Hernandez  <aldyh@redhat.com>
5559
5560         * gcc.dg/vmx/varargs-1.c: Handle when printf outputs \r\n.
5561
5562 2004-04-18  Zack Weinberg  <zack@codesourcery.com>
5563             Aldy Hernandez  <aldyh@redhat.com>
5564
5565         * gcc.c-torture/execute/va-arg-24.c: New.
5566
5567 2004-04-17  Zack Weinberg  <zack@codesourcery.com>
5568             Aldy Hernandez  <aldyh@redhat.com>
5569
5570         * gcc.dg/vmx/1b-01.c: New.
5571         * gcc.dg/vmx/1b-02.c: New.
5572         * gcc.dg/vmx/1b-03.c: New.
5573         * gcc.dg/vmx/1b-04.c: New.
5574         * gcc.dg/vmx/1b-05.c: New.
5575         * gcc.dg/vmx/1b-06.c: New.
5576         * gcc.dg/vmx/1b-07.c: New.
5577         * gcc.dg/vmx/1c-01.c: New.
5578         * gcc.dg/vmx/1c-02.c: New.
5579         * gcc.dg/vmx/3a-01a.c: New.
5580         * gcc.dg/vmx/3a-01.c: New.
5581         * gcc.dg/vmx/3a-01m.c: New.
5582         * gcc.dg/vmx/3a-03.c: New.
5583         * gcc.dg/vmx/3a-03m.c: New.
5584         * gcc.dg/vmx/3a-04.c: New.
5585         * gcc.dg/vmx/3a-04m.c: New.
5586         * gcc.dg/vmx/3a-05.c: New.
5587         * gcc.dg/vmx/3a-06.c: New.
5588         * gcc.dg/vmx/3a-06m.c: New.
5589         * gcc.dg/vmx/3a-07.c: New.
5590         * gcc.dg/vmx/3b-01.c: New.
5591         * gcc.dg/vmx/3b-02.c: New.
5592         * gcc.dg/vmx/3b-10.c: New.
5593         * gcc.dg/vmx/3b-13.c: New.
5594         * gcc.dg/vmx/3b-14.c: New.
5595         * gcc.dg/vmx/3b-15.c: New.
5596         * gcc.dg/vmx/3c-01a.c: New.
5597         * gcc.dg/vmx/3c-01.c: New.
5598         * gcc.dg/vmx/3c-02.c: New.
5599         * gcc.dg/vmx/3c-03.c: New.
5600         * gcc.dg/vmx/3d-01.c: New.
5601         * gcc.dg/vmx/4-01.c: New.
5602         * gcc.dg/vmx/4-03.c: New.
5603         * gcc.dg/vmx/5-01.c: New.
5604         * gcc.dg/vmx/5-02.c: New.
5605         * gcc.dg/vmx/5-03.c: New.
5606         * gcc.dg/vmx/5-04.c: New.
5607         * gcc.dg/vmx/5-05.c: New.
5608         * gcc.dg/vmx/5-06.c: New.
5609         * gcc.dg/vmx/5-07.c: New.
5610         * gcc.dg/vmx/5-07t.c: New.
5611         * gcc.dg/vmx/5-08.c: New.
5612         * gcc.dg/vmx/5-10.c: New.
5613         * gcc.dg/vmx/5-11.c: New.
5614         * gcc.dg/vmx/7-01a.c: New.
5615         * gcc.dg/vmx/7-01.c: New.
5616         * gcc.dg/vmx/7c-01.c: New.
5617         * gcc.dg/vmx/7d-01.c: New.
5618         * gcc.dg/vmx/7d-02.c: New.
5619         * gcc.dg/vmx/8-01.c: New.
5620         * gcc.dg/vmx/8-02a.c: New.
5621         * gcc.dg/vmx/8-02.c: New.
5622         * gcc.dg/vmx/brode-1.c: New.
5623         * gcc.dg/vmx/bug-1.c: New.
5624         * gcc.dg/vmx/bug-2.c: New.
5625         * gcc.dg/vmx/bug-3.c: New.
5626         * gcc.dg/vmx/cw-bug-1.c: New.
5627         * gcc.dg/vmx/cw-bug-2.c: New.
5628         * gcc.dg/vmx/cw-bug-3.c: New.
5629         * gcc.dg/vmx/dct.c: New.
5630         * gcc.dg/vmx/debug-1.c: New.
5631         * gcc.dg/vmx/debug-2.c: New.
5632         * gcc.dg/vmx/debug-3.c: New.
5633         * gcc.dg/vmx/debug-4.c: New.
5634         * gcc.dg/vmx/dos-bug-1-gdb.c: New.
5635         * gcc.dg/vmx/dos-bug-2-gdb.c: New.
5636         * gcc.dg/vmx/eg-5.c: New.
5637         * gcc.dg/vmx/fft.c: New.
5638         * gcc.dg/vmx/gcc-bug-1.c: New.
5639         * gcc.dg/vmx/gcc-bug-2.c: New.
5640         * gcc.dg/vmx/gcc-bug-3.c: New.
5641         * gcc.dg/vmx/gcc-bug-4.c: New.
5642         * gcc.dg/vmx/gcc-bug-5.c: New.
5643         * gcc.dg/vmx/gcc-bug-6.c: New.
5644         * gcc.dg/vmx/gcc-bug-7.c: New.
5645         * gcc.dg/vmx/gcc-bug-8.c: New.
5646         * gcc.dg/vmx/gcc-bug-9.c: New.
5647         * gcc.dg/vmx/gcc-bug-b.c: New.
5648         * gcc.dg/vmx/gcc-bug-c.c: New.
5649         * gcc.dg/vmx/gcc-bug-d.c: New.
5650         * gcc.dg/vmx/gcc-bug-e.c: New.
5651         * gcc.dg/vmx/gcc-bug-f.c: New.
5652         * gcc.dg/vmx/gcc-bug-g.c: New.
5653         * gcc.dg/vmx/gcc-bug-i.c: New.
5654         * gcc.dg/vmx/harness.h: New.
5655         * gcc.dg/vmx/ira1.c: New.
5656         * gcc.dg/vmx/ira2a.c: New.
5657         * gcc.dg/vmx/ira2b.c: New.
5658         * gcc.dg/vmx/ira2.c: New.
5659         * gcc.dg/vmx/ira2c.c: New.
5660         * gcc.dg/vmx/mem.c: New.
5661         * gcc.dg/vmx/newton-1.c: New.
5662         * gcc.dg/vmx/ops.c: New.
5663         * gcc.dg/vmx/sn7153.c: New.
5664         * gcc.dg/vmx/spill2.c: New.
5665         * gcc.dg/vmx/spill3.c: New.
5666         * gcc.dg/vmx/spill.c: New.
5667         * gcc.dg/vmx/t.c: New.
5668         * gcc.dg/vmx/varargs-1.c: New.
5669         * gcc.dg/vmx/varargs-2.c: New.
5670         * gcc.dg/vmx/varargs-3.c: New.
5671         * gcc.dg/vmx/varargs-4.c: New.
5672         * gcc.dg/vmx/varargs-5.c: New.
5673         * gcc.dg/vmx/varargs-6.c: New.
5674         * gcc.dg/vmx/varargs-7.c: New.
5675         * gcc.dg/vmx/vmx.exp: New.
5676         * gcc.dg/vmx/vprint-1.c: New.
5677         * gcc.dg/vmx/vscan-1.c: New.
5678         * gcc.dg/vmx/x-01.c: New.
5679         * gcc.dg/vmx/x-02.c: New.
5680         * gcc.dg/vmx/x-03.c: New.
5681         * gcc.dg/vmx/x-04.c: New.
5682         * gcc.dg/vmx/x-05.c: New.
5683         * gcc.dg/vmx/yousufi-1.c: New.
5684         * gcc.dg/vmx/zero-1.c: New.
5685         * gcc.dg/vmx/zero.c: New.
5686
5687 2004-04-17  Andrew Pinski  <pinskia@physics.uc.edu>
5688
5689         * g++.dg/lookup/java1.C: Update for chage of
5690         _Jv_AllocObject.
5691         * g++.dg/lookup/java2.C: Likewise.
5692
5693 2004-04-17  Laurent GUERBY <laurent@guerby.net>
5694
5695         * ada/acats/run_all.sh: use -O2 by default.
5696
5697 2004-04-17  Richard Sandiford  <rsandifo@redhat.com>
5698
5699         * gcc.dg/vr-mult-[12].c: New tests.
5700
5701 2004-04-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5702
5703         * gcc.dg/funcorder.c: XFAIL hppa*64*-*-*.
5704
5705         * gcc.dg/const-elim-1.c: XFAIL hppa-*-*.
5706
5707 2004-04-15  Richard Sandiford  <rsandifo@redhat.com>
5708
5709         * lib/target-supports.exp (check_profiling_available): Assume profiling
5710         isn't available for mips*-*-elf targets.
5711
5712 2004-04-14  Uros Bizjak  <uros@kss-loka.si>
5713
5714         * gcc.dg/builtins-38.c: New test.
5715
5716 2004-04-14  Eric Christopher  <echristo@redhat.com>
5717
5718         * g++.dg/charset/charset.exp: Run .cc extension tests.
5719
5720 2004-04-14  Zack Weinberg  <zack@codesourcery.com>
5721
5722         * gcc.dg/const-elim-1.c: XFAIL hppa*.*-*-* (PA32).  Update commentary.
5723
5724 2004-04-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5725
5726         * gcc.dg/torture/builtin-ctype-2.c: Test builtin isdigit.
5727
5728 2004-04-13  Uros Bizjak  <uros@kss-loka.si>:
5729
5730         * gcc.dg/i386-387-1.c: Add new test for __builtin_tan.
5731         * gcc.dg/i386-387-2.c: Likewise.
5732
5733         * gcc.dg/i386-387-7.c: New test.
5734         * gcc.dg/i386-387-8.c: New test.
5735
5736         * gcc.dg/builtins-37.c: New test.
5737
5738 2004-04-13  Geoffrey Keating  <geoffk@apple.com>
5739
5740         * g++.dg/pch/externc-1.C: Add missing semicolon.
5741
5742 2004-04-13  Aldy Hernandez  <aldyh@redhat.com>
5743
5744         * gcc.c-torture/execute/20020720-1.x: XFAIL for powerpc-*-*spe.
5745
5746 2004-04-12  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5747
5748         * gcc.c-torture/execute/20040411-1.c: New test.
5749
5750 2004-04-10  Joseph S. Myers  <jsm@polyomino.org.uk>
5751
5752         * gcc.dg/c90-intprom-1.c, gcc.dg/c99-intprom-1.c: New tests.
5753
5754 2004-04-09  Chris Demetriou  <cgd@broadcom.com>
5755
5756         * g++.dg/other/packed1.C: Mark xfail for mips*- not mips-.
5757
5758 2004-04-09  Zack Weinberg  <zack@codesourcery.com>
5759
5760         * lib/target-supports.exp (check_named_sections_available): New.
5761         * lib/gcc-dg.exp (dg-require-named-sections): New.
5762         * lib/prune.exp (prune_gcc_output): Incorporate prunes from
5763         old-deja.exp.  Also prune error-count message from HP linker.
5764         * g++.old-deja/old-deja.exp (g++-dg-prune): Delete.
5765
5766         * g++.dg/init/init-ref4.C: Use dg-require-weak.
5767         * g++.old-deja/g++.pt/static3.C: Likewise.
5768         * g++.dg/parse/attr-ctor1.C: Use dg-require-named-sections.
5769
5770 2004-04-09  Roger Sayle  <roger@eyesopen.com>
5771
5772         * gcc.c-torture/execute/20040409-1.c: New test case.
5773         * gcc.c-torture/execute/20040409-2.c: New test case.
5774         * gcc.c-torture/execute/20040409-3.c: New test case.
5775
5776 2004-04-09  Andrew Pinski  <pinskia@physics.uc.edu>
5777
5778         * gcc.dg/20040409-1.c: New test.
5779
5780 2004-04-08  Roger Sayle  <roger@eyesopen.com>
5781
5782         PR target/14888
5783         * g++.dg/opt/pr14888.C: New test case.
5784
5785 2004-04-08  Geoffrey Keating  <geoffk@apple.com>
5786
5787         * gcc.dg/pch/valid-1.c, gcc.dg/pch/valid-2.c, gcc.dg/pch/valid-3.c,
5788         gcc.dg/pch/valid-4.c, gcc.dg/pch/valid-5.c, gcc.dg/pch/valid-6.c,
5789         gcc.dg/pch/valid-1.hs, gcc.dg/pch/valid-2.hs, gcc.dg/pch/valid-3.hs,
5790         gcc.dg/pch/valid-4.hs, gcc.dg/pch/valid-5.hs, gcc.dg/pch/valid-6.hs:
5791         New tests.
5792
5793 2004-04-08  Paul Brook  <paul@codesourcery.com>
5794
5795         * gcc.dg/spill-1.c: New test.
5796
5797 2004-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5798
5799         * gcc.dg/torture/builtin-ctype-2.c: New test.
5800
5801 2004-04-07  Ian Lance Taylor  <ian@wasabisystems.com>
5802
5803         * gcc.dg/pch/pch.exp: Add largefile test.
5804
5805 2004-04-06  Geoffrey Keating  <geoffk@apple.com>
5806
5807         * g++.dg/pch/externc-1.Hs: New.
5808         * g++.dg/pch/externc-1.C: New.
5809
5810 2004-04-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5811
5812         * gcc.dg/compat/struct-by-value-5a_main.c,
5813         gcc.dg/compat/struct-by-value-5b_main.c: New files.
5814         * gcc.dg/compat/struct-by-value-5_main.c: Delete.
5815         * gcc.dg/compat/struct-by-value-5a_x.c,
5816         gcc.dg/compat/struct-by-value-5b_x.c: New, split out from
5817         gcc.dg/compat/struct-by-value-5_x.c.
5818         * gcc.dg/compat/struct-by-value-5a_y.c,
5819         gcc.dg/compat/struct-by-value-5b_y.c: New, split out from
5820         gcc.dg/compat/struct-by-value-5_y.c.
5821
5822         * gcc.dg/compat/struct-by-value-6a_main.c,
5823         gcc.dg/compat/struct-by-value-6b_main.c: New files.
5824         * gcc.dg/compat/struct-by-value-6_main.c: Delete.
5825         * gcc.dg/compat/struct-by-value-6a_x.c,
5826         gcc.dg/compat/struct-by-value-6b_x.c: New, split out from
5827         gcc.dg/compat/struct-by-value-6_x.c.
5828         * gcc.dg/compat/struct-by-value-6a_y.c,
5829         gcc.dg/compat/struct-by-value-6b_y.c: New, split out from
5830         gcc.dg/compat/struct-by-value-6_y.c.
5831
5832         * gcc.dg/compat/struct-by-value-7a_main.c,
5833         gcc.dg/compat/struct-by-value-7b_main.c: New files.
5834         * gcc.dg/compat/struct-by-value-7_main.c: Delete.
5835         * gcc.dg/compat/struct-by-value-7a_x.c,
5836         gcc.dg/compat/struct-by-value-7b_x.c: New, split out from
5837         gcc.dg/compat/struct-by-value-7_x.c.
5838         * gcc.dg/compat/struct-by-value-7a_y.c,
5839         gcc.dg/compat/struct-by-value-7b_y.c: New, split out from
5840         gcc.dg/compat/struct-by-value-7_y.c.
5841
5842 2004-04-06  Jakub Jelinek  <jakub@redhat.com>
5843
5844         * gcc.dg/i386-sse-8.c: Don't use -march=pentium3 on x86_64.
5845         * gcc.dg/i386-local.c: Expect %edi, not %eax register on x86_64.
5846         * gcc.dg/20020103-1.c: Add -fno-asynchronous-unwind-tables to
5847         options.
5848
5849 2004-04-06  Uros Bizjak  <uros@kss-loka.si>
5850
5851         * gcc.dg/builtins-36.c: New test.
5852
5853 2004-04-06  Paul Brook  <paul@codesourcery.com>
5854
5855         * README.gcc: Remove obsolete contraint on testcases.
5856
5857 2004-04-05  Paul Brook  <paul@codesourcery.com>
5858
5859         PR2123
5860         * g++.dg/expr/anew1.C: XFAIL and make reproducible.  Call abort on
5861         failure and exit(0) on success.
5862         * g++.dg/expr/anew2.C: Ditto.
5863         * g++.dg/expr/anew3.C: Ditto.
5864         * g++.dg/expr/anew4.C: Ditto.
5865
5866 2004-04-05  Nathan Sidwell  <nathan@codesourcery.com>
5867
5868         PR c++/3518
5869         * g++.dg/template/unify7.C: New.
5870
5871 2004-04-02  Nathanael Nerode  <neroden@gcc.gnu.org>
5872
5873         * g++.dg/README: Bring up to date with new subdirectories; remove
5874         duplicate subdirectory lines.
5875
5876 2004-04-02  Nathan Sidwell  <nathan@codesourcery.com>
5877
5878         PR c++/14007
5879         * g++.dg/template/unify5.C: New.
5880         * g++.dg/template/unify6.C: New.
5881         * g++.dg/template/qualttp20.C: Adjust.
5882         * g++.old-deja/g++.jason/report.C: Adjust.
5883         * g++.old-deja/g++.other/qual1.C: Adjust.
5884
5885 2004-04-01  Mark Mitchell  <mark@codesourcery.com>
5886
5887         PR c++/14803
5888         * g++.dg/inherit/ptrmem1.C: New test.
5889
5890 2004-04-01  Jakub Jelinek  <jakub@redhat.com>
5891
5892         PR c++/14755
5893         * gcc.c-torture/execute/20040331-1.c: New test.
5894         * gcc.dg/20040331-1.c: New test.
5895
5896 2004-04-01  Paul Brook  <paul@codesourcery.com>
5897
5898         * gcc.dg/arm-mmx-1.c: Add -mabi=iwmmxt to dg-options.
5899
5900 2004-03-30  Mark Mitchell  <mark@codesourcery.com>
5901
5902         PR c++/14724
5903         * g++.dg/init/goto1.C: New test.
5904
5905         PR c++/14763
5906         * g++.dg/template/defarg4.C: New test.
5907
5908 2004-03-30  Hartmut Penner  <hpenner@de.ibm.com>
5909
5910         * gcc.dg/altivec-11.c: Extend test for more valid cases.
5911
5912 2004-03-28  David Edelsohn  <edelsohn@gnu.org>
5913
5914         * gcc.dg/doloop-1.c: Do not check for lack of "blt".
5915
5916 2004-03-28  Zack Weinberg  <zack@codesourcery.com>
5917
5918         * gcc.dg/noncompile/undeclared-2.c: New test.
5919
5920 2004-03-28  Joseph S. Myers  <jsm@polyomino.org.uk>
5921
5922         * gcc.dg/940409-1.c: Remove XFAIL.
5923         * gcc.dg/reg-vol-struct-1.c: New test.
5924
5925 2004-03-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5926
5927         * gcc.dg/torture/builtin-wctype-1.c: New test.
5928
5929 2004-03-26  James A. Morrison  <ja2morri@uwaterloo.ca>
5930
5931         * gcc.dg/20001013-1.c: Run on 32-bit and 64-bit SPARC.
5932         * gcc.dg/20001101-1.c: Likewise.
5933         * gcc.dg/20001102-1.c: Likewise.
5934
5935 2004-03-25  Roger Sayle  <roger@eyesopen.com>
5936
5937         * gcc.dg/compare8.c: Add an additional test for XOR.
5938
5939 2004-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5940
5941         * gcc.dg/torture/builtin-ctype-1.c: New test.
5942
5943 2004-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5944
5945         * gcc.dg/torture/builtin-explog-1.c: Add new cases.
5946         * gcc.dg/torture/builtin-math-1.c: Likewise.
5947         * gcc.dg/torture/builtin-power-1.c: New test.
5948
5949 2004-03-24  Andreas Schwab  <schwab@suse.de>
5950
5951         * lib/prune.exp (prune_gcc_output): Ignore errata warning from
5952         IA64 assembler.
5953
5954 2004-03-23  Joseph S. Myers  <jsm@polyomino.org.uk>
5955             Roger Sayle  <roger@eyesopen.com>
5956
5957         * gcc.dg/compare8.c: New test case.
5958
5959 2004-03-23  Ziemowit Laski  <zlaski@apple.com>
5960
5961         * g++.dg/ext/altivec-7.C: New test.
5962
5963 2004-03-23  Zack Weinberg  <zack@codesourcery.com>
5964
5965         PR 12267, 12391, 12560, 13129, 14114, 14133
5966         * gcc.dg/Wold-style-definition-1.c, gcc.dg/builtins-30.c
5967         * gcc.dg/unused-4.c, gcc.dg/noncompile/label-1.c
5968         * gcc.dg/noncompile/label-lineno-1.c, objc.dg/naming-1.m:
5969         Adjust error regexps.
5970         * gcc.dg/Wshadow-2.c, gcc.dg/noncompile/incomplete-3.c
5971         * gcc.dg/noncompile/undeclared-1.c: New test cases.
5972         * gcc.dg/decl-5.c, gcc.dg/redecl-1.c: Remove XFAIL.
5973         * gcc.dg/local1.c: Add explanatory comment.
5974
5975 2004-03-23  Roger Sayle  <roger@eyesopen.com>
5976
5977         PR optimization/14669
5978         * g++.dg/opt/fold2.C: New test case.
5979
5980 2004-03-22  Jakub Jelinek  <jakub@redhat.com>
5981
5982         PR c/14069
5983         * gcc.dg/20040322-1.c: New test.
5984
5985 2004-03-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
5986
5987         * gcc.dg/ultrasp2.c: Do not pass -m64.  Remove redundant lines.
5988         * gcc.dg/ultrasp4.c: Likewise.
5989         * gcc.dg/ultrasp8.c: Do not pass -m64.  Add sparcv9-*-*.
5990
5991 2004-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
5992
5993         * gcc.dg/i386-sse-8.c: Reset default options.
5994
5995 2004-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
5996
5997         * gcc.dg/charset/asm2.c: Allow 'parse error' instead of 'syntax error'
5998         in the error message text.
5999
6000 2004-03-21  Gabriel Dos Reis  <gdr@integrable-solutions.net>
6001
6002         * g++.dg/template/qualttp20.C: Adjust dg- regexp.
6003
6004 2004-03-21  Mark Mitchell  <mark@codesourcery.com>
6005
6006         PR c++/14616
6007         * g++.dg/init/array13.C: New test.
6008
6009 2004-03-20  Roger Sayle  <roger@eyesopen.com>
6010
6011         PR target/13889
6012         * gcc.c-torture/compile/pr13889.c: New test case.
6013
6014 2004-03-20  Joseph S. Myers  <jsm@polyomino.org.uk>
6015
6016         PR c/14635
6017         * builtins-1.c (nan, nans): Don't test.
6018         * builtins-30.c: Don't use nan, nanf, nanl.
6019         * builtins-35.c: New test.
6020
6021 2004-03-19  Ziemowit Laski  <zlaski@apple.com>
6022
6023         * g++.dg/ext/altivec-6.C: New test.
6024
6025 2004-03-19  Mark Mitchell  <mark@codesourcery.com>
6026
6027         * g++.dg/init/placement3.C: New test.
6028
6029         * g++.dg/template/spec13.C: New test.
6030
6031         * g++.dg/lookup/using11.C: New test.
6032
6033         * g++.dg/lookup/koenig3.C: New test.
6034
6035         * g++.dg/template/operator2.C: New test.
6036
6037         * g++.dg/expr/dtor3.C: New test.
6038         * g++.old-deja/g++.brendan/crash15.C: Remove incorrect dg-error
6039         marker.
6040         * g++.old-deja/g++.law/visibility28.C: Likewise.
6041
6042 2004-03-19  Paolo Bonzini  <bonzini@gnu.org>
6043
6044         * gcc.dg/altivec-6.c: Use vector_size attribute, not mode.
6045         * gcc.dg/ppc64-abi-3.c: Likewise.
6046
6047 2004-03-19  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6048
6049         PR c++/14545
6050         * g++.dg/parse/template15.C: New test.
6051
6052 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
6053
6054         * g++.dg/expr/dtor2.C: New test.
6055
6056         * g++.dg/lookup/anon4.C: New test.
6057
6058         * g++.dg/overload/using1.C: New test.
6059
6060         * g++.dg/template/lookup7.C: New test.
6061
6062         * g++.dg/template/typename6.C: New test.
6063
6064         * g++.dg/expr/cond6.C: New test.
6065
6066 2004-03-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6067
6068         * gcc.dg/torture/builtin-convert-1.c: Test more math builtins.
6069
6070 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
6071
6072         * g++.dg/expr/cond5.C: New test.
6073         * g++.dg/expr/constcast1.C: Likewise.
6074         * g++.dg/expr/ptrmem2.C: Likewise.
6075         * g++.dg/expr/ptrmem3.C: Likewise.
6076         * g++.dg/lookup/main1.C: Likewise.
6077         * g++.dg/template/lookup6.C: Likewise.
6078
6079 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
6080
6081         * gcc.dg/local1.c: New test.
6082
6083         * gcc.dg/debug/dwarf2/c99-typedef1.c: New test.
6084
6085 2004-03-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6086
6087         * gcc.dg/torture/builtin-convert-1.c: New test.
6088
6089 2004-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6090
6091         * gcc.dg/torture/builtin-integral-1.c: Also check for `rint'.
6092
6093 2004-03-16  Mark Mitchell  <mark@codesourcery.com>
6094
6095         PR c++/14481
6096         * g++.dg/warn/Wunused-7.C: New test.
6097
6098 2004-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6099
6100         * gcc.dg/torture/builtin-integral-1.c: New test.
6101
6102 2004-03-16  Mark Mitchell  <mark@codesourcery.com>
6103
6104         PR c++/14586
6105         * g++.dg/parse/non-dependent3.C: New test.
6106
6107 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
6108
6109         * g++.dg/eh/simd-1.C: Use vector_size attribute, not mode.
6110         * g++.dg/eh/simd-2.C: Likewise.
6111         * g++.dg/init/array10.C: Likewise.
6112         * gcc.c-torture/compile/simd-1.c: Likewise.
6113         * gcc.c-torture/compile/simd-2.c: Likewise.
6114         * gcc.c-torture/compile/simd-3.c: Likewise.
6115         * gcc.c-torture/compile/simd-4.c: Likewise.
6116         * gcc.c-torture/compile/simd-6.c: Likewise.
6117         * gcc.c-torture/execute/simd-1.c: Likewise.
6118         * gcc.c-torture/execute/simd-2.c: Likewise.
6119         * gcc.dg/compat/vector-defs.h: Likewise.
6120         * gcc.dg/20020531-1.c: Likewise.
6121         * gcc.dg/altivec-3.c: Likewise.
6122         * gcc.dg/altivec-4.c: Likewise.
6123         * gcc.dg/altivec-varargs-1.c: Likewise.
6124         * testsuite/gcc.dg/compat/vector-defs.h: Likewise.
6125         * gcc.dg/i386-mmx-3.c: Likewise.
6126         * gcc.dg/i386-sse-4.c: Likewise.
6127         * gcc.dg/i386-sse-5.c: Likewise.
6128         * gcc.dg/i386-sse-8.c: Likewise.
6129         * gcc.dg/simd-1.c: Likewise.
6130         * gcc.dg/20030218-1.c: Likewise.  Plus, do not declare
6131         __ev64_opaque__ since the machine description provides it.
6132
6133 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
6134
6135         * lib/compat.exp (skip_list): New global variable.
6136         Use it to hold the user defined COMPAT_SKIPS list if any.
6137         (compat-obj): Add the members of skip_list to optall.
6138
6139 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
6140
6141         * gcc.dg/compat/union-by-value-1_main.c,
6142         union-by-value-1_x.c, union-by-value-1_y.c,
6143         union-check.h, union-defs.h,
6144         union-init.h, union-return-1_main.c,
6145         union-return-1_x.c, union-return-1_y.c: New files.
6146
6147 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
6148
6149         * gcc.dg/compat/mixed-struct-check.h, mixed-struct-defs.h,
6150         mixed-struct-init.h: Add 4 mixed structure types.
6151         struct-by-value-21_main.c, struct-by-value-21_x.c,
6152         struct-by-value-21_y.c, struct-return-21_main.c,
6153         struct-return-21_x.c, struct-return-21_y.c: New files.
6154
6155 2004-03-13  Mark Mitchell  <mark@codesourcery.com>
6156
6157         PR c++/14550
6158         * g++.dg/parse/template14.C: New test.
6159
6160 2004-03-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
6161
6162         * gcc.c-torture/execute/20040313-1.c: New test.
6163
6164 2004-03-13  Jakub Jelinek  <jakub@redhat.com>
6165
6166         PR target/14533
6167         * gcc.dg/20040311-2.c: New test.
6168
6169 2004-03-12  Kazu Hirata  <kazu@cs.umass.edu>
6170
6171         PR other/14544
6172         * gcc.c-torture/execute/20040307-1.c: Remove the 24-bit
6173         bit-field.
6174
6175 2004-03-12  Ulrich Weigand  <uweigand@de.ibm.com>
6176
6177         * gcc.dg/20040305-2.c: Add missing return statement.
6178
6179 2004-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6180
6181         * gcc.dg/builtins-34.c: Also check pow10*.
6182
6183 2004-03-11  Ulrich Weigand  <uweigand@de.ibm.com>
6184
6185         PR target/14262
6186         * gcc.dg/20040305-2.c: New test.
6187
6188 2004-03-11  Ulrich Weigand  <uweigand@de.ibm.com>
6189
6190         * gcc.dg/20040310-1.c: New test.
6191
6192 2004-03-11  Roger Sayle  <roger@eyesopen.com>
6193
6194         * gcc.c-torture/execute/20040311-1.c: New test case.
6195
6196 2004-03-11  Mark Mitchell  <mark@codesourcery.com>
6197
6198         PR c++/14476
6199         * g++.dg/lookup/enum1.C: New test.
6200
6201 2004-03-10  Mark Mitchell  <mark@codesourcery.com>
6202
6203         PR c++/14510
6204         * g++.dg/lookup/struct2.C: New test.
6205
6206 2004-03-10  Uros Bizjak  <uros@kss-loka.si>
6207
6208         * gcc.dg/builtins-34.c: New test.
6209
6210 2004-03-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6211
6212         * gcc.dg/torture/builtin-nonneg-1.c: New test.
6213
6214 2004-03-09  James E Wilson  <wilson@specifixinc.com>
6215
6216         * gcc.dg/alias-1.c: Add "will" to string passed to dg-warning.
6217         * gcc.dg/alias-2.c: New testcase.
6218
6219 2004-03-09  Zack Weinberg  <zack@codesourcery.com>
6220
6221         * gcc.dg/noncompile/incomplete-2.c: Move dg-error to proper line.
6222
6223 2004-03-09  Roger Sayle  <roger@eyesopen.com>
6224
6225         * gcc.c-torture/execute/20040309-1.c: New test case.
6226
6227 2004-03-09  Nathan Sidwell  <nathan@codesourcery.com>
6228
6229         PR c++/14397
6230         * g++.dg/overload/ref1.C: New.
6231
6232 2004-03-09  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6233
6234         PR c++/14409
6235         * g++.dg/template/spec12.C: New test.
6236
6237         PR c++/14448
6238         * g++.dg/parse/crash14.C: New test.
6239
6240 2004-03-09  Mark Mitchell  <mark@codesourcery.com>
6241
6242         PR c++/14230
6243         * g++.dg/init/ref11.C: New test.
6244
6245 2004-03-09  Mark Mitchell  <mark@codesourcery.com>
6246
6247         PR c++/14432
6248         * g++.dg/parse/builtin2.C: New test.
6249
6250 2004-03-08  Mark Mitchell  <mark@codesourcery.com>
6251
6252         PR c++/14401
6253         * g++.dg/init/ctor3.C: New test.
6254         * g++.dg/init/union1.C: New test.
6255         * g++.dg/ext/anon-struct4.C: New test.
6256
6257 2004-03-08  Mark Mitchell  <mark@codesourcery.com>
6258
6259         * g++.dg/lookup/koenig1.C: Tweak error messages.
6260         * g++.dg/lookup/used-before-declaration.C: Likewise.
6261         * g++.dg/other/do1.C: Likewise.
6262         * g++.dg/overload/koenig1.C: Likewise.
6263         * g++.dg/parse/crash13.C: Likewise.
6264         * g++.dg/template/instantiate3.C: Likewise.
6265
6266 2004-03-08  Eric Christopher  <echristo@redhat.com>
6267
6268         * * lib/target-supports.exp: Enable libiconv in test
6269         compilation.  Fix up error checking.
6270
6271 2004-03-08  Roger Sayle  <roger@eyesopen.com>
6272
6273         PR middle-end/14289
6274         * gcc.dg/pr14289-1.c: New test case.
6275         * gcc.dg/pr14289-2.c: Likewise.
6276         * gcc.dg/pr14289-3.c: Likewise.
6277
6278 2004-03-08  Eric Botcazou  <ebotcazou@act-europe.fr>
6279
6280         * gcc.c-torture/execute/20040308-1.c: New test.
6281
6282 2004-03-07  Roger Sayle  <roger@eyesopen.com>
6283
6284         * gcc.c-torture/execute/20040307-1.c: New test case.
6285
6286 2004-03-07  Richard Sandiford  <rsandifo@redhat.com>
6287
6288         * gcc.dg/torture/mips-sdata-1.c: Restrict to mips*-*-elf*.
6289
6290 2004-03-06  Ulrich Weigand  <uweigand@de.ibm.com>
6291
6292         * gcc.dg/20040306-1.c: New test.
6293
6294 2004-03-06  Kazu Hirata  <kazu@cs.umass.edu>
6295
6296         * gcc.dg/sibcall-3.c (recurser_void1, recurser_void2): Make
6297         them static.
6298         * gcc.dg/sibcall-4.c (recurser_void1, recurser_void2): Likewise.
6299
6300 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
6301
6302         PR c/14465
6303         * gcc.dg/decl-6.c: New test.
6304
6305 2004-03-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6306
6307         * gcc.dg/torture/builtin-explog-1.c: Add comments for each test.
6308         Rename LOGPOW -> LOG_POW.
6309         (SQRT_EXP, POW_EXP): New.
6310
6311 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
6312
6313         * gcc.dg/i386-sse-8.c: New test.
6314
6315 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
6316
6317         PR c/14114
6318         * gcc.dg/decl-5.c: New test.
6319
6320 2004-03-05  Andreas Krebbel  <krebbel1@de.ibm.com>
6321
6322         * gcc.dg/20040305-1.c: New test.
6323
6324 2004-03-05  Hans-Peter Nilsson  <hp@axis.com>
6325
6326         PR other/14354
6327         * gcc.c-torture/execute/ieee/mul-subnormal-single-1.c: New test.
6328
6329 2004-03-04  Ziemowit Laski  <zlaski@apple.com>
6330
6331         PR c++/14425, c++/14426
6332         * g++.dg/ext/altivec-4.C: New test.
6333         * g++.dg/ext/altivec-5.C: New test.
6334
6335 2004-03-04  Geoffrey Keating  <geoffk@apple.com>
6336
6337         * g++.old-deja/g++.other/linkage1.C: Expect errors about
6338         global variables of a type with no linkage.
6339         * g++.old-deja/g++.other/qual1.C: Name class for 'action'.
6340         * g++.old-deja/g++.mike/misc13.C: Name enum for 'want'.
6341         * g++.old-deja/g++.bugs/900210_01.C: Name enum for 'ep'.
6342         * g++.old-deja/g++.bugs/900210_02.C: Likewise.
6343         * g++.old-deja/g++.bugs/900210_03.C: Likewise.
6344         * g++.old-deja/g++.brendan/bit-fields2.C: Name structure for 's'.
6345         * g++.old-deja/g++.brendan/init10.C: Name structure for 'a'.
6346         * g++.dg/warn/deprecated.C: Name enum Color.
6347         * g++.dg/overload/VLA.C: Name structure for 'b'.
6348         * g++.dg/lookup/anon2.C: Expect diagnostic about type linkage.
6349
6350 2004-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
6351
6352         * gcc.c-torture/compile/20040304-1.c: New test.
6353
6354 2004-03-03  Zack Weinberg  <zack@codesourcery.com>
6355
6356         PR 13728
6357         * gcc.dg/decl-4.c: New testcase.
6358
6359 2004-03-03  Kazu Hirata  <kazu@cs.umass.edu>
6360
6361         * gcc.dg/torture/builtin-explog-1.c (PREC): Make it the same
6362         as PRECF if sizeof (float) > sizeof (double).
6363         (PRECL): Make it the same as PRECF if
6364         sizeof (float) > sizeof (long double).
6365
6366 2004-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6367
6368         * gcc.dg/builtins-config.h: Use underscore macro style for __sun
6369         system type.  Add check for irix6 which doesn't have c99 runtime.
6370
6371 2004-03-03  Bob Wilson  <bob.wilson@acm.org>
6372
6373         * gcc.dg/const-elim-1.c: xfail for xtensa.
6374
6375 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
6376
6377         PR c++/14369
6378         * g++.dg/template/cond4.C: New test.
6379
6380 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
6381
6382         PR c++/14360
6383         * g++.old-deja/g++.ns/koenig5.C: Remove some error markers.
6384
6385         PR c++/14361
6386         * g++.dg/parse/defarg7.C: New test.
6387
6388         PR c++/14359
6389         * g++.dg/template/friend26.C: New test.
6390
6391 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
6392
6393         PR c++/14324
6394         * g++.dg/abi/mangle21.C: New test.
6395
6396         PR c++/14260
6397         * g++.dg/parse/constructor2.C: New test.
6398
6399         PR c++/14337
6400         * g++.dg/template/sfinae1.C: New test.
6401
6402 2004-02-29  Mark Mitchell  <mark@codesourcery.com>
6403
6404         PR c++/14267
6405         * g++.dg/expr/crash2.C: New test.
6406
6407         PR middle-end/13448
6408         * gcc.dg/inline-5.c: New test.
6409         * gcc.dg/always-inline.c: Split out tests into ...
6410         * gcc.dg/always-inline2.c: ... this and ...
6411         * gcc.dg/always-inline3.c: ... this.
6412
6413 2004-02-29  Mark Mitchell  <mark@codesourcery.com>
6414
6415         PR debug/12103
6416         * g++.dg/debug/crash1.C: New test.
6417
6418 2004-02-29  Kazu Hirata  <kazu@cs.umass.edu>
6419
6420         * gcc.dg/sibcall-3.c (recurser_void1): Make it an extern
6421         function with __attribute__((noinline)).
6422         (recurser_void2): Likewise.
6423         * gcc.dg/sibcall-4.c (recurser_void1): Likewise.
6424         (recurser_void2): Likewise.
6425
6426 2004-02-29  Roger Sayle  <roger@eyesopen.com>
6427
6428         PR middle-end/14203
6429         * g++.dg/warn/Wunused-6.C: New test case.
6430
6431 2004-02-28  Richard Earnshaw  <rearnsha@arm.com>
6432
6433         * lib/g++.exp (g++_link_flags): Don't crash if LD_LIBRARY_PATH is
6434         not defined.
6435
6436 2004-02-27  Eric Christopher  <echristo@redhat.com>
6437
6438         * g++.dg/charset/charset.exp: Change CFLAGS to CHARSETCFLAGS.
6439         * g++.dg/charset/asm2.c: Run only x86.
6440         * gcc.dg/charset/asm3.c: Ditto.
6441
6442 2004-02-27  Aldy Hernandez  <aldyh@redhat.com>
6443
6444         * lib/g++.exp (g++_link_flags): Append LD_LIBRARY_PATH to
6445         ld_library_path.
6446
6447 2004-02-27  Ziemowit Laski  <zlaski@apple.com>
6448
6449         * g++.dg/ext/altivec-3.C: New.
6450
6451 2004-02-26  Richard Henderson  <rth@redhat.com>
6452
6453         * g++.dg/ext/attrib10.C: Mark for warning.
6454         * gcc.dg/attr-alias-1.c: New.
6455
6456 2004-02-26  Richard Henderson  <rth@redhat.com>
6457
6458         * gcc.c-torture/execute/ieee/20040208-2.c: Move ...
6459         * gcc.c-torture/execute/20040208-2.c: ... it back.
6460
6461 2004-02-26  Eric Christopher  <echristo@redhat.com>
6462
6463         * lib/target-supports.exp (check-iconv-available): New function.
6464         * lib/gcc-dg.exp (dg-require-iconv): New function.
6465         Use above.
6466         * gcc.dg/charset: New directory.
6467         * gcc.dg/charset/charset.exp: New file.
6468         * gcc.dg/charset/asm1.c: Ditto.
6469         * gcc.dg/charset/asm2.c: Ditto.
6470         * gcc.dg/charset/asm3.c: Ditto.
6471         * gcc.dg/charset/asm4.c: Ditto.
6472         * gcc.dg/charset/asm5.c: Ditto.
6473         * gcc.dg/charset/attribute1.c: Ditto.
6474         * gcc.dg/charset/attribute2.c: Ditto.
6475         * gcc.dg/charset/string1.c: Ditto.
6476         * g++.dg/charset: New directory.
6477         * g++.dg/dg.exp: Add here. Special options.
6478         * g++.dg/charset/charset.exp: New file.
6479         * g++.dg/charset/asm1.c: Ditto.
6480         * g++.dg/charset/asm2.c: Ditto.
6481         * g++.dg/charset/asm3.c: Ditto.
6482         * g++.dg/charset/asm4.c: Ditto.
6483         * g++.dg/charset/attribute1.c: Ditto.
6484         * g++.dg/charset/attribute2.c: Ditto.
6485         * g++.dg/charset/extern1.cc: Ditto.
6486         * g++.dg/charset/extern2.cc: Ditto.
6487         * g++.dg/charset/string1.c: Ditto.
6488
6489 2004-02-26  Mark Mitchell  <mark@codesourcery.com>
6490
6491         PR c++/14278
6492         * g++.dg/parse/comma1.C: New test.
6493
6494 2004-02-26  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6495
6496         PR c++/14284
6497         * g++.dg/template/ttp8.C: New test.
6498
6499 2004-02-26  Eric Botcazou  <ebotcazou@act-europe.fr>
6500
6501         * gcc.dg/fixuns-trunc-1.c: New test.
6502
6503 2004-02-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6504
6505         * gcc.dg/builtins-config.h: Use #elif.
6506
6507 2004-02-26  Michael Matz  <matz@suse.de>
6508
6509         * gcc.dg/20000724-1.c: Add regparm attribute to decl and def.
6510         * gcc.dg/991214-1.c: Likewise.
6511         * gcc.dg/i386-asm-1.c: Likewise.
6512
6513 2004-02-25  Richard Henderson  <rth@redhat.com>
6514
6515         * gcc.c-torture/execute/20040208-2.c: Move ...
6516         * gcc.c-torture/execute/ieee/20040208-2.c: ... here.
6517
6518 2004-02-26  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6519
6520         PR c++/14246
6521         * g++.dg/other/crash-3.C: New test.
6522
6523 2004-02-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6524
6525         * g++.dg/opt/inline4.C (dg-final): Robustify regexp.
6526         * g++.dg/opt/inline6.C (dg-final): Robustify regexp.
6527
6528         * gcc.dg/builtins-config.h (HAVE_C99_RUNTIME): Don't define for PA
6529         HP-UX.
6530
6531 2004-02-24  Michael Matz  <matz@suse.de>
6532
6533         * gcc.dg/i386-regparm.c: New.
6534
6535 2004-02-23  James E Wilson  <wilson@specifixinc.com>
6536
6537         * gcc.c-torture/execute/20040223-1.c: New.
6538
6539 2004-02-23  Zack Weinberg  <zack@codesourcery.com>
6540             Kazu Hirata  <kazu@cs.umass.edu>
6541
6542         * gcc.dg/fwritable-strings-1.c: Remove.
6543
6544 2004-02-23  Andrew Pinski  <pinskia@physics.uc.edu>
6545
6546         PR c/14156
6547         * gcc.dg/20040223-1.c: New test.
6548
6549 2004-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6550
6551         PR c++/14106
6552         * g++.dg/ext/typeof9.C: New test.
6553
6554 2004-02-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6555
6556         PR c++/14250
6557         * g++.dg/other/switch1.C: New test.
6558
6559 2004-02-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
6560
6561         * gcc.dg/cast-function-1.c: Adjust for new informative message.
6562         * gcc.dg/va-arg-1.c: Likewise.
6563
6564 2004-02-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6565
6566         PR c++/14143
6567         * g++.dg/template/koenig5.C: New test.
6568
6569 2004-02-21  Ziemowit Laski  <zlaski@apple.com>
6570
6571         * g++.dg/ext/altivec-1.C: Generalize target triple.
6572         * g++.dg/ext/altivec-2.C: New test case.
6573         * g++.dg/ext/altivec_check.h: New file.
6574         * gcc.dg/altivec-1.c: Generalize target triple;
6575         include altivec_check.h and call altivec_check().
6576         * gcc.dg/altivec-[2-5].c: Generalize target triple.
6577         * gcc.dg/altivec-6.c: New test case.
6578         * gcc.dg/altivec-[7-9].c: Generalize target triple; add
6579         type casts as needed.
6580         * gcc.dg/altivec-10.c: Include altivec_check.h and call
6581         altivec_check().
6582         * gcc.dg/altivec-12.c: New test case.
6583         * gcc.dg/altivec-varargs-1.c: Generalize target triple;
6584         include altivec_check.h and call altivec_check().
6585         * gcc.dg/altivec_check.h: New file.
6586
6587 2004-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6588
6589         * lib/target-supports.exp (check_alias_available): Don't mangle
6590         function `g' in test program.
6591
6592 2004-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6593
6594         * lib/target-supports.exp (check_profiling_available): Check
6595         argument to determine whether we support a profiling type.
6596         * lib/gcc-dg.exp (dg-require-profiling): Pass argument to
6597         check_profiling_available.
6598         * g++.dg/bprob/bprob.exp: Likewise
6599         * g77.dg/bprob/bprob.exp: Likewise.
6600         * gcc.misc-tests/bprob.exp: Likewise.
6601         * g++.old-deja/g++.law/profile1.C: Pass profiling type to
6602         dg-require-profiling and delete expected error handling.
6603         * gcc.dg/20021014-1.c: Likewise.
6604         * gcc.dg/nest.c: Likewise.
6605
6606 2004-02-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6607
6608         PR c++/12007
6609         * g++.dg/other/vthunk1.C: New test.
6610
6611 2004-02-20  Falk Hueffner  <falk@debian.org>
6612
6613         PR target/14201
6614         * gcc.c-torture/compile/fix-trunc-mem-1.c: New test.
6615
6616 2004-02-20  Mark Mitchell  <mark@codesourcery.com>
6617
6618         PR c++/13927
6619         * g++.dg/other/error8.C: Remove XFAIL markers.
6620
6621         PR c++/14173
6622         * g++.dg/ext/packed5.C: New test.
6623
6624         PR c++/14199
6625         * g++.dg/warn/Wunused-5.C: New test.
6626
6627         PR c++/14186
6628         * g++.dg/lookup/member1.C: New test.
6629
6630 2004-02-19  Kazu Hirata  <kazu@cs.umass.edu>
6631
6632         * gcc.c-torture/compile/20040130-1.c: Enable only when
6633         __INT_MAX__ >= 2147483647L.
6634         * gcc.c-torture/compile/961203-1.c: Likewise.
6635
6636 2004-02-19  Nathan Sidwell  <nathan@codesourcery.com>
6637
6638         * g++.dg/parse/attr-ctor1.C: XFAIL on hppa.
6639         * g++.dg/opt/template1.C: Robustify assembler regexp
6640
6641 2004-02-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
6642
6643         * gcc.c-torture/execute/simd-4.x: Remove.
6644         * gcc.c-torture/execute/va-arg-25.x: Likewise.
6645         * gcc.dg/compat/vector-1_x.c: Do not XFAIL on SPARC.
6646         Guard with #ifndef SKIP_ATTRIBUTE.
6647         * gcc.dg/compat/vector-1_y.c: Likewise.
6648         * gcc.dg/compat/vector-2_x.c: Likewise.
6649         * gcc.dg/compat/vector-2_y.c: Likewise.
6650         * g++.dg/eh/simd-1.C: Do not XFAIL on SPARC.
6651         * g++.dg/eh/simd-2.C: Likewise.
6652
6653 2004-02-19  Alan Modra  <amodra@bigpond.net.au>
6654
6655         * gcc.c-torture/compile/complex-1.c: New.
6656
6657 2004-02-19  Hans-Peter Nilsson  <hp@axis.com>
6658
6659         PR target/14209
6660         * gcc.c-torture/execute/20040218-1.c: New test.
6661
6662 2004-02-19  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6663
6664         PR c++/14181
6665         * g++.dg/parse/new2.C: New test.
6666
6667 2004-02-18  Paul Brook  <paul@codesourcery.com>
6668
6669         * gcc.c-torture/compile/libcall-1.c: New test.
6670
6671 2004-02-18  Paul Brook  <paul@codesourcery.com>
6672
6673         PR debug/12934
6674         * gcc.dg/debug/debug-7.c: New test.
6675
6676 2004-02-17  Ulrich Weigand  <uweigand@de.ibm.com>
6677
6678         * gcc.dg/20040217-1.c: New test.
6679
6680 2004-02-17  Zack Weinberg  <zack@codesourcery.com>
6681
6682         * gcc.c-torture/execute/990208-1.x: Delete.
6683
6684 2004-02-17  Richard Sandiford  <rsandifo@redhat.com>
6685
6686         * gcc.c-torture/execute/20040208-2.x: New file.
6687
6688 2004-02-17  Mark Mitchell  <mark@codesourcery.com>
6689
6690         PR c++/11326
6691         * g++.dg/abi/structret1.C: New test.
6692
6693 2004-02-17  Jakub Jelinek  <jakub@redhat.com>
6694
6695         * gcc.dg/i386-cpuid.h (bit_CMOV): Define.
6696         (i386_cpuid): No need to test if cpuid is available on AMD64.
6697         Fix assembly, so that it works onboth i386 and AMD64.
6698         * gcc.dg/i386-sse-6.c: Include stdio.h, stdlib.h and string.h.
6699         (vecInLong): Fix s[] member type to unsigned int.
6700         (vecInWord): Remove type.
6701         (mmx_tests, sse_tests, dump64_16, dump64_32, dump64_64): Remove.
6702         (a64, b64, c64, d64, e64): Remove.
6703         (main): Pass if CPU has no MMX, SSE, SSE2 or CMOV support.
6704         Remove unused variable.  Remove initialization of removed variables.
6705         Don't call mmx_tests nor sse_tests.
6706         (reference_mmx, reference_sse): Remove.
6707         (check): Add return stmt.
6708         * gcc.dg/i386-sse-7.c: New test.
6709         * gcc.dg/i386-mmx-4.c: New test.
6710
6711 2004-02-17  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6712
6713         * g++.dg/tc1/dr176.C: Add missing semicolon (typo).
6714         * g++.dg/tc1/dr101.C, g++.dg/tc1/dr135.C, g++.dg/tc1/dr142.C,
6715         g++.dg/tc1/dr152.C, g++.dg/tc1/dr159.C, g++.dg/tc1/dr161.C,
6716         g++.dg/tc1/dr166.C, g++.dg/tc1/dr176.C, g++.dg/tc1/dr193.C,
6717         g++.dg/tc1/dr194.C, g++.dg/tc1/dr217.C, g++.dg/tc1/dr56.C,
6718         g++.dg/tc1/dr68.C, g++.dg/tc1/dr76.C, g++.dg/tc1/dr80.C,
6719         g++.dg/tc1/dr94.C: Fix line terminator.
6720
6721 2004-02-16  Geoffrey Keating  <geoffk@apple.com>
6722
6723         * gcc.c-torture/compile/20040216-1.c: New.
6724
6725 2004-02-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6726
6727         * g++.dg/tc1/dr101.C, g++.dg/tc1/dr135.C, g++.dg/tc1/dr142.C,
6728         g++.dg/tc1/dr152.C, g++.dg/tc1/dr159.C, g++.dg/tc1/dr161.C,
6729         g++.dg/tc1/dr166.C, g++.dg/tc1/dr176.C, g++.dg/tc1/dr188.C,
6730         g++.dg/tc1/dr193.C, g++.dg/tc1/dr194.C, g++.dg/tc1/dr217.C,
6731         g++.dg/tc1/dr48.C, g++.dg/tc1/dr56.C, g++.dg/tc1/dr68.C,
6732         g++.dg/tc1/dr76.C, g++.dg/tc1/dr80.C, g++.dg/tc1/dr94.C: New tests.
6733
6734 2004-02-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
6735
6736         * gcc.c-torture/execute/20020720-1.x: XFAIL on SPARC with -fPIC.
6737
6738 2004-02-15  Mark Mitchell  <mark@codesourcery.com>
6739
6740         PR c++/13971
6741         * g++.dg/expr/cond4.C: New test.
6742
6743         PR c++/14086
6744         * g++.dg/lookup/crash2.C: New test.
6745
6746 2004-02-14  Josef Zlomek  <zlomekj@suse.cz>
6747
6748         * gcc.c-torture/compile/20040214-2.c: New test.
6749
6750 2004-02-14  Andrew Pinski  <pinskia@physics.uc.edu>
6751
6752         PR c++/14116
6753         * g++.dg/ext/typeof8.C: New test.
6754
6755 2004-02-14  Eric Botcazou  <ebotcazou@act-europe.fr>
6756
6757         * gcc.c-torture/compile/20040214-1.c: New test.
6758
6759 2004-02-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6760
6761         PR c++/13635
6762         * g++.dg/template/spec11.C: New test.
6763
6764 2004-02-13  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6765
6766         PR c++/13927
6767         * g++.dg/other/error8.C: New test.
6768
6769 2004-02-13  Mark Mitchell  <mark@codesourcery.com>
6770
6771         PR c++/14122
6772         * g++.dg/template/array4.C: New test.
6773
6774         PR c++/14108
6775         * g++.dg/inherit/thunk2.C: New test.
6776
6777         PR c++/14083
6778         * g++.dg/eh/cond2.C: New test.
6779
6780 2004-02-12  Alan Modra  <amodra@bigpond.net.au>
6781
6782         * gcc.dg/debug/20020327-1.c: Disable for powerpc64.
6783
6784 2004-02-12  Nathaniel Smith <njs@codesourcery.com>
6785
6786         * lib/scanasm.exp (dg-scan): Quote pattern before display.
6787
6788 2004-02-12  Hartmut Penner  <hpenner@de.ibm.com>
6789
6790         * g++.dg/simd-2.C: xfail on ppc64-linux.
6791
6792 2004-02-11  Joseph S. Myers  <jsm@polyomino.org.uk>
6793
6794         PR c/456
6795         * gcc.dg/cpp/c90-if-comma-1.c, gcc.dg/cpp/c99-if-comma-1.c: New
6796         tests.
6797
6798 2004-02-11  Uros Bizjak  <uros@kss-loka.si>
6799
6800         * gcc.dg/builtins-33.c: New test.
6801
6802 2004-02-11  Paolo Bonzini  <bonzini@gnu.org>
6803
6804         * gcc.dg/pr14092-1.c: Use intptr_t for the cast.
6805
6806 2004-02-11  Hartmut Penner  <hpenner@de.ibm.com>
6807
6808         * g++.dg/simd-2.C: Set -maltivec for ppc64.
6809
6810 2004-02-11  Hartmut Penner  <hpenner@de.ibm.com>
6811
6812         * gcc.dg/ppc64-abi-3.c: New test.
6813
6814 2004-02-10  Paolo Bonzini  <bonzini@gnu.org>
6815
6816         PR c/14092
6817
6818         * gcc.dg/pr14092-1.c: New testcase.
6819
6820 2004-02-10  Alan Modra  <amodra@bigpond.net.au>
6821
6822         * gcc.dg/cpp/assert4.c: Fix typo last change.
6823
6824         * gcc.dg/darwin-longlong.c: Only use r0 in asm for darwin.
6825         * gcc.dg/cpp/assert4.c: Handle powerpc64.
6826
6827         * gcc.dg/debug/20020327-1.c: xfail for powerpc64.
6828
6829 2004-02-09  Roger Sayle  <roger@eyesopen.com>
6830
6831         * gcc.c-torture/compile/20040209-1.c: New test case.
6832
6833 2004-02-08  Joseph S. Myers  <jsm@polyomino.org.uk>
6834
6835         * gcc.dg/c90-init-1.c: Adjust expected error messages.
6836
6837 2004-02-08  Richard Sandiford  <rsandifo@redhat.com>
6838
6839         * gcc.c-torture/execute/20040208-[12].c: New tests.
6840
6841 2004-02-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
6842
6843         * g++.dg/eh/simd-2.C: Adjust line numbers for SPARC.
6844
6845 2004-02-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
6846
6847         * gcc.c-torture/execute/va-arg-25.x: XFAIL only on SPARC 64-bit.
6848
6849 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
6850
6851         Bug 13856
6852         * gcc.dg/visibility-8.c: New testcase.
6853
6854 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
6855
6856         * gcc.c-torture/execute/string-opt-15.c: Define memcmp with void *
6857         arguments.
6858         * gcc.dg/fwritable-strings-1.c: Expect the deprecation notice.
6859
6860 2004-02-07  Roger Sayle  <roger@eyesopen.com>
6861
6862         PR middle-end/13696
6863         * g++.dg/opt/fold1.C: New test case.
6864
6865 2003-02-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6866
6867         PR c++/14033
6868         * g++.dg/other/crash-2.C: New test.
6869
6870 2003-02-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6871
6872         PR c++/14028
6873         * g++.dg/parse/angle-bracket2.C: New test.
6874
6875 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6876
6877         PR middle-end/13750
6878         Revert:
6879         2004-01-15  Geoffrey Keating  <geoffk@apple.com>
6880         PR pch/13361
6881         * testsuite/g++.dg/pch/wchar-1.C: New.
6882         * testsuite/g++.dg/pch/wchar-1.Hs: New.
6883
6884 2004-02-05  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6885
6886         PR c++/14008
6887         * g++.dg/parse/error15.C: New test.
6888         * g++.dg/parse/crash11.C: Update dg-error mark.
6889
6890 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
6891
6892         PR c++/13932
6893         * g++.dg/warn/conv2.C: New test.
6894
6895 2004-02-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6896
6897         PR c++/13086
6898         * g++.dg/warn/incomplete1.C: Remove xfail.
6899
6900 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
6901
6902         * lib/file-format.exp (gcc_target_object_format): Use
6903         ${tool}_target_compile, not gcc_target_compile.
6904         * lib/target-supports.exp (check_alias_available): Likewise.
6905         (check_gc_sections_available): Likewise.
6906         * g++.dg/ext/attrib10.C: Use dg-require-alias.
6907         * g++.old-deja/g++.ext/attrib5.C: Use dg-require-weak and
6908         dg-require-alias.
6909
6910 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
6911
6912         PR c++/13969
6913         * g++.dg/template/static6.C: New test.
6914
6915 2004-02-04  Ian Lance Taylor  <ian@wasabisystems.com>
6916
6917         * gcc.dg/arm-mmx-1.c: Don't look for ldmfd if -mthumb.
6918
6919 2004-02-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6920
6921         * objc.dg/encode-2.m, objc.dg/encode-3.m, objc.dg/encode-4.m: Fix
6922         tests for systems where `char' is unsigned by default.
6923
6924 2003-02-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6925
6926         PR c++/13997
6927         * g++.dg/template/partial3.C: New test.
6928
6929 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
6930
6931         * gcc.dg/20020312-2.c, gcc.dg/builtin-inf-1.c,
6932         gcc.dg/sibcall-3.c, gcc.dg/sibcall-4.c, gcc.dg/cpp/assert4.c:
6933         Remove mentions of obsolete ports.
6934
6935 2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
6936
6937         * gcc.dg/noncompile/20001228-1.c: Fix for new
6938         error message.
6939
6940 2004-02-03  Roger Sayle  <roger@eyesopen.com>
6941
6942         PR target/9348
6943         * gcc.c-torture/execute/multdi-1.c: New test case.
6944
6945 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
6946
6947         PR c++/13925
6948         * g++.dg/template/lookup5.C: New test.
6949
6950 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
6951
6952         PR c++/13950
6953         * g++.dg/template/lookup4.C: New test.
6954
6955         PR c++/13970
6956         * g++.dg/parse/error14.C: New test.
6957
6958         PR c++/14002
6959         * g++.dg/parse/template13.C: New test.
6960
6961 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
6962
6963         PR c++/13978
6964         * g++.dg/template/koenig4.C: New test.
6965
6966         PR c++/13968
6967         * g++.dg/template/crash17.C: New test.
6968
6969         PR c++/13975
6970         * g++.dg/parse/error13.C: New test.
6971         * g++.old-deja/g++.robertl/eb125.C: Tweak error messages.
6972
6973 2004-02-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
6974
6975         * gcc.dg/20020503-1.c: Remove -mflat dg-options.
6976
6977 2004-02-03  Paolo Bonzini  <bonzini@gnu.org>
6978
6979         PR c/11658
6980         PR c/13994
6981         * gcc.dg/noncompile/20040203-1.c: New test.
6982         * gcc.dg/noncompile/20040203-2.c: Likewise.
6983         * gcc.dg/noncompile/20040203-3.c: Likewise.
6984         * gcc.dg/20040203-1.c: Likewise.
6985
6986 2004-02-02  Andrew Pinski  <pinskia@physics.uc.edu>
6987
6988         PR c++/10858
6989         * g++.dg/template/sizeof7.C: New test.
6990
6991 2004-02-02  Eric Christopher  <echristo@redhat.com>
6992             Zack Weinberg  <zack@codesourcery.com>
6993
6994         * gcc.c-torture/execute/wchar_t-1.c: Add -finput-charset.
6995
6996 2004-02-02  Zack Weinberg  <zack@codesourcery.com>
6997
6998         * g++.dg/eh/forced1.C, g++.dg/eh/forced2.C, g++.dg/eh/forced3.C
6999         * g++.dg/eh/forced4.C: XFAIL ia64-hp-hpux11.*.
7000         * g++.dg/eh/ia64-1.C: Test branch regs only #ifdef __LP64__.
7001         * gcc.dg/cleanup-5.c: Run only on Linux targets.
7002
7003 2004-02-02  Mark Mitchell  <mark@codesourcery.com>
7004
7005         PR c++/13113
7006         * g++.old-deja/g++.mike/net36.C: Adjust error messages.
7007
7008         PR c++/13854
7009         * g++.dg/ext/attrib13.C: New test.
7010
7011         PR c++/13907
7012         * g++.dg/conversion/op2.C: New test.
7013
7014 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
7015
7016         * gcc.dg/titype-1.c: Fix pasto.
7017
7018 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
7019
7020         * gcc.dg/titype-1.c: New test.
7021
7022 2004-02-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7023
7024         PR c++/13957
7025         * g++.dg/template/non-type-template-argument-1.C,
7026         g++.dg/template/qualified-id1.C: Update dg-error marks.
7027         * g++.dg/template/nontype6.C: New test.
7028
7029 2004-02-01  Roger Sayle  <roger@eyesopen.com>
7030
7031         * gcc.dg/builtins-1.c: Also test for __builtin_signbit{,f,l}.
7032         * gcc.dg/builtins-31.c: New testcase.
7033         * gcc.dg/builtins-32.c: New testcase.
7034
7035 2004-01-30  Andrew Pinski  <pinskia@physics.uc.edu>
7036
7037         * objc.dg/call-super-2.m: Update line numbers
7038         for the including of stddef.h.
7039
7040 2004-01-30  Michael Matz  <matz@suse.de>
7041
7042         * g++.dg/ext/case-range1.C, g++.dg/ext/case-range2.C,
7043         g++.dg/ext/case-range3.C: New tests.
7044
7045 2004-01-30  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7046
7047         DR206
7048         PR c++/13813
7049         * g++.dg/template/member4.C: New test.
7050
7051 2004-01-30  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7052
7053         PR c++/13683
7054         * g++.dg/template/sizeof6.C: New test.
7055
7056 2004-01-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
7057
7058         * gcc.dg/fwritable-strings-1.c: New test.
7059
7060 2004-01-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
7061
7062         * gcc.c-torture/compile/20040130-1.c: New test.
7063
7064 2004-01-29  Geoffrey Keating  <geoffk@geoffk.org>
7065
7066         * objc.dg/call-super-2.m: Include stddef.h for size_t.
7067
7068 2004-01-29  Mark Mitchell  <mark@codesourcery.com>
7069
7070         PR c++/13883
7071         * g++.dg/template/ctor3.C: New test.
7072
7073 2004-01-29  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7074
7075         * g++.dg/tc1: New directory.
7076         * g++.dg/tc1/dr108.C, g++.dg/tc1/dr128.C, g++.dg/tc1/dr147.C,
7077         g++.dg/tc1/dr179.C, g++.dg/tc1/dr1.C, g++.dg/tc1/dr213.C,
7078         g++.dg/tc1/dr74.C, g++.dg/tc1/dr90.C, g++.dg/tc1/dr127.C,
7079         g++.dg/tc1/dr137.C, g++.dg/tc1/dr164.C, g++.dg/tc1/dr185.C,
7080         g++.dg/tc1/dr20.C, g++.dg/tc1/dr52.C, g++.dg/tc1/dr85.C: New tests.
7081
7082 2004-01-28  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7083
7084         * g++.dg/parse/error11.C: New test.
7085         * g++.dg/parse/error12.C: Likewise.
7086
7087 2004-01-28  Ziemowit Laski  <zlaski@apple.com>
7088
7089         * objc.dg/proto-qual-1.m (ROUND, aligned_sizeof): New.
7090         (scan_initial, main): Use aligned_sizeof instead of sizeof.
7091
7092 2004-01-28  Mark Mitchell  <mark@codesourcery.com>
7093
7094         PR c++/13791
7095         * g++.dg/ext/attrib12.C: New test.
7096
7097         PR c++/13736
7098         * g++.dg/parse/cast2.C: New test.
7099
7100 2004-01-27  James E Wilson  <wilson@specifixinc.com>
7101
7102         * objc.dg/encode-2.m (main): New local string.  Set depending on
7103         sizeof long.  Use in sscanf call.
7104         * objc.dg/encode-3.m (main): New local string.  Set depending on
7105         sizeof long.  Use in scan_initial call.
7106
7107 2004-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7108
7109         * objc.dg/call-super-2.m: Make LP64-safe.
7110         * objc.dg/desig-init-1.m: Likewise.
7111
7112 2004-01-27  Devang Patel <dpatel@apple.com>
7113
7114         * g++.dg/debug/namespace1.C: New test.
7115
7116 2004-01-27  Ian Lance Taylor  <ian@wasabisystems.com>
7117
7118         * gcc.dg/const-elim-1.c: Add xfail for strongarm-*-* and
7119         xscale-*-*.
7120
7121         * gcc.dg/arm-mmx-1.c: New test.
7122
7123 2004-01-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
7124
7125         * gcc.dg/20040127-1.c: New test.
7126         * gcc.dg/20040127-2.c: New test.
7127
7128 2004-01-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7129
7130         * objc.dg/stret-1.m (glob): Renamed to globa.
7131
7132 2004-01-26  Mark Mitchell  <mark@codesourcery.com>
7133
7134         PR c++/13663
7135         * g++.dg/expr/for1.C: New test.
7136
7137 2004-01-26  Fariborz Jahanian <fjahanian@apple.com>
7138
7139         PR middle-end/13779
7140         * gcc.dg/darwin-longlong.c: New test.
7141
7142 2004-01-26  Ian Lance Taylor  <ian@wasabisystems.com>
7143
7144         * gcc.dg/20040124-1.c: Moved test from here...
7145         * gcc.c-torture/compile/20040124-1.c: ...to here.
7146
7147 2004-01-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
7148
7149         * gcc.dg/sparc-ret.c: Run only in 32-bit mode.  Don't scan
7150         the assembly output if -m64 is passed.
7151
7152 2004-01-25  Mark Mitchell  <mark@codesourcery.com>
7153
7154         PR c++/13833
7155         * g++.dg/template/cond3.C: New test.
7156
7157 2004-01-25  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7158
7159         PR c++/13810
7160         * g++.dg/template/ttp7.C: New test.
7161
7162 2004-01-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7163
7164         PR c++/13797
7165         * g++.dg/template/nontype4.C: New test.
7166         * g++.dg/template/nontype5.C: Likewise.
7167
7168 2004-01-25  Richard Sandiford  <rsandifo@redhat.com>
7169
7170         * gcc.dg/torture/mips-clobber-at.c: New test.
7171
7172 2004-01-24  Ian Lance Taylor  <ian@wasabisystems.com>
7173
7174         * gcc.dg/20040124-1.c: New test.
7175
7176 2004-01-24  Jakub Jelinek  <jakub@redhat.com>
7177
7178         * gcc.dg/20040123-1.c: New test.
7179
7180 2004-01-23  Zack Weinberg  <zack@codesourcery.com>
7181
7182         * gcc.dg/builtins-30.c: Move dg-warning marks to the proper lines.
7183
7184 2004-01-24  Joseph S. Myers  <jsm@polyomino.org.uk>
7185
7186         * gcc.dg/c90-array-lval-7.c, gcc.dg/c99-array-lval-7.c: New tests.
7187
7188 2004-01-23  Andrew Pinski  <apinski@apple.com>
7189
7190         * gcc.dg/20030121-1.c: Move to ..
7191         * gcc.dg/20040121-1.c: here.
7192
7193 2004-01-23  Roger Sayle  <roger@eyesopen.com>
7194
7195         * gcc.dg/builtins-29.c: New test case.
7196
7197 2004-01-23  Zack Weinberg  <zack@codesourcery.com>
7198
7199         PR 18314
7200         * gcc.dg/builtins-30.c: New testcase.
7201
7202 2004-01-23  Andreas Tobler  <a.tobler@schweiz.ch>
7203
7204         * g++.dg/compat/compat.exp: Add LD_LIBRARY_PATH_32/64 for Solaris.
7205         * lib/g77.exp: Likewise.
7206         * lib/objc.exp: Likewise.
7207         * lib/g++.exp: Likewise.
7208
7209 2004-01-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
7210
7211         * gcc.dg/struct-by-value-2.c: New test.
7212
7213 2004-01-21  Andrew Pinski  <apinski@apple.com>
7214
7215         PR target/13785
7216         * gcc.dg/20030121-1.c: New test.
7217
7218 2004-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
7219
7220         * gcc.dg/20030123-1.c: Add -fno-omit-frame-pointer option.  Do not
7221         clobber frame pointer register in asm statement.
7222
7223 2004-01-21  Falk Hueffner  <falk@debian.org>
7224
7225         * gcc.c-torture/compile/20040121-1.c: New test.
7226
7227 2004-01-21  Zack Weinberg  <zack@codesourcery.com>
7228
7229         * gcc.dg/noncompile/20020213-1.c: Add another dg-warning line.
7230
7231 2004-01-20  Hartmut Penner  <hpenner@de.ibm.com>
7232
7233         * gcc.dg/ppc64-abi-2.c: New test.
7234
7235 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
7236
7237         * lib/treelang.exp: Fill out this file.
7238         * lib/treelang-dg.exp: New File.
7239
7240 2004-01-20  Joseph S. Myers  <jsm@polyomino.org.uk>
7241
7242         * gcc.c-torture/compile/981022-1.c: Remove.
7243         * gcc.dg/array-5.c: Remove XFAIL.
7244         * gcc.dg/sequence-pt-1.c: Remove test using extended lvalues.
7245         * gcc.dg/cast-lvalue-1.c, gcc.dg/compound-lvalue-1.c,
7246         gcc.dg/cond-lvalue-1.c: Update.
7247         * gcc.dg/cast-lvalue-2.c: New test.
7248
7249 2004-01-19  Mark Mitchell  <mark@codesourcery.com>
7250
7251         PR c++/13592
7252         * g++.dg/other/error1.C (class foo): Tweak error message.
7253
7254         PR c++/13592
7255         * g++.dg/template/call2.C: New test.
7256
7257 2004-01-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
7258
7259         * gcc.dg/compat/fnptr-by-value-1_x.c, scalar-by-value-1_y.c
7260         scalar-by-value-3_x.c, scalar-by-value-3_y.c,
7261         scalar-by-value-4_x.c, scalar-by-value-4_y.c,
7262         scalar-return-1_x.c, scalar-return-2_y.c,
7263         scalar-return-3_x.c, scalar-return-3_y.c,
7264         scalar-return-4_x.c, scalar-return-4_y.c,
7265         struct-align-1.h, struct-align-1_x.c,
7266         struct-align-1_y.c, struct-align-2.h,
7267         struct-align-2_x.c, struct-align-2_y.c,
7268         struct-by-value-10_y.c, struct-by-value-11_x.c,
7269         struct-by-value-11_y.c, struct-by-value-12_x.c,
7270         struct-by-value-12_y.c, struct-by-value-13_x.c,
7271         struct-by-value-13_y.c, struct-by-value-14_x.c,
7272         struct-by-value-14_y.c, struct-by-value-15_x.c,
7273         struct-by-value-15_y.c, struct-by-value-16_y.c,
7274         struct-by-value-17_y.c, struct-by-value-18_y.c,
7275         struct-by-value-19_y.c, struct-by-value-1_x.c,
7276         struct-by-value-1_y.c, struct-by-value-20_y.c,
7277         struct-by-value-2_x.c, struct-by-value-2_y.c,
7278         struct-by-value-3_y.c, struct-by-value-4_x.c,
7279         struct-by-value-4_y.c, struct-by-value-5_y.c,
7280         struct-by-value-6_y.c, struct-by-value-7_y.c
7281         struct-by-value-8_x.c, struct-by-value-8_y.c
7282         struct-by-value-9_x.c, struct-by-value-9_y.c
7283         struct-return-10_x.c, struct-return-10_y.c,
7284         struct-return-19_x.c, struct-return-20_x.c
7285         struct-return-2_x.c, struct-return-2_y.c
7286         struct-return-3_x.c: Guard non-C99 tests with SKIP_COMPLEX_INT,
7287         SKIP_ATTRIBUTE and SKIP_ZERO_ARRAY.  Turns SKIPVA into SKIP_VA.
7288
7289 2004-01-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
7290
7291         * gcc.dg/tls/alias-1.c: Add dg-warning for unsupported visibility
7292         attribute on sparc*-sun-solaris2.*.
7293
7294 2004-01-18  Mark Mitchell  <mark@codesourcery.com>
7295
7296         PR c++/13710
7297         * g++.dg/ext/typeof7.C: New test.
7298
7299 2004-01-18  David Edelsohn  <edelsohn@gnu.org>
7300
7301         * gcc.dg/array-quals-1.c: xfail on powerpc*-*-aix*.
7302         * gcc.dg/const-elim-1.c: Same.
7303
7304 2004-01-17  Ziemowit Laski  <zlaski@apple.com>
7305
7306         * objc.dg/stret-1.m: New.
7307         * objc.dg/stret-2.m: New.
7308
7309 2004-01-17  Andrew Pinski  <pinskia@physics.uc.edu>
7310
7311         PR c++/11895
7312         * g++.dg/ext/vector1.C: New test.
7313
7314 2004-01-16  Geoffrey Keating  <geoffk@apple.com>
7315
7316         * gcc.dg/pch/import-1.c: New.
7317         * gcc.dg/pch/import-1.hs: New.
7318         * gcc.dg/pch/import-1a.h: New.
7319         * gcc.dg/pch/import-1b.h: New.
7320         * gcc.dg/pch/import-1c.h: New.
7321
7322 2004-01-16  Mark Mitchell  <mark@codesourcery.com>
7323
7324         PR c++/13574
7325         * g++.dg/ext/array1.C: New test.
7326
7327         PR c++/13178
7328         * g++.dg/conversion/op1.C: New test.
7329
7330 2004-01-16  J"orn Rennecke <joern.rennecke@superh.com>
7331
7332         PR 11864
7333         From Kazumoto Kojima / Dan Kegel:
7334         * gcc.dg/pr11864-1.c: New test.
7335
7336         PR 10392
7337         From Marcus Comstedt / Dan Kegel:
7338         * gcc.dg/pr10392-1.c: New test.
7339
7340 2004-01-16  Mark Mitchell  <mark@codesourcery.com>
7341
7342         PR c++/13478
7343         * g++.dg/init/ref10.C: New test.
7344
7345 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7346
7347         PR c++/13407
7348         * g++.dg/parse/typename6.C: New test.
7349
7350 2004-01-15  Geoffrey Keating  <geoffk@apple.com>
7351
7352         PR pch/13361
7353         * testsuite/g++.dg/pch/wchar-1.C: New.
7354         * testsuite/g++.dg/pch/wchar-1.Hs: New.
7355
7356 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7357
7358         PR c++/9259
7359         * g++.dg/expr/sizeof2.C: New test.
7360
7361 2004-01-15  Kazu Hirata  <kazu@cs.umass.edu>
7362
7363         * gcc.dg/sibcall-3.c: Replace mn10?00 with mn10300.
7364
7365 2004-01-15  Alexandre Oliva  <aoliva@redhat.com>
7366
7367         PR c++/13659
7368         * g++.dg/lookup/strong-using-3.C: New.
7369         * g++.dg/lookup/using-10.C: New.
7370
7371 2004-01-15  Alexandre Oliva  <aoliva@redhat.com>
7372
7373         PR c++/13594
7374         * g++.dg/lookup/strong-using-2.C: New.
7375
7376 2004-01-15  Marcus Comstedt <marcus@mc.pp.se>
7377             Dan Kegel <dank@kegel.com>
7378             J"orn Rennecke <joern.rennecke@superh.com>
7379
7380         PR target/9365
7381         * gcc.dg/pr9365-1.c: New test.
7382
7383 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7384
7385         PR c++/8856
7386         * g++.dg/parse/casting-operator2.C: New test.
7387         * g++.old-deja/g++.pt/explicit83.C: Remove.
7388
7389 2004-01-14  Joseph S. Myers  <jsm@polyomino.org.uk>
7390
7391         * gcc.dg/label-compound-stmt-1.c: New test.
7392         * gcc.c-torture/compile/950922-1.c,
7393         gcc.c-torture/compile/20000211-3.c,
7394         gcc.c-torture/compile/20000518-1.c,
7395         gcc.c-torture/compile/20021108-1.c: Avoid labels at and of
7396         compound statements.
7397
7398 2004-01-14  Hartmut Penner  <hpenner@de.ibm.com>
7399
7400         * gcc.dg/ppc64-abi-1.c: New test.
7401
7402 2004-01-14  Danny Smith  <dannysmith@users.sourceforge.net>
7403
7404          * g++.dg/ext/attrib9.C: Add dg-warnings.
7405
7406 2004-01-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7407
7408         PR c++/12335
7409         * g++.dg/parse/dtor3.C: New test.
7410
7411 2004-01-13  Andrew Pinski  <pinskia@physics.uc.edu>
7412
7413         PR c++/12709
7414         * g++.dg/parse/try-catch-1.C: New test.
7415
7416 2004-01-13  Arnaud Charlet  <charlet@act-europe.fr>
7417
7418         * ada/acats/run_all.sh: Add more verbose output in acats.log
7419         when compiling tests.
7420
7421 2004-01-12  Zack Weinberg  <zack@codesourcery.com>
7422
7423         PR 13656
7424         * gcc.dg/typedef-redecl.c: New test case.
7425         * gcc.dg/typedef-redecl.h: New support file.
7426
7427 2004-01-13  Jan Hubicka  <jh@suse.cz>
7428
7429         * gcc.dg/always_inline.c: New test.
7430         * gcc.dg/debug/20031231-1.c: Fix.
7431
7432 2004-01-13  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7433
7434         PR c++/13474
7435         * g++.dg/template/array3.C: New test.
7436
7437 2004-01-12  Zack Weinberg  <zack@codesourcery.com>
7438
7439         * g++.dg/ext/lvalue1.C: No longer expected to fail.
7440         * g++.dg/warn/Wunused-2.C: Likewise.
7441
7442 2004-01-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7443
7444         PR c++/13289
7445         * g++.dg/template/instantiate6.C: New test.
7446
7447 2004-01-12  Roger Sayle  <roger@eyesopen.com>
7448
7449         PR middle-end/11397
7450         * gcc.dg/special/wkali-2.c: Add dg-require-alias.
7451
7452 2004-01-12  Jan Hubicka  <jh@suse.cz>
7453
7454         PR opt/12826
7455         * gcc.dg/20040112-1.c: New.
7456
7457         * gcc.dg/dwarf-die[1-7].c: Move to...
7458         * gcc.dg/debug/dwarf2/dwarf-die[1-7].c: ... here.
7459         * gcc.dg/debug/dwarf2/dwarf2.exp: New.
7460
7461 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
7462
7463         PR c++/4100
7464         * g++.dg/parse/friend4.C: New test.
7465
7466 2004-01-12  Scott Brumbaugh  <scottb.lists@verizon.net>
7467
7468         PR c++/4100
7469         * g++.old-deja/g++.pt/niklas01a.C: Mark an error where a class
7470         definition is called a friend.
7471
7472 2004-01-11  Zack Weinberg  <zack@codesourcery.com>
7473
7474         * gcc.dg/tls/diag-3.c: Tweak dg-error regexp.
7475
7476 2004-01-11  Ian Lance Taylor  <ian@wasabisystems.com>
7477
7478         PR c++/3478
7479         * g++.dg/parse/error10.C: New test.
7480         * g++.dg/template/arg2.C: Accept "invalid type" error.
7481
7482 2004-01-11  Jakub Jelinek  <jakub@redhat.com>
7483
7484         PR middle-end/13392
7485         * g++.dg/opt/expect2.C: New test.
7486
7487 2004-01-10  Zack Weinberg  <zack@codesourcery.com>
7488
7489         * gcc.dg/Wshadow-1.c, gcc.dg/attr-noinline.c, gcc.dg/decl3.c
7490         * gcc.dg/redecl-1.c, gcc.dg/visibility-7.c, gcc.dg/wtr-static-1.c
7491         * gcc.dg/noncompile/20020220-1.c, objc.dg/method-1.m:
7492         Update dg-error regexps.
7493
7494 2004-01-10  Zack Weinberg  <zack@codesourcery.com>
7495
7496         * gcc.c-torture/compile/20021123-2.c: Delete; dup of 20021120-1.c.
7497         * gcc.c-torture/compile/20021123-3.c: Delete; dup of 20021120-2.c.
7498
7499 2004-01-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
7500
7501         * gcc.dg/pragma-re-1.c: Use right pointer type.
7502
7503 2004-01-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
7504
7505         * g++.dg/eh/simd-1.c: Ajust line number for dg-error line.
7506
7507 2004-01-09  Geoffrey Keating  <geoffk@apple.com>
7508
7509         * gcc.dg/rs6000-ldouble-1.c: New.
7510
7511 2004-01-10  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7512
7513         DR 337
7514         PR c++/9256
7515         * g++.dg/other/abstract1.C: New test.
7516
7517 2004-01-09  Alexandre Oliva  <aoliva@redhat.com>
7518
7519         * g++.dg/lookup/strong-using-1.C: New.
7520
7521 2004-01-09  Joseph S. Myers  <jsm@polyomino.org.uk>
7522
7523         PR c/11234
7524         * gcc.dg/func-ptr-conv-1.c: New test.
7525         * gcc.dg/weak/weak-6.c, gcc.dg/weak/weak-7.c: Update.
7526
7527 2004-01-09  Kazu Hirata  <kazu@cs.umass.edu>
7528
7529         PR target/13380.
7530         * gcc.c-torture/compile/20040109-1.c: New.
7531
7532 2004-01-08  Stuart Hastings  <stuart@apple.com>
7533
7534         * testsuite/gcc.dg/20020523-2.c (bail_if_no_sse): Moved cpu-ID code...
7535         testsuite/gcc.dg/i386-cpuid.h (i386_cpuid): ...to here, to share with...
7536         * testsuite/gcc.dg/i386-sse-6.c: ...this new testcase.
7537
7538 2004-01-09  Alan Modra  <amodra@bigpond.net.au>
7539
7540         * gcc.dg/array-quals-1.c: Accept .data.rel.ro.
7541
7542 2004-01-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
7543
7544         * ada/acats/run_acats: Treat 'gnatchop' the same way
7545         as 'gnatmake'.  Export GCC_DRIVER.
7546         * ada/acats/run_all.sh: Add target_gnatchop.  Use
7547         'host_gnatchop' and 'target_gnatchop' instead of 'gnatshop'.
7548
7549 2004-01-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7550
7551         PR c++/12573
7552         * g++.dg/template/dependent-expr4.C: New test.
7553
7554 2004-01-08  Hartmut Penner  <hpenner@de.ibm.com>
7555
7556         * gcc.dg/altivec-11.c: New test.
7557
7558 2004-01-07  Mark Mitchell  <mark@codesourcery.com>
7559
7560         * g++.dg/abi/vbase10.C: Use -mstructure-size-boundary=8 on ARM.
7561
7562 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
7563
7564         PR c/6024
7565         * gcc.dg/enum-compat-1.c: New test.
7566         * gcc.c-torture/execute/builtin-types-compatible-p.c: Update.
7567
7568 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
7569
7570         PR c/12165
7571         * gcc.dg/array-quals-1.c, gcc.dg/c90-idem-qual-3.c,
7572         gcc.dg/c99-idem-qual-3.c: New tests.
7573
7574 2004-01-07  Alan Modra  <amodra@bigpond.net.au>
7575
7576         * gcc.dg/winline-7.c: Don't cast void * to int.
7577
7578 2004-01-06  Jan Hubicka  <jh@suse.cz>
7579
7580         * gcc.dg/i386-sse-5.c: New test
7581         * g++.dg/eh/simd-1.c: Add -w argument for i386.
7582
7583 2004-01-05  Mark Mitchell  <mark@codesourcery.com>
7584
7585         PR c++/12815
7586         * g++.dg/rtti/typeid4.C: New test.
7587
7588 2004-01-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
7589
7590         * gcc.dg/compat/sdata-section.h: Declare 'abort'.
7591
7592 2004-01-05  Mark Mitchell  <mark@codesourcery.com>
7593
7594         PR c++/12132
7595         * g++.dg/template/error11.C: New test.
7596
7597         PR c++/13451
7598         * g++.dg/template/class2.C: New test.
7599
7600 2004-01-05  Nathan Sidwell  <nathan@codesourcery.com>
7601         Richard Sandiford <rsandifo@redhat.com>
7602
7603         PR c++/13387
7604         * g++.dg/opt/alias3.C: New test.
7605
7606 2004-01-04  Mark Mitchell  <mark@codesourcery.com>
7607
7608         PR c++/13157
7609         * g++.dg/template/koenig3.C: New test.
7610
7611         PR c++/13529
7612         * g++.dg/parse/offsetof3.C: New test.
7613
7614         * g++.dg/init/copy7.C: Add missing dg-error markers.
7615
7616         PR c++/12226
7617         * g++.dg/init/copy7.c: New test.
7618
7619         PR c++/13536
7620         * g++.dg/parse/cast1.C: New test.
7621
7622 2004-01-04  Jan Hubicka  <jh@suse.cz>
7623
7624         * gcc.dg/winline[1-7].c: New tests.
7625
7626 2004-01-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7627
7628         PR c++/13520
7629         * g++.dg/template/qualttp22.C: New test.
7630
7631 2004-01-01  Jan Hubicka  <jh@suse.cz>
7632
7633         * gcc.dg/debug/20031231-1.c: New.
7634         * gcc.c-torture/compile/20040101-1.c: New.
7635         * gcc.dg/dwarf-die-[1-7].c: New.
7636
7637 2004-01-01  Jakub Jelinek  <jakub@redhat.com>
7638
7639         PR optimization/13521
7640         * gcc.c-torture/compile/20031231-1.c: New test.
7641
7642 2003-12-30  Kazu Hirata  <kazu@cs.umass.edu>
7643
7644         * gcc.dg/sibcall-4.c: Replace mn10?00 with mn10300.
7645
7646 2003-12-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7647
7648         PR c++/10079
7649         * g++.dg/template/crash16.C: New test.
7650
7651 2003-12-30  Mark Mitchell  <mark@codesourcery.com>
7652
7653         * g++.dg/abi/vbase10.C: XFAIL on arm*-*-*.
7654
7655 2003-12-30  Kazu Hirata  <kazu@cs.umass.edu>
7656
7657         * g++.old-deja/g++.jason/thunk2.C: Remove traces of dead
7658         ports.
7659         * g++.old-deja/g++.jason/thunk3.C: Likewise.
7660         * g++.old-deja/g++.law/profile1.C: Likewise.
7661         * gcc.c-torture/compile/981006-1.c: Likewise.
7662         * gcc.c-torture/execute/loop-2e.x: Likewise.
7663         * gcc.c-torture/execute/loop-2f.x: Remove.
7664         * gcc.c-torture/execute/loop-2g.x: Likewise.
7665         * gcc.c-torture/execute/strct-varg-1.x: Likewise.
7666         * gcc.dg/20020312-2.c: Remove traces of dead ports.
7667
7668 2003-12-30  Nathan Sidwell  <nathan@codesourcery.com>
7669
7670         PR c++/13507
7671         * g++.dg/ext/attrib11.C: New test.
7672
7673         PR c++/13494
7674         * g++.dg/template/array2-1.C: New test.
7675         * g++.dg/template/array2-2.C: New test.
7676
7677 2003-12-29  Mark Mitchell  <mark@codesourcery.com>
7678
7679         * g++.old-deja/g++.pt/static11.C: Correct XFAIL syntax.
7680
7681 2003-12-29  Nathan Sidwell  <nathan@codesourcery.com>
7682
7683         PR c++/12774
7684         * g++.dg/template/array1-1.C: New test.
7685         * g++.dg/template/array1-2.C: New test.
7686
7687 2003-12-29  Roger Sayle  <roger@eyesopen.com>
7688
7689         PR fortran/12632
7690         * g77.dg/12632.f: New test case.
7691
7692 2003-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7693
7694         PR c++/13289
7695         * g++.dg/parse/nontype1.C: New test.
7696
7697 2003-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7698
7699         PR c++/12403
7700         * g++.dg/parse/explicit1.C: New test.
7701         * g++.old-deja/g++.pt/explicit71.C: Adjust expected error.
7702
7703 2003-12-28  Mark Mitchell  <mark@codesourcery.com>
7704
7705         PR c++/13081
7706         * g++.dg/opt/inline6.C: New test.
7707
7708         PR c++/12613
7709         * g++.dg/parse/error9.C: New test.
7710
7711         * gcc.dg/const-elim-1.c: XFAIL on arm-*-*.
7712
7713 2003-12-28  Mark Mitchell  <mark@codesourcery.com>
7714
7715         PR c++/13009
7716         * g++.dg/init/assign1.C: New test.
7717
7718 2003-12-28  Roger Sayle  <roger@eyesopen.com>
7719
7720         PR c++/13070
7721         * g++.dg/warn/format3.C: New test case.
7722
7723 2003-12-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7724
7725         * gcc.c-torture/compile/20031227-1.c: New test.
7726
7727 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
7728
7729         * g++.dg/bprob/bprob.exp: Load target-supports.exp
7730         * g77.dg/bprob/bprob.exp: Likewise.
7731         * gcc.misc-tests/bprob.exp: Likewise.
7732         * gcc.dg/builtins-18.c: Use builtins-config.h.  Do not test float
7733         variants on systems where the library does not provide that
7734         functionality.
7735         * gcc.dg/builtins-20.c: Use builtins-config.h.
7736         * gcc.dg/builtins-config.h: New file.
7737
7738 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
7739
7740         * lib/gcc-dg.exp (dg-require-profiling): New function.
7741         * lib/target-supports.exp (check_profiling_available): Likewise.
7742         * g++.dg/bprob/bprob.exp: Use check_profiling_available.
7743         * g77.dg/bprob/bprob.exp: Likewise.
7744         * gcc.misc-tests/bprob.exp: Likewise.
7745         * g++.old-deja/g++.law/profile1.C: Use dg-require-profiling.
7746         * gcc.dg/20021014-1.c: Likewise.
7747         * gcc.dg/nest.c: Likewise.
7748
7749 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
7750
7751         * g++.dg/lookup/java1.C: Use -fdollars-in-identifiers when
7752         compiling.
7753         * g++.dg/lookup/java2.C: Likewise.
7754         * gcc.dg/cpp/lexident.c: Likewise.
7755
7756 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
7757
7758         * gcc.c-torture/compile/20020604-1.c: XFAIL on H8 if -mn is
7759         given.
7760         * gcc.c-torture/compile/961203-1.c: Likewise.
7761         * gcc.c-torture/compile/980506-1.c: Likewise.
7762
7763 2003-12-23  Zack Weinberg  <zack@codesourcery.com>
7764
7765         * lib/gcc-dg.exp (dg-prune-output): New annotation.
7766         (additional_prunes): New global.
7767         (gcc-dg-prune): Handle additional per-test pruning.
7768         (dg-test): Clear additional_prunes between tests.
7769
7770         * gcc.c-torture/compile/920625-1.c: Remove xfail.  Use
7771         dg-prune-output to avoid spurious failures from assembler
7772         complaining about nonexistent WAW violations.
7773         * gcc.c-torture/compile/981223-1.c: Remove dg-options line.
7774         Use dg-prune-output to avoid spurious failures from assembler
7775         warning about Itanium B-step errata.
7776
7777 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
7778
7779         * g++.dg/abi/macro0.C: New test.
7780         * g++.dg/abi/macro1.C: Likewise.
7781         * g++.dg/abi/macro2.C: Likewise.
7782
7783         * g++.dg/abi/bitfield5.C: Add explicit -fabi-version=1 option.
7784         * g++.dg/abi/bitfield7.C: Likewise.
7785         * g++.dg/abi/dtor2.C: Likewise.
7786         * g++.dg/abi/mangle11.C: Likewise.
7787         * g++.dg/abi/mangle12.C: Likewise.
7788         * g++.dg/abi/mangle14.C: Likewise.
7789         * g++.dg/abi/mangle17.C: Likewise.
7790         * g++.dg/abi/vbase10.C: Likewise.
7791         * g++.dg/abi/vbase14.C: Likewise.
7792         * g++.dg/template/qualttp17.C: Likewise.
7793
7794 2003-12-21  Andrew Pinski  <pinskia@physics.uc.edu>
7795
7796         PR c/11995
7797         * gcc.dg/20031223-1.c: New test.
7798
7799 2003-12-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
7800
7801         * gcc.dg/noreturn-7.c: New test.
7802
7803 2003-12-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
7804
7805         * gcc.dg/null-pointer-1.c: New test.
7806
7807 2003-12-22  Mark Mitchell  <mark@codesourcery.com>
7808
7809         * g++.old-deja/g++.jason/template18.C: Remove.
7810         * g++.old-deja/g++.jason/template37.C: Likewise.
7811
7812         PR c++/12862
7813         * g++.dg/lookup/ns1.C: New test.
7814
7815         PR c++/12397
7816         * g++.dg/template/lookup3.C: New test.
7817
7818 2003-12-22  Andrew Pinski  <pinskia@physics.uc.edu>
7819
7820         * g++.dg/template/recurse1.C: New test
7821
7822 2003-12-22  Mark Mitchell  <mark@codesourcery.com>
7823
7824         PR c++/12479
7825         * g++.dg/parse/semicolon1.C: New test.
7826         * g++.dg/parse/semicolon1.h: Likewise.
7827
7828 2003-12-22  Fariborz Jahanian <fjahanian@apple.com>
7829
7830         * gcc.dg/darwin-misaligned.c: New test.
7831
7832 2003-12-22  Andrew Pinski  <pinskia@physics.uc.edu>
7833
7834         PR c/9163
7835         * gcc.dg/20031222-1.c: New test.
7836
7837 2003-12-21  Mark Mitchell  <mark@codesourcery.com>
7838
7839         PR c++/13438
7840         * g++.dg/parse/error8.C: New test.
7841
7842         PR c++/11554
7843         * testsuite/g++.dg/warn/ctor-init-1.C: New test.
7844
7845 2003-12-21  Kazu Hirata  <kazu@cs.umass.edu>
7846
7847         * gcc.c-torture/compile/20020910-1.c: Disable if __INT_MAX is
7848         too small.
7849         * gcc.c-torture/compile/930217-1.c: Likewise.
7850         * gcc.c-torture/compile/930513-1.c: Likewise.
7851         * gcc.c-torture/execute/920908-2.c: Likewise.
7852         * gcc.c-torture/execute/921204-1.c: Likewise.
7853         * gcc.c-torture/execute/930621-1.c: Likewise.
7854         * gcc.c-torture/execute/930630-1.c: Likewise.
7855         * gcc.c-torture/execute/931031-1.c: Likewise.
7856         * gcc.c-torture/execute/980602-2.c: Likewise.
7857         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
7858         * gcc.c-torture/execute/compndlit-1.c: Likewise.
7859         * gcc.c-torture/execute/extzvsi.c: Likewise.
7860         * gcc.c-torture/unsorted/ext.c: Likewise.
7861
7862 2003-12-20  Andrew Pinski  <pinskia@gcc.gnu.org>
7863
7864         PR target/12749
7865         * gcc.c-torture/compile/20031220-2.c: New test case.
7866
7867 2003-12-20  Roger Sayle  <roger@eyesopen.com>
7868
7869         PR optimization/13031
7870         * gcc.c-torture/compile/20031220-1.c: New test case.
7871
7872 2003-12-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
7873
7874         * gcc.dg/cast-function-1.c: New test.
7875
7876 2003-12-19  Joseph S. Myers  <jsm@polyomino.org.uk>
7877
7878         * gcc.dg/format/ext-1.c: Allow 'I' flag on floating point decimal
7879         formats.
7880
7881 2003-12-19  Mark Mitchell  <mark@codesourcery.com>
7882
7883         PR c++/12795
7884         * g++.dg/ext/attrib10.C: New test.
7885
7886 2003-12-19  Jakub Jelinek  <jakub@redhat.com>
7887
7888         * gcc.dg/cleanup-10.c: New test.
7889         * gcc.dg/cleanup-11.c: New test.
7890
7891 2003-12-19  Jakub Jelinek  <jakub@redhat.com>
7892
7893         PR c++/13239
7894         * g++.dg/opt/expect1.C: New test.
7895
7896 2003-12-19  Hartmut Penner  <hpenner@de.ibm.com>
7897
7898         * gcc.dg/altivec-varargs-1.c: Enable testcase on ppc linux.
7899
7900 2003-12-18  Andrew Pinski  <pinskia@physics.uc.edu>
7901
7902         PR debug/12923
7903         * gcc.dg/20031218-1.c: New test.
7904
7905         PR debug/12389
7906         * gcc.dg/20031218-2.c: New test.
7907         * gcc.dg/20031218-3.c: New test.
7908
7909         * g++.dg/abi/mangle18-1.C: Modify regexp to test for `[: \t\n]' at end
7910         of label name and allow for USER_LABEL_PREFIX == "_" names.
7911         * g++.dg/abi/mangle18-2.C: Likewise.
7912         * g++.dg/abi/mangle19-1.C: Likewise.
7913         * g++.dg/abi/mangle19-2.C: Likewise.
7914         * g++.dg/abi/mangle20-1.C: Likewise.
7915         * g++.dg/abi/mangle20-2.C: Likewise.
7916
7917 2003-12-18  Richard Henderson  <rth@redhat.com>
7918
7919         * gcc.dg/bitfld-1.c: Expect warnings for enum bitfields.
7920
7921 2003-12-18  Steven Bosscher  <steven@gcc.gnu.org>
7922             Dan Kegel <dank@kegel.com>
7923
7924         PR other/12009
7925         * g++.dg/compat/compat.exp:  Do not set LD_LIBRARY_PATH when
7926         testing a cross compiler, it causes spurious compile failures.
7927         * lib/g++.exp: Likewise.
7928
7929 2003-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7930
7931         PR c++/13262
7932         * g++.dg/template/access13.C: New test.
7933
7934 2003-12-18  Ulrich Weigand  <uweigand@de.ibm.com>
7935
7936         * gcc.dg/20031216-1.c: New test.
7937
7938 2003-12-18  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7939
7940         PR c++/9154
7941         * g++.dg/template/error10.C: New test.
7942
7943 2003-12-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
7944
7945         * g++.dg/eh/simd-1.C: XFAIL on SPARC.
7946         * g++.dg/eh/simd-2.C: Likewise.
7947
7948 2003-12-17  James E Wilson  <wilson@specifixinc.com>
7949             Roger Sayle  <roger@eyesopen.com>
7950
7951         * gcc.c-torture/execute/ieee/mzero5.c: New.
7952
7953 2003-12-17  Mark Mitchell  <mark@codesourcery.com>
7954
7955         PR c++/10603
7956         * g++.dg/parse/error6.C: New test.
7957
7958         PR c++/12827
7959         * g++.dg/parse/error7.C: New test.
7960
7961 2003-12-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
7962
7963         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Do not run debug-[12].c
7964         at -O with stabs debugging formats.
7965         * gcc.dg/debug/debug-1.c: Turn 'p' into a global variable.
7966         * gcc.dg/debug/debug-2.c: Likewise.
7967
7968 2003-12-16  Mark Mitchell  <mark@codesourcery.com>
7969
7970         PR c++/12696
7971         * g++.dg/init/error1.C: New test.
7972
7973         PR c++/12218
7974         * g++.dg/init/pm3.C: New test.
7975
7976 2003-12-17  Joseph S. Myers  <jsm@polyomino.org.uk>
7977
7978         PR c/3347
7979         * gcc.dg/bitfld-8.c: New test.
7980
7981 2003-12-16  James Lemke  <jim@wasabisystems.com>
7982
7983         * gcc.dg/arm-scd42-[123].c: New tests.
7984
7985 2003-12-16  Nathan Sidwell  <nathan@codesourcery.com>
7986
7987         PR c++/9043
7988         * g++.dg/abi/mangle20-1.C: New test.
7989         * g++.dg/abi/mangle20-2.C: New test.
7990
7991 2003-12-16  Mark Mitchell  <mark@codesourcery.com>
7992
7993         PR c++/13275
7994         * g++.dg/other/offsetof2.C: Remove XFAIL.
7995         * g++.dg/parse/offsetof1.C: New test.
7996         * g++.gd/parse/offsetof2.C: Likewise.
7997
7998 2003-12-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7999
8000         * g++.dg/template/nontype3.C: New test.
8001         * g++.dg/template/static2.C: Tweaked the dg-error clause.
8002
8003 2003-12-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8004
8005         * g++.dg/warn/noreturn-3.C: Also test instantiation.
8006
8007 2003-12-16  Nathan Sidwell  <nathan@codesourcery.com>
8008
8009         PR c++/13387
8010         * g++.dg/expr/assign1.C: New test.
8011
8012         PR c++/13242
8013         * g++.dg/abi/mangle19-1.C: New test.
8014         * g++.dg/abi/mangle19-2.C: New test.
8015
8016 2003-12-16  Hartmut Penner  <hpenner@de.ibm.com>
8017
8018         * testsuite/gcc.dg/altivec-10.c: Test vec_cmple and vec_all_numeric.
8019
8020 2003-12-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
8021
8022         * gcc.c-torture/execute/20031216-1.c: New test.
8023
8024 2003-12-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8025
8026         * g++.dg/template/ptrmem7.C: Simplified the test case to not hit
8027         an ICE regression.
8028
8029 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
8030
8031         PR c++/10926
8032         * g++.dg/template/error9.C: New test.
8033
8034         PR c++/11116
8035         * g++.dg/template/error8.C: New test.
8036
8037 2003-12-15  Roger Sayle  <roger@eyesopen.com>
8038
8039         PR middle-end/13400
8040         * gcc.c-torture/execute/20031215-1.c: New test case.
8041
8042 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
8043
8044         PR c++/13269
8045         * g++.dg/parse/error5.C: New test.
8046
8047         PR c++/12989
8048         * g++.dg/expr/sizeof1.C: New test.
8049
8050         PR c++/13310
8051         * g++.dg/template/crash15.C: New test.
8052
8053 2003-12-15  Geoffrey Keating  <geoffk@apple.com>
8054
8055         * g++.old-deja/g++.pt/vaarg3.C: Don't expect an error for passing
8056         a non-POD type as the last named parameter of a varargs function.
8057
8058 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
8059
8060         PR c++/13243
8061         PR c++/12573
8062         * g++.dg/template/crash14.C: New test.
8063         * g++.dg/template/dependent-expr3.C: Add dg-error markers.
8064
8065 2003-12-15  Nathan Sidwell  <nathan@codesourcery.com>
8066
8067         * g++.dg/other/java1.C: New test.
8068
8069         PR c++/13241
8070         * g++.dg/abi/mangle18-1.C: New test.
8071         * g++.dg/abi/mangle18-2.C: New test.
8072
8073 2003-12-15  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8074
8075         PR optimization/10312
8076         * gcc.c-torture/execute/20031214-1.c: New.
8077
8078 2003-12-14  Mark Mitchell  <mark@codesourcery.com>
8079
8080         PR c++/10779
8081         PR c++/12160
8082         * g++.dg/parse/error3.C: New test.
8083         * g++.dg/parse/error4.C: Likewise.
8084         * g++.dg/abi/mangle4.C: Tweak error messages.
8085         * g++.dg/lookup/using5.C: Likewise.
8086         * g++.dg/other/error2.C: Likewise.
8087         * g++.dg/parse/typename5.C: Likewise.
8088         * g++.dg/parse/undefined1.C: Likewise.
8089         * g++.dg/template/arg2.C: Likewise.
8090         * g++.dg/template/ttp3.C: Likewise.
8091         * g++.dg/template/type1.C: Likewise.
8092         * g++.old-deja/g++.other/crash32.C: Likewise.
8093         * g++.old-djea/g++.pt/defarg8.C: Likewise.
8094
8095 2003-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8096
8097         PR c++/13106
8098         * g++.dg/warn/noreturn-3.C: New test.
8099
8100 2003-12-12  Nathan Sidwell  <nathan@codesourcery.com>
8101
8102         PR c++/13118
8103         * g++.dg/abi/covariant3.C: New.
8104
8105 2003-12-12  Jakub Jelinek  <jakub@redhat.com>
8106
8107         * g++.dg/eh/ia64-1.C: New test.
8108
8109 2003-12-12  Roger Sayle  <roger@eyesopen.com>
8110
8111         PR optimization/13037
8112         * g77.f-torture/execute/13037.f: New test case.
8113
8114 2003-12-12  Nathan Sidwell  <nathan@codesourcery.com>
8115
8116         PR c++/12881
8117         * g++.dg/abi/covariant2.C: New.
8118
8119 2003-12-12  Neil Booth  <neil@daikokuya.co.uk>
8120
8121         * testsuite/gcc.dg/cpp/trad/macro.c: New tests.
8122
8123 2003-12-11  Zack Weinberg  <zack@codesourcery.com>
8124
8125         * gcc.c-torture/execute/wchar_t-1.x: Delete.
8126
8127 2003-12-10  Robert Schiele  <rschiele@uni-mannheim.de>
8128
8129         PR other/10819
8130         * lib/gcc.exp (default_gcc_version): Do not match NL/CR characters
8131         to fix Bug 10819.
8132         * lib/g++.exp (g++_version): Likewise.
8133         * lib/g77.exp (g77_version): Likewise.
8134         * lib/objc.exp (default_objc_version): Likewise.
8135
8136 2003-12-10  Richard Henderson  <rth@redhat.com>
8137
8138         * gcc.c-torture/execute/wchar_t-1.c: Convert to utf-8.
8139
8140         * gcc.dg/intermod-1.c: Adjust assembler scan pattern for alpha.
8141
8142 2003-12-08  Matt Austern  <austern@apple.com>
8143
8144         PR c/13134
8145         * lib/gcc-dg.exp (dg-require-visibility): Define.
8146         * lib/target-supports (check_visibility_available): Define.
8147         * gcc.dg/visibility-1.c: New test.
8148         * gcc.dg/visibility-2.c: Likewise.
8149         * gcc.dg/visibility-3.c: Likewise.
8150         * gcc.dg/visibility-4.c: Likewise.
8151         * gcc.dg/visibility-5.c: Likewise.
8152         * gcc.dg/visibility-6.c: Likewise.
8153         * g++.dg/ext/visibility-1.C: Likewise.
8154         * g++.dg/ext/visibility-2.C: Likewise.
8155         * g++.dg/ext/visibility-3.C: Likewise.
8156         * g++.dg/ext/visibility-4.C: Likewise.
8157         * g++.dg/ext/visibility-5.C: Likewise.
8158         * g++.dg/ext/visibility-6.C: Likewise.
8159
8160 2003-12-07  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8161
8162         * g++.dg/lookup/java1.C: New test.
8163         * g++.dg/lookup/java2.C: New test.
8164
8165 2003-12-07  Falk Hueffner  <falk@debian.org>
8166
8167         * g++.dg/opt/noreturn-1.C: New test.
8168
8169 2003-12-07  Wolfgang Bangerth  <bangerth@dealii.org>
8170
8171         * gcc.dg/overflow-1.c: New test.
8172
8173 2003-12-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
8174
8175         * g77.f-torture/compile/13060.f: New test.
8176
8177 2003-12-06  Mark Mitchell  <mark@codesourcery.com>
8178
8179         PR c++/13323
8180         * g++.dg/inherit/operator2.C: New test.
8181
8182 2003-12-05  Mark Mitchell  <mark@codesourcery.com>
8183
8184         PR c++/13305
8185         * g++.dg/ext/attrib9.C: New test.
8186
8187 2003-12-05  Mark Mitchell  <mark@codesourcery.com>
8188
8189         PR c++/13314
8190         * g++.dg/template/error7.C: New test.
8191
8192 2003-12-05  Stuart Menefy <stuart.menefy@st.com>
8193             J"orn Rennecke <joern.rennecke@superh.com>
8194
8195         PR target/13302
8196         * g++.dg/other/struct-va_list.C: New test.
8197
8198 2003-12-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8199
8200         PR c++/13166
8201         * g++.dg/parse/defarg6.C: New test.
8202
8203 2003-12-05  Hans-Peter Nilsson  <hp@axis.com>
8204
8205         PR target/13256
8206         * gcc.c-torture/execute/20031201-1.c: New test.
8207
8208 2003-12-05  Arnaud Charlet  <charlet@act-europe.fr>
8209
8210         * ada/acats/run_acats: Add checks against missing gnatlib/gnattools.
8211
8212 2003-12-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
8213
8214         * gcc.dg/builtin-return-1.c: New test.
8215
8216 2003-12-04  Stuart Menefy <stuart.menefy@st.com>
8217             J"orn Rennecke <joern.rennecke@superh.com>
8218
8219         PR optimization/13260
8220         * gcc.c-torture/execute/20031204-1.c: New test.
8221
8222 2003-12-03  Mark Mitchell  <mark@codesourcery.com>
8223
8224         PR c++/9127
8225         * g++.dg/template/error6.C: New test.
8226
8227 2003-12-03  Jakub Jelinek  <jakub@redhat.com>
8228
8229         * gcc.dg/20031202-1.c: New test.
8230
8231 2003-12-03  Mark Mitchell  <mark@codesourcery.com>
8232
8233         PR c++/13179
8234         * g++.dg/template/eh1.C: New test.
8235
8236         PR c++/10771
8237         * g++.dg/template/error5.C: New test.
8238
8239 2003-12-02  David Ung  <davidu@mips.com>
8240
8241         * gcc.dg/compat/vector-check.h: Corrected type for var
8242         g_##TMODE
8243
8244 2003-12-02  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8245
8246         PR c++/10126
8247         * g++.dg/template/ptrmem8.C: New test.
8248
8249 2003-12-02  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8250
8251         PR c++/12573
8252         * g++.dg/template/dependent-expr3.C: New test.
8253
8254 2003-12-01  James Lemke  <jim@wasabisystems.com>
8255
8256         * gcc.dg/arm-g2.c: New test.
8257
8258 2003-12-01  Roger Sayle  <roger@eyesopen.com>
8259
8260         PR optimization/11634
8261         * gcc.dg/20031201-2.c: New test case.
8262
8263 2003-12-01  Zack Weinberg  <zack@codesourcery.com>
8264
8265         PR 11433
8266         * objc.dg/proto-lossage-3.m: New test.
8267
8268 2003-12-01  Roger Sayle  <roger@eyesopen.com>
8269
8270         PR optimization/12628
8271         * gcc.dg/20031201-1.c: New test case.
8272
8273 2003-12-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
8274
8275         * gcc.dg/unaligned-1.c: New test.
8276
8277 2003-11-30  Mark Mitchell  <mark@codesourcery.com>
8278
8279         PR c++/9849
8280         * g++.dg/template/error4.C: New test.
8281         * g++.dg/template/nested3.C: Adjust error markers.
8282
8283 2003-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8284
8285         * gcc.dg/cpp/assert4.c: Check more #system assertions.
8286
8287 2003-11-29  Joseph S. Myers  <jsm@polyomino.org.uk>
8288
8289         PR c/10333
8290         * gcc.dg/bitfld-7.c: New test.
8291
8292 2003-11-29  Richard Sandiford  <rsandifo@redhat.com>
8293
8294         * gcc.dg/tls/asm-1.C: New test.
8295
8296 2003-11-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8297
8298         * gcc.dg/cpp/assert4.c: Update.
8299
8300 2003-11-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
8301
8302         * gcc.dg/builtin-apply2.c: Set size of stack argument data to 64.
8303         * gcc.dg/builtin-apply3.c: New test.
8304
8305 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
8306
8307         * lib/compat.exp (compat-obj): New xfaildata parameter.
8308         Use it to set compiler_conditional_xfail_data before compiling.
8309         (compat-get-options): Handle dg-xfail-if.
8310         (compat-execute): Retrieve XFAIL data and pass them to compat-obj.
8311         * gcc.dg/compat/vector-1_x.c: XFAIL on SPARC.
8312         * gcc.dg/compat/vector-1_y.c: Likewise.
8313         * gcc.dg/compat/vector-2_x.c: Likewise.
8314         * gcc.dg/compat/vector-2_y.c: Likewise.
8315
8316 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
8317
8318         * g++.dg/opt/reg-stack4.C: New test.
8319
8320 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
8321
8322         * gcc.dg/builtin-apply2.c: New test.
8323
8324 2003-11-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
8325
8326         * gcc.c-torture/compile/20031023-4.c: Don't XFAIL on SPARC64.
8327
8328 2003-11-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8329
8330         PR c++/12924
8331         * g++.dg/template/template-id-2.C: New test.
8332
8333 2003-11-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8334
8335         PR c++/5369
8336         * g++.dg/template/memfriend1.C: New test.
8337         * g++.dg/template/memfriend2.C: Likewise.
8338         * g++.dg/template/memfriend3.C: Likewise.
8339         * g++.dg/template/memfriend4.C: Likewise.
8340         * g++.dg/template/memfriend5.C: Likewise.
8341         * g++.dg/template/memfriend6.C: Likewise.
8342         * g++.dg/template/memfriend7.C: Likewise.
8343         * g++.dg/template/memfriend8.C: Likewise.
8344         * g++.old-deja/g++.pt/friend44.C: Remove a bogus error.
8345
8346 2003-11-21  Mark Mitchell  <mark@codesourcery.com>
8347
8348         PR c++/12515
8349         * g++.dg/ext/cond1.C: New test.
8350
8351 2003-11-20  Richard Henderson  <rth@redhat.com>
8352
8353         * gcc.dg/20020201-2.c: Remove.
8354         * gcc.dg/20020201-4.c: Remove.
8355         * gcc.dg/20020304-1.c: Remove.
8356
8357 2003-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8358
8359         * gcc.dg/cpp/trad/xwin1.c: New test case.
8360
8361 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
8362
8363         * g++.dg/compat/compat.exp: Add DYLD_LIBRARY_PATH for darwin.
8364         * lib/g77.exp: Likewise.
8365         * lib/objc.exp: Likewise.
8366         * lib/g++.exp: Likewise, add -multiply_defined suppress flag
8367         for darwin.
8368
8369 2003-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8370
8371         PR c++/12932
8372         * g++.dg/template/static5.C: New test.
8373
8374 2003-11-18  Joseph S. Myers  <jsm@polyomino.org.uk>
8375
8376         * gcc.dg/nested-func-1.c: New test.
8377
8378 2003-11-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8379
8380         * gcc.dg/cpp/assert4.c: New test.
8381
8382 2003-11-14  Giovanni Bajo  <giovannibajo@libero.it>
8383
8384         PR c++/2294
8385         * g++.dg/lookup/using9.c: New test.
8386
8387 2003-11-14  Mark Mitchell  <mark@codesourcery.com>
8388
8389         PR c++/12762
8390         * g++.dg/template/error3.C: New test.
8391
8392 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
8393
8394         PR ada/13035
8395         * ada/acats/run_acats, run_all.sh: Fix syntax error.
8396         No longer use a wrapper for gcc, since this does not work under
8397         Windows.
8398
8399 2003-11-14  Giovanni Bajo  <giovannibajo@libero.it>
8400
8401         PR c++/2094
8402         * g++.dg/template/ptrmem7.C: New test.
8403
8404 2003-11-13  Andrew Pinski <apinski@apple.com>
8405
8406         * gcc.c-torture/compile/20031113-1.c: New test.
8407
8408 2003-11-13  Mark Mitchell  <mark@codesourcery.com>
8409             Kean Johnston <jkj@sco.com>
8410
8411         PR c/13029
8412         * gcc.dg/unused-4.c: Update.
8413
8414 2003-11-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
8415
8416         * g++.dg/opt/const3.C: New test.
8417
8418 2003-11-13  Jan Hubicka  <jh@suse.cz>
8419
8420         * gcc.c-torture/compile/20031112-1.c: New test.
8421
8422 2003-11-12  Mark Mitchell  <mark@codesourcery.com>
8423
8424         * g++.dg/parse/crash10.C: Remove bogus error marker.
8425
8426 2003-11-12  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8427
8428         * ada/acats/run_acats (host_gnatmake): Use type in a /bin/sh script.
8429         (host_gcc): Likewise.
8430         (ROOT): Honor $PWDCMD.
8431         (BASE): Likewise.
8432         * ada/acats/run_all.sh (dir): Honor $PWDCMD.
8433
8434 2003-11-12  Catherine Moore  <clm@redhat.com>
8435
8436         * gcc.c-torture/execute/20020720-1.x:  Add xfail for frv-*-*.
8437
8438 2003-11-12  Andreas Jaeger  <aj@suse.de>
8439             Jakub Jelinek  <jakub@redhat.com>
8440             Andrew Pinski  <pinskia@physics.uc.edu>
8441             Richard Henderson  <rth@redhat.com>
8442
8443         * gcc.dg/c90-const-expr-2.c (foo): Avoid extra warning on 64-bit
8444         systems.
8445         * gcc.dg/c99-const-expr-2.c (foo): Likewise.
8446
8447         * gcc.dg/20030926-1.c: Make it work on x86_64 systems.
8448         * gcc.dg/i386-pentium4-not-mull.c: Likewise.
8449
8450 2003-11-11  Andreas Jaeger  <aj@suse.de>
8451
8452         * gcc.c-torture/execute/20020720-1.x: Test passes also on x86_64.
8453
8454         * gcc.c-torture/execute/20020227-1.x: Test passes also on x86_64.
8455
8456 2003-11-10  Arnaud Charlet  <charlet@act-europe.fr>
8457
8458         * ada/acats/run_all.sh: Add handling of unsupported (tasking) tests.
8459         Clean ups.
8460
8461 2003-11-10  Waldek Hebisch  <hebisch@math.uni.wroc.pl>
8462
8463         * gcc.dg/trampoline-1.c: New test.
8464
8465 2003-11-09  Andrew Pinski  <pinskia@physics.uc.edu>
8466
8467         * gcc.c-torture/compile/200031109-1.c: New test.
8468
8469 2003-11-08  Joseph S. Myers  <jsm@polyomino.org.uk>
8470
8471         PR c/3190
8472         PR c/8714
8473         * gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
8474         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/ext3.c,
8475         gcc.dg/format/no-y2k-1.c: Update.
8476
8477 2003-11-08  Roger Sayle  <roger@eyesopen.com>
8478
8479         PR optimization/10467
8480         * gcc.dg/20031108-1.c: New test case.
8481
8482 2003-11-07  Geoffrey Keating  <geoffk@apple.com>
8483
8484         * gcc.dg/pch/warn-1.c: Allow for more helpful error message.
8485
8486 2003-11-08  Joseph S. Myers  <jsm@polyomino.org.uk>
8487
8488         * gcc.dg/compound-lvalue-1.c: New test.
8489         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Remove
8490         some XFAILs.
8491
8492 2003-11-06  Geoffrey Keating  <geoffk@apple.com>
8493
8494         * gcc.dg/altivec-varargs-1.c: New test.
8495
8496 2003-11-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
8497
8498         * gcc.c-torture/compile/20031023-4.c: XFAIL on SPARC64
8499         * gcc.c-torture/compile/simd-5.c: XFAIL on SPARC64 at -O0 and -O1.
8500         * gcc.c-torture/execute/simd-4.x: New file.  XFAIL on SPARC at -O0.
8501         * gcc.c-torture/execute/va-arg-25.x: New file.  XFAIL on SPARC.
8502         * gcc.dg/uninit-C.c: XFAIL on non 64-bit Solaris versions.
8503
8504 2003-11-05  Joseph S. Myers  <jsm@polyomino.org.uk>
8505
8506         * gcc.dg/cond-lvalue-1.c: New test.
8507
8508 2003-11-05  Gernot Hillier  <gernot.hillier@siemens.com>
8509
8510         * g++.old-deja/g++.pt/asm1.C: Enable for e.g. x86_64-*-linux-gnu.
8511
8512 2003-11-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8513
8514         PR c++/11616
8515         * g++.dg/template/instantiate5.C: New test.
8516
8517 2003-11-03  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
8518
8519         PR c++/12726
8520         * g++.dg/ext/complit2.C: Replace test with self-contained version.
8521         * ChangeLog: Add missing first entry for above test.
8522
8523 2003-11-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8524
8525         PR c++/9810
8526         * g++.dg/template/using8.C: New test.
8527         * g++.old-deja/g++.other/access11.C: Adjust expected error location.
8528
8529 2003-11-02  Roger Sayle  <roger@eyesopen.com>
8530
8531         PR optimization/10817
8532         * gcc.c-torture/compile/20031102-1.c: New test case.
8533
8534 2003-11-02  Kazu Hirata  <kazu@cs.umass.edu>
8535
8536         * gcc.c-torture/execute/va-arg-25.c: Enable only if INT_MAX ==
8537         2147483647.
8538
8539 2003-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
8540
8541         * gcc.dg/20031102-1.c: New test.
8542
8543 2003-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
8544
8545         * gcc.dg/complex-1.c: New test.
8546
8547 2003-11-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8548
8549         PR c++/12796
8550         * g++.dg/template/crash13.C: Adjust expected error location.
8551         * g++.old-deja/g++.brendan/ns1.C: Likewise.
8552
8553 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
8554
8555         * g++.dg/bprob/bprob.exp: Disable test on arm-elf configs.
8556
8557 2003-10-31  Josef Zlomek  <zlomekj@suse.cz>
8558
8559         PR/10239
8560         * gcc.c-torture/compile/20031031-2.c: New test.
8561
8562 2003-10-31  Josef Zlomek  <zlomekj@suse.cz>
8563
8564         PR/11640
8565         * gcc.c-torture/compile/20031031-1.c: New test.
8566
8567 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
8568
8569         * g77.dg/bprob/bprob.exp: Disable test on arm-elf configs.
8570         * gcc.misc-tests/bprob.exp: Likewise.
8571         * g77.dg/execute/20001201.x, 6367.x, io0.x, io1.x, u77-test.x: XFAIL
8572         the execution test on arm-elf configs.
8573         * g77.dg/execute/10197.x: New file.  XFAIL the execution test on
8574         configs that don't support scratch files.
8575         * g77.dg/execute/u77-test.x: XFAIL compilation on arm-elf configs.
8576
8577 2003-10-30  Arnaud Charlet  <charlet@act-europe.fr>
8578
8579         * ada/acats/run_all.sh: Do not print PASS messages to stdout, as
8580         done by dejagnu.
8581
8582 2003-10-29  Arnaud Charlet  <charlet@act-europe.fr>
8583
8584         * ada/acats/run_all.sh: Redirect mv output to /dev/null
8585         Avoid non pure sh syntax. Add more logging.
8586
8587         * ada/acats/norun.lst: Disable cdd2a03, since it is expected to
8588         fail.
8589
8590 2003-10-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8591
8592         PR libgcj/10610
8593         * gcc.dg/ppc-stackalign-1.c: New test.
8594
8595 2003-10-28  Arnaud Charlet  <charlet@act-europe.fr>
8596
8597         * ada/acats/run_all.sh: Change output to be more compliant with
8598         dejagnu framework.
8599         Create acats.sum and acats.log files under testsuite/ada/acats
8600         Only run [a-z]* directories, to filter out e.g. CVS.
8601         Redirect build output to log file.
8602
8603 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
8604
8605         * README.ada: Removed, integrated in ../doc/sourcebuild.texi
8606
8607 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
8608
8609         PR ada/5909:
8610         * README.ada, ada/acats: Import ACATS 2.5 for GCC Ada test suite.
8611
8612 2003-10-27  Jakub Jelinek  <jakub@redhat.com>
8613
8614         * gcc.c-torture/compile/20031023-1.c: New test.
8615         * gcc.c-torture/compile/20031023-2.c: New test.
8616         * gcc.c-torture/compile/20031023-3.c: New test.
8617         * gcc.c-torture/compile/20031023-4.c: New test.
8618
8619 2003-10-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8620
8621         PR c++/10371
8622         * g++.dg/lookup/scoped8.C: New test.
8623
8624 2003-10-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
8625
8626         * g++.dg/opt/reg-stack3.C: New test.
8627
8628 2003-10-24  Joseph S. Myers  <jsm@polyomino.org.uk>
8629
8630         * gcc.dg/c99-arraydecl-2.c: New test.  PR c/11943.
8631
8632 2003-10-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8633
8634         PR c++/11076
8635         * g++.dg/template/crash13.C: New test.
8636
8637 2003-10-24  Joseph S. Myers  <jsm@polyomino.org.uk>
8638
8639         * gcc.dg/c99-restrict-2.c: New test.
8640
8641 2003-10-24  Nathan Sidwell  <nathan@codesourcery.com>
8642
8643         PR c++/12698, c++/12699, c++/12700, c++/12566
8644         * g++.dg/inherit/covariant9.C: New test.
8645         * g++.dg/inherit/covariant10.C: New test.
8646         * g++.dg/inherit/covariant11.C: New test.
8647
8648 2003-10-23  Jason Merrill  <jason@redhat.com>
8649
8650         PR c++/12726
8651         * g++.dg/ext/complit2.C: New test.
8652
8653 2003-10-20  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
8654
8655         PR target/12654
8656         * gcc.c-torture/execute/20031020-1.c: New test.
8657
8658 2003-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8659
8660         * gcc.dg/old-style-asm-1.c: Also check for (set (pc) on lines
8661         following the jump_insn.
8662
8663 2003-10-22  Joseph S. Myers  <jsm@polyomino.org.uk>
8664
8665         * gcc.dg/cast-lvalue-1.c: New test.
8666
8667 2003-10-21  Mark Mitchell  <mark@codesourcery.com>
8668
8669         PR c++/11962
8670         * g++.dg/template/cond2.C: New test.
8671
8672 2003-10-20  Joseph S. Myers  <jsm@polyomino.org.uk>
8673
8674         * gcc.dg/builtins-28.c: New test.
8675
8676 2003-10-20  Jan Hubicka  <jh@suse.cz>
8677
8678         * testsuite/g++.dg/opt/inline4.C: Do not use min-inline-insns
8679         parameter.
8680         * testsuite/gcc.dg/inline-2.c: Likewise.
8681
8682 2003-10-20  Phil Edwards  <phil@codesourcery.com>
8683
8684         * gcc.dg/20021014-1.c:  XFAIL for *-*-windiss targets.
8685         * gcc.dg/nest.c:  Likewise.
8686
8687 2003-10-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8688
8689         PR c++/9781, c++/10583, c++/11862
8690         * g++.dg/parse/crash13.C: New test.
8691
8692 2003-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8693
8694         * gcc.dg/old-style-asm-1.c: Count jump_insns instead of labels.
8695
8696 2003-10-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
8697
8698         * gcc.dg/builtins-18.c: Wrap C99 tests with HAVE_C99_RUNTIME.
8699         Define HAVE_C99_RUNTIME except on Solaris.
8700         * gcc.dg/builtins-20.c: Likewise.
8701
8702 2003-10-19  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8703
8704         * gcc.dg/old-style-asm-1.c: Use scan-assembler-times.
8705
8706 2003-10-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8707
8708         PR c++/12495
8709         * g++.dg/template/crash21.C: New test.
8710
8711 2003-10-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8712
8713         PR c++/2513
8714         * g++.dg/template/typename5.C: New test.
8715
8716 2003-10-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8717
8718         PR c++/12369
8719         * g++.dg/template/friend25.C: New test.
8720
8721 2003-10-16  Ziemowit Laski  <zlaski@apple.com>
8722
8723         * objc.dg/try-catch-2.m: Relax target triple to all Darwin
8724         versions.
8725
8726 2003-10-16  Kazu Hirata  <kazu@cs.umass.edu>
8727
8728         * gcc.c-torture/execute/20031003-1.c: Enable only when INT_MAX
8729         == 2147483647.
8730
8731 2003-10-15  Kazu Hirata  <kazu@cs.umass.edu>
8732
8733         * gcc.c-torture/execute/960416-1.x: Remove.
8734         * gcc.c-torture/execute/divconst-3.x: Likewise.
8735
8736 2003-10-15  Hans-Peter Nilsson  <hp@axis.com>
8737
8738         PR target/12598
8739         * gcc.dg/torture/cris-volatile-1.c: New test.
8740
8741 2003-10-14  Roger Sayle  <roger@eyesopen.com>
8742
8743         PR optimization/9325
8744         * gcc.c-torture/execute/20031003-1.c: Remove non-portable tests
8745         for overflowing floating point to integer conversion during RTL
8746         simplification.
8747
8748 2003-10-13  Ziemowit Laski  <zlaski@apple.com>
8749
8750         * objc/execute/_cmd.m: Fix typo.
8751         * objc.dg/image-info.m, objc.dg/symtab-1.m:
8752         Relax 'scan-assembler' regexp.
8753         * objc.dg/try-catch-1.m, objc.dg/try-catch-3.m,
8754         objc.dg/try-catch-4.m: Run on non-Darwin targets.
8755         * objc.dg/zero-link-2.m: Remove blank line.
8756         * objc.dg/zero-link-3.m: New test case.
8757
8758 2003-10-13  Geoffrey Keating  <geoffk@apple.com>
8759
8760         * g77.f-torture/execute/980520-1.x: XFAIL at -O0.
8761
8762         * gcc.dg/asm-names.c: Use scan-assembler-not rather
8763         than linker trickery.
8764
8765 2003-10-13  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
8766
8767         PR c++/12370
8768         * g++.dg/other/friend2.C: New test.
8769
8770 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
8771
8772         * gcc.dg/20031012-1.c: New test.
8773
8774 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
8775
8776         * gcc.dg/weak/weak-3.c: Fix for new warning.
8777
8778 2003-10-12  Kelley Cook  <kcook@gcc.gnu.org>
8779
8780         PR optimization/8750
8781         * gcc.c-torture/execute/20031012-1.c: New test case.
8782
8783 2003-10-11  Roger Sayle  <roger@eyesopen.com>
8784
8785         * gcc.c-torture/execute/string-opt-8.c: Don't test optimizations
8786         that inline strncmp as cmpstrsi on i386 when compiled with -Os.
8787
8788 2003-10-11  Roger Sayle  <roger@eyesopen.com>
8789
8790         PR optimization/12260
8791         * gcc.c-torture/compile/20031011-2.c: New test case.
8792
8793 2003-10-11  Roger Sayle  <roger@eyesopen.com>
8794
8795         * gcc.c-torture/execute/20031011-1.c: New testcase.
8796
8797 2003-10-11  Eric Botcazou  <ebotcazou@libertysurf.fr>
8798
8799         * gcc.c-torture/compile/20031011-1.c: New test.
8800
8801 2003-10-11  Jan Hubicka  <jh@suse.cz>
8802
8803         * g++.dg/other/first-global.C: New test.
8804
8805 2003-10-11  Roger Sayle  <roger@eyesopen.com>
8806
8807         * gcc.c-torture/execute/string-opt-18.c: New testcase.
8808
8809 2003-10-10  Ian Lance Taylor  <ian@wasabisystems.com>
8810
8811         * gcc.c-torture/compile/20031010-1.c: New test.
8812
8813 2003-10-10  Geoffrey Keating  <geoffk@apple.com>
8814
8815         * gcc.c-torture/execute/va-arg-24.c: Correct, and rename to...
8816         * gcc.c-torture/execute/va-arg-25.c: ... here.
8817
8818 2003-10-09  Mark Mitchell  <mark@codesourcery.com>
8819
8820         * g++.dg/ext/attrib8.C: Only run it on x86 targets.
8821
8822 2003-10-08  Richard Sandiford  <rsandifo@redhat.com>
8823
8824         * gcc.c-torture/compile/mipscop-[1-4].c: Disable for mips16.
8825
8826 2003-10-08  Giovanni Bajo  <giovannibajo@libero.it>
8827
8828         * g++.dg/parse/error2.C: New test.
8829
8830 2003-10-08  Giovanni Bajo <giovannibajo@libero.it>
8831
8832         PR c++/11097
8833         * g++.dg/other/error5.C: Modify the error message.
8834         * g++.dg/lookup/using8.C: New test.
8835
8836 2003-10-07  Geoffrey Keating  <geoffk@apple.com>
8837
8838         * gcc.dg/darwin-abi-2.c: New file.
8839         * gcc.c-torture/execute/va-arg-24.c: New file.
8840
8841 2003-10-06  Bob Wilson  <bob.wilson@acm.org>
8842
8843         * g++.dg/template/spec10.C: Set exit value to zero on success.  Fix
8844         indentation.
8845
8846 2003-10-06  Mark Mitchell  <mark@codesourcery.com>
8847
8848         PR c++/10147
8849         * g++.dg/other/error4.C: Update error messages.
8850         * g++.dg/template/ptrmem4.C: Likewise.
8851
8852         PR c++/12337
8853         * g++.dg/init/new9.C: New test.
8854
8855         PR c++/12334, c++/12236, c++/8656
8856         * g++.dg/ext/attrib8.C: New test.
8857
8858 2003-10-06  Devang Patel  <dpatel@apple.com>
8859
8860         * gcc.dg/debug/dwarf2-3.h: New test.
8861         * gcc.dg/debug/dwarf2-3.c: New test case for -feliminate-dwarf2-dups.
8862
8863 2003-10-06  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
8864
8865         * g++.dg/opt/cfg2.C: New test.
8866
8867 2003-10-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
8868
8869         * g++.dg/opt/float1.C: New test.
8870
8871 2003-10-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
8872
8873         * gcc.dg/c90-array-lval-6.c: New test.
8874         * gcc.dg/c99-array-lval-6.c: New test.
8875
8876 2003-10-03  Alexander Malmberg  <alexander@malmberg.org>
8877             Ziemowit Laski  <zlaski@apple.com>
8878
8879         * objc.dg/method-6.m ('starboard'): Move prototype from 'Base' to
8880         'Derived', so that it is never considered a class method; add
8881         new warning for '+port' method ambiguity.
8882         * objc.dg/method-12.m: Include <objc/objc.h> instead of
8883         <objc/objc-api.h> (needed on Mac OS X).
8884         * objc.dg/method-13.m: New test.
8885
8886 2003-10-03  Roger Sayle  <roger@eyesopen.com>
8887
8888         PR optimization/9325, PR java/6391
8889         * gcc.c-torture/execute/20031003-1.c: New test case.
8890
8891 2003-10-02  Mark Mitchell  <mark@codesourcery.com>
8892
8893         PR optimization/12180
8894         * gcc.dg/20031002-1.c: New test.
8895
8896         PR c++/12486
8897         * g++.dg/inherit/error1.C: New test.
8898
8899 2003-10-02  Chris Demetriou  <cgd@broadcom.com>
8900
8901         * lib/f-torture.exp (search_for): Rename to...
8902         (search_for_re): This.  Also, clean up comments and the
8903         "regexp" invocation.
8904
8905 2003-10-02  Josef Zlomek  <zlomekj@suse.cz>
8906
8907         * gcc.c-torture/compile/20031002-1.c: New test.
8908
8909 2003-10-02  Jakub Jelinek  <jakub@redhat.com>
8910
8911         * g++.dg/opt/cond1.C: New test.
8912
8913 2003-10-01  Kelley Cook  <kelleycook@wideopenwest.com>
8914
8915         * gcc.dg/Wold-style-definition-2.c: New testcase.
8916         * gcc.dg/wtr-func-def-1.c: Modify to reflect new warning.
8917
8918 2003-09-29  Richard Henderson  <rth@redhat.com>
8919
8920         * g++.dg/init/array10.C: Add dg-options.
8921
8922 2003-09-29  Eric Botcazou  <ebotcazou@libertysurf.fr>
8923
8924         * g++.dg/opt/unroll1.C: Change unsigned to __SIZE_TYPE__.
8925
8926 2003-09-28  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8927
8928         * g++.dg/template/friend19.C: Fix typo.
8929         * g++.old-deja/g++.other/crash31.C: Adjust expected error.
8930
8931 2003-09-28  Richard Sandiford  <rsandifo@redhat.com>
8932
8933         * gcc.c-torture/execute/20030928-1.c: New test.
8934         * gcc.dg/torture/mips-sdata-1.c (f): Refer to x[0] rather than x[3].
8935
8936 2003-09-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
8937
8938         * g++.dg/opt/unroll1.C: New test.
8939
8940 2003-09-26  Roger Sayle  <roger@eyesopen.com>
8941
8942         PR optimization/11741
8943         * gcc.dg/20030926-1.c: New test case.
8944
8945 2003-09-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8946
8947         PR c++/5655
8948         * g++.dg/parse/access7.C: New test.
8949         * g++.old-deja/g++.brendan/crash56.C: Fix redeclaration error.
8950
8951 2003-09-24  Ziemowit Laski  <zlaski@apple.com>
8952
8953         MERGE OF objc-improvements-branch into MAINLINE:
8954         * lib/objc.exp (objc_target_compile): Do not point at libobjc headers
8955         if libobjc has not been built.
8956         * objc/execute/IMP.m, objc/execute/_cmd.m, objc/execute/bf-common.h,
8957         objc/execute/bycopy-3.m, objc/execute/class-{1-14}.m,
8958         objc/execute/class-self-2.m, objc/execute/many_args_method.m,
8959         objc/execute/nested-3.m, objc/execute/np-2.m,
8960         objc/execute/object_is_class.m, objc/execute/object_is_meta_class.m,
8961         objc/execute/redefining_self.m, objc/execute/root_methods.m,
8962         objc/execute/static-{1-2}.m, objc/execute/string-{1-4}.m,
8963         objc/execute/va_method.m, objc.dg/comp-types-4.m, objc.dg/headers.m,
8964         objc.dg/special/unclaimed-category-1.h,
8965         objc.dg/special/unclaimed-category-1.m: Make usable with NeXT as
8966         well as GNU runtime.
8967         * execute/next_mapping.h: New header, for GNU->NeXT impedance matching.
8968         * execute/cascading-1.m, execute/function-message-1.m,
8969         objc.dg/anon-1.m, objc.dg/bitfield-{3-4}.m,
8970         objc.dg/call-super-{1-3}.m, objc.dg/category-1.m,
8971         objc.dg/const-str-{3-6}.m, objc.dg/encode-{1-4}.m,
8972         objc.dg/func-ptr-1.m, objc.dg/gnu-runtime-1.m, objc.dg/image-info.m,
8973         objc.dg/method-{3-12}.m, objc.dg/missing-proto-{1-3}.m,
8974         objc.dg/nested-func-1.m, objc.dg/proto-lossage-2.m,
8975         objc.dg/proto-qual-1.m, objc.dg/sizeof-1.m, objc.dg/static-1.m,
8976         objc.dg/symtab-1.m, objc.dg/try-catch-{1-4}.m,
8977         objc.dg/type-size-{1-2}.m, objc.dg/zero-link-{1-2}.m: New test cases.
8978         * objc.dg/bitfield-2.m: Run only on Darwin.
8979         * objc.dg/class-2.m, objc.dg/comp-types-1.m, objc.dg/desig-init-1.m,
8980         objc.dg/method-{1-2}.m, objc.dg/proto-hier-1.m,
8981         objc.dg/proto-lossage-1.m: Adjust for message wording changes.
8982         * objc.dg/const-str-1.m: Fix constant string layout.
8983
8984 2003-09-24  Alexandre Oliva  <aoliva@redhat.com>
8985
8986         * gcc.dg/cpp/Wunknown-pragmas-1.c: New test.
8987
8988 2003-09-23  Geoffrey Keating  <geoffk@apple.com>
8989
8990         * gcc.dg/darwin-abi-1.c: New file.
8991
8992 2003-09-21  Andrew Pinski  <pinskia@physics.uc.edu>
8993
8994         PR target/12281
8995         * gcc.c-torture/compile/20030921-1.c: New test.
8996
8997 2003-09-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
8998
8999         * g++.dg/opt/reg-stack2.C: New test.
9000
9001 2003-09-21  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
9002
9003         * g++.dg/eh/delayslot1.C: New test.
9004
9005 2003-09-20  Richard Henderson  <rth@redhat.com>
9006
9007         * gcc.dg/format/gcc_diag-1.c: Add tests for %J.
9008
9009 2003-09-20  Roger Sayle  <roger@eyesopen.com>
9010
9011         * gcc.c-torture/execute/20030920-1.c: New test case.
9012
9013 2003-09-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9014
9015         * g++.dg/rtti/typeid3.C: Correct expected error message.
9016
9017 2003-09-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9018
9019         PR c++/157
9020         * g++.dg/parse/crash12.C: New test.
9021
9022 2003-09-19  Janis Johnson  <janis187@us.ibm.com>
9023
9024         * gcc.dg/compat/mixed-struct-check.h: New.
9025         * gcc.dg/compat/mixed-struct-defs.h: New.
9026         * gcc.dg/compat/mixed-struct-init.h: New.
9027         * gcc.dg/compat/struct-by-value-19_main.c: New.
9028         * gcc.dg/compat/struct-by-value-19_x.c: New.
9029         * gcc.dg/compat/struct-by-value-19_y.c: New.
9030         * gcc.dg/compat/struct-by-value-20_main.c: New.
9031         * gcc.dg/compat/struct-by-value-20_x.c: New.
9032         * gcc.dg/compat/struct-by-value-20_y.c: New.
9033         * gcc.dg/compat/struct-return-19_main.c: New.
9034         * gcc.dg/compat/struct-return-19_x.c: New.
9035         * gcc.dg/compat/struct-return-19_y.c: New.
9036         * gcc.dg/compat/struct-return-20_main.c: New.
9037         * gcc.dg/compat/struct-return-20_x.c: New.
9038         * gcc.dg/compat/struct-return-20_y.c: New.
9039
9040 2003-09-19  Andrew Pinski  <pinskia@physics.uc.edu>
9041         * g++.dg/init/array11.C: Change unsigned to __SIZE_TYPE__
9042         so that it will not complain on LP64 targets.
9043
9044 2003-09-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9045
9046         PR c++/495
9047         * g++.dg/template/friend24.C: New test.
9048
9049 2003-09-19  Nathan Sidwell  <nathan@codesourcery.com>
9050
9051         PR c++/12332
9052         * g++.dg/template/memtmpl2.C: New test.
9053
9054 2003-09-18  Mark Mitchell  <mark@codesourcery.com>
9055
9056         PR target/11184
9057         * gcc.dg/builtin-apply1.c: New test.
9058
9059 2003-09-18  Nathan Sidwell  <nathan@codesourcery.com>
9060
9061         PR c++/9848
9062         * g++.dg/warn/Wunused-4.C: New test.
9063
9064 2003-09-18  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
9065
9066         PR c++/12316
9067         * g++.dg/other/gc2.C: New test.
9068
9069 2003-09-17  Mark Mitchell  <mark@codesourcery.com>
9070
9071         PR c++/11991
9072         * g++.dg/rtti/typeid3.C: New test.
9073
9074         PR c++/12266
9075         * g++.dg/overload/template1.C: New test.
9076
9077 2003-09-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
9078
9079         * g++.dg/opt/cfg3.C: New test.
9080
9081 2003-09-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9082
9083         PR c++/7939
9084         * g++.dg/template/crash11.C: New test.
9085
9086 2003-09-16  Jason Merrill  <jason@redhat.com>
9087             Jakub Jelinek  <jakub@redhat.com>
9088
9089         * gcc.dg/attr-warn-unused-result.c: New test.
9090
9091 2003-09-15  Nathan Sidwell  <nathan@codesourcery.com>
9092
9093         PR c++/12184
9094         * g++.dg/expr/call2.C: New test.
9095
9096 2003-09-15  Andreas Jaeger  <aj@suse.de>
9097
9098         * gcc.dg/Wold-style-definition-1.c: New test.
9099
9100 2003-09-14  Mark Mitchell  <mark@codesourcery.com>
9101
9102         PR c++/3907
9103         * g++.dg/parse/template12.C: New test.
9104
9105         * g++.dg/abi/bitfield11.C: New test.
9106         * g++.dg/abi/bitfield12.C: Likewise.
9107
9108 2003-09-14  Alexandre Oliva  <aoliva@redhat.com>
9109
9110         * gcc.dg/cpp/separate-1.c: Adjust line of error.  Test for correct
9111         non-expansion of functional macro name without arguments at EOL.
9112         * gcc.dg/cpp/spacing1.c: Revert 2003-08-04's change.  Likewise.
9113
9114 2003-09-14  Richard Sandiford  <rsandifo@redhat.com>
9115
9116         * gcc.c-torture/execute/20030914-[12].c: New tests.
9117
9118 2003-09-11  Nathan Sidwell  <nathan@codesourcery.com>
9119
9120         PR c++/11788
9121         * g++.dg/overload/addr1.C: New test.
9122
9123 2003-09-10  Ian Lance Taylor  <ian@wasabisystems.com>
9124
9125         * gcc.dg/20030909-1.c: New test.
9126
9127 2003-09-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
9128
9129         * gcc.dg/ultrasp10.c: New test.
9130
9131 2003-09-09  Devang Patel  <dpatel@apple.com>
9132
9133         * gcc.dg/darwin-ld-6.c: New test.
9134
9135 2003-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9136
9137         * gcc.dg/torture/builtin-explog-1.c: New testcase.
9138
9139 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
9140
9141         * gcc.dg/ia64-types1.c: New test.
9142         * gcc.dg/ia64-types2.c: Likewise.
9143
9144 2003-09-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9145
9146         * gcc.dg/builtins-1.c: Add more _Complex tests.
9147         * gcc.dg/torture/builtin-attr-1.c: Likewise.
9148
9149         * gcc.dg/builtins-1.c: Test existing _Complex functions.
9150         * gcc.dg/torture/builtin-attr-1.c: Likewise.
9151
9152 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
9153
9154         PR c++/11786
9155         * g++.dg/lookup/koenig2.C: New test.
9156
9157         PR c++/5296
9158         * g++.dg/rtti/typeid2.C: New test.
9159
9160 2003-09-08  Jakub Jelinek  <jakub@redhat.com>
9161
9162         * gcc.c-torture/compile/20030904-1.c: New test.
9163
9164 2003-09-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
9165
9166         * g++.dg/opt/longbranch2.C: New test.
9167
9168 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
9169
9170         * g++.dg/template/crash10.C: Only compile it.
9171
9172 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
9173
9174         PR middle-end/11665
9175         * gcc.c-torture/compile/20030907-1.c: New test.
9176         * g++.dg/init/array11.C: New test.
9177
9178 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
9179
9180         PR c++/11852
9181         * g++.dg/init/struct1.C: New test.
9182
9183 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
9184
9185         PR c++/12181
9186         * g++.dg/expr/comma1.C: New test.
9187
9188 2003-09-06  Mark Mitchell  <mark@codesourcery.com>
9189
9190         PR c++/11867
9191         * g++.dg/expr/static_cast5.C: New test.
9192
9193 2003-09-06  Andrew Pinski  <pinskia@physics.uc.edu>
9194
9195         PR c++/11507
9196         * g++.dg/lookup/scoped7.C: New test.
9197
9198         PR c++/9574
9199         * g++.dg/other/static1.C: New test.
9200
9201         PR c++/11490
9202         * g++.dg/warn/template-1.C: New test.
9203
9204         PR c++/11432
9205         * g++.dg/template/crash10.C: New test.
9206
9207         PR c++/2478
9208         * g++.dg/overload/VLA.C: New test.
9209
9210         PR c++/10804
9211         * g++.dg/template/call1.C: New test.
9212
9213 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
9214
9215         PR c++/11794
9216         * g++.dg/parse/using3.C: New test.
9217
9218 2003-09-06  Roger Sayle  <roger@eyesopen.com>
9219
9220         PR c++/11409
9221         * g++.dg/overload/builtin3.C: New test case.
9222
9223 2003-09-06  Steven Bosscher  <steven@gcc.gnu.org>
9224
9225         PR c/9862
9226         * gcc.dg/20030906-1.c: New test.
9227         * gcc.dg/20030906-2.c: Likewise.
9228
9229 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
9230
9231         PR c++/12167
9232         * g++.dg/parse/defarg5.C: New test.
9233
9234         * g++.dg/template/non-type-template-argument-1.C: Tweak expected error.
9235
9236 2003-09-05  Mark Mitchell  <mark@codesourcery.com>
9237
9238         PR c++/12163
9239         * g++.dg/expr/static_cast4.C: New test.
9240
9241         PR c++/12146
9242         * g++.dg/template/crash9.C: New test.
9243
9244 2003-09-05  Andrew Pinski  <pinskia@physics.uc.edu>
9245
9246         * g++.old-deja/g++.ext/pretty2.C: Update for change
9247         in __FUNCTION__.
9248         * g++.old-deja/g++.ext/pretty3.C: Likewise.
9249
9250 2003-09-05  Nathan Sidwell  <nathan@codesourcery.com>
9251
9252         PR c++/11922
9253         * g++/dg/template/qualified-id1.C: New test.
9254
9255         PR c++/12037
9256         * g++.dg/warn/noeffect4.C: New test.
9257
9258 2003-09-04  Matt Austern  <austern@apple.com>
9259
9260         * g++.dg/ext/fnname1.C: New test. (__func__ for C++.)
9261         * g++.dg/ext/fnname2.C: Likewise.
9262         * g++.dg/ext/fnname3.C: Likewise.
9263
9264 2003-09-04  Mark Mitchell  <mark@codesourcery.com>
9265
9266         * g++.dg/expr/lval1.C: New test.
9267         * g++.dg/ext/lvcast.C: Remove.
9268
9269 2003-09-03  Roger Sayle  <roger@eyesopen.com>
9270
9271         PR optimization/11700.
9272         * gcc.c-torture/compile/20030903-1.c: New test case.
9273
9274 2003-09-03  Mark Mitchell  <mark@codesourcery.com>
9275
9276         PR c++/12053
9277         * g++.dg/abi/layout4.C: New test.
9278
9279 2003-09-02  Scott Brumbaugh  <scottb.lists@verizon.net>
9280
9281         PR c++/11553
9282         * g++.dg/parse/friend3.C: New test.
9283
9284 2003-09-02  Mark Mitchell  <mark@codesourcery.com>
9285
9286         PR c++/11847
9287         * g++.dg/template/class1.C: New test.
9288
9289         PR c++/11808
9290         * g++.dg/expr/call1.C: New test.
9291
9292 2003-09-01  Mark Mitchell  <mark@codesourcery.com>
9293
9294         PR c++/12114
9295         * g++.dg/init/ref9.C: New test.
9296
9297         PR c++/11972
9298         * g++.dg/template/nested4.C: New test.
9299
9300 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
9301
9302         PR c++/12093
9303         * g++.dg/template/non-dependent4.C: New test.
9304
9305         PR c++/11928
9306         * g++.dg/inherit/conv1.C: New test.
9307
9308 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
9309
9310         PR c++/6196
9311         * g++.dg/ext/label1.C: New test.
9312         * g++.dg/ext/label2.C: Likewise.
9313
9314 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
9315
9316         * g++.dg/expr/cond3.C: New test.
9317
9318 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9319
9320         * gcc.dg/builtins-1.c: Add new builtin cases.
9321
9322 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9323
9324         * gcc.dg/builtins-1.c: Add new cases.
9325         * gcc.dg/torture/builtin-attr-1.c: Likewise.
9326
9327 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9328
9329         * gcc.dg/builtins-1.c: Add more math builtin tests.
9330         * gcc.dg/torture/builtin-attr-1.c: New test.
9331
9332 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
9333
9334         PR optimization/5079
9335         * g++.dg/opt/static3.C: New test.
9336
9337 2003-08-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9338
9339         * gcc.misc-tests/gcov-10b.c: New test.
9340
9341 2003-08-27  Mark Mitchell  <mark@codesourcery.com>
9342
9343         * g++.dg/opt/ptrmem3.C: New test.
9344
9345         * g++.old-deja/g++.pt/overload8.C: Remove XFAIL.
9346
9347 2003-08-27  Jakub Jelinek  <jakub@redhat.com>
9348
9349         * gcc.dg/20030826-2.c: New test.
9350
9351 2003-08-26  Roger Sayle  <roger@eyesopen.com>
9352
9353         PR middle-end/12002
9354         * g77.f-torture/compile/12002.f: New test case.
9355
9356 2003-08-26  Roger Sayle  <roger@eyesopen.com>
9357
9358         * gcc.dg/20030826-1.c: New test case.
9359
9360 2003-08-26  Matt Kraai  <kraai@alumni.cmu.edu>
9361
9362         * gcc.dg/noncompile/20030818-1.c: Expect second line of error.
9363
9364 2003-08-26  Nathan Sidwell  <nathan@codesourcery.com>
9365
9366         PR c++/11871
9367         * c++.dg/lookup/crash1.C: New test.
9368
9369         * c++.dg/warn/noeffect3.C: New test.
9370
9371 2003-08-25  Janis Johnson  <janis187@us.ibm.com>
9372
9373         * gcc.dg/compat/vector-1_x.c: Compile with -w.
9374         * gcc.dg/compat/vector-1_y.c: Ditto.
9375         * gcc.dg/compat/vector-2_x.c: Ditto.
9376         * gcc.dg/compat/vector-2_y.c: Ditto.
9377
9378 2003-08-25  Ulrich Weigand  <uweigand@de.ibm.com>
9379
9380         * gcc.dg/20030702-1.c: New test.
9381
9382 2003-08-25  Mark Mitchell  <mark@codesourcery.com>
9383
9384         PR c++/8795
9385         * g++.dg/ext/altivec-1.C: New test.
9386
9387 2003-08-24  Richard Henderson  <rth@redhat.com>
9388
9389         * g++.dg/eh/simd-2.C: Add -w for x86.
9390
9391 2003-08-23  Jakub Jelinek  <jakub@redhat.com>
9392
9393         * gcc.dg/20030815-1.c: New test.
9394
9395 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9396
9397         PR c++/3765
9398         * g++.dg/parse/access6.C: New test.
9399
9400 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9401
9402         PR c++/641, c++/11876
9403         * g++.dg/template/friend22.C: New test.
9404         * g++.dg/template/friend23.C: Likewise.
9405
9406 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
9407
9408         * gcc.misc-tests/linkage.exp: Treat all HP-UX platforms
9409         identically.
9410
9411 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
9412
9413         * g++.old-deja/g++.ext/attrib5.C: XFAIL on hppa2*-hp-hpux11*.
9414
9415 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
9416
9417         * gcc.dg/20020313-1.c: Add "-w" to dg-options.
9418
9419 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
9420
9421         * gcc.misc-tests/linkage.exp: Add logic for ia64-hp-hpux*.
9422
9423 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
9424
9425         * g++.dg/other/packed1.C: Add XFAIL marker for ia64-hp-hpux*.
9426
9427 2003-08-21  Mark Mitchell  <mark@codesourcery.com>
9428
9429         PR c++/11919
9430         * g++.dg/overload/prom1.C: New test.
9431
9432         PR c++/11551
9433         * g++.dg/parse/dtor2.C: New test.
9434
9435         PR c++/10762
9436         * g++.dg/parse/using2.C: New test.
9437
9438 2003-08-21  Kazu Hirata  <kazu@cs.umass.edu>
9439
9440         PR target/11805
9441         * gcc.c-torture/compile/20030821-1.c: New.
9442
9443 2003-08-20  Mark Mitchell  <mark@codesourcery.com>
9444
9445         PR c++/11834
9446         * g++.dg/template/deduce2.C: New test.
9447
9448 2003-08-21  Josef Zlomek  <zlomekj@suse.cz>
9449
9450         * gcc.c-torture/execute/20030821-1.c: New test.
9451
9452 2003-08-20  Roger Sayle  <roger@eyesopen.com>
9453
9454         PR middle-end/11984
9455         * gcc.dg/20030820-1.c: New test case.
9456
9457 2003-08-20  Nathan Sidwell  <nathan@codesourcery.com>
9458
9459         PR c++/11945
9460         * g++.dg/warn/noeffect2.C: New test.
9461
9462 2003-08-19  Mark Mitchell  <mark@codesourcery.com>
9463
9464         PR c++/10926
9465         * g++.dg/template/dtor2.C: New test.
9466
9467         PR c++/11684
9468         * g++.dg/template/operator1.C: New test.
9469         * g++.dg/parse/operator4.C: New test.
9470
9471         PR c++/11946.C
9472         * g++.dg/expr/enum1.C: New test.
9473         * gcc.dg/c99-bool-1.c: Remove bogus warning.
9474
9475         PR c++/11036.C
9476         * g++.dg/parse/elab2.C: New test.
9477         * g++.dg/parse/typedef4.C: Change error message.
9478         * g++.old-deja/g++.robertl/eb133.C: Remove bogus error markers.
9479         * g++.old-deja/g++.robertl/eb133a.C: Remove bogus error markers.
9480         * g++.old-deja/g++.robertl/eb133b.C: Remove bogus error markers.
9481
9482 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
9483
9484         * gcc.dg/pch/warn-1.c: New.
9485         * gcc.dg/pch/warn-1.hs: New.
9486
9487         * lib/dg-pch.exp (dg-pch): Use 'return' not 'continue' to skip
9488         not-tested file.
9489
9490 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
9491
9492         * gcc.dg/uninit-E.c: Add forgotten dg-warning marker.
9493
9494 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
9495
9496         * gcc.dg/uninit-D.c: New Test.
9497         * gcc.dg/uninit-E.c: New Test.
9498         * gcc.dg/uninit-F.c: New Test.
9499         * gcc.dg/uninit-G.c: New Test.
9500
9501 2003-08-19  Michael Ritzert  <ritzert@t-online.de>
9502
9503         * g++.dg/README: Describe the pch directory.
9504
9505 2003-08-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9506
9507         PR c++/11174
9508         * g++.dg/parse/access4.C: New test.
9509         * g++.dg/parse/access5.C: Likewise.
9510         * g++.old-deja/g++.jason/access17.C: Adjust error message.
9511
9512 2003-08-18  Matt Kraai  <kraai@alumni.cmu.edu>
9513
9514         * gcc.dg/noncompile/20030818-1.c: New.
9515
9516 2003-08-18  Nathan Sidwell  <nathan@codesourcery.com>
9517
9518         PR c++/11957
9519         * g++.dg/warn/noeffect1.C: New test.
9520
9521         * g++.dg/template/scope2.C: New test.
9522         * g++.dg/template/error2.C: Correct dg-error
9523
9524 2003-08-18  Richard Sandiford  <rsandifo@redhat.com>
9525
9526         * gcc.c-torture/compile/mipscop*.c: Turn into compile-only tests.
9527
9528 2003-08-16  Nathan Sidwell  <nathan@codesourcery.com>
9529
9530         PR C++/11512
9531         * g++.dg/template/warn1.C: New.
9532
9533 2003-08-15  Nathan Sidwell  <nathan@codesourcery.com>
9534
9535         * g++.dg/template/error2.C: New test.
9536         * g++.dg/lookup/using7.C: Adjust errors
9537         * g++.old-deja/g++.pt/crash36.C: Likewise.
9538         * g++.old-deja/g++.pt/derived3.C: Likewise.
9539
9540 2003-08-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9541
9542         * gcc.c-torture/execute/builtins/lib/strcat.c: New.
9543         * gcc.c-torture/execute/builtins/string-9-lib.c: New.
9544         * gcc.c-torture/execute/builtins/string-9.c: New, from
9545         string-opt-9.c.  Adjust for execute/builtins framework.
9546         * gcc.c-torture/execute/string-opt-9.c: Delete.
9547
9548 2003-08-12  Mark Mitchell  <mark@codesourcery.com>
9549
9550         * g++.dg/init/new8.C: Use __SIZE_TYPE__ to get the type of size_t.
9551
9552         * g++.dg/parse/ret-type2.C: New test.
9553
9554         PR c++/11703
9555         * g++.dg/init/new8.C: New test.
9556
9557         PR c++/10923
9558         * g++.dg/parse/typedef5.C: New test.
9559
9560         PR c++/9512
9561         * g++.dg/parse/qualified2.C: New test.
9562         * g++.old-deja/g++.other/decl5.C: Mark one more instance of
9563         invalid code.
9564
9565 2003-08-11  Mark Mitchell  <mark@codesourcery.com>
9566
9567         * g++.dg/conversion/ptrmem1.C: New test.
9568
9569 2003-08-11  Jakub Jelinek  <jakub@redhat.com>
9570
9571         PR target/11693
9572         * gcc.dg/20030811-1.c: New test.
9573
9574         PR target/11535
9575         * gcc.c-torture/execute/20030811-1.c: New test.
9576
9577 2003-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9578
9579         * gcc.c-torture/execute/string-opt-9.c: Add more strcat cases.
9580
9581 2003-08-10  Mark Mitchell  <mark@codesourcery.com>
9582
9583         PR c++/11789.C
9584         * g++.dg/inherit/multiple1.C: New test.
9585
9586 2003-08-10  Nathan Sidwell  <nathan@codesourcery.com>
9587
9588         * gcc.dg/spe1.c: New test.
9589
9590         PR c++/11670
9591         * g++.dg/expr/cast2.C: New test.
9592
9593         PR c++/10530
9594         * g++.dg/template/dependent-name2.C: New test.
9595
9596 2003-08-08  Andrew Pinski  <pinskia@physics.uc.edu>
9597
9598         * g++.dg/parse/crash11.C: Put the dg options in comments.
9599
9600 2003-08-08  Neil Booth  <neil@daikokuya.co.uk>
9601
9602         * lib/gcc-dg.exp: Update for diagnostic change.
9603
9604 2003-08-07  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9605
9606         PR c++/5767
9607         * g++.dg/parse/crash11.C: New test.
9608
9609 2003-08-06  Alexandre Oliva  <aoliva@redhat.com>
9610
9611         * gcc.dg/cpp/spacing1.c: Update.
9612
9613 2003-08-04  Janis Johnson  <janis187@us.ibm.com>
9614
9615         PR target/11739
9616         * gcc.misc-tests/i386-prefetch.exp: Use -march=i386 when specifying
9617         a value for -mtune.
9618
9619 2003-08-04  Roger Sayle  <roger@eyesopen.com>
9620
9621         PR middle-end/11771
9622         * gcc.c-torture/compile/20030804-1.c: New test case.
9623
9624 2003-08-04  Roger Sayle  <roger@eyesopen.com>
9625
9626         * gcc.dg/20030804-1.c: New test case.
9627
9628 2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
9629
9630         * gcc.dg/cpp/separate-1.c: New test.
9631
9632 2003-08-03  Nathan Sidwell  <nathan@codesourcery.com>
9633
9634         PR c++/11704
9635         * g++.dg/template/dependent-expr2.C: New test.
9636
9637         PR c++/11766
9638         * g++.dg/expr/ptrmem1.C: New test.
9639
9640 2003-08-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9641
9642         PR c++/9453
9643         * g++.dg/template/friend15.C: New test.
9644
9645 2003-08-03  Neil Booth  <neil@daikokuya.co.uk>
9646
9647         * lib/dg-pch.exp: Work round PCH bug.
9648
9649 2003-08-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9650
9651         * gcc.dg/builtins-1.c: Add macro helpers.  Add missing math
9652         builtins.  Move cases from builtins-4.c here.
9653
9654         * gcc.dg/torture/builtin-math-1.c: New test taken from
9655         bits of gcc.dg/builtins-3.c, gcc.dg/builtins-5.c and also some
9656         additional cases.
9657
9658         * gcc.dg/builtins-3.c, gcc.dg/builtins-4.c, gcc.dg/builtins-5.c:
9659         Delete.
9660
9661 2003-08-02  Nathan Sidwell  <nathan@codesourcery.com>
9662
9663         PR c++/9447
9664         * g++.dg/template/using7.C: New test.
9665
9666 2003-08-02  Neil Booth  <neil@daikokuya.co.uk>
9667
9668         * import1.c, import2.c: New tests.
9669
9670 2003-08-01  Jakub Jelinek  <jakub@redhat.com>
9671
9672         * g++.dg/eh/crossjump1.C: New test.
9673
9674 2003-08-01  Mark Mitchell  <mark@codesourcery.com>
9675
9676         PR c++/11697
9677         * g++.dg/template/using6.C: New test.
9678
9679         PR c++/11744
9680         * g++.dg/template/koenig2.C: New test.
9681
9682 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9683
9684         PR c++/7983
9685         * g++.dg/parse/typedef4.C: New test.
9686
9687 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9688
9689         PR c++/8442, c++/8806
9690         * g++.dg/template/elab1.C: New test.
9691         * g++.dg/template/type2.C: Likewise.
9692         * g++.dg/template/ttp3.C: Adjust expected error message.
9693         * g++.old-deja/g++.law/visibility13.C: Likewise.
9694         * g++.old-deja/g++.niklas/t135.C: Likewise.
9695         * g++.old-deja/g++.pt/ttp41.C: Likewise.
9696         * g++.old-deja/g++.pt/ttp43.C: Use qualified name for template
9697         template argument.
9698         * g++.old-deja/g++.pt/ttp44.C: Likewise.
9699
9700 2003-08-01  Nathan Sidwell  <nathan@codesourcery.com>
9701
9702         PR c++/11295
9703         * g++.dg/ext/stmtexpr1.C: New test.
9704
9705         * g++.dg/opt/tmp1.C: New test.
9706
9707         PR c++/11525
9708         * g++.dg/parse/constant4.C: New test.
9709
9710         PR c++/9447
9711         * g++.dg/template/using5.C: New test.
9712
9713 2003-07-31  Roger Sayle  <roger@eyesopen.com>
9714
9715         * gcc.dg/builtins-27.c: New test case.
9716
9717 2003-07-31  Jakub Jelinek  <jakub@redhat.com>
9718
9719         * gcc.dg/tls/opt-7.c: New test.
9720
9721 2003-07-31  Andrew Pinski  <pinskia@physics.uc.edu>
9722
9723         * g++.old-deja/g++.other/crash18.C: Remove.
9724
9725 2003-07-31  Nathan Sidwell  <nathan@codesourcery.com>
9726
9727         * g++.dg/template/explicit3.C: New.
9728         * g++.dg/template/explicit4.C: New.
9729         * g++.dg/template/explicit5.C: New.
9730
9731         PR c++/11347
9732         * g++.dg/template/memtmpl1.C: New.
9733
9734 2003-07-29  Andrew Pinski <pinskia@physics.uc.edu>
9735
9736         PR target/11565
9737         * gcc.dg/i386-387-1.c (dg-options): Add -march=i386.
9738         * gcc.dg/i386-387-5.c (dg-options): Likewise.
9739
9740 2003-07-30  Jan Hubicka  <jh@suse.cz>
9741
9742         * vtgc1.c: Kill.
9743
9744 2003-07-29  Zack Weinberg  <zack@codesourcery.com>
9745
9746         * gcc.dg/struct-in-proto-1.c: New test.
9747
9748 2003-07-29  Neil Booth  <neil@daikokuya.co.uk>
9749
9750         * gcc.dg/cpp/include2.c: Only expect one message.
9751
9752 2003-07-29  Nathan Sidwell  <nathan@codesourcery.com>
9753
9754         PR c++/9447
9755         * g++.dg/template/using1.C: New test.
9756         * g++.dg/template/using2.C: New test.
9757         * g++.dg/template/using3.C: New test.
9758         * g++.dg/template/using4.C: New test.
9759
9760 2003-07-29  Alexandre Oliva  <aoliva@redhat.com>
9761
9762         * gcc.c-torture/execute/string-opt-9.c: strcmp returns int.
9763         * gcc.c-torture/execute/string-opt-10.c: Likewise.
9764
9765 2003-07-28  Jan Hubicka  <jh@suse.cz>
9766
9767         PR c++/11530
9768         * g++.dg/opt/call1.C: New test.
9769
9770 2003-07-28  Alexandre Oliva <aoliva@redhat.com>
9771
9772         PR c++/11667
9773         * g++.dg/init/enum2.C: New test.
9774         * g++.dg/template/overload1.C: Add "-w" option.
9775
9776 2003-07-28    <hp@bitrange.com>
9777
9778         * gcc.dg/Wdeclaration-after-statement-1.c,
9779         gcc.dg/Wdeclaration-after-statement-2.c: New tests.
9780
9781 2003-07-28  Jakub Jelinek  <jakub@redhat.com>
9782
9783         * gcc.c-torture/compile/20030725-1.c: New test.
9784
9785 2003-07-28  Aldy Hernandez  <aldyh@redhat.com>
9786
9787         * gcc.dg/20030505.c: Only run for SPE.
9788         Remove definition of opaque type.
9789
9790 2003-07-27  Mark Mitchell  <mark@codesourcery.com>
9791
9792         * g++.dg/template/ptrmem6.C: New test.
9793
9794 2003-07-26  Geoffrey Keating  <geoffk@apple.com>
9795
9796         * gcc.c-torture/compile/zero-strct-2.c: New test.
9797
9798 2003-07-25  Geoffrey Keating  <geoffk@apple.com>
9799
9800         * gcc.dg/intermod-1.c: New test.
9801
9802 2003-07-25  Nathan Sidwell  <nathan@codesourcery.com>
9803
9804         PR c++/11617
9805         * g++.dg/template/lookup2.C: New test.
9806         * g++.dg/template/memclass1.C: Remove instantiated from error.
9807         * g++.dg/other/error2.C: Tweak expected errors.
9808
9809         PR c++/11596
9810         * g++.dg/template/defarg3.C: New test.
9811
9812         * g++.dg/ext/packed2.C: Pack member struct too. Explain why.
9813
9814 2003-07-24  Mark Mitchell  <mark@codesourcery.com>
9815
9816         * g++.dg/inherit/access5.C: New test.
9817
9818 2003-07-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9819
9820         PR c++/11513
9821         * g++.dg/template/crash8.C: New test.
9822
9823 2003-07-23  Steven Bosscher <steven@gcc.gnu.org>
9824
9825         PR c/10602
9826         * gcc.dg/noncompile/incomplete-2.c: New test.
9827
9828 2003-07-23  Mark Mitchell  <mark@codesourcery.com>
9829
9830         PR c++/11645
9831         * g++.dg/inherit/access4.C: New test.
9832
9833         PR c++/11517
9834         * g++.dg/expr/cond2.C: New test.
9835
9836         PR optimization/10679
9837         * g++.dg/opt/inline4.C: New test.
9838
9839 2003-07-23  Nathan Sidwell  <nathan@codesourcery.com>
9840
9841         * g++.dg/parse/crash10: New test.
9842
9843 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
9844
9845         * g++.dg/ext/flexary1.C: New test.
9846
9847 2003-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9848
9849         PR c++/10793
9850         * g++.dg/template/crash9.C: New test.
9851
9852 2003-07-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
9853
9854         PR c++/3004
9855         * g++.dg/parse/typedef3.C: New test.
9856
9857         PR c++/7906
9858         * g++.dg/parse/operator2.C: New test.
9859
9860         PR c++/8895
9861         * g++.dg/parse/def-tmpl-arg1.C: New test.
9862
9863         PR c++/9282
9864         * g++.dg/parse/funptr1.C: New test.
9865
9866         PR c++/9452
9867         * g++.dg/parse/ambig3.C: New test.
9868
9869         PR c++/9454
9870         * g++.dg/parse/operator3.C: New test.
9871
9872         PR c++/9486
9873         * g++.dg/parse/template10.C: New test.
9874
9875         PR c++/9488
9876         * g++.dg/parse/template11.C: New test.
9877
9878         PR c++/10150
9879         * g++.dg/parse/invalid-op1.C: New test.
9880
9881         PR c++/10247
9882         * g++.dg/parse/condexpr1.C: New test.
9883
9884 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
9885
9886         * g++.dg/ext/packed3.C: New test.
9887         * g++.dg/ext/packed4.C: New test.
9888
9889         * gcc.dg/pack-test-3.c: New test.
9890
9891 2003-07-21  Janis Johnson  <janis187@us.ibm.com>
9892
9893         * lib/compat.exp: Handle dg-options per source file.
9894         * g++.dg/compat/abi/bitfield1_x.C: Specify dg-options.
9895         * g++.dg/compat/abi/bitfield1_y.C: Ditto.
9896         * g++.dg/compat/abi/bitfield2_x.C: Ditto.
9897         * g++.dg/compat/abi/bitfield2_y.C: Ditto.
9898         * g++.dg/compat/abi/vbase8-10_x.C: Ditto.
9899         * g++.dg/compat/abi/vbase8-10_y.C: Ditto.
9900         * g++.dg/compat/abi/vbase8-21_x.C: Ditto.
9901         * g++.dg/compat/abi/vbase8-21_y.C: Ditto.
9902         * g++.dg/compat/abi/vbase8-22_x.C: Ditto.
9903         * g++.dg/compat/abi/vbase8-22_y.C: Ditto.
9904         * g++.dg/compat/abi/vbase8-4_x.C: Ditto.
9905         * g++.dg/compat/abi/vbase8-4_y.C: Ditto.
9906         * g++.dg/compat/break/bitfield7_x.C: Ditto.
9907         * g++.dg/compat/break/bitfield7_y.C: Ditto.
9908
9909 2003-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
9910
9911         PR c/10320
9912         * gcc.c-torture/execute/20030718-1.c: New test.
9913
9914 2003-07-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
9915
9916         PR optimization/11536
9917         * gcc.dg/20030721-1.c: New test.
9918
9919 2003-07-19  Mark Mitchell  <mark@codesourcery.com>
9920
9921         PR c++/11546
9922         * g++.dg/template/lookup1.C: New test.
9923
9924 2003-07-19  Zack Weinberg  <zack@codesourcery.com>
9925
9926         * gcc.dg/noncompile/label-1.c: New comprehensive test case for
9927         diagnostics of ill-formed constructs involving labels.
9928         * gcc.dg/noncompile/label-lineno-1.c: Add error regexp for
9929         the new 'previously defined here' message.
9930
9931 2003-07-18  Nathan Sidwell  <nathan@codesourcery.com>
9932
9933         * g++.dg/parse/non-dependent2.C: New test.
9934
9935 2003-07-18  Andrew Pinski  <pinskia@physics.uc.edu>
9936
9937         * g++.dg/init/init-ref4.C: xfail on targets without
9938         weak symbols.
9939
9940 2003-07-17  Jakub Jelinek  <jakub@redhat.com>
9941
9942         PR target/11087
9943         * gcc.c-torture/execute/20030717-1.c: New test.
9944
9945 2003-07-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
9946
9947         * g++.dg/opt/cfg1.C: New test.
9948
9949 2003-07-17  Mark Mitchell  <mark@codesourcery.com>
9950
9951         PR optimization/11557
9952         * gcc.dg/20030717-1.c: New test.
9953
9954 2003-07-17  Andrew Pinski <pinskia@physics.uc.edu>
9955
9956         PR c++/10476
9957         * g++.dg/expr/crash-1.C: New test.
9958
9959         PR c++/11027
9960         * g++.dg/template/init3.C: New test.
9961
9962         PR c++/8222
9963         * g++.dg/template/non-dependent1.C: New test.
9964
9965         PR c++/11070
9966         * g++.dg/template/non-dependent2.C: New test.
9967
9968         PR c++/11071
9969         * g++.dg/template/non-dependent3.C: New test.
9970
9971         PR c++/9907
9972         * g++.dg/template/sizeof5.C: New test.
9973
9974 2003-07-17  Geoffrey Keating  <geoffk@apple.com>
9975
9976         PR 11498
9977         * gcc.c-torture/compile/mangle-1.c: New file.
9978
9979 2003-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9980
9981         PR c++/7809
9982         * g++.dg/parse/access3.C: New test.
9983
9984 2003-07-17  Andrew Pinski  <pinskia@physics.uc.edu>
9985
9986         PR c++/11384
9987         * g++.dg/init/init-ref4.C: New test.
9988
9989 2003-07-16  Mark Mitchell  <mark@codesourcery.com>
9990
9991         PR c++/11547
9992         * g++.dg/parse/constant3.C: New test.
9993         * g++.dg/parse/crash7.C: Likewise.
9994
9995 2003-07-16  Andrew Pinski  <pinskia@physics.uc.edu>
9996
9997         PR target/11008
9998         * gcc.dg/i386-pentium4-not-mull.c: New.
9999
10000 2003-07-16  J"orn Rennecke <joern.rennecke@superh.com>
10001
10002         * gcc.dg/asm-names.c (ymain): Make it weak.
10003
10004 2003-07-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10005
10006         PR c++/5421
10007         * g++.dg/template/friend21.C: New test.
10008
10009 2003-07-16  Jakub Jelinek  <jakub@redhat.com>
10010
10011         * gcc.dg/cleanup-8.c: New test.
10012         * gcc.dg/cleanup-9.c: New test.
10013
10014 2003-07-16  Danny Smith  <dannysmith@users.sourceforge.net>
10015
10016         * g++.dg/ext/dll-MI1.h: New file.
10017         * g++.dg/ext/dllexport-MI1.C: New file.
10018         * g++.dg/ext/dllimport-MI1.C: New file.
10019
10020 2003-07-15  Jakub Jelinek  <jakub@redhat.com>
10021
10022         * gcc.c-torture/execute/string-opt-8.c (main): Remove i370 and s390,
10023         it does not have cmpstrsi patterns (just cmpmemsi).
10024
10025 2003-07-15  Mark Mitchell  <mark@codesourcery.com>
10026
10027         PR debug/11473
10028         * g++.dg/debug/debug8.C: New test.
10029
10030 2003-07-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10031
10032         PR c++/10108
10033         * g++.dg/template/crash7.C: New test.
10034
10035 2003-07-15  Kazu Hirata  <kazu@cs.umass.edu>
10036
10037         PR target/10795
10038         * gcc.c-torture/compile/20030708-1.c: New.
10039
10040 2003-07-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
10041
10042         * gcc.c-torture/execute/20030715-1.c: New test.
10043
10044 2003-07-14  Geoffrey Keating  <geoffk@apple.com>
10045
10046         * gcc.dg/pch/inline-3.c: New file.
10047         * gcc.dg/pch/inline-3.hs: New file.
10048         * gcc.dg/pch/inline-4.c: New file.
10049         * gcc.dg/pch/inline-4.hs: New file.
10050
10051 2003-07-14  Mark Mitchell  <mark@codesourcery.com>
10052
10053         PR c++/11509
10054         * g++.dg/template/crash6.C: New test.
10055
10056         PR c++/7053
10057         * g++.dg/template/friend20.C: New test.
10058
10059         PR c++/7019
10060         * g++.dg/template/overload2.C: New test.
10061
10062 2003-07-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10063
10064         PR optimization/11440
10065         * gcc.c-torture/execute/20030714-1.c: New test.
10066
10067 2003-07-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10068
10069         PR c++/11154
10070         * g++.dg/template/partial2.C: New test.
10071
10072 2003-07-13  Mark Mitchell  <mark@codesourcery.com>
10073
10074         PR c++/11503
10075         * g++.dg/template/anon1.C: New test.
10076
10077         PR c++/11493
10078         PR c++/11495
10079         * g++.dg/parse/template9.C: Likewise.
10080         * g++.dg/template/crash4.C: New test.
10081         * g++.dg/template/koenig1.C: Likewise.
10082         * g++.old-deja/g++.benjamin/tem03.C: Adjust error markers.
10083         * g++.old-deja/g++.benjamin/tem06.C: Declare "x".
10084         * g++.old-deja/g++.jason/overload33.C: Use this-> when calling
10085         functions.
10086         * g++.old-deja/g++.jason/template36.C: Likewise.
10087         * g++.old-deja/g++.mike/p1989.C: Likewise.
10088         * g++.old-deja/g++.pt/lookup2.C: Use -fpermissive when compiling.
10089         * g++.old-deja/g++.pt/ttp20.C: Use this->.
10090         * g++.old-deja/g++.pt/ttp21.C: Use this->.
10091         * g++.old-deja/g++.pt/typename13.C: Use -fpermissive when
10092         compiling.
10093         * g++.old-deja/g++.pt/union2.C: Use this->.
10094
10095 2003-07-11  Jakub Jelinek  <jakub@redhat.com>
10096
10097         * gcc.dg/20030711-1.c: New test.
10098
10099 2003-07-11  Nathan Sidwell  <nathan@codesourcery.com>
10100
10101         PR c++/11050
10102         * g++.dg/parse/args1.C: New test.
10103         * g++.pt/defarg8.C: Change expected errors.
10104
10105 2003-07-11  Mark Mitchell  <mark@codesourcery.com>
10106
10107         PR c++/8164
10108         * g++.dg/template/nontype2.C: New test.
10109
10110         PR c++/10558
10111         * g++.dg/parse/template8.C: New test.
10112
10113         PR c++/8327
10114         * g++.dg/template/scope1.C: New test.
10115
10116         * g++.dg/warn/Wsign-compare-1.C: New test.
10117
10118 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
10119
10120         * gcc.dg/20021018-1.c: Disable if the sizeof (int) < 4.
10121
10122 2003-07-10  Mark Mitchell  <mark@codesourcery.com>
10123
10124         PR c++/9411
10125         * g++.dg/template/explicit2.C: New test.
10126
10127         PR c++/10032
10128         * g++.dg/warn/pedantic1.C: New test.
10129
10130 2003-07-10  Nathan Sidwell  <nathan@codesourcery.com>
10131
10132         PR c++ 9483
10133         * g++.dg/other/field1.C: New test.
10134
10135 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
10136
10137         PR c/11449
10138         * gcc.c-torture/compile/20030707-1.c: New.
10139
10140 2003-07-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10141
10142         PR c++/10849
10143         * g++.dg/template/access12.C: New test.
10144
10145 2003-07-09  Nathan Sidwell  <nathan@codesourcery.com>
10146
10147         * g++.dg/bprob/bprob.exp (prof_ext): Update.
10148         * g77.dg/bprob/bprob.exp (prof_ext): Update.
10149         * gcc.misc-tests/bprob.exp (prof_ext): Update.
10150         * gcc.misc-tests/gcov.exp: Update
10151         * g++.dg/gcov/gcov.exp: Update
10152         * lib/gcov.exp: Update.
10153
10154 2003-07-08  Mark Mitchell  <mark@codesourcery.com>
10155
10156         * g++.dg/abi/mangle17.C: Make sure template expressions are
10157         dependent.
10158         * g++.dg/abi/mangle4.C: Mark erroneous casts.
10159         * g++.dg/debug/debug7.C: Mark erronous new-declarator.
10160         * g++.dg/opt/stack1.C: Remove erroneous code.
10161         * g++.dg/parse/template7.C: New test.
10162         * g++.dg/template/dependent-expr1.C: Mark erroneous code.
10163         * g++.old-deja/g++.pt/crash4.C: Likewise.
10164
10165 2003-07-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10166
10167         * gcc.dg/const-elim-1.c (dg-final): Change regexp to match labels
10168         with zero or one occurence of `$' after the initial `L'.
10169
10170 2003-07-08  Kazu Hirata  <kazu@cs.umass.edu>
10171
10172         * gcc.c-torture/compile/20030704-1.c: Add a comment.
10173
10174 2003-07-08  Roger Sayle  <roger@eyesopen.com>
10175
10176         PR c/11370
10177         * gcc.dg/Wunreachable-6.c: New testcase.
10178         * gcc.dg/Wunreachable-7.c: New testcase.
10179
10180 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
10181
10182         PR c/11420
10183         * gcc.dg/20030708-1.c: New test.
10184
10185 2003-07-08  Richard Sandiford  <rsandifo@redhat.com>
10186
10187         * gcc.dg/compat/sdata-section.h: New file.
10188         * gcc.dg/compat/sdata-1_{x,y,main}.c: New test.
10189         * gcc.dg/torture/mips-sdata-1.c: New test.
10190
10191 2003-07-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10192
10193         PR c++/11030
10194         * g++.dg/template/friend19.C: New test.
10195
10196 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
10197
10198         * g++.dg/opt/strength-reduce.C: New test.
10199
10200 2003-07-07  Roger Sayle  <roger@eyesopen.com>
10201
10202         PR target/10979
10203         * gcc.dg/20030707-1.c: New testcase.
10204
10205 2003-07-07  Roger Sayle  <roger@eyesopen.com>
10206
10207         PR optimization/11059
10208         * g++.dg/opt/emptyunion.C: New testcase.
10209
10210 2003-07-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10211             Eric Botcazou  <ebotcazou@libertysurf.fr>
10212
10213         * g++.dg/opt/stack1.C: New test.
10214
10215 2003-07-05  Mark Mitchell  <mark@codesourcery.com>
10216
10217         * g++.old-deja/g++.jason/typeid1.C: Make it a compile test, not a
10218         run test.
10219
10220         PR c++/11431
10221         * g++.dg/expr/static_cast3.C: New test.
10222
10223 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
10224
10225         * gcc.c-torture/execute/wchar_t-1.x: New file; XFAIL wchar_t-1.c
10226         everywhere.
10227         * gcc.dg/concat.c: Concatenation of string constants with
10228         __FUNCTION__ / __PRETTY_FUNCTION__ is now a hard error.
10229         * gcc.dg/wtr-strcat-1.c: Loosen dg-warning regexp.
10230         * gcc.dg/cpp/escape-2.c: Use wide character constants where
10231         necessary to avoid multi-character character constant warning.
10232         * gcc.dg/cpp/escape.c: Likewise.
10233         * gcc.dg/cpp/ucs.c: Likewise.
10234         Remove backslashes from dg-bogus comments, as they confuse Tcl.
10235         Fix a typo.
10236
10237 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
10238
10239         PR c/11428
10240         * gcc.c-torture/compile/20030704-1.c: New.
10241
10242 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
10243
10244         * gcc.dg/compat/fnptr-by-value-1_x.c: Add a prototype for testva.
10245
10246 2003-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
10247
10248         PR c++/5287, PR c++/7910,  PR c++/11021
10249         * g++.dg/ext/dllimport1.C: Add mingw32 as target. Add
10250         tests for warnings.
10251         * g++.dg/ext/dllimport2.C: Add tests for warnings.
10252         * g++.dg/ext/dllimport3.C: Likewise.
10253         * g++.dg/ext/dllimport4.C: New file.
10254         * g++.dg/ext/dllimport5.C: New file.
10255         * g++.dg/ext/dllimport6.C: New file.
10256         * g++.dg/ext/dllimport7.C: New file.
10257         * g++.dg/ext/dllimport8.C: New file.
10258         * g++.dg/ext/dllimport9.C: New file.
10259         * g++.dg/ext/dllimport10.C: New file.
10260         * g++.dg/ext/dllexport1.C: New file.
10261
10262 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
10263
10264         * g++.old-deja/g++.jason/typeid1.C: Add dg-error marker.
10265         * g++.old-deja/g++.mike/net36.C: Tweak error messages.
10266
10267 2003-07-03  Roger Sayle  <roger@eyesopen.com>
10268
10269         * gcc.dg/builtins-25.c: New testcase.
10270         * gcc.dg/builtins-26.c: New testcase.
10271
10272 2003-07-03  Janis Johnson  <janis187@us.ibm.com>
10273
10274         * gcc.dg/compat/vector-defs.h: New file.
10275         * gcc.dg/compat/vector-setup.h: New file.
10276         * gcc.dg/compat/vector-check.h: New file.
10277         * gcc.dg/compat/vector-1_main.c: New file.
10278         * gcc.dg/compat/vector-1_x.c: New file.
10279         * gcc.dg/compat/vector-1_y.c: New file.
10280         * gcc.dg/compat/vector-2_main.c: New file.
10281         * gcc.dg/compat/vector-2_x.c: New file.
10282         * gcc.dg/compat/vector-2_y.c: New file.
10283
10284         * gcc.dg/compat/fnptr-by-value-1_main.c: New file.
10285         * gcc.dg/compat/fnptr-by-value-1_x.c: New file.
10286         * gcc.dg/compat/fnptr-by-value-1_y.c: New file.
10287         * gcc.dg/compat/struct-align-1.h: New file.
10288         * gcc.dg/compat/struct-align-1_main.c: New file.
10289         * gcc.dg/compat/struct-align-1_x.c: New file.
10290         * gcc.dg/compat/struct-align-1_y.c: New file.
10291         * gcc.dg/compat/struct-align-2.h: New file.
10292         * gcc.dg/compat/struct-align-2_main.c: New file.
10293         * gcc.dg/compat/struct-align-2_x.c: New file.
10294         * gcc.dg/compat/struct-align-2_y.c: New file.
10295
10296         * gcc.dg/compat/compat-common.h (DEBUG_FINI): New.
10297         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
10298         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
10299         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
10300         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
10301         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
10302         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
10303         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
10304         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
10305         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
10306         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
10307         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
10308         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
10309         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
10310         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
10311         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
10312         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
10313         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
10314         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
10315         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
10316         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
10317         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
10318         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
10319         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
10320         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
10321         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
10322         * gcc.dg/compat/struct-return-10_x.c: Ditto.
10323         * gcc.dg/compat/struct-return-2_x.c: Ditto.
10324         * gcc.dg/compat/struct-return-3_x.c: Ditto.
10325
10326 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
10327
10328         * gcc.dg/i386-call-1.c: New test.
10329
10330 2003-07-03  Nathan Sidwell  <nathan@codesourcery.com>
10331
10332         PR c++/9162
10333         * g++.dg/parse/defarg4.C: New.
10334
10335 2003-07-03  Roger Sayle  <roger@eyesopen.com>
10336
10337         PR target/10700
10338         * gcc.c-torture/compile/20030703-1.c: New test case.
10339
10340 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
10341
10342         * g++.dg/template/local3.C: Remove extra semicolon.
10343
10344 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
10345
10346         * gcc.dg/i386-volatile-1.c: New test.
10347
10348 2003-07-02  Nathan Sidwell  <nathan@codesourcery.com>
10349
10350         PR c++/11072
10351         * g++.dg/other/offsetof2.C: XFAIL.
10352         * g++.dg/other/offsetof5.C: New.
10353
10354         PR c++/10219
10355         * g++.dg/template/error1.C: New.
10356
10357         PR c++/9779
10358         * g++.dg/template/dependent-expr1.C: New.
10359
10360 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
10361
10362         PR c++/6949
10363         * g++.dg/template/local3.C: New test.
10364
10365         PR c++/11149
10366         * g++.dg/lookup/scoped6.C: New test.
10367
10368 2003-07-01  Giovanni Bajo  <giovannibajo@libero.it>
10369
10370         PR c++/8046
10371         * g++.dg/other/error7.C: New test.
10372
10373 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
10374
10375         * g++.old-deja/g++.abi/vbase1.C: Fix comment typos.
10376         * g++.old-deja/g++.abi/vtable3.h: Likewise.
10377         * g++.old-deja/g++.law/code-gen5.C: Likewise.
10378         * g++.old-deja/g++.other/union2.C: Likewise.
10379         * gcc.dg/c90-const-expr-2.c: Likewise.
10380         * gcc.dg/c90-const-expr-3.c: Likewise.
10381         * gcc.dg/c99-const-expr-2.c: Likewise.
10382         * gcc.dg/c99-const-expr-3.c: Likewise.
10383         * gcc.dg/concat.c: Likewise.
10384
10385 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
10386
10387         PR c++/9559
10388         * g++.dg/init/static1.C: New test.
10389
10390 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
10391
10392         * g++.old-deja/g++.niklas/README: Fix spelling for "testcase".
10393         * g++.old-deja/g++.other/access2.C: Likewise.
10394         * g++.old-deja/g++.other/decl2.C: Likewise.
10395         * gcc.c-torture/execute/20020615-1.c: Likewise.
10396
10397 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
10398
10399         PR c++/4933
10400         * g++.dg/template/sizeof4.C: New test.
10401
10402 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
10403
10404         * g++.dg/other/error6.C: New test.
10405
10406 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
10407
10408         PR c++/10750
10409         * g++.dg/parse/constant2.C: New test.
10410
10411 2003-06-30  Giovanni Bajo <giovannibajo@libero.it>
10412
10413         PR c++/11106
10414         * g++.dg/other/error5.C: New test.
10415
10416 2003-06-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10417
10418         * gcc.dg/format/gcc_diag-1.c: New test.
10419
10420 2003-06-28  Ulrich Weigand  <uweigand@de.ibm.com>
10421
10422         * gcc.c-torture/execute/multi-ix.c: Fix off-by-one bugs.
10423
10424 2003-06-28  Nathan Sidwell  <nathan@codesourcery.com>
10425
10426         * g++.old-deja/g++.robertl/eb133.C: Set expected line number.
10427         * g++.old-deja/g++.robertl/eb133a.C: Likewise.
10428         * g++.old-deja/g++.robertl/eb133b.C: Likewise.
10429
10430 2003-06-28  Jakub Jelinek  <jakub@redhat.com>
10431
10432         * gcc.c-torture/execute/builtins/string-8.c: New test.
10433         * gcc.c-torture/execute/builtins/string-8-lib.c: New.
10434         * gcc.c-torture/execute/stdio-opt-1.c (main): Add new tests.
10435         * gcc.c-torture/execute/string-opt-7.c (main): Add new test.
10436
10437 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
10438
10439         PR c++/10468
10440         * g++.dg/ext/typeof6.C: New test.
10441
10442 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
10443
10444         PR c++/10796
10445         * g++.dg/init/enum1.C: New test.
10446
10447 2003-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
10448
10449         * gcc.dg/20030627-1.c: New test.
10450
10451 2003-06-26  Mark Mitchell  <mark@codesourcery.com>
10452
10453         PR c++/11332
10454         * g++.dg/expr/static_cast2.C: New test.
10455
10456 2003-06-26  Roger Sayle  <roger@eyesopen.com>
10457             Jakub Jelinek  <jakub@redhat.com>
10458
10459         * gcc.c-torture/execute/string-opt-16.c: Remove test for disabled
10460         sprintf(dst,"%s",src) optimization.
10461         * gcc.c-torture/execute/20030626-1.c: New test case.
10462         * gcc.c-torture/execute/20030626-2.c: New test case.
10463
10464 2003-06-26  J"orn Rennecke <joern.rennecke@superh.com>
10465
10466         * gcc.c-torture/execute/multi-ix.c: New test.
10467
10468         * gcc.c-torture/execute/simd-4.c (main):
10469         Added missing semicolon at end of union.
10470
10471 2003-06-26  Giovanni Bajo  <giovannibajo@libero.it>
10472
10473         PR c++/8266
10474         * g++.dg/template/explicit-instantiation3.C: New test.
10475
10476 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
10477
10478         * gcc.dg/20030626-1.c: Use signed char.
10479
10480 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
10481
10482         * gcc.dg/20030626-1.c: New test.
10483
10484 2003-06-26  Neil Booth  <neil@daikokuya.co.uk>
10485
10486         * const-str-2.m: Update.
10487
10488 2003-06-25  Mark Mitchell  <mark@codesourcery.com>
10489
10490         PR c++/10990
10491         * g++.dg/rtti/dyncast1.C: New test.
10492         * g++.dg/abi/mangle4.C: Correct base-specifier access.
10493         * g++.dg/lookup/scoped1.C: Remove XFAIL.
10494         * g++.old-deja/g++.martin/pmf1.C: Correct base-specifier access.
10495
10496         PR c++/10931
10497         * g++.dg/expr/static_cast1.C: New test.
10498
10499 2003-06-25  Josef Zlomek  <zlomekj@suse.cz>
10500
10501         * gcc.dg/20030625-1.c: New test.
10502
10503 2003-06-24  Roger Sayle  <roger@eyesopen.com>
10504
10505         * gcc.c-torture/compile/20030624-1.c: New test case.
10506
10507 2003-06-24  Jakub Jelinek  <jakub@redhat.com>
10508
10509         * gcc.c-torture/execute/string-opt-17.c: New test.
10510
10511 2003-06-24  Mark Mitchell  <mark@codesourcery.com>
10512
10513         PR c++/5754
10514         * g++.dg/parse/crash6.C: New test.
10515
10516 2003-06-23  Roger Sayle  <roger@eyesopen.com>
10517
10518         * gcc.dg/builtins-24.c: New test case.
10519
10520 2003-06-23  Jakub Jelinek  <jakub@redhat.com>
10521
10522         * g++.dg/opt/operator1.C: New test.
10523
10524 2003-06-22  Roger Sayle  <roger@eyesopen.com>
10525
10526         * gcc.c-torture/execute/string-opt-16.c: New test case.
10527
10528 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
10529
10530         * g++.old-deja/g++.benjamin/16077.C: Add -Wconversion  option.
10531         * g++.old-deja/g++.other/conv7.C: Likewise
10532         * g++.old-deja/g++.other/overcnv2.C: Likewise.
10533         * g++.old-deja/g++.other/overload14.C: Likewise.
10534
10535 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
10536
10537         * g++.old-deja/g++.jason/conversion5.C: Adjust option.
10538         * g++.old-deja/g++.bugs/900215_01.C: Likewise.
10539
10540 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
10541
10542         PR c++/10888
10543         * g++.dg/warn/Winline-3.C: New test.
10544
10545 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
10546
10547         * lib/target-supports.exp (check_alias_available): Make the test
10548         program acceptable to the Solaris assembler.
10549
10550         PR c++/10749
10551         * g++.dg/template/memclass2.C: New test.
10552
10553 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
10554             Eric Botcazou  <ebotcazou@libertysurf.fr>
10555
10556         * lib/gcc-dg.exp (dg-xfail-if): Do not process conditional xfail
10557         data for non-matching targets.
10558         * gcc.c-torture/compile/simd-5.c: Fix typo in conditional xfail.
10559
10560 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
10561
10562         PR c++/10845
10563         * g++.dg/template/member3.C: New test.
10564
10565 2003-06-19  Mark Mitchell  <mark@codesourcery.com>
10566
10567         PR c++/10939
10568         * g++.dg/template/func1.C: New test.
10569
10570         PR c++/9649
10571         * g++.dg/template/static4.C: New test.
10572         * g++.old-deja/g++.other/anon7.C: Remove spurious error messages.
10573
10574         PR c++/11041
10575         * g++.dg/init/ref7.C: New test.
10576
10577 2003-06-19  Matt Austern  <austern@apple.com>
10578
10579         PR c++/11228
10580         * g++.dg/anew1.C: New test.
10581         * g++.dg/anew2.C: New test.
10582         * g++.dg/anew3.C: New test.
10583         * g++.dg/anew4.C: New test.
10584
10585 2003-06-19  Kazu Hirata  <kazu@cs.umass.edu>
10586
10587         * gcc.c-torture/compile/simd-5.c: Don't XFAIL on H8.
10588
10589 2003-06-19  J"orn Rennecke <joern.rennecke@superh.com>
10590
10591         * gcc.c-torture/execute/simd-4.c (main): Make expected value
10592         endian-dependent.
10593
10594 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
10595
10596         * lib/g++.exp (g++_include_flags): Tweak path to testsuite_flags.
10597         Remove cruft.
10598
10599 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
10600
10601         * gcc.c-torture/compile/20020604-1.c: Use dg-xfail-if for h8300.
10602         * gcc.c-torture/compile/961203-1.c: Likewise.
10603         * gcc.c-torture/compile/980506-1.c: Likewise.
10604
10605 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
10606
10607         PR c++/10712
10608         * g++.dg/lookup/using7.C: New test.
10609
10610 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
10611
10612         PR c++/11105
10613         * g++.dg/abi/conv1.C: Remove it.
10614         * g++.dg/template/conv7.C: New test.
10615         * g++.dg/template/conv8.C: Likewise.
10616         * g++.old-deja/g++.ext/pretty2.C: Do not test __FUNCTION__ for a
10617         conversion operator.
10618
10619 2003-06-17  Janis Johnson  <janis187@us.ibm.com>
10620
10621         * gcc.dg/compat/compat-common.h (DEBUG_INIT): New.
10622         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
10623         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
10624         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
10625         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
10626         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
10627         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
10628         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
10629         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
10630         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
10631         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
10632         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
10633         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
10634         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
10635         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
10636         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
10637         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
10638         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
10639         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
10640         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
10641         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
10642         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
10643         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
10644         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
10645         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
10646         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
10647         * gcc.dg/compat/struct-return-10_x.c: Ditto.
10648         * gcc.dg/compat/struct-return-2_x.c: Ditto.
10649         * gcc.dg/compat/struct-return-3_x.c: Ditto.
10650
10651 2003-06-16  Mark Mitchell  <mark@codesourcery.com>
10652
10653         * lib/gcc-dg.exp (dg-xfail-if): Fix thinko.
10654         * gcc.c-torture/compile/simd-5.c: Remove spurious PowerPC-64 XFAIL
10655         indications.
10656
10657 2003-06-16  Roger Sayle  <roger@eyesopen.com>
10658
10659         * gcc.dg/i386-387-5.c: New test case.
10660         * gcc.dg/i386-387-6.c: New test case.
10661         * gcc.dg/builtins-23.c: New test case.
10662
10663 2003-06-15  Roger Sayle  <roger@eyesopen.com>
10664
10665         * gcc.dg/builtins-22.c: New test case.
10666         * gcc.dg/i386-387-1.c: Update to test exp.
10667         * gcc.dg/i386-387-2.c: Likewise.
10668
10669 2003-06-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10670
10671         * gcc.dg/format/asm_fprintf-1.c: Update width/precision checks.
10672
10673 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
10674
10675         * lib/gcc-dg.exp (dg-require-dll): New function.
10676         (dg-xfail-if): Likewise.
10677         * gcc.c-torture/compile/compile.exp: Use dg rather than c-torture
10678         driver.
10679
10680         * gcc.c-torture/compile/20000804-1.c: Convert to dg format.
10681         * gcc.c-torture/compile/20001205-1.c: Likewise.
10682         * gcc.c-torture/compile/20001226-1.c: Likewise.
10683         * gcc.c-torture/compile/20010518-2.c: Likewise.
10684         * gcc.c-torture/compile/20020312-1.c: Likewise.
10685         * gcc.c-torture/compile/20020604-1.c: Likewise.
10686         * gcc.c-torture/compile/920501-12.c: Likewise.
10687         * gcc.c-torture/compile/920501-4.c: Likewise.
10688         * gcc.c-torture/compile/920520-1.c: Likewise.
10689         * gcc.c-torture/compile/920521-1.c: Likewise.
10690         * gcc.c-torture/compile/920625-1.c: Likewise.
10691         * gcc.c-torture/compile/961203-1.c: Likewise.
10692         * gcc.c-torture/compile/980506-1.c: Likewise.
10693         * gcc.c-torture/compile/981006-1.c: Likewise.
10694         * gcc.c-torture/compile/981022-1.c: Likewise.
10695         * gcc.c-torture/compile/981223-1.c: Likewise.
10696         * gcc.c-torture/compile/990617-1.c: Likewise.
10697         * gcc.c-torture/compile/dll.c: Likewise.
10698         * gcc.c-torture/compile/labels-3.c: Likewise.
10699         * gcc.c-torture/compile/mipscop-1.c: Likewise.
10700         * gcc.c-torture/compile/mipscop-2.c: Likewise.
10701         * gcc.c-torture/compile/mipscop-3.c: Likewise.
10702         * gcc.c-torture/compile/mipscop-4.c: Likewise.
10703         * gcc.c-torture/compile/simd-5.c: Likewise.
10704         * gcc.c-torture/compile/20000804-1.x: Remove.
10705         * gcc.c-torture/compile/20001205-1.x: Likewise.
10706         * gcc.c-torture/compile/20001226-1.x: Likewise.
10707         * gcc.c-torture/compile/20010518-2.x: Likewise.
10708         * gcc.c-torture/compile/20020312-1.x: Likewise.
10709         * gcc.c-torture/compile/20020604-1.x: Likewise.
10710         * gcc.c-torture/compile/920501-12.x: Likewise.
10711         * gcc.c-torture/compile/920501-4.x: Likewise.
10712         * gcc.c-torture/compile/920520-1.x: Likewise.
10713         * gcc.c-torture/compile/920521-1.x: Likewise.
10714         * gcc.c-torture/compile/920625-1.x: Likewise.
10715         * gcc.c-torture/compile/961203-1.x: Likewise.
10716         * gcc.c-torture/compile/980506-1.x: Likewise.
10717         * gcc.c-torture/compile/981006-1.x: Likewise.
10718         * gcc.c-torture/compile/981022-1.x: Likewise.
10719         * gcc.c-torture/compile/981223-1.x: Likewise.
10720         * gcc.c-torture/compile/990617-1.x: Likewise.
10721         * gcc.c-torture/compile/mipscop-1.x: Likewise.
10722         * gcc.c-torture/compile/mipscop-2.x: Likewise.
10723         * gcc.c-torture/compile/mipscop-3.x: Likewise.
10724         * gcc.c-torture/compile/mipscop-4.x: Likewise.
10725         * gcc.c-torture/compile/simd-5.x: Likewise.
10726
10727         * gcc.c-torture/compile/20021205-1.c: Remove bogus dg commands.
10728
10729 2003-06-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
10730
10731         * gcc.c-torture/execute/20030611-1.c: New test.
10732
10733 2003-06-12  Roger Sayle  <roger@eyesopen.com>
10734
10735         PR middle-end/168
10736         * gcc.dg/20030612-1.c: New test case.
10737
10738 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
10739
10740         PR c++/10635
10741         * g++.dg/expr/cast1.C: New test.
10742
10743 2003-06-12  Roger Sayle  <roger@eyesopen.com>
10744
10745         * gcc.dg/builtins-21.c: New test case.
10746
10747 2003-06-11  Kelley Cook  <kelleycook@wideopenwest.com>
10748
10749         * lib/gcc.exp (gcc_target_compile): Put TOOL_OPTIONS at front of
10750         options instead of at the end.
10751         * lib/objc.exp (objc_target_compile): Likewise.
10752
10753 2003-06-11  Mark Mitchell  <mark@codesourcery.com>
10754
10755         PR c++/10432
10756         * g++.dg/parse/error1.C: New test.
10757
10758 2003-06-11  Janis Johnson  <janis187@us.ibm.com>
10759
10760         * gcc.dg/compat/struct-by-value-11_main.c: New file.
10761         * gcc.dg/compat/struct-by-value-11_x.c: New file.
10762         * gcc.dg/compat/struct-by-value-11_y.c: New file.
10763         * gcc.dg/compat/struct-by-value-12_main.c: New file.
10764         * gcc.dg/compat/struct-by-value-12_x.c: New file.
10765         * gcc.dg/compat/struct-by-value-12_y.c: New file.
10766         * gcc.dg/compat/struct-by-value-13_main.c: New file.
10767         * gcc.dg/compat/struct-by-value-13_x.c: New file.
10768         * gcc.dg/compat/struct-by-value-13_y.c: New file.
10769         * gcc.dg/compat/struct-by-value-14_main.c: New file.
10770         * gcc.dg/compat/struct-by-value-14_x.c: New file.
10771         * gcc.dg/compat/struct-by-value-14_y.c: New file.
10772         * gcc.dg/compat/struct-by-value-15_main.c: New file.
10773         * gcc.dg/compat/struct-by-value-15_x.c: New file.
10774         * gcc.dg/compat/struct-by-value-15_y.c: New file.
10775         * gcc.dg/compat/struct-by-value-16_main.c: New file.
10776         * gcc.dg/compat/struct-by-value-16_x.c: New file.
10777         * gcc.dg/compat/struct-by-value-16_y.c: New file.
10778         * gcc.dg/compat/struct-by-value-17_main.c: New file.
10779         * gcc.dg/compat/struct-by-value-17_x.c: New file.
10780         * gcc.dg/compat/struct-by-value-17_y.c: New file.
10781         * gcc.dg/compat/struct-by-value-18_main.c: New file.
10782         * gcc.dg/compat/struct-by-value-18_x.c: New file.
10783         * gcc.dg/compat/struct-by-value-18_y.c: New file.
10784
10785         * gcc.dg/compat/scalar-by-value-3_main.c: New file.
10786         * gcc.dg/compat/scalar-by-value-3_x.c: New file.
10787         * gcc.dg/compat/scalar-by-value-3_y.c: New file.
10788         * gcc.dg/compat/scalar-by-value-4_main.c: New file.
10789         * gcc.dg/compat/scalar-by-value-4_x.c: New file.
10790         * gcc.dg/compat/scalar-by-value-4_y.c: New file.
10791         * gcc.dg/compat/scalar-return-3_main.c: New file.
10792         * gcc.dg/compat/scalar-return-3_x.c: New file.
10793         * gcc.dg/compat/scalar-return-3_y.c: New file.
10794         * gcc.dg/compat/scalar-return-4_main.c: New file.
10795         * gcc.dg/compat/scalar-return-4_x.c: New file.
10796         * gcc.dg/compat/scalar-return-4_y.c: New file.
10797
10798 2003-06-10  Janis Johnson  <janis187@us.ibm.com>
10799
10800         * gcc.dg/compat/fp2-struct-check.h: New file.
10801         * gcc.dg/compat/fp2-struct-defs.h: New file.
10802         * gcc.dg/compat/fp2-struct-init.h: New file.
10803         * gcc.dg/compat/struct-by-value-10_main.c: New file.
10804         * gcc.dg/compat/struct-by-value-10_x.c: New file.
10805         * gcc.dg/compat/struct-by-value-10_y.c: New file.
10806         * gcc.dg/compat/struct-return-10_main.c: New file.
10807         * gcc.dg/compat/struct-return-10_x.c: New file.
10808         * gcc.dg/compat/struct-return-10_y.c: New file.
10809
10810         * gcc.dg/compat/compat-common.h: New file.
10811         * gcc.dg/compat/fp-struct-check.h: Improve debugging output.
10812         * gcc.dg/compat/fp-struct-test-by-value-x.h: Ditto.
10813         * gcc.dg/compat/fp-struct-test-by-value-y.h: Ditto.
10814         * gcc.dg/compat/scalar-by-value-1_main.c: Ditto.
10815         * gcc.dg/compat/scalar-by-value-1_x.c: Ditto.
10816         * gcc.dg/compat/scalar-by-value-1_y.c: Ditto.
10817         * gcc.dg/compat/scalar-by-value-2_main.c: Ditto.
10818         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
10819         * gcc.dg/compat/scalar-by-value-2_y.c: Ditto.
10820         * gcc.dg/compat/scalar-return-1_main.c: Ditto.
10821         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
10822         * gcc.dg/compat/scalar-return-1_y.c: Ditto.
10823         * gcc.dg/compat/scalar-return-2_main.c: Ditto.
10824         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
10825         * gcc.dg/compat/scalar-return-2_y.c: Ditto.
10826         * gcc.dg/compat/small-struct-check.h: Ditto.
10827         * gcc.dg/compat/struct-by-value-2_main.c: Ditto.
10828         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
10829         * gcc.dg/compat/struct-by-value-2_y.c: Ditto.
10830         * gcc.dg/compat/struct-by-value-3_main.c: Ditto.
10831         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
10832         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
10833         * gcc.dg/compat/struct-by-value-4_main.c: Ditto.
10834         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
10835         * gcc.dg/compat/struct-by-value-4_y.c: Ditto.
10836         * gcc.dg/compat/struct-by-value-5_main.c: Ditto.
10837         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
10838         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
10839         * gcc.dg/compat/struct-by-value-6_main.c: Ditto.
10840         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
10841         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
10842         * gcc.dg/compat/struct-by-value-7_main.c: Ditto.
10843         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
10844         * gcc.dg/compat/struct-by-value-7_y.c: Ditto.
10845         * gcc.dg/compat/struct-by-value-8_main.c: Ditto.
10846         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
10847         * gcc.dg/compat/struct-by-value-8_y.c: Ditto.
10848         * gcc.dg/compat/struct-by-value-9_main.c: Ditto.
10849         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
10850         * gcc.dg/compat/struct-by-value-9_y.c: Ditto.
10851         * gcc.dg/compat/struct-return-2_main.c: Ditto.
10852         * gcc.dg/compat/struct-return-2_x.c: Ditto.
10853         * gcc.dg/compat/struct-return-2_y.c: Ditto.
10854         * gcc.dg/compat/struct-return-3_main.c: Ditto.
10855         * gcc.dg/compat/struct-return-3_x.c: Ditto.
10856         * gcc.dg/compat/struct-return-3_y.c: Ditto.
10857
10858 2003-06-10  Geoffrey Keating  <geoffk@apple.com>
10859
10860         * g++.dg/pch/static-1.C: New file.
10861         * g++.dg/pch/static-1.Hs: New file.
10862
10863 2003-06-10  Richard Henderson  <rth@redhat.com>
10864
10865         * gcc.dg/asm-7.c: Adjust expected warning text.
10866
10867 2003-06-10  Roger Sayle  <roger@eyesopen.com>
10868
10869         * gcc.dg/builtins-20.c: New test case.
10870
10871 2003-06-10  Mark Mitchell  <mark@codesourcery.com>
10872
10873         PR c++/11131
10874         * g++.dg/opt/template1.C: New test.
10875
10876 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
10877
10878         * lib/gcc-dg.exp (dg-test): Clear additional_files and
10879         additional_sources.
10880
10881 2003-05-21  David Taylor  <dtaylor@emc.com>
10882
10883         * gcc.dg/Wpadded.c: New file.
10884
10885 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
10886
10887         * gcc.dg/special/20000419-2.c: Fix dg-require-alias syntax.
10888         * gcc.dg/special/weak-2.c: Add dg-require-weak.
10889         * gcc.dg/weak/weak-3.c: Reverse order of dg-do and
10890         dg-require-weak.
10891
10892 2003-06-09  J"orn Rennecke <joern.rennecke@superh.com>
10893
10894         * g++.dg/other/offsetof3.C: Adjust linenumber of last expected warning.
10895
10896 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
10897
10898         * lib/gcc-dg.exp (dg-require-weak): Fix typo.
10899         (dg-require-alias): Likewise.
10900         (dg-require-gc-sections): Likewise.
10901         * lib/target-supports.exp (check_gc_sections_available): Likewise.
10902
10903 2003-06-08  Richard Henderson  <rth@redhat.com>
10904
10905         * gcc.dg/20011029-2.c: Fix the array reference.
10906         * gcc.dg/asm-7.c: New.
10907
10908 2003-06-08  Kazu Hirata  <kazu@cs.umass.edu>
10909
10910         * gcc.c-torture/compile/20000804-1.x: Disable on h8300 port.
10911
10912 2003-06-08  Mark Mitchell  <mark@codesourcery.com>
10913
10914         * lib/gcc-dg.exp (dg-require-alias): Fix typo.
10915         (dg-require-gc-sections): Likewise.
10916
10917 2003-06-08  Jan Hubicka  <jh@suse.cz>
10918
10919         * i386-cmov1.c: Fix regular expression.
10920         * i386-cvt-1.c: Likewise.
10921         * i386-local.c: Likewise.
10922         * i386-local2.c: Likewise.
10923         * i386-mul.c: Likewise.
10924         * i386-ssetype-1.c: Likewise.
10925         * i386-ssetype-3.c: Likewise.
10926         * i386-ssetype-5.c: Likewise.
10927
10928 2003-06-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10929
10930         PR c++/11039
10931         * g++.dg/warn/implicit-typename2.C: New test.
10932         * g++.dg/warn/implicit-typename3.C: New test.
10933
10934 2003-06-07  Richard Henderson  <rth@redhat.com>
10935
10936         * g++.dg/other/offsetof3.C: Use size_t.
10937         * g++.dg/other/offsetof4.C: Likewise.
10938
10939 2003-06-07  H.J. Lu <hongjiu.lu@intel.com>
10940
10941         * lib/copy-file.exp: New. Implement gcc_copy_files.
10942
10943         * lib/dg-pch.exp: Load copy-file.exp
10944         (dg-pch): Use gcc_copy_files instead of "file copy".
10945
10946 2003-06-06  Mark Mitchell  <mark@codesourcery.com>
10947
10948         * gcc.dg/weak/weak.exp: Simplify.
10949         * gcc.dg/weak/typeof-2.c: Use dg-require-weak.
10950         * gcc.dg/weak/weak-1.c: Likewise.
10951         * gcc.dg/weak/weak-2.c: Likewise.
10952         * gcc.dg/weak/weak-3.c: Likewise.
10953         * gcc.dg/weak/weak-4.c: Likewise.
10954         * gcc.dg/weak/weak-5.c: Likewise.
10955         * gcc.dg/weak/weak-6.c: Likewise.
10956         * gcc.dg/weak/weak-7.c: Likewise.
10957         * gcc.dg/weak/weak-8.c: Likewise.
10958         * gcc.dg/weak/weak-9.c: Likewise.
10959
10960 2003-06-06  Richard Earnshaw  <rearnsha@arm.com>
10961
10962         gcc.c-torture/execute/20030606-1.c: New.
10963
10964 2003-06-06  Roger Sayle  <roger@eyesopen.com>
10965
10966         * gcc.dg/builtins-2.c: Correct check-in of incorrect version.
10967         * gcc.dg/builtins-19.c: Likewise.
10968
10969 2003-06-06  Roger Sayle  <roger@eyesopen.com>
10970
10971         * gcc.dg/builtins-2.c: Add some more tests.
10972         * gcc.dg/builtins-18.c: New test case.
10973         * gcc.dg/builtins-19.c: New test case.
10974
10975 2003-06-06  Roger Sayle  <roger@eyesopen.com>
10976             Jim Wilson  <wilson@tuliptree.org>
10977
10978         * gcc.dg/uninit-C.c: Only test TImode on 64-bit platforms.
10979
10980 2003-06-06  Jakub Jelinek  <jakub@redhat.com>
10981
10982         * gcc.c-torture/execute/builtins/string-4.c (main_test): Allow some
10983         mempcpy/stpcpy calls not to be optimized into something else.
10984         * gcc.c-torture/execute/string-opt-3.c: Moved to...
10985         * gcc.c-torture/execute/builtins/string-7.c: ...here.
10986         * gcc.c-torture/execute/builtins/string-7-lib.c: New.
10987
10988 2003-06-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10989
10990         * gcc.dg/format/asm_fprintf-1.c: New test.
10991
10992 2003-06-05  Mark Mitchell  <mark@codesourcery.com>
10993
10994         * lib/gcc-defs.exp (additional_sources): New variable.
10995         (dg-additional-sources): New function.
10996         (additional_files): New variable.
10997         (dg-additional-files): New function.
10998         (dg-additional-files-options): Likewise.
10999         * lib/gcc-dg.exp (dg-require-weak): New function.
11000         (dg-require-alias): Likewise.
11001         (dg-require-gc-sections): Likewise.
11002         * lib/target-supports.exp (check_alias_available): Remove testfile
11003         parameter.
11004         (check_gc_sections_available): New function.
11005         * lib/g++-dg.exp (dg-gpp-additional-sources): Remove.
11006         (dg-gpp-additional-files): Likewise.
11007         * lib/g++.exp (additional_sources): Remove.
11008         (additional_files): Likewise.
11009         (g++_target_compile): Use dg-additional-files-options.
11010
11011         * gcc.dg/special/special.exp: Add "ecos" tests.  Remove complex
11012         Tcl logic.
11013         * gcc.dg/special/ecos.exp: Remove.
11014         * gcc.dg/special/20000419-2.c: Use dg-require-*.
11015         * gcc.dg/special/alias-1.c: Likewise.
11016         * gcc.dg/special/alias-2.c: Likewise.
11017         * gcc.dg/special/gcsec-1.c: Likewise.
11018         * gcc.dg/special/weak-1.c: Likewise.
11019         * gcc.dg/special/weak-2.c: Likewise.
11020         * gcc.dg/special/wkali-1.c: Likewise.
11021         * gcc.dg/special/wkali-2.c: Likewise.
11022
11023         * g++.dg/special/conpr-2.C: Use dg-additional-*, not
11024         dg-gpp-additional-*.
11025         * g++.dg/special/conpr-3.C: Likewise.
11026         * g++.dg/special/conpr-4.C: Likewise.
11027         * g++.old-deja/g++.abi/vtable3a.C: Likewise.
11028         * g++.old-deja/g++.abi/vtable3b.C: Likewise.
11029         * g++.old-deja/g++.abi/vtable3c.C: Likewise.
11030         * g++.old-deja/g++.abi/vtable3d.C: Likewise.
11031         * g++.old-deja/g++.abi/vtable3e.C: Likewise.
11032         * g++.old-deja/g++.abi/vtable3f.C: Likewise.
11033         * g++.old-deja/g++.abi/vtable3g.C: Likewise.
11034         * g++.old-deja/g++.abi/vtable3h.C: Likewise.
11035         * g++.old-deja/g++.abi/vtable3i.C: Likewise.
11036         * g++.old-deja/g++.abi/vtable3j.C: Likewise.
11037         * g++.old-deja/g++.oliva/linkage1.C: Likewise.
11038         * g++.old-deja/g++.other/comdat1.C: Likewise.
11039         * g++.old-deja/g++.other/comdat2.C: Likewise.
11040         * g++.old-deja/g++.other/comdat3.C: Likewise.
11041         * g++.old-deja/g++.other/ctor1.C: Likewise.
11042         * g++.old-deja/g++.pt/instantiate5.C: Likewise.
11043
11044 2003-06-05  Richard Henderson  <rth@redhat.com>
11045
11046         * gcc.dg/debug/20030605-1.c: New.
11047
11048 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
11049
11050         * README.QMTEST: Update.
11051
11052 2003-06-04  Richard Henderson  <rth@redhat.com>
11053
11054         * gcc.dg/cleanup-1.c: New.
11055         * gcc.dg/cleanup-2.c: New.
11056         * gcc.dg/cleanup-3.c: New.
11057         * gcc.dg/cleanup-4.c: New.
11058         * gcc.dg/cleanup-5.c: New.
11059         * gcc.dg/cleanup-6.c: New.
11060         * gcc.dg/cleanup-7.c: New.
11061
11062 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
11063
11064         * g++.dg/abi/vague1.C: Use xfail, rather than embedded Tcl code.
11065
11066         * lib/dg-pch.exp: New file.
11067         * g++.dg/pch/pch.exp: Use dg-pch.exp.
11068         * gcc.dg/pch/pch.exp: Likewise.
11069
11070 2003-06-04  Roger Sayle  <roger@eyesopen.com>
11071
11072         * gcc.dg/builtins-2.c: Add tests for tan(atan(x)).
11073         * gcc.dg/builtins-3.c: Add tests for tan(0.0) and atan(0.0).
11074         * gcc.dg/builtins-7.c: Add tests for tan(atan(x)) == x.
11075         * gcc.dg/builtins-17.c: New test case.
11076         * gcc.dg/i386-387-4.c: New test case.
11077         * gcc.c-torture/execute/ieee/mzero4.c: New test case.
11078
11079 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
11080
11081         * gcc.dg/ultrasp9.c: New test.
11082
11083 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
11084
11085         * gcc.c-torture/compile/20030604-1.c: New test.
11086         * gcc.dg/sparc-constant-1.c: New test.
11087
11088 2003-06-03  Glen Nakamura  <glen@imodulo.com>
11089
11090         * gcc.dg/20020525-1.c: Replace 0x5a5a5a5a with -1.
11091
11092 2003-06-03  J"orn Rennecke <joern.rennecke@superh.com>
11093
11094         * g++.dg/abi/empty6.C (B): Request alignment of 8 bytes.
11095
11096         * gcc.dg/torture/builtin-noret-1.c (_exit, _Exit): Make weak.
11097         * gcc.dg/torture/builtin-noret-2.c (_exit, _Exit): Likewise.
11098
11099 2003-06-03  Aldy Hernandez  <aldyh@redhat.com>
11100
11101         * gcc.c-torture/compile/simd-5.x: Remove xfail for PPC64.
11102
11103 2003-06-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11104
11105         PR c++/10940
11106         * g++.dg/template/spec10.C: New test.
11107
11108 2003-06-03  Roger Sayle  <roger@eyesopen.com>
11109
11110         * gcc.dg/builtins-16.c: New test case.
11111
11112 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
11113
11114         * gcc.c-torture/execute/builtins/string-4.c (main_test): Remove
11115         mempcpy test with post-increments.
11116         * gcc.c-torture/execute/string-opt-3.c: New test.
11117         * gcc.dg/string-opt-1.c: New test.
11118
11119 2003-06-03  David Billinghurst <David.Billinghurst@riotinto.com>
11120
11121         PR fortran/10965
11122         * g77.f-torture/compile/20000601-2.f: Fix non-standard code.
11123
11124 2003-06-02  Mark Mitchell  <mark@codesourcery.com>
11125
11126         * lib/scanasm.exp (dg-scan): New function, factored out of ...
11127         (scan-assembler): ... here.  Use dg-scan.
11128         (scan-assembler-not): Likewise.
11129         (scan-file): New function.
11130         (scan-file-not): Likewise.
11131         * gcc.dg/cpp/19990228-1.c: Use scan-file and/or scan-file-not.
11132         * gcc.dg/cpp/_Pragma4.c: Likewise.
11133         * gcc.dg/cpp/_Pragma5.c: Likewise.
11134         * gcc.dg/cpp/avoidpaste1.c: Likewise.
11135         * gcc.dg/cpp/avoidpaste2.c: Likewise.
11136         * gcc.dg/cpp/cmdlne-C2.c: Likewise.
11137         * gcc.dg/cpp/cmdlne-P.c: Likewise.
11138         * gcc.dg/cpp/cmdlne-dD-M.c: Likewise.
11139         * gcc.dg/cpp/cmdlne-dD-dM.c: Likewise.
11140         * gcc.dg/cpp/cmdlne-dI-M.c: Likewise.
11141         * gcc.dg/cpp/cmdlne-dM-M.c: Likewise.
11142         * gcc.dg/cpp/cmdlne-dM-dD.c: Likewise.
11143         * gcc.dg/cpp/cmdlne-dN-M.c: Likewise.
11144         * gcc.dg/cpp/cxxcom1.c: Likewise.
11145         * gcc.dg/cpp/line1.c: Likewise.
11146         * gcc.dg/cpp/maccom1.c: Likewise.
11147         * gcc.dg/cpp/maccom2.c: Likewise.
11148         * gcc.dg/cpp/maccom3.c: Likewise.
11149         * gcc.dg/cpp/maccom4.c: Likewise.
11150         * gcc.dg/cpp/maccom5.c: Likewise.
11151         * gcc.dg/cpp/maccom6.c: Likewise.
11152         * gcc.dg/cpp/multiline.c: Likewise.
11153         * gcc.dg/cpp/spacing1.c: Likewise.
11154         * gcc.dg/cpp/spacing2.c: Likewise.
11155         * gcc.dg/cpp/trad/cmdlne-C2.c: Likewise.
11156         * gcc.dg/cpp/trad/maccom1.c: Likewise.
11157         * gcc.dg/cpp/trad/maccom2.c: Likewise.
11158         * gcc.dg/cpp/trad/maccom3.c: Likewise.
11159         * gcc.dg/cpp/trad/maccom4.c: Likewise.
11160         * gcc.dg/cpp/trad/maccom6.c: Likewise.
11161         * gcc.dg/cpp/cxxcom2.c: Likewise.
11162         * gcc.dg/cpp/cxxcom2.h: New file.
11163
11164         * gcc.dg/cpp/truefalse.cpp: Move it to ...
11165         * g++.dg/cpp/truefalse.C: Here.
11166         * gcc.dg/cpp/cpp.exp: Remove scanning of ".cpp" files.
11167
11168 2003-06-01  Loren James Rittle  <ljrittle@acm.org>
11169
11170         * gcc.dg/cpp/redef3.c: New file.
11171
11172 2003-06-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
11173
11174         * gcc.dg/i386-loop-3.c: New test.
11175
11176 2003-05-31  Toon Moene  <toon@moene.indiv.nluug.nl>
11177
11178         * g77.dg/ffree-form-2.f: XFAIL removed, because fixed.
11179
11180 2003-05-31  Roger Sayle  <roger@eyesopen.com>
11181
11182         * gcc.dg/fwrapv-1.c: New test case.
11183         * gcc.dg/fwrapv-2.c: New test case.
11184
11185 2003-05-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11186
11187         PR c++/10956
11188         * g++.dg/template/spec9.C: New test.
11189
11190 2003-05-29  Roger Sayle  <roger@eyesopen.com>
11191
11192         * gcc.dg/duff-4.c: New test case.
11193
11194 2003-05-27  David Billinghurst <David.Billinghurst@riotinto.com>
11195
11196         PR fortran/10843
11197         * g77.dg/ffixed-form-1.f: New test
11198         * g77.dg/ffixed-form-2.f: New test
11199         * g77.dg/ffree-form-2.f: New test - XFAIL pending fix
11200         * g77.dg/ffree-form-3.f: New test
11201
11202 2003-05-26  Andreas Tobler <a.tobler@schweiz.ch>
11203
11204         * gcc.dg/wchar_t-1.c: XFAIL on darwin, no wchar.h available.
11205         * gcc.dg/wint_t-1.c: Likewise.
11206
11207 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11208
11209         * g++.dg/template/access11.C: New test.
11210
11211 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11212
11213         PR c++/10849
11214         * g++.dg/template/access10.C: New test.
11215
11216 2003-05-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
11217             Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11218
11219         * gcc.c-torture/compile/simd-5.x: XFAIL on SPARC64.
11220
11221 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
11222
11223         * gcc.dg/torture/builtin-noret-1.c: Add dg-option -multiply_defined
11224         suppress for powerpc-*-darwin*.
11225         * gcc.dg/torture/builtin-noret-2.c: Likewise.
11226
11227 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
11228
11229         * gcc.c-torture/execute/builtins/builtins.exp: Add -multiply_defined
11230         suppress option for powerpc-*-darwin*.
11231
11232 2003-05-23  Roger Sayle  <roger@eyesopen.com>
11233
11234         * gcc.dg/builtins-1.c: Add tests for tan and atan.
11235         * gcc.dg/builtins-4.c: Add test for fmod.
11236
11237 2003-05-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11238
11239         PR c++/10682
11240         * g++.dg/template/instantiate4.C: New test.
11241
11242 2003-05-22  Roger Sayle  <roger@eyesopen.com>
11243
11244         * gcc.c-torture/execute/ieee/inf-2.c: New test case.
11245
11246 2003-05-21  Janis Johnson  <janis187@us.ibm.com>
11247
11248         * gcc.dg/compat/scalar-return-1_main.c: New file.
11249         * gcc.dg/compat/scalar-return-1_x.c: New file.
11250         * gcc.dg/compat/scalar-return-1_y.c: New file.
11251         * gcc.dg/compat/scalar-return-2_main.c: New file.
11252         * gcc.dg/compat/scalar-return-2_x.c: New file.
11253         * gcc.dg/compat/scalar-return-2_y.c: New file.
11254         * gcc.dg/compat/struct-return-3_main.c: New file.
11255         * gcc.dg/compat/struct-return-3_y.c: New file.
11256         * gcc.dg/compat/struct-return-3_x.c: New file.
11257         * gcc.dg/compat/struct-return-2_main.c: New file.
11258         * gcc.dg/compat/struct-return-2_x.c: New file.
11259         * gcc.dg/compat/struct-return-2_y.c: New file.
11260
11261 2003-05-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11262
11263         * g++.old-deja/g++.law/profile1.C (dg-options): Add -static to options
11264         for hppa*-hp-hpux*.
11265         * gcc.dg/20021014-1.c (dg-options): Likewise.
11266         * gcc.dg/nest.c (dg-options): Likewise.
11267
11268 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
11269
11270         PR c++/9738
11271         * g++.dg/ext/dllimport2.C: New file.
11272         * g++.dg/ext/dllimport3.C: New file.
11273
11274 2003-05-20  Janis Johnson  <janis187@us.ibm.com>
11275
11276         * gcc.dg/compat/struct-by-value-3_x.c: Move common pieces to headers.
11277         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
11278         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
11279         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
11280         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
11281         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
11282         * gcc.dg/compat/struct-by-value-7_x.c Ditto.
11283         * gcc.dg/compat/struct-by-value-7_y.c Ditto.
11284         * gcc.dg/compat/small-struct-defs.h: New file.
11285         * gcc.dg/compat/small-struct-init.h: New file.
11286         * gcc.dg/compat/small-struct-check.h: New file.
11287         * gcc.dg/compat/fp-struct-defs.h: New file.
11288         * gcc.dg/compat/fp-struct-check.h: New file.
11289         * gcc.dg/compat/fp-struct-init.h: New file.
11290         * gcc.dg/compat/fp-struct-test-by-value-y.h: New file.
11291         * gcc.dg/compat/fp-struct-test-by-value-x.h: New file.
11292
11293 2003-05-19  Jakub Jelinek  <jakub@redhat.com>
11294
11295         * gcc.dg/20030225-2.c: New test.
11296
11297 2003-05-18  Roger Sayle  <roger@eyesopen.com>
11298             Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11299
11300         * gcc.c-torture/compile/20030518-1.c: New test case.
11301
11302 2003-05-18  Mark Mitchell  <mark@codesourcery.com>
11303
11304         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Add opt_opts parameter.
11305         * gcc.dg/debug/debug.exp: Pass opt_opts parameter to
11306         gcc-dg-debug-runtest.
11307         * g++.dg/debug/debug.exp: Pass opt_opts parameter to
11308         gcc-dg-debug-runtest.
11309
11310 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11311
11312         PR c++/9022
11313         * g++.dg/lookup/using6.C: New test.
11314
11315 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11316
11317         * g++.dg/parse/access2.C: New test.
11318
11319 2003-05-17  Mark Mitchell  <mark@codesourcery.com>
11320
11321         * lib/gcc-dg.exp (gcc-dg-debug-runtest): New method.
11322         * g++.dg/debug/debug.exp: Use gcc-dg-debug-runtest.
11323         * gcc.dg/debug/debug.exp: Likewise.
11324
11325 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
11326
11327         * gcc.dg/dollar.c: New test.
11328
11329 2003-05-16  Janis Johnson  <janis187@us.ibm.com>
11330
11331         * gcc.dg/compat/struct-by-value-4_main.c: Split into multiple tests.
11332         * gcc.dg/compat/struct-by-value-4_x.c: Split into multiple tests.
11333         * gcc.dg/compat/struct-by-value-4_y.c: Split into multiple tests.
11334         * gcc.dg/compat/struct-by-value-5_main.c: Split into multiple tests.
11335         * gcc.dg/compat/struct-by-value-5_x.c: Split into multiple tests.
11336         * gcc.dg/compat/struct-by-value-5_y.c: Split into multiple tests.
11337         * gcc.dg/compat/struct-by-value-6_main.c: New file.
11338         * gcc.dg/compat/struct-by-value-6_x.c: New file.
11339         * gcc.dg/compat/struct-by-value-6_y.c: New file.
11340         * gcc.dg/compat/struct-by-value-7_main.c: New file.
11341         * gcc.dg/compat/struct-by-value-7_x.c: New file.
11342         * gcc.dg/compat/struct-by-value-7_y.c: New file.
11343         * gcc.dg/compat/struct-by-value-8_main.c: New file.
11344         * gcc.dg/compat/struct-by-value-8_x.c: New file.
11345         * gcc.dg/compat/struct-by-value-8_y.c: New file.
11346         * gcc.dg/compat/struct-by-value-9_main.c: New file.
11347         * gcc.dg/compat/struct-by-value-9_x.c: New file.
11348         * gcc.dg/compat/struct-by-value-9_y.c: New file.
11349
11350 2003-05-16  Mark Mitchell  <mark@codesourcery.com>
11351
11352         * lib/gcc-dg.exp (gcc-dg-test): Rename to ...
11353         (gcc-dg-test-1): ... this.  Add target_compile parameter.  Add
11354         support for "repo" mode.
11355         * lib/g++-dg.exp: Use gcc-dg.exp to implement all functionality.
11356         * lib/g77-dg.exp: Likewise.
11357         * lib/obj-dg.exp: Likewise.
11358
11359 2003-05-16  Jakub Jelinek  <jakub@redhat.com>
11360
11361         Merge from gcc-3_2-rhl8-branch:
11362         2003-04-23  Jakub Jelinek  <jakub@redhat.com>
11363
11364         * gcc.dg/tls/opt-6.c: New test.
11365
11366         2003-04-05  Jakub Jelinek  <jakub@redhat.com>
11367
11368         * gcc.dg/20030405-1.c: New test.
11369
11370         2003-03-09  Jakub Jelinek  <jakub@redhat.com>
11371
11372         * gcc.dg/20030309-1.c: New test.
11373
11374         2003-03-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
11375
11376         * gcc.c-torture/execute/20030307-1.c: New test.
11377
11378         2003-02-20  Randolph Chung  <tausq@debian.org>
11379
11380         * gcc.c-torture/compile/20030220-1.c: New test.
11381
11382         2003-02-18  Jakub Jelinek  <jakub@redhat.com>
11383
11384         * gcc.dg/20030217-1.c: New test.
11385
11386         2003-01-29  Jakub Jelinek  <jakub@redhat.com>
11387
11388         * gcc.c-torture/compile/20020129-1.c: New test.
11389
11390         2002-12-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
11391
11392         * gcc.dg/unroll-1.c: New test.
11393
11394         2002-11-16  Jan Hubicka  <jh@suse.cz>
11395
11396         * gcc.c-torture/execute/20020920-1.c: New test.
11397
11398         2002-10-08  Jakub Jelinek  <jakub@redhat.com>
11399
11400         PR target/7434
11401         * gcc.c-torture/compile/20021008-1.c: New test.
11402
11403         2002-08-10  Gwenole Beauchesne  <gbeauchesne@mandrakesoft.com>
11404
11405         PR target/7559
11406         * testsuite/gcc.c-torture/execute/20020810-1.c: New test.
11407
11408         2002-08-07  Jakub Jelinek  <jakub@redhat.com>
11409
11410         * gcc.c-torture/compile/20020807-1.c: New test.
11411
11412         2002-07-30  Jakub Jelinek  <jakub@redhat.com>
11413
11414         * gcc.dg/tls/opt-1.c: New test.
11415
11416         2002-07-29  Jakub Jelinek  <jakub@redhat.com>
11417
11418         * gcc.dg/20020729-1.c: New test.
11419
11420         2002-07-20  Jakub Jelinek  <jakub@redhat.com>
11421
11422         * g++.dg/opt/life1.C: New test.
11423
11424         2002-05-20  Jakub Jelinek  <jakub@redhat.com>
11425
11426         * gcc.dg/20020525-1.c: New test.
11427
11428         2002-05-24  Jakub Jelinek  <jakub@redhat.com>
11429
11430         PR c++/6794
11431         * g++.dg/ext/pretty1.C: New test.
11432         * g++.dg/ext/pretty2.C: New test.
11433
11434 2003-05-15  Mark Mitchell  <mark@codesourcery.com>
11435
11436         PR c++/8385
11437         * g++.dg/ext/typeof5.C: New test.
11438
11439 2003-05-15  J"orn Rennecke <joern.rennecke@superh.com>
11440
11441         * gcc.c-torture/execute/builtins/string-asm-1.c: Take
11442         __USER_LABEL_PREFIX__ into account.
11443         * gcc.c-torture/execute/builtins/string-asm-2.c: Likewise.
11444
11445 2003-05-14  Roger Sayle  <roger@eyesopen.com>
11446
11447         * gcc.dg/builtins-15.c: New test case.
11448
11449 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
11450
11451         * gcc.dg/const-elim-1.c: Tighten scan-assembler-not regexp.
11452
11453 2003-05-12  Mark Mitchell  <mark@codesourcery.com>
11454
11455         * lib/g++.exp: Tweak handling of additional source files.
11456         * g++.dg/special/conpr-2.C: Use dg-gpp-additional-sources.
11457         * g++.dg/special/conpr-2a.C: Rename to ...
11458         * g++.dg/special/conpr-2a.cc: ... this.
11459         * g++.dg/special/conpr-3.C: Use dg-gpp-additional-sources.
11460         * g++.dg/special/conpr-3a.C: Rename to ...
11461         * g++.dg/special/conpr-3a.cc: This.
11462         * g++.dg/special/conpr-3b.C: Rename to ...
11463         * g++.dg/special/conpr-3b.cc: This.
11464         * g++.dg/special/conpr-4.C: New test.
11465         * g++.dg/special/ecos.exp: Rewrite to use ordinary dg driver.
11466
11467 2003-05-12  David Edelsohn  <edelsohn@gnu.org>
11468
11469         * debug/debug.exp: Skip debug-[12].c at -O3 on non-Dwarf targets.
11470
11471 2003-05-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11472
11473         * g++.old-deja/g++.brendan/ns1.C: Remove private member warning.
11474         * g++.old-deja/g++.robertl/eb71.C: Likewise.
11475         * g++.old-deja/g++.brendan/warnings1.C: Add -Wctor-dtor-privacy.
11476         * g++.old-deja/g++.other/warn3.C: Likewise.
11477
11478 2003-05-11  Roger Sayle  <roger@eyesopen.com>
11479
11480         * gcc.dg/i386-387-1.c: Update to also test log.
11481         * gcc.dg/i386-387-2.c: Likewise.
11482
11483 2003-05-11  Toon Moene  <toon@moene.indiv.nluug.nl>
11484
11485         * g77.f-torture/execute/int8421.f: New test.
11486
11487 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11488
11489         PR c++/10230, c++/10481
11490         * g++.dg/lookup/scoped5.C: New test.
11491
11492 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11493
11494         PR c++/10552
11495         * g++.dg/template/ttp6.C: New test.
11496
11497 2003-05-11  Richard Sandiford  <rsandifo@redhat.com>
11498
11499         * gcc.c-torture/execute/builtins: New directory.
11500         * gcc.c-torture/execute/string-opt-{3,4,16,17,18,19}.c: Move into
11501         gcc.c-torture/execute/builtins.
11502         * gcc.c-torture/execute/string-opt-asm-{1,2}.c: Likewise.
11503         * gcc.c-torture/execute/builtin-noret-{1,2}.c: Move to...
11504         * gcc.dg/torture: ...this new directory.  Turn into link-only tests.
11505         * gcc.dg/no-builtin-1.c: Move into gcc.c-torture/execute/builtins.
11506
11507 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11508
11509         PR c++/9252
11510         * g++.dg/template/access8.C: New test.
11511         * g++.dg/template/access9.C: New test.
11512
11513 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11514
11515         PR c++/9554
11516         * g++.dg/parse/access1.C: New test.
11517
11518 2003-05-09  DJ Delorie  <dj@redhat.com>
11519
11520         * g++.dg/other/stdarg1.C: Make sure arg "3" is passed as a
11521         long, and not an int.
11522
11523 2003-05-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11524
11525         PR c++/10555, c++/10576
11526         * g++.dg/template/memclass1.C: New test.
11527
11528 2003-05-08  DJ Delorie  <dj@redhat.com>
11529
11530         * gcc.c-torture/execute/20020404-1.x: New, skip for 16-bit
11531         targets.
11532         * gcc.c-torture/execute/20021024-1.x: Likewise.
11533         * gcc.c-torture/execute/shiftdi.x: Likewise.
11534         * g++.old-deja/g++.mike/p700.C: Handle 16-bit targets.
11535         * g++.old-deja/g++.other/exprstmt1.C: Likewise.
11536         * gcc.dg/20021018-1.c: Likewise.
11537
11538 2003-05-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11539
11540         * g++.dg/other/packed1.C: Mark xfail for sparc*- not sparc-.
11541
11542         gcc.c-torture/execute/string-opt-19.c: Add general rodata tests.
11543         (bcopy): Call memmove.
11544
11545 2003-05-08  Roger Sayle  <roger@eyesopen.com>
11546
11547         * g77.f-torture/compile/8485.f: New test case.
11548
11549 2003-05-07  Richard Henderson  <rth@redhat.com>
11550
11551         PR c++/10570
11552         * g++.dg/eh/forced1.C: Expect catch-all handlers to run.
11553         Verify exception_cleanup not called for rethrows.
11554         * g++.dg/eh/forced2.C: Test that exception_cleanup is called
11555         when exiting catch block without rethrowing.
11556         * g++.dg/eh/forced3.C: New.
11557         * g++.dg/eh/forced4.C: New.
11558
11559 2003-05-07  Aldy Hernandez  <aldyh@redhat.com>
11560
11561         * gcc.dg/20030505.c: Fix triplet.
11562
11563 2003-05-06  DJ Delorie  <dj@redhat.com>
11564
11565         * gcc.dg/20021014-1.c: XFAIL for xstormy16 also.
11566         * gcc.dg/nest.c: Likewise.
11567
11568 2003-05-05  Roger Sayle  <roger@eyesopen.com>
11569
11570         * gcc.dg/builtins-14.c: New test case.
11571
11572 2003-05-05  Janis Johnson  <janis187@us.ibm.com>
11573
11574         * lib/compat.exp (compat-execute): New argument.
11575         * g++.dg/compat/compat.exp: Pass new argument to compat-execute.
11576         * gcc.dg/compat: New test directory.
11577         * gcc.dg/compat/compat.exp: New expect script.
11578         * gcc.dg/compat/scalar-by-value-1_main.c: New test file.
11579         * gcc.dg/compat/scalar-by-value-1_x.c: New test file.
11580         * gcc.dg/compat/scalar-by-value-1_y.c: New test file.
11581         * gcc.dg/compat/scalar-by-value-2_main.c: New test file.
11582         * gcc.dg/compat/scalar-by-value-2_x.c: New test file.
11583         * gcc.dg/compat/scalar-by-value-2_y.c: New test file.
11584
11585         * gcc.dg/compat/struct-by-value-1_main.c: New test file.
11586         * gcc.dg/compat/struct-by-value-1_x.c: New test file.
11587         * gcc.dg/compat/struct-by-value-1_y.c: New test file.
11588         * gcc.dg/compat/struct-by-value-2_main.c: New test file.
11589         * gcc.dg/compat/struct-by-value-2_x.c: New test file.
11590         * gcc.dg/compat/struct-by-value-2_y.c: New test file.
11591         * gcc.dg/compat/struct-by-value-3_main.c: New test file.
11592         * gcc.dg/compat/struct-by-value-3_x.c: New test file.
11593         * gcc.dg/compat/struct-by-value-3_y.c: New test file.
11594         * gcc.dg/compat/struct-by-value-4_main.c: New test file.
11595         * gcc.dg/compat/struct-by-value-4_x.c: New test file.
11596         * gcc.dg/compat/struct-by-value-4_y.c: New test file.
11597         * gcc.dg/compat/struct-by-value-5_main.c: New test file.
11598         * gcc.dg/compat/struct-by-value-5_x.c: New test file.
11599         * gcc.dg/compat/struct-by-value-5_y.c: New test file.
11600
11601 2003-05-05  Zack Weinberg  <zack@codesourcery.com>
11602
11603         * gcc.dg/const-elim-1.c, gcc.dg/const-elim-2.c: New testcases.
11604
11605 2003-05-05  Jakub Jelinek  <jakub@redhat.com>
11606
11607         * gcc.c-torture/execute/string-opt-18.c (main): Add 3 new tests.
11608
11609 2003-05-05  Geoffrey Keating  <geoffk@apple.com>
11610
11611         * gcc.c-torture/execute/ieee/fp-cmp-8.c: New test.
11612         * gcc.dg/ppc-fsel-2.c: New test.
11613
11614         * gcc.dg/unused-5.c: New test.
11615
11616 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11617
11618         PR c++/10496
11619         * g++.dg/warn/pmf1.C: New test.
11620
11621 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11622
11623         PR c++/4494
11624         * g++.dg/warn/main.C: New test.
11625
11626 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11627
11628         * gcc.dg/nonnull-3.c: New test.
11629
11630 2003-05-04  Neil Booth  <neil@daikokuya.co.uk>
11631
11632         * gcc.dg/cpp/Wtrigraphs.c: Update.
11633         * gcc.dg/cpp/Wtrigraphs-2.c: New tests.
11634
11635 2003-05-03  Geoffrey Keating  <geoffk@apple.com>
11636
11637         * gcc.dg/ppc-fsel-1.c: New test.
11638
11639 2003-05-03  Zack Weinberg  <zack@codesourcery.com>
11640
11641         PR c/10604
11642         * gcc.dg/compare7.c, g++.dg/warn/compare1.C: New testcases.
11643
11644 2003-05-03  Kazu Hirata  <kazu@cs.umass.edu>
11645
11646         * gcc.dg/m-un-2.c: Fix the typedef of size_t.
11647
11648 2003-05-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11649
11650         PR c++/9364, c++/10553, c++/10586
11651         * g++.dg/parse/typename4.C: New test.
11652         * g++.dg/parse/typename5.C: Likewise.
11653
11654 2003-05-03  Richard Sandiford  <rsandifo@redhat.com>
11655
11656         * gcc.c-torture/compile/20030503-1.c: New test.
11657
11658 2003-05-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11659
11660         * g++.dg/lookup/using5.C: Fix testcase error.
11661
11662 2003-05-01  Chris Demetriou  <cgd@broadcom.com>
11663
11664         * gcc.dg/special/mips-abi.exp (is_meabi_config): Remove,
11665         since MEABI is no longer supported.  Remove all vestiges
11666         of MEABI from the test.
11667
11668 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11669
11670         PR c++/10554
11671         * g++.dg/lookup/using5.C: New test.
11672
11673 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11674
11675         PR c++/8772
11676         * g++.dg/template/ttp5.C: New test.
11677
11678 2003-04-30  Mark Mitchell  <mark@codesourcery.com>
11679
11680         * lib/g++-dg.exp (g++-dg-test): Add "repo" option.
11681         (dg-gpp-additional-sources): New function.
11682         (dg-gpp-additional-files): Likewise.
11683         * lib/g++.exp (additional_sources): New variable.
11684         (additional_files): Likewise.
11685         (g++_target_compile): Deal with them.
11686         * lib/old-dejagnu.exp: Remove.
11687         * g++.old-deja/old-deja.exp: Use dg.exp, not old-dejagnu.exp.
11688         * g++.old-deja: Revise all tests to use dg commands.
11689
11690 2003-04-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11691
11692         PR c++/9432, c++/9528
11693         * g++.dg/lookup/using4.C: New test.
11694
11695 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
11696
11697         * gcc.dg/noreturn-5.c: New file.
11698         * gcc.dg/noreturn-6.c: New file.
11699
11700         * gcc.c-torture/compile/inline-1.c: New file.
11701
11702 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
11703
11704         PR c++/10551
11705         * g++.dg/template/explicit1.C: New test.
11706
11707 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
11708
11709         PR c++/10549
11710         * g++.dg/other/bitfield1.C: New test.
11711
11712         PR c++/10527
11713         * g++.dg/init/new7.C: New test.
11714
11715 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
11716
11717         * g++.dg/ext/desig1.C: New test.
11718         * g++.dg/ext/init1.C: Update.
11719
11720         * g++.old-deja/g++.pt/deduct5.C: Remove unnecessary initializer.
11721
11722 2003-04-28  Mark Mitchell  <mark@codesourcery.com>
11723
11724         PR c++/10180
11725         * g++.dg/warn/Winline-1.C: New test.
11726
11727 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
11728
11729         * gcc.c-torture/execute/string-opt-19.c: New test.
11730
11731         * gcc.c-torture/execute/string-opt-asm-1.c: New test.
11732         * gcc.c-torture/execute/string-opt-asm-2.c: New test.
11733
11734 2003-04-27  Mark Mitchell  <mark@codesourcery.com>
11735
11736         PR c++/10506
11737         * g++.dg/init/new6.C: New test.
11738
11739         PR c++/10503
11740         * g++.dg/init/ref6.C: New test.
11741
11742 2003-04-26  David Edelsohn  <edelsohn@gnu.org>
11743
11744         * g++.dg/warn/weak1.C: XFAIL on AIX4.
11745
11746 2003-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11747
11748         * gcc.c-torture/execute/string-opt-8.c: Don't perform cmpstr
11749         checks for __pj__, but do them for !__OPTIMIZE__ and __s390__.
11750
11751 2003-04-25  Mark Mitchell  <mark@codesourcery.com>
11752
11753         * g++.old-deja/g++.pt/instantiate12.C: Explicit instantiate
11754         initialized static data members.
11755
11756 2003-04-25  H.J. Lu <hjl@gnu.org>
11757
11758         * gcc.dg/ia64-sync-4.c: New test.
11759
11760 2003-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11761
11762         * gcc.c-torture/execute/string-opt-18.c: Clean up.  Fix copyright
11763         date.
11764
11765 2003-04-24  Nathan Sidwell  <nathan@codesourcery.com>
11766
11767         PR c++/10337
11768         * g++.dg/warn/conv1.C: New test.
11769         * g++.old-deja/g++.other/conv7.C: Adjust.
11770         * g++.old-deja/g++.other/overload14.C: Adjust.
11771
11772 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
11773
11774         PR c++/10471
11775         * g++.dg/template/defarg2.C: New test.
11776
11777 2003-04-23  Neil Booth  <neil@daikokuya.co.uk>
11778
11779         * gcc.dg/cpp/include2.c: Update.
11780         * gcc.dg/cpp/multiline-2.c: New.
11781         * gcc.dg/cpp/multiline.c: Update.
11782         * gcc.dg/cpp/strify2.c: Update.
11783         * gcc.dg/cpp/trad/literals-2.c: Update.
11784
11785 2003-04-23  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11786
11787         * g++.dg/other/packed1.C: XFAIL hppa*-*-*.
11788
11789 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
11790
11791         * g++.dg/parse/typedef1.C: Tweak after fix for PR 10428.
11792
11793 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
11794
11795         PR c++/10451
11796         * g++.dg/parse/crash4.C: New test.
11797
11798         PR c++/9847
11799         * g++.dg/parse/crash5.C: New test.
11800
11801 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
11802
11803         PR c++/10446
11804         * g++.dg/parse/crash3.C: New test.
11805
11806         PR c++/10428
11807         * g++.dg/parse/elab1.C: New test.
11808
11809 2003-04-22  Devang Patel  <dpatel@apple.com>
11810
11811         * gcc.dg/cpp/trad/funlike-5.c: New test.
11812
11813 2003-04-21  Andreas Tobler <a.tobler@schweiz.ch>
11814
11815         * g++.dg/other/packed1.C: Fix dg options.
11816
11817 2003-04-22  Nathan Sidwell  <nathan@codesourcery.com>
11818
11819         * g++.dg/other/offsetof2.C: New test.
11820
11821 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
11822
11823         * g++.dg/template/recurse.C: Adjust location of error messages.
11824
11825 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
11826
11827         PR c++/9881
11828         * g++.dg/init/addr-const1.C: New test.
11829         * g++.dg/other/packed1.C: XFAIL on aligned architectures.
11830
11831 2003-04-20  Nathan Sidwell  <nathan@codesourcery.com>
11832
11833         PR c++/10405
11834         * g++.dg/lookup/struct-hack1.C: New test.
11835
11836 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
11837
11838         * ucs.c: Update diagnostic messages.
11839
11840 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
11841
11842         * gcc.dg/cpp/truefalse.cpp: New test.
11843         * gcc.dg/cpp/cpp.exp: Update.
11844         * g++.dg/other/stdbool-if.C: Remove.
11845
11846 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
11847
11848         * gcc.dg/cpp/_Pragma4.c: Remove stray space.
11849         * gcc.dg/cpp/trad/escaped-eof.c: Correct line number.
11850
11851 2003-04-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
11852
11853         * gcc.c-torture/compile/20030418-1.c: New test.
11854
11855 2003-04-17  Janis Johnson  <janis187@us.ibm.com>
11856
11857         * README.compat: Remove; content moved to doc/sourcebuild.texi.
11858
11859 2003-04-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11860
11861         PR c++/10347
11862         g++.dg/template/dependent-name1.C: New test.
11863
11864 2003-04-17  J"orn Rennecke <joern.rennecke@superh.com>
11865
11866         * gcc.dg/warn-1.c (tourist_guide): New array,
11867         contains a pointer to bar.
11868
11869 2003-04-16  Roger Sayle  <roger@eyesopen.com>
11870
11871         * gcc.dg/Wunreachable-5.c: New test case for PR c/10175.
11872         * gcc.c-torture/execute/medce-1.c: New test case.
11873         * gcc.c-torture/execute/medce-2.c: New test case.
11874
11875 2003-04-15  Mark Mitchell  <mark@codesourcery.com>
11876
11877         * lib/prune.exp: Ignore more messages.
11878
11879         PR c++/10381
11880         * g++.dg/parse/lookup3.C: New test.
11881
11882 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
11883
11884         * gcc.c-torture/compile/20030415-1.c : New test.
11885
11886 2003-04-14  Mark Mitchell  <mark@codesourcery.com>
11887
11888         * gcc.c-torture/execute/scope-2.c: Move to ...
11889         * gcc.dg/noncompile/scope.c: .... here.
11890
11891 2003-04-14  Roger Sayle  <roger@eyesopen.com>
11892
11893         * gcc.dg/20030414-2.c: New test case.
11894
11895 2003-04-14  Hans-Peter Nilsson  <hp@axis.com>
11896
11897         PR target/10377
11898         * gcc.dg/20030414-1.c: New test.
11899
11900 2003-04-13  Roger Sayle  <roger@eyesopen.com>
11901
11902         * gcc.dg/builtins-12.c: New test case.
11903         * gcc.dg/builtins-13.c: New test case.
11904
11905 2003-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11906
11907         * gcc.c-torture/execute/string-opt-18.c: New test.
11908
11909 2003-04-13  Mark Mitchell  <mark@codesourcery.com>
11910
11911         PR c++/10300
11912         * g++.dg/init/new5.C: New test.
11913
11914 2003-04-12  Mark Mitchell  <mark@codesourcery.com>
11915
11916         PR c++/7910
11917         * g++.dg/ext/dllimport1.C: New test.
11918
11919 2003-04-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
11920
11921         * gcc.dg/ultrasp8.c: Fix for 32-bit Sparc.
11922
11923 2003-04-11  Bud Davis <bdavis9659@comcast.net>
11924
11925         PR Fortran/9263
11926         * g77.f-torture/noncompile/9263.f: New test
11927         PR Fortran/1832
11928         * g77.f-torture/execute/1832.f: New test
11929
11930 2003-04-11  David Chad  <davidc@freebsd.org>
11931             Loren J. Rittle  <ljrittle@acm.org>
11932
11933         libobjc/8562
11934         * objc.dg/headers.m: New test.
11935
11936 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
11937
11938         * gcc.c-torture/execute/builtin-noret-2.c: New.
11939         * gcc.c-torture/execute/builtin-noret-2.x: New.
11940         XFAIL builtin-noret-2.c at -O1 and above.
11941         * gcc.dg/redecl.c: New.
11942         * gcc.dg/Wshadow-1.c: Update error regexps.
11943
11944 2003-04-10  Mark Mitchell  <mark@codesourcery.com>
11945
11946         * g++.dg/abi/bitfield10.C: New test.
11947
11948 2003-04-09  Mike Stump  <mrs@apple.com>
11949
11950         * gcc.dg/pch/pch.exp: Make testcase names longer.
11951         * g++.dg/pch/pch.exp: Make testcase names longer.
11952
11953 2003-04-08  Roger Sayle  <roger@eyesopen.com>
11954
11955         * gcc.dg/builtins-11.c: New test case.
11956
11957 2003-04-08  Roger Sayle  <roger@eyesopen.com>
11958
11959         * gcc.dg/builtins-9.c: New test case.
11960         * gcc.dg/builtins-10.c: New test case.
11961
11962 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
11963
11964         * gcc.dg/noncompile/init-4.c.c: New test.
11965
11966 2003-04-06  Nathan Sidwell  <nathan@codesourcery.com>
11967
11968         * gcc.misc-test/gcov-9.c: New test.
11969         * gcc.misc-test/gcov-10.c: New test
11970         * gcc.misc-test/gcov-11.c: New test.
11971
11972 2003-04-05  Zack Weinberg  <zack@codesourcery.com>
11973
11974         PR optimization/10024
11975         * gcc.c-torture/compile/20030405-1.c: New test.
11976
11977 2003-04-04  Geoffrey Keating  <geoffk@apple.com>
11978
11979         * gcc.dg/pch/static-3.c: New.
11980         * gcc.dg/pch/static-3.hs: New.
11981         * gcc.dg/pch/pch.exp: Test with -O0 -g too.
11982
11983 2003-04-04  Richard Henderson  <rth@redhat.com>
11984
11985         * g++.dg/eh/forced1.C: Use _Unwind_SjLj_ForcedUnwind as appropriate.
11986         * g++.dg/eh/forced2.C: Likewise.
11987
11988 2003-04-03  Mike Stump  <mrs@apple.com>
11989
11990         * lib/scanasm.exp (scan-assembler): Add xfail processing for
11991         target arg.
11992         (scan-assembler-times, scan-assembler-not): Likewise.
11993         (scan-assembler-dem, scan-assembler-dem-not): Likewise.
11994
11995 2003-04-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
11996
11997         * gcc.dg/sparc-loop-1.c: New test.
11998
11999 2003-04-02  Geoffrey Keating  <geoffk@apple.com>
12000
12001         PR other/9274
12002         * g++.dg/pch/system-2.C: New.
12003         * g++.dg/pch/system-2.Hs: New.
12004
12005 2003-04-02  Aldy Hernandez  <aldyh@redhat.com>
12006
12007         * g++.dg/eh/simd-2.C (vecfunc): Fix typo.
12008
12009         * g++.dg/eh/simd-1.C (vecfunc): Same.
12010
12011 2003-04-01  Roger Sayle  <roger@eyesopen.com>
12012
12013         * gcc.c-torture/execute/20030401-1.c: New test case.
12014
12015 2003-04-01  Ziemowit Laski <zlaski@apple.com>
12016
12017         * objc.dg/defs.m: New.
12018
12019 2003-04-01  Aldy Hernandez  <aldyh@redhat.com>
12020
12021         * g++.dg/eh/simd-1.C: New.
12022         * g++.dg/eh/simd-2.C: New.
12023
12024 2003-03-01  Aldy Hernandez  <aldyh@redhat.com>
12025
12026         * gcc.c-torture/execute/simd-3.c: New.
12027
12028 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
12029
12030         PR c/9936
12031         * gcc.dg/20030331-2.c: New test.
12032
12033 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
12034
12035         PR c++/10278
12036         * g++.dg/parse/crash2.C: New test.
12037
12038 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
12039
12040         * gcc.c-torture/compile/20030331-1.c: New test, moved from...
12041         * gcc.c-torture/execute/20030331-1.c: ...here.
12042
12043 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
12044
12045         * gcc.c-torture/execute/20030331-1.c: New test.
12046
12047 2003-03-31  Nathan Sidwell  <nathan@codesourcery.com>
12048
12049         * lib/gcov.exp: Adjust call return testing strings.
12050         * g77.dg/gcov/gcov-1.f: Don't expect unconditional branches.
12051
12052 2003-03-31  Roger Sayle  <roger@eyesopen.com>
12053
12054         * gcc.dg/builtins-3.c: Add new tests for sin and cos.
12055         * gcc.dg/builtins-7.c: New test case.
12056         * gcc.dg/builtins-8.c: New test case.
12057
12058 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
12059
12060         * gcc.c-torture/execute/ieee/20030331-1.c: New test.
12061
12062 2003-03-30  Mark Mitchell  <mark@codesourcery.com>
12063
12064         PR c++/7647
12065         * g++.dg/lookup-class-member-2.C: New test.
12066
12067 2003-03-30  Glen Nakamura  <glen@imodulo.com>
12068
12069         * gcc.dg/20030324-1.c: Add comments and abort if test fails.
12070
12071 2003-03-28  Roger Sayle  <roger@eyesopen.com>
12072
12073         * gcc.c-torture/execute/ieee/fp-cmp-6.c:  Correct test for -O0.
12074
12075 2003-03-28  Mark Mitchell  <mark@codesourcery.com>
12076
12077         * g++.dg/init/attrib1.C: New test.
12078
12079 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
12080
12081         * gcc.dg/ultrasp8.c: New test.
12082
12083 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
12084
12085         * gcc.dg/ultrasp7.c: New test.
12086
12087 2003-03-28  Nathan Sidwell  <nathan@codesourcery.com>
12088
12089         PR c++/10047
12090         * g++.dg/template/inline1.C: New test.
12091
12092 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
12093
12094         * gcc.dg/sparc-dwarf2.c: New test.
12095
12096 2003-03-27  Roger Sayle  <roger@eyesopen.com>
12097
12098         * gcc.c-torture/execute/ieee/fp-cmp-6.c: New test case.
12099         * gcc.c-torture/execute/ieee/fp-cmp-7.c: New test case.
12100
12101 2003-03-27  Mark Mitchell  <mark@codesourcery.com>
12102
12103         * lib/gcov.exp (run-gcov): Add branches and calls options, rather
12104         than reading .x files.
12105         * g++.dg/gcov/gcov-1.C: Use run-gcov options, not .x files.
12106         * g77.dg/gcov/gcov-1.f: Likewise.
12107         * gcc.misc-tests/gcov-4b.c: Likewise.
12108         * gcc.misc-tests/gcov-5b.c: Likewise.
12109         * gcc.misc-tests/gcov-6.c: Likewise.
12110         * gcc.misc-tests/gcov-7.c: Likewise.
12111         * gcc.misc-tests/gcov-8.c: Likewise.
12112         * g++.dg/gcov/gcov-1.x: Remove.
12113         * g77.dg/gcov/gcov-1.x: Likewise.
12114         * gcc.misc-tests/gcov-4b.x: Likewise.
12115         * gcc.misc-tests/gcov-5b.x: Likewise.
12116         * gcc.misc-tests/gcov-6.x: Likewise.
12117         * gcc.misc-tests/gcov-7.x: Likewise.
12118         * gcc.misc-tests/gcov-8.x: Likewise.
12119
12120 2003-03-27  Glen Nakamura  <glen@imodulo.com>
12121
12122         PR opt/10087
12123         * gcc.dg/20030324-1.c: New test.
12124
12125 2003-03-27  Nathan Sidwell  <nathan@codesourcery.com>
12126
12127         PR c++/10224
12128         * g++.dg/template/arg3.C: New test.
12129
12130         PR c++/10158
12131         * g++.dg/template/friend18.C: New test.
12132
12133 2003-03-26  Roger Sayle  <roger@eyesopen.com>
12134
12135         * g77.f-torture/compile/20030326-1.f: New test case.
12136
12137 2003-03-26  Janis Johnson  <janis187@us.ibm.com>
12138
12139         * gcc.c-torture/execute/20020227-1.x: Don't XFAIL for powerpc64.
12140
12141         * gcc.c-torture/compile/simd-5.x: Expect XFAIL for powerpc64.
12142
12143 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
12144
12145         * gcc.dg/ia64-sync-3.c: New test.
12146
12147 2003-03-26  Alan Modra  <amodra@bigpond.net.au>
12148
12149         * gcc.dg/loop-2.c: Replace "inline" with "__inline__".
12150
12151 2003-03-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
12152
12153         * gcc.dg/ultrasp6.c: New test.
12154
12155 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
12156
12157         * gcc.dg/i386-signbit-1.c: New test.
12158         * gcc.dg/i386-signbit-2.c: New test.
12159         * gcc.dg/i386-signbit-3.c: New test.
12160
12161 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
12162
12163         * gcc.dg/ultrasp5.c: Fix options.
12164
12165 2003-03-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
12166
12167         * gcc.dg/ultrasp5.c: Fix comment.
12168
12169 2003-03-24  Bud Davis  <bdavis9659@comcast.net>
12170
12171         PR fortran/10197
12172         * g77.f-torture/execute/10197.f: New test.
12173
12174 2003-03-24  Nathan Sidwell  <nathan@codesourcery.com>
12175
12176         PR c++/9898, c++/383
12177         * g++.dg/template/conv6.C: New test.
12178
12179         PR c++/10119
12180         * g++.dg/template/ptrmem5.C: New test.
12181
12182         PR c++/10026
12183         * g++.dg/lookup/koenig1.C: New test.
12184
12185         PR C++/10199
12186         * g++.dg/lookup/template2.C: New test.
12187
12188 2003-03-24  Jakub Jelinek  <jakub@redhat.com>
12189
12190         * g++.dg/opt/rtti1.C: New test.
12191
12192 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
12193
12194         * gcc.dg/ultrasp5.c: New test.
12195
12196 2003-03-23  Arpad Beszedes <beszedes@cc.u-szeged.hu>
12197
12198         PR middle-end/9967
12199         * gcc.c-torture/execute/stdio-opt-1.c: Adjust test for change to
12200         builtin fputs.
12201
12202 2003-03-23  Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
12203
12204         PR c/8224
12205         * gcc.dg/20030323-1.c: New test.
12206
12207 2003-03-23  Roger Sayle  <roger@eyesopen.com>
12208
12209         * gcc.c-torture/compile/20030323-1.c: New test case.
12210
12211 2003-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
12212
12213         * gcc.dg/20030321-1.c: New test.
12214
12215 2003-03-22  Zack Weinberg  <zack@codesourcery.com>
12216
12217         * gcc.dg/Wshadow-1.c: Add a dg-warning line.
12218
12219 2003-03-22  Nathan Sidwell  <nathan@codesourcery.com>
12220
12221         PR c++/9978, c++/9708
12222         * g++.dg/ext/vlm1.C: Adjust expected error.
12223         * g++.dg/ext/vla2.C: New test.
12224         * g++.dg/template/arg1.C: New test.
12225         * g++.dg/template/arg2.C: New test.
12226
12227 2003-03-22  Bud Davis  <bdavis9659@comcast.net>
12228
12229         * g77.f-torture/execute/select.f: New test.
12230         * g77.f-torture/noncompile/select_no_compile.f: New test.
12231
12232 2003-03-21  Nathan Sidwell  <nathan@codesourcery.com>
12233
12234         PR c++/9898
12235         * g++.dg/other/error4.C: New test.
12236
12237 2003-03-20  Mark Mitchell  <mark@codesourcery.com>
12238
12239         * g++.dg/template/friend17.C: New test.
12240
12241 2003-03-21  Alan Modra  <amodra@bigpond.net.au>
12242
12243         * gcc.c-torture/compile/20030320-1.c: New.
12244
12245 2003-03-20  Roger Sayle  <roger@eyesopen.com>
12246
12247         * gcc.dg/builtins-6.c: New test case.
12248
12249 2003-03-19  Alan Modra  <amodra@bigpond.net.au>
12250
12251         PR target/10073
12252         * gcc.c-torture/compile/20030319-1.c: New.
12253
12254 2003-03-18  Jan Hubicka  <jh@suse.cz>
12255
12256         * gcc.dg/i386-cvt-1.c: New test.
12257
12258 2003-03-17  Zack Weinberg  <zack@codesourcery.com>
12259
12260         * objc.dg/naming-1.m: Use "(parse|syntax) error".
12261         * objc.dg/naming-2.m: Likewise.
12262
12263 2003-03-17  Mark Mitchell  <mark@codesourcery.com>
12264
12265         PR c++/9639
12266         * g++.dg/parse/crash1.C: New test.
12267
12268 2003-03-16  Mark Mitchell  <mark@codesourcery.com>
12269
12270         PR c++/8805
12271         * g++.dg/eh/cleanup1.C: New test.
12272
12273 2003-03-16  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
12274
12275         * gcc.c-torture/execute/20030316-1.c: New test case.
12276
12277 2003-03-16  Nathan Sidwell  <nathan@codesourcery.com>
12278
12279         PR c++/9629
12280         * g++.dg/init/ctor2.C: New test.
12281
12282 2003-03-15  Roger Sayle  <roger@eyesopen.com>
12283
12284         * g77.f-torture/compile/xformat.f: New test case.
12285
12286 2003-03-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
12287
12288         * g++.old-deja/g++.mike/eh33.C: Remove xfail for hppa*-*-*.
12289         * g++.old-deja/g++.mike/eh50.C: Likewise.
12290
12291 2003-03-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12292
12293         PR c++/6440
12294         * g++.dg/template/spec7.C: New test.
12295         * g++.dg/template/spec8.C: Likewise.
12296
12297 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
12298
12299         * gcc.c-torture/execute/20030313-1.c: New test.
12300
12301 2003-03-14  Richard Henderson  <rth@redhat.com>
12302
12303         * gcc.dg/inline-2.c: Adjust alpha test for external call.
12304
12305 2003-03-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
12306
12307         * gcc.c-torture/compile/20030314-1.c: New test.
12308
12309 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
12310
12311         * gcc.dg/dll-1.c: Remove thumb target. Change exp to _exp.
12312         * gcc.dg/dll-2.c: Enable for cygwin and mingw. Remove
12313         thumb target,
12314         * gcc.dg/dll-3.c: Likewise. Adjust scan-assembler
12315         to accept newer _imp__  prefix and additional
12316         newline in .drectve section.
12317         * gcc.dg/dll-4.c: Likewise.
12318         * gcc.dg/dll-5.c: New file to test -mnop-fun-dllimport
12319         switch.
12320
12321 2003-03-13  Mark Mitchell  <mark@codesourcery.com>
12322
12323         * g++.dg/parse/namespace9.C: New test.
12324
12325         * g++.dg/init/ref5.C: New test.
12326         * g++.dg/parse/ptrmem1.C: Likewise.
12327
12328 2003-03-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
12329
12330         * gcc.dg/special/ecos.exp (gcsec-1.c): Find linker used by gcc.
12331         * gcc.dg/old-style-asm-1.c (dg-final): Add hpux label alternative to
12332         regular expression.
12333         * gcc.dg/funcorder.c (dg-final): Check for "link_error,%r" on hppa*-*-*.
12334         * gcc.dg/inline-1.c (dg-final): Check for "xyzzy?,%r" on hppa*-*-*.
12335
12336 2003-03-12  Daniel Jacobowitz  <drow@mvista.com>
12337
12338         * gcc.c-torture/execute/20030224-2.c: New test.
12339
12340 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
12341
12342         * gcc.dg/decl-3.c: New test.
12343
12344 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
12345
12346         * gcc.dg/i386-loop-2.c: New test.
12347
12348 2003-03-11  Mark Mitchell  <mark@codesourcery.com>
12349
12350         PR c++/9474
12351         * g++.dg/parse/namespace8.C: New test.
12352
12353         PR c++/9924
12354         * g++.dg/overload/builtin2.C: New test.
12355
12356 2003-03-11  Steven Bosscher  <s.bosscher@student.tudelft.nl>
12357
12358         * gcc.dg/return-type-3.c: New test.
12359
12360 2003-03-11  D.Venkatasubramanian  <dvenkat@noida.hcltech.com>
12361
12362         * gcc.misc-tests/bprob.exp: Disable test cases for h8300-*-* as
12363         profiling options are not supported.
12364
12365 2003-03-10  Mark Mitchell  <mark@codesourcery.com>
12366
12367         * g++.old-deja/g++.benjamin/16077.C: Adjust warnings.
12368         * g++.old-deja/g++.warn/impint2.C: Likewise.
12369
12370 2003-03-10  Devang Patel  <dpatel@apple.com>
12371
12372         * g++.dg/cpp/c++_cmd_1.C: New test.
12373         * g++.dg/cpp/c++_cmd_1.h: New file.
12374
12375 2003-03-10  Segher Boessenkool  <segher@koffie.nl>
12376
12377         * gcc.dg/altivec-9.c: New file.
12378
12379 2003-03-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12380
12381         * gcc.dg/ppc-sdata-1.c: New test.
12382         * gcc.dg/ppc-sdata-2.c: New test.
12383
12384 2003-03-09  Mark Mitchell  <mark@codesourcery.com>
12385
12386         PR c++/9373
12387         * g++.dg/opt/ptrmem2.C: New test.
12388
12389         PR c++/8534
12390         * g++.dg/opt/ptrmem1.C: New test.
12391
12392 2003-03-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
12393
12394         * gcc.dg/i386-loop-1.c: New test.
12395
12396 2003-03-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12397
12398         PR c++/9970
12399         * g++.dg/lookup/friend1.C: New test.
12400
12401 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
12402
12403         PR c++/9823
12404         * g++.dg/parser/constructor1.C: New test.
12405
12406 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
12407
12408         * gcc.c-torture/execute/20020720-1.x: Add xfail for cris-*-*.
12409
12410         * gcc.dg/old-style-asm-1.c: Tweak to match mmix-knuth-mmixware.
12411
12412 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
12413
12414         * gcc.dg/cpp/Wunused.c: Update test.
12415
12416 2003-03-08  Jan Hubicka  <jh@suse.cz>
12417
12418         * gcc.dg/inline-3.c: New test.
12419
12420 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
12421
12422         PR c++/9809
12423         * g++.dg/parse/builtin1.C: New test.
12424
12425         PR c++/9982
12426         * g++.dg/abi/cookie1.C: New test.
12427         * g++.dg/abi/cookie2.C: Likewise.
12428
12429         PR c++/9524
12430         * g++.dg/template/field1.C: New test.
12431
12432         PR c++/9912
12433         * g++.dg/parse/class1.C: New test.
12434         * g++.dg/parse/namespace7.C: Likewise.
12435         * g++.old-deja/g++.other/decl5.C: Remove XFAILs.
12436
12437 2003-03-07  Mark Mitchell  <mark@codesourcery.com>
12438
12439         * g++.dg/init/ref4.C: New test.
12440
12441 2003-03-07  Jan Hubicka  <jh@suse.cz>
12442
12443         * gcc.dg/i386-local2.c: Fix problems with certain versions of dejagnu.
12444         * gcc.dg/inline-3.c:  New test.
12445
12446 2003-03-06  Mark Mitchell  <mark@codesourcery.com>
12447
12448         * g++.dg/init/ref3.C: New test.
12449
12450         PR c++/9965
12451         * g++.dg/init/ref2.C: New test.
12452
12453         PR c++/9400
12454         * g++.dg/warn/Wshadow-2.C: New test.
12455
12456         PR c++/9791
12457         * g++.dg/warn/Woverloaded-1.C: New test.
12458
12459 2003-03-05  Jan Hubicka  <jh@suse.cz>
12460
12461         * gcc.dg/i386-local2.c: New.
12462         * gcc.dg/i386-local.c: Fix typo.
12463
12464 2003-03-05  Mark Mitchell  <mark@codesourcery.com>
12465
12466         * g++.dg/abi/layout3.C: New test.
12467
12468 2003-03-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
12469
12470         * gcc.c-torture/compile/20030305-1.c
12471
12472 2003-03-05  Jan Hubicka  <jh@suse.cz>
12473
12474         * gcc.dg/i386-local.c: New.
12475
12476 2003-03-04  J"orn Rennecke <joern.rennecke@superh.com>
12477
12478         * gcc.dg/sh-relax.c: Disable for sh64-*-*.
12479
12480 2003-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
12481
12482         * gcc.dg/switch-2.c: New test.
12483         * gcc.dg/switch-3.c: New test.
12484         * gcc.dg/Wswitch.c: Adjust line numbers.
12485         * gcc.dg/Wswitch-default.c: Likewise.
12486         * gcc.dg/Wswitch-enum.c: Likewise.
12487
12488 2003-03-04  Alexandre Oliva  <aoliva@redhat.com>
12489
12490         * gcc.c-torture/execute/20030222-1.c: New test.
12491
12492 2003-03-03  James E Wilson  <wilson@tuliptree.org>
12493
12494         * gcc.dg/m68k-slp-ice.c: New test for PR c/7872.
12495
12496 2003-03-03  Mark Mitchell  <mark@codesourcery.com>
12497
12498         PR c++/9878
12499         * g++.dg/init/ref1.C: New test.
12500
12501 2003-03-03  J"orn Rennecke <joern.rennecke@superh.com>
12502
12503         * gcc.dg/sh-relax.c: New SH-only test.
12504
12505 2003-03-03  Geoffrey Keating  <geoffk@apple.com>
12506
12507         * gcc.c-torture/compile/20010327-1.c: Back out last change.  Add
12508         comment explaining purpose of testcase.
12509
12510 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
12511
12512         * gcc.c-torture/execute/960312-1.x: New file, must pass -mshort
12513         for HC11/HC12 (asm needs two int registers).
12514         * gcc.c-torture/compile/20020312-1.x: New file, don't execute on
12515         HC11/HC12 because the test uses an asm which needs two 32-bit
12516         registers.
12517
12518 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
12519
12520         * gcc.c-torture/compile/920501-12.x: New file, must pass -mshort
12521         for HC11/HC12 (array is too large otherwise).
12522         * gcc.c-torture/compile/920501-4.x: New file, likewise.
12523         * gcc.c-torture/compile/20010518-2.x: Likewise.
12524         * gcc.c-torture/compile/980506-1.x: Don't execute this test on
12525         HC11/HC12 (array is too large).
12526
12527 2003-03-01  Geoffrey Keating  <geoffk@apple.com>
12528
12529         * lib/gcc-dg.exp (gcc-dg-test): Change .pch to .gch.
12530         * lib/g++-dg.exp (g++-dg-test): Likewise.
12531
12532 2003-03-01  Roger Sayle  <roger@eyesopen.com>
12533
12534         * g++.old-deja/g++.other/builtins10.C: New test for PR 9367.
12535         * gcc.dg/format/attr-5.c: Handle new conflicting types warning.
12536
12537 2003-03-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12538
12539         * g++.dg/warn/implicit-typename1.C: Remove warning.
12540
12541 2003-02-28  Richard Henderson  <rth@redhat.com>
12542
12543         * gcc.dg/noreturn-1.c: Move noreturn warning line.
12544         * gcc.dg/return-type-1.c: Move control reaches end warning line.
12545
12546 2003-02-28  Geoffrey Keating  <geoffk@apple.com>
12547
12548         * gcc.dg/pch/pch.exp: Change .pch to .gch.
12549         * g++.dg/pch/pch.exp: Likewise.
12550
12551 2003-02-28  Mark Mitchell  <mark@codesourcery.com>
12552
12553         PR c++/9879
12554         * testsuite/g++.dg/init/new4.C: New test.
12555
12556 2003-02-28  Richard Earnshaw  <rearnsha@arm.com>
12557
12558         * gcc.dg/arm-asm.c: Enable for StrongARM and XScale targets.
12559
12560 2003-02-28  Alexandre Oliva  <aoliva@redhat.com>
12561
12562         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead of
12563         unsigned long.
12564
12565         * gcc.c-torture/compile/simd-3.c: Do nothing if double is not
12566         wider than float.
12567
12568 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
12569
12570         * lib/scanasm.exp: Add support for counting numbers of
12571         occurences.
12572         * gcc.dg/unswitch-1.c, gcc.dg/peel-1.c, gcc.dg/unroll-1.c,
12573         gcc.dg/unroll-2.c, gcc.dg/unroll-3.c: New tests.
12574
12575 2003-02-25  Mark Mitchell  <mark@codesourcery.com>
12576
12577         PR c++/9683
12578         * g++.dg/template/static3.C: New test.
12579
12580         PR c++/9829
12581         * g++.dg/parse/namespace6.C: New test.
12582
12583 2003-02-25  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12584
12585         PR target/9732
12586         * gcc.dg/20030225-1.c: New test.
12587
12588 2003-02-24  Mark Mitchell  <mark@codesourcery.com>
12589
12590         * README: Remove out-of-date information.
12591
12592         PR c++/9836
12593         * g++.dg/template/spec6.C: New test.
12594
12595 2003-02-24  Jeff Law  <law@redhat.com>
12596
12597         * gcc.c-torture/compile/20030224-1.c: New test for ia32 backend bug.
12598
12599 2003-02-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12600
12601         * g++.dg/other/pragma-ep-1.C: Test for __PRAGMA_EXTERN_PREFIX.
12602         * gcc.dg/pragma-ep-1.c: Likewise.
12603
12604 2003-02-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12605
12606         PR c++/9602
12607         * g++.dg/template/friend16.C: New test.
12608
12609 2003-02-23  Mark Mitchell  <mark@codesourcery.com>
12610
12611         PR c++/5333
12612         * g++.dg/parse/fused-params1.C: Adjust error messages.
12613         * g++.dg/template/nested3.C: New test.
12614
12615 2003-02-24  Alan Modra  <amodra@bigpond.net.au>
12616
12617         * g++.dg/abi/param1.C: New test.
12618
12619 2003-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12620
12621         PR c++/7982
12622         * g++.dg/warn/implicit-typename1.C: New test.
12623
12624 2003-02-22  Kelley Cook <kelleycook@comcast.net>
12625
12626         * g++.old-deja/g++.other/store-expr1.C: Replace "mcpu"
12627         with "mtune".
12628         * g++.old-deja/g++.other/store-expr2.C: Likewise.
12629         * gcc.c-torture/execute/20010129-1.x: Likewise.
12630         * gcc.dg/20011107-1.c: Likewise.
12631         * gcc.dg/20020108-1.c: Likewise.
12632         * gcc.dg/20020122-3.c: Likewise.
12633         * gcc.dg/20020206-1.c: Likewise.
12634         * gcc.dg/20020310-1.c: Likewise.
12635         * gcc.dg/20020426-2.c: Likewise.
12636         * gcc.dg/20020517-1.c: Likewise.
12637         * gcc.dg/991230-1.c: Likewise.
12638         * gcc.dg/i386-unroll-1.c: Likewise.
12639         * gcc.misc-tests/i386-prefetch.exp: Likewise.
12640
12641 2003-02-22  Jan Hubicka  <jh@suse.cz>
12642
12643         * gcc.dg/i386-mul.c: New test.
12644
12645 2003-02-21  Roger Sayle  <roger@eyesopen.com>
12646
12647         * gcc.dg/builtins-5.c: New test case.
12648
12649 2003-02-22  Hans-Peter Nilsson  <hp@axis.com>
12650
12651         * gcc.dg/asmreg-1.c: New test.
12652
12653 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
12654
12655         PR c++/9749
12656         * g++.dg/parse/varmod1.C: New test.
12657
12658 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
12659
12660         PR c++/9727
12661         * g++.dg/template/op1.C: New test.
12662
12663 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
12664
12665         PR c++/8906
12666         * g++.dg/template/nested2.C: New test.
12667
12668 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
12669
12670         PR c++/8724
12671         * g++.dg/expr/dtor1.C: New test.
12672
12673 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
12674
12675         * gcc.dg/cpp/include3.c: New test.
12676         * gcc.dg/cpp/inc/foo.h: New file.
12677
12678 2003-02-21  Glen Nakamura  <glen@imodulo.com>
12679
12680         * gcc.c-torture/execute/20030221-1.c: New test.
12681
12682 2003-02-20  Mark Mitchell  <mark@codesourcery.com>
12683
12684         PR c++/9729
12685         * g++.dg/abi/conv1.C: New test.
12686
12687 2003-02-20  Jan Hubicka  <jh@suse.cz>
12688
12689         * gcc.c-torture/execute/20020720-1.x: XFAIL for x86-64.
12690
12691 2003-02-19  Daniel Jacobowitz  <drow@mvista.com>
12692
12693         * gcc.c-torture/compile/20030219-1.c: New test.
12694
12695 2003-02-18  Jan Hubicka  <jh@suse.cz>
12696
12697         * gcc.dg/funcorder.c: New test.
12698
12699 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
12700
12701         * gcc.c-torture/execute/20030218-1.c: New.
12702
12703 2003-02-18  Aldy Hernandez  <aldyh@redhat.com>
12704
12705         * gcc.dg/20030218-1.c: New.
12706
12707 2003-02-18  Richard Henderson  <rth@redhat.com>
12708
12709         * gcc.dg/attr-invalid.c: Allow __used__ on static data.
12710         * gcc.dg/attr-used-2.c: New.
12711
12712 2003-02-18  Mark Mitchell  <mark@codesourcery.com>
12713
12714         PR c++/9704
12715         * g++.dg/init/copy5.C: New test.
12716
12717 2003-02-18  Geoffrey Keating  <geoffk@apple.com>
12718
12719         * gcc.dg/pch/pch.exp: Delete $bname.h before copying into it.
12720         * g++.dg/pch/pch.exp: Likewise.
12721
12722 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
12723
12724         * gcc.c-torture/execute/20030209-1.c: Enable the test if
12725         STACK_SIZE is not defined.
12726
12727 2003-02-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12728
12729         PR c++/9457
12730         * g++.dg/template/init1.C: New test.
12731
12732 2003-02-16  Jan HUbicka  <jh@suse.cz>
12733
12734         * gcc.dg/c90-const-expr-3.c (DZERO): New static variable
12735         (foo): Add few extra tests
12736         * gcc.dg/c99-const-expr-3.c: Likewise.
12737         * gcc.c-torture/execute/20030216-1.c: New.
12738
12739 2003-02-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12740
12741         PR c++/9459
12742         * g++.dg/ext/typeof4.C: New test.
12743
12744 2003-02-15  Roger Sayle  <roger@eyesopen.com>
12745
12746         * gcc.dg/i386-387-3.c: New test case.
12747
12748 2003-02-14  Josef Zlomek  <zlomekj@suse.cz>
12749
12750         * gcc.dg/20030213-1.c: Expect warning for unsupported -fpic on
12751         cris-*-elf* cris-*-aout* and mmix-*-*.
12752
12753 2003-02-13  Josef Zlomek  <zlomekj@suse.cz>
12754
12755         * gcc.dg/20030213-1.c: New test.
12756
12757 2003-02-12  Roger Sayle  <roger@eyesopen.com>
12758
12759         * gcc.dg/i386-387-1.c: Add new test for __builtin_atan2.
12760         * gcc.dg/i386-387-2.c: Likewise.
12761
12762 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
12763
12764         * gcc.dg/ppc-spe.c: Fix formatting.
12765         Enable tests that were previously unsupported by gas.
12766         Delete tests for instructions that no longer exist.
12767         Switch arguments on evsubifw builtin.
12768
12769 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
12770
12771         * gcc.c-torture/execute/20030209-1.c: Disable the test if
12772         STACK_SIZE is too small.
12773
12774 2003-02-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
12775             Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
12776
12777         * gcc.dg/decl-2.c: New test.
12778
12779 2003-02-10  Jan Hubicka  <jh@suse.cz>
12780
12781         * gcc.dg/i386-fpcvt-1.c:  New test.
12782
12783 2002-02-09  Richard Sandiford  <rsandifo@redhat.com>
12784
12785         * gcc.c-torture/execute/20030209-1.c: New test.
12786
12787 2003-02-09  Kazu Hirata  <kazu@cs.umass.edu>
12788
12789         * gcc.c-torture/execute/builtin-bitops-1.c: When testing the
12790         int-wide bitops, use the constants of the same width.
12791         Likewise, if long long is 32-bit wide, test bitops using
12792         32-bit constants.
12793
12794 2003-02-07  Loren James Rittle  <ljrittle@acm.org>
12795
12796         * gcc.dg/20021014-1.c: Annotate with expected notice text.
12797
12798 2003-02-07  Roger Sayle  <roger@eyesopen.com>
12799
12800         * testsuite/gcc.dg/builtins-4.c: New test case.
12801
12802 2003-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12803
12804         * gcc.dg/20020430-1.c: Fix dg command typos.
12805         * gcc.dg/20020503-1.c: Likewise.
12806
12807 2003-02-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
12808
12809         PR c++/8785
12810         * g++.dg/parse/fused-params1.C: New test.
12811
12812         PR c++/8857
12813         * g++.dg/parse/tmpl-tmpl-operator1.C: New test.
12814
12815         PR c++/8921
12816         * g++.dg/parse/non-dependent1.C: New test.
12817
12818         PR c++/8928
12819         * g++.dg/parse/dupl-tmpl-args1.C: New test.
12820
12821         PR c++/9228
12822         * g++.dg/parse/undefined7.C: New test.
12823         * g++.dg/parse/non-templ1.C: New test.
12824
12825         PR c++/9229
12826         * g++.dg/parse/too-many-tmpl-args1.C: New test.
12827
12828 2003-02-06  Eric Botcazou <ebotcazou@libertysurf.fr>
12829
12830         * gcc.c-torture/compile/20030206-1.c: New test.
12831
12832 2003-02-05  Roger Sayle  <roger@eyesopen.com>
12833
12834         * gcc.c-torture/compile/921206-1.c: Rename undeclared function from
12835         "pow" to "foo" to avoid potential confusion with a math built-in.
12836
12837 2003-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12838
12839         * gcc.c-torture/execute/20020227-1.x: Update specific XFAIL
12840         conditions for SPARC targets.
12841
12842 2003-02-05  Jakub Jelinek  <jakub@redhat.com>
12843
12844         * gcc.dg/20030204-1.c: New test.
12845
12846 2003-02-04  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
12847
12848         PR c++/38
12849         * g++.dg/parse/array-size1.C: New test.
12850
12851         PR c++/5657
12852         * g++.dg/parse/undefined3.C: New test.
12853
12854         PR c++/5665
12855         * g++.dg/parse/undefined4.C: New test.
12856
12857         PR c++/5975
12858         * g++.dg/parse/undefined5.C: New test.
12859
12860         PR c++/7259
12861         * g++.dg/parse/tmpl-tmpl-param1.C: New test.
12862
12863         PR c++/8578
12864         * g++.dg/parse/casting-operator1.C: New test.
12865
12866         PR c++/8596
12867         * g++.dg/parse/undefined6.C: New test.
12868
12869         PR c++/8736
12870         * g++.dg/parse/missing-template1.C: New test.
12871
12872 2003-02-04  Jan Hubicka  <jh@suse.cz>
12873
12874         * gcc.dg/i386-cadd.c:  Compile using -march=k8.
12875         * gcc.dg/i386-cmov?.c:  Likewise.
12876         * gcc.dg/i386-fpcvt-?.c:  Likewise.
12877         * gcc.dg/i386-ssefp-1.c:  Likewise.
12878         * gcc.dg/i386-ssetype-?.c:  Likewise; fix for register passing
12879         conventions.
12880
12881 2003-02-03  Mark Mitchell  <mark@codesourcery.com>
12882
12883         PR c++/7129
12884         * testsuite/g++.dg/ext/max.C: New test.
12885
12886 2003-02-03  Jan Hubicka  <jh@suse.cz>
12887
12888         * gcc.c-torture/execute/20030203-1.c: New test.
12889
12890 2003-02-03  Richard Earnshaw  <rearnsha@arm.com>
12891
12892         * gcc.c-torture/exectue/ieee/20000320-1.c: The ARM VFP format is
12893         'natural-endian'.
12894
12895 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
12896
12897         * g++.dg/init/new1.C: Remove -fvolatile dg-options line.
12898         * g++.dg/init/new2.C: Likewise.
12899         * g++.dg/other/new1.C: Likewise.
12900
12901 2003-01-31  Loren J. Rittle <ljrittle@acm.org>
12902
12903         * gcc.dg/struct-ret-libc.c: New test.
12904
12905 2003-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
12906
12907         * gcc.dg/20030129-1.c: New test.
12908
12909 2003-01-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12910
12911         PR c++/8849
12912         * g++.dg/template/ptrmem4.C: New test.
12913
12914 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
12915
12916         * g++.dg/parser/constant1.C: New test.
12917
12918 2003-01-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12919
12920         PR c++/8591
12921         * g++.dg/parse/friend2.C: New test.
12922
12923 2003-01-29  Nathan Sidwell  <nathan@codesourcery.com>
12924
12925         PR c++/9437
12926         * g++.dg/template/unify4.C: New test.
12927
12928 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
12929
12930         * gcc.c-torture/execute/20030128-1.c: New test.
12931
12932 2003-01-28  Jeffrey D. Oldham  <oldham@codesourcery.com>
12933
12934         * g++.dg/lookup/nested1.C: Test moved from ...
12935         * g++.old-deja/g++.other/lookup24.C: ... here.
12936
12937 2003-01-28  Jan Hubicka  <jh@suse.cz>
12938
12939         * gcc.dg/i386-cmov5.c:  New test.
12940
12941 2003-01-28  D.Venkatasubramanian   <dvenkat@noida.hcltech.com>
12942
12943         * gcc.c-torture/execute/20010925-1.c: Changed the
12944         memcpy declaration.
12945
12946 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
12947
12948         PR c++/3902
12949         * g++.dg/parse/template5.C: New test.
12950
12951 2003-01-28  Toon Moene  <toon@moene.indiv.nluug.nl>
12952
12953         PR fortran/9258
12954         * g77.dg/pr9258: New test.
12955
12956 2003-01-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12957
12958         * README: Move relevant parts from README.g++.
12959
12960         * README.g++: Remove this file.
12961
12962 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
12963
12964         * g++.dg/abi/dcast1.C: New test.
12965
12966 2003-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12967
12968         * gcc.c-torture/execute/builtin-constant.x: Only expect failure at -O1.
12969
12970 2003-01-27  Jeffrey D. Oldham  <oldham@codesourcery.com>
12971
12972         PR c++/47
12973         * g++.old-deja/g++.other/lookup24.C: New test.
12974
12975 2003-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12976
12977         PR middle-end/7227
12978         * gcc.dg/uninit-C.c: New test.
12979
12980 2003-01-27  Nathan Sidwell  <nathan@codesourcery.com>
12981
12982         * g++.dg/abi/covariant1.C: New test.
12983
12984 2003-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
12985
12986         * gcc.dg/20030123-1.c: New test.
12987
12988 2003-01-25  Jan Hubicka  <jh@suse.cz>
12989
12990         PR opt/8492
12991         * gcc.c-torture/compile/20030125-1.c
12992
12993 2003-01-25  Nathan Sidwell  <nathan@codesourcery.com>
12994
12995         PR c++/9403
12996         * g++.dg/parse/template3.C: New test.
12997         * g++.old-deja/g++.pt/memclass5.C: Add needed template keyword.
12998
12999         PR c++/795
13000         * g++.dg/parse/template4.C: New test.
13001
13002         PR c++/9415
13003         * g++.dg/template/qual2.C: New test.
13004
13005         PR c++/8545
13006         * g++.old-deja/g++.brendan/parse3.C: Remove XFAIL.
13007
13008         * g++.old-deja/g++.ns/bogus1.C: Change expected error.
13009
13010 2003-01-25  Roger Sayle  <roger@eyesopen.com>
13011
13012         * gcc.c-torture/execute/switch-1.c: New test case.
13013
13014 2003-01-25  Jan Hubicka  <jh@suse.cz>
13015
13016         * gcc.c-torture/execute/20030125-1.[cx]: New test.
13017
13018 2003-01-25  Paolo Carlini  <pcarlini@unitus.it>
13019
13020         Tweaks for Bison-1.875. From the NEWS file:
13021         "- `parse error' -> `syntax error'
13022         Bison now uniformly uses the term `syntax error'"
13023         * gcc.dg/cpp/19990413-1.c: Test for "(parse|syntax) error".
13024         * gcc.dg/cpp/digraph2.c: Likewise.
13025         * gcc.dg/cpp/direct2.c: Likewise.
13026         * gcc.dg/cpp/paste4.c: Likewise.
13027         * gcc.dg/c90-restrict-1.c: Likewise.
13028         * gcc.dg/c99-func-2.c: Likewise.
13029         * gcc.dg/noncompile/920721-2.c: Likewise.
13030         * gcc.dg/noncompile/930622-2.c: Likewise.
13031         * gcc.dg/noncompile/940112-1.c: Likewise.
13032         * gcc.dg/noncompile/950921-1.c: Likewise.
13033         * gcc.dg/noncompile/951123-1.c: Likewise.
13034         * gcc.dg/noncompile/971104-1.c: Likewise.
13035         * gcc.dg/noncompile/990416-1.c: Likewise.
13036
13037 2003-01-24  Paolo Carlini  <pcarlini@unitus.it>
13038
13039         * g++.dg/parse/undefined1.C: Add error message.
13040
13041 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
13042
13043         PR c++/9354
13044         * g++.dg/parse/new1.C: New test.
13045
13046         PR c++/9216
13047         * g++.dg/parse/template2.C: New test.
13048
13049         PR c++/9354
13050         * g++.dg/parse/typedef2.C: New test.
13051
13052         PR c++/9328
13053         * g++.dg/ext/typeof3.C: New test.
13054
13055 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
13056
13057         PR c++/2738
13058         * g++.dg/parse/ret-type1.C: New test.
13059
13060         PR c++/3792
13061         * g++.dg/parse/tmpl-outside1.C: New test.
13062
13063         PR c++/4207
13064         * g++.dg/parse/int-as-enum1.C: New test.
13065
13066         PR c++/4903
13067         * g++.dg/parse/no-typename1.C: New test.
13068
13069         PR c++/5533
13070         * g++.dg/parse/no-value1.C: New test.
13071
13072         PR c++/5921
13073         * g++.dg/parse/wrong-inline1.C: New test.
13074
13075         PR c++/6402
13076         * g++.dg/parse/ref1.C: New test.
13077
13078         PR c++/6992
13079         * g++.dg/parse/attr-ctor1.C: New test.
13080
13081         PR c++/7229
13082         * g++.dg/parse/namespace5.C: New test.
13083
13084         PR c++/7917
13085         * g++.dg/parse/func-def1.C: New test.
13086
13087         PR c++/8143
13088         * g++.dg/parse/undefined1.C: New test.
13089
13090         PR c++/5723, PR c++/8522
13091         * g++.dg/parse/specialization1.C: New test.
13092
13093         PR c++/163, PR c++/8595
13094         * g++.dg/parse/struct-as-enum1.C: New test.
13095
13096         PR c++/9173
13097         * g++.dg/parse/undefined2.C: New test.
13098
13099 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
13100
13101         PR c++/9298
13102         * g++.dg/parse/template1.C: New test.
13103
13104         PR c++/9384
13105         * g++.dg/parse/using1.C: New test.
13106
13107         PR c++/9285
13108         PR c++/9294
13109         * g++.dg/parse/expr2.C: New test.
13110
13111         PR c++/9388
13112         * g++.dg/parse/lookup2.C: Likewise.
13113
13114 2003-01-21  Jan Hubicka  <jh@suse.cz>
13115
13116         * gcc.c-torture/execute/990208-1.c:  Add noinline attributes as needed.
13117         * gcc.c-torture/execute/eeprof-1.c:  Likewise.
13118         * gcc.c-torture/execute/stdio-opt-*.c: Likewise.
13119         * gcc.c-torture/execute/string-opt-*.c: Likewise.
13120
13121 2003-01-20  Nick Clifton  <nickc@redhat.com>
13122
13123         * gcc.c-torture/execute/20030117-1.c: New test case.  Exposes
13124         problem with ARM sibcall code generation.
13125
13126 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
13127
13128         * gcc.c-torture/execute/20030120-1.c: New.
13129
13130 2003-01-19  Paolo Carlini  <pcarlini@unitus.it>
13131
13132         * g++.old-deja/g++.pt/typename13.C: Remove XFAIL.
13133
13134 2003-01-17  Mark Mitchell  <mark@codesourcery.com>
13135
13136         PR c++/9272
13137         * g++.dg/parse/ctor1.C: New test.
13138
13139         PR c++/9294:
13140         * g++.dg/parse/qualified1.C: New test.
13141
13142         * g++.dg/parse/typename3.C: New test.
13143
13144 2003-01-16  Richard Henderson  <rth@redhat.com>
13145
13146         * g++.dg/tls/init-2.C: Fix error matches for real this time.
13147
13148 2003-01-16  Richard Henderson  <rth@redhat.com>
13149
13150         * g++.dg/pch/pch.exp: Copy test header to the working directory
13151         before using it either for precompilation or direct use.
13152         * g++.dg/pch/*.Hs: Rename from gcc.dg/pch/*.H.
13153         * g++.dg/pch/*.C: Include foo.H, not foo.Hp.
13154
13155 2003-01-16  Richard Henderson  <rth@redhat.com>
13156
13157         * gcc.dg/pch/pch.exp: Copy test header to the working directory
13158         before using it either for precompilation or direct use.
13159         * gcc.dg/pch/*.hs: Rename from gcc.dg/pch/*.h.
13160         * gcc.dg/pch/*.c: Include foo.h, not foo.hp.
13161
13162 2003-01-16  Mark Mitchell  <mark@codesourcery.com>
13163
13164         * gcc/testsuite/g++.dg/ext/typename1.C: Add typename keyword.
13165         * gcc/testsuite/g++.dg/template/crash1.C: Update error messages.
13166         * gcc/testsuite/g++.dg/template/crash2.C: Remove error message.
13167         * gcc/testsuite/g++.dg/parse/typename2.C: New test.
13168         * gcc/testsuite/g++.dg/template/typename2.C: Change implicit
13169         typename warning into error.
13170         * gcc/testsuite/g++.old-deja/g++.benjamin/tem03.C: Issue more
13171         error messages.
13172         * gcc/testsuite/g++.old-deja/g++.benjamin/tem04.C: Fix typos.
13173         * gcc/testsuite/g++.old-deja/g++.brendan/crash56.C: Add this->.
13174         * gcc/testsuite/g++.old-deja/g++.law/visibility13.C: Remove error
13175         messages.
13176         * gcc/testsuite/g++.old-deja/g++.ns/template17.C: Reorder code to
13177         make declaration visible in template.
13178         * gcc/testsuite/g++.old-deja/g++.pt/crash3.C: Fix typos.
13179         * gcc/testsuite/g++.old-deja/g++.pt/crash36.C: Issue more error
13180         messages.
13181         * gcc/testsuite/g++.old-deja/g++.pt/crash5.C: Improve error
13182         message.
13183         * gcc/testsuite/g++.old-deja/g++.pt/crash67.C: Remove warning.
13184         * gcc/testsuite/g++.old-deja/g++.pt/inherit1.C: Add this->.
13185         * gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C: Add error message.
13186         * gcc/testsuite/g++.old-deja/g++.pt/typename16.C: Replace implicit
13187         typename warning with error message.
13188         * gcc/testsuite/g++.old-deja/g++.pt/typename19.C: Remove warning.
13189         * gcc/testsuite/g++.old-deja/g++.robertl/eb112.C: Fix typo.
13190         * gcc/testsuite/g++.old-deja/g++.robertl/eb24.C: Use this->.
13191
13192 2003-01-16  Nathan Sidwell  <nathan@codesourcery.com>
13193
13194         * g++.dg/parse/ambig2.C: New test.
13195
13196 2003-01-15  Richard Henderson  <rth@redhat.com>
13197
13198         * g++.dg/tls/init-2.C: Update error message string.
13199
13200 2003-01-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13201
13202         * gcc.c-torture/execute/builtin-constant.x: XFAIL the test.
13203
13204 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
13205
13206         * gcc.c-torture/compile/20000804-1.x: Don't execute this test at
13207         all for HC11/HC12.
13208         * gcc.c-torture/compile/20001205-1.x: Likewise.
13209         * gcc.c-torture/compile/20001226-1.x: Likewise.
13210         * gcc.c-torture/compile/920520-1.x: Likewise.
13211         * gcc.c-torture/compile/961203-1.x: Likewise.
13212         * gcc.c-torture/compile/20020604-1.x: Likewise.
13213
13214 2003-01-15  Jan Hubicka  <jh@suse.cz>
13215
13216         * gcc.c-torture/compile/20030115-1.c: New test.
13217
13218         * gcc.dg/i386-fpcvt-1.c: New test.
13219         * gcc.dg/i386-fpcvt-2.c: New test.
13220
13221 2003-01-14  Jeffrey D. Oldham  <oldham@codesourcery.com>
13222
13223         Further conform g++'s __vmi_class_type_info to the C++ ABI
13224         specification.
13225         * g++.old-deja/g++.abi/vmihint.C (main): Revise expected flags per
13226         the specification.
13227
13228 2003-01-14  Jan Hubicka  <jh@suse.cz>
13229
13230         * gcc.dg/i386-fpcvt-1.c: New test.
13231         * gcc.dg/i386-fpcvt-2.c: New test.
13232
13233 2003-01-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
13234
13235         * gcc.dg/i386-mmx-3.c: New test.
13236
13237 2003-01-12  Mark Mitchell  <mark@codesourcery.com>
13238
13239         PR c++/9264
13240         * g++.dg/parse/octal1.C: New file.
13241
13242         PR c++/9172
13243         * g++.dg/parse/typename1.C: New file.
13244
13245 2003-01-10  Danny Smith  <dannysmith@users.sourceforge.net>
13246
13247         * gcc.dg/bf-ms-layout.c: Enable for cygwin and mingw32 targets.
13248         * gcc.dg/bf-no-ms-layout.c: Likewise.
13249         * gcc.dg/bf-ms-attrib.c: Likewise.
13250
13251 2003-01-10  Mark Mitchell  <mark@codesourcery.com>
13252
13253         PR c++/9099
13254         * g++.dg/parse/dtor1.C: New file.
13255
13256         PR c++/9128
13257         * g++.dg/rtti/typeid1.C: New file.
13258
13259         PR c++/9153
13260         * g++.dg/parse/lookup1.C: New file.
13261
13262         PR c++/9171
13263         * g++.dg/templ/spec5.C: New file.
13264
13265 2003-01-10  Josef Zlomek  <zlomekj@suse.cz>
13266
13267         * gcc.c-torture/compile/20030110-1.c: New test.
13268
13269 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
13270
13271         Merge from pch-branch:
13272
13273         2002-12-23  Geoffrey Keating  <geoffk@apple.com>
13274
13275         * gcc.dg/pch/cpp-1.h: New.
13276         * gcc.dg/pch/cpp-1.c: New.
13277         * gcc.dg/pch/cpp-2.h: New.
13278         * gcc.dg/pch/cpp-2.c: New.
13279
13280         2002-11-19  Geoffrey Keating  <geoffk@apple.com>
13281
13282         * gcc.dg/pch/except-1.h: New.
13283         * gcc.dg/pch/except-1.c: New.
13284
13285         2002-11-13  Geoffrey Keating  <geoffk@apple.com>
13286
13287         * gcc.dg/pch/pch.exp: Ensure that <test>.hp doesn't exist before
13288         running test.
13289         * gcc.dg/pch: Include *.hp not *.h.
13290         * gcc.dg/pch/system-1.h: New.
13291         * gcc.dg/pch/system-1.c: New.
13292
13293         2002-11-11  Geoffrey Keating  <geoffk@apple.com>
13294
13295         * gcc.dg/pch/pch.exp: Compare .s files with/without PCH,
13296         rather than trying to build and run a program using PCH.
13297         * gcc.dg/pch: Remove dg-do commands from test files.
13298
13299         2002-11-08  Geoffrey Keating  <geoffk@apple.com>
13300
13301         * gcc.dg/pch/macro-3.c: New.
13302         * gcc.dg/pch/macro-3.h: New.
13303
13304         2002-11-04  Geoffrey Keating  <geoffk@apple.com>
13305
13306         * gcc.dg/pch/common-1.c: New.
13307         * gcc.dg/pch/common-1.h: New.
13308         * gcc.dg/pch/decl-1.c: New.
13309         * gcc.dg/pch/decl-1.h: New.
13310         * gcc.dg/pch/decl-2.c: New.
13311         * gcc.dg/pch/decl-2.h: New.
13312         * gcc.dg/pch/decl-3.c: New.
13313         * gcc.dg/pch/decl-3.h: New.
13314         * gcc.dg/pch/decl-4.c: New.
13315         * gcc.dg/pch/decl-4.h: New.
13316         * gcc.dg/pch/decl-5.c: New.
13317         * gcc.dg/pch/decl-5.h: New.
13318         * gcc.dg/pch/global-1.c: New.
13319         * gcc.dg/pch/global-1.h: New.
13320         * gcc.dg/pch/inline-1.c: New.
13321         * gcc.dg/pch/inline-1.h: New.
13322         * gcc.dg/pch/inline-2.c: New.
13323         * gcc.dg/pch/inline-2.h: New.
13324         * gcc.dg/pch/static-1.c: New.
13325         * gcc.dg/pch/static-1.h: New.
13326         * gcc.dg/pch/static-2.c: New.
13327         * gcc.dg/pch/static-2.h: New.
13328
13329         2002-09-01  Geoffrey Keating  <geoffk@redhat.com>
13330
13331         * g++.dg/pch/pch.exp: Better handle failing testcases.
13332         * gcc.dg/pch/pch.exp: Likewise.
13333         * gcc.dg/pch/macro-1.c: New.
13334         * gcc.dg/pch/macro-1.h: New.
13335         * gcc.dg/pch/macro-2.c: New.
13336         * gcc.dg/pch/macro-2.h: New.
13337
13338         2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
13339
13340         * g++.dg/dg.exp: Treat files in pch/ specially.
13341         * g++.dg/pch/pch.exp: New file.
13342         * g++.dg/pch/empty.H: New file.
13343         * g++.dg/pch/empty.C: New file.
13344         * lib/g++-dg.exp (g++-dg-test): Add case for when $do_what is
13345         "precompile".
13346
13347         * gcc.dg/pch/pch.exp: New file.
13348         * gcc.dg/pch/empty.h: New file.
13349         * gcc.dg/pch/empty.c: New file.
13350         * lib/gcc-dg.exp (gcc-dg-test): Add case for when $do_what is
13351         "precompile".
13352
13353 2003-01-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13354
13355         * g++.dg/template/friend14.C: New test.
13356
13357 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
13358
13359         * gcc.dg/old-style-asm-1.c: New test.
13360
13361 2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
13362
13363         * gcc.c-torture/compile/20030109-1.c: New test.
13364
13365 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
13366
13367         * gcc.c-torture/execute/20030109-1.c: New test.
13368
13369 2003-01-08  Larin Hennessey  <larin@science.oregonstate.edu>
13370
13371         * g++.old-deja/g++.mike/dyncast1.C: Remove reference to AMD A29K
13372         * g++.old-deja/g++.mike/dyncast2.C: Likewise
13373         * g++.old-deja/g++.mike/dyncast3.C: Likewise
13374         * g++.old-deja/g++.mike/eh2.C: Likewise
13375         * g++.old-deja/g++.mike/eh3.C: Likewise
13376         * g++.old-deja/g++.mike/eh5.C: Likewise
13377         * g++.old-deja/g++.mike/eh6.C: Likewise
13378         * g++.old-deja/g++.mike/eh7.C: Likewise
13379         * g++.old-deja/g++.mike/eh8.C: Likewise
13380         * g++.old-deja/g++.mike/eh9.C: Likewise
13381         * g++.old-deja/g++.mike/eh10.C: Likewise
13382         * g++.old-deja/g++.mike/eh12.C: Likewise
13383         * g++.old-deja/g++.mike/eh13.C: Likewise
13384         * g++.old-deja/g++.mike/eh14.C: Likewise
13385         * g++.old-deja/g++.mike/eh16.C: Likewise
13386         * g++.old-deja/g++.mike/eh17.C: Likewise
13387         * g++.old-deja/g++.mike/eh18.C: Likewise
13388         * g++.old-deja/g++.mike/eh21.C: Likewise
13389         * g++.old-deja/g++.mike/eh23.C: Likewise
13390         * g++.old-deja/g++.mike/eh24.C: Likewise
13391         * g++.old-deja/g++.mike/eh25.C: Likewise
13392         * g++.old-deja/g++.mike/eh26.C: Likewise
13393         * g++.old-deja/g++.mike/eh27.C: Likewise
13394         * g++.old-deja/g++.mike/eh28.C: Likewise
13395         * g++.old-deja/g++.mike/eh29.C: Likewise
13396         * g++.old-deja/g++.mike/eh31.C: Likewise
13397         * g++.old-deja/g++.mike/eh33.C: Likewise
13398         * g++.old-deja/g++.mike/eh34.C: Likewise
13399         * g++.old-deja/g++.mike/eh35.C: Likewise
13400         * g++.old-deja/g++.mike/eh36.C: Likewise
13401         * g++.old-deja/g++.mike/eh37.C: Likewise
13402         * g++.old-deja/g++.mike/eh38.C: Likewise
13403         * g++.old-deja/g++.mike/eh39.C: Likewise
13404         * g++.old-deja/g++.mike/eh40.C: Likewise
13405         * g++.old-deja/g++.mike/eh41.C: Likewise
13406         * g++.old-deja/g++.mike/eh42.C: Likewise
13407         * g++.old-deja/g++.mike/eh44.C: Likewise
13408         * g++.old-deja/g++.mike/eh46.C: Likewise
13409         * g++.old-deja/g++.mike/eh47.C: Likewise
13410         * g++.old-deja/g++.mike/eh48.C: Likewise
13411         * g++.old-deja/g++.mike/eh49.C: Likewise
13412         * g++.old-deja/g++.mike/eh50.C: Likewise
13413         * g++.old-deja/g++.mike/eh51.C: Likewise
13414         * g++.old-deja/g++.mike/eh53.C: Likewise
13415         * g++.old-deja/g++.mike/eh55.C: Likewise
13416         * g++.old-deja/g++.mike/p7912.C: Likewise
13417         * g++.old-deja/g++.mike/p9706.C: Likewise
13418         * g++.old-deja/g++.mike/p10416.C: Likewise
13419         * g++.old-deja/g++.mike/p11667.C: Likewise
13420         * g77.f-torture/compile/20010519-1.f: Remove reference to Convex.
13421         Remove redundant reference to Iris.
13422         * gcc.dg/20020312-2.c: Remove references to AMD A29K, Clipper, Convex,
13423         Elxsi, i860, Pico Java, and WE32K.
13424
13425 2003-01-07  Mark Mitchell  <mark@codesourcery.com>
13426
13427         * g++.dg/ext/asm4.C: New test.
13428
13429 2003-01-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13430
13431         PR c++/9030
13432         * g++.dg/template/friend12.C: New test.
13433         * g++.dg/template/friend13.C: Likewise.
13434         * g++.old-deja/g++.eh/spec6.C: Add missing error message.
13435
13436 2003-01-08  Jan Hubicka  <jh@suse.cz>
13437
13438         * gcc.dg/i386-cadd.c: New test.
13439         * gcc.dg/i386-cmov4.c: Likewise.
13440
13441 2003-01-06  Mark Mitchell  <mark@codesourcery.com>
13442
13443         PR c++/9165
13444         * g++.dg/warn/Wunused-3.C: New test.
13445
13446         * g++.dg/abi/bitfield9.C: New test.
13447
13448         PR c++/9189
13449         * g++.dg/parse/defarg3.C: New test.
13450
13451 2003-01-06  Nathan Sidwell  <nathan@codesourcery.com>
13452
13453         * g++.dg/parse/ambig1.C: New test.
13454         * g++.dg/parse/defarg2.C: New test.
13455
13456 2003-01-05  Mark Mitchell  <mark@codesourcery.com>
13457
13458         * g++.dg/template/defarg-1.C: New test.
13459         * g++.dg/template/local2.C: Likewise.
13460
13461 2003-01-05  Richard Sandiford  <rsandifo@redhat.com>
13462
13463         * gcc.c-torture/execute/20030105-1.c: New test.
13464
13465 2003-01-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13466
13467         * g++.dg/parse/namespace3.C: Remove extra semicolons.
13468         * g++.dg/parse/namespace4.C: Likewise.
13469
13470 2003-01-03  Nathan Sidwell  <nathan@codesourcery.com>
13471
13472         * g++.dg/template/ntp2.C: New test.
13473
13474 2003-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
13475
13476         * g++.dg/parse/extern-C-1.C: New test.
13477
13478         * g++.dg/parse/namespace4.C: New test.
13479
13480         * g++.dg/template/nested1.C: New test.
13481
13482         * g++.dg/parse/namespace3.C: New test.
13483
13484 2003-01-02  Nathanael Nerode  <neroden@gcc.gnu.org>
13485
13486         * g++.dg/lookup/two-stage1.C: New test.
13487
13488 2003-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13489
13490         * g++.old-deja/g++.bugs/900404_04.C: Remove XFAIL.
13491         * g++.old-deja/g++.jason/access8.C: Likewise.
13492         * g++.old-deja/g++.other/decl5.C: Likewise.
13493
13494 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
13495
13496         * g++.dg/parse/parse7.C: New test.
13497
13498 2003-01-02  Mark Mitchell  <mark@codesourcery.com>
13499
13500         PR c++/2843
13501         * g++.dg/ext/attrib7.C: New test.
13502
13503 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
13504
13505         * g++.dg/parse/parse6.C: New test.
13506
13507 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
13508
13509         * gcc.dg/h8300-stack-1.c: New.
13510
13511 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
13512
13513         g++.dg/lookup/exception1.C: New test.
13514
13515         g++.dg/lookup/template1.C: New test.
13516
13517         g++.dg/parse/namespace2.C: New test.
13518
13519         g++.dg/parse/parens2.C: New test.
13520
13521 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
13522
13523         * g++.dg/parse/parse5.C: New test.
13524         * g++.dg/lookup/scoped4.C: New test.
13525
13526 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
13527
13528         * g++.dg/parse/parens1.C: New test.
13529
13530         * g++.dg/parse/parens2.C: Removed, turned out to duplicate
13531         angle-bracket1.C.
13532         * g++.dg/parse/parens2.C: New test.
13533
13534         * g++.dg/lookup/scope-operator1.C: New test.
13535
13536         * g++.dg/parse/operator1.C: New test.
13537
13538 2003-01-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13539
13540         * g++.old-deja/g++.jason/ambig3.C: Remove XFAIL.
13541         * g++.old-deja/g++.other/access6.C: Likewise.
13542         * g++.old-deja/g++.other/decl1.C: Likewise.
13543         * g++.old-deja/g++.pt/typename12.C: Likewise.
13544
13545 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
13546
13547         * g++.dg/parse/namespace1.C: New test.
13548
13549 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
13550
13551         * g++.dg/parse/parse4.C: New test.
13552
13553 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
13554
13555         * g++.dg/parse/parse3.C: New test.
13556
13557 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
13558
13559         * g++.dg/parse/parse2.C: New test.
13560
13561 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
13562
13563         * g++.dg/template/friend11.C: New test.
13564
13565 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
13566
13567         * g++.dg/parse/parse1.C: New test.
13568
13569 2002-12-31  Janis Johnson  <janis187@us.ibm.com>
13570
13571         * lib/profopt.exp: Change the name of a global variable to avoid
13572         possible clashes with other test suites.
13573
13574 2002-12-31  Nathan Sidwell  <nathan@codesourcery.com>
13575
13576         * g++.dg/inherit/covariant8.C: New test.
13577
13578 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
13579
13580         * g++.dg/init/array9.C: New test.
13581
13582         PR c++/9112
13583         * g++.dg/parse/expr1.C: New test.
13584
13585 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
13586
13587         * gcc.c-torture/compile/20021230-1.c: New test.
13588
13589 2002-12-30  Nathan Sidwell  <nathan@codesourcery.com>
13590
13591         * g++.dg/inherit/covariant5.C: New test.
13592         * g++.dg/inherit/covariant6.C: New test.
13593         * g++.dg/inherit/covariant7.C: New test.
13594
13595 2002-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13596
13597         PR c++/2739
13598         * g++.dg/other/access2.C: New test.
13599
13600 2002-12-29  Gabriel Dos Reis  <gdr@integrable-solutions.net>
13601
13602         * g++.dg/other/anon-struct.C: No longer fails
13603         * g++.old-deja/g++.brendan/parse4.C: Likewise.
13604         * g++.old-deja/g++.brendan/parse5.C: Likewise.
13605         * g++.old-deja/g++.brendan/parse6.C: Likewise.
13606
13607 2002-12-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
13608
13609         * g++.dg/parse/angle-bracket.C (main): No longer fails.
13610
13611 2002-12-27  Mark Mitchell  <mark@codesourcery.com>
13612
13613         * g++.dg/eh/spec4.C: Remove stray semicolon.
13614         * g++.dg/expr/pmf-1.C: Change error message.
13615         * g++.dg/ext/asm1.C: Remove stray semicolon.
13616         * g++.dg/ext/typename1.C: Add missing typenames.
13617         * g++.dg/inherit/template-as-base.C: Change error message.
13618         * g++.dg/lookup/scoped1.C: Likewise.
13619         * g++.dg/lookup/scoped2.C: Likewise.
13620         * g++.dg/lookup/using2.C: Likewise.
13621         * g++.dg/other/component1.C: Remove stray semicolon.
13622         * g++.dg/other/do1.C: Change error message.
13623         * g++.dg/other/error2.C: Likewise.
13624         * g++.dg/other/init1.C: Likewise.
13625         * g++.dg/other/packed1.C: Remove stray semicolon.
13626         * g++.dg/other/ptrmem2.C: Change error message.
13627         * g++.dg/parse/parameter-declaration-1.C: Remove line number
13628         marker.
13629         * g++.dg/special/initp1.C: Remove invalid attribute usage.
13630         * g++.dg/template/access3.C: Add typename keyword.
13631         * g++.dg/template/access5.C: Remove stray semicolon.
13632         * g++.dg/template/access6.C: Likewise.
13633         * g++.dg/template/complit1.C: Likewise.
13634         * g++.dg/template/crash1.C: Change error message.
13635         * g++.dg/template/inherit2.C: Remove stray semicolon.
13636         * g++.dg/template/instantiate2.C: Likewise.
13637         * g++.dg/template/instantiate3.C: Change error message.
13638         * g++.dg/template/qual1.C: Remove stray semicolon.
13639         * g++.dg/template/qualttp18.C: Change error message.
13640         * g++.dg/template/ref1.C: Remove stray semicolon.
13641         * g++.dg/template/sizeof1.C (A::value): Declare it.
13642         * g++.dg/template/spec4.C: Change error message.
13643         * g++.dg/template/static1.C: Likewise.
13644         * g++.dg/template/type1.C: Likewise.
13645         * g++.dg/template/typename3.C: Likewise.
13646         * g++.old-deja/g++.benjamin/13478.C: Change error message.
13647         * g++.old-deja/g++.benjamin/15799.C: Remove stray semicolon.
13648         * g++.old-deja/g++.benjamin/bool01.C: Likewise.
13649         * g++.old-deja/g++.benjamin/bool02.C: Likewise.
13650         * g++.old-deja/g++.benjamin/p13417.C: Now fails due to use of
13651         named return value extension.
13652         * g++.old-deja/g++.benjamin/tem06.C: Remove stray semicolon.
13653         * g++.old-deja/g++.benjmain/warn01.C: Likewise.
13654         * g++.old-deja/g++.bob/extern_C.C: Likewise.
13655         * g++.old-deja/g++.bob/inherit2.C: Likewise.
13656         * g++.old-deja/g++.brendan/complex1.C: Likewise.
13657         * g++.old-deja/g++.brendan/copy5.C: Likewise.
13658         * g++.old-deja/g++.brendan/crash13.C: Likewise.
13659         * g++.old-deja/g++.brendan/crash15.C: Likewise.
13660         * g++.old-deja/g++.brendan/crash18.C: Change error message.
13661         * g++.old-deja/g++.brendan/crash37.C: Remove stray semicolon.
13662         * g++.old-deja/g++.brendan/crash38.C: Likewise.
13663         * g++.old-deja/g++.brendan/crash50.C: Likewise.
13664         * g++.old-deja/g++.brendan/crash56.C: Likewise.
13665         * g++.old-deja/g++.brendan/crash6.C: Use explicit specialization
13666         syntax.
13667         * g++.old-deja/g++.brendan/crash66.C: Remove stray semicolon.
13668         * g++.old-deja/g++.brendan/crash8.C: Change error message.
13669         * g++.old-deja/g++.brendan/ctors1.C: Remove stray semicolon.
13670         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
13671         * g++.old-deja/g++.brendan/shadow1.C: Likewise.
13672         * g++.old-deja/g++.brendan/template11.C: Likewise.
13673         * g++.old-deja/g++.brendan/template26.C: Likewise.
13674         * g++.old-deja/g++.brendan/template27.C: Use explicit
13675         specialization syntax.
13676         * g++.old-deja/g++.brendan/template30.C: Likewise.
13677         * g++.old-deja/g++.brendan/template5.C: Remove stray semicolon.
13678         * g++.old-deja/g++.brendan/visibility3.C: Account for use of
13679         non-dependent names.
13680         * g++.old-deja/g++.brendan/warnings4.C: Remove stray semicolon.
13681         * g++.old-deja/g++.brendan/warnings7.C: Likewise.
13682         * g++.old-deja/g++.bugs/900121_02.C: Likewise.
13683         * g++.old-deja/g++.eh/catchptr1.C: Likewise.
13684         * g++.old-deja/g++.ext/addrfunc4.C: Likewise.
13685         * g++.old-deja/g++.ext/namedret1.C: Now fails due to use of
13686         named return value extension.
13687         * g++.old-deja/g++.ext/namedret2.C: Likewise.
13688         * g++.old-deja/g++.ext/namedret3.C: Likewise.
13689         * g++.old-deja/g++.ext/return1.C: Likewise.
13690         * g++.old-deja/g++.ext/typename1.C: Add missing typename keywords.
13691         * g++.old-deja/g++.jason/access17.C: Issue more error messages.
13692         * g++.old-deja/g++.jason/access8.C: Likewise.
13693         * g++.old-deja/g++.jason/bool.C: Remove stray semicolon.
13694         * g++.old-deja/g++.jason/destruct.C: Remove incorrect
13695         pseudo-destructor names.
13696         * g++.old-deja/g++.jason/dtor3.C: Remove stray semicolon.
13697         * g++.old-deja/g++.jason/dtor5.C: Remove incorrect
13698         pseudo-destructor names.
13699         * g++.old-deja/g++.jason/opeq3.C: Remove stray semicolon.
13700         * g++.old-deja/g++.jason/overload19.C: Likewise.
13701         * g++.old-deja/g++.jason/overload32.C: Likewise.
13702         * g++.old-deja/g++.jason/parse11.C: Issue error messages about
13703         stray semicolons.
13704         * g++.old-deja/g++.jason/pmem2.C: Remove stray semicolon.
13705         * g++.old-deja/g++.jason/return.C: Likewise.
13706         * g++.old-deja/g++.jason/return2.C: Likewise.
13707         * g++.old-deja/g++.jason/shadow1.C: Likewise.
13708         * g++.old-deja/g++.jason/special.C: Use explicit specialization
13709         syntax.
13710         * g++.old-deja/g++.jason/template10.C: Account for use of
13711         non-dependent names.
13712         * g++.old-deja/g++.jason/template11.C: Use explicit specialization
13713         syntax.
13714         * g++.old-deja/g++.jason/template37.C: Likewise.
13715         * g++.old-deja/g++.law/access4.C: Change error messages.
13716         * g++.old-deja/g++.law/arm13.C:  Remove incorrect
13717         pseudo-destructor names.
13718         * g++.old-deja/g++.law/code-gen5.C: Remove stray semicolon.
13719         * g++.old-deja/g++.law/ctors9.C: Likewise.
13720         * g++.old-deja/g++.law/cvt22.C: Likewise.
13721         * g++.old-deja/g++.law/dtors5.C: Likewise.
13722         * g++.old-deja/g++.law/global-init1.C: Likewise.
13723         * g++.old-deja/g++.law/missed-error3.C: Likewise.
13724         * g++.old-deja/g++.law/operators28.C: Likewise.
13725         * g++.old-deja/g++.law/visibility28.C: Likewise.
13726         * g++.old-deja/g++.martin/eval1.C: Likewise.
13727         * g++.old-deja/g++.martin/pmf2.C: Remove qualifier in constructor
13728         name.
13729         * g++.old-deja/g++.mike/hog1.C: Remove stray semicolon.
13730         * g++.old-deja/g++.mike/net34.C: Likewise.
13731         * g++.old-deja/g++.mike/net36.C: Likewise.
13732         * g++.old-deja/g++.mike/ns2.C: Likewise.
13733         * g++.old-deja/g++.mike/p12306.C: Likewise.
13734         * g++.old-deja/g++.mike/p646.C: Adjust for removal of named return
13735         value extension.
13736         * g++.old-deja/g++.mike/p700.C: Likewise.
13737         * g++.old-deja/g++.mike/p701.C: Remove stray semicolon.
13738         * g++.old-deja/g++.mike/p710.C: Likewise.
13739         * g++.old-deja/g++.mike/p784.C: Adjust for removal of named return
13740         value extension.
13741         * g++.old-deja/g++.mike/pmf7.C: Remove stray semicolon.
13742         * g++.old-deja/g++.mike/pmf9.C: Likewise.
13743         * g++.old-deja/g++.ns/crash2.C: Likewise.
13744         * g++.old-deja/g++.ns/crash3.C: Likewise.
13745         * g++.old-deja/g++.ns/invalid1.C: Likewise.
13746         * g++.old-deja/g++.ns/ns17.C: Likewise.
13747         * g++.old-deja/g++.ns/template16.C: Likewise.
13748         * g++.old-deja/g++.ns/template5.C: Remove invalid use of template
13749         keyword.
13750         * g++.old-deja/g++.ns/template6.C: Remove stray semicolon.
13751         * g++.old-deja/g++.ns/using9.C: Remove stray semicolon.
13752         * g++.old-deja/g++.oliva/nameret1.C: Now fails due to use of
13753         named return value extension.
13754         * g++.old-deja/g++.oliva/nameret2.C: Likewise.
13755         * g++.old-deja/g++.other/access4.C: Issue additional error
13756         messages.
13757         * g++.old-deja/g++.other/array6.C: Remove stray semicolon.
13758         * g++.old-deja/g++.other/crash1.C: Isue additional error messages.
13759         * g++.old-deja/g++.other/crash11.C: Add missing class-key.
13760         * g++.old-deja/g++.other/crash25.C: Change error message.
13761         * g++.old-deja/g++.other/crash4.C: Change error message.
13762         * g++.old-deja/g++.other/debug7.C: Remove stray semicolon.
13763         * g++.old-deja/g++.other/decl5.C: Issue more error messages.
13764         * g++.old-deja/g++.other/defarg7.C: Remove circular dependency
13765         checks.
13766         * g++.old-deja/g++.other/defarg8.C: Likewise.
13767         * g++.old-deja/g++.other/dtor1.C: Remove stray semicolon.
13768         * g++.old-deja/g++.other/dtor10.C: Likewise.
13769         * g++.old-deja/g++.other/incomplete.C: Likewise.
13770         * g++.old-deja/g++.other/linkage7.C: Likewise.
13771         * g++.old-deja/g++.other/lookup19.C: Now fails due to corrected
13772         lookup algorithm.
13773         * g++.old-deja/g++.other/mangle2.C: Likewise.
13774         * g++.old-deja/g++.other/refinit2.C: Likewise.
13775         * g++.old-deja/g++.other/sizeof2.C: Change error messages.
13776         * g++.old-deja/g++.other/std1.C: Remove stray semicolon.
13777         * g++.old-deja/g++.pt/crash28.C: Likewise.
13778         * g++.old-deja/g++.pt/crash29.C: Use explicit specialization
13779         syntax.
13780         * g++.old-deja/g++.pt/crash32.C: Change error message.
13781         * g++.old-deja/g++.pt/crash43.C: Adjust error messages.
13782         * g++.old-deja/g++.pt/crash58.C: Remove stray semicolon.
13783         * g++.old-deja/g++.pt/crash65.C: Tweak to acount for change in
13784         error message position.
13785         * g++.old-deja/g++.pt/defarg5.C: Remove stray semicolon.
13786         * g++.old-deja/g++.pt/defarg8.C: Change error message.
13787         * g++.old-deja/g++.pt/eichin01.C: Use explicit specialization
13788         syntax.
13789         * g++.old-deja/g++.pt/eichin01a.C: Define static data members.
13790         * g++.old-deja/g++.pt/eichin01b.C: Likewise.
13791         * g++.old-deja/g++.pt/enum7.C: Remove stray semicolon.
13792         * g++.old-deja/g++.pt/explicit12.C: Remove invalid use of template
13793         keyword.
13794         * g++.old-deja/g++.pt/explicit31.C: Likewise.
13795         * g++.old-deja/g++.pt/explicit33.C: Remove stray semicolon.
13796         * g++.old-deja/g++.pt/explicit35.C: Remove invalid use of template
13797         keyword.
13798         * g++.old-deja/g++.pt/explicit71.C: Change error message.
13799         * g++.old-deja/g++.pt/explicit80.C: Use explicit specialization
13800         syntax.
13801         * g++.old-deja/g++.pt/friend28.C: Account for use of
13802         non-dependent names.
13803         * g++.old-deja/g++.pt/friend29.C: Likewise.
13804         * g++.old-deja/g++.pt/friend46.C: Adjust for correct name lookup
13805         rules.
13806         * g++.old-deja/g++.pt/friend48.C: Remove stray semicolon.
13807         * g++.old-deja/g++.pt/instantiate1.C: Use correct class-key.
13808         * g++.old-deja/g++.pt/instantiate11.C: Adjust for correct name
13809         lookup rules.
13810         * g++.old-deja/g++.pt/instantiate8.C: Remove stray semicolon.
13811         * g++.old-deja/g++.pt/instantiate9.C: Insert missing typename
13812         keyword.
13813         * g++.old-deja/g++.pt/memclass20.C: Likewise.
13814         * g++.old-deja/g++.pt/memclass5.C: Likewise.
13815         * g++.old-deja/g++.pt/memclass7.C: Remove invalid use of template
13816         keyword.
13817         * g++.old-deja/g++.pt/memtemp75.C: Likewise.
13818         * g++.old-deja/g++.pt/memtemp81.C: Remove stray semicolon.
13819         * g++.old-deja/g++.pt/memtemp87.C: Add missing access specifier.
13820         * g++.old-deja/g++.pt/overload13.C: Correct error messages.
13821         * g++.old-deja/g++.pt/parms2.C: Add missing typename keyword.
13822         * g++.old-deja/g++.pt/ptrmem1.C: Remove invalid use of template
13823         keyword.
13824         * g++.old-deja/g++.pt/spec10.C: Likewise.
13825         * g++.old-deja/g++.pt/spec28.C: Reorder declarations.
13826         * g++.old-deja/g++.pt/t10.C: Add explicit specialization syntax.
13827         * g++.old-deja/g++.pt/t32.C: Remove stray semicolon.
13828         * g++.old-deja/g++.pt/t35a.C: Add explicit specialization syntax.
13829         * g++.old-deja/g++.pt/ttp24.C: Remove stray semicolon.
13830         * g++.old-deja/g++.pt/ttp62.C: Likewise.
13831         * g++.old-deja/g++.pt/ttp64.C: Likewise.
13832         * g++.old-deja/g++.pt/typename11.C: Add missing typename keyword.
13833         * g++.old-deja/g++.pt/typename15.C: Likewise.
13834         * g++.old-deja/g++.pt/typename22.C: Likewise.
13835         * g++.old-deja/g++.pt/typename6.C: Change error messages.
13836         * g++.old-deja/g++.pt/using1.C: Remove stray semicolon.
13837         * g++.old-deja/g++.pt/virtual2.C: Likewise.
13838         * g++.old-deja/g++.robertl/eb118.C: Add explicit specialization
13839         syntax.
13840         * g++.old-deja/g++.robertl/eb27.C: Now fails due to use of named
13841         return value extension.
13842         * g++.old-deja/g++.robertl/eb43.C: Remove stray semicolon.
13843         * g++.old-deja/g++.robertl/eb79.C: Correct for new name lookup rules.
13844         * g++.old-deja/g++.robertl/eb82.C: Remove stray semicolons.
13845         * g++.old-deja/g++.robertl/eb86.C: Add missing forward declaration.
13846
13847 2002-12-26  Nathan Sidwell  <nathan@codesourcery.com>
13848
13849         * g++.dg/warn/inline1.C: New test.
13850         * g++.old-deja/g++.brendan/crash64.C: Remove spurious inlines.
13851         * g++.old-deja/g++.jason/synth10.C: Likewise.
13852         * g++.old-deja/g++.mike/net31.C: Likewise.
13853         * g++.old-deja/g++.mike/p8786.C: Likewise.
13854
13855         * g++.dg/template/friend10.C: New test.
13856         * g++.dg/template/conv5.C: New test.
13857
13858 2002-12-24  Nathan Sidwell  <nathan@codesourcery.com>
13859
13860         * g++.dg/lookup/scoped3.C: New test.
13861
13862         * g++.dg/lookup/decl1.C: New test.
13863         * g++.dg/lookup/decl2.C: New test.
13864
13865 2002-12-24  Joseph S. Myers  <jsm@polyomino.org.uk>
13866
13867         * g++.dg/init/new1.C, g++.dg/template/alignof1.C,
13868         gcc.c-torture/compile/20021015-1.c,
13869         gcc.c-torture/compile/20021015-2.c,
13870         gcc.c-torture/compile/20021123-1.c,
13871         gcc.c-torture/compile/20021123-2.c,
13872         gcc.c-torture/compile/20021123-3.c,
13873         gcc.c-torture/compile/20021123-4.c,
13874         gcc.c-torture/execute/20021024-1.c: Add tests previously added
13875         only to 3.1 or 3.2 branch.
13876
13877 2002-12-23  Mark Mitchell  <mark@codesourcery.com>
13878
13879         * gcc.dg/i386-bitfield3.c: New test.
13880
13881         * gcc.dg/i386-bitfield2.c: New test.
13882
13883 2002-12-22  Nathan Sidwell  <nathan@codesourcery.com>
13884
13885         * g++.dg/parse/conv_op1.C: New test.
13886
13887 2002-12-21  Josef Zlomek  <zlomekj@suse.cz>
13888
13889         * gcc.c-torture/compile/20021220-1.c: Removed until bug fix is
13890         approved.
13891
13892 2002-12-20  Josef Zlomek  <zlomekj@suse.cz>
13893
13894         * gcc.c-torture/compile/20021220-1.c: New test.
13895
13896 2002-12-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
13897
13898         * gcc.dg/i386-fastcall-1.c: New.
13899
13900 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
13901
13902         * gcc.c-torture/execute/20021219-1.c: New test.
13903
13904 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
13905
13906         * gcc.dg/i386-pic-1.c: New test.
13907
13908 2002-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13909
13910         PR c++/8099
13911         * g++.dg/template/friend9.C: New test.
13912
13913 2002-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13914
13915         PR c++/3663
13916         * g++.dg/template/access7.C: New test.
13917
13918 2002-12-18  Nick Clifton  <nickc@redhat.com>
13919
13920         * lib/g++.exp (g++_include_flags): Only invoke testsuite_flags if
13921         the libstdc++-v3 directory has been found.
13922
13923 2002-12-12  Devang Patel <dpatel@apple.com>
13924         * gcc.dg/darwin-ld-1.c: New test.
13925         * gcc.dg/darwin-ld-2.c: New test.
13926         * gcc.dg/darwin-ld-3.c: New test.
13927         * gcc.dg/darwin-ld-4.c: New test.
13928         * gcc.dg/darwin-ld-5.c: New test.
13929
13930 2002-12-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
13931
13932         * gcc.c-torture/compile/20021212-1.c: New test.
13933
13934 2002-12-11  Neil Booth  <neil@daikokuya.co.uk>
13935
13936         * gcc.dg/fshort-wchar: New test.
13937
13938 2002-12-10  Mark Mitchell  <mark@codesourcery.com>
13939
13940         PR c++/8372
13941         * g++.dg/template/dtor1.C: New test.
13942
13943         * g++.old-deja/g++.ext/memconst.C: Use old-deja, not dg, error
13944         markers.
13945
13946 2002-12-10  Jakub Jelinek  <jakub@redhat.com>
13947
13948         * g++.dg/parse/parameter-declaration-1.C: Expect error on last line.
13949
13950 2002-12-09  Mark Mitchell  <mark@codesourcery.com>
13951
13952         * g++.dg/template/static1.C: New test.
13953         * g++.dg/template/static2.C: New test.
13954         * g++.old-deja/g++.ext/memconst.C: New test.
13955
13956 2002-12-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13957
13958         * g++.dg/special/conpr-2.C: Expect failure on solaris2.
13959         * g++.dg/special/ecos.exp (conpr-3.C): Likewise.
13960         * g++.dg/special/initp1.C: Likewise.
13961
13962 2002-12-06  Jakub Jelinek  <jakub@redhat.com>
13963
13964         * gcc.c-torture/execute/20021204-1.c: New test.
13965
13966 2002-12-04  Geoffrey Keating  <geoffk@apple.com>
13967
13968         * gcc.dg/ppc-fmadd-1.c: New file.
13969         * gcc.dg/ppc-fmadd-2.c: New file.
13970         * gcc.dg/ppc-fmadd-3.c: New file.
13971
13972 2002-12-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
13973
13974         * gcc.c-torture/compile/20021204-1.c: New test.
13975
13976 2002-12-03  Nathan Sidwell  <nathan@codesourcery.com>
13977
13978         * g++.dg/inherit/covariant2.C: New test.
13979         * g++.dg/inherit/covariant3.C: New test.
13980         * g++.dg/inherit/covariant4.C: New test.
13981         * g++.dg/inherit/covariant1.C: Remove XFAIL.
13982         * g++.old-deja/g++.robertl/eb17.C: Likewise.
13983
13984 2002-12-03  Mark Mitchell  <mark@codesourcery.com>
13985
13986         PR c++/8688
13987         * g++.dg/init/brace3.C: New test.
13988
13989 2002-12-02  Kazu Hirata  <kazu@cs.umass.edu>
13990
13991         * gcc.dg/20020210-1.c: Fix a comment typo.
13992
13993 2002-12-02  Mark Mitchell  <mark@codesourcery.com>
13994
13995         PR c++/8720
13996         * g++.dg/parse/defarg1.C: New test.
13997
13998         PR c++/8615
13999         * g++.dg/template/char1.C: New test.
14000
14001         * g++.dg/template/varmod1.C: Fix typo.
14002
14003 2002-12-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14004
14005         DR 180
14006         * g++.old-deja/g++.pt/crash32.C: Expect error.
14007
14008 2002-12-01  Mark Mitchell  <mark@codesourcery.com>
14009
14010         PR c++/5919
14011         * g++.dg/template/varmod1.C: New test.
14012
14013         PR c++/8727
14014         * g++.dg/inherit/typeinfo1.C: New test.
14015
14016         PR c++/8663
14017         * g++.dg/inherit/typedef1.C: New test.
14018
14019 2002-11-30  Mark Mitchell  <mark@codesourcery.com>
14020
14021         PR c++/8332
14022         PR c++/8493
14023         * g++.dg/template/strlen1.C: New test.
14024
14025         PR c++/8227
14026         * g++.dg/template/ctor2.C: New test.
14027
14028         PR c++/8214
14029         * g++.dg/init/string1.C: New test.
14030
14031         PR c++/8511
14032         * g++.dg/template/friend8.C: New test.
14033
14034 2002-11-29  Joe Buck <jbuck@synopsys.com>
14035
14036         * g++.dg/lookup/anon2.C: New test.
14037
14038 2002-11-28  Kazu Hirata  <kazu@cs.umass.edu>
14039
14040         * gcc.c-torture/execute/strct-varg-1.x: Remove xfail on the
14041         h8300 port.
14042
14043 2002-11-27  Richard Sandiford  <rsandifo@redhat.com>
14044
14045         * gcc.dg/bitfld-6.c: New test.
14046
14047 2002-11-27  Jan Hubicka  <jh@suse.cz>
14048
14049         * gcc.c-torture/execute/20021127.[cx]: New test.
14050
14051 2002-11-26  Jan Hubicka  <jh@suse.cz>
14052
14053         * gcc.dg/i386-cmov[123].c: New tests for conditional move code
14054         quality.
14055
14056 2002-11-26  Geoffrey Keating  <geoffk@apple.com>
14057
14058         * g++.dg/init/brace2.C: New test.
14059         * g++.old-deja/g++.mike/p9129.C: Correct.
14060
14061 2002-11-26  Mark Mitchell  <mark@codesourcery.com>
14062
14063         * g++.dg/abi/empty10.C: Don't run on non-x86 targets.
14064
14065 2002-11-25  Andreas Bauer  <baueran@in.tum.de>
14066
14067         * gcc.dg/sibcall-6: New test for indirect sibcalls.
14068
14069 2002-11-25  Mark Mitchell  <mark@codesourcery.com>
14070
14071         * testsuite/g++.dg/abi/empty11.C: New test.
14072         * testsuite/g++.dg/rtti/cv1.C: New test.
14073
14074 2002-11-25  Hans-Peter Nilsson  <hp@bitrange.com>
14075
14076         * lib/prune.exp: Prune more -fpic/-fPIC warnings.
14077
14078 2002-11-24  Mark Mitchell  <mark@codesourcery.com>
14079
14080         * g++.dg/abi/empty10.C: New test.
14081
14082 2002-11-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
14083
14084         * gcc.c-torture/compile/20021124-1.c: New test.
14085
14086 2002-11-22  Mark Mitchell  <mark@codesourcery.com>
14087
14088         * g++.dg/abi/rtti2.C: New test.
14089
14090 2002-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
14091
14092         * gcc.dg/i386-unroll-1.c: New test.
14093
14094 2002-11-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
14095
14096         * gcc.c-torture/compile/20021120-1.c: New test.
14097         * gcc.c-torture/compile/20021120-2.c: New test.
14098
14099 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
14100
14101         * gcc.dg/bitfld-5.c: New test.
14102
14103 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
14104
14105         * gcc.c-torture/execute/20021120-3.c: New test.
14106
14107 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
14108
14109         * gcc.c-torture/execute/20021120-2.c: New test.
14110
14111 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
14112
14113         * gcc.c-torture/execute/20021120-1.c: New test.
14114
14115 2002-11-20  Jakub Jelinek  <jakub@redhat.com>
14116
14117         * gcc.c-torture/execute/20021118-3.c: New test.
14118
14119 2002-11-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
14120
14121         * gcc.c-torture/compile/20021119-1.c: New test.
14122
14123 2002-11-19  Jason Thorpe  <thorpej@wasabisystems.com>
14124
14125         * gcc.dg/duff-1.c: New test.
14126         * gcc.dg/duff-2.c: New test.
14127         * gcc.dg/duff-3.c: New test.
14128
14129 2002-11-18  Neil Booth  <neil@daikokuya.co.uk>
14130
14131         * gcc.dg/cpp/_Pragma5.c: New test.
14132
14133 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
14134
14135         * gcc.c-torture/execute/20021118-2.c: New test.
14136
14137 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
14138
14139         * gcc.c-torture/execute/20021118-1.c: New test.
14140
14141 2002-11-16  Jakub Jelinek  <jakub@redhat.com>
14142
14143         * gcc.dg/20021116-1.c: New test.
14144
14145 2002-11-14  Mark Mitchell  <mark@codesourcery.com>
14146
14147         * g++.dg/abi/vcall1.C: New test.
14148
14149 2002-11-14  Jakub Jelinek  <jakub@redhat.com>
14150
14151         * gcc.dg/20021029-1.c: New test.
14152         * gcc.dg/20021029-2.c: New test.
14153
14154 2002-11-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14155
14156         * g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*.
14157
14158 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
14159
14160         PR c/8439
14161         * gcc.dg/20021110.c: Move to ...
14162         * gcc.c-torture/compile/20021110.c: .... here.
14163
14164 2002-11-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14165
14166         PR c/8467
14167         * gcc.c-torture/execute/20021111-1.c
14168
14169 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
14170
14171         PR c/8439
14172         * gcc.dg/20021110.c: New test.
14173
14174 2002-11-10  Mark Mitchell  <mark@codesourcery.com>
14175
14176         * g++.dg/abi/vthunk3.C: Run only on x86.
14177
14178 2002-11-10  Joseph S. Myers  <jsm@polyomino.org.uk>
14179
14180         * gcc.dg/c90-idem-qual-2.c, gcc.dg/c99-idem-qual-2.c: New tests.
14181
14182 2002-11-09  Hans-Peter Nilsson  <hp@bitrange.com>
14183
14184         * lib/compat.exp (compat-execute): Fix logic error in last
14185         change.
14186
14187 2002-11-09  Neil Booth  <neil@daikokuya.co.uk>
14188
14189         * gcc.dg/cpp/trad/assembler.S, gcc.dg/cpp/trad/directive.c: Update.
14190
14191 2002-11-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14192
14193         PR c++/8389
14194         * g++.dg/template/access6.C: New test.
14195
14196 2002-11-08  Jan Hubicka  <jh@suse.cz>
14197
14198         * gcc.dg/i386-ssefp-1.c: New test.
14199         * gcc.dg/i386-ssefp-1.c: New test.
14200
14201 2002-11-08  Jan Hubicka  <jh@suse.cz>
14202
14203         * gcc.c-torture/compile/20021108-1.c: New testcase for x86-64 failure.
14204
14205 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
14206
14207         * g++.dg/abi/vthunk3.C: New test.
14208
14209         PR c++/8338
14210         * g++.dg/template/crash2.C: New test.
14211
14212 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
14213
14214         * testsuite/g++.dg/abi/dtor1.C: New test.
14215         * testsuite/g++.dg/abi/dtor2.C: Likewise.
14216
14217 2002-11-05  Geoffrey Keating  <geoffk@apple.com>
14218
14219         * g++.old-deja/g++.eh/badalloc1.C: XFAIL excess errors test on
14220         Darwin.
14221
14222 2002-11-04  Adam Nemet  <anemet@lnxw.com>
14223
14224         * gcc.c-torture/execute/941014-1.x: thumb-elf was deprecated, use
14225         -mthumb.  Only xfail with -O0.
14226
14227 2002-11-03  Mark Mitchell  <mark@codesourcery.com>
14228
14229         * g++.dg/abi/thunk1.C: New test.
14230         * g++.dg/abi/thunk2.C: Likewise.
14231         * g++.dg/abi/vtt1.C: Likewise.
14232
14233 2002-11-02  Diego Novillo  <dnovillo@redhat.com>
14234
14235         PR optimization/8423
14236         * gcc.c-torture/execute/builtin-constant.c: New test.
14237
14238 2002-11-01  Zack Weinberg  <zack@codesourcery.com>
14239
14240         * g++.dg/ext/typedef-init.C, gcc.dg/typedef-init.C:
14241         Add some more cases.
14242
14243 2002-11-01  Mark Mitchell  <mark@codesourcery.com>
14244
14245         PR c++/8391
14246         * g++.dg/opt/local1.C: New test.
14247
14248 2002-10-30  Mark Mitchell  <mark@codesourcery.com>
14249
14250         PR c++/8160
14251         * g++.dg/template/complit1.C: New test.
14252
14253         PR c++/8149
14254         * g++.dg/template/typename4.C: Likewise.
14255
14256 2002-10-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14257
14258         Core issue 287, PR c++/7639
14259         * g++.dg/template/instantiate1.C: Adjust error location.
14260         * g++.dg/template/instantiate3.C: New test.
14261         * g++.old-deja/g++.pt/crash10.C: Adjust error location.
14262         * g++.old-deja/g++.pt/derived3.C: Adjust error location.
14263         * g++.old-deja/g++.pt/spec28.C: Reorder declaration.
14264
14265 2002-10-29  Hans-Peter Nilsson  <hp@bitrange.com>
14266
14267         * lib/compat.exp (compat-execute): Don't clean out a gluefile.
14268
14269 2002-10-29  Mark Mitchell  <mark@codesourcery.com>
14270
14271         PR c++/8287
14272         * g++.dg/init/dtor2.C: New test.
14273
14274 2002-10-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14275
14276         * gcc.dg/20021014-1.c: Bypass errors on solaris2 and irix6.
14277         * gcc.dg/nest.c: Bypass errors on irix6.
14278
14279 2002-10-27  Hans-Peter Nilsson  <hp@bitrange.com>
14280
14281         * gcc.dg/nest.c: Expect error for mmix-*-*.
14282         * gcc.dg/20021014-1.c: Use dg-error, not dg-build.
14283
14284 2002-10-26  Hans-Peter Nilsson  <hp@bitrange.com>
14285
14286         * gcc.dg/wint_t-1.c, gcc.dg/wchar_t-1.c: Remove excess-errors
14287         markers.
14288
14289         * gcc.dg/20021014-1.c: Expect build failure on mmix-*-*.
14290
14291 2002-10-25  Mike Stump  <mrs@apple.com>
14292
14293         * gcc.dg/warn-1.c: New test.
14294
14295 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
14296
14297         * g++.dg/template/typename3.C: New test.
14298
14299 2002-10-25  Mark Mitchell  <mark@codesourcery.com>
14300
14301         * g++.dg/lookup/ptrmem1.C: New test.
14302
14303         * g++.dg/abi/vthunk2.C: New test.
14304
14305 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
14306
14307         * g++.dg/ext/vla1.C, gcc.dg/vla-2.c: New tests.
14308
14309 2002-10-24  Mark Mitchell  <mark@codesourcery.com>
14310
14311         * g++.dg/abi/empty9.C: New test.
14312
14313 2002-10-24  Richard Henderson  <rth@redhat.com>
14314
14315         * g++.dg/inherit/thunk1.C: Enable for ia64.
14316
14317 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
14318
14319         PR c++/8067
14320         * g++.dg/lookup/pretty1.C: New test.
14321
14322 2002-10-23  Jakub Jelinek  <jakub@redhat.com>
14323
14324         * gcc.dg/20021023-1.c: New test.
14325
14326 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
14327
14328         PR c++/7679
14329         * g++.dg/parse/inline1.C: New test.
14330
14331 2002-10-23  Richard Henderson  <rth@redhat.com>
14332
14333         * g++.dg/inherit/thunk1.C: Enable for x86_64.
14334
14335         * g++.dg/inherit/thunk1.C: Enable for s390 and alpha.
14336
14337 2002-10-22  Mark Mitchell  <mark@codesourcery.com>
14338
14339         PR c++/6579
14340         * g++.dg/parse/stmtexpr3.C: New test.
14341
14342 2002-10-22  Nathan Sidwell  <nathan@codesourcery.com>
14343
14344         * g++.dg/expr/cond1.C: New test.
14345
14346 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
14347
14348         * gcc.dg/sibcall-5.c: Correct { dg-do run } line.
14349
14350 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
14351
14352         * g++.dg/abi/vbase13.C: New test.
14353         * g++.dg/abi/vbase14.C: Likewise.
14354
14355 2002-10-21  Jakub Jelinek  <jakub@redhat.com>
14356
14357         * gcc.dg/tls/pic-1.c: New test.
14358         * gcc.dg/tls/nonpic-1.c: New test.
14359         * gcc.dg/20021018-1.c: New test.
14360
14361 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
14362
14363         * lib/profopt.exp (profopt-cleanup): New argument TESTCASE.
14364         Remove only files with the same base name as the test case.
14365         (profopt-perf-value): Pass TESTCASE to profopt-cleanup.
14366         (profopt-execute): Likewise.  Also, remove old profiling
14367         and performance data files before running the tests.
14368
14369         * gcc.misc-tests/bprob.exp: Remove profopt-cleanup calls.
14370         * g++.dg/bprob/bprob.exp: Likewise.
14371         * g77.dg/bprob/bprob.exp: Likewise.  Also, relax regexp
14372         to allow more general test case names.
14373
14374         * g++.dg/bprob/bprob-1.C: Rename to ...
14375         * g++.dg/bprob/g++-bprob-1.C: ... this.
14376
14377         * g77.dg/bprob/bprob-1.f: Rename to ...
14378         * g77.dg/bprob/g77-bprob-1.f: ... this.
14379
14380 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
14381
14382         * gcc.dg/noncompile/920923-1.c: Prevent spurious regressions with
14383         bison 1.50 or later.
14384
14385 2002-10-21  Janis Johnson  <janis187@us.ibm.com>
14386
14387         * g++.dg/README: Describe more test directories.
14388
14389 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
14390
14391         * g++.dg/init/array6.C: Add additional tests.
14392
14393 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
14394
14395         * gcc.dg/weak/typeof-2.c: Handle s390x targets as well.
14396         * gcc.misc-tests/linkage.exp: Handle s390x targets in -m31 mode.
14397
14398 2002-10-21  Kazu Hirata  <kazu@cs.umass.edu>
14399
14400         * gcc.c-torture/compile/20020604-1.x: New.
14401         * gcc.c-torture/compile/simd-5.x: Likewise.
14402         * gcc.c-torture/execute/920710-1.x: Likewise.
14403         * gcc.c-torture/execute/20020720-1.x: Disable on h8300.
14404
14405 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
14406
14407         * g++.dg/inherit/override1.C: Add dg-options clause.
14408
14409 2002-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
14410
14411         * testsuite/gcc.dg/i386-sse-3.c: Add tests for _mm_srli_si128 and
14412         _mm_slli_si128.
14413
14414 2002-10-19  Andreas Schwab  <schwab@suse.de>
14415
14416         * lib/compat.exp (compat-run): Prepend "./" when $dest has no
14417         directory component.
14418
14419 2002-10-18  Mark Mitchell  <mark@codesourcery.com>
14420
14421         * g++.dg/inherit/thunk1.C: New test.
14422
14423         * g++.dg/inherit/override1.C: New test.
14424
14425         * g++.dg/abi/mangle11.C: New test.
14426         * g++.dg/abi/mangle14.C: New test.
14427         * g++.dg/abi/mangle17.C: New test.
14428
14429 2002-10-17  Nathan Sidwell  <nathan@codesourcery.com>
14430
14431         * g++.dg/overload/member2.C: New test.
14432
14433 2002-10-17  Janis Johnson  <janis187@us.ibm.com>
14434
14435         * g++.dg/README: Describe new compat directory.
14436         * g++.dg/dg.exp: Skip tests in compat directory.
14437         * README.compat: New file.
14438         * lib/compat.exp: New expect script.
14439         * g++.dg/compat: New test directory.
14440         * g++.dg/compat/compat.exp: New expect script.
14441         * g++.dg/compat/abi: New test directory.
14442         * g++.dg/compat/abi/bitfield1_x.C, g++.dg/compat/abi/bitfield1_main.C,
14443         g++.dg/compat/abi/bitfield1_y.C, g++.dg/compat/abi/bitfield1.h,
14444         g++.dg/compat/abi/bitfield2_x.C, g++.dg/compat/abi/bitfield2_main.C,
14445         g++.dg/compat/abi/bitfield2_y.C, g++.dg/compat/abi/bitfield2.h,
14446         g++.dg/compat/abi/vbase8-10_x.C, g++.dg/compat/abi/vbase8-10_main.C,
14447         g++.dg/compat/abi/vbase8-10_y.C, g++.dg/compat/abi/vbase8-10.h,
14448         g++.dg/compat/abi/vbase8-21_x.C, g++.dg/compat/abi/vbase8-21_main.C,
14449         g++.dg/compat/abi/vbase8-21_y.C, g++.dg/compat/abi/vbase8-21.h,
14450         g++.dg/compat/abi/vbase8-22_x.C, g++.dg/compat/abi/vbase8-22_main.C,
14451         g++.dg/compat/abi/vbase8-22_y.C, g++.dg/compat/abi/vbase8-22.h,
14452         g++.dg/compat/abi/vbase8-4_x.C, g++.dg/compat/abi/vbase8-4_main.C,
14453         g++.dg/compat/abi/vbase8-4_y.C, g++.dg/compat/abi/vbase8-4.h: New files.
14454         * g++.dg/compat/break: New test directory.
14455         * g++.dg/compat/break/empty6_x.C, g++.dg/compat/break/empty6_main.C,
14456         g++.dg/compat/break/empty6_y.C, g++.dg/compat/break/empty6.h,
14457         g++.dg/compat/break/vbase10_x.C, g++.dg/compat/break/vbase10_main.C,
14458         g++.dg/compat/break/vbase10_y.C, g++.dg/compat/break/vbase10.h,
14459         g++.dg/compat/break/vbase11_x.C, g++.dg/compat/break/vbase11_main.C,
14460         g++.dg/compat/break/vbase11_y.C, g++.dg/compat/break/vbase11.h,
14461         g++.dg/compat/break/bitfield7_x.C, g++.dg/compat/break/bitfield7_main.C,
14462         g++.dg/compat/break/bitfield7_y.C, g++.dg/compat/break/bitfield7.h,
14463         g++.dg/compat/break/bitfield5_x.C, g++.dg/compat/break/bitfield5_main.C,
14464         g++.dg/compat/break/bitfield5_y.C, g++.dg/compat/break/bitfield5.h,
14465         g++.dg/compat/break/README: New files.
14466         * g++.dg/compat/eh: New test directory.
14467         * g++.dg/compat/eh/ctor1_x.C, g++.dg/compat/eh/ctor1_main.C,
14468         g++.dg/compat/eh/ctor1_y.C, g++.dg/compat/eh/ctor1.h,
14469         g++.dg/compat/eh/ctor2_x.C, g++.dg/compat/eh/ctor2_main.C,
14470         g++.dg/compat/eh/ctor2_y.C, g++.dg/compat/eh/ctor2.h,
14471         g++.dg/compat/eh/dtor1_x.C, g++.dg/compat/eh/dtor1_main.C,
14472         g++.dg/compat/eh/dtor1_y.C, g++.dg/compat/eh/dtor1.h,
14473         g++.dg/compat/eh/filter1_x.C, g++.dg/compat/eh/filter1_main.C,
14474         g++.dg/compat/eh/filter1_y.C, g++.dg/compat/eh/filter1.h,
14475         g++.dg/compat/eh/filter2_x.C, g++.dg/compat/eh/filter2_main.C,
14476         g++.dg/compat/eh/filter2_y.C,
14477         g++.dg/compat/eh/new1_x.C, g++.dg/compat/eh/new1_main.C,
14478         g++.dg/compat/eh/new1_y.C,
14479         g++.dg/compat/eh/nrv1_x.C, g++.dg/compat/eh/nrv1_main.C,
14480         g++.dg/compat/eh/nrv1_y.C, g++.dg/compat/eh/nrv1.h,
14481         g++.dg/compat/eh/spec3_x.C, g++.dg/compat/eh/spec3_main.C,
14482         g++.dg/compat/eh/spec3_y.C, g++.dg/compat/eh/spec3.h,
14483         g++.dg/compat/eh/template1_x.C, g++.dg/compat/eh/template1_main.C,
14484         g++.dg/compat/eh/template1_y.C, g++.dg/compat/eh/template1.h,
14485         g++.dg/compat/eh/unexpected1_x.C, g++.dg/compat/eh/unexpected1_main.C,
14486         g++.dg/compat/eh/unexpected1_y.C: New files.
14487         * g++.dg/compat/init: New test directory.
14488         * g++.dg/compat/init/array5_x.C, g++.dg/compat/init/array5_main.C,
14489         g++.dg/compat/init/array5_y.C,
14490         g++.dg/compat/init/byval1_x.C, g++.dg/compat/init/byval1_main.C,
14491         g++.dg/compat/init/byval1_y.C, g++.dg/compat/init/byval1.h,
14492         g++.dg/compat/init/dtor1_x.C, g++.dg/compat/init/dtor1_main.C,
14493         g++.dg/compat/init/dtor1_y.C, g++.dg/compat/init/dtor1.h,
14494         g++.dg/compat/init/elide1_x.C, g++.dg/compat/init/elide1_main.C,
14495         g++.dg/compat/init/elide1_y.C, g++.dg/compat/init/elide1.h,
14496         g++.dg/compat/init/init-ref2_x.C, g++.dg/compat/init/init-ref2_main.C,
14497         g++.dg/compat/init/init-ref2_y.C: New files.
14498
14499 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
14500
14501         PR c++/7584
14502         * g++.dg/inherit/using3.C: New test.
14503
14504 2002-10-17  Jan Hubicka  <jh@suse.cz>
14505
14506         * gcc.dg/20021017-2.c: New test.
14507
14508 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
14509
14510         * g++.dg/abi/mangle16.C: Adjust.
14511
14512         * g++.dg/init/array8.C: New test.
14513
14514 2002-10-17  Richard Sandiford  <rsandifo@redhat.com>
14515
14516         * gcc.dg/special/mips-abi.exp: New test.
14517         * gcc.dg/special/mips-abi.s: Empty file used by the above.
14518
14519 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
14520
14521         * g++.dg/abi/mangle16.C: New test.
14522         * g++.dg/abi/mangle17.C: Likewise.
14523
14524         PR c++/7478
14525         * g++.dg/template/ref1.C: New test.
14526
14527 2002-10-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14528
14529         * gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips.
14530
14531 2002-10-16  Ulrich Weigand  <uweigand@de.ibm.com>
14532
14533         * gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.
14534
14535 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
14536
14537         PR c++/7524
14538         * g++.dg/init/array7.C: New test.
14539
14540 2002-10-15  Mark Mitchell  <mark@codesourcery.com>
14541
14542         * g++.dg/init/array6.C: New test.
14543
14544         * g++.dg/abi/mangle13.C: Likewise.
14545         * g++.dg/abi/mangle14.C: Likewise.
14546         * g++.dg/abi/mangle15.C: Likewise.
14547
14548 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
14549
14550         * g++.dg/abi/empty8.C: New test.
14551
14552 2002-10-15  Nathan Sidwell  <nathan@codesourcery.com>
14553
14554         * g++.dg/init/ctor1.C: New test.
14555
14556 2002-10-15  Ulrich Weigand  <uweigand@de.ibm.com>
14557
14558         * gcc.c-torture/execute/20021015-1.c: New test.
14559
14560 2002-10-15  J"orn Rennecke <joern.rennecke@superh.com>
14561
14562         * gcc.dg/weak/typeof-2.c: For SH targets, return before baz3 test.
14563
14564 2002-10-14  Jan Hubicka  <jh@suse.cz>
14565
14566         * gcc.dg/i386-ssetype-[1-5].c: New tests.
14567
14568 2002-10-14  Richard Henderson  <rth@redhat.com>
14569
14570         * gcc.dg/20020219-1.c: Disable for 16-bit targets.
14571
14572 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
14573
14574         PR optimization/6631
14575         * g++.dg/opt/const2.C: New test.
14576
14577 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
14578
14579         PR c++/7176
14580         * g++.dg/parse/friend1.C: New test.
14581         * g++.old-deja/g++.pt/memtemp64.C: Adjust.
14582
14583 2002-10-14  Jakub Jelinek  <jakub@redhat.com>
14584
14585         * gcc.dg/20021014-1.c: New test.
14586
14587 2002-10-11  Mark Mitchell  <mark@codesourcery.com>
14588
14589         PR c++/5661
14590         * g++.dg/ext/vlm1.C: New test.
14591         * g++.dg/ext/vlm2.C: Likewise.
14592
14593         * g++.dg/init/array1.C: Remove invalid braces.
14594         * g++.dg/init/brace1.C: New test.
14595         * g++.dg/init/copy2.C: Likewise.
14596         * g++.dg/init/copy3.C: Likewise.
14597         * g++.old-deja/g++.ext/arrnew.C: Change WARNING to ERROR.
14598         * g++.old-deja/g++.mike/p9129.C: Add ERROR on invalid use of
14599         braces.
14600
14601 2002-10-11  Neil Booth  <neil@daikokuya.co.uk>
14602
14603         * gcc.dg/cpp/assembler.S: Don't use -ansi.
14604
14605 2002-10-11  Richard Shann  <richard.shann@superh.com>
14606
14607         * gcc.c-torture/compile/simd-5.c: New test.
14608
14609 2002-10-10  Roger Sayle  <roger@eyesopen.com>
14610
14611         * gcc.c-torture/execute/shiftopt-1.c: New test case.
14612
14613 2002-10-10  Jim Wilson  <wilson@redhat.com>
14614
14615         * gcc.c-torture/execute/20021010-1.c: New test.
14616
14617 2002-10-09  Zack Weinberg  <zack@codesourcery.com>
14618
14619         PR c/7353
14620         * g++.dg/ext/typedef-init.C: New test.
14621         * gcc.dg/typedef-init.c: New test.
14622
14623 2002-10-09  Neil Booth  <neil@daikokuya.co.uk>
14624
14625         * gcc.dg/cpp/paste13.c: New test.
14626
14627 2002-10-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14628
14629         * gcc.c-torture/execute/20020720-1.x: Take out sparc XFAILs.  For
14630         remaining platforms, XFAIL during compile, not execute.  Don't
14631         XFAIL at -O0.
14632
14633 2002-10-08  Nathan Sidwell  <nathan@codesourcery.com>
14634
14635         * gcc.dg/alias-1.c: Tweak expected warning.
14636
14637 2002-10-06  D.Venkatasubramanian <dvenkat@noida.hcltech.com>
14638
14639         * gcc.dg/20020411-1.c: Disable for 16-bit "int".
14640
14641 2002-10-06  Andreas Jaeger  <aj@suse.de>
14642
14643         * gcc.dg/cpp/c++98-pedantic.C: Moved to g++.dg/cpp.
14644         * gcc.dg/cpp/c++98.C: Likewise.
14645
14646         * g++.dg/cpp/c++98-pedantic.C: Moved from gcc.dg/cpp to here.
14647         * g++.dg/cpp/c++98.C: Likewise.
14648
14649         * g++.dg/README (Subdirectories): Mention cpp directory.
14650
14651         PR target/7559
14652         * gcc.dg/20021006-1.c: New test.
14653
14654 2002-10-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14655
14656         PR c++/7804
14657         * g++.dg/other/warning1.C: New test.
14658
14659 2002-10-04  Roger Sayle  <roger@eyesopen.com>
14660
14661         * gcc.c-torture/execute/20020720-1.x:  XFAIL instead of skipping
14662         the test on failing platforms.  Mark sparcv9-*-*, sparc64-*-*
14663         and sparc-*-* with -m64 as expected failures.  See PR 8087.
14664
14665 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
14666
14667         PR c++/7931
14668         * g++.dg/template/ptrmem3.C: New test.
14669
14670         PR c++/7754
14671         * g++.dg/template/union1.C: New test.
14672
14673 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
14674
14675         PR c++/8006
14676         * g++.dg/abi/mangle9.C: New test.
14677         * g++.dg/abi/mangle10.C: New test.
14678         * g++.dg/abi/mangle11.C: New test.
14679         * g++.dg/abi/mangle12.C: New test.
14680
14681 2002-10-02  Mark Mitchell  <mark@codesourcery.com>
14682
14683         PR c++/7188.
14684         * g++.dg/template/meminit1.C: New test.
14685         * g++.dg/warn/Wreorder-1.C: Likewise.
14686         * g++.old-deja/g++.mike/warn3.C: Tweak.
14687         * lib/prune.exp: Ingore "in copy constructor".
14688
14689 2002-10-02  Andreas Jaeger  <aj@suse.de>
14690
14691         * gcc.dg/20020919-1.c, gcc.dg/inline-2.c, gcc.dg/980211-1.c,
14692         gcc.dg/20020103-1.c, gcc.dg/20000614-2.c,
14693         g++.old-deja/g++.pt/asm1.C, g++.old-deja/g++.other/asm3.C: Enable
14694         on x86-64.
14695
14696 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
14697
14698         * gcc.dg/empty1.C: Fix typo.
14699
14700 2002-10-01  Nathan Sidwell  <nathan@codesourcery.com>
14701
14702         * gcc.dg/alias-1.c: New test.
14703
14704 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
14705
14706         * gcc.dg/empty1.C: New test.
14707
14708         * g++.dg/tls/init-2.C: Tweak error messages.
14709
14710 2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
14711
14712         * gcc.c-torture/compile/20020923-1.c: New test.
14713
14714 2002-09-30  Jason Thorpe  <thorpej@wasabisystems.com>
14715
14716         * gcc.c-torture/execute/ffs-1.c: New test.
14717         * gcc.c-torture/execute/ffs-2.c: Ditto.
14718
14719 2002-09-30  Nathan Sidwell  <nathan@codesourcery.com>
14720
14721         * g++.dg/overload/member1.C: New test.
14722
14723 2002-09-30  Mark Mitchell  <mark@codesourcery.com>
14724
14725         * g++.dg/abi/empty7.C: New test.
14726         * g++.dg/init/pm2.C: Likewise.
14727
14728 2002-09-29  Nathan Sidwell  <nathan@codesourcery.com>
14729
14730         * g++.dg/rtti/crash1.C: New test.
14731
14732 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
14733
14734         * gcc.dg/sibcall-1.c, gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c,
14735         gcc.dg/sibcall-4.c: New tests.
14736
14737 2002-09-28  Roger Sayle  <roger@eyesopen.com>
14738
14739         * gcc.c-torture/execute/20020720-1.x: No longer skip test on
14740         powerpc and MMIX targets.
14741
14742 2002-09-27  Zack Weinberg  <zack@codesourcery.com>
14743
14744         * gcc.dg/cpp/20020927-1.c: New.
14745
14746 2002-09-26  David S. Miller  <davem@redhat.com>
14747
14748         * gcc.c-torture/compile/trunctfdf.c: New.
14749
14750 2002-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14751
14752         * lib/target-supports.exp (check_weak_available): Handle solaris2.
14753
14754 2002-09-27  Alan Modra  <amodra@bigpond.net.au>
14755
14756         * gcc.c-torture/execute/loop-15.c: New.
14757
14758 2002-09-26  Janis Johnson  <janis187@us.ibm.com>
14759
14760         * README.QMTEST: Fix typo.
14761
14762 2002-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
14763
14764         * gcc.dg/20020926-1.c: New test.
14765
14766 2002-09-25  David S. Miller  <davem@redhat.com>
14767
14768         PR target/7842
14769         * gcc.c-torture/execute/shiftdi.c: New test.
14770
14771 2002-09-26  Richard Earnshaw  <rearnsha@arm.com>
14772
14773         * lib/gcc.exp (gcc_init): Use a filename for the testglue that is
14774         unique to the tool.
14775         * lib/g77.exp (g77_init): Likewise.
14776         * lib/g++.exp (g++_init): Likewise.
14777         * lib/objc.exp (objc_init): Likewise.
14778
14779 2002-09-25  Mark Mitchell  <mark@codesourcery.com>
14780
14781         * gcc/testsuite/g++.dg/abi/empty5.C: New test.
14782         * gcc/testsuite/g++.dg/abi/empty6.C: New test.
14783         * gcc/testsuite/g++.dg/abi/vbase12.C: New test.
14784
14785 2002-09-25  Richard Henderson  <rth@redhat.com>
14786
14787         * gcc.c-torture/execute/ieee/20010226-1.c: Early exit for
14788         too-small long double.
14789
14790 2002-09-23  Hans-Peter Nilsson  <hp@axis.com>
14791
14792         * gcc.dg/20020919-1.c: New test.
14793
14794 2002-09-23  Mark Mitchell  <mark@codesourcery.com>
14795
14796         * g++.dg/abi/bitfield6.C: New test.
14797         * g++.dg/abi/bitfield7.C: New test.
14798         * g++.dg/abi/bitfield8.C: New test.
14799         * g++.dg/abi/vbase11.C: New test.
14800
14801 2002-09-22  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14802
14803         * gcc.dg/20020219-1.c: Add "-mdisable-indexing" option for target
14804         hppa*-*-hpux*.  Update test comment.
14805
14806 2002-09-20  Jakub Jelinek  <jakub@redhat.com>
14807
14808         * gcc.dg/tls/struct-1.c: New test.
14809
14810 2002-09-20  Neil Booth  <neil@daikokuya.co.uk>
14811
14812         * gcc.dg/cpp/tr-warn2.c: Update.
14813
14814 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
14815
14816         * gcc.c-torture/execute/20020720-1.x: Skip test on ARM-based systems.
14817
14818 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
14819
14820         * gcc.c-torture/execute/990208-1.x: XFAIL this at -O3 for ARM-based
14821         systems.
14822
14823 2002-09-20  Hans-Peter Nilsson  <hp@bitrange.com>
14824
14825         * gcc.c-torture/execute/ieee/mzero3.c: New test.
14826
14827         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
14828         Adjust for c++filt moved to binutils.  Remove spurious duplicate
14829         setting of cxxfilt.
14830
14831 2002-09-19  Geoffrey Keating  <geoffk@apple.com>
14832
14833         * gcc.dg/20020312-2.c: Update for darwin.
14834
14835 2002-09-18  Nathan Sidwell  <nathan@codesourcery.com>
14836
14837         * g++.old-deja/g++.other/crash32.C: Mark ICE.
14838
14839 2002-09-17  Nicola Pero  <n.pero@mi.flashnet.it>
14840
14841         * objc.dg/comp-types-1.m: New test.
14842         * objc.dg/comp-types-2.m: New test.
14843         * objc.dg/comp-types-3.m: New test.
14844         * objc.dg/comp-types-4.m: New test.
14845         * objc.dg/comp-types-5.m: New test.
14846         * objc.dg/comp-types-6.m: New test.
14847
14848 2002-09-17  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14849
14850         * gcc.c-torture/execute/strct-stdarg-1.x: Remove file.
14851
14852 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
14853
14854         * g++.dg/other/do1.C: New test.
14855
14856         * g++.dg/template/subst1.C: New test.
14857
14858 2002-09-16  Steve Ellcey  <sje@cup.hp.com>
14859
14860         * gcc.dg/20020312-2.c: Change __parisc__ to __hppa__.
14861
14862 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
14863
14864         * g++.dg/template/qualttp20.C: Adjust expected errors.
14865         * g++.old-deja/g++.jason/report.C: Likewise.
14866         * g++.old-deja/g++.other/qual1.C: Likewise.
14867
14868         * g++.dg/lookup/scoped2.C: New test.
14869
14870         * g++.dg/ext/asm3.C: New test.
14871
14872 2002-09-16  Richard Earnshaw  <rearnsha@arm.com>
14873
14874         * objc.dg/bitfield-2.m (dg-options): Add -fsigned-char.
14875
14876 2002-09-16  Kazu Hirata  <kazu@cs.umass.edu>
14877
14878         * ChangeLog: follow spelling conventions.
14879         * g++.old-deja/g++.abi/ptrmem.C: Likewise.
14880         * g++.old-deja/g++.bugs/900210_05.C: Likewise.
14881         * g++.old-deja/g++.bugs/900211_04.C: Likewise.
14882         * g++.old-deja/g++.bugs/900321_02.C: Likewise.
14883         * g++.old-deja/g++.bugs/900404_02.C: Likewise.
14884         * g++.old-deja/g++.bugs/900520_06.C: Likewise.
14885         * g++.old-deja/g++.law/global-init1.C: Likewise.
14886         * g++.old-deja/g++.other/delete4.C: Likewise.
14887         * g++.old-deja/g++.other/inline21.C: Likewise.
14888         * g++.old-deja/g++.other/singleton.C: Likewise.
14889         * g77.dg/strlen0.f: Likewise.
14890         * g77.f-torture/compile/20010519-1.f: Likewise.
14891         * g77.f-torture/compile/980310-4.f: Likewise.
14892         * gcc.c-torture/compile/20000605-1.c: Likewise.
14893         * gcc.c-torture/execute/20020225-1.c: Likewise.
14894         * gcc.dg/c90-hexfloat-2.c: Likewise.
14895         * gcc.dg/c99-bool-1.c: Likewise.
14896         * gcc.dg/c99-hexfloat-2.c: Likewise.
14897         * gcc.dg/dll-2.c: Likewise.
14898         * gcc.dg/wtr-union-init-1.c: Likewise.
14899         * gcc.dg/wtr-union-init-2.c: Likewise.
14900         * gcc.dg/wtr-union-init-3.c: Likewise.
14901         * gcc.dg/cpp/avoidpaste1.c: Likewise.
14902         * gcc.dg/cpp/defined.c: Likewise.
14903         * gcc.dg/cpp/macsyntx.c: Likewise.
14904         * gcc.dg/cpp/paste2.c: Likewise.
14905         * gcc.dg/cpp/trad/defined.c: Likewise.
14906         * gcc.dg/format/c90-printf-1.c: Likewise.
14907         * gcc.dg/format/c90-scanf-1.c: Likewise.
14908         * gcc.dg/format/c99-printf-1.c: Likewise.
14909         * gcc.dg/format/c99-scanf-1.c: Likewise.
14910         * gcc.misc-tests/gcov-8.c: Likewise.
14911         * lib/profopt.exp: Likewise.
14912
14913 2002-09-15  Krister Walfridsson  <cato@df.lth.se>
14914
14915         * lib/old-dejagnu.exp (old-dejagnu) Improve test for ICE.
14916
14917 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
14918
14919         * g++.dg/inherit/using2.C: New test.
14920
14921 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
14922
14923         * ChangeLog: Follow spelling conventions.
14924         * g++.dg/template/friend4.C: Likewise.
14925         * g++.old-deja/g++.pt/crash67.C: Likewise.
14926         * gcc.c-torture/execute/20000801-4.c: Likewise.
14927         * gcc.dg/c90-digraph-1.c: Likewise.
14928         * gcc.dg/c94-digraph-1.c: Likewise.
14929         * gcc.dg/c99-digraph-1.c: Likewise.
14930         * gcc.dg/cpp/line5.c: Likewise.
14931         * gcc.dg/cpp/multiline.c: Likewise.
14932         * gcc.dg/cpp/trad/literals-1.c: Likewise.
14933         * gcc.dg/format/attr-3.c: Likewise.
14934         * gcc.dg/format/c90-scanf-3.c: Likewise.
14935         * gcc.dg/format/ext-4.c: Likewise.
14936
14937 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
14938
14939         * g++.dg/template/pretty1.C: New test.
14940
14941 2002-09-14  Alan Modra  <amodra@bigpond.net.au>
14942
14943         * gcc.c-torture/execute/struct-cpy-1.c: New test.
14944
14945 2002-09-13  Matt Austern  <austern@apple.com>
14946
14947         * testsuite/g++.dg/other/constref[12].C: New, regression tests for
14948         passing a cast expression to a function by const reference.
14949
14950 2002-09-13  Nathan Sidwell  <nathan@codesourcery.com>
14951
14952         * g++.dg/template/deduce1.C: New test.
14953
14954 2002-09-13  Kazu Hirata  <kazu@cs.umass.edu>
14955
14956         * gcc.c-torture/execute/simd-1.c: Force all use of int to
14957         32-bit int.
14958
14959 2002-09-10  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14960
14961         * gcc.dg/struct-ret-1.c: Add prototype for exit function and correct
14962         usage.
14963
14964 2002-09-10  Richard Earnshaw  <rearnsha@arm.com>
14965
14966         * gcc.c-torture/compile/20020910-1.c: New test.
14967
14968 2002-09-10  Frank Ch. Eigler  <fche@redhat.com>
14969
14970         * gcc.c-torture/execute/20010915-1.c: Correct typo in abort call.
14971
14972 2002-09-10  Andreas Jaeger  <aj@suse.de>
14973
14974         * gcc.dg/20020312-2.c: Adjust for x86-64.
14975
14976 2002-09-08  Toon Moene  <toon@moene.indiv.nluug.nl>
14977
14978         * g77.dg/7388.f: New test case for PR 7388.
14979
14980 2002-09-07  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
14981
14982         * gcc.dg/compare2.c: Remove xfail from cases 10 and 12.
14983
14984 2002-09-05  Ziemowit Laski <zlaski@apple.com>
14985
14986         * objc.dg/proto-lossage-1.m: New test.
14987
14988 2002-09-06  Neil Booth  <neil@daikokuya.co.uk>
14989
14990         * gcc.dg/cpp/_Pragma4.c: Fix typo.
14991
14992 2002-09-06  Nicola Pero  <n.pero@mi.flashnet.it>
14993
14994         * objc/execute/formal_protocol-6.x: Removed.  This testcase is now
14995         expected to pass.
14996
14997 2002-09-06  Stan Shebs  <shebs@apple.com>
14998             David Edelsohn  <edelsohn@gnu.org>
14999
15000         * gcc.dg/weak: New directory.
15001         * gcc.dg/weak-[1-9].c: Move to new directory, remove all
15002         target-specific xfail bits.
15003         * gcc.dg/typeof-2.c: Move to new directory.
15004         * gcc.dg/weak.exp: New expect script.
15005
15006 2002-09-06  Alan Modra  <amodra@bigpond.net.au>
15007
15008         * gcc.c-torture/execute/extzvsi.c: New test.
15009
15010 2002-09-05  Stan Shebs  <shebs@apple.com>
15011
15012         * gcc.dg/weak-1.c: xfail on Darwin.
15013         * gcc.dg/weak-2.c: Ditto.
15014         * gcc.dg/weak-3.c: Ditto.
15015         * gcc.dg/weak-4.c: Ditto.
15016         * gcc.dg/weak-5.c: Ditto.
15017         * gcc.dg/weak-6.c: Ditto.
15018         * gcc.dg/weak-7.c: Ditto.
15019         * gcc.dg/weak-8.c: Ditto.
15020         * gcc.dg/weak-9.c: Ditto.
15021
15022 2002-09-05  J"orn Rennecke <joern.rennecke@superh.com>
15023
15024         * gcc.c-torture/execute/loop-14.c: New test.
15025
15026 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
15027
15028         * g++.dg/other/cxa-atexit1.C: New test.
15029
15030         * gcc.dg/typeof-2.c: New test.
15031
15032 2002-09-03  Roger Sayle  <roger@eyesopen.com>
15033
15034         * gcc.dg/builtins-2.c: New testcase.
15035         * gcc.dg/builtins-3.c: New testcase.
15036
15037 2002-09-03  Neil Booth  <neil@daikokuya.co.uk>
15038
15039         * gcc.dg/cpp/_Pragma4.c: New test.
15040
15041 2002-09-03  Nicola Pero  <n.pero@mi.flashnet.it>
15042
15043         * objc/execute/nil_method-1.m: New testcase.
15044
15045 2002-09-01  Nicola Pero  <n.pero@mi.flashnet.it>
15046
15047         * objc/execute/class-tests-1.h (test_class_with_superclass): Call
15048         [Object class], not [Object initialize].
15049
15050 2002-08-31  Roger Sayle  <roger@eyesopen.com>
15051             Hans-Peter Nilsson  <hp@bitrange.com>
15052
15053         * gcc.c-torture/execute/20020720-1.x: Skip test on
15054         mmix-knuth-mmixware.  Correct comment.
15055
15056 2002-08-27  Mark Mitchell  <mark@codesourcery.com>
15057
15058         * testsuite/g++.dg/abi/bitfield5.C: New test.
15059         * testsuite/g++.dg/abi/vbase10.C: Likewise.
15060
15061 2002-08-27  Nicola Pero  <n.pero@mi.flashnet.it>
15062
15063         * objc.dg/undeclared-selector.m: New test.
15064
15065 2002-08-27  Nathan Sidwell  <nathan@codesourcery.com>
15066
15067         * g++.dg/other/offsetof1.C: Avoid cast warning.
15068
15069 2002-08-26  Ziemowit Laski  <zlaski@apple.com>
15070
15071         * objc.dg/super-class-2.m: New test.
15072
15073 2002-08-24  Matt Austern  <austern@apple.com>
15074
15075         * g++.dg/ext/lvaddr.C: New test.
15076         * g++.dg/ext/lvcast.C: New test.
15077
15078 2002-08-22  Mark Mitchell  <mark@codesourcery.com>
15079
15080         * testsuite/g++.dg/inherit/cond1.C: New test.
15081
15082 2002-08-22  Geoffrey Keating  <geoffk@redhat.com>
15083
15084         * gcc.dg/noncompile/incomplete-1.c: New test.
15085
15086 2002-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
15087
15088         * gcc.dg/typespec-1.c: New test.
15089
15090 2002-08-20  Devang Patel  <dpatel@apple.com>
15091         * objc.dg/proto-hier-2.m: New test.
15092
15093 2002-08-19  Ziemowit Laski  <zlaski@apple.com>
15094
15095         * objc.dg/bitfield-1.m: New test.
15096         * objc.dg/bitfield-2.m: New test.
15097
15098 2002-08-17  Joseph S. Myers  <jsm@polyomino.org.uk>
15099
15100         * gcc.dg/c90-flex-array-1.c, gcc.dg/c99-flex-array-3.c,
15101         gcc.dg/c99-flex-array-4.c: New tests.
15102
15103 2002-08-16  Stan Shebs  <shebs@apple.com>
15104
15105         * objc/execute/selector-1.m: Add __NEXT_RUNTIME__ case.
15106
15107 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
15108
15109         * gcc.dg/typeof-1.c: New test.
15110         * g++.dg/ext/typeof2.C: New test.
15111
15112 2002-08-15  Nathan Sidwell  <nathan@codesourcery.com>
15113
15114         * g++.dg/other/offsetof1.C: New test.
15115
15116 2002-08-14  Richard Henderson  <rth@redhat.com>
15117
15118         * gcc.dg/tls/diag-3.c: Fix expected message strings.
15119
15120 2002-08-14  Neil Booth  <neil@daikokuya.co.uk>
15121
15122         * gcc.dg/cpp/_Pragma3.c: New test.
15123
15124 2002-08-13  Mark Mitchell  <mark@codesourcery.com>
15125
15126         * g++.dg/template/inherit3: New test.
15127
15128 2002-08-10  Nathan Sidwell  <nathan@codesourcery.com>
15129
15130         * gcc.dg/bitfld-4.c: Add blank options.
15131
15132 2002-08-09  Mark Mitchell  <mark@codesourcery.com>
15133
15134         * g++.dg/template/crash1.C: New test.
15135
15136 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
15137
15138         * gcc.dg/tls/opt-2.c: New test.
15139
15140 2002-08-08  Devang Patel  <dpatel@apple.com>
15141
15142         * objc.dg/selector-1.m : New test
15143
15144 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
15145
15146         * g++.dg/abi/bitfield4.C: New test.
15147         * gcc.dg/bitfld-4.c: New test.
15148
15149 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
15150
15151         * g++.dg/other/packed1.C: New test.
15152
15153 2002-08-07  Mark Mitchell  <mark@codesourcery.com>
15154
15155         * g++.dg/abi/offsetof.C: Tweak error messages.
15156         * g++.old-deja/g++.mike/p10769a.C: Likewise.
15157
15158 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
15159
15160         * gcc.dg/bitfld-3.c: New test.
15161
15162 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
15163             Richard Henderson  <rth@redhat.com>
15164
15165         * gcc.dg/i386-bitfield1.c: New test.
15166         * g++.dg/abi/bitfield3.C: Update.
15167
15168 2002-08-07  Neil Booth  <neil@daikokuya.co.uk>
15169
15170         * objc.dg/const-str-2.m: Update.
15171         * gcc.dg/cpp/c++98.c: Change to C extension.
15172         * gcc.dg/cpp/c++98-pedantic.c: Similarly.
15173         * gcc.dg/cpp/cpp.exp: Process .C extensions too.
15174
15175 2002-08-06  Aldy Hernandez  <aldyh@redhat.com>
15176
15177         * testsuite/gcc.dg/tls/diag-3.c: New.
15178
15179 2002-08-07  Gabriel Dos Reis  <gdr@nerim.net>
15180
15181         * g++.dg/README (Subdirectories): Document new subdir expr.
15182         * g++.dg/expr/pmf-1.C: New test.
15183
15184 2002-08-06  Neil Booth  <neil@daikokuya.co.uk>
15185
15186         * gcc.dg/cpp/vararg3.c, gcc.dg/cpp/vararg4.c: New tests.
15187
15188 2002-08-06  Jakub Jelinek  <jakub@redhat.com>
15189
15190         * g++.dg/abi/bitfield3.C: New test.
15191
15192 2002-08-05  Nathan Sidwell  <nathan@codesourcery.com>
15193
15194         * lib/gcov.exp: Tweak expected line formats.
15195         * gcc.misc-tests/gcov8.c: New test.
15196         * gcc.misc-tests/gcov8.x: New flags.
15197
15198 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
15199
15200         * consistency.vlad/layout/endian.c: Include string.h.
15201
15202         * gcc.c-torture/execute/20020805-1.c: New test.
15203
15204 2002-08-04  Gabriel Dos Reis  <gdr@nerim.net>
15205
15206         * g++.dg/other/conversion1.C: New test.
15207
15208 2002-08-03  Roger Sayle  <roger@eyesopen.com>
15209
15210         * gcc.dg/builtins-1.c: New testcase.
15211
15212 2002-08-02  Mark Mitchell  <mark@codesourcery.com>
15213
15214         * g++.dg/inherit/access3.C: New test.
15215
15216 2002-08-01  Jakub Jelinek  <jakub@redhat.com>
15217
15218         * gcc.dg/ia64-visibility-2.c: New test.
15219
15220 2002-08-01  Benjamin Kosnik   <bkoz@redhat.com>
15221
15222         * g++.old-deja/g++.abi/ptrflags.C (expect): Change
15223         __qualifier_flags to __flags.
15224
15225 2002-07-31  Mark Mitchell  <mark@codesourcery.com>
15226
15227         * g++.dg/inherit/operator1.C: New test.
15228         * g++.dg/lookup/disamb1.C: Fix typo in comment.
15229         * g++.dg/other/error1.C: Change expected error message.
15230         * g++.dg/template/conv4.C: Likewise.
15231
15232 2002-07-26  Neil Booth  <neil@daikokuya.cop.uk>
15233
15234         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/Wunused.c: Add test
15235         for documented behavior.
15236
15237 2002-07-25  Roger Sayle  <roger@eyesopen.com>
15238
15239         * gcc.c-torture/execute/20020720-1.x: Skip this test on
15240         several targets known to fail.
15241
15242 2002-07-25  Richard Sandiford  <rsandifo@redhat.com>
15243
15244         * gcc.dg/mips-args-[123].c: New tests.
15245
15246 2002-07-24  Aldy Hernandez  <aldyh@redhat.com>
15247
15248         * gcc.dg/ppc-spe.c: New.
15249
15250 2002-07-24  Geoffrey Keating  <geoffk@redhat.com>
15251
15252         * g++.dg/other/ptrmem4.C: New testcase.
15253
15254 2002-07-24  Richard Henderson  <rth@redhat.com>
15255
15256         * gcc.c-torture/execute/loop-2e.c: Rewrite for 64 bit and no mmap.
15257
15258 2002-07-24  Gabriel Dos Reis  <gdr@nerim.net>
15259
15260         * g++.dg/ext/alignof1.C (main): Return 0 for success.
15261
15262 2002-07-24  Roger Sayle  <roger@eyesopen.com>
15263
15264         * gcc.c-torture/execute/memset-3.c: New testcase.
15265
15266 2002-07-24  Neil Booth  <neil@daikokuya.co.uk>
15267
15268         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/trad/Wunused.h,
15269         gcc.dg/cpp/Wunused.c, gcc.dg/cpp/Wunused.h: New tests.
15270
15271 2002-07-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15272
15273         * gcc.c-torture/execute/va-arg-15.x, va-arg-16.x, va-arg-17.x:
15274         Delete.
15275
15276 2002-07-23  J"orn Rennecke <joern.rennecke@superh.com>
15277
15278         * gcc.c-torture/compile/simd-4.c: New test.
15279
15280 2002-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15281
15282         PR c++/7347, c++/7348
15283         * g++.dg/template/access4.C: New test.
15284         * g++.dg/template/access5.C: New test.
15285         * g++.old-deja/g++.pt/memtemp85.C: Fix access problem.
15286         * g++.old-deja/g++.pt/memtemp86.C: Likewise.
15287         * g++.old-deja/g++.pt/ttp58.C: Likewise.
15288         * g++.old-deja/g++.pt/memtemp89.C: Remove XFAIL.
15289
15290 2002-07-22  Jakub Jelinek  <jakub@redhat.com>
15291
15292         * gcc.dg/gnu89-init-2.c: New test.
15293
15294 2002-07-21  Gabriel Dos Reis  <gdr@nerim.net>
15295
15296         * gcc.dg/c90-arraydecl-1.c: Change C89 too C90.
15297
15298 2002-07-20  Roger Sayle  <roger@eyesopen.com>
15299
15300         * gcc.c-torture/execute/20020720-1.c: New testcase.
15301
15302 2002-07-20  Neil Booth  <neil@daikokuya.co.uk>
15303
15304         * gcc.dg/cpp/Wsignprom.c: New tests.
15305
15306 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
15307
15308         * gcc.c-torture/execute/loop-13.c: New test.
15309
15310 2002-07-19  Neil Booth  <neil@daikokuya.co.uk>
15311
15312         * gcc.dg/cpp/expr.c: New tests.
15313
15314 2002 07-18  David Edelsohn  <edelsohn@gnu.org>
15315
15316         * g++.dg/opt/pr6713.C: Add template instantiation.
15317
15318 2002-07-18  Alan Modra  <amodra@bigpond.net.au>
15319
15320         * gcc.dg/nest.c: New test.
15321
15322 2002-07-17  Richard Henderson  <rth@redhat.com>
15323
15324         * g++.dg/opt/pr6713.C: New test.
15325
15326 2002-07-17  Eric Botcazou  <ebotcazou@multimania.com>
15327
15328         * gcc.c-torture/execute/loop-2e.x: Let the testcase
15329         XFAIL for all x86 processors.
15330
15331 2002-07-17  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
15332
15333         * gcc.c-torture/execute/20010122-1.x: Do not test with
15334         -fomit-frame-pointer.
15335
15336 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15337
15338         * g++.dg/template/instantiate2.C: New test.
15339         * g++.dg/template/spec4.C: New test.
15340
15341 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15342
15343         * g++.dg/template/access2.C: New test.
15344         * g++.dg/template/access3.C: New test.
15345
15346 2002-07-15  Zack Weinberg  <zack@codesourcery.com>
15347
15348         * c-torture/execute/991216-3.c, c-torture/execute/strct-varg-1.c,
15349         c-torture/execute/va-arg-7.c, c-torture/execute/va-arg-8.c,
15350         c-torture/execute/va-arg-15.c, c-torture/execute/va-arg-16.c,
15351         c-torture/execute/va-arg-17.c, c-torture/execute/va-arg-19.c:
15352         Convert to use <stdarg.h>.
15353         * c-torture/execute/va-arg-3.c, c-torture/execute/va-arg-3.x:
15354         Delete.
15355         * gcc.dg/va-arg-2.c: New.
15356         * lib/gcc.exp, lib/objc.exp: Remove code to set -DNO_VARARGS.
15357
15358 2002-07-15  Jakub Jelinek  <jakub@redhat.com>
15359
15360         * gcc.c-torture/compile/20020710-1.c: New test.
15361
15362 2002-07-11  J"orn Rennecke <joern.rennecke@superh.com>
15363                           Andrew Pinski  <pinskia@physics.uc.edu>
15364
15365         gcc.c-torture/compile/simd-2.c: New testcase.
15366         gcc.c-torture/compile/simd-3.c: Likewise.
15367
15368 2002-07-11  Mark Mitchell  <mark@codesourcery.com>
15369
15370         PR c++/7224
15371         * g++.dg/overload/error1.C: New test.
15372
15373 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15374
15375         * gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32
15376         configuration and IRIX 6 O32 ABI.
15377
15378 2002-07-11  Roger Sayle  <roger@eyesopen.com>
15379
15380         * gcc.c-torture/execute/builtin-noret-1.c: Test non-ANSI functions.
15381
15382 2002-07-10  Roger Sayle  <roger@eyesopen.com>
15383
15384         * gcc.c-torture/execute/20000217-1.c: Fix usage of "abort".
15385
15386 2002-07-10  Jeffrey A Law  <law@redhat.com>
15387
15388         * gcc.c-torture/compile/981006-1.x: Do not use -fpic for mn102.
15389
15390         * gcc.c-torture/compile/930326-1.x: Remove.  No longer needed.
15391
15392 2002-07-09  Aldy Hernandez  <aldyh@redhat.com>
15393
15394         * gcc.dg/20020312-2.c: Check for __PPC__.
15395
15396 2002-07-09  Diego Novillo  <dnovillo@redhat.com>
15397
15398         * gcc.c-torture/compile/20020709-1.c: New test.
15399
15400 2002-07-07  Roger Sayle  <roger@eyesopen.com>
15401
15402         * g++.dg/template/qualttp21.C: New test case.
15403
15404 2002-07-06  Alexandre Oliva  <aoliva@redhat.com>
15405
15406         * gcc.c-torture/compile/20020706-1.c: New test.
15407         * gcc.c-torture/compile/20020706-2.c: New test.
15408
15409 2002-07-06  Brian R. Gaeke  <brg@dgate.ORG>
15410             Alexandre Oliva  <aoliva@redhat.com>
15411
15412         * g++.dg/warn/incomplete1.C: New test.
15413
15414 2002-07-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15415
15416         PR c++/7099
15417         * g++.dg/warn/noreturn1.C: New test.
15418
15419 2002-07-03  Mark Mitchell  <mark@codesourcery.com>
15420
15421         PR c++/6706
15422         * g++.dg/debug/debug6.C: New test.
15423         * g++.dg/debug/debug7.C: New test.
15424
15425 2002-07-04  J"orn Rennecke <joern.rennecke@superh.com>
15426
15427         * gcc.c-torture/compile/simd-3.c: New test.
15428
15429 2002-07-03  Chris Demetriou  <cgd@broadcom.com>
15430
15431         * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
15432         * gcc.dg/20020620-1.c: Likewise.
15433
15434 2002-07-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15435
15436         PR c++/6944
15437         * g++.dg/init/array4.C: New test.
15438         * g++.dg/init/array5.C: New test.
15439
15440 2002-07-03  J"orn Rennecke <joern.rennecke@superh.com>
15441
15442         * gcc.c-torture/execute/simd-1.c (main): Also test &, |, ^, ~.
15443         * gcc.c-torture/execute/simd-2.c (main): Likewise.
15444
15445 2002-07-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15446
15447         * gcc.dg/cpp/tr-warn2.c: Use traditional C style function definitions.
15448         * gcc.dg/wtr-aggr-init-1.c: Likewise.
15449         * gcc.dg/wtr-conversion-1.c: Likewise.
15450         * gcc.dg/wtr-escape-1.c: Likewise.
15451         * gcc.dg/wtr-int-type-1.c: Likewise.
15452         * gcc.dg/wtr-label-1.c: Likewise.
15453         * gcc.dg/wtr-static-1.c: Likewise.
15454         * gcc.dg/wtr-strcat-1.c: Likewise.
15455         * gcc.dg/wtr-suffix-1.c: Likewise.
15456         * gcc.dg/wtr-switch-1.c: Likewise.
15457         * gcc.dg/wtr-unary-plus-1.c: Likewise.
15458         * gcc.dg/wtr-union-init-1.c: Likewise.
15459         * gcc.dg/wtr-union-init-2.c: Likewise.
15460         * gcc.dg/wtr-union-init-3.c: Likewise.
15461
15462         * gcc.dg/wtr-func-def-1.c: New test.
15463
15464 2002-07-02 Devang Patel <dpatel@apple.com>
15465
15466         * objc.dg/param-1.m: New test.
15467
15468 2002-07-03  Neil Booth  <neil@daikokuya.co.uk>
15469
15470         * gcc.dg/cpp/trad/directive.c: Add test.
15471         * gcc.dg/cpp/trad/macroargs.c: Add test.
15472         * gcc.dg/cpp/trad/recurse-3.c: Add tests.
15473
15474 2002-07-02  Neil Booth  <neil@daikokuya.co.uk>
15475
15476         * gcc.dg/cpp/cmdlne-M.c: New test.
15477
15478 2002-07-02  Ziemowit Laski  <zlaski@apple.com>
15479
15480         * objc.dg/desig-init-1.m: New test.
15481
15482 2002-07-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15483
15484         PR c++/6716
15485         * g++.dg/template/instantiate1.C: New test.
15486
15487 2002-07-01  Mark Mitchell  <mark@codesourcery.com>
15488
15489         PR c++/7112
15490         * g++.dg/template/sizeof2.C: New test.
15491
15492 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
15493
15494         * gcc.dg/cpp/trad/cmdlne-dD.c, gcc.dg/cpp/trad/cmdlne-dM.c,
15495         gcc.dg/cpp/trad/include.c: New tests.
15496
15497 2002-07-01  Hans-Peter Nilsson  <hp@axis.com>
15498
15499         PR target/7177
15500         * gcc.c-torture/compile/20020701-1.c: New test.
15501
15502 2002-07-01  Stan Shebs  <shebs@apple.com>
15503
15504         * lib/objc.exp (objc_target_compile): Add the -I path to ObjC
15505         header here...
15506         * lib/objc-torture.exp (objc-torture-compile): ...instead of here
15507         (objc-torture-execute): or here.
15508
15509 2002-07-01  J"orn Rennecke <joern.rennecke@superh.com>
15510
15511         * gcc.c-torture/execute/arith-rand-ll.c: New test.
15512
15513 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
15514
15515         * gcc.dg/cpp/trad/escaped-nl.c: New test.
15516
15517 2002-06-30  Devang Patel  <dpatel@apple.com>
15518
15519         * objc.dg/fsyntax-only.m: New test.
15520
15521 2002-06-27  Mark Mitchell  <mark@codesourcery.com>
15522
15523         PR c++/6695
15524         * g++.dg/template/friend7.C: New file.
15525
15526 2002-06-27  Aldy Hernandez  <aldyh@redhat.com>
15527
15528         * gcc.c-torture/execute/string-opt-8.c (strncmp): Fix typo in
15529         return type.
15530
15531 2002-06-27  J"orn Rennecke <joern.rennecke@superh.com>
15532
15533         * gcc.c-torture/execute/simd-2.c (i, j): Add initializer elements to
15534         avoid division by zero.
15535
15536 2002-06-27  Neil Booth  <neil@daikokuya.co.uk>
15537
15538         * gcc.dg/Wunknownprag.c: New tests.
15539
15540 2002-06-25  J"orn Rennecke <joern.rennecke@superh.com>
15541
15542         * gcc.c-torture/execute/simd-2.c: New test.
15543
15544 2002-06-25  Neil Booth  <neil@daikokuya.co.uk>
15545
15546         * gcc.dg/cpp/mi7.c, gcc.dg/cpp/mi7a.h, gcc.dg/cpp/mi7b.h,
15547         gcc.dg/cpp/trad/builtins.c, gcc.dg/cpp/trad/builtins.h,
15548         gcc.dg/cpp/trad/cmdlne-C.c, gcc.dg/cpp/trad/cmdlne-C2.c,
15549         gcc.dg/cpp/trad/maccom1.c, gcc.dg/cpp/trad/maccom2.c,
15550         gcc.dg/cpp/trad/maccom3.c, gcc.dg/cpp/trad/maccom4.c,
15551         gcc.dg/cpp/trad/maccom6.c, gcc.dg/cpp/trad/mi1.c,
15552         gcc.dg/cpp/trad/mi1c.h, gcc.dg/cpp/trad/mi1nd.h,
15553         gcc.dg/cpp/trad/mi1ndp.h, gcc.dg/cpp/trad/mi1x.h,
15554         gcc.dg/cpp/trad/mi2.c, gcc.dg/cpp/trad/mi2a.h,
15555         gcc.dg/cpp/trad/mi2b.h, gcc.dg/cpp/trad/mi2c.h
15556         gcc.dg/cpp/trad/mi3.c, gcc.dg/cpp/trad/mi3.def,
15557         gcc.dg/cpp/trad/mi3.h, gcc.dg/cpp/trad/mi4.c,
15558         gcc.dg/cpp/trad/mi5.c, gcc.dg/cpp/trad/mi6.c,
15559         gcc.dg/cpp/trad/mi6a.h, gcc.dg/cpp/trad/mi6b.h,
15560         gcc.dg/cpp/trad/mi6c.h, gcc.dg/cpp/trad/mi6d.h,
15561         gcc.dg/cpp/trad/mi6e.h, gcc.dg/cpp/trad/mi7.c,
15562         gcc.dg/cpp/trad/mi7a.h, gcc.dg/cpp/trad/mi7b.h: New tests.
15563
15564 2002-06-24  Neil Booth  <neil@daikokuya.co.uk>
15565
15566         * gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/assembler.S,
15567         gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/funlike-4.c,
15568         gcc.dg/cpp/trad/null-drctv.c, gcc.dg/cpp/trad/recurse-1.c,
15569         gcc.dg/cpp/trad/recurse-2.c, gcc.dg/cpp/trad/recurse-3.c:
15570         New tests.
15571         * gcc.dg/cpp/trad/directive.c: Update.
15572
15573 2002-06-23  Andreas Jaeger  <aj@suse.de>
15574
15575         * gcc.c-torture/execute/complex-6.c: New.
15576
15577 2002-06-22  Neil Booth  <neil@daikokuya.co.uk>
15578
15579         * gcc.dg/cpp/trad/comment-2.c. gcc.dg/cpp/trad/funlike-2.c,
15580         gcc.dg/cpp/trad/funlike.c, gcc.dg/cpp/trad/funlike-3.c,
15581         gcc.dg/cpp/trad/literals-1.c, gcc.dg/cpp/trad/literals-2.c,
15582         gcc.dg/cpp/trad/macroargs.c, gcc.dg/cpp/trad/quote.c: New tests.
15583
15584 2002-06-21  Neil Booth  <neil@daikokuya.co.uk>
15585
15586         * gcc.dg/cpp/trad: New directory with traditional tests copied
15587         from parent directory.
15588         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
15589         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
15590         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
15591         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
15592         Move to trad/ and rename.
15593         * gcc.dg/cpp/trad/__STDC__.c, gcc.dg/cpp/trad/comment.c,
15594         gcc.dg/cpp/trad/escaped-eof.c, gcc.dg/cpp/trad/redef1.c,
15595         gcc.dg/cpp/trad/redef2.c: New tests.
15596         * gcc.dg/cpp/trad/trad.exp: New driver.
15597
15598 2002-06-20  Neil Booth  <neil@daikokuya.co.uk>
15599
15600         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
15601         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
15602         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
15603         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
15604         Remove.
15605
15606 2002-06-20  Richard Sandiford  <rsandifo@redhat.com>
15607
15608         * gcc.dg/20020620-1.c: New test.
15609
15610 2002-06-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15611
15612         * g++.dg/template/ttp4.C: New test.
15613
15614 2002-06-19  Jakub Jelinek  <jakub@redhat.com>
15615
15616         * g++.dg/opt/vt1.C: Fix regexp.
15617
15618 2002-06-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15619
15620         * gcc.c-torture/execute/pure-1.c: Make functions static again.
15621         Don't use attribute `noinline'.
15622
15623 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
15624
15625         * gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
15626
15627 2002-06-18  Aldy Hernandez  <aldyh@redhat.com>
15628
15629         * gcc.c-torture/execute/simd-1.c: New.
15630
15631         * gcc.dg/simd-1.c: New.
15632
15633 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
15634
15635         * gcc.c-torture/execute/20020615-1.c: Correct bug-description.
15636
15637 2002-06-16  Richard Henderson  <rth@redhat.com>
15638
15639         * g++.dg/ext/anon-struct1.C: New.
15640         * g++.dg/ext/anon-struct2.C: New.
15641         * g++.dg/ext/anon-struct3.C: New.
15642         * gcc.dg/anon-struct-1.c: New.
15643         * gcc.dg/anon-struct-2.c: New.
15644         * gcc.dg/anon-struct-3.c: New.
15645         * gcc.dg/20011008-1.c: Adjust warning text.
15646         * gcc.dg/20020527-1.c: Add -fms-extensions.
15647
15648 2002-06-16  Richard Henderson  <rth@redhat.com>
15649
15650         * gcc.dg/20020531-1.c: Add LL specifier to avoid warning.
15651
15652 2002-06-15  Hans-Peter Nilsson  <hp@axis.com>
15653
15654         * gcc.c-torture/execute/20020615-1.c: New test.
15655
15656 2002-06-15  Roger Sayle  <roger@eyesopen.com>
15657
15658         * gcc.c-tortuture/execute/compare-1.c: New test case.
15659         * gcc.c-tortuture/execute/compare-2.c: New test case.
15660         * gcc.c-tortuture/execute/compare-3.c: New test case.
15661
15662 2002-06-13  Richard Henderson  <rth@redhat.com>
15663
15664         * g++.old-deja/g++.abi/vtable2.C (INC_VDATA): New.  Define for
15665         ia64 ilp32.
15666
15667 2002-06-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15668
15669         * g++.dg/template/typename2.C: Update error message.
15670
15671 2002-06-12  Hans-Peter Nilsson  <hp@axis.com>
15672
15673         * gcc.c-torture/execute/20020611-1.c: New test.
15674
15675 2002-06-11  Bob Wilson  <bob.wilson@acm.org>
15676
15677         * g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
15678         list of targets to skip.
15679
15680 2002-06-10  Bob Wilson  <bob.wilson@acm.org>
15681
15682         * gcc.c-torture/compile/20001226-1.x: Only xfail for Xtensa
15683         targets if not optimizing.
15684
15685 2002-06-10  Jakub Jelinek  <jakub@redhat.com>
15686
15687         * gcc.c-torture/compile/20020605-1.c: New test.
15688
15689         * g++.dg/opt/vt1.C: New test.
15690
15691         * gcc.dg/20020531-1.c: New test.
15692
15693         * gcc.dg/20020530-1.c: New test.
15694
15695         * gcc.dg/20020527-1.c: New test.
15696
15697         * g++.dg/opt/cse1.C: New test.
15698
15699 2002-06-07  Roger Sayle  <roger@eyesopen.com>
15700
15701         * gcc.dg/20020607-2.c: New test case.
15702
15703 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
15704
15705         * gcc.c-torture/compile/20020604-1.c: New test.
15706
15707 2002-06-04  Richard Henderson  <rth@redhat.com>
15708
15709         * gcc.dg/alpha-base-1.c: Add ext/ins/msk/umulh cases.
15710         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: Use -mcpu=ev67.
15711         * gcc.dg/alpha-cix-1.c, gcc.dg/alpha-cix-2.c: New.
15712
15713 2002-06-04  Aldy Hernandez  <aldyh@redhat.com>
15714
15715         * gcc.dg/altivec-2.c: Remove test for invalid vector type V2DF.
15716
15717 2002-06-03  Richard Henderson  <rth@redhat.com>
15718
15719         * gcc.dg/alpha-base-1.c, gcc.dg/alpha-base-2.c: New.
15720         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: New.
15721
15722 2002-06-02  Richard Henderson  <rth@redhat.com>
15723
15724         * gcc.c-torture/execute/pure-1.c: Don't mark any of the
15725         test functions static.
15726
15727 2002-06-02  Andreas Jaeger  <aj@suse.de>
15728
15729         * gcc.c-torture/execute/loop-3c.x: Remove, the test should pass
15730         now.
15731
15732 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
15733
15734         * gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-suffix-1.c,
15735         gcc.dg/cpp/paste4.c, gcc.dg/cpp/sysmac2.c:
15736         Update for mofified diagnostics.
15737         * gcc.dg/c99-intconst-1.c: No longer fail.
15738
15739 2002-06-02  Richard Henderson  <rth@redhat.com>
15740
15741         * gcc.dg/uninit-A.c: Remove xfail markers.
15742
15743 2002-06-01  Roger Sayle  <roger@eyesopen.com>
15744
15745         * gcc.dg/fnegate-1.c: New test case.
15746
15747 2002-05-30  Osku Salerma  <osku@iki.fi>
15748
15749         * gcc.c-torture/execute/mayalias-1.c: New file.
15750
15751 2002-05-29  Neil Booth  <neil@daikokuya.demon.co.uk>
15752
15753         * gcc.dg/cpp/c++98-pedantic.c, gcc.dg/cpp/c89-pedantic.c,
15754         gcc.dg/cpp/c94-pedantic.c, gcc.dg/cpp/gnuc89-pedantic.c,
15755         gcc.dg/cpp/if-1.c: Update for modified diagnostics.
15756
15757 2002-05-29  Hans-Peter Nilsson  <hp@axis.com>
15758
15759         * gcc.c-torture/execute/20020529-1.c: New test.
15760
15761 2002-05-27  Richard Henderson  <rth@redhat.com>
15762
15763         * g++.dg/ext/attrib6.C: New test case.
15764
15765 2002-05-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15766
15767         * gcc.c-torture/execute/pure-1.c: New test.
15768
15769 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
15770
15771         * gcc.dg/cpp/arith-2.c: Remove.
15772
15773 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
15774
15775         * gcc.dg/cpp/arith-2.c, gcc.dg/cpp/arith-3.c: New tests.
15776         * gcc.dg/cpp/if-3.c: Remove.
15777
15778 2002-05-26  Jakub Jelinek  <jakub@redhat.com>
15779
15780         * g++.dg/opt/cse2.C: New test.
15781
15782 2002-05-26  Neil Booth  <neil@daikokuya.demon.co.uk>
15783
15784         * gcc.dg/cpp/arith-1.c: New semantic tests.
15785         * gcc.dg/cpp/if-1.c: Update.
15786
15787 2002-05-24  Ben Elliston  <bje@redhat.com>
15788
15789         * lib/c-torture.exp (c-torture-execute): Handle multiple sources.
15790
15791 2002-05-24  Jakub Jelinek  <jakub@redhat.com>
15792
15793         * gcc.dg/verbose-asm.c: New test.
15794
15795 2002-05-24  Neil Booth  <neil@daikokuya.demon.co.uk>
15796
15797         * gcc.dg/cpp/paste12.c: New test.
15798
15799 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
15800
15801         * g++.dg/parse/named_ops.C: New test.
15802
15803 2002-05-23  Mark Mitchell  <mark@codesourcery.com>
15804
15805         * gcc/testsuite/gcc.dg/weak-8.c: New test.
15806
15807 2002-05-23  J"orn Rennecke <joern.rennecke@superh.com>
15808
15809         * gcc.dg/weak-2.c: Allow optional leading underscore
15810         in scan-assembler symbol name.
15811         * gcc.dg/weak-3.c: Likewise.
15812         * gcc.dg/weak-4.c: Likewise.
15813         * gcc.dg/weak-5.c: Likewise.
15814
15815 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
15816
15817         * gcc.dg/20020523-1.c: New test.
15818
15819 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
15820
15821         * objc.dg/const-str-2.m: Update now that we stop after
15822         a command line error.
15823
15824 2002-05-22  Richard Henderson  <rth@redhat.com>
15825
15826         * g++.dg/dg.exp: Fix typo in test pruneing.
15827
15828 2002-05-22  Richard Henderson  <rth@redhat.com>
15829
15830         * g++.dg/dg.exp: Prune the tls subdirectory.
15831         * g++.dg/tls/tls.exp, g++.dg/tls/trivial.C: New.
15832         * g++.dg/tls/diag-1.C, g++.dg/tls/diag-2.C: New.
15833         * g++.dg/tls/init-1.C: New.
15834
15835 2002-05-22  Jakub Jelinek  <jakub@redhat.com>
15836
15837         * gcc.dg/20020517-1.c: New test.
15838
15839 2002-05-21  Richard Henderson  <rth@redhat.com>
15840
15841         * gcc.dg/tls/tls.exp, gcc.dg/tls/trivial.c, gcc.dg/tls/diag-1.c,
15842         gcc.dg/tls/diag-2.c, gcc.dg/tls/init-1.c: New directory and files.
15843
15844 2002-05-21  Brian R. Gaeke  <brg@dgate.ORG>
15845
15846         * g++.dg/other/copy2.C: New test.
15847
15848 2002-05-20  J"orn Rennecke <joern.rennecke@superh.com>
15849
15850         * gcc.c-torture/execute/memcpy-2.c (SEQUENCE_LENGTH): Define.
15851         (MAX_COPY): Bump up to 10 times sizeof (long long).
15852         (main): Use a pattern of SEQUENCE_LENGTH different characters to copy.
15853
15854         * gcc.c-torture/execute/memset-1.c (MAX_COPY): Bump up to 10 times
15855         sizeof (long long).
15856
15857         * gcc.c-torture/execute/strcpy-1.c: New test.
15858
15859 2002-05-19  Jason Merrill  <jason2redhat.com>
15860
15861         * g++.dg/ext/oper1.C: New test.
15862
15863 2002-05-20  David Billinghurst <David.Billinghurst@riotinto.com>
15864 2002-05-19  Mark Mitchell  <mitchell@doubledemon.codesourcery.com>
15865
15866         * README.QMTEST: New file.
15867
15868         * g++.dg/warn/Wshadow-1.C: Remove unncessary dg-error line.
15869
15870 2002-05-19  Andreas Jaeger  <aj@suse.de>
15871
15872         * gcc.c-torture/execute/loop-2c.x: Remove, the test should pass
15873         now.
15874         * gcc.c-torture/execute/loop-2d.x: Likewise.
15875
15876 2002-05-19  David Billinghurst <David.Billinghurst@riotinto.com>
15877
15878         * gcc.dg/weak-2.c:  xfail warnings for platforms that don't
15879         support weak symbols.
15880         * gcc.dg/weak-4.c: Likewise
15881         * gcc.dg/weak-6.c: Likewise
15882
15883 2002-05-16  David.Billinghurst <David.Billinghurst@riotinto.com>
15884
15885         * gcc.dg/weak-3.c: Add dg-excess-error comment for
15886         cygwin, coff and h8300-*-hms targets
15887         * gcc.dg/weak-5.c: Likewise
15888         * gcc.dg/weak-7.c: Likewise
15889
15890 2002-05-16  Jason Merrill  <jason@redhat.com>
15891
15892         * lib/scanasm.exp (scan-assembler): Use upvar, not uplevel.
15893         (scan-assembler-not, scan-assembler-dem): Likewise.
15894         (scan-assembler-dem-not): Likewise.
15895
15896 2002-05-15  Richard Henderson  <rth@redhat.com>
15897
15898         * gcc.dg/weak-5.c (vfoo1c, vfoo1g): Warn here.
15899
15900 2002-05-15  Richard Henderson  <rth@redhat.com>
15901
15902         * gcc.dg/weak-5.c (vfoo1c): No warning here.
15903         (vfoo1f): Warning here.
15904         (vfoo1l): Don't redefine the alias.
15905
15906 2002-05-14  Jason Merrill  <jason@redhat.com>, Alexandre Oliva  <aoliva@redhat.com>
15907
15908         * g++.dg/init/pm1.C: New test.
15909
15910 2002-05-12  David S. Miller  <davem@redhat.com>
15911
15912         * gcc.c-torture/execute/conversion.c (ldnear): Use long double
15913         types.
15914
15915 2002-05-10  Roger Sayle  <roger@eyesopen.com>
15916
15917         * gcc.c-torture/execute/20020510-1.c: New test case.
15918
15919 2002-05-10  David S. Miller  <davem@redhat.com>
15920
15921         * gcc.c-torture/execute/conversion.c: Test long double too.
15922
15923 2002-05-09  Jakub Jelinek  <jakub@redhat.com>
15924
15925         * lib/g77.exp (g77_link_flags): Append all multilib dirs containing
15926         libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH.
15927         * lib/g++.exp (g++_link_flags): Likewise.
15928         * lib/objc.exp (objc_target_compile): Likewise.
15929
15930 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
15931
15932         * gcc.dg/cpp/poison.c: Update.
15933         * gcc.dg/cpp/20000625-2.c: Remove.
15934         * gcc.dg/cpp/direct2s.c: Remove final test.
15935
15936 2002-05-08  Tom Rix  <trix@redhat.com>
15937
15938         * gcc.c-torture/execute/20020508-1.c: New test.
15939         * gcc.c-torture/execute/20020508-2.c: New test.
15940         * gcc.c-torture/execute/20020508-3.c: New test.
15941
15942 2002-05-08  Neil Booth  <neil@daikokuya.demon.co.uk>
15943
15944         * gcc.dg/cpp/charconst-4.c: More tests.
15945
15946 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
15947
15948         PR c/6569
15949         * gcc.dg/weak-3.c: Update location of warning messages.
15950         * gcc.dg/weak-5.c: Likewise.
15951
15952 2002-05-06  Roger Sayle  <roger@eyesopen.com>
15953
15954         * gcc.c-torture/execute/20020506-1.c: New test case.
15955
15956 2002-05-07  Neil Booth  <neil@daikokuya.demon.co.uk>
15957
15958         * gcc.dg/cpp/charconst-3.c: Correct tests accordingly.
15959
15960 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
15961
15962         * gcc.dg/cpp/charconst-3.c: Run, don't compile.
15963
15964 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
15965
15966         * gcc.dg/cpp/charconst-3.c: New test.
15967
15968 2002-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
15969
15970         * gcc.dg/cpp/charconst.c: Update tests.
15971
15972 2002-05-05  Tim Josling  <tej@melbpc.org.au>
15973
15974         * treelang: Added directory for new sample language treelang. Also
15975         lib/treelang.exp: New file to signal treelang should be tested.
15976
15977 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
15978
15979         * gcc.dg/cpp/cmdlne-dM-M.c: New test.
15980         * gcc.dg/cpp/cmdlne-dD-M.c: New test.
15981         * gcc.dg/cpp/cmdlne-dN-M.c: New test.
15982         * gcc.dg/cpp/cmdlne-dI-M.c: New test.
15983         * gcc.dg/cpp/cmdlne-dI-M.h: New aux file.
15984         * gcc.dg/cpp/cmdlne-dD-dM.c: New test.
15985         * gcc.dg/cpp/cmdlne-dM-dD.c: New test.
15986
15987 2002-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
15988
15989         * gcc.dg/format/xopen-2.c: New test.
15990
15991 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
15992
15993         * gcc.dg/20020503-1.c: New test.
15994
15995 2002-05-02  Mark Mitchell  <mark@codesourcery.com>
15996
15997         * g++.dg/init/dtor1.C: Make it tougher.
15998
15999 2002-05-01  Mark Mitchell  <mark@codesourcery.com>
16000
16001         * g++.dg/init/dtor1.C: New test.
16002
16003 2002-05-02  Aldy Hernandez  <aldyh@redhat.com>
16004
16005         * gcc.dg/altivec-8.c: New.
16006
16007 2002-05-01  Aldy Hernandez  <aldyh@redhat.com>
16008
16009         * gcc.dg/altivec-7.c: New.
16010
16011 2002-04-29  Jakub Jelinek  <jakub@redhat.com>
16012
16013         * g++.dg/parse/typedef1.C: New test.
16014
16015 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
16016
16017         PR c++/6486
16018         * g++.dg/template/friend6.C: New test.
16019
16020         PR c++/6492
16021         * g++.dg/init/copy1.C: New test.
16022
16023 2002-04-29  Nathan Sidwell  <nathan@codesourcery.com>
16024
16025         * g++.dg/warn/effc1.C: New test.
16026
16027 2002-04-29  Neil Booth  <neil@daikokuya.demon.co.uk>
16028
16029         * gcc.dg/cpp/if-cexp.c: Add a test.
16030
16031 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
16032
16033         * gcc.dg/20020426-2.c: New test.
16034
16035 2002-04-28  Neil Booth  <neil@daikokuya.demon.co.uk>
16036
16037         * gcc.dg/cpp/if-mop.c: Update.
16038         * gcc.dg/cpp/if-mpar.c: Add test.
16039         * gcc.dg/cpp/if-oppr.c: Update.
16040
16041 2002-04-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
16042
16043         PR c/6343
16044         * gcc.dg/weak-[2-7].c: New tests.
16045
16046 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
16047
16048         * gcc.dg/enum1.c: New test.
16049
16050 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
16051
16052         PR c++/6497
16053         * g++.dg/inherit/access2.C: New test.
16054
16055 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
16056
16057         PR bootstrap/6445
16058         * gcc.dg/20020426-1.c: New test.
16059
16060 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
16061
16062         * g++.dg/abi/enum1.C: New test.
16063
16064 2002-04-26  Richard Henderson  <rth@redhat.com>
16065
16066         * gcc.dg/c99-bool-1.c: Expect always true warning.
16067
16068 2002-04-25  Roger Sayle  <roger@eyesopen.com>
16069
16070         * gcc.dg/i386-memset-1.c: New test case for PR target/6456.
16071
16072 2002-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16073
16074         * gcc.c-torture/execute/20020227-1.x: New file, xfail on 64-bit
16075         targets.
16076
16077 2002-04-24  Mark Mitchell  <mark@codesourcery.com>
16078
16079         * g++.dg/abi/mange7.C: New test.
16080
16081         PR c++/6438.
16082         * g++.dg/parse/stmtexpr2.C: New test.
16083
16084 2002-04-24  J"orn Rennecke <joern.rennecke@superh.com>
16085
16086         * gcc.dg/20020312-2.c: Add SH target.
16087
16088 2002-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16089
16090         * gcc.c-torture/compile/labels-3.x: New file, don't assemble the
16091         compiler output on mips*-*-irix*.
16092
16093 2002-04-23  Jakub Jelinek  <jakub@redhat.com>
16094
16095         * g++.dg/parse/attr1.C: New test.
16096
16097 2002-04-23  Roger Sayle  <roger@eyesopen.com>
16098
16099         * gcc.c-torture/execute/string-opt-17.c: New test case.
16100         * gcc.c-torture/execute/memset-2.c: New test case.
16101
16102 2002-04-23  Mark Mitchell  <mark@codesourcery.com>
16103
16104         PR c++/6256:
16105         * g++.dg/template/friend5.C: New test.
16106
16107         PR c++/6331:
16108         * g++.dg/template/qual1.C: Likewise.
16109
16110 2002-04-22  Zack Weinberg  <zack@codesourcery.com>
16111
16112         * gcc.c-torture/execute/980707-1.c: Don't use isspace().
16113         Include stdlib.h, not stdio.h or ctype.h.
16114
16115 2002-04-22  Hans-Peter Nilsson  <hp@axis.com>
16116
16117         * gcc.dg/20020415-1.c: Expect warning for unsupported -fpic on
16118         cris-*-elf* and mmix-*-*.
16119         * g77.f-torture/execute/io0.x: xfail for cris-*-elf.
16120         * g77.f-torture/execute/io1.x, g77.f-torture/execute/20001201.x,
16121         g77.f-torture/execute/6367.x, g77.f-torture/execute/u77-test.x:
16122         Ditto.
16123         * gcc.dg/wint_t-1.c: Mark excess errors for cris-*-elf.
16124         * gcc.dg/wchar_t-1.c: Ditto.
16125
16126 2002-04-21  Hans-Peter Nilsson  <hp@axis.com>
16127
16128         * g++.dg/opt/cleanup1.C (C::C()): Initialize member c.
16129         Clarify comment.
16130
16131 2002-04-21  Neil Booth  <neil@daikokuya.demon.co.uk>
16132
16133         * gcc.dg/cpp/endif.h, gcc.dg/cpp/endif.c: New tests.
16134
16135 2002-04-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
16136
16137         * gcc.c-torture/execute/20000906-1.x: Delete.
16138
16139 2002-04-20  David.Billinghurst <David.Billinghurst@riotinto.com>
16140
16141         * g77.dg/f77-edit-i-in.f: Restore missing { dg-do run }
16142
16143 2002-04-19  Toon Moene  <toon@moene.indiv.nluug.nl>
16144
16145         * PR6367
16146         * g77.f-torture/execute/6367.f: New test.
16147         * g77.f-torture/execute/6367.x: Disable for MMIX.
16148
16149 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
16150
16151         * PR6352
16152         * g++.dg/opt/inline2.C: New test.
16153
16154 2002-04-18  Richard Henderson  <rth@redhat.com>
16155
16156         * gcc.dg/20000906-1.c: Enable for all targets.
16157         * gcc.c-torture/compile/iftrap-2.c: New.
16158
16159 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
16160
16161         * gcc.dg/20020418-1.c: New test.
16162         * gcc.dg/20020418-2.c: New test.
16163
16164 2002-04-18  Richard Henderson  <rth@redhat.com>
16165
16166         * gcc.c-torture/compile/iftrap-1.c: New.
16167         * gcc.dg/iftrap-1.c: Adjust for ia64.
16168         * gcc.dg/iftrap-2.c: New.
16169
16170 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
16171
16172         * gcc.c-torture/compile/20020418-1.c: New test.
16173
16174 2002-04-18  Roger Sayle  <roger@eyesopen.com>
16175
16176         * gcc.c-torture/compile/20020415-1.c: New.
16177
16178 2002-04-18  David S. Miller  <davem@redhat.com>
16179
16180         * gcc.c-torture/execute/20020418-1.c: New test.
16181
16182 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
16183
16184         * gcc.dg/20020416-1.c: New test.
16185
16186         * g++.dg/opt/inline1.C: New test.
16187
16188 2002-04-16  Jakub Jelinek  <jakub@redhat.com>
16189
16190         * gcc.dg/altivec-5.c: New test.
16191
16192         * gcc.dg/20020415-1.c: New test.
16193
16194 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
16195
16196         * testsuite/lib/chill.exp: Remove.
16197
16198 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
16199
16200         * g++.dg/other/big-struct.C: New test.
16201
16202 2002-04-14  David Billinghurst <David.Billinghurst@riotinto.com>
16203
16204         * g77.dg/f77-edit-i-in.f: Use internal buffer in place
16205         of scratch file.
16206
16207 2002-04-13  David Billinghurst <David.Billinghurst@riotinto.com>
16208
16209         PR c/6277
16210         * gcc.dg/i386-387-1.c:  Allow optional leading underscore
16211         in scan-assembler function name
16212
16213 2002-04-13  Hans-Peter Nilsson  <hp@bitrange.com>
16214
16215         * g77.f-torture/execute/980628-4.x,
16216         g77.f-torture/execute/980628-5.x,
16217         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
16218         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
16219         g77.f-torture/compile/alpha1.x: xfail powerpc-*-* hosted on
16220         i[34567]86-*-*.
16221
16222 2002-04-13  David S. Miller  <davem@redhat.com>
16223
16224         * gcc.c-torture/execute/20020413-1.c: New test.
16225
16226 2002-04-13  Richard Sandiford  <rsandifo@redhat.com>
16227
16228         * gcc.dg/asm-6.c,
16229         * g++.dg/ext/asm1.C: New tests.
16230
16231 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
16232
16233         PR c++ 5373.
16234         * g++.dg/parse/stmtexpr1.C: New test.
16235
16236         PR c++/5189.
16237         * g++.dg/template/copy1.C: New test.
16238
16239 2002-04-12  Richard Henderson  <rth@redhat.com>
16240
16241         * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
16242
16243 2002-04-12  Geoffrey Keating  <geoffk@redhat.com>
16244
16245         * gcc.c-torture/execute/20020412-1.c: New file, renamed from
16246         gcc.c-torture/execute/20020307-2.c.
16247
16248 2002-04-12  Richard Sandiford  <rsandifo@redhat.com>
16249
16250         * g++.dg/ext/attrib5.C,
16251         * g++.dg/lookup/struct1.C: New tests.
16252
16253 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
16254
16255         * gcc.dg/20020411-1.c: New test.
16256
16257         * gcc.c-torture/execute/20020411-1.c: New test.
16258
16259 2002-04-10  Janis Johnson  <janis187@us.ibm.com>
16260
16261         * g77.f-torture/execute/6177.f: New test.
16262
16263 2002-04-10  Jakub Jelinek  <jakub@redhat.com>
16264
16265         PR middle-end/6247
16266         * g++.dg/opt/cleanup1.C: New test.
16267
16268         * g++.dg/opt/const1.C: New test.
16269
16270 2002-04-10  Lars Brinkhoff  <lars@nocrew.org>
16271
16272         * gcc.c-torture/execute/20020406-1.c: Declare malloc.
16273
16274 2002-04-10  Nathan Sidwell  <nathan@codesourcery.com>
16275
16276         PR c++/5507
16277         * g++.dg/template/typename2.C: New test.
16278
16279 2002-04-10  Alan Modra  <amodra@bigpond.net.au>
16280
16281         * gcc.c-torture/execute/loop-12.c: New.
16282
16283 2002-04-08  Hans-Peter Nilsson  <hp@bitrange.com>
16284
16285         * g77.f-torture/execute/980628-4.x,
16286         g77.f-torture/execute/980628-5.x,
16287         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
16288         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
16289         g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests.
16290
16291 2002-04-07  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
16292
16293         PR optimization/6086
16294         * g++.dg/opt/preinc1.C: New test.
16295
16296 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
16297
16298         PR c++/5571
16299         * g++.dg/opt/static2.C: New test.
16300
16301 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
16302
16303         PR c/5120
16304         * gcc.dg/20020406-1.c: New test.
16305
16306 2002-04-04  David S. Miller  <davem@redhat.com>
16307
16308         * gcc.c-torture/execute/20020404-1.c: New test.
16309
16310 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
16311
16312         PR c/6123
16313         * gcc.dg/20020312-2.c: Do not declare global register variable
16314         if __PIC__ or __pic__ is defined.
16315
16316 2002-04-04  Richard Earnshaw  <rearnsha@arm.com>
16317
16318         * gcc.dg/arm-asm.c: Run this test on ARM chips, not SPARC.  Use
16319         __asm__ so that it works correctly even if -ansi -pedantic-errors.
16320
16321 2002-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16322
16323         * gcc.misc-tests/linkage.exp: Update last change to handle
16324         sparc*-, not just sparc-.
16325
16326 2002-04-03  Richard Henderson  <rth@redhat.com>
16327
16328         * gcc.dg/cpp/ucs.c: Improved long UCS test.
16329
16330 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
16331
16332         * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change.
16333
16334 2002-04-02  David S. Miller  <davem@redhat.com>
16335
16336         * gcc.c-torture/execute/20020402-3.c: New test.
16337
16338 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
16339
16340         * g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
16341         * g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
16342
16343         * g77.dg/f77-edit-i-in.f: xfail for mmix-knuth-mmixware.
16344         * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x,
16345         g77.f-torture/execute/20001201.x,
16346         g77.f-torture/execute/u77-test.x: New files.
16347
16348         * gcc.dg/wint_t-1.c: Mark excess errors for mmix-knuth-mmixware.
16349         * gcc.dg/wchar_t-1.c: Ditto.
16350
16351 2002-04-02  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
16352
16353         * gcc.c-torture/execute/20020402-1.c: New test.
16354
16355 2002-04-01  Richard Henderson  <rth@redhat.com>
16356
16357         * gcc.c-torture/compile/920625-1.x: XFAIL -O1.
16358
16359         * g++.dg/other/new1.C: Use __SIZE_TYPE__.
16360
16361 2002-04-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16362
16363         * gcc.misc-tests/linkage.exp: Special case 64-bit solaris2.
16364
16365 2002-04-01  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
16366
16367         * g++.dg/inherit/template-as-base.C: Expect error.
16368         * g++.dg/inherit/namespace-as-base.C: Likewise.
16369
16370 2002-03-31  Hans-Peter Nilsson  <hp@bitrange.com>
16371
16372         * g++.dg/ext/instantiate1.C, g++.dg/ext/instantiate2.C,
16373         g++.dg/ext/instantiate3.C: Tweak match patterns.
16374
16375         * g++.old-deja/g++.pt/static11.C: Skip on mmix-knuth-mmixware.
16376         * g++.dg/other/static11.C: Copy g++.old-deja/g++.pt/static11.C for
16377         -da test.
16378
16379 2002-03-31  Richard Henderson  <rth@redhat.com>
16380
16381         * gcc.dg/special/alias-2.c: New.
16382         * gcc.dg/special/ecos.exp: Run it.
16383
16384 2002-03-31  Richard Henderson  <rth@redhat.com>
16385
16386         * gcc.dg/va-arg-1.c: Expect warnings, not errors.
16387
16388 2002-03-31  Kazu Hirata  <kazu@hxi.com>
16389
16390         * gcc.dg/weak-1.c: Disable on h8300 port.
16391
16392 2002-03-29  Janis Johnson  <janis187@us.ibm.com>
16393
16394         * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
16395         * g++.dg/bprob/bprob.exp: New driver for profile-directed branch
16396         ordering tests.
16397         * g++.dg/bprob/bprob-1.C: New test.
16398         * g++.dg/gcov/gcov.exp: New driver for gcov tests.
16399         * g++.dg/gcov/gcov-1.C: New test.
16400         * g++.dg/gcov/gcov-1.x: New file.
16401         * g++.dg/gcov/gcov-2.C: New test.
16402         * g++.dg/gcov/gcov-3.C: New test.
16403         * g++.dg/gcov/gcov-3.h: New file.
16404
16405 2002-03-28  Roger Sayle  <roger@eyesopen.com>
16406
16407         * g++.old-deja/g++.other/builtins5.C: New test.
16408         * g++.old-deja/g++.other/builtins6.C: New test.
16409         * g++.old-deja/g++.other/builtins7.C: New test.
16410         * g++.old-deja/g++.other/builtins8.C: New test.
16411         * g++.old-deja/g++.other/builtins9.C: New test.
16412
16413 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
16414
16415         * g++.dg/opt/static1.C: New test.
16416
16417         * g++.dg/opt/longbranch1.C: New test.
16418
16419 2002-03-28  Hans-Peter Nilsson  <hp@bitrange.com>
16420
16421         * gcc.dg/weak-1.c: Fix typo in scan-assembler pattern.
16422
16423         * g++.old-deja/g++.law/bit-fields2.C: Skip on mmix-knuth-mmixware.
16424
16425 2002-03-28  Jeffrey A Law  (law@redhat.com)
16426
16427         * gcc.c-torture/execute/20020328-1.c: New test.
16428
16429 2002-03-27  Richard Henderson  <rth@redhat.com>
16430
16431         * g++.dg/ext/instantiate1.C: Use scan-assembler, not link errors.
16432         * g++.dg/ext/instantiate2.C, g++.dg/ext/instantiate3.C: Likewise;
16433         move from g++.old-deja/g++.ext/.
16434
16435 2002-03-27  Mark Mitchell  <mark@codesourcery.com>
16436
16437         * g++.dg/init/new2.C: New test.
16438
16439 2002-03-26  Richard Henderson  <rth@redhat.com>
16440
16441         * gcc.dg/pragma-re-2.c: Avoid empty source file warning.
16442
16443         * gcc.dg/20020312-2.c: Don't test epilogue vs global register
16444         on sparc.
16445
16446         * gcc.dg/20001101-1.c: Add -mcpu=ultrasparc.  Only run on
16447         sparcv9 systems.
16448         * gcc.dg/20001102-1.c: Likewise.
16449
16450 2002-03-26  Phil Edwards  <pme@gcc.gnu.org>
16451
16452         * gcc.dg/cpp/endif-pedantic1.c,
16453         gcc.dg/cpp/endif-pedantic2.c:  New tests.
16454
16455 2002-03-26  Mark Mitchell  <mark@codesourcery.com>
16456
16457         * g++.dg/init/new1.C: New test.
16458
16459 2002-03-26  Nathan Sidwell  <nathan@codesourcery.com>
16460
16461         * g++.dg/abi/vbase9.C: New test.
16462
16463 2002-03-26  Richard Earnshaw  <rearnsha@arm.com>
16464
16465         * gcc.dg/arm-asm.c: New test.
16466
16467 2002-03-26  Andrew Cagney  <ac131313@redhat.com>
16468
16469         * gcc.dg/Wswitch-enum.c: New test.
16470         Fix PR c/5044.
16471
16472 2002-03-26  Richard Henderson  <rth@redhat.com>
16473
16474         * gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized
16475         structure.
16476
16477 2002-03-25  Richard Henderson  <rth@redhat.com>
16478
16479         * gcc.dg/20001013-1.c: Add -mcpu=ultrasparc.  Only run on
16480         sparcv9 systems.
16481
16482         * gcc.c-torture/compile/20011119-1.c (xxx): New.
16483         * gcc.c-torture/compile/20011119-2.c (xxx): New.
16484
16485 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
16486
16487         * gcc.dg/c90-hexfloat-1.c: Adjust error regexps.
16488
16489 2002-03-25  Bob Wilson  <bob.wilson@acm.org>
16490
16491         * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
16492         targets using generic thunk support.
16493
16494 2002-03-25  Jakub Jelinek  <jakub@redhat.com>
16495
16496         * gcc.c-torture/compile/20020323-1.c: New test.
16497
16498         * g++.dg/opt/conj2.C: New test.
16499
16500 2002-03-24  Richard Henderson  <rth@redhat.com>
16501
16502         * gcc.dg/weak-1.c: Use -fno-common.
16503
16504 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
16505
16506         * g77.dg/f77-edit-apostrophe-out.f: New test
16507         * g77.dg/f77-edit-h-out.f: New test
16508         * g77.dg/f77-edit-t-in.f: New test
16509         * g77.dg/f77-edit-t-out.f: New test
16510         * g77.dg/f77-edit-x-out.f: New test
16511         * g77.dg/f77-edit-slash-out.f: New test
16512         * g77.dg/f77-edit-colon-out.f: New test
16513         * g77.dg/f77-edit-s-out.f: New test
16514
16515 2002-03-24  Richard Henderson  <rth@redhat.com>
16516
16517         * objc/execute/formal_protocol-6.x: New XFAIL.
16518
16519 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
16520
16521         * gcc.dg/weak-1.c:  Early return from dg-final on platforms
16522         that do not support weak symbols
16523
16524 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
16525
16526         * lib/g++.exp:  Fix handling of LD_LIBRARY_PATH et al
16527         * lib/g77.exp:  Likewise
16528         * lib/objc.exp: Likewise
16529
16530 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
16531
16532         * gcc.dg/Wswitch-default.c: New test.
16533
16534 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
16535
16536         * g++.dg/other/enum1.C: New test.
16537
16538 2002-03-23  Zack Weinberg  <zack@codesourcery.com>
16539
16540         * gcc.dg/pragma-ep-3.c: Fix typo.
16541
16542 2002-03-22  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
16543
16544         * g++.dg/inherit/template-as-base.C: New test.
16545
16546 2002-03-22  Jakub Jelinek  <jakub@redhat.com>
16547
16548         * g++.old-deja/g++.other/dwarf2-1.C: Move...
16549         * g++.dg/debug/debug5.C: ...here.  Convert for dg framework.
16550
16551 2002-03-22  Neil Booth  <neil@daikokuya.demon.co.uk>
16552
16553         * gcc.dg/cpp/multiline.c: Update to match.
16554
16555 2002-03-22  Alexandre Oliva  <aoliva@redhat.com>
16556
16557         * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
16558
16559 2002-03-22  Phil Edwards  <pme@gcc.gnu.org>
16560
16561         * gcc.dg/cpp/extratokens2.c:  New file.
16562
16563 2002-03-21  David Edelsohn  <edelsohn@gnu.org>
16564
16565         * gcc.dg/20020312-2.c: Add rs6000 target.
16566
16567         * gcc.c-torture/compile/20020319-1.c: New test.
16568
16569 2002-03-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
16570
16571         * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
16572         (A, E): Handle this.
16573
16574 2002-03-20  Jason Merrill  <jason@redhat.com>
16575
16576         * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
16577         ignoring -fpic.
16578         * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
16579         through prune_gcc_output.
16580
16581 2002-03-20  Jakub Jelinek  <jakub@redhat.com>
16582
16583         * gcc.c-torture/compile/20020320-1.c: New test.
16584
16585 2002-03-19  Jakub Jelinek  <jakub@redhat.com>
16586
16587         * gcc.c-torture/compile/20020318-1.c: New test.
16588
16589         * gcc.dg/struct-by-value-1.c: New test.
16590
16591         * gcc.dg/20020319-1.c: New test.
16592
16593 2002-03-18  Jakub Jelinek  <jakub@redhat.com>
16594
16595         * g++.dg/opt/conj1.C: New test.
16596
16597 2002-03-17  Mark Mitchell  <mark@codesourcery.com>
16598
16599         * g++.dg/template/qualttp20.C: Revert previous change.
16600         * g++.dg/template/qualttp3.C: Likewise.
16601         * g++.dg/template/qualttp4.C: Likewise
16602         * g++.dg/template/qualttp5.C: Likewise
16603         * g++.dg/template/qualttp6.C: Likewise
16604         * g++.dg/template/qualttp7.C: Likewise
16605         * g++.dg/template/qualttp8.C: Likewise
16606         * g++.dg/template/recurse.C: Likewise.
16607
16608 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
16609
16610         * gcc.dg/cpp/wchar-1.c: Update.
16611
16612 2002-03-16  Nathan Sidwell  <nathan@codesourcery.com>
16613
16614         * g++.dg/template/conv1.C: New test.
16615         * g++.dg/template/conv2.C: New test.
16616         * g++.dg/template/conv3.C: New test.
16617         * g++.dg/template/conv4.C: New test.
16618
16619 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
16620
16621         * g++.dg/template/qualttp20.C: Remove unnecessary error tags.
16622         * g++.dg/template/qualttp3.C: Likewise.
16623         * g++.dg/template/qualttp4.C: Likewise
16624         * g++.dg/template/qualttp5.C: Likewise
16625         * g++.dg/template/qualttp6.C: Likewise
16626         * g++.dg/template/qualttp7.C: Likewise
16627         * g++.dg/template/qualttp8.C: Likewise
16628         * g++.dg/template/recurse.C: Likewise.
16629
16630 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
16631
16632         * g++.dg/opt/dtor1.C: New test.
16633
16634 2002-03-15  Jakub Jelinek  <jakub@redhat.com>
16635
16636         * gcc.c-torture/compile/20020315-1.c: New test.
16637
16638 2002-03-15  Richard Earnshaw  <rearnsha@arm.com>
16639
16640         * gcc.dg/weak-1.c: Fix scan tests.
16641
16642 2002-03-15  Hans-Peter Nilsson  <hp@bitrange.com>
16643
16644         * gcc.dg/20020312-2.c [__MMIX__]: No pic register.
16645         * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf*
16646         cris-*-aout* mmix-*-*.
16647         * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
16648         cris-*-aout* mmix-*-*.
16649         * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on
16650         cris-*-elf* cris-*-aout* and mmix-*-*.
16651         * gcc.dg/20001009-1.c: Ditto.
16652         * gcc.dg/20010912-1.c: Ditto.
16653         * gcc.dg/20020122-4.c: Ditto.
16654         * gcc.dg/inline-2.c: Ditto.
16655
16656 2002-03-14  Jeffrey A Law  (law@cygnus.com)
16657
16658         * gcc.c-torture/compile/20020314-1.c: New test.
16659
16660 2002-03-14  Richard Earnshaw  <rearnsha@arm.com>
16661
16662         * gcc.c-torture/execute/20020314-1.c: New test.
16663
16664 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
16665
16666         * g++.dg/warn/Wunused-1.C: New test.
16667
16668 2002-02-13  Richard Sandiford  <rsandifo@redhat.com>
16669
16670         * g++.dg/abi/mangle6.C: New test.
16671
16672 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
16673
16674         * gcc.c-torture/compile/20020309-2.c: New test.
16675
16676         * gcc.c-torture/compile/20020312-1.c: New test.
16677
16678 2002-03-12  Nathan Sidwell  <nathan@codesourcery.com>
16679
16680         * g++.dg/other/access1.C: New test.
16681
16682 2002-03-12  Jakub Jelinek  <jakub@redhat.com>
16683
16684         * gcc.c-torture/execute/wchar_t-1.c: New test.
16685
16686 2002-03-12  David Edelsohn  <edelsohn@gnu.org>
16687
16688         * gcc.dg/20020103-1.c: Add rs6000 target and macro.
16689
16690 2002-03-12  Roger Sayle  <roger@eyesopen.com>
16691
16692         * gcc.dg/20020312-1.c: New test case.
16693
16694 2002-03-11  Aldy Hernandez  <aldyh@redhat.com>
16695
16696         * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
16697
16698 2002-03-11  Richard Henderson  <rth@redhat.com>
16699
16700         * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
16701         * g++.old-deja/g++.jason/report.C: Likewise.
16702
16703 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
16704
16705         * testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
16706         * testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.
16707
16708 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
16709
16710         * testsuite/g++.dg/overload/pmf1.C: New test.
16711
16712 2002-03-11  Kazu Hirata  <kazu@hxi.com>
16713
16714         * gcc.c-torture/execute/20020307-1.c: Use long.
16715
16716 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
16717
16718         PR optimization/5844
16719         * gcc.dg/20020310-1.c: New test.
16720
16721 2002-03-09  Michael Meissner  <meissner@redhat.com>
16722
16723         * gcc.c-torture/execute/memcpy-2.c: New test.
16724         * gcc.c-torture/execute/memset-1.c: New test.
16725         * gcc.c-torture/execute/strlen-1.c: New test.
16726         * gcc.c-torture/execute/strcmp-1.c: New test.
16727         * gcc.c-torture/execute/strncmp-1.c: New test.
16728
16729 2002-03-09  Geoffrey Keating  <geoffk@redhat.com>
16730
16731         * gcc.dg/ppc-ldstruct.c: New test.
16732
16733 2002-03-09  Jakub Jelinek  <jakub@redhat.com>
16734
16735         * gcc.c-torture/execute/va-arg-22.c: New test.
16736
16737 2002-03-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16738
16739         * gcc.c-torture/compile/20020309-1.c: New test.
16740
16741 2002-03-08  Jakub Jelinek  <jakub@redhat.com>
16742
16743         * gcc.c-torture/execute/20020307-2.c: New test.
16744
16745 2002-03-07  Jeffrey A Law  (law@redhat.com)
16746
16747         * g77.f-torture/compile/20020307-1.f: New test.
16748
16749 2002-03-07  Richard Sandiford  <rsandifo@redhat.com>
16750
16751         * gcc.dg/unordered-1.c: New test.
16752
16753 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
16754
16755         * gcc.c-torture/execute/20020307-1.c: New test.
16756
16757 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
16758
16759         * gcc.dg/20020304-1.c: New test.
16760
16761         * gcc.c-torture/compile/20020304-2.c: New test.
16762
16763 2002-03-04  Zack Weinberg  <zack@codesourcery.com>
16764
16765         * gcc.c-torture/compile/20020304-1.c: New test case
16766         (from PR c/5830).
16767
16768 2002-03-03  Aldy Hernandez  <aldyh@redhat.com>
16769
16770         * gcc.dg/20020103-1.c: Add other -D ppc variants.
16771
16772 2002-03-02  Nathan Sidwell  <nathan@codesourcery.com>
16773
16774         * g++.dg/other/classkey1.C: New test.
16775
16776 2002-03-01  Richard Henderson  <rth@redhat.com>
16777
16778         * gcc.c-torture/compile/981223-1.x: New.
16779         * gcc.c-torture/compile/920625-1.x: New.
16780
16781 2002-02-28  Richard Henderson  <rth@redhat.com>
16782
16783         * g++.dg/opt/vtgc1.C: Adjust patterns for ia64.
16784
16785 2002-02-27  Hans-Peter Nilsson  <hp@bitrange.com>
16786
16787         * gcc.c-torture/execute/20020227-1.c: New test.
16788
16789 2002-02-27  Mark Mitchell  <mark@codesourcery.com>
16790
16791         * g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
16792         here" ERROR lines.
16793         * g++.old-deja/g++.oliva/partord1.C: Likewise.
16794         * g++.old-deja.g++.other/defarg1.C: Likewise.
16795         * g++.old-deja/g++.pt/calls2.C: Likewise.
16796         * g++.old-deja/g++.pt/crash20.C: Likewise.
16797         * g++.old-deja/g++.pt/crash30.C: Likewise.
16798         * g++.old-deja/g++.pt/crash36.C: Likewise.
16799         * g++.old-deja/g++.pt/crash6.C: Likewise.
16800         * g++.old-deja/g++.pt/defarg13.C: Likewise.
16801         * g++.old-deja/g++.pt/derived3.C: Likewise.
16802         * g++.old-deja/g++.pt/error1.C: Likewise.
16803         * g++.old-deja/g++.pt/friend21.C: Likewise.
16804         * g++.old-deja/g++.pt/friend23.C: Likewise.
16805         * g++.old-deja/g++.pt/infinite1.C: Likewise.
16806         * g++.old-deja/g++.robertl/eb128.C: Likewise.
16807
16808 2002-02-27  Geoffrey Keating  <geoffk@redhat.com>
16809
16810         * gcc.c-torture/execute/20020225-2.c: New test.
16811
16812 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
16813
16814         * gcc.c-torture/execute/920730-1t.c,
16815         gcc.c-torture/execute/920730-1t.x, gcc.dg/ext-glob.c:
16816         Delete test cases, only relevant to -traditional.
16817
16818 2002-02-27  Neil Booth  <neil@daikokuya.demon.co.uk>
16819
16820         * gcc.dg/cpp/undef1.c: Remove.
16821         * gcc.dg/cpp/directiv.c: Update.
16822         * gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.
16823
16824 2002-02-27  Michael Meissner  <meissner@redhat.com>
16825
16826         * gcc.c-torture/execute/20020226-1.c: New test.
16827
16828 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
16829
16830         * g++.dg/debug/debug4.C: New test.
16831
16832         * gcc.dg/ia64-visibility-1.c: New test.
16833
16834 2002-02-26  Alexandre Oliva  <aoliva@redhat.com>
16835
16836         * gcc.dg/debug/20020224-1.c: New.
16837
16838 2002-02-25  Kazu Hirata  <kazu@hxi.com>
16839
16840         * gcc.c-torture/execute/960416-1.x: New.
16841         * gcc.c-torture/execute/divconst-3.x: Likewise.
16842
16843 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
16844
16845         * gcc.dg/20020224-1.c: New test.
16846
16847 2002-02-25  Alan Modra  <amodra@bigpond.net.au>
16848
16849         * gcc.c-torture/execute/20020225-1.c: New.
16850
16851 2002-02-24  Neil Booth  <neil@daikokuya.demon.co.uk>
16852
16853         * testsuite/gcc.dg/cpp/wchar-1.c: New test.
16854
16855 2002-02-23  Jakub Jelinek  <jakub@redhat.com>
16856
16857         * gcc.dg/20020222-1.c: New test.
16858
16859 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
16860
16861         * g++.dg/opt/anonunion1.C: New test.
16862
16863 2002-02-22  Nathan Sidwell  <nathan@codesourcery.com>
16864
16865         * g++.dg/template/qualttp19.C: New test.
16866         * g++.dg/template/qualttp20.C: New test.
16867         * g++.old-deja/g++.jason/report.C: Adjust expected errors
16868         * g++.old-deja/g++.other/qual1.C: Likewise.
16869
16870 2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
16871
16872         * gcc.dg/attr-alwaysinline.c: New.
16873
16874 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
16875
16876         * gcc.dg/20020220-1.c: New test.
16877
16878         * gcc.dg/20020220-2.c: New test.
16879
16880         * g++.dg/opt/mmx1.C: New test.
16881
16882 2002-02-20  Alexandre Oliva  <aoliva@redhat.com>
16883
16884         * gcc.c-torture/compile/20020110.c: New test.
16885
16886 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
16887
16888         * gcc.c-torture/execute/20020219-1.c: New test.
16889
16890         * gcc.dg/20020219-1.c: New test.
16891
16892         * gcc.dg/noncompile/20020220-1.c: New test.
16893
16894         * g++.dg/opt/ptrintsum1.C: New test.
16895
16896         * gcc.dg/debug/20020220-1.c: New test.
16897
16898 2002-02-17  Jakub Jelinek  <jakub@redhat.com>
16899
16900         * gcc.c-torture/execute/20020216-1.c: New test.
16901
16902 2002-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
16903
16904         * gcc.dg/decl-1.c: Update, new test.
16905
16906 2002-02-15  Nathan Sidwell  <nathan@codesourcery.com>
16907
16908         * g++.dg/abi/bitfield1.C: New test.
16909         * g++.dg/abi/bitfield2.C: New test.
16910
16911 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
16912
16913         * gcc.dg/attr-nest.c: New test.
16914
16915 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
16916
16917         * gcc.c-torture/execute/20020215-1.c: New test.
16918
16919 2002-02-14  Jakub Jelinek  <jakub@redhat.com>
16920
16921         * g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
16922         * g++.dg/debug/debug.exp: New.
16923         * g++.dg/debug/trivial.C: New.
16924         * g++.dg/debug/debug1.C: Moved...
16925         * g++.dg/other/debug1.C: ...from here.
16926         * g++.dg/debug/debug2.C: Moved...
16927         * g++.dg/other/debug2.C: ...from here.
16928         * g++.dg/debug/debug3.C: Moved...
16929         * g++.dg/other/debug3.C: ...from here.
16930
16931         * gcc.dg/noncompile/20020213-1.c: New test.
16932
16933 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
16934
16935         * g++.dg/other/debug3.C: New test.
16936
16937         * gcc.c-torture/execute/20020213-1.c: New test.
16938
16939 2002-02-13  Richard Smith <richard@ex-parrot.com>
16940
16941         * g++.old-deja/g++.other/thunk1.C: New test.
16942
16943 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
16944
16945         * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
16946
16947 2002-02-13  Stan Shebs  <shebs@apple.com>
16948
16949         * gcc.dg/altivec-3.c: New.
16950
16951 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
16952
16953         * gcc.dg/Wunreachable-1.c: New test.
16954         * gcc.dg/Wunreachable-2.c: New test.
16955
16956 2002-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
16957
16958         * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
16959
16960 2002-02-12  Neil Booth  <neil@daikokuya.demon.co.uk>
16961
16962         * gcc.dg/decl-1.c: New test.
16963
16964 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
16965
16966         * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
16967
16968 2002-02-10  Kazu Hirata  <kazu@hxi.com>
16969
16970         * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
16971         * gcc.c-torture/compile/980506-1.x: Likewise.
16972
16973 2002-02-10  Kazu Hirata  <kazu@hxi.com>
16974
16975         * gcc.dg/20020210-1.c: New.
16976
16977 2002-02-09  Toon Moene  <toon@moene.indiv.nluug.nl>
16978
16979         * g77.f-torture/execute/947.f: New regression test
16980         for PR fortran/947.
16981
16982 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
16983
16984         * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
16985         * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
16986
16987 2002-02-08  Richard Henderson  <rth@redhat.com>
16988
16989         * gcc.c-torture/compile/labels-3.c: New.
16990
16991 2002-02-08  Jakub Jelinek  <jakub@redhat.com>
16992
16993         * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
16994         expression statements work instead.
16995         * gcc.dg/noncompile/20020207-1.c: New test.
16996
16997 2002-02-07  Richard Henderson  <rth@redhat.com>
16998
16999         * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
17000
17001 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
17002
17003         * lib/prune.exp: Remove "In (program|subroutine"block-data)"
17004         message from g77
17005         * lib/g77-dg.exp: Trim g77 error messages so that they are
17006         recognized by dg.exp.
17007
17008 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
17009
17010         PR fortran/5473
17011         * g77.dg/pr5473.f: Now dg-error.  Add additional cases.
17012
17013 2002-02-07  Richard Henderson  <rth@redhat.com>
17014
17015         * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
17016         to be sufficiently aligned for integers.
17017
17018 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
17019
17020         * g++.dg/template/friend4.C: New test.
17021
17022 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
17023
17024         PR fortran/5743
17025         * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
17026         unsupported cases.
17027
17028 2002-02-07  Richard Henderson  <rth@redhat.com>
17029
17030         * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
17031         * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
17032         gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
17033         objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
17034
17035 2002-02-06  Richard Henderson  <rth@redhat.com>
17036
17037         * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
17038
17039 2002-02-06  Janis Johnson  <janis187@us.ibm.com>
17040
17041         * gcc.dg/20020206-1.c: New test.
17042
17043 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
17044
17045         * gcc.c-torture/execute/20020206-1.c: New test.
17046
17047         * gcc.c-torture/execute/20020206-2.c: New test.
17048
17049         PR optimization/5429:
17050         * gcc.c-torture/compile/20020206-1.c: New test.
17051
17052 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
17053
17054         * g++.dg/ext/align1.C: Do not use an explicit alignment value
17055         as certain file formats cannot support particularly large
17056         alignments.
17057
17058         * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
17059         and do not expect to be able to link the executable.
17060
17061         * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
17062         fail because the COFF format does not support the weak attribute.
17063
17064 2002-02-05  David Billinghurst <David.Billinghurst@riotinto.com>
17065
17066         * g77.dg/pr5473.f:  New test
17067
17068 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
17069
17070         * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
17071         Fix testcase accordingly.
17072
17073 2002-02-04  Richard Henderson  <rth@redhat.com>
17074
17075         * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
17076         (buf): Change to be an array of pointers, not ints.
17077
17078 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
17079
17080         * gcc.dg/Wswitch.c: Fix typos.  Don't return unconditionally
17081         before all tests.  Move warning one line above to match where it
17082         C frontend emits.
17083         * gcc.dg/Wswitch-2.c: New test.
17084         * g++.dg/warn/Wswitch-1.C: New test.
17085         * g++.dg/warn/Wswitch-2.C: New test.
17086
17087 2002-02-04  Richard Henderson  <rth@redhat.com>
17088
17089         * g++.dg/abi/offsetof.C: Fix size comparison.
17090
17091 2002-02-04  Richard Sandiford  <rsandifo@redhat.com>
17092
17093         * gcc.dg/cast-qual-2.c: New test.
17094
17095 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
17096
17097         * gcc.dg/20020201-4.c: New test.
17098
17099 2002-02-04  Ben Elliston  <bje@redhat.com>
17100
17101         * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
17102         target_info attribute != 0, in addition to the empty string.
17103         (gcc_target_compile): Likewise.
17104
17105 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
17106
17107         * gcc.dg/Wswitch.c: New test.
17108         PR gcc/4475. PR gcc/3780.
17109
17110 2002-02-03  Toon Moene  <toon@moene.indiv.nluug.nl>
17111
17112         * g77.f-torture/execute/5122.f: New test for regressions
17113         against PR fortran/5122.
17114
17115 2002-02-03  David Billinghurst <David.Billinghurst@riotinto.com>
17116
17117         * g77.f-torture/compile/pr3743.f: Delete
17118         * g77.dg/pr3743-1.f: New test.
17119         * g77.dg/pr3743-2.f: New test.
17120         * g77.dg/pr3743-3.f: New test.
17121         * g77.dg/pr3743-4.f: New test.
17122
17123 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
17124
17125         * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
17126
17127 2002-02-02  Richard Henderson  <rth@redhat.com>
17128
17129         * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
17130         * gcc.c-torture/execute/bf64-1.c: Likewise.
17131
17132 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
17133
17134         * gcc.dg/20020201-2.c: New test.
17135
17136         * gcc.dg/20020201-3.c: New test.
17137
17138         * gcc.c-torture/execute/bitfld-2.c: New test.
17139
17140 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
17141
17142         * gcc.dg/bitfld-1.c: Update.
17143         * gcc.dg/bitfld-2.c: Update.
17144         * gcc.c-torture/execute/bitfld-1.x: New.
17145
17146 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
17147
17148         * gcc.c-torture/execute/20020201-1.c: New test.
17149
17150 2002-02-01  Janis Johnson  <janis187@us.ibm.com>
17151
17152         PR target/5469
17153         * gcc.dg/20020201-1.c: New test.
17154
17155 2002-02-01  David.Billinghurst <David.Billinghurst@riotinto.com>
17156
17157         PR fortran/3743
17158         * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
17159         * g77.f-torture/compile/pr3743.x: Remove
17160
17161 2002-01-31  Tom Rix  <trix@redhat.com>
17162
17163         * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
17164
17165 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
17166
17167         * gcc.dg/noncompile/20020130-1.c: New test.
17168
17169 2002-01-30  David Billinghurst  <David.Billinghurst@riotinto.com>
17170
17171         * g77.dg/f77-edit-i-out.f:  Escape \. Allow \r\n and \r.
17172
17173 2002-01-29  Richard Henderson  <rth@redhat.com>
17174
17175         * gcc.c-torture/execute/991118-1.c: Cast various constants back
17176         to long long.
17177         * gcc.c-torture/execute/bf64-1.c: Likewise.
17178
17179 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
17180
17181         * gcc.c-torture/execute/20020129-1.c: New test.
17182
17183 2002-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
17184
17185         * gcc.c-torture/compile/20000224-1.c: Update.
17186         * gcc.c-torture/execute/bitfld-1.c: New tests.
17187         * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
17188         * gcc.dg/uninit-A.c: Update.
17189
17190 2002-01-29  Nathan Sidwell  <nathan@codesourcery.com>
17191
17192         * g++.dg/template/ctor1.C: Add instantiation.
17193
17194 2002-01-28  Paul Koning  <pkoning@equallogic.com>
17195
17196         * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
17197         argument to __builtin_prefetch to be const ptr.
17198
17199 2002-01-28  Jakub Jelinek  <jakub@redhat.com>
17200
17201         * gcc.c-torture/compile/20020120-1.c: New test.
17202
17203 2002-01-27  Kazu Hirata  <kazu@hxi.com>
17204
17205         * gcc.c-torture/execute/20020127-1.c: New test.
17206
17207 2002-01-27  David Billinghurst  <David.Billinghurst@riotinto.com>
17208
17209         * g77.dg/f77-edit-i-in.f: New test
17210         * g77.dg/f77-edit-i-out.f: New test
17211
17212 2002-01-25  Geoffrey Keating  <geoffk@redhat.com>
17213
17214         * gcc.dg/debug/debug.exp: New file.
17215         * gcc.dg/debug/trivial.c: New file.
17216         * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
17217         * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
17218         * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
17219         * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
17220         * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
17221         * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
17222         * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
17223         * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
17224         * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
17225         * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
17226         * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
17227         * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
17228         * gcc.dg/20000503-1.c: Removed.
17229         * gcc.dg/20010207-1.c: Removed.
17230         * gcc.dg/20011223-1.c: Removed.
17231         * gcc.dg/20020104-2.c: Removed.
17232         * gcc.dg/debug-1.c: Removed.
17233         * gcc.dg/debug-2.c: Removed.
17234         * gcc.dg/debug-3.c: Removed.
17235         * gcc.dg/debug-4.c: Removed.
17236         * gcc.dg/debug-5.c: Removed.
17237         * gcc.dg/debug-6.c: Removed.
17238         * gcc.dg/dwarf2-1.c: Removed.
17239         * gcc.dg/dwarf2-2.c: Removed.
17240
17241 2002-01-25  Jakub Jelinek  <jakub@redhat.com>
17242
17243         * g++.old-deja/g++.other/eh5.C: New test.
17244         * g++.old-deja/g++.other/sibcall2.C: New test.
17245         * g++.old-deja/g++.other/array9.C: New test.
17246         * g++.old-deja/g++.other/typename2.C: New test.
17247         * g++.old-deja/g++.other/crash60.C: New test.
17248         * g++.old-deja/g++.other/conv9.C: New test.
17249         * g++.old-deja/g++.other/mangle10.C: New test.
17250         * g++.old-deja/g++.other/unchanging1.C: New test.
17251         * g++.old-deja/g++.other/exprstmt1.C: New test.
17252         * g++.old-deja/g++.other/inline23.C: New test.
17253         * g++.old-deja/g++.eh/ia64-1.C: New test.
17254         * g++.old-deja/g++.other/dwarf2-1.C: New test.
17255         * g++.old-deja/g++.other/reload1.C: New test.
17256         * g++.old-deja/g++.other/static20.C: New test.
17257         * g++.old-deja/g++.other/local-alloc1.C: New test.
17258         * g++.old-deja/g++.other/conv8.C: New test.
17259         * g++.old-deja/g++.other/stmtexpr2.C: New test.
17260         * g++.old-deja/g++.other/storeexpr1.C: New test.
17261         * g++.old-deja/g++.other/storeexpr2.C: New test.
17262         * g++.dg/eh/template2.C: New test.
17263         * g++.dg/warn/weak1.C: New test.
17264
17265 2002-01-25  Hans-Peter Nilsson  <hp@bitrange.com>
17266
17267         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
17268         Remove first, non-varying, argument.
17269
17270 2002-01-23  Richard Henderson  <rth@redhat.com>
17271
17272         * gcc.dg/inline-2.c: New.
17273
17274         * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
17275         Add optional target arg.  Check number of arguments.
17276         (scan-assembler-not, scan-assembler-dem): Likewise.
17277         (scan-assembler-dem-not): Likewise.
17278
17279 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
17280
17281         * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
17282         line 12.
17283         * g++.old-deja/g++.brendan/parse3.C,
17284         g++.old-deja/g++.other/crash26.C,
17285         g++.old-deja/g++.other/crash28.C,
17286         g++.old-deja/g++.other/crash29.C,
17287         g++.old-deja/g++.other/crash30.C,
17288         g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
17289
17290 2002-01-23  Aldy Hernandez  <aldyh@redhat.com>
17291
17292         * gcc.dg/20020115-1.c: New.
17293
17294 2002-01-23  Bob Wilson  <bob.wilson@acm.org>
17295
17296         * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
17297
17298 2002-01-23  Janis Johnson  <janis187@us.ibm.com>
17299
17300         * gcc.dg/20020122-3.c: New.
17301
17302 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
17303
17304         * g++.dg/other/gc1.C: New test.
17305
17306 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
17307
17308         * gcc.dg/c99-intconst-1.c: Mark XFAIL.
17309
17310 2002-01-22  Richard Henderson  <rth@redhat.com>
17311
17312         * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
17313
17314 2002-01-22  Richard Henderson  <rth@redhat.com>
17315
17316         * gcc.dg/20020122-4.c: New.
17317
17318 2002-01-22  H.J. Lu <hjl@gnu.org>
17319
17320         * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
17321         link output.
17322         * gcc.dg/special/ecos.exp: Likewise.
17323         * lib/g++-dg.exp: Likewise.
17324         * lib/g77-dg.exp: Likewise.
17325         * lib/gcc-dg.exp : Likewise.
17326         * lib/mike-g++.exp: Likewise.
17327         * lib/mike-g77.exp: Likewise.
17328         * lib/mike-gcc.exp: Likewise.
17329         * lib/objc-dg.exp: Likewise.
17330
17331 2002-01-22  Janis Johnson  <janis187@us.ibm.com>
17332
17333         PR target/5379
17334         * gcc.dg/20020122-2.c: New test.
17335
17336 2002-01-22  Hans-Peter Nilsson  <hp@axis.com>
17337
17338         * gcc.dg/20020122-1.c: New test.
17339
17340 2001-01-22  David.Billinghurst <David.Billinghurst@riotinto.com>
17341
17342         * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
17343
17344 2002-01-22  David Billinghurst <David.Billinghurst@riotinto.com>
17345
17346         * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
17347
17348 2002-01-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17349
17350         * gcc.c-torture/compile/20020121-1.c: New test.
17351
17352 2002-01-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
17353
17354         * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
17355         ld_library_path.
17356
17357 2002-01-21  Jakub Jelinek  <jakub@redhat.com>
17358
17359         * gcc.dg/20020218-1.c: New test.
17360
17361 2002-01-21  David.Billinghurst <David.Billinghurst@riotinto.com>
17362
17363         * lib/prune.exp (prune_gcc_output): Prune "At global scope"
17364         messages
17365         * g++.dg/other/deprecated.C: Remove dg-bogus comment for
17366         "At global scope" warning
17367         * g++.dg/ext/align1.C: Change cygwin test for alignment
17368         from db-bogus to dg-warning
17369
17370 2002-01-21  Zack Weinberg  <zack@codesourcery.com>
17371
17372         * g77.f-torture/compile/cpp2.F: New test.
17373
17374 2002-01-19  Nathan Sidwell  <nathan@codesourcery.com>
17375
17376         * g++.dg/template/access1.C: New test.
17377
17378 2002-01-18  Aldy Hernandez  <aldyh@redhat.com>
17379
17380         * gcc.dg/20020118-1.c: New.
17381
17382 2002-01-18  Kazu Hirata  <kazu@hxi.com>
17383
17384         * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
17385
17386 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
17387
17388         * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
17389         * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
17390         alignment warnings.
17391
17392 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
17393
17394         * gcc.misc-tests/i386-prefetch.exp: Save and restore
17395         torture_with_loops and torture_without_loops
17396
17397 2002-01-17  Jakub Jelinek  <jakub@redhat.com>
17398
17399         * gcc.c-torture/compile/20020116-1.c: New test.
17400
17401 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
17402
17403         * gcc.dg/20020116-2.c: New test.
17404
17405         * gcc.dg/ultrasp4.c: New test.
17406
17407         * gcc.dg/20020116-1.c: New test.
17408
17409 2002-01-15  Geoffrey Keating  <geoffk@redhat.com>
17410
17411         * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
17412         by EABI.
17413
17414 2002-01-15  Janis Johnson  <janis187@us.ibm.com>
17415
17416         * gcc.misc-tests/i386-prefetch.exp: New.
17417         * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
17418         * gcc.misc-tests/i386-pf-athlon-1.c: New test.
17419         * gcc.misc-tests/i386-pf-none-1.c: New test.
17420         * gcc.misc-tests/i386-pf-sse-1.c: New test.
17421
17422 2002-01-15  Jakub Jelinek  <jakub@redhat.com>
17423
17424         * gcc.dg/gnu89-init-1.c: Add new tests.
17425
17426 2002-01-15  Andreas Jaeger  <aj@suse.de>
17427
17428         * gcc.dg/i386-mmx-1.c: Also run on x86-64.
17429         * gcc.dg/i386-mmx-2.c: Likewise.
17430         * gcc.dg/i386-sse-1.c: Likewise.
17431         * gcc.dg/i386-sse-2.c: Likewise.
17432         * gcc.dg/i386-sse-3.c: Likewise.
17433
17434 2001-01-14  David Billinghurst <David.Billinghurst@riotinto.com>
17435
17436         * g77.f-torture/execute/intrinsic-unix-bessel.f:
17437         Uncomment additional cases that now pass.
17438
17439 2002-01-11  Richard Henderson  <rth@redhat.com>
17440
17441         * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
17442         * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
17443
17444 2002-01-11  Nicola Pero  <n.pero@mi.flashnet.it>
17445
17446         * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
17447
17448 2002-01-10  Aldy Hernandez  <aldyh@redhat.com>
17449
17450         * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
17451         lvx, stvx, stvebx, stvehx, stvewx, stvxl.
17452
17453 2002-01-10  Dale Johannesen  <dalej@apple.com>
17454
17455         * gcc.c-torture/execute/loop-11.c: New.
17456
17457 2002-01-08  Aldy Hernandez  <aldyh@redhat.com>
17458
17459         * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
17460         dss, lvsl, lvsr, dstt, dstst, dststt, dst.
17461
17462 2002-01-09  Richard Henderson  <rth@redhat.com>
17463
17464         * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
17465         type in which to perform the operation for each size.
17466
17467 2002-01-09  Alan Matsuoka  (alanm@redhat.com)
17468
17469         * gcc.c-torture/compile/20020109-2.c: New test.
17470
17471 2002-01-09  Gwenole Beauchesne  <bgeauchesne@mandrakesoft.com>
17472
17473         * gcc.c-torture/execute/loop-10.c: New test.
17474
17475 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
17476
17477         * gcc.c-torture/compile/20010226-1.c: New test.
17478         * gcc.c-torture/compile/20010227-1.c: New test.
17479         * gcc.c-torture/compile/20010426-1.c: New test.
17480         * gcc.c-torture/compile/20010510-1.c: New test.
17481         * gcc.c-torture/compile/20010605-3.c: New test.
17482         * gcc.c-torture/compile/20010824-1.c: New test.
17483         * gcc.c-torture/execute/20010409-1.c: New test.
17484         * gcc.dg/noncompile/20000901-1.c: New test.
17485         * gcc.dg/20001023-1.c: New test.
17486         * gcc.dg/20001101-1.c: New test.
17487         * gcc.dg/20001102-1.c: New test.
17488         * gcc.dg/20010207-1.c: New test.
17489         * gcc.dg/20010405-1.c: New test.
17490         * gcc.dg/20010822-1.c: New test.
17491         * gcc.dg/20011107-1.c: New test.
17492
17493 2002-01-09  Jeffrey A Law  (law@redhat.com)
17494
17495         * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
17496
17497         * gcc.c-torture/execute/strct-stdarg-1.x: New file.  Expect
17498         execution failure on PA targets.
17499
17500 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
17501
17502         * gcc.c-torture/compile/20020109-1.c: New test.
17503
17504 2002-01-08  Kazu Hirata  <kazu@hxi.com>
17505
17506         * gcc.c-torture/execute/20020108-1.c: New test.
17507
17508 2002-01-08  Jakub Jelinek  <jakub@redhat.com>
17509
17510         * gcc.dg/20020108-1.c: New test.
17511
17512 2002-01-08  H.J. Lu <hjl@gnu.org>
17513
17514         * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
17515         for header files.
17516
17517 2002-01-08  Geoff Keating  <geoffk@redhat.com>
17518
17519         * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
17520         consistency.
17521
17522 002-01-07  Aldy Hernandez  <aldyh@redhat.com>
17523
17524         * gcc.dg/altivec-4.c: Test altivec predicates.
17525
17526 2002-01-07  Jakub Jelinek  <jakub@redhat.com>
17527
17528         * gcc.c-torture/execute/20020107-1.c: New test.
17529
17530 2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>
17531
17532         PR c/5279
17533         * gcc.c-torture/compile/20020106-1.c: New test.
17534
17535 2002-01-05  Hans-Peter Nilsson  <hp@bitrange.com>
17536
17537         * gcc.c-torture/execute/nestfunc-4.c: New test.
17538
17539 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
17540
17541         * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
17542         extra triple that slipped in.
17543         * g++.old-deja/g++.abi/align.C: Likewise.
17544         * g++.old-deja/g++.abi/bitfields.C: Likewise.
17545
17546 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
17547
17548         * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
17549         * g++.old-deja/g++.abi/align.C: Likewise.
17550         * g++.old-deja/g++.abi/bitfields.C: Likewise.
17551
17552         * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
17553         on FreeBSD/i386.
17554         * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
17555         FreeBSD.
17556
17557 2002-01-04  Jakub Jelinek  <jakub@redhat.com>
17558
17559         * gcc.dg/20020104-1.c: New test.
17560
17561         * gcc.dg/20020104-2.c: New test.
17562
17563 2002-01-04  Hans-Peter Nilsson  <hp@bitrange.com>
17564
17565         * gcc.dg/20020103-1.c: Fix typo in target selector.
17566
17567 2002-01-03  Richard Henderson  <rth@redhat.com>
17568
17569         * gcc.dg/20020103-1.c: New.
17570
17571 2002-01-03  Kazu Hirata  <kazu@hxi.com>
17572
17573         * gcc.c-torture/execute/20020103-1.c: New test.
17574
17575 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
17576
17577         * g++.dg/other/debug2.C: New test.
17578
17579         * gcc.c-torture/compile/20020103-1.c: New test.
17580
17581 2002-01-02  Jakub Jelinek  <jakub@redhat.com>
17582
17583         * gcc.dg/gnu89-init-1.c: Added new tests.
17584
17585 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
17586
17587         * g++.dg/template/friend2.C: Remove as patch is reverted.
17588
17589         * g++.dg/warn/oldcast1.C: New test.
17590
17591         * g++.dg/template/ptrmem1.C: New test.
17592         * g++.dg/template/ptrmem2.C: New test.
17593
17594         * g++.dg/template/ntp.C: New test.
17595
17596         * g++.dg/other/component1.C: New test.
17597
17598         * g++.dg/template/ttp3.C: New test.
17599
17600         * g++.dg/template/friend2.C: New test.
17601         * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
17602
17603 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
17604
17605         * g++.dg/other/ptrmem1.C: New test.
17606         * g++.dg/other/ptrmem2.C: New test.
17607
17608 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
17609
17610         * g++.dg/template/ctor1.C: New test.
17611
17612 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
17613
17614         * g++.dg/template/friend2.C: New test.
17615
17616 2002-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
17617
17618         * gcc.dg/mmix-1.c: New test.
17619
17620 2001-12-31  Richard Henderson  <rth@redhat.com>
17621
17622         * gcc.dg/asm-5.c: New.
17623
17624 2001-12-31  Paolo Carlini  <pcarlini@unitus.it>
17625
17626         * g++.old-deja/g++.robertl/eb130.C: hash_set is now
17627         in namespace __gnu_cxx
17628
17629 2001-12-30  Richard Henderson  <rth@redhat.com>
17630
17631         * gcc.dg/debug-6.c: New.
17632
17633 2001-12-30  Jakub Jelinek  <jakub@redhat.com>
17634
17635         * gcc.c-torture/compile/20011229-2.c: New test.
17636
17637 2001-12-29  Jakub Jelinek  <jakub@redhat.com>
17638
17639         * gcc.dg/debug-3.c: New test.
17640         * gcc.dg/debug-4.c: New test.
17641         * gcc.dg/debug-5.c: New test.
17642
17643 2001-12-29  Richard Henderson  <rth@redhat.com>
17644
17645         * g++.dg/eh/loop1.C: New.
17646
17647 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
17648
17649         * g++.dg/template/crash1.C: New test.
17650
17651 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
17652
17653         * g++.dg/other/const1.C: New test.
17654
17655 2001-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
17656
17657         * gcc.c-torture/compile/20011229-1.c: New test.
17658
17659 2001-12-28  Stan Shebs  <shebs@apple.com>
17660
17661         * lib/objc-torture.exp: Resync with c-torture.exp.
17662         * lib/objc.exp: Load standard libraries.
17663
17664 2001-12-28  Jakub Jelinek  <jakub@redhat.com>
17665
17666         * gcc.dg/gnu89-init-1.c: Adjust for the new behavior, add some
17667         additional tests.
17668
17669 2001-12-27  Roger Sayle <roger@eyesopen.com>
17670
17671         * gcc.c-torture/execute/string-opt-16.c: New testcase.
17672
17673 2001-12-27  Richard Henderson  <rth@redhat.com>
17674
17675         * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
17676
17677 2001-12-26  Nathan Sidwell  <nathan@codesourcery.com>
17678
17679         * g++.dg/eh/ctor1.C: New test.
17680         * g++.dg/other/error2.C: New test.
17681
17682 2001-12-24  Nathan Sidwell  <nathan@codesourcery.com>
17683
17684         * g++.dg/other/init2.C: New test.
17685
17686 2001-12-24  Richard Henderson  <rth@redhat.com>
17687
17688         * gcc.dg/20011223-1.c: New.
17689         * gcc.dg/inline-1.c: New.
17690
17691 2001-12-23  Richard Henderson  <rth@redhat.com>
17692
17693         * gcc.dg/asm-4.c: Test operand modifiers.
17694
17695 2001-12-23  Richard Henderson  <rth@redhat.com>
17696
17697         * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
17698
17699 2001-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
17700
17701         * gcc.c-torture/execute/20011223-1.c: New test.
17702
17703 2001-12-21  Richard Henderson  <rth@redhat.com>
17704
17705         * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
17706         re-enables the warning.
17707
17708 2001-12-21  Richard Henderson  <rth@redhat.com>
17709
17710         * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
17711
17712 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
17713
17714         * gcc.c-torture/compile/20011218-1.c: New test.
17715
17716 2001-12-20  Nick Clifton  <nickc@cambridge.redhat.com>
17717
17718         * gcc.misc-test/arm-isr.exp: New file.  Control running of the
17719         arm-isr.c test.
17720         * gcc.misc-tests/arm-isr.c: New file.  Test prologue and
17721         epilogue generation for ARM ISR routines.
17722
17723 2001-12-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17724
17725         * gcc.dg/format/builtin-1.c: Test unlocked stdio.
17726         * gcc.dg/format/c90-printf-3.c: Likewise.
17727         * gcc.dg/format/c99-printf-3.c: Likewise.
17728         * gcc.dg/format/ext-1.c: Likewise.
17729         * gcc.dg/format/ext-6.c: Likewise.
17730         * gcc.dg/format/format.h: Prototype unlocked stdio.
17731
17732 2001-12-20  Richard Henderson  <rth@redhat.com>
17733
17734         * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
17735         (arena): Use it.
17736         (malloc): Correct allocation logic.  Abort if we fill up the
17737         arena before initialization complete.
17738         (realloc): Correct allocation logic.
17739
17740 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
17741
17742         * gcc.c-torture/compile/20011219-2.c: New test.
17743
17744         * gcc.c-torture/execute/20011219-1.c: New test.
17745
17746 2001-12-19  David Billinghurst <David.Billinghurst@riotinto.com>
17747
17748         * gcc.dg/special/ecos.exp:  wkali-1.c unsupported if
17749         target does not support weak symbols.
17750
17751 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
17752
17753         * gcc.c-torture/compile/20011219-1.c: New test.
17754
17755 2001-12-19  Nathan Sidwell  <nathan@codesourcery.com>
17756
17757         * g++.dg/other/error1.C: New test.
17758
17759 2001-12-17  Jeffrey A Law  (law@redhat.com)
17760
17761         * gcc.c-torture/execute/20011217-1.c: New test.
17762
17763 2001-12-17  Nicola Pero  <nicola@brainstorm.co.uk>
17764
17765         * objc.dg/special/: New directory.
17766         * objc.dg/special/special.exp: New file.
17767         * objc.dg/special/unclaimed-category-1.h: New file.
17768         * objc.dg/special/unclaimed-category-1a.m: New file.
17769         * objc.dg/special/unclaimed-category-1.m: New file.
17770
17771 2001-12-17  Andreas Jaeger  <aj@suse.de>
17772
17773         * gcc.c-torture/compile/20011217-2.c: New test.
17774
17775 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
17776
17777         * gcc.c-torture/compile/20011217-1.c: New test.
17778
17779 2001-12-14  Aldy Hernandez  <aldyh@redhat.com>
17780
17781         * testsuite/gcc.dg/20011214-1.c: New.
17782
17783 2001-12-13  Aldy Hernandez  <aldyh@redhat.com>
17784
17785         * gcc.dg/altivec-4.c: New.
17786
17787 2001-12-13  Hans-Peter Nilsson  <hp@axis.com>
17788
17789         * gcc.dg/20011113-1.c: New test.
17790
17791 2001-12-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
17792
17793         * g++.old-deja/g++.jason/template31.C: Remove templates for classes
17794         std::__malloc_alloc_template<0> and
17795         std::__default_alloc_template<false, 0>.
17796
17797 2001-12-13  Nicola Pero  <n.pero@mi.flashnet.it>
17798
17799         * objc/execute/bf-21.m: New test.
17800         * objc/execute/enumeration-1.m: New test.
17801         * objc/execute/enumeration-2.m: New test.
17802
17803 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
17804
17805         * gcc.dg/gnu89-init-1.c: New test.
17806
17807 2001-12-12  Nathan Sidwell  <nathan@codesourcery.com>
17808
17809         * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
17810         * g++.old-deja/g++.jason/2371.C: Likewise.
17811         * g++.old-deja/g++.jason/template33.C: Likewise.
17812         * g++.old-deja/g++.jason/template34.C: Likewise.
17813         * g++.old-deja/g++.jason/template36.C: Likewise.
17814         * g++.old-deja/g++.oliva/typename1.C: Likewise.
17815         * g++.old-deja/g++.oliva/typename2.C: Likewise.
17816         * g++.old-deja/g++.other/typename1.C: Likewise.
17817         * g++.old-deja/g++.pt/inherit2.C: Likewise.
17818         * g++.old-deja/g++.pt/nontype5.C: Likewise.
17819         * g++.old-deja/g++.pt/typename11.C: Likewise.
17820         * g++.old-deja/g++.pt/typename14.C: Likewise.
17821         * g++.old-deja/g++.pt/typename16.C: Likewise.
17822         * g++.old-deja/g++.pt/typename3.C: Likewise.
17823         * g++.old-deja/g++.pt/typename4.C: Likewise.
17824         * g++.old-deja/g++.pt/typename5.C: Likewise.
17825         * g++.old-deja/g++.pt/typename7.C: Likewise.
17826         * g++.old-deja/g++.robertl/eb9.C: Likewise.
17827
17828 2001-12-11  Nathan Sidwell  <nathan@codesourcery.com>
17829
17830         * g++.dg/other/linkage1.C: New test.
17831         * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
17832         specifiers.
17833
17834 2001-12-11  Neil Booth  <neil@daikokuya.demon.co.uk>
17835
17836         * gcc.dg/concat.c: New test.
17837
17838 2001-12-11  Stan Shebs  <shebs@apple.com>
17839
17840         * objc/compile: New test directory.
17841         * objc/compile/compile.exp: New expect script.
17842         * objc/compile/20011211-1.m: New compile test.
17843
17844 2001-12-11  Jason Merrill  <jason@redhat.com>
17845
17846         * lib/prune.exp (prune_gcc_output): Also handle "In member
17847         function".  So many permutations...
17848
17849 2001-12-10  Nathan Sidwell  <nathan@codesourcery.com>
17850
17851         * g++.dg/template/typedef1.C: New test.
17852
17853 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
17854
17855         * g++.dg/other/copy1.C: New test.
17856
17857 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
17858
17859         * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
17860
17861         * gcc.dg/builtin-choose-expr.c: New.
17862
17863 2001-12-07  Aldy Hernandez  <aldyh@redhat.com>
17864
17865         * gcc.dg/altivec-2.c: New.
17866
17867 2001-12-07  Richard Henderson  <rth@redhat.com>
17868
17869         * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
17870
17871 2001-12-07  Stephane Carrez  <Stephane.Carrez@sun.com>
17872
17873         * gcc.dg/sparc-ret.c: New file, test return corruption bug for
17874         ultrasparc.
17875
17876 2001-12-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
17877
17878         * g++-old.deja/g++.robertl/eb101.C: Deleted.
17879
17880 2001-12-06  Janis Johnson  <janis187@us.ibm.com>
17881
17882         * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
17883         variable argument list.
17884
17885 2001-12-06  Zack Weinberg  <zack@codesourcery.com>
17886
17887         * gcc.c-torture/execute/memcheck: Delete entire directory.
17888         (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
17889         t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
17890
17891 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
17892
17893         * gcc.dg/Wshadow-1.c: New test.
17894
17895 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
17896
17897         * gcc.c-torture/compile/20011130-1.c: New test.
17898
17899         * gcc.dg/noncompile/20011025-1.c: New test.
17900
17901         * g++.dg/other/anon-union.C: New test.
17902
17903         * gcc.c-torture/execute/20011024-1.c: New test.
17904
17905 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
17906
17907         * gcc.c-torture/execute/20000722-1.x,
17908         gcc.c-torture/execute/20010123-1.x: Remove.
17909         * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
17910         * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
17911         gcc.dg/c99-complit-2.c: New tests.
17912
17913 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
17914
17915         * g++.dg/inherit/base1.C: New test.
17916
17917 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
17918
17919         * g++.dg/other/stdarg1.C: New test.
17920
17921         * gcc.c-torture/compile/20011130-2.c: New test.
17922
17923 2001-12-03  Janis Johnson  <janis187@us.ibm.com>
17924
17925         * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
17926         * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
17927         * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
17928         * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
17929         * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
17930         * gcc.dg/builtin-prefetch-1.c: New test.
17931
17932 2001-12-03  Jakub Jelinek  <jakub@redhat.com>
17933
17934         * gcc.dg/20011130-1.c: New test.
17935
17936 2001-12-03  Nathan Sidwell  <nathan@codesourcery.com>
17937
17938         * g++.dg/other/scope1.C: New test.
17939         * g++.dg/template/explicit-instantiation.C: Remove XFAIL
17940
17941 2001-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
17942
17943         * gcc.dg/vla-init-1.c: New test.
17944
17945 2001-12-01  Geoff Keating  <geoffk@redhat.com>
17946
17947         * gcc.c-torture/compile/structs.c: New testcase from GDB.
17948
17949 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
17950
17951         * objc.dg/alias.m: Update.
17952         * objc.dg/class-1.m: Update.
17953         * objc.dg/const-str-1.m: Update.
17954         * objc.dg/fwd-proto-1.m: Update.
17955         * objc.dg/id-1.m: Update.
17956         * objc.dg/super-class-1.m: Update.
17957
17958 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
17959
17960         * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
17961         constructs.
17962
17963 2001-11-28  Jeffrey A Law  (law@cygnus.com)
17964
17965         * gcc.c-torture/execute/20011128-1.c: New test.
17966
17967 2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
17968
17969         * gcc.dg/20011127-1.c: New test.
17970
17971 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
17972
17973         * gcc.dg/format/strfmon-1.c: Update comments.  Adjust examples
17974         from Austin Group draft 7.
17975         * gcc.dg/format/xopen-1.c: Update comments.  Add tests for gaps in
17976         scanf format arguments.
17977         * gcc.dg/format/no-exargs-2.c: New test.
17978
17979 2001-11-25  Nathan Sidwell  <nathan@codesourcery.com>
17980
17981         * g++.dg/abi/vbase8-4.C: New test.
17982
17983 2001-11-24  Ian Lance Taylor  <ian@airs.com>
17984
17985         * gcc.c-torture/execute/20011121-1.c: New test.
17986
17987 2001-11-23  Jeffrey A Law  (law@cygnus.com)
17988
17989         * gcc.c-torture/execute/ieee/20011123-1.c: New test.
17990
17991 2001-11-23  Andreas Jaeger  <aj@suse.de>
17992
17993         * gcc.dg/cpp/charconst-2.c: New test.
17994
17995 2001-11-22  Geoffrey Keating  <geoffk@redhat.com>
17996
17997         * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
17998         to the host if it is remote.  Let tests specify extra headers
17999         they use.
18000         * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
18001         * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
18002         * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
18003         * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
18004         * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
18005         * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
18006         * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
18007         * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
18008         * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
18009         * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
18010
18011 2001-11-22  Nick Clifton  <nickc@cambridge.redhat.com>
18012
18013         * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
18014         for little endian ARMs.
18015
18016 2001-11-20  Jakub Jelinek  <jakub@redhat.com>
18017
18018         * gcc.c-torture/compile/20011119-1.c: New test.
18019         * gcc.c-torture/compile/20011119-2.c: New test.
18020
18021 2001-11-17  Aldy Hernandez  <aldyh@redhat.com>
18022
18023         * gcc.dg/altivec-1.c: Fix typo.
18024
18025 2001-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
18026
18027         * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
18028
18029 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
18030
18031         * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
18032
18033 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
18034
18035         * lib/g77.exp: Don't specify --rpath-link.
18036
18037         * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
18038         across all the headers.
18039         * gcc.dg/format/format.exp: For testing on a remote host,
18040         copy format.h.
18041
18042         * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
18043         * gcc.c-torture/execute/930406-1.c: Likewise.
18044         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
18045
18046 2001-11-19  Aldy Hernandez  <aldyh@redhat.com>
18047
18048         * gcc.dg/altivec-1.c: New.
18049
18050 2001-11-19  Neil Booth  <neil@daikokuya.demon.co.uk>
18051
18052         * gcc.dg/cpp/fpreprocessed.c: New test case.
18053
18054 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
18055
18056         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
18057         gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
18058         * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
18059
18060 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
18061
18062         * gcc.dg/no-builtin-1.c: New test.
18063
18064 2001-11-16  Jakub Jelinek  <jakub@redhat.com>
18065
18066         * gcc.c-torture/execute/20011115-1.c: New test.
18067
18068 2001-11-15  Jakub Jelinek  <jakub@redhat.com>
18069
18070         * gcc.c-torture/compile/20011114-2.c: New test.
18071         * gcc.c-torture/compile/20011114-3.c: New test.
18072         * gcc.c-torture/compile/20011114-4.c: New test.
18073
18074 2001-11-15  Nathan Sidwell  <nathan@codesourcery.com>
18075
18076         * g++.dg/other/init1.C: New test.
18077
18078 2001-11-14  Geoffrey Keating  <geoffk@redhat.com>
18079
18080         * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
18081         message.
18082
18083         * gcc.c-torture/execute/20011114-1.c: New testcase.
18084
18085         * gcc.c-torture/compile/20010327-1.c: Revert last change.
18086         * gcc.c-torture/compile/20011114-1.c: New test, exactly
18087         like the (before this change) version of 20010327-1.c.
18088
18089 2001-11-14  Roger Sayle <roger@eyesopen.com>
18090
18091         * gcc.c-torture/execute/string-opt-13.c: New testcase.
18092
18093 2001-11-14  Richard Sandiford  <rsandifo@redhat.com>
18094
18095         * g++.dg/init/array2.C: New test.
18096
18097 2001-11-14  Alexandre Oliva  <aoliva@redhat.com>
18098
18099         * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
18100
18101 2001-11-13  Nathan Sidwell  <nathan@codesourcery.com>
18102
18103         * g++.dg/other/forscope1.C: New test.
18104         * g++.dg/ext/forscope1.C: New test.
18105         * g++.dg/ext/forscope2.C: New test.
18106
18107 2001-11-13  Jakub Jelinek  <jakub@redhat.com>
18108
18109         * gcc.c-torture/execute/20011113-1.c: New test.
18110
18111 2001-11-09  Geoffrey Keating  <geoffk@redhat.com>
18112
18113         * gcc.c-torture/execute/20011109-2.c: New test.
18114
18115         * gcc.c-torture/execute/20011109-1.c: New test.
18116
18117 2001-11-09  Jakub Jelinek  <jakub@redhat.com>
18118
18119         * gcc.c-torture/compile/20011109-1.c: New test.
18120
18121 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
18122
18123         * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
18124         * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
18125         * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
18126         * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
18127         * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
18128         * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
18129         * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
18130
18131 2001-11-08  Neil Booth  <neil@daikokuya.demon.co.uk>
18132
18133         * g++.dg/warn/Wshadow-1.C: New tests.
18134         * g++.old-deja/g++.mike/for3.C: Update.
18135
18136 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
18137
18138         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
18139         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
18140         XFAILs.  Adjust expected error texts.
18141         * gcc.c-torture/compile/20011106-1.c,
18142         gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
18143         gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
18144         gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
18145         gcc.dg/c99-array-lval-5.c: New tests.
18146
18147 2001-11-05  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
18148
18149         * gcc.dg/cpp/defined.c: Update.
18150
18151 2001-11-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
18152
18153         * gcc.c-torture/execute/anon-1.c: New test.
18154
18155 2001-11-03  Geoffrey Keating  <geoffk@redhat.com>
18156
18157         * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
18158         same size, so no warning should be produced on stormy16.
18159
18160         * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
18161         due to oversized array.
18162         * g++.old-deja/g++.mike/ns15.C: Likewise.
18163         * g++.old-deja/g++.pt/crash16.C: Likewise.
18164
18165 2001-11-02  Graham Stott  <grahams@redhat.com>
18166
18167         * g++.dgother/debug1.C: Fix typos.
18168
18169 2001-11-01  Jakub Jelinek  <jakub@redhat.com>
18170
18171         * g++.dg/other/debug1.C: New test.
18172
18173 2001-11-01  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
18174
18175         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
18176         of unsigned long.
18177
18178 2001-10-30  Jakub Jelinek  <jakub@redhat.com>
18179
18180         * gcc.dg/20011029-2.c: New test.
18181
18182         * gcc.c-torture/compile/20011029-1.c: New test.
18183
18184 2001-10-29  Nicola Pero  <n.pero@mi.flashnet.it>
18185
18186         * objc/execute/class_self-1.m: New test.
18187         * objc/execute/class_self-2.m: New test.
18188
18189 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
18190
18191         * gcc.misc-tests/msgs.exp: Delete.
18192         * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
18193         * gcc.misc-tests/m-un-2.c: Move to gcc.dg.  Update expected
18194         error set to match recent changes.
18195
18196 2001-10-24  Zack Weinberg  <zack@codesourcery.com>
18197
18198         * gcc.dg/20011021-1.c: New test.
18199
18200 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
18201
18202         * gcc.c-torture/compile/20011023-1.c: New test.
18203
18204 2001-10-23  Geoffrey Keating  <geoffk@redhat.com>
18205
18206         * lib/g77.exp: Rewrite based on lib/g++.exp.
18207
18208 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
18209
18210         * gcc.c-torture/execute/20011019-1.c: New test.
18211
18212         * gcc.dg/20011018-1.c: New test.
18213
18214 2001-10-19  NIIBE Yutaka  <gniibe@m17n.org>
18215
18216         * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
18217
18218 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
18219
18220         * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
18221         * gcc.dg/attr-invalid.c: Likewise.
18222
18223 2001-10-18  Jakub Jelinek  <jakub@redhat.com>
18224
18225         * testsuite/gcc.dg/20011015-1.c: New test.
18226
18227 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
18228
18229         * g++.dg/template/unify2.C: New test.
18230
18231 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
18232
18233         * g++.dg/other/exception-specification.C: New test
18234
18235 2001-10-13  Tom Rix  <trix@redhat.com>
18236
18237         * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
18238         * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
18239
18240 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
18241
18242         * testsuite/gcc.dg/20011009-1.c: New test.
18243
18244 2001-10-12  Nathan Sidwell  <nathan@codesourcery.com>
18245
18246         PR g++/4476
18247         * g++.dg/other/friend1.C: New test.
18248
18249 2001-10-11  Richard Henderson  <rth@redhat.com>
18250
18251         * g++.old-deja/g++.other/crash18.C: Add -S to options.
18252
18253 2001-10-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
18254
18255         * gcc.c-torture/compile/20011010-1.c: New.
18256
18257 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
18258
18259         * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
18260         g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
18261         g77.f-torture/execute/execute.exp,
18262         g77.f-torture/noncompile/noncompile.exp,
18263         gcc.c-torture/compile/compile.exp,
18264         gcc.c-torture/execute/execute.exp,
18265         gcc.c-torture/execute/ieee/ieee.exp,
18266         gcc.c-torture/execute/memcheck/memcheck.exp,
18267         gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
18268         objc/execute/execute.exp: Update FSF address.
18269
18270 2001-10-09  Neil Booth  <neil@daikokuya.demon.co.uk>
18271
18272         * gcc.dg/cpp/cmdlne-C.c: Update.
18273         * gcc.dg/cpp/cmdlne-C2.c: New.
18274
18275 2001-10-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
18276
18277         * gcc.c-torture/execute/20011008-3.c: New.
18278
18279 2001-10-08  DJ Delorie  <dj@redhat.com>
18280
18281         * gcc.dg/20011008-1.c: New.
18282         * gcc.dg/20011008-2.c: New.
18283
18284 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
18285
18286         * gcc.dg/cpp/spacing1.c: Update test.
18287
18288 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
18289
18290         * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
18291         spelling errors of "separate" as "seperate".
18292
18293 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
18294
18295         * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
18296         enough to avoid inlining.
18297
18298 2001-10-04  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
18299
18300         * lib/g77.exp: set libg2c_dir correctly.
18301
18302 2001-10-02  Neil Booth  <neil@daikokuya.demon.co.uk>
18303
18304         * gcc.dg/cpp/macro11.c: New test.
18305
18306 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
18307
18308         * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
18309         gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
18310         gcc.dg/format/multattr-3.c: New tests.
18311         * gcc.dg/format/attr-3.c: Update expected error texts.  Remove
18312         tests for format attributes on function pointers being rejected.
18313
18314 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
18315
18316         * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
18317
18318 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
18319
18320         * g++.dg/warn/format1.C: New test.
18321
18322 2001-10-01  Neil Booth  <neil@daikokuya.demon.co.uk>
18323
18324         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
18325
18326 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
18327
18328         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
18329
18330 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
18331
18332         * gcc.dg/cpp/redef2.c: Add test.
18333
18334 2001-09-27  Geoffrey Keating  <geoffk@redhat.com>
18335
18336         * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
18337         long-standing bug on i686, apparently.
18338         * gcc.c-torture/execute/loop-2c.x: New file.
18339         * gcc.c-torture/execute/loop-2d.x: New file.
18340         * gcc.c-torture/execute/loop-3c.x: New file.
18341
18342 2001-09-25  Neil Booth  <neil@daikokuya.demon.co.uk>
18343
18344         * gcc.dg/cpp/20000625-2.c: Correct line number.
18345
18346 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
18347
18348         * gcc.dg/cpp/macro10.c: New test.
18349         * gcc.dg/cpp/strify3.c: New test.
18350         * gcc.dg/cpp/spacing1.c: Add tests.
18351         * gcc.dg/cpp/19990703-1.c: Remove bogus test.
18352         * gcc.dg/cpp/20000625-2.c: Fudge to pass.
18353
18354 2001-09-24  DJ Delorie  <dj@redhat.com>
18355
18356         * gcc.c-torture/execute/20010924-1.c: New test.
18357
18358 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
18359
18360         * testsuite/objc/execute/paste.m: Remove.
18361
18362 2001-09-22  Joseph S. Myers  <jsm28@cam.ac.uk>
18363
18364         * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
18365
18366 2001-09-22  George Helffrich  <george@geo.titech.ac.jp>
18367
18368         * g77.dg/strlen0.f: New test.
18369
18370 2001-09-21  Richard Henderson  <rth@redhat.com>
18371
18372         * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
18373         * g++.old-deja/g++.abi/vtable2.C: Likewise.
18374
18375 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
18376
18377         Table-driven attributes.
18378         * g++.dg/ext/attrib1.C: New test.
18379
18380 2001-09-20  DJ Delorie  <dj@redhat.com>
18381
18382         * gcc.dg/20000926-1.c: Update expected warning messages.
18383         * gcc.dg/array-2.c: Likewise, and test for warnings too.
18384         * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
18385         array.
18386
18387 2001-09-18  Richard Sandiford  <rsandifo@redhat.com>
18388
18389         * g++.dg/eh/registers1.C: New test case.
18390
18391 2001-09-17  Richard Henderson  <rth@redhat.com>
18392
18393         * gcc.dg/array-5.c: Fix VLA decomposition test.
18394
18395 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
18396
18397         * gcc.dg/cpp/line5.c: New testcase.
18398
18399 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
18400
18401         * gcc.dg/cpp/macro9.c: New test.
18402
18403 2001-09-15  Aldy Hernandez  <aldyh@redhat.com>
18404
18405         * gcc.c-torture/execute/980223.c: Change type of addr from long
18406         to char *.
18407
18408 2001-09-15  Hans-Peter Nilsson  <hp@axis.com>
18409
18410         * gcc.c-torture/execute/20010915-1.c: New test.
18411
18412 2001-09-14  Janis Johnson  <janis187@us.ibm.com>
18413
18414         * g77.dg/bprob: New directory.
18415         * g77.dg/bprob/bprob.exp: New file.
18416         * g77.dg/bprob/bprob-1.f: New test.
18417         * g77.dg/gcov: New directory.
18418         * g77.dg/gcov/gcov.exp: New file.
18419         * g77.dg/gcov/gcov-1.f: New test.
18420         * g77.dg/gcov/gcov-1.x: New file.
18421
18422 2001-09-13  Neil Booth  <neil@daikokuya.demon.co.uk>
18423
18424         * gcc.dg/cpp/directiv.c: Update.
18425         * gcc.dg/cpp/undef1.c: Update.
18426
18427 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
18428
18429         * gcc.dg/20010912-1.c: New test.
18430
18431 2001-09-11  Janis Johnson  <janis187@us.ibm.com>
18432
18433         * gcc.misc-tests/gcov.exp: Move almost everything to a new,
18434         language-independent file in lib.
18435         * lib/gcov.exp: New file.
18436
18437 2001-09-11  Joseph S. Myers  <jsm28@cam.ac.uk>
18438
18439         * gcc.c-torture/compile/20010911-1.c: New test.
18440
18441 2001-09-10  Janis Johnson  <janis187@us.ibm.com>
18442
18443         * lib/profopt.exp: New, to support profile-directed optimizations.
18444         * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
18445         * gcc.misc-tests/bprob-1.c: New test.
18446         * gcc.misc-tests/bprob-2.c: New test.
18447
18448 2001-09-07  Janis Johnson  <janis187@us.ibm.com>
18449
18450         * gcc.misc-tests/gcov.exp: Add support for a .x file to control
18451         XFAIL and which kinds of gcov output to verify.
18452         * gcc.misc-tests/gcov-4b.x: New file.
18453         * gcc.misc-tests/gcov-5b.x: New file.
18454         * gcc.misc-tests/gcov-6.x: New file.
18455         * gcc.misc-tests/gcov-7.c: New test.
18456         * gcc.misc-tests/gcov-7.x: New file.
18457
18458 2001-09-06  Janis Johnson  <janis187@us.ibm.com>
18459
18460         * gcc.misc-tests/gcov.exp: Add support for call return percentages.
18461         * gcc.misc-tests/gcov-6.c: New test.
18462
18463 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
18464
18465         PR c++/3986
18466         * g++.dg/abi/vbase1.C: New test.
18467
18468 2001-09-05  Ziemowit Laski  <zlaski@apple.com>
18469
18470         * objc.dg/method-2.m: New.
18471
18472 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
18473
18474         PR c++/4203
18475         * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
18476         * g++.dg/init/empty1.C: New test.
18477
18478 2001-09-03  Jakub Jelinek  <jakub@redhat.com>
18479
18480         * gcc.c-torture/compile/20010903-1.c: New test.
18481
18482 2001-08-31  Roman Zippel  <zippel@linux-m68k.org>
18483
18484         * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
18485         for m68k.
18486
18487 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
18488
18489         * g++.dg/abi/empty4.C: Allow for 16-bit ints.
18490
18491         * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
18492
18493         * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
18494
18495 2001-08-30  Geoffrey Keating  <geoffk@redhat.com>
18496
18497         * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
18498         for 16-bit 'unsigned int'.
18499
18500 2001-08-29  Kazu Hirata  <kazu@hxi.com>
18501
18502         * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
18503
18504 2001-08-27  Richard Henderson  <rth@redhat.com>
18505
18506         * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
18507         * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
18508
18509 2001-08-25  Aldy Hernandez  <aldyh@redhat.com>
18510
18511         * gcc.dg/asm-names.c (ymain): New.
18512
18513 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
18514
18515         * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
18516         * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
18517         * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
18518
18519 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18520
18521         * gcc.dg/compare5.c: New testcase.
18522
18523 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
18524
18525         * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
18526         and "In instantiation".
18527
18528 2001-08-21  Aldy Hernandez  <aldyh@redhat.com>
18529
18530         * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
18531
18532 2001-08-20  Janis Johnson  <janis187@us.ibm.com>
18533
18534         * gcc.misc-tests/gcov.exp: Add support for branch information.
18535         * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
18536         * gcc.misc-tests/gcov-4.c: New test.
18537         * gcc.misc-tests/gcov-4b.c: New test.
18538         * gcc.misc-tests/gcov-5b.c: New test.
18539
18540 2001-08-20  Zack Weinberg  <zackw@panix.com>
18541
18542         * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
18543         expected to fail.
18544
18545 2001-08-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
18546
18547         * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
18548
18549 2001-08-19  Jakub Jelinek  <jakub@redhat.com>
18550
18551         * g++.dg/eh/template1.C: New test.
18552
18553 2001-08-16  David Billinghurst  <David.Billinghurst@riotinto.com>
18554
18555         * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
18556         Fix thinko.
18557         * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
18558         for xfail.
18559
18560 2001-08-14  David Billinghurst  <David.Billinghurst@riotinto.com>
18561
18562         * lib/g77-dg.exp:  Use prune.exp for common procedures
18563         (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
18564         * lib/g77.exp: (g77-dg-prune) Remove
18565
18566 2001-08-13  Jason Merrill  <jason_merrill@redhat.com>
18567
18568         * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
18569
18570 2001-08-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
18571
18572         * g++.dg/template/unify1.C: New test.
18573
18574 2001-08-07  Nathan Sidwell  <nathan@codesourcery.com>
18575
18576         * g++.dg/abi/empty4.C: New test.
18577
18578 2001-08-06  David Billinghurst  <David.Billinghurst@riotinto.com>
18579
18580         * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
18581         solaris2.*
18582         * g77.f-torture/compile/pr3743.x: Likewise
18583
18584 2001-08-05  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
18585
18586         * g++.dg/other/using-declaration.C: New test.
18587
18588 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
18589
18590         * gcc.dg/cpp/tr-sign.c: New testcase.
18591
18592 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
18593
18594         * gcc.dg/cpp/19951025-1.c: Revert.
18595         * gcc.dg/cpp/directiv.c: We no longer process directives that
18596         interrupt macro arguments.
18597
18598 2001-08-03  Zack Weinberg  <zackw@stanford.edu>
18599
18600         * gcc.dg/bconstp-1.c: New test.
18601
18602 2001-08-03  Richard Henderson  <rth@redhat.com>
18603
18604         * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
18605
18606 2001-08-02  Neil Booth  <neil@daikokuya.demon.co.uk>
18607
18608         * gcc.dg/cpp/19951025-1.c: Update.
18609
18610 2001-08-02  Jeffrey Oldham  <oldham@codesourcery.com>
18611
18612         * g77.dg/ff90-1.f (s): Fix reference of variable z,
18613         should be x.
18614
18615 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
18616
18617         Kill -fhonor-std.
18618         * g++.old-deja/g++.ns/ns14.C: Remove special options.
18619         * g++.old-deja/g++.other/std1.C: Likewise.
18620         * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
18621
18622 2001-08-01  David Billinghurst <David.Billinghurst@riotinto.com>
18623
18624         * lib/g77.exp:  Load gcc-defs.exp for common procedures
18625         (g77_pass, g77_fail, g77_finish, g77_exit,
18626         ${tool}_check_unsupported_p} Now redundant.  Deleted.
18627
18628 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
18629
18630         * g77.dg/fbackslash.f
18631         * g77.dg/fcase-preserve.f
18632         * g77.dg/ff90-1.f
18633         * g77.dg/ffixed-line-length-0.f
18634         * g77.dg/ffixed-line-length-132.f
18635         * g77.dg/ffixed-line-length-7.f
18636         * g77.dg/ffixed-line-length-72.f
18637         * g77.dg/ffixed-line-length-none.f
18638         * g77.dg/ffree-form-1.f
18639         * g77.dg/fno-backslash.f
18640         * g77.dg/fno-f90-1.f
18641         * g77.dg/fno-fixed-form-1.f
18642         * g77.dg/fno-onetrip.f
18643         * g77.dg/fno-typeless-boz.f
18644         * g77.dg/fno-underscoring.f
18645         * g77.dg/fno-vxt-1.f
18646         * g77.dg/fonetrip.f
18647         * g77.dg/ftypeless-boz.f
18648         * g77.dg/fugly-assumed.f
18649         * g77.dg/funderscoring.f
18650         * g77.dg/fvxt-1.f
18651
18652 2001-08-01  Ziemowit Laski  <zlaski@apple.com>
18653
18654         * objc.dg/fwd-proto-1.m: New.
18655         * objc.dg/local-decl-1.m: New.
18656         * objc.dg/naming-1.m: New.
18657         * objc.dg/naming-2.m: New.
18658         * objc.dg/proto-hier-1.m: New.
18659
18660 2001-07-31  Hans-Peter Nilsson  <hp@bitrange.com>
18661
18662         * gcc.dg/c99-scope-2.c: Don't generally assume adding more
18663         largest-type elements to a struct makes its size grow.
18664
18665 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
18666
18667         * g++.dg/abi/vthunk1.C: New test.
18668
18669 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
18670
18671         * g++.dg/abi/vbase8-22.C: New test.
18672
18673 2001-07-31  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
18674
18675         * gcc.dg/cpp/macro8.c: New test.
18676
18677 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
18678
18679         * g++.dg/abi/vbase8-21.C: New test.
18680
18681 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
18682
18683         * g++.dg/abi/vbase8-10.C: New test.
18684
18685 2001-07-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18686
18687         * lib/g++.exp (g++_set_ld_library_path): Renamed to
18688         ${tool}_set_ld_library_path.
18689         Changed caller.
18690         * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
18691         g++.exp.
18692
18693 2001-07-26  Stan Cox <scox@redhat.com>
18694
18695         * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
18696         * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
18697         gcc_exit, gcc_check_unsupported_p):
18698         Moved to gcc-deps.exp
18699         * gcc-deps.exp: New file.
18700
18701 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
18702
18703         * g++.old-deja/g++.pt/defarg14.C: New test.
18704
18705 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
18706
18707         * g++.old-deja/g++.other/lineno5.C: New test.
18708
18709 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
18710
18711         * g++.old-deja/g++.pt/crash68.C: New test.
18712
18713 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
18714
18715         * g++.old-deja/g++.other/crash42.C: New test.
18716
18717 2001-07-26  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
18718
18719         * gcc.dg/cpp/extratokens.c: Fix.
18720         * gcc.dg/cpp/skipping2.c: New tests.
18721
18722 2001-07-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18723
18724         * gcc.c-torture/execute/20010724-1.c: New file.
18725         * gcc.c-torture/execute/20010724-1.x: New file.
18726
18727 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
18728
18729         * g++.old-deja/g++.other/cond7.C: New test.
18730
18731 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
18732
18733         * g++.old-deja/g++.other/optimize4.C: New test.
18734
18735 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
18736
18737         * g++.old-deja/g++.abi/vbase8-5.C: New test.
18738
18739 2001-07-24  Jason Merrill  <jason_merrill@redhat.com>
18740
18741         * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
18742         * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
18743         gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
18744         * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
18745
18746         * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
18747         bug report" message.
18748
18749         * g++.dg/dg.exp: Run tests from subdirectories other than "special".
18750         * g++.dg/ext/instantiate1.C: Move from old-deja.
18751
18752 2001-07-24  David Billinghurst <David.Billinghurst@riotinto.com>
18753
18754         * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
18755         * g77.f-torture/execute/intrinsic-unix-erf.f: New test
18756         * g77.f-torture/execute/intrinsic-vax-cd.f: New test
18757         * g77.f-torture/execute/intrinsic-f2c-z.f: New test
18758
18759 2001-07-23  Jeffrey A Law  (law@cygnus.com)
18760
18761         * gcc.c-torture/execute/20010723-1.c: New test.
18762
18763 2001-07-23  Ben Elliston  <bje@redhat.com>
18764
18765         * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
18766
18767 2001-07-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
18768
18769         * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
18770         i[34567]86-*-*.
18771         Delete handling of ieee_multilib_flags.
18772         Pass -mieee for alpha*-*-* and sh-*-*.
18773         * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
18774
18775 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
18776
18777         Remove old-abi tests.
18778         * g++.old-deja/g++.mike/p11116.C: Remove.
18779         * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
18780
18781 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.org>
18782
18783         * g77.f-torture/compile/pr3743.f:  New test
18784
18785 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.com>
18786
18787         * g77.f-torture/execute/f90-intrinsic-bit.f: New test
18788
18789 2001-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18790
18791         * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
18792         g++.old-deja/g++.pt/static6.C: Likewise.
18793         * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
18794         supports weak symbols.
18795
18796 2001-07-18  Andreas Jaeger  <aj@suse.de>
18797
18798         * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
18799         supported again.
18800
18801 2001-07-18  Andreas Jaeger  <aj@suse.de>
18802
18803         * gcc.dg/iftrap-1.c: Fix target line.
18804
18805 2001-07-17  Richard Henderson  <rth@redhat.com>
18806
18807         * gcc.c-torture/execute/20010717-1.c: New.
18808
18809 2001-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
18810
18811         * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
18812         tests.
18813
18814 2001-07-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
18815
18816         * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
18817
18818 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18819
18820         * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
18821         UAC_SIGBUS, UAC_NOPRINT definitions.
18822
18823 2001-07-16  Nicola Pero  <n.pero@mi.flashnet.it>
18824
18825         * objc/execute/object_is_class.m: New test.
18826         * objc/execute/object_is_meta_class.m: New test.
18827
18828 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
18829
18830         * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
18831         * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
18832
18833 2001-01-15  David Billinghurst  <David.Billinghurst@riotinto.com>
18834
18835         * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
18836         * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
18837
18838 2001-07-14  Richard Henderson  <rth@redhat.com>
18839
18840         * gcc.dg/iftrap-1.c: New.
18841
18842 2001-07-11  David Billinghurst  <David.Billinghurst@riotinto.com>
18843
18844         * g77.f-torture/execute/intrinsic77.f: New test.
18845
18846 2001-07-11  Janis Johnson <janis@us.ibm.com>
18847
18848         * gcc.misc-tests/gcov-3.c: New test.
18849
18850 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
18851
18852         * gcc.c-torture/compile/20010711-1.c,
18853         * gcc.c-torture/compile/20010711-2.c: New tests.
18854
18855 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
18856
18857         * gcc.c-torture/execute/20010711-1.c: New test.
18858
18859 2001-07-11  Ben Elliston  <bje@redhat.com>
18860
18861         * g++.old-deja/g++.other/enum5.C: New test.
18862
18863 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
18864
18865         * lib/g++-dg.exp: Load file-format and target-supports like gcc.
18866         (g++-dg-prune): Call prune_gcc_output.
18867         * prune.exp: New file for prune_gcc_output.
18868         * lib/g++.exp, lib/gcc.exp: Load it.
18869
18870 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
18871
18872         * gcc.c-torture/compile/20010701-1.c,
18873         g++.old-deja/g++.ext/attrib6.C: New tests.
18874
18875 2001-07-06  Jeffrey A Law  (law@cygnus.com)
18876
18877         * gcc.c-torture/compile/20010706-1.c: New test.
18878
18879 2000-09-10  Michael Chamberlain <michael@chamberlain.net.au>
18880
18881         * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
18882
18883 2001-06-28  Stan Shebs  <shebs@apple.com>
18884
18885         * gcc.dg/pragma-darwin.c: New test.
18886
18887 2001-06-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18888
18889         * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
18890         Solaris 2.[678] system.
18891
18892 2001-06-22  Joseph S. Myers  <jsm28@cam.ac.uk>
18893
18894         * gcc.dg/20010622-1.c: New test.
18895
18896 2001-06-18  Stan Shebs  <shebs@apple.com>
18897
18898         * objc.dg: New directory.
18899         * objc.dg/dg.exp: New file.
18900         * objc.dg/alias.m: New.
18901         * objc.dg/class-1.m: New.
18902         * objc.dg/class-2.m: New.
18903         * objc.dg/const-str-1.m: New.
18904         * objc.dg/const-str-2.m: New.
18905         * objc.dg/id-1.m: New.
18906         * objc.dg/method-1.m: New.
18907         * objc.dg/super-class-1.m: New.
18908         * lib/objc-dg.exp: New file.
18909
18910 2001-06-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
18911
18912         * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
18913         of label name.
18914
18915 2001-06-14  Nathan Sidwell  <nathan@codesourcery.com>
18916
18917         * g++.old-deja/g++.abi/vbase8-9.C: New test.
18918
18919 2001-06-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
18920
18921         * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
18922         variable.
18923
18924 2001-06-12  Richard Henderson  <rth@redhat.com>
18925
18926         * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
18927
18928 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
18929
18930         * g++.old-deja/g++.abi/vbase5.C: New test.
18931         * g++.old-deja/g++.abi/vbase6.C: New test.
18932         * g++.old-deja/g++.abi/vbase7.C: New test.
18933
18934 2001-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18935
18936         * gcc.c-torture/compile/20010610-1.c: New test.
18937
18938 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
18939
18940         * g++.old-deja/g++.abi/vbase4.C: New test.
18941
18942 2001-06-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
18943
18944         * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
18945         support %f for HC11/HC12 targets.
18946         * gcc.c-torture/execute/930513-1.x: New file, likewise.
18947         * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
18948         on HC11/HC12 targets.
18949         * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
18950
18951 2001-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18952
18953         * gcc.dg/wchar_t-1.c: New file.
18954         * gcc.dg/wint_t-1.c: Likewise.
18955
18956 2001-06-11  Bernd Schmidt  <bernds@redhat.com>
18957
18958         * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
18959
18960 2001-06-11  Richard Henderson  <rth@redhat.com>
18961
18962         * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
18963
18964 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
18965
18966         * gcc.c-torture/compile/20010611-1.c: New test.
18967
18968 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
18969
18970         * gcc.dg/c99-tag-1.c: Add more tests.
18971
18972 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
18973
18974         * g++.old-deja/g++.abi/ptrmem.C: Take into account different
18975         representation on MN10300 and ARM/Thumb.
18976
18977 2001-06-10  Toon Moene  <toon@moene.indiv.nluug.nl>
18978
18979         * g77.f-torture/execute/20010610.f: New.
18980
18981 2001-06-09  David Billinghurst  <David.Billinghurst@riotinto.com>
18982
18983         * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
18984         names.
18985
18986 2001-06-09  Richard Henderson  <rth@redhat.com>
18987
18988         * gcc.c-torture/execute/ashrdi-1.c: New.
18989         * gcc.c-torture/execute/ashldi-1.c: New.
18990         * gcc.c-torture/execute/lshrdi-1.c: New.
18991
18992 2001-06-09  Ovidiu Predescu  <ovidiu@cup.hp.com>
18993
18994         * objc/execute/load-3.m: Added. Check sending +load to categories,
18995         in addition to classes.
18996
18997 2001-06-08  Stan Shebs  <shebs@apple.com>
18998
18999         * objc/execute/load-2.m: New test.  From Nicola Pero
19000         <n.pero@mi.flashnet.it>.
19001
19002 2001-06-08  Jakub Jelinek  <jakub@redhat.com>
19003
19004         * gcc.c-torture/execute/20010605-2.c: New test.
19005
19006 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
19007
19008         * g++.old-deja/g++.abi/vbase2.C: New test.
19009         * g++.old-deja/g++.abi/vbase3.C: New test.
19010
19011 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
19012
19013         * g++.old-deja/g++.pt/friend49.C: New test.
19014
19015 2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
19016
19017         * g++.old-deja/g++.ext/anon3.C: New test.
19018
19019 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
19020
19021         * g++.old-deja/g++.other/conv7.C: New test.
19022
19023 2001-06-05  Joseph S. Myers  <jsm28@cam.ac.uk>
19024
19025         * gcc.c-torture/compile/20010605-2.c: New test.
19026
19027 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
19028
19029         * gcc.c-torture/execute/20010604-1.c: New test.
19030
19031 2001-06-04  Loren J. Rittle  <ljrittle@acm.org>
19032
19033         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
19034
19035 2001-06-04  Jeffrey Oldham  <oldham@codesourcery.com>
19036
19037         * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
19038         (g++_link_flags): Likewise.
19039         (g++_init): Pass gccpath's value to two previous functions.
19040
19041 2001-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19042
19043         * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
19044         Ensure logfile entry matches exec command line.
19045
19046 2001-05-31  Richard Henderson  <rth@redhat.com>
19047
19048         * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
19049         * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
19050
19051 2001-05-30  David.Billinghurst  <David.Billinghurst@riotinto.com>
19052
19053         * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
19054         compiler for irix6.2
19055
19056 2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
19057
19058         * g++.old-deja/g++.other/optimize3.C: New file.
19059
19060 2001-05-29  Jeffrey Oldham  <oldham@codesourcery.com>
19061
19062         * gcc.c-torture/compile/20010518-2.x: New file to compile, not
19063         assemble.
19064
19065 2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
19066
19067         * g++.old-deja/g++.other/optimize2.C: New file.
19068
19069 2001-05-25  Diego Novillo  <dnovillo@redhat.com>
19070
19071         * gcc.c-torture/compile/20010518-2.c: New file.
19072         * gcc.c-torture/execute/20010518-1.c: New file.
19073         * gcc.c-torture/execute/20010518-2.c: New file.
19074
19075 2001-05-25  Joseph S. Myers  <jsm28@cam.ac.uk>
19076
19077         * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
19078
19079 2001-05-24  Mark Mitchell  <mark@codesourcery.com>
19080
19081         G++ no longer defines builtins that do not begin with __builtin.
19082         * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
19083         * g++.old-deja/g++.brendand/misc13.C: Likewise.
19084         * g++.old-deja/g++.law/builtin1.C: Likewise.
19085         * g++.old-deja/g++.law/cvt2.C: Likewise.
19086         * g++.old-deja/g++.mike/net5.C: Likewise.
19087         * g++.old-deja/g++.other/builtins1.C: Likewise.
19088         * g++.old-deja/g++.other/builtins2.C: Likewise.
19089         * g++.old-deja/g++.other/builtins3.C: Likewise.
19090         * g++.old-deja/g++.other/builtins4.C: Likewise.
19091         * g++.old-deja/g++.other/inline8.C: Likewise.
19092         * g++.old-deja/g++.robertl/eb39.C: Likewise.
19093
19094 2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
19095
19096         * g++.old-deja/g++.pt/using1.C: Adjust.
19097         * g++.old-deja/g++.pt/using2.C: New test.
19098
19099 2001-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
19100
19101         * gcc.dg/cpp/charconst.c: New tests.
19102         * gcc.dg/cpp/escape.c: New tests.
19103         * gcc.dg/cpp/escape-1.c: New tests.
19104         * gcc.dg/cpp/escape-2.c: New tests.
19105         * gcc.dg/cpp/ucs.c: New tests.
19106
19107 2001-05-23  David.Billinghurst <David.Billinghurst@riotinto.com>
19108
19109         * gcc.misc-tests/linkage.exp:  Pass appropriate flags to
19110         native compiler for irix6.5.
19111
19112 Wed May 23 2001  Jeffrey D. Oldham  <oldham@codesourcery.com>
19113
19114         * lib/g++.exp (g++_include_flags): Use args to compute
19115         get_multilibs.
19116         (g++_link_flags): Likewise.
19117         (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
19118
19119 2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
19120
19121         * gcc.dg/c90-hexfloat-1.c: Add more tests.
19122
19123 2001-05-21  Geoff Keating  <geoffk@redhat.com>
19124
19125         * gcc.c-torture/compile/920520-1.x: Merge previous contents into
19126         this file.
19127
19128 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
19129
19130         * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
19131         STACK_SIZE;
19132         * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
19133         to STACK_SIZE; Use it to define size of add_histo array.
19134         * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
19135         to STACK_SIZE.
19136         (f): Use GITT_SIZE to define size of gitt local table.
19137         * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
19138         to STACK_SIZE; Use it to define size of bytemem array.
19139
19140 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
19141
19142         * gcc.c-torture/compile/20000804-1.x: New file, this test fails
19143         on 68HC11/HC12 due to the asm instruction.
19144         * gcc.c-torture/compile/20001205-1.x: New file, ditto.
19145         * gcc.c-torture/compile/920520-1.x: Likewise.
19146         * gcc.c-torture/compile/20001226-1.x: New file, this test fails
19147         on 68HC11/HC12 because the function is larger than 64K.
19148         * gcc.c-torture/compile/961203-1.x: New file, this test fails
19149         on 68HC11/HC12 because the structure is too large.
19150
19151 2001-05-20  Richard Henderson  <rth@redhat.com>
19152
19153         * gcc.c-torture/execute/20010520-1.c: New.
19154
19155 2001-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19156
19157         * g++.old-deja/g++.warn/compare1.C: New test.
19158         * gcc.dg/compare4.c: New test.
19159
19160 2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
19161
19162         * g++.old-deja/g++.other/optimize1.C: New test.
19163
19164 2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
19165
19166         * g++.old-deja/g++.pt/spec41.C: New test.
19167
19168 2001-05-19  Joseph S. Myers  <jsm28@cam.ac.uk>
19169
19170         * gcc.c-torture/compile/20010114-1.x: Remove.
19171
19172 2001-05-18  Stan Shebs  <shebs@apple.com>
19173
19174         * gcc.c-torture/compile/20010518-1.c: New test.
19175
19176 2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
19177
19178         * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
19179         * g++.old-deja/g++.pt/crash67.C: New test.
19180
19181 2001-05-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
19182
19183         * g++.old-deja/g++.other/debug9.C: New test.
19184
19185 2001-05-16  Zack Weinberg  <zackw@stanford.edu>
19186
19187         * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
19188
19189 2001-05-16  Jan Hubicka  <jh@suse.cz>
19190
19191         * gcc.c-torture/compile/20010516-1.c: New test.
19192
19193 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
19194
19195         * g++.old-deja/g++.other/crash41.C: New test.
19196
19197 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
19198
19199         * g++.old-deja/g++.pt/crash66.C: New test.
19200
19201 2001-05-15  Benjamin Kosnik  <bkoz@redhat.com>
19202
19203         * g++.old-deja/g++.robertl/eb27.C: Convert.
19204
19205 2001-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
19206
19207         * g++.dg/friend-warn.C: New test.  Do not warn about friend
19208         declaration being redundant.
19209
19210 2001-05-15  Mark Mitchell (admin)  <mitchell@nunki.dbai.tuwien.ac.at>
19211
19212         * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
19213
19214 2001-05-14  Mark Mitchell  <mark@codesourcery.com>
19215
19216         * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
19217
19218 2001-05-13  Benjamin Kosnik  <bkoz@redhat.com>
19219
19220         * lib/g++.exp: Use testsuite_flags.
19221
19222 2001-05-13  Mark Mitchell  <mark@codesourcery.com>
19223
19224         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
19225
19226 2001-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
19227
19228         * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
19229
19230 2001-05-11  Mark Mitchell  <mark@codesourcery.com>
19231
19232         * lib/objc.exp: Add -lposix4 on Solaris 2.8.
19233
19234 2001-05-10  Joseph S. Myers  <jsm28@cam.ac.uk>
19235
19236         * gcc.c-torture/compile/20010313-1.c: New test.
19237
19238 2001-05-09  Zack Weinberg  <zackw@stanford.edu>
19239
19240         * gcc.dg/cpp/direct2.c: New test.
19241         * gccq.dg/cpp/direct2s.c: New test.
19242
19243         * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
19244
19245 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
19246
19247         * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
19248         * g++.old-deja/g++.other/op3.C: Likewise.
19249
19250 2001-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
19251
19252         * gcc.dg/cpp/syshdr.h: New file.
19253         * gcc.dg/cpp/sysmac1.c: Update.
19254         * gcc.dg/cpp/sysmac2.c: Update.
19255
19256 2001-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
19257
19258         * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
19259
19260 2001-05-04  David Edelsohn  <edelsohn@gnu.org>
19261
19262         * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
19263         gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
19264
19265 2001-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
19266
19267         * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
19268
19269 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
19270
19271         * lib/g++.exp (g++_include_flags): Don't use any special flags
19272         if TESTING_IN_BUILD_TREE is not defined.
19273         (g++_init): Use a plain 'c++' as the compiler if
19274         TESTING_IN_BUILD_TREEE is not defined.
19275
19276 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
19277
19278         * g++.old-deja/g++.eh/catch13.C: New test.
19279         * g++.old-deja/g++.eh/catch14.C: New test.
19280
19281 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
19282
19283         * gcc.dg/cpp/tr-define.c: New test.
19284
19285 2001-05-01  Loren J. Rittle  <ljrittle@acm.org>
19286
19287         * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
19288         <stdlib.h>, not <malloc.h>.
19289
19290 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
19291
19292         * g++.old-deja/g++.ns/template17.C: New test.
19293
19294 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
19295
19296         * g++.old-deja/g++.pt/ref4.C: New test.
19297
19298 2001-04-30  Richard Henderson  <rth@redhat.com>
19299
19300         * gcc.dg/20000724-1.c: Revert last change.
19301
19302 2001-04-30  Toon Moene  <toon@moene.indiv.nluug.nl>
19303
19304         * g77.f-torture/execute/20010430.f: New test.
19305
19306 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
19307
19308         * gcc.dg/20000724-1.c: Add a clobber of `esp'.
19309
19310 2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
19311
19312         * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
19313
19314 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
19315
19316         * g++.old-deja/g++.eh/crash6.C: New test.
19317
19318 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
19319
19320         * g++.old-deja/g++.other/warn7.C: New test.
19321
19322 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
19323
19324         * g++.old-deja/g++.other/defarg9.C: New test.
19325
19326 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
19327
19328         * g77.f-torture/compile/20010426.f: New test.
19329         * g77.f-torture/execute/20010426.f: New test.
19330
19331 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
19332
19333         * g77.f-torture/compile/20000629-1.x: Remove - error
19334         has been fixed.
19335
19336 2001-04-26  Jeffrey A Law  (law@cygnus.com)
19337
19338         * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
19339         Tweak slightly to work with g++.dg framework.
19340         * g++.dg/special/ecos.exp: Run initp1.C test.
19341         * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
19342
19343         * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
19344         its linker doesn't give line numbers either.
19345         * g++.old-deja/g++.ext/instantiate3.C: Similarly.
19346
19347 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
19348
19349         * g++.old-deja/g++.other/lex1.C: New test.
19350
19351 2001-04-26  Jakub Jelinek  <jakub@redhat.com>
19352
19353         * gcc.dg/noncompile/20010425-1.c: New test.
19354
19355 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
19356
19357         * g++.old-deja/g++.pt/mangle2.C: New test.
19358
19359 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
19360
19361         * gcc.dg/format/plus-1.c: New test.
19362
19363 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
19364
19365         * gcc.dg/20010423-1.c: New test.
19366
19367 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
19368
19369         * gcc.c-torture/execute/20010422-1.c: New test.
19370
19371 2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
19372
19373         * g++.old-deja/g++.ns/type2.C: New test.
19374
19375 2001-04-24  Zack Weinberg  <zackw@stanford.edu>
19376
19377         * g++.old-deja/g++.other/perf1.C: New test.
19378
19379 2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
19380
19381         * gcc.dg/c99-func-2.c: Remove xfail.
19382         * gcc.dg/c99-func-3.c: Remove xfail.
19383         * gcc.dg/c99-func-4.c: Remove xfail.
19384
19385 2001-04-23  Zack Weinberg  <zackw@stanford.edu>
19386
19387         * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
19388
19389 2001-04-23  Joseph S. Myers  <jsm28@cam.ac.uk>
19390
19391         * gcc.c-torture/compile/20010423-1.c: New test.
19392
19393 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
19394
19395         * g++.old-deja/g++.pt/typename28.C: New test.
19396
19397 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
19398
19399         * g++.old-deja/g++.abi/empty2.C: New test.
19400         * g++.old-deja/g++.abi/empty3.C: New test.
19401
19402 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
19403
19404         * g++.old-deja/g++.other/comdat2.C: New test.
19405         * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
19406
19407 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
19408
19409         * g++.old-deja/g++.other/overload14.C: New test.
19410
19411 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
19412
19413         * g++.old-deja/g++.other/lookup23.C: New test.
19414
19415 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
19416
19417         * gcc.c-torture/execute/20010403-1.c: New test.
19418
19419 2001-04-19  David Billinghurst <David.Billinghurst@riotinto.com>
19420             Mark Mitchell  <mark@codesourcery.com>
19421
19422         * lib/old-dejagnu.exp: Don't delete output of executable.
19423         Add .exe suffix to executables.
19424
19425 2001-04-18  Toon Moene  <toon@moene.indiv.nluug.nl>
19426
19427         * g77.f-torture/execute/short.x; Remove - Error has been fixed.
19428
19429 2001-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19430
19431         * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
19432
19433 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
19434
19435         * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
19436         * g++.old-deja/g++.abi/crash1.C: New test.
19437
19438 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
19439
19440         * g++.old-deja/g++.other/crash40.C: New test.
19441
19442 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19443
19444         * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
19445
19446 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
19447
19448         * g++.old-deja/g++.other/warn6.C: New test.
19449
19450 22001-04-11  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
19451
19452         * g++.old-deja/g++.robertl/eb42.C: Same.
19453
19454 001-04-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19455
19456         * gcc.dg/wtr-conversion-1.c: New testcase.
19457
19458 2001-04-10  Richard Henderson  <rth@redhat.com>
19459
19460         * g++.old-deja/g++.other/array5.C: New.
19461
19462 2001-04-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
19463
19464         * gcc.c-torture/execute/20010408-1.c: New test.
19465
19466 2001-04-06  Benjamin Kosnik  <bkoz@redhat.com>
19467
19468         * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
19469         headers and constructs.
19470         * g++.old-deja/g++.robertl/eb79.C: Same.
19471         * g++.old-deja/g++.robertl/eb77.C (main): Same.
19472         * g++.old-deja/g++.robertl/eb73.C: Same.
19473         * g++.old-deja/g++.robertl/eb66.C (main): Same.
19474         * g++.old-deja/g++.robertl/eb55.C (t): Same.
19475         * g++.old-deja/g++.robertl/eb54.C (main): Same.
19476         * g++.old-deja/g++.robertl/eb46.C (main): Same.
19477         * g++.old-deja/g++.robertl/eb44.C: Same.
19478         * g++.old-deja/g++.robertl/eb41.C (main): Same.
19479         * g++.old-deja/g++.robertl/eb4.C (main): Same.
19480         * g++.old-deja/g++.robertl/eb39.C: Same.
19481         * g++.old-deja/g++.robertl/eb33.C (main): Same.
19482         * g++.old-deja/g++.robertl/eb31.C (main): Same.
19483         * g++.old-deja/g++.robertl/eb30.C: Same.
19484         * g++.old-deja/g++.robertl/eb3.C: Same.
19485         * g++.old-deja/g++.robertl/eb24.C (T>): Same.
19486         * g++.old-deja/g++.robertl/eb21.C: Same.
19487         * g++.old-deja/g++.robertl/eb15.C: Same.
19488         * g++.old-deja/g++.robertl/eb118.C: Same.
19489         * g++.old-deja/g++.robertl/eb115.C (main): Same.
19490         * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
19491         * g++.old-deja/g++.robertl/eb109.C: Same.
19492         * g++.old-deja/g++.other/sibcall1.C (main): Same.
19493         * g++.old-deja/g++.mike/rtti1.C: Same.
19494         * g++.old-deja/g++.mike/p658.C: Same.
19495         * g++.old-deja/g++.mike/net46.C: Same.
19496         * g++.old-deja/g++.mike/net34.C: Same.
19497         * g++.old-deja/g++.mike/memoize1.C: Same.
19498         * g++.old-deja/g++.mike/eh2.C: Same.
19499         * g++.old-deja/g++.law/weak.C: Same.
19500         * g++.old-deja/g++.law/visibility7.C: Same.
19501         * g++.old-deja/g++.law/visibility25.C: Same.
19502         * g++.old-deja/g++.law/visibility22.C: Same.
19503         * g++.old-deja/g++.law/visibility2.C: Same.
19504         * g++.old-deja/g++.law/visibility17.C: Same.
19505         * g++.old-deja/g++.law/visibility13.C: Same.
19506         * g++.old-deja/g++.law/visibility10.C: Same.
19507         * g++.old-deja/g++.law/visibility1.C: Same.
19508         * g++.old-deja/g++.law/virtual3.C (eval): Same.
19509         * g++.old-deja/g++.law/vbase1.C: Same.
19510         * g++.old-deja/g++.law/operators32.C: Same.
19511         * g++.old-deja/g++.law/nest3.C: Same.
19512         * g++.old-deja/g++.law/missed-error2.C (foo): Same.
19513         * g++.old-deja/g++.law/except5.C (main): Same.
19514         * g++.old-deja/g++.law/cvt7.C (run): Same.
19515         * g++.old-deja/g++.law/cvt2.C: Same.
19516         * g++.old-deja/g++.law/cvt16.C: Same.
19517         * g++.old-deja/g++.law/ctors6.C (bar): Same.
19518         * g++.old-deja/g++.law/ctors17.C (main): Same.
19519         * g++.old-deja/g++.law/ctors13.C: Same.
19520         * g++.old-deja/g++.law/ctors12.C (main): Same.
19521         * g++.old-deja/g++.law/ctors10.C: Same.
19522         * g++.old-deja/g++.law/code-gen5.C: Same.
19523         * g++.old-deja/g++.law/bad-error7.C: Same.
19524         * g++.old-deja/g++.law/arm9.C: Same.
19525         * g++.old-deja/g++.law/arm12.C: Same.
19526         * g++.old-deja/g++.law/arg8.C: Same.
19527         * g++.old-deja/g++.law/arg1.C: Same.
19528         * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
19529         * g++.old-deja/g++.jason/template31.C: Same.
19530         * g++.old-deja/g++.jason/template24.C (main): Same.
19531         * g++.old-deja/g++.jason/2371.C: Same.
19532         * g++.old-deja/g++.eh/new2.C: Same.
19533         * g++.old-deja/g++.eh/new1.C: Same.
19534         * g++.old-deja/g++.brendan/ptolemy2.C: Same.
19535         * g++.old-deja/g++.brendan/nest21.C (main): Same.
19536         * g++.old-deja/g++.brendan/err-msg3.C: Same.
19537         * g++.old-deja/g++.brendan/crash62.C: Same.
19538         * g++.old-deja/g++.brendan/crash52.C: Same.
19539         * g++.old-deja/g++.brendan/crash49.C (main): Same.
19540         * g++.old-deja/g++.brendan/crash38.C: Same.
19541         * g++.old-deja/g++.brendan/crash15.C (main): Same.
19542         * g++.old-deja/g++.brendan/copy9.C: Same.
19543
19544 2001-04-06  J"orn Rennecke <amylaar@redhat.com>
19545
19546         * gcc.c-torture/execute/20001203-2.c (memset):
19547         Count argument is of type __SIZE_TYPE__.
19548
19549 2001-04-04  Diego Novillo  <dnovillo@redhat.com>
19550
19551         * gcc.c-torture/compile/20010404-1.c: New test.
19552
19553 2001-04-04  Jakub Jelinek  <jakub@redhat.com>
19554
19555         * gcc.c-torture/compile/20010326-1.c: New test.
19556
19557 2001-04-03  Alexandre Oliva  <aoliva@redhat.com>
19558
19559         * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
19560         peculiarities of the SH.
19561         * g++.old-deja/g++.ext/instantiate2.C: Likewise.
19562
19563 2001-04-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
19564
19565         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
19566         * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
19567         * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
19568
19569 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
19570
19571         * g77.f-torture/compile/20010321-1.f: New test.
19572
19573 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
19574
19575         * gcc.c-torture/compile/20010329-1.c: New test.
19576
19577 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
19578
19579         * gcc.c-torture/execute/20010329-1.c: New test.
19580
19581 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
19582
19583         * g++.old-deja/g++.other/eh4.C: Fix typo.
19584
19585 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
19586
19587         * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
19588
19589 2001-03-28  Philip Blundell  <philb@gnu.org>
19590
19591         * gcc.c-torture/compile/20010328-1.c: New test.
19592
19593 2001-03-27  Richard Henderson  <rth@redhat.com>
19594
19595         * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
19596         * g++.old-deja/g++.eh/vbase3.C: Likewise.
19597
19598 2001-03-27  Alan Modra  <alan@linuxcare.com.au>
19599
19600         * gcc.c-torture/compile/20010327-1.c: New test.
19601
19602 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
19603
19604         * g++.old-deja/g++.other/friend12.C: New test.
19605         * g++.old-deja/g++.other/friend9.C: Expect no errors.
19606         * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
19607
19608 2001-03-25  Joseph S. Myers  <jsm28@cam.ac.uk>
19609
19610         * gcc.c-torture/execute/20010325-1.c: New test.
19611
19612 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
19613
19614         * g++.old-deja/g++.other/mangle3.C: New test.
19615
19616 2001-03-22  Jakub Jelinek  <jakub@redhat.com>
19617
19618         * g++.old-deja/g++.other/anon8.C: New test.
19619
19620 2001-03-20  Philip Blundell  <philb@gnu.org>
19621
19622         * gcc.c-torture/compile/20010320-1.c: New test.
19623
19624 2001-03-17  Richard Henderson  <rth@redhat.com>
19625
19626         * g++.old-deja/g++.other/eh4.C: Add expected error text.
19627
19628 2001-03-15  Geoff Keating  <geoff@redhat.com>
19629
19630         * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
19631         tests on AIX.
19632
19633 2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
19634
19635         * g++.old-deja/g++.other/eh4.C: New test.
19636
19637 2001-03-14  Neil Booth  <neil@daikokuya.demon.co.uk>
19638
19639         * gcc.dg/cpp/mi1.c: Update.
19640
19641 2001-03-14  Jakub Jelinek  <jakub@redhat.com>
19642
19643         * g++.old-deja/g++.other/regstack.C: New test.
19644
19645 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
19646
19647         * g++.old-deja/g++.other/ref4.C: New test.
19648
19649 2001-03-11  Nicola Pero <n.pero@mi.flashnet.it>
19650
19651         * objc/execute/va_method.m: Added.
19652         * objc/execute/IMP.m: Added.
19653         * objc/execute/_cmd.m: Added.
19654         * objc/execute/accessing_ivars.m: Added.
19655         * objc/execute/class-1.m: Added.
19656         * objc/execute/class-10.m: Added.
19657         * objc/execute/class-11.m: Added.
19658         * objc/execute/class-12.m: Added.
19659         * objc/execute/class-13.m: Added.
19660         * objc/execute/class-14.m: Added.
19661         * objc/execute/class-2.m: Added.
19662         * objc/execute/class-3.m: Added.
19663         * objc/execute/class-4.m: Added.
19664         * objc/execute/class-5.m: Added.
19665         * objc/execute/class-6.m: Added.
19666         * objc/execute/class-7.m: Added.
19667         * objc/execute/class-8.m: Added.
19668         * objc/execute/class-9.m: Added.
19669         * objc/execute/class-tests-1.h
19670         * objc/execute/class-tests-2.h
19671         * objc/execute/compatibility_alias.m: Added.
19672         * objc/execute/encode-1.m: Added.
19673         * objc/execute/formal_protocol-1.m: Added.
19674         * objc/execute/formal_protocol-2.m: Added.
19675         * objc/execute/formal_protocol-3.m: Added.
19676         * objc/execute/formal_protocol-4.m: Added.
19677         * objc/execute/formal_protocol-5.m: Added.
19678         * objc/execute/formal_protocol-6.m: Added.
19679         * objc/execute/formal_protocol-7.m: Added.
19680         * objc/execute/informal_protocol.m: Added.
19681         * objc/execute/initialize.m: Added.
19682         * objc/execute/load.m: Added.
19683         * objc/execute/many_args_method.m: Added.
19684         * objc/execute/nested-3.m: Added.
19685         * objc/execute/no_clash.m: Added.
19686         * objc/execute/private.m: Added.
19687         * objc/execute/redefining_self.m: Added.
19688         * objc/execute/root_methods.m: Added.
19689         * objc/execute/selector-1.m: Added.
19690         * objc/execute/static-1.m: Added.
19691         * objc/execute/static-2.m: Added.
19692         * objc/execute/va_method.m: Added.
19693
19694 2001-03-10  Richard Henderson  <rth@redhat.com>
19695
19696         * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
19697
19698 2001-03-07  Neil Booth  <neil@daikokuya.demon.co.uk>
19699
19700         * g++.old-deja/g++.other/crash31.C: XFAIL.
19701         * g77.f-torture/execute/20010116.x: Conditional XFAIL.
19702         * g77.f-torture/execute/short.x: XFAIL -Os on x86.
19703         * gcc.c-torture/execute/20010123-1.x: XFAIL.
19704         * gcc.c-torture/execute/20010124-1.x: XFAIL.
19705         * gcc.dg/sequence-pt-1.c: XFAIL one test.
19706
19707 2001-03-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
19708
19709         * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
19710
19711 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
19712
19713         * gcc.dg/20000724-1.c: Don't use multiline strings.
19714
19715 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
19716
19717         * objc/execute/string1.m, objc/execute/string2.m: Compare the
19718         result of -cString against what we expect it to be; don't just
19719         print it out for no one to read.
19720
19721         * objc/execute/string3.m, objc/execute/string4.m: New tests.
19722         Based on testcases provided by Nicola Pero.
19723
19724 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
19725
19726         * gcc.dg/cpp/macro7.c: New test.
19727
19728 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
19729
19730         * gcc.dg/cpp/multiline.c: Update.
19731
19732 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
19733
19734         * g++.old-deja/g++.other/enum3.C: New test.
19735
19736 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
19737
19738         * g++.old-deja/g++.other/pod1.C: New test.
19739
19740 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
19741
19742         * g++.old-deja/g++.ext/overload1.C: New test.
19743
19744 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
19745
19746         * g++.old-deja/g++.pt/using1.C: New test.
19747
19748 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
19749
19750         * g++.old-deja/g++.other/using9.C: New test.
19751
19752 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
19753
19754         * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
19755
19756         * objc/execute/protocol.m (main): Added patch from Nicola Pero.
19757
19758 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
19759
19760         * g++.old-deja/g++.ext/realpt1.C: Remove.
19761
19762 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
19763
19764         * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
19765
19766 2001-02-26  Will Cohen  <wcohen@redhat.com>
19767
19768         * gcc.c-torture/execute/ieee/20010226-1.c: New test.
19769
19770 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
19771
19772         * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
19773         templatized constructors.
19774
19775 2001-02-24  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
19776
19777         * gcc.c-torture/execute/20010224-1.c: New test.
19778
19779 2001-02-23  Jakub Jelinek  <jakub@redhat.com>
19780
19781         * gcc.c-torture/execute/20010222-1.c: New test.
19782
19783 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
19784
19785         * g++.old-deja/g++.other/inline20.C: New test.
19786
19787 2001-02-21  Ovidiu Predescu  <ovidiu@cup.hp.com>
19788
19789         * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
19790
19791 2001-02-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
19792
19793         * g++.old-deja/g++.other/lookup22.C: New test.
19794
19795 2001-02-19  Zack Weinberg  <zackw@stanford.edu>
19796
19797         * g77.dg: New directory.
19798         * g77.dg/20010216-1.f: New test case.
19799         * g77.dg/dg.exp: New driver.
19800         * lib/g77-dg.exp: New driver library.
19801
19802 2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
19803
19804         * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
19805
19806 2001-02-16  Gabriel Dos Reis <gdr@codesourcery.com>
19807
19808         * g++.old-deja/g++.other/decl9.C: New test.
19809
19810 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
19811
19812         * g++.old-deja/g++.other/init16.C: Update the test so that it does
19813         not need <string> and also tests the initialization at runtime.
19814
19815 2001-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
19816
19817         * gcc.c-torture/execute/longlong.c: New test.
19818
19819 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
19820
19821         * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
19822
19823 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
19824
19825         * gcc.c-torture/execute/920302-1.c (execute):
19826         Change argument type to short.
19827
19828 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
19829
19830         * g++.old-deja/g++.pt/deduct6.C: New test.
19831
19832 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
19833
19834         * g++.old-deja/g++.pt/deduct5.C: New test.
19835
19836 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
19837
19838         * gcc.c-torture/execute/20010209-1.c: New test.
19839
19840 2001-02-14  Neil Booth  <neil@daikokuya.demon.co.uk>
19841
19842         * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
19843
19844 2001-02-12  Geoffrey Keating  <geoffk@redhat.com>
19845
19846         * g++.dg/vtgc1.C: Update for new ABI.
19847
19848         * consistency.vlad: New directory, 1665 files.
19849
19850 2001-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
19851
19852         * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
19853         return type.
19854         * gcc.dg/cpp/digraphs.c: Declare puts.
19855
19856 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
19857
19858         * g++.old-deja/g++.other/warn5.C: New test.
19859
19860 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
19861
19862         * g++.old-deja/g++.pt/spec40.C: New test.
19863
19864 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
19865
19866         * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
19867         case.
19868         * g++.old-deja/g++.ext/arrnew.C: Deprecate.
19869
19870 2001-02-12  Jakub Jelinek  <jakub@redhat.com>
19871
19872         * gcc.c-torture/compile/20010209-1.c: New test.
19873
19874 2001-02-11  Jeffrey Oldham  <oldham@codesourcery.com>
19875
19876         * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
19877         excess errors message but not if it crashes.
19878         * g++.old-deja/g++.other/crash27.C: Likewise.
19879         * g++.old-deja/g++.other/crash28.C: Likewise.
19880         * g++.old-deja/g++.other/crash30.C: Likewise.
19881         * g++.old-deja/g++.other/crash32.C: Likewise.
19882         * g++.old-deja/g++.other/crash35.C: Likewise.
19883         * g++.old-deja/g++.pt/inherit2.C: Likewise.
19884
19885 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
19886
19887         * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
19888         gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
19889         g++.dg/dg.exp, g++.old-deja/old-deja.exp,
19890         g77.f-torture/execute/execute.exp,
19891         g77.f-torture/noncompile/noncompile.exp,
19892         gcc.c-torture/execute/execute.exp,
19893         gcc.c-torture/execute/memcheck/memcheck.exp,
19894         gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
19895         gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
19896         gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
19897         gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
19898         gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
19899         lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
19900         lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
19901         lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
19902         Remove bug reporting instructions with ancient email addresses.
19903
19904 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
19905
19906         * gcc.dg/20010202-1.c: New test.
19907         * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
19908
19909 2001-02-07  Zack Weinberg  <zack@wolery.stanford.edu>
19910
19911         * g++.dg/stdbool-if.C: New test.
19912
19913 2001-02-07  Ovidiu Predescu  <ovidiu@cup.hp.com>
19914
19915         * objc/execute/fdecl.m: Added main().
19916
19917 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
19918
19919         * gcc.c-torture/execute/20010206-1.c: New test.
19920
19921 2001-02-06  Neil Booth  <neil@daikokuya.demon.co.uk>
19922
19923         * gcc.dg/cpp/avoidpaste1.c: Update.
19924
19925 2001-02-05  Ovidiu Predescu  <ovidiu@cup.hp.com>
19926
19927         * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
19928         Pero <nicola@brainstorm.co.uk>.
19929         * objc/execute/fdecl.m: Declare foo as pointer to AClass.
19930
19931 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
19932
19933         * g++.old-deja/g++.pt/spec39.C: New test.
19934
19935 2001-02-05  Jakub Jelinek  <jakub@redhat.com>
19936
19937         * gcc.c-torture/compile/20010202-1.c: New test.
19938
19939 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
19940
19941         * g++.old-deja/g++.abi/primary2.C: New test.
19942         * g++.old-deja/g++.abi/primary3.C: New test.
19943         * g++.old-deja/g++.abi/primary4.C: New test.
19944         * g++.old-deja/g++.abi/primary5.C: New test.
19945         * g++.old-deja/g++.abi/vtable3.h: New test.
19946         * g++.old-deja/g++.abi/vtable3a.C: New test.
19947         * g++.old-deja/g++.abi/vtable3b.C: New test.
19948         * g++.old-deja/g++.abi/vtable3c.C: New test.
19949         * g++.old-deja/g++.abi/vtable3d.C: New test.
19950         * g++.old-deja/g++.abi/vtable3e.C: New test.
19951         * g++.old-deja/g++.abi/vtable3f.C: New test.
19952         * g++.old-deja/g++.abi/vtable3g.C: New test.
19953         * g++.old-deja/g++.abi/vtable3h.C: New test.
19954         * g++.old-deja/g++.abi/vtable3i.C: New test.
19955         * g++.old-deja/g++.abi/vtable3j.C: New test.
19956         * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
19957
19958 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
19959
19960         * g++.old-deja/g++.other/anon6.C: New test.
19961         * g++.old-deja/g++.other/anon7.C: New test.
19962
19963 2001-02-01  Neil Booth  <neil@daikokuya.demon.co.uk>
19964
19965         * gcc.dg/cpp/avoidpaste2.c: New tests.
19966
19967 2001-01-31  Jakub Jelinek  <jakub@redhat.com>
19968
19969         * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
19970
19971 2001-01-31  Jeffrey Oldham  <oldham@codesourcery.com>
19972
19973         * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
19974         DECIMAL_DIG cases for Irix."
19975
19976 2001-01-31  J"orn Rennecke <amylaar@redhat.com>
19977
19978         * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
19979
19980 2001-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
19981
19982         * gcc.dg/c99-tag-1.c: New test.
19983
19984 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
19985
19986         * gcc.dg/cpp/tr-warn1.c: Add tests.
19987
19988 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
19989
19990         * gcc.dg/cpp/avoidpaste1.c: Update.
19991         * gcc.dg/cpp/paste4.c: Update.
19992
19993 2001-01-30  Jeffrey Oldham  <oldham@codesourcery.com>
19994
19995         * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
19996         cases for Irix.
19997
19998 2001-01-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
19999
20000         * g++.old-deja/g++.other/inline19.C: New test.
20001
20002 2001-01-30  Neil Booth  <neil@daikokuya.demon.co.uk>
20003
20004         * gcc.dg/Wlarger-than.c: New test.
20005
20006 2001-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
20007
20008         * gcc.dg/cpp/avoidpaste1.c: Fix typos.
20009
20010 2001-01-29  Jakub Jelinek  <jakub@redhat.com>
20011
20012         * gcc.c-torture/execute/20010129-1.c: New test.
20013         * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
20014
20015 2001-01-28  Neil Booth  <neil@daikokuya.demon.co.uk>
20016
20017         * gcc.dg/cpp/avoidpaste1.c: Test case.
20018
20019 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
20020
20021         * g++.old-deja/g++.other/inline18.C: New test.
20022
20023 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20024
20025         * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
20026         and __builtin_putchar.
20027
20028 2001-01-27  Jakub Jelinek  <jakub@redhat.com>
20029
20030         * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
20031         tests.
20032
20033 2001-01-25  Jeffrey Oldham  <oldham@codesourcery.com>
20034
20035         * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
20036         floating point number rounding mode to round to the nearest
20037         representable mode.
20038
20039 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
20040
20041         * g++.old-deja/g++.other/mangle2.C: New test.
20042
20043 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
20044
20045         * gcc.c-torture/compile/20010124-1.c: New test.
20046
20047 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
20048
20049         * g++.old-deja/g++.pt/spec38.C: New test.
20050
20051 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
20052
20053         * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
20054         "Build don't run".
20055
20056 2001-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
20057
20058         * gcc.c-torture/execute/20010123-1.c: New test.
20059
20060 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
20061
20062         * g++.old-deja/g++.pt/spec37.C: New test.
20063
20064 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
20065
20066         * g++.old-deja/g++.pt/overload14.C: New test.
20067
20068 2001-01-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
20069
20070         * gcc.c-torture/execute/20010122-1.c: New test, exercise
20071         __builtin_return_address.
20072
20073 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
20074
20075         * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
20076         * g++.old-deja/g++.pt/spec35.C: New test.
20077         * g++.old-deja/g++.pt/spec36.C: New test.
20078
20079 2001-01-20  Jakub Jelinek  <jakub@redhat.com>
20080
20081         * gcc.c-torture/compile/20010118-1.c: New test.
20082
20083 2001-01-20  Neil Booth  <neil@daikokuya.demon.co.uk>
20084
20085         * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
20086
20087 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
20088
20089         * gcc.c-torture/execute/20010119-1.c: New test.
20090
20091 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
20092
20093         * g++.old-deja/g++.other/vbase5.C: New test.
20094
20095 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
20096
20097         * gcc.c-torture/execute/20010118-1.c: New test.
20098
20099 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
20100
20101         * g++.old-deja/g++.pt/deduct3.C: New test.
20102
20103 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
20104
20105         * g++.old-deja/g++.pt/spec34.C: New test.
20106
20107 2001-01-19  "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
20108
20109         * g77.f-torture/compile/20000601-2.f: New test.
20110
20111 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
20112
20113         * g++.old-deja/g++.other/init17.C: New test.
20114
20115 2001-01-18  Alexandre Oliva  <aoliva@redhat.com>
20116
20117         * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
20118
20119 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
20120
20121         * g++.old-deja/g++.pt/unify8.C: New test.
20122
20123 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
20124
20125         * g++.old-deja/g++.abi/vbase1.C: New test.
20126
20127 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
20128
20129         * g++.old-deja/g++.pt/crash65.C: New test.
20130
20131 2001-01-18  Neil Booth  <neil@daikokuya.demon.co.uk>
20132
20133         * gcc.dg/cpp/assembl2.S: New test case.
20134
20135 2001-01-17  Jeffrey Oldham  <oldham@codesourcery.com>
20136
20137         * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
20138         are supported.
20139
20140 2001-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20141
20142         * g++.old-deja/g++.other/builtins1.C: New test.
20143         * g++.old-deja/g++.other/builtins2.C: Likewise.
20144         * g++.old-deja/g++.other/builtins3.C: Likewise.
20145         * g++.old-deja/g++.other/builtins4.C: Likewise.
20146
20147 2001-01-17  Jakub Jelinek  <jakub@redhat.com>
20148
20149         * gcc.c-torture/compile/20010117-1.c: New test.
20150         * gcc.c-torture/compile/20010117-2.c: New test.
20151
20152 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
20153
20154         * g77.f-torture/execute/20010116.[fx]: New test,
20155         XFAIL on i?86-*-*.
20156         * g77.f-torture/compile/20010115.f: Indicate it's
20157         a test for PR fortran/1636.
20158
20159 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
20160
20161         * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
20162
20163 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
20164
20165         * g77.f-torture/compile/20010115.f: New test.
20166
20167 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
20168
20169         * g++.old-deja/g++.pt/nontype5.C: New test.
20170
20171 2001-01-15  Neil Booth  <neil@daikokuya.demon.co.uk>
20172
20173         * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
20174         have an equivalent working one below it.
20175
20176 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
20177
20178         * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
20179         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
20180
20181 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
20182
20183         * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
20184         message containing "init_priority".
20185         (conpr-2.C): Likewise.
20186         (conpr-3.C): Likewise.
20187         * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
20188
20189 2001-01-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
20190
20191         * gcc.c-torture/execute/20010114-2.c: New test.
20192
20193 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
20194
20195         * gcc.c-torture/compile/20010114-1.c: New test.
20196         * gcc.c-torture/compile/20010114-1.x: Xfail.
20197         * gcc.c-torture/compile/20010114-2.c: New test.
20198         * gcc.c-torture/execute/20010114-1.c: New test.
20199         * gcc.dg/trunc-1.c: New test.
20200         * gcc.dg/uninit-B.c: New test.
20201
20202 2001-01-13  Nick Clifton  <nickc@redhat.com>
20203
20204         * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
20205         target.
20206
20207 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
20208
20209         * gcc.c-torture/compile/20010113-1.c: New test.
20210
20211 2001-01-13  Jakub Jelinek  <jakub@redhat.com>
20212
20213         * gcc.c-torture/compile/20001212-1.c: New test.
20214
20215 2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
20216
20217         * gcc.dg/cpp/widestr1.c: Update.
20218         * gcc.dg/cpp/prag-imp.c: Remove.
20219
20220 2001-01-12  Jakub Jelinek  <jakub@redhat.com>
20221
20222         * gcc.c-torture/execute/20000801-3.x: Remove.
20223         * gcc.dg/c90-init-1.c: New test.
20224         * gcc.dg/c99-init-1.c: New test.
20225         * gcc.dg/c99-init-2.c: New test.
20226         * gcc.dg/gnu99-init-1.c: New test.
20227
20228 2001-01-12  Richard Earnshaw <rearnsha@arm.com>
20229
20230         * lib/f-torture.exp (f_torture_compile): Prune the warnings before
20231         testing that no relevant ones were found.
20232
20233 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
20234
20235         * g++.old-deja/g++.pt/cast2.C: New test.
20236
20237 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
20238
20239         * g++.old-deja/g++.pt/friend47.C: New test.
20240
20241 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
20242
20243         * g++.old-deja/g++.pt/instantiate13.C: New test.
20244
20245 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
20246
20247         * g++.old-deja/g++.other/defarg7.C: New test.
20248         * g++.old-deja/g++.other/defarg8.C: New test.
20249
20250 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
20251
20252         * g++.old-deja/g++.pt/crash64.C: New test.
20253
20254 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
20255
20256         * g++.old-deja/g++.pt/crash63.C: New test.
20257
20258 2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>
20259
20260         * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
20261
20262 2001-01-10  Alan Lehotsky  <lehotsky@tiac.net>
20263
20264         * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
20265
20266 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
20267
20268         * g++.old-deja/g++.pt/error3.C: New test.
20269
20270 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
20271
20272         * g++.old-deja/g++.other/crash39.C: New test.
20273
20274 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
20275
20276         * g++.old-deja/g++.other/vbase4.C: New test.
20277
20278 2001-01-08  Jonathan Larmour  <jlarmour@redhat.com>
20279
20280         * gcc.dg/20000419-2.c: Move to "special" subdirectory.
20281         * gcc.dg/special/20000419-2.c: New file. Identical to above.
20282         * gcc.dg/special/special.exp: New test driver which will check
20283         for alias support for the above test.
20284
20285 2001-01-09  Alan Lehotsky  <lehotsky@tiac.net>
20286
20287         * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
20288         problems on small machines.
20289         * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
20290         parameterize.
20291
20292 2001-01-09  Jeffrey Oldham  <oldham@codesourcery.com>
20293
20294         * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
20295         mips.
20296         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
20297
20298 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
20299
20300         * g++.old_deja/g++.pt/using8.C: New test.
20301
20302 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
20303
20304         * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
20305
20306 2000-01-08  Loren J. Rittle  <ljrittle@acm.org>
20307
20308         * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
20309         where a failure is expected.
20310         * gcc.c-torture/execute/ieee/rbug.x: Likewise.
20311
20312 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
20313
20314         * g++.old_deja/g++.pt/instantiate12.C: New test.
20315
20316 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
20317
20318         * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
20319         start of structs.
20320         * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
20321         * g++.old-deja/g++.brendan/crash17.C: Likewise.
20322         * g++.old-deja/g++.brendan/crash29.C: Likewise.
20323         * g++.old-deja/g++.brendan/crash48.C: Likewise.
20324         * g++.old-deja/g++.brendan/ns1.C: Likewise.
20325         * g++.old-deja/g++.brendan/warnings1.C: Likewise.
20326         * g++.old-deja/g++.bugs/900205_04.C: Likewise.
20327         * g++.old-deja/g++.bugs/900514_03.C: Likewise.
20328         * g++.old-deja/g++.eh/spec6.C: Likewise.
20329         * g++.old-deja/g++.jason/crash3.C: Likewise.
20330         * g++.old-deja/g++.law/ctors11.C: Likewise.
20331         * g++.old-deja/g++.law/ctors17.C: Likewise.
20332         * g++.old-deja/g++.law/ctors5.C: Likewise.
20333         * g++.old-deja/g++.law/ctors9.C: Likewise.
20334         * g++.old-deja/g++.mike/ambig1.C: Likewise.
20335         * g++.old-deja/g++.mike/net22.C: Likewise.
20336         * g++.old-deja/g++.mike/p3538a.C: Likewise.
20337         * g++.old-deja/g++.mike/p3538b.C: Likewise.
20338         * g++.old-deja/g++.mike/virt3.C: Likewise.
20339         * g++.old-deja/g++.niklas/t128.C: Likewise.
20340         * g++.old-deja/g++.other/anon4.C: Likewise.
20341         * g++.old-deja/g++.other/using1.C: Likewise.
20342         * g++.old-deja/g++.other/warn3.C: Likewise.
20343         * g++.old-deja/g++.pt/t37.C: Likewise.
20344         * g++.old-deja/g++.robertl/eb69.C: Likewise.
20345         * g++.old-deja/g++.robertl/eb71.C: Likewise.
20346
20347 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
20348
20349         * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
20350
20351 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20352
20353         * gcc.c-torture/execute/stdio-opt-3.c: New test.
20354
20355 2001-01-07  Jakub Jelinek  <jakub@redhat.com>
20356
20357         * gcc.c-torture/compile/20010107-1.c: New test.
20358
20359 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
20360
20361         * gcc.c-torture/execute/builtin-noret-1.c: New test.
20362
20363 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
20364
20365         * gcc.dg/format/format.h: New file.
20366         * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
20367         gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
20368         gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
20369         gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
20370         gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
20371         gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
20372         gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
20373         gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
20374         gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
20375         gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
20376         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
20377         gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
20378         gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
20379         gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
20380         gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
20381         gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
20382         gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
20383         gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
20384         gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
20385         gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
20386         gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
20387         instead of declaring standard types, macros and functions in each
20388         test.
20389
20390 2001-01-06  Alexandre Oliva  <aoliva@redhat.com>
20391
20392         * gcc.c-torture/execute/20010106-1.c: New test.
20393
20394 2001-01-06  Joseph S. Myers  <jsm28@cam.ac.uk>
20395
20396         * gcc.dg/format/format.exp: New file.
20397         * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
20398         * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
20399         * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
20400         * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
20401         * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
20402         * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
20403         * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
20404         * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
20405         * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
20406         * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
20407         * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
20408         * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
20409         * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
20410         * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
20411         * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
20412         * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
20413         * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
20414         * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
20415         * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
20416         * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
20417         * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
20418         * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
20419         * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
20420         * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
20421         * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
20422         * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
20423         * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
20424         * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
20425         * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
20426         * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
20427         * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
20428         * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
20429         * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
20430         * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
20431         * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
20432         * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
20433         * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
20434         * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
20435         * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
20436         * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
20437         * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
20438         * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
20439
20440 2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
20441
20442         * gcc.c-torture/execute/991228-1.c: Take word endianness into
20443         account.
20444
20445 2001-01-05  Joseph S. Myers  <jsm28@cam.ac.uk>
20446
20447         * gcc.c-torture/execute/builtin-complex-1.c: New test.
20448
20449 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
20450
20451         * g++.old-deja/g++.pt/crash62.C: New test.
20452
20453 2001-01-04  Richard Henderson  <rth@redhat.com>
20454
20455         * gcc.dg/20000926-1.c: Update expected warnings.
20456         * gcc.dg/array-2.c: Likewise.
20457         * gcc.dg/array-4.c: Also validate flexible array members.
20458         * gcc.dg/c99-flex-array-1.c: New.
20459
20460 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
20461
20462         * gcc.c-torture/compile/20001222-1.x: Remove.
20463
20464 2001-01-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
20465
20466         * gcc.c-torture/execute/built-in-setjmp.c: New.
20467
20468 2001-01-03  Richard Henderson  <rth@redhat.com>
20469
20470         * gcc.dg/940510-1.c: Update expected error wording.
20471         * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
20472
20473 2001-01-03  Jeffrey Oldham  <oldham@codesourcery.com>
20474
20475         * lib/target-supports.exp (check_alias_available): Modified to
20476         indicate aliases not supported if only weak aliases are supported.
20477
20478 2001-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20479
20480         * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
20481         Turn on cmpstrsi checks for __pj__ and __i370__.
20482
20483 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
20484
20485         * g++.old-deja/g++.other/virtual11.C: New test.
20486
20487 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
20488
20489         * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
20490
20491 2001-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20492
20493         * gcc.c-torture/compile/20010102-1.c: New test.
20494
20495 2001-01-02  Andreas Jaeger  <aj@suse.de>
20496
20497         * gcc.dg/noreturn-3.c: New test.
20498
20499         * gcc.dg/noreturn-4.c: New test.
20500
20501 2001-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20502
20503         * gcc.c-torture/execute/stdio-opt-1.c: Also test
20504         __builtin_fputc and __builtin_fwrite.
20505
20506 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
20507
20508         * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
20509         signed char, not default char.
20510
20511 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
20512
20513         * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
20514
20515 2000-12-30  David Billinghurst <David.Billinghurst@riotinto.com>
20516
20517         * lib/g++.exp:  Use sh to exec ${odir_v3}/tests_flags
20518
20519 2000-12-29  Richard Henderson  <rth@redhat.com>
20520
20521         * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
20522         (__cyg_profile_func_exit): Define.
20523
20524 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
20525
20526         * g++.dg/vtgc1.C: New test.
20527
20528 2000-12-28  Geoffrey Keating  <geoffk@redhat.com>
20529
20530         * gcc.dg/noncompile/20001228-1.c: New test.
20531
20532         * gcc.dg/20001228-1.c: New test.
20533
20534         * gcc.c-torture/execute/20001228-1.c: New test.
20535
20536 2000-12-28  Joseph S. Myers  <jsm28@cam.ac.uk>
20537
20538         * gcc.dg/format-strfmon-1.c: New test.
20539
20540 2000-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20541
20542         * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
20543         * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
20544         * gcc.c-torture/execute/string-opt-1.c: Likewise.
20545         * gcc.c-torture/execute/string-opt-2.c: Likewise.
20546         * gcc.c-torture/execute/string-opt-3.c: Likewise.
20547         * gcc.c-torture/execute/string-opt-4.c: Likewise.
20548         * gcc.c-torture/execute/string-opt-6.c: Likewise.
20549         * gcc.c-torture/execute/string-opt-7.c: Likewise.
20550         * gcc.c-torture/execute/string-opt-8.c: Likewise.
20551         * gcc.c-torture/execute/string-opt-9.c: Likewise.
20552         * gcc.c-torture/execute/string-opt-10.c: Likewise.
20553         * gcc.c-torture/execute/string-opt-11.c: Likewise.
20554         * gcc.c-torture/execute/string-opt-12.c: Likewise.
20555
20556         * gcc.c-torture/execute/string-opt-3.c: Test rindex.
20557         * gcc.c-torture/execute/string-opt-4.c: Test index.
20558
20559 2000-12-26  Geoffrey Keating  <geoffk@redhat.com>
20560
20561         * gcc.c-torture/compile/20001226-1.c: New test.
20562
20563 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
20564
20565         * gcc.c-torture/compile/20001222-1.c: New test.
20566         * gcc.c-torture/compile/20001222-1.x: Xfail.
20567
20568 2000-12-22  Alexandre Oliva  <aoliva@redhat.com>
20569
20570         * gcc.c-torture/execute/comp-goto-2.c: New test.
20571
20572 2000-12-21  J"orn Rennecke <amylaar@redhat.com>
20573
20574         * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
20575         Use long types if __INT_MAX__ is 32767.
20576         (main): Use cast to (sint32 *) when poking 88 into a_page.
20577
20578         * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
20579
20580 2000-12-21  Bernd Schmidt  <bernds@redhat.com>
20581
20582         * gcc.c-torture/compile/20001221-1.c: New test.
20583         * gcc.c-torture/execute/20001221-1.c: New test.
20584
20585 2000-12-20  Richard Henderson  <rth@redhat.com>
20586
20587         * g++.old-deja/g++.pt/crash36.C: Update error lines.
20588         * g++.old-deja/g++.robertl/eb109.C: Likewise.
20589
20590 2000-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20591
20592         * gcc.dg/compare3.c: New test.
20593
20594 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
20595
20596         * gcc.dg/format-warnll-1.c: New test.
20597
20598 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
20599
20600         * gcc.dg/cpp/cmdlne-P.c: New test.
20601
20602 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
20603
20604         * gcc.c-torture/execute/builtin-abs-1.c,
20605         gcc.c-torture/execute/builtin-abs-2.c: New tests.
20606
20607 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
20608
20609         * gcc.dg/cpp/multiline.c: New test.
20610
20611 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
20612
20613         * g++.old-deja/g++.other/syshdr1.C: Update.
20614         * gcc.dg/cpp/lineflags.c: Remove temporarily.
20615
20616 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
20617
20618         * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
20619
20620 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
20621
20622         * g++.old-deja/g++.pt/ttp65.C: New test.
20623
20624 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
20625
20626         * g++.old-deja/g++.pt/ttp64.C: New test.
20627
20628 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
20629
20630         * g++.old-deja/g++.pt/spec33.C: New test.
20631
20632 2000-12-14  Catherine Moore  <clm@redhat.com>
20633
20634         * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
20635         * gcc.c-torture/execute/920612-2.c: Likewise.
20636         * gcc.c-torture/execute/920428-2.c: Likewise.
20637         * gcc-c-torture/execute/va-arg-11.c: Call exit.
20638         * gcc.c-torture/execute/va-arg-21.c: Likewise.
20639
20640 2000-12-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
20641
20642         * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
20643         * gcc.dg/pack-test-2.c: Likewise.
20644
20645 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
20646
20647         Tests by Zack Weinberg <zackw@stanford.edu>.
20648
20649         * gcc.dg/cpp/defined.c: Update.
20650         * gcc.dg/cpp/defined_trad.c: New tests.
20651
20652 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
20653
20654         * gcc.dg/cpp/trad-direct.c: Update.
20655
20656 2000-12-11  Neil Booth  <neilb@earthling.net>
20657
20658         * gcc.dg/cpp/defined_trad.c
20659
20660 2000-12-11  Neil Booth  <neilb@earthling.net>
20661
20662         * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
20663
20664 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
20665
20666         * gcc.dg/format-miss-2.c: New test.
20667
20668 2000-12-09  Neil Booth  <neilb@earthling.net>
20669
20670         * gcc.dg/cpp/lineflags.c: New tests.
20671         * gcc.dg/cpp/poison.c: Update.
20672         * gcc.dg/cpp/redef2.c: Update.
20673         * gcc.dg/cpp/skipping.c: New test.
20674
20675 2000-12-07  Geoffrey Keating  <geoffk@redhat.com>
20676
20677         * g++.old-deja/g++.other/eh3.C: New testcase.
20678
20679 2000-12-07  Neil Booth  <neilb@earthling.net>
20680
20681         * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
20682         wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
20683         wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
20684         wtr-union-init-2.c, wtr-union-init-3.c: Update.
20685         * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
20686         Update.
20687
20688 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
20689
20690         * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
20691         __SIZE_TYPE__ instead of int for type of integers cast to
20692         pointers.
20693
20694 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
20695
20696         * g++.old-deja/g++.other/cleanup4.C: New test.
20697
20698 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
20699
20700         * format-sec-1.c: New test.
20701
20702 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
20703
20704         * gcc.dg/format-nonlit-3.c: New test.
20705
20706 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
20707
20708         * gcc.dg/c90-printf-1.c: Add test for printf formats reading
20709         through a null pointer.
20710
20711 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
20712
20713         * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
20714         * g++.old-deja/g++.pt/partial4.C: New test.
20715
20716 2000-12-06  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
20717
20718         * gcc.c-torture/execute/ieee/hugeval.x: New.
20719
20720 2000-12-06  Neil Booth  <neilb@earthling.net>
20721
20722         * gcc.dg/cpp/backslash2.c: New tests.
20723
20724 2000-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20725
20726         * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
20727         * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
20728
20729 2000-12-05  Geoffrey Keating  <geoffk@redhat.com>
20730
20731         * gcc.c-torture/execute/20001203-2.c: New testcase.
20732
20733 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
20734
20735         * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
20736         * g++.old-deja/g++.other/virtual10.C: New test.
20737
20738 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
20739
20740         * g++.old-deja/g++.mike/pmf5.C: Remove test.
20741
20742 2000-12-05  Richard Henderson  <rth@redhat.com>
20743
20744         * gcc.c-torture/compile/20001205-1.c: New.
20745
20746 2000-12-04  Neil Booth  <neilb@earthling.net>
20747
20748         * g++.old-deja/g++.other/virtual9.C: New test.
20749         * g++.old-deja/g++.pt/crash61.C: New test.
20750         * gcc.c-torture/execute/loop-9.c: New test.
20751
20752 2000-12-04  Neil Booth  <neilb@earthling.net>
20753
20754         * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
20755         * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
20756         * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
20757         * gcc.dg/cpp/extratokens.c: ...here.
20758
20759 2000-12-04  Neil Booth  <neilb@earthling.net>
20760
20761         * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
20762         New tests.
20763
20764 2000-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20765
20766         * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
20767         * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
20768
20769 2000-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
20770
20771         * gcc.c-torture/execute/20001203-1.c: New test.
20772
20773 2000-12-03  Neil Booth  <neilb@earthling.net>
20774
20775         * gcc.dg/cpp/macro6.c: New test cases.
20776
20777 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20778
20779         * gcc.c-torture/execute/string-opt-9.c: New test.
20780         * gcc.c-torture/execute/string-opt-10.c: Likewise.
20781         * gcc.c-torture/execute/string-opt-11.c: Likewise.
20782         * gcc.c-torture/execute/string-opt-12.c: Likewise.
20783
20784         * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
20785         * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
20786
20787 2000-12-02  Geoffrey Keating  <geoffk@redhat.com>
20788
20789         * gcc.dg/cpp/if-6.c: New testcase.
20790
20791         * gcc.dg/20001201-1.c: New testcase.
20792
20793 2000-12-02  Neil Booth  <neilb@earthling.net>
20794
20795         * g++.old-deja/g++.other/externC4.C,
20796         g++.old-deja/g++.other/friend10.C: New tests.
20797
20798 2000-12-02  Neil Booth  <neilb@earthling.net>
20799
20800         * g++.old-deja/g++.other/instan2.C
20801         * g++.old-deja/g++.other/instan3.C: New test.
20802
20803 2000-12-02  Neil Booth  <neilb@earthling.net>
20804
20805         * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
20806         c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
20807         gnuc99.c,gnuc99-pedantic.c: New tests.
20808
20809 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
20810
20811         * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
20812         gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
20813
20814 2000-12-01  Neil Booth  <neilb@earthling.net>
20815
20816         * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
20817         * gcc.dg/cpp/poison.c: Update.
20818         * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
20819
20820 2000-12-01  Toon Moene  <toon@moene.indiv.nluug.nl>
20821
20822         * g77.f-torture/execute/20001201.f: New test.
20823
20824 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
20825
20826         * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
20827
20828 2000-12-01  Jakub Jelinek  <jakub@redhat.com>
20829
20830         * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
20831
20832 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
20833
20834         * g++.old-deja/g++.other/cast6.C: New test.
20835
20836 2000-11-30  Geoffrey Keating  <geoffk@redhat.com>
20837
20838         * gcc.c-torture/execute/20001130-2.c: New testcase.
20839
20840 2000-11-30  Richard Henderson  <rth@redhat.com>
20841
20842         * gcc.c-torture/execute/20001130-1.c: New test.
20843
20844 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
20845
20846         * g++.old-deja/g++.other/op3.C: New test.
20847
20848 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
20849
20850         * g++.old-deja/g++.other/op2.C: New test.
20851
20852 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
20853
20854         * g++.old-deja/g++.other/crash38.C: New test.
20855
20856 2000-11-29  Toon Moene  <toon@moene.indiv.nluug.nl>
20857
20858         * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
20859
20860 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
20861
20862         * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
20863         tests.
20864         * gcc.c-torture/execute/string-opt-6.c: New test.
20865
20866         * gcc.dg/20001117-1.c: Add main.
20867
20868 2000-11-28  Geoffrey Keating  <geoffk@redhat.com>
20869
20870         * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
20871         Move from here ...
20872         * gcc.dg/940510-1.c: ... to here.
20873
20874         * gcc.dg/20000926-1.c: GNU C now allows initializations of
20875         zero-size arrays in toplevel structures.
20876
20877 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
20878
20879         * gcc.c-torture/execute/loop-8.c: New test.
20880
20881 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
20882
20883         * g++.old-deja/g++.other/base1.C: New test.
20884
20885 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
20886
20887         * g++.old-deja/g++.other/parse2.C: New test.
20888
20889 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
20890
20891         * g++.old-deja/g++.pt/incomplete1.C: New test.
20892
20893 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
20894
20895         * g++.old-deja/g++.other/friend9.C: New test.
20896
20897 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
20898
20899         * gcc.dg/20001127-1.c: New test.
20900
20901 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
20902
20903         * g++.old-deja/g++.pt/friend46.C: New test.
20904
20905 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
20906
20907         * g++.old-deja/g++.other/ptrmem8.C: New test.
20908
20909 2000-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20910
20911         * gcc.c-torture/execute/string-opt-7.c: New test.
20912         * gcc.c-torture/execute/string-opt-8.c: Likewise.
20913
20914 2000-11-26  Gabriel Dos Reis  <gdr@codesourcery.com>
20915
20916         * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
20917         instead of 'mkcheck 2'.
20918
20919 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
20920
20921         * gcc.c-torture/execute/memcheck/driver.c,
20922         gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
20923         C9X references to refer to C99.
20924
20925 2000-11-25  Jakub Jelinek  <jakub@redhat.com>
20926
20927         * gcc.dg/ultrasp3.c: New test.
20928
20929 2000-11-25  Neil Booth  <neilb@earthling.net>
20930
20931         * gcc.dg/cpp/include2.c: Update test to be locale independent.
20932
20933 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>
20934
20935         * gcc.c-torture/compile/20001123-2.c: New.
20936
20937 2000-11-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
20938
20939         * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
20940
20941 2000-11-24  Bernd Schmidt  <bernds@redhat.co.uk>
20942
20943         * gcc.dg/sequence-point-1.c: Add some new tests.
20944         * gcc.c-torture/execute/20001124-1.c: New test.
20945
20946 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
20947
20948         * g++.old-deja/g++.other/vaarg4.C: New test.
20949         * gcc.c-torture/compile/20001123-1.c: New test.
20950
20951 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
20952
20953         * g++.other/crash24.C: Adjust and remove XFAIL.
20954         * g++.other/crash37.C: New test.
20955
20956 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
20957
20958         * g++.old-deja/g++.pt/instantiate9.C: New test.
20959
20960 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
20961
20962         * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
20963         new ABI, too.
20964
20965         * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
20966         * g++.old-deja/g++.robertl/eb55.C: Likewise.
20967
20968 2000-11-22  Neil Booth  <neilb@earthling.net>
20969
20970         * gcc.dg/cpp/Wtrigraphs.c: New test.
20971
20972 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
20973
20974         * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
20975
20976 2000-11-22  Jakub Jelinek  <jakub@redhat.com>
20977
20978         * gcc.c-torture/execute/ieee/20001122-1.c: New test.
20979
20980 2000-11-22  Hans-Peter Nilsson  <hp@bitrange.com>
20981
20982         * lib/gcc-dg.exp: load_lib scanasm.exp.
20983         (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
20984         * lib/g++-dg.exp: load_lib scanasm.exp.
20985         * lib/scanasm.exp: New.
20986         (scan-assembler, scan-assembler-not): Add optional arguments to
20987         test name, or if not present, the pattern name.
20988         (scan-assembler-dem, scan-assembler-dem-not): New.
20989
20990         * g++.dg/dg.exp: New.
20991
20992 2000-11-21  Neil Booth  <neilb@earthling.net>
20993
20994         * gcc.dg/cpp/integrated1.c: Remove.
20995
20996 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
20997
20998         * gcc.c-torture/execute/20001121-1.c: New test.
20999
21000 2000-11-21  Richard Henderson  <rth@redhat.com>
21001
21002         * gcc.c-torture/compile/20001121-1.c: New test.
21003
21004 2000-11-20  Neil Booth  <neilb@earthling.net>
21005
21006         * gcc.dg/cpp/integrated1.c: New test.
21007
21008 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
21009
21010         * g++.old-deja/g++.other/inline17.C: New test.
21011
21012 2000-11-20  Donald Lindsay  <dlindsay@redhat.com>
21013
21014         * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
21015         local variable to be zero: I made the variable global. Now
21016         uses abort() and exit() instead of relying on main's return value.
21017
21018 2000-11-20  Neil Booth  <neilb@earthling.net>
21019
21020         * gcc.dg/cpp/paste2.c: Update test.
21021         * objc/execute/paste.m: New test.
21022
21023 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
21024
21025         * gcc.dg/c99-condexpr-1.c: New test.
21026
21027 2000-11-20  Neil Booth  <neilb@earthling.net>
21028
21029         * gcc.dg/cpp/macsyntx.c: Use correct command line option.
21030
21031 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
21032
21033         * g++.old-deja/g++.pt/export1.C: New test.
21034
21035 2000-11-20  Jakub Jelinek  <jakub@redhat.com>
21036
21037         * gcc.dg/20001117-1.c: New test.
21038
21039 2000-11-18  Richard Henderson  <rth@redhat.com>
21040
21041         * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
21042
21043 2000-11-18  Richard Henderson  <rth@redhat.com>
21044
21045         * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
21046         * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
21047         * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
21048
21049 2000-11-18  Richard Henderson  <rth@redhat.com>
21050
21051         * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
21052         (main): New.  Exit cleanly.
21053
21054 2000-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
21055
21056         * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
21057         gcc.dg/c99-fordecl-2.c: New tests.
21058
21059 2000-11-18  Richard Henderson  <rth@redhat.com>
21060
21061         * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
21062         * gcc.c-torture/execute/zerolen-2.c: New.
21063
21064 2000-11-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
21065
21066         * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
21067         memory.
21068
21069 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
21070
21071         * g++.old-deja/g++.pt/instantiate8.C: New test.
21072
21073 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
21074
21075         * g++.old-deja/g++.other/incomplete.C: Add more tests.
21076         * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
21077
21078 2000-11-16  Nick Clifton  <nickc@redhat.com>
21079
21080         * gcc.c-torture/execute/nestfunc-2.c: New test.
21081         * gcc.c-torture/execute/nestfunc-3.c: New test.
21082
21083 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
21084
21085         * gcc.c-torture/compile/20001116-1.c: New test.
21086
21087 2000-11-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
21088
21089         * gcc.c-torture/execute/20001115-1.c: New test.
21090
21091 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
21092
21093         * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
21094         * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
21095         * g++.old-deja/g++.abi/ptrflags.C: Likewise.
21096         * g++.old-deja/g++.abi/vmihint.C: Likewise.
21097
21098 2000-11-15  Neil Booth  <neilb@earthling.net>
21099
21100         gcc.dg/cpp/_Pragma1.c: Update.
21101         gcc.dg/cpp/_Pragma2.c: New test.
21102
21103 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
21104
21105         * g++.old-deja/g++.other/anon5.C: New test.
21106
21107 2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
21108
21109         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
21110         tests.
21111
21112 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
21113
21114         * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
21115         output.
21116
21117 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
21118
21119         * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
21120         labels at end of compound statements.
21121
21122 2000-11-13  Jakub Jelinek  <jakub@redhat.com>
21123
21124         * gcc.c-torture/execute/loop-7.c: New test.
21125
21126 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
21127
21128         * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
21129
21130 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
21131
21132         * gcc.dg/c99-bool-1.c: New test.
21133
21134 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
21135
21136         * gcc.dg/c99-scope-1.c: Remove xfail.
21137         * gcc.dg/c99-scope-2.c: New test.
21138
21139 2000-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21140
21141         * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
21142         * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
21143
21144 2000-11-11  Mark Mitchell  <mark@codesourcery.com>
21145
21146         * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
21147         error messages.
21148
21149         * g++.mike/p700.C: Don't typedef wchar_t.
21150         * g++.mike/p784.C: Likewise.
21151         * g++.mike/eb101.C: Don't use __wchar_t.
21152
21153 2000-11-11  Toon Moene  <toon@moene.indiv.nluug.nl>
21154
21155         * g77.f-torture/execute/20001111.[fx]: Test premature exit
21156         from DO loop.
21157
21158 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
21159
21160         * gcc.c-torture/execute/20001111-1.c: New test.
21161
21162 2000-11-10  Nick Clifton  <nickc@redhat.com>
21163
21164         * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
21165         long multuiple and accumulate.
21166
21167 2000-11-09  Richard Henderson  <rth@redhat.com>
21168
21169         * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
21170         via size_t instead of int.
21171
21172         * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
21173         * gcc.c-torture/execute/string-opt-2.c: Likewise.
21174         * gcc.c-torture/execute/string-opt-3.c: Likewise.
21175         * gcc.c-torture/execute/string-opt-4.c: Likewise.
21176
21177 2000-11-09  Geoffrey Keating  <geoffk@redhat.com>
21178
21179         * gcc.c-torture/compile/20001109-1.c: New test.
21180         * gcc.c-torture/compile/20001109-2.c: New test.
21181
21182 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
21183
21184         * g++.old-deja/g++.pt/operator1.C: New test.
21185         * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
21186
21187 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
21188
21189         * gcc.dg/20001108-1.c: New test.
21190
21191 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
21192
21193         * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
21194         with both arguments constant strings.
21195         * gcc.c-torture/execute/string-opt-3.c: New test.
21196         * gcc.c-torture/execute/string-opt-4.c: New test.
21197         * gcc.c-torture/execute/string-opt-5.c: New test.
21198
21199 2000-11-08  Nick Clifton  <nickc@redhat.com>
21200
21201         * gcc.c-torture/execute/20001108-1.c: New test case.  Checks
21202         mulsidi3adddi patterns.
21203
21204 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
21205
21206         * g++.old-deja/g++.other/crash36.C: New test.
21207
21208 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
21209
21210         * g++.old-deja/g++.other/init16.C: New test.
21211
21212 2000-11-06  Loren J. Rittle  <ljrittle@acm.org>
21213
21214         * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
21215
21216 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
21217
21218         * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
21219         * gcc.c-torture/execute/va-arg-16.x: Likewise.
21220         * gcc.c-torture/execute/va-arg-17.x: Likewise.
21221
21222 2000-11-07  DJ Delorie  <dj@redhat.com>
21223
21224         * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
21225
21226 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21227
21228         * gcc.c-torture/execute/string-opt-1.c: New test.
21229
21230 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
21231
21232         * gcc.c-torture/execute/va-arg-15.x: New file.  Fails on
21233         mips-sgi-irix6.* because the MIPS ABI passes floating-point
21234         parameters in registers, and there is no way for a varargs
21235         function to know in which order the integer and floating-point
21236         parameters should be interleaved when they are placed on the
21237         stack.
21238         * gcc.c-torture/execute/va-arg-16.x: Likewise.
21239         * gcc.c-torture/execute/va-arg-17.x: Likewise.
21240
21241 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21242
21243         * gcc.c-torture/execute/string-opt-2.c: New test.
21244
21245 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
21246
21247         * g++.old-deja/g++.pt/crash60.C: New test.
21248
21249 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
21250
21251         * g++.old-deja/g++.other/crash24.C: New test.
21252         * g++.old-deja/g++.other/crash25.C: New test.
21253         * g++.old-deja/g++.other/crash26.C: New test.
21254         * g++.old-deja/g++.other/crash27.C: New test.
21255         * g++.old-deja/g++.other/crash28.C: New test.
21256         * g++.old-deja/g++.other/crash29.C: New test.
21257         * g++.old-deja/g++.other/crash30.C: New test.
21258         * g++.old-deja/g++.other/crash31.C: New test.
21259         * g++.old-deja/g++.other/crash32.C: New test.
21260         * g++.old-deja/g++.other/crash33.C: New test.
21261         * g++.old-deja/g++.other/crash34.C: New test.
21262         * g++.old-deja/g++.other/crash35.C: New test.
21263
21264 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
21265
21266         * gcc.c-torture/execute/20001031-1.c: New test.
21267
21268 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
21269
21270         * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
21271         namespace.
21272
21273         * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
21274         standards-conformant.
21275
21276         * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
21277
21278         * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
21279         * g++.old-deja/g++.mike/p755a.C: Likewise.
21280         * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
21281         library makes no calls to `operator new' during initialization.
21282
21283 2000-11-04  Neil Booth  <neilb@earthling.net>
21284
21285         * gcc.dg/cpp/include2.c: New tests.
21286
21287 2000-11-03  Mark P Mitchell  <mark@codesourcery.com>
21288
21289         * lib/g++.exp (g++_set_ld_library_path): New function.
21290         Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
21291
21292 2000-11-03  Bernd Schmidt  <bernds@redhat.co.uk>
21293
21294         * gcc.dg/sequence-pt-1.c: A few new tests.  Unify output for bogus
21295         warnings.
21296
21297 2000-11-01  Richard Henderson  <rth@redhat.com>
21298
21299         * g++.old-deja/g++.ext/namedret1.C: New.
21300         * g++.old-deja/g++.ext/namedret2.C: New.
21301         * g++.old-deja/g++.ext/namedret3.C: New.
21302
21303 2000-10-31  Geoffrey Keating  <geoffk@cygnus.com>
21304
21305         * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
21306         * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
21307
21308 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21309
21310         * gcc.c-torture/execute/va-arg-21.c: New test.
21311
21312 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
21313
21314         * gcc.dg/c99-complex-2.c: New test.
21315
21316 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21317
21318         * gcc.c-torture/execute/stdio-opt-1.c: New test.
21319
21320 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
21321
21322         * g++.old-deja/g++.other/inline16.C: New test.
21323
21324 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
21325
21326         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
21327         __PRETTY_FUNCTION__
21328
21329 2000-10-29  Neil Booth  <neilb@earthling.net>
21330
21331         * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
21332         New tests.
21333         * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
21334         * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
21335         optimisation.
21336
21337 2000-10-29  Neil Booth  <neilb@earthling.net>
21338
21339         * gcc.dg/cpp/macro4.c, macro5.c: New tests.
21340         * mi1.c, mi1c.h: Add null directives to multiple-include test.
21341         * mi5.c: Test multiple includes work with -C.
21342         * trigraphs.c: Test ^= version.
21343
21344 2000-10-28  Neil Booth  <neilb@earthling.net>
21345
21346         New tests and test updates for new macro expander.
21347
21348         * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
21349         endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
21350         paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
21351         tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
21352         new diagnostic messages.
21353
21354         * gcc.dg/cpp/macro3.c: New tests.
21355
21356 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
21357
21358         * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
21359         on the same line.
21360
21361 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
21362
21363         * g++.old-deja/g++.other/eh2.C: New test.
21364
21365 2000-10-27  Bernd Schmidt  <bernds@cygnus.co.uk>
21366
21367         * gcc.c-torture/execute/20001027-1.c: New test.
21368
21369 2000-10-26  Richard Henderson  <rth@redhat.com>
21370
21371         * gcc.c-torture/execute/20001026-1.c: New.
21372
21373 2000-10-26  Mark Mitchell  <mark@codesourcery.com>
21374
21375         * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
21376         * g++.old-deja/g++.law/builtin1.C: Likewise.
21377         * g++.old-deja/g++.law/ctors10.C: Likewise.
21378         * g++.old-deja/g++.law/virtual3.C: Likewise.
21379         * g++.old-deja/g++.mike/p658.C: Likewise.
21380         * g++.old-deja/g++.other/sibcall1.C: Likewise.
21381         * g++.old-deja/g++.other/vaarg2.C: Likewise.
21382         * g++.old-deja/g++.robertl/eb124.C: Likewise.
21383         * g++.old-deja/g++.robertl/eb44.C: Likewise.
21384         * g++.old-deja/g++.robertl/eb77.C: Likewise.
21385
21386 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
21387
21388         * gcc.c-torture/compile/20001024-1.c: New test.
21389
21390 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
21391
21392         * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
21393         to tell us whether or not we are using V3.
21394
21395 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
21396
21397         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
21398         operands.
21399
21400 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
21401
21402         * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
21403
21404 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
21405
21406         * gcc.c-torture/execute/20001024-1.c: New test.
21407
21408 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
21409
21410         * g++.old-deja/g++.other/sibcall1.C: New test.
21411
21412 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
21413
21414         * gcc.dg/noncompile/init-3.c: New test.
21415
21416 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
21417
21418         * gcc.dg/format-array-1.c: New test.
21419
21420 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
21421
21422         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
21423         writing through null pointers; remove comment about testing
21424         unterminated strings.
21425
21426 2000-10-17  Matthew Hiller  <hiller@redhat.com>
21427
21428         * gcc.c-torture/execute/20001017-2.c: New test.
21429
21430 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
21431
21432         * gcc.c-torture/compile/20001018-1.c: New test.
21433         * gcc.c-torture/compile/20001018-1.x: Xfail.
21434
21435 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
21436
21437         * gcc.c-torture/execute/20001017-1.c: New test.
21438
21439 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
21440
21441         * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
21442         for multiple use of arguments with scanf formats; add tests for
21443         multiple use of arguments.
21444
21445 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
21446
21447         * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
21448
21449 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
21450
21451         * gcc.dg/format-miss-1.c: New test.
21452
21453 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
21454
21455         * gcc.c-torture/execute/20001013-1.c: New test.
21456
21457 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
21458
21459         * gcc.dg/format-branch-1.c: New test.
21460
21461 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
21462
21463         * README, lib/file-format.exp: Remove EGCS references.
21464
21465 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
21466
21467         * gcc.dg/20001013-1.c: New test.
21468
21469 2000-10-15  Joseph S. Myers  <jsm28@cam.ac.uk>
21470
21471         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
21472         for intmax_t in the compiler using __typeof__ and the type rules
21473         for conditional expressions.
21474
21475 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
21476
21477         * gcc.dg/20001012-1.c: New test.
21478         * gcc.dg/20001012-2.c: New test.
21479
21480 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
21481
21482         * gcc.dg/format-attr-1.c: New test.
21483
21484 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
21485
21486         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
21487         __LONG_LONG_MAX__ instead of LLONG_MAX.
21488
21489 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
21490
21491         * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
21492         scanf flags.
21493         * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
21494         flags.
21495
21496 2000-10-11  Joseph S. Myers  <jsm28@cam.ac.uk>
21497
21498         * gcc.dg/sequence-pt-1.c: New test.
21499
21500 2000-10-11  Geoff Keating  <geoffk@cygnus.com>
21501
21502         * gcc.c-torture/execute/20001011-1.c: New testcase.
21503         Testcase provided by Zack Weinberg <zackw@stanford.edu>.
21504
21505 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
21506
21507         * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
21508         does not error on it.
21509
21510 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
21511
21512         * gcc.dg/20001009-1.c: New test.
21513
21514 Mon Oct  9 23:32:06 MET DST 2000  Jan Hubicka  <jh@suse.cz>
21515
21516         * gcc.c-torture/compile/20001009-1.c: Move from here ....
21517         * gcc.c-torture/execute/20001009-2.c: ... to here.
21518
21519 2000-10-09  Geoff Keating  <geoffk@cygnus.com>
21520
21521         * gcc.c-torture/compile/20001009-1.c: New testcase.
21522         * gcc.c-torture/execute/20001009-1.c: New testcase.
21523         Testcases provided by Jan Hubicka <jh@suse.cz>.
21524
21525 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
21526
21527         * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
21528         gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
21529         uintmax_t using <limits.h> to emulate the compiler's internal
21530         logic.  No longer XFAIL %j tests.
21531
21532 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
21533
21534         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
21535         gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
21536         gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
21537         regexps and details of expected handling of some bad formats.
21538         * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
21539         suppression.
21540
21541 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
21542
21543         * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
21544         g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
21545         g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
21546         gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
21547         in list archives.
21548
21549 2000-10-06  Richard Henderson  <rth@cygnus.com>
21550
21551         * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
21552         * g++.old-deja/g++.brendan/crash52.C: Likewise.
21553         * g++.old-deja/g++.jason/report.C: Likewise.
21554         * g++.old-deja/g++.law/friend5.C: Likewise.
21555         * g++.old-deja/g++.mike/p646.C: Likewise.  Adjust the spelling
21556         of the expected warnings.
21557
21558 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
21559
21560         * g++.old-deja/g++.pt/enum14.C: New test.
21561
21562 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
21563
21564         * g++.old-deja/g++.pt/crash59.C: New test.
21565
21566 2000-10-04  Will Cohen  <wcohen@redhat.com>
21567
21568         * gcc.dg/20000926-1.c: New test.
21569
21570 2000-10-03  Geoff Keating  <geoffk@cygnus.com>
21571
21572         * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
21573         function name for current C++ compiler.
21574         Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
21575
21576 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
21577
21578         * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
21579         __PRETTY_FUNCTION__.
21580         * g++.old-deja/g++.ext/pretty2.C: Likewise.
21581
21582 2000-09-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21583
21584         * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
21585
21586 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
21587
21588         * gcc.c-torture/compile/20000923-1.c: New test.
21589
21590 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
21591
21592         * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
21593         * g++.old-deja/g++.pt/ttp62.C: Same.
21594         * g++.old-deja/g++.other/inline14.C: Same.
21595
21596 2000-09-24  Richard Henderson  <rth@cygnus.com>
21597
21598         * gcc.c-torture/execute/20000914-1.c: Declare malloc.
21599
21600 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
21601
21602         * gcc.dg/c90-printf-1.c: Add test for wide string format.
21603
21604 2000-09-22  Geoff Keating  <geoffk@cygnus.com>
21605
21606         * gcc.c-torture/compile/20000922-1.c: New file.
21607
21608 2000-09-21  Nick Clifton  <nickc@redhat.com>
21609
21610         * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
21611         a signed long modulo operation.
21612         (mod6): New function - perform an unsigned long modulo operation.
21613         (main): Add tests for modulos of very large numbers by very small
21614         dividends.
21615
21616 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21617
21618         * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
21619
21620 2000-09-19  Richard Henderson  <rth@cygnus.com>
21621
21622         * gcc.dg/compare2.c (case 10): XFAIL.
21623
21624 2000-09-18  Richard Henderson  <rth@cygnus.com>
21625
21626         * gcc.c-torture/execute/20000906-1.c: Move ...
21627         * gcc.dg/20000906-1.c: ... here.  Only run on targets
21628         that support __builtin_trap.
21629
21630 Mon 18-Sep-2000 19:23:11 BST  Neil Booth  <NeilB@earthling.net>
21631
21632         * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
21633
21634 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
21635
21636         * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
21637         * gcc.dg/format-xopen-1.c: Fix error in one $ format test.  Add
21638         more $ format tests.
21639
21640 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
21641
21642         * gcc.dg/format-errmk-1.c: New test.
21643
21644 2000-09-17  Greg McGary  <greg@mcgary.org>
21645
21646         * gcc.c-torture/execute/20000917-1.x: Remove.
21647
21648 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
21649
21650         * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
21651
21652 2000-09-17  Greg McGary  <greg@mcgary.org>
21653
21654         * gcc.c-torture/execute/20000917-1.c: New test.
21655         * gcc.c-torture/execute/20000917-1.x: XFAIL.
21656
21657 2000-09-16  Neil Booth  <NeilB@earthling.net>
21658
21659         * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
21660         in nested macro bug.
21661
21662 2000-09-15  Neil Booth  <NeilB@earthling.net>
21663
21664         * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
21665
21666 2000-09-14  Jeffrey A Law  (law@cygnus.com)
21667
21668         * gcc.c-torture/execute/20000914-1.c: New test.
21669
21670 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
21671
21672         * g++.other/inline13.C: New test.
21673
21674 2000-09-12  Andreas Jaeger  <aj@suse.de>
21675
21676         * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
21677         constant by Ulrich Drepper <drepper@redhat.com>.
21678
21679 2000-09-12  J"orn Rennecke <amylaar@redhat.co.uk>
21680
21681         * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
21682
21683 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21684
21685         * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
21686
21687 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
21688
21689         * gcc.dg/cpp/backslash.c: New test.
21690
21691 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
21692
21693         * gcc.c-torture/execute/20000910-1.c: New test.
21694         * gcc.c-torture/execute/20000910-2.c: Likewise.
21695
21696 2000-09-11  Robert Lipe  <robertl@sco.com>
21697
21698         * gcc.dg/pragma-align.c: New test.
21699
21700 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
21701
21702         * g++.old-deja/g++.pt/explicit82.C: New test.
21703         * g++.old-deja/g++.pt/explicit83.C: New test.
21704
21705 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
21706
21707         * gcc.dg/asm-names.c: New test.
21708
21709 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21710
21711         * gcc.dg/cpp/tr-warn6.c: New test
21712
21713 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
21714
21715         * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
21716         be accepted.
21717
21718 2000-09-07  Catherine Moore  <clm@redhat.com>
21719
21720         * gcc.c-torture/execute/unroll-1.c: New test.
21721
21722 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
21723
21724         * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
21725         ERROR markers.
21726         * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
21727         * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
21728         * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
21729         * gcc.dg/wtr-suffix-1.c: Correct error regexps.
21730         * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
21731         Preprocess only.
21732         * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
21733         * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
21734
21735 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
21736
21737         * g++.old-deja/g++.pt/deduct2.C: New test.
21738
21739 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
21740
21741         * g++.old-deja/g++.pt/parms2.C: New test.
21742
21743 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
21744
21745         * g++.old-deja/g++.pt/crash58.C: New test.
21746
21747 2000-09-06  Greg McGary  <greg@mcgary.org>
21748
21749         * gcc.c-torture/execute/20000906-1.c: New test.
21750         * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
21751
21752 2000-09-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21753
21754         * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
21755
21756 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
21757
21758         * g++.old-deja/g++.pt/crash57.C: New test.
21759
21760 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
21761
21762         * g++.old-deja/g++.pt/crash56.C: New test.
21763
21764 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
21765
21766         * g++.old-deja/g++.pt/koenig1.C: New test.
21767
21768 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
21769
21770         * gcc.dg/20000904-1.c: New test.
21771
21772 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
21773
21774         * gcc.dg/cpp/paste8.c: New test.
21775
21776 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
21777
21778         * gcc.c-torture/compile/20000827-1.c: New test.
21779
21780 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
21781
21782         * gcc.dg/format-diag-1.c: New test.
21783
21784 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
21785
21786         * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
21787         gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
21788         gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
21789         gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
21790         gcc.dg/formatz-1.c: Adjust warning regular expressions.
21791
21792 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
21793
21794         * g++.old-deja/g++.other/nested4.C: New test.
21795
21796 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
21797
21798         * g++.old-deja/g++.ns/scoped1.C: New test.
21799
21800 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
21801
21802         * lib/g++.exp: Support testing already-installed GCC.
21803
21804 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21805
21806         * wtr-label-1.c, wtr-suffix-1.c: New tests.
21807
21808 2000-08-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21809
21810         * gcc.dg/return-type-2.c: New test.
21811
21812 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
21813
21814         * gcc.c-torture/compile/20000825-1.c: New test.
21815
21816 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
21817
21818         * gcc.dg/dwarf2-2.c: New test.
21819
21820 2000-08-26  Zack Weinberg  <zack@wolery.cumb.org>
21821
21822         * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
21823         dg-warning regexps.
21824
21825 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
21826
21827         * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
21828         gcc.dg/format-ext-5.c: New tests.
21829
21830 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
21831
21832         * testsuite/g++.old-deja/g++.other/crash22.C: New test.
21833
21834 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
21835
21836         * gcc.dg/noncompile/930622-2.c: Adjust error message.
21837
21838 2000-08-24  Richard Henderson  <rth@cygnus.com>
21839
21840         * gcc.dg/ia64-sync-1.c: New test.
21841         * gcc.dg/ia64-sync-2.c: New test.
21842         * gcc.dg/ia64-asm-1.c: New test.
21843
21844 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
21845
21846         * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
21847         * gcc.dg/format-ext-2.c: New test.
21848
21849 2000-08-23  Jason Merrill  <jason@redhat.com>
21850
21851         * lib/old-dejagnu.exp: Also ignore "In member function" and
21852         "At global scope".
21853
21854 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21855
21856         * gcc.dg/noncompile/label-lineno-1.c: New test.
21857
21858 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
21859
21860         * gcc.dg/c99-array-nonobj-1.c: New test.
21861
21862 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
21863
21864         * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
21865         tests.
21866         * gcc.dg/format-ext-1.c: New test.
21867
21868 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21869
21870         * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
21871         gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
21872         gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
21873         gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
21874         gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
21875
21876 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
21877
21878         * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
21879         gcc.dg/c99-strftime-2.c: New tests.
21880
21881 2000-08-22  Richard Henderson  <rth@cygnus.com>
21882
21883         * gcc.c-torture/execute/20000822-1.c: New test.
21884
21885 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
21886
21887         * gcc.c-torture/execute/20000819-1.x: Remove.
21888
21889 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
21890
21891         * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
21892         gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
21893         gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
21894         gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
21895         gcc.dg/format-xopen-1.c: New tests.
21896
21897 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
21898
21899         * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
21900
21901 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
21902
21903         * g++.old-deja/g++.other/loop2.C: New test.
21904
21905         * gcc.c-torture/compile/20000606-1.c: New test.
21906         * gcc.c-torture/compile/20000728-1.c: New test.
21907         * gcc.c-torture/execute/20000801-1.c: New test.
21908         * gcc.c-torture/execute/20000801-2.c: New test.
21909         * gcc.c-torture/execute/20000819-1.c: New test.
21910         * gcc.c-torture/execute/20000819-1.x: XFAIL.
21911         * gcc.dg/20000629-1.c: New test.
21912         * gcc.dg/20000724-1.c: New test.
21913         * gcc.dg/20000807-1.c: New test.
21914
21915 2000-08-20 Dennis Chernoivanov <cdi@sparc.spb.su>
21916
21917         * gcc.dg/cpp/pragma-1.c: New test.
21918         * gcc.dg/cpp/pragma-2.c: New test.
21919
21920 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
21921
21922         * gcc.dg/cpp/lexstrng.c: Don't include string.h.
21923         * gcc.dg/cpp/paste2.c: Don't include string.h.  Prototype strcmp.
21924
21925 2000-08-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
21926
21927         * gcc.c-torture/compile/20000818-1.c: New test.
21928
21929 2000-08-18  Manfred Hollstein  <manfredh@redhat.com>
21930
21931         * gcc.c-torture/execute/20000818-1.c: New test.
21932
21933 2000-08-18  Joseph S. Myers  <jsm28@cam.ac.uk>
21934
21935         * gcc.dg/format-va-1.c: New test.
21936
21937 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
21938
21939         * g++.old-deja/g++.other/typedef8.C: New test.
21940
21941 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
21942
21943         * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
21944         * g++.old-deja/g++.mike/net36.C: Mark candidate.
21945         * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
21946         * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
21947         * g++.old-deja/g++.other/ptrmem7.C: New test.
21948         * g++.old-deja/g++.pt/ptrmem10.C: New test.
21949
21950 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
21951
21952         * g++.old-deja/g++.pt/typename27.C: New test.
21953
21954 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
21955
21956         * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
21957         * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
21958         * g++.old-deja/g++.pt/friend45.C: New test.
21959         * g++.old-deja/g++.other/friend8.C: New test.
21960
21961 2000-08-15  Richard Henderson  <rth@cygnus.com>
21962
21963         * gcc.c-torture/execute/20000815-1.c: New test.
21964
21965 2000-08-15  Joseph S. Myers  <jsm28@cam.ac.uk>
21966
21967         * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
21968         gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
21969         gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
21970
21971 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
21972
21973         * g++.old-deja/g++.other/refinit2.C: New test.
21974
21975 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
21976
21977         * lib/c-torture.exp (c-torture): Make
21978         compiler_conditional_xfail_data global.
21979         * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
21980         compiler_conditional_xfail_data machinery.
21981         (f-torture-execute): Likewise.
21982         * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
21983         and only when unrolling loops.
21984
21985         * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
21986
21987 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
21988
21989         * g++.old-deja/g++.pt/explicit81.C: New test.
21990
21991 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
21992
21993         * g++.old-deja/g++.pt/typename26.C: New test.
21994
21995 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
21996
21997         * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
21998         warning.
21999
22000 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
22001
22002         * g++.old-deja/g++.other/array3.C: New test.
22003
22004 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
22005
22006         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
22007         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
22008         gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
22009         New tests.
22010
22011 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
22012
22013         * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
22014         * g++.old-deja/g++.abi/vmihint.C: Likewise.
22015
22016 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
22017
22018         * gcc.c-torture/execute/20000808-1.c: New test.
22019
22020 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
22021
22022         * gcc.dg/c90-const-expr-1.c: New test.
22023
22024 2000-08-08  Richard Henderson  <rth@cygnus.com>
22025
22026         * gcc.dg/noncompile/920923-1.c: Declare calloc.
22027
22028 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
22029
22030         * gcc.dg/noncompile/const-ll-1.c: New test.
22031
22032 2000-08-07  Joseph S. Myers  <jsm28@cam.ac.uk>
22033
22034         * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
22035
22036 2000-08-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
22037
22038         * lib/objc.exp (objc_target_compile): Set the ld_library_path so
22039         that running programs linked against the shared version of libobjc
22040         run correctly.
22041
22042 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
22043
22044         * gcc.dg/c99-printf-1.c: New test.
22045
22046 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
22047
22048         * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
22049
22050 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
22051
22052         * gcc.c-torture/execute/20000731-1.x: Delete.
22053
22054 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
22055
22056         * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
22057         and torture_without_loops as is done by c-torture.exp.
22058         (search_for): Copy from c-torture.exp.
22059         (gcc-dg-runtest): New function, drives a directory of tests
22060         iterating over the TORTURE_OPTIONS.
22061         (scan-assembler, scan-assembler-not): Move here from
22062         individual directory drivers.
22063
22064         * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
22065         defined by lib/gcc-dg.exp.
22066         * gcc.dg/cpp/cpp.exp: Likewise.
22067         * gcc.dg/noncompile/noncompile.exp: Likewise.  Use
22068         gcc-dg-runtest, so we cycle over optimization options.
22069
22070         * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
22071         * gcc.dg/compare2.c: No longer expected to fail.
22072
22073 2000-08-04  J"orn Rennecke <amylaar@cygnus.co.uk>
22074
22075         * gcc.c-torture/execute/20000804-1.c: New test.
22076
22077 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
22078
22079         * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
22080
22081 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
22082
22083         * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
22084
22085 2000-08-03  Jeffrey A Law  (law@cygnus.com)
22086
22087         * gcc.c-torture/compile/20000803-1.c: New test.
22088
22089 2000-08-03  Joseph S. Myers  <jsm28@cam.ac.uk>
22090
22091         * gcc.c-torture/execute/20000801-3.c,
22092         gcc.c-torture/execute/20000801-4.c: New tests.
22093         * gcc.c-torture/execute/20000801-3.x,
22094         gcc.c-torture/execute/20000801-4.x: Xfail.
22095
22096 2000-08-02  Geoff Keating  <geoffk@cygnus.com>
22097
22098         * lib/objc.exp (objc_target_compile): Look for libobjc.a in
22099         libobjc/.libs to allow for libtool.
22100
22101 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
22102
22103         * gcc.c-torture/compile/20000802-1.c: New test.
22104
22105 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
22106
22107         * gcc.dg/cpp/macsyntx.c: Fix error regexp.
22108
22109 2000-07-31  Jeffrey A Law  (law@cygnus.com)
22110
22111         * gcc-c-torture/execute/20000731-2.c: New test.
22112
22113         * gcc.c-torture/execute/20000731-1.c: New test.
22114         * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
22115
22116 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
22117
22118         * testsuite/gcc.dg/cpp/paste7.c: New test.
22119         * gcc.dg/cpp/20000725-1.c: New test.
22120
22121 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
22122
22123         * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
22124         * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
22125         declaration warning for __builtin_dwarf_reg_size.
22126
22127         * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
22128
22129 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
22130
22131         * gcc.dg/noncompile/voidparam-1.c: New test.
22132
22133 2000-07-30  Richard Henderson  <rth@cygnus.com>
22134
22135         * gcc.dg/c90-digraph-1.c: Don't xfail.
22136         * gcc.dg/compare2.c (case 10): Xfail.
22137         * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
22138
22139 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
22140
22141         * gcc.dg/c99-main-1.c: New test.
22142
22143 2000-07-25  Joseph S. Myers  <jsm28@cam.ac.uk>
22144
22145         * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
22146
22147 2000-07-26  Hans-Peter Nilsson  <hp@axis.com>
22148
22149         * gcc.c-tortuer/execute/20000726-1.c: New test.
22150
22151 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
22152
22153         * gcc.c-torture/execute/enum-2.c: New test.
22154
22155 2000-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22156
22157         * gcc.dg/cpp/tr-warn3.c: New test.
22158
22159 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
22160
22161         * g++.old-deja/g++.ext/implicit1.C: Remove.
22162         * g++.old-deja/g++.jason/c2.C: Remove
22163         * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
22164         * g++.old-deja/g++.pt/crash16.C: Likewise.
22165         * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
22166
22167 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
22168
22169         * g++.old-deja/g++.other/for2.C: New test.
22170
22171 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
22172
22173         * gcc.dg/20000720-1.c: New test.
22174
22175 2000-07-25  Toon Moene  <toon@moene.indiv.nluug.nl>
22176
22177         * g77.f-torture/compile/20000630-2.x: Removed.  Case fixed.
22178
22179 2000-07-24  Geoff Keating  <geoffk@cygnus.com>
22180
22181         * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
22182         * gcc.c-torture/execute/20000722-1.c: New.
22183         * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
22184
22185 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
22186
22187         * gcc.dg/cpp/20000720-1.S: New test.
22188
22189 2000-07-21  Michael Meissner  <meissner@redhat.com>
22190
22191         * gcc.c-torture/execute/ieee/hugeval.c: New test.
22192
22193 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
22194
22195         * g++.old-deja/g++.brendan/crash16.C,
22196         g++.old-deja/g++.brendan/parse3.C,
22197         g++.old-deja/g++.brendan/redecl1.C,
22198         g++.old-deja/g++.ns/template13.C,
22199         g++.old-deja/g++.other/decl4.C,
22200         g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
22201
22202 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
22203
22204         * lib/old-dejagnu.exp: Check for both "Internal compiler error"
22205         and "Internal error".
22206
22207         * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
22208         regexps.
22209         * gcc.dg/cpp/paste6.c: New test.
22210
22211 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
22212
22213         * gcc.dg/cpp/tr-direct.c: New test.
22214
22215         * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
22216         gcc.dg/cpp/undef1.c: Tweak error regexps.
22217
22218 2000-07-18  Eric Christopher <echristo@redhat.com>
22219
22220         * gcc.c-torture/compile/20000718-1.c: New test.
22221
22222 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
22223
22224         * cpplex.c (_cpp_push_token): If the token being pushed back
22225         is the previous token in this context, just subtract one from
22226         context->posn.
22227         * cppmacro.c (save_expansion): Clear aux field when storing a
22228         placemarker.
22229
22230 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
22231
22232         * gcc.dg/noncompile/redecl-1.c: New test.
22233
22234 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
22235
22236         * gcc.c-torture/execute/20000717-5.c: New test.
22237         * gcc.c-torture/execute/20000717-1.x: Removed.
22238
22239 2000-07-17  Richard Henderson  <rth@cygnus.com>
22240
22241         * gcc.c-torture/execute/20000717-4.c: New test.
22242
22243 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
22244
22245         * gcc.dg/cpp/syshdr.c: New test.
22246         * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
22247
22248 2000-07-17  Neil Booth  <neilb@earthling.net>
22249
22250         * gcc.dg/cpp/cmdlne-dM.c: New test.
22251         * gcc.dg/cpp/cmdlne-dD.c: New test.
22252
22253 2000-07-17  Jeffrey A Law  (law@cygnus.com)
22254
22255         * gcc.c-torture/execute/20000717-3.c: New test.
22256
22257         * gcc.c-torture/compile/20000717-1.c: New test.
22258
22259 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
22260
22261         * gcc.c-torture/execute/20000717-2.c: New test.
22262
22263 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
22264
22265         * gcc.dg/formatz-1.c: New test.
22266
22267         * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
22268         * gcc.dg/c99-digraph-1.c: New tests.
22269
22270         * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
22271         * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
22272
22273         * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
22274         * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
22275         * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
22276         * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
22277         * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
22278         * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
22279         * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
22280
22281 2000-07-17   Greg McGary <greg@mcgary.org>
22282
22283         * gcc.c-torture/execute/20000717-1.c: New test.
22284         * gcc.c-torture/execute/20000717-1.x: Expected to fail.
22285
22286 2000-07-15  Jakub Jelinek  <jakub@redhat.com>
22287
22288         * gcc.c-torture/execute/20000715-2.c: New test.
22289         * gcc.dg/20000715-1.c: New test.
22290
22291 2000-07-15  Michael Meissner  <meissner@redhat.com>
22292
22293         * gcc.c-torture/execute/20000715-1.c: New test.
22294
22295 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
22296
22297         * gcc.c-torture/execute/20000707-1.c: New test.
22298
22299 2000-07-13  Neil Booth  <NeilB@earthling.net>
22300
22301         * testsuite/gcc.dg/cpp/digraph1.c,
22302         testsuite/gcc.dg/cpp/digraph2.c,
22303         testsuite/gcc.dg/cpp/digraphs.c: New tests.
22304
22305 2000-07-12  David Billinghurst  <David Billinghurst@riotinto.com.au>
22306
22307         * g77.f-torture/compile/20000630-2.f:  New test.
22308         * g77.f-torture/compile/20000630-2.x
22309
22310 2000-07-11  David Billinghurst  <David.Billinghurst@riotinto.com.au>
22311
22312         * g77.f-torture/execute/20000503-1.x: Delete.  Test now passes.
22313
22314 2000-07-11  Neil Booth  <NeilB@earthling.net>
22315
22316         * gcc.dg/cpp/cmdlne-C.c: Fix typo.
22317
22318 2000-07-11  Neil Booth  <NeilB@earthling.net>
22319
22320         * gcc.dg/cpp/cmdlne-C.c: New.
22321
22322 2000-07-09  Neil Booth  <NeilB@earthling.net>
22323
22324         * gcc.dg/cpp/directiv.c: New tests.
22325         * gcc.dg/cpp/undef1.c: Update.
22326
22327 2000-07-08  Angela Marie Thomas <angela@cygnus.com>
22328
22329         * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
22330
22331 2000-07-09  Neil Booth  <NeilB@earthling.net>
22332
22333         * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
22334
22335 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
22336
22337         * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
22338         gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
22339
22340 2000-07-08  Neil Booth  <NeilB@earthling.net>
22341
22342         * gcc.dg/cpp/macsyntx.c: New tests.
22343
22344 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
22345
22346         * gcc.dg/20000707-1.c: New test.
22347
22348 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
22349
22350         * gcc.c-torture/execute/20000706-1.c: New test.
22351         * gcc.c-torture/execute/20000706-2.c: New test.
22352         * gcc.c-torture/execute/20000706-3.c: New test.
22353         * gcc.c-torture/execute/20000706-4.c: New test.
22354         * gcc.c-torture/execute/20000706-5.c: New test.
22355
22356 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
22357
22358         * g++.old-deja/g++.pt/instantiate7.C: New test.
22359
22360 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
22361
22362         * g++.old-deja/g++.mike/thunk2.C: Add return 0.
22363         * g++.old-deja/g++.mike/thunk3.C: Likewise.
22364         * g++.old-deja/g++.other/rtti3.C: Likewise.
22365         * g++.old-deja/g++.other/rttid3.C: Likewise.
22366
22367 2000-06-30  David Billinghurst  <David Billinghurst@riotinto.com.au>
22368
22369         *  g77.f-torture/compile/20000630-1.x: Fix typo
22370
22371 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
22372
22373         * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
22374         assembly output.
22375
22376 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
22377
22378         * gcc.dg/cpp/ident.c: New test.
22379
22380 2000-07-05  Neil Booth  <NeilB@earthling.net>
22381
22382         * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
22383           gcc.dg/cpp/lexstrng.c: New tests.
22384
22385 2000-07-04  Neil Booth  <NeilB@earthling.net>
22386
22387         * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
22388         * gcc.dg/cpp/strify2.c: Same.
22389
22390 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
22391
22392         * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
22393         * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
22394         * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
22395         * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
22396
22397         * testsuite/gcc.dg/cpp/macro1.c,
22398         testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
22399         testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
22400         testsuite/gcc.dg/cpp/strify1.c,
22401         testsuite/gcc.dg/cpp/strify2.c: New tests.
22402
22403 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
22404
22405         * gcc.c-torture/execute/20000703-1.c: New test.
22406
22407 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
22408
22409         * g++.old-deja/g++.pt (lookup10.C): New test.
22410
22411 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
22412
22413         * g++.old-deja/g++.pt (typename25.C): New test.
22414
22415 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org
22416
22417         * gcc.c-torture/compile/20000701-1.c: New test.
22418
22419 2000-06-30  Nick Clifton  <nickc@cygnus.com>
22420
22421         * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
22422         to test case.
22423
22424 2000-06-30  Catherine Moore  <clm@cygnus.com>
22425
22426         * gcc.c-torture/execute/align-1.c: New test.
22427
22428 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
22429
22430         * g++.old-deja/g++.pt/expr8.C: New test.
22431         * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
22432
22433 2000-06-29  Nick Clifton  <nickc@cygnus.com>
22434
22435         * gcc.c-torture/compile/20000629-1.c: New test.
22436
22437 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
22438
22439
22440         Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
22441         gcc.dg/noncompile directory, depending on whether they're
22442         preprocessor tests or not.  Annotate all the tests for the dg
22443         framework.
22444
22445         * gcc.c-torture/noncompile/noncompile.exp: Delete.
22446         * gcc.dg/noncompile/noncompile.exp: New.
22447
22448         * Moved files:
22449         Old name                                New name
22450         gcc.c-torture/noncompile/920507-1.c     gcc.dg/noncompile/920507-1.c
22451         gcc.c-torture/noncompile/920616-2.c     gcc.dg/noncompile/920616-2.c
22452         gcc.c-torture/noncompile/920721-2.c     gcc.dg/noncompile/920721-2.c
22453         gcc.c-torture/noncompile/920824-1.c     gcc.dg/noncompile/920824-1.c
22454         gcc.c-torture/noncompile/920923-1.c     gcc.dg/noncompile/920923-1.c
22455         gcc.c-torture/noncompile/921102-1.c     gcc.dg/noncompile/921102-1.c
22456         gcc.c-torture/noncompile/921116-1.c     gcc.dg/noncompile/921116-1.c
22457         gcc.c-torture/noncompile/930301-1.c     gcc.dg/noncompile/930301-1.c
22458         gcc.c-torture/noncompile/930622-1.c     gcc.dg/noncompile/930622-1.c
22459         gcc.c-torture/noncompile/930622-2.c     gcc.dg/noncompile/930622-2.c
22460         gcc.c-torture/noncompile/930714-1.c     gcc.dg/noncompile/930714-1.c
22461         gcc.c-torture/noncompile/931203-1.c     gcc.dg/noncompile/931203-1.c
22462         gcc.c-torture/noncompile/940112-1.c     gcc.dg/noncompile/940112-1.c
22463         gcc.c-torture/noncompile/940227-1.c     gcc.dg/noncompile/940227-1.c
22464         gcc.c-torture/noncompile/940510-1.c     gcc.dg/noncompile/940510-1.c
22465         gcc.c-torture/noncompile/950825-1.c     gcc.dg/noncompile/950825-1.c
22466         gcc.c-torture/noncompile/950921-1.c     gcc.dg/noncompile/950921-1.c
22467         gcc.c-torture/noncompile/951123-1.c     gcc.dg/noncompile/951123-1.c
22468         gcc.c-torture/noncompile/971104-1.c     gcc.dg/noncompile/971104-1.c
22469         gcc.c-torture/noncompile/990416-1.c     gcc.dg/noncompile/990416-1.c
22470         gcc.c-torture/noncompile/init-1.c       gcc.dg/noncompile/init-1.c
22471         gcc.c-torture/noncompile/init-2.c       gcc.dg/noncompile/init-2.c
22472         gcc.c-torture/noncompile/invalid_asm.c  gcc.dg/noncompile/invalid_asm.c
22473         gcc.c-torture/noncompile/va-arg-1.c     gcc.dg/noncompile/va-arg-1.c
22474
22475         gcc.c-torture/noncompile/940712-1.c     gcc.dg/cpp/19940712-1.c
22476         gcc.c-torture/noncompile/940712-1.h     gcc.dg/cpp/19940712-1.h
22477         gcc.c-torture/noncompile/940712-1a.h    gcc.dg/cpp/19940712-1a.h
22478         gcc.c-torture/noncompile/940712-1b.h    gcc.dg/cpp/19940712-1b.h
22479         gcc.c-torture/noncompile/951025-1.c     gcc.dg/cpp/19951025-1.c
22480         gcc.c-torture/noncompile/951227-1.c     gcc.dg/cpp/19951227-1.c
22481
22482 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
22483
22484         * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
22485         declare one variable.  On the fourth, error.
22486         * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
22487         declared by 20000628-1a.h.
22488
22489 2000-06-29  Richard Henderson  <rth@redhat.com>
22490
22491         * gcc.c-torture/execute/930529-1.x: New file.
22492         * gcc.dg/920413-1.c: Adjust expected warning text.
22493         * gcc.dg/980217-1.c: Declare abort.
22494         * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
22495
22496 2000-06-29  Jeffrey A Law  (law@cygnus.com)
22497
22498         * g77.f-torture/compile/20000629-1.f: New test.
22499         * g77.f-torture/compile/20000629-1.x: Expected to fail.
22500
22501 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
22502
22503         Rearrange lots of files, removing entirely the
22504         gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
22505         directories.
22506
22507         * Deleted files:
22508         gcc.c-torture/code_quality/code_quality.exp
22509         gcc.c-torture/special/special.exp
22510         gcc.failure/failure.exp
22511         gcc.failure/940409-1.x
22512         gcc.c-torture/compile/961203-1.x
22513
22514         * New files:
22515         gcc.misc-tests/linkage.exp
22516         gcc.c-torture/execute/920730-1t.c
22517         gcc.c-torture/execute/920730-1t.x
22518         gcc.c-torture/compile/920520-1.x
22519         gcc.c-torture/compile/920521-1.x
22520         gcc.c-torture/compile/981006-1.x
22521         gcc.c-torture/execute/eeprof-1.x
22522
22523         * Moved files (possibly with modifications to fit a new harness):
22524         Old name                                New name
22525         gcc.c-torture/code_quality/920608-1.c   gcc.c-torture/compile/920608-1.c
22526         gcc.c-torture/special/920413-1.c        gcc.dg/920413-1.c
22527         gcc.c-torture/special/920520-1.c        gcc.c-torture/compile/920520-1.c
22528         gcc.c-torture/special/920521-1.c        gcc.c-torture/compile/920521-1.c
22529         gcc.c-torture/special/920717-x.c        gcc.misc-tests/linkage-x.c
22530         gcc.c-torture/special/920717-y.c        gcc.misc-tests/linkage-y.c
22531         gcc.c-torture/special/920730-1.c        gcc.c-torture/execute/920730-1.c
22532         gcc.c-torture/special/930510-1.c        gcc.dg/cpp/19930510-1.c
22533         gcc.c-torture/special/951130-1.c        gcc.dg/951130-1.c
22534         gcc.c-torture/special/960224-1.c        gcc.dg/cpp/19960224-1.c
22535         gcc.c-torture/special/960224-2.c        gcc.dg/cpp/19960224-2.c
22536         gcc.c-torture/special/981006-1.c        gcc.c-torture/compile/981006-1.c
22537         gcc.c-torture/special/eeprof-1.c        gcc.c-torture/execute/eeprof-1.c
22538         gcc.failure/940409-1.c                  gcc.dg/940409-1.c
22539
22540 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
22541
22542         * c-torture/compile/961203-1.x: Delete.
22543
22544         * gcc.misc-tests/acker1.c: Report failure.  Use return from main,
22545         not exit. Include stdio.h.
22546         * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
22547         * gcc.misc-tests/dg-12.c: Likewise.
22548         * gcc.misc-tests/dg-5.c: Likewise.
22549         * gcc.misc-tests/dg-6.c: Likewise.
22550         * gcc.misc-tests/dg-7.c: Prototype abort.
22551         * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
22552         * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
22553         * gcc.misc-tests/matrix1.c: Report failure.  Use return from main,
22554         not exit.
22555         * gcc.misc-tests/sieve.c: Use return from main, not exit.
22556         * gcc.misc-tests/sort2.c: Use return from main, not exit.
22557
22558 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
22559
22560         * gcc.dg/cpp/20000628-1.c: New test.
22561         * gcc.dg/cpp/20000628-1.h: New header for above test.
22562         * gcc.dg/cpp/20000628-1a.h: Likewise.
22563
22564 2000-06-27  Zack Weinberg  <zack@wolery.cumb.org>
22565
22566         * gcc.dg/cpp: New directory.
22567         * gcc.dg/cpp/cpp.exp: New driver.
22568         * gcc.dg/cpp/20000627-1.c: New test.
22569         * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
22570         * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
22571         and rewrite as a compilation test.
22572
22573         * gcc.dg: Move many files into the cpp subdirectory, possibly
22574         renaming or editing them as well.
22575         Old name                New name
22576         990119-1.c              cpp/19990119-1.c
22577         990228-1.c              cpp/19990228-1.c
22578         990407-1.c              cpp/19990407-1.c
22579         990409-1.c              cpp/19990409-1.c
22580         990413-1.c              cpp/19990413-1.c
22581         990703-1.c              cpp/19990703-1.c
22582         20000127-1.c            cpp/20000127-1.c
22583         20000129-1.c            cpp/20000129-1.c
22584         20000207-1.c            cpp/20000207-1.c
22585         20000207-2.c            cpp/20000207-2.c
22586         20000209-1.c            cpp/20000209-1.c
22587         20000209-2.c            cpp/20000209-2.c
22588         20000301-1.c            cpp/20000301-1.c
22589         20000419-1.c            cpp/20000419-1.c
22590         20000510-1.S            cpp/20000510-1.S
22591         20000519-1.c            cpp/20000519-1.c
22592         20000529-1.c            cpp/20000529-1.c
22593         20000625-1.c            cpp/20000625-1.c
22594         20000625-2.c            cpp/20000625-2.c
22595         cpp-as1.c               cpp/assert1.c
22596         cpp-as2.c               cpp/assert2.c
22597         cxx-comments-1.c        cpp/cxxcom1.c
22598         cxx-comments-2.c        cpp/cxxcom2.c
22599         endif-label.c           cpp/endif.c
22600         cpp-hash1.c             cpp/hash1.c
22601         cpp-hash2.c             cpp/hash2.c
22602         cpp-if1.c               cpp/if-1.c
22603         cpp-if2.c               cpp/if-2.c
22604         cpp-if3.c               cpp/if-3.c
22605         cpp-if4.c               cpp/if-4.c
22606         cpp-if5.c               cpp/if-5.c
22607         cpp-cond.c              cpp/if-cexp.c
22608         cpp-missingop.c         cpp/if-mop.c
22609         cpp-missingparen.c      cpp/if-mpar.c
22610         cpp-opprec.c            cpp/if-oppr.c
22611         cpp-ifparen.c           cpp/if-paren.c
22612         cpp-shortcircuit.c      cpp/if-sc.c
22613         cpp-shift.c             cpp/if-shift.c
22614         cpp-unary.c             cpp/if-unary.c
22615         cpp-li1.c               cpp/line1.c
22616         cpp-li2.c               cpp/line2.c
22617         lineno.c                cpp/line3.c
22618         lineno-2.c              cpp/line4.c
22619         cpp-mi.c                cpp/mi1.c
22620         cpp-mic.h               cpp/mi1c.h
22621         cpp-micc.h              cpp/mi1cc.h
22622         cpp-mind.h              cpp/mi1nd.h
22623         cpp-mindp.h             cpp/mi1ndp.h
22624         cpp-mix.h               cpp/mi1x.h
22625         cpp-mi2.c               cpp/mi2.c
22626         cpp-mi2a.h              cpp/mi2a.h
22627         cpp-mi2b.h              cpp/mi2b.h
22628         cpp-mi2c.h              cpp/mi2c.h
22629         cpp-mi3.c               cpp/mi3.c
22630         cpp-mi3.def             cpp/mi3.def
22631         poison-1.c              cpp/poison.c
22632         pr-impl.c               cpp/prag-imp.c
22633         cpp-redef-2.c           cpp/redef1.c
22634         cpp-redef.c             cpp/redef2.c
22635         strpaste.c              cpp/strp1.c
22636         strpaste-2.c            cpp/strp2.c
22637         cpp-tradpaste.c         cpp/tr-paste.c
22638         cpp-tradstringify.c     cpp/tr-str.c
22639         cpp-tradwarn1.c         cpp/tr-warn1.c
22640         cpp-tradwarn2.c         cpp/tr-warn2.c
22641         trigraphs.c             cpp/trigraphs.c
22642         cpp-unc1.c              cpp/unc1.c
22643         cpp-unc2.c              cpp/unc2.c
22644         cpp-unc3.c              cpp/unc3.c
22645         cpp-unc.c               cpp/unc4.c
22646         undef.c                 cpp/undef1.c
22647         undef-2.c               cpp/undef2.c
22648         cpp-wi1.c               cpp/widestr1.c
22649
22650 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
22651
22652         * lib/g++.exp (g++_include_flags): Tweak.
22653
22654 2000-06-27  H.J. Lu  <hjl@gnu.org>
22655             Loren J. Rittle  <ljrittle@acm.org>
22656
22657         * lib/g++.exp (g++_include_flags): Override libgloss.exp
22658         version with one that knows about the new gcc tree structure.
22659         (g++_link_flags): Same.
22660
22661 2000-06-26  Zack Weinberg  <zack@wolery.cumb.org>
22662
22663         * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
22664         gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
22665         case we are cross-compiling.
22666
22667         * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
22668         g++.old-deja/g++.niklas/Makefile.in,
22669         g++.old-deja/g++.niklas/configure.in,
22670         g++.old-deja/g++.other/Makefile.in,
22671         g++.old-deja/g++.other/configure.in,
22672         gcc.c-torture/code_quality/Makefile.in,
22673         gcc.c-torture/code_quality/configure.in,
22674         gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
22675         gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
22676         gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
22677         gcc.c-torture/execute/ieee/Makefile.in,
22678         gcc.c-torture/execute/ieee/configure.in,
22679         gcc.c-torture/noncompile/Makefile.in,
22680         gcc.c-torture/noncompile/configure.in,
22681         gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
22682         gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
22683         gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
22684
22685 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
22686
22687         * g++.old-deja/g++.other/ambig3.C: New test.
22688
22689 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
22690
22691         * g++.old-deja/g++.pt/syntax1.C: New test.
22692         * g++.old-deja/g++.pt/syntax2.C: New test.
22693         * g++.old-deja/g++.other/syntax3.C: New test.
22694         * g++.old-deja/g++.other/syntax4.C: New test.
22695
22696 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
22697
22698         * gcc.dg/20000623-1.c: Prototype exit and abort.
22699
22700 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
22701
22702         * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
22703         New tests.
22704         * gcc.dg/cpp-mi3.def: New file.
22705
22706         * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
22707         inside assertions.
22708         * gcc.dg/cpp-as2.c: Make error regexps match either old or new
22709         lexer's error messages.
22710         * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
22711         divine anything from the linemarkers.
22712         * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
22713         * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
22714
22715 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
22716
22717         * gcc.dg/20000623-1.c: New test.
22718
22719 2000-06-22  Jakub Jelinek  <jakub@redhat.com>
22720
22721         * gcc.c-torture/execute/20000622-1.c: New test.
22722
22723 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
22724
22725         * g++.old-deja/g++.other/init15.C: New test.
22726
22727 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
22728
22729         * g++.old-deja/g++.pt/vaarg2.C: New test.
22730         * g++.old-deja/g++.pt/vaarg3.C: New test.
22731
22732 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
22733
22734         * g++.old-deja/g++.other/dyncast6.C: New test.
22735
22736 2000-06-15  Jakub Jelinek  <jakub@redhat.com>
22737
22738         * gcc.c-torture/execute/loop-6.c: New test.
22739
22740 2000-06-14  Jakub Jelinek  <jakub@redhat.com>
22741
22742         * gcc.dg/20000614-1.c: New test.
22743         * gcc.dg/20000614-2.c: New test.
22744
22745 2000-06-14  Hans-Peter Nilsson  <hp@axis.com>
22746
22747         * g++.old-deja/g++.other/inline12.C: New test.
22748
22749 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
22750
22751         * g++.old-deja/g++.other/eh1.C: New test.
22752
22753 2000-06-12  Jakub Jelinek  <jakub@redhat.com>
22754
22755         * g++.old-deja/g++.other/type.C: New test.
22756
22757 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
22758
22759         * g++.old-deja/g++.other/initstring.C: New test.
22760
22761 2000-06-12  Jason Merrill  <jason@redhat.com>
22762
22763         * g++.old-deja/old-deja.exp: Add -Wno-long-long.
22764
22765 2000-06-09  Jeffrey A Law  (law@cygnus.com)
22766
22767         * gcc.c-torture/compile/20000609-1.c: New test.
22768
22769 2000-06-09  Clinton Popetz  <cpopetz@cygnus.com>
22770
22771         * gcc.dg/20000609-1.c: New test.
22772
22773 2000-06-08  Zack Weinberg  <zack@wolery.cumb.org>
22774
22775         * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
22776         * gcc.c-torture/noncompile/poison-1.c: Move...
22777         * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
22778         * gcc.dg/cpp-li1.c: Add a token after the #line.
22779
22780 2000-06-05  Richard Henderson  <rth@cygnus.com>
22781
22782         * gcc.c-torture/execute/20000605-2.c: New test.
22783         * gcc.c-torture/execute/20000605-3.c: New test.
22784
22785 2000-06-06  David Billinghurst  <David Billinghurst@riotinto.com.au>
22786
22787         * g77.f-torture/execute/20000503-1.x: New file.
22788
22789 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
22790
22791         * g++.old-deja/g++.eh/badalloc1.C: New test.
22792
22793 2000-06-05  Richard Henderson  <rth@cygnus.com>
22794
22795         * gcc.c-torture/execute/20000605-1.c: New test.
22796
22797 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
22798             Nathan Sidwell <nathan@codesourcery.com>
22799
22800         * gcc.c-torture/compile/20000605-1.c: New test.
22801
22802 2000-06-03  David Billinghurst  <David Billinghurst@riotinto.com.au>
22803
22804         * g77.f-torture/compile/20000601-1.f:  New test.
22805
22806 2000-06-03  Richard Henderson  <rth@cygnus.com>
22807
22808         * gcc.c-torture/execute/20000603-1.c: New.
22809
22810 2000-06-02  Zack Weinberg  <zack@wolery.cumb.org>
22811
22812         * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
22813         * gcc.dg/noreturn-2.c (noreturn): Likewise.
22814
22815 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
22816
22817         * gcc.dg/compare2.c (case 12): XFAIL.
22818         * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
22819         * gcc.dg/noreturn-2.c (noreturn): XFAIL.
22820
22821         * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
22822
22823 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
22824
22825         * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
22826         guard macro is already defined when the header is first
22827         included.
22828         * gcc.dg/cpp-mix.h: New file.
22829         * gcc.dg/endif-label.c: Update patterns to match compiler.
22830
22831         * g++.brendan/complex1.C: Declare abort.
22832         * g++.law/refs4.C: Remove XFAIL.
22833         * g++.oliva/expr2.C: Declare abort and exit.
22834
22835 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
22836
22837         * gcc.c-torture/execute/20000528-1.c: New test.
22838
22839         * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
22840         * g++.old-deja/g++.law/temps4.C: Likewise.
22841
22842         * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
22843         stdlib.h.  Call abort() on failure.
22844         * g++.old-deja/g++.law/refs4.C: Likewise.
22845         * g++.old-deja/g++.law/temps4.C: Likewise.
22846         * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
22847         * gcc.c-torture/execute/20000112-1.c: Include string.h.
22848
22849 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
22850
22851         Relative to g++.dg/special:
22852         * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
22853
22854         Relative to g++.old-deja:
22855         * g++.brendan/complex1.C, g++.jason/optimize2.C,
22856         g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
22857         g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
22858         g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
22859         g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
22860         g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
22861         g++.robertl/ice990323-2.C: Prototype exit and/or abort.
22862
22863         * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
22864         g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
22865         g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
22866         g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
22867         g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
22868         g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
22869         and/or string.h.
22870
22871         * g++.other/goto1.C: Update expectations for error messages.
22872
22873 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
22874
22875         * gcc.c-torture/compile/20000523-1.c: New test.
22876
22877 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
22878
22879         * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
22880
22881 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
22882
22883         * g++.old-deja/g++.eh/catch11.C: New test.
22884         * g++.old-deja/g++.eh/catch12.C: New test.
22885
22886 2000-05-24  Nick Clifton  <nickc@cygnus.com>
22887
22888         * gcc.c-torture/execute/20000523-1.c: New test.
22889
22890 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
22891
22892         * c-torture/execute/bcp-1.c: Replace abort in arg of
22893         __builtin_constant_p with a generic external function.
22894
22895         * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
22896         gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
22897         gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
22898         gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
22899         Prototype abort and/or exit.
22900
22901         * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
22902         gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
22903         gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
22904         gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
22905
22906 2000-05-22  Alexandre Oliva  <aoliva@cygnus.com>
22907
22908         * gcc.dg/dwarf2-1.c: New test.
22909
22910 2000-05-20  Richard Henderson  <rth@cygnus.com>
22911
22912         * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
22913
22914 2000-05-20  Andreas Jaeger  <aj@suse.de>
22915
22916         * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
22917         testcase.
22918
22919 2000-05-19  David Edelsohn  <edelsohn@gnu.org>
22920
22921         * gcc.c-torture/execute/20000519-2.c: New test.
22922
22923 2000-05-19  Andreas Jaeger  <aj@suse.de>
22924
22925         * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
22926         which fails with SSA.
22927
22928         * lib/c-torture.exp: Also test with -O3 -fssa.
22929
22930 2000-05-18  Michael Meissner  <meissner@redhat.com>
22931
22932         * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
22933         * gcc.c-torture/execute/920415-1.c: Ditto.
22934         * gcc.c-torture/execute/920501-1.c: Ditto.
22935         * gcc.c-torture/execute/conversion.c: Ditto.
22936         * gcc.c-torture/execute/cvt-1.c: Ditto.
22937
22938 2000-05-18  Jeffrey A Law  (law@cygnus.com)
22939
22940         * gcc.c-torture/compile/20000518-1.c: New test.
22941
22942 2000-05-18  David Billinghurst  <David.Billinghurst@riotinto.com.au>
22943
22944         * g77.f-torture/compile/200005018.f:  New test.
22945
22946 2000-05-17  Jeffrey A Law  (law@cygnus.com)
22947
22948         * gcc.c-torture/compile/20000517-1.c: New test.
22949
22950 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
22951
22952         * gcc.c-torture/execute/20000516-1.c: New test.
22953
22954 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
22955
22956         * g++.old-deja/g++.other/eh.C: New test.
22957
22958 2000-05-12  Richard Henderson  <rth@cygnus.com>
22959
22960         * gcc.c-torture/execute/990208-1.c (main): Don't pass
22961         constants through to doit's conditional.
22962
22963 2000-05-11  Jeffrey A Law  (law@cygnus.com)
22964
22965         * gcc.c-torture/compile/20000511-1.c: New test.
22966         * g77.f-torture/compile/20000511-1.f: New test.
22967         * g77.f-torture/compile/20000511-2.f: New test.
22968
22969 2000-05-11  Michael Meissner  <meissner@redhat.com>
22970
22971         * gcc.c-torture/execute/20000511-1.c: New test.
22972
22973 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
22974
22975         * gcc.dg/dg.exp: Scan .S files as well as .c files.
22976         * gcc.dg/20000510-1.S: New.
22977
22978 2000-05-08  Catherine Moore  <clm@cygnus.com>
22979
22980         * gcc.dg/unused-3.c: New.
22981
22982 2000-05-06  Richard Henderson  <rth@cygnus.com>
22983
22984           * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
22985           * g++.old-deja/g++.mike/warn1.C: Likewise.
22986           * g++.old-deja/g++.pt/local1.C: Likewise.
22987           * g++.old-deja/g++.pt/local7.C: Likewise.
22988           * g++.old-deja/g++.pt/spec16.C: Likewise.
22989
22990 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
22991
22992         * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
22993
22994 2000-05-05  David Billinghurst  <David Billinghurst@riotinto.com.au>
22995
22996           * g77.f-torture/execute/20000503-1.f:  New test.
22997
22998 2000-05-04  Andreas Jaeger  <aj@suse.de>
22999
23000         * gcc.dg/noreturn-2.c: New test.
23001
23002 2000-05-04  Neil Booth  <NeilB@earthling.net>
23003
23004         * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
23005         preprocessor.
23006
23007 2000-05-04  Richard Henderson  <rth@cygnus.com>
23008
23009         * gcc.c-torture/execute/20000503-1.c: Fix typo.
23010
23011 2000-05-04  Richard Henderson  <rth@cygnus.com>
23012
23013         * gcc.c-torture/compile/20000504-1.c: New test.  Derived from
23014         OpenSSL by Jason R Thorpe.
23015
23016 2000-05-03  Jim Wilson  <wilson@cygnus.com>
23017
23018         * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
23019
23020 2000-05-03  Robert Lipe <robertlipe@usa.net>
23021
23022         * gcc.dg/20000503-1.c: New test.
23023
23024 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
23025
23026         * gcc.c-torture/compile/20000502-1.c: New test.
23027         * g++.old-deja/g++.other/align.C: New test.
23028         * gcc.dg/cpp-tradstringify.c: New test.
23029
23030 Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
23031
23032         * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
23033         and hard registers.
23034
23035 2000-04-26  Geoff Keating  <geoffk@cygnus.com>
23036
23037         * gcc.c-torture/execute/loop-5.c: New test.
23038
23039 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
23040
23041         * gcc.c-torture/execute/va-arg-20.c: New test.
23042
23043 2000-04-23  Jeffrey A Law  (law@cygnus.com)
23044
23045         * gcc.c-torture/execute/20000422-1.c: New test.
23046
23047 2000-04-20  Greg McGary  <gkm@gnu.org>
23048
23049         * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
23050         when optimizing, but without sibling-call optimizations (-O1).
23051
23052 2000-04-20  Jeffrey A Law  (law@cygnus.com)
23053
23054           * gcc.c-torture/compile/20000420-1.c: New test.
23055
23056 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
23057
23058         * g++.abi/ptrflags.C: New test.
23059         * g++.eh/catchptr1.C: Test incomplete pointer chains.
23060
23061 2000-04-19  Catherine Moore  <clm@cygnus.com>
23062
23063         * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
23064
23065 2000-04-19  Greg McGary  <gkm@gnu.org>
23066
23067         * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
23068         sibling-call optimizations.
23069
23070 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
23071
23072         * gcc.dg/20000419-1.c: New test.
23073
23074 2000-04-12  Hans-Peter Nilsson  <hp@axis.com>
23075
23076         * gcc.c-torture/execute/20000412-6.c: New test.
23077
23078 2000-04-12  Jeffrey A Law  (law@cygnus.com)
23079
23080         * gcc.c-torture/execute/20000412-5.c: New test.
23081         * g77.f-torture/compile/20000412-1.f: New test.
23082         * gcc.c-torture/execute/20000412-4.c: New test.
23083         * gcc.c-torture/compile/20000412-2.c: New test.
23084         * gcc.c-torture/execute/20000412-3.c: New test.
23085         * gcc.c-torture/compile/20000412-1.c: New test.
23086         * gcc.c-torture/execute/20000412-2.c: New test.
23087
23088 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
23089
23090         * objc/execute/bf-20.m: New test.
23091
23092 2000-04-10  Richard Henderson  <rth@cygnus.com>
23093
23094         * gcc.c-torture/execute/20000412-1.c: Reduce some more.
23095
23096         * gcc.c-torture/execute/20000412-1.c: New test.
23097
23098 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
23099
23100         * g++.old-deja/g++.eh/catchptr1.C: New test.
23101
23102 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
23103
23104         * g++.old-deja/g++.abi/cxa_vec.C: New test.
23105
23106 2000-04-08  Neil Booth  <NeilB@earthling.net>
23107
23108         * gcc.dg/cpp-nullchar.c: Remove test as
23109         embedded nulls cause problems.
23110
23111 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23112
23113         * gcc.dg/compare2.c: New test.
23114
23115 2000-04-08  Neil Booth  <NeilB@earthling.net>
23116
23117         * gcc.dg/cpp-nullchar.c: New test.
23118
23119 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
23120
23121         * gcc.dg/cpp-mi2.c: New test.
23122         * gcc.dg/cpp-mi2[abc].h: New files.
23123
23124 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
23125
23126         * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
23127         member name.
23128
23129 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
23130
23131         * g++.old-deja/g++.abi/vmihint.C: New test.
23132
23133 2000-04-06  Neil Booth  <NeilB@earthling.net>
23134
23135         * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
23136         cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c:  Add FSF
23137         copyright.
23138
23139 2000-04-05  Hans-Peter Nilsson  <hp@axis.com>
23140
23141         * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
23142         avoid stack-frame overwrite.
23143
23144 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
23145
23146         * gcc.c-torture/compile/20000405-2.c: New test.
23147         * gcc.c-torture/compile/20000405-3.c: New test.
23148
23149 2000-04-05  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
23150
23151         * gcc.c-torture/compile/20000405-1.c: New test.
23152
23153 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
23154
23155         * gcc.dg/cast-qual-1.c: Revert last change.
23156
23157 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23158
23159         * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
23160
23161 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
23162
23163         * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
23164         gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
23165
23166 2000-04-03  Jeffrey A Law  (law@cygnus.com)
23167
23168         * gcc.c-torture/compile/20000403-2.c: New test.
23169         * gcc.c-torture/compile/20000403-1.c: New test.
23170
23171 2000-04-03  Hans-Peter Nilsson  <hp@axis.com>
23172
23173         * gcc.c-torture/execute/20000403-1.c: New test.
23174
23175 2000-04-03  Geoff Keating  <geoffk@cygnus.com>
23176
23177         * gcc.c-torture/execute/20000402-1.c: New test.
23178
23179 2000-04-03  Donald Lindsay  <dlindsay@cygnus.com>
23180
23181         * gcc.c-torture/execute/va-arg-15.c: New test.
23182         * gcc.c-torture/execute/va-arg-16.c: New test.
23183         * gcc.c-torture/execute/va-arg-17.c: New test.
23184         * gcc.c-torture/execute/va-arg-18.c: New test.
23185         * gcc.c-torture/execute/va-arg-19.c: New test.
23186
23187 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
23188
23189         * gcc.c-torture/compile/981211-1.c: Move to...
23190         * gcc.dg/cpp-as1.c: ...here.
23191         * gcc.dg/cpp-as2.c: New file.
23192
23193         * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
23194         compiler.
23195
23196 2000-04-02  Neil Booth  <NeilB@earthling.net>
23197
23198         * gcc.dg/cpp-cond.c  New tests.
23199         * gcc.dg/cpp-ifparen.c New tests.  Amend existing tests to make
23200         accidental success less likely.
23201         * gcc.dg/cpp-missingop.c  New tests.
23202         * gcc.dg/cpp-missingparen.c  New tests.
23203         * gcc.dg/cpp-shift.c  New tests.
23204         * gcc.dg/cpp-shortcircuit.c  New tests.
23205         * gcc.dg/cpp-unary.c  New tests.
23206
23207 2000-03-29  Jeffrey A Law  (law@cygnus.com)
23208
23209         * gcc.c-torture/compile/20000329-1.c: New test.
23210
23211 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
23212
23213         * gcc.c-torture/compile/20000326-1.c: New test.
23214         * gcc.c-torture/compile/20000326-2.c: New test.
23215
23216 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
23217
23218         * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
23219         the first parameter is a function argument.
23220
23221 2000-03-23  Nathan Sidwell  <nathan@codesourcery.com>
23222
23223         * g++.old-deja/g++.ext/array4.C: New test.
23224
23225 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
23226
23227         * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
23228
23229 2000-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23230
23231         * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
23232
23233 2000-03-19  Richard Henderson  <rth@cygnus.com>
23234
23235         * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
23236
23237 2000-03-19  Richard Henderson  <rth@cygnus.com>
23238
23239         * gcc.c-torture/compile/20000319-1.c: New test.
23240
23241 2000-03-14  Jeffrey A Law  (law@cygnus.com)
23242
23243         * gcc.c-torture/execute/20000314-3.c: New test.
23244         * gcc.c-torture/execute/20000314-2.c: New test.
23245         * gcc.c-torture/execute/20000314-1.c: New test.
23246         * gcc.c-torture/compile/20000314-2.c: New test.
23247         * gcc.c-torture/compile/20000314-1.c: New test.
23248
23249 2000-03-13  Nathan Sidwell  <nathan@codesourcery.com>
23250
23251         * g++.old-deja/g++.warn/inline.C: New test.
23252
23253 2000-03-10  Hans-Peter Nilsson  <hp@bitrange.com>
23254
23255         * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
23256         standards-compliant result rather than specific constants.
23257         Put test-values in array.
23258
23259 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
23260
23261         * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
23262         (g++_target_compile): Put test-specific options last.
23263
23264 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
23265
23266         * g++.old-deja/g++.eh/vbase4.C: New test.
23267
23268 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
23269
23270         * g++.old-deja/g++.bugs/900215_01.C: Adjust.
23271
23272 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
23273
23274         * g++.old-deja/g++.brendan/misc12.C: Removed.
23275         * g++.old-deja/g++.pt/memtemp77.C: Constify.
23276         * g++.old-deja/g++.ext/pretty4.C: New test.
23277
23278 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
23279
23280         * g++.old-deja/g++.other/string2.C: New test.
23281
23282 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
23283
23284         * g++.old-deja/g++.warn/impint2.C: New test.
23285
23286 2000-03-05  Hans-Peter Nilsson  <hp@bitrange.com>
23287
23288         * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
23289         is 1, not zero.
23290
23291 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
23292
23293         * g++.old-deja/g++.warn/impint.C: New test.
23294         * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
23295         * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
23296         * g++.old-deja/g++.pt/explicit12.C: Likewise.
23297         * g++.old-deja/g++.pt/explicit13.C: Likewise.
23298         * g++.old-deja/g++.pt/explicit17.C: Likewise.
23299         * g++.old-deja/g++.pt/explicit18.C: Likewise.
23300         * g++.old-deja/g++.pt/explicit19.C: Likewise.
23301         * g++.old-deja/g++.pt/explicit23.C: Likewise.
23302         * g++.old-deja/g++.pt/explicit31.C: Likewise.
23303         * g++.old-deja/g++.pt/explicit35.C: Likewise.
23304         * g++.old-deja/g++.pt/explicit6.C: Likewise.
23305         * g++.old-deja/g++.pt/memclass7.C: Likewise.
23306
23307 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
23308
23309         * gcc.dg/cpp-redef.c: New test.
23310
23311 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
23312
23313         * g++.old-deja/g++.pt/unify7.C: New test.
23314
23315 2000-02-26  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
23316
23317         * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
23318         * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
23319
23320 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
23321
23322         * gcc.c-torture/compile/20000224-1.c: New test.
23323
23324 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
23325
23326         * gcc.c-torture/compile/cpp-2.c: New test.
23327         * gcc.c-torture/compile/cpp-1.c: New test.
23328
23329 2000-02-25  Jeffrey A Law  (law@cygnus.com)
23330
23331         * gcc.c-torture/execute/20000225-1.c: New test.
23332
23333 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
23334
23335         * gcc.dg/cpp-li2.c: New test.
23336
23337         * gcc.dg/cpp-wi1.c: New test.
23338
23339         * gcc.dg/cpp-li1.c: New test.
23340
23341 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
23342
23343         * g++.old-deja/g++.other/sizeof5.C: New test.
23344
23345 2000-02-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
23346
23347         * gcc.c-torture/execute/va-arg-13.c: New test.
23348
23349 2000-02-23  Donald Lindsay  <dlindsay@cygnus.com>
23350
23351         * gcc.c-torture/execute/va-arg-12.c: New test.
23352
23353 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
23354
23355         * gcc.c-torture/execute/20000223-1.c: New test.
23356
23357 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
23358
23359         * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
23360
23361 2000-02-22  Mark Mitchell  <mark@codesourcery.com>
23362
23363         * g++.old-deja/g++.abi/ptrmem.C: New test.
23364
23365 2000-02-19  Richard Henderson  <rth@cygnus.com>
23366
23367         * gcc.c-torture/compile/init-3.c: New.
23368
23369 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
23370
23371         * lib/g++.exp (g++_init): Add -fmessage-length=0 to
23372         ALWAYS_CXXFLAGS.
23373
23374 2000-02-11  Robert Lipe <robertl@sco.com>
23375
23376         * gcc.c-torture/compile/20000211-3.c: New test.
23377
23378 2000-02-11  Martin Buchholz <martin@xemacs.org>
23379
23380         * gcc.c-torture/compile/20000211-2.c: New test.
23381
23382 2000-02-11  Jeffrey A Law  (law@cygnus.com)
23383
23384         * gcc.c-torture/compile/20000211-1.c: New test.
23385
23386 2000-02-09  Jonathan Larmour  <jlarmour@redhat.co.uk>
23387
23388         * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
23389           on native targets
23390
23391 2000-02-08  Nathan Sidwell  <nathan@acm.org>
23392
23393         * g++.old-deja/g++.other/cast5.C: New test.
23394
23395 2000-02-05  Alan Modra  <alan@SPRI.Levels.UniSA.Edu.Au>
23396
23397         * gcc.c-torture/execute/20000205-1.c: New.
23398
23399 2000-02-03  Nathan Sidwell  <nathan@acm.org>
23400
23401         * g++.old-deja/g++.jason/cast3.C: Return void.
23402         * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
23403
23404 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
23405
23406         * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
23407
23408         * gcc.dg/loop-1.c: New test.
23409
23410 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
23411
23412         * gcc.c-torture/compile/20000127-1.c: New test.
23413         * gcc.c-torture/execute/991228-1.c: New test.
23414
23415 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
23416
23417         * gcc.dg/unused-2.c: New test.
23418
23419         * gcc.dg/conv-1.c: New test.
23420
23421 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
23422
23423         * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
23424         compiler.
23425         (tool_option_proc): Fix typo.
23426
23427 2000-01-24  Geoff Keating  <geoffk@cygnus.com>
23428
23429         * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
23430         of the ld on the host, not on the build machine.
23431         Also, don't crash if '--help' is not a supported option.
23432
23433 2000-01-24  Richard Henderson  <rth@cygnus.com>
23434
23435         * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
23436
23437 2000-01-20  Jeffrey A Law  (law@cygnus.com)
23438
23439         * gcc.c-torture/execute/20000120-2.c: New test.
23440         * gcc.c-torture/execute/20000120-1.c: New test.
23441
23442 2000-01-13  Jeffrey A Law  (law@cygnus.com)
23443
23444         * gcc.c-torture/execute/20000113-1.c: New test.
23445
23446 2000-01-12  Jeffrey A Law  (law@cygnus.com)
23447
23448         * gcc.c-torture/execute/20000112-1.c: New test.
23449
23450 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
23451
23452         * gcc.dg/20000111-1.c: New test.
23453
23454 2000-01-10  Jeffrey A Law  (law@cygnus.com)
23455
23456         * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
23457         with 16 bit integers.
23458
23459 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
23460
23461         * gcc.dg/20000108-1.c: New test.
23462
23463 2000-01-05  Nathan Sidwell  <nathan@acm.org>
23464
23465         * g++.old-deja/g++.ns/koenig8.C: New test.
23466
23467 2000-01-05  Nathan Sidwell  <nathan@acm.org>
23468
23469         * g++.old-deja/g++.other/cast4.C: New test.
23470
23471 2000-01-05  Jeffrey A Law  (law@cygnus.com)
23472
23473         * gcc.c-torture/compile/20000105-2.c: New test.
23474         * gcc.c-torture/compile/20000105-1.c: New test.
23475
23476 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23477
23478         * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
23479         references to printf & atoi to conform to ANSI standard.
23480         * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
23481         * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
23482         * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
23483         * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
23484         * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
23485         * g++.old-deja/g++.brendan/complex1.C: Likewise.
23486         * g++.old-deja/g++.brendan/copy1.C: Likewise.
23487         * g++.old-deja/g++.brendan/copy2.C: Likewise.
23488         * g++.old-deja/g++.brendan/copy3.C: Likewise.
23489         * g++.old-deja/g++.brendan/copy4.C: Likewise.
23490         * g++.old-deja/g++.brendan/copy5.C: Likewise.
23491         * g++.old-deja/g++.brendan/copy6.C: Likewise.
23492         * g++.old-deja/g++.brendan/copy7.C: Likewise.
23493         * g++.old-deja/g++.brendan/copy8.C: Likewise.
23494         * g++.old-deja/g++.brendan/crash11.C: Likewise.
23495         * g++.old-deja/g++.brendan/crash14.C: Likewise.
23496         * g++.old-deja/g++.brendan/ctors1.C: Likewise.
23497         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
23498         * g++.old-deja/g++.brendan/delete2.C: Likewise.
23499         * g++.old-deja/g++.brendan/dtors1.C: Likewise.
23500         * g++.old-deja/g++.brendan/dtors2.C: Likewise.
23501         * g++.old-deja/g++.brendan/dtors3.C: Likewise.
23502         * g++.old-deja/g++.brendan/eh1.C: Likewise.
23503         * g++.old-deja/g++.brendan/groff1.C: Likewise.
23504         * g++.old-deja/g++.brendan/init3.C: Likewise.
23505         * g++.old-deja/g++.brendan/misc12.C: Likewise.
23506         * g++.old-deja/g++.brendan/misc7.C: Likewise.
23507         * g++.old-deja/g++.brendan/new2.C: Likewise.
23508         * g++.old-deja/g++.brendan/operators4.C: Likewise.
23509         * g++.old-deja/g++.brendan/operators5.C: Likewise.
23510         * g++.old-deja/g++.brendan/overload2.C: Likewise.
23511         * g++.old-deja/g++.brendan/overload7.C: Likewise.
23512         * g++.old-deja/g++.brendan/redecl2.C: Likewise.
23513         * g++.old-deja/g++.brendan/reference1.C: Likewise.
23514         * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
23515         * g++.old-deja/g++.brendan/template24.C: Likewise.
23516         * g++.old-deja/g++.brendan/template3.C: Likewise.
23517         * g++.old-deja/g++.brendan/vtables1.C: Likewise.
23518         * g++.old-deja/g++.jason/inline3.C: Likewise.
23519         * g++.old-deja/g++.jason/opeq.C: Likewise.
23520         * g++.old-deja/g++.law/arg5.C: Likewise.
23521         * g++.old-deja/g++.law/arm7.C: Likewise.
23522         * g++.old-deja/g++.law/ctors11.C: Likewise.
23523         * g++.old-deja/g++.law/cvt8.C: Likewise.
23524         * g++.old-deja/g++.law/init9.C: Likewise.
23525         * g++.old-deja/g++.law/refs4.C: Likewise.
23526         * g++.old-deja/g++.law/template2.C: Likewise.
23527         * g++.old-deja/g++.law/visibility24.C: Likewise.
23528         * g++.old-deja/g++.law/vtable3.C: Likewise.
23529         * g++.old-deja/g++.mike/asm2.C: Likewise.
23530         * g++.old-deja/g++.mike/eh1.C: Likewise.
23531         * g++.old-deja/g++.mike/misc1.C: Likewise.
23532         * g++.old-deja/g++.mike/misc13.C: Likewise.
23533         * g++.old-deja/g++.mike/misc14.C: Likewise.
23534         * g++.old-deja/g++.mike/ns12.C: Likewise.
23535         * g++.old-deja/g++.mike/p1248.C: Likewise.
23536         * g++.old-deja/g++.mike/p3708.C: Likewise.
23537         * g++.old-deja/g++.mike/p3708a.C: Likewise.
23538         * g++.old-deja/g++.mike/p3708b.C: Likewise.
23539         * g++.old-deja/g++.mike/p646.C: Likewise.
23540         * g++.old-deja/g++.mike/p700.C: Likewise.
23541         * g++.old-deja/g++.mike/p783.C: Likewise.
23542         * g++.old-deja/g++.mike/p783a.C: Likewise.
23543         * g++.old-deja/g++.mike/p783b.C: Likewise.
23544         * g++.old-deja/g++.mike/p786.C: Likewise.
23545         * g++.old-deja/g++.mike/p789.C: Likewise.
23546         * g++.old-deja/g++.mike/p789a.C: Likewise.
23547         * g++.old-deja/g++.mike/p807a.C: Likewise.
23548         * g++.old-deja/g++.other/delete3.C: Likewise.
23549         * g++.old-deja/g++.other/dyncast1.C: Likewise.
23550         * g++.old-deja/g++.other/dyncast2.C: Likewise.
23551         * g++.old-deja/g++.other/dyncast3.C: Likewise.
23552         * g++.old-deja/g++.other/empty1.C: Likewise.
23553         * g++.old-deja/g++.other/temporary1.C: Likewise.
23554         * g++.old-deja/g++.pt/memtemp14.C: Likewise.
23555         * g++.old-deja/g++.pt/t16.C: Likewise.
23556         * g++.old-deja/g++.pt/tiemann2.C: Likewise.
23557
23558 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
23559
23560         * gcc.dg/991230-1.c: New test.
23561
23562 1999-12-29  Jeffrey A Law  (law@cygnus.com)
23563
23564         * gcc.c-torture/compile/991229-3.c: New test.
23565         * gcc.c-torture/compile/991229-2.c: New test.
23566         * gcc.c-torture/compile/991229-1.c: New test.
23567
23568 1999-12-29  Greg McGary <gkm@eng.ascend.com>
23569
23570         * gcc.c-torture/compile/labels-2.c: New test.
23571
23572 1999-12-27  Martin von Löwis  <loewis@informatik.hu-berlin.de>
23573
23574         * gcc.c-torture/execute/991227-1.c: New test.
23575
23576 1999-12-22  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
23577
23578         * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
23579
23580 1999-12-21  Martin von Löwis  <loewis@informatik.hu-berlin.de>
23581
23582         * gcc.c-torture/execute/991221-1.c: New test.
23583
23584 1999-12-20  Nathan Sidwell  <nathan@acm.org>
23585
23586         * g++.old-deja/g++.other/cast3.C: New test.
23587
23588 1999-12-16  Bernd Schmidt  <bernds@cygnus.co.uk>
23589
23590         * gcc.c-torture/execute/991216-4.c: New test.
23591
23592 1999-12-16  Michael Meissner  <meissner@cygnus.com>
23593
23594         * gcc.c-torture/execute/991216-1.c: New test.
23595         * gcc.c-torture/execute/991216-2.c: New test.
23596         * gcc.c-torture/execute/991216-3.c: New test.
23597
23598 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
23599
23600         * gcc.dg/991214-1.c: Use "__asm__", not "asm".
23601         Actually make the test fail by using "-O2" for compilation.
23602
23603 1999-12-15  Nathan Sidwell  <nathan@acm.org>
23604
23605         * g++.old-deja/g++.warn/cast-align1.C: New test.
23606
23607 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
23608
23609         * gcc.c-torture/compile/991214-1.c: New test.
23610         * gcc.c-torture/compile/991214-2.c: New test.
23611
23612 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
23613
23614         * gcc.dg/991214-1.c: New test.
23615
23616 1999-12-13  Jeffrey A Law  (law@cygnus.com)
23617
23618         * gcc.c-torture/compile/991213-3.c: New test.
23619         * gcc.c-torture/compile/991213-2.c: New test.
23620         * gcc.c-torture/compile/991213-1.c: New test.
23621
23622 1999-12-10  J"orn Rennecke <amylaar@cygnus.co.uk>
23623
23624         * gcc.dg/991209-1.c: New test.
23625
23626 1999-12-08  Nathan Sidwell <nathan@acm.org>
23627
23628         * gcc.c-torture/compile/991208-1.c: New test.
23629
23630 1999-12-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
23631
23632         * gcc.dg/ultrasp2.c: New test.
23633
23634 1999-12-05  Alex Samuel  <samuel@codesourcery.com>
23635
23636         * g++.old-deja/g++.abi/align.C (main): Fix typo.
23637
23638 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
23639
23640         * gcc.c-torture/compile/991202-1.c: New test.
23641         * gcc.c-torture/execute/991202-1.c: New test.
23642         * gcc.c-torture/execute/991202-2.c: New test.
23643         * gcc.c-torture/execute/991202-3.c: New test.
23644
23645 1999-12-02  Alex Samuel  <samuel@codesourcery.com>
23646
23647         * g++.old-deja/g++.abi/align.C: New test.
23648         * g++.old-deja/g++.abi/aggregates.C: Likewise.
23649         * g++.old-deja/g++.abi/bitfields.C: Likewise.
23650
23651 1999-12-01  Richard Henderson  <rth@cygnus.com>
23652
23653         * gcc.c-torture/execute/991201-1.c: New.
23654
23655 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
23656
23657         * gcc.dg/991129-1.c: New test.
23658
23659 1999-11-27  Bernd Schmidt  <bernds@cygnus.co.uk>
23660
23661         * gcc.c-torture/compile/991127-1.c: New test.
23662
23663 1999-11-22  Nathan Sidwell  <nathan@acm.org>
23664
23665         * g++.old-deja/g++.other/warn4.C: New test.
23666
23667 1999-11-22  Nathan Sidwell  <nathan@acm.org>
23668
23669         * g++.old-deja/g++.eh/cleanup2.C: New test.
23670         * g++.old-deja/g++.ext/pretty2.C: New test.
23671         * g++.old-deja/g++.ext/pretty3.C: New test.
23672         * g++.old-deja/g++.other/debug6.C: New test.
23673
23674 1999-10-20  Jim Wilson  <wilson@cygnus.com>
23675
23676         * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
23677         compiler_output to look for one error message instead of two.
23678
23679 1999-11-19  Geoffrey Keating  <geoffk@cygnus.com>
23680
23681         * gcc.c-torture/execute/991118-1.c: Also test case
23682         where the word boundary does not split a byte evenly.
23683
23684 1999-11-19  Nathan Sidwell  <nathan@acm.org>
23685
23686         * g++.old-deja/g++.ext/restrict1.C: New test.
23687
23688 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
23689
23690         * gcc.c-torture/execute/991118-1.c: New test.
23691
23692 1999-11-16  Geoffrey Keating  <geoffk@cygnus.com>
23693
23694         * g77.f-torture/execute/u77-test.f (wd): Allow for longer
23695         working directory pathnames.
23696
23697 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
23698
23699         * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
23700         host is equipped with driver.h and driver.o so it can actually
23701         compile and run the tests.
23702
23703 1999-10-08  Bernd Schmidt  <bernds@cygnus.co.uk>
23704
23705         * gcc.c-torture/compile/991008-1.c: New test.
23706
23707 1999-11-08  Nick Clifton  <nickc@cygnus.com>
23708
23709         * lib/gcc-dg.exp: Include target-supports.exp
23710
23711 1999-11-05  Nick Clifton  <nickc@cygnus.com>
23712
23713         * lib/target-supports.exp: New file: Provide procs to test for
23714         features supported by the target.
23715         (check_weak_available): Moved here from ecos.exp.
23716         (check_alias_available): New proc: Determine of the target
23717         toolchain supports the alias attribute.
23718
23719         * gcc.dg/special/ecos.exp: Move check_weak_available to
23720         target-supports.exp.
23721         (alias-1.c): Only perform the test if the target supports
23722         aliases.
23723         (wkali-1.c): Only perform the test if the target supports
23724         aliases.
23725
23726         * gcc.dg/990506-0.c: Expect error messages from cross
23727         targets as well as native targets.
23728
23729 1999-11-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
23730
23731         * gcc.dg/ultrasp1.c: Removed xfail.
23732         * gcc.dg/struct-ret-2.c: Likewise.
23733         * gcc.dg/array-1.c: Likewise.
23734
23735 1999-11-01  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
23736
23737         * gcc.dg/struct-ret-2.c: New test.
23738
23739         * gcc.dg/array-1.c: New test.
23740
23741 1999-10-30  Stephen L Moshier <moshier@mediaone.net>
23742
23743         * gcc.c-torture/execute/991030-1.c: New test.
23744
23745 1999-10-26  Richard Henderson  <rth@cygnus.com>
23746
23747         * gcc.c-torture/compile/991026-2.c: New test.
23748
23749 1999-10-26  Jeffrey A Law  (law@cygnus.com)
23750
23751         * gcc.c-torture/compile/991026-1.c: New test.
23752
23753 1999-10-23  Jeffrey A Law  (law@cygnus.com)
23754
23755         * gcc.c-torture/execute/991023-1.c: New test.
23756
23757 1999-10-19  Jeffrey A Law  (law@cygnus.com)
23758
23759         * gcc.c-torture/execute/991019-1.c: New test.
23760
23761 1999-10-16  Richard Henderson  <rth@cygnus.com>
23762
23763         * gcc.c-torture/execute/991016-1.c: New test.
23764
23765 1999-10-14  Stephane Carrez  <stcarrez@worldnet.fr>
23766
23767         * gcc.c-torture/execute/991014-1.c: New test.
23768
23769 1999-10-13  J"orn Rennecke <amylaar@cygnus.co.uk>
23770
23771         * g++.old-deja/g++.other/union2.C: New test.
23772
23773 1999-10-13  Nathan Sidwell  <nathan@acm.org>
23774
23775         * g++.old-deja/g++.other/vaarg2.C: New test.
23776         * g++.old-deja/g++.other/vaarg3.C: New test.
23777
23778 1999-10-12  Craig Burley  <craig@jcb-sc.com>
23779
23780         * g77.f-torture/noncompile/19990905-1.f: Moved from being
23781         in compile/.
23782
23783 1999-10-04  Ulrich Drepper  <drepper@cygnus.com>
23784
23785         * gcc.c-torture/execute/va-arg-11.c: New test.
23786
23787 1999-10-01  Mark P. Mitchell  <mark@codesourcery.com>
23788
23789         * lib/file-format.exp (gcc_target_object_format): Don't
23790         crash if objdump is unavailable.
23791
23792 1999-09-29  Donn Terry <donn@interix.com>
23793
23794         * gcc.misc-tests/mg.exp: delete extraneous redirection.
23795
23796 1999-09-28  Nick Clifton  <nickc@cygnus.com>
23797
23798         * gcc.c-torture/compile/990928-1.c: New test.
23799
23800 1999-09-28  Nathan Sidwell  <nathan@acm.org>
23801
23802         * g++.old-deja/g++.other/decl6.C: New test.
23803
23804 1999-09-28  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
23805
23806         * gcc.c-torture/execute/va-arg-10.c: New test.
23807
23808 1999-09-27  Nathan Sidwell  <nathan@acm.org>
23809
23810         * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
23811         __PRETTY_FUNCTION__.
23812
23813 1999-09-23  Nick Clifton  <nickc@cygnus.com>
23814
23815         * gcc.c-torture/execute/990923-1.c: New test.
23816
23817 1999-09-21  Nick Clifton  <nickc@cygnus.com>
23818
23819         * gcc.c-torture/special/special.exp: Add FR30 to list of targets
23820         for which -fpic is inappropriate.
23821
23822 1999-09-21  Mark Mitchell  <mark@codesourcery.com>
23823
23824         * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
23825
23826 1999-09-21  Nathan Sidwell  <nathan@acm.org>
23827
23828         * g++.old-deja/g++.other/dyncast1.C: New test.
23829         * g++.old-deja/g++.other/dyncast2.C: New test.
23830         * g++.old-deja/g++.other/dyncast3.C: New test.
23831         * g++.old-deja/g++.other/dyncast4.C: New test.
23832         * g++.old-deja/g++.other/dyncast5.C: New test.
23833         * g++.old-deja/g++.eh/catch3.C: New test.
23834         * g++.old-deja/g++.eh/catch3p.C: New test.
23835         * g++.old-deja/g++.eh/catch4.C: New test.
23836         * g++.old-deja/g++.eh/catch4p.C: New test.
23837         * g++.old-deja/g++.eh/catch5.C: New test.
23838         * g++.old-deja/g++.eh/catch5p.C: New test.
23839         * g++.old-deja/g++.eh/catch6.C: New test.
23840         * g++.old-deja/g++.eh/catch6p.C: New test.
23841         * g++.old-deja/g++.eh/catch7.C: New test.
23842         * g++.old-deja/g++.eh/catch7p.C: New test.
23843         * g++.old-deja/g++.eh/catch8.C: New test.
23844         * g++.old-deja/g++.eh/catch8p.C: New test.
23845         * g++.old-deja/g++.eh/catch9.C: New test.
23846         * g++.old-deja/g++.eh/catch9p.C: New test.
23847
23848 1999-09-13  Nathan Sidwell  <nathan@acm.org>
23849
23850         * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
23851         * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
23852
23853 1999-09-13  Jeffrey A Law  (law@cygnus.com)
23854
23855         * gcc.c-torture/compile/990913-1.c: New test.
23856
23857 1999-09-10  Nathan Sidwell  <nathan@acm.org>
23858
23859         * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
23860         * g++.old-deja/g++.jason/rfg5.C: Likewise.
23861
23862 1999-09-09  Richard Henderson  <rth@cygnus.com>
23863
23864         * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
23865
23866 1999-09-09  Nathan Sidwell  <nathan@acm.org>
23867
23868         * g++.old-deja/g++.other/lookup11.C: New test.
23869         * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
23870         what is permitted and what we want.
23871         * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
23872         overload use.
23873         * g++.old-deja/g++.jason/rfg5.C: Likewise
23874
23875 1999-09-08  Geoffrey Keating  <geoffk@cygnus.com>
23876
23877         * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
23878         * gcc.c-torture/noncompile/poison-1.c: New file.
23879
23880 1999-09-08  Nathan Sidwell  <nathan@acm.org>
23881
23882         * g++.old-deja/g++.other/sizeof3.C: New test.
23883         * g++.old-deja/g++.other/sizeof4.C: New test.
23884         * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
23885         * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
23886
23887 1999-09-07  Richard Henderson  <rth@cygnus.com>
23888
23889         * gcc.dg/va-arg-1.c: New.
23890
23891 1999-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
23892
23893         * gcc.c-torture/execute/va-arg-9.c: New test.
23894
23895 1999-09-05  Craig Burley  <craig@jcb-sc.com>
23896
23897         * g77.f-torture/compile/980519-2.f: New test.
23898         * g77.f-torture/compile/19990905-0.f: New test.
23899         * g77.f-torture/compile/19990905-1.f: New test.
23900         * g77.f-torture/compile/19990905-2.f: New test.
23901
23902         * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
23903
23904 1999-09-03  Richard Earnshaw <rearnsha@arm.com>
23905
23906         * gcc.c-torture/execute/990827-1.c: Fix typo.
23907
23908 1999-09-03  Nathan Sidwell  <nathan@acm.org>
23909
23910         * g++.old-deja/g++.other/deref1.C: New test.
23911
23912 1999-09-02  Nathan Sidwell  <nathan@acm.org>
23913
23914         * g++.old-deja/g++.other/ambig2.C: New test.
23915         * g++.old-deja/g++.other/cond5.C: New test.
23916         * g++.old-deja/g++.other/lookup16.C: New test.
23917
23918 1999-09-02  Marc Espie <espie@cvs.openbsd.org>
23919
23920         * gcc.dg/980414-1.c: Fix assembler syntax to work with old
23921         assemblers too.
23922
23923 1999-08-31  Jeffrey A Law  (law@cygnus.com)
23924
23925         * lib/c-torture.exp: Avoid the "compare executables" optimization
23926         when testing native.
23927
23928 1999-08-29  Jeffrey A Law  (law@cygnus.com)
23929
23930         * gcc.c-torture/execute/990829-1.c: New test.
23931         * gcc.c-torture/compile/990829-1.c: New test.
23932
23933 1999-08-27  Paul Burchard  <burchard@pobox.com>
23934
23935         * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
23936         * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
23937         * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
23938         * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
23939         * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
23940         * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
23941         * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
23942         * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
23943         * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
23944         * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
23945         * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
23946
23947 1999-08-27  Jeffrey A Law  (law@cygnus.com)
23948
23949         * gcc.c-torture/execute/990827-1.c: New test.
23950
23951 1999-08-26  Craig Burley  <craig@jcb-sc.com>
23952
23953         * g77.f-torture/noncompile/19990826-4.f: New test.
23954
23955         * g77.f-torture/compile/19990826-3.f: New test.
23956
23957         * g77.f-torture/execute/19990826-2.f: New test.
23958
23959         * g77.f-torture/compile/19990826-1.f: New test.
23960
23961         * gcc.c-torture/execute/990826-0.c: New test.
23962         * g77.c-torture/execute/19990826-0.f: New test.
23963
23964         * g77.f-torture/noncompile/970626-2.f: New test.
23965
23966 1999-08-25  Paul Burchard  <burchard@pobox.com>
23967
23968         * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
23969         lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
23970         lss-011.C: New tests.
23971
23972 1999-08-25  Nathan Sidwell  <nathan@acm.org>
23973
23974         * g++.old-deja/g++.other/decl5.C: New test.
23975
23976 1999-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23977
23978         * noncompile/noncompile.exp: Load_lib c-torture.exp.
23979         (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
23980         call `postbase' for each one.  All callers of `postbase' changed
23981         to call this instead.
23982
23983 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
23984
23985         * gcc.c-torture/execute/990811-1.c: New test.
23986
23987 1999-08-09  Nick Clifton  <nickc@cygnus.com>
23988
23989         * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
23990         just native ones.
23991
23992         * gcc.dg/990413-1.c: Expect the parse error for all builds, not
23993         just native ones.
23994
23995 1999-08-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
23996
23997         * g++.old-deja/g++.other/local3.C: Removed XFAIL.
23998
23999 1999-08-04  Jeffrey A Law  (law@cygnus.com)
24000
24001         * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
24002
24003 1999-08-04  Nathan Sidwell  <nathan@acm.org>
24004
24005         * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
24006
24007 1999-08-04  Jeffrey A Law  (law@cygnus.com)
24008
24009         * gcc.c-torture/execute/990804-1.c: New test.
24010
24011 1999-08-03  Nathan Sidwell  <nathan@acm.org>
24012
24013         * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
24014         * g++.old-deja/g++.brendan/crash64.C: Likewise
24015         * g++.old-deja/g++.brendan/overload8.C: Likewise
24016
24017 1999-08-03  Nathan Sidwell  <nathan@acm.org>
24018
24019         * g++.old-deja/g++.other/struct1.C: New test.
24020
24021 1999-08-03  Nathan Sidwell  <nathan@acm.org>
24022
24023         * g++.old-deja/g++.other/enum2.C: New test.
24024
24025 1999-08-02  Richard Henderson  <rth@cygnus.com>
24026
24027         Adapted from tests from Franz Sirl:
24028         * gcc.c-torture/execute/va-arg-7.c: New test.
24029         * gcc.c-torture/execute/va-arg-8.c: New test.
24030
24031 1999-08-01  Jeffrey A Law  (law@cygnus.com)
24032
24033         * gcc.c-torture/compile/990801-2.c: New test.
24034
24035         * gcc.c-torture/compile/990801-1.c: New test.
24036
24037 1999-07-27  Michael Meissner  <meissner@cygnus.com>
24038
24039         * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
24040         fp-cmp-1.c, converting double to float.
24041
24042         * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
24043         fp-cmp-1.c, converting double to long double.
24044
24045         * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
24046         from fr1 to unknown_register, since fr1 is a legitimate register
24047         on some machines.
24048
24049 1999-07-25  Jeffrey A Law  (law@cygnus.com)
24050
24051         * README: More listname related changes.
24052
24053 1999-07-08  Catherine Moore  <clm@cygnus.com>
24054
24055         * gcc.c-torture/execute/920501-5.c: Fix typo.  Change | to ||.
24056
24057 1999-07-05  Manfred Hollstein  <mhollstein@cygnus.com>
24058
24059         * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
24060
24061 1999-07-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
24062
24063         * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
24064
24065 1999-07-04  Zack Weinberg  <zack@rabi.columbia.edu>
24066
24067         * gcc.dg/990703-1.c: New test.
24068
24069 1999-06-29  Nick Clifton  <nickc@cygnus.com>
24070
24071         * lib/file-format.exp: New file: Move definition of proc
24072         gcc_target_object_format to here from
24073         gcc.dg/special/ecos.exp.
24074
24075         * lib/c-torture.exp: Include lib file-format.exp.
24076         * lib/gcc-dg.exp: Include lib file-format.exp.
24077
24078         * gcc.dg/special/ecos.exp: Remove definition of proc
24079         gcc_target_object_format.
24080
24081 1999-06-28  Jeffrey A Law  (law@cygnus.com)
24082
24083         * gcc.c-torture/execute/990628-1.c: New test.
24084
24085 1999-06-25  Jeffrey A Law  (law@cygnus.com)
24086
24087         * gcc.c-torture/compile/990625-2.c: New test.
24088
24089         * gcc.c-torture/compile/990625-1.c: New test.
24090
24091 1999-06-23  Nick Clifton  <nickc@cygnus.com>
24092
24093         * gcc.c-torture/compile/dll.c: New test case.  Check that dll
24094         attributes compile.
24095         * gcc.c-torture/compile/dll.x: Only support the dll.c test on
24096         ports that use the COFF/PE file format.
24097
24098 1999-06-17  Jeffrey A Law  (law@cygnus.com)
24099
24100         * gcc.c-torture/compile/990617-1.c: New test.
24101
24102 1999-06-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
24103
24104         * g++.old-deja/g++.other/decl4.C: New test.
24105
24106 1999-06-14  Nathan Sidwell  <nathan@acm.org>
24107
24108         * g++.old-deja/g++.other/bitfld3.C: New test.
24109
24110 1999-06-08  Nathan Sidwell  <nathan@acm.org>
24111
24112         * g++.old-deja/g++.eh/catch1.C: New test.
24113
24114 1999-06-07  Jeffrey A Law  (law@cygnus.com)
24115
24116         * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
24117
24118         * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
24119         * gcc.c-torture/execute/ieee/mzero.x: New file.  Likewise.
24120
24121 1999-06-05  Craig Burley  <craig@jcb-sc.com>
24122
24123         * g77.f-torture/compile/19990502-0.f: Replace with new,
24124         shorter, test that still fails after recent changes.
24125
24126 1999-06-04  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
24127
24128         * gcc.c-torture/execute/990604-1.c: New test.
24129
24130 1999-05-31  Jeffrey A Law  (law@cygnus.com)
24131
24132         * gcc.c-torture/execute/990531-1.c: New test.
24133
24134 1999-05-27  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
24135
24136         * gcc.c-torture/compile/990527-1.c: New test.
24137
24138 1999-05-27  Joern Rennecke <amylaar@cygnus.com>
24139
24140         * gcc.c-torture/execute/990527-1.c: New test.
24141
24142 1999-05-25  Nick Clifton  <nickc@cygnus.com>
24143
24144         * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
24145         bitfields as signed.
24146
24147 1999-05-25  Craig Burley  <craig@jcb-sc.com>
24148
24149         * g77.f-torture/compile/19990525-0.f: New test.
24150
24151 1999-05-25  Jeffrey A Law  (law@cygnus.com)
24152
24153         * gcc.c-torture/execute/990525-2.c: New test.
24154
24155         * gcc.c-torture/execute/990525-1.c: New test.
24156
24157 1999-05-24  Nathan Sidwell  <nathan@acm.org>
24158
24159         * g++.old-deja/g++.other/anon3.C: New test.
24160         * g++.old-deja/g++.other/anon4.C: New test.
24161         * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
24162         * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
24163         after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
24164         Merrill).
24165
24166 1999-05-24  Jeffrey A Law  (law@cygnus.com)
24167
24168         * gcc.c-torture/execute/990524-1.c: New test.
24169
24170         * gcc.dg/990524-1.c: New test.
24171
24172 1999-05-23  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
24173
24174         * gcc.c-torture/compile/990523-1.c: New test.
24175
24176 1999-05-19  Raja R Harinath <harinath@cs.umn.edu>
24177
24178         * gcc.c-torture/compile/990519-1.c: New test.
24179
24180 1999-05-17  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
24181
24182         * gcc.c-torture/compile/990517-1.c: New test.
24183
24184         * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
24185         (e4, f4): New tests.
24186         (main): Call them.
24187
24188 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
24189
24190         * gcc.dg/noreturn-1.c: New test.
24191
24192 1999-05-13  Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
24193
24194         * gcc.c-torture/execute/990513-1.c: New test.
24195
24196 1999-05-10  Richard Henderson  <rth@cygnus.com>
24197
24198         * g++.old-deja/g++.other/null1.C (g): Add overload for long.
24199
24200 1999-05-10  Craig Burley  <craig@jcb-sc.com>
24201
24202         * g77.f-torture/execute/erfc.f: Use small single-precision
24203         values, to avoid problems on Alphas when not -mieee.
24204
24205 1999-05-08  Craig Burley  <craig@jcb-sc.com>
24206
24207         * gcc.dg/990506-0.c: New test.
24208
24209 1999-05-08  Richard Henderson  <rth@cygnus.com>
24210
24211         * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
24212         the constant to test.  Don't XFAIL 64-bit targets.
24213
24214         * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
24215         * g++.old-deja/g++.law/profile1.C: Likewise.
24216
24217         * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
24218         operator new instances.
24219         * g++.old-deja/g++.other/delete5.C: Likewise.
24220
24221 1999-05-03  Craig Burley  <craig@jcb-sc.com>
24222
24223         * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
24224         intrinsic.
24225
24226 1999-05-03  Craig Burley  <craig@jcb-sc.com>
24227
24228         * g77.f-torture/execute/u77-test.f: Reverse order of two
24229         arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
24230
24231 1999-05-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
24232
24233         * gcc.dg/compare1.c: New test.
24234
24235 1999-05-02  Joseph S. Myers  <jsm28@cam.ac.uk>
24236
24237         * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
24238         New tests.
24239
24240 1999-05-02  Craig Burley  <craig@jcb-sc.com>
24241
24242         * g77.f-torture/compile/19990502-1.f: New test.
24243
24244 1999-05-02  Craig Burley  <craig@jcb-sc.com>
24245
24246         * g77.f-torture/compile/19990502-0.f: New test.
24247
24248 1999-05-02  Craig Burley  <craig@jcb-sc.com>
24249
24250         * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
24251         intrinsic.
24252
24253 1999-05-02  Craig Burley  <craig@jcb-sc.com>
24254
24255         * g77.f-torture/execute/u77-test.f (main): List libU77
24256         intrinsics not currently tested.
24257         Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
24258         GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
24259         FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
24260         Trim blanks off the ends of some printed strings.
24261
24262 1999-05-02  Craig Burley  <craig@jcb-sc.com>
24263
24264         * g77.f-torture/execute/u77-test.f (main): Just warn about
24265         FSTAT gid disagreement, as it's expected on some systems.
24266
24267 1999-05-01  Craig Burley  <craig@jcb-sc.com>
24268
24269         * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
24270         use a new function, which allows for some slop.
24271         Clean up some commentary.
24272         (issum): The new function.
24273         (sgladd): Deleted subroutine.
24274
24275 1999-05-01  Craig Burley  <craig@jcb-sc.com>
24276
24277         * g77.f-torture/execute/u77-test.f: Modify to be more like
24278         libf2c/libU77 version, bringing patches to that version here.
24279         Add suitable commentary.
24280
24281 1999-04-25  Richard Henderson  <rth@cygnus.com>
24282
24283         * gcc.dg/990424-1.c: New test.
24284
24285 1999-04-24  Craig Burley  <craig@jcb-sc.com>
24286
24287         * g77.f-torture/execute/u77-test.f (main): Bug involving
24288         LSTAT has been fixed, so turn back on full checking.
24289
24290 1999-04-20  Craig Burley  <craig@jcb-sc.com>
24291
24292         * g77.f-torture/compile/19990419-0.f: New test.
24293         * g77.f-torture/execute/19990419-1.f: New test.
24294
24295 1999-04-17  Richard Henderson  <rth@cygnus.com>
24296
24297         * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
24298         to avoid the need for a prototype to supress a warning.
24299
24300 1999-04-07  Jim Wilson  <wilson@cygnus.com>
24301
24302         * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
24303
24304 1999-04-04  Jeffrey A Law  (law@cygnus.com)
24305
24306         * gcc.c-torture/execute/990404-1.c: New test.
24307
24308 1999-04-03 10:35 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
24309
24310         * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
24311         * gcc.dg/cpp-if3.c: Don't use -pedantic.
24312         * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
24313         missing initializer warnings.
24314
24315 1999-03-28  Jeffrey A Law  (law@cygnus.com)
24316
24317         * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
24318         matching strings.
24319
24320 1999-03-26  Jeffrey A Law  (law@cygnus.com)
24321
24322         * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
24323
24324 1999-03-26  Craig Burley  <craig@jcb-sc.com>
24325
24326         * g77.f-torture/execute/19990325-0.f: New test.
24327         * g77.f-torture/execute/19990325-1.f: New test.
24328
24329 1999-03-24  Jeffrey A Law  (law@cygnus.com)
24330
24331         * gcc.c-torture/execute/990324-1.c: New test.
24332
24333 1999-03-22  Jim Wilson  <wilson@cygnus.com>
24334
24335         * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
24336         test with 4.
24337
24338 1999-03-17  Richard Henderson  <rth@cygnus.com>
24339
24340         * gcc.c-torture/execute/ieee/980619-1.x: New.  Expected fail on x86.
24341
24342 1999-03-13  Craig Burley  <craig@jcb-sc.com>
24343
24344         * g77.f-torture/execute/19990313-2.f: New test.
24345         * g77.f-torture/execute/19990313-3.f: New test.
24346
24347 1999-03-13  Craig Burley  <craig@jcb-sc.com>
24348
24349         * g77.f-torture/execute/19990313-0.f: New test.
24350         * g77.f-torture/execute/19990313-1.f: New test.
24351
24352 1999-03-12  Jim Wilson  <wilson@cygnus.com>
24353
24354         * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
24355         printf to sprintf.
24356         * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
24357         (main): Add check for u15.  Conditionalize u31 check depending on
24358         whether ints are <32 bits or >=32 bits.
24359
24360 1999-03-08  Craig Burley  <craig@jcb-sc.com>
24361
24362         * g77.f-torture/execute/19981119-0.f: Improve testiness.
24363
24364 1999-03-08  Craig Burley  <craig@jcb-sc.com>
24365
24366         * g77.f-torture/compile/19990305-0.f: New test.
24367         * g77.f-torture/execute/19981119-0.f: New test.
24368
24369 1999-03-08  Craig Burley  <craig@jcb-sc.com>
24370
24371         * g77.f-torture/execute/970625-2.f: call ABORT if final
24372         result is not correct, instead of just printing it.
24373         Add this checking via newly introduced obfuscation, to
24374         trip up buggy front ends.
24375
24376 1999-03-07  Craig Burley  <craig@jcb-sc.com>
24377
24378         * g77.f-torture/compile/960317-1.f: Moved from being
24379         in execute/.  (Somehow I didn't notice "SUBROUTINE...".)
24380
24381 1999-03-06  Craig Burley  <craig@jcb-sc.com>
24382
24383         * g77.f-torture/execute/960317-1.f: New (old) test.
24384         * g77.f-torture/execute/970625-2.f: Ditto.
24385
24386 1999-03-01 Zack Weinberg  <zack@rabi.columbia.edu>
24387
24388         * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
24389         message on line 1 or line 2; cccp and cpplib do this differently.
24390
24391 1999-03-01  Jeffrey A Law  (law@cygnus.com)
24392
24393         * g++.old-deja/g++.law/weak1.C: New test.
24394
24395 1999-02-28 17:59 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
24396
24397         * gcc.c-torture/execute/990119-1.c: Renamed to...
24398         * gcc.dg/990119-1.c: this, so it will only be tested once
24399         (it's a preprocessor test, it doesn't need to be run at
24400         multiple optimization levels).
24401
24402 1999-02-27 13:34 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
24403
24404         * lib/g++.exp: Don't add incdir=$base_dir/../include to
24405           ALWAYS_CXXFLAGS.
24406
24407 1999-02-24  Craig Burley  <craig@jcb-sc.com>
24408
24409         * g77.f-torture/noncompile/19981216-0.f: Renamed from...
24410         * g77.f-torture/compile/19981216-0.f: ...as it is expected
24411         to not be compilable by current g77.
24412
24413 1999-02-24  Nick Clifton  <nickc@cygnus.com>
24414
24415         * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
24416
24417 1999-02-22  Jeffrey A Law  (law@cygnus.com)
24418
24419         * gcc.c-torture/execute/990222-1.c: New test.
24420
24421 1999-02-19  Craig Burley  <craig@jcb-sc.com>
24422
24423         * g77.f-torture/compile/19990218-0.f: New test.
24424         * g77.f-torture/noncompile/19990218-1.f: New test.
24425
24426 1999-02-18  Craig Burley  <craig@jcb-sc.com>
24427
24428         * g77.f-torture/compile/19981216-0.f: New test.
24429
24430 1999-02-14  Jeffrey A Law  (law@cygnus.com)
24431
24432         * gcc.dg/990214-1.c: New test.
24433
24434 1999-02-13  Jeffrey A Law  (law@cygnus.com)
24435
24436         * gcc.dg/990213-2.c: New test.
24437
24438         * gcc.dg/990213-1.c: New test.
24439
24440 1999-02-12  Jeffrey A Law  (law@cygnus.com)
24441
24442         * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
24443         ints.
24444
24445 1999-02-11  Nick Clifton  <nickc@cygnus.com>
24446
24447         * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
24448         specified by target.
24449
24450         * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
24451
24452 1999-02-11  Jeffrey A Law  (law@cygnus.com)
24453
24454         * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
24455
24456 1999-02-10  Jonathan Larmour  <jlarmour@cygnus.co.uk>
24457
24458         * gcc.dg/special/ecos.exp: New test driver for new tests with
24459         special requirements.
24460
24461         * gcc.dg/special/alias-1.c: New test.
24462         * gcc.dg/special/gcsec-1.c: New test.
24463         * gcc.dg/special/weak-1.c: New test.
24464         * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
24465         * gcc.dg/special/weak-2.c: New test.
24466         * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
24467         * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
24468         * gcc.dg/special/wkali-1.c: New test.
24469         * gcc.dg/special/wkali-2.c: New test.
24470         * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
24471         * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
24472
24473 1999-02-10  Felix Lee  <flee@cygnus.com>
24474
24475           * lib/c-torture.exp (c-torture-compile): Pull out code for
24476           analyzing gcc error messages.
24477           (c-torture-execute): Likewise.  Fix some (harmless) false
24478           positives.
24479           * lib/gcc.exp (gcc_check_compile): New function.
24480
24481 1999-02-08  Richard Henderson  <rth@cygnus.com>
24482
24483         * gcc.c-torture/execute/990208-1.c: New test.
24484
24485 1999-02-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
24486
24487         * g++.dg/special/ecos.exp: New driver for new tests with special
24488         requirements
24489
24490         * g++.dg/special/conpr-1.C: New test
24491         * g++.dg/special/conpr-2.C: New test
24492         * g++.dg/special/conpr-2a.C: New test
24493         * g++.dg/special/conpr-3.C: New test
24494         * g++.dg/special/conpr-3a.C: New test
24495         * g++.dg/special/conpr-3b.C: New test
24496
24497         * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
24498         allow g++ to use the dg driver
24499
24500         * README: Add comment about g++.dg directory
24501
24502 1999-02-06  Jeffrey A Law  (law@cygnus.com)
24503
24504         * README: Update email addresses.
24505
24506 1999-02-03  Nick Clifton  <nickc@cygnus.com>
24507
24508         * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
24509         arguments in order to force structure S onto the stack even on
24510         the alpha.
24511         (test): Pass 10 leading arguments to function foo as well as the
24512         structure S.
24513
24514         * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
24515         failure for all targets.
24516
24517         * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
24518         abort to terminate program execution.
24519
24520 1999-01-30  Richard Henderson  <rth@cygnus.com>
24521
24522         * gcc.c-torture/execute/990130-1.c: New test.
24523
24524 1999-01-30  Jeffrey A Law  (law@cygnus.com)
24525
24526         * gcc.dg/990130-1.c: New test.
24527
24528 1999-01-28  Michael Meissner  <meissner@cygnus.com>
24529
24530         * gcc.c-torture/execute/990128-1.c: New test.
24531
24532 1999-01-27  Michael Meissner  <meissner@cygnus.com>
24533
24534         * gcc.c-torture/execute/990127-{1,2}.c: New tests.
24535
24536 1999-01-27  Felix Lee  <flee@cygnus.com>
24537
24538         * lib/c-torture.exp (c-torture-compile): pull out code for
24539         analyzing gcc error messages.
24540         (c-torture-execute): ditto, and fix some (harmless) false
24541         positives.
24542         * lib/gcc.exp (gcc_check_compile): new function.
24543
24544 1999-01-17  Jeffrey A Law  (law@cygnus.com)
24545
24546         * gcc.dg/990117-1.c: New test.
24547
24548         * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
24549
24550         * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
24551
24552 1999-01-15  Jeffrey A Law  (law@cygnus.com)
24553
24554         * g77.f-torture/compile/990115-1.f: New test.
24555
24556 1999-01-07  Jeffrey A Law  (law@cygnus.com)
24557
24558         * gcc.c-torture/compile/990107-1.c: New test
24559
24560 1999-01-06  Jeffrey A Law  (law@cygnus.com)
24561
24562         * gcc.c-torture/execute/990106-2.c: New test.
24563
24564         * gcc.c-torture/execute/990106-1.c: New test.
24565
24566 1998-12-30  Zack Weinberg <zack@rabi.columbia.edu>
24567
24568         * gcc.c-torture/compile/981223-1.c: New test.
24569
24570 1998-12-29  Richard Henderson  <rth@cygnus.com>
24571
24572         * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
24573         (opt3): Rename from opt4 and disable.
24574
24575 1998-12-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
24576
24577         * g++.old-deja/g++.pt/ptrmem5.C: New test.
24578
24579 1998-12-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
24580
24581         * g++.old-deja/g++.other/conv5.C: New test.
24582
24583 1998-12-14  Nick Clifton  <nickc@cygnus.com>
24584
24585         * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
24586
24587 1998-12-11  Jeffrey A Law  (law@cygnus.com)
24588
24589         * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
24590
24591 1998-12-11  Zack Weinberg <zack@rabi.columbia.edu>
24592
24593         * gcc.c-torture/compile/981211-1.c: New test.
24594
24595 1998-12-09  Alexandre Oliva  <oliva@dcc.unicamp.br>
24596
24597         * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
24598
24599         * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
24600
24601 1998-12-08  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
24602
24603         * gcc.special/930510-1.c: Make C9X safe.
24604         * gcc.misc-tests/gcov-1.c Similarly.
24605         * gcc.misc-tests/gcov-2.c Similarly.
24606
24607 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
24608
24609         * gcc.dg/ultrasp1.c: New test.
24610
24611 1998-12-06  Richard Henderson  <rth@cygnus.com>
24612
24613         * gcc.c-torture/execute/981206.c: New test.
24614
24615 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
24616
24617         * g++.old-deja/g++.ns/template7.C: New test.
24618
24619         * g++.old-deja/g++.other/expr1.C: New test.
24620
24621         * g++.old-deja/g++.eh/tmpl3.C: New test.
24622
24623         * g++.old-deja/g++.eh/tmpl2.C: New test.
24624
24625 1998-12-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
24626
24627         * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
24628         * g++.old-deja/g++.other/using6.C: Removed.
24629         * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
24630
24631         * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
24632
24633 1998-12-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
24634
24635         * g++.old-deja/g++.pt/overload8.C: New test.
24636
24637         * g++.old-deja/g++.pt/overload7.C: New test.
24638
24639         * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
24640
24641         * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
24642         and relinking messages.
24643         * lib/g++.exp (g++_target_compile): Remove .rpo file when
24644         compiling with -frepo.
24645
24646 1998-12-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
24647
24648         * g++.old-deja/g++.pt/lookup6.C: New test.
24649
24650 1998-11-30  Nick Clifton  <nickc@cygnus.com>
24651
24652         * gcc.c-torture/execute/981130-1.c: New test.
24653         * gcc.c-torture/execute/981130-1.x: New test failure expectations.
24654
24655 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
24656
24657         * g++.old-deja/g++.pt/explicit76.C: New test.
24658
24659         * g++.old-deja/g++.pt/friend38.C: New test.
24660
24661         * g++.old-deja/g++.ns/crash2.C: New test.
24662
24663         * g++.old-deja/g++.pt/defarg8.C: New test.
24664
24665         * g++.old-deja/g++.pt/instantiate6.C: New test.
24666
24667         * g++.old-deja/g++.pt/static6.C: New test.
24668
24669         * g++.old-deja/g++.pt/decl2.C: New test.
24670
24671 1998-11-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
24672
24673         * g++.old-deja/g++.other/lookup5.C: New test.  Not sure the
24674         problem is actually related with name lookup, but so what? :-)
24675
24676         * g++.old-deja/g++.pt/friend37.C: New test.
24677
24678 1998-11-25  Dave Love  <d.love@dl.ac.uk>
24679
24680         * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
24681         element, which fails on some systems.
24682
24683         * g77.f-torture/execute/labug1.f: New test.
24684
24685 1998-11-21  Jeffrey A Law  (law@cygnus.com)
24686
24687         * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
24688         is defined.
24689
24690 1998-11-18  Dave Love  <d.love@dl.ac.uk>
24691
24692         * g77.f-torture/compile/981117-1.f: New test.
24693
24694 1998-11-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
24695
24696         * g++.old-deja/g++.eh/throw2.C: New test.  CV-qualifiers are not
24697         properly discarded.
24698
24699 1998-10-11  Ken Raeburn  <raeburn@cygnus.com>
24700
24701         * gcc.c-torture/execute/memcheck: New directory of tests for
24702         -fcheck-memory-usage.
24703
24704 1998-11-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
24705
24706         * README: New file, general information about the testsuite and
24707         new description of the various C++ test subdirectories.
24708         * README.g++: Eliminate obsolete information, update and move most
24709         relevant stuff to README.
24710
24711 1998-11-07  Richard Henderson  <rth@cygnus.com>
24712
24713         * gcc.c-torture/compile/981107-1.c: New test.
24714
24715 1998-11-02  Doug Evans  <devans@canuck.cygnus.com>
24716
24717         * execute/memcpy-bi.c: New testcase.
24718
24719 1998-10-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
24720
24721         * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
24722         base classes.
24723
24724         * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
24725         template is selected.
24726
24727         * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
24728         classes, it should be accepted for all types.
24729
24730         * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
24731
24732         * g++.old-deja/g++.pt/spec24.C: Ensure that template
24733         specializations start with template headers.
24734
24735 1998-10-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
24736
24737         * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
24738
24739         * g++.old-deja/g++.other/init9.C: Test cross initialization of
24740         non-POD types.
24741
24742 1998-10-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
24743
24744         * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
24745
24746 1998-10-22  Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
24747
24748         * compile/981022-1.c, compile/981022-1.x: New test and driver.
24749
24750 1998-10-19  Jeffrey A Law  (law@cygnus.com)
24751
24752         * 981019-1.c: New test.
24753
24754 1998-10-14  Robert Lipe <robertl@dgii.com>
24755
24756         * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
24757         find objc headers.
24758
24759 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
24760
24761         * compile/981001-4.c: Remove use of GCC extension that triggers a
24762         compiler bug.
24763
24764 1998-10-13  Alexandre Oliva  <oliva@dcc.unicamp.br>
24765
24766         * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
24767
24768 1998-10-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
24769
24770         * g++.old-deja/g++.pt/explicit74.C: New test.  Explicit
24771         instantiation of template produces incorrect code for delete
24772         expression.
24773
24774         * g++.old-deja/g++.pt/instantiate5.C: New test.  `global
24775         constructors' name is not unique.
24776         * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
24777         * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
24778
24779         * g++.old-deja/g++.other/init8.C: New test.  Uninitialized
24780         automatic array of const is ill-formed.
24781
24782         * g++.old-deja/g++.pt/ttp53.C: New test.  Incorrect substitution
24783         of template parameter?
24784
24785         * g++.old-deja/g++.other/conv3.C: New test.  Conversion discards
24786         const.
24787
24788         * g++.old-deja/g++.other/pmf2.C: New test.  Invalid
24789         pointer-to-member expression.
24790
24791         * g++.old-deja/g++.other/friend5.C: New test.  Bogus friend
24792         declaration causes ICE.
24793
24794 1998-10-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
24795
24796         * g++.old-deja/g++.ns/main1.C: New test.  main() should only be
24797         reserved in the global namespace.
24798
24799         * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
24800         generate needed virtual table.
24801
24802         * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
24803
24804 1998-10-10  Dariush Eslimi  <eslimi@loran.com>
24805
24806         * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
24807         template-dependent type
24808
24809 1998-10-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
24810
24811         * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
24812         * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
24813         * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
24814
24815         * g++.old-deja/g++.other/using5.C: New test; using decl from base
24816         class should be usable as argument of member function.
24817         * g++.old-deja/g++.other/using6.C: New test; using decl from base
24818         class should be usable as return type of member function.
24819         * g++.old-deja/g++.other/using7.C: New test; using decl from base
24820         class should be usable as type of data member.
24821
24822         * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
24823
24824 1998-10-09  Jeffrey A Law  (law@cygnus.com)
24825
24826         * gcc.c-torture/special/920521-1.c: Fix bogus test.
24827
24828 1998-10-08  Nick Clifton  <nickc@cygnus.com>
24829
24830         * gcc.dg/dll-?.c Add thumb to target list.
24831         Fix assembler scan patterns to match current assembler output.
24832
24833 1998-10-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
24834
24835         * g++.old-deja/g++.pt/expr6.C: New test.  operator?: breaks
24836         matching of template brackets.
24837
24838         * g++.old-deja/g++.other/using4.C: New test.  Test using
24839         declarations of methods from base classes.
24840
24841         * g++.old-deja/g++.ns/extern1.C: New test.  Extern declarations
24842         within functions should introduce names into the innermost
24843         enclosing namespace.
24844
24845         * g++.old-deja/g++.other/init7.C: New test.  Retry initialization
24846         of static locals if first initialization throws.
24847
24848 1998-10-07  Jim Wilson  <wilson@cygnus.com>
24849
24850         * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
24851
24852 1998-10-06  Ken Raeburn  <raeburn@cygnus.com>
24853
24854         * gcc.c-torture/special/981006-1.c: New test.  Make sure gcc doesn't
24855         lose track of the possible targets of tablejump insns.
24856         * special/special.exp: Run it.
24857
24858 1998-10-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
24859
24860         * g++.old-deja/g++.pt/friend35.C: New test.  A template function
24861         must be declared before its specializations can be named in friend
24862         declarations.
24863
24864 1998-10-05  Dave Love  <d.love@dl.ac.uk>
24865
24866         * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
24867
24868         * g77.f-torture/execute/io1.f: New test.
24869
24870 1998-10-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
24871
24872         * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
24873         with pointer to template function, for which no argument deduction
24874         is possible.
24875
24876         * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
24877         specialization of template function as argument to template
24878         function.
24879
24880         * g++.old-deja/g++.other/access2.C: New test; Inner class
24881         shouldn't have privileged access to Outer's names.
24882
24883 1998-10-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
24884
24885         * g++.old-deja/g++.pt/friend34.C: New test; name injection of
24886         friend template declared within template class conflicts with
24887         nested class of the same name.
24888
24889         * g++.old-deja/g++.other/badopt1.C: New test; post-increment
24890         is ignored.
24891
24892         * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
24893         object with direct initializer as function declaration.
24894
24895         * g++.old-deja/g++.other/decl2.C: New test; duplicate
24896         initializers.
24897
24898         * g++.old-deja/g++.other/null2.C: New test; conditional operator
24899         involving const pointer and NULL produces incorrect result.
24900
24901         * g++.old-deja/g++.other/typename1.C: New test; template-dependent
24902         type name without `typename' should be rejected with -pedantic.
24903
24904 1998-10-02  Richard Henderson  <rth@cygnus.com>
24905
24906         * g++.old-deja/g++.other/addrof1.C: New test.
24907
24908 1998-10-01  Nick Clifton  <nickc@cygnus.com>
24909
24910         * gcc.c-torture/compile/981001-1.c: New test.
24911         * gcc.c-torture/execute/981001-1.c: New test.
24912
24913 1998-10-01  Jeffrey A Law  (law@cygnus.com)
24914
24915         * gcc.c-torture/compile/981001-2.c: New test.
24916         * gcc.c-torture/compile/981001-3.c: New test.
24917         * gcc.c-torture/compile/981001-4.c: New test.
24918
24919 1998-10-01  Robert Lipe  <robertl@dgii.com>
24920
24921         * lib/objc.exp (objc_target_compile): Add -L during compiles for
24922         multilibbed hosts.   Idea grafted from g77.exp.
24923
24924 1998-09-30  Dave Love  <d.love@dl.ac.uk>
24925
24926         * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
24927         avoid losing on systems which need -lsocket.
24928
24929 1998-09-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
24930
24931         * g++.old-deja/g++.other/bitfld1.C: Expected failure.
24932         * g++.old-deja/g++.other/nested2.C: Ditto.
24933         * g++.old-deja/g++.robertl/eb132.C: No longer an expected
24934         failure.
24935
24936 1998-09-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
24937
24938         * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
24939         preferred over template operator!= for enum bitfields.
24940
24941 1998-09-18  Alexandre Oliva  <oliva@dcc.unicamp.br>
24942
24943         * g++.old-deja/g++.other/nested2.C: Different virtual base classes
24944         that happen to have the same base name, but in different scopes,
24945         are incorrectly rejected.
24946
24947 1998-09-16  Richard Henderson  <rth@cygnus.com>
24948
24949         * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
24950         on the native word size instead of an integer literal.
24951
24952 1998-09-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
24953
24954         * g++.old-deja/g++.other/static2.C: Invocation of static data
24955         member of type pointer-to-function denoted as non-static member.
24956
24957         * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
24958         checks involving function types and aliases.
24959
24960 1998-09-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
24961
24962         * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
24963         redefined to the same non-trivial type.
24964
24965         * g++.old-deja/g++.pt/explicit73.C: Test for proper
24966         namespace-qualification of template specializations declared in
24967         other namespaces.
24968
24969         * g++.old-deja/g++.other/friend4.C: Check whether it is possible
24970         to declare a subset of the specializations of a template function
24971         as friends of specializations of a template class.
24972
24973         * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
24974         member templates that do not fully specialize the enclosing
24975         template class are rejected.
24976
24977 1998-09-11  Dave Love  <d.love@dl.ac.uk>
24978
24979         * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
24980
24981 1998-09-08  Dave Love  <d.love@dl.ac.uk>
24982
24983         * g77.f-torture/execute/u77-test.f (main): New file, somewhat
24984         altered from libf2c/libU77 version.
24985
24986 1998-09-06  Dave Love  <d.love@dl.ac.uk>
24987
24988         * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
24989
24990 1998-09-04  Reid M. Pinchback  <reidmp@MIT.EDU>, Alexandre Oliva  <oliva@dcc.unicamp.br>
24991
24992         * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
24993         (un)signed char are different types for template specialization
24994         purposes.
24995
24996 1998-09-03  Ovidiu Predescu  <ovidiu@aracnet.com>
24997
24998         * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
24999         * objc: ObjC testsuite.
25000
25001 1998-08-31  Catherine Moore  <clm@cygnus.com>
25002
25003         * gcc.c-torture/execute/941014-1.x:  New file.
25004
25005 1998-08-31  Nick Clifton  <nickc@cygnus.com>
25006
25007         * lib/c-torture.exp: Add support for
25008         torture_eval_before_compile and torture_eval_before_execute
25009         variables.
25010
25011 1998-08-30  Jeffrey A Law  (law@cygnus.com)
25012
25013         * gcc.dg/980626-1.c: Delete this test.  We've declared the warning
25014         this test triggers valid.
25015
25016 1998-08-27  Jeffrey A Law  (law@cygnus.com)
25017
25018         * gcc.dg/980827-1.c: New test.
25019
25020 1997-08-26  J"orn Rennecke <amylaar@cygnus.co.uk>
25021
25022         * gcc.c-torture/execute/loop-4b.c: New test.
25023
25024 1998-08-26  Nick Clifton  <nickc@cygnus.com>
25025
25026         * lib/c-torture.exp: Add support for
25027         torture_eval_before_compile and torture_eval_before_execute
25028         variables.
25029
25030 1998-08-25  Jeffrey A Law  (law@cygnus.com)
25031
25032         * gcc.c-torture/compile/980825-1.c: New test.
25033
25034 1998-08-24  Nick Clifton  <nickc@cygnus.com>
25035
25036         * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
25037         count number tests in opt_t0 not good_t0.
25038
25039 1998-08-24  Jeffrey A Law  (law@cygnus.com)
25040
25041         * gcc.c-torture/compile/930326-1.x: Fix typo.
25042
25043 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
25044
25045         * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
25046         causes an ICE.
25047
25048 1998-08-21  Jeffrey A Law  (law@cygnus.com)
25049
25050         * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
25051         STACK_SIZE is defined.
25052         * gcc.c-torture/unsorted/stuct.c: Similarly.
25053
25054         * gcc.c-torture/compile/980821-1.c: New test.
25055
25056 1998-08-21  Jeffrey A Law  (law@cygnus.com)
25057
25058         * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
25059
25060 1998-08-19  Mark Mitchell  <mark@markmitchell.com>
25061
25062         * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
25063         code.
25064
25065 1998-08-09  Mark Mitchell  <mark@markmitchell.com>
25066
25067         * lib/old-dejagnu.exp: Revise handling of `Internal compiler
25068         error'.
25069
25070 1998-08-18  Jeffrey A Law  (law@cygnus.com)
25071
25072         * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
25073
25074 1998-08-16  Jeffrey A Law  (law@cygnus.com)
25075
25076         * gcc.c-torture/compile/980816-1.c: New test.
25077
25078         * gcc.dg/980816-1.c: New test.
25079
25080 1998-08-13  Jeffrey A Law  (law@cygnus.com)
25081
25082         * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
25083         compiler for ieee tests.
25084
25085 1998-08-01  Dave Love  <d.love@dl.ac.uk>
25086
25087         * g77.f-torture/compile/980729-0.f: New test.
25088
25089 1998-07-30  Ken Raeburn  <raeburn@cygnus.com>
25090
25091         * gcc.c-torture/special/eeprof-1.c: New test, for
25092         -finstrument-functions.
25093         * gcc.c-torture/special/special.exp: Run it.
25094
25095 1998-07-29  Jeffrey A Law  (law@cygnus.com)
25096
25097         * gcc.c-torture/compile/980729-1.c: New test.
25098
25099 1998-07-27  Nick Clifton  <nickc@cygnus.com>
25100
25101         * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
25102         __thumb__ is defined, and test for ARM style doubles if so.
25103
25104 1998-07-26  Dave Love  <d.love@dl.ac.uk>
25105
25106         * g77.f-torture/noncompile/980615-0.f: New test.
25107
25108 1998-07-26  H.J. Lu  (hjl@gnu.org)
25109
25110         * gcc.dg/980312-1.c: Do link instead of compile.
25111         * gcc.dg/980313-1.c: Likewise.
25112
25113 1998-07-26  Jeffrey A Law  (law@cygnus.com)
25114
25115         * gcc.c-torture/compile/980726-1.c: New test.
25116
25117 1998-07-25  Dave Love  <d.love@dl.ac.uk>
25118
25119         * g77.f-torture/execute/io0.f: New test.
25120
25121 1998-07-24  Nick Clifton  <nickc@cygnus.com>
25122
25123         * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
25124         an int.
25125
25126 1998-06-18  Michael Meissner  <meissner@cygnus.com>
25127
25128         * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
25129         m32r bugs.
25130
25131 1998-07-17  Nick Clifton  <nickc@cygnus.com>
25132
25133         * gcc.dg/980626-1.c: Expect failures for all toolchains until
25134         c-decl.c:grokdeclarator can handle mode attributes.
25135
25136 1998-07-16  Jeffrey A Law  (law@cygnus.com)
25137
25138         * gcc.c-torture/execute/980716-1.c: New test.
25139
25140 1998-07-13  Jeffrey A Law  (law@cygnus.com)
25141
25142         * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
25143         the mn10200.
25144         * gcc.c-torture/execute/strct-varg-1.x: New file.  Expect failure on
25145         the mn10200.
25146         * gcc.c-torture/execute/va-arg-3.x: Similarly.
25147         * gcc.c-torture/compile/930326-1.x: Similarly.
25148
25149 1998-07-13  Dave Love  <d.love@dl.ac.uk>
25150
25151         * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
25152         New test from Craig.
25153
25154 1998-07-12  Dave Love  <d.love@dl.ac.uk>
25155
25156         * g77.f-torture/noncompile/980616-0.f: New test.
25157
25158         * g77.f-torture/execute/970816-3.f:  New test from Craig.
25159
25160 1998-07-10 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
25161
25162         *  g++.other/singleton.C: Return error value instead of taking
25163         SIGSEGV.
25164
25165 1998-07-10  Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
25166
25167         *  g++.other/singleton.C: New test.   Warning is under dispute.
25168         Runtime crash is not.
25169
25170 1998-07-09  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
25171
25172         * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
25173         ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
25174         using6.C, using7.C}:  New namespace tests.
25175
25176 1998-07-09  Alexandre Oliva   <oliva@dcc.unicamp.br>
25177
25178         * g++.old-deja/g++.other/partspec1.C: Test matching of partial
25179         specialization with typedef'ed names used as array indexes.
25180
25181 1998-07-09  Jeffrey A Law  (law@cygnus.com)
25182
25183         * gcc.c-torture/execute/980709-1.c: New test.
25184
25185         * gcc.dg/980709-1.c: New test.
25186
25187 1998-07-07  Richard Henderson  <rth@cygnus.com>
25188
25189         * gcc.c-torture/execute/bcp-1.c: New test.
25190
25191 1998-07-07  Jeffrey A Law  (law@cygnus.com)
25192
25193         * gcc.c-torture/execute/980707-1.c: New test.
25194
25195 1998-07-06  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
25196
25197         * gcc.c-torture/compile/980706-1.c: New test.
25198
25199 1998-07-01  Dave Love  <d.love@dl.ac.uk>
25200
25201         * g77.f-torture/execute/980701-0.f,
25202         g77.f-torture/execute/980701-1.f: New test from Craig.
25203
25204 1998-07-01  Jeffrey A Law  (law@cygnus.com)
25205
25206         * gcc.c-torture/compile/980701-1.c: New test.
25207
25208         * gcc.c-torture/execute/980701-1.c: New test.
25209
25210 1998-06-30  Klaus-Georg Adams  <Klaus-Georg.Adams@chemie.uni-ka
25211 rlsruhe.de>
25212
25213         * g++.old-deja/g++.robertl/eb132.C: New test.
25214         * g++.old-deja/g++.robertl/eb133.C: Likewise.
25215
25216 1998-06-29  Dave Love  <d.love@dl.ac.uk>
25217
25218         * g77.f-torture/execute/980628-7.f,
25219         g77.f-torture/execute/980628-8.f,
25220         g77.f-torture/execute/980628-9.f,
25221         g77.f-torture/execute/980628-10.f: New tests from Craig.
25222
25223         * g77.f-torture/execute/980628-3.f: Remove mail headers.
25224
25225 1998-06-28  Jeffrey A Law  (law@cygnus.com)
25226
25227         * g77.f-torture/execute/980628-4.f: New test from Craig.
25228         * g77.f-torture/execute/980628-5.f: Likewise.
25229         * g77.f-torture/execute/980628-2.f: Likewise.
25230         * g77.f-torture/execute/980628-0.f: Likewise.
25231         * g77.f-torture/execute/980628-1.f: Likewise.
25232         * g77.f-torture/execute/980628-3.f: Likewise.
25233         * g77.f-torture/execute/980628-6.f: Likewise.
25234
25235 1998-06-28  Jeffrey A Law  (law@cygnus.com)
25236
25237         * lib/g77.exp (default_g77_version): Tweak to make it work in a build
25238         directory when nothing has been installed yet.
25239
25240 1998-06-27  Carlo Wood  <carlo@runaway.xs4all.nl>
25241
25242         * gcc.c-torture/special/special.exp: Handle newer versions of
25243         dejagnu.
25244
25245 1998-06-26  Jeffrey A Law  (law@cygnus.com)
25246
25247         * gcc.dg/980626-1.c: New test.
25248
25249 1998-06-19  Bruno Haible <haible@ilog.fr>
25250
25251         * gcc.misc-tests/m-un-2.c: New test.
25252         * g++.old-deja/g++.other/warn01.c: Likewise.
25253
25254 1998-06-19  Robert Lipe  <robertl@dgii.com>
25255
25256         * gcc.dg/980414-1.c: Move comments outside of ASM to improve
25257         compatibility with assmblers with a different comment character.
25258         Eliminate use of GAS-specific extensions.
25259
25260 1998-06-19  Jeffrey A Law  (law@cygnus.com)
25261
25262         * gcc.c-torture/execute/ieee/980619-1.c: New test.
25263
25264 1998-06-19  Robert Lipe  <robertl@dgii.com>
25265
25266         *lib/g77.exp: Replace search for libf2c.a with search for newly
25267         renamed libg2c.a
25268
25269 1998-06-17  Jeffrey A Law  (law@cygnus.com)
25270
25271         * gcc.c-torture/execute/980617-1.c: New test.
25272
25273 1998-06-12  Jeffrey A Law  (law@cygnus.com)
25274
25275         * gcc.c-torture/execute/980612-1.c: New test.
25276
25277 1998-06-08  Jeffrey A Law  (law@cygnus.com)
25278
25279         * gcc.dg/980523-1.c: Only test on ppc-linux.
25280         * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
25281
25282         * gcc.c-torture/execute/980608-1.c: New test.
25283
25284 1997-06-05  J"orn Rennecke <amylaar@cygnus.co.uk>
25285
25286         * gcc.c-torture/execute/980605-1.c: New test.
25287
25288 1998-06-04  Jeffrey A Law  (law@cygnus.com)
25289
25290         * gcc.c-torture/execute/980604-1.c: New test.
25291
25292 1998-06-02  Jeffrey A Law  (law@cygnus.com)
25293
25294         * gcc.c-torture/execute/980602-1.c: New test.
25295         * gcc.c-torture/execute/980602-2.c: Likewise.
25296
25297 1998-06-02  Dave Love  <d.love@dl.ac.uk>
25298
25299         * 970125-0.f: Fix per JCB.  Add commentary.
25300
25301 1998-05-31  Michael Meissner  <meissner@cygnus.com>
25302
25303         * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
25304         IEEE -0 support.
25305
25306 1998-05-29  Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
25307
25308         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
25309         earlier.
25310
25311 1998-05-28  Catherine Moore <clm@cygnus.com>
25312
25313         * gcc.c-torture/execute/980526-3.c: New test.
25314
25315 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
25316
25317         * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
25318         fail on m68k-motorola-sysv and m88k-motorola-sysv3.
25319         * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
25320         m88k-motorola-sysv3 to XFAIL.
25321
25322 1998-05-26  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
25323
25324         * gcc.dg/980526-1.c: New test.
25325         * gcc.c-torture/execute/980526-2.c: New test.
25326
25327 1998-05-26  Jeffrey A Law  (law@cygnus.com)
25328
25329         * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
25330
25331         * gcc.c-torture/execute/980526-1.c: New test.
25332
25333 1998-05-26  Dave Love  <d.love@dl.ac.uk>
25334
25335         * g77.f-torture/execute/alpha2.f: Add runtime test.
25336
25337 1998-05-24  Jason Merrill  <jason@yorick.cygnus.com>
25338
25339         * g++.old-deja/old-deja.exp: Strip leading directories.
25340
25341         * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
25342         error for the line.  Don't run multiple tests for the same line.
25343
25344 1998-05-23  Jeffrey A Law  (law@cygnus.com)
25345
25346         * gcc.dg/980523-1.c: New test.
25347
25348 1998-05-23  Dave Love  <d.love@dl.ac.uk>
25349
25350         * g77.f-torture/compile/970915-0.f: New test.
25351
25352 1998-05-23  Jason Merrill  <jason@yorick.cygnus.com>
25353
25354         * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
25355
25356 1998-05-21  Jeffrey A Law  (law@cygnus.com)
25357
25358         * gcc.dg/980520-1.c: New test.
25359
25360 1998-05-20  Manfred Hollstein  <manfred@s-direktnet.de>
25361
25362         * gcc.dg/980502-1.c: Fix return type.
25363
25364 1998-05-20  Jeffrey A Law  (law@cygnus.com)
25365
25366         * gcc.dg/{980502-1.c, clobbers.c}: New tests.
25367         * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
25368         * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
25369         * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
25370         * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
25371
25372 1998-05-20  Dave Love  <d.love@dl.ac.uk>
25373
25374         * g77.f-torture/execute/980520-1.f: New test.
25375
25376 1998-05-15  Dave Love  <d.love@dl.ac.uk>
25377
25378         * lib/mike-g77.exp: New file.
25379
25380         * g77.f-torture/noncompile/noncompile.exp,
25381         g77.f-torture/noncompile/check0.f: New files.
25382
25383 1998-05-14  Dave Love  <d.love@dl.ac.uk>
25384
25385         * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
25386         g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
25387         g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
25388         g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
25389         g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
25390         abort where appropriate.
25391
25392 1998-05-05  Michael Meissner  <meissner@cygnus.com>
25393
25394         * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
25395         * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
25396
25397 1998-04-29  Dave Love  <d.love@dl.ac.uk>
25398
25399         * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
25400
25401 1998-04-27  Dave Love  <d.love@dl.ac.uk>
25402
25403         * g77.f-torture/compile/980427-0.f: New test.
25404
25405 1998-04-24  Dave Love  <d.love@dl.ac.uk>
25406
25407         * g77.f-torture/compile/980424-0.f: New test.
25408
25409 1998-04-19  Dave Love  <d.love@dl.ac.uk>
25410
25411         * g77.f-torture/compile/980419-2.f (main): New test.
25412         * g77.f-torture/compile/970125-0.f: New test.
25413         * g77.f-torture/compile/980419-1.f: New test.
25414
25415 1998-04-08  Jim Wilson  <wilson@cygnus.com>
25416
25417         * gcc.c-torture/execute/980407-1.c: Delete test.  Is duplicate
25418         of loop-4.c.
25419
25420 1998-04-07  Jim Wilson  <wilson@cygnus.com>
25421
25422         * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
25423
25424 1998-04-03  Jim Wilson  <wilson@cygnus.com>
25425
25426         * gcc.c-torture/compile/980329-1.c: New test.
25427
25428 1998-03-18  Jim Wilson  <wilson@cygnus.com>
25429
25430         * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
25431         * gcc.dg/980312-1.c: Fix typo in -march command.
25432
25433 1998-03-16  H.J. Lu  (hjl@gnu.org)
25434
25435         * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
25436
25437 1998-03-11  Robert Lipe  <robertl@dgii.com>
25438
25439         * g77.f-torture/execute/980310-5.f: Deleted.  Craig Burley and
25440         Dave Love agree the Fortran source is bogus.
25441
25442 1998-03-11  Robert Lipe  <robertl@dgii.com>
25443
25444         * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
25445         g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
25446         g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
25447         g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
25448         * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
25449
25450 1998-03-10  Alexandre Oliva   <oliva@dcc.unicamp.br>
25451
25452         * g++.old-deja/g++.other/friend1.C: New test.
25453
25454 1998-02-18  Dave Love  <d.love@dl.ac.uk>
25455
25456         * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
25457         possibly uninitialized) variables and declare dnrm2.
25458
25459 1998-02-23  Robert Lipe <robertl@dgii.com>
25460
25461         From Bruno Haible <haible@ilog.fr>:
25462         * gcc.c-torture/execute/980223.c: New test.
25463
25464 1998-02-13  Jeffrey A Law  (law@cygnus.com)
25465
25466         * gcc.dg/ifelse-1.c: New test.
25467
25468 1998-02-09  H.J. Lu  (hjl@gnu.org)
25469
25470         * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
25471
25472           * lib/old-dejagnu.exp (old-dejagnu): Added the
25473           "execution test - XFAIL *-*-*" handling in the spirit of
25474           "excess errors test -". Changed the "execution test fails"
25475           handling to be like "excess errors test fails".
25476           * Update various tests accordingly.
25477
25478 1998-02-06  Jim Wilson  <wilson@cygnus.com>
25479
25480         * gcc.c-torture/execute/980205.c: New test.
25481
25482 1998-01-18  Jeffrey A Law  (law@cygnus.com)
25483
25484         * lib/c-torture.exp: Look for .x files instead of .cexp files.
25485         * lib/f-torture.exp: Similarly.
25486         * gcc.c-torture: Rename all .cexp files to .x files.
25487
25488 1997-12-08  J"orn Rennecke <amylaar@cygnus.co.uk>
25489
25490         * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
25491         (940510-1.c): Removed duplicate.
25492         (971104-1.c): New test.
25493
25494 1997-11-25  Kate Hedstrom  (kate@ahab.rutgers.edu)
25495
25496           * lib/f-torture.exp: Improve error and loop detection.
25497
25498 1997-11-19  Michael Meissner  <meissner@cygnus.com>
25499
25500         * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
25501         use that to size the filler array.
25502
25503 1997-09-26  Bob Manson  <manson@charmed.cygnus.com>
25504
25505         * lib/c-torture.exp(c-torture-execute): Fix typo.
25506
25507         * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
25508         testcase as the executable name. Keep the executable around if
25509         the test fails.
25510
25511 1997-09-19  Bob Manson  <manson@charmed.cygnus.com>
25512
25513         * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
25514         changes.  Only test one -g option, and move it to the end of the
25515         list of options to test.
25516
25517 1997-09-19  Michael Meissner  <meissner@cygnus.com>
25518
25519         * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
25520         variable GCC_TORTURE_OPTIONS to supply default switches separated
25521         by colons.  If no environment variable, run tests with -O0 -g, -O1
25522         -g, and -O2 -g as well.
25523
25524 1997-09-17  Bob Manson  <manson@charmed.cygnus.com>
25525
25526         * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
25527         explanatory comments. Fix indentation.
25528
25529 1997-09-15  Jeffrey A Law  (law@cygnus.com)
25530
25531         * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
25532
25533 1997-09-11  Jeffrey A Law  (law@cygnus.com)
25534
25535         * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
25536         * g++.old-deja/g++.mike/p7325.C: Likewise.
25537         * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
25538
25539 1997-09-11  Alexandre Oliva  (oliva@dcc.unicamp.br)
25540
25541         * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
25542         * g++.old-deja/g++.brendan/crash30.C: Likewise.
25543         * g++.old-deja/g++.brendan/crash39.C: Likewise.
25544         * g++.old-deja/g++.law/operators4.C: Likewise.
25545
25546 1997-09-11  Joe Buck  (jbuck@synopsys.com)
25547
25548         * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
25549         * g++.old-deja/g++.mike/p784.C: Ditto.
25550         * g++.old-deja/g++.mike/p785.C: Ditto.
25551
25552 1997-09-05  Jeffrey A Law  (law@cygnus.com)
25553
25554           * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
25555
25556 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
25557
25558         * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
25559         target feature; pass this to c-torture-execute as needed.
25560
25561 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
25562
25563         * lib/c-torture.exp(c-torture-execute): If the previous and the
25564         current executables being tested are identical, we don't need to
25565         run the executable again. Try to make the executable names
25566         unique. Add an optional argument for passing additional compiler
25567         flags.
25568
25569 1997-09-02  Doug Evans  <dje@canuck.cygnus.com>
25570
25571         * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
25572
25573 1997-08-29  Jeffrey A Law  (law@cygnus.com)
25574
25575         * gcc.c-torture/execute/921007-1.c: Make strcmp static.
25576
25577 1997-07-31  Jeffrey A Law  (law@cygnus.com)
25578
25579         * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
25580         32bit or larger longs.
25581
25582         * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
25583         have either a 32bit long or 32bit int.
25584
25585 1997-07-29  J"orn Rennecke <amylaar@cygnus.co.uk>
25586
25587         * gcc.c-torture/execute/conversion.c (test_float_to_integer):
25588         Make double precision tests dependent on sizeof (double).
25589
25590 1997-07-09  Bob Manson  <manson@charmed.cygnus.com>
25591
25592         * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
25593         too.
25594
25595 1997-06-17  J"orn Rennecke <amylaar@cygnus.co.uk>
25596
25597         * gcc.c-torture/compile/961203-1.cexp: New script.
25598
25599 1997-06-16  Bob Manson  <manson@charmed.cygnus.com>
25600
25601         * lib/g++.exp(g++_init): Use g++_include_flags instead of making
25602         up the includes ourselves.
25603
25604 1997-06-11  Bob Manson  <manson@charmed.cygnus.com>
25605
25606         * lib/plumhall.exp: Remove random include, and add a few
25607         verbose messages for debugging.
25608
25609 1997-06-06  Bob Manson  <manson@charmed.cygnus.com>
25610
25611         * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
25612         of trying to do it ourselves.
25613
25614 1997-06-04  J"orn Rennecke <amylaar@cygnus.co.uk>
25615
25616         * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
25617
25618 1997-06-04  Bob Manson  <manson@charmed.cygnus.com>
25619
25620         * gcc.prms/5403.c: Made regexp a bit less strict.
25621
25622 1997-06-03  Bob Manson  <manson@charmed.cygnus.com>
25623
25624         * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
25625         is returned from remote_load instead.
25626         * lib/plumhall.exp: Ditto.
25627         * lib/mike-g++.exp: Ditto.
25628         * lib/old-dejagnu.exp: Ditto.
25629         * lib/c-torture.exp: Ditto.
25630
25631 1997-05-30  Bob Manson  <manson@charmed.cygnus.com>
25632
25633         * lib/g++.exp: Use build_wrapper procedure.
25634         * lib/gcc.exp: Ditto.
25635
25636 1997-05-20  Jeffrey A Law  (law@cygnus.com)
25637
25638         * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
25639         an old-style decl for malloc.  Fixes tests to work when
25640         sizeof (int) != sizeof (size_t).
25641
25642 1997-05-15  Mike Meissner  <meissner@cygnus.com>
25643
25644         * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
25645
25646         * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
25647         use stdargs.h interface.
25648
25649 1997-05-15  Mike Meissner  <meissner@cygnus.com>
25650
25651         * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
25652         NO_VARARGS when compiling.
25653
25654 1997-05-01  Bob Manson  <manson@charmed.cygnus.com>
25655
25656         * lib/plumhall.exp(ph_includes): New procedure.
25657         (ph_make): Use it.
25658         (ph_compiler): Ditto.
25659
25660         * lib/g++.exp: Rename test-glue.c to testglue.c.
25661         * lib/gcc.exp: Ditto.
25662
25663 1997-04-10  Bob Manson  <manson@charmed.cygnus.com>
25664
25665         * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
25666         to completion when it's called.
25667
25668 1997-03-21  Michael Meissner  <meissner@cygnus.com>
25669
25670         * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
25671         is defined, don't do test.
25672
25673 1997-03-20  Doug Evans  <dje@canuck.cygnus.com>
25674
25675         * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
25676         for object files.
25677         (ph_summary): Mark skipped testcases as untested, not unresolved.
25678
25679         * lib/plumhall.exp (ph_make): If unresolved because of bad
25680         errorCode, record errorCode in log file.
25681         (*): Replace send_log/verbose with verbose -log.
25682
25683 1997-03-19  Michael Meissner  <meissner@cygnus.com>
25684
25685         * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
25686         double conversion if double isn't at least 8 bytes.
25687
25688         * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
25689         int to work with targets where int is 16 bits.
25690
25691         * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
25692         8 bytes, just exit, since 4 byte doubles don't have enough bits of
25693         precision for the test to complete.
25694
25695 1997-03-14  Michael Meissner  <meissner@cygnus.com>
25696
25697         * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
25698         if d10v is not compiled with the -mdouble64 flag.
25699         * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
25700
25701         * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
25702         d10v is not compiled with the -mint32 flag.
25703
25704 1997-03-13  Bob Manson  <manson@charmed.cygnus.com>
25705
25706         * lib/plumhall.exp: Use incr_count.
25707
25708 1997-03-12  Jeffrey A Law  (law@cygnus.com)
25709
25710         * gcc.c-torture: Update to c-torture-1.45.
25711
25712 1997-02-23  Bob Manson  <manson@charmed.cygnus.com>
25713
25714         * lib/gcc.exp(gcc_init): Add args parameter (which will contain
25715         the name of the expect testcase file).
25716
25717         * lib/g++.exp(g++_init): Ditto.
25718
25719 1997-02-20  Bob Manson  <manson@charmed.cygnus.com>
25720
25721         * lib/g++.exp(g++_exit): $gluefile lives on the build, not
25722         the host.
25723
25724         * lib/gcc.exp(gcc_exit): New procedure.
25725
25726 1997-02-19  Bob Manson  <manson@charmed.cygnus.com>
25727
25728         * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
25729         specs where appropriate.
25730
25731         * g++.old-deja/g++.arm/*: Added additional ERROR checks
25732         because of new "candidates are" messages, and removed a few
25733
25734         * Converted all non-old-style g++ testcases to old-style, and
25735         moved into g++.old-deja.
25736
25737 1997-02-14  Bob Manson  <manson@charmed.cygnus.com>
25738
25739         * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
25740         options.
25741
25742         * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
25743         succeeded.
25744
25745         * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
25746
25747 1997-02-13  Michael Meissner  <meissner@cygnus.com>
25748
25749         * lib/gcc.exp (gcc_target_compile): Add support for defining
25750         NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
25751         the machine doesn't have those features.
25752
25753 1997-02-11  Bob Manson  <manson@charmed.cygnus.com>
25754
25755         * g++.law/operators4.exp: Don't use LIBS.
25756
25757 1997-02-08  Bob Manson  <manson@charmed.cygnus.com>
25758
25759         * g++.law/virtual1.exp: Don't use CXX_FLAGS.
25760
25761         * lib/mike-g++.exp: Don't set the compiler to be tested here.
25762         * lib/g++.exp: Set it here instead. Also, allow use of the
25763         --tool_exec and --tool_opt options. Change CXX to
25764         GXX_UNDER_TEST.
25765
25766         * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
25767
25768         * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
25769
25770 1997-02-07  Bob Manson  <manson@charmed.cygnus.com>
25771
25772         * lib/old-dejagnu.exp: Use prune_warnings instead of
25773         prune_system_crud.
25774         * lib/mike-g++.exp: Ditto.
25775         * lib/gcc.exp: Ditto.
25776         * lib/g++.exp: Ditto.
25777
25778         * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
25779
25780 1997-02-07  Jeffrey A Law  (law@cygnus.com)
25781
25782           * 941014-2.c: Include stdlib.h
25783           * 960327-1.c: Include stdio.h
25784           * dbra.c, index-1.c: Don't assume ints are 32bits.
25785
25786 1997-02-04  Bob Manson  <manson@charmed.cygnus.com>
25787
25788         * lib/gcc.exp: Add gcc,stack_size target feature.
25789
25790         * lib/g++.exp(g++_target_compile): Add the include and link
25791         paths here, not in two other places. And, it's $options, not
25792         options.
25793
25794         * lib/mike-g++.exp(postbase): Remove the code that determines
25795         the correct include and link paths.
25796         * g++.old-deja/old-deja.exp: Ditto.
25797
25798 1997-02-03  Bob Manson  <manson@charmed.cygnus.com>
25799
25800         * lib/g++.exp(g++_init): target_compile no longer returns the
25801         filename of the result.
25802
25803 1997-02-02  Bob Manson  <manson@charmed.cygnus.com>
25804
25805         * gcc.misc-tests/gcov.exp: Add -nocomplain to the
25806         call to glob.
25807
25808         * gcc.c-torture/special/special.exp: Change call to
25809         gcc_target_compile to include the object file.
25810
25811 1997-02-02  Ian Lance Taylor  <ian@cygnus.com>
25812
25813         * gcc.c-torture/special/special.exp: Correct misspelling in last
25814         change.
25815
25816 1997-02-01  Bob Manson  <manson@charmed.cygnus.com>
25817
25818         * lib/plumhall.exp(ph_summary): Log the entire output of the
25819         executable. Return -1 if there were any failures, 0 otherwise.
25820         (ph_execute): Return -1 if there were any failures, 0 otherwise.
25821         (ph_make): Clean up objects and executables that were built
25822         if the tests succeeded.
25823
25824 1997-01-30  Bob Manson  <manson@charmed.cygnus.com>
25825
25826         * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
25827         libraries and includes in the build tree as appropriate.
25828
25829 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
25830
25831         * lib/c-torture.exp: Instead of looking for the global variable
25832         NO_LONG_LONG, check to see if that's a feature of the target.
25833
25834 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
25835
25836         * config/default.exp: Minimize. Delete the remainer of the files in
25837         config; this functionality is now in devo/dejagnu/config.
25838
25839         g++.*/*: Pass any additional flags used to compile to postbase;
25840         delete CXXFLAGS.
25841
25842         gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
25843         is now done by runtest.exp. Use gcc_target_compile instead of
25844         compile.
25845
25846         lib/c-torture.exp: Use gcc_target_compile instead of compile.
25847         Remove references to CFLAGS. Use remote_file instead of
25848         calling rm -f.
25849         (c-torture): Take a list of arguments to use to compile this
25850         testcase.
25851
25852         lib/g++.exp: Simplify. Use target_compile instead of compile.
25853         lib/gcc-dg.exp: Ditto.
25854         lib/gcc.exp: Ditto.
25855         lib/mike-{gcc,g++}.exp: Ditto.
25856         lib/old-dejagnu.exp: Ditto.
25857         lib/plumhall.exp: Ditto.
25858
25859 1997-01-08  Jim Wilson  <wilson@cygnus.com>
25860
25861         * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
25862         (ph_linker): Likewise.
25863
25864 1996-11-13  Joern Rennecke <amylaar@cygnus.com>
25865
25866           * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
25867         MAP_ANON / MAP_ANONYMOUS if defined;
25868         else try to map from /dev/zero .
25869
25870 1996-11-12  Jeffrey A Law  (law@cygnus.com)
25871
25872         * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}:  If MAP_ANON
25873         isn't defined, then define it to MAP_ANONYMOUS.
25874
25875 1996-11-12  Jeffrey A Law  (law@cygnus.com)
25876
25877         * gcc.c-torture: Update to c-torture-1.42 release.
25878
25879 1996-11-11  Jeffrey A Law  (law@cygnus.com)
25880
25881         * gcc.c-torture: Update to c-torture-1.41 release.
25882
25883 1996-10-27  Jeffrey A Law  (law@cygnus.com)
25884
25885         * gcc.c-torture/execute/enum-1.c: New test.  Will be in next
25886         c-torture release.
25887
25888 1996-08-15  Brendan Kehoe  <brendan@lisa.cygnus.com>
25889
25890         * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
25891         and LDFLAGS.  Fix second case to append the target_info ldflags
25892         onto LDFLAGS, not CFLAGS.
25893         * lib/g++.exp (g++_init): Add target_info stuff.
25894         * lib/old-dejagnu.exp (old-dejagnu-init): Likewise.  Add inclusion
25895         of libgloss and newlib flags for !native.
25896
25897         * config/proelf.exp: Load remote.exp and do `push_target hppro'.
25898         (GDB): Fix relative path to go up another dir for finding gdb.
25899
25900 1996-08-08  Rob Savoye  <rob@chinadoll.cygnus.com>
25901
25902         * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
25903         versions in the target_info array, if they don't exist.
25904
25905 1996-08-02  Brendan Kehoe  <brendan@lisa.cygnus.com>
25906
25907         * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
25908
25909 1996-07-08  Jim Wilson  <wilson@cygnus.com>
25910
25911         * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
25912         * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
25913
25914 1996-07-01  Bob Manson  <manson@charmed.cygnus.com>
25915
25916         * lib/old-dejagnu.exp: Don't remove the output file before we've
25917         actually tested it. Don't append pwd to the path of the executable
25918         we're testing.
25919
25920 1996-06-30  Doug Evans  <dje@canuck.cygnus.com>
25921
25922         * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
25923
25924 1996-06-26  Bob Manson  <manson@charmed.cygnus.com>
25925
25926         * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
25927         temporary directory for compiler files, and set it to a default
25928         value of /tmp. Set $output as the name of the output file from
25929         compiling the testcase. Add a -o option to $cflags_var so the
25930         compiler writes the final output file as $output. Set $executable
25931         to $output.
25932
25933         * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
25934         directory for compiler files, and set it to /tmp if it doesn't
25935         already have a value. Set $output_file to the name of the output
25936         file from compiling the testcase. Add a -o option to CXXFLAGS so
25937         the compiler writes the final output file as $output. Use $output
25938         as the executable to be tested.
25939
25940 1996-06-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
25941
25942         * lib/g++.exp: Also add -Wl,-rpath,... for linux.
25943
25944 1996-06-08  Jeffrey A Law  (law@cygnus.com)
25945
25946         * gcc.c-torture/execute/pending-1.c: New test.  Still
25947         pending in Tege's queue.
25948
25949 1996-04-24  Jim Wilson  <wilson@chestnut.cygnus.com>
25950
25951         * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
25952         Add variables local_failcnt and local_unresolvedcnt.  Call gcc_fail
25953         if there were failures.  Call unresolved if there were unresolved
25954         testcases.  Call gcc_fail if program did not run to completion.
25955         (ph_make): Pass additional argument name to ph_execute.
25956         (ph_execute): Add new argument.  Pass additional arguments to
25957         ph_summary.  Call gcc_fail is there is no execution output.
25958
25959 1996-04-24  Jeffrey A Law  (law@cygnus.com)
25960
25961         * lib/plumhall.exp (proc_summary): Output relavent summary
25962         lines into the log so specific failures in plumhall can be
25963         investigated.
25964
25965 1996-04-10  Jeffrey A Law  (law@cygnus.com)
25966
25967         * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
25968         (c-torture-execute): Don't try to execute tests which use
25969         "long long" types if $NO_LONG_LONG is nonzero.
25970
25971 1996-04-08  Doug Evans  <dje@canuck.cygnus.com>
25972
25973         * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
25974         not c-torture.
25975
25976         * gcc.ieee: Move from here.
25977         * gcc.c-torture/execute/ieee: To here.
25978
25979 1996-03-26  Jeffrey A Law  (law@cygnus.com)
25980
25981         * gcc.c-torture: Update to c-torture-1.41 release.
25982
25983 1996-03-22  Jeffrey A Law  (law@cygnus.com)
25984
25985         * lib/c-torture.exp (c-torture-execute): Remove "$executable",
25986         not "$output".
25987
25988 1996-03-07  Doug Evans  <dje@charmed.cygnus.com>
25989
25990         * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
25991         -c present.
25992
25993 1996-03-02  Jeffrey A Law  (law@cygnus.com)
25994
25995         * config/proelf.exp: Handle connecting to a simulator.
25996
25997 1996-01-31  Jeffrey A Law  (law@cygnus.com)
25998
25999         * config/proelf.exp: New file.  Enough framework that we can
26000         run c-torture tests on the proelf targets (or any other target
26001         that gdb can connect to for that matter).
26002
26003 1996-01-29  Doug Evans  <dje@canuck.cygnus.com>
26004
26005         * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
26006         * gcc.ph/testing/limits/limits.exp: Likewise.  Don't pass $CFLAGS.
26007
26008         * lib/plumhall.exp (ph_execute): Always call ph_summary if
26009         exec_output exists.
26010
26011 1996-01-28  Doug Evans  <dje@charmed.cygnus.com>
26012
26013         * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
26014         (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
26015
26016         * config/*.exp: Update FSF address.  Change result of ${tool}_load
26017         to pass/fail/unresolved/unsupported/untested.  Caller must now
26018         call unresolved/unsupported/untested.
26019         * lib/*.exp: Update FSF address.  Update to handle new results of
26020         ${tool}_load.
26021         * lib/chill.exp (verbose): Delete.
26022
26023 1996-01-27  Doug Evans  <dje@charmed.cygnus.com>
26024
26025         * lib/gcc.exp (default_gcc_start): Change order of args to
26026         $LDFLAGS $CFLAGS $LIBS.
26027         * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
26028         Save/set/restore CFLAGS.  Pass single arg to gcc_start.
26029         * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
26030         (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
26031         * gcc.misc-tests/dg-test.exp: Likewise.
26032         * gcc.misc-tests/msgs.exp: Likewise.
26033         * gcc.prms/prms.exp: Likewise.
26034         * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
26035         (CFLAGS,LIBS): Delete references.  Don't pass $CFLAGS to dg-runtest.
26036
26037         * lib/dg.exp: Deleted, moved to dejagnu/lib.
26038
26039 1996-01-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
26040
26041         * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
26042
26043         * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
26044         * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
26045
26046         * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
26047         necessary.
26048
26049 1996-01-20  Brendan Kehoe  <brendan@cygnus.com>
26050
26051         * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
26052         global for loop; add use of $mathlib.
26053         * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
26054         settings here; set mathlib for anything but VxWorks.
26055
26056 1996-01-22  Jeffrey A Law  (law@cygnus.com)
26057
26058         * gcc.c-torture: Update to c-torture-1.40 release.
26059
26060 1996-01-03  Jeffrey A Law  (law@cygnus.com)
26061
26062         * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
26063         dg.exp.
26064
26065 1995-12-03  Jeffrey A. Law  <law@sethra.cygnus.com>
26066
26067         * lib/c-torture.exp (c-torture-execute): Declare "output" as
26068         global.
26069
26070 1995-11-17  Doug Evans  <dje@canuck.cygnus.com>
26071
26072         * lib/g++.exp (LIBS): Define if not already.
26073         * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
26074         (gcc-dg-prune): Call prune_gcc_output.
26075         * lib/gcc.exp (prune_gcc_output): New proc.
26076         * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
26077         prune_gcc_output.
26078
26079 1995-11-16  Doug Evans  <dje@canuck.cygnus.com>
26080
26081         * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
26082         (c-torture-execute): Likewise.  Rename `name' to `testcase'.
26083
26084 1995-11-15  Jeffrey A Law  (law@cygnus.com)
26085
26086         * gcc.c-torture: Update to c-torture-1.39 release.
26087
26088 1995-11-04  Doug Evans  <dje@canuck.cygnus.com>
26089
26090         * lib/c-torture.exp (c-torture-execute): Don't return if one option
26091         fails, try others as well.
26092
26093 1995-11-02  Doug Evans  <dje@canuck.cygnus.com>
26094
26095         * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
26096         If compilation fails, mark execute tests as `untested'.
26097         If test is marked as unsupported, don't mark compilation and
26098         execute tests as failed.
26099
26100 1995-10-25  Brendan Kehoe  <brendan@lisa.cygnus.com>
26101
26102         * lib/g++.exp (g++_init): Don't link in libg++, and look to
26103         libstdc++ for whether or not we want to be doing shared
26104         libraries.  Delete link_curses since we don't need it anymore.
26105         * lib/mike-g++.exp (postbase): Don't link in libg++.
26106         * g++.old-deja/old-deja.exp: Likewise.
26107
26108 1995-10-23  Brendan Kehoe  <brendan@lisa.cygnus.com>
26109
26110         * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
26111
26112 1995-10-17  Brendan Kehoe  <brendan@lisa.cygnus.com>
26113
26114         * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
26115         For that, add `-Wl,-a,shared_archive'.
26116         * g++.old-deja/old-deja.exp: Likewise.
26117
26118 1995-10-17  Doug Evans  <dje@canuck.cygnus.com>
26119
26120         * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
26121
26122 1995-10-16  Brendan Kehoe  <brendan@cygnus.com>
26123
26124         * lib/mike-g++.exp (postbase): Pay attention to the status of
26125         g++_load.
26126
26127 1995-10-16  Brendan Kehoe  <brendan@lisa.cygnus.com>
26128
26129           * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
26130
26131 1995-10-16  Doug Evans  <dje@canuck.cygnus.com>
26132
26133         * lib/gcc.exp (default_gcc_start): No longer need to log program
26134         being executed or its output, execute_anywhere does that now.
26135         * lib/g++.exp (default_g++_version): Call execute_anywhere.
26136         (default_g++_start): Likewise.  Delete calls to verbose/send_log.
26137
26138 1995-10-12  Brendan Kehoe  <brendan@lisa.cygnus.com>
26139
26140         * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
26141         the same as those in lib/g++.exp.
26142
26143 1995-10-10  Jeff Law  (law@hurl.cygnus.com)
26144
26145         * gcc.c-torture: Update to c-torture-1.38 release.
26146         * gcc.ieee: Related changes.
26147
26148 1995-10-06  Rob Savoye  <rob@darkstar.cygnus.com>
26149
26150         * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
26151         "exec". Minor reformatting changes.
26152
26153         * config/rom68k.exp (${tool}_load): Make it work in a canadian
26154         cross. This means all "exec" calls now work on a remote host as
26155         well.
26156         * lib/c-torture.exp (c-torture-compile): Make work for a canadian
26157         cross. Filter out the extra "\r\n" stuff that expect puts in.
26158         (c-torture-execute): Filter out the bogus warnings like
26159         c-torture-compile does. Add support for canadian cross.
26160         * lib/gcc.exp (default_gcc_version, default_gcc_start)
26161         Use execute_anywhere rather than calling exec directly. Now it
26162         works for canadian cross testing.
26163
26164 1995-10-05  Brendan Kehoe  <brendan@rtl.cygnus.com>
26165
26166         * lib/g++.exp: Add -nocomplain flag to glob.  Use catch to put the
26167         results into a variable, and check that rather than using file exists.
26168
26169 1995-10-04  Brendan Kehoe  <brendan@lisa.cygnus.com>
26170
26171         * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
26172         create a libg++.so.  For sunos4.1.*, also add -ltermcap.
26173
26174 1995-09-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
26175
26176         * g++.old-deja/old-deja.exp: Create and pass runshlib and
26177         lib_curses if there's a shared libg++ in the build tree.
26178
26179 1995-09-22  Doug Evans  <dje@canuck.cygnus.com>
26180
26181         * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
26182         if not supported target.
26183
26184 1995-09-22  Brendan Kehoe  <brendan@lisa.cygnus.com>
26185
26186         * lib/g++.exp (g++_init): Move empty setting of runshlib and
26187         link_curses up to always happen, not just for native builds.
26188
26189 1995-09-21  Jeff Law  (law@snake.cs.utah.edu)
26190
26191         * gcc.c-torture: Update to c-torture-1.36 release.
26192         * gcc.failure: Related changes.
26193
26194 1995-09-20  Doug Evans  <dje@canuck.cygnus.com>
26195
26196         * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
26197
26198 1995-09-19  Brendan Kehoe  <brendan@lisa.cygnus.com>
26199
26200         * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
26201         * lib/mike-g++.exp (postbase): Not in here.  Still reference
26202         runshlib, link_curses, and mathlib for link and run.
26203
26204         * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
26205         pass the runtime shared library options for Solaris, OSF/1, and
26206         Irix5, and link with -lcurses to avoid unresolved references.
26207
26208 1995-09-13  Brendan Kehoe  <brendan@lisa.cygnus.com>
26209
26210         * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
26211         only run once.
26212
26213 1995-09-13  Doug Evans  <dje@canuck.cygnus.com>
26214
26215         * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
26216
26217 1995-09-11  Jeff Law  (law@snake.cs.utah.edu)
26218
26219         * gcc.c-torture: Update to c-torture-1.35 release.  Note we
26220         do not have a framework for the "compat" tests yet.
26221
26222 1995-09-09  Brendan Kehoe  <brendan@lisa.cygnus.com>
26223
26224         * lib/mike-g++.exp (postbase): New local variable `mathlib',
26225         set to null if we're testing vxworks5.1.  Use that instead of
26226         `-lm' in the setting of LIBS for link and run.
26227
26228 1995-09-08  Brendan Kehoe  <brendan@lisa.cygnus.com>
26229
26230         * config/rom68k.exp (${tool}_load): Major changes to make it
26231         work.  Verified that it does in fact return the stuff in
26232         exec_output properly.  Catch any Emul or any TRAP other than 0.
26233
26234 1995-09-07  Brendan Kehoe  <brendan@lisa.cygnus.com>
26235
26236         * lib/mike-g++.exp (prebase): Call g++_init at the end to set
26237         LDFLAGS properly for targets that need stuff from libgloss.
26238         * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
26239         only run once.
26240         (gpp_initialized): New variable.
26241
26242 1995-09-06  Rob Savoye  <rob@darkstar.cygnus.com>
26243
26244         * config/rom68k.exp: Load libgloss.exp.
26245         * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
26246         so we can produce a fully linked binary.
26247         * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
26248         so we can produce a fully linked binary.
26249
26250 1995-09-03  Doug Evans  <dje@canuck.cygnus.com>
26251
26252         * lib/plumhall.exp (ph_section): Watch for expected failures.
26253         Add missing `else'.
26254
26255         * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
26256         run the testcase.
26257         (c-torture): Likewise.
26258
26259 1995-08-28  Doug Evans  <dje@cygnus.com>
26260
26261         * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
26262
26263         * lib/mike-g++.exp (mike_cleanup): New proc.
26264         (prebase): New globals compiler_result, not_compiler_result,
26265         target_regexp.
26266         (postbase): Likewise.  Call mike_cleanup.  Pass "--" to regexp to
26267         allow leading "-" in pattern.  Watch for unsupported tests.
26268         If $compiler_result is set, pattern match assembler code,
26269         and ditto for $not_compiler_result.
26270         * lib/mike-gcc.exp: Likewise.
26271
26272         * lib/plumhall.exp (ph_execute): Only call ph_summary if
26273         execution "succeeded".
26274
26275 1995-08-14  Doug Evans  <dje@canuck.cygnus.com>
26276
26277         * config/win32.exp: New file.
26278         * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
26279
26280 1995-08-04  Doug Evans  <dje@canuck.cygnus.com>
26281
26282         * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
26283         unsupported.
26284         * lib/mike-{gcc,g++}.exp (postbase): Likewise.
26285         * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
26286         * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
26287
26288         * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
26289         "... without exceptions was ...".  That is now handled by
26290         prune_system_crud.
26291         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
26292
26293 1995-08-01  Doug Evans  <dje@canuck.cygnus.com>
26294
26295         * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
26296         sieve.c,sort2.c}: New files.
26297         * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
26298         sieve.exp,sort2.exp}: Drivers for them.
26299
26300         * lib/mike-gcc.exp (program_output): New user settable variable.
26301         (postbase): Call prune_system_crud.  Also prune extraneous compiler
26302         messages.
26303         * lib/mike-g++.exp (program_output): New user settable variable.
26304
26305         * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
26306
26307         * config/sh.exp: Deleted (use sim.exp instead).
26308
26309 1995-07-28  Brendan Kehoe  <brendan@lisa.cygnus.com>
26310
26311         * config/vx.exp: Declare CHECKTASK as global.
26312         * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
26313         * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
26314         * lib/old-dejagnu.exp: Load [pwd]/$executable.
26315
26316 1995-07-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
26317
26318         * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
26319         target. Like vx.exp, only includes `vx29k.exp' instead of
26320         `vxworks.exp'.
26321
26322 1995-07-23  Ian Lance Taylor  <ian@cygnus.com>
26323
26324         * config/sim.exp: Increase time limit from 120 seconds to 240.
26325
26326 1995-07-06  Jeffrey A. Law  <law@rtl.cygnus.com>
26327
26328         * gcc.c-torture/execute/950628-1.c: New test.
26329
26330 1995-06-10  Jeff Law  (law@snake.cs.utah.edu)
26331
26332         * gcc.c-torture: Update with changes/additions from
26333         c-torture-1.34.
26334
26335 1995-06-05  Doug Evans  <dje@canuck.cygnus.com>
26336
26337         * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
26338
26339 1995-06-04  Jeff Law  (law@snake.cs.utah.edu)
26340
26341         * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
26342
26343 1995-06-01  Jeff Law  (law@snake.cs.utah.edu)
26344
26345         * gcc.c-torture/compile/950512-1.c: New test.
26346         * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
26347         * gcc.dg/struct-ret-1.c: Likewise.
26348
26349 1995-05-31  Doug Evans  <dje@canuck.cygnus.com>
26350
26351         * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
26352           930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
26353
26354 1995-05-30  Doug Evans  <dje@canuck.cygnus.com>
26355
26356         * gcc.c-torture/special/920411-1.c: Deleted.
26357         * gcc.c-torture/special/special.exp: Delete 920411-1.c.
26358
26359 1995-05-22  Doug Evans  <dje@chestnut.cygnus.com>
26360
26361         * config/sim.exp (${tool}_load): Hack in call to bash to get a
26362         cpu limit.
26363
26364 1995-05-12  Torbjorn Granlund  <tege@rtl.cygnus.com>
26365
26366         * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
26367
26368 1995-05-04  Torbjorn Granlund  <tege@adder.cygnus.com>
26369
26370         From kenner;
26371         * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
26372         is the proper length.
26373         * va-arg-3.c: Likewise.
26374
26375 1995-04-30  Doug Evans  <dje@canuck.cygnus.com>
26376
26377         * lib/dg.exp: Moved to dejagnu/lib.  Copy kept here (for awhile).
26378         * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
26379
26380         * lib/gcc.exp (default_gcc_start): Delete old cruft.  Delete result.
26381         * lib/g++.exp (default_g++_start): Delete old cruft.
26382
26383 1995-04-25  Torbjorn Granlund  <tege@cygnus.com>
26384
26385         * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
26386         (2 * (1 << 18)) to (2 * (1 << 17)).
26387
26388         * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
26389
26390 1995-04-20  J.T. Conklin  <jtc@rtl.cygnus.com>
26391
26392         * config/rom68k.exp: Renamed from config/idp.exp
26393
26394 1995-04-18  Torbjorn Granlund  <tege@rtl.cygnus.com>
26395
26396         * c-torture/compile/921109-2.c
26397
26398 1995-04-18  Mike Stump  <mrs@cygnus.com>
26399
26400         * lib/old-dejagnu.exp: We expect Execution test failure if we expected
26401         excess errors.
26402
26403 1995-04-15  Doug Evans  <dje@chestnut.cygnus.com>
26404
26405         * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
26406         output.
26407         * lib/g++.exp (default_g++_start): Likewise.
26408
26409 1995-03-29  Torbjorn Granlund  <tege@adder.cygnus.com>
26410
26411         * gcc.c-torture/compile/950329-1.c: New test.
26412
26413 1995-03-28  J.T. Conklin  <jtc@rtl.cygnus.com>
26414
26415           * config/bug.exp (${tool}_load): Updated to use new remote_open
26416           and remote_close procs.
26417         * config/idp.exp: New file.
26418
26419 1995-03-22  Torbjorn Granlund  <tege@rtl.cygnus.com>
26420
26421         * gcc.c-torture/execute/950322-1.c: New test.
26422
26423 1995-03-21  Doug Evans  <dje@canuck.cygnus.com>
26424
26425         * config/vx.exp (${tool}_load): Clean up testing of return code from
26426         vxworks_ld and vxworks_spawn.
26427
26428 1995-03-21  Doug Evans  <dje@deneb.cygnus.com>
26429
26430         * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
26431
26432 1995-03-13  Mike Stump  <mrs@cygnus.com>
26433
26434         * lib/old-deja.exp: Add `excess errors test - ' error, now one
26435         can mark excess errors on a machine by machine basis.  Note, the
26436         default is to not expect any excess errors, even when excess
26437         errors test - is given, so you will want to put an XFAIL ... on
26438         these lines.  For example, // excess errors test - XFAIL hppa*-*-*
26439         mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
26440         those 4 machines, but no others.
26441
26442 1995-03-10  J.T. Conklin  <jtc@rtl.cygnus.com>
26443
26444         * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
26445         * lib/c-torture.exp: to here.
26446
26447 1995-03-10  Torbjorn Granlund  <tege@adder.cygnus.com>
26448
26449         * gcc.c-torture/execute/950221-1.c: New test.
26450         * gcc.c-torture/execute/struct-ret-1.c: New test.
26451         * gcc.c-torture/compile/950221-1.c: New test.
26452
26453         * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
26454
26455 1995-03-03  Doug Evans  <dje@canuck.cygnus.com>
26456
26457         * gcc.c-torture/execute/arith-1.c (main): Return 0.
26458         * gcc.c-torture/execute/arith-rand.c (main): Return 0.
26459
26460 1995-03-01  Gerald Baumgartner  (gb@lorenzo.cs.purdue.edu)
26461
26462         * g++.gb: New directory of tests, derived from my signature and
26463         class scoping tests.
26464
26465         * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
26466         * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
26467         * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
26468         * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
26469         * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
26470         * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
26471         * g++.gb/sig25.C: Likewise.
26472
26473         * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
26474         * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
26475         * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
26476         * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
26477         * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
26478         * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
26479         * g++.gb/sig25.exp: Likewise.
26480
26481         * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
26482         * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
26483         * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
26484         * g++.gb/scope13.C: Likewise, this test still fails.
26485
26486         * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
26487         * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
26488         * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
26489         * g++.gb/scope13.exp: Ditto.
26490
26491         * g++.gb/README: New file, explains what these tests are about.
26492
26493 1995-02-28  Doug Evans  <dje@canuck.cygnus.com>
26494
26495         * lib/dg.exp (dg-do): Support `preprocess'.
26496         (dg-test): Likewise.
26497
26498 1995-02-13  J.T. Conklin  <jtc@rtl.cygnus.com>
26499
26500         * config/udi.exp: change "continue -expect" to "exp_continue".
26501
26502 1995-02-11  Torbjorn Granlund  (tege@tiny.cygnus.com)
26503
26504         * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
26505         Delete redundant tests.
26506
26507         * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
26508         * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
26509         * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
26510         * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
26511         * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
26512         * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
26513         * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
26514         * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
26515
26516         * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
26517         storing label pointers.
26518         * gcc.c-torture/execute/921019-1.c: Likewise.
26519         * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
26520         * gcc.c-torture/execute/930513-1.c: Provide full declaration for
26521         parameter fp.
26522         * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
26523         constants.
26524
26525         * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
26526         Delete obsolete tests.
26527
26528         * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
26529         * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
26530         * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
26531         * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
26532         * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
26533         * gcc.c-torture/compile/950124-1.c: New test.
26534
26535         * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
26536
26537 1995-02-08  Jason Merrill  <jason@phydeaux.cygnus.com>
26538
26539         * lib/mike-g++.exp: Add -lm to LIBS.
26540
26541 1995-02-07  Doug Evans  <dje@canuck.cygnus.com>
26542
26543         * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
26544
26545 1995-01-30  Jason Merrill  <jason@phydeaux.cygnus.com>
26546
26547         * lib/mike-g++.exp: Add -lstdc++ to LIBS.
26548
26549 1995-01-12  Doug Evans  <dje@canuck.cygnus.com>
26550
26551         * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
26552
26553 1995-01-02  Jeff Law  (law@snake.cs.utah.edu)
26554
26555         * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
26556         * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
26557         * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
26558         * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
26559         * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
26560         * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
26561         * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
26562         * g++.law/{operators31.C, operators32.C,
26563         * g++.law/{operators33.C, operators34.C}: Likewise.
26564         * g++.law/{pic1.C, refs2.C}: Likewise.
26565         * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
26566         * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
26567         * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
26568         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
26569
26570         * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
26571         * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
26572         * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
26573         * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
26574         * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
26575         * g++.law/{enum9.exp, friend5.exp}: Likewise.
26576         * g++.law/{nest3.exp, nest4.exp}: Likewise.
26577         * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
26578         * g++.law/{operators30.exp, operators31.exp}: Likewise.
26579         * g++.law/{operators32.exp, operators33.exp}: Likewise.
26580         * g++.law/{operators34.exp}: Likewise.
26581         * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
26582         * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
26583         * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
26584         * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
26585         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
26586
26587         * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
26588         No longer expected to fail.
26589         * g++.law/missed-error3.C: Tweak for recent bool changes.
26590
26591 1994-12-04  Doug Evans  <dje@canuck.cygnus.com>
26592
26593         * config/emb-unix: Deleted.
26594         * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
26595         remote execution.  Do final link on remote host if REMOTE_LINK is set.
26596
26597 1994-12-01  Doug Evans  <dje@canuck.cygnus.com>
26598
26599         * lib/dg.exp (dg-test): Fix typo in last patch.
26600
26601 1994-11-30  Doug Evans  <dje@canuck.cygnus.com>
26602
26603         * lib/dg.exp (dg-test): Fix pattern that searches for expected output
26604         (handles multiple occurrences).
26605
26606 1994-11-24  Doug Evans  <dje@canuck.cygnus.com>
26607
26608         * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
26609         * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
26610         $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
26611         printed).
26612         * lib/c-torture.exp (c-torture-compile): Likewise.
26613         (c-torture): Prepend full path if missing.
26614         * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
26615         (gcc_fail): Likewise.
26616         * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
26617
26618 1994-11-23  J.T. Conklin  <jtc@rtl.cygnus.com>
26619
26620         * lib/netware.exp: Only attach to NetWare i386 systems.
26621
26622 1994-11-16  Doug Evans  <dje@canuck.cygnus.com>
26623
26624         * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
26625         messages.  Add test name to "output pattern match" pass/fail message.
26626
26627 1994-11-12  Doug Evans  <dje@canuck.cygnus.com>
26628
26629         * gcc.dg: New testsuite.
26630         * gcc.dg/dg.exp: New file.
26631
26632         * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
26633         test-switch.c}: Deleted.
26634
26635         * gcc.misc-tests/msgs.exp: New testcase driver.
26636
26637 1994-11-09  Doug Evans  <dje@canuck.cygnus.com>
26638
26639         * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
26640         Watch for illegal return values from ${tool}_load.
26641         * config/unix.exp (${tool}_load): Fix pass/fail detection for
26642         cross targets.  Coerce return value >0 to 1.
26643
26644 1994-11-08  Doug Evans  <dje@canuck.cygnus.com>
26645
26646         * config/unix.exp (${tool}_load): Call program rsh, not proc.
26647
26648         * config/emb-unix.exp: New file.
26649
26650         * config/sim.exp: Error if variable $SIM not defined.
26651         (${tool}_load): Mark test as "untested" if simulator missing.
26652
26653         * config/unix.exp: Load remote.exp to get rcp_download.
26654         * lib/c-torture.exp: Use different option lists for testcases with
26655         and without loops.
26656         * gcc.c-torture/execute/execute.exp: Likewise.
26657
26658 1994-11-02  Doug Evans  <dje@canuck.cygnus.com>
26659
26660         * config/*.exp: Clarify return code from ${tool}_load.
26661         Call `unresolved' or `untested' instead of `warning' or `perror'
26662         (sometimes you still want to call both though).
26663         Add comment that `shell_id' is local to each file.
26664         * config/udi.exp (timeout): Set to 30.
26665         Don't print warning if connection fails, $connectmode has already
26666         printed an error.
26667         (${tool}_load): Move verbose messages to level 2.
26668         Rework pattern for "Process started" message.
26669         Pass `shell_id' to ${connectmode}_download.
26670         Retry twice upon timeout.  Make resetting of target more robust.
26671         (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
26672         Pass `shell_id' to exit_$connectmode.
26673         Only call exit_$connectmode if connected.
26674         * config/unix.exp (${tool}_load): Check return codes better.
26675         * config/vrtx.exp (${tool}_load): Likewise.
26676         * config/vx.exp (${tool}_load): Likewise.
26677         Delete unneeded global's.
26678         * lib/dg.exp (dg-test): Update to reflect clarified return codes
26679         from ${tool}_load.
26680         (dg-stat): Delete.
26681         (dg-init): Delete recording of pass/fail counts.
26682         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
26683         (old-dejagnu-init): Likewise.
26684         (old-dejagnu-stat): Delete contents, empty proc now.
26685         * lib/c-torture.exp (TORTURE_OPTIONS): New global.
26686         (c-torture): Delete references to lcnt, lpass, lfail.
26687         Get option list from TORTURE_OPTIONS.
26688         Delete -funroll[-all]-loops if no loops.
26689         * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
26690         (g++_stat): Delete contents (empty proc now).
26691         * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
26692         (gcc_finish): Likewise.
26693         (gcc_stat): Deleted.
26694         * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
26695         * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
26696         * gcc.c-torture/execute/execute.exp: Likewise.
26697         Split tests into two parts: compile, execute.
26698         Get option list from TORTURE_OPTIONS.  Delete -funroll[-all]-loops if
26699         no loops.  Update to reflect clarified return codes from ${tool}_load.
26700
26701 1994-10-21  Doug Evans  <dje@canuck.cygnus.com>
26702
26703         * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
26704         to grep for.
26705         (old-dejagnu): Likewise (where necessary).
26706
26707 1994-10-14  Doug Evans  <dje@canuck.cygnus.com>
26708
26709         * gcc.misc-tests/gcov.exp: New file, for gcov testing.
26710
26711         * lib/dg.exp (dg-process-target): Fix processing of selector.
26712         Add comment regarding use of `error'.
26713
26714         * lib/gcc.exp (prune_system_crud): Define if missing.
26715         * lib/g++.exp (prune_system_crud): Likewise.
26716
26717         * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
26718         Call prune_system_crud.
26719         * lib/dg.exp (dg-runtest): New proc.
26720         Use perror instead of send_user for tcl errors in testcase.
26721         Don't return any value, it's never used.
26722         Don't clobber previous definition of `unknown'.
26723         Print tcl errors in `dg-final'.
26724
26725 1994-10-12  Doug Evans  <dje@canuck.cygnus.com>
26726
26727         * lib/dg.exp (dg-process-target): Improve syntax error messages.
26728         (dg-test): Don't print errorInfo, it contains stack backtrace.
26729
26730 1994-09-26  Doug Evans  (dje@canuck.cygnus.com)
26731
26732         * lib/g++.exp (runtest_file_p): Define if missing.
26733
26734 1994-09-24  Doug Evans  (dje@cygnus.com)
26735
26736         * lib/mike-g++.exp: Comment out loading of g++.exp.
26737         * lib/g++.exp: Update copyright.  Test for existence of $CXX at start.
26738         (default_g++_version): Always print something.
26739         (default_g++_start): Comment out call to `which'.
26740         (g++_start, g++_load): Deleted (must be defined in config file).
26741         * lib/gcc.exp: Test for existence of $CC at start.
26742         Delete check for tmpdir (done in gcc_init).
26743         (default_gcc_version): Always print something.
26744         (default_gcc_start): Comment out call to `which'.
26745         * config/*.exp: Major cleanup - make cross targets work at least a
26746         little better for g++ (by not being "--tool gcc" specific).
26747         Rename gcc_xxx to ${tool}_xxx.
26748         * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
26749         * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
26750
26751 1994-09-22  Doug Evans  (dje@canuck.cygnus.com)
26752
26753         * lib/c-torture.exp (c-torture-compile): Rework compiler
26754         message processing.
26755
26756         * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
26757         c-torture.
26758
26759 1994-09-21  Doug Evans  (dje@canuck.cygnus.com)
26760
26761         * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
26762
26763         * lib/dg.exp (dg-process-target): Support { target native }.
26764
26765 1994-09-20  Doug Evans  (dje@canuck.cygnus.com)
26766
26767         * lib/dg.exp (dg-test): Clean up some comments.  Delete code that
26768         looked for "... program xxx got fatal signal".
26769         Correct regsub munging of `comp_output'.
26770         Ignore compiler messages "path prefix not used" and "linker input
26771         file unused".
26772
26773 1994-09-14  Doug Evans  (dje@canuck.cygnus.com)
26774
26775         * lib/gcc.exp (runtest_file_p): Define if missing.
26776         * gcc.prms/template.c: Example to work from.
26777
26778 1994-09-13  Doug Evans  (dje@canuck.cygnus.com)
26779
26780         * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
26781         * lib/dg.exp (dg-test): Call unsupported testcases as such.
26782
26783         * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
26784         * gcc.prms/1883.c: Moved from compile/940714-1.c.
26785         * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
26786         execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
26787
26788         * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
26789         (dg-process-target): No longer a varargs proc.
26790         Return S/N for target, P/F for xfail.  All callers changed.
26791         (user option procs): More argument checking.
26792         (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
26793         (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
26794         (dg-test): Skip test if not running on selected target in `dg-do'.
26795         Update handling of `dg-do-what', `dg-output-text'.
26796         Separate execution pass/fail from output pattern match pass/fail.
26797         Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
26798
26799 1994-09-12  Jim Wilson  (wilson@sphagnum.cygnus.com)
26800
26801         * gcc.c-torture/special/special.exp: Don't expect failure for mips
26802         target for 920510-1.c.
26803
26804 1994-09-12  Doug Evans  (dje@canuck.cygnus.com)
26805
26806         * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
26807         Clean up comment regarding use of passcnt, etc.
26808         (gcc_stat): Don't update `testcnt' here.
26809         (gcc_finish): Do it here.
26810         Might as well reset `but_id' here too.
26811         * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
26812         to determine if the file should be tested.
26813         * gcc.c-torture/compile/compile.exp: Likewise.
26814         * gcc.c-torture/execute/execute.exp: Likewise.
26815         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
26816         * gcc.misc-tests/dg-test.exp: Likewise.
26817         * gcc.prms/prms.exp: Likewise.
26818         * gcc.wendy/wendy.exp: Likewise.
26819         * g++.old-deja.exp: Likewise.
26820         Move "Testing file" message to verbose level 1.
26821
26822 1994-09-09  Doug Evans  (dje@canuck.cygnus.com)
26823
26824         * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
26825
26826 1994-09-08  Doug Evans  (dje@canuck.cygnus.com)
26827
26828         * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
26829         (default_gcc_start): Accept optional second list element
26830         of compiler flags.  Print compiler output at verbosity level 2.
26831         Remove setting of CFLAGS, LIBS, LDFLAGS from here.
26832         (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
26833         Save current values of framework globals passcnt, failcnt, xpasscnt,
26834         and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
26835         gcc_xfailcnt.  Set global `tmpdir' to /tmp if it doesn't exist.
26836         (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
26837         xfailcnt to compute stats.  Update framework global `testcnt' from
26838         pass/fail counts.
26839         (gcc_finish): New proc.  Clean up test environment.
26840         (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
26841         (gcc_epass, gcc_efail): Delete.
26842         * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
26843         argument of line number.
26844         (dg-init): If the tool has an init routine, call it.
26845         (dg-test): Remove args `cflags_var' and `libs_var'.
26846         Pass all compiler options to ${tool}_start.
26847         Handle missing line number.
26848         (dg-finish): New function.
26849         * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
26850         particular files.  Call gcc_finish at end.  Move "skipping test"
26851         message to verbosity level 3.
26852         * gcc.c-torture/compile/compile.exp: Likewise.
26853         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
26854         * gcc.c-torture/execute/execute.exp: Likewise.
26855         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
26856         Print testcase being tried at verbosity level 1.
26857         * gcc.c-torture/special/special.exp: Unset xfail.
26858         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
26859         * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
26860         * gcc.c-torture/noncompile/noncompile.exp: Likewise.
26861         * gcc.failure/failure.exp: Likewise.
26862         * gcc.ieee/ieee.exp: Likewise.
26863         * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
26864         Update call to dg-test.  Call dg-finish at end.
26865         * gcc.misc-tests/mg.exp: Call gcc_finish at end.  Unset orig_flags.
26866         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
26867         * gcc.misc-tests/misc.exp: Call gcc_finish at end.
26868         * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
26869         Delete LDFLAGS.  Update call to dg-test.  Call dg-finish at end.
26870         * gcc.wendy/wendy.exp: Add copyright.
26871         Delete setting of tmpdir (done by gcc_init).
26872         Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
26873         Pass compiler flags to gcc_start.  Call gcc_finish at end.
26874         * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
26875         gcc_[ce]pass/fail.
26876
26877 1994-09-07  Doug Evans  (dje@canuck.cygnus.com)
26878
26879         * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
26880         confusion.
26881         (g++_load): Likewise.
26882
26883         * config/*.exp (gcc_load): Some were varargs fns and some were not.
26884         Rename argument to `prog' to remove the confusion.
26885         Varargs fns behave differently too!
26886         (g++_load): Likewise.
26887
26888         * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
26889
26890         * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
26891         what it is.  Delete (always) printing of status value for !native.
26892         Simplify verbose code, and include status and exec_output.
26893         (g++_load): Use gcc_load.
26894
26895 1994-09-04  Jim Wilson  (wilson@sphagnum.cygnus.com)
26896
26897         * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
26898         * gcc.c-torture/noncompile/noncompile.exp: Delete support for
26899         920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
26900         940714-3.c as these testcases don't exist anymore.  Make
26901         va-arg-1.c expected to pass.
26902
26903 1994-08-19  Doug Evans  (dje@canuck.cygnus.com)
26904
26905         * gcc.misc-tests/misc.exp: Only run specific testcases.
26906         * gcc.misc-tests/dg-test.exp: New file.  Tests dg.exp.
26907         * gcc.misc-tests/dg-[1-9].c: New files.
26908
26909         * lib/dg.exp: New testsuite driver.
26910         * gcc.prms/prms.exp: Use it.
26911
26912         * README.gcc: New file.
26913
26914         * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
26915         Document and reset `lxpass' and `lxfail'.
26916         Simplify "initialized" message.
26917         (gcc_stat): Clean up comments a little.
26918
26919 1994-08-16  Doug Evans  (dje@canuck.cygnus.com)
26920
26921         * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
26922
26923 1994-08-15  Doug Evans  (dje@canuck.cygnus.com)
26924
26925         * lib/old-dejagnu.exp (process-option): New proc.
26926         (old-dejagnu-init, old-dejagnu-stat): Likewise.
26927         (old-dejagnu): Simplify.
26928         * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
26929
26930 1994-08-14  Jeff Law  (law@snake.cs.utah.edu)
26931
26932         * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
26933         exists and is not an empty string.
26934
26935         * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
26936         $xfail rather than calling setup_xfail.  Clear $xfail when test is
26937         finished.
26938         (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
26939         automatically.
26940
26941         * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
26942         longer expected to fail.
26943
26944         * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
26945         "f" function call.
26946
26947         * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
26948
26949         * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
26950         940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
26951         complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
26952         struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
26953         c-torture-1.29.
26954
26955         * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
26956         strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
26957
26958         * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
26959
26960         * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
26961         940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
26962
26963         * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
26964         940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
26965         labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
26966
26967 1994-07-12  Jim Kingdon  (kingdon@lioth.cygnus.com)
26968
26969         * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
26970         gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
26971         940714-1.c, 940714-2.c, 940714-3.c},
26972         gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
26973         gcc.misc-tests/{mg.c,mg.exp}:
26974         New tests.
26975         * gcc.noncompile/noncompile.exp: Change accordingly.
26976
26977 1994-07-07  Doug Evans  (dje@canuck.cygnus.com)
26978
26979         * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
26980         Undo previous clobberage.
26981
26982 1994-07-04  Jeff Law  (law@snake.cs.utah.edu)
26983
26984         * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
26985         * gcc.special/{930510-1.c, special.exp}:
26986         * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
26987         931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
26988         struct-varargs-1.c}: New tests from c-torture-1.26.
26989
26990 1994-06-28  J.T. Conklin  (jtc@phishhead.cygnus.com)
26991
26992         * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
26993           argument to switch.
26994
26995 1994-05-21  Bill Cox  (bill@rtl.cygnus.com)
26996
26997         * Revert the previous changes.  Please see Rob's directory
26998           (/lisa/test/rob/progressive/gcc/testsuite) for testing
26999           fixes.
27000
27001 1994-05-19  Bill Cox  (bill@rtl.cygnus.com)
27002
27003         * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
27004             g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
27005             g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
27006             g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
27007             g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
27008             g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
27009             g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
27010             g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
27011             g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
27012             g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
27013             g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
27014             g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
27015             g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
27016             g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
27017             g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
27018             g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
27019             g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
27020             g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
27021             g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
27022             g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
27023             g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
27024             g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
27025             gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
27026             gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
27027             gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
27028             lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
27029             lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
27030
27031 1994-05-17  Bill Cox  (bill@rtl.cygnus.com)
27032
27033         * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
27034             lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
27035           with perror calls.
27036
27037 1994-05-02  Jason Merrill  (jason@deneb.cygnus.com)
27038
27039         * config/unix.exp (g++_load): Fix syntax.
27040
27041 1994-04-14  Jim Wilson  (wilson@sphagnum.cygnus.com)
27042
27043         * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
27044         * gcc.noncompile/921017-1.c: Deleted obsolete test.
27045         * gcc.noncompile/noncompile.exp: Remove code for deleted test.
27046         Don't expect va-arg-1.c to fail.  Correct expected output for
27047         920928-1.c.
27048         * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
27049         * gcc.wendy/hbm4.c: Correct typo.
27050         * gcc.wendy/tad1.c, tad2.c: Correct expected output.
27051
27052 1994-03-28  Doug Evans  (dje@canuck.cygnus.com)
27053
27054         * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
27055         * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
27056         gcc_[ce]{pass,fail}.  Explicitly remove executable if test passes.
27057         * lib/c-torture.exp (c-torture-compile): Ditto.
27058
27059         Reduce volume of output (remove all the -I's and such).
27060         * lib/c-torture.exp (c-torture-compile): New argument OPTION.
27061         Call gcc_cpass, gcc_cfail.
27062         (c-torture): Pass testing option to c-torture-compile.
27063
27064 1994-03-21  Doug Evans  (dje@cygnus.com)
27065
27066         Bring patches over from progressive.
27067         * config/default.exp: Exit remote shell cleanly.
27068         (g++_exit, g++_start): Add default versions.
27069         * config/sim.exp (gcc_load): Use perror, not error.
27070
27071 1994-03-20  Doug Evans  (dje@canuck.cygnus.com)
27072
27073         * lib/gcc.exp: Don't set CFLAGS if CC not set.  It clobbers the value
27074         set in site.exp.
27075
27076 1994-03-14  Doug Evans  (dje@cygnus.com)
27077
27078         * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
27079         DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
27080         (wendy_try): New proc to run testcase.
27081         (main loop): Call 'em.
27082         * gcc.wendy/*.c: Clean up pass to correct expected output.
27083
27084         * lib/gcc.exp: Minor cleanup work.
27085         (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
27086
27087 1994-03-09  Doug Evans  (dje@canuck.cygnus.com)
27088
27089         * config/sim.exp (gcc_load): Document return codes better.
27090         Don't pass -v to simulator.
27091
27092 1994-02-24  Jeffrey A. Law  (law@snake.cs.utah.edu)
27093
27094           * gcc.special/920717-x.c: Fix typo.
27095           * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
27096           get at sources.
27097
27098         * lib/mike-gcc.exp: Fix typo.
27099
27100 1994-02-15  Rob Savoye  (rob@darkstar.cygnus.com)
27101
27102         * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
27103         binary to use, transform the name.
27104         * config/*.exp: rename everything. Nuke any g++ specific files,
27105         it's now a special case of gcc that requires no special support.
27106         Add a default.exp for unsupported targets.
27107
27108 1994-02-11  Rob Savoye  (rob@poseidon.cygnus.com)
27109
27110         * g++.jason/report.exp, g++.old-deja/old-deja.exp,
27111         lib/old-dejagnu.exp: Fix a few patterns to work with the new
27112         version of Tcl.
27113
27114 1994-02-09  Rob Savoye  (rob@darkstar.cygnus.com)
27115
27116         * lib/c-torture.exp: Made "file prefix*never used a pass, rather
27117         than a warning.
27118
27119 1994-02-06  Jeffrey A. Law  (law@snake.cs.utah.edu)
27120
27121         * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
27122
27123 1994-01-03  Jim Wilson  (wilson@sphagnum.cygnus.com)
27124
27125         * gcc.execute/execute.exp: Combine opt_list and foption_list into
27126         option_list.  Compile every file with only 4/6 option choices
27127         (same as C torture) instead of with 12/18 different option
27128         choices.
27129         * lib/c-torture.exp: Likewise.
27130
27131         * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
27132         not already set.
27133
27134 1993-12-30  Mike Stump  (mrs@rtl.cygnus.com)
27135
27136         * lib/old-deja.exp: Add `excess errors test fails' error, now one
27137         can put an XFAIL *-*-* on excess errors.
27138
27139 1993-12-19  Jeffrey A. Law  (law@snake.cs.utah.edu
27140
27141         * g++.law: Add more tests derived from g++-bugs snapshots.
27142
27143         * g++.law/init11.{c,exp}: Delete test.  Brendan sez it's
27144         equivalent to g++.law/init9.
27145
27146         * lib/mike-gcc.exp (postbase): Delete the .o file after we've
27147         compiled it, and the a.out file after we've run it.
27148
27149 1993-12-17  Brendan Kehoe  (brendan@lisa.cygnus.com)
27150
27151         * lib/mike-g++.exp (postbase): Delete the .o file after we've
27152         compiled it, and the a.out file after we've run it.
27153
27154 1993-12-17  Jeffrey A. Law  (law@snake.cs.utah.edu)
27155
27156         * g++.law/*.exp: Avoid losing arguments added via "append" commands.
27157
27158 1993-12-15  Rob Savoye  (rob@darkstar.cygnus.com)
27159
27160         * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
27161         version number.
27162
27163 1993-12-12  Jeffrey A. Law  (law@snake.cs.utah.edu)
27164
27165         * g++.law: New directory of g++ tests derived from the g++-bugs
27166         snapshots.
27167
27168 1993-12-09  Jeffrey Wheat  (cassidy@cygnus.com)
27169
27170         * gcc.compile: initbug1.c initbug1.exp testcase added
27171
27172 1993-12-06  Jeffrey Wheat  (cassidy@cygnus.com)
27173
27174         * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
27175         * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
27176           fixes submitted by Jeff Law (law@cs.utah.edu)
27177         * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
27178           Jeff Law (law@cs.utah.edu)
27179
27180
27181 1993-11-30  Mike Stump  (mrs@cygnus.com)
27182
27183         * config/unix-g++.exp: Follow the gcc way of doing things.
27184         * g++.old-deja/old-deja.exp: Minor updates.
27185         * lib/g++.exp: New file, follow the gcc way of doing things.
27186         * lib/old-dejagnu.exp: Minor updates.
27187         * lib/mike-g++.exp: Always unset errorInfo.
27188
27189 1993-11-06  Mike Stump  (mrs@cygnus.com)
27190
27191         * lib/gcc.exp: Fix some errors with the below change, CC and
27192         CFLAGS should be global when setting, not local.
27193
27194 1993-11-03  Rob Savoye  (rob@darkstar.cygnus.com)
27195
27196         * lib/gcc.exp: Transform tool name.
27197
27198 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
27199
27200         * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
27201
27202 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
27203
27204         * lib/gcc.exp: change gcc_done to gcc_stat
27205
27206 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
27207
27208         * Upgraded gcc testsuite to c-torture version 1.25
27209
27210 1993-10-24  Jeffrey Wheat  (cassidy@cygnus.com)
27211
27212         * lib/gcc.exp: added reporting code. Changed verbose compile message.
27213         * lib/c-torture: added hooks for new reporting code.
27214
27215 1993-10-21  Jeffrey Wheat  (cassidy@cygnus.com)
27216
27217         * config/sh-gcc.exp: check if sh-sim exists in the path
27218
27219 1993-10-18  Jeffrey Wheat  (cassidy@cygnus.com)
27220
27221         * gcc.code_quality/code_quality.exp: Initial changes for new logic.
27222         * gcc.compile/compile.exp: Initial changes for new logic.
27223         * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
27224         * gcc.failure/failure.exp: Initial changes for new logic.
27225         * gcc.ieee/ieee.exp: Initial changes for new logic.
27226         * gcc.misc-tests/misc.exp: Initial changes for new logic.
27227         * gcc.noncompile/non_compile.exp: Initial changes for new logic.
27228         * gcc.unsorted/unsorted.exp: Initial changes for new logic.
27229         * lib/c-torture.exp: Initial changes for new logic.
27230         * lib/gcc.exp: Initial changes for new logic.
27231
27232 1993-10-15  Mike Stump  (mrs@cygnus.com)
27233
27234         * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
27235         depend upon failure or success.  Fully qualify names in failure
27236         and success messages.  Always remove a.out before starting
27237         compile, just in case.  Pay more attention to error text output by
27238         the compiler.  Handle testcases with no known past errors just
27239         like all others, so that things are uniform.  Other miscellaneous
27240         improvements.
27241
27242 1993-10-13  Jeffrey Wheat  (cassidy@cygnus.com)
27243
27244         * gcc.cpp: new directory for cpp tests
27245
27246 1993-10-04  Jeffrey Wheat  (cassidy@cygnus.com)
27247
27248         * lib/chill.exp: Code reformatted, removed unused code.
27249         * config/unix-chill.exp: Code reformatted, removed unused code.
27250         * chill.execute/execute.exp: Code reformatted, removed unused code.
27251         * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
27252
27253 1993-10-04  Ian Lance Taylor  (ian@cygnus.com)
27254
27255         * config/mips-gcc.exp, config/mips-g++.exp: New files.  Execution
27256         routines not written.
27257
27258 1993-09-27  Rob Savoye  (rob@darkstar.cygnus.com)
27259
27260         * config/bug-gcc.exp: Use new procs from bug.exp.
27261
27262 1993-09-21  Rob Savoye  (rob@darkstar.cygnus.com)
27263
27264         * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
27265         via ftp, rather than depending on NFS.
27266         * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
27267         case.
27268
27269 1993-09-09  Rob Savoye  (rob@darkstar.cygnus.com)
27270
27271         * config/bug-gcc.exp: Use new download proc.
27272
27273 1993-09-14  Jeffrey Wheat  (cassidy at deneb.cygnus.com)
27274
27275         * chill.execute/execute.exp: cleanups, handles errors better
27276         * chill.compile/compile.exp: rewrite, based on execute.exp
27277         * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
27278         * lib/chill.exp: major changes to diff proc and compile and link
27279           procs. added chill_fail and chill_pass wrappers to pass and
27280           fail. added more comments, and handle error codes better.
27281           Added a hack to capture stderr from exec, so noncompile tests
27282           can work.
27283
27284 1993-09-11  Jeffrey Wheat  (cassidy@cygnus.com)
27285
27286         * chill.execute/execute.exp: rewrite of testsuite driver
27287         * lib/chill.exp: rewrite of testsuite driver
27288         * config/unix-chill.exp: rewrite of testsuite driver
27289
27290 1993-08-25  Bill Cox  (bill@rtl.cygnus.com)
27291
27292     In chill.execute:
27293         * iexpr.ch: Standardize uppercase.
27294         * tuples.dat: Standardize uppercase.
27295         * vary.ch: standardize.  Correct varying string assignments.
27296         * vary.dat: Add new output lines.
27297
27298 1993-08-24  Bill Cox  (bill@rtl.cygnus.com)
27299
27300     In chill.execute:
27301         * chprintf.ch: Standardize use of uppercase.
27302         * tuples.ch: Standardize and turn arr2 into a DCL,
27303           rather than a SYN.
27304         * pinits.ch: Standardize.
27305
27306 1993-08-23  Per Bothner  (bothner@kalessin.cygnus.com)
27307
27308         * rts.c:  Get malloc() from <stdlib.h>, not <malloc.h>.
27309         * Makefil: Renamed to Makefile.in.
27310         * configure.in: New.
27311
27312 1993-08-23  Bill Cox  (bill@rtl.cygnus.com)
27313
27314     In chill.execute:
27315         * .cvsignore: Add result/output files.
27316         * Makefile: Fix up variables at start.  Use MFLAGS
27317           everywhere.  Correct bool_loc, built_ins entries.
27318           Add entry for vary1.ch.
27319         * bitarray.ch: Standardize upper-case usage.
27320         * bitexpr.ch: Standardize, add output of b1.
27321         * params.ch: Use arrayt in along PROC parameters, to
27322           avoid novelty problems.
27323         * sets.ch: Tiny cleanup.
27324         * vary1.ch: Re-indent.
27325
27326 1993-08-17  Bill Cox  (bill@rtl.cygnus.com)
27327
27328           * Add PR-related files to Makefiles, .cvsignore files, etc.
27329
27330 1993-08-02  Jeff Wheat  (cassidy@cygnus.com)
27331
27332         * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
27333           with compiler objects. New names are test-flow.c and test-loop.c
27334
27335 1993-07-27  Jeff Wheat  (cassidy@cygnus.com)
27336
27337         * Upgraded c-torture tests from 1.19 to 1.20
27338
27339         * new files:
27340         * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
27341         * gcc.compile: 930623-1.c 930623-2.c
27342         * gcc.noncompile: 930622-1.c 930622-2.c
27343         * gcc.failure: 920411-1.c 920627-2.c
27344         * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
27345
27346 1993-07-20  Jeff Wheat  (cassidy@cygnus.com)
27347
27348         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
27349           More changes to get testsuite working properly. Needs more work.
27350           Added some support for POSIX IEEE Std 1003.3-1991 error messages.
27351
27352 1993-07-19  Jeff Wheat  (cassidy@cygnus.com)
27353
27354         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
27355           More changes to get testsuite working properly. Needs more work.
27356
27357 1993-07-13 Jeff Wheat  (cassidy@cygnus.com)
27358
27359         * chill.compile/compile.exp: Added for Dejagnu support
27360         * chill.execute/execute.exp: Added for Dejagnu support
27361         * lib/chill.exp config/unix-chill.exp  : Added for Dejagnu support
27362
27363 1993-06-19  Bill Cox  (bill@rtl.cygnus.com)
27364
27365     This should complete moving the CHILL test files.
27366         * chill.noncompile(.cvsignore printf.grt
27367             in-printf.grt chprintf.grt chprintf.ch):
27368             Added test-support files.
27369           (Makefile): Modified further.
27370         * chill.compile (emptymod.ch gdbme.ch neg_range.ch
27371             signal.ch): Added test files.
27372           * chill.execute (.cvsignore printf.grt printr.c
27373             in-printf.grt rts.c chprintf.grt rts.h): Added
27374           test-support files.
27375             (Makefile): More corrections.
27376
27377 1993-06-18  Bill Cox  (bill@rtl.cygnus.com)
27378
27379         * chill.compile, chill.execute, chill.nocompile: Add CHILL
27380           test cases, ready for DejaGnu.
27381
27382 1993-06-17  Jeffrey Wheat  (cassidy@cygnus.com)
27383
27384         * Upgraded c-torture tests from 1.18 to 1.19
27385
27386         * gcc.compile: added test(s):
27387           930607-1.c
27388         * gcc.execute: added test(s):
27389           930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
27390
27391         * added new subdirectory for misc tests: gcc.misc-tests
27392         * gcc.misc-test(s): added tests:
27393           inst-check.c test-consts.c test-ior.c test-switch.c
27394
27395 1993-06-09  Brendan Kehoe  (brendan@lisa.cygnus.com)
27396
27397         * lib/mike-g++.exp: Load `./a.out', not `a.out'.
27398
27399 1993-06-07  Ian Lance Taylor  (ian@cygnus.com)
27400
27401         * g++.old-deja/old-deja.exp: Don't delete all the .o files.
27402
27403 1993-06-03  Jeffrey Wheat  (cassidy@cygnus.com)
27404
27405         * Upgraded c-torture tests from 1.17 to 1.18
27406
27407 1993-06-02  Jeffrey Wheat  (cassidy@cygnus.com)
27408
27409         * Upgraded c-torture tests from 1.12 to 1.17
27410
27411 1993-04-30  Mike Werner  (mtw@deneb.cygnus.com)
27412
27413         * lib/old-dejagnu.exp:
27414           Fixed handling of XFAIL target triplets to correctly
27415           recognize wildcard characters.  Removed code that
27416           appended a unique id tag to the end of the file name
27417           printed out by the result of the testcases within a
27418           given test file.
27419
27420 1993-04-29  Mike Werner  (mtw@deneb.cygnus.com)
27421
27422         * lib/old-dejagnu.exp:
27423           Reworked expected failure handling to trigger off of XFAIL
27424           keyword in keyphrase embeded in testcase source code. The
27425           XFAIL keyword must be at the end of the keyphrase line. It
27426           may optionally be followed by one or more target triplets.
27427           It has just occured that the handling of wildcards in the
27428           target triplet may not be correct.
27429
27430 1993-04-23  Mike Werner  (mtw@deneb.cygnus.com)
27431
27432         * g++.old-deja/tests:
27433           Moved all subdirectories up one level into g++.old-deja .
27434
27435         * lib/old-dejagnu.exp:
27436           Fixed problem with CXXFLAGS not being properly reset, and being
27437           corrupted with extraneous "-c" compiler option.  This was
27438           causing binaries to not be generated for test that needed them.
27439           Modified strings passed to "pass" and "fail" so that individual
27440           tests from the same test file would be distinguished by an
27441           identifier appended to the test file name in the summary logs;
27442           this corrected a problem with erroneous diff logs.  Added code
27443           to search testcases for expected fail and unexpected pass keywords.
27444
27445 1993-04-20  Rob Savoye  (rob at darkstar.cygnus.com)
27446
27447         * lib/c-torture.exp: Ignore "file path prefix*unused" message.
27448
27449 1993-04-15  Mike Werner  (mtw@deneb.cygnus.com)
27450
27451         * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
27452           Removed extraneous text from end of "Special g++ Options"
27453           keyphrase.
27454
27455         * lib/old-dejagnu.exp: Added pattern matching to look for new
27456           keywords, embedded in testcases comments, which will trigger
27457           calls to xpass and xfail.
27458
27459 1993-04-14  Mike Werner  (mtw@deneb.cygnus.com)
27460
27461         * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
27462           comments embedded in the testcases, especially the one looking for
27463           special compiler options, as well as the pattern matching for the
27464           compiler output again.
27465
27466 1993-04-12  Mike Werner  (mtw@deneb.cygnus.com)
27467
27468         * lib/old-dejagnu.exp: Do a proper check of the return value for
27469           execute tests. Fixed several problems with the pattern matching
27470           of the compiler output which gave erroneous test results.
27471           Changed several of the test result messages to be more descriptive.
27472         * config/unix-g++.exp: Proc g++_load now actually works and
27473           executes the tests passed to it and returns a usable return
27474           value.
27475
27476 1993-04-11  Rob Savoye  (rob at darkstar.cygnus.com)
27477
27478           * lib/gcc.exp: Exits gracefully if $CC is bogus.
27479
27480 1993-04-09  Mike Werner  (mtw@deneb.cygnus.com)
27481
27482         * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
27483           Modified both files to properly execute the old style
27484           dejagnu tests. The previous versions of these files were
27485           experimental and did not function anything near correctly.
27486
27487 1993-04-05  Rob Savoye  (rob@cygnus.com)
27488
27489         * Removed all Makefile.in and configure.in files. No configuration
27490         needed now.
27491
27492 1993-04-02  Mike Werner  (mtw@deneb.cygnus.com)
27493
27494         * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
27495
27496 1993-03-28  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
27497
27498         * gcc.compile/configure.in, gcc.unsorted/configure.in,
27499         gcc.special/configure.in, gcc.noncompile/configure.in,
27500         gcc.execute/configure.in, gcc.code_quality/configure.in,
27501         g++.other/configure.in, g++.old-deja/configure.in,
27502         g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
27503         in srcname setting.
27504
27505 1993-03-25  Rob Savoye  (rob at darkstar.cygnus.com)
27506
27507         * lib/udi.exp:  Fixed mondfe and mondfe_download.
27508         * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
27509         * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
27510
27511 1993-03-25  Ian Lance Taylor  (ian@cygnus.com)
27512
27513         * config/udi-gdb.exp: Check $shell_id after connecting to target.
27514         (gdb_exit): Don't remove *_soc files.
27515
27516 1993-03-22  Ian Lance Taylor  (ian@cygnus.com)
27517
27518         * lib/c-torture.exp: Don't look for main; instead always use -w
27519         -c.  This is how the c-torture tests work.  Remove the object
27520         file if the compilation succeeds.
27521         * gcc.execute/execute.exp: Remove executable if test passes.
27522         * gcc.noncompile/noncompile.exp: Every test is an expected
27523         failure.
27524         * gcc.special/special.exp: Added tests from c-torture 1.11,
27525         corrected use of existing test.
27526         * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
27527         gcc.execute/920625-1.c: Updated to c-torture 1.11.
27528         * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
27529         gcc.compile/921109-2.c, gcc.compile/921109-3.c,
27530         gcc.compile/921111-1.c, gcc.compile/921116-2.c,
27531         gcc.compile/921118-1.c, gcc.compile/921126-1.c,
27532         gcc.compile/921202-1.c, gcc.compile/921202-2.c,
27533         gcc.compile/921203-1.c, gcc.compile/921203-2.c,
27534         gcc.compile/921206-1.c, gcc.execute/921029-1.c,
27535         gcc.execute/921104-1.c, gcc.execute/921110-1.c,
27536         gcc.execute/921112-1.c, gcc.execute/921113-1.c,
27537         gcc.execute/921117-1.c, gcc.execute/921123-1.c,
27538         gcc.execute/921123-2.c, gcc.execute/921124-1.c,
27539         gcc.execute/921202-1.c, gcc.execute/921202-2.c,
27540         gcc.execute/921204-1.c, gcc.execute/921207-1.c,
27541         gcc.execute/921208-1.c, gcc.execute/921208-2.c,
27542         gcc.execute/921215-1.c, gcc.execute/921218-1.c,
27543         gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
27544         gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
27545         c-torture 1.11.
27546         * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
27547         correspond to c-torture 1.11.
27548
27549         * New file.