Revert bogus changes to these files
[official-gcc.git] / gcc / testsuite / ChangeLog
blob523db7aff763ef6a54613429a0aebc60d2e1fa35
1 2004-11-16  Nick Clifton  <nickc@redhat.com>
3         Revert patches accidentally commited during checkin of fixes for
4         xstormy16 tests:
5         gcc.c-torture/execute/simd-4.c: Revert
6         gcc.dg/20040910-1.c: Revert.
8 2004-11-16  Paul Brook  <paul@codesourcery.com>
10         PR fortran/13010
11         * gfortran.dg/der_pointer_1.f90: New test.
13 2004-11-15  Joseph S. Myers  <joseph@codesourcery.com>
15         PR c/18498
16         * gcc.dg/bitfld-13.c: New test.
18 2004-11-15  Janis Johnson  <janis187@us.ibm.com>
20         * gcc.dg/vect/tree-vect.h: (check_vect): Test symbols defined for
21         powerpc*-*-linux*.
23         * gcc.dg/ppc64-abi-1.c: Skip if not lp64.
24         * gcc.dg/ppc64-abi-2.c: Ditto.
25         * gcc.dg/ppc64-abi-3.c: Ditto.
27         * lib/gcc-dg.exp (dg-target-list): Remove.
29 2004-11-15  Steve Ellcey  <sje@cup.hp.com>
31         * gcc.dg/ia64-postinc.c: New test.
33 2004-11-15  Mark Mitchell <mark@codesourcery.com>
35         * gcc.dg/format/cmn-err-1.c: Add tests for "%p".
37 2004-11-15  Nick Clifton  <nickc@redhat.com>
39         * g++.dg/opt/strength-reduce.C: Replace 0x7fffffff with
40         __INT_MAX__ so that the test can be compiled by toolchains
41         targeted at 16-bit processors.
43         * gcc.dg/20040625-1.c: Use long constants rather than integers
44         when performing arithmetic that will overflow 16-bits.
46         * gcc.dg/i386-sse-8.c: Expect this test to fail for the
47         xstormy16.  It does not support 128-bit vector operations.
49         * gcc.dg/ultrasp4.c: Replace all occurrences of the type 'long'
50         with the macro PTR_TYPE.  Define this macro to an integer type
51         suitable for holding a pointer.
53         * gcc.dg/compat/struct-align-1_x.c: Use shorter integers if
54         the target is a 16-bit processor.
56         * gcc.dg/cpp/if-2.c: Expect a different warning message from
57         16-bit targets where the character constant will be too long.
59         * g++.dg/opt/asm1.C: Expect this test to fail on the xstormy16
60         where the double will not be directly addressable.
62 2004-11-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
64         Friend class name lookup 1/n, PR c++/18471
65         * g++.dg/template/crash26.C: New test.
66         * g++.dg/lookup/struct1.C: Adjust expected error.
67         * g++.dg/parse/elab1.C: Likewise.
68         * g++.dg/parse/elab2.C: Likewise.
69         * g++.dg/parse/int-as-enum1.C: Likewise.
70         * g++.dg/parse/struct-as-enum1.C: Likewise.
71         * g++.dg/parse/typedef1.C: Likewise.
72         * g++.dg/parse/typedef3.C: Likewise.
73         * g++.dg/parse/typedef4.C: Likewise.
74         * g++.dg/parse/typedef5.C: Likewise.
75         * g++.dg/template/nontype4.C: Likewise.
76         * g++.old-deja/g++.benjamin/typedef01.C: Likewise.
77         * g++.old-deja/g++.other/elab1.C: Likewise.
78         * g++.old-deja/g++.other/syntax4.C: Likewise.
80 2004-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
82         * gcc.dg/intmax_t-1.c: XFAIL on Solaris 2.5.1.
84 2004-11-14  Zdenek Dvorak  <dvorakz@suse.cz>
86         * gcc.c-torture/execute/20041114-1.c: New test.
88 2004-11-14  Joseph S. Myers  <joseph@codesourcery.com>
90         * gcc.dg/c99-flex-array-5.c, gcc.dg/c99-fordecl-3.c,
91         gcc.dg/comp-goto-1.c, gcc.dg/comp-goto-2.c, gcc.dg/comp-goto-3.c,
92         gcc.dg/format/strfmon-2.c, gcc.dg/pointer-arith-1.c,
93         gcc.dg/pointer-arith-2.c, gcc.dg/pointer-arith-3.c,
94         gcc.dg/pointer-arith-4.c, gcc.dg/switch-5.c, gcc.dg/switch-6.c,
95         gcc.dg/switch-7.c: New tests.
97 2004-11-14  Dorit Naishlos  <dorit@il.ibm.com>
99         * gcc.dg/vect/vect-78.c: Now vectorized on powerpc*.
101 2004-11-14  Dorit Naishlos  <dorit@il.ibm.com>
103         PR tree-opt/18400
104         * gcc.dg/vect/pr18400.c: New test.
106 2004-11-14  Dorit Naishlos  <dorit@il.ibm.com>
107             Andrew Pinski  <pinskia@physics.uc.edu>
109         PR tree-opt/18425
110         * gcc.dg/vect/pr18425.c: New test.
112 2004-11-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
114         * gcc.dg/tls/alias-1.c: Remove dg-warning on the SPARC.
115         Guard with dg-require-alias and dg-require-visibility.
117 2004-11-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
119         * g++.dg/other/packed1.C: UnXFAIL on SPARC, PA, MIPS and PowerPC.
121 2004-11-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
123         * g++.dg/expr/unary1.C, g++.dg/expr/unary2.C: New tests.
125 2004-11-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
127         PR c++/17344
128         * g++.dg/template/defarg5.C: New test.
130 2004-11-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
132         * g++.dg/parse/cast1.C: Run only on ILP32.
133         * g++.old-deja/g++.mike/p784.C: Likewise.
135 2004-11-13  Bernd Schmidt  <bernd.schmidt@analog.com>
137         * gcc.c-torture/execute/20041113-1.c: New test.
139 2004-11-13  James A. Morrison  <phython@gcc.gnu.org>
141         PR target/18230
142         * gcc.dg/vect/tree-vect.h (check_vect): Add SPARC-specific test.
143         * gcc.dg/vect/vect-2.c, gcc.dg/vect/vect-7.c, gcc.dg/vect/vect-9.c,
144         gcc.dg/vect/vect-10.c, gcc.dg/vect/vect-12.c, gcc.dg/vect/vect-14.c,
145         gcc.dg/vect/vect-15.c, gcc.dg/vect/vect-17.c, gcc.dg/vect/vect-18.c,
146         gcc.dg/vect/vect-19.c, gcc.dg/vect/vect-20.c, gcc.dg/vect/vect-21.c,
147         gcc.dg/vect/vect-22.c, gcc.dg/vect/vect-23.c, gcc.dg/vect/vect-24.c,
148         gcc.dg/vect/vect-25.c, gcc.dg/vect/vect-26.c, gcc.dg/vect/vect-32.c,
149         gcc.dg/vect/vect-33.c, gcc.dg/vect/vect-34.c, gcc.dg/vect/vect-35.c,
150         gcc.dg/vect/vect-36.c, gcc.dg/vect/vect-37.c, gcc.dg/vect/vect-62.c,
151         gcc.dg/vect/vect-63.c, gcc.dg/vect/vect-64.c, gcc.dg/vect/vect-65.c,
152         gcc.dg/vect/vect-66.c, gcc.dg/vect/vect-67.c, gcc.dg/vect/vect-68.c,
153         gcc.dg/vect/vect-69.c, gcc.dg/vect/vect-73.c, gcc.dg/vect/vect-75.c,
154         gcc.dg/vect/vect-76.c, gcc.dg/vect/vect-78.c: Enable for SPARC.
156 2004-11-13  James A. Morrison  <phython@gcc.gnu.org>
158         * gcc.target/sparc/fand.c, gcc.target/sparc/fands,
159         gcc.target/sparc/fnand.c, gcc.target/sparc/fnands.c,
160         gcc.target/sparc/fxor.c, gcc.target/sparc/fxors.c,
161         gcc.target/sparc/fxnor.c, gcc.target/sparc/fxnors.c,
162         gcc.target/sparc/fandnot.c, gcc.target/sparc/fandnots.c,
163         gcc.target/sparc/fornot.c, gcc.target/sparc/fornots.c,
164         gcc.target/sparc/fnot.c, gcc.target/sparc/fnots.c,
165         gcc.target/sparc/for.c, gcc.target/sparc/fors.c,
166         gcc.target/sparc/combined-1.c: New tests.
168 2004-11-12  Ziemowit Laski  <zlaski@apple.com>
170         * objc.dg/const-str-8.m, objc.dg/const-str-9.m:
171         New tests.
173 2004-11-12  Mark Mitchell <mark@codesourcery.com>
175         * lib/gcc-dg.exp (dg-forbid-option): New function.
176         * g++.dg/abi/bitfield3.C: Use dg-forbid-option -m64.
177         * g++.dg/abi/bitfield8.C: Likewise.
178         * g++.dg/abi/dtor1.C: Likewise.
179         * g++.dg/abi/empty10.C: Likewise.
180         * g++.dg/abi/empty7.C: Likewise.
181         * g++.dg/abi/empty9.C: Likewise.
182         * g++.dg/abi/layout3.C: Likewise.
183         * g++.dg/abi/layout4.C: Likewise.
184         * g++.dg/abi/thunk1.C: Likewise.
185         * g++.dg/abi/thunk2.C: Likewise.
186         * g++.dg/abi/vbase11.C: Likewise.
187         * g++.dg/abi/vthunk2.C: Likewise.
188         * g++.dg/abi/vthunk3.C: Likewise.
189         * g++.dg/ext/attrib8.C: Likewise.
190         * g++.dg/opt/longbranch2.C: Likewise.
191         * g++.dg/opt/reg-stack4.C: Likewise.
192         * g++.old-deja/g++.ext/attrib1.C: Likewise.
193         * g++.old-deja/g++.ext/attrib2.C: Likewise.
194         * g++.old-deja/g++.ext/attrib3.C: Likewise.
195         * g++.old-deja/g++.other/store-expr1.C: Likewise.
196         * g++.old-deja/g++.other/store-expr2.C: Likewise.
197         * gcc.dg/20000609-1.c: Likewise.
198         * gcc.dg/20000720-1.c: Likewise.
199         * gcc.dg/20011107-1.c: Likewise.
200         * gcc.dg/20011119-1.c: Likewise.
201         * gcc.dg/20020108-1.c: Likewise.
202         * gcc.dg/20020122-2.c: Likewise.
203         * gcc.dg/20020122-3.c: Likewise.
204         * gcc.dg/20020201-3.c: Likewise.
205         * gcc.dg/20020206-1.c: Likewise.
206         * gcc.dg/20020218-1.c: Likewise.
207         * gcc.dg/20020310-1.c: Likewise.
208         * gcc.dg/20020411-1.c: Likewise.
209         * gcc.dg/20020418-2.c: Likewise.
210         * gcc.dg/20020426-1.c: Likewise.
211         * gcc.dg/20020426-2.c: Likewise.
212         * gcc.dg/20020517-1.c: Likewise.
213         * gcc.dg/20020523-1.c: Likewise.
214         * gcc.dg/20020523-2.c: Likewise.
215         * gcc.dg/20020729-1.c: Likewise.
216         * gcc.dg/20030204-1.c: Likewise.
217         * gcc.dg/20030826-2.c: Likewise.
218         * gcc.dg/20030926-1.c: Likewise.
219         * gcc.dg/20031202-1.c: Likewise.
220         * gcc.dg/980312-1.c: Likewise.
221         * gcc.dg/980313-1.c: Likewise.
222         * gcc.dg/990117-1.c: Likewise.
223         * gcc.dg/990424-1.c: Likewise.
224         * gcc.dg/990524-1.c: Likewise.
225         * gcc.dg/991230-1.c: Likewise.
226         * gcc.dg/i386-387-1.c: Likewise.
227         * gcc.dg/i386-387-2.c: Likewise.
228         * gcc.dg/i386-387-3.c: Likewise.
229         * gcc.dg/i386-387-4.c: Likewise.
230         * gcc.dg/i386-387-5.c: Likewise.
231         * gcc.dg/i386-387-6.c: Likewise.
232         * gcc.dg/i386-asm-1.c: Likewise.
233         * gcc.dg/i386-bitfield1.c: Likewise.
234         * gcc.dg/i386-bitfield2.c: Likewise.
235         * gcc.dg/i386-loop-1.c: Likewise.
236         * gcc.dg/i386-loop-2.c: Likewise.
237         * gcc.dg/i386-loop-3.c: Likewise.
238         * gcc.dg/i386-pentium4-not-mull.c: Likewise.
239         * gcc.dg/i386-pic-1.c: Likewise.
240         * gcc.dg/i386-regparm.c: Likewise.
241         * gcc.dg/i386-signbit-1.c: Likewise.
242         * gcc.dg/i386-signbit-2.c: Likewise.
243         * gcc.dg/i386-signbit-3.c: Likewise.
244         * gcc.dg/i386-sse-5.c: Likewise.
245         * gcc.dg/i386-sse-8.c: Likewise.
246         * gcc.dg/i386-unroll-1.c: Likewise.
247         * gcc.dg/tls/opt-1.c: Likewise.
248         * gcc.dg/tls/opt-2.c: Likewise.
249         * gcc.dg/unroll-1.c: Likewise.
250         * gcc.misc-tests/i386-pf-3dnow-1.c: Likewise.
251         * gcc.misc-tests/i386-pf-athlon-1.c: Likewise.
252         * gcc.misc-tests/i386-pf-none-1.c: Likewise.
253         * gcc.misc-tests/i386-pf-sse-1.c: Likewise.
254         * gcc.c-torture/execute/20010129-1.x: Do not use -mtune=i686 when
255         -m64 is specified.
257 2004-11-12  Mark Mitchell  <mark@codesourcery.com>
259         PR c++/18389
260         * g++.dg/parse/cond1.C: New test.
262         PR c++/18429
263         * g++.dg/template/array9.C: New test.
264         * g++.dg/ext/vla1.C: Adjust error messages.
265         * g++.dg/ext/vlm1.C: Likewise.
266         * g++.dg/template/crash2.C: Likewise.
268         PR c++/18436
269         * g++.dg/template/call3.C: New test.
271         PR c++/18407
272         * g++.dg/template/ptrmem11.C: New test.
274 2004-11-12  Andrew Pinski  <pinskia@physics.uc.edu>
276         PR other/14264
277         * lib/g++.exp: Set LC_ALL and LANG to C.
278         * lib/gcc-dg.exp: Likewise.
279         * lib/gfortran.exp: Likewise.
280         * lib/objc.exp: Likewise.
281         * lib/treelang.exp: Likewise.
283 2004-11-12  Andreas Schwab  <schwab@suse.de>
285         * gcc.dg/pr16286.c: Fix last change.
287 2004-11-12  Mark Mitchell  <mark@codesourcery.com>
289         PR c++/18416
290         * g++.dg/init/global1.C: New test.
292 2004-11-12  Eric Botcazou  <ebotcazou@act-europe.fr>
294         * gcc.c-torture/execute/20041112-1.c: New test.
296 2004-11-11  Janis Johnson  <janis187@us.ibm.com>
298         * lib/gcc-dg.exp (dg-target-list): New.
300 2004-11-11  Janis Johnson  <janis187@us.ibm.com>
301             Richard Sandiford  <rsandifo@redhat.com>
303         * lib/target-supports.exp (get-compiler_messages): New.
304         (check_named_sections_available): Use it.
305         (check_effective_target_ilp32): New.
306         (check_effective_target_lp64): New.
307         (is-effective-target): New.
308         * lib/gcc-dg.exp (dg-require-effective-target): New.
310 2004-11-11  Joseph S. Myers  <joseph@codesourcery.com>
312         * gcc.dg/precedence-1.c: New test.
314 2004-11-11  Janis Johnson  <janis187@us.ibm.com>
316         * gcc.misc-tests/linkage.exp: Handle biarch GCC for powerpc64.
318         * gcc.misc-tests/linkage.exp: Prepend directory name to pass/fail
319         message, delete generated files, use more descriptive name for
320         executable, and make the test unsupported when it cannot be run.
322         * lib/gcc-dg.exp (skip_test_and_clear_xfail): New procedure.
323         (dg-require-weak, dg-require-visibility, dg-require-alias,
324         dg-require-gc-sections, dg-require-profiling, dg-require-dll,
325         dg-require-iconv, dg-require-named-sections): Use it.
327         * lib/gcc-dg.exp (dg-xfail-if): Ignore if skipping the test.
329 2004-11-11  Nathan Sidwell  <nathan@codesourcery.com>
331         PR target/16457
332         * gcc.dg/ppc-and-1: New
334         PR target/16796
335         * gcc.dg/ppc-mov-1.c: New.
337         PR target/16458
338         * gcc.dg/ppc-compare-1.c: New.
340 2004-11-10  Joseph S. Myers  <joseph@codesourcery.com>
342         * objc.dg/desig-init-2.m: New test.
344 2004-11-10  Adam Nemet  <anemet@lnxw.com>
346         PR middle-end/18160  
347         * g++.dg/warn/register-var-1.C: New test.
348         * g++.dg/warn/register-var-2.C: New test.
350 2004-11-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
352         * gcc.dg/union-2.c: New test.
354 2004-11-10  Fariborz Jahanian <fjahanian@apple.com>
356         * gcc.c-torture/execute/ieee/unsafe-fp-assoc-1.c: 
357         New test for PR tree-optimization/17892.
359 2004-11-09  Mark Mitchell  <mark@codesourcery.com>
361         PR c++/18369
362         * g++.dg/init/new12.C: New test.
364 2004-11-10  James A. Morrison  <phython@gcc.gnu.org>
366         * gcc.target/sparc: New directory.
367         * gcc.target/sparc/sparc.exp: New driver.
368         * gcc.target/sparc/fpadd16.c, gcc.target/sparc/fpadd16s.c,
369         gcc.target/sparc/fpsub16.c, gcc.target/sparc/fpsub16s.c,
370         gcc.target/sparc/fpadd32.c, gcc.target/sparc/fpadd32s.c,
371         gcc.target/sparc/fpsub32.c, gcc.target/sparc/fpsub32s.c: New tests.
373 2004-11-10  Paul Brook  <paul@codesourcery.com>
375         PR fortran/18218
376         * gfortran.dg/list_read.c: New test.
378 2004-11-09  Joseph S. Myers  <joseph@codesourcery.com>
380         PR c/18322
381         * gcc.dg/func-outside-1.c, gcc.dg/func-outside-2.c: Correct
382         expected diagnostic location.
384 2004-11-09  Ulrich Weigand  <uweigand@de.ibm.com>
386         * gcc.dg/20041109-1.c: New test.
388 2004-11-09  Andrew Pinski  <pinskia@physics.uc.edu>
390         PR objc/18406
391         * objc/compile/pr18406.m: New test.
393 2004-11-09  Joseph S. Myers  <joseph@codesourcery.com>
395         * gcc.dg/builtin-prefetch-1.c: Update expected diagnostic.
397 2004-11-09  Joseph S. Myers  <joseph@codesourcery.com>
399         * gcc.dg/builtin-prefetch-1.c: Adjust expected messages.
401 2004-11-08  Steve Ellcey  <sje@cup.hp.com>
403         * testsuite/gcc.dg/uninit-H.c: Add ifdefs for __hppa__ and __ia64__.
405 2004-11-08  Steve Ellcey  <sje@cup.hp.com>
407         * testsuite/gcc.dg/20030225-2.c: Add prototype for abort and
408         exit. 
410 2004-11-08  Andrew Pinski  <pinskia@physics.uc.edu>
412         PR tree-opt/18299
413         * gcc.c-torture/pr18299-1.c: New test.
415 2004-11-06  Andreas Schwab  <schwab@suse.de>
417         * gcc.dg/pr16286.c: Also test for bool and pixel.
419 2004-11-06  Joseph S. Myers  <joseph@codesourcery.com>
421         * gcc.dg/anon-struct-6.c, gcc.dg/anon-struct-7.c,
422         gcc.dg/anon-struct-8.c, gcc.dg/bitfld-10.c, gcc.dg/bitfld-11.c,
423         gcc.dg/bitfld-12.c, gcc.dg/func-outside-1.c,
424         gcc.dg/func-outside-2.c, gcc.dg/label-decl-1.c,
425         gcc.dg/label-decl-2.c, gcc.dg/label-decl-3.c,
426         gcc.dg/label-decl-4.c, gcc.dg/struct-empty-1.c,
427         gcc.dg/struct-empty-2.c, gcc.dg/struct-empty-3.c,
428         gcc.dg/struct-semi-1.c, gcc.dg/struct-semi-2.c,
429         gcc.dg/struct-semi-3.c: New tests.
431 2004-11-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
433         * g++.dg/opt/nothrow1.C: Use -42 instead of 42.
435 2004-11-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
437         * gcc.dg/compat/generate-random.c (generate_random_data unsafe_state):
438         Do not use C99 designators.
440 2004-11-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
442         * g++.dg/other/pragma-re-1.C (p, q): Fix type and remove cast.
444 2004-11-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
446         * gcc.c-torture/compile/simd-5.c: Do not XFAIL on SPARC 64-bit.
447         * gcc.c-torture/execute/20020227-1.x: Do not XFAIL at -O3.
448         * gcc.c-torture/execute/simd-5.x: Remove.
450 2004-11-06  Andrew Pinski  <pinskia@physics.uc.edu>
452         PR rtl-optimization/17933
453         * gcc.dg/torture/pr17933-1.c: New test.
455 2004-11-06  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
457         PR target/18106
458         * lib/target-supports.exp (check_weak_available): Support
459         Windows.
461 2004-11-05  Danny Smith  <dannysmith@users.sourceforge.net>
463         * gcc.dg/compat/struct-layout-1_generate.c (main): Generate a
464         call to fflush(stdout) before abort.
465         (my_ffsll): New function.
466         (generate_fields): Use it.
468 2004-11-05  Joseph S. Myers  <joseph@codesourcery.com>
470         * gcc.dg/init-undef-1.c: New test.
472 2004-11-05  Joseph S. Myers  <joseph@codesourcery.com>
474         * gcc.dg/20040910-1.c, gcc.dg/cpp/digraph2.c,
475         gcc.dg/cpp/direct2.c, gcc.dg/cpp/direct2s.c,
476         gcc.dg/cpp/separate-1.c, gcc.dg/noncompile/951123-1.c,
477         gcc.dg/noncompile/971104-1.c, gcc.dg/noncompile/990416-1.c: Adjust
478         expected messages for new parser.
480 2004-11-04  Mark Mitchell  <mark@codesourcery.com>
482         * testsuite/g++.dg/ext/visibility/symbian1.C: New test.
483         
484 2004-11-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
486         * gcc.dg/pragma-align.c (sixteen): Use 8-byte alignment
487         on LP64 targets.
489 2004-11-04  Joseph S. Myers  <joseph@codesourcery.com>
491         * gcc.dg/asm-qual-1.c, gcc.dg/declspec-15.c, gcc.dg/declspec-16.c,
492         gcc.dg/declspec-17.c, gcc.dg/empty-source-1.c,
493         gcc.dg/empty-source-2.c, gcc.dg/empty-source-3.c,
494         gcc.dg/extra-semi-1.c, gcc.dg/extra-semi-2.c,
495         gcc.dg/extra-semi-3.c, gcc.dg/gnu-cond-expr-1.c,
496         gcc.dg/gnu-cond-expr-2.c, gcc.dg/gnu-cond-expr-3.c,
497         gcc.dg/init-empty-1.c, gcc.dg/init-empty-2.c,
498         gcc.dg/init-empty-3.c, gcc.dg/noncompile/old-style-parm-1.c,
499         gcc.dg/noncompile/old-style-parm-2.c, gcc.dg/stmt-expr-1.c,
500         gcc.dg/stmt-expr-2.c, gcc.dg/stmt-expr-3.c: New tests.
502 2004-11-04  Joseph S. Myers  <joseph@codesourcery.com>
504         * gcc.dg/c90-restrict-1.c, gcc.dg/c99-arraydecl-2.c,
505         gcc.dg/c99-func-2.c, gcc.dg/charset/asm2.c, gcc.dg/concat.c,
506         gcc.dg/cpp/19990413-1.c, gcc.dg/cpp/paste4.c,
507         gcc.dg/init-desig-obs-1.c, gcc.dg/noncompile/920721-2.c,
508         gcc.dg/noncompile/930622-2.c, gcc.dg/noncompile/940112-1.c,
509         gcc.dg/noncompile/950921-1.c, gcc.dg/switch-2.c,
510         objc.dg/naming-1.m, objc.dg/naming-2.m: Adjust expected messages
511         for new parser.
513 2004-11-04  Richard Sandiford  <rsandifo@redhat.com>
515         PR target/15342
516         * gcc.dg/20041104-1.c: New test.
518 2004-11-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
520         * g++.dg/template/nontype7.C: New test.
521         * g++.dg/template/nontype8.C: Likewise.
522         * g++.dg/template/nontype9.C: Likewise.
523         * g++.dg/template/nontype10.C: Likewise.
524         * g++.dg/tc1/dr49.C: Likewise.
525         * g++.dg/template/ptrmem8.C: Relax dg-error checks.
526         * g++.old-deja/g++.other/null1.C: Remove a buggy error check
528 2004-11-04  Ben Elliston  <bje@au.ibm.com>
530         * g++.dg/rtti/tinfo1.C: Remove xfails.
532 2004-11-04  Ben Elliston  <bje@au.ibm.com>
534         * g++.old-deja/g++.other/enum5.C (enum conditions): Move the
535         packed attribute to the definition to satisfy the new C++ parser.
537 2004-11-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
539         * gcc.c-torture/execute/stdarg-2.c (foo): Split multiple
540         invocations of va_arg.
542 2004-11-02  Mark Mitchell  <mark@codesourcery.com>
544         PR c++/18124
545         * g++.dg/template/crash25.C: New test.
547         PR c++/18155
548         * g++.dg/template/typedef2.C: New test.
549         * g++.dg/parse/crash13.C: Adjust error markers.
551         PR c++/18177
552         * g++.dg/conversion/const3.C: New test.
553         
554 2004-11-03  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
556         PR fortran/17535
557         PR fortran/17583
558         PR fortran/17713
559         * gfortran.dg/generic_[123].f90: New testcases.
561 2004-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
563         * gcc.dg/uninit-C.c: Remove special-casing for SPARC.
564         * gcc.dg/uninit-H.c: Define to "sp" on SPARC.
566 2004-11-02  Andrew Pinski  <pinskia@physics.uc.edu>
568         PR tree-opt/16808
569         * gcc.c-torture/compile/pr16808.c: New test.
571 2004-11-02  Nathan Sidwell  <nathan@codesourcery.com>
573         PR rtl-optimization/17104
574         * gcc.dg/ppc-bitfield1.c: New.
576 2004-11-01  Richard Sandiford  <rsandifo@redhat.com>
578         * gcc.dg/uninit-H.c (ASM): Define to "$sp" on MIPS targets.
580 2004-11-01  Richard Sandiford  <rsandifo@redhat.com>
582         * g++.dg/abi/mangle6.C: Run for all MIPS targets.  Provide dummy
583         strings for 32-bit code.
585 2004-11-01  Joseph S. Myers  <joseph@codesourcery.com>
587         PR c/18239
588         * gcc.dg/parm-impl-decl-1.c, gcc.dg/parm-impl-decl-2.c: New tests.
590 2004-11-01  Nathan Sidwell  <nathan@codesourcery.com>
592         PR c++/18064
593         * g++.old-deja/g++.mike/p811.C: Avoid covariant extension.
595 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
597         PR c++/15172
598         * g++.dg/init/aggr2.C: New test.
600 2004-10-30  Ziemowit Laski  <zlaski@apple.com>
602         * objc.dg/local-decl-1.m: New test.
604 2004-10-30  Gabriel Dos Reis  <gdr@integrable-solutions.net>
606         * gcc.dg/20040910-1.c: Adjust regex.
608 2004-10-30  Roger Sayle  <roger@eyesopen.com>
610         PR rtl-optimization/18084
611         * g++.dg/opt/pr18084-1.C: New testcase.
613 2004-10-30  Matt Austern  <austern@apple.com>
615         PR c++/17542
616         * g++.dg/ext/attrib18.C: New test.
617         
618 2004-10-30  Roger Sayle  <roger@eyesopen.com>
620         PR middle-end/18096
621         * gcc.dg/pr18096-1.c: New test case.
623 2004-10-30  Roger Sayle  <roger@eyesopen.com>
625         * gcc.dg/pr17581-1.c: Add missing prototype for abort.
627 2004-10-30  Joseph S. Myers  <joseph@codesourcery.com>
629         PR c/16666
630         * gcc.dg/dremf-type-compat-1.c, gcc.dg/dremf-type-compat-2.c,
631         gcc.dg/dremf-type-compat-3.c, gcc.dg/dremf-type-compat-4.c,
632         gcc.dg/old-style-prom-1.c, gcc.dg/old-style-prom-2.c,
633         gcc.dg/old-style-prom-3.c: New tests.
635 2004-10-30  Danny Smith  <dannysmith@users.sourceforge.net>
637         * gcc.dg/bf-ms-attrib.c: Add protototype for abort.
638         Remove unnecessary inclusion of stdio.h.
640 2004-10-29  Roger Sayle  <roger@eyesopen.com>
642         PR rtl-optimization/17581
643         * gcc.dg/pr17581-1.c: New test case.
645 2004-10-28  Nathan Sidwell  <nathan@codesourcery.com>
647         * g++.dg/conversion/dr195.C: Adjust expected errors for DR195 not
648         being implemented.
649         * g++.dg/conversion/dr195-1.C: New.
650         * g++.old-deja/g++.brendan/operators4.C: Don't be pedantic.
651         * g++.old-deja/g++.mike/p10148.C: Likewise.
653 2004-10-29  Mark Mitchell  <mark@codesourcery.com>
655         PR c++/17695
656         * g++.dg/debug/typedef2.C: New test.
658 2004-10-29  David Billinghurst <David.Billinghurst@riotinto.com>
660         PR fortran/13490
661         * gfortran.dg/g77/20030326-1.f: Change xfail on error to warning.
662         * gfortran.dg/g77/README: Update.
664 2004-10-28  Matt Austern  <austern@apple.com>
666         PR c++/14124
667         * g++.dg/ext/packed7.C: New test.
668         
669 2004-10-28  Andrew Pinski  <pinskia@physics.uc.edu>
671         * gcc.dg/visibility-[1-9a].c: Change to use scan-hidden instead of
672         scan-assembler.
673         * lib/scanasm.exp (hidden-scan-for): New proc.
674         (scan-hidden): Use hidden-scan-for instead of constructing the scan
675         string.
676         (scan-not-hidden): Likewise.
677         * lib/target-supports.exp (check_visibility_available): mach-o is
678         support too.
680 2004-10-28  Mark Mitchell  <mark@codesourcery.com>
682         PR c++/17132
683         * g++.dg/template/memclass3.C: New test.
685 2004-10-28  Adam Nemet  <anemet@lnxw.com>
687         PR middle-end/18160  
688         * gcc.dg/register-var-1.c: New test.
689         * gcc.dg/register-var-2.c: New test.
690         * gcc.dg/asm-7.c: Taking the address of a register variable is an
691         error now.
693 2004-10-28  Dorit Naishlos <dorit@il.ibm.com>
695         PR other/18172
696         * gcc.dg/vect/vect-20.c: Use 'signed char' instaed of 'char'. Remove 
697         unused variables.
698         * gcc.dg/vect/vect-22.c: Likewise.
700 2004-10-28  Jakub Jelinek  <jakub@redhat.com>
702         * gcc.dg/i386-rotate-1.c: New test.
704 2004-10-27  Mark Mitchell  <mark@codesourcery.com>
706         * g++.dg/init/ref12.C: Add "run" marker.
708         PR c++/17435
709         * g++.dg/init/ref12.C: New test.
711         PR c++/18140
712         * g++.dg/template/shift1.C: New test.
713         * g++.dg/template/error10.C: Adjust error markers.
715 2004-10-27  Andrew Pinski  <pinskia@physics.uc.edu>
717         PR tree-opt/17529
718         * gcc.c-torture/compile/pr17529.c: Remove the xfail.
720 2004-10-27  Geoffrey Keating  <geoffk@apple.com>
722         * gcc.dg/weak/typeof-2.c: Needs aliases as well as weak.
723         * gcc.dg/weak/weak-3.c: Likewise.
724         * gcc.dg/weak/weak-5.c: Likewise.
725         * gcc.dg/weak/weak-9.c: Likewise.
726         * lib/file-format.exp (gcc_target_object_format): Darwin has Mach-O.
727         * lib/target-supports.exp (check_weak_available): Mach-O does weak.
729         * gcc.dg/darwin-weakimport-1.c: New.
731 2004-10-28  Ben Elliston  <bje@au.ibm.com>
733         * gcc.dg/tree-ssa/sra-1.c: Pass --param sra-max-structure-size.
735 2004-10-27  Nathan Sidwell  <nathan@codesourcery.com>
737         * gcc.dg/cpp/direct2.c: Cope with different bison 'parse' or
738         'syntax' error messages.
739         * gcc.dg/cpp/direct2s.c: Likewise.
741 2004-10-26  Geoffrey Keating  <geoffk@apple.com>
743         * gcc.c-torture/compile/20041026-1.c: New.
745 2004-10-26  Mark Mitchell  <mark@codesourcery.com>
747         PR c++/18093
748         * g++.dg/lookup/ns2.C: New test.
750         PR c++/18020
751         * g++.dg/template/enum4.C: New test.
753         PR c++/18161
754         * g++.dg/template/expr1.C: New test.
756 2004-10-26  Ben Elliston  <bje@au.ibm.com>
758         * gcc.dg/tree-ssa/20030922-2.c: Now passing, so remove xfail.
760 2004-10-26  Joseph S. Myers  <jsm@polyomino.org.uk>
762         * gcc.dg/decl-nospec-1.c, gcc.dg/decl-nospec-2.c,
763         gcc.dg/decl-nospec-3.c: New tests.
765 2004-10-26  Ziemowit Laski  <zlaski@apple.com>
767         * objc.dg/super-class-3.m: New test.
769 2004-10-26  Nathan Sidwell  <nathan@codesourcery.com>
771         * gcc.dg/cpp/direct2.c: Adjust expected errors, robustify parser
772         resyncing.
773         * gcc.dg/cpp/direct2s.c: Likewise.
775 2004-10-25  Geoffrey Keating  <geoffk@apple.com>
777         * objc.dg/image-info.m: Update for changes to section selection.
779 2004-10-25  David Ayers  <d.ayers@inode.at>
780             Ziemowit Laski  <zlaski@apple.com>
782         * objc.dg/call-super-2.m: Add messages to 'Class <Proto>'; update
783         diagnostics when messaging 'id <Proto>'.
784         * objc.dg/class-protocol-1.m: New test.
785         * objc.dg/desig-init-1.m: Add message to an invalid receiver using
786         a non-existent method signature.
787         * objc.dg/method-5.m, objc.dg/method-6.m, objc.dg/proto-hier-1.m:
788         Update diagnostics when messaging with non-existent method signature.
789         * objc.dg/proto-hier-2.m: Adjust wording of diagnostic.
790         * objc.dg/proto-lossage-1.m, objc.dg/proto-lossage-4.m: Messages to
791         invalid receivers are now resolved as if messaging 'id'; remove
792         extraneous diagnostics.
794 2004-10-25  Joseph S. Myers  <jsm@polyomino.org.uk>
796         PR c/16667
797         * gcc.dg/init-desig-obs-1.c, gcc.dg/init-desig-obs-2.c,
798         gcc.dg/init-desig-obs-3.c: New tests.
800 2004-10-25  Jakub Jelinek  <jakub@redhat.com>
802         * gcc.dg/debug/20041023-1.c: New test.
804 2004-10-25  Andrew Pinski  <pinskia@physics.uc.edu>
806         PR middle-end/17407
807         * gcc.c-torture/compile/pr17407.c: New test.
809         PR c++/18121
810         * g++.dg/template/array8.C: New test.
812 2004-10-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
814         PR other/18138
815         * lib/g++.exp: Accept more than one multilib libgcc.
816         * lib/gcc-dg.exp: Likewise.
817         * lib/objc.exp: Likewise.
818         * lib/treelang.exp: Likewise.
819         * lib/gfortran.exp: Likewise.
821 2004-10-24  Ben Elliston  <bje@au.ibm.com>
823         * gcc.dg/c90-const-expr-3.c: Reference the ISO C standard.
825 2004-10-24  Geoffrey Keating  <geoffk@geoffk.org>
827         * gcc.dg/c90-const-expr-3.c: xfail all the ASSERT_NOT_NPC tests.
828         * gcc.dg/c99-const-expr-3.c: Likewise.
830 2004-10-23  Andrew Pinski  <pinskia@physics.uc.edu>.
832         * gcc.dg/tree-ssa/loop-1.c: Add -static for *-*-darwin*.
834 2004-10-23  Ben Elliston  <bje@au.ibm.com>
836         * gcc.c-torture/execute/loop-2e.x: Remove.
838 2004-10-22  Nathan Sidwell  <nathan@codesourcery.com>
840         PR c++/18095
841         * g++.dg/parse/crash18.C: New.
842         * g++.dg/parse/crash19.C: New.
844 2004-10-22  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
846         * g++.dg/ext/dllimport1.C: Move dg-warnings.
847         * g++.dg/ext/dllimport2.C: Same.
848         * g++.dg/ext/dllimport8.C: Same.
850 2004-10-21  Mark Mitchell  <mark@codesourcery.com>
852         PR c++/10841
853         * g++.dg/conversion/cast1.C: New test.
854         * g++.dg/overload/pmf1.C: Adjust error marker.
856 2004-10-21  Andrew Pinski  <pinskia@physics.uc.edu>
858         PR objc/17923
859         * objc.dg/const-str-7.m: New test.
861 2004-10-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
863         * g++.dg/template/memfriend11.C: Fix comment typo.
864         * g++.dg/template/memfriend14.C: Likewise.
866 2004-10-20  Richard Henderson  <rth@redhat.com>
868         * gcc.dg/cleanup-10.c, gcc.dg/cleanup-11.c, gcc.dg/cleanup-8.c,
869         gcc.dg/cleanup-9.c: Use -fnon-call-exceptions, not
870         -fasynchronous-unwind-tables.
872 2004-10-20  Richard Henderson  <rth@redhat.com>
874         * gcc.c-torture/unsorted/call386.c (foo): Fix return type.
875         (main): Return success.
876         * gcc.c-torture/unsorted/subcc.c (foo, bar): Fix return types.
877         (main): Return success.
879 2004-10-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
881         PR c++/13495
882         * g++.dg/template/memfriend9.C: New test.
883         * g++.dg/template/memfriend10.C: Likewise.
884         * g++.dg/template/memfriend11.C: Likewise.
885         * g++.dg/template/memfriend12.C: Likewise.
886         * g++.dg/template/memfriend13.C: Likewise.
887         * g++.dg/template/memfriend14.C: Likewise.
888         * g++.dg/template/memfriend15.C: Likewise.
889         * g++.dg/template/memfriend16.C: Likewise.
890         * g++.dg/template/memfriend17.C: Likewise.
891         * g++.old-deja/g++.pt/friend44.C: Remove bogus error.
893 2004-10-20  Nathan Sidwell  <nathan@codesourcery.com>
895         * g++.dg/conversion/dr195.C: New.
896         * g++.old-deja/g++.mike/p10148.C: Remove ill-formed cast.
898 2004-10-20  Ben Elliston  <bje@au.ibm.com>
899             Devang Patel  <dpatel@apple.com>
901         * gcc.dg/tree-ssa/ifc-20040816-2.c: Use integer arithmetic instead
902         of floating point arithmetic, which could trap.
904 2004-10-19  Mark Mitchell  <mark@codesourcery.com>
906         PR c++/14035
907         * g++.dg/conversion/reinterpret1.C: Adjust error markers.
908         * g++.dg/conversion/const2.C: New test.
909         * g++.dg/expr/reinterpret2.C: New test.
910         * g++.dg/expr/reinterpret3.C: New test.
911         * g++.dg/expr/cast2.C: New test.
912         * g++.dg/expr/copy1.C: New test.
913         * g++.dg/other/conversion1.C: Change error message.
914         * g++.dg/parse/comma1.C: Use __extension__ to allow casts from
915         function pointers to void *.
916         * g++.old-deja/g++.mike/p10148.C: Likewise.
918 2004-10-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
920         * gcc.dg/smod-1.c: Pass -mtune=i486 only on x86.
922 2004-10-19  Paolo Bonzini  <bonzini@gnu.org>
924         PR c++/18047
926         * g++.dg/parse/expr3.C: New test.
928 2004-10-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
930         * gcc.dg/smod-1.c: New test.
932 2004-10-18  Ziemowit Laski  <zlaski@apple.com>
934         * objc.dg/method-14.m: New test.
936 2004-10-18  Andrew Pinski  <pinskia@physics.uc.edu>
938         * gcc.c-torture/compile/pr17529.c: Fix test for non x86.
939         Also xfail as the patch was reverted.
941 2004-10-18  Andrew Pinski  <pinskia@physics.uc.edu>
943         PR middle-end/16973
944         * gcc.dg/pr16973.c: New test.
946 2004-10-18  Diego Novillo  <dnovillo@redhat.com>
948         PR tree-optimization/17656
949         * testsuite/gcc.c-torture/compile/pr17656.c: New test.
951 2004-10-18  Nathan Sidwell  <nathan@codesourcery.com>
953         * g++.dg/eh/shadow1.C: New.
955 2004-10-18  Jakub Jelinek  <jakub@redhat.com>
957         * gcc.c-torture/compile/20041018-1.c: New test.
959 2004-10-18  Ben Elliston  <bje@au.ibm.com>
961         * gcc.dg/ppc-sdata-1.c: Update to consider the possibility of the
962         compiler referring to register 0 when accessing sdata.  The linker
963         now patches things up.
965 2004-10-17  Andrew Pinski  <pinskia@physics.uc.edu>
967         PR c/17529
968         * gcc.c-torture/compile/pr17529.c: New test.
970 2004-10-17  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
972         PR c++/17743
973         * g++.dg/ext/attrib17.C: New test.
975 2004-10-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
977         * gcc.dg/bf-spl1.c: Use 'float' as the base type for FP types.
979 2004-10-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
981         PR c++/10479
982         * g++.dg/ext/attrib16.C: New test.
984 2004-10-15  Mark Mitchell  <mark@codesourcery.com>
986         PR c++/17042
987         * g++.dg/init/dso_handle1.C: New test.
989         PR c++/14667
990         * g++.dg/parse/typedef6.C: New test.
992         PR c++/17916
993         * g++.dg/parse/pragma1.C: New test.
995 2004-10-15  Aldy Hernandez  <aldyh@redhat.com>
997         * gcc.c-torture/execute/ieee/ieee.exp: Disable on powerpc-*-*spe.
999 2004-10-15  Steve Ellcey  <sje@cup.hp.com>
1001         * gcc.dg/compat/struct-layout-1_generate.c (switchfiles):  Use
1002         -fno-common when on HPPA HP-UX platforms.
1004 2004-10-15  Jakub Jelinek  <jakub@redhat.com>
1006         PR other/16820
1007         * gcc.dg/compat/struct-layout-1.h: Don't include complex.h nor
1008         stdint.h.
1009         * gcc.dg/compat/struct-layout-1_x1.h (TX): Cast to long instead of
1010         uintptr_t.
1012 2004-10-14  Andrew Pinski  <pinskia@physics.uc.edu>
1014         PR c++/16301
1015         * g++.dg/lookup/strong-using-4.C: New test.
1017 2004-10-14  Andrew Pinski  <pinskia@physics.uc.edu>
1019         PR middle-end/16567
1020         * gcc.c-torture/compile/nested-1.c: New test.
1022 2004-10-14  Dorit Naishlos  <dorit@il.ibm.com>
1024         * testsuite/gcc.dg/vect/vect-44.c: xfail on i?86-*-*, x86_64-*-*,
1025         and mipsisa64*-*-* (until support for misaligned loads is added).
1026         * testsuite/gcc.dg/vect/vect-50.c: Likewise.
1027         * testsuite/gcc.dg/vect/vect-52.c: Likewise.
1028         * testsuite/gcc.dg/vect/vect-54.c: Likewise.
1029         * testsuite/gcc.dg/vect/vect-58.c: Likewise.
1030         * testsuite/gcc.dg/vect/vect-60.c: Likewise.
1031         * testsuite/gcc.dg/vect/vect-80.c: Likewise.
1033 2004-10-14  Mark Mitchell  <mark@codesourcery.com>
1035         PR c++/17976
1036         * g++.dg/init/dtor3.C: New test.
1038 2004-10-15  Ben Elliston  <bje@au.ibm.com>
1040         * gcc.dg/ppc-stackalign-1.c: Set dg-options to {}.
1042 2004-10-14  Geoffrey Keating  <geoffk@apple.com>
1044         * gcc.dg/darwin-misaligned.c: Don't supply -force_cpusubtype_ALL.
1045         * gcc.dg/macho-lo-sum.c: Likewise.
1047 2004-10-14  Joseph S. Myers  <joseph@codesourcery.com>
1049         * gcc.dg/ppc-spe64-1.c: New test.
1051 2004-10-14  Devang Patel  <dpatel@apple.com>
1053         PR 17635
1054         * gcc.dg/pr17635.c : New test.
1055         
1056 2004-10-14  Olga Golovanevsky  <olga@il.ibm.com>
1058         * testsuite/gcc.dg/vect/vect-28.c: Remove xfail.
1059         * testsuite/gcc.dg/vect/vect-30.c: Remove xfail.
1060         * testsuite/gcc.dg/vect/vect-31.c: Vectorize 4 loops instead of 2.
1061         * testsuite/gcc.dg/vect/vect-33.c: Remove xfail.
1062         * testsuite/gcc.dg/vect/vect-44.c: Remove xfail.
1063         * testsuite/gcc.dg/vect/vect-46.c: Remove xfail.
1064         * testsuite/gcc.dg/vect/vect-50.c: Remove xfail.
1065         * testsuite/gcc.dg/vect/vect-52.c: Remove xfail.
1066         * testsuite/gcc.dg/vect/vect-54.c: Remove xfail.
1067         * testsuite/gcc.dg/vect/vect-58.c: Remove xfail.
1068         * testsuite/gcc.dg/vect/vect-60.c: Remove xfail.
1069         * testsuite/gcc.dg/vect/vect-64.c: Vectorize 3 loops instead of 1.
1070         * testsuite/gcc.dg/vect/vect-66.c: Vectorize 3 loops instead of 2.
1071         * testsuite/gcc.dg/vect/vect-68.c: Vectorize 4 loops instead of 2.
1072         * testsuite/gcc.dg/vect/vect-69.c: Vectorize 4 loops instead of 2.
1073         * testsuite/gcc.dg/vect/vect-8.c: Remove xfail.
1074         * testsuite/gcc.dg/vect/vect-80.c: Remove xfail.
1075         * testsuite/gcc.dg/vect/vect-none.c: Vectorize 1 loops instead of 0.
1077 2004-10-14  Dorit Naishlos  <dorit@il.ibm.com>
1079         * gcc.dg/vect/vect-82.c: New testcase.  
1080         * gcc.dg/vect/vect-82_64.c: New testcase.       
1081         * gcc.dg/vect/vect-83.c: New testcase.  
1082         * gcc.dg/vect/vect-83_64.c: New testcase.       
1084 2004-10-14  Joseph S. Myers  <jsm@polyomino.org.uk>
1086         * gcc.dg/cpp/error-1.c: New test.
1088 2004-10-14  Joseph S. Myers  <jsm@polyomino.org.uk>
1090         * gcc.dg/c99-tag-3.c, gcc.dg/declspec-14.c: New tests.
1092 2004-10-14  Hans-Peter Nilsson  <hp@axis.com>
1094         PR target/17984
1095         * gcc.dg/cris-peep2-xsrand2.c: New test.
1097 2004-10-13  Andrew Pinski  <pinskia@physics.uc.edu>
1099         PR c++/17661
1100         * testsuite/g++.dg/expr/for2.C: New test.
1102 2004-10-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
1104         * g++.dg/inherit/thunk1.C: Run on the SPARC.
1106 2004-10-13  Jakub Jelinek  <jakub@redhat.com>
1108         PR tree-optimization/17724
1109         * g++.dg/opt/pr17724-1.C: New test.
1110         * g++.dg/opt/pr17724-2.C: New test.
1111         * g++.dg/opt/pr17724-3.C: New test.
1112         * g++.dg/opt/pr17724-4.C: New test.
1113         * g++.dg/opt/pr17724-5.C: New test.
1114         * g++.dg/opt/pr17724-6.C: New test.
1116 2004-10-12  Joseph S. Myers  <jsm@polyomino.org.uk>
1118         PR c/17301
1119         * gcc.dg/pr17301-2.c: New test.
1121 2004-10-11  Mark Mitchell  <mark@codesourcery.com>
1123         PR c++/15876
1124         * g++.dg/parse/error22.C: New test.
1126         PR c++/17936
1127         * g++.dg/template/spec18.C: New test.
1129 2004-10-11  Steve Ellcey  <sje@cup.hp.com>
1131         * testsuite/gcc.dg/ia64-asm-1.c: Add prototype for abort
1132         * testsuite/gcc.dg/ia64-sync-1.c: Add prototype for abort and
1133         memcpy. 
1134         * testsuite/gcc.dg/ia64-sync-2.c: Ditto.
1135         * testsuite/gcc.dg/ia64-sync-3.c: Ditto.
1137 2004-10-11  Andrew Pinski  <pinskia@physics.uc.edu>
1139         * g++.dg/eh/cleanup5.C: Add dg-options "".
1141 2004-10-11  Roger Sayle  <roger@eyesopen.com>
1143         PR middle-end/17657
1144         * gcc.dg/switch-4.c: New test case.
1146 2004-10-11  Richard Sandiford  <rsandifo@redhat.com>
1148         * gcc.c-torture/execute/20041011-1.c: New test.
1150 2004-10-10  Andrew Pinski  <pinskia@physics.uc.edu>
1152         PR c++/17554
1153         * g++.dg/init/for3.C: New test.
1155         PR c++/17657
1156         * g++.dg/opt/switch2.C: New test.
1158         PR middle-end/17703
1159         * g++.dg/warn/Wreturn-2.C: New test.
1161 2004-10-10  Andrew Pinski  <pinskia@physics.uc.edu>
1163         PR c++/17907
1164         * g++.dg/eh/cleanup5.C: New test.
1166 2004-10-10  Mark Mitchell  <mark@codesourcery.com>
1168         PR c++/17393
1169         * g++.dg/parse/error21.C: New test.
1171 2004-10-10  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1173         * g++.dg/overload/pmf1.C: Adjust quoting marks.
1174         * g++.dg/warn/incomplete1.C: Likewise.
1175         * g++.dg/template/qualttp20.C: Likewise.
1177 2004-10-10  Joseph S. Myers  <jsm@polyomino.org.uk>
1179         PR c/17881
1180         * parm-incomplete-1.c: New test.
1182 2004-10-09  Mark Mitchell  <mark@codesourcery.com>
1184         PR c++/17867
1185         * g++.dg/parse/error19.C: New test.
1187         PR c++/17670
1188         * g++.dg/init/new11.C: New test.
1190         PR c++/17821
1191         * g++.dg/parse/error20.C: New test.
1193         PR c++/17826
1194         * g++.dg/template/crash24.C: New test.
1195         
1196 2004-10-10  Joseph S. Myers  <jsm@polyomino.org.uk>
1198         PR c/17301
1199         * gcc.dg/pr17301-1.c: New test.
1201 2004-10-10  Joseph S. Myers  <jsm@polyomino.org.uk>
1203         PR c/17189
1204         * gcc.dg/anon-struct-5.c: New test.
1206 2004-10-09  Joseph S. Myers  <jsm@polyomino.org.uk>
1208         PR c/17844
1209         * gcc.dg/pr17844-1.c: New test.
1211 2004-10-09  Zdenek Dvorak  <dvorakz@suse.cz>
1213         PR tree-optimization/17906
1214         * gcc.c-torture/compile/pr17906.c: New.
1216 2004-10-09  Stuart Hastings  <stuart@apple.com>
1217             Roger Sayle  <roger@eyesopen.com>
1219         PR rtl-optimization/17853
1220         * gcc.dg/i386-mmx-5.c: New testcase.
1222 2004-10-09  Andrew Pinski  <pinskia@physics.uc.edu>
1224         * g++.dg/opt/pr17902.C: Fix typo in dg-do.
1226 2004-10-09  Mark Mitchell  <mark@codesourcery.com>
1228         PR c++/17524
1229         * g++.dg/template/static9.C: New test.
1231         PR c++/17685
1232         * g++.dg/parse/operator5.C: New test.
1234 2004-10-09  Roger Sayle  <roger@eyesopen.com>
1236         PR middle-end/17894
1237         * gcc.c-torture/execute/divcmp-4.c: New test case.
1239 2004-10-08  Andrew Pinski  <pinskia@physics.uc.edu>
1241         PR tree-opt/17902
1242         * g++.dg/opt/pr17902.C: New test.
1244 2004-10-09  Jakub Jelinek  <jakub@redhat.com>
1246         * gcc.dg/cpp/ident-1.c: Add dg-options "".
1248 2004-10-08  Joseph S. Myers  <jsm@polyomino.org.uk>
1250         * gcc.dg/float-range-1.c, gcc.dg/float-range-2.c: New tests.
1252 2004-10-08  Joseph S. Myers  <jsm@polyomino.org.uk>
1254         * gcc.dg/assign-warn-3.c: New test.
1256 2004-10-08  Andrew Pinski  <pinskia@physics.uc.edu>
1258         PR c/16999
1259         * gcc.dg/cpp/ident-1.c: New test.
1261 2004-10-08  Nathan Sidwell  <nathan@codesourcery.com>
1263         * gcc.c-torture/compile/acc1.c: New.
1265 2004-10-08  Andrew Pinski  <pinskia@physics.uc.edu>
1267         * gcc.dg/darwin-longdouble.c: Include stdlib.h and string.h.
1268         * gcc.dg/darwin-abi-2.c: Include stdlib.h.
1270 2004-10-08  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
1272         * gcc.dg/ultrasp11.c: New test.
1274 2004-10-08  Michael Matz  <matz@suse.de>
1276         * gcc.dg/doloop-2.c: New test.
1278 2004-10-08  Joseph S. Myers  <jsm@polyomino.org.uk>
1280         * gcc.dg/assign-warn-1.c, gcc.dg/assign-warn-2.c: New tests.
1281         * gcc.dg/warn-1.c, gcc.dg/noncompile/20020213-1.c,
1282         objc.dg/method-9.m: Update expected diagnostics.
1284 2004-10-07  Geoffrey Keating  <geoffk@apple.com>
1286         * gcc.dg/ppc-fsel-3.c: New file.
1287         * gcc.dg/ppc-fsel-1.c: Add -fno-trapping-math, update comment.
1289 2004-10-07  Paul Brook  <paul@codesourcery.com>
1291         * gfortran.dg/intrinsic_verify_1.f90: New test.
1293 2004-10-07  Paul Brook  <paul@codesourcery.com>
1295         * gfortran.dg/empty_format_1.f90: Remove stray commas.
1297 2004-10-07  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1299         * gfortran.fortran-torture/execute/intrinsic_mvbits.f90, 
1300         gfortran.dg/ishft.f90: Add more tests. Add dg-warning in followup
1301         commit.
1303 2004-10-07  Andrew Pinski  <pinskia@physics.uc.edu>
1305         * g++.dg/ext/asm6.C: Remove extraneous semicolon.
1307 2004-10-07  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1309         PR c++/17115
1310         * g++.dg/warn/Winline-4.C: New test.
1312 2004-10-07  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
1314         * gcc.c-torture/compile/20041007-1.c: New test.
1316 2004-10-07  Paul Brook  <paul@codesourcery.com>
1318         PR fortran/17678
1319         * gfortran.dg/use_allocated_1.f90: New test.
1321 2004-10-06  Andrew Pinski  <pinskia@physics.uc.edu>
1323         PR middle-end/17849
1324         * gfortran.fortran-torture/compile/nested.f90: New test
1326 2004-10-06  Joseph S. Myers  <jsm@polyomino.org.uk>
1328         * gcc.dg/Wconversion-2.c, gcc.dg/func-args-1.c: New tests.
1330 2004-10-06  Andrew Pinski  <pinskia@physics.uc.edu>
1332         PR c++/17368
1333         * g++.dg/ext/asm6.C: New test.
1335 2004-10-06  Kenneth Zadeck <zadeck@naturalbridge.com>
1337         * gcc.dg/20011119-1.c : Added memory attribute to asm sequence.
1339 2004-10-06  Paul Brook  <paul@codesourcery.com>
1341         PR libfortran/17709
1342         * gfortran.dg/empty_format_1.f90: New test.
1344 2004-10-06  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1346         PR fortran/17568
1347         * gfortran.dg/ishft.f90: New test.
1349         PR fortran/17283
1350         * gfortran.fortran-torture/execute/intrinsic_pack.f90: Enable new
1351         tests.
1353 2004-10-06  Paul Brook  <paul@codesourcery.com>
1355         * gfortran.dg/do_1.f90: New test.
1357 2004-10-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1359         * gcc.c-torture/execute/builtins/lib/strcpy.c: Don't abort when
1360         optimizing for size.
1362 2004-10-05  Joseph S. Myers  <jsm@polyomino.org.uk>
1364         * gcc.dg/complex-2.c, gcc.dg/complex-2.h: New test.
1366 2004-10-05  Joseph S. Myers  <jsm@polyomino.org.uk>
1368         * gcc.c-torture/compile/20041005-1.c: New test.
1370 2004-10-05  Nathan Sidwell  <nathan@codesourcery.com>
1372         PR c++/17829
1373         * g++.dg/lookup/koenig4.C: New.
1375 2004-10-05  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1377         * g++.dg/other/classkey1.C: Adjust quoting marks.
1378         * g++.dg/parse/error15.C: Likewise.
1379         * g++.dg/template/meminit2.C (int>): Likewise.
1381 2004-10-04  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1383         PR fortran/17283
1384         * gfortran.fortran-torture/execute/intrinsic_pack.f90: Add more tests.
1386         PR fortran/17631
1387         * gfortran.fortran-torture/execute/intrinsic_mvbits.f90: New test.
1389         PR fortran/17708
1390         * gfortran.dg/pr17708.f90: New test.
1391         
1392 2004-10-04  Chao-ying Fu  <fu@mips.com>
1394         * gcc.dg/vect/pr16105.c: Enable for mipsisa64*-*-*.
1395         * gcc.dg/vect/vect-4.c: Ditto.
1396         * gcc.dg/vect/vect-5.c: Ditto.
1397         * gcc.dg/vect/vect-6.c: Ditto.
1398         * gcc.dg/vect/vect-8.c: Ditto.
1399         * gcc.dg/vect/vect-16.c: Ditto.
1400         * gcc.dg/vect/vect-30.c: Ditto.
1401         * gcc.dg/vect/vect-40.c: Ditto.
1402         * gcc.dg/vect/vect-41.c: Ditto.
1403         * gcc.dg/vect/vect-42.c: Ditto.
1404         * gcc.dg/vect/vect-43.c: Ditto.
1405         * gcc.dg/vect/vect-44.c: Ditto.
1406         * gcc.dg/vect/vect-45.c: Ditto.
1407         * gcc.dg/vect/vect-46.c: Ditto.
1408         * gcc.dg/vect/vect-47.c: Ditto.
1409         * gcc.dg/vect/vect-48.c: Ditto.
1410         * gcc.dg/vect/vect-49.c: Ditto.
1411         * gcc.dg/vect/vect-50.c: Ditto.
1412         * gcc.dg/vect/vect-51.c: Ditto.
1413         * gcc.dg/vect/vect-52.c: Ditto.
1414         * gcc.dg/vect/vect-53.c: Ditto.
1415         * gcc.dg/vect/vect-54.c: Ditto.
1416         * gcc.dg/vect/vect-55.c: Ditto.
1417         * gcc.dg/vect/vect-56.c: Ditto.
1418         * gcc.dg/vect/vect-57.c: Ditto.
1419         * gcc.dg/vect/vect-58.c: Ditto.
1420         * gcc.dg/vect/vect-59.c: Ditto.
1421         * gcc.dg/vect/vect-60.c: Ditto.
1422         * gcc.dg/vect/vect-74.c: Ditto.
1423         * gcc.dg/vect/vect-79.c: Ditto.
1424         * gcc.dg/vect/vect-80.c: Ditto.
1426 2004-10-04  Andrew Pinski  <pinskia@physics.uc.edu>
1428         * gcc.dg/unused-7.c: Use the correct option.
1430 2004-10-04  Paul Brook  <paul@codesourcery.com>
1431         Bud Davis  <bdavis9659@comcast.net>
1433         PR fortran/17706
1434         PR fortran/16434
1435         * gfortran/pr17706.f90: New test.
1436         * gfortran.dg/g77/f77-edit-s-out.f: Remove xfail.
1438 2004-10-04  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1440         * gfortran.dg/pr17612.f90: New test.
1442 2004-10-03  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1444         * g++.dg/template/local1.C: Adjust quoting marks in
1445         testing for diagnostics.
1446         * g++.dg/tls/diag-2.C: Likewise.
1447         * g++.dg/other/error8.C: Likewise.
1449 2004-10-03  Andrew Pinski  <pinskia@physics.uc.edu>
1451         PR c/17178
1452         * gcc.dg/unused-4.c: Adjust to be correct.
1454         PR c/17820
1455         * gcc.dg/unused-7.c: New test.
1457 2004-10-03  Andrew Pinski  <pinskia@physics.uc.edu>
1459         PR c++/17797
1460         * g++.dg/overload/template2.C: New test.
1462 2004-10-03  Kazu Hirata  <kazu@cs.umass.edu>
1464         PR tree-optimization/16632
1465         * gcc.dg/tree-ssa/20041002-1.c: New.
1467 2004-10-03  Paul Brook  <paul@codesourcery.com>
1469         * gfortran.dg/pr17286.f90: Add dg-do line.  Explicitly test bug,
1470         rather than relying on default formatting.
1472 2004-10-02  Joseph S. Myers  <jsm@polyomino.org.uk>
1474         * gcc.dg/20040920-1.c: Update expected message text.
1476 2004-10-02  Ulrich Weigand  <uweigand@de.ibm.com>
1478         * gcc.dg/tree-ssa/loop-1.c: Merge changed dg-options for s390-*-*.
1480 2004-10-01  Zdenek Dvorak  <dvorakz@suse.cz>
1482         * gcc.dg/tree-ssa/loop-1.c: Check that unrolling occurs already on
1483         tree level.
1485 2004-10-01  Andrew Pinski  <pinskia@physics.uc.edu>
1487         * gcc.dg/tree-ssa/pr17343.c: Remove.
1489 2004-10-01  Andrew Pinski  <pinskia@physics.uc.edu>
1491         PR tree-opt/17343
1492         * gcc.dg/tree-ssa/pr17343.c: New test.
1494 2004-10-01  Jakub Jelinek  <jakub@redhat.com>
1496         * gcc.dg/tree-ssa/stdarg-1.c: Removed.
1497         * gcc.dg/tree-ssa/stdarg-2.c: Removed.
1498         * gcc.dg/tree-ssa/stdarg-3.c: Removed.
1499         * gcc.dg/tree-ssa/stdarg-4.c: Removed.
1500         * gcc.dg/tree-ssa/stdarg-5.c: Removed.
1502 2004-09-30  Joseph S. Myers  <jsm@polyomino.org.uk>
1504         * gcc.dg/lvalue-2.c: New test.
1506 2004-09-30  Joseph S. Myers  <jsm@polyomino.org.uk>
1508         PR c/17730
1509         * gcc.dg/pr17730-1.c: New test
1511 2004-09-29  Joseph S. Myers  <jsm@polyomino.org.uk>
1513         PR c/7425
1514         * gcc.dg/deprecated-3.c, g++.dg/warn/deprecated-2.C: New tests.
1516 2004-09-29  Jakub Jelinek  <jakub@redhat.com>
1518         * gcc.c-torture/execute/stdarg-1.c: New test.
1519         * gcc.c-torture/execute/stdarg-2.c: New test.
1520         * gcc.c-torture/execute/stdarg-3.c: New test.
1521         * gcc.dg/tree-ssa/stdarg-1.c: New test.
1522         * gcc.dg/tree-ssa/stdarg-2.c: New test.
1523         * gcc.dg/tree-ssa/stdarg-3.c: New test.
1524         * gcc.dg/tree-ssa/stdarg-4.c: New test.
1525         * gcc.dg/tree-ssa/stdarg-5.c: New test.
1527 2004-09-29  Jakub Jelinek  <jakub@redhat.com>
1529         PR tree-optimization/17697
1530         * g++.dg/opt/pr17697-1.C: New test.
1531         * g++.dg/opt/pr17697-2.C: New test.
1532         * g++.dg/opt/pr17697-3.C: New test.
1534 2004-09-28  Joseph S. Myers  <jsm@polyomino.org.uk>
1536         PR c/16409
1537         * gcc.dg/vla-init-2.c, gcc.dg/vla-init-3.c, gcc.dg/vla-init-4.c,
1538         gcc.dg/vla-init-5.c: New tests.
1540 2004-09-27  Joseph S. Myers  <jsm@polyomino.org.uk>
1542         PR c/13804
1543         * gcc.dg/pr13804-1.c: New test.
1545 2004-09-27  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1547         PR fortran/16938
1548         * gfortran.dg/pr16938.f90: New test.
1550 2004-09-27  Mark Mitchell  <mark@codesourcery.com>
1552         * g++.dg/template/crash23.C: New test.
1554 2004-09-27  Mark Mitchell  <mark@codesourcery.com>
1556         PR c++/17585
1557         * g++.dg/template/static8.C: New test.
1559 2004-09-27  Nathan Sidwell  <nathan@codesourcery.com>
1561         PR c++/17681
1562         * g++.dg/other/error9.C: New test.
1564 2004-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
1566         * gcc.dg/tree-ssa/loop-1.c: Use -msmall-exec on s390-*-* targets.
1568 2004-09-26  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1570         PR fortran/15164
1571         * gfortran.dg/pr15164.f90: New test. Fixed in followup commit.
1573 2004-09-26  Roger Sayle  <roger@eyesopen.com>
1575         PR middle-end/17112
1576         * gcc.dg/pr17112-1.c: New test case.
1578 2004-09-26  Joseph S. Myers  <jsm@polyomino.org.uk>
1580         PR c/11459
1581         * gcc.dg/pr11459-1.c: New test.
1583 2004-09-25  Ulrich Weigand  <uweigand@de.ibm.com>
1585         * gcc.dg/tree-ssa/loop-2.c: Avoid matching new-line in regexp.
1586         * gcc.dg/tree-ssa/loop-4.c: Likewise.
1588 2004-09-25  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1590         * gfortran.dg/pr15324.f90: Make array bounds consistent.
1592 2004-09-25  Jan Hubicka  <jh@suse.cz>
1594         * compile/30040909-1.c: New test.
1595         * compile/30040907-1.c: New test.
1597 2004-09-25  Richard Sandiford  <rsandifo@redhat.com>
1599         * gcc.c-torture/execute/va-arg-26.c: New test.
1601 2004-09-24  Zack Weinberg  <zack@codesourcery.com>
1603         * objc.dg/proto-lossage-4.m: Use long instead of int to avoid
1604         extra diagnostics on targets with 64-bit pointers.
1605         * objc.dg/selector-1.m: Adjust dg-warning regexp.
1607 2004-09-24  Joseph S. Myers  <jsm@polyomino.org.uk>
1609         PR c/17188
1610         * gcc.dg/nested-redef-1.c, gcc.dg/pr17188-1.c: New tests.
1611         * gcc.dg/decl-3.c: Adjust expected message.
1613 2004-09-24  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1615         PR fortran/17615
1616         * gfortran.dg/pr17615.f90: New test.
1618 2004-09-24  Andrew MacLeod  <amacleod@redhat.com>
1620         PR tree-optimzation/17517
1621         * g++.dg/tree-ssa/pr17517.C: New Test.
1623 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
1625         PR c++/16889
1626         * g++.dg/lookup/ambig3.C: New.
1628 2004-09-24  Andrew Pinski  <pinskia@physics.uc.edu>
1630         PR tree-opt/17624
1631         * g++.dg/opt/pr17624.C: New test.
1633 2004-09-24  Joseph S. Myers  <jsm@polyomino.org.uk>
1635         PR c/6980
1636         * gcc.dg/Wbad-function-cast-1.c: New test.
1638 2004-09-23  Zack Weinberg  <zack@codesourcery.com>
1640         * g++.dg/ext/complit1.C
1641         * g++.dg/other/error2.C
1642         * g++.dg/other/nontype-1.C
1643         * g++.dg/parse/crash11.C
1644         * g++.dg/parse/crash12.C
1645         * g++.dg/parse/error15.C
1646         * g++.dg/parse/error4.C
1647         * g++.dg/parse/tmpl-outside1.C
1648         * g++.dg/parse/too-many-tmpl-args1.C
1649         * g++.dg/template/dependent-expr3.C
1650         * g++.dg/template/error10.C
1651         * g++.dg/template/instantiate1.C
1652         * g++.dg/template/vtable2.C
1653         * g++.dg/warn/Wshadow-1.C
1654         * g++.dg/warn/weak1.C
1655         * g++.old-deja/g++.brendan/crash16.C
1656         * g++.old-deja/g++.brendan/crash18.C
1657         * g++.old-deja/g++.brendan/crash48.C
1658         * g++.old-deja/g++.brendan/crash49.C
1659         * g++.old-deja/g++.brendan/crash55.C
1660         * g++.old-deja/g++.brendan/crash56.C
1661         * g++.old-deja/g++.brendan/crash8.C
1662         * g++.old-deja/g++.brendan/enum11.C
1663         * g++.old-deja/g++.brendan/enum8.C
1664         * g++.old-deja/g++.brendan/enum9.C
1665         * g++.old-deja/g++.brendan/friend3.C
1666         * g++.old-deja/g++.brendan/misc14.C
1667         * g++.old-deja/g++.bugs/900402_02.C
1668         * g++.old-deja/g++.bugs/900404_03.C
1669         * g++.old-deja/g++.bugs/900404_04.C
1670         * g++.old-deja/g++.bugs/900428_03.C
1671         * g++.old-deja/g++.jason/crash4.C
1672         * g++.old-deja/g++.jason/overload21.C
1673         * g++.old-deja/g++.jason/redecl1.C
1674         * g++.old-deja/g++.jason/report.C
1675         * g++.old-deja/g++.jason/rfg10.C
1676         * g++.old-deja/g++.jason/template30.C
1677         * g++.old-deja/g++.law/arm12.C
1678         * g++.old-deja/g++.law/ctors5.C
1679         * g++.old-deja/g++.law/cvt20.C
1680         * g++.old-deja/g++.law/init10.C
1681         * g++.old-deja/g++.law/init8.C
1682         * g++.old-deja/g++.law/visibility17.C
1683         * g++.old-deja/g++.law/visibility7.C
1684         * g++.old-deja/g++.mike/net8.C
1685         * g++.old-deja/g++.mike/p646.C
1686         * g++.old-deja/g++.mike/p700.C
1687         * g++.old-deja/g++.mike/p701.C
1688         * g++.old-deja/g++.mike/p811.C
1689         * g++.old-deja/g++.ns/template13.C
1690         * g++.old-deja/g++.other/array3.C
1691         * g++.old-deja/g++.other/crash25.C
1692         * g++.old-deja/g++.other/dtor3.C
1693         * g++.old-deja/g++.other/dtor4.C
1694         * g++.old-deja/g++.other/main1.C
1695         * g++.old-deja/g++.other/warn7.C
1696         * g++.old-deja/g++.pt/crash11.C
1697         * g++.old-deja/g++.pt/crash36.C
1698         * g++.old-deja/g++.pt/spec22.C
1699         * g++.old-deja/g++.pt/spec9.C
1700         * g++.old-deja/g++.pt/ttp52.C
1701         * g++.old-deja/g++.robertl/eb103.C
1702         * g++.old-deja/g++.robertl/eb121.C
1703         * g++.old-deja/g++.robertl/eb22.C
1704         * g++.old-deja/g++.robertl/eb8.C:
1705         Update locations and/or regexps of dg-error markers.
1706         Remove markers for some bogus messages that are no longer issued.
1708 2004-09-23  Jakub Jelinek  <jakub@redhat.com>
1710         * gcc.c-torture/execute/builtins/strcpy-2.c: New test.
1711         * gcc.c-torture/execute/builtins/strcpy-2-lib.c: New.
1713 2004-09-23  Andrew Pinski  <pinskia@physics.uc.edu>
1715         PR c++/17618
1716         * g++.dg/lookup/crash5.C: New test.
1718 2004-09-23  Dorit Naishlos <dorit@il.ibm.com>
1720         * gcc.dg/vect/vect-27.c: Now vectorized on altivec.
1721         * gcc.dg/vect/vect-29.c: Now vectorized on altivec.
1722         * gcc.dg/vect/vect-48.c: Now vectorized on altivec.
1723         * gcc.dg/vect/vect-56.c: Now vectorized on altivec.
1724         * gcc.dg/vect/vect-72.c: New test for altivec and sse2.
1725         * gcc.dg/vect/vect-77.c: Now vectorized on altivec.
1727         * gcc.dg/vect/vect-27a.c: New test for altivec and mmx.
1728         * gcc.dg/vect/vect-29a.c: New test for altivec and mmx.
1729         * gcc.dg/vect/vect-48a.c: New test for altivec and mmx.
1730         * gcc.dg/vect/vect-56a.c: New test for altivec and mmx.
1731         * gcc.dg/vect/vect-72a.c: New test for altivec and mmx.
1732         * gcc.dg/vect/vect-77a.c: New test for altivec and mmx.
1734         * gcc.dg/vect/vect-13.c: Change to run test instead of compile.
1736         * gcc.dg/vect/vect-44.c: Check additional cases.
1737         * gcc.dg/vect/vect-48.c: Check additional cases.
1739         * gcc.dg/vect/vect-26.c: Use sse2 instead of sse.
1740         * gcc.dg/vect/vect-27.c: Use sse2 instead of sse.
1741         * gcc.dg/vect/vect-28.c: Use sse2 instead of sse.
1742         * gcc.dg/vect/vect-29.c: Use sse2 instead of sse.
1743         * gcc.dg/vect/vect-4?.c: Use sse2 instead of sse.
1744         * gcc.dg/vect/vect-75.c: Use sse2 instead of sse.
1745         * gcc.dg/vect/vect-76.c: Use sse2 instead of sse.
1746         * gcc.dg/vect/vect-77.c: Use sse2 instead of sse.
1747         * gcc.dg/vect/vect-78.c: Use sse2 instead of sse.
1749         * gcc.dg/vect/vect-5?.c: Use sse2 instead of sse. Add return 0.
1750         * gcc.dg/vect/vect-60.c: Use sse2 instead of sse. Add return 0.
1751         * gcc.dg/vect/vect-61.c: Use sse2 instead of sse. Add return 0.
1753 2004-09-23  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1755         * gcc.dg/tree-ssa/loop-6.c: New test.
1757 2004-09-23  Nathan Sidwell  <nathan@codesourcery.com>
1759         PR c++/17620
1760         * g++.dg/inherit/base2.C: New.
1762 2004-09-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
1764         * gcc.dg/20001012-1.c: Add prototypes for builtin functions.
1765         * gcc.dg/20001012-2.c: Likewise.
1766         * gcc.dg/20001013-1.c: Likewise.
1767         * gcc.dg/20001101-1.c: Likewise.
1768         * gcc.dg/20001102-1.c: Likewise.
1769         * gcc.dg/bf-spl1.c: Likewise.
1770         * gcc.dg/titype-1.c: Remove special-casing for SPARC.
1771         * gcc.dg/20040813-1.c: Add missing "." to the regexp.
1773 2004-09-22  Diego Novillo  <dnovillo@redhat.com>
1775         PR tree-optimization/16721
1776         * testsuite/gcc.dg/tree-ssa/pr16721.c: New test.
1778 2004-09-23  Ulrich Weigand  <uweigand@de.ibm.com>
1780         * gcc.dg/20030123-1.c: Add prototypes for builtin functions.
1781         * gcc.dg/20040305-1.c: Likewise.
1783 2004-09-22  Joseph S. Myers  <jsm@polyomino.org.uk>
1785         PR c/16566
1786         * gcc.c-torture/compile/pr16566-1.c,
1787         gcc.c-torture/compile/pr16566-2.c,
1788         gcc.c-torture/compile/pr16566-3.c: New tests.
1790 2004-09-22  Kazu Hirata  <kazu@cs.umass.edu>
1792         PR tree-optimization/17512
1793         * gcc.c-torture/compile/20040916-1.c.
1795 2004-09-21  Mark Mitchell  <mark@codesourcery.com>
1797         * gcc.dg/pragma-re-3.c: New test.
1799 2004-09-17  Matt Austern  <austern@apple.com>
1801         PR c++/15049
1802         * g++.dg/other/anon3.C: New.
1804 2004-09-21  Roger Sayle  <roger@eyesopen.com>
1806         PR c++/7503
1807         * g++.dg/opt/pr7503-1.C: New testcase for COND_EXPR lvalues.
1808         * g++.dg/opt/pr7503-2.C: New testcase for <? and >? lvalues.
1809         * g++.dg/opt/pr7503-3.C: New testcase for invalid <? lvalue errors.
1810         * g++.dg/opt/pr7503-4.C: New testcase for <?= and >?= assignments.
1811         * g++.dg/opt/pr7503-5.C: New testcase for side-effects with <?=.
1813 2004-09-21  Bud Davis  <bdavis9659@comcast.net>
1815         PR fortran/17286
1816         * gfortran.dg/pr17286.f90: New test.
1818 2004-09-20  Mark Mitchell  <mark@codesourcery.com>
1820         PR c++/17530
1821         * g++.dg/template/static7.C: New test.
1823 2004-09-20  Andrew Pinski  <pinskia@physics.uc.edu>
1825         PR tree-opt/17558
1826         * gcc.c-torture/compile/pr17558.c: New test.
1828 2004-09-20  Richard Sandiford  <rsandifo@redhat.com>
1830         * gcc.dg/compat/sdata-section.h (SDATA_SECTION): Don't use an attribute
1831         if SKIP_ATTRIBUTE is defined.
1833 2004-09-20  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1835         PR fortran/15957
1836         * gfortran.dg/pr15957.f90: New test.
1838 2004-09-20  Dorit Naishlos  <dorit@il.ibm.com>
1840         * gcc.dg/vect/vect-74.c: Avoid floating point precision error
1841         in comparison.
1842         * gcc.dg/vect/vect-79.c: Likewise.
1843         * gcc.dg/vect/vect-80.c: Likewise.
1845 2004-09-20  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1847         PR fortran/15750
1848         * gfortran.fortran-torture/execute/iolength_2.f90: New test.
1850 2004-09-20  Ira Rosen  <irar@il.ibm.com>
1852         * gcc.dg/vect/vect-13.c: Added xfail for non ppc platforms.
1853         * gcc.dg/vect/vect-74.c: Split into 3 tests (vect-79.c, vect-80.c).
1854         * gcc.dg/vect/vect-62.c: New testcase.
1855         * gcc.dg/vect/vect-63.c: New testcase.
1856         * gcc.dg/vect/vect-64.c: New testcase.
1857         * gcc.dg/vect/vect-65.c: New testcase.
1858         * gcc.dg/vect/vect-66.c: New testcase.
1859         * gcc.dg/vect/vect-67.c: New testcase.
1860         * gcc.dg/vect/vect-68.c: New testcase.
1861         * gcc.dg/vect/vect-69.c: New testcase.
1862         * gcc.dg/vect/vect-79.c: New testcase.
1863         * gcc.dg/vect/vect-80.c: New testcase.
1865 2004-09-20  Richard Sandiford  <rsandifo@redhat.com>
1867         * gcc.target/mips/asm-1.c: New test.
1869 2004-09-19  Ira Rosen  <irar@il.ibm.com>
1871         * gcc.dg/vect/vect-13.c: Now vectorized on ppc*.
1872         * gcc.dg/vect/vect-73.c: New testcase.
1873         * gcc.dg/vect/vect-74.c: New testcase.
1874         * gcc.dg/vect/vect-75.c: New testcase.
1875         * gcc.dg/vect/vect-76.c: New testcase.
1876         * gcc.dg/vect/vect-77.c: New testcase.
1877         * gcc.dg/vect/vect-78.c: New testcase
1879 2004-09-18  Paul Brook  <paul@codesourcery.com>
1881         * g++.old-deja/g++.pt/static11.C: XFAIL on arm*-*-eabi.
1883 2004-09-18  Joseph S. Myers  <jsm@polyomino.org.uk>
1885         PR c/17424
1886         * gcc.dg/pr17424-1.c: New test.
1888 2004-09-18  Diego Novillo  <dnovillo@redhat.com>
1890         * g++.dg/tree-ssa/pr17153.C: New test.
1892 2004-09-16  Geoffrey Keating  <geoffk@apple.com>
1894         PR pch/13361
1895         * testsuite/g++.dg/pch/wchar-1.C: New.
1896         * testsuite/g++.dg/pch/wchar-1.Hs: New.
1898 2004-09-17  Kenneth Zadeck  <Kenneth.Zadeck@NaturalBridge.com>
1900         * gcc.c-torture/execute/20040917-1.c: New test.
1902 2004-09-17  Diego Novillo  <dnovillo@redhat.com>
1904         PR tree-optimization/17319
1905         * gcc.dg/pr17319.c: New test.
1907 2004-09-17  Devang Patel  <dpatel@apple.com>
1909         * gcc.dg/20040813-1.c: New test.
1911 2004-09-17  Diego Novillo  <dnovillo@redhat.com>
1913         PR tree-optimization/17273
1914         * gcc.c-torture/compile/pr17273.c: New test.
1916 2004-09-17  Joseph S. Myers  <jsm@polyomino.org.uk>
1918         * gcc.dg/declspec-4.c, gcc.dg/declspec-5.c, gcc.dg/declspec-6.c:
1919         Update expected messages.
1920         * gcc.dg/declspec-13.c: New test.
1922 2004-09-17  David Edelsohn  <edelsohn@gnu.org>
1924         * gcc.dg/darwin-longlong.c: XFAIL on AIX and SPE.
1926 2004-09-17  Diego Novillo  <dnovillo@redhat.com>
1928         * gcc.c-torture/execute/pr17252.c: Use post-increment to
1929         change what 'a' is pointing to.
1931 2004-09-17  Mark Mitchell  <mark@codesourcery.com>
1933         PR c++/16002
1934         * g++.dg/template/error18.C: New test.
1936         PR c++/16029
1937         * g++.dg/warn/Wunused-8.C: New test.
1939 2004-09-17  Steven Bosscher  <stevenb@suse.de>
1941         PR tree-optimization/17513
1942         * gcc.dg/20040916-1.c: New test.
1944 2004-09-16  Mark Mitchell  <mark@codesourcery.com>
1946         PR c++/17501
1947         * g++.dg/template/typename7.C: New test.
1949 2004-09-16  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1951         * gcc.dg/tree-ssa/copy-headers.c: Update outcome.
1953 2004-09-16  Frank Ch. Eigler  <fche@redhat.com>
1955         * gcc.misc-tests/bprob.exp, g++.dg/bprob/bprob.exp: Iterate tests
1956         with -ftree-based-profiling also.
1957         * lib/profopt.exp: Support late-set profile_option/feedback_option.
1959 2004-09-16  Victor Leikehman  <lei@il.ibm.com>
1961         PR/15364
1962         * gfortran.dg/der_array_io_1.f90: New test.
1963         * gfortran.dg/der_array_io_2.f90: New test.
1964         * gfortran.dg/der_array_io_3.f90: New test.
1966 2004-09-15  Mark Mitchell  <mark@codesourcery.com>
1968         * testsuite/g++.old-deja/g++.abi/cxa_vec.C: Adjust for ARM
1969         EABI.
1971 2004-09-15  Mark Mitchell  <mark@codesourcery.com>
1973         * g++.dg/opt/switch1.C: New test.
1975 2004-09-15  Joseph S. Myers  <jsm@polyomino.org.uk>
1977         * g++.dg/ext/member-attr.C, g++.dg/warn/deprecated.C,
1978         gcc.dg/deprecated.c, gcc.dg/noreturn-1.c, gcc.dg/noreturn-4.c:
1979         Update expected messages.
1981 2004-09-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1983         PR fortran/16485
1984         * gfortran.dg/same_name_1.f90: New test.
1986 2004-09-15  Diego Novillo  <dnovillo@redhat.com>
1988         * gcc.c-torture/execute/pr17252.c: Fix thinko.  Don't
1989         dereference garbage pointers.
1991 2004-09-15  Jakub Jelinek  <jakub@redhat.com>
1993         * gcc.c-torture/execute/builtins/strlen-3.c: New test.
1994         * gcc.c-torture/execute/builtins/strlen-3-lib.c: New.
1996         * gcc.c-torture/execute/builtins/memmove.c (main_test): Formatting.
1997         * gcc.c-torture/execute/builtins/memmove-2.c: New test.
1998         * gcc.c-torture/execute/builtins/memmove-2-lib.c: New.
2000 2004-09-14  Mark Mitchell  <mark@codesourcery.com>
2002         PR c++/17324
2003         * g++.dg/template/mangle1.C: New test.
2005 2004-09-14  Diego Novillo  <dnovillo@redhat.com>
2007         PR tree-optimization/17252
2008         * gcc.c-torture/execute/pr17252.c: New test.
2010 2004-09-14  Andrew Pinski  <apinski@apple.com>
2012         * g++.dg/tree-ssa/pointer-reference-alias.C: New test.
2014 2004-09-14  Roger Sayle  <roger@eyesopen.com>
2016         PR rtl-optimization/9771
2017         * gcc.dg/pr9771-1.c: New test case.
2019 2004-09-14  Diego Novillo  <dnovillo@redhat.com>
2021         PR tree-optimization/15262
2022         * gcc.c-torture/execute/pr15262-1.c: New test.
2023         * gcc.c-torture/execute/pr15262-2.c: New test.
2025 2004-09-14  Joseph S. Myers  <jsm@polyomino.org.uk>
2027         * gcc.dg/declspec-12.c: New test.
2029 2004-09-14  Bud Davis  <bdavis9659@comcast.net>
2031         * gfortran.dg/pr17090.f90: Add directives to test.
2033 2004-09-14  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2035         * gcc.c-torture/compile/20040914-1.c: New test.
2037 2004-09-13  Mark Mitchell  <mark@codesourcery.com>
2039         PR c++/16162
2040         * g++.dg/template/decl2.C: New test.
2042 2004-09-13  Bud Davis  <bdavis9659@comcast.net>
2044         PR fortran/17090
2045         * gfortran.dg/pr17090.f90: New test.
2047 2004-09-13  Dale Johannesen  <dalej@apple.com>
2049         * gcc.c-torture/compile/pr17408.c:  New test case.
2051 2004-09-13  Mark Mitchell  <mark@codesourcery.com>
2053         PR c++/16716
2054         * g++.dg/parse/crash17.C: New test.
2056         PR c++/17327
2057         * g++.dg/template/enum3.C: New test.
2059 2004-09-13  Hans-Peter Nilsson  <hp@bitrange.com>
2061         * lib/gcc-defs.exp: Load wrapper.exp.
2062         * lib/g++.exp (g++_init): Call g++_maybe_build_wrapper instead of
2063         using local code.
2064         * lib/gcc.exp (gcc_init): Similar.
2065         * lib/gfortran.exp (gfortran_init): Similar.
2066         * lib/objc.exp (objc_init): Similar.
2067         * lib/treelang.exp (treelang_init): Similar.
2068         * lib/wrapper.exp: New file with build_wrapper call machinery in
2069         ${tool}_maybe_build_wrapper.
2071 2004-09-13  Joseph S. Myers  <jsm@polyomino.org.uk>
2073         * gcc.dg/declspec-7.c: Don't expect diagnostic for duplicate
2074         "inline".
2075         * gcc.dg/declspec-11.c: Update expected messages.
2076         * gcc.dg/inline-6.c, gcc.dg/inline-7.c, gcc.dg/inline-8.c,
2077         gcc.dg/inline-9.c, gcc.dg/inline-10.c, gcc.dg/inline-11.c,
2078         gcc.dg/inline-12.c: New tests.
2080 2004-09-13  Andrew MacLeod  <amacleod@redhat.com>
2082         * g++.dg/tree-ssa/pr17400.C: New testcase.
2084 2004-09-13  James E Wilson  <wilson@specifixinc.com>
2086         * gcc.target/mips/sb1-1.c: New testcase.
2088 2004-09-12  Hans-Peter Nilsson  <hp@bitrange.com>
2090         * lib/g77-dg.exp: Remove unused file.
2091         * lib/mike-g77.exp: Ditto.
2092         * lib/g77.exp: Ditto.
2094 2004-09-12  Richard Henderson  <rth@redhat.com>
2096         * g++.old-deja/g++.other/sizeof3.C: Fix abort declaration.
2098 2004-09-13  Joseph S. Myers  <jsm@polyomino.org.uk>
2100         * g++.dg/warn/Wswitch-1.C, g++.dg/warn/Wswitch-2.C,
2101         gcc.dg/Wswitch-2.c, gcc.dg/Wswitch-enum.c, gcc.dg/Wswitch.c,
2102         gcc.dg/declspec-9.c, gcc.dg/declspec-10.c, gcc.dg/declspec-11.c,
2103         gcc.dg/m-un-2.c, gcc.dg/noreturn-1.c, gcc.dg/wtr-conversion-1.c:
2104         Update expected messages.
2106 2004-09-13  Hans-Peter Nilsson  <hp@axis.com>
2108         * gcc.dg/asmreg-1.c (__syscall_getdents64): Adjust signedness
2109         declaration/use mismatch for dirp parameter.
2111 2004-09-12  Andrew Pinski  <apinski@apple.com>
2113         * lib/objc.exp (objc_target_compile): Look for libobjc-gnu.a also when
2114         -fgnu-runtime is passed.
2116 2004-09-12  Richard Henderson  <rth@redhat.com>
2118         * lib/fortran-torture.exp (add-ieee-options): Replace ieee-options;
2119         do the uplevel thing and update additional_flags directly.
2120         * gfortran.fortran-torture/execute/intrinsic_fraction_exponent.x,
2121         gfortran.fortran-torture/execute/intrinsic_nearest.x,
2122         gfortran.fortran-torture/execute/intrinsic_set_exponent.x,
2123         gfortran.fortran-torture/execute/nan_inf_fmt.x: Update to match.
2125 2004-09-11  Steven Bosscher  <stevenb@suse.de>
2127         * g++.dg/parse/break-in-for.C: Fix for -ansi -pedantic-errors.
2129 2004-09-11  Roger Sayle  <roger@eyesopen.com>
2131         PR middle-end/17411
2132         * g++.dg/opt/pr17411-1.C: New test case.
2134 2004-09-11  Joseph S. Myers  <jsm@polyomino.org.uk>
2136         * gcc.dg/declspec-4.c, gcc.dg/declspec-5.c, gcc.dg/declspec-6.c,
2137         gcc.dg/tls/diag-2.c: Update expected messages.
2138         * gcc.dg/991209-1.c: Specify compilation options.  Update expected
2139         messages.
2140         * gcc.dg/pr14289-2.c, gcc.dg/pr14289-3.c: Remove.
2141         * gcc.dg/declspec-7.c, gcc.dg/declspec-8.c, gcc.dg/declspec-9.c,
2142         gcc.dg/declspec-10.c, gcc.dg/declspec-11.c, gcc.dg/tls/diag-4.c,
2143         gcc.dg/tls/diag-5.c: New tests.
2145 2004-09-11  Zack Weinberg  <zack@codesourcery.com>
2147         * gcc.dg/20040910-1.c: Correct dg-error regexp.
2149 2004-09-11  Steven Bosscher  <stevenb@suse.de>
2151         * g++.dg/parse/break-in-for.C: New test.
2153 2004-09-11  Jakub Jelinek  <jakub@redhat.com>
2155         * gcc.dg/tree-ssa/20040911-1.c: New test.
2157 2004-09-11  Andreas Jaeger  <aj@suse.de>
2159         * gcc.c-torture/execute/991118-1.x: Delete, PR 16437 is fixed.
2160         * gcc.c-torture/execute/bf64-1.x: Remove XFAIL on x86-64.
2162 2004-09-11  Richard Sandiford  <rsandifo@redhat.com>
2164         * gcc.target/frv: New directory of FR-V-specific tests.
2166 2004-09-10  James E Wilson  <wilson@specifixinc.com>
2168         * gcc.dg/convert-vec-1.c: New test.
2170 2004-09-10  Roger Sayle  <roger@eyesopen.com>
2172         PR middle-end/17024
2173         * gcc.dg/pr17024-1.c: New test case.
2175 2004-09-10  Eric Christopher  <echristo@redhat.com>
2177         * gcc.dg/20040910-1.c: New test.
2179 2004-09-11  Joseph S. Myers  <jsm@polyomino.org.uk>
2181         * gcc.dg/bitfld-9.c: New test.
2183 2004-09-10  Richard Sandiford  <rsandifo@redhat.com>
2185         * gcc.c-torture/execute/ieee/acc1.c: New test.
2186         * gcc.c-torture/execute/ieee/acc2.c: New test.
2187         * gcc.c-torture/execute/ieee/mzero6.c: New test.
2189 2004-09-10  Joseph S. Myers  <jsm@polyomino.org.uk>
2191         * gcc.dg/deprecated-2.c: New test.
2193 2004-09-09  James E Wilson  <wilson@specifixinc.com>
2195         * gcc.dg/init-vec-1.c: New test.
2197 2004-09-09  Roger Sayle  <roger@eyesopen.com>
2199         PR middle-end/17055
2200         * gcc.dg/pr17055-1.c: New test case.
2202 2004-09-09  Hans-Peter Nilsson  <hp@axis.com>
2204         PR target/17377
2205         * gcc.c-torture/execute/pr17377.c: New test.
2207 2004-09-09  Joseph S. Myers  <jsm@polyomino.org.uk>
2209         PR c/8420
2210         * gcc.dg/anon-struct-4.c, gcc.dg/declspec-1.c,
2211         gcc.dg/declspec-2.c, gcc.dg/declspec-3.c, gcc.dg/declspec-4.c,
2212         gcc.dg/declspec-5.c, gcc.dg/declspec-6.c,
2213         gcc.dg/long-long-typespec-1.c: New tests.
2214         * gcc.dg/tls/diag-2.c: Update expected diagnostics
2216 2004-09-09  Joseph S. Myers  <jsm@polyomino.org.uk>
2218         * gcc.dg/c90-static-1.c, gcc.dg/c99-static-1.c,
2219         gcc.dg/gnu99-static-1.c: New tests.
2221 2004-09-08  Devang Patel  <dpatel@apple.com>
2223         * gcc.dg/darwin-ld-20040828-1.c: New test.
2224         * gcc.dg/darwin-ld-20040828-2.c: New test.
2225         * gcc.dg/darwin-ld-20040828-3.c: New test.
2227 2004-09-08  Ziemowit Laski  <zlaski@apple.com>
2229         * objc.dg/bitfield-2.m: Make 'id' definition a typedef.
2230         * obj.dg/bitfield-4.m: Allow 'unsigned' in addition to 'unsigned int'
2231         in error message.
2232         * objc.dg/id-1.m: Attempt to define 'id' in an incompatible fashion.
2233         * objc.dg/method-6.m: Allow 'unsigned' in addition to 'unsigned int'
2234         in error message.
2235         * objc.dg/proto-qual-1.m: Protocol qualifiers now appear before the
2236         types they qualify.
2237         * objc.dg/type-size-2.m: Fix wording in comment.
2238         * objc.dg/va-meth-1.m: New test case.
2240 2004-09-06  H.J. Lu  <hongjiu.lu@intel.com>
2242         PR c/16633:
2243         * lib/gcc-dg.exp: Set up LD_LIBRARY_PATH, SHLIB_PATH,
2244         LD_LIBRARYN32_PATH, LD_LIBRARY64_PATH and DYLD_LIBRARY_PATH.
2246 2004-09-06  Devang Patel  <dpatel@apple.com>
2248         * gcc.dg/tree-ssa/ifc-20040816-1.c: Use -ftree-vectorize.
2249         * gcc.dg/tree-ssa/ifc-20040816-2.c: Use -ftree-vectorize.
2251 2004-09-06  Zack Weinberg  <zack@codesourcery.com>
2253         * g++.old-deja/g++.other/enum2.C: Move dg-error markers to
2254         reflect changed line numbering of diagnostics.
2256 2004-09-06  Paul Brook  <paul@codesourcery.com>
2258         * gfortran.dg/edit_real_1.f90: Add new test.
2260 2004-09-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2262         * gcc.dg/tree-ssa/loop-2.c: New test.
2263         * gcc.dg/tree-ssa/loop-3.c: New test.
2264         * gcc.dg/tree-ssa/loop-4.c: New test.
2265         * gcc.dg/tree-ssa/loop-5.c: New test.
2267 2004-09-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2269         * gcc.dg/format/sentinel-1.c: Update for parameter option.
2271 2004-09-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2273         * gcc.dg/format/sentinel-1.c: New test.
2275 2004-09-04  Uros Bizjak  <uros@kss-loka.si>
2277         * testsuite/gcc.dg/builtins-46.c: New.
2279 2004-09-03  Devang Patel  <dpatel@apple.com>
2281         * gcc.dg/tree-ssa/ifc-20040816-1.c: New test.
2282         * gcc.dg/tree-ssa/ifc-20040816-2.c: New test.
2284 2004-09-03  Jan Beulich  <jbeulich@novell.com>
2286         * g++.dg/abi/bitfield5.C: Use -mno-ms-bitfields.
2287         * g++.old-deja/g++.jason/thunk2.C: xfail for NetWare.
2288         * g++.old-deja/g++.law/profile1.C: xfail for NetWare.
2289         * g++.old-deja/g++.other/store-expr1.C: xfail for NetWare.
2290         * gcc.c-torture/compile/20001109-1.c: xfail for NetWare.
2291         * gcc.c-torture/compile/20001109-2.c: xfail for NetWare.
2292         * gcc.c-torture/execute/multi-ix.c: Use __builtin_bzero rather than
2293         the non-portable bzero.
2294         * gcc.dg/20010912-1.c: xfail for NetWare.
2295         * gcc.dg/20020426-2.c: xfail for NetWare.
2296         * gcc.dg/20021014-1.c: xfail for NetWare.
2297         * gcc.dg/20021018-1.c: xfail for NetWare.
2298         * gcc.dg/20030213-1.c: xfail for NetWare.
2299         * gcc.dg/20030225-1.c: xfail for NetWare.
2300         * gcc.dg/20030708-1.c: xfail for NetWare.
2301         * gcc.dg/builtins-config.h: Also exclude NetWare.
2302         * gcc.dg/format/format.h: Define restrict only if not already defined.
2303         * gcc.dg/nest.c: xfail for NetWare.
2304         * gcc.dg/special/gcsec-1.c: Don't pass -static for NetWare.
2305         * lib/target-supports.exp (check_visibility_available): Exclude
2306         NetWare.
2308 2004-09-03  Jan Beulich  <jbeulich@novell.com>
2310         * gcc.dg/pack-test-2.c: Adjust to permit and check #pragma pack(push).
2311         * gcc.dg/c99-flex-array-4.c: Add -fpack-struct=8 to provide a
2312         deterministic starting point for the alignment of structure fields.
2313         * gcc.dg/Wpadded.c: Dito.
2314         * g++.dg/abi/vbase10.C: Dito.
2316 2004-09-03  Devang Patel  <dpatel@apple.com>
2318         * g++.dg/debug/pr15736.cc: New test.
2320 2004-09-02  Mark Mitchell  <mark@codesourcery.com>
2322         * README.QMTEST: Fix out-of-date link.
2324 2004-09-03  David Billinghurst <David.Billinghurst@riotinto.com>
2326         PR fortran/16579
2327         * gfortran.fortran-torture/execute/intrinsic_i_char.f90:
2328         Delete.  Duplicate of gfortran.dg/g77/20010610.f
2330 2004-09-02  Mark Mitchell  <mark@codesourcery.com>
2332         * g++.dg/abi/arm_rtti1.C: New test.
2334 2004-09-02  Geoffrey Keating  <geoffk@apple.com>
2336         * gcc.dg/ppc-vector-memcpy.c: New.
2337         * gcc.dg/ppc-vector-memset.c: New.
2339 2004-09-02  Chao-ying Fu  <fu@mips.com>
2341         * gcc.target/mips/mips-3d-1.c: New test.
2342         * gcc.target/mips/mips-3d-2.c: New test.
2343         * gcc.target/mips/mips-3d-3.c: New test.
2344         * gcc.target/mips/mips-3d-4.c: New test.
2345         * gcc.target/mips/mips-3d-5.c: New test.
2346         * gcc.target/mips/mips-3d-6.c: New test.
2347         * gcc.target/mips/mips-3d-7.c: New test.
2348         * gcc.target/mips/mips-3d-8.c: New test.
2349         * gcc.target/mips/mips-3d-9.c: New test.
2350         * gcc.target/mips/mips-ps-1.c: New test.
2351         * gcc.target/mips/mips-ps-2.c: New test.
2352         * gcc.target/mips/mips-ps-3.c: New test.
2353         * gcc.target/mips/mips-ps-4.c: New test.
2354         * gcc.target/mips/mips-ps-type.c: New test.
2356 2004-09-02  Paul Brook  <paul@codesourcery.com>
2358         * gfortran.dg/edit_real_1.f90: Add new tests.
2360 2004-09-01  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2362         PR fortran/15327
2363         * gfortran.dg/merge_char_1.f90: New test.
2365 2004-09-01  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2367         PR fortran/16404
2368         * gfortran.dg/der_io_1.f90: XFAIL illegal testcase.
2370 2004-09-01  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2372         PR c/1522
2373         * gcc.c-torture/compile/20040901-1.c: New test, from PR.
2375 2004-09-01  Mark Mitchell  <mark@codesourcery.com>
2377         * g++.dg/opt/loop1.C: Do not XFAIL.
2379 2004-09-01  Jakub Jelinek  <jakub@redhat.com>
2381         * gcc.c-torture/execute/20040831-1.c: New test.
2383 2004-09-01  David Billinghurst <David.Billinghurst@riotinto.com>
2385         PR fortran/16579
2386         * gfortran.dg/g77/20010610.f: Now passes.
2387         Copy from g77.f-torture/execute. Add dg-run directive.
2388         * gfortran.dg/g77/README: Update
2390 2004-08-31  Andrew Pinski  <pinskia@physics.uc.edu>
2392         * gcc.dg/rs6000-power2-1.c (t1, t2, t3, t4): Add volatile.
2393         * gcc.dg/rs6000-power2-2.c: Fix the scan-assembly for the store.
2394         (t1, t2, t3, t4): Add volatile.
2396 2004-08-31  Mark Mitchell  <mark@codesourcery.com>
2398         * g++.dg/ext/visibility/arm1.C: New test.
2400 2004-08-31  Geoffrey Keating  <geoffk@apple.com>
2402         * gcc.dg/funcdef-storage-1.c: Add dg-options to suppress
2403         -pedantic-errors.
2405 2004-09-01  Paul Brook  <paul@codesourcery.com>
2407         * gfortran.dg/eof_2.f90: New test.
2409 2004-08-31  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2411         PR fortran/16579
2412         * gfortran.fortran-torture/execute/intrinsic_i_char.f90: New test.
2414 2004-08-31  Bud Davis  <bdavis9659@comcast.net>
2416         PR libfortran/16805
2417         * gfortran.dg/list_read_2.f90: New test.
2419 2004-08-31  Mark Mitchell  <mark@codesourcery.com>
2421         * g++.dg/abi/key1.C: New test.
2423 2004-08-31  Richard Henderson  <rth@redhat.com>
2425         * g++.dg/other/offsetof1.C: Include cstddef, use non-builtin
2426         form of offsetof.
2427         * g++.dg/other/offsetof5.C: Remove duplicate.
2429 2004-08-31  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2431         PR fortran/17244
2432         * gfortran.dg/func_derived_1.f90: New test.
2434 2004-08-31  Paul Brook  <paul@codesourcery.com>
2436         * gfortran.dg/eof_1.f90: New test.
2438 2004-08-31  Paul Brook  <paul@codesourcery.com>
2440         * gfortran.dg/list_read_1.f90: New file.
2442 2004-08-30  Mark Mitchell  <mark@codesourcery.com>
2444         * g++.dg/opt/loop1.C: XFAIL.
2446 2004-08-30  Geoffrey Keating  <geoffk@apple.com>
2448         * gcc.dg/funcdef-storage-1.c: New.
2449         * gcc.c-torture/compile/920625-2.c: Don't use 'static' to declare
2450         an extern function in local scope.
2451         * gcc.c-torture/execute/20010605-1.c: Don't use 'static inline' to
2452         declare an 'auto inline' function in local scope.
2453         * gcc.dg/20011130-1.c: Likewise.
2454         * gcc.c-torture/execute/nest-stdar-1.c: Don't use 'static' to declare
2455         an 'auto' function in local scope.
2456         * gcc.dg/20021014-1.c: Likewise.
2457         * gcc.dg/20030331-2.c: Likewise.
2459 2004-08-30  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2461         * gfortran.dg/blockdata_1.f90: New test.
2463 2004-08-30  Richard Henderson  <rth@redhat.com>
2465         * g++.dg/other/offsetof1.C: Use __builtin_offsetof.
2467 2004-08-30  Richard Henderson  <rth@redhat.com>
2469         * lib/fortran-torture.exp (fortran-torture-execute): Honor
2470         additional_flags set by alternate driver.
2471         (ieee-options): New procedure.
2472         * gfortran.fortran-torture/execute/intrinsic_fraction_exponent.x: New.
2473         * gfortran.fortran-torture/execute/intrinsic_nearest.x: New.
2474         * gfortran.fortran-torture/execute/intrinsic_set_exponent.x: New.
2475         * gfortran.fortran-torture/execute/nan_inf_fmt.x: New.
2477 2004-08-30  Richard Henderson  <rth@redhat.com>
2479         * lib/f-torture.exp: Remove.
2481 2004-08-29  Mark Mitchell  <mark@codesourcery.com>
2483         PR rtl-optimization/16590
2484         * g++.dg/opt/loop1.C: New test.
2486 2004-08-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2488         PR fortran/13910
2489         * gfortran.dg/oldstyle_1.f90: New test.
2491 2004-08-29  Steven G. Kargl  <kargls@comcast.net>
2492         Paul Brook  <paul@codesourcery.com>
2494         * gfortran.dg/g77/README: Update.
2495         * gfortran.dg/g77/erfc.f: Copy from g77.f-torture.
2496         * gfortran.dg/g77/intrinsic-unix-bessel.f: Ditto.
2497         * gfortran.dg/g77/intrinsic-unix-erf.f: Ditto.
2499 2004-08-28  Paul Brook  <paul@codesourcery.com>
2501         PR libfortran/17195
2502         * gfortran.dg/edit_real_1.f90: New test.
2504 2004-08-27  Paul Brook  <paul@codesourcery.com>
2506         * gfortran.dg/rewind_1.f90: New test.
2508 2004-08-27  Bud Davis  <bdavis9659@comcast.net>
2510         PR fortran/16597
2511         * gfortran.dg/pr16597.f90: New test.
2513 2004-08-26  Joseph S. Myers  <jsm@polyomino.org.uk>
2515         PR c/13801
2516         * gcc.dg/redecl-3.c, gcc.dg/redecl-4.c, gcc.dg/redecl-6.c,
2517         gcc.dg/redecl-7.c, gcc.dg/redecl-8.c, gcc.dg/redecl-9.c,
2518         gcc.dg/redecl-10.c, gcc.dg/debug/redecl-1.c,
2519         gcc.dg/debug/redecl-2.c, gcc.dg/debug/redecl-3.c,
2520         gcc.dg/debug/redecl-4.c, gcc.dg/debug/redecl-5.c: New tests.
2522 2004-08-26  Nick Clifton  <nickc@redhat.com>
2524         * gcc.c-torture/compile/pr17119.c: New test.
2526 2004-08-26  Joseph S. Myers  <jsm@polyomino.org.uk>
2528         * gcc.dg/c90-typespec-1.c, gcc.dg/c99-typespec-1.c: New tests.
2530 2004-08-25  Richard Henderson  <rth@redhat.com>
2532         * gfortran.fortran-torture/execute/intrinsic_sr_kind.f90: Disable
2533         the bits that expect kind=8 to be the largest real kind.
2535 2004-08-25  Ziemowit Laski  <zlaski@apple.com>
2537         * objc.dg/const-str-3.m: Include <stdlib.h> and <memory.h>.
2539 2004-08-25  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2541         * gfortran.dg/assignment_1.f90: New test.
2543 2004-08-25  Adam Nemet  <anemet@lnxw.com>
2545         * g++.dg/template/repo3.C: New test.
2547 2004-08-25  Roger Sayle  <roger@eyesopen.com>
2549         PR middle-end/16693
2550         PR tree-optimization/16372
2551         * g++.dg/opt/pr16372-1.C: New test case.
2552         * g++.dg/opt/pr16693-1.C: New test case.
2553         * g++.dg/opt/pr16693-2.C: New test case.
2555 2004-08-25  Ziemowit Laski  <zlaski@apple.com>
2557         * objc.dg/proto-lossage-4.m: New test.
2559 2004-08-25  Mark Mitchell  <mark@codesourcery.com>
2561         PR c++/17155
2562         * g++.dg/inherit/local2.C: New test.
2564 2004-08-25  Paul Brook  <paul@codesourcery.com>
2566         PR fortran/17144
2567         * gfortran.dg/string_ctor_1.f90: New test.
2569 2004-08-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2571         PR c++/14428
2572         * g++.dg/template/redecl2.C: New test.
2574 2004-08-24  Bud Davis  <bdavis9659@comcast.net>
2576         PR fortran/17143
2577         * gfortran.dg/pr17143.f90: New test.
2579 2004-08-24  Bud Davis  <bdavis9659@comcast.net>
2581         PR fortran/17164
2582         * gfortran.dg/pr17164.f90: New test.
2584 2004-08-24  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2586         * gcc.dg/tree-ssa/loop-1.c: New test.
2588 2004-08-24  Richard Sandiford  <rsandifo@redhat.com>
2590         * gcc.c-torture/compile/20040824-1.c: New test.
2592 2004-08-24  Richard Sandiford  <rsandifo@redhat.com>
2594         * gcc.c-torture/compile/iftrap-3.c: New test.
2596 2004-08-24  Paul Brook  <paul@codesourcery.com>
2598         * gfortran.dg/entry_2.f90: New test.
2600 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
2602         PR c++/16889
2603         * g++.dg/lookup/ambig[12].C: New.
2605 2004-08-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2607         PR c++/16706
2608         * g++.dg/template/crash21.C: New test.
2609         * g++.dg/template/crash22.C: Likewise.
2611 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
2613         PR c++/17149
2614         * g++.dg/template/access15.C: New.
2616 2004-08-23  Mark Mitchell  <mark@codesourcery.com>
2618         PR c++/17163
2619         * g++.dg/template/repo2.C: New test.
2621 2004-08-23  Roger Sayle  <roger@eyesopen.com>
2623         PR rtl-optimization/17078
2624         * gcc.c-torture/execute/pr17078-1.c: New test case.
2626 2004-08-23  Mark Mitchell  <mark@codesourcery.com>
2628         PR c/14492
2629         * gcc.dg/debug/crash1.c: New test.
2631 2004-08-23  Mark Mitchell  <mark@codesourcery.com>
2633         PR c/16180
2634         * gcc.dg/loop-5.c: New test.
2636 2004-08-23  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2638         * gcc.c-torture/execute/20040823-1.c: New test.
2640 2004-08-23  Richard Sandiford  <rsandifo@redhat.com>
2642         * gcc.dg/special/mips-abi.exp: Expect gcc to pass the GNU ABI flags
2643         to the assembler.  Simplify test accordingly.
2644         (asm_abi_flags): Use GNU names.
2645         (check_mips_abi, default_abi): Use string matches against "-mabi=*"
2646         to check for ABI flags.
2648 2004-08-22  Andrew Pinski  <apinski@apple.com>
2650         * g++.dg/opt/pr14029.C: New test.
2651         * gcc.c-torture/execute/pr15262.c: New test.
2653 2004-08-22  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2655         * gfortran.dg/reduction.f90: Add checks with complex arguments.
2657 2004-08-21  Bud Davis  <bdavis9659@comcast.net>
2659         PR 16908
2660         * gfortran.dg/direct_io.f90: New test.
2662 2004-08-20  Mark Mitchell  <mark@codesourcery.com>
2664         PR c++/17121
2665         * g++.dg/inherit/local2.C: New test.
2667 2004-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
2669         PR c++/17120
2670         * g++.dg/warn/Wparentheses-4.C: New test.
2672 2004-08-20  Mark Mitchell  <mark@codesourcery.com>
2674         PR c++/17121
2675         * g++.dg/inherit/local2.C: New test.
2677         * gcc.dg/darwin-longlong.c: Include <stdlib.h>.
2678         * gcc.dg/ppc-ldstruct.c: Likewise.
2679         * gcc.dg/ppc64-abi-2.c: Likewise.
2681 2004-08-20  Jakub Jelinek  <jakub@redhat.com>
2683         PR rtl-optimization/17099
2684         * gcc.c-torture/execute/20040820-1.c: New test.
2686 2004-08-20  David Edelsohn  <edelsohn@gnu.org>
2688         * gcc.dg/uninit-H.c: Add _POWER to powerpc case.
2690 2004-08-20  Canqun Yang  <canqun@nudt.edu.cn>
2692         PR fortran/17077
2693         * gfortran.dg/auto_array_1.f90: New test.
2695 2004-08-19  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2697         PR fortran/17074
2698         * gfortran.dg/simpleif_1.f90: New test.
2700 2004-08-19  Mark Mitchell  <mark@codesourcery.com>
2702         * lib/target-supports.exp (check_profiling_available): Return
2703         false for arm*-*-symbianelf* and arm*-*-eabi*.
2705         PR c++/15890
2706         * g++.dg/template/delete1.C: New test.
2708 2004-08-19  Paul Brook  <paul@codesourcery.com>
2710         PR fortran/14976
2711         PR fortran/16228
2712         * gfortran.dg/data_char_1.f90: New test.
2714 2004-08-19  Erik Schnetter  <schnetter@aei.mpg.de>
2716         PR fortran/16946
2717         * gfortran.dg/reduction.f90: New testcase.
2719 2004-08-19  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2721         PR fortran/16520
2722         * gfortran.dg/g77/19990905-1.f: Don't expect excess errors.
2724 2004-08-19  Joseph S. Myers  <jsm@polyomino.org.uk>
2726         PR c++/17041
2727         * g++.dg/Wparentheses-3.C: New test.
2729 2004-08-19  Dorit Naishlos  <dorit@il.ibm.com>
2731         * gcc.dg/vect/vect-1.c: Remove xfail from i?86-*-* x86_64-*-* due
2732         to usage of PREFERRED_STACK_BOUNDARY in the vectorizer.
2733         * gcc.dg/vect/vect-2.c: Likewise.
2734         * gcc.dg/vect/vect-3.c: Likewise.
2735         * gcc.dg/vect/vect-4.c: Likewise.
2736         * gcc.dg/vect/vect-5.c: Likewise.
2737         * gcc.dg/vect/vect-6.c: Likewise.
2738         * gcc.dg/vect/vect-7.c: Likewise.
2739         * gcc.dg/vect/vect-25.c: Likewise.
2740         * gcc.dg/vect/vect-31.c: Likewise.
2741         * gcc.dg/vect/vect-32.c: Likewise.
2742         * gcc.dg/vect/vect-34.c: Likewise.
2743         * gcc.dg/vect/vect-36.c: Likewise.
2744         * gcc.dg/vect/vect-all.c: Likewise.
2746 2004-08-18  Mark Mitchell  <mark@codesourcery.com>
2748         PR c++/17068
2749         * g++.dg/template/operator4.C: New test.
2751 2004-08-18  Richard Henderson  <rth@redhat.com>
2753         * gcc.dg/20040206-1.c: XFAIL.
2755 2004-08-17  Mark Mitchell  <mark@codesourcery.com>
2757         PR c++/16246
2758         * g++.dg/template/array7.C: New test.
2760 2004-08-17  James E Wilson  <wilson@specifixinc.com>
2762         * gcc.dg/mips-movcc-1.c: New test.
2763         * gcc.dg/mips-movcc-2.c: New test.
2764         * gcc.dg/mips-movcc-3.c: New test.
2766         * gcc.dg/mips-nmadd-1.c: New test.
2767         * gcc.dg/mips-nmadd-2.c: New test.
2769 2004-08-17  Mark Mitchell  <mark@codesourcery.com>
2771         PR c++/15871
2772         * g++.dg/opt/inline8.C: New test.
2774         PR c++/16965
2775         * g++.dg/parse/error17.C: New test.
2777 2004-08-17  Dorit Naishlos  <dorit@il.ibm.com>
2779         * gcc.dg/vect: New directory for vectorizer tests.
2780         * gcc.dg/vect/tree-vect.h: New file.
2781         * gcc.dg/vect/vect.exp: New file.
2782         * gcc.dg/vect/pr16105.c.c: New test.
2783         * gcc.dg/vect/vect-1.c: New test.
2784         * gcc.dg/vect/vect-2.c: New test.
2785         * gcc.dg/vect/vect-3.c: New test.
2786         * gcc.dg/vect/vect-4.c: New test.
2787         * gcc.dg/vect/vect-5.c: New test.
2788         * gcc.dg/vect/vect-6.c: New test.
2789         * gcc.dg/vect/vect-7.c: New test.
2790         * gcc.dg/vect/vect-8.c: New test.
2791         * gcc.dg/vect/vect-9.c: New test.
2792         * gcc.dg/vect/vect-10.c: New test.
2793         * gcc.dg/vect/vect-11.c: New test.
2794         * gcc.dg/vect/vect-12.c: New test.
2795         * gcc.dg/vect/vect-13.c: New test.
2796         * gcc.dg/vect/vect-14.c: New test.
2797         * gcc.dg/vect/vect-15.c: New test.
2798         * gcc.dg/vect/vect-16.c: New test.
2799         * gcc.dg/vect/vect-17.c: New test.
2800         * gcc.dg/vect/vect-18.c: New test.
2801         * gcc.dg/vect/vect-19.c: New test.
2802         * gcc.dg/vect/vect-20.c: New test.
2803         * gcc.dg/vect/vect-21.c: New test.
2804         * gcc.dg/vect/vect-22.c: New test.
2805         * gcc.dg/vect/vect-23.c: New test.
2806         * gcc.dg/vect/vect-24.c: New test.
2807         * gcc.dg/vect/vect-25.c: New test.
2808         * gcc.dg/vect/vect-26.c: New test.
2809         * gcc.dg/vect/vect-27.c: New test.
2810         * gcc.dg/vect/vect-28.c: New test.
2811         * gcc.dg/vect/vect-29.c: New test.
2812         * gcc.dg/vect/vect-30.c: New test.
2813         * gcc.dg/vect/vect-31.c: New test.
2814         * gcc.dg/vect/vect-32.c: New test.
2815         * gcc.dg/vect/vect-33.c: New test.
2816         * gcc.dg/vect/vect-34.c: New test.
2817         * gcc.dg/vect/vect-35.c: New test.
2818         * gcc.dg/vect/vect-36.c: New test.
2819         * gcc.dg/vect/vect-37.c: New test.
2820         * gcc.dg/vect/vect-38.c: New test.
2821         * gcc.dg/vect/vect-40.c: New test.
2822         * gcc.dg/vect/vect-41.c: New test.
2823         * gcc.dg/vect/vect-42.c: New test.
2824         * gcc.dg/vect/vect-43.c: New test.
2825         * gcc.dg/vect/vect-44.c: New test.
2826         * gcc.dg/vect/vect-45.c: New test.
2827         * gcc.dg/vect/vect-46.c: New test.
2828         * gcc.dg/vect/vect-47.c: New test.
2829         * gcc.dg/vect/vect-48.c: New test.
2830         * gcc.dg/vect/vect-49.c: New test.
2831         * gcc.dg/vect/vect-50.c: New test.
2832         * gcc.dg/vect/vect-51.c: New test.
2833         * gcc.dg/vect/vect-52.c: New test.
2834         * gcc.dg/vect/vect-53.c: New test.
2835         * gcc.dg/vect/vect-54.c: New test.
2836         * gcc.dg/vect/vect-55.c: New test.
2837         * gcc.dg/vect/vect-56.c: New test.
2838         * gcc.dg/vect/vect-57.c: New test.
2839         * gcc.dg/vect/vect-58.c: New test.
2840         * gcc.dg/vect/vect-59.c: New test.
2841         * gcc.dg/vect/vect-60.c: New test.
2842         * gcc.dg/vect/vect-61.c: New test.
2843         * gcc.dg/vect/vect-all.c: New test.
2844         * gcc.dg/vect/vect-none.c: New test.
2846 2004-08-17  Paul Brook  <paul@codesourcery.com>
2848         PR fortran/13082
2849         * gfortran.dg/entry_1.f90: New test.
2851 2004-08-17  Andrew Pinski  <apinski@apple.com>
2853         * gcc.dg/darwin-20040812-1.c: Compile only on darwin.
2855 2004-08-17  Paolo Bonzini  <bonzini@gnu.org>
2857         * gcc.dg/pr17036-1.c: New test.
2859 2004-08-16  Devang Patel  <dpatel@apple.com>
2861         * gcc.dg/darwin-20040809-1.c: New test.
2863 2004-08-16  Joseph S. Myers  <jsm@polyomino.org.uk>
2865         * gcc.dg/funcdef-attr-1.c: New test.
2867 2004-08-16  Janis Johnson  <janis187@us.ibm.com>
2869         * gcc.dg/altivec-17.c: New test.
2870         * gcc.dg/altivec-18.c: New test.
2872 2004-08-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2874         PR c++/6749
2875         * g++.dg/template/vtable2.C: New test.
2877 2004-08-14  Richard Henderson  <rth@redhat.com>
2879         * gcc.dg/torture/builtin-attr-1.c: Fix scalbln prototype.
2880         * gcc.dg/pack-test-4.c (main): Return 0.
2881         * gcc.dg/setjmp-1.c: Remove XFAIL.
2882         * gcc.dg/tree-ssa/20040615-1.c: Pass during dom1.
2884 2004-08-14  Richard Henderson  <rth@redhat.com>
2886         * gcc.dg/980217-1.c: Add prototype for printf.
2888 2004-08-13  Bud Davis  <bdavis9659@comcast.net>
2890         * gfortran.dg/pr16935.f90: New test.
2892 2004-08-13  Janis Johnson  <janis187@us.ibm.com>
2894         * g++.dg/ext/altivec-2.C: Revert previous changes and don't execute.
2896 2004-08-13  Paul Brook  <paul@codesourcery.com>
2898         * gfortran.dg/der_io_1.f90: Remove stray comma.
2900 2004-08-12  Janis Johnson  <janis187@us.ibm.com>
2902         * gcc.dg/vmx/cw-bug-2.c: Remove.
2903         * gcc.dg/vmx/vprint-1.c: Remove.
2904         * gcc.dg/vmx/vscan-1.c: Remove.
2906 2004-08-12  Devang patel  <dpatel@apple.com>
2908         * gcc.dg/darwin-20040809-2.c: New test.
2910 2004-08-12  Janis Johnson  <janis1872us.ibm.com>
2912         * g++.dg/ext/altivec-12.C: New test.
2914         * g++.dg/ext/altivec-11.C: New test.
2916 2004-08-12  Paul Brook  <paul@codesourcery.com>
2918         * g++.dg/abi/arm_cxa_vec_1.C: New test.
2920 2004-08-12  Janis Johnson  <janis187@us.ibm.com>
2922         * g++.dg/ext/altivec-2.C: Check for hardware support before
2923         executing any VMX instructions.
2925         * gcc.dg/vmx/ops-long-2.c: Add dg-error directives.
2927 2004-08-12  Jakub Jelinek  <jakub@redhat.com>
2929         PR c++/16276
2930         * g++.old-deja/g++.other/comdat4.C: New test.
2931         * g++.old-deja/g++.other/comdat4-aux.cc: New.
2933 2004-08-12  Ben Elliston  <bje@au.ibm.com>
2935         PR target/16286
2936         * gcc.dg/pr16286.c: New test.
2938 2004-08-12 Jan Beulich <jbeulich@novell.com>
2940         * g++.dg/ext/asm5.C: New.
2942 2004-08-11  Mark Mitchell  <mark@codesourcery.com>
2944         PR c++/16698
2945         * g++.dg/eh/crash1.C: New test.
2947         PR c++/16717
2948         * g++.dg/ext/construct1.C: New test.
2950 2004-08-11  Mark Mitchell  <mark@codesourcery.com>
2952         PR c++/16853
2953         * g++.dg/init/ptrmem1.C: New test.
2955         PR c++/16618
2956         * g++.dg/parse/offsetof5.C: New test.
2958         PR c++/16870
2959         * g++.dg/template/overload3.C: New test.
2961 2004-08-11  Mark Mitchell  <mark@codesourcery.com>
2963         PR c++/16964
2964         * g++.dg/parse/error16.C: New test.
2966         PR c++/16904
2967         * g++.dg/template/error14.C: New test.
2969         PR c++/16929
2970         * g++.dg/template/error15.C: New test.
2972 2004-08-11  Devang Patel  <dpatel@apple.com>
2974         * gcc.dg/darwin-ld-20040809-1.c: New test.
2975         * gcc.dg/darwin-ld-20040809-2.c: New test.
2977 2004-08-11  Steven G. Kargl  <kargls@comcast.net>
2979         PR fortran/16917
2980         * gfortran.dg/dfloat_1.f90: New test.
2982 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
2984         * gcc.dg/testsuite/gcc.dg/arm-eabi1.c: New test.
2985         * gcc.dg/dll-2.c: Fix dg-require syntax.
2986         * gcc.misc-tests/arm-isr.c (abort): Declare.
2987         (exit): Likewise.
2989 2004-08-10  Mark Mitchell  <mark@codesourcery.com>
2991         PR c++/16971
2992         * g++.dg/parse/crash16.C: New test.
2994 2004-08-10  Roger Sayle  <roger@eyesopen.com>
2996         * gcc.dg/mips-rsqrt-1.c: New test case.
2997         * gcc.dg/mips-rsqrt-2.c: New test case.
2998         * gcc.dg/mips-rsqrt-3.c: New test case.
3000 2004-08-10  Paul Brook  <paul@codesourcery.com>
3002         * gfortran.dg/der_io_1.f90: New test.
3004 2004-08-10  Paul Brook  <paul@codesourcery.com>
3006         PR fortran/16919
3007         * gfortran.dg/der_array_1.f90: New test.
3009 2004-08-09  David Edelsohn  <edelsohn@gnu.org>
3011         * gcc.dg/cpp/assert4.c: _AIX asserts #system(unix).
3013 2004-08-09  Paolo Bonzini  <bonzini@gnu.org>
3015         * gcc.dg/wchar_t-2.c: Fix typo.
3017 2004-08-09  Falk Hueffner  <falk@debian.org>
3019         PR tree-optimization/12517
3020         * gcc.c-torture/compile/pr12517.c: New test.
3022         PR tree-optimization/12578
3023         * gcc.c-torture/compile/pr12578.c: New test.
3025         PR tree-optimization/12899
3026         * gcc.c-torture/compile/pr12899.c: New test.
3028         PR rtl-optimization/14692
3029         * gcc.c-torture/compile/pr14692.c: New test.
3031         PR tree-optimization/16461
3032         * gcc.c-torture/compile/pr16461.c: New test.
3034 2004-08-06  Janne Blomqvist  <jblomqvi@cc.hut.fi>
3036         * gfortran.dg/getenv_1.f90: New test.
3038 2004-08-06  Mark Mitchell  <mark@codesourcery.com>
3040         * gcc.dg/symbian4.c: Expect a 2-byte wchar_t, not a 4-byte
3041         wchar_t.
3042         * gcc.dg/symbian5.c: Test -fno-short-wchar.
3044 2004-08-06  Paul Brook  <paul@codesourcery.com>
3046         * gfortran.dg/ret_array_1.f90: New test.
3047         * gfortran.dg/ret_pointer_1.f90: New test.
3049 2004-08-06  Richard Sandiford  <rsandifo@redhat.com>
3051         * gcc.dg/missing-field-init-[12].c: New tests.
3052         * g++.dg/warn/missing-field-init-[12].C: New tests.
3054 2004-08-06  Mark Mitchell  <mark@codesourcery.com>
3056         * gcc.dg/enum2.c: New test.
3057         * gcc.dg/symbian3.c: Likewise.
3058         * gcc.dg/symbian4.c: Likewise.
3059         * gcc.dg/wchar_t-2.c: Likewise.
3061 2004-08-05  Mark Mitchell  <mark@codesourcery.com>
3063         * g++.dg/ext/visibility/visibility-8.C: Add constructor and
3064         destructor tests.
3066 2004-08-05  Mark Mitchell  <mark@codesourcery.com>
3068         * g++.dg/ext/visibility/assign1.C: Use scan-hidden and
3069         dg-require-visiblity.
3070         * g++.dg/ext/visibility/fvisibility-inlines-hidden.C: Likewise.
3071         * g++.dg/ext/visibility/fvisibility.C: Likewise.
3072         * g++.dg/ext/visibility/memfuncts.C: Likewise.
3073         * g++.dg/ext/visibility/new1.C: Likewise.
3074         * g++.dg/ext/visibility/pragma.C: Likewise.
3075         * g++.dg/ext/visibility/staticmemfuncts.C: Likewise.
3076         * g++.dg/ext/visibility/virtual.C: Likewise.
3077         * g++/dg/ext/visibility/visibility-1.C: Likewise.
3078         * g++/dg/ext/visibility/visibility-2.C: Likewise.
3079         * g++/dg/ext/visibility/visibility-3.C: Likewise.
3080         * g++/dg/ext/visibility/visibility-4.C: Likewise.
3081         * g++/dg/ext/visibility/visibility-5.C: Likewise.
3082         * g++/dg/ext/visibility/visibility-6.C: Likewise.
3083         * g++/dg/ext/visibility/visibility-7.C: Likewise.
3084         * g++/dg/ext/visibility/visibility-8.C: New test.
3085         * gcc.c-torture/compile/dll.x: Remove.
3086         * gcc.dg/dll-2.c: Use dg-require-dll
3087         * gcc.dg/visibility-10.c: New test.
3088         * lib/gcc-dg.exp (dg-require-dll): Add Symbian to list of targets
3089         supporting DLLs.
3090         * testsuite/lib/scanasm.exp (scan_hidden): New function.
3091         (scan_not_hidden): Likewise.
3093 2004-08-05  David Edelsohn  <edelsohn@gnu.org>
3095         * gcc.dg/sh4a-fprun.c: Fix dg-do typo.
3097 2004-08-05  Richard Sandiford  <rsandifo@redhat.com>
3099         * gcc.c-torture/execute/20040805-1.c: New test.
3101 2004-08-04  Andrew Pinski  <pinskia@physics.uc.edu>
3103         * gcc.dg/20020118-1.c: Declare abort.
3104         * gcc.dg/altivec_check.h: Likewise.
3105         * gcc.dg/iftrap-2.c: Likewise.
3106         * gcc.dg/pragma-darwin.c: Likewise.
3107         * gcc.dg/rs6000-ldouble-1.c: Declare abort and exit.
3109 2004-08-04  Geoffrey Keating  <geoffk@apple.com>
3111         * g++.dg/ext/altivec_check.h: Declare exit as extern "C".
3113 2004-08-05  Joseph S. Myers  <jsm@polyomino.org.uk>
3115         * gcc.c-torture/execute/builtins/abs-2.c,
3116         gcc.c-torture/execute/builtins/abs-3.c,
3117         gcc.c-torture/execute/builtins/lib/abs.c, gcc.dg/format/format.h,
3118         gcc.dg/torture/builtin-attr-1.c: Use predefined macros for
3119         intmax_t, uintmax_t and their limits.
3120         * gcc.dg/intmax_t-1.c: New test.
3122 2004-08-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3124         * g++.dg/tc1/dr147.C: Add reference to PR.
3126 2004-08-03  Richard Sandiford  <rsandifo@redhat.com>
3128         * gcc.dg/mips-args-[23].c: Declare abort() and exit().
3129         * gcc.dg/torture/mips-hilo-[12].c: Likewise.
3131 2004-08-03  David Edelsohn  <edelsohn@gnu.org>
3133         * gcc.dg/compat/struct-layout-1.exp: Fix error message typo.
3135 2004-08-03  Joseph S. Myers  <jsm@polyomino.org.uk>
3137         * gcc.dg/redecl-5.c: New test.
3138         * gcc.dg/format/attr-6.c: Expect warning for implicit declaration
3139         of scanf.
3141 2004-08-03  Roger Sayle  <roger@eyesopen.com>
3143         PR middle-end/16790
3144         * gcc.c-torture/execute/pr16790-1.c: New test case.
3146 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
3148         * g++.dg/ext/visibility/assign1.C: New test.
3149         * g++.dg/ext/visibility/new1.C: Likewise.
3151         * gcc.dg/symbian1.c: New test.
3152         * gcc.dg/symbian2.c: Likewise.
3154 2004-08-03  H.J. Lu  <hongjiu.lu@intel.com>
3156         PR target/16570
3157         * gcc.dg/i386-sse-9.c: New test.
3159 2004-08-03  Joseph S. Myers  <jsm@polyomino.org.uk>
3161         * gcc.dg/array-7.c, gcc.dg/c99-tag-2.c: New tests.
3163 2004-08-03  Joseph S. Myers  <jsm@polyomino.org.uk>
3165         * gcc.dg/20001023-1.c, gcc.dg/20001108-1.c, gcc.dg/20001117-1.c,
3166         gcc.dg/20010202-1.c, gcc.dg/20011008-2.c, gcc.dg/20011214-1.c,
3167         gcc.dg/20020201-1.c, gcc.dg/20020312-2.c, gcc.dg/20020426-2.c,
3168         gcc.dg/20030331-2.c, gcc.dg/20030612-1.c, gcc.dg/20030926-1.c,
3169         gcc.dg/20031216-1.c, gcc.dg/20031218-3.c, gcc.dg/20040305-2.c,
3170         gcc.dg/980226-1.c, gcc.dg/Wreturn-type2.c,
3171         gcc.dg/Wunreachable-6.c, gcc.dg/Wunreachable-7.c,
3172         gcc.dg/align-1.c, gcc.dg/builtin-prefetch-1.c,
3173         gcc.dg/builtins-17.c, gcc.dg/builtins-19.c, gcc.dg/builtins-2.c,
3174         gcc.dg/builtins-20.c, gcc.dg/builtins-21.c, gcc.dg/builtins-7.c,
3175         gcc.dg/builtins-8.c, gcc.dg/cpp/19930510-1.c,
3176         gcc.dg/cpp/charconst-3.c, gcc.dg/cpp/charconst-4.c,
3177         gcc.dg/cpp/mi6.c, gcc.dg/cpp/tr-paste.c, gcc.dg/cpp/trad/mi6.c,
3178         gcc.dg/cpp/trad/paste.c, gcc.dg/cpp/trad/strify.c,
3179         gcc.dg/fastmath-1.c, gcc.dg/fshort-wchar.c, gcc.dg/i386-387-7.c,
3180         gcc.dg/i386-387-8.c, gcc.dg/i386-asm-1.c, gcc.dg/i386-cadd.c,
3181         gcc.dg/i386-fpcvt-3.c, gcc.dg/i386-loop-3.c,
3182         gcc.dg/i386-memset-1.c, gcc.dg/loop-2.c, gcc.dg/nest.c,
3183         gcc.dg/noncompile/971104-1.c, gcc.dg/noncompile/990416-1.c,
3184         gcc.dg/noncompile/scope.c, gcc.dg/pack-test-4.c,
3185         gcc.dg/pack-test-5.c, gcc.dg/pch/inline-4.c, gcc.dg/postincr-1.c,
3186         gcc.dg/pr10392-1.c, gcc.dg/pragma-align.c,
3187         gcc.dg/profile-generate-1.c, gcc.dg/sibcall-1.c,
3188         gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c, gcc.dg/sibcall-4.c,
3189         gcc.dg/sibcall-5.c, gcc.dg/sibcall-6.c, gcc.dg/switch-warn-1.c,
3190         gcc.dg/switch-warn-2.c, gcc.dg/torture/builtin-attr-1.c,
3191         gcc.dg/torture/builtin-math-1.c, gcc.dg/torture/builtin-noret-2.c,
3192         gcc.dg/trampoline-1.c, gcc.dg/tree-ssa/20030703-1.c,
3193         gcc.dg/tree-ssa/20030703-2.c, gcc.dg/tree-ssa/20030708-1.c,
3194         gcc.dg/tree-ssa/20030709-3.c, gcc.dg/tree-ssa/20030710-1.c,
3195         gcc.dg/tree-ssa/20030711-1.c, gcc.dg/tree-ssa/20030729-1.c,
3196         gcc.dg/tree-ssa/20030730-1.c, gcc.dg/tree-ssa/20030730-2.c,
3197         gcc.dg/tree-ssa/20030731-1.c, gcc.dg/tree-ssa/20030807-11.c,
3198         gcc.dg/tree-ssa/20030807-2.c, gcc.dg/tree-ssa/20030807-5.c,
3199         gcc.dg/tree-ssa/20030807-7.c, gcc.dg/tree-ssa/20030808-1.c,
3200         gcc.dg/tree-ssa/20030814-1.c, gcc.dg/tree-ssa/20030814-2.c,
3201         gcc.dg/tree-ssa/20030814-3.c, gcc.dg/tree-ssa/20030814-4.c,
3202         gcc.dg/tree-ssa/20030814-5.c, gcc.dg/tree-ssa/20030814-6.c,
3203         gcc.dg/tree-ssa/20030814-7.c, gcc.dg/tree-ssa/20030815-1.c,
3204         gcc.dg/tree-ssa/20030907-1.c, gcc.dg/tree-ssa/20030917-3.c,
3205         gcc.dg/tree-ssa/20030922-1.c, gcc.dg/tree-ssa/20031113-1.c,
3206         gcc.dg/tree-ssa/20040121-1.c, gcc.dg/tree-ssa/20040319-1.c,
3207         gcc.dg/tree-ssa/20040324-1.c, gcc.dg/tree-ssa/20040326-1.c,
3208         gcc.dg/tree-ssa/20040326-2.c, gcc.dg/tree-ssa/20040517-1.c,
3209         gcc.dg/tree-ssa/ssa-ccp-10.c, gcc.dg/tree-ssa/ssa-pre-1.c,
3210         gcc.dg/tree-ssa/tailcall-1.c, gcc.dg/tree-ssa/tailrecursion-5.c,
3211         gcc.dg/ultrasp3.c, gcc.dg/winline-7.c, gcc.misc-tests/bprob-1.c,
3212         gcc.misc-tests/bprob-2.c, gcc.misc-tests/gcov-3.c,
3213         gcc.misc-tests/gcov-4.c, gcc.misc-tests/gcov-4b.c,
3214         gcc.misc-tests/gcov-6.c, gcc.misc-tests/gcov-7.c,
3215         gcc.misc-tests/i386-pf-3dnow-1.c,
3216         gcc.misc-tests/i386-pf-athlon-1.c,
3217         gcc.misc-tests/i386-pf-none-1.c, gcc.misc-tests/i386-pf-sse-1.c,
3218         objc.dg/nested-func-1.m, objc.dg/special/unclaimed-category-1.m:
3219         Declare built-in functions used.
3220         * gcc.dg/torture/builtin-attr-1.c (nexttoward): Use FPTEST2ARG2.
3222 2004-08-02  Mark Mitchell  <mark@codesourcery.com>
3224         PR c++/16707
3225         * g++.dg/lookup/using12.C: New test.
3227         * g++.dg/init/null1.C: Fix PR number.
3228         * g++.dg/parse/namespace10.C: Likewise.
3230 2004-08-01  Mark Mitchell  <mark@codesourcery.com>
3232         PR c++/16224
3233         * g++.dg/template/spec17.C: New test.
3234         * g++.old-deja/g++.ns/template13.C: Remove XFAIL.
3235         * g++.old-deja/g++.pt/lookup10.C: Add dg-error marker.
3237 2004-08-02  David Billinghurst
3239         PR fortran/16292
3240         * gfortran.dg/g77/cabs.f: xfail on mips-sgi-irix6*
3242 2004-08-01  Zack Weinberg  <zack@codesourcery.com>
3244         * gcc.dg/ia64-got-1.c: New test case.
3246 2004-08-01  Mark Mitchell  <mark@codesourcery.com>
3248         PR c++/16489
3249         * g++.dg/init/null1.C: New test.
3250         * g++.dg/tc1/dr76.C: Adjust error marker.
3252         PR c++/16529
3253         * g++.dg/parse/namespace10.C: New test.
3255         PR c++/16810
3256         * g++.dg/inherit/ptrmem2.C: New test.
3258 2004-08-02  Ben Elliston  <bje@au.ibm.com>
3260         PR target/16155
3261         * gcc.dg/pr16155.c: New test.
3263 2004-07-31  Joseph S. Myers  <jsm@polyomino.org.uk>
3265         * gcc.dg/redecl-2.c: New test.
3267 2004-07-30  Geoffrey Keating  <geoffk@apple.com>
3269         * gcc.dg/darwin-longdouble.c: New file.
3271 2004-07-30  Richard Henderson  <rth@redhat.com>
3273         * gfortran.fortran-torture/execute/intrinsic_rrspacing.f90: Fix
3274         write to constant argument.
3275         * gfortran.fortran-torture/execute/intrinsic_scale.f90: Likewise.
3277 2004-07-30  Richard Henderson  <rth@redhat.com>
3279         * gfortran.fortran-torture/execute/intrinsic_nearest.f90: Disable
3280         tests of nearest around zero.
3282 2004-07-30  Andrew Pinski  <apinski@apple.com>
3284         * gcc.c-torture/compile/20040730-1.c: New test.
3286 2004-07-30  Aldy Hernandez  <aldyh@redhat.com>
3288         * gcc.dg/vmx/vmx.exp: Explain why we skip tests for
3289         powerpc-eabispe.
3291 2004-07-30  Aldy Hernandez  <aldyh@redhat.com>
3293         * gcc.dg/vmx/vmx.exp: Disable tests for eabispe.
3295 2004-07-30  Richard Sandiford  <rsandifo@redhat.com>
3297         * lib/g++.exp (g++_link_flags): Check whether LD_LIBRARY_PATH already
3298         contains $ld_library_path.
3299         * lib/gfortran.exp (gfortran_link_flags): Likewise.
3301 2004-07-29  Richard Henderson  <rth@redhat.com>
3303         * g++.dg/template/sizeof8.C: Don't assume 32bit pointers.
3305         * g++.dg/ext/stmtexpr2.C (alt1): Rename from expected.
3306         (alt2, which): New.
3307         (Check): Accept either alternative.
3309 2004-07-29  Mark Mitchell  <mark@codesourcery.com>
3311         * g++.dg/abi/inline1.C: New test.
3312         * g++.dg/abi/local1-a.cc: Likewise.
3313         * g++.dg/abi/local1.C: Likewise.
3314         * g++.dg/abi/mangle11.C: Tweak location of warnings.
3315         * g++.dg/abi/mangle12.C: Likewise.
3316         * g++.dg/abi/mangle17.C: Likewise.
3317         * g++.dg/abi/mangle20-2.C: Likewise.
3318         * g++.dg/opt/interface1.C: Likewise.
3319         * g++.dg/opt/interface1.h: Likewise.
3320         * g++.dg/opt/interface1-a.cc: New test.
3321         * g++.dg/parse/repo1.C: New test.
3322         * g++.dg/template/repo1.C: Likewise.
3323         * g++.dg/warn/Winline-1.C: Likewise.
3324         * lib/gcc-dg.exp (gcc-dg-test-1): Fix -frepo handling.
3326 2004-07-29  Diego Novillo  <dnovillo@redhat.com>
3328         * gcc.dg/tree-ssa/20040729-1.c: New test.
3330 2004-07-27  Matt Austern <austern@apple.com>
3332         * gcc.dg/darwin-bool-1.c: New test.
3333         * gcc.dg/darwin-bool-2.c: New test.
3335 2004-07-28  Richard Henderson  <rth@redhat.com>
3337         * gfortran.fortran-torture/execute/intrinsic_spacing.f90: Pass
3338         arguments in the correct type.  Don't write to constant arguments.
3340 2004-07-28  Diego Novillo  <dnovillo@redhat.com>
3342         PR tree-optimization/16688
3343         PR tree-optimization/16689
3344         * g++.dg/tree-ssa/pr16688.C: New test.
3346 2004-07-28  Diego Novillo  <dnovillo@redhat.com>
3348         * gcc.dg/tree-ssa/20031022-1.c: Adjust number of expected
3349         loads.  Not only in the comment, this time.
3351 2004-07-28  Alexandre Oliva  <aoliva@redhat.com>
3353         2003-07-06  Alexandre Oliva  <aoliva@redhat.com>
3354         * gcc.dg/sh4a-memmovua.c: Tweak regular expression.
3355         2003-07-01  Alexandre Oliva  <aoliva@redhat.com>
3356         * gcc.dg/sh4a-bitmovua.c: New.
3357         * gcc.dg/sh4a-cos.c: New.
3358         * gcc.dg/sh4a-cosf.c: New.
3359         * gcc.dg/sh4a-fprun.c: New.
3360         * gcc.dg/sh4a-fsrra.c: New.
3361         * gcc.dg/sh4a-memmovua.c: New.
3362         * gcc.dg/sh4a-sin.c: New.
3363         * gcc.dg/sh4a-sincos.c: New.
3364         * gcc.dg/sh4a-sincosf.c: New.
3365         * gcc.dg/sh4a-sinf.c: New.
3367 2004-07-28  Diego Novillo  <dnovillo@redhat.com>
3369         * gcc.dg/tree-ssa/20030714-2.c: Adjust number of expected
3370         conditionals.
3371         * gcc.dg/tree-ssa/20031022-1.c: Adjust number of expected
3372         loads.
3373         * gcc.dg/tree-ssa/ssa-dom-cse-1.c: Expect optimization in
3374         DOM1.
3376 2004-07-27  Andrew Pinski  <apinski@apple.com>
3378         * g++.dg/rtti/tinfo1.C: Correct the xfail.
3380 2004-07-27  Nitin Yewale <nitiny@kpitcummins.com>
3382         * gcc.dg/pragma-isr.c: New test.
3384 2004-07-27  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3386         PR c++/14429
3387         * g++.dg/template/ttp11.C: New test.
3389 2004-07-27  Diego Novillo  <dnovillo@redhat.com>
3391         * gcc.c-torture/compile/20040727-1.c: New test.
3393 2004-07-26  Eric Christopher  <echristo@redhat.com>
3395         * gcc.c-torture/compile/20040726-2.c: New test.
3397 2004-07-26  Andrew Pinski  <apinski@apple.com>
3399         * g++.dg/rtti/tinfo1.C: Xfail.
3401 2004-07-26  Richard Sandiford  <rsandifo@redhat.com>
3403         * gcc.c-torture/compile/20040726-1.c: New test.
3405 2004-07-26  Niall Douglas  <s_fsfeurope2@nedprod.com>
3406             Brian Ryner  <bryner@brianryner.com>
3408         PR c++/9283
3409         PR c++/15000
3410         * gcc.dg/visibility-9.c, gcc.dg/visibility-a.c: New tests.
3411         * g++.dg/ext/visibility/: New directory.
3412         * g++.dg/ext/visibility-1.C, g++.dg/ext/visibility-2.C
3413         g++.dg/ext/visibility-3.C, g++.dg/ext/visibility-4.C,
3414         g++.dg/ext/visibility-5.C, g++.dg/ext/visibility-6.C,
3415         g++.dg/ext/visibility-7.C: Move to g++.dg/ext/visibility/.
3416         * g++.dg/ext/visibility/fvisibility.C,
3417         g++.dg/ext/visibility/fvisibility-inlines-hidden.C,
3418         g++.dg/ext/visibility/fvisibility-override1.C
3419         g++.dg/ext/visibility/fvisibility-override2.C
3420         g++.dg/ext/visibility/memfuncts.C
3421         g++.dg/ext/visibility/noPLT.C
3422         g++.dg/ext/visibility/pragma.C
3423         g++.dg/ext/visibility/pragma-override1.C
3424         g++.dg/ext/visibility/pragma-override2.C
3425         g++.dg/ext/visibility/staticmemfuncts.C
3426         g++.dg/ext/visibility/virtual.C: New tests.
3428 2004-07-25  Joseph S. Myers  <jsm@polyomino.org.uk>
3430         PR c/15360
3431         * gcc.dg/pr15360-1.c: New test.
3433 2004-07-25  Daniel Jacobowitz  <dan@debian.org>
3435         * gcc.dg/pragma-align-2.c: New test.
3436         * gcc.dg/pragma-init-fini.c: New test.
3437         * gcc.dg/pragma-align.c: Change from compile to run.  Run on Solaris
3438         targets.
3440 2004-07-25  Joseph S. Myers  <jsm@polyomino.org.uk>
3442         * gcc.dg/init-string-2.c: New test.
3444 2004-07-24  Zack Weinberg  <zack@codesourcery.com>
3446         PR 16684
3447         * gcc.dg/Wredundant-decls-1.c: New test case.
3449 2004-07-24  Jakub Jelinek  <jakub@redhat.com>
3451         * README.compat: Add RUN_ALL_COMPAT_TESTS documentation.
3452         * lib/compat.exp: Replace ^$tmpdir/? in testcase names with tmpdir-.
3453         * gcc.dg/compat/struct-layout-1.exp: New testsuite driver.
3454         * gcc.dg/compat/struct-layout-1_generate.c: New testcase generator.
3455         * gcc.dg/compat/generate-random.c: New file.
3456         * gcc.dg/compat/generate-random.h: Likewise.
3457         * gcc.dg/compat/generate-random_r.c: Likewise.
3458         * gcc.dg/compat/struct-layout-1.h: Likewise.
3459         * gcc.dg/compat/struct-layout-1_x1.h: Likewise.
3460         * gcc.dg/compat/struct-layout-1_x2.h: Likewise.
3461         * gcc.dg/compat/struct-layout-1_y1.h: Likewise.
3462         * gcc.dg/compat/struct-layout-1_y2.h: Likewise.
3463         * gcc.dg/compat/struct-layout-1_main.c: New test.
3464         * gcc.dg/compat/struct-layout-1_x.c: New file.
3465         * gcc.dg/compat/struct-layout-1_y.c: New file.
3466         * gcc.dg/compat/struct-layout-1_test.h: New file.
3468 2004-07-23  Joseph S. Myers  <jsm@polyomino.org.uk>
3470         * gcc.dg/comp-return-1.c: New test
3472 2004-07-23  Janis Johnson  <janis187@us.ibm.com>
3474         * gcc.dg/vmx/8-02a.c: Fix typo.
3476         * gcc.dg/vmx/varargs-4.c: Remove a Darwin-specific check.
3477         * gcc.dg/darwin-abi-3.c: New test.
3479         * gcc.dg/vmx/debug-1.c: Use int, not long, in union with vector.
3480         * gcc.dg/vmx/varargs-1.c: Use int, not long, in union with vector.
3482         * gcc.dg/vmx/ops.c: Remove checks using pointers to long.
3483         * gcc.dg/vmx/ops-long-1.c: New test.
3484         * gcc.dg/vmx/ops-long-2.c: New test.
3486 2004-07-23  Nathan Sidwell  <nathan@codesourcery.com>
3488         * g++.dg/lookup/conv-[1234].C: New.
3490 2004-07-22  Mark Mitchell  <mark@codesourcery.com>
3492         * g++.dg/parse/attr2.C: Simplify.
3494 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
3496         PR c/7284
3497         * gcc.c-torture/execute/pr7284-1.c: New test.
3499 2004-07-22  Brian Booth  <bbooth@redhat.com>
3501         * gcc.dg/tree-ssa/20040721-1.c: New test.
3503 2004-07-22  Nathan Sidwell  <nathan@codesourcery.com>
3505         * g++.dg/template/crash20.c: New.
3507 2004-07-22  David Billinghurst (David.Billinghurst@riotinto.com)
3509         * gfortran.dg/g77/970625-2.f Copy from g77.f-torture/execute.
3510         Add dg-run directive.  Declare variables as required.
3511         * gfortran.dg/g77/README: Update
3513 2004-07-22  Hans-Peter Nilsson  <hp@axis.com>
3515         * gcc.dg/cris-peep2-xsrand.c, gcc.dg/cris-peep2-andu1.c,
3516         gcc.dg/cris-peep2-andu2.c: New tests.
3518 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
3520         PR c/15052
3521         * gcc.dg/noreturn-5.c: Test qualifiers on function type instead of
3522         on return type.
3523         * gcc.dg/qual-return-1.c: Use -Wreturn-type.  Update expected
3524         messages.
3525         * gcc.dg/qual-return-2.c: Update expected messages.
3526         * gcc.dg/qual-return-3.c, gcc.dg/qual-return-4.c: New tests.
3528 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
3530         * gcc.dg/c99-init-3.c, gcc.dg/gnu99-init-2.c: New tests.
3531         * gcc.dg/noncompile/921102-1.c: Update expected error message.
3533 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
3535         PR c/11250
3536         * gcc.dg/init-string-1.c: New test.
3538 2004-07-21  Jakub Jelinek  <jakub@redhat.com>
3540         PR middle-end/15345
3541         PR c/16450
3542         * gcc.dg/torture/nested-fn-1.c: New test.
3544 2004-07-20  H.J. Lu  <hongjiu.lu@intel.com>
3546         PR target/16559
3547         * gcc.dg/ia64-fptr-1.c: New file.
3549 2004-07-21  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3551         PR c++/14497
3552         * g++.dg/template/spec16.C: New test.
3553         * g++.old-deja/g++.robertl/eb118.C: Remove.
3555 2004-07-21  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3557         PR c++/509
3558         * g++.dg/template/spec15.C: New test.
3560 2004-07-21  David Billinghurst (David.Billinghurst@riotinto.com)
3562         Copy cases from g77.f-torture/execute and add dg-run
3563         directive.  Other changes as noted.
3564         * gfortran.dg/g77/13037.f
3565         * gfortran.dg/g77/1832.f
3566         * gfortran.dg/g77/19981119-0.f
3567         * gfortran.dg/g77/19990313-0.f
3568         * gfortran.dg/g77/19990313-1.f
3569         * gfortran.dg/g77/19990313-2.f
3570         * gfortran.dg/g77/19990313-3.f
3571         * gfortran.dg/g77/19990419-1.f
3572         * gfortran.dg/g77/19990826-0.f
3573         * gfortran.dg/g77/19990826-2.f
3574         * gfortran.dg/g77/20000503-1.f
3575         * gfortran.dg/g77/20001111.f
3576         * gfortran.dg/g77/20010116.f
3577         * gfortran.dg/g77/20010426-1.f: Renamed from 20010426-1.f
3578         * gfortran.dg/g77/20010430.f
3579         * gfortran.dg/g77/6177.f
3580         * gfortran.dg/g77/947.f
3581         * gfortran.dg/g77/970816-3.f
3582         * gfortran.dg/g77/971102-1.f
3583         * gfortran.dg/g77/980520-1.f
3584         * gfortran.dg/g77/980628-0.f
3585         * gfortran.dg/g77/980628-1.f
3586         * gfortran.dg/g77/980628-10.f
3587         * gfortran.dg/g77/980628-2.f
3588         * gfortran.dg/g77/980628-3.f
3589         * gfortran.dg/g77/980628-7.f
3590         * gfortran.dg/g77/980628-8.f
3591         * gfortran.dg/g77/980628-9.f
3592         * gfortran.dg/g77/980701-0.f
3593         * gfortran.dg/g77/980701-1.f
3594         * gfortran.dg/g77/cabs.f
3595         * gfortran.dg/g77/claus.f
3596         * gfortran.dg/g77/complex_1.f
3597         * gfortran.dg/g77/cpp3.F: Renamed from cpp3.F
3598         * gfortran.dg/g77/dcomplex.f
3599         * gfortran.dg/g77/dnrm2.f: Add dg-warnings as required.
3600         * gfortran.dg/g77/f90-intrinsic-mathematical.f
3601         * gfortran.dg/g77/f90-intrinsic-numeric.f
3602         * gfortran.dg/g77/int8421.f
3603         * gfortran.dg/g77/labug1.f
3604         * gfortran.dg/g77/large_vec.f
3605         * gfortran.dg/g77/le.f
3606         * gfortran.dg/g77/short.f
3607         * gfortran.dg/g77/README: Update
3609 2004-07-20  Mark Mitchell  <mark@codesourcery.com>
3611         PR c++/16637
3612         * g++.dg/parse/lookup4.C: New test.
3614 2004-07-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3616         PR c++/16175
3617         * g++.dg/template/ttp10.C: New test.
3619 2004-07-20  Joseph S. Myers  <jsm@polyomino.org.uk>
3621         * gcc.dg/pr12625-1.c: New test.
3623 2004-07-20  Steven Bosscher  <stevenb@suse.de>
3625         * testsuite/gcc.dg/switch-warn-1.c: New test.
3626         * testsuite/gcc.dg/switch-warn-2.c: New test.
3627         * gcc.c-torture/compile/pr14730.c: Update.
3629 2004-07-19  Kelley Cook  <kcook@gcc.gnu.org>
3631         * g++.dg/lookup/java1.C, g++.dg/lookup/java2.C, g++.dg/other/crash-2.C,
3632         g++.dg/parse/casting-operator2.C, g++.dg/parse/dtor3.C,
3633         g++.dg/parse/typename6.C, g++.dg/template/dependent-expr4.C,
3634         g++.dg/template/nontype3.C: Remove trailing CR from tests.
3636 2004-07-18  Mark Mitchell  <mark@codesourcery.com>
3638         PR c++/16623
3639         * g++.dg/template/assign1.C: New test.
3641 2004-07-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3643         PR c++/12170
3644         * g++.dg/template/ttp9.C: New test.
3646 2004-07-19  Daniel Jacobowitz  <dan@debian.org>
3648         * gcc.dg/format/cmn-err-1.c: New test.
3650 2004-07-19  Joseph S. Myers  <jsm@polyomino.org.uk>
3652         * g++.dg/warn/Wparentheses-1.C, g++.dg/warn/Wparentheses-2.C,
3653         gcc.dg/Wparentheses-10.c: New tests.
3654         * gcc.dg/Wparentheses-5.c: Remove XFAILs.
3656 2004-07-18  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3658         PR fortran/16465
3659         * gfortran.dg/g77//ffixed-line-length-0.f,
3660         gfortran.dg/g77/ffixed-line-length-132.f,
3661         gfortran.dg/g77/ffixed-line-length-72.f,
3662         gfortran.dg/g77/ffixed-line-length-none.f: Copy from g77.dg.
3663         gfortran.dg/g77/README: Update.
3665 2004-07-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3667         PR c++/13092
3668         * g++.dg/template/non-dependent7.C: New test.
3669         * g++.dg/template/non-dependent8.C: Likewise.
3670         * g++.dg/template/non-dependent9.C: Likewise.
3671         * g++.dg/template/non-dependent10.C: Likewise.
3673 2004-07-17  Mark Mitchell  <mark@codesourcery.com>
3675         PR c++/16337
3676         * g++.dg/parse/attr2.C: New test.
3678 2004-07-17  Toon Moene  <toon@moene.indiv.nluug.nl>
3680         * g77.dg: Removed.
3681         * g77.f-torture: Ditto.
3683 2004-07-17  Joseph S. Myers  <jsm@polyomino.org.uk>
3685         * gcc.dg/Wparentheses-2.c, gcc.dg/Wparentheses-3.c,
3686         gcc.dg/Wparentheses-4.c, Wparentheses-5.c, Wparentheses-6.c,
3687         Wparentheses-7.c, Wparentheses-8.c, Wparentheses-9.c: New tests.
3689 2004-07-16  Richard Henderson  <rth@redhat.com>
3691         * gcc.c-torture/compile/20020210-1.c: Remove XFAIL.
3693 2004-07-16  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3695         * lib/fortran-torture.exp (fortran-torture): Don't test compile
3696         tests with full list of options.
3697         * lib/gfortran-dg.exp (gfortran-dg-runtest): Only test with all
3698         of TORTURE_OPTIONS if test contains 'dg-do run'.
3700         PR fortran/16404
3701         * gfortran.dg/do_iterator.f90: New test.
3703 2004-07-16  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3705         PR rtl-optimization/16536
3706         * gcc.c-torture/execute/restrict-1.c: New test.
3708 2004-07-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3710         PR fortran/15324
3711         * gfortran.dg/pr15324.f90: New test.
3713         PR fortran/15129
3714         * gfortran.dg/pr15129.f90: New test.
3716         PR fortran/15140
3717         * gfortran.dg/pr15140.f90: New test.
3719         PR fortran/13792
3720         * gfortran.fortran-torture/execute/bounds.f90: Add check for
3721         compile-time simplification.
3723 2004-07-14  Mike Stump  <mrs@apple.com>
3725         * gcc.dg/20020426-2.c: Improve type safety wrt unsignedness.
3727 2004-07-14  James E Wilson  <wilson@specifixinc.com>
3729         PR target/16325
3730         * gcc.dg/profile-generate-1.c: New.
3732 2004-07-15  Jakub Jelinek  <jakub@redhat.com>
3734         * gcc.c-torture/execute/20040709-1.c: New test.
3735         * gcc.c-torture/execute/20040709-2.c: New test.
3737 2004-07-14  Mike Stump  <mrs@apple.com>
3739         * gcc.dg/wint_t-1.c: Expect to pass on darwin 10.3.x and later.
3741 2004-07-14  Mike Stump  <mrs@apple.com>
3743         * gcc.dg/wchar_t-1.c: Expect to pass on darwin 10.3.x and later.
3745 2004-07-13  Mark Mitchell  <mark@codesourcery.com>
3747         PR c++/16518
3748         * g++.dg/parse/mutable1.C: New test.
3750 2004-07-13  Diego Novillo  <dnovillo@redhat.com>
3752         PR tree-optimization/16443
3753         * gcc.dg/tree-ssa/20040713-1.c: New test.
3755 2004-07-15  Ulrich Weigand  <uweigand@de.ibm.com>
3757         * g++.dg/lookup/new2.C: Use first operand of type __SIZE_TYPE__
3758         for operator new.
3760 2004-07-13  David Billinghurst <David.Billinghurst@riotinto.com>
3762         * gfortran.dg/g77/README: New file
3763         * gfortran.dg/g77/19981216-0.f:  Copy from
3764         g77.f-torture/noncompile.  Add "dg-do compile" and
3765         dg-error as required.
3766         * gfortran.dg/g77/19990218-1.f: Likewise
3767         * gfortran.dg/g77/19990905-1.f: Likewise
3768         * gfortran.dg/g77/9263.f: Likewise
3769         * gfortran.dg/g77/980615-0.f: Likewise
3770         * gfortran.dg/g77/980616-0.f: Likewise
3771         * gfortran.dg/g77/check0.f: Likewise
3772         * gfortran.dg/g77/select_no_compile.f: Likewise
3774 2004-07-13  David Billinghurst <David.Billinghurst@riotinto.com>
3776         Copy files from g77.f-torture/compile.
3777         Add "{ dg-do compile}".  Other changes as noted
3778         * gfortran.dg/g77/19990905-0.f: XFAIL PR 16511
3779         * gfortran.dg/g77/20010519-1.f: Add dg-warning as required
3780         * gfortran.dg/g77/20030115-1.f: Add dg-warning as required
3781         * gfortran.dg/g77/20030326-1.f: XFAIL PR 16511
3782         * gfortran.dg/g77/970125-0.f: Add dg-excess-errors.
3783         * gfortran.dg/g77/980519-2.f: Declare hd_S,hd_Z,hd_T
3784         * gfortran.dg/g77/990115-1.f: Declare RANK as INTEGER
3785         * gfortran.dg/g77/alpha1.f: Separate declaration and DATA
3786         statement to conform to standard.  Append alpha1.x for reference.
3787         * gfortran.dg/g77/xformat.f: Add dg-warning
3789 2004-07-13  David Billinghurst <David.Billinghurst@riotinto.com>
3791         * gfortran.dg/g77/cpp.F: Copy from g77.f-torture/compile.
3792         Add {dg-do compile} directive.
3793         * gfortran.dg/g77/cpp2.F: Likewise
3795 2004-07-12  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3797         PR c++/5402
3798         * g++.dg/lookup/name-clash1.C: New test.
3800         PR c++/9777
3801         * g++.dg/lookup/name-clash2.C: New test.
3803         PR c++/12102
3804         * g++.dg/lookup/name-clash3.C: New test.
3806 2004-07-12  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3808         * g++.dg/lookup/new2.C: New test.
3809         * g++.old-deja/g++.ns/new1.C: Remove (ill-formed).
3811 2004-07-12  David Billinghurst <David.Billinghurst@riotinto.com>
3813         * gfortran.dg/g77/12002.f: Copy from g77.f-torture/compile.
3814         Add {dg-do compile} directive.
3815         * gfortran.dg/g77/13060.f: Likewise
3816         * gfortran.dg/g77/19990218-0.f: Likewise
3817         * gfortran.dg/g77/19990305-0.f: Likewise
3818         * gfortran.dg/g77/19990419-0.f: Likewise
3819         * gfortran.dg/g77/19990502-0.f: Likewise
3820         * gfortran.dg/g77/19990502-1.f: Likewise
3821         * gfortran.dg/g77/19990525-0.f: Likewise
3822         * gfortran.dg/g77/19990826-1.f: Likewise
3823         * gfortran.dg/g77/19990826-3.f: Likewise
3824         * gfortran.dg/g77/19990905-2.f: Likewise
3825         * gfortran.dg/g77/20000412-1.f: Likewise
3826         * gfortran.dg/g77/20000511-1.f: Likewise
3827         * gfortran.dg/g77/20000511-2.f: Likewise
3828         * gfortran.dg/g77/20000518.f: Likewise
3829         * gfortran.dg/g77/20000601-1.f: Likewise
3830         * gfortran.dg/g77/20000601-2.f: Likewise
3831         * gfortran.dg/g77/20000629-1.f: Likewise
3832         * gfortran.dg/g77/20000630-2.f: Likewise
3833         * gfortran.dg/g77/20010115.f: Likewise
3834         * gfortran.dg/g77/20010321-1.f: Likewise
3835         * gfortran.dg/g77/20010426.f: Likewise
3836         * gfortran.dg/g77/20020307-1.f: Likewise
3837         * gfortran.dg/g77/8485.f: Likewise
3838         * gfortran.dg/g77/960317-1.f: Likewise
3839         * gfortran.dg/g77/970915-0.f: Likewise
3840         * gfortran.dg/g77/980310-1.f: Likewise
3841         * gfortran.dg/g77/980310-2.f: Likewise
3842         * gfortran.dg/g77/980310-3.f: Likewise
3843         * gfortran.dg/g77/980310-4.f: Likewise
3844         * gfortran.dg/g77/980310-6.f: Likewise
3845         * gfortran.dg/g77/980310-7.f: Likewise
3846         * gfortran.dg/g77/980310-8.f: Likewise
3847         * gfortran.dg/g77/980419-2.f: Likewise
3848         * gfortran.dg/g77/980424-0.f: Likewise
3849         * gfortran.dg/g77/980427-0.f: Likewise
3850         * gfortran.dg/g77/980729-0.f: Likewise
3851         * gfortran.dg/g77/981117-1.f: Likewise
3852         * gfortran.dg/g77/toon_1.f: Likewise
3854 2004-07-12  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3856         PR c++/2204
3857         * g++.dg/other/abstract2.C: New test.
3859 2004-07-12  Paul Brook  <paul@codesourcery.com>
3861         * gfortran.dg/pointer_init_1.f90: New test.
3863 2004-07-11  Paul Brook  <paul@codesourcery.com>
3865         PR fortran/15986
3866         * gfortran.dg/contained_1.f90: New test.
3868 2004-07-11  Mark Mitchell  <mark@codesourcery.com>
3870         * g++.dg/parse/defarg8.C: New test.
3872 2004-07-11  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3874         PR fortran/16433
3875         * gfortran.dg/pr16433.f: New test.
3877         PR fortran/17574
3878         * gfortran.dg/pr15754.f90: New test.
3880 2004-07-11  Joseph S. Myers  <jsm@polyomino.org.uk>
3882         PR tree-optimization/16437
3883         * gcc.c-torture/execute/bitfld-4.c: New test.
3885 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3887         * gfortran.fortran-torture/execute/common_2.f90: Add check for
3888         access to common var from module.
3890 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3892         PR fortran/16336
3893         * gfortran.fortran-torture/execute/common_2.f90: New test.
3895 2004-07-10  Paul Brook  <paul@codesourcery.com>
3897         * gfortran.fortran-torture/execute/der_init_5.f90: Enable more tests.
3899 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3901         PR fortran/15969
3902         * gfortran.fortran-torture/execute/der_init_5.f90: New test.
3904 2004-07-10  David Billinghurst <David.Billinghurst@riotinto.com>
3906         * gfortran.dg/g77/ffixed-form-1.f: Copy from g77.dg
3907         * gfortran.dg/g77/ffixed-form-2.f: Likewise
3908         * gfortran.dg/g77/ffree-form-1.f: Likewise
3909         * gfortran.dg/g77/ffree-form-2.f: Likewise
3910         * gfortran.dg/g77/ffree-form-3.f: Likewise
3911         * gfortran.dg/g77/fno-underscoring.f: Likewise
3912         * gfortran.dg/g77/funderscoring.f: Likewise
3913         * gfortran.dg/g77/pr9258.f: Likewise.  Add dg-warning lines.
3915 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3917         * gfortran.fortran-torture/execute/module_init_1.f90: Fix test.
3919 2004-07-10 Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3920         Paul Brook  <paul@codesourcery.com>
3922         PR fortran/13415
3923         * gfortran.dg/common_pointer_1.f90: New test.
3925 2004-07-10  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3927         * g++.dg/lookup/new1.C: Fix dg-excess-error syntax.
3929 2004-07-09  James E Wilson  <wilson@specifixinc.com>
3931         PR target/16364
3932         * gcc.c-torture/compile/20040709-1.c: New.
3934 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3936         PR fortran/14077
3937         * gfortran.fortran-torture/execute/module_init_1.f90: New test.
3939 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3941         PR fortran/13201
3942         * gfortran.dg/shape_1.f90: New test.
3944 2004-07-09  Zack Weinberg  <zack@codesourcery.com>
3945             Andrew Pinski  <apinski@apple.com>
3947         * gcc.dg/noncompile/init-4.c: Remove bogus dg-error marker.
3949 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3951         * gfortran.fortran-torture/compile/name_clash2.f90: Remove outdated
3952         comment.
3954 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3955         Paul Brook  <paul@codesourcery.com>
3957         * gfortran.dg/dg.exp: Use revised wilcard for suffixes, also allow
3958         '.f95' and '.F95'.
3960 2004-07-09  Diego Novillo  <dnovillo@redhat.com>
3962         * gcc.dg/tree-ssa/20031015-1.c: Adjust expected dump file name.
3964 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3966         * gfortran.dg/dg.exp: Don't use wildcard for suffixes, also check
3967         testcases with capital suffix.
3969 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3971         PR fortran/15481
3972         PR fortran/13372
3973         PR fortran/13575
3974         PR fortran/15978
3975         * gfortran.fortran-torture/compile/implicit_2.f90: New test.
3977         * gfortran.dg/implicit_1.f90: New test.
3979 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
3981         * lib/gfortran-dg.exp (gfortran-dg-test):  Adapt regular
3982         expression to match gfortran warning/error messages
3983         * gfortran.dg/g77/12632.f: Copy from g77.dg and fix
3984         dg-error text.
3986 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
3988         * lib/fortran-torture.exp: Rename proc search_for to
3989         search_for_re.
3991 2004-07-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
3993         * gcc.c-torture/execute/simd-5.x: New file.
3994         XFAIL on SPARC 64-bit at -O0.
3996 2004-07-09  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3998         PR c++/8211
3999         PR c++/16165
4000         * g++.dg/warn/effc3.C: New test.
4002 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
4004         * gfortran.dg/g77/f77-edit-i-in.f: Copy from g77.dg and
4005         change X to 1X in format.
4006         * gfortran.dg/g77/20010216-1.f:  Copy from g77.dg and
4007         add data statements to conform to standard.
4009 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
4011         * gfortran.dg/g77/f77-edit-s-out.f: Copy from g77.dg. XFAIL
4012         * gfortran.dg/g77/f77-edit-t-in.f: Likewise
4013         * gfortran.dg/g77/f77-edit-x-out.f: Likewise
4015 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
4017         * gfortran.dg/g77/7388.f: Copy from g77.dg
4018         * gfortran.dg/g77/f77-edit-i-out.f: Likewise
4019         * gfortran.dg/g77/f77-edit-apostrophe-out.f: Likewise
4020         * gfortran.dg/g77/f77-edit-slash-out.f: Likewise
4021         * gfortran.dg/g77/f77-edit-colon-out.f: Likewise
4022         * gfortran.dg/g77/f77-edit-t-out.f: Likewise
4023         * gfortran.dg/g77/f77-edit-h-out.f: Likewise
4024         * gfortran.dg/g77/strlen0.f: Likewise
4026 2004-07-09   David Billinghurst <David.Billinghurst@riotinto.com>
4028         * lib/gfortran-dg.exp: New file (adapted from lib/g77-dg.exp)
4029         * gfortran.dg/dg.exp: New file (adapted from g77.dg/dg.exp)
4031 2004-07-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
4033         * gcc.c-torture/execute/920428-2.x: Delete.
4034         * gcc.c-torture/execute/920501-7.x: Likewise.
4036 2004-07-08  Jakub Jelinek  <jakub@redhat.com>
4038         * gcc.mist-tests/i386-prefetch.exp (PREFETCH_SSE): Change all
4039         -march=i386 into -march=i686.  Add -march=i686 -mtune=x and
4040         -march=x for pentium3, pentium3m, pentium-m, pentium4m,
4041         prescott and c3-2.
4042         (PREFETCH_3DNOW): Add -march=c3.
4044 2004-07-08  Diego Novillo  <dnovillo@redhat.com>
4046         PR c/16437
4047         * gcc.c-torture/execute/991118-1.x: XFAIL for x86_64.
4048         * gcc.c-torture/execute/bf64-1.x: Likewise.
4050 2004-07-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
4052         * gcc.c-torture/compile/20040708-1.c: New test.
4054 2004-07-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4056         PR c++/16169
4057         * g++.dg/warn/effc2.C: New test.
4059 2004-07-08  Joseph S. Myers  <jsm@polyomino.org.uk>
4061         * gcc.c-torture/execute/bitfld-1.x: Remove.
4062         * gcc.c-torture/execute/bitfld-3.c: New test.
4063         * gcc.dg/bitfld-2.c: Remove XFAILs.
4065 2004-07-07  H.J. Lu  <hongjiu.lu@intel.com>
4067         PR c++/16276
4068         * g++.dg/rtti/tinfo1.C: New file.
4070 2004-07-07  Eric Christopher  <echristo@redhat.com>
4072         * gcc.c-torture/compile/20020210-1.c: xfail with optimization.
4074 2004-07-07  Andrew Pinski  <apinski@apple.com>
4076         * gcc.c-torture/execute/931004-12.x: Xfail on powerpc-*-darwin*.
4078 2004-07-07  Mark Mitchell  <mark@codesourcery.com>
4080         * g++.dg/init/call1.C: XFAIL.
4082 2004-07-07  Alexandre Oliva  <aoliva@redhat.com>
4084         * gcc.c-torture/execute/builtins/mempcpy-2.c: Rename movstr*,
4085         except for movstrict*, to movmem* and clrstr* to clrmem*.
4087 2004-07-07  Richard Sandiford  <rsandifo@redhat.com>
4089         * gcc.c-torture/execute/20040707-1.c: New test.
4091 2004-07-06  Richard Sandiford  <rsandifo@redhat.com>
4093         * gcc.c-torture/execute/20040706-1.c: New test.
4095 2004-07-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4097         PR c++/3671
4098         * g++.dg/template/spec14.C: New test.
4100 2004-07-05  Jakub Jelinek  <jakub@redhat.com>
4102         * gcc.c-torture/execute/20040629-1.c (FIELDS1, FIELDS2): Define to
4103         nothing if not yet defined.  Use it in b, c and d type definitions.
4104         * gcc.c-torture/execute/20040705-1.c: New test.
4105         * gcc.c-torture/execute/20040705-2.c: New test.
4107 2004-07-05  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4109         PR c++/2518
4110         * g++.dg/lookup/new1.C: New test.
4112 2004-07-05  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4114         PR c++/11406
4115         * g++.dg/template/sizeof8.C: New test.
4117 2004-07-05  Richard Sandiford  <rsandifo@redhat.com>
4119         * gcc.c-torture/compile/20040705-1.c: New test.
4121 2004-07-04  Bud Davis  <bdavis9659@comcast.net>
4123         * gfortran.fortran-torture/execute/seq_io.f90: New test.
4125 2004-07-04  Neil Booth  <neil@duron.akihabara.co.uk>
4127         * gcc.dg/cpp/if-mop.c: Two new testcases.
4128         * gcc.dg/cpp/trad/comment-3.c: New.
4130 2004-07-04  Paul Brook  <paul@codesourcery.com>
4132         * gfortran.fortran-torture/compile/implicit_1.f90: New test.
4134 2004-07-03  Scott Brumbaugh  <scottb.lists@verizon.net>
4136         PR c++/3761
4137         * g++.dg/lookup/crash4.C: New test.
4139 2004-07-02  Zack Weinberg  <zack@codesourcery.com>
4141         * gcc.c-torture/execute/builtin-abs-1.c
4142         * gcc.c-torture/execute/builtin-abs-2.c
4143         * gcc.c-torture/execute/builtin-complex-1.c
4144         * gcc.c-torture/execute/builtins/string-1-lib.c
4145         * gcc.c-torture/execute/builtins/string-1.c
4146         * gcc.c-torture/execute/builtins/string-2-lib.c
4147         * gcc.c-torture/execute/builtins/string-2.c
4148         * gcc.c-torture/execute/builtins/string-3-lib.c
4149         * gcc.c-torture/execute/builtins/string-3.c
4150         * gcc.c-torture/execute/builtins/string-4-lib.c
4151         * gcc.c-torture/execute/builtins/string-4.c
4152         * gcc.c-torture/execute/builtins/string-5-lib.c
4153         * gcc.c-torture/execute/builtins/string-5.c
4154         * gcc.c-torture/execute/builtins/string-6-lib.c
4155         * gcc.c-torture/execute/builtins/string-6.c
4156         * gcc.c-torture/execute/builtins/string-7-lib.c
4157         * gcc.c-torture/execute/builtins/string-7.c
4158         * gcc.c-torture/execute/builtins/string-8-lib.c
4159         * gcc.c-torture/execute/builtins/string-8.c
4160         * gcc.c-torture/execute/builtins/string-9-lib.c
4161         * gcc.c-torture/execute/builtins/string-9.c
4162         * gcc.c-torture/execute/builtins/string-asm-1-lib.c
4163         * gcc.c-torture/execute/builtins/string-asm-1.c
4164         * gcc.c-torture/execute/builtins/string-asm-2-lib.c
4165         * gcc.c-torture/execute/builtins/string-asm-2.c
4166         * gcc.c-torture/execute/stdio-opt-1.c
4167         * gcc.c-torture/execute/stdio-opt-2.c
4168         * gcc.c-torture/execute/stdio-opt-3.c
4169         * gcc.c-torture/execute/string-opt-1.c
4170         * gcc.c-torture/execute/string-opt-10.c
4171         * gcc.c-torture/execute/string-opt-11.c
4172         * gcc.c-torture/execute/string-opt-12.c
4173         * gcc.c-torture/execute/string-opt-13.c
4174         * gcc.c-torture/execute/string-opt-14.c
4175         * gcc.c-torture/execute/string-opt-15.c
4176         * gcc.c-torture/execute/string-opt-16.c
4177         * gcc.c-torture/execute/string-opt-2.c
4178         * gcc.c-torture/execute/string-opt-6.c
4179         * gcc.c-torture/execute/string-opt-7.c
4180         * gcc.c-torture/execute/string-opt-8.c:
4181         Replace with ...
4183         * gcc.c-torture/execute/builtins/abs-2.c
4184         * gcc.c-torture/execute/builtins/abs-3.c
4185         * gcc.c-torture/execute/builtins/complex-1.c
4186         * gcc.c-torture/execute/builtins/fprintf.c
4187         * gcc.c-torture/execute/builtins/fputs.c
4188         * gcc.c-torture/execute/builtins/memcmp.c
4189         * gcc.c-torture/execute/builtins/memmove.c
4190         * gcc.c-torture/execute/builtins/memops-asm.c
4191         * gcc.c-torture/execute/builtins/mempcpy-2.c
4192         * gcc.c-torture/execute/builtins/mempcpy.c
4193         * gcc.c-torture/execute/builtins/memset.c
4194         * gcc.c-torture/execute/builtins/printf.c
4195         * gcc.c-torture/execute/builtins/sprintf.c
4196         * gcc.c-torture/execute/builtins/strcat.c
4197         * gcc.c-torture/execute/builtins/strchr.c
4198         * gcc.c-torture/execute/builtins/strcmp.c
4199         * gcc.c-torture/execute/builtins/strcpy.c
4200         * gcc.c-torture/execute/builtins/strcspn.c
4201         * gcc.c-torture/execute/builtins/strlen-2.c
4202         * gcc.c-torture/execute/builtins/strlen.c
4203         * gcc.c-torture/execute/builtins/strncat.c
4204         * gcc.c-torture/execute/builtins/strncmp-2.c
4205         * gcc.c-torture/execute/builtins/strncmp.c
4206         * gcc.c-torture/execute/builtins/strncpy.c
4207         * gcc.c-torture/execute/builtins/strpbrk.c
4208         * gcc.c-torture/execute/builtins/strpcpy-2.c
4209         * gcc.c-torture/execute/builtins/strpcpy.c
4210         * gcc.c-torture/execute/builtins/strrchr.c
4211         * gcc.c-torture/execute/builtins/strspn.c
4212         * gcc.c-torture/execute/builtins/strstr-asm.c
4213         * gcc.c-torture/execute/builtins/strstr.c:
4214         ... these new files.
4216         * gcc.c-torture/execute/builtins/abs-2-lib.c
4217         * gcc.c-torture/execute/builtins/abs-3-lib.c
4218         * gcc.c-torture/execute/builtins/complex-1-lib.c
4219         * gcc.c-torture/execute/builtins/fprintf-lib.c
4220         * gcc.c-torture/execute/builtins/fputs-lib.c
4221         * gcc.c-torture/execute/builtins/memcmp-lib.c
4222         * gcc.c-torture/execute/builtins/memmove-lib.c
4223         * gcc.c-torture/execute/builtins/memops-asm-lib.c
4224         * gcc.c-torture/execute/builtins/mempcpy-2-lib.c
4225         * gcc.c-torture/execute/builtins/mempcpy-lib.c
4226         * gcc.c-torture/execute/builtins/memset-lib.c
4227         * gcc.c-torture/execute/builtins/printf-lib.c
4228         * gcc.c-torture/execute/builtins/sprintf-lib.c
4229         * gcc.c-torture/execute/builtins/strcat-lib.c
4230         * gcc.c-torture/execute/builtins/strchr-lib.c
4231         * gcc.c-torture/execute/builtins/strcmp-lib.c
4232         * gcc.c-torture/execute/builtins/strcpy-lib.c
4233         * gcc.c-torture/execute/builtins/strcspn-lib.c
4234         * gcc.c-torture/execute/builtins/strlen-2-lib.c
4235         * gcc.c-torture/execute/builtins/strlen-lib.c
4236         * gcc.c-torture/execute/builtins/strncat-lib.c
4237         * gcc.c-torture/execute/builtins/strncmp-2-lib.c
4238         * gcc.c-torture/execute/builtins/strncmp-lib.c
4239         * gcc.c-torture/execute/builtins/strncpy-lib.c
4240         * gcc.c-torture/execute/builtins/strpbrk-lib.c
4241         * gcc.c-torture/execute/builtins/strpcpy-2-lib.c
4242         * gcc.c-torture/execute/builtins/strpcpy-lib.c
4243         * gcc.c-torture/execute/builtins/strrchr-lib.c
4244         * gcc.c-torture/execute/builtins/strspn-lib.c
4245         * gcc.c-torture/execute/builtins/strstr-asm-lib.c
4246         * gcc.c-torture/execute/builtins/strstr-lib.c
4247         * gcc.c-torture/execute/builtins/lib/abs.c
4248         * gcc.c-torture/execute/builtins/lib/fprintf.c
4249         * gcc.c-torture/execute/builtins/lib/memset.c
4250         * gcc.c-torture/execute/builtins/lib/printf.c
4251         * gcc.c-torture/execute/builtins/lib/sprintf.c
4252         * gcc.c-torture/execute/builtins/lib/strcpy.c
4253         * gcc.c-torture/execute/builtins/lib/strcspn.c
4254         * gcc.c-torture/execute/builtins/lib/strncat.c
4255         * gcc.c-torture/execute/builtins/lib/strncmp.c
4256         * gcc.c-torture/execute/builtins/lib/strncpy.c
4257         * gcc.c-torture/execute/builtins/lib/strpbrk.c
4258         * gcc.c-torture/execute/builtins/lib/strspn.c
4259         * gcc.c-torture/execute/builtins/lib/strstr.c:
4260         New files containing support routines.
4262         * gcc.c-torture/execute/builtins/abs-1.c: Remove unnecessary
4263         declaration.
4264         * gcc.c-torture/execute/builtins/lib/main.c: Define link_error
4265         when not optimizing.
4267 2004-07-02  Mark Mitchell  <mark@codesourcery.com>
4269         PR c++/16240
4270         * g++.dg/abi/mangle22.C: New test.
4271         * g++.dg/abi/mangle23.C: Likewise.
4273 2004-07-02  David Billinghurst  <David.Billinghurst@riotinto.com>
4275         PR fortran/16290
4276         * gfortran.fortran-torture/execute/intrinsic_set_exponent.f90
4277         Allow for cases without denormalized floating point numbers.
4279 2004-07-01  Joseph S. Myers  <jsm@polyomino.org.uk>
4281         PR c/1027
4282         * gcc.dg/Wswitch-enum.c, gcc.dg/Wswitch.c,
4283         gcc.dg/format/branch-1.c, gcc.dg/format/diag-1.c,
4284         gcc.dg/format/multattr-3.c, gcc.dg/format/xopen-1.c: Update
4285         expected warning text.
4286         * gcc.dg/format/diag-2.c: New test.
4288 2004-07-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
4290         * gcc.c-torture/compile/20040323-1.c: XFAIL on Solaris 2.
4292 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
4294         * gcc.dg/builtins-43.c: New.
4295         * gcc.dg/builtins-44.c: New.
4296         * gcc.dg/builtins-45.c: New.
4298 2004-06-26  Geoffrey Keating  <geoffk@apple.com>
4299             Andreas Tobler  <a.tobler@schweiz.ch>
4301         * gcc.dg/cleanup-10.c: Run on all Linux platforms and powerpc-darwin.
4302         Use SA_RESETHAND rather than SA_ONESHOT.  Trap SIGBUS as well
4303         as SIGSEGV.
4304         * gcc.dg/cleanup-11.c: Likewise.
4305         * gcc.dg/cleanup-8.c: Likewise.
4306         * gcc.dg/cleanup-9.c: Likewise.
4307         * gcc.dg/cleanup-5.c: Run on all platforms.
4309 2004-06-30  Joseph S. Myers  <jsm@polyomino.org.uk>
4311         * g++.dg/warn/nonnull1.C: New test.
4313 2004-06-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
4315         * gcc.dg/compat/compat-common.h: Wrap up CINT in
4316         an #ifndef SKIP_COMPLEX_INT/#endif pair.
4317         Special-case the Sun compiler wrt to <complex.h>.
4319 2004-06-30  Nitin Yewale <nitiny@kpitcummins.com>
4321         * gcc.dg/Wunreachable-8.C: New test.
4323         * gcc.dg/h8300-ice2.c : New test.
4325 2004-06-30  Tobias Schlueter  <tobias.shclueter@physik.uni-muenchen.de>
4327         PR fortran/16161
4328         * gfortran.fortran-torture/compile/implicit.f90: Add test
4329         for implicit character.
4331 2004-06-30  David Billinghurst <David.Billinghurst@riotinto.com>
4333         PR fortran/16289
4334         * gfortran.fortran-torture/execute/intrinsic_nearest.f90
4335         Use tiny() intrinsic to find smallest non-negative real
4337 2004-06-30  Jakub Jelinek  <jakub@redhat.com>
4339         * gcc.dg/compat/struct-by-value-22_main.c: New test.
4340         * gcc.dg/compat/struct-by-value-22_x.c: New.
4341         * gcc.dg/compat/struct-by-value-22_y.c: New.
4343         * gcc.c-torture/execute/20040629-1.c: New test.
4345 2004-06-29  Jakub Jelinek  <jakub@redhat.com>
4347         * gcc.dg/compat/vector-defs.h: Use vector_size attribute
4348         only for GCC 3.5+, for GCC up to 3.4 mode(V*) attribute instead.
4350         PR target/16195
4351         * gcc.dg/20040625-1.c: New test.
4353 2004-06-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4355         * gfortran.fortran-torture/execute/parameter_2.f90: New test.
4357 2004-06-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4359         PR fortran/15963
4360         * gfortran.fortran-torture/execute/initialization_1.f90: New test.
4362 2004-06-29  Richard Henderson  <rth@redhat.com>
4364         * gcc.dg/tree-ssa/20040430-1.c: Expect zero if's.
4366 2004-06-29  Paul Brook  <paul@codesourcery.com>
4368         * g++.old-deja/g++.abi/arraynew.C: Handle ARM EABI cookies.
4369         * g++.old-deja/g++.abi/cxa_vec.C: Allocate larger cookies for AEABI.
4371 2004-06-29  Nathan Sidwell  <nathan@codesourcery.com>
4373         PR c++/16260
4374         * g++.dg/parse/crash15.C: New.
4376 2004-06-28  Andrew Pinski  <apinski@apple.com>
4378         * gcc.dg/pr14963.c: Remove the dg-warning as it is dected
4379         by the error already.
4381         * g++.dg/opt/ptrmem4.C: Change to compile only test.
4383 2004-06-28  Dhananjay Deshpande  <dhananjayd@kpitcummins.com>
4385         PR target/14041
4386         * gcc.dg/h8300-bss-align-1.c : New.
4388 2004-06-28  Nathan Sidwell  <nathan@codesourcery.com>
4390         * PR c++/16174
4391         * g++.dg/template/ctor4.C: New.
4393 2004-06-27  Andrew Pinski  <pinskia@physics.uc.edu>
4395         PR c++/16205
4396         * g++.dg/warn/Wsequence-point-1.C: New test.
4398 2004-06-27  Paul Brook  <paul@codesourcery.com>
4400         * gfortran.fortran-torture/execute/specfics.f90: Use correct typing.
4402 2004-06-27  Zack Weinberg  <zack@codesourcery.com>
4404         * g++.old-deja/g++.mike/p7325.C: Remove.
4406 2004-06-27  Andrew Pinski  <pinskia@physics.uc.edu>
4408         PR c/14963
4409         * gcc.dg/pr14963.c: New test.
4411 2004-06-27  Mark Mitchell  <mark@codesourcery.com>
4413         PR c++/16193
4414         * g++.dg/parse/redef1.C: New test.
4416 2004-06-27  Joseph S. Myers  <jsm@polyomino.org.uk>
4418         * gcc.c-torture/compile/20021123-1.c: Remove duplicate of
4419         20021110.c.
4420         * gcc.c-torture/compile/20021123-4.c: Remove duplicate of
4421         20021119-1.c.
4422         * gcc.dg/vmx/5-05.c, gcc.dg/vmx/5-06.c, gcc.dg/vmx/5-07.c,
4423         gcc.dg/vmx/5-08.c: Remove duplicates of 5-01.c, 5-02.c, 5-03.c,
4424         5-04.c.
4425         * gcc.dg/builtins-42.c: Remove duplicate of builtins-41.c.
4426         * g++.dg/other/new1.C: Remove duplicate of g++.dg/init/new1.C.
4427         * g++.dg/init/elide3.C: Remove duplicate of elide2.C.
4428         * g++.old-deja/g++.law/enum8.C: Remove duplicate of
4429         g++.brendan/enum14.C.
4430         * g++.old-deja/g++.mike/ns8.C: Remove duplicate of ns6.C
4431         * g++.old-deja/g++.ns/alias5.C: Remove duplicate of alias1.C.
4432         * g++.old-deja/g++.other/virtual1.C: Remove duplicate of
4433         g++.mike/virt1.C.
4434         * g++.old-deja/g++.pt/memtemp27.C: Remove duplicate of
4435         memtemp24.C.
4437 2004-06-27  Roger Sayle  <roger@eyesopen.com>
4439         * gcc.dg/20040527-1.c: New test case.
4441 2004-06-26  Bud Davis  <bdavis9659@comcast.net>
4443         PR gfortran/pr16196
4444         * gfortran.fortran-torture/execute/open_replace.f90: New test case.
4446 2004-06-25  Roger Sayle  <roger@eyesopen.com>
4448         PR middle-end/15825
4449         * gcc.dg/pr15825-1.c: New test case.
4451 2004-06-25  Richard Sandiford  <rsandifo@redhat.com>
4453         * gcc.c-torture/execute/20040625-1.c: New test.
4455 2004-06-25  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4457         * gfortran.fortran-torture/execute/der_init_3.f90: Fix syntax error.
4459 2004-06-25  Richard Sandiford  <rsandifo@redhat.com>
4461         * gcc.dg/torture/mips-div-1.c: New test.
4463 2004-06-24  Jeff Law  <law@redhat.com>
4465         * gcc.dg/tree-ssa/20040624-1.c: New test.
4467 2004-06-24  Richard Sandiford  <rsandifo@redhat.com>
4469         * gcc.c-torture/compile/20040624-1.c: New test.
4471 2004-06-24  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4473         * g++.dg/tree-ssa/tree-ssa.exp: Remove. dg.exp already handles
4474         this directory.
4476 2004-06-23  Andrew Pinski  <apinski@apple.com>
4478         PR middle-end/15988
4479         * g++.dg/opt/ptrmem4.C: New test.
4481         * gcc.dg/c90-array-quals-2.c: New test.
4483 2006-06-23  Nitin Yewale <NitinY@KPITCummins.com>
4485         * gcc.dg/kpice1.c: New test.
4487 2006-06-23  Andrew Pinski  <apinski@apple.com>
4489         * gcc.dg/c90-array-quals.c: New test.
4491 2006-06-22  Richard Henderson  <rth@redhat.com>
4493         * gcc.dg/noreturn-1.c (foo5): Update function does return lineno.
4495 2004-06-22  Loren James Rittle  <ljrittle@acm.org>
4497         * gcc.dg/builtins-config.h: Handle FreeBSD.
4499 2006-06-22  Richard Henderson  <rth@redhat.com>
4501         * g++.dg/opt/devirt1.C: New.
4503 2004-06-22  Kelley Cook <kcook@gcc.gnu.org>
4505         * g++.dg/opt/pr15551.C: New testcase.
4507 2004-06-22  H.J. Lu  <hongjiu.lu@intel.com>
4509         PR target/14800
4510         * gcc.misc-tests/linkage.exp: Set native_cflags to "-m32" for
4511         x86_64-*-linux* when compiling for 32bit.
4513 2004-06-21  Andrew Pinski  <apinski@apple.com>
4515         * gcc.dg/pch/struct-1.c: New.
4516         * gcc.dg/pch/struct-1.hs: New.
4518 2004-06-21  Geoffrey Keating  <geoffk@apple.com>
4520         * gcc.dg/pch/save-temps-1.c: New file.
4521         * gcc.dg/pch/save-temps-1.hs: New file.
4523 2004-06-22  Janne Blomqvist  <jblomqvi@cc.hut.fi>
4525         * gfortran.fortran-torture/execute/iolength_1.f90: New test.
4526         * gfortran.fortran-torture/execute/iolength_3.f90: New test.
4528 2004-06-21  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4530         * gfortran.fortran-torture/execute/select_1.f90: Rename function
4531         to fix type error.
4532         * gfortran.fortran-torture/execute/intrinsic_associated.f90:
4533         Remove trailing spaces.
4535 2004-06-21  Richard Henderson  <rth@redhat.com>
4537         * gcc.dg/tree-ssa/20030714-1.c: Rename variables to avoid
4538         merging && to BIT_FIELD_REF.
4540 2004-06-21  Richard Sandiford  <rsandifo@redhat.com>
4542         * g++.dg/opt/placeholder1.C: New test.
4544 2004-06-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
4546         * gcc.dg/compat/struct-complex-1_x.c: Add dummy symbol.
4547         * gcc.dg/compat/struct-complex-1_y.c: Likewise.
4548         * gcc.dg/compat/union-m128-1_x.c: Likewise.
4549         * gcc.dg/compat/union-m128-1_y.c: Likewise.
4551 2004-06-20  Zack Weinberg  <zack@codesourcery.com>
4553         * g++.dg/expr/enum1.C, g++.dg/opt/const3.C: Declare abort with
4554         extern "C".
4555         * g++.dg/other/pragma-re-1.C: Add comments.
4557 2004-06-19  Bud Davis  <bdavis9659@comcast.net>
4559         PR gfortran/16080
4560         * gfortran.fortran-torture/execute/read_null_string.f90: New file.
4562 2004-06-19  Andrew Pinski  <pinskia@physics.uc.edu>
4564         * g++.dg/lookup/crash3.C: Use __SIZE_TYPE__
4565         instead of setting the type of size_t by
4566         hand.
4568 2004-06-18  Roger Sayle  <roger@eyesopen.com>
4570         * gcc.dg/unordered-2.c: New test case.
4571         * gcc.dg/unordered-3.c: New test case.
4573 2004-06-19  David Billinghurst <David.Billinghurst@riotinto.com>
4575         PR other/16043
4576         * lib/g++.exp (g++_version): Tweak regexp for version
4577         * lib/g77.exp (g77_version): Likewise
4578         * lib/gfortran.exp (gfortran_version): Likewise
4579         * lib/objc.exp (objc_version): Likewise
4580         * lib/treelang.exp (treelang_version): Likewise
4582 2004-06-19  Jakub Jelinek  <jakub@redhat.com>
4584         * gcc.dg/compat/struct-align-2_x.c: Include <limits.h>.
4585         Use INT_MAX instead of __INT_MAX__.
4586         * gcc.dg/compat/struct-align-2_y.c: Likewise.
4588         * gcc.dg/compat/compat-common.h (CINT, CDBL): Define.
4589         * gcc.dg/compat/scalar-return-3_x.c: Use it.
4590         * gcc.dg/compat/scalar-return-3_y.c: Use it.
4591         * gcc.dg/compat/scalar-return-4_x.c: Use it.
4592         * gcc.dg/compat/scalar-return-4_y.c: Use it.
4593         * gcc.dg/compat/scalar-by-value-3_x.c: Use it.
4594         * gcc.dg/compat/scalar-by-value-3_y.c: Use it.
4595         * gcc.dg/compat/scalar-by-value-4_x.c: Use it.
4596         * gcc.dg/compat/scalar-by-value-4_y.c: Use it.
4598         * gcc.dg/range-test-1.c: New test.
4599         * g++.dg/opt/range-test-1.C: New test.
4601 2004-06-17  Richard Henderson  <rth@redhat.com>
4603         * objc.dg/sync-1.m: New.
4604         * objc.dg/try-catch-1.m: Don't force next runtime.
4605         * objc.dg/try-catch-3.m, objc.dg/try-catch-4.m: Likewise.
4606         * objc.dg/try-catch-2.m: Likewise.  Enable everywhere.  Remove
4607         shadowed catch clause.
4608         * objc.dg/try-catch-5.m: New.
4610 2004-06-17  Zack Weinberg  <zack@codesourcery.com>
4612         Bug 14610
4613         * gcc.dg/ia64-float80-1.c, gcc.dg/ia64-float80-2.c: New testcases.
4615 2004-06-15  Richard Henderson  <rth@redhat.com>
4617         * gcc.dg/20001116-1.c: Move expected warning line.
4619 2004-06-15  Richard Henderson  <rth@redhat.com>
4621         * gcc.dg/i386-ssetype-1.c: Remove XFAIL.
4622         * gcc.dg/i386-ssetype-3.c: Remove XFAIL.
4624 2004-06-15  Jeff Law  <law@redhat.com>
4626         * gcc.dg/tree-ssa/20040615-1.c: New test.
4627         * gcc.dg/tree-ssa/20030824-1.c: Update expected output to
4628         be less sensitive to operand ordering.
4629         * gcc.dg/tree-ssa/20030824-2.c: Likewise.
4631 2004-06-16  Danny Smith  <dannysmith@users.sourceforge.net>
4633         * g++.dg/abi/bitfield3.C: Add comment..
4635 2004-06-15  Richard Henderson  <rth@redhat.com>
4637         * g++.dg/ext/stmtexpr1.C: XFAIL.
4638         * gcc.dg/20030612-1.c: XFAIL.
4640 2004-06-15  Eric Christopher  <echristo@redhat.com>
4642         * g++.dg/charset/asm5.c: New.
4643         * gcc.dg/charset/asm6.c: New.
4645 2004-06-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4647         PR fortran/15962
4648         * gfortran.fortran-torture/execute/select_1.f90: New test.
4650 2004-06-15  Paul Brook  <paul@codesourcery.com>
4652         * gcc.dg/arm-mmx-1.c: Use asm to clobber registers.
4654 2004-06-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4656         PR c++/15967
4657         * g++.dg/lookup/crash3.C: New test.
4659 2004-06-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4661         PR c++/15947
4662         * g++.dg/parse/dtor4.C: New test.
4664 2004-06-14  Jeff Law  <law@redhat.com>
4666         * gcc.c-torture/compile/20040614-1.c: New test.
4668 2004-06-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4670         PR fortran/15211
4671         * gfortran.fortran-torture/execute/intrinsic_len.f90: Also test
4672         LEN of a character array.
4674 2004-06-14  Mark Mitchell  <mark@codesourcery.com>
4676         PR c++/15096
4677         * g++.dg/template/ptrmem10.C: New test.
4679         PR c++/14930
4680         * g++.dg/template/friend30.C: New test.
4682 2004-06-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4684         PR fortran/14928
4685         * gfortran.fortran-torture/compile/mloc.f90: New test.
4687 2004-06-13  Paul Brook  <paul@codesourcery.com>
4689         * gfortran.fortran-torture/execute/random_2.f90: New test.
4691 2004-06-13  Eric Christopher  <echristo@redhat.com>
4693         * gcc.dg/noncompile/redecl-1.c: Fix error message.
4695 2004-06-12  Paul Brook  <paul@codesourcery.com>
4697         * gfortran.fortran-torture/execute/contained_3.f90: New test.
4699 2004-06-12  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4701         PR fortran/14923
4702         * gfortran.fortran-torture/execute/date_time_1.f90: New test.
4704 2004-06-12  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4706         PR fortran/14957
4707         * gfortran.fortran-torture/execute/stack_varsize.f90: Correct
4708         syntax errors in end statements of contained subroutines.
4710 2004-06-12  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4712         PR fortran/12841
4713         * gfortran.fortran-torture/execute/null_arg.f90: New test.
4715 2004-06-12  Bud Davis  <bdavis9659@comcast.net>
4717         PR fortran/15665
4718         * gfortran.fortran-torture/execute/getarg_1.f90: New test.
4720 2004-06-12  Bud Davis  <bdavis9659@comcast.net>
4722         PR gfortran/12839
4723         * gfortran.fortran-torture/execute/nan_inf_fmt.f90: New test.
4725 2004-06-11  Mark Mitchell  <mark@codesourcery.com>
4727         PR c++/15862
4728         * g++.dg/parse/enum1.C: New test.
4730 2004-06-10  Jeff Law  <law@redhat.com>
4732         * gcc.c-torture/compile/20040610-1.c: New test.
4734 2004-06-11  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4736         * g++.old-deja/g++.robertl/eb4.C: Adjust error markers.
4737         * g++.old-deja/g++.other/decl3.C: Likewise.
4739 2004-06-10  Brian Booth  <bbooth@redhat.com>
4741         * gcc.dg/tree-ssa/20031015-1.c: Scan for
4742         V_MAY_DEF instead of VDEF.
4743         * gcc.dg/tree-ssa/20040517-1.c: Ditto.
4745 2004-06-10  Mark Mitchell  <mark@codesourcery.com>
4747         PR c++/14211
4748         * g++.dg/conversion/const1.C: New test.
4750         PR c++/15076
4751         * g++.dg/conversion/reinterpret1.C: New test.
4753         PR c++/15877
4754         * g++.dg/template/enum2.C: New test.
4756         PR c++/15227
4757         * g++.dg/template/error13.C: New test.
4759 2004-06-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4761         PR fortran/14957
4762         * gfortran.fortran-torture/execute/intrinsic_scale.f90: Make all
4763         arguments to test_* REAL and of the right size.
4765 2004-06-10  Jakub Jelinek  <jakub@redhat.com>
4767         PR target/15569
4768         PR rtl-optimization/15681
4769         * gcc.dg/20040609-1.c: New test.
4771 2004-06-10  Jakub Jelinek  <jakub@redhat.com>
4773         PR c++/14791
4774         * g++.dg/opt/builtins1.C: New test.
4776 2004-06-10  Danny Smith  <dannysmith@users.sourceforge.net>
4778         * gcc.dg/i386-bitfield1.c: Add mingw32 and cygwin to targets
4779         that use default windows32 struct layout.
4780         * gcc.dg/i386-bitfield2.c: Likewise.
4782 2004-06-09  Danny Smith  <dannysmith@users.sourceforge.net>
4784         * g++.dg/abi/bitfield3.C: Add -mno-align-double compile option
4785         for mingw32 and cygwin targets.
4787 2004-06-09  Geoffrey Keating  <geoffk@apple.com>
4789         * gcc.dg/pch/macro-4.c: New.
4790         * gcc.dg/pch/macro-4.hs: New.
4792 2004-06-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4794         PR fortran/13249
4795         * gfortran.fortran-torture/compile/name_clash.f90: New test.
4797 2004-06-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4799         PR fortran/13372
4800         * gfortran.fortran-torture/compile/named_args_2.f90: New test.
4802 2004-06-09  Bud Davis  <bdavis9659@comcast.net>
4804         PR gfortran/14897
4805         * gfortran.fortran-torture/execute/t_edit.f90: New test.
4807 2004-06-09  Bud Davis  <bdavis9659@comcast.net>
4809         PR gfortran/15755
4810         * gfortran.fortran-torture/execute/backspace.c : New test.
4812 2004-06-09  Paul Brook  <paul@codesourcery.com>
4814         * gfortran.fortran-torture/execure/intrinsic_associated.f90
4815         (pointer_to_section): Rewrite to use smaller array.
4817 2004-06-08  David Edelsohn  <edelsohn@gnu.org>
4819         * gcc.dg/ext/altivec-1.c: XFAIL powerpc-ibm-aix*.
4820         * gcc.dg/ext/altivec-10.c: Same.
4821         * gcc.dg/ext/altivec-11.c: Same.
4822         * gcc.dg/ext/altivec-12.c: Same.
4823         * gcc.dg/ext/altivec-13.c: Same.
4824         * gcc.dg/ext/altivec-14.c: Same.
4825         * gcc.dg/ext/altivec-15.c: Same.
4826         * gcc.dg/ext/altivec-16.c: Same.
4827         * gcc.dg/ext/altivec-3.c: Same.
4828         * gcc.dg/ext/altivec-4.c: Same.
4829         * gcc.dg/ext/altivec-6.c: Same.
4830         * gcc.dg/ext/altivec-7.c: Same.
4831         * gcc.dg/ext/altivec-8.c: Same.
4832         * gcc.dg/ext/altivec-varargs-1.c: Same.
4834         * g++.dg/ext/altivec-1.C: Correct dg syntax.
4835         * g++.dg/ext/altivec-10.C: Same.
4836         * g++.dg/ext/altivec-2.C: Same.
4837         * g++.dg/ext/altivec-3.C: Same.
4838         * g++.dg/ext/altivec-4.C: Same.
4839         * g++.dg/ext/altivec-5.C: Same.
4840         * g++.dg/ext/altivec-6.C: Same.
4841         * g++.dg/ext/altivec-7.C: Same.
4842         * g++.dg/ext/altivec-8.C: Same.
4843         * g++.dg/ext/altivec-9.C: Same.
4845 2004-06-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4847         PR c++/7841
4848         * g++.old-deja/g++.pt/ctor2.C: Add error mark.
4850 2004-06-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
4852         * gcc.dg/union-1.c: New test.
4854 2004-06-07  Roger Sayle  <roger@eyesopen.com>
4856         * gcc.dg/builtins-41.c: New test case.
4857         * gcc.dg/builtins-42.c: New test case.
4859 2004-06-07  David Edelsohn  <edelsohn@gnu.org>
4861         * g++.dg/ext/altivec-1.C: XFAIL powerpc-ibm-aix*.
4862         * g++.dg/ext/altivec-10.C: Same.
4863         * g++.dg/ext/altivec-2.C: Same.
4864         * g++.dg/ext/altivec-3.C: Same.
4865         * g++.dg/ext/altivec-4.C: Same.
4866         * g++.dg/ext/altivec-5.C: Same.
4867         * g++.dg/ext/altivec-6.C: Same.
4868         * g++.dg/ext/altivec-7.C: Same.
4869         * g++.dg/ext/altivec-8.C: Same.
4870         * g++.dg/ext/altivec-9.C: Same.
4871         * g++.old-deja/g++.abi/cxa_vec.C: Same.
4872         * g++.old-deja/g++.brendan/new3.C: Same.
4873         * gcc.c-torture/execute/eeprof-1.x: Same.
4875 2004-06-07  Joseph S. Myers  <jsm@polyomino.org.uk>
4877         PR c/14765
4878         * gcc.dg/pr14765-1.c: New test.
4880 2004-06-07  Roger Sayle  <roger@eyesopen.com>
4882         PR c/14649
4883         * gcc.dg/pr14649-1.c: New test case.
4885 2004-06-07  Richard Henderson  <rth@redhat.com>
4887         * gcc.dg/tree-ssa/20030728-1.c: Fixup return value to not match
4888         if temporaries.
4890 2004-06-07  David Edelsohn  <edelsohn@gnu.org>
4892         * g++.dg/eh/elide1.C: Remove XFAIL.
4894 2004-06-07  Mark Mitchell  <mark@codesourcery.com>
4896         PR c++/15337
4897         * g++.dg/expr/sizeof3.C: New test.
4899         PR c++/14777
4900         * g++.dg/template/access14.C: New test.
4902         PR c++/15554
4903         * g++.dg/template/enum1.C: New test.
4905         PR c++/15057
4906         * g++.dg/eh/throw1.C: New test.
4908 2004-06-07  David Ayers  <d.ayers@inode.at>
4909             Ziemowit Laski  <zlaski@apple.com>
4911         * lib/objc.exp (objc_target_compile): Revert the '-framework
4912         Foundation' flag fix, since bare Darwin does not ship
4913         with the Foundation framework.
4914         * objc/execute/next_mapping.h: Provide a local NSConstantString
4915         @interface and @implementation.
4916         (objc_constant_string_init): A constructor function, used to
4917         initialize the NSConstantString meta-class object.
4918         * objc/execute/string1.m: Include "next_mapping.h" instead of
4919         <Foundation/NSString.h>.
4920         * objc/execute/string2.m: Likewise.
4921         * objc/execute/string3.m: Likewise.
4922         * objc/execute/string4.m: Likewise.
4924 2004-06-06  H.J. Lu  <hongjiu.lu@intel.com>
4926         * gcc.c-torture/execute/ieee/fp-cmp-4.c (FLOAT): New. Default
4927         to double. Replace double with FLOAT.
4928         * gcc.c-torture/execute/ieee/fp-cmp-8.c: Likewise.
4930         * gcc.c-torture/execute/ieee/fp-cmp-4e.c: New file.
4931         * gcc.c-torture/execute/ieee/fp-cmp-4f.c: Likewise.
4932         * gcc.c-torture/execute/ieee/fp-cmp-4l.c: Likewise.
4933         * gcc.c-torture/execute/ieee/fp-cmp-4q.c: Likewise.
4934         * gcc.c-torture/execute/ieee/fp-cmp-8e.c: Likewise.
4935         * gcc.c-torture/execute/ieee/fp-cmp-8f.c: Likewise.
4936         * gcc.c-torture/execute/ieee/fp-cmp-8l.c: Likewise.
4937         * gcc.c-torture/execute/ieee/fp-cmp-8q.c: Likewise.
4939 2004-06-06  Joseph S. Myers  <jsm@polyomino.org.uk>
4941         PR c/13519
4942         * gcc.c-torture/enum-3.c, gcc.dg/pr13519-1.c: New tests.
4944 2004-06-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4946         PR c++/15503
4947         * g++.dg/template/meminit2.C: New test.
4949 2004-06-04  Paolo Bonzini  <bonzini@gnu.org>
4951         PR target/15822
4952         * gcc.c-torture/execute/compare-fp-1.c,
4953         gcc.c-torture/execute/compare-fp-2.c,
4954         gcc.c-torture/execute/compare-fp-3.c,
4955         gcc.c-torture/execute/compare-fp-4.c,
4956         gcc.c-torture/execute/compare-fp-3.x,
4957         gcc.c-torture/execute/compare-fp-4.x: Moved...
4958         * gcc.c-torture/execute/ieee/compare-fp-1.c,
4959         gcc.c-torture/execute/ieee/compare-fp-2.c,
4960         gcc.c-torture/execute/ieee/compare-fp-3.c,
4961         gcc.c-torture/execute/ieee/compare-fp-4.c,
4962         gcc.c-torture/execute/ieee/compare-fp-3.x,
4963         gcc.c-torture/execute/ieee/compare-fp-4.x: ...here.
4965 2004-06-04  David Ayers  <d.ayers@inode.at>
4967         * objc/execute/protocol-isEqual-4.m: New testcase.
4969 2004-06-04  Nicola Pero  <n.pero@mi.flashnet.it>
4971         * objc/execute/protocol-isEqual-1.m: New testcase.
4972         * objc/execute/protocol-isEqual-2.m: New testcase.
4973         * objc/execute/protocol-isEqual-3.m: New testcase.
4975 2004-06-03  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4977         * gfortran.fortran-torture/execute/optstring_1.f90: New testcase.
4979 2004-06-02  Ziemowit Laski  <zlaski@apple.com>
4981         * lib/objc.exp (objc_target_compile): When running tests on
4982         Darwin (Mac OS X), inform the linker about '-framework
4983         'Foundation'.
4985 2004-06-02  Eric Christopher  <echristo@redhat.com>
4987         * gcc.c-torture/compile/20040602-1.c: New.
4989 2004-06-02  Andrew Pinski  <pinskia@physics.uc.edu>
4991         * g++.dg/tree-ssa/ssa-sra-1.C: Fix comment.
4992         * g++.dg/tree-ssa/ssa-sra-2.C: Likewise.
4994         PR tree-optimization/14736
4995         * g++.dg/tree-ssa/ssa-cast-1.C: New Test.
4997         PR tree-optimization/14042
4998         * g++.dg/tree-ssa/ssa-sra-1.C: New Test.
5000         PR tree-optimization/14729
5001         * g++.dg/tree-ssa/ssa-sra-2.C: New Test.
5003 2004-06-02  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5005         PR fortran/15557
5006         * gfortran.fortran-torture/execute/data_3.f90: New testcase.
5008 2004-06-01  Richard Hederson  <rth@redhat.com>
5010         * g++.dg/template/dependent-expr4.C: Use __builtin_offsetof.
5012 2004-06-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5014         PR c++/14932
5015         * g++.dg/parse/offsetof4.C: New test.
5017 2004-06-01  Nicola Pero  <nicola@brainstorm.co.uk>
5019         PR objc/7993
5020         * objc.dg/private-1.m, objc-dg/private-2.m: New testcases.
5022 2004-05-31  Mark Mitchell  <mark@codesourcery.com>
5024         PR c++/15701
5025         * g++.dg/template/friend29.C: New test.
5027 2004-05-31  Joseph S. Myers  <jsm@polyomino.org.uk>
5029         PR c/15749
5030         * gcc.dg/pr15749-1.c, gcc.dg/pr15749-1.h: New test.
5032 2004-05-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
5034         * gcc.dg/sparc-trap-1.c: New test.
5036 2004-05-31  Roger Sayle  <roger@eyesopen.com>
5038         PR middle-end/15069
5039         * g++.dg/opt/fold3.C: New test case.
5041 2004-05-30  Graham Stott  <graham.stott@btinternet.com>
5043         * lib/target-supports.exp (check_iconv_available): Fix fallout
5044         from 2004-05-28 patch.
5046 2004-05-30  Paul Brook  <paul@codesourcery.com>
5048         PR fortran/15620
5049         * gfortran.fortran-torture/execute/st_function_1.f90: New test.
5050         * gfortran.fortran-torture/execute/st_function_2.f90: New test.
5052 2004-05-30  Steven G. Kargl  <kargls@comcast.net>
5054         * gfortran.fortran-torture/execute/random_1.f90: New test.
5056 2004-05-28  Ziemowit Laski  <zlaski@apple.com>
5058         * g++.dg/ext/altivec-10.C: New test.
5060 2004-05-29  Paul Brook  <paul@codesourcery.com>
5062         * gfortran.fortran-torture/execute/equiv_1.f90: New test.
5064 2004-05-28  Ziemowit Laski  <zlaski@apple.com>
5066         * gcc.dg/altivec-16.c: New test.
5068 2004-05-28  Janis Johnson  <janis187@us.ibm.com>
5070         * lib/target-supports.exp (check_vmx_hw_available): New.
5071         * gcc.dg/vmx/vmx.exp: Use it to determine default action.
5073         * lib/target-supports.exp (check_alias_available,
5074         check_iconv_available, check_named_sections_available): Use
5075         unique names for temporary files.
5077 2004-05-28  Ziemowit Laski  <zlaski@apple.com>
5079         * gcc.dg/altivec-15.c: New test.
5081 2004-05-28  Mark Mitchell  <mark@codesourcery.com>
5083         PR c++/15083
5084         * g++.dg/warn/noeffect6.C: New test.
5086         PR c++/15471
5087         * g++.dg/expr/ptrmem4.C: New test.
5089         PR c++/15640
5090         * g++.dg/template/operator3.C: New test.
5092 2004-05-28  Mark Mitchell  <mark@codesourcery.com>
5094         PR c++/14668
5095         * g++.dg/lookup/redecl1.C: New test.
5096         * g++.old-deja/g++.benjamin/tem04.C: Add error marker.
5098 2004-05-28  Paolo Bonzini  <bonzini@gnu.org>
5100         * gcc.c-torture/execute/compare-fp-1.c,
5101         gcc.c-torture/execute/compare-fp-2.c,
5102         gcc.c-torture/execute/compare-fp-3.c,
5103         gcc.c-torture/execute/compare-fp-4.c,
5104         gcc.c-torture/execute/compare-fp-3.x,
5105         gcc.c-torture/execute/compare-fp-4.x,
5106         gcc.dg/pr15649-1.c: New.
5108 2004-05-27  Adam Nemet  <anemet@lnxw.com>
5110         PR c++/12883
5111         * g++.dg/init/array14.C: New test.
5113 2004-05-25  Janis Johnson  <janis187@us.ibm.com>
5115         * lib/compat.exp (compat-get-options-main): New.
5116         (compat-get-options): Remove unneeded code, warn for ignored
5117         command.
5118         (compat-execute): Check flag set by dg-require-* commands.
5120         * lib/compat.exp (compat-execute): Break up long lines.
5122 2004-05-24  Janis Johnson  <janis187@us.ibm.com>
5124         * gcc.dg/altivec-7.c: Don't use 'vector long'.
5125         * gcc.dg/altivec-14.c: New test.
5126         * g++.dg/ext/altivec-7.C: Don't use 'vector long'.
5128         * gcc.dg/altivec-6.c: Use -maltivec, don't limit to darwin.
5129         * gcc.dg/altivec-12.c: Ditto.
5131         * gcc.dg/altivec-3.c: Move call to altivec_check.
5133 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
5135         PR c++/15044
5136         * g++.dg/template/error12.C: New test.
5138         PR c++/15317
5139         * g++.dg/ext/attrib15.C: New test.
5141         PR c++/15329
5142         * g++.dg/template/ptrmem9.C: New test.
5144 2004-05-25  Paul Brook  <paul@codesourcery.com>
5146         * gfortran.fortran-torture/compile/inquiry_1.f90: New test.
5148 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
5150         PR c++/15165
5151         * g++.dg/template/crash19.C: New test.
5153 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
5155         PR c++/15025
5156         * g++.dg/template/redecl1.C: New test.
5158 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
5160         PR c++/14821
5161         * g++.dg/other/ns1.C: New test.
5163         PR c++/14883
5164         * g++.dg/template/invalid1.C: New test.
5166 2004-05-23  Paul Brook  <paul@codesourcery.com>
5167         Victor Leikehman  <lei@haifasphere.co.il>
5169         * gfortran.fortran-torture/execute/common_init_1.f90: New test.
5170         * gfortran.fortran-torture/execute/equiv_init.f90: New test.
5172 2004-05-22  Mark Mitchell  <mark@codesourcery.com>
5174         PR c++/15285
5175         PR c++/15299
5176         * g++.dg/template/non-dependent5.C: New test.
5177         * g++.dg/template/non-dependent6.C: New test.
5179 2004-05-22  Mark Mitchell  <mark@codesourcery.com>
5181         PR c++/15507
5182         * g++.dg/inherit/union1.C: New test.
5184         PR c++/15542
5185         * g++.dg/template/addr1.C: New test.
5187         PR c++/15427
5188         * g++.dg/template/array5.C: New test.
5190         PR c++/15287
5191         * g++.dg/template/array6.C: New test.
5193 2004-05-22  Wolfgang Bangerth  <bangerth@dealii.org>
5194             Roger Sayle  <roger@eyesopen.com>
5196         * g++.dg/lookup/forscope2.C: New test case.
5198 2004-05-22  Ben Elliston  <bje@au.ibm.com>
5200         * gcc.dg/cpp/Wmissingdirs.c: New.
5202 2004-05-20  H.J. Lu  <hongjiu.lu@intel.com>
5204         PR target/15301
5205         * gcc.dg/compat/union-m128-1.h: New file.
5206         * gcc.dg/compat/union-m128-1_main.c: Likewise.
5207         * gcc.dg/compat/union-m128-1_x.c: Likewise.
5208         * gcc.dg/compat/union-m128-1_y.c: Likewise.
5210 2004-05-20  H.J. Lu  <hongjiu.lu@intel.com>
5212         PR target/15302
5213         * gcc.dg/compat/struct-complex-1.h: New file.
5214         * gcc.dg/compat/struct-complex-1_main.c: Likewise.
5215         * gcc.dg/compat/struct-complex-1_x.c: Likewise.
5216         * gcc.dg/compat/struct-complex-1_y.c: Likewise.
5218 2004-05-20  Roger Sayle  <roger@eyesopen.com>
5220         PR middle-end/3074
5221         * gcc.dg/pr3074-1.c: New test case.
5222         * gcc.dg/sequence-pt-1.c: Remove an XFAIL.
5224 2004-05-20  Falk Hueffner  <falk@debian.org>
5226         PR other/15526
5227         * gcc.dg/ftrapv-1.c: New test case.
5229 2004-05-18  Feng Wang  <fengwang@nudt.edu.cn>
5231         * gfortran.fortran-torture/execute/power.f90: Test constant integers.
5233 2004-05-18  Andrew Pinski  <pinskia@physics.uc.edu>
5234             Jeff Law  <law@redhat.com>
5236         * gcc.dg/tree-ssa/20040514-2.c: Update expected output.
5237         * gcc.dg/tree-ssa/20040518-2.c: New test.
5239         * gcc.dg/tree-ssa/20040518-1.c: New test.
5241 2004-05-18  Zack Weinberg  <zack@codesourcery.com>
5243         * gcc.c-torture/execute/991216-3.c: Delete, duplicate of 991216-2.c.
5245 2004-05-18  Paul Brook  <paul@codesourcery.com>
5247         PR fortran/13930
5248         * gfortran.fortran-torture/execute/der_init_4.f90: New test.
5250 2004-05-18  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5252         * gfortran.fortran-torture/execute/cmplx.f90: Add test for bug in
5253         constant folding.
5255 2004-05-17  Steven Bosscher  <stevenb@suse.de>
5257         * gcc.dg/tree-ssa/20040517-1.c: New test.
5259 2004-05-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
5261         * gcc.dg/loop-4.c: New test.
5263 2004-05-15  Andrew Pinski  <pinskia@physics.uc.edu>
5265         * gcc.dg/tree-ssa/20040514-1.c: Add '}' that was forgotten.
5267 2004-05-15  Bud Davis  <bdavis9659@comcast.net>
5269         PR fortran/15311
5270         * gfortran.fortran-torture/execute/write_a_1.f90: New test.
5272 2004-05-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5274         PR fortran/13826
5275         PR fortran/13940
5276         * gfortran.fortran-torture/compile/data_1.f90: New test.
5278 2004-05-15  Ulrich Weigand  <uweigand@de.ibm.com>
5280         * gcc.dg/const-elim-1.c: Remove XFAIL for s390*-*-*.
5281         * gcc.dg/uninit-H.c: Define ASM for __s390__.
5283 2004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
5285         * gcc.c-torture/execute/20000603-1.c: Update WG14 URL.
5287 2004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
5289         PR c/15444
5290         * gcc.dg/format/xopen-1.c: Adjust expected message.
5291         * gcc.dg/format/xopen-3.c: New test.
5293 2004-05-14  Victor Leikehman  <lei@haifasphere.co.il>
5295         * gfortran.fortran-torture/execute/def_init_3.f90: New test.
5297 2004-05-14  Jeff Law  <law@redhat.com>
5299         * gcc.dg/tree-ssa/20040514-2.c: New test.
5301 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5303         * gfortran.fortran-torture/compile/noncontinuation_1.f90: Rename
5304         this ...
5305         * gfortran.fortran-torture/compile/noncontinuation_1.f: ... to
5306         this.
5308 2004-05-14  Andrew Pinski  <pinskia@physics.uc.edu>
5310         * gcc.dg/tree-ssa/20040514-1.c: New test.
5312 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5314         * gfortran.fortran-torture/compile/noncontinuation_1.f90: New
5315         test.
5317 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5319         PR fortran/14066
5320         * gfortran.fortran-torture/compile/do_1.f90: New test.
5322 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5324         PR fortran/15051
5325         * gfortran.fortran-torture/compile/empty_interface_1.f90: New
5326         test.
5328 2004-05-14  Bud Davis  <bdavis9659@comcast.net>
5330         PR fortran/15149
5331         * gfortran.fortran-torture/execute/random_init.f90: New test.
5333 2004-05-13  Paul Brook  <paul@codesourcery.com>
5335         PR fortran/15314
5336         * gfortran.fortran-torture/execute/der_init_s.f90: New test.
5338 2004-05-13  Andrew Pinski  <pinskia@physics.uc.edu>
5340         * gcc.dg/uninit-H.c: Test for __PPC__ and __ppc__
5341         for the powerpc case.
5343 2004-05-13  Jeff Law  <law@redhat.com>
5345         * gcc.dg/tree-ssa/20040513-1.c: New test.
5346         * gcc.dg/tree-ssa/20040513-2.c: New test.
5348 2004-05-13  Paul Brook  <paul@codesourcery.com>
5350         * gcc.dg/tree-ssa/20030808-1.c: Force enum size.
5351         * gcc.dg/tree-ssa/20030714-1.c: Ditto.
5352         * gcc.dg/tree-ssa/20030708-1.c: Ditto.
5354 2004-05-13  Andreas Schwab  <schwab@suse.de>
5356         PR other/10819
5357         * lib/gfortran.exp (gfortran_version): Do not match NL/CR
5358         characters.
5360 2004-05-13  Bud Davis  <bdavis9659@comcast.net>
5362         PR fortran/15294
5363         * gfortran.fortran-torture/execute/adjustr.f90: New file.
5365 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
5367         Merge from tree-ssa-20020619-branch.  See
5368         ChangeLog.tree-ssa for details.
5370 2004-05-11  Ziemowit Laski  <zlaski@apple.com>
5372         * g++.dg/ext/altivec-8.C: Use '-maltivec' instead of '-faltivec';
5373         include <altivec.h> explicitly.
5374         * gcc.dg/altivec-13.c: Likewise.
5376 2004-05-11  Paul Brook  <paul@codesourcery.com>
5378         * gcc.c-torture/compile/20010518-1.c: Force enum size.
5380 2004-05-10  Eric Christopher  <echristo@redhat.com>
5382         * gcc.dg/sibcall-3.c: Remove xfail for mips*-*-elf.
5383         * gcc.dg/sibcall-4.c: Ditto.
5385 2004-05-10  Ziemowit Laski  <zlaski@apple.com>
5387         * g++.dg/ext/altivec-8.C: New test case.
5388         * gcc.dg/altivec-13.c: New test case.
5390 2004-05-08  Roger Sayle  <roger@eyesopen.com>
5392         * gcc.c-torture/execute/divcmp-1.c: New test case.
5393         * gcc.c-torture/execute/divcmp-2.c: New test case.
5394         * gcc.c-torture/execute/divcmp-3.c: New test case.
5396 2004-05-07  Eric Botcazou <ebotcazou@libertysurf.fr>
5398         * g++.dg/other/pragma-re-2.C: New test.
5400 2004-05-07  Uros Bizjak  <uros@kss-loka.si>
5402         * gcc.dg/i386-387-1.c: Add new test for __builtin_fmod.
5403         * gcc.dg/i386-387-2.c: Likewise.
5405         * gcc.dg/i386-387-5.c: Add new tests for __builtin_log1p and
5406         __builtin_drem.
5407         * gcc.dg/i386-387-6.c: Likewise.
5409 2004-05-07  Uros Bizjak  <uros@kss-loka.si>
5411         * gcc.dg/builtins-33.c:  Also check log1p*.
5413 2004-05-07  Hans-Peter Nilsson  <hp@axis.com>
5415         PR optimization/15296
5416         * gcc.c-torture/execute/pr15296.c: New test.
5418 2004-05-05  Uros Bizjak  <uros@kss-loka.si>
5420         * gcc.dg/builtins-40.c: New test.
5422 2004-05-05  Richard Sandiford  <rsandifo@redhat.com>
5424         * gcc.dg/torture/mips-hilo-2.c: Provide dummy __mips16 version.
5426 2004-05-04  Paolo Bonzini  <bonzini@gnu.org>
5428         * g++.dg/ext/spe1.C: New testcase.
5430 2004-05-04  Ziemowit Laski  <zlaski@apple.com>
5432         * objc.dg/image-info.m: Allow additional attributes
5433         for __image_info section.
5435 2004-05-04  Richard Sandiford  <rsandifo@redhat.com>
5437         * gcc.dg/torture/mips-hilo-2.c: New test.
5439 2004-05-03  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5441         PR c++/14389
5442         * g++.dg/template/member5.C: New test.
5444 2004-05-03  Uros Bizjak  <uros@kss-loka.si>
5446         * gcc.dg/builtins-34.c: Also check expm1*.
5448 2004-05-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5450         * gcc.dg/torture/builtin-integral-1.c: Reorg and add more cases.
5451         * gcc.dg/torture/builtin-convert-3.c: New test.
5453 2004-05-01  Ulrich Weigand  <uweigand@de.ibm.com>
5455         PR middle-end/15054
5456         * g++.dg/opt/pr15054.C: New test.
5458 2004-04-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5460         * gcc.dg/torture/builtin-rounding-1.c: New test.
5461         * gcc.dg/builtins-25.c: Delete.
5462         * gcc.dg/builtins-29.c: Delete.
5464 2004-04-29  Andreas Krebbel  <krebbel1@de.ibm.com>
5466         * gcc.dg/sibcall-3.c: Delete s390 from expected fail list.
5467         * gcc.dg/sibcall-4.c: Likewise.
5468         * gcc.dg/sibcall-6.c: Enable s390 as test platform.
5470 2004-04-30  Kazu Hirata  <kazu@cs.umass.edu>
5472         * gcc.c-torture/execute/20040331-1.c: Don't use too wide a
5473         bit-field on 16-bit targets.
5475 2004-04-30  Kazu Hirata  <kazu@cs.umass.edu>
5477         * gcc.c-torture/execute/20040409-2.c: Fix constants used on
5478         16-bit targets.
5480 2004-04-30  Andrew Pinski  <pinskia@physics.uc.edu>
5482         * gcc.dg/rs6000-power2-1.c: Change to compile only.
5483         * gcc.dg/rs6000-power2-2.c: Likewise.
5485 2004-04-29  Andrew Pinski  <pinskia@physics.uc.edu>
5487         * gcc.dg/rs6000-power2-1.c: Change the options to be more correct.
5488         * gcc.dg/rs6000-power2-2.c: Change the options to be more correct.
5489         Change the asm registers to be in form of frN instead of fN.
5491 2004-04-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5493         * gcc.dg/torture/builtin-convert-2.c: New test.
5495 2004-04-28  Andrew Pinski  <pinskia@physics.uc.edu>
5497         * gcc.dg/rs6000-power2-1.c: New test.
5498         * gcc.dg/rs6000-power2-2.c: New test.
5500 2004-04-28  Jan Hubicka  <jh@suse.cz>
5502         * gcc.dg/unused-6.c: New test.
5504 2004-04-24  Laurent GUERBY  <laurent@guerby.net>
5505             Ulrich Weigand  <uweigand@de.ibm.com>
5507         * ada/acats/run_all.sh: Define $target variable.
5509 2004-04-26  Andrew Pinski  <pinskia@physics.uc.edu>
5511         PR c++/15119
5512         * g++.dg/other/vararg-1.C: New test.
5514         PR c++/4794
5515         * g++.dg/eh/cleanup3.C: New test.
5517 2004-04-24  Laurent GUERBY <laurent@guerby.net>
5519         * ada/acats/run_all.sh: Handle cd2a83c, cd2a91c (target_bit)
5520         and ad8011a (target_insn).
5521         * ada/acats/support/macro.dfs: Likewise.
5522         * ada/acats/support/impbit.adb: New file.
5524 2004-04-23  Ulrich Weigand  <uweigand@de.ibm.com>
5526         * gcc.dg/const-elim-1.c: XFAIL on s390*-*-*.
5528 2004-04-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
5530         * gcc.dg/loop-3.c: New test.
5532 2004-04-23  Daniel Jacobowitz  <drow@mvista.com>
5534         * gcc.c-torture/execute/simd-5.c: New test.
5536 2004-04-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5538         PR c++/15064
5539         * g++.dg/template/crash18.C: New test.
5541 2004-04-22  Mark Mitchell  <mark@codesourcery.com>
5543         * g++.dg/ext/complit3.C: New test.
5545 2004-04-21  Aldy Hernandez  <aldyh@redhat.com>
5547         * gcc.dg/altivec-1.c: XFAIL for powerpc-eabispe.
5548         * gcc.dg/altivec-3.c: Same.
5549         * gcc.dg/altivec-varargs-1.c: Same.
5551 2004-04-21  Aldy Hernandez  <aldyh@redhat.com>
5553         * lib/target-supports.exp (check_profiling_available): Assume
5554         profiling is not available on powerpc-eabi targets.
5556 2004-04-21  Janis Johnson  <janis187@us.ibm.com>
5558         * gcc.dg/vmx/1c-01.c: Use ptrdiff_t for casts of pointers.
5559         * gcc.dg/vmx/bug-1.c: Ditto.
5561 2004-04-20  Eric Christopher  <echristo@redhat.com>
5563         * gcc.dg/charset/extern.c: New test.
5564         * g++.dg/charset/extern3.cc: Ditto.
5566 2004-04-20  Uros Bizjak  <uros@kss-loka.si>
5568         * gcc.dg/builtins-39.c: New test.
5570 2004-04-20  Aldy Hernandez  <aldyh@redhat.com>
5572         * gcc.dg/vmx/vmx.exp: Change DEFAULT_CFLAGS to DEFAULT_VMXCFLAGS.
5574 2004-04-20  Richard Sandiford  <rsandifo@redhat.com>
5576         * gcc.dg/torture/mips-hilo-1.c: New test.
5578 2004-04-19  Andrew Pinski  <pinskia@physics.uc.edu>
5580         * gcc.c-torture/compile/20040419-1.c: New test.
5582 2004-04-18  Aldy Hernandez  <aldyh@redhat.com>
5584         * gcc.dg/vmx/varargs-1.c: Handle when printf outputs \r\n.
5586 2004-04-18  Zack Weinberg  <zack@codesourcery.com>
5587             Aldy Hernandez  <aldyh@redhat.com>
5589         * gcc.c-torture/execute/va-arg-24.c: New.
5591 2004-04-17  Zack Weinberg  <zack@codesourcery.com>
5592             Aldy Hernandez  <aldyh@redhat.com>
5594         * gcc.dg/vmx/1b-01.c: New.
5595         * gcc.dg/vmx/1b-02.c: New.
5596         * gcc.dg/vmx/1b-03.c: New.
5597         * gcc.dg/vmx/1b-04.c: New.
5598         * gcc.dg/vmx/1b-05.c: New.
5599         * gcc.dg/vmx/1b-06.c: New.
5600         * gcc.dg/vmx/1b-07.c: New.
5601         * gcc.dg/vmx/1c-01.c: New.
5602         * gcc.dg/vmx/1c-02.c: New.
5603         * gcc.dg/vmx/3a-01a.c: New.
5604         * gcc.dg/vmx/3a-01.c: New.
5605         * gcc.dg/vmx/3a-01m.c: New.
5606         * gcc.dg/vmx/3a-03.c: New.
5607         * gcc.dg/vmx/3a-03m.c: New.
5608         * gcc.dg/vmx/3a-04.c: New.
5609         * gcc.dg/vmx/3a-04m.c: New.
5610         * gcc.dg/vmx/3a-05.c: New.
5611         * gcc.dg/vmx/3a-06.c: New.
5612         * gcc.dg/vmx/3a-06m.c: New.
5613         * gcc.dg/vmx/3a-07.c: New.
5614         * gcc.dg/vmx/3b-01.c: New.
5615         * gcc.dg/vmx/3b-02.c: New.
5616         * gcc.dg/vmx/3b-10.c: New.
5617         * gcc.dg/vmx/3b-13.c: New.
5618         * gcc.dg/vmx/3b-14.c: New.
5619         * gcc.dg/vmx/3b-15.c: New.
5620         * gcc.dg/vmx/3c-01a.c: New.
5621         * gcc.dg/vmx/3c-01.c: New.
5622         * gcc.dg/vmx/3c-02.c: New.
5623         * gcc.dg/vmx/3c-03.c: New.
5624         * gcc.dg/vmx/3d-01.c: New.
5625         * gcc.dg/vmx/4-01.c: New.
5626         * gcc.dg/vmx/4-03.c: New.
5627         * gcc.dg/vmx/5-01.c: New.
5628         * gcc.dg/vmx/5-02.c: New.
5629         * gcc.dg/vmx/5-03.c: New.
5630         * gcc.dg/vmx/5-04.c: New.
5631         * gcc.dg/vmx/5-05.c: New.
5632         * gcc.dg/vmx/5-06.c: New.
5633         * gcc.dg/vmx/5-07.c: New.
5634         * gcc.dg/vmx/5-07t.c: New.
5635         * gcc.dg/vmx/5-08.c: New.
5636         * gcc.dg/vmx/5-10.c: New.
5637         * gcc.dg/vmx/5-11.c: New.
5638         * gcc.dg/vmx/7-01a.c: New.
5639         * gcc.dg/vmx/7-01.c: New.
5640         * gcc.dg/vmx/7c-01.c: New.
5641         * gcc.dg/vmx/7d-01.c: New.
5642         * gcc.dg/vmx/7d-02.c: New.
5643         * gcc.dg/vmx/8-01.c: New.
5644         * gcc.dg/vmx/8-02a.c: New.
5645         * gcc.dg/vmx/8-02.c: New.
5646         * gcc.dg/vmx/brode-1.c: New.
5647         * gcc.dg/vmx/bug-1.c: New.
5648         * gcc.dg/vmx/bug-2.c: New.
5649         * gcc.dg/vmx/bug-3.c: New.
5650         * gcc.dg/vmx/cw-bug-1.c: New.
5651         * gcc.dg/vmx/cw-bug-2.c: New.
5652         * gcc.dg/vmx/cw-bug-3.c: New.
5653         * gcc.dg/vmx/dct.c: New.
5654         * gcc.dg/vmx/debug-1.c: New.
5655         * gcc.dg/vmx/debug-2.c: New.
5656         * gcc.dg/vmx/debug-3.c: New.
5657         * gcc.dg/vmx/debug-4.c: New.
5658         * gcc.dg/vmx/dos-bug-1-gdb.c: New.
5659         * gcc.dg/vmx/dos-bug-2-gdb.c: New.
5660         * gcc.dg/vmx/eg-5.c: New.
5661         * gcc.dg/vmx/fft.c: New.
5662         * gcc.dg/vmx/gcc-bug-1.c: New.
5663         * gcc.dg/vmx/gcc-bug-2.c: New.
5664         * gcc.dg/vmx/gcc-bug-3.c: New.
5665         * gcc.dg/vmx/gcc-bug-4.c: New.
5666         * gcc.dg/vmx/gcc-bug-5.c: New.
5667         * gcc.dg/vmx/gcc-bug-6.c: New.
5668         * gcc.dg/vmx/gcc-bug-7.c: New.
5669         * gcc.dg/vmx/gcc-bug-8.c: New.
5670         * gcc.dg/vmx/gcc-bug-9.c: New.
5671         * gcc.dg/vmx/gcc-bug-b.c: New.
5672         * gcc.dg/vmx/gcc-bug-c.c: New.
5673         * gcc.dg/vmx/gcc-bug-d.c: New.
5674         * gcc.dg/vmx/gcc-bug-e.c: New.
5675         * gcc.dg/vmx/gcc-bug-f.c: New.
5676         * gcc.dg/vmx/gcc-bug-g.c: New.
5677         * gcc.dg/vmx/gcc-bug-i.c: New.
5678         * gcc.dg/vmx/harness.h: New.
5679         * gcc.dg/vmx/ira1.c: New.
5680         * gcc.dg/vmx/ira2a.c: New.
5681         * gcc.dg/vmx/ira2b.c: New.
5682         * gcc.dg/vmx/ira2.c: New.
5683         * gcc.dg/vmx/ira2c.c: New.
5684         * gcc.dg/vmx/mem.c: New.
5685         * gcc.dg/vmx/newton-1.c: New.
5686         * gcc.dg/vmx/ops.c: New.
5687         * gcc.dg/vmx/sn7153.c: New.
5688         * gcc.dg/vmx/spill2.c: New.
5689         * gcc.dg/vmx/spill3.c: New.
5690         * gcc.dg/vmx/spill.c: New.
5691         * gcc.dg/vmx/t.c: New.
5692         * gcc.dg/vmx/varargs-1.c: New.
5693         * gcc.dg/vmx/varargs-2.c: New.
5694         * gcc.dg/vmx/varargs-3.c: New.
5695         * gcc.dg/vmx/varargs-4.c: New.
5696         * gcc.dg/vmx/varargs-5.c: New.
5697         * gcc.dg/vmx/varargs-6.c: New.
5698         * gcc.dg/vmx/varargs-7.c: New.
5699         * gcc.dg/vmx/vmx.exp: New.
5700         * gcc.dg/vmx/vprint-1.c: New.
5701         * gcc.dg/vmx/vscan-1.c: New.
5702         * gcc.dg/vmx/x-01.c: New.
5703         * gcc.dg/vmx/x-02.c: New.
5704         * gcc.dg/vmx/x-03.c: New.
5705         * gcc.dg/vmx/x-04.c: New.
5706         * gcc.dg/vmx/x-05.c: New.
5707         * gcc.dg/vmx/yousufi-1.c: New.
5708         * gcc.dg/vmx/zero-1.c: New.
5709         * gcc.dg/vmx/zero.c: New.
5711 2004-04-17  Andrew Pinski  <pinskia@physics.uc.edu>
5713         * g++.dg/lookup/java1.C: Update for chage of
5714         _Jv_AllocObject.
5715         * g++.dg/lookup/java2.C: Likewise.
5717 2004-04-17  Laurent GUERBY <laurent@guerby.net>
5719         * ada/acats/run_all.sh: use -O2 by default.
5721 2004-04-17  Richard Sandiford  <rsandifo@redhat.com>
5723         * gcc.dg/vr-mult-[12].c: New tests.
5725 2004-04-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5727         * gcc.dg/funcorder.c: XFAIL hppa*64*-*-*.
5729         * gcc.dg/const-elim-1.c: XFAIL hppa-*-*.
5731 2004-04-15  Richard Sandiford  <rsandifo@redhat.com>
5733         * lib/target-supports.exp (check_profiling_available): Assume profiling
5734         isn't available for mips*-*-elf targets.
5736 2004-04-14  Uros Bizjak  <uros@kss-loka.si>
5738         * gcc.dg/builtins-38.c: New test.
5740 2004-04-14  Eric Christopher  <echristo@redhat.com>
5742         * g++.dg/charset/charset.exp: Run .cc extension tests.
5744 2004-04-14  Zack Weinberg  <zack@codesourcery.com>
5746         * gcc.dg/const-elim-1.c: XFAIL hppa*.*-*-* (PA32).  Update commentary.
5748 2004-04-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5750         * gcc.dg/torture/builtin-ctype-2.c: Test builtin isdigit.
5752 2004-04-13  Uros Bizjak  <uros@kss-loka.si>:
5754         * gcc.dg/i386-387-1.c: Add new test for __builtin_tan.
5755         * gcc.dg/i386-387-2.c: Likewise.
5757         * gcc.dg/i386-387-7.c: New test.
5758         * gcc.dg/i386-387-8.c: New test.
5760         * gcc.dg/builtins-37.c: New test.
5762 2004-04-13  Geoffrey Keating  <geoffk@apple.com>
5764         * g++.dg/pch/externc-1.C: Add missing semicolon.
5766 2004-04-13  Aldy Hernandez  <aldyh@redhat.com>
5768         * gcc.c-torture/execute/20020720-1.x: XFAIL for powerpc-*-*spe.
5770 2004-04-12  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5772         * gcc.c-torture/execute/20040411-1.c: New test.
5774 2004-04-10  Joseph S. Myers  <jsm@polyomino.org.uk>
5776         * gcc.dg/c90-intprom-1.c, gcc.dg/c99-intprom-1.c: New tests.
5778 2004-04-09  Chris Demetriou  <cgd@broadcom.com>
5780         * g++.dg/other/packed1.C: Mark xfail for mips*- not mips-.
5782 2004-04-09  Zack Weinberg  <zack@codesourcery.com>
5784         * lib/target-supports.exp (check_named_sections_available): New.
5785         * lib/gcc-dg.exp (dg-require-named-sections): New.
5786         * lib/prune.exp (prune_gcc_output): Incorporate prunes from
5787         old-deja.exp.  Also prune error-count message from HP linker.
5788         * g++.old-deja/old-deja.exp (g++-dg-prune): Delete.
5790         * g++.dg/init/init-ref4.C: Use dg-require-weak.
5791         * g++.old-deja/g++.pt/static3.C: Likewise.
5792         * g++.dg/parse/attr-ctor1.C: Use dg-require-named-sections.
5794 2004-04-09  Roger Sayle  <roger@eyesopen.com>
5796         * gcc.c-torture/execute/20040409-1.c: New test case.
5797         * gcc.c-torture/execute/20040409-2.c: New test case.
5798         * gcc.c-torture/execute/20040409-3.c: New test case.
5800 2004-04-09  Andrew Pinski  <pinskia@physics.uc.edu>
5802         * gcc.dg/20040409-1.c: New test.
5804 2004-04-08  Roger Sayle  <roger@eyesopen.com>
5806         PR target/14888
5807         * g++.dg/opt/pr14888.C: New test case.
5809 2004-04-08  Geoffrey Keating  <geoffk@apple.com>
5811         * gcc.dg/pch/valid-1.c, gcc.dg/pch/valid-2.c, gcc.dg/pch/valid-3.c,
5812         gcc.dg/pch/valid-4.c, gcc.dg/pch/valid-5.c, gcc.dg/pch/valid-6.c,
5813         gcc.dg/pch/valid-1.hs, gcc.dg/pch/valid-2.hs, gcc.dg/pch/valid-3.hs,
5814         gcc.dg/pch/valid-4.hs, gcc.dg/pch/valid-5.hs, gcc.dg/pch/valid-6.hs:
5815         New tests.
5817 2004-04-08  Paul Brook  <paul@codesourcery.com>
5819         * gcc.dg/spill-1.c: New test.
5821 2004-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5823         * gcc.dg/torture/builtin-ctype-2.c: New test.
5825 2004-04-07  Ian Lance Taylor  <ian@wasabisystems.com>
5827         * gcc.dg/pch/pch.exp: Add largefile test.
5829 2004-04-06  Geoffrey Keating  <geoffk@apple.com>
5831         * g++.dg/pch/externc-1.Hs: New.
5832         * g++.dg/pch/externc-1.C: New.
5834 2004-04-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5836         * gcc.dg/compat/struct-by-value-5a_main.c,
5837         gcc.dg/compat/struct-by-value-5b_main.c: New files.
5838         * gcc.dg/compat/struct-by-value-5_main.c: Delete.
5839         * gcc.dg/compat/struct-by-value-5a_x.c,
5840         gcc.dg/compat/struct-by-value-5b_x.c: New, split out from
5841         gcc.dg/compat/struct-by-value-5_x.c.
5842         * gcc.dg/compat/struct-by-value-5a_y.c,
5843         gcc.dg/compat/struct-by-value-5b_y.c: New, split out from
5844         gcc.dg/compat/struct-by-value-5_y.c.
5846         * gcc.dg/compat/struct-by-value-6a_main.c,
5847         gcc.dg/compat/struct-by-value-6b_main.c: New files.
5848         * gcc.dg/compat/struct-by-value-6_main.c: Delete.
5849         * gcc.dg/compat/struct-by-value-6a_x.c,
5850         gcc.dg/compat/struct-by-value-6b_x.c: New, split out from
5851         gcc.dg/compat/struct-by-value-6_x.c.
5852         * gcc.dg/compat/struct-by-value-6a_y.c,
5853         gcc.dg/compat/struct-by-value-6b_y.c: New, split out from
5854         gcc.dg/compat/struct-by-value-6_y.c.
5856         * gcc.dg/compat/struct-by-value-7a_main.c,
5857         gcc.dg/compat/struct-by-value-7b_main.c: New files.
5858         * gcc.dg/compat/struct-by-value-7_main.c: Delete.
5859         * gcc.dg/compat/struct-by-value-7a_x.c,
5860         gcc.dg/compat/struct-by-value-7b_x.c: New, split out from
5861         gcc.dg/compat/struct-by-value-7_x.c.
5862         * gcc.dg/compat/struct-by-value-7a_y.c,
5863         gcc.dg/compat/struct-by-value-7b_y.c: New, split out from
5864         gcc.dg/compat/struct-by-value-7_y.c.
5866 2004-04-06  Jakub Jelinek  <jakub@redhat.com>
5868         * gcc.dg/i386-sse-8.c: Don't use -march=pentium3 on x86_64.
5869         * gcc.dg/i386-local.c: Expect %edi, not %eax register on x86_64.
5870         * gcc.dg/20020103-1.c: Add -fno-asynchronous-unwind-tables to
5871         options.
5873 2004-04-06  Uros Bizjak  <uros@kss-loka.si>
5875         * gcc.dg/builtins-36.c: New test.
5877 2004-04-06  Paul Brook  <paul@codesourcery.com>
5879         * README.gcc: Remove obsolete contraint on testcases.
5881 2004-04-05  Paul Brook  <paul@codesourcery.com>
5883         PR2123
5884         * g++.dg/expr/anew1.C: XFAIL and make reproducible.  Call abort on
5885         failure and exit(0) on success.
5886         * g++.dg/expr/anew2.C: Ditto.
5887         * g++.dg/expr/anew3.C: Ditto.
5888         * g++.dg/expr/anew4.C: Ditto.
5890 2004-04-05  Nathan Sidwell  <nathan@codesourcery.com>
5892         PR c++/3518
5893         * g++.dg/template/unify7.C: New.
5895 2004-04-02  Nathanael Nerode  <neroden@gcc.gnu.org>
5897         * g++.dg/README: Bring up to date with new subdirectories; remove
5898         duplicate subdirectory lines.
5900 2004-04-02  Nathan Sidwell  <nathan@codesourcery.com>
5902         PR c++/14007
5903         * g++.dg/template/unify5.C: New.
5904         * g++.dg/template/unify6.C: New.
5905         * g++.dg/template/qualttp20.C: Adjust.
5906         * g++.old-deja/g++.jason/report.C: Adjust.
5907         * g++.old-deja/g++.other/qual1.C: Adjust.
5909 2004-04-01  Mark Mitchell  <mark@codesourcery.com>
5911         PR c++/14803
5912         * g++.dg/inherit/ptrmem1.C: New test.
5914 2004-04-01  Jakub Jelinek  <jakub@redhat.com>
5916         PR c++/14755
5917         * gcc.c-torture/execute/20040331-1.c: New test.
5918         * gcc.dg/20040331-1.c: New test.
5920 2004-04-01  Paul Brook  <paul@codesourcery.com>
5922         * gcc.dg/arm-mmx-1.c: Add -mabi=iwmmxt to dg-options.
5924 2004-03-30  Mark Mitchell  <mark@codesourcery.com>
5926         PR c++/14724
5927         * g++.dg/init/goto1.C: New test.
5929         PR c++/14763
5930         * g++.dg/template/defarg4.C: New test.
5932 2004-03-30  Hartmut Penner  <hpenner@de.ibm.com>
5934         * gcc.dg/altivec-11.c: Extend test for more valid cases.
5936 2004-03-28  David Edelsohn  <edelsohn@gnu.org>
5938         * gcc.dg/doloop-1.c: Do not check for lack of "blt".
5940 2004-03-28  Zack Weinberg  <zack@codesourcery.com>
5942         * gcc.dg/noncompile/undeclared-2.c: New test.
5944 2004-03-28  Joseph S. Myers  <jsm@polyomino.org.uk>
5946         * gcc.dg/940409-1.c: Remove XFAIL.
5947         * gcc.dg/reg-vol-struct-1.c: New test.
5949 2004-03-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5951         * gcc.dg/torture/builtin-wctype-1.c: New test.
5953 2004-03-26  James A. Morrison  <ja2morri@uwaterloo.ca>
5955         * gcc.dg/20001013-1.c: Run on 32-bit and 64-bit SPARC.
5956         * gcc.dg/20001101-1.c: Likewise.
5957         * gcc.dg/20001102-1.c: Likewise.
5959 2004-03-25  Roger Sayle  <roger@eyesopen.com>
5961         * gcc.dg/compare8.c: Add an additional test for XOR.
5963 2004-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5965         * gcc.dg/torture/builtin-ctype-1.c: New test.
5967 2004-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5969         * gcc.dg/torture/builtin-explog-1.c: Add new cases.
5970         * gcc.dg/torture/builtin-math-1.c: Likewise.
5971         * gcc.dg/torture/builtin-power-1.c: New test.
5973 2004-03-24  Andreas Schwab  <schwab@suse.de>
5975         * lib/prune.exp (prune_gcc_output): Ignore errata warning from
5976         IA64 assembler.
5978 2004-03-23  Joseph S. Myers  <jsm@polyomino.org.uk>
5979             Roger Sayle  <roger@eyesopen.com>
5981         * gcc.dg/compare8.c: New test case.
5983 2004-03-23  Ziemowit Laski  <zlaski@apple.com>
5985         * g++.dg/ext/altivec-7.C: New test.
5987 2004-03-23  Zack Weinberg  <zack@codesourcery.com>
5989         PR 12267, 12391, 12560, 13129, 14114, 14133
5990         * gcc.dg/Wold-style-definition-1.c, gcc.dg/builtins-30.c
5991         * gcc.dg/unused-4.c, gcc.dg/noncompile/label-1.c
5992         * gcc.dg/noncompile/label-lineno-1.c, objc.dg/naming-1.m:
5993         Adjust error regexps.
5994         * gcc.dg/Wshadow-2.c, gcc.dg/noncompile/incomplete-3.c
5995         * gcc.dg/noncompile/undeclared-1.c: New test cases.
5996         * gcc.dg/decl-5.c, gcc.dg/redecl-1.c: Remove XFAIL.
5997         * gcc.dg/local1.c: Add explanatory comment.
5999 2004-03-23  Roger Sayle  <roger@eyesopen.com>
6001         PR optimization/14669
6002         * g++.dg/opt/fold2.C: New test case.
6004 2004-03-22  Jakub Jelinek  <jakub@redhat.com>
6006         PR c/14069
6007         * gcc.dg/20040322-1.c: New test.
6009 2004-03-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
6011         * gcc.dg/ultrasp2.c: Do not pass -m64.  Remove redundant lines.
6012         * gcc.dg/ultrasp4.c: Likewise.
6013         * gcc.dg/ultrasp8.c: Do not pass -m64.  Add sparcv9-*-*.
6015 2004-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
6017         * gcc.dg/i386-sse-8.c: Reset default options.
6019 2004-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
6021         * gcc.dg/charset/asm2.c: Allow 'parse error' instead of 'syntax error'
6022         in the error message text.
6024 2004-03-21  Gabriel Dos Reis  <gdr@integrable-solutions.net>
6026         * g++.dg/template/qualttp20.C: Adjust dg- regexp.
6028 2004-03-21  Mark Mitchell  <mark@codesourcery.com>
6030         PR c++/14616
6031         * g++.dg/init/array13.C: New test.
6033 2004-03-20  Roger Sayle  <roger@eyesopen.com>
6035         PR target/13889
6036         * gcc.c-torture/compile/pr13889.c: New test case.
6038 2004-03-20  Joseph S. Myers  <jsm@polyomino.org.uk>
6040         PR c/14635
6041         * builtins-1.c (nan, nans): Don't test.
6042         * builtins-30.c: Don't use nan, nanf, nanl.
6043         * builtins-35.c: New test.
6045 2004-03-19  Ziemowit Laski  <zlaski@apple.com>
6047         * g++.dg/ext/altivec-6.C: New test.
6049 2004-03-19  Mark Mitchell  <mark@codesourcery.com>
6051         * g++.dg/init/placement3.C: New test.
6053         * g++.dg/template/spec13.C: New test.
6055         * g++.dg/lookup/using11.C: New test.
6057         * g++.dg/lookup/koenig3.C: New test.
6059         * g++.dg/template/operator2.C: New test.
6061         * g++.dg/expr/dtor3.C: New test.
6062         * g++.old-deja/g++.brendan/crash15.C: Remove incorrect dg-error
6063         marker.
6064         * g++.old-deja/g++.law/visibility28.C: Likewise.
6066 2004-03-19  Paolo Bonzini  <bonzini@gnu.org>
6068         * gcc.dg/altivec-6.c: Use vector_size attribute, not mode.
6069         * gcc.dg/ppc64-abi-3.c: Likewise.
6071 2004-03-19  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6073         PR c++/14545
6074         * g++.dg/parse/template15.C: New test.
6076 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
6078         * g++.dg/expr/dtor2.C: New test.
6080         * g++.dg/lookup/anon4.C: New test.
6082         * g++.dg/overload/using1.C: New test.
6084         * g++.dg/template/lookup7.C: New test.
6086         * g++.dg/template/typename6.C: New test.
6088         * g++.dg/expr/cond6.C: New test.
6090 2004-03-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6092         * gcc.dg/torture/builtin-convert-1.c: Test more math builtins.
6094 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
6096         * g++.dg/expr/cond5.C: New test.
6097         * g++.dg/expr/constcast1.C: Likewise.
6098         * g++.dg/expr/ptrmem2.C: Likewise.
6099         * g++.dg/expr/ptrmem3.C: Likewise.
6100         * g++.dg/lookup/main1.C: Likewise.
6101         * g++.dg/template/lookup6.C: Likewise.
6103 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
6105         * gcc.dg/local1.c: New test.
6107         * gcc.dg/debug/dwarf2/c99-typedef1.c: New test.
6109 2004-03-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6111         * gcc.dg/torture/builtin-convert-1.c: New test.
6113 2004-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6115         * gcc.dg/torture/builtin-integral-1.c: Also check for `rint'.
6117 2004-03-16  Mark Mitchell  <mark@codesourcery.com>
6119         PR c++/14481
6120         * g++.dg/warn/Wunused-7.C: New test.
6122 2004-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6124         * gcc.dg/torture/builtin-integral-1.c: New test.
6126 2004-03-16  Mark Mitchell  <mark@codesourcery.com>
6128         PR c++/14586
6129         * g++.dg/parse/non-dependent3.C: New test.
6131 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
6133         * g++.dg/eh/simd-1.C: Use vector_size attribute, not mode.
6134         * g++.dg/eh/simd-2.C: Likewise.
6135         * g++.dg/init/array10.C: Likewise.
6136         * gcc.c-torture/compile/simd-1.c: Likewise.
6137         * gcc.c-torture/compile/simd-2.c: Likewise.
6138         * gcc.c-torture/compile/simd-3.c: Likewise.
6139         * gcc.c-torture/compile/simd-4.c: Likewise.
6140         * gcc.c-torture/compile/simd-6.c: Likewise.
6141         * gcc.c-torture/execute/simd-1.c: Likewise.
6142         * gcc.c-torture/execute/simd-2.c: Likewise.
6143         * gcc.dg/compat/vector-defs.h: Likewise.
6144         * gcc.dg/20020531-1.c: Likewise.
6145         * gcc.dg/altivec-3.c: Likewise.
6146         * gcc.dg/altivec-4.c: Likewise.
6147         * gcc.dg/altivec-varargs-1.c: Likewise.
6148         * testsuite/gcc.dg/compat/vector-defs.h: Likewise.
6149         * gcc.dg/i386-mmx-3.c: Likewise.
6150         * gcc.dg/i386-sse-4.c: Likewise.
6151         * gcc.dg/i386-sse-5.c: Likewise.
6152         * gcc.dg/i386-sse-8.c: Likewise.
6153         * gcc.dg/simd-1.c: Likewise.
6154         * gcc.dg/20030218-1.c: Likewise.  Plus, do not declare
6155         __ev64_opaque__ since the machine description provides it.
6157 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
6159         * lib/compat.exp (skip_list): New global variable.
6160         Use it to hold the user defined COMPAT_SKIPS list if any.
6161         (compat-obj): Add the members of skip_list to optall.
6163 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
6165         * gcc.dg/compat/union-by-value-1_main.c,
6166         union-by-value-1_x.c, union-by-value-1_y.c,
6167         union-check.h, union-defs.h,
6168         union-init.h, union-return-1_main.c,
6169         union-return-1_x.c, union-return-1_y.c: New files.
6171 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
6173         * gcc.dg/compat/mixed-struct-check.h, mixed-struct-defs.h,
6174         mixed-struct-init.h: Add 4 mixed structure types.
6175         struct-by-value-21_main.c, struct-by-value-21_x.c,
6176         struct-by-value-21_y.c, struct-return-21_main.c,
6177         struct-return-21_x.c, struct-return-21_y.c: New files.
6179 2004-03-13  Mark Mitchell  <mark@codesourcery.com>
6181         PR c++/14550
6182         * g++.dg/parse/template14.C: New test.
6184 2004-03-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
6186         * gcc.c-torture/execute/20040313-1.c: New test.
6188 2004-03-13  Jakub Jelinek  <jakub@redhat.com>
6190         PR target/14533
6191         * gcc.dg/20040311-2.c: New test.
6193 2004-03-12  Kazu Hirata  <kazu@cs.umass.edu>
6195         PR other/14544
6196         * gcc.c-torture/execute/20040307-1.c: Remove the 24-bit
6197         bit-field.
6199 2004-03-12  Ulrich Weigand  <uweigand@de.ibm.com>
6201         * gcc.dg/20040305-2.c: Add missing return statement.
6203 2004-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6205         * gcc.dg/builtins-34.c: Also check pow10*.
6207 2004-03-11  Ulrich Weigand  <uweigand@de.ibm.com>
6209         PR target/14262
6210         * gcc.dg/20040305-2.c: New test.
6212 2004-03-11  Ulrich Weigand  <uweigand@de.ibm.com>
6214         * gcc.dg/20040310-1.c: New test.
6216 2004-03-11  Roger Sayle  <roger@eyesopen.com>
6218         * gcc.c-torture/execute/20040311-1.c: New test case.
6220 2004-03-11  Mark Mitchell  <mark@codesourcery.com>
6222         PR c++/14476
6223         * g++.dg/lookup/enum1.C: New test.
6225 2004-03-10  Mark Mitchell  <mark@codesourcery.com>
6227         PR c++/14510
6228         * g++.dg/lookup/struct2.C: New test.
6230 2004-03-10  Uros Bizjak  <uros@kss-loka.si>
6232         * gcc.dg/builtins-34.c: New test.
6234 2004-03-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6236         * gcc.dg/torture/builtin-nonneg-1.c: New test.
6238 2004-03-09  James E Wilson  <wilson@specifixinc.com>
6240         * gcc.dg/alias-1.c: Add "will" to string passed to dg-warning.
6241         * gcc.dg/alias-2.c: New testcase.
6243 2004-03-09  Zack Weinberg  <zack@codesourcery.com>
6245         * gcc.dg/noncompile/incomplete-2.c: Move dg-error to proper line.
6247 2004-03-09  Roger Sayle  <roger@eyesopen.com>
6249         * gcc.c-torture/execute/20040309-1.c: New test case.
6251 2004-03-09  Nathan Sidwell  <nathan@codesourcery.com>
6253         PR c++/14397
6254         * g++.dg/overload/ref1.C: New.
6256 2004-03-09  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6258         PR c++/14409
6259         * g++.dg/template/spec12.C: New test.
6261         PR c++/14448
6262         * g++.dg/parse/crash14.C: New test.
6264 2004-03-09  Mark Mitchell  <mark@codesourcery.com>
6266         PR c++/14230
6267         * g++.dg/init/ref11.C: New test.
6269 2004-03-09  Mark Mitchell  <mark@codesourcery.com>
6271         PR c++/14432
6272         * g++.dg/parse/builtin2.C: New test.
6274 2004-03-08  Mark Mitchell  <mark@codesourcery.com>
6276         PR c++/14401
6277         * g++.dg/init/ctor3.C: New test.
6278         * g++.dg/init/union1.C: New test.
6279         * g++.dg/ext/anon-struct4.C: New test.
6281 2004-03-08  Mark Mitchell  <mark@codesourcery.com>
6283         * g++.dg/lookup/koenig1.C: Tweak error messages.
6284         * g++.dg/lookup/used-before-declaration.C: Likewise.
6285         * g++.dg/other/do1.C: Likewise.
6286         * g++.dg/overload/koenig1.C: Likewise.
6287         * g++.dg/parse/crash13.C: Likewise.
6288         * g++.dg/template/instantiate3.C: Likewise.
6290 2004-03-08  Eric Christopher  <echristo@redhat.com>
6292         * * lib/target-supports.exp: Enable libiconv in test
6293         compilation.  Fix up error checking.
6295 2004-03-08  Roger Sayle  <roger@eyesopen.com>
6297         PR middle-end/14289
6298         * gcc.dg/pr14289-1.c: New test case.
6299         * gcc.dg/pr14289-2.c: Likewise.
6300         * gcc.dg/pr14289-3.c: Likewise.
6302 2004-03-08  Eric Botcazou  <ebotcazou@act-europe.fr>
6304         * gcc.c-torture/execute/20040308-1.c: New test.
6306 2004-03-07  Roger Sayle  <roger@eyesopen.com>
6308         * gcc.c-torture/execute/20040307-1.c: New test case.
6310 2004-03-07  Richard Sandiford  <rsandifo@redhat.com>
6312         * gcc.dg/torture/mips-sdata-1.c: Restrict to mips*-*-elf*.
6314 2004-03-06  Ulrich Weigand  <uweigand@de.ibm.com>
6316         * gcc.dg/20040306-1.c: New test.
6318 2004-03-06  Kazu Hirata  <kazu@cs.umass.edu>
6320         * gcc.dg/sibcall-3.c (recurser_void1, recurser_void2): Make
6321         them static.
6322         * gcc.dg/sibcall-4.c (recurser_void1, recurser_void2): Likewise.
6324 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
6326         PR c/14465
6327         * gcc.dg/decl-6.c: New test.
6329 2004-03-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6331         * gcc.dg/torture/builtin-explog-1.c: Add comments for each test.
6332         Rename LOGPOW -> LOG_POW.
6333         (SQRT_EXP, POW_EXP): New.
6335 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
6337         * gcc.dg/i386-sse-8.c: New test.
6339 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
6341         PR c/14114
6342         * gcc.dg/decl-5.c: New test.
6344 2004-03-05  Andreas Krebbel  <krebbel1@de.ibm.com>
6346         * gcc.dg/20040305-1.c: New test.
6348 2004-03-05  Hans-Peter Nilsson  <hp@axis.com>
6350         PR other/14354
6351         * gcc.c-torture/execute/ieee/mul-subnormal-single-1.c: New test.
6353 2004-03-04  Ziemowit Laski  <zlaski@apple.com>
6355         PR c++/14425, c++/14426
6356         * g++.dg/ext/altivec-4.C: New test.
6357         * g++.dg/ext/altivec-5.C: New test.
6359 2004-03-04  Geoffrey Keating  <geoffk@apple.com>
6361         * g++.old-deja/g++.other/linkage1.C: Expect errors about
6362         global variables of a type with no linkage.
6363         * g++.old-deja/g++.other/qual1.C: Name class for 'action'.
6364         * g++.old-deja/g++.mike/misc13.C: Name enum for 'want'.
6365         * g++.old-deja/g++.bugs/900210_01.C: Name enum for 'ep'.
6366         * g++.old-deja/g++.bugs/900210_02.C: Likewise.
6367         * g++.old-deja/g++.bugs/900210_03.C: Likewise.
6368         * g++.old-deja/g++.brendan/bit-fields2.C: Name structure for 's'.
6369         * g++.old-deja/g++.brendan/init10.C: Name structure for 'a'.
6370         * g++.dg/warn/deprecated.C: Name enum Color.
6371         * g++.dg/overload/VLA.C: Name structure for 'b'.
6372         * g++.dg/lookup/anon2.C: Expect diagnostic about type linkage.
6374 2004-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
6376         * gcc.c-torture/compile/20040304-1.c: New test.
6378 2004-03-03  Zack Weinberg  <zack@codesourcery.com>
6380         PR 13728
6381         * gcc.dg/decl-4.c: New testcase.
6383 2004-03-03  Kazu Hirata  <kazu@cs.umass.edu>
6385         * gcc.dg/torture/builtin-explog-1.c (PREC): Make it the same
6386         as PRECF if sizeof (float) > sizeof (double).
6387         (PRECL): Make it the same as PRECF if
6388         sizeof (float) > sizeof (long double).
6390 2004-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6392         * gcc.dg/builtins-config.h: Use underscore macro style for __sun
6393         system type.  Add check for irix6 which doesn't have c99 runtime.
6395 2004-03-03  Bob Wilson  <bob.wilson@acm.org>
6397         * gcc.dg/const-elim-1.c: xfail for xtensa.
6399 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
6401         PR c++/14369
6402         * g++.dg/template/cond4.C: New test.
6404 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
6406         PR c++/14360
6407         * g++.old-deja/g++.ns/koenig5.C: Remove some error markers.
6409         PR c++/14361
6410         * g++.dg/parse/defarg7.C: New test.
6412         PR c++/14359
6413         * g++.dg/template/friend26.C: New test.
6415 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
6417         PR c++/14324
6418         * g++.dg/abi/mangle21.C: New test.
6420         PR c++/14260
6421         * g++.dg/parse/constructor2.C: New test.
6423         PR c++/14337
6424         * g++.dg/template/sfinae1.C: New test.
6426 2004-02-29  Mark Mitchell  <mark@codesourcery.com>
6428         PR c++/14267
6429         * g++.dg/expr/crash2.C: New test.
6431         PR middle-end/13448
6432         * gcc.dg/inline-5.c: New test.
6433         * gcc.dg/always-inline.c: Split out tests into ...
6434         * gcc.dg/always-inline2.c: ... this and ...
6435         * gcc.dg/always-inline3.c: ... this.
6437 2004-02-29  Mark Mitchell  <mark@codesourcery.com>
6439         PR debug/12103
6440         * g++.dg/debug/crash1.C: New test.
6442 2004-02-29  Kazu Hirata  <kazu@cs.umass.edu>
6444         * gcc.dg/sibcall-3.c (recurser_void1): Make it an extern
6445         function with __attribute__((noinline)).
6446         (recurser_void2): Likewise.
6447         * gcc.dg/sibcall-4.c (recurser_void1): Likewise.
6448         (recurser_void2): Likewise.
6450 2004-02-29  Roger Sayle  <roger@eyesopen.com>
6452         PR middle-end/14203
6453         * g++.dg/warn/Wunused-6.C: New test case.
6455 2004-02-28  Richard Earnshaw  <rearnsha@arm.com>
6457         * lib/g++.exp (g++_link_flags): Don't crash if LD_LIBRARY_PATH is
6458         not defined.
6460 2004-02-27  Eric Christopher  <echristo@redhat.com>
6462         * g++.dg/charset/charset.exp: Change CFLAGS to CHARSETCFLAGS.
6463         * g++.dg/charset/asm2.c: Run only x86.
6464         * gcc.dg/charset/asm3.c: Ditto.
6466 2004-02-27  Aldy Hernandez  <aldyh@redhat.com>
6468         * lib/g++.exp (g++_link_flags): Append LD_LIBRARY_PATH to
6469         ld_library_path.
6471 2004-02-27  Ziemowit Laski  <zlaski@apple.com>
6473         * g++.dg/ext/altivec-3.C: New.
6475 2004-02-26  Richard Henderson  <rth@redhat.com>
6477         * g++.dg/ext/attrib10.C: Mark for warning.
6478         * gcc.dg/attr-alias-1.c: New.
6480 2004-02-26  Richard Henderson  <rth@redhat.com>
6482         * gcc.c-torture/execute/ieee/20040208-2.c: Move ...
6483         * gcc.c-torture/execute/20040208-2.c: ... it back.
6485 2004-02-26  Eric Christopher  <echristo@redhat.com>
6487         * lib/target-supports.exp (check-iconv-available): New function.
6488         * lib/gcc-dg.exp (dg-require-iconv): New function.
6489         Use above.
6490         * gcc.dg/charset: New directory.
6491         * gcc.dg/charset/charset.exp: New file.
6492         * gcc.dg/charset/asm1.c: Ditto.
6493         * gcc.dg/charset/asm2.c: Ditto.
6494         * gcc.dg/charset/asm3.c: Ditto.
6495         * gcc.dg/charset/asm4.c: Ditto.
6496         * gcc.dg/charset/asm5.c: Ditto.
6497         * gcc.dg/charset/attribute1.c: Ditto.
6498         * gcc.dg/charset/attribute2.c: Ditto.
6499         * gcc.dg/charset/string1.c: Ditto.
6500         * g++.dg/charset: New directory.
6501         * g++.dg/dg.exp: Add here. Special options.
6502         * g++.dg/charset/charset.exp: New file.
6503         * g++.dg/charset/asm1.c: Ditto.
6504         * g++.dg/charset/asm2.c: Ditto.
6505         * g++.dg/charset/asm3.c: Ditto.
6506         * g++.dg/charset/asm4.c: Ditto.
6507         * g++.dg/charset/attribute1.c: Ditto.
6508         * g++.dg/charset/attribute2.c: Ditto.
6509         * g++.dg/charset/extern1.cc: Ditto.
6510         * g++.dg/charset/extern2.cc: Ditto.
6511         * g++.dg/charset/string1.c: Ditto.
6513 2004-02-26  Mark Mitchell  <mark@codesourcery.com>
6515         PR c++/14278
6516         * g++.dg/parse/comma1.C: New test.
6518 2004-02-26  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6520         PR c++/14284
6521         * g++.dg/template/ttp8.C: New test.
6523 2004-02-26  Eric Botcazou  <ebotcazou@act-europe.fr>
6525         * gcc.dg/fixuns-trunc-1.c: New test.
6527 2004-02-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6529         * gcc.dg/builtins-config.h: Use #elif.
6531 2004-02-26  Michael Matz  <matz@suse.de>
6533         * gcc.dg/20000724-1.c: Add regparm attribute to decl and def.
6534         * gcc.dg/991214-1.c: Likewise.
6535         * gcc.dg/i386-asm-1.c: Likewise.
6537 2004-02-25  Richard Henderson  <rth@redhat.com>
6539         * gcc.c-torture/execute/20040208-2.c: Move ...
6540         * gcc.c-torture/execute/ieee/20040208-2.c: ... here.
6542 2004-02-26  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6544         PR c++/14246
6545         * g++.dg/other/crash-3.C: New test.
6547 2004-02-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6549         * g++.dg/opt/inline4.C (dg-final): Robustify regexp.
6550         * g++.dg/opt/inline6.C (dg-final): Robustify regexp.
6552         * gcc.dg/builtins-config.h (HAVE_C99_RUNTIME): Don't define for PA
6553         HP-UX.
6555 2004-02-24  Michael Matz  <matz@suse.de>
6557         * gcc.dg/i386-regparm.c: New.
6559 2004-02-23  James E Wilson  <wilson@specifixinc.com>
6561         * gcc.c-torture/execute/20040223-1.c: New.
6563 2004-02-23  Zack Weinberg  <zack@codesourcery.com>
6564             Kazu Hirata  <kazu@cs.umass.edu>
6566         * gcc.dg/fwritable-strings-1.c: Remove.
6568 2004-02-23  Andrew Pinski  <pinskia@physics.uc.edu>
6570         PR c/14156
6571         * gcc.dg/20040223-1.c: New test.
6573 2004-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6575         PR c++/14106
6576         * g++.dg/ext/typeof9.C: New test.
6578 2004-02-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6580         PR c++/14250
6581         * g++.dg/other/switch1.C: New test.
6583 2004-02-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
6585         * gcc.dg/cast-function-1.c: Adjust for new informative message.
6586         * gcc.dg/va-arg-1.c: Likewise.
6588 2004-02-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6590         PR c++/14143
6591         * g++.dg/template/koenig5.C: New test.
6593 2004-02-21  Ziemowit Laski  <zlaski@apple.com>
6595         * g++.dg/ext/altivec-1.C: Generalize target triple.
6596         * g++.dg/ext/altivec-2.C: New test case.
6597         * g++.dg/ext/altivec_check.h: New file.
6598         * gcc.dg/altivec-1.c: Generalize target triple;
6599         include altivec_check.h and call altivec_check().
6600         * gcc.dg/altivec-[2-5].c: Generalize target triple.
6601         * gcc.dg/altivec-6.c: New test case.
6602         * gcc.dg/altivec-[7-9].c: Generalize target triple; add
6603         type casts as needed.
6604         * gcc.dg/altivec-10.c: Include altivec_check.h and call
6605         altivec_check().
6606         * gcc.dg/altivec-12.c: New test case.
6607         * gcc.dg/altivec-varargs-1.c: Generalize target triple;
6608         include altivec_check.h and call altivec_check().
6609         * gcc.dg/altivec_check.h: New file.
6611 2004-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6613         * lib/target-supports.exp (check_alias_available): Don't mangle
6614         function `g' in test program.
6616 2004-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6618         * lib/target-supports.exp (check_profiling_available): Check
6619         argument to determine whether we support a profiling type.
6620         * lib/gcc-dg.exp (dg-require-profiling): Pass argument to
6621         check_profiling_available.
6622         * g++.dg/bprob/bprob.exp: Likewise
6623         * g77.dg/bprob/bprob.exp: Likewise.
6624         * gcc.misc-tests/bprob.exp: Likewise.
6625         * g++.old-deja/g++.law/profile1.C: Pass profiling type to
6626         dg-require-profiling and delete expected error handling.
6627         * gcc.dg/20021014-1.c: Likewise.
6628         * gcc.dg/nest.c: Likewise.
6630 2004-02-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6632         PR c++/12007
6633         * g++.dg/other/vthunk1.C: New test.
6635 2004-02-20  Falk Hueffner  <falk@debian.org>
6637         PR target/14201
6638         * gcc.c-torture/compile/fix-trunc-mem-1.c: New test.
6640 2004-02-20  Mark Mitchell  <mark@codesourcery.com>
6642         PR c++/13927
6643         * g++.dg/other/error8.C: Remove XFAIL markers.
6645         PR c++/14173
6646         * g++.dg/ext/packed5.C: New test.
6648         PR c++/14199
6649         * g++.dg/warn/Wunused-5.C: New test.
6651         PR c++/14186
6652         * g++.dg/lookup/member1.C: New test.
6654 2004-02-19  Kazu Hirata  <kazu@cs.umass.edu>
6656         * gcc.c-torture/compile/20040130-1.c: Enable only when
6657         __INT_MAX__ >= 2147483647L.
6658         * gcc.c-torture/compile/961203-1.c: Likewise.
6660 2004-02-19  Nathan Sidwell  <nathan@codesourcery.com>
6662         * g++.dg/parse/attr-ctor1.C: XFAIL on hppa.
6663         * g++.dg/opt/template1.C: Robustify assembler regexp
6665 2004-02-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
6667         * gcc.c-torture/execute/simd-4.x: Remove.
6668         * gcc.c-torture/execute/va-arg-25.x: Likewise.
6669         * gcc.dg/compat/vector-1_x.c: Do not XFAIL on SPARC.
6670         Guard with #ifndef SKIP_ATTRIBUTE.
6671         * gcc.dg/compat/vector-1_y.c: Likewise.
6672         * gcc.dg/compat/vector-2_x.c: Likewise.
6673         * gcc.dg/compat/vector-2_y.c: Likewise.
6674         * g++.dg/eh/simd-1.C: Do not XFAIL on SPARC.
6675         * g++.dg/eh/simd-2.C: Likewise.
6677 2004-02-19  Alan Modra  <amodra@bigpond.net.au>
6679         * gcc.c-torture/compile/complex-1.c: New.
6681 2004-02-19  Hans-Peter Nilsson  <hp@axis.com>
6683         PR target/14209
6684         * gcc.c-torture/execute/20040218-1.c: New test.
6686 2004-02-19  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6688         PR c++/14181
6689         * g++.dg/parse/new2.C: New test.
6691 2004-02-18  Paul Brook  <paul@codesourcery.com>
6693         * gcc.c-torture/compile/libcall-1.c: New test.
6695 2004-02-18  Paul Brook  <paul@codesourcery.com>
6697         PR debug/12934
6698         * gcc.dg/debug/debug-7.c: New test.
6700 2004-02-17  Ulrich Weigand  <uweigand@de.ibm.com>
6702         * gcc.dg/20040217-1.c: New test.
6704 2004-02-17  Zack Weinberg  <zack@codesourcery.com>
6706         * gcc.c-torture/execute/990208-1.x: Delete.
6708 2004-02-17  Richard Sandiford  <rsandifo@redhat.com>
6710         * gcc.c-torture/execute/20040208-2.x: New file.
6712 2004-02-17  Mark Mitchell  <mark@codesourcery.com>
6714         PR c++/11326
6715         * g++.dg/abi/structret1.C: New test.
6717 2004-02-17  Jakub Jelinek  <jakub@redhat.com>
6719         * gcc.dg/i386-cpuid.h (bit_CMOV): Define.
6720         (i386_cpuid): No need to test if cpuid is available on AMD64.
6721         Fix assembly, so that it works onboth i386 and AMD64.
6722         * gcc.dg/i386-sse-6.c: Include stdio.h, stdlib.h and string.h.
6723         (vecInLong): Fix s[] member type to unsigned int.
6724         (vecInWord): Remove type.
6725         (mmx_tests, sse_tests, dump64_16, dump64_32, dump64_64): Remove.
6726         (a64, b64, c64, d64, e64): Remove.
6727         (main): Pass if CPU has no MMX, SSE, SSE2 or CMOV support.
6728         Remove unused variable.  Remove initialization of removed variables.
6729         Don't call mmx_tests nor sse_tests.
6730         (reference_mmx, reference_sse): Remove.
6731         (check): Add return stmt.
6732         * gcc.dg/i386-sse-7.c: New test.
6733         * gcc.dg/i386-mmx-4.c: New test.
6735 2004-02-17  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6737         * g++.dg/tc1/dr176.C: Add missing semicolon (typo).
6738         * g++.dg/tc1/dr101.C, g++.dg/tc1/dr135.C, g++.dg/tc1/dr142.C,
6739         g++.dg/tc1/dr152.C, g++.dg/tc1/dr159.C, g++.dg/tc1/dr161.C,
6740         g++.dg/tc1/dr166.C, g++.dg/tc1/dr176.C, g++.dg/tc1/dr193.C,
6741         g++.dg/tc1/dr194.C, g++.dg/tc1/dr217.C, g++.dg/tc1/dr56.C,
6742         g++.dg/tc1/dr68.C, g++.dg/tc1/dr76.C, g++.dg/tc1/dr80.C,
6743         g++.dg/tc1/dr94.C: Fix line terminator.
6745 2004-02-16  Geoffrey Keating  <geoffk@apple.com>
6747         * gcc.c-torture/compile/20040216-1.c: New.
6749 2004-02-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6751         * g++.dg/tc1/dr101.C, g++.dg/tc1/dr135.C, g++.dg/tc1/dr142.C,
6752         g++.dg/tc1/dr152.C, g++.dg/tc1/dr159.C, g++.dg/tc1/dr161.C,
6753         g++.dg/tc1/dr166.C, g++.dg/tc1/dr176.C, g++.dg/tc1/dr188.C,
6754         g++.dg/tc1/dr193.C, g++.dg/tc1/dr194.C, g++.dg/tc1/dr217.C,
6755         g++.dg/tc1/dr48.C, g++.dg/tc1/dr56.C, g++.dg/tc1/dr68.C,
6756         g++.dg/tc1/dr76.C, g++.dg/tc1/dr80.C, g++.dg/tc1/dr94.C: New tests.
6758 2004-02-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
6760         * gcc.c-torture/execute/20020720-1.x: XFAIL on SPARC with -fPIC.
6762 2004-02-15  Mark Mitchell  <mark@codesourcery.com>
6764         PR c++/13971
6765         * g++.dg/expr/cond4.C: New test.
6767         PR c++/14086
6768         * g++.dg/lookup/crash2.C: New test.
6770 2004-02-14  Josef Zlomek  <zlomekj@suse.cz>
6772         * gcc.c-torture/compile/20040214-2.c: New test.
6774 2004-02-14  Andrew Pinski  <pinskia@physics.uc.edu>
6776         PR c++/14116
6777         * g++.dg/ext/typeof8.C: New test.
6779 2004-02-14  Eric Botcazou  <ebotcazou@act-europe.fr>
6781         * gcc.c-torture/compile/20040214-1.c: New test.
6783 2004-02-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6785         PR c++/13635
6786         * g++.dg/template/spec11.C: New test.
6788 2004-02-13  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6790         PR c++/13927
6791         * g++.dg/other/error8.C: New test.
6793 2004-02-13  Mark Mitchell  <mark@codesourcery.com>
6795         PR c++/14122
6796         * g++.dg/template/array4.C: New test.
6798         PR c++/14108
6799         * g++.dg/inherit/thunk2.C: New test.
6801         PR c++/14083
6802         * g++.dg/eh/cond2.C: New test.
6804 2004-02-12  Alan Modra  <amodra@bigpond.net.au>
6806         * gcc.dg/debug/20020327-1.c: Disable for powerpc64.
6808 2004-02-12  Nathaniel Smith <njs@codesourcery.com>
6810         * lib/scanasm.exp (dg-scan): Quote pattern before display.
6812 2004-02-12  Hartmut Penner  <hpenner@de.ibm.com>
6814         * g++.dg/simd-2.C: xfail on ppc64-linux.
6816 2004-02-11  Joseph S. Myers  <jsm@polyomino.org.uk>
6818         PR c/456
6819         * gcc.dg/cpp/c90-if-comma-1.c, gcc.dg/cpp/c99-if-comma-1.c: New
6820         tests.
6822 2004-02-11  Uros Bizjak  <uros@kss-loka.si>
6824         * gcc.dg/builtins-33.c: New test.
6826 2004-02-11  Paolo Bonzini  <bonzini@gnu.org>
6828         * gcc.dg/pr14092-1.c: Use intptr_t for the cast.
6830 2004-02-11  Hartmut Penner  <hpenner@de.ibm.com>
6832         * g++.dg/simd-2.C: Set -maltivec for ppc64.
6834 2004-02-11  Hartmut Penner  <hpenner@de.ibm.com>
6836         * gcc.dg/ppc64-abi-3.c: New test.
6838 2004-02-10  Paolo Bonzini  <bonzini@gnu.org>
6840         PR c/14092
6842         * gcc.dg/pr14092-1.c: New testcase.
6844 2004-02-10  Alan Modra  <amodra@bigpond.net.au>
6846         * gcc.dg/cpp/assert4.c: Fix typo last change.
6848         * gcc.dg/darwin-longlong.c: Only use r0 in asm for darwin.
6849         * gcc.dg/cpp/assert4.c: Handle powerpc64.
6851         * gcc.dg/debug/20020327-1.c: xfail for powerpc64.
6853 2004-02-09  Roger Sayle  <roger@eyesopen.com>
6855         * gcc.c-torture/compile/20040209-1.c: New test case.
6857 2004-02-08  Joseph S. Myers  <jsm@polyomino.org.uk>
6859         * gcc.dg/c90-init-1.c: Adjust expected error messages.
6861 2004-02-08  Richard Sandiford  <rsandifo@redhat.com>
6863         * gcc.c-torture/execute/20040208-[12].c: New tests.
6865 2004-02-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
6867         * g++.dg/eh/simd-2.C: Adjust line numbers for SPARC.
6869 2004-02-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
6871         * gcc.c-torture/execute/va-arg-25.x: XFAIL only on SPARC 64-bit.
6873 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
6875         Bug 13856
6876         * gcc.dg/visibility-8.c: New testcase.
6878 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
6880         * gcc.c-torture/execute/string-opt-15.c: Define memcmp with void *
6881         arguments.
6882         * gcc.dg/fwritable-strings-1.c: Expect the deprecation notice.
6884 2004-02-07  Roger Sayle  <roger@eyesopen.com>
6886         PR middle-end/13696
6887         * g++.dg/opt/fold1.C: New test case.
6889 2003-02-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6891         PR c++/14033
6892         * g++.dg/other/crash-2.C: New test.
6894 2003-02-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6896         PR c++/14028
6897         * g++.dg/parse/angle-bracket2.C: New test.
6899 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6901         PR middle-end/13750
6902         Revert:
6903         2004-01-15  Geoffrey Keating  <geoffk@apple.com>
6904         PR pch/13361
6905         * testsuite/g++.dg/pch/wchar-1.C: New.
6906         * testsuite/g++.dg/pch/wchar-1.Hs: New.
6908 2004-02-05  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6910         PR c++/14008
6911         * g++.dg/parse/error15.C: New test.
6912         * g++.dg/parse/crash11.C: Update dg-error mark.
6914 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
6916         PR c++/13932
6917         * g++.dg/warn/conv2.C: New test.
6919 2004-02-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6921         PR c++/13086
6922         * g++.dg/warn/incomplete1.C: Remove xfail.
6924 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
6926         * lib/file-format.exp (gcc_target_object_format): Use
6927         ${tool}_target_compile, not gcc_target_compile.
6928         * lib/target-supports.exp (check_alias_available): Likewise.
6929         (check_gc_sections_available): Likewise.
6930         * g++.dg/ext/attrib10.C: Use dg-require-alias.
6931         * g++.old-deja/g++.ext/attrib5.C: Use dg-require-weak and
6932         dg-require-alias.
6934 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
6936         PR c++/13969
6937         * g++.dg/template/static6.C: New test.
6939 2004-02-04  Ian Lance Taylor  <ian@wasabisystems.com>
6941         * gcc.dg/arm-mmx-1.c: Don't look for ldmfd if -mthumb.
6943 2004-02-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6945         * objc.dg/encode-2.m, objc.dg/encode-3.m, objc.dg/encode-4.m: Fix
6946         tests for systems where `char' is unsigned by default.
6948 2003-02-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6950         PR c++/13997
6951         * g++.dg/template/partial3.C: New test.
6953 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
6955         * gcc.dg/20020312-2.c, gcc.dg/builtin-inf-1.c,
6956         gcc.dg/sibcall-3.c, gcc.dg/sibcall-4.c, gcc.dg/cpp/assert4.c:
6957         Remove mentions of obsolete ports.
6959 2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
6961         * gcc.dg/noncompile/20001228-1.c: Fix for new
6962         error message.
6964 2004-02-03  Roger Sayle  <roger@eyesopen.com>
6966         PR target/9348
6967         * gcc.c-torture/execute/multdi-1.c: New test case.
6969 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
6971         PR c++/13925
6972         * g++.dg/template/lookup5.C: New test.
6974 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
6976         PR c++/13950
6977         * g++.dg/template/lookup4.C: New test.
6979         PR c++/13970
6980         * g++.dg/parse/error14.C: New test.
6982         PR c++/14002
6983         * g++.dg/parse/template13.C: New test.
6985 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
6987         PR c++/13978
6988         * g++.dg/template/koenig4.C: New test.
6990         PR c++/13968
6991         * g++.dg/template/crash17.C: New test.
6993         PR c++/13975
6994         * g++.dg/parse/error13.C: New test.
6995         * g++.old-deja/g++.robertl/eb125.C: Tweak error messages.
6997 2004-02-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
6999         * gcc.dg/20020503-1.c: Remove -mflat dg-options.
7001 2004-02-03  Paolo Bonzini  <bonzini@gnu.org>
7003         PR c/11658
7004         PR c/13994
7005         * gcc.dg/noncompile/20040203-1.c: New test.
7006         * gcc.dg/noncompile/20040203-2.c: Likewise.
7007         * gcc.dg/noncompile/20040203-3.c: Likewise.
7008         * gcc.dg/20040203-1.c: Likewise.
7010 2004-02-02  Andrew Pinski  <pinskia@physics.uc.edu>
7012         PR c++/10858
7013         * g++.dg/template/sizeof7.C: New test.
7015 2004-02-02  Eric Christopher  <echristo@redhat.com>
7016             Zack Weinberg  <zack@codesourcery.com>
7018         * gcc.c-torture/execute/wchar_t-1.c: Add -finput-charset.
7020 2004-02-02  Zack Weinberg  <zack@codesourcery.com>
7022         * g++.dg/eh/forced1.C, g++.dg/eh/forced2.C, g++.dg/eh/forced3.C
7023         * g++.dg/eh/forced4.C: XFAIL ia64-hp-hpux11.*.
7024         * g++.dg/eh/ia64-1.C: Test branch regs only #ifdef __LP64__.
7025         * gcc.dg/cleanup-5.c: Run only on Linux targets.
7027 2004-02-02  Mark Mitchell  <mark@codesourcery.com>
7029         PR c++/13113
7030         * g++.old-deja/g++.mike/net36.C: Adjust error messages.
7032         PR c++/13854
7033         * g++.dg/ext/attrib13.C: New test.
7035         PR c++/13907
7036         * g++.dg/conversion/op2.C: New test.
7038 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
7040         * gcc.dg/titype-1.c: Fix pasto.
7042 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
7044         * gcc.dg/titype-1.c: New test.
7046 2004-02-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7048         PR c++/13957
7049         * g++.dg/template/non-type-template-argument-1.C,
7050         g++.dg/template/qualified-id1.C: Update dg-error marks.
7051         * g++.dg/template/nontype6.C: New test.
7053 2004-02-01  Roger Sayle  <roger@eyesopen.com>
7055         * gcc.dg/builtins-1.c: Also test for __builtin_signbit{,f,l}.
7056         * gcc.dg/builtins-31.c: New testcase.
7057         * gcc.dg/builtins-32.c: New testcase.
7059 2004-01-30  Andrew Pinski  <pinskia@physics.uc.edu>
7061         * objc.dg/call-super-2.m: Update line numbers
7062         for the including of stddef.h.
7064 2004-01-30  Michael Matz  <matz@suse.de>
7066         * g++.dg/ext/case-range1.C, g++.dg/ext/case-range2.C,
7067         g++.dg/ext/case-range3.C: New tests.
7069 2004-01-30  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7071         DR206
7072         PR c++/13813
7073         * g++.dg/template/member4.C: New test.
7075 2004-01-30  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7077         PR c++/13683
7078         * g++.dg/template/sizeof6.C: New test.
7080 2004-01-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
7082         * gcc.dg/fwritable-strings-1.c: New test.
7084 2004-01-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
7086         * gcc.c-torture/compile/20040130-1.c: New test.
7088 2004-01-29  Geoffrey Keating  <geoffk@geoffk.org>
7090         * objc.dg/call-super-2.m: Include stddef.h for size_t.
7092 2004-01-29  Mark Mitchell  <mark@codesourcery.com>
7094         PR c++/13883
7095         * g++.dg/template/ctor3.C: New test.
7097 2004-01-29  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7099         * g++.dg/tc1: New directory.
7100         * g++.dg/tc1/dr108.C, g++.dg/tc1/dr128.C, g++.dg/tc1/dr147.C,
7101         g++.dg/tc1/dr179.C, g++.dg/tc1/dr1.C, g++.dg/tc1/dr213.C,
7102         g++.dg/tc1/dr74.C, g++.dg/tc1/dr90.C, g++.dg/tc1/dr127.C,
7103         g++.dg/tc1/dr137.C, g++.dg/tc1/dr164.C, g++.dg/tc1/dr185.C,
7104         g++.dg/tc1/dr20.C, g++.dg/tc1/dr52.C, g++.dg/tc1/dr85.C: New tests.
7106 2004-01-28  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7108         * g++.dg/parse/error11.C: New test.
7109         * g++.dg/parse/error12.C: Likewise.
7111 2004-01-28  Ziemowit Laski  <zlaski@apple.com>
7113         * objc.dg/proto-qual-1.m (ROUND, aligned_sizeof): New.
7114         (scan_initial, main): Use aligned_sizeof instead of sizeof.
7116 2004-01-28  Mark Mitchell  <mark@codesourcery.com>
7118         PR c++/13791
7119         * g++.dg/ext/attrib12.C: New test.
7121         PR c++/13736
7122         * g++.dg/parse/cast2.C: New test.
7124 2004-01-27  James E Wilson  <wilson@specifixinc.com>
7126         * objc.dg/encode-2.m (main): New local string.  Set depending on
7127         sizeof long.  Use in sscanf call.
7128         * objc.dg/encode-3.m (main): New local string.  Set depending on
7129         sizeof long.  Use in scan_initial call.
7131 2004-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7133         * objc.dg/call-super-2.m: Make LP64-safe.
7134         * objc.dg/desig-init-1.m: Likewise.
7136 2004-01-27  Devang Patel <dpatel@apple.com>
7138         * g++.dg/debug/namespace1.C: New test.
7140 2004-01-27  Ian Lance Taylor  <ian@wasabisystems.com>
7142         * gcc.dg/const-elim-1.c: Add xfail for strongarm-*-* and
7143         xscale-*-*.
7145         * gcc.dg/arm-mmx-1.c: New test.
7147 2004-01-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
7149         * gcc.dg/20040127-1.c: New test.
7150         * gcc.dg/20040127-2.c: New test.
7152 2004-01-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7154         * objc.dg/stret-1.m (glob): Renamed to globa.
7156 2004-01-26  Mark Mitchell  <mark@codesourcery.com>
7158         PR c++/13663
7159         * g++.dg/expr/for1.C: New test.
7161 2004-01-26  Fariborz Jahanian <fjahanian@apple.com>
7163         PR middle-end/13779
7164         * gcc.dg/darwin-longlong.c: New test.
7166 2004-01-26  Ian Lance Taylor  <ian@wasabisystems.com>
7168         * gcc.dg/20040124-1.c: Moved test from here...
7169         * gcc.c-torture/compile/20040124-1.c: ...to here.
7171 2004-01-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
7173         * gcc.dg/sparc-ret.c: Run only in 32-bit mode.  Don't scan
7174         the assembly output if -m64 is passed.
7176 2004-01-25  Mark Mitchell  <mark@codesourcery.com>
7178         PR c++/13833
7179         * g++.dg/template/cond3.C: New test.
7181 2004-01-25  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7183         PR c++/13810
7184         * g++.dg/template/ttp7.C: New test.
7186 2004-01-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7188         PR c++/13797
7189         * g++.dg/template/nontype4.C: New test.
7190         * g++.dg/template/nontype5.C: Likewise.
7192 2004-01-25  Richard Sandiford  <rsandifo@redhat.com>
7194         * gcc.dg/torture/mips-clobber-at.c: New test.
7196 2004-01-24  Ian Lance Taylor  <ian@wasabisystems.com>
7198         * gcc.dg/20040124-1.c: New test.
7200 2004-01-24  Jakub Jelinek  <jakub@redhat.com>
7202         * gcc.dg/20040123-1.c: New test.
7204 2004-01-23  Zack Weinberg  <zack@codesourcery.com>
7206         * gcc.dg/builtins-30.c: Move dg-warning marks to the proper lines.
7208 2004-01-24  Joseph S. Myers  <jsm@polyomino.org.uk>
7210         * gcc.dg/c90-array-lval-7.c, gcc.dg/c99-array-lval-7.c: New tests.
7212 2004-01-23  Andrew Pinski  <apinski@apple.com>
7214         * gcc.dg/20030121-1.c: Move to ..
7215         * gcc.dg/20040121-1.c: here.
7217 2004-01-23  Roger Sayle  <roger@eyesopen.com>
7219         * gcc.dg/builtins-29.c: New test case.
7221 2004-01-23  Zack Weinberg  <zack@codesourcery.com>
7223         PR 18314
7224         * gcc.dg/builtins-30.c: New testcase.
7226 2004-01-23  Andreas Tobler  <a.tobler@schweiz.ch>
7228         * g++.dg/compat/compat.exp: Add LD_LIBRARY_PATH_32/64 for Solaris.
7229         * lib/g77.exp: Likewise.
7230         * lib/objc.exp: Likewise.
7231         * lib/g++.exp: Likewise.
7233 2004-01-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
7235         * gcc.dg/struct-by-value-2.c: New test.
7237 2004-01-21  Andrew Pinski  <apinski@apple.com>
7239         PR target/13785
7240         * gcc.dg/20030121-1.c: New test.
7242 2004-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
7244         * gcc.dg/20030123-1.c: Add -fno-omit-frame-pointer option.  Do not
7245         clobber frame pointer register in asm statement.
7247 2004-01-21  Falk Hueffner  <falk@debian.org>
7249         * gcc.c-torture/compile/20040121-1.c: New test.
7251 2004-01-21  Zack Weinberg  <zack@codesourcery.com>
7253         * gcc.dg/noncompile/20020213-1.c: Add another dg-warning line.
7255 2004-01-20  Hartmut Penner  <hpenner@de.ibm.com>
7257         * gcc.dg/ppc64-abi-2.c: New test.
7259 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
7261         * lib/treelang.exp: Fill out this file.
7262         * lib/treelang-dg.exp: New File.
7264 2004-01-20  Joseph S. Myers  <jsm@polyomino.org.uk>
7266         * gcc.c-torture/compile/981022-1.c: Remove.
7267         * gcc.dg/array-5.c: Remove XFAIL.
7268         * gcc.dg/sequence-pt-1.c: Remove test using extended lvalues.
7269         * gcc.dg/cast-lvalue-1.c, gcc.dg/compound-lvalue-1.c,
7270         gcc.dg/cond-lvalue-1.c: Update.
7271         * gcc.dg/cast-lvalue-2.c: New test.
7273 2004-01-19  Mark Mitchell  <mark@codesourcery.com>
7275         PR c++/13592
7276         * g++.dg/other/error1.C (class foo): Tweak error message.
7278         PR c++/13592
7279         * g++.dg/template/call2.C: New test.
7281 2004-01-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
7283         * gcc.dg/compat/fnptr-by-value-1_x.c, scalar-by-value-1_y.c
7284         scalar-by-value-3_x.c, scalar-by-value-3_y.c,
7285         scalar-by-value-4_x.c, scalar-by-value-4_y.c,
7286         scalar-return-1_x.c, scalar-return-2_y.c,
7287         scalar-return-3_x.c, scalar-return-3_y.c,
7288         scalar-return-4_x.c, scalar-return-4_y.c,
7289         struct-align-1.h, struct-align-1_x.c,
7290         struct-align-1_y.c, struct-align-2.h,
7291         struct-align-2_x.c, struct-align-2_y.c,
7292         struct-by-value-10_y.c, struct-by-value-11_x.c,
7293         struct-by-value-11_y.c, struct-by-value-12_x.c,
7294         struct-by-value-12_y.c, struct-by-value-13_x.c,
7295         struct-by-value-13_y.c, struct-by-value-14_x.c,
7296         struct-by-value-14_y.c, struct-by-value-15_x.c,
7297         struct-by-value-15_y.c, struct-by-value-16_y.c,
7298         struct-by-value-17_y.c, struct-by-value-18_y.c,
7299         struct-by-value-19_y.c, struct-by-value-1_x.c,
7300         struct-by-value-1_y.c, struct-by-value-20_y.c,
7301         struct-by-value-2_x.c, struct-by-value-2_y.c,
7302         struct-by-value-3_y.c, struct-by-value-4_x.c,
7303         struct-by-value-4_y.c, struct-by-value-5_y.c,
7304         struct-by-value-6_y.c, struct-by-value-7_y.c
7305         struct-by-value-8_x.c, struct-by-value-8_y.c
7306         struct-by-value-9_x.c, struct-by-value-9_y.c
7307         struct-return-10_x.c, struct-return-10_y.c,
7308         struct-return-19_x.c, struct-return-20_x.c
7309         struct-return-2_x.c, struct-return-2_y.c
7310         struct-return-3_x.c: Guard non-C99 tests with SKIP_COMPLEX_INT,
7311         SKIP_ATTRIBUTE and SKIP_ZERO_ARRAY.  Turns SKIPVA into SKIP_VA.
7313 2004-01-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
7315         * gcc.dg/tls/alias-1.c: Add dg-warning for unsupported visibility
7316         attribute on sparc*-sun-solaris2.*.
7318 2004-01-18  Mark Mitchell  <mark@codesourcery.com>
7320         PR c++/13710
7321         * g++.dg/ext/typeof7.C: New test.
7323 2004-01-18  David Edelsohn  <edelsohn@gnu.org>
7325         * gcc.dg/array-quals-1.c: xfail on powerpc*-*-aix*.
7326         * gcc.dg/const-elim-1.c: Same.
7328 2004-01-17  Ziemowit Laski  <zlaski@apple.com>
7330         * objc.dg/stret-1.m: New.
7331         * objc.dg/stret-2.m: New.
7333 2004-01-17  Andrew Pinski  <pinskia@physics.uc.edu>
7335         PR c++/11895
7336         * g++.dg/ext/vector1.C: New test.
7338 2004-01-16  Geoffrey Keating  <geoffk@apple.com>
7340         * gcc.dg/pch/import-1.c: New.
7341         * gcc.dg/pch/import-1.hs: New.
7342         * gcc.dg/pch/import-1a.h: New.
7343         * gcc.dg/pch/import-1b.h: New.
7344         * gcc.dg/pch/import-1c.h: New.
7346 2004-01-16  Mark Mitchell  <mark@codesourcery.com>
7348         PR c++/13574
7349         * g++.dg/ext/array1.C: New test.
7351         PR c++/13178
7352         * g++.dg/conversion/op1.C: New test.
7354 2004-01-16  J"orn Rennecke <joern.rennecke@superh.com>
7356         PR 11864
7357         From Kazumoto Kojima / Dan Kegel:
7358         * gcc.dg/pr11864-1.c: New test.
7360         PR 10392
7361         From Marcus Comstedt / Dan Kegel:
7362         * gcc.dg/pr10392-1.c: New test.
7364 2004-01-16  Mark Mitchell  <mark@codesourcery.com>
7366         PR c++/13478
7367         * g++.dg/init/ref10.C: New test.
7369 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7371         PR c++/13407
7372         * g++.dg/parse/typename6.C: New test.
7374 2004-01-15  Geoffrey Keating  <geoffk@apple.com>
7376         PR pch/13361
7377         * testsuite/g++.dg/pch/wchar-1.C: New.
7378         * testsuite/g++.dg/pch/wchar-1.Hs: New.
7380 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7382         PR c++/9259
7383         * g++.dg/expr/sizeof2.C: New test.
7385 2004-01-15  Kazu Hirata  <kazu@cs.umass.edu>
7387         * gcc.dg/sibcall-3.c: Replace mn10?00 with mn10300.
7389 2004-01-15  Alexandre Oliva  <aoliva@redhat.com>
7391         PR c++/13659
7392         * g++.dg/lookup/strong-using-3.C: New.
7393         * g++.dg/lookup/using-10.C: New.
7395 2004-01-15  Alexandre Oliva  <aoliva@redhat.com>
7397         PR c++/13594
7398         * g++.dg/lookup/strong-using-2.C: New.
7400 2004-01-15  Marcus Comstedt <marcus@mc.pp.se>
7401             Dan Kegel <dank@kegel.com>
7402             J"orn Rennecke <joern.rennecke@superh.com>
7404         PR target/9365
7405         * gcc.dg/pr9365-1.c: New test.
7407 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7409         PR c++/8856
7410         * g++.dg/parse/casting-operator2.C: New test.
7411         * g++.old-deja/g++.pt/explicit83.C: Remove.
7413 2004-01-14  Joseph S. Myers  <jsm@polyomino.org.uk>
7415         * gcc.dg/label-compound-stmt-1.c: New test.
7416         * gcc.c-torture/compile/950922-1.c,
7417         gcc.c-torture/compile/20000211-3.c,
7418         gcc.c-torture/compile/20000518-1.c,
7419         gcc.c-torture/compile/20021108-1.c: Avoid labels at and of
7420         compound statements.
7422 2004-01-14  Hartmut Penner  <hpenner@de.ibm.com>
7424         * gcc.dg/ppc64-abi-1.c: New test.
7426 2004-01-14  Danny Smith  <dannysmith@users.sourceforge.net>
7428          * g++.dg/ext/attrib9.C: Add dg-warnings.
7430 2004-01-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7432         PR c++/12335
7433         * g++.dg/parse/dtor3.C: New test.
7435 2004-01-13  Andrew Pinski  <pinskia@physics.uc.edu>
7437         PR c++/12709
7438         * g++.dg/parse/try-catch-1.C: New test.
7440 2004-01-13  Arnaud Charlet  <charlet@act-europe.fr>
7442         * ada/acats/run_all.sh: Add more verbose output in acats.log
7443         when compiling tests.
7445 2004-01-12  Zack Weinberg  <zack@codesourcery.com>
7447         PR 13656
7448         * gcc.dg/typedef-redecl.c: New test case.
7449         * gcc.dg/typedef-redecl.h: New support file.
7451 2004-01-13  Jan Hubicka  <jh@suse.cz>
7453         * gcc.dg/always_inline.c: New test.
7454         * gcc.dg/debug/20031231-1.c: Fix.
7456 2004-01-13  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7458         PR c++/13474
7459         * g++.dg/template/array3.C: New test.
7461 2004-01-12  Zack Weinberg  <zack@codesourcery.com>
7463         * g++.dg/ext/lvalue1.C: No longer expected to fail.
7464         * g++.dg/warn/Wunused-2.C: Likewise.
7466 2004-01-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7468         PR c++/13289
7469         * g++.dg/template/instantiate6.C: New test.
7471 2004-01-12  Roger Sayle  <roger@eyesopen.com>
7473         PR middle-end/11397
7474         * gcc.dg/special/wkali-2.c: Add dg-require-alias.
7476 2004-01-12  Jan Hubicka  <jh@suse.cz>
7478         PR opt/12826
7479         * gcc.dg/20040112-1.c: New.
7481         * gcc.dg/dwarf-die[1-7].c: Move to...
7482         * gcc.dg/debug/dwarf2/dwarf-die[1-7].c: ... here.
7483         * gcc.dg/debug/dwarf2/dwarf2.exp: New.
7485 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
7487         PR c++/4100
7488         * g++.dg/parse/friend4.C: New test.
7490 2004-01-12  Scott Brumbaugh  <scottb.lists@verizon.net>
7492         PR c++/4100
7493         * g++.old-deja/g++.pt/niklas01a.C: Mark an error where a class
7494         definition is called a friend.
7496 2004-01-11  Zack Weinberg  <zack@codesourcery.com>
7498         * gcc.dg/tls/diag-3.c: Tweak dg-error regexp.
7500 2004-01-11  Ian Lance Taylor  <ian@wasabisystems.com>
7502         PR c++/3478
7503         * g++.dg/parse/error10.C: New test.
7504         * g++.dg/template/arg2.C: Accept "invalid type" error.
7506 2004-01-11  Jakub Jelinek  <jakub@redhat.com>
7508         PR middle-end/13392
7509         * g++.dg/opt/expect2.C: New test.
7511 2004-01-10  Zack Weinberg  <zack@codesourcery.com>
7513         * gcc.dg/Wshadow-1.c, gcc.dg/attr-noinline.c, gcc.dg/decl3.c
7514         * gcc.dg/redecl-1.c, gcc.dg/visibility-7.c, gcc.dg/wtr-static-1.c
7515         * gcc.dg/noncompile/20020220-1.c, objc.dg/method-1.m:
7516         Update dg-error regexps.
7518 2004-01-10  Zack Weinberg  <zack@codesourcery.com>
7520         * gcc.c-torture/compile/20021123-2.c: Delete; dup of 20021120-1.c.
7521         * gcc.c-torture/compile/20021123-3.c: Delete; dup of 20021120-2.c.
7523 2004-01-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
7525         * gcc.dg/pragma-re-1.c: Use right pointer type.
7527 2004-01-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
7529         * g++.dg/eh/simd-1.c: Ajust line number for dg-error line.
7531 2004-01-09  Geoffrey Keating  <geoffk@apple.com>
7533         * gcc.dg/rs6000-ldouble-1.c: New.
7535 2004-01-10  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7537         DR 337
7538         PR c++/9256
7539         * g++.dg/other/abstract1.C: New test.
7541 2004-01-09  Alexandre Oliva  <aoliva@redhat.com>
7543         * g++.dg/lookup/strong-using-1.C: New.
7545 2004-01-09  Joseph S. Myers  <jsm@polyomino.org.uk>
7547         PR c/11234
7548         * gcc.dg/func-ptr-conv-1.c: New test.
7549         * gcc.dg/weak/weak-6.c, gcc.dg/weak/weak-7.c: Update.
7551 2004-01-09  Kazu Hirata  <kazu@cs.umass.edu>
7553         PR target/13380.
7554         * gcc.c-torture/compile/20040109-1.c: New.
7556 2004-01-08  Stuart Hastings  <stuart@apple.com>
7558         * testsuite/gcc.dg/20020523-2.c (bail_if_no_sse): Moved cpu-ID code...
7559         testsuite/gcc.dg/i386-cpuid.h (i386_cpuid): ...to here, to share with...
7560         * testsuite/gcc.dg/i386-sse-6.c: ...this new testcase.
7562 2004-01-09  Alan Modra  <amodra@bigpond.net.au>
7564         * gcc.dg/array-quals-1.c: Accept .data.rel.ro.
7566 2004-01-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
7568         * ada/acats/run_acats: Treat 'gnatchop' the same way
7569         as 'gnatmake'.  Export GCC_DRIVER.
7570         * ada/acats/run_all.sh: Add target_gnatchop.  Use
7571         'host_gnatchop' and 'target_gnatchop' instead of 'gnatshop'.
7573 2004-01-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7575         PR c++/12573
7576         * g++.dg/template/dependent-expr4.C: New test.
7578 2004-01-08  Hartmut Penner  <hpenner@de.ibm.com>
7580         * gcc.dg/altivec-11.c: New test.
7582 2004-01-07  Mark Mitchell  <mark@codesourcery.com>
7584         * g++.dg/abi/vbase10.C: Use -mstructure-size-boundary=8 on ARM.
7586 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
7588         PR c/6024
7589         * gcc.dg/enum-compat-1.c: New test.
7590         * gcc.c-torture/execute/builtin-types-compatible-p.c: Update.
7592 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
7594         PR c/12165
7595         * gcc.dg/array-quals-1.c, gcc.dg/c90-idem-qual-3.c,
7596         gcc.dg/c99-idem-qual-3.c: New tests.
7598 2004-01-07  Alan Modra  <amodra@bigpond.net.au>
7600         * gcc.dg/winline-7.c: Don't cast void * to int.
7602 2004-01-06  Jan Hubicka  <jh@suse.cz>
7604         * gcc.dg/i386-sse-5.c: New test
7605         * g++.dg/eh/simd-1.c: Add -w argument for i386.
7607 2004-01-05  Mark Mitchell  <mark@codesourcery.com>
7609         PR c++/12815
7610         * g++.dg/rtti/typeid4.C: New test.
7612 2004-01-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
7614         * gcc.dg/compat/sdata-section.h: Declare 'abort'.
7616 2004-01-05  Mark Mitchell  <mark@codesourcery.com>
7618         PR c++/12132
7619         * g++.dg/template/error11.C: New test.
7621         PR c++/13451
7622         * g++.dg/template/class2.C: New test.
7624 2004-01-05  Nathan Sidwell  <nathan@codesourcery.com>
7625         Richard Sandiford <rsandifo@redhat.com>
7627         PR c++/13387
7628         * g++.dg/opt/alias3.C: New test.
7630 2004-01-04  Mark Mitchell  <mark@codesourcery.com>
7632         PR c++/13157
7633         * g++.dg/template/koenig3.C: New test.
7635         PR c++/13529
7636         * g++.dg/parse/offsetof3.C: New test.
7638         * g++.dg/init/copy7.C: Add missing dg-error markers.
7640         PR c++/12226
7641         * g++.dg/init/copy7.c: New test.
7643         PR c++/13536
7644         * g++.dg/parse/cast1.C: New test.
7646 2004-01-04  Jan Hubicka  <jh@suse.cz>
7648         * gcc.dg/winline[1-7].c: New tests.
7650 2004-01-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7652         PR c++/13520
7653         * g++.dg/template/qualttp22.C: New test.
7655 2004-01-01  Jan Hubicka  <jh@suse.cz>
7657         * gcc.dg/debug/20031231-1.c: New.
7658         * gcc.c-torture/compile/20040101-1.c: New.
7659         * gcc.dg/dwarf-die-[1-7].c: New.
7661 2004-01-01  Jakub Jelinek  <jakub@redhat.com>
7663         PR optimization/13521
7664         * gcc.c-torture/compile/20031231-1.c: New test.
7666 2003-12-30  Kazu Hirata  <kazu@cs.umass.edu>
7668         * gcc.dg/sibcall-4.c: Replace mn10?00 with mn10300.
7670 2003-12-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7672         PR c++/10079
7673         * g++.dg/template/crash16.C: New test.
7675 2003-12-30  Mark Mitchell  <mark@codesourcery.com>
7677         * g++.dg/abi/vbase10.C: XFAIL on arm*-*-*.
7679 2003-12-30  Kazu Hirata  <kazu@cs.umass.edu>
7681         * g++.old-deja/g++.jason/thunk2.C: Remove traces of dead
7682         ports.
7683         * g++.old-deja/g++.jason/thunk3.C: Likewise.
7684         * g++.old-deja/g++.law/profile1.C: Likewise.
7685         * gcc.c-torture/compile/981006-1.c: Likewise.
7686         * gcc.c-torture/execute/loop-2e.x: Likewise.
7687         * gcc.c-torture/execute/loop-2f.x: Remove.
7688         * gcc.c-torture/execute/loop-2g.x: Likewise.
7689         * gcc.c-torture/execute/strct-varg-1.x: Likewise.
7690         * gcc.dg/20020312-2.c: Remove traces of dead ports.
7692 2003-12-30  Nathan Sidwell  <nathan@codesourcery.com>
7694         PR c++/13507
7695         * g++.dg/ext/attrib11.C: New test.
7697         PR c++/13494
7698         * g++.dg/template/array2-1.C: New test.
7699         * g++.dg/template/array2-2.C: New test.
7701 2003-12-29  Mark Mitchell  <mark@codesourcery.com>
7703         * g++.old-deja/g++.pt/static11.C: Correct XFAIL syntax.
7705 2003-12-29  Nathan Sidwell  <nathan@codesourcery.com>
7707         PR c++/12774
7708         * g++.dg/template/array1-1.C: New test.
7709         * g++.dg/template/array1-2.C: New test.
7711 2003-12-29  Roger Sayle  <roger@eyesopen.com>
7713         PR fortran/12632
7714         * g77.dg/12632.f: New test case.
7716 2003-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7718         PR c++/13289
7719         * g++.dg/parse/nontype1.C: New test.
7721 2003-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7723         PR c++/12403
7724         * g++.dg/parse/explicit1.C: New test.
7725         * g++.old-deja/g++.pt/explicit71.C: Adjust expected error.
7727 2003-12-28  Mark Mitchell  <mark@codesourcery.com>
7729         PR c++/13081
7730         * g++.dg/opt/inline6.C: New test.
7732         PR c++/12613
7733         * g++.dg/parse/error9.C: New test.
7735         * gcc.dg/const-elim-1.c: XFAIL on arm-*-*.
7737 2003-12-28  Mark Mitchell  <mark@codesourcery.com>
7739         PR c++/13009
7740         * g++.dg/init/assign1.C: New test.
7742 2003-12-28  Roger Sayle  <roger@eyesopen.com>
7744         PR c++/13070
7745         * g++.dg/warn/format3.C: New test case.
7747 2003-12-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7749         * gcc.c-torture/compile/20031227-1.c: New test.
7751 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
7753         * g++.dg/bprob/bprob.exp: Load target-supports.exp
7754         * g77.dg/bprob/bprob.exp: Likewise.
7755         * gcc.misc-tests/bprob.exp: Likewise.
7756         * gcc.dg/builtins-18.c: Use builtins-config.h.  Do not test float
7757         variants on systems where the library does not provide that
7758         functionality.
7759         * gcc.dg/builtins-20.c: Use builtins-config.h.
7760         * gcc.dg/builtins-config.h: New file.
7762 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
7764         * lib/gcc-dg.exp (dg-require-profiling): New function.
7765         * lib/target-supports.exp (check_profiling_available): Likewise.
7766         * g++.dg/bprob/bprob.exp: Use check_profiling_available.
7767         * g77.dg/bprob/bprob.exp: Likewise.
7768         * gcc.misc-tests/bprob.exp: Likewise.
7769         * g++.old-deja/g++.law/profile1.C: Use dg-require-profiling.
7770         * gcc.dg/20021014-1.c: Likewise.
7771         * gcc.dg/nest.c: Likewise.
7773 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
7775         * g++.dg/lookup/java1.C: Use -fdollars-in-identifiers when
7776         compiling.
7777         * g++.dg/lookup/java2.C: Likewise.
7778         * gcc.dg/cpp/lexident.c: Likewise.
7780 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
7782         * gcc.c-torture/compile/20020604-1.c: XFAIL on H8 if -mn is
7783         given.
7784         * gcc.c-torture/compile/961203-1.c: Likewise.
7785         * gcc.c-torture/compile/980506-1.c: Likewise.
7787 2003-12-23  Zack Weinberg  <zack@codesourcery.com>
7789         * lib/gcc-dg.exp (dg-prune-output): New annotation.
7790         (additional_prunes): New global.
7791         (gcc-dg-prune): Handle additional per-test pruning.
7792         (dg-test): Clear additional_prunes between tests.
7794         * gcc.c-torture/compile/920625-1.c: Remove xfail.  Use
7795         dg-prune-output to avoid spurious failures from assembler
7796         complaining about nonexistent WAW violations.
7797         * gcc.c-torture/compile/981223-1.c: Remove dg-options line.
7798         Use dg-prune-output to avoid spurious failures from assembler
7799         warning about Itanium B-step errata.
7801 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
7803         * g++.dg/abi/macro0.C: New test.
7804         * g++.dg/abi/macro1.C: Likewise.
7805         * g++.dg/abi/macro2.C: Likewise.
7807         * g++.dg/abi/bitfield5.C: Add explicit -fabi-version=1 option.
7808         * g++.dg/abi/bitfield7.C: Likewise.
7809         * g++.dg/abi/dtor2.C: Likewise.
7810         * g++.dg/abi/mangle11.C: Likewise.
7811         * g++.dg/abi/mangle12.C: Likewise.
7812         * g++.dg/abi/mangle14.C: Likewise.
7813         * g++.dg/abi/mangle17.C: Likewise.
7814         * g++.dg/abi/vbase10.C: Likewise.
7815         * g++.dg/abi/vbase14.C: Likewise.
7816         * g++.dg/template/qualttp17.C: Likewise.
7818 2003-12-21  Andrew Pinski  <pinskia@physics.uc.edu>
7820         PR c/11995
7821         * gcc.dg/20031223-1.c: New test.
7823 2003-12-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
7825         * gcc.dg/noreturn-7.c: New test.
7827 2003-12-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
7829         * gcc.dg/null-pointer-1.c: New test.
7831 2003-12-22  Mark Mitchell  <mark@codesourcery.com>
7833         * g++.old-deja/g++.jason/template18.C: Remove.
7834         * g++.old-deja/g++.jason/template37.C: Likewise.
7836         PR c++/12862
7837         * g++.dg/lookup/ns1.C: New test.
7839         PR c++/12397
7840         * g++.dg/template/lookup3.C: New test.
7842 2003-12-22  Andrew Pinski  <pinskia@physics.uc.edu>
7844         * g++.dg/template/recurse1.C: New test
7846 2003-12-22  Mark Mitchell  <mark@codesourcery.com>
7848         PR c++/12479
7849         * g++.dg/parse/semicolon1.C: New test.
7850         * g++.dg/parse/semicolon1.h: Likewise.
7852 2003-12-22  Fariborz Jahanian <fjahanian@apple.com>
7854         * gcc.dg/darwin-misaligned.c: New test.
7856 2003-12-22  Andrew Pinski  <pinskia@physics.uc.edu>
7858         PR c/9163
7859         * gcc.dg/20031222-1.c: New test.
7861 2003-12-21  Mark Mitchell  <mark@codesourcery.com>
7863         PR c++/13438
7864         * g++.dg/parse/error8.C: New test.
7866         PR c++/11554
7867         * testsuite/g++.dg/warn/ctor-init-1.C: New test.
7869 2003-12-21  Kazu Hirata  <kazu@cs.umass.edu>
7871         * gcc.c-torture/compile/20020910-1.c: Disable if __INT_MAX is
7872         too small.
7873         * gcc.c-torture/compile/930217-1.c: Likewise.
7874         * gcc.c-torture/compile/930513-1.c: Likewise.
7875         * gcc.c-torture/execute/920908-2.c: Likewise.
7876         * gcc.c-torture/execute/921204-1.c: Likewise.
7877         * gcc.c-torture/execute/930621-1.c: Likewise.
7878         * gcc.c-torture/execute/930630-1.c: Likewise.
7879         * gcc.c-torture/execute/931031-1.c: Likewise.
7880         * gcc.c-torture/execute/980602-2.c: Likewise.
7881         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
7882         * gcc.c-torture/execute/compndlit-1.c: Likewise.
7883         * gcc.c-torture/execute/extzvsi.c: Likewise.
7884         * gcc.c-torture/unsorted/ext.c: Likewise.
7886 2003-12-20  Andrew Pinski  <pinskia@gcc.gnu.org>
7888         PR target/12749
7889         * gcc.c-torture/compile/20031220-2.c: New test case.
7891 2003-12-20  Roger Sayle  <roger@eyesopen.com>
7893         PR optimization/13031
7894         * gcc.c-torture/compile/20031220-1.c: New test case.
7896 2003-12-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
7898         * gcc.dg/cast-function-1.c: New test.
7900 2003-12-19  Joseph S. Myers  <jsm@polyomino.org.uk>
7902         * gcc.dg/format/ext-1.c: Allow 'I' flag on floating point decimal
7903         formats.
7905 2003-12-19  Mark Mitchell  <mark@codesourcery.com>
7907         PR c++/12795
7908         * g++.dg/ext/attrib10.C: New test.
7910 2003-12-19  Jakub Jelinek  <jakub@redhat.com>
7912         * gcc.dg/cleanup-10.c: New test.
7913         * gcc.dg/cleanup-11.c: New test.
7915 2003-12-19  Jakub Jelinek  <jakub@redhat.com>
7917         PR c++/13239
7918         * g++.dg/opt/expect1.C: New test.
7920 2003-12-19  Hartmut Penner  <hpenner@de.ibm.com>
7922         * gcc.dg/altivec-varargs-1.c: Enable testcase on ppc linux.
7924 2003-12-18  Andrew Pinski  <pinskia@physics.uc.edu>
7926         PR debug/12923
7927         * gcc.dg/20031218-1.c: New test.
7929         PR debug/12389
7930         * gcc.dg/20031218-2.c: New test.
7931         * gcc.dg/20031218-3.c: New test.
7933         * g++.dg/abi/mangle18-1.C: Modify regexp to test for `[: \t\n]' at end
7934         of label name and allow for USER_LABEL_PREFIX == "_" names.
7935         * g++.dg/abi/mangle18-2.C: Likewise.
7936         * g++.dg/abi/mangle19-1.C: Likewise.
7937         * g++.dg/abi/mangle19-2.C: Likewise.
7938         * g++.dg/abi/mangle20-1.C: Likewise.
7939         * g++.dg/abi/mangle20-2.C: Likewise.
7941 2003-12-18  Richard Henderson  <rth@redhat.com>
7943         * gcc.dg/bitfld-1.c: Expect warnings for enum bitfields.
7945 2003-12-18  Steven Bosscher  <steven@gcc.gnu.org>
7946             Dan Kegel <dank@kegel.com>
7948         PR other/12009
7949         * g++.dg/compat/compat.exp:  Do not set LD_LIBRARY_PATH when
7950         testing a cross compiler, it causes spurious compile failures.
7951         * lib/g++.exp: Likewise.
7953 2003-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7955         PR c++/13262
7956         * g++.dg/template/access13.C: New test.
7958 2003-12-18  Ulrich Weigand  <uweigand@de.ibm.com>
7960         * gcc.dg/20031216-1.c: New test.
7962 2003-12-18  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7964         PR c++/9154
7965         * g++.dg/template/error10.C: New test.
7967 2003-12-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
7969         * g++.dg/eh/simd-1.C: XFAIL on SPARC.
7970         * g++.dg/eh/simd-2.C: Likewise.
7972 2003-12-17  James E Wilson  <wilson@specifixinc.com>
7973             Roger Sayle  <roger@eyesopen.com>
7975         * gcc.c-torture/execute/ieee/mzero5.c: New.
7977 2003-12-17  Mark Mitchell  <mark@codesourcery.com>
7979         PR c++/10603
7980         * g++.dg/parse/error6.C: New test.
7982         PR c++/12827
7983         * g++.dg/parse/error7.C: New test.
7985 2003-12-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
7987         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Do not run debug-[12].c
7988         at -O with stabs debugging formats.
7989         * gcc.dg/debug/debug-1.c: Turn 'p' into a global variable.
7990         * gcc.dg/debug/debug-2.c: Likewise.
7992 2003-12-16  Mark Mitchell  <mark@codesourcery.com>
7994         PR c++/12696
7995         * g++.dg/init/error1.C: New test.
7997         PR c++/12218
7998         * g++.dg/init/pm3.C: New test.
8000 2003-12-17  Joseph S. Myers  <jsm@polyomino.org.uk>
8002         PR c/3347
8003         * gcc.dg/bitfld-8.c: New test.
8005 2003-12-16  James Lemke  <jim@wasabisystems.com>
8007         * gcc.dg/arm-scd42-[123].c: New tests.
8009 2003-12-16  Nathan Sidwell  <nathan@codesourcery.com>
8011         PR c++/9043
8012         * g++.dg/abi/mangle20-1.C: New test.
8013         * g++.dg/abi/mangle20-2.C: New test.
8015 2003-12-16  Mark Mitchell  <mark@codesourcery.com>
8017         PR c++/13275
8018         * g++.dg/other/offsetof2.C: Remove XFAIL.
8019         * g++.dg/parse/offsetof1.C: New test.
8020         * g++.gd/parse/offsetof2.C: Likewise.
8022 2003-12-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8024         * g++.dg/template/nontype3.C: New test.
8025         * g++.dg/template/static2.C: Tweaked the dg-error clause.
8027 2003-12-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8029         * g++.dg/warn/noreturn-3.C: Also test instantiation.
8031 2003-12-16  Nathan Sidwell  <nathan@codesourcery.com>
8033         PR c++/13387
8034         * g++.dg/expr/assign1.C: New test.
8036         PR c++/13242
8037         * g++.dg/abi/mangle19-1.C: New test.
8038         * g++.dg/abi/mangle19-2.C: New test.
8040 2003-12-16  Hartmut Penner  <hpenner@de.ibm.com>
8042         * testsuite/gcc.dg/altivec-10.c: Test vec_cmple and vec_all_numeric.
8044 2003-12-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
8046         * gcc.c-torture/execute/20031216-1.c: New test.
8048 2003-12-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8050         * g++.dg/template/ptrmem7.C: Simplified the test case to not hit
8051         an ICE regression.
8053 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
8055         PR c++/10926
8056         * g++.dg/template/error9.C: New test.
8058         PR c++/11116
8059         * g++.dg/template/error8.C: New test.
8061 2003-12-15  Roger Sayle  <roger@eyesopen.com>
8063         PR middle-end/13400
8064         * gcc.c-torture/execute/20031215-1.c: New test case.
8066 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
8068         PR c++/13269
8069         * g++.dg/parse/error5.C: New test.
8071         PR c++/12989
8072         * g++.dg/expr/sizeof1.C: New test.
8074         PR c++/13310
8075         * g++.dg/template/crash15.C: New test.
8077 2003-12-15  Geoffrey Keating  <geoffk@apple.com>
8079         * g++.old-deja/g++.pt/vaarg3.C: Don't expect an error for passing
8080         a non-POD type as the last named parameter of a varargs function.
8082 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
8084         PR c++/13243
8085         PR c++/12573
8086         * g++.dg/template/crash14.C: New test.
8087         * g++.dg/template/dependent-expr3.C: Add dg-error markers.
8089 2003-12-15  Nathan Sidwell  <nathan@codesourcery.com>
8091         * g++.dg/other/java1.C: New test.
8093         PR c++/13241
8094         * g++.dg/abi/mangle18-1.C: New test.
8095         * g++.dg/abi/mangle18-2.C: New test.
8097 2003-12-15  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8099         PR optimization/10312
8100         * gcc.c-torture/execute/20031214-1.c: New.
8102 2003-12-14  Mark Mitchell  <mark@codesourcery.com>
8104         PR c++/10779
8105         PR c++/12160
8106         * g++.dg/parse/error3.C: New test.
8107         * g++.dg/parse/error4.C: Likewise.
8108         * g++.dg/abi/mangle4.C: Tweak error messages.
8109         * g++.dg/lookup/using5.C: Likewise.
8110         * g++.dg/other/error2.C: Likewise.
8111         * g++.dg/parse/typename5.C: Likewise.
8112         * g++.dg/parse/undefined1.C: Likewise.
8113         * g++.dg/template/arg2.C: Likewise.
8114         * g++.dg/template/ttp3.C: Likewise.
8115         * g++.dg/template/type1.C: Likewise.
8116         * g++.old-deja/g++.other/crash32.C: Likewise.
8117         * g++.old-djea/g++.pt/defarg8.C: Likewise.
8119 2003-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8121         PR c++/13106
8122         * g++.dg/warn/noreturn-3.C: New test.
8124 2003-12-12  Nathan Sidwell  <nathan@codesourcery.com>
8126         PR c++/13118
8127         * g++.dg/abi/covariant3.C: New.
8129 2003-12-12  Jakub Jelinek  <jakub@redhat.com>
8131         * g++.dg/eh/ia64-1.C: New test.
8133 2003-12-12  Roger Sayle  <roger@eyesopen.com>
8135         PR optimization/13037
8136         * g77.f-torture/execute/13037.f: New test case.
8138 2003-12-12  Nathan Sidwell  <nathan@codesourcery.com>
8140         PR c++/12881
8141         * g++.dg/abi/covariant2.C: New.
8143 2003-12-12  Neil Booth  <neil@daikokuya.co.uk>
8145         * testsuite/gcc.dg/cpp/trad/macro.c: New tests.
8147 2003-12-11  Zack Weinberg  <zack@codesourcery.com>
8149         * gcc.c-torture/execute/wchar_t-1.x: Delete.
8151 2003-12-10  Robert Schiele  <rschiele@uni-mannheim.de>
8153         PR other/10819
8154         * lib/gcc.exp (default_gcc_version): Do not match NL/CR characters
8155         to fix Bug 10819.
8156         * lib/g++.exp (g++_version): Likewise.
8157         * lib/g77.exp (g77_version): Likewise.
8158         * lib/objc.exp (default_objc_version): Likewise.
8160 2003-12-10  Richard Henderson  <rth@redhat.com>
8162         * gcc.c-torture/execute/wchar_t-1.c: Convert to utf-8.
8164         * gcc.dg/intermod-1.c: Adjust assembler scan pattern for alpha.
8166 2003-12-08  Matt Austern  <austern@apple.com>
8168         PR c/13134
8169         * lib/gcc-dg.exp (dg-require-visibility): Define.
8170         * lib/target-supports (check_visibility_available): Define.
8171         * gcc.dg/visibility-1.c: New test.
8172         * gcc.dg/visibility-2.c: Likewise.
8173         * gcc.dg/visibility-3.c: Likewise.
8174         * gcc.dg/visibility-4.c: Likewise.
8175         * gcc.dg/visibility-5.c: Likewise.
8176         * gcc.dg/visibility-6.c: Likewise.
8177         * g++.dg/ext/visibility-1.C: Likewise.
8178         * g++.dg/ext/visibility-2.C: Likewise.
8179         * g++.dg/ext/visibility-3.C: Likewise.
8180         * g++.dg/ext/visibility-4.C: Likewise.
8181         * g++.dg/ext/visibility-5.C: Likewise.
8182         * g++.dg/ext/visibility-6.C: Likewise.
8184 2003-12-07  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8186         * g++.dg/lookup/java1.C: New test.
8187         * g++.dg/lookup/java2.C: New test.
8189 2003-12-07  Falk Hueffner  <falk@debian.org>
8191         * g++.dg/opt/noreturn-1.C: New test.
8193 2003-12-07  Wolfgang Bangerth  <bangerth@dealii.org>
8195         * gcc.dg/overflow-1.c: New test.
8197 2003-12-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
8199         * g77.f-torture/compile/13060.f: New test.
8201 2003-12-06  Mark Mitchell  <mark@codesourcery.com>
8203         PR c++/13323
8204         * g++.dg/inherit/operator2.C: New test.
8206 2003-12-05  Mark Mitchell  <mark@codesourcery.com>
8208         PR c++/13305
8209         * g++.dg/ext/attrib9.C: New test.
8211 2003-12-05  Mark Mitchell  <mark@codesourcery.com>
8213         PR c++/13314
8214         * g++.dg/template/error7.C: New test.
8216 2003-12-05  Stuart Menefy <stuart.menefy@st.com>
8217             J"orn Rennecke <joern.rennecke@superh.com>
8219         PR target/13302
8220         * g++.dg/other/struct-va_list.C: New test.
8222 2003-12-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8224         PR c++/13166
8225         * g++.dg/parse/defarg6.C: New test.
8227 2003-12-05  Hans-Peter Nilsson  <hp@axis.com>
8229         PR target/13256
8230         * gcc.c-torture/execute/20031201-1.c: New test.
8232 2003-12-05  Arnaud Charlet  <charlet@act-europe.fr>
8234         * ada/acats/run_acats: Add checks against missing gnatlib/gnattools.
8236 2003-12-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
8238         * gcc.dg/builtin-return-1.c: New test.
8240 2003-12-04  Stuart Menefy <stuart.menefy@st.com>
8241             J"orn Rennecke <joern.rennecke@superh.com>
8243         PR optimization/13260
8244         * gcc.c-torture/execute/20031204-1.c: New test.
8246 2003-12-03  Mark Mitchell  <mark@codesourcery.com>
8248         PR c++/9127
8249         * g++.dg/template/error6.C: New test.
8251 2003-12-03  Jakub Jelinek  <jakub@redhat.com>
8253         * gcc.dg/20031202-1.c: New test.
8255 2003-12-03  Mark Mitchell  <mark@codesourcery.com>
8257         PR c++/13179
8258         * g++.dg/template/eh1.C: New test.
8260         PR c++/10771
8261         * g++.dg/template/error5.C: New test.
8263 2003-12-02  David Ung  <davidu@mips.com>
8265         * gcc.dg/compat/vector-check.h: Corrected type for var
8266         g_##TMODE
8268 2003-12-02  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8270         PR c++/10126
8271         * g++.dg/template/ptrmem8.C: New test.
8273 2003-12-02  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8275         PR c++/12573
8276         * g++.dg/template/dependent-expr3.C: New test.
8278 2003-12-01  James Lemke  <jim@wasabisystems.com>
8280         * gcc.dg/arm-g2.c: New test.
8282 2003-12-01  Roger Sayle  <roger@eyesopen.com>
8284         PR optimization/11634
8285         * gcc.dg/20031201-2.c: New test case.
8287 2003-12-01  Zack Weinberg  <zack@codesourcery.com>
8289         PR 11433
8290         * objc.dg/proto-lossage-3.m: New test.
8292 2003-12-01  Roger Sayle  <roger@eyesopen.com>
8294         PR optimization/12628
8295         * gcc.dg/20031201-1.c: New test case.
8297 2003-12-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
8299         * gcc.dg/unaligned-1.c: New test.
8301 2003-11-30  Mark Mitchell  <mark@codesourcery.com>
8303         PR c++/9849
8304         * g++.dg/template/error4.C: New test.
8305         * g++.dg/template/nested3.C: Adjust error markers.
8307 2003-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8309         * gcc.dg/cpp/assert4.c: Check more #system assertions.
8311 2003-11-29  Joseph S. Myers  <jsm@polyomino.org.uk>
8313         PR c/10333
8314         * gcc.dg/bitfld-7.c: New test.
8316 2003-11-29  Richard Sandiford  <rsandifo@redhat.com>
8318         * gcc.dg/tls/asm-1.C: New test.
8320 2003-11-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8322         * gcc.dg/cpp/assert4.c: Update.
8324 2003-11-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
8326         * gcc.dg/builtin-apply2.c: Set size of stack argument data to 64.
8327         * gcc.dg/builtin-apply3.c: New test.
8329 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
8331         * lib/compat.exp (compat-obj): New xfaildata parameter.
8332         Use it to set compiler_conditional_xfail_data before compiling.
8333         (compat-get-options): Handle dg-xfail-if.
8334         (compat-execute): Retrieve XFAIL data and pass them to compat-obj.
8335         * gcc.dg/compat/vector-1_x.c: XFAIL on SPARC.
8336         * gcc.dg/compat/vector-1_y.c: Likewise.
8337         * gcc.dg/compat/vector-2_x.c: Likewise.
8338         * gcc.dg/compat/vector-2_y.c: Likewise.
8340 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
8342         * g++.dg/opt/reg-stack4.C: New test.
8344 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
8346         * gcc.dg/builtin-apply2.c: New test.
8348 2003-11-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
8350         * gcc.c-torture/compile/20031023-4.c: Don't XFAIL on SPARC64.
8352 2003-11-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8354         PR c++/12924
8355         * g++.dg/template/template-id-2.C: New test.
8357 2003-11-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8359         PR c++/5369
8360         * g++.dg/template/memfriend1.C: New test.
8361         * g++.dg/template/memfriend2.C: Likewise.
8362         * g++.dg/template/memfriend3.C: Likewise.
8363         * g++.dg/template/memfriend4.C: Likewise.
8364         * g++.dg/template/memfriend5.C: Likewise.
8365         * g++.dg/template/memfriend6.C: Likewise.
8366         * g++.dg/template/memfriend7.C: Likewise.
8367         * g++.dg/template/memfriend8.C: Likewise.
8368         * g++.old-deja/g++.pt/friend44.C: Remove a bogus error.
8370 2003-11-21  Mark Mitchell  <mark@codesourcery.com>
8372         PR c++/12515
8373         * g++.dg/ext/cond1.C: New test.
8375 2003-11-20  Richard Henderson  <rth@redhat.com>
8377         * gcc.dg/20020201-2.c: Remove.
8378         * gcc.dg/20020201-4.c: Remove.
8379         * gcc.dg/20020304-1.c: Remove.
8381 2003-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8383         * gcc.dg/cpp/trad/xwin1.c: New test case.
8385 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
8387         * g++.dg/compat/compat.exp: Add DYLD_LIBRARY_PATH for darwin.
8388         * lib/g77.exp: Likewise.
8389         * lib/objc.exp: Likewise.
8390         * lib/g++.exp: Likewise, add -multiply_defined suppress flag
8391         for darwin.
8393 2003-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8395         PR c++/12932
8396         * g++.dg/template/static5.C: New test.
8398 2003-11-18  Joseph S. Myers  <jsm@polyomino.org.uk>
8400         * gcc.dg/nested-func-1.c: New test.
8402 2003-11-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8404         * gcc.dg/cpp/assert4.c: New test.
8406 2003-11-14  Giovanni Bajo  <giovannibajo@libero.it>
8408         PR c++/2294
8409         * g++.dg/lookup/using9.c: New test.
8411 2003-11-14  Mark Mitchell  <mark@codesourcery.com>
8413         PR c++/12762
8414         * g++.dg/template/error3.C: New test.
8416 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
8418         PR ada/13035
8419         * ada/acats/run_acats, run_all.sh: Fix syntax error.
8420         No longer use a wrapper for gcc, since this does not work under
8421         Windows.
8423 2003-11-14  Giovanni Bajo  <giovannibajo@libero.it>
8425         PR c++/2094
8426         * g++.dg/template/ptrmem7.C: New test.
8428 2003-11-13  Andrew Pinski <apinski@apple.com>
8430         * gcc.c-torture/compile/20031113-1.c: New test.
8432 2003-11-13  Mark Mitchell  <mark@codesourcery.com>
8433             Kean Johnston <jkj@sco.com>
8435         PR c/13029
8436         * gcc.dg/unused-4.c: Update.
8438 2003-11-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
8440         * g++.dg/opt/const3.C: New test.
8442 2003-11-13  Jan Hubicka  <jh@suse.cz>
8444         * gcc.c-torture/compile/20031112-1.c: New test.
8446 2003-11-12  Mark Mitchell  <mark@codesourcery.com>
8448         * g++.dg/parse/crash10.C: Remove bogus error marker.
8450 2003-11-12  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8452         * ada/acats/run_acats (host_gnatmake): Use type in a /bin/sh script.
8453         (host_gcc): Likewise.
8454         (ROOT): Honor $PWDCMD.
8455         (BASE): Likewise.
8456         * ada/acats/run_all.sh (dir): Honor $PWDCMD.
8458 2003-11-12  Catherine Moore  <clm@redhat.com>
8460         * gcc.c-torture/execute/20020720-1.x:  Add xfail for frv-*-*.
8462 2003-11-12  Andreas Jaeger  <aj@suse.de>
8463             Jakub Jelinek  <jakub@redhat.com>
8464             Andrew Pinski  <pinskia@physics.uc.edu>
8465             Richard Henderson  <rth@redhat.com>
8467         * gcc.dg/c90-const-expr-2.c (foo): Avoid extra warning on 64-bit
8468         systems.
8469         * gcc.dg/c99-const-expr-2.c (foo): Likewise.
8471         * gcc.dg/20030926-1.c: Make it work on x86_64 systems.
8472         * gcc.dg/i386-pentium4-not-mull.c: Likewise.
8474 2003-11-11  Andreas Jaeger  <aj@suse.de>
8476         * gcc.c-torture/execute/20020720-1.x: Test passes also on x86_64.
8478         * gcc.c-torture/execute/20020227-1.x: Test passes also on x86_64.
8480 2003-11-10  Arnaud Charlet  <charlet@act-europe.fr>
8482         * ada/acats/run_all.sh: Add handling of unsupported (tasking) tests.
8483         Clean ups.
8485 2003-11-10  Waldek Hebisch  <hebisch@math.uni.wroc.pl>
8487         * gcc.dg/trampoline-1.c: New test.
8489 2003-11-09  Andrew Pinski  <pinskia@physics.uc.edu>
8491         * gcc.c-torture/compile/200031109-1.c: New test.
8493 2003-11-08  Joseph S. Myers  <jsm@polyomino.org.uk>
8495         PR c/3190
8496         PR c/8714
8497         * gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
8498         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/ext3.c,
8499         gcc.dg/format/no-y2k-1.c: Update.
8501 2003-11-08  Roger Sayle  <roger@eyesopen.com>
8503         PR optimization/10467
8504         * gcc.dg/20031108-1.c: New test case.
8506 2003-11-07  Geoffrey Keating  <geoffk@apple.com>
8508         * gcc.dg/pch/warn-1.c: Allow for more helpful error message.
8510 2003-11-08  Joseph S. Myers  <jsm@polyomino.org.uk>
8512         * gcc.dg/compound-lvalue-1.c: New test.
8513         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Remove
8514         some XFAILs.
8516 2003-11-06  Geoffrey Keating  <geoffk@apple.com>
8518         * gcc.dg/altivec-varargs-1.c: New test.
8520 2003-11-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
8522         * gcc.c-torture/compile/20031023-4.c: XFAIL on SPARC64
8523         * gcc.c-torture/compile/simd-5.c: XFAIL on SPARC64 at -O0 and -O1.
8524         * gcc.c-torture/execute/simd-4.x: New file.  XFAIL on SPARC at -O0.
8525         * gcc.c-torture/execute/va-arg-25.x: New file.  XFAIL on SPARC.
8526         * gcc.dg/uninit-C.c: XFAIL on non 64-bit Solaris versions.
8528 2003-11-05  Joseph S. Myers  <jsm@polyomino.org.uk>
8530         * gcc.dg/cond-lvalue-1.c: New test.
8532 2003-11-05  Gernot Hillier  <gernot.hillier@siemens.com>
8534         * g++.old-deja/g++.pt/asm1.C: Enable for e.g. x86_64-*-linux-gnu.
8536 2003-11-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8538         PR c++/11616
8539         * g++.dg/template/instantiate5.C: New test.
8541 2003-11-03  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
8543         PR c++/12726
8544         * g++.dg/ext/complit2.C: Replace test with self-contained version.
8545         * ChangeLog: Add missing first entry for above test.
8547 2003-11-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8549         PR c++/9810
8550         * g++.dg/template/using8.C: New test.
8551         * g++.old-deja/g++.other/access11.C: Adjust expected error location.
8553 2003-11-02  Roger Sayle  <roger@eyesopen.com>
8555         PR optimization/10817
8556         * gcc.c-torture/compile/20031102-1.c: New test case.
8558 2003-11-02  Kazu Hirata  <kazu@cs.umass.edu>
8560         * gcc.c-torture/execute/va-arg-25.c: Enable only if INT_MAX ==
8561         2147483647.
8563 2003-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
8565         * gcc.dg/20031102-1.c: New test.
8567 2003-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
8569         * gcc.dg/complex-1.c: New test.
8571 2003-11-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8573         PR c++/12796
8574         * g++.dg/template/crash13.C: Adjust expected error location.
8575         * g++.old-deja/g++.brendan/ns1.C: Likewise.
8577 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
8579         * g++.dg/bprob/bprob.exp: Disable test on arm-elf configs.
8581 2003-10-31  Josef Zlomek  <zlomekj@suse.cz>
8583         PR/10239
8584         * gcc.c-torture/compile/20031031-2.c: New test.
8586 2003-10-31  Josef Zlomek  <zlomekj@suse.cz>
8588         PR/11640
8589         * gcc.c-torture/compile/20031031-1.c: New test.
8591 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
8593         * g77.dg/bprob/bprob.exp: Disable test on arm-elf configs.
8594         * gcc.misc-tests/bprob.exp: Likewise.
8595         * g77.dg/execute/20001201.x, 6367.x, io0.x, io1.x, u77-test.x: XFAIL
8596         the execution test on arm-elf configs.
8597         * g77.dg/execute/10197.x: New file.  XFAIL the execution test on
8598         configs that don't support scratch files.
8599         * g77.dg/execute/u77-test.x: XFAIL compilation on arm-elf configs.
8601 2003-10-30  Arnaud Charlet  <charlet@act-europe.fr>
8603         * ada/acats/run_all.sh: Do not print PASS messages to stdout, as
8604         done by dejagnu.
8606 2003-10-29  Arnaud Charlet  <charlet@act-europe.fr>
8608         * ada/acats/run_all.sh: Redirect mv output to /dev/null
8609         Avoid non pure sh syntax. Add more logging.
8611         * ada/acats/norun.lst: Disable cdd2a03, since it is expected to
8612         fail.
8614 2003-10-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8616         PR libgcj/10610
8617         * gcc.dg/ppc-stackalign-1.c: New test.
8619 2003-10-28  Arnaud Charlet  <charlet@act-europe.fr>
8621         * ada/acats/run_all.sh: Change output to be more compliant with
8622         dejagnu framework.
8623         Create acats.sum and acats.log files under testsuite/ada/acats
8624         Only run [a-z]* directories, to filter out e.g. CVS.
8625         Redirect build output to log file.
8627 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
8629         * README.ada: Removed, integrated in ../doc/sourcebuild.texi
8631 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
8633         PR ada/5909:
8634         * README.ada, ada/acats: Import ACATS 2.5 for GCC Ada test suite.
8636 2003-10-27  Jakub Jelinek  <jakub@redhat.com>
8638         * gcc.c-torture/compile/20031023-1.c: New test.
8639         * gcc.c-torture/compile/20031023-2.c: New test.
8640         * gcc.c-torture/compile/20031023-3.c: New test.
8641         * gcc.c-torture/compile/20031023-4.c: New test.
8643 2003-10-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8645         PR c++/10371
8646         * g++.dg/lookup/scoped8.C: New test.
8648 2003-10-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
8650         * g++.dg/opt/reg-stack3.C: New test.
8652 2003-10-24  Joseph S. Myers  <jsm@polyomino.org.uk>
8654         * gcc.dg/c99-arraydecl-2.c: New test.  PR c/11943.
8656 2003-10-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8658         PR c++/11076
8659         * g++.dg/template/crash13.C: New test.
8661 2003-10-24  Joseph S. Myers  <jsm@polyomino.org.uk>
8663         * gcc.dg/c99-restrict-2.c: New test.
8665 2003-10-24  Nathan Sidwell  <nathan@codesourcery.com>
8667         PR c++/12698, c++/12699, c++/12700, c++/12566
8668         * g++.dg/inherit/covariant9.C: New test.
8669         * g++.dg/inherit/covariant10.C: New test.
8670         * g++.dg/inherit/covariant11.C: New test.
8672 2003-10-23  Jason Merrill  <jason@redhat.com>
8674         PR c++/12726
8675         * g++.dg/ext/complit2.C: New test.
8677 2003-10-20  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
8679         PR target/12654
8680         * gcc.c-torture/execute/20031020-1.c: New test.
8682 2003-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8684         * gcc.dg/old-style-asm-1.c: Also check for (set (pc) on lines
8685         following the jump_insn.
8687 2003-10-22  Joseph S. Myers  <jsm@polyomino.org.uk>
8689         * gcc.dg/cast-lvalue-1.c: New test.
8691 2003-10-21  Mark Mitchell  <mark@codesourcery.com>
8693         PR c++/11962
8694         * g++.dg/template/cond2.C: New test.
8696 2003-10-20  Joseph S. Myers  <jsm@polyomino.org.uk>
8698         * gcc.dg/builtins-28.c: New test.
8700 2003-10-20  Jan Hubicka  <jh@suse.cz>
8702         * testsuite/g++.dg/opt/inline4.C: Do not use min-inline-insns
8703         parameter.
8704         * testsuite/gcc.dg/inline-2.c: Likewise.
8706 2003-10-20  Phil Edwards  <phil@codesourcery.com>
8708         * gcc.dg/20021014-1.c:  XFAIL for *-*-windiss targets.
8709         * gcc.dg/nest.c:  Likewise.
8711 2003-10-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8713         PR c++/9781, c++/10583, c++/11862
8714         * g++.dg/parse/crash13.C: New test.
8716 2003-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8718         * gcc.dg/old-style-asm-1.c: Count jump_insns instead of labels.
8720 2003-10-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
8722         * gcc.dg/builtins-18.c: Wrap C99 tests with HAVE_C99_RUNTIME.
8723         Define HAVE_C99_RUNTIME except on Solaris.
8724         * gcc.dg/builtins-20.c: Likewise.
8726 2003-10-19  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8728         * gcc.dg/old-style-asm-1.c: Use scan-assembler-times.
8730 2003-10-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8732         PR c++/12495
8733         * g++.dg/template/crash21.C: New test.
8735 2003-10-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8737         PR c++/2513
8738         * g++.dg/template/typename5.C: New test.
8740 2003-10-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8742         PR c++/12369
8743         * g++.dg/template/friend25.C: New test.
8745 2003-10-16  Ziemowit Laski  <zlaski@apple.com>
8747         * objc.dg/try-catch-2.m: Relax target triple to all Darwin
8748         versions.
8750 2003-10-16  Kazu Hirata  <kazu@cs.umass.edu>
8752         * gcc.c-torture/execute/20031003-1.c: Enable only when INT_MAX
8753         == 2147483647.
8755 2003-10-15  Kazu Hirata  <kazu@cs.umass.edu>
8757         * gcc.c-torture/execute/960416-1.x: Remove.
8758         * gcc.c-torture/execute/divconst-3.x: Likewise.
8760 2003-10-15  Hans-Peter Nilsson  <hp@axis.com>
8762         PR target/12598
8763         * gcc.dg/torture/cris-volatile-1.c: New test.
8765 2003-10-14  Roger Sayle  <roger@eyesopen.com>
8767         PR optimization/9325
8768         * gcc.c-torture/execute/20031003-1.c: Remove non-portable tests
8769         for overflowing floating point to integer conversion during RTL
8770         simplification.
8772 2003-10-13  Ziemowit Laski  <zlaski@apple.com>
8774         * objc/execute/_cmd.m: Fix typo.
8775         * objc.dg/image-info.m, objc.dg/symtab-1.m:
8776         Relax 'scan-assembler' regexp.
8777         * objc.dg/try-catch-1.m, objc.dg/try-catch-3.m,
8778         objc.dg/try-catch-4.m: Run on non-Darwin targets.
8779         * objc.dg/zero-link-2.m: Remove blank line.
8780         * objc.dg/zero-link-3.m: New test case.
8782 2003-10-13  Geoffrey Keating  <geoffk@apple.com>
8784         * g77.f-torture/execute/980520-1.x: XFAIL at -O0.
8786         * gcc.dg/asm-names.c: Use scan-assembler-not rather
8787         than linker trickery.
8789 2003-10-13  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
8791         PR c++/12370
8792         * g++.dg/other/friend2.C: New test.
8794 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
8796         * gcc.dg/20031012-1.c: New test.
8798 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
8800         * gcc.dg/weak/weak-3.c: Fix for new warning.
8802 2003-10-12  Kelley Cook  <kcook@gcc.gnu.org>
8804         PR optimization/8750
8805         * gcc.c-torture/execute/20031012-1.c: New test case.
8807 2003-10-11  Roger Sayle  <roger@eyesopen.com>
8809         * gcc.c-torture/execute/string-opt-8.c: Don't test optimizations
8810         that inline strncmp as cmpstrsi on i386 when compiled with -Os.
8812 2003-10-11  Roger Sayle  <roger@eyesopen.com>
8814         PR optimization/12260
8815         * gcc.c-torture/compile/20031011-2.c: New test case.
8817 2003-10-11  Roger Sayle  <roger@eyesopen.com>
8819         * gcc.c-torture/execute/20031011-1.c: New testcase.
8821 2003-10-11  Eric Botcazou  <ebotcazou@libertysurf.fr>
8823         * gcc.c-torture/compile/20031011-1.c: New test.
8825 2003-10-11  Jan Hubicka  <jh@suse.cz>
8827         * g++.dg/other/first-global.C: New test.
8829 2003-10-11  Roger Sayle  <roger@eyesopen.com>
8831         * gcc.c-torture/execute/string-opt-18.c: New testcase.
8833 2003-10-10  Ian Lance Taylor  <ian@wasabisystems.com>
8835         * gcc.c-torture/compile/20031010-1.c: New test.
8837 2003-10-10  Geoffrey Keating  <geoffk@apple.com>
8839         * gcc.c-torture/execute/va-arg-24.c: Correct, and rename to...
8840         * gcc.c-torture/execute/va-arg-25.c: ... here.
8842 2003-10-09  Mark Mitchell  <mark@codesourcery.com>
8844         * g++.dg/ext/attrib8.C: Only run it on x86 targets.
8846 2003-10-08  Richard Sandiford  <rsandifo@redhat.com>
8848         * gcc.c-torture/compile/mipscop-[1-4].c: Disable for mips16.
8850 2003-10-08  Giovanni Bajo  <giovannibajo@libero.it>
8852         * g++.dg/parse/error2.C: New test.
8854 2003-10-08  Giovanni Bajo <giovannibajo@libero.it>
8856         PR c++/11097
8857         * g++.dg/other/error5.C: Modify the error message.
8858         * g++.dg/lookup/using8.C: New test.
8860 2003-10-07  Geoffrey Keating  <geoffk@apple.com>
8862         * gcc.dg/darwin-abi-2.c: New file.
8863         * gcc.c-torture/execute/va-arg-24.c: New file.
8865 2003-10-06  Bob Wilson  <bob.wilson@acm.org>
8867         * g++.dg/template/spec10.C: Set exit value to zero on success.  Fix
8868         indentation.
8870 2003-10-06  Mark Mitchell  <mark@codesourcery.com>
8872         PR c++/10147
8873         * g++.dg/other/error4.C: Update error messages.
8874         * g++.dg/template/ptrmem4.C: Likewise.
8876         PR c++/12337
8877         * g++.dg/init/new9.C: New test.
8879         PR c++/12334, c++/12236, c++/8656
8880         * g++.dg/ext/attrib8.C: New test.
8882 2003-10-06  Devang Patel  <dpatel@apple.com>
8884         * gcc.dg/debug/dwarf2-3.h: New test.
8885         * gcc.dg/debug/dwarf2-3.c: New test case for -feliminate-dwarf2-dups.
8887 2003-10-06  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
8889         * g++.dg/opt/cfg2.C: New test.
8891 2003-10-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
8893         * g++.dg/opt/float1.C: New test.
8895 2003-10-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
8897         * gcc.dg/c90-array-lval-6.c: New test.
8898         * gcc.dg/c99-array-lval-6.c: New test.
8900 2003-10-03  Alexander Malmberg  <alexander@malmberg.org>
8901             Ziemowit Laski  <zlaski@apple.com>
8903         * objc.dg/method-6.m ('starboard'): Move prototype from 'Base' to
8904         'Derived', so that it is never considered a class method; add
8905         new warning for '+port' method ambiguity.
8906         * objc.dg/method-12.m: Include <objc/objc.h> instead of
8907         <objc/objc-api.h> (needed on Mac OS X).
8908         * objc.dg/method-13.m: New test.
8910 2003-10-03  Roger Sayle  <roger@eyesopen.com>
8912         PR optimization/9325, PR java/6391
8913         * gcc.c-torture/execute/20031003-1.c: New test case.
8915 2003-10-02  Mark Mitchell  <mark@codesourcery.com>
8917         PR optimization/12180
8918         * gcc.dg/20031002-1.c: New test.
8920         PR c++/12486
8921         * g++.dg/inherit/error1.C: New test.
8923 2003-10-02  Chris Demetriou  <cgd@broadcom.com>
8925         * lib/f-torture.exp (search_for): Rename to...
8926         (search_for_re): This.  Also, clean up comments and the
8927         "regexp" invocation.
8929 2003-10-02  Josef Zlomek  <zlomekj@suse.cz>
8931         * gcc.c-torture/compile/20031002-1.c: New test.
8933 2003-10-02  Jakub Jelinek  <jakub@redhat.com>
8935         * g++.dg/opt/cond1.C: New test.
8937 2003-10-01  Kelley Cook  <kelleycook@wideopenwest.com>
8939         * gcc.dg/Wold-style-definition-2.c: New testcase.
8940         * gcc.dg/wtr-func-def-1.c: Modify to reflect new warning.
8942 2003-09-29  Richard Henderson  <rth@redhat.com>
8944         * g++.dg/init/array10.C: Add dg-options.
8946 2003-09-29  Eric Botcazou  <ebotcazou@libertysurf.fr>
8948         * g++.dg/opt/unroll1.C: Change unsigned to __SIZE_TYPE__.
8950 2003-09-28  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8952         * g++.dg/template/friend19.C: Fix typo.
8953         * g++.old-deja/g++.other/crash31.C: Adjust expected error.
8955 2003-09-28  Richard Sandiford  <rsandifo@redhat.com>
8957         * gcc.c-torture/execute/20030928-1.c: New test.
8958         * gcc.dg/torture/mips-sdata-1.c (f): Refer to x[0] rather than x[3].
8960 2003-09-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
8962         * g++.dg/opt/unroll1.C: New test.
8964 2003-09-26  Roger Sayle  <roger@eyesopen.com>
8966         PR optimization/11741
8967         * gcc.dg/20030926-1.c: New test case.
8969 2003-09-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8971         PR c++/5655
8972         * g++.dg/parse/access7.C: New test.
8973         * g++.old-deja/g++.brendan/crash56.C: Fix redeclaration error.
8975 2003-09-24  Ziemowit Laski  <zlaski@apple.com>
8977         MERGE OF objc-improvements-branch into MAINLINE:
8978         * lib/objc.exp (objc_target_compile): Do not point at libobjc headers
8979         if libobjc has not been built.
8980         * objc/execute/IMP.m, objc/execute/_cmd.m, objc/execute/bf-common.h,
8981         objc/execute/bycopy-3.m, objc/execute/class-{1-14}.m,
8982         objc/execute/class-self-2.m, objc/execute/many_args_method.m,
8983         objc/execute/nested-3.m, objc/execute/np-2.m,
8984         objc/execute/object_is_class.m, objc/execute/object_is_meta_class.m,
8985         objc/execute/redefining_self.m, objc/execute/root_methods.m,
8986         objc/execute/static-{1-2}.m, objc/execute/string-{1-4}.m,
8987         objc/execute/va_method.m, objc.dg/comp-types-4.m, objc.dg/headers.m,
8988         objc.dg/special/unclaimed-category-1.h,
8989         objc.dg/special/unclaimed-category-1.m: Make usable with NeXT as
8990         well as GNU runtime.
8991         * execute/next_mapping.h: New header, for GNU->NeXT impedance matching.
8992         * execute/cascading-1.m, execute/function-message-1.m,
8993         objc.dg/anon-1.m, objc.dg/bitfield-{3-4}.m,
8994         objc.dg/call-super-{1-3}.m, objc.dg/category-1.m,
8995         objc.dg/const-str-{3-6}.m, objc.dg/encode-{1-4}.m,
8996         objc.dg/func-ptr-1.m, objc.dg/gnu-runtime-1.m, objc.dg/image-info.m,
8997         objc.dg/method-{3-12}.m, objc.dg/missing-proto-{1-3}.m,
8998         objc.dg/nested-func-1.m, objc.dg/proto-lossage-2.m,
8999         objc.dg/proto-qual-1.m, objc.dg/sizeof-1.m, objc.dg/static-1.m,
9000         objc.dg/symtab-1.m, objc.dg/try-catch-{1-4}.m,
9001         objc.dg/type-size-{1-2}.m, objc.dg/zero-link-{1-2}.m: New test cases.
9002         * objc.dg/bitfield-2.m: Run only on Darwin.
9003         * objc.dg/class-2.m, objc.dg/comp-types-1.m, objc.dg/desig-init-1.m,
9004         objc.dg/method-{1-2}.m, objc.dg/proto-hier-1.m,
9005         objc.dg/proto-lossage-1.m: Adjust for message wording changes.
9006         * objc.dg/const-str-1.m: Fix constant string layout.
9008 2003-09-24  Alexandre Oliva  <aoliva@redhat.com>
9010         * gcc.dg/cpp/Wunknown-pragmas-1.c: New test.
9012 2003-09-23  Geoffrey Keating  <geoffk@apple.com>
9014         * gcc.dg/darwin-abi-1.c: New file.
9016 2003-09-21  Andrew Pinski  <pinskia@physics.uc.edu>
9018         PR target/12281
9019         * gcc.c-torture/compile/20030921-1.c: New test.
9021 2003-09-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
9023         * g++.dg/opt/reg-stack2.C: New test.
9025 2003-09-21  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
9027         * g++.dg/eh/delayslot1.C: New test.
9029 2003-09-20  Richard Henderson  <rth@redhat.com>
9031         * gcc.dg/format/gcc_diag-1.c: Add tests for %J.
9033 2003-09-20  Roger Sayle  <roger@eyesopen.com>
9035         * gcc.c-torture/execute/20030920-1.c: New test case.
9037 2003-09-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9039         * g++.dg/rtti/typeid3.C: Correct expected error message.
9041 2003-09-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9043         PR c++/157
9044         * g++.dg/parse/crash12.C: New test.
9046 2003-09-19  Janis Johnson  <janis187@us.ibm.com>
9048         * gcc.dg/compat/mixed-struct-check.h: New.
9049         * gcc.dg/compat/mixed-struct-defs.h: New.
9050         * gcc.dg/compat/mixed-struct-init.h: New.
9051         * gcc.dg/compat/struct-by-value-19_main.c: New.
9052         * gcc.dg/compat/struct-by-value-19_x.c: New.
9053         * gcc.dg/compat/struct-by-value-19_y.c: New.
9054         * gcc.dg/compat/struct-by-value-20_main.c: New.
9055         * gcc.dg/compat/struct-by-value-20_x.c: New.
9056         * gcc.dg/compat/struct-by-value-20_y.c: New.
9057         * gcc.dg/compat/struct-return-19_main.c: New.
9058         * gcc.dg/compat/struct-return-19_x.c: New.
9059         * gcc.dg/compat/struct-return-19_y.c: New.
9060         * gcc.dg/compat/struct-return-20_main.c: New.
9061         * gcc.dg/compat/struct-return-20_x.c: New.
9062         * gcc.dg/compat/struct-return-20_y.c: New.
9064 2003-09-19  Andrew Pinski  <pinskia@physics.uc.edu>
9065         * g++.dg/init/array11.C: Change unsigned to __SIZE_TYPE__
9066         so that it will not complain on LP64 targets.
9068 2003-09-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9070         PR c++/495
9071         * g++.dg/template/friend24.C: New test.
9073 2003-09-19  Nathan Sidwell  <nathan@codesourcery.com>
9075         PR c++/12332
9076         * g++.dg/template/memtmpl2.C: New test.
9078 2003-09-18  Mark Mitchell  <mark@codesourcery.com>
9080         PR target/11184
9081         * gcc.dg/builtin-apply1.c: New test.
9083 2003-09-18  Nathan Sidwell  <nathan@codesourcery.com>
9085         PR c++/9848
9086         * g++.dg/warn/Wunused-4.C: New test.
9088 2003-09-18  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
9090         PR c++/12316
9091         * g++.dg/other/gc2.C: New test.
9093 2003-09-17  Mark Mitchell  <mark@codesourcery.com>
9095         PR c++/11991
9096         * g++.dg/rtti/typeid3.C: New test.
9098         PR c++/12266
9099         * g++.dg/overload/template1.C: New test.
9101 2003-09-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
9103         * g++.dg/opt/cfg3.C: New test.
9105 2003-09-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9107         PR c++/7939
9108         * g++.dg/template/crash11.C: New test.
9110 2003-09-16  Jason Merrill  <jason@redhat.com>
9111             Jakub Jelinek  <jakub@redhat.com>
9113         * gcc.dg/attr-warn-unused-result.c: New test.
9115 2003-09-15  Nathan Sidwell  <nathan@codesourcery.com>
9117         PR c++/12184
9118         * g++.dg/expr/call2.C: New test.
9120 2003-09-15  Andreas Jaeger  <aj@suse.de>
9122         * gcc.dg/Wold-style-definition-1.c: New test.
9124 2003-09-14  Mark Mitchell  <mark@codesourcery.com>
9126         PR c++/3907
9127         * g++.dg/parse/template12.C: New test.
9129         * g++.dg/abi/bitfield11.C: New test.
9130         * g++.dg/abi/bitfield12.C: Likewise.
9132 2003-09-14  Alexandre Oliva  <aoliva@redhat.com>
9134         * gcc.dg/cpp/separate-1.c: Adjust line of error.  Test for correct
9135         non-expansion of functional macro name without arguments at EOL.
9136         * gcc.dg/cpp/spacing1.c: Revert 2003-08-04's change.  Likewise.
9138 2003-09-14  Richard Sandiford  <rsandifo@redhat.com>
9140         * gcc.c-torture/execute/20030914-[12].c: New tests.
9142 2003-09-11  Nathan Sidwell  <nathan@codesourcery.com>
9144         PR c++/11788
9145         * g++.dg/overload/addr1.C: New test.
9147 2003-09-10  Ian Lance Taylor  <ian@wasabisystems.com>
9149         * gcc.dg/20030909-1.c: New test.
9151 2003-09-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
9153         * gcc.dg/ultrasp10.c: New test.
9155 2003-09-09  Devang Patel  <dpatel@apple.com>
9157         * gcc.dg/darwin-ld-6.c: New test.
9159 2003-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9161         * gcc.dg/torture/builtin-explog-1.c: New testcase.
9163 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
9165         * gcc.dg/ia64-types1.c: New test.
9166         * gcc.dg/ia64-types2.c: Likewise.
9168 2003-09-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9170         * gcc.dg/builtins-1.c: Add more _Complex tests.
9171         * gcc.dg/torture/builtin-attr-1.c: Likewise.
9173         * gcc.dg/builtins-1.c: Test existing _Complex functions.
9174         * gcc.dg/torture/builtin-attr-1.c: Likewise.
9176 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
9178         PR c++/11786
9179         * g++.dg/lookup/koenig2.C: New test.
9181         PR c++/5296
9182         * g++.dg/rtti/typeid2.C: New test.
9184 2003-09-08  Jakub Jelinek  <jakub@redhat.com>
9186         * gcc.c-torture/compile/20030904-1.c: New test.
9188 2003-09-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
9190         * g++.dg/opt/longbranch2.C: New test.
9192 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
9194         * g++.dg/template/crash10.C: Only compile it.
9196 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
9198         PR middle-end/11665
9199         * gcc.c-torture/compile/20030907-1.c: New test.
9200         * g++.dg/init/array11.C: New test.
9202 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
9204         PR c++/11852
9205         * g++.dg/init/struct1.C: New test.
9207 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
9209         PR c++/12181
9210         * g++.dg/expr/comma1.C: New test.
9212 2003-09-06  Mark Mitchell  <mark@codesourcery.com>
9214         PR c++/11867
9215         * g++.dg/expr/static_cast5.C: New test.
9217 2003-09-06  Andrew Pinski  <pinskia@physics.uc.edu>
9219         PR c++/11507
9220         * g++.dg/lookup/scoped7.C: New test.
9222         PR c++/9574
9223         * g++.dg/other/static1.C: New test.
9225         PR c++/11490
9226         * g++.dg/warn/template-1.C: New test.
9228         PR c++/11432
9229         * g++.dg/template/crash10.C: New test.
9231         PR c++/2478
9232         * g++.dg/overload/VLA.C: New test.
9234         PR c++/10804
9235         * g++.dg/template/call1.C: New test.
9237 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
9239         PR c++/11794
9240         * g++.dg/parse/using3.C: New test.
9242 2003-09-06  Roger Sayle  <roger@eyesopen.com>
9244         PR c++/11409
9245         * g++.dg/overload/builtin3.C: New test case.
9247 2003-09-06  Steven Bosscher  <steven@gcc.gnu.org>
9249         PR c/9862
9250         * gcc.dg/20030906-1.c: New test.
9251         * gcc.dg/20030906-2.c: Likewise.
9253 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
9255         PR c++/12167
9256         * g++.dg/parse/defarg5.C: New test.
9258         * g++.dg/template/non-type-template-argument-1.C: Tweak expected error.
9260 2003-09-05  Mark Mitchell  <mark@codesourcery.com>
9262         PR c++/12163
9263         * g++.dg/expr/static_cast4.C: New test.
9265         PR c++/12146
9266         * g++.dg/template/crash9.C: New test.
9268 2003-09-05  Andrew Pinski  <pinskia@physics.uc.edu>
9270         * g++.old-deja/g++.ext/pretty2.C: Update for change
9271         in __FUNCTION__.
9272         * g++.old-deja/g++.ext/pretty3.C: Likewise.
9274 2003-09-05  Nathan Sidwell  <nathan@codesourcery.com>
9276         PR c++/11922
9277         * g++/dg/template/qualified-id1.C: New test.
9279         PR c++/12037
9280         * g++.dg/warn/noeffect4.C: New test.
9282 2003-09-04  Matt Austern  <austern@apple.com>
9284         * g++.dg/ext/fnname1.C: New test. (__func__ for C++.)
9285         * g++.dg/ext/fnname2.C: Likewise.
9286         * g++.dg/ext/fnname3.C: Likewise.
9288 2003-09-04  Mark Mitchell  <mark@codesourcery.com>
9290         * g++.dg/expr/lval1.C: New test.
9291         * g++.dg/ext/lvcast.C: Remove.
9293 2003-09-03  Roger Sayle  <roger@eyesopen.com>
9295         PR optimization/11700.
9296         * gcc.c-torture/compile/20030903-1.c: New test case.
9298 2003-09-03  Mark Mitchell  <mark@codesourcery.com>
9300         PR c++/12053
9301         * g++.dg/abi/layout4.C: New test.
9303 2003-09-02  Scott Brumbaugh  <scottb.lists@verizon.net>
9305         PR c++/11553
9306         * g++.dg/parse/friend3.C: New test.
9308 2003-09-02  Mark Mitchell  <mark@codesourcery.com>
9310         PR c++/11847
9311         * g++.dg/template/class1.C: New test.
9313         PR c++/11808
9314         * g++.dg/expr/call1.C: New test.
9316 2003-09-01  Mark Mitchell  <mark@codesourcery.com>
9318         PR c++/12114
9319         * g++.dg/init/ref9.C: New test.
9321         PR c++/11972
9322         * g++.dg/template/nested4.C: New test.
9324 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
9326         PR c++/12093
9327         * g++.dg/template/non-dependent4.C: New test.
9329         PR c++/11928
9330         * g++.dg/inherit/conv1.C: New test.
9332 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
9334         PR c++/6196
9335         * g++.dg/ext/label1.C: New test.
9336         * g++.dg/ext/label2.C: Likewise.
9338 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
9340         * g++.dg/expr/cond3.C: New test.
9342 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9344         * gcc.dg/builtins-1.c: Add new builtin cases.
9346 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9348         * gcc.dg/builtins-1.c: Add new cases.
9349         * gcc.dg/torture/builtin-attr-1.c: Likewise.
9351 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9353         * gcc.dg/builtins-1.c: Add more math builtin tests.
9354         * gcc.dg/torture/builtin-attr-1.c: New test.
9356 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
9358         PR optimization/5079
9359         * g++.dg/opt/static3.C: New test.
9361 2003-08-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9363         * gcc.misc-tests/gcov-10b.c: New test.
9365 2003-08-27  Mark Mitchell  <mark@codesourcery.com>
9367         * g++.dg/opt/ptrmem3.C: New test.
9369         * g++.old-deja/g++.pt/overload8.C: Remove XFAIL.
9371 2003-08-27  Jakub Jelinek  <jakub@redhat.com>
9373         * gcc.dg/20030826-2.c: New test.
9375 2003-08-26  Roger Sayle  <roger@eyesopen.com>
9377         PR middle-end/12002
9378         * g77.f-torture/compile/12002.f: New test case.
9380 2003-08-26  Roger Sayle  <roger@eyesopen.com>
9382         * gcc.dg/20030826-1.c: New test case.
9384 2003-08-26  Matt Kraai  <kraai@alumni.cmu.edu>
9386         * gcc.dg/noncompile/20030818-1.c: Expect second line of error.
9388 2003-08-26  Nathan Sidwell  <nathan@codesourcery.com>
9390         PR c++/11871
9391         * c++.dg/lookup/crash1.C: New test.
9393         * c++.dg/warn/noeffect3.C: New test.
9395 2003-08-25  Janis Johnson  <janis187@us.ibm.com>
9397         * gcc.dg/compat/vector-1_x.c: Compile with -w.
9398         * gcc.dg/compat/vector-1_y.c: Ditto.
9399         * gcc.dg/compat/vector-2_x.c: Ditto.
9400         * gcc.dg/compat/vector-2_y.c: Ditto.
9402 2003-08-25  Ulrich Weigand  <uweigand@de.ibm.com>
9404         * gcc.dg/20030702-1.c: New test.
9406 2003-08-25  Mark Mitchell  <mark@codesourcery.com>
9408         PR c++/8795
9409         * g++.dg/ext/altivec-1.C: New test.
9411 2003-08-24  Richard Henderson  <rth@redhat.com>
9413         * g++.dg/eh/simd-2.C: Add -w for x86.
9415 2003-08-23  Jakub Jelinek  <jakub@redhat.com>
9417         * gcc.dg/20030815-1.c: New test.
9419 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9421         PR c++/3765
9422         * g++.dg/parse/access6.C: New test.
9424 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9426         PR c++/641, c++/11876
9427         * g++.dg/template/friend22.C: New test.
9428         * g++.dg/template/friend23.C: Likewise.
9430 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
9432         * gcc.misc-tests/linkage.exp: Treat all HP-UX platforms
9433         identically.
9435 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
9437         * g++.old-deja/g++.ext/attrib5.C: XFAIL on hppa2*-hp-hpux11*.
9439 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
9441         * gcc.dg/20020313-1.c: Add "-w" to dg-options.
9443 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
9445         * gcc.misc-tests/linkage.exp: Add logic for ia64-hp-hpux*.
9447 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
9449         * g++.dg/other/packed1.C: Add XFAIL marker for ia64-hp-hpux*.
9451 2003-08-21  Mark Mitchell  <mark@codesourcery.com>
9453         PR c++/11919
9454         * g++.dg/overload/prom1.C: New test.
9456         PR c++/11551
9457         * g++.dg/parse/dtor2.C: New test.
9459         PR c++/10762
9460         * g++.dg/parse/using2.C: New test.
9462 2003-08-21  Kazu Hirata  <kazu@cs.umass.edu>
9464         PR target/11805
9465         * gcc.c-torture/compile/20030821-1.c: New.
9467 2003-08-20  Mark Mitchell  <mark@codesourcery.com>
9469         PR c++/11834
9470         * g++.dg/template/deduce2.C: New test.
9472 2003-08-21  Josef Zlomek  <zlomekj@suse.cz>
9474         * gcc.c-torture/execute/20030821-1.c: New test.
9476 2003-08-20  Roger Sayle  <roger@eyesopen.com>
9478         PR middle-end/11984
9479         * gcc.dg/20030820-1.c: New test case.
9481 2003-08-20  Nathan Sidwell  <nathan@codesourcery.com>
9483         PR c++/11945
9484         * g++.dg/warn/noeffect2.C: New test.
9486 2003-08-19  Mark Mitchell  <mark@codesourcery.com>
9488         PR c++/10926
9489         * g++.dg/template/dtor2.C: New test.
9491         PR c++/11684
9492         * g++.dg/template/operator1.C: New test.
9493         * g++.dg/parse/operator4.C: New test.
9495         PR c++/11946.C
9496         * g++.dg/expr/enum1.C: New test.
9497         * gcc.dg/c99-bool-1.c: Remove bogus warning.
9499         PR c++/11036.C
9500         * g++.dg/parse/elab2.C: New test.
9501         * g++.dg/parse/typedef4.C: Change error message.
9502         * g++.old-deja/g++.robertl/eb133.C: Remove bogus error markers.
9503         * g++.old-deja/g++.robertl/eb133a.C: Remove bogus error markers.
9504         * g++.old-deja/g++.robertl/eb133b.C: Remove bogus error markers.
9506 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
9508         * gcc.dg/pch/warn-1.c: New.
9509         * gcc.dg/pch/warn-1.hs: New.
9511         * lib/dg-pch.exp (dg-pch): Use 'return' not 'continue' to skip
9512         not-tested file.
9514 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
9516         * gcc.dg/uninit-E.c: Add forgotten dg-warning marker.
9518 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
9520         * gcc.dg/uninit-D.c: New Test.
9521         * gcc.dg/uninit-E.c: New Test.
9522         * gcc.dg/uninit-F.c: New Test.
9523         * gcc.dg/uninit-G.c: New Test.
9525 2003-08-19  Michael Ritzert  <ritzert@t-online.de>
9527         * g++.dg/README: Describe the pch directory.
9529 2003-08-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9531         PR c++/11174
9532         * g++.dg/parse/access4.C: New test.
9533         * g++.dg/parse/access5.C: Likewise.
9534         * g++.old-deja/g++.jason/access17.C: Adjust error message.
9536 2003-08-18  Matt Kraai  <kraai@alumni.cmu.edu>
9538         * gcc.dg/noncompile/20030818-1.c: New.
9540 2003-08-18  Nathan Sidwell  <nathan@codesourcery.com>
9542         PR c++/11957
9543         * g++.dg/warn/noeffect1.C: New test.
9545         * g++.dg/template/scope2.C: New test.
9546         * g++.dg/template/error2.C: Correct dg-error
9548 2003-08-18  Richard Sandiford  <rsandifo@redhat.com>
9550         * gcc.c-torture/compile/mipscop*.c: Turn into compile-only tests.
9552 2003-08-16  Nathan Sidwell  <nathan@codesourcery.com>
9554         PR C++/11512
9555         * g++.dg/template/warn1.C: New.
9557 2003-08-15  Nathan Sidwell  <nathan@codesourcery.com>
9559         * g++.dg/template/error2.C: New test.
9560         * g++.dg/lookup/using7.C: Adjust errors
9561         * g++.old-deja/g++.pt/crash36.C: Likewise.
9562         * g++.old-deja/g++.pt/derived3.C: Likewise.
9564 2003-08-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9566         * gcc.c-torture/execute/builtins/lib/strcat.c: New.
9567         * gcc.c-torture/execute/builtins/string-9-lib.c: New.
9568         * gcc.c-torture/execute/builtins/string-9.c: New, from
9569         string-opt-9.c.  Adjust for execute/builtins framework.
9570         * gcc.c-torture/execute/string-opt-9.c: Delete.
9572 2003-08-12  Mark Mitchell  <mark@codesourcery.com>
9574         * g++.dg/init/new8.C: Use __SIZE_TYPE__ to get the type of size_t.
9576         * g++.dg/parse/ret-type2.C: New test.
9578         PR c++/11703
9579         * g++.dg/init/new8.C: New test.
9581         PR c++/10923
9582         * g++.dg/parse/typedef5.C: New test.
9584         PR c++/9512
9585         * g++.dg/parse/qualified2.C: New test.
9586         * g++.old-deja/g++.other/decl5.C: Mark one more instance of
9587         invalid code.
9589 2003-08-11  Mark Mitchell  <mark@codesourcery.com>
9591         * g++.dg/conversion/ptrmem1.C: New test.
9593 2003-08-11  Jakub Jelinek  <jakub@redhat.com>
9595         PR target/11693
9596         * gcc.dg/20030811-1.c: New test.
9598         PR target/11535
9599         * gcc.c-torture/execute/20030811-1.c: New test.
9601 2003-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9603         * gcc.c-torture/execute/string-opt-9.c: Add more strcat cases.
9605 2003-08-10  Mark Mitchell  <mark@codesourcery.com>
9607         PR c++/11789.C
9608         * g++.dg/inherit/multiple1.C: New test.
9610 2003-08-10  Nathan Sidwell  <nathan@codesourcery.com>
9612         * gcc.dg/spe1.c: New test.
9614         PR c++/11670
9615         * g++.dg/expr/cast2.C: New test.
9617         PR c++/10530
9618         * g++.dg/template/dependent-name2.C: New test.
9620 2003-08-08  Andrew Pinski  <pinskia@physics.uc.edu>
9622         * g++.dg/parse/crash11.C: Put the dg options in comments.
9624 2003-08-08  Neil Booth  <neil@daikokuya.co.uk>
9626         * lib/gcc-dg.exp: Update for diagnostic change.
9628 2003-08-07  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9630         PR c++/5767
9631         * g++.dg/parse/crash11.C: New test.
9633 2003-08-06  Alexandre Oliva  <aoliva@redhat.com>
9635         * gcc.dg/cpp/spacing1.c: Update.
9637 2003-08-04  Janis Johnson  <janis187@us.ibm.com>
9639         PR target/11739
9640         * gcc.misc-tests/i386-prefetch.exp: Use -march=i386 when specifying
9641         a value for -mtune.
9643 2003-08-04  Roger Sayle  <roger@eyesopen.com>
9645         PR middle-end/11771
9646         * gcc.c-torture/compile/20030804-1.c: New test case.
9648 2003-08-04  Roger Sayle  <roger@eyesopen.com>
9650         * gcc.dg/20030804-1.c: New test case.
9652 2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
9654         * gcc.dg/cpp/separate-1.c: New test.
9656 2003-08-03  Nathan Sidwell  <nathan@codesourcery.com>
9658         PR c++/11704
9659         * g++.dg/template/dependent-expr2.C: New test.
9661         PR c++/11766
9662         * g++.dg/expr/ptrmem1.C: New test.
9664 2003-08-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9666         PR c++/9453
9667         * g++.dg/template/friend15.C: New test.
9669 2003-08-03  Neil Booth  <neil@daikokuya.co.uk>
9671         * lib/dg-pch.exp: Work round PCH bug.
9673 2003-08-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9675         * gcc.dg/builtins-1.c: Add macro helpers.  Add missing math
9676         builtins.  Move cases from builtins-4.c here.
9678         * gcc.dg/torture/builtin-math-1.c: New test taken from
9679         bits of gcc.dg/builtins-3.c, gcc.dg/builtins-5.c and also some
9680         additional cases.
9682         * gcc.dg/builtins-3.c, gcc.dg/builtins-4.c, gcc.dg/builtins-5.c:
9683         Delete.
9685 2003-08-02  Nathan Sidwell  <nathan@codesourcery.com>
9687         PR c++/9447
9688         * g++.dg/template/using7.C: New test.
9690 2003-08-02  Neil Booth  <neil@daikokuya.co.uk>
9692         * import1.c, import2.c: New tests.
9694 2003-08-01  Jakub Jelinek  <jakub@redhat.com>
9696         * g++.dg/eh/crossjump1.C: New test.
9698 2003-08-01  Mark Mitchell  <mark@codesourcery.com>
9700         PR c++/11697
9701         * g++.dg/template/using6.C: New test.
9703         PR c++/11744
9704         * g++.dg/template/koenig2.C: New test.
9706 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9708         PR c++/7983
9709         * g++.dg/parse/typedef4.C: New test.
9711 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9713         PR c++/8442, c++/8806
9714         * g++.dg/template/elab1.C: New test.
9715         * g++.dg/template/type2.C: Likewise.
9716         * g++.dg/template/ttp3.C: Adjust expected error message.
9717         * g++.old-deja/g++.law/visibility13.C: Likewise.
9718         * g++.old-deja/g++.niklas/t135.C: Likewise.
9719         * g++.old-deja/g++.pt/ttp41.C: Likewise.
9720         * g++.old-deja/g++.pt/ttp43.C: Use qualified name for template
9721         template argument.
9722         * g++.old-deja/g++.pt/ttp44.C: Likewise.
9724 2003-08-01  Nathan Sidwell  <nathan@codesourcery.com>
9726         PR c++/11295
9727         * g++.dg/ext/stmtexpr1.C: New test.
9729         * g++.dg/opt/tmp1.C: New test.
9731         PR c++/11525
9732         * g++.dg/parse/constant4.C: New test.
9734         PR c++/9447
9735         * g++.dg/template/using5.C: New test.
9737 2003-07-31  Roger Sayle  <roger@eyesopen.com>
9739         * gcc.dg/builtins-27.c: New test case.
9741 2003-07-31  Jakub Jelinek  <jakub@redhat.com>
9743         * gcc.dg/tls/opt-7.c: New test.
9745 2003-07-31  Andrew Pinski  <pinskia@physics.uc.edu>
9747         * g++.old-deja/g++.other/crash18.C: Remove.
9749 2003-07-31  Nathan Sidwell  <nathan@codesourcery.com>
9751         * g++.dg/template/explicit3.C: New.
9752         * g++.dg/template/explicit4.C: New.
9753         * g++.dg/template/explicit5.C: New.
9755         PR c++/11347
9756         * g++.dg/template/memtmpl1.C: New.
9758 2003-07-29  Andrew Pinski <pinskia@physics.uc.edu>
9760         PR target/11565
9761         * gcc.dg/i386-387-1.c (dg-options): Add -march=i386.
9762         * gcc.dg/i386-387-5.c (dg-options): Likewise.
9764 2003-07-30  Jan Hubicka  <jh@suse.cz>
9766         * vtgc1.c: Kill.
9768 2003-07-29  Zack Weinberg  <zack@codesourcery.com>
9770         * gcc.dg/struct-in-proto-1.c: New test.
9772 2003-07-29  Neil Booth  <neil@daikokuya.co.uk>
9774         * gcc.dg/cpp/include2.c: Only expect one message.
9776 2003-07-29  Nathan Sidwell  <nathan@codesourcery.com>
9778         PR c++/9447
9779         * g++.dg/template/using1.C: New test.
9780         * g++.dg/template/using2.C: New test.
9781         * g++.dg/template/using3.C: New test.
9782         * g++.dg/template/using4.C: New test.
9784 2003-07-29  Alexandre Oliva  <aoliva@redhat.com>
9786         * gcc.c-torture/execute/string-opt-9.c: strcmp returns int.
9787         * gcc.c-torture/execute/string-opt-10.c: Likewise.
9789 2003-07-28  Jan Hubicka  <jh@suse.cz>
9791         PR c++/11530
9792         * g++.dg/opt/call1.C: New test.
9794 2003-07-28  Alexandre Oliva <aoliva@redhat.com>
9796         PR c++/11667
9797         * g++.dg/init/enum2.C: New test.
9798         * g++.dg/template/overload1.C: Add "-w" option.
9800 2003-07-28    <hp@bitrange.com>
9802         * gcc.dg/Wdeclaration-after-statement-1.c,
9803         gcc.dg/Wdeclaration-after-statement-2.c: New tests.
9805 2003-07-28  Jakub Jelinek  <jakub@redhat.com>
9807         * gcc.c-torture/compile/20030725-1.c: New test.
9809 2003-07-28  Aldy Hernandez  <aldyh@redhat.com>
9811         * gcc.dg/20030505.c: Only run for SPE.
9812         Remove definition of opaque type.
9814 2003-07-27  Mark Mitchell  <mark@codesourcery.com>
9816         * g++.dg/template/ptrmem6.C: New test.
9818 2003-07-26  Geoffrey Keating  <geoffk@apple.com>
9820         * gcc.c-torture/compile/zero-strct-2.c: New test.
9822 2003-07-25  Geoffrey Keating  <geoffk@apple.com>
9824         * gcc.dg/intermod-1.c: New test.
9826 2003-07-25  Nathan Sidwell  <nathan@codesourcery.com>
9828         PR c++/11617
9829         * g++.dg/template/lookup2.C: New test.
9830         * g++.dg/template/memclass1.C: Remove instantiated from error.
9831         * g++.dg/other/error2.C: Tweak expected errors.
9833         PR c++/11596
9834         * g++.dg/template/defarg3.C: New test.
9836         * g++.dg/ext/packed2.C: Pack member struct too. Explain why.
9838 2003-07-24  Mark Mitchell  <mark@codesourcery.com>
9840         * g++.dg/inherit/access5.C: New test.
9842 2003-07-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9844         PR c++/11513
9845         * g++.dg/template/crash8.C: New test.
9847 2003-07-23  Steven Bosscher <steven@gcc.gnu.org>
9849         PR c/10602
9850         * gcc.dg/noncompile/incomplete-2.c: New test.
9852 2003-07-23  Mark Mitchell  <mark@codesourcery.com>
9854         PR c++/11645
9855         * g++.dg/inherit/access4.C: New test.
9857         PR c++/11517
9858         * g++.dg/expr/cond2.C: New test.
9860         PR optimization/10679
9861         * g++.dg/opt/inline4.C: New test.
9863 2003-07-23  Nathan Sidwell  <nathan@codesourcery.com>
9865         * g++.dg/parse/crash10: New test.
9867 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
9869         * g++.dg/ext/flexary1.C: New test.
9871 2003-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9873         PR c++/10793
9874         * g++.dg/template/crash9.C: New test.
9876 2003-07-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
9878         PR c++/3004
9879         * g++.dg/parse/typedef3.C: New test.
9881         PR c++/7906
9882         * g++.dg/parse/operator2.C: New test.
9884         PR c++/8895
9885         * g++.dg/parse/def-tmpl-arg1.C: New test.
9887         PR c++/9282
9888         * g++.dg/parse/funptr1.C: New test.
9890         PR c++/9452
9891         * g++.dg/parse/ambig3.C: New test.
9893         PR c++/9454
9894         * g++.dg/parse/operator3.C: New test.
9896         PR c++/9486
9897         * g++.dg/parse/template10.C: New test.
9899         PR c++/9488
9900         * g++.dg/parse/template11.C: New test.
9902         PR c++/10150
9903         * g++.dg/parse/invalid-op1.C: New test.
9905         PR c++/10247
9906         * g++.dg/parse/condexpr1.C: New test.
9908 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
9910         * g++.dg/ext/packed3.C: New test.
9911         * g++.dg/ext/packed4.C: New test.
9913         * gcc.dg/pack-test-3.c: New test.
9915 2003-07-21  Janis Johnson  <janis187@us.ibm.com>
9917         * lib/compat.exp: Handle dg-options per source file.
9918         * g++.dg/compat/abi/bitfield1_x.C: Specify dg-options.
9919         * g++.dg/compat/abi/bitfield1_y.C: Ditto.
9920         * g++.dg/compat/abi/bitfield2_x.C: Ditto.
9921         * g++.dg/compat/abi/bitfield2_y.C: Ditto.
9922         * g++.dg/compat/abi/vbase8-10_x.C: Ditto.
9923         * g++.dg/compat/abi/vbase8-10_y.C: Ditto.
9924         * g++.dg/compat/abi/vbase8-21_x.C: Ditto.
9925         * g++.dg/compat/abi/vbase8-21_y.C: Ditto.
9926         * g++.dg/compat/abi/vbase8-22_x.C: Ditto.
9927         * g++.dg/compat/abi/vbase8-22_y.C: Ditto.
9928         * g++.dg/compat/abi/vbase8-4_x.C: Ditto.
9929         * g++.dg/compat/abi/vbase8-4_y.C: Ditto.
9930         * g++.dg/compat/break/bitfield7_x.C: Ditto.
9931         * g++.dg/compat/break/bitfield7_y.C: Ditto.
9933 2003-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
9935         PR c/10320
9936         * gcc.c-torture/execute/20030718-1.c: New test.
9938 2003-07-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
9940         PR optimization/11536
9941         * gcc.dg/20030721-1.c: New test.
9943 2003-07-19  Mark Mitchell  <mark@codesourcery.com>
9945         PR c++/11546
9946         * g++.dg/template/lookup1.C: New test.
9948 2003-07-19  Zack Weinberg  <zack@codesourcery.com>
9950         * gcc.dg/noncompile/label-1.c: New comprehensive test case for
9951         diagnostics of ill-formed constructs involving labels.
9952         * gcc.dg/noncompile/label-lineno-1.c: Add error regexp for
9953         the new 'previously defined here' message.
9955 2003-07-18  Nathan Sidwell  <nathan@codesourcery.com>
9957         * g++.dg/parse/non-dependent2.C: New test.
9959 2003-07-18  Andrew Pinski  <pinskia@physics.uc.edu>
9961         * g++.dg/init/init-ref4.C: xfail on targets without
9962         weak symbols.
9964 2003-07-17  Jakub Jelinek  <jakub@redhat.com>
9966         PR target/11087
9967         * gcc.c-torture/execute/20030717-1.c: New test.
9969 2003-07-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
9971         * g++.dg/opt/cfg1.C: New test.
9973 2003-07-17  Mark Mitchell  <mark@codesourcery.com>
9975         PR optimization/11557
9976         * gcc.dg/20030717-1.c: New test.
9978 2003-07-17  Andrew Pinski <pinskia@physics.uc.edu>
9980         PR c++/10476
9981         * g++.dg/expr/crash-1.C: New test.
9983         PR c++/11027
9984         * g++.dg/template/init3.C: New test.
9986         PR c++/8222
9987         * g++.dg/template/non-dependent1.C: New test.
9989         PR c++/11070
9990         * g++.dg/template/non-dependent2.C: New test.
9992         PR c++/11071
9993         * g++.dg/template/non-dependent3.C: New test.
9995         PR c++/9907
9996         * g++.dg/template/sizeof5.C: New test.
9998 2003-07-17  Geoffrey Keating  <geoffk@apple.com>
10000         PR 11498
10001         * gcc.c-torture/compile/mangle-1.c: New file.
10003 2003-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10005         PR c++/7809
10006         * g++.dg/parse/access3.C: New test.
10008 2003-07-17  Andrew Pinski  <pinskia@physics.uc.edu>
10010         PR c++/11384
10011         * g++.dg/init/init-ref4.C: New test.
10013 2003-07-16  Mark Mitchell  <mark@codesourcery.com>
10015         PR c++/11547
10016         * g++.dg/parse/constant3.C: New test.
10017         * g++.dg/parse/crash7.C: Likewise.
10019 2003-07-16  Andrew Pinski  <pinskia@physics.uc.edu>
10021         PR target/11008
10022         * gcc.dg/i386-pentium4-not-mull.c: New.
10024 2003-07-16  J"orn Rennecke <joern.rennecke@superh.com>
10026         * gcc.dg/asm-names.c (ymain): Make it weak.
10028 2003-07-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10030         PR c++/5421
10031         * g++.dg/template/friend21.C: New test.
10033 2003-07-16  Jakub Jelinek  <jakub@redhat.com>
10035         * gcc.dg/cleanup-8.c: New test.
10036         * gcc.dg/cleanup-9.c: New test.
10038 2003-07-16  Danny Smith  <dannysmith@users.sourceforge.net>
10040         * g++.dg/ext/dll-MI1.h: New file.
10041         * g++.dg/ext/dllexport-MI1.C: New file.
10042         * g++.dg/ext/dllimport-MI1.C: New file.
10044 2003-07-15  Jakub Jelinek  <jakub@redhat.com>
10046         * gcc.c-torture/execute/string-opt-8.c (main): Remove i370 and s390,
10047         it does not have cmpstrsi patterns (just cmpmemsi).
10049 2003-07-15  Mark Mitchell  <mark@codesourcery.com>
10051         PR debug/11473
10052         * g++.dg/debug/debug8.C: New test.
10054 2003-07-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10056         PR c++/10108
10057         * g++.dg/template/crash7.C: New test.
10059 2003-07-15  Kazu Hirata  <kazu@cs.umass.edu>
10061         PR target/10795
10062         * gcc.c-torture/compile/20030708-1.c: New.
10064 2003-07-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
10066         * gcc.c-torture/execute/20030715-1.c: New test.
10068 2003-07-14  Geoffrey Keating  <geoffk@apple.com>
10070         * gcc.dg/pch/inline-3.c: New file.
10071         * gcc.dg/pch/inline-3.hs: New file.
10072         * gcc.dg/pch/inline-4.c: New file.
10073         * gcc.dg/pch/inline-4.hs: New file.
10075 2003-07-14  Mark Mitchell  <mark@codesourcery.com>
10077         PR c++/11509
10078         * g++.dg/template/crash6.C: New test.
10080         PR c++/7053
10081         * g++.dg/template/friend20.C: New test.
10083         PR c++/7019
10084         * g++.dg/template/overload2.C: New test.
10086 2003-07-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10088         PR optimization/11440
10089         * gcc.c-torture/execute/20030714-1.c: New test.
10091 2003-07-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10093         PR c++/11154
10094         * g++.dg/template/partial2.C: New test.
10096 2003-07-13  Mark Mitchell  <mark@codesourcery.com>
10098         PR c++/11503
10099         * g++.dg/template/anon1.C: New test.
10101         PR c++/11493
10102         PR c++/11495
10103         * g++.dg/parse/template9.C: Likewise.
10104         * g++.dg/template/crash4.C: New test.
10105         * g++.dg/template/koenig1.C: Likewise.
10106         * g++.old-deja/g++.benjamin/tem03.C: Adjust error markers.
10107         * g++.old-deja/g++.benjamin/tem06.C: Declare "x".
10108         * g++.old-deja/g++.jason/overload33.C: Use this-> when calling
10109         functions.
10110         * g++.old-deja/g++.jason/template36.C: Likewise.
10111         * g++.old-deja/g++.mike/p1989.C: Likewise.
10112         * g++.old-deja/g++.pt/lookup2.C: Use -fpermissive when compiling.
10113         * g++.old-deja/g++.pt/ttp20.C: Use this->.
10114         * g++.old-deja/g++.pt/ttp21.C: Use this->.
10115         * g++.old-deja/g++.pt/typename13.C: Use -fpermissive when
10116         compiling.
10117         * g++.old-deja/g++.pt/union2.C: Use this->.
10119 2003-07-11  Jakub Jelinek  <jakub@redhat.com>
10121         * gcc.dg/20030711-1.c: New test.
10123 2003-07-11  Nathan Sidwell  <nathan@codesourcery.com>
10125         PR c++/11050
10126         * g++.dg/parse/args1.C: New test.
10127         * g++.pt/defarg8.C: Change expected errors.
10129 2003-07-11  Mark Mitchell  <mark@codesourcery.com>
10131         PR c++/8164
10132         * g++.dg/template/nontype2.C: New test.
10134         PR c++/10558
10135         * g++.dg/parse/template8.C: New test.
10137         PR c++/8327
10138         * g++.dg/template/scope1.C: New test.
10140         * g++.dg/warn/Wsign-compare-1.C: New test.
10142 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
10144         * gcc.dg/20021018-1.c: Disable if the sizeof (int) < 4.
10146 2003-07-10  Mark Mitchell  <mark@codesourcery.com>
10148         PR c++/9411
10149         * g++.dg/template/explicit2.C: New test.
10151         PR c++/10032
10152         * g++.dg/warn/pedantic1.C: New test.
10154 2003-07-10  Nathan Sidwell  <nathan@codesourcery.com>
10156         PR c++ 9483
10157         * g++.dg/other/field1.C: New test.
10159 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
10161         PR c/11449
10162         * gcc.c-torture/compile/20030707-1.c: New.
10164 2003-07-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10166         PR c++/10849
10167         * g++.dg/template/access12.C: New test.
10169 2003-07-09  Nathan Sidwell  <nathan@codesourcery.com>
10171         * g++.dg/bprob/bprob.exp (prof_ext): Update.
10172         * g77.dg/bprob/bprob.exp (prof_ext): Update.
10173         * gcc.misc-tests/bprob.exp (prof_ext): Update.
10174         * gcc.misc-tests/gcov.exp: Update
10175         * g++.dg/gcov/gcov.exp: Update
10176         * lib/gcov.exp: Update.
10178 2003-07-08  Mark Mitchell  <mark@codesourcery.com>
10180         * g++.dg/abi/mangle17.C: Make sure template expressions are
10181         dependent.
10182         * g++.dg/abi/mangle4.C: Mark erroneous casts.
10183         * g++.dg/debug/debug7.C: Mark erronous new-declarator.
10184         * g++.dg/opt/stack1.C: Remove erroneous code.
10185         * g++.dg/parse/template7.C: New test.
10186         * g++.dg/template/dependent-expr1.C: Mark erroneous code.
10187         * g++.old-deja/g++.pt/crash4.C: Likewise.
10189 2003-07-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10191         * gcc.dg/const-elim-1.c (dg-final): Change regexp to match labels
10192         with zero or one occurence of `$' after the initial `L'.
10194 2003-07-08  Kazu Hirata  <kazu@cs.umass.edu>
10196         * gcc.c-torture/compile/20030704-1.c: Add a comment.
10198 2003-07-08  Roger Sayle  <roger@eyesopen.com>
10200         PR c/11370
10201         * gcc.dg/Wunreachable-6.c: New testcase.
10202         * gcc.dg/Wunreachable-7.c: New testcase.
10204 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
10206         PR c/11420
10207         * gcc.dg/20030708-1.c: New test.
10209 2003-07-08  Richard Sandiford  <rsandifo@redhat.com>
10211         * gcc.dg/compat/sdata-section.h: New file.
10212         * gcc.dg/compat/sdata-1_{x,y,main}.c: New test.
10213         * gcc.dg/torture/mips-sdata-1.c: New test.
10215 2003-07-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10217         PR c++/11030
10218         * g++.dg/template/friend19.C: New test.
10220 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
10222         * g++.dg/opt/strength-reduce.C: New test.
10224 2003-07-07  Roger Sayle  <roger@eyesopen.com>
10226         PR target/10979
10227         * gcc.dg/20030707-1.c: New testcase.
10229 2003-07-07  Roger Sayle  <roger@eyesopen.com>
10231         PR optimization/11059
10232         * g++.dg/opt/emptyunion.C: New testcase.
10234 2003-07-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10235             Eric Botcazou  <ebotcazou@libertysurf.fr>
10237         * g++.dg/opt/stack1.C: New test.
10239 2003-07-05  Mark Mitchell  <mark@codesourcery.com>
10241         * g++.old-deja/g++.jason/typeid1.C: Make it a compile test, not a
10242         run test.
10244         PR c++/11431
10245         * g++.dg/expr/static_cast3.C: New test.
10247 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
10249         * gcc.c-torture/execute/wchar_t-1.x: New file; XFAIL wchar_t-1.c
10250         everywhere.
10251         * gcc.dg/concat.c: Concatenation of string constants with
10252         __FUNCTION__ / __PRETTY_FUNCTION__ is now a hard error.
10253         * gcc.dg/wtr-strcat-1.c: Loosen dg-warning regexp.
10254         * gcc.dg/cpp/escape-2.c: Use wide character constants where
10255         necessary to avoid multi-character character constant warning.
10256         * gcc.dg/cpp/escape.c: Likewise.
10257         * gcc.dg/cpp/ucs.c: Likewise.
10258         Remove backslashes from dg-bogus comments, as they confuse Tcl.
10259         Fix a typo.
10261 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
10263         PR c/11428
10264         * gcc.c-torture/compile/20030704-1.c: New.
10266 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
10268         * gcc.dg/compat/fnptr-by-value-1_x.c: Add a prototype for testva.
10270 2003-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
10272         PR c++/5287, PR c++/7910,  PR c++/11021
10273         * g++.dg/ext/dllimport1.C: Add mingw32 as target. Add
10274         tests for warnings.
10275         * g++.dg/ext/dllimport2.C: Add tests for warnings.
10276         * g++.dg/ext/dllimport3.C: Likewise.
10277         * g++.dg/ext/dllimport4.C: New file.
10278         * g++.dg/ext/dllimport5.C: New file.
10279         * g++.dg/ext/dllimport6.C: New file.
10280         * g++.dg/ext/dllimport7.C: New file.
10281         * g++.dg/ext/dllimport8.C: New file.
10282         * g++.dg/ext/dllimport9.C: New file.
10283         * g++.dg/ext/dllimport10.C: New file.
10284         * g++.dg/ext/dllexport1.C: New file.
10286 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
10288         * g++.old-deja/g++.jason/typeid1.C: Add dg-error marker.
10289         * g++.old-deja/g++.mike/net36.C: Tweak error messages.
10291 2003-07-03  Roger Sayle  <roger@eyesopen.com>
10293         * gcc.dg/builtins-25.c: New testcase.
10294         * gcc.dg/builtins-26.c: New testcase.
10296 2003-07-03  Janis Johnson  <janis187@us.ibm.com>
10298         * gcc.dg/compat/vector-defs.h: New file.
10299         * gcc.dg/compat/vector-setup.h: New file.
10300         * gcc.dg/compat/vector-check.h: New file.
10301         * gcc.dg/compat/vector-1_main.c: New file.
10302         * gcc.dg/compat/vector-1_x.c: New file.
10303         * gcc.dg/compat/vector-1_y.c: New file.
10304         * gcc.dg/compat/vector-2_main.c: New file.
10305         * gcc.dg/compat/vector-2_x.c: New file.
10306         * gcc.dg/compat/vector-2_y.c: New file.
10308         * gcc.dg/compat/fnptr-by-value-1_main.c: New file.
10309         * gcc.dg/compat/fnptr-by-value-1_x.c: New file.
10310         * gcc.dg/compat/fnptr-by-value-1_y.c: New file.
10311         * gcc.dg/compat/struct-align-1.h: New file.
10312         * gcc.dg/compat/struct-align-1_main.c: New file.
10313         * gcc.dg/compat/struct-align-1_x.c: New file.
10314         * gcc.dg/compat/struct-align-1_y.c: New file.
10315         * gcc.dg/compat/struct-align-2.h: New file.
10316         * gcc.dg/compat/struct-align-2_main.c: New file.
10317         * gcc.dg/compat/struct-align-2_x.c: New file.
10318         * gcc.dg/compat/struct-align-2_y.c: New file.
10320         * gcc.dg/compat/compat-common.h (DEBUG_FINI): New.
10321         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
10322         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
10323         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
10324         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
10325         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
10326         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
10327         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
10328         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
10329         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
10330         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
10331         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
10332         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
10333         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
10334         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
10335         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
10336         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
10337         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
10338         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
10339         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
10340         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
10341         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
10342         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
10343         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
10344         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
10345         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
10346         * gcc.dg/compat/struct-return-10_x.c: Ditto.
10347         * gcc.dg/compat/struct-return-2_x.c: Ditto.
10348         * gcc.dg/compat/struct-return-3_x.c: Ditto.
10350 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
10352         * gcc.dg/i386-call-1.c: New test.
10354 2003-07-03  Nathan Sidwell  <nathan@codesourcery.com>
10356         PR c++/9162
10357         * g++.dg/parse/defarg4.C: New.
10359 2003-07-03  Roger Sayle  <roger@eyesopen.com>
10361         PR target/10700
10362         * gcc.c-torture/compile/20030703-1.c: New test case.
10364 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
10366         * g++.dg/template/local3.C: Remove extra semicolon.
10368 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
10370         * gcc.dg/i386-volatile-1.c: New test.
10372 2003-07-02  Nathan Sidwell  <nathan@codesourcery.com>
10374         PR c++/11072
10375         * g++.dg/other/offsetof2.C: XFAIL.
10376         * g++.dg/other/offsetof5.C: New.
10378         PR c++/10219
10379         * g++.dg/template/error1.C: New.
10381         PR c++/9779
10382         * g++.dg/template/dependent-expr1.C: New.
10384 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
10386         PR c++/6949
10387         * g++.dg/template/local3.C: New test.
10389         PR c++/11149
10390         * g++.dg/lookup/scoped6.C: New test.
10392 2003-07-01  Giovanni Bajo  <giovannibajo@libero.it>
10394         PR c++/8046
10395         * g++.dg/other/error7.C: New test.
10397 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
10399         * g++.old-deja/g++.abi/vbase1.C: Fix comment typos.
10400         * g++.old-deja/g++.abi/vtable3.h: Likewise.
10401         * g++.old-deja/g++.law/code-gen5.C: Likewise.
10402         * g++.old-deja/g++.other/union2.C: Likewise.
10403         * gcc.dg/c90-const-expr-2.c: Likewise.
10404         * gcc.dg/c90-const-expr-3.c: Likewise.
10405         * gcc.dg/c99-const-expr-2.c: Likewise.
10406         * gcc.dg/c99-const-expr-3.c: Likewise.
10407         * gcc.dg/concat.c: Likewise.
10409 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
10411         PR c++/9559
10412         * g++.dg/init/static1.C: New test.
10414 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
10416         * g++.old-deja/g++.niklas/README: Fix spelling for "testcase".
10417         * g++.old-deja/g++.other/access2.C: Likewise.
10418         * g++.old-deja/g++.other/decl2.C: Likewise.
10419         * gcc.c-torture/execute/20020615-1.c: Likewise.
10421 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
10423         PR c++/4933
10424         * g++.dg/template/sizeof4.C: New test.
10426 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
10428         * g++.dg/other/error6.C: New test.
10430 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
10432         PR c++/10750
10433         * g++.dg/parse/constant2.C: New test.
10435 2003-06-30  Giovanni Bajo <giovannibajo@libero.it>
10437         PR c++/11106
10438         * g++.dg/other/error5.C: New test.
10440 2003-06-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10442         * gcc.dg/format/gcc_diag-1.c: New test.
10444 2003-06-28  Ulrich Weigand  <uweigand@de.ibm.com>
10446         * gcc.c-torture/execute/multi-ix.c: Fix off-by-one bugs.
10448 2003-06-28  Nathan Sidwell  <nathan@codesourcery.com>
10450         * g++.old-deja/g++.robertl/eb133.C: Set expected line number.
10451         * g++.old-deja/g++.robertl/eb133a.C: Likewise.
10452         * g++.old-deja/g++.robertl/eb133b.C: Likewise.
10454 2003-06-28  Jakub Jelinek  <jakub@redhat.com>
10456         * gcc.c-torture/execute/builtins/string-8.c: New test.
10457         * gcc.c-torture/execute/builtins/string-8-lib.c: New.
10458         * gcc.c-torture/execute/stdio-opt-1.c (main): Add new tests.
10459         * gcc.c-torture/execute/string-opt-7.c (main): Add new test.
10461 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
10463         PR c++/10468
10464         * g++.dg/ext/typeof6.C: New test.
10466 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
10468         PR c++/10796
10469         * g++.dg/init/enum1.C: New test.
10471 2003-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
10473         * gcc.dg/20030627-1.c: New test.
10475 2003-06-26  Mark Mitchell  <mark@codesourcery.com>
10477         PR c++/11332
10478         * g++.dg/expr/static_cast2.C: New test.
10480 2003-06-26  Roger Sayle  <roger@eyesopen.com>
10481             Jakub Jelinek  <jakub@redhat.com>
10483         * gcc.c-torture/execute/string-opt-16.c: Remove test for disabled
10484         sprintf(dst,"%s",src) optimization.
10485         * gcc.c-torture/execute/20030626-1.c: New test case.
10486         * gcc.c-torture/execute/20030626-2.c: New test case.
10488 2003-06-26  J"orn Rennecke <joern.rennecke@superh.com>
10490         * gcc.c-torture/execute/multi-ix.c: New test.
10492         * gcc.c-torture/execute/simd-4.c (main):
10493         Added missing semicolon at end of union.
10495 2003-06-26  Giovanni Bajo  <giovannibajo@libero.it>
10497         PR c++/8266
10498         * g++.dg/template/explicit-instantiation3.C: New test.
10500 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
10502         * gcc.dg/20030626-1.c: Use signed char.
10504 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
10506         * gcc.dg/20030626-1.c: New test.
10508 2003-06-26  Neil Booth  <neil@daikokuya.co.uk>
10510         * const-str-2.m: Update.
10512 2003-06-25  Mark Mitchell  <mark@codesourcery.com>
10514         PR c++/10990
10515         * g++.dg/rtti/dyncast1.C: New test.
10516         * g++.dg/abi/mangle4.C: Correct base-specifier access.
10517         * g++.dg/lookup/scoped1.C: Remove XFAIL.
10518         * g++.old-deja/g++.martin/pmf1.C: Correct base-specifier access.
10520         PR c++/10931
10521         * g++.dg/expr/static_cast1.C: New test.
10523 2003-06-25  Josef Zlomek  <zlomekj@suse.cz>
10525         * gcc.dg/20030625-1.c: New test.
10527 2003-06-24  Roger Sayle  <roger@eyesopen.com>
10529         * gcc.c-torture/compile/20030624-1.c: New test case.
10531 2003-06-24  Jakub Jelinek  <jakub@redhat.com>
10533         * gcc.c-torture/execute/string-opt-17.c: New test.
10535 2003-06-24  Mark Mitchell  <mark@codesourcery.com>
10537         PR c++/5754
10538         * g++.dg/parse/crash6.C: New test.
10540 2003-06-23  Roger Sayle  <roger@eyesopen.com>
10542         * gcc.dg/builtins-24.c: New test case.
10544 2003-06-23  Jakub Jelinek  <jakub@redhat.com>
10546         * g++.dg/opt/operator1.C: New test.
10548 2003-06-22  Roger Sayle  <roger@eyesopen.com>
10550         * gcc.c-torture/execute/string-opt-16.c: New test case.
10552 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
10554         * g++.old-deja/g++.benjamin/16077.C: Add -Wconversion  option.
10555         * g++.old-deja/g++.other/conv7.C: Likewise
10556         * g++.old-deja/g++.other/overcnv2.C: Likewise.
10557         * g++.old-deja/g++.other/overload14.C: Likewise.
10559 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
10561         * g++.old-deja/g++.jason/conversion5.C: Adjust option.
10562         * g++.old-deja/g++.bugs/900215_01.C: Likewise.
10564 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
10566         PR c++/10888
10567         * g++.dg/warn/Winline-3.C: New test.
10569 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
10571         * lib/target-supports.exp (check_alias_available): Make the test
10572         program acceptable to the Solaris assembler.
10574         PR c++/10749
10575         * g++.dg/template/memclass2.C: New test.
10577 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
10578             Eric Botcazou  <ebotcazou@libertysurf.fr>
10580         * lib/gcc-dg.exp (dg-xfail-if): Do not process conditional xfail
10581         data for non-matching targets.
10582         * gcc.c-torture/compile/simd-5.c: Fix typo in conditional xfail.
10584 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
10586         PR c++/10845
10587         * g++.dg/template/member3.C: New test.
10589 2003-06-19  Mark Mitchell  <mark@codesourcery.com>
10591         PR c++/10939
10592         * g++.dg/template/func1.C: New test.
10594         PR c++/9649
10595         * g++.dg/template/static4.C: New test.
10596         * g++.old-deja/g++.other/anon7.C: Remove spurious error messages.
10598         PR c++/11041
10599         * g++.dg/init/ref7.C: New test.
10601 2003-06-19  Matt Austern  <austern@apple.com>
10603         PR c++/11228
10604         * g++.dg/anew1.C: New test.
10605         * g++.dg/anew2.C: New test.
10606         * g++.dg/anew3.C: New test.
10607         * g++.dg/anew4.C: New test.
10609 2003-06-19  Kazu Hirata  <kazu@cs.umass.edu>
10611         * gcc.c-torture/compile/simd-5.c: Don't XFAIL on H8.
10613 2003-06-19  J"orn Rennecke <joern.rennecke@superh.com>
10615         * gcc.c-torture/execute/simd-4.c (main): Make expected value
10616         endian-dependent.
10618 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
10620         * lib/g++.exp (g++_include_flags): Tweak path to testsuite_flags.
10621         Remove cruft.
10623 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
10625         * gcc.c-torture/compile/20020604-1.c: Use dg-xfail-if for h8300.
10626         * gcc.c-torture/compile/961203-1.c: Likewise.
10627         * gcc.c-torture/compile/980506-1.c: Likewise.
10629 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
10631         PR c++/10712
10632         * g++.dg/lookup/using7.C: New test.
10634 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
10636         PR c++/11105
10637         * g++.dg/abi/conv1.C: Remove it.
10638         * g++.dg/template/conv7.C: New test.
10639         * g++.dg/template/conv8.C: Likewise.
10640         * g++.old-deja/g++.ext/pretty2.C: Do not test __FUNCTION__ for a
10641         conversion operator.
10643 2003-06-17  Janis Johnson  <janis187@us.ibm.com>
10645         * gcc.dg/compat/compat-common.h (DEBUG_INIT): New.
10646         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
10647         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
10648         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
10649         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
10650         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
10651         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
10652         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
10653         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
10654         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
10655         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
10656         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
10657         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
10658         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
10659         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
10660         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
10661         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
10662         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
10663         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
10664         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
10665         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
10666         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
10667         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
10668         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
10669         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
10670         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
10671         * gcc.dg/compat/struct-return-10_x.c: Ditto.
10672         * gcc.dg/compat/struct-return-2_x.c: Ditto.
10673         * gcc.dg/compat/struct-return-3_x.c: Ditto.
10675 2003-06-16  Mark Mitchell  <mark@codesourcery.com>
10677         * lib/gcc-dg.exp (dg-xfail-if): Fix thinko.
10678         * gcc.c-torture/compile/simd-5.c: Remove spurious PowerPC-64 XFAIL
10679         indications.
10681 2003-06-16  Roger Sayle  <roger@eyesopen.com>
10683         * gcc.dg/i386-387-5.c: New test case.
10684         * gcc.dg/i386-387-6.c: New test case.
10685         * gcc.dg/builtins-23.c: New test case.
10687 2003-06-15  Roger Sayle  <roger@eyesopen.com>
10689         * gcc.dg/builtins-22.c: New test case.
10690         * gcc.dg/i386-387-1.c: Update to test exp.
10691         * gcc.dg/i386-387-2.c: Likewise.
10693 2003-06-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10695         * gcc.dg/format/asm_fprintf-1.c: Update width/precision checks.
10697 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
10699         * lib/gcc-dg.exp (dg-require-dll): New function.
10700         (dg-xfail-if): Likewise.
10701         * gcc.c-torture/compile/compile.exp: Use dg rather than c-torture
10702         driver.
10704         * gcc.c-torture/compile/20000804-1.c: Convert to dg format.
10705         * gcc.c-torture/compile/20001205-1.c: Likewise.
10706         * gcc.c-torture/compile/20001226-1.c: Likewise.
10707         * gcc.c-torture/compile/20010518-2.c: Likewise.
10708         * gcc.c-torture/compile/20020312-1.c: Likewise.
10709         * gcc.c-torture/compile/20020604-1.c: Likewise.
10710         * gcc.c-torture/compile/920501-12.c: Likewise.
10711         * gcc.c-torture/compile/920501-4.c: Likewise.
10712         * gcc.c-torture/compile/920520-1.c: Likewise.
10713         * gcc.c-torture/compile/920521-1.c: Likewise.
10714         * gcc.c-torture/compile/920625-1.c: Likewise.
10715         * gcc.c-torture/compile/961203-1.c: Likewise.
10716         * gcc.c-torture/compile/980506-1.c: Likewise.
10717         * gcc.c-torture/compile/981006-1.c: Likewise.
10718         * gcc.c-torture/compile/981022-1.c: Likewise.
10719         * gcc.c-torture/compile/981223-1.c: Likewise.
10720         * gcc.c-torture/compile/990617-1.c: Likewise.
10721         * gcc.c-torture/compile/dll.c: Likewise.
10722         * gcc.c-torture/compile/labels-3.c: Likewise.
10723         * gcc.c-torture/compile/mipscop-1.c: Likewise.
10724         * gcc.c-torture/compile/mipscop-2.c: Likewise.
10725         * gcc.c-torture/compile/mipscop-3.c: Likewise.
10726         * gcc.c-torture/compile/mipscop-4.c: Likewise.
10727         * gcc.c-torture/compile/simd-5.c: Likewise.
10728         * gcc.c-torture/compile/20000804-1.x: Remove.
10729         * gcc.c-torture/compile/20001205-1.x: Likewise.
10730         * gcc.c-torture/compile/20001226-1.x: Likewise.
10731         * gcc.c-torture/compile/20010518-2.x: Likewise.
10732         * gcc.c-torture/compile/20020312-1.x: Likewise.
10733         * gcc.c-torture/compile/20020604-1.x: Likewise.
10734         * gcc.c-torture/compile/920501-12.x: Likewise.
10735         * gcc.c-torture/compile/920501-4.x: Likewise.
10736         * gcc.c-torture/compile/920520-1.x: Likewise.
10737         * gcc.c-torture/compile/920521-1.x: Likewise.
10738         * gcc.c-torture/compile/920625-1.x: Likewise.
10739         * gcc.c-torture/compile/961203-1.x: Likewise.
10740         * gcc.c-torture/compile/980506-1.x: Likewise.
10741         * gcc.c-torture/compile/981006-1.x: Likewise.
10742         * gcc.c-torture/compile/981022-1.x: Likewise.
10743         * gcc.c-torture/compile/981223-1.x: Likewise.
10744         * gcc.c-torture/compile/990617-1.x: Likewise.
10745         * gcc.c-torture/compile/mipscop-1.x: Likewise.
10746         * gcc.c-torture/compile/mipscop-2.x: Likewise.
10747         * gcc.c-torture/compile/mipscop-3.x: Likewise.
10748         * gcc.c-torture/compile/mipscop-4.x: Likewise.
10749         * gcc.c-torture/compile/simd-5.x: Likewise.
10751         * gcc.c-torture/compile/20021205-1.c: Remove bogus dg commands.
10753 2003-06-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
10755         * gcc.c-torture/execute/20030611-1.c: New test.
10757 2003-06-12  Roger Sayle  <roger@eyesopen.com>
10759         PR middle-end/168
10760         * gcc.dg/20030612-1.c: New test case.
10762 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
10764         PR c++/10635
10765         * g++.dg/expr/cast1.C: New test.
10767 2003-06-12  Roger Sayle  <roger@eyesopen.com>
10769         * gcc.dg/builtins-21.c: New test case.
10771 2003-06-11  Kelley Cook  <kelleycook@wideopenwest.com>
10773         * lib/gcc.exp (gcc_target_compile): Put TOOL_OPTIONS at front of
10774         options instead of at the end.
10775         * lib/objc.exp (objc_target_compile): Likewise.
10777 2003-06-11  Mark Mitchell  <mark@codesourcery.com>
10779         PR c++/10432
10780         * g++.dg/parse/error1.C: New test.
10782 2003-06-11  Janis Johnson  <janis187@us.ibm.com>
10784         * gcc.dg/compat/struct-by-value-11_main.c: New file.
10785         * gcc.dg/compat/struct-by-value-11_x.c: New file.
10786         * gcc.dg/compat/struct-by-value-11_y.c: New file.
10787         * gcc.dg/compat/struct-by-value-12_main.c: New file.
10788         * gcc.dg/compat/struct-by-value-12_x.c: New file.
10789         * gcc.dg/compat/struct-by-value-12_y.c: New file.
10790         * gcc.dg/compat/struct-by-value-13_main.c: New file.
10791         * gcc.dg/compat/struct-by-value-13_x.c: New file.
10792         * gcc.dg/compat/struct-by-value-13_y.c: New file.
10793         * gcc.dg/compat/struct-by-value-14_main.c: New file.
10794         * gcc.dg/compat/struct-by-value-14_x.c: New file.
10795         * gcc.dg/compat/struct-by-value-14_y.c: New file.
10796         * gcc.dg/compat/struct-by-value-15_main.c: New file.
10797         * gcc.dg/compat/struct-by-value-15_x.c: New file.
10798         * gcc.dg/compat/struct-by-value-15_y.c: New file.
10799         * gcc.dg/compat/struct-by-value-16_main.c: New file.
10800         * gcc.dg/compat/struct-by-value-16_x.c: New file.
10801         * gcc.dg/compat/struct-by-value-16_y.c: New file.
10802         * gcc.dg/compat/struct-by-value-17_main.c: New file.
10803         * gcc.dg/compat/struct-by-value-17_x.c: New file.
10804         * gcc.dg/compat/struct-by-value-17_y.c: New file.
10805         * gcc.dg/compat/struct-by-value-18_main.c: New file.
10806         * gcc.dg/compat/struct-by-value-18_x.c: New file.
10807         * gcc.dg/compat/struct-by-value-18_y.c: New file.
10809         * gcc.dg/compat/scalar-by-value-3_main.c: New file.
10810         * gcc.dg/compat/scalar-by-value-3_x.c: New file.
10811         * gcc.dg/compat/scalar-by-value-3_y.c: New file.
10812         * gcc.dg/compat/scalar-by-value-4_main.c: New file.
10813         * gcc.dg/compat/scalar-by-value-4_x.c: New file.
10814         * gcc.dg/compat/scalar-by-value-4_y.c: New file.
10815         * gcc.dg/compat/scalar-return-3_main.c: New file.
10816         * gcc.dg/compat/scalar-return-3_x.c: New file.
10817         * gcc.dg/compat/scalar-return-3_y.c: New file.
10818         * gcc.dg/compat/scalar-return-4_main.c: New file.
10819         * gcc.dg/compat/scalar-return-4_x.c: New file.
10820         * gcc.dg/compat/scalar-return-4_y.c: New file.
10822 2003-06-10  Janis Johnson  <janis187@us.ibm.com>
10824         * gcc.dg/compat/fp2-struct-check.h: New file.
10825         * gcc.dg/compat/fp2-struct-defs.h: New file.
10826         * gcc.dg/compat/fp2-struct-init.h: New file.
10827         * gcc.dg/compat/struct-by-value-10_main.c: New file.
10828         * gcc.dg/compat/struct-by-value-10_x.c: New file.
10829         * gcc.dg/compat/struct-by-value-10_y.c: New file.
10830         * gcc.dg/compat/struct-return-10_main.c: New file.
10831         * gcc.dg/compat/struct-return-10_x.c: New file.
10832         * gcc.dg/compat/struct-return-10_y.c: New file.
10834         * gcc.dg/compat/compat-common.h: New file.
10835         * gcc.dg/compat/fp-struct-check.h: Improve debugging output.
10836         * gcc.dg/compat/fp-struct-test-by-value-x.h: Ditto.
10837         * gcc.dg/compat/fp-struct-test-by-value-y.h: Ditto.
10838         * gcc.dg/compat/scalar-by-value-1_main.c: Ditto.
10839         * gcc.dg/compat/scalar-by-value-1_x.c: Ditto.
10840         * gcc.dg/compat/scalar-by-value-1_y.c: Ditto.
10841         * gcc.dg/compat/scalar-by-value-2_main.c: Ditto.
10842         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
10843         * gcc.dg/compat/scalar-by-value-2_y.c: Ditto.
10844         * gcc.dg/compat/scalar-return-1_main.c: Ditto.
10845         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
10846         * gcc.dg/compat/scalar-return-1_y.c: Ditto.
10847         * gcc.dg/compat/scalar-return-2_main.c: Ditto.
10848         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
10849         * gcc.dg/compat/scalar-return-2_y.c: Ditto.
10850         * gcc.dg/compat/small-struct-check.h: Ditto.
10851         * gcc.dg/compat/struct-by-value-2_main.c: Ditto.
10852         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
10853         * gcc.dg/compat/struct-by-value-2_y.c: Ditto.
10854         * gcc.dg/compat/struct-by-value-3_main.c: Ditto.
10855         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
10856         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
10857         * gcc.dg/compat/struct-by-value-4_main.c: Ditto.
10858         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
10859         * gcc.dg/compat/struct-by-value-4_y.c: Ditto.
10860         * gcc.dg/compat/struct-by-value-5_main.c: Ditto.
10861         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
10862         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
10863         * gcc.dg/compat/struct-by-value-6_main.c: Ditto.
10864         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
10865         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
10866         * gcc.dg/compat/struct-by-value-7_main.c: Ditto.
10867         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
10868         * gcc.dg/compat/struct-by-value-7_y.c: Ditto.
10869         * gcc.dg/compat/struct-by-value-8_main.c: Ditto.
10870         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
10871         * gcc.dg/compat/struct-by-value-8_y.c: Ditto.
10872         * gcc.dg/compat/struct-by-value-9_main.c: Ditto.
10873         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
10874         * gcc.dg/compat/struct-by-value-9_y.c: Ditto.
10875         * gcc.dg/compat/struct-return-2_main.c: Ditto.
10876         * gcc.dg/compat/struct-return-2_x.c: Ditto.
10877         * gcc.dg/compat/struct-return-2_y.c: Ditto.
10878         * gcc.dg/compat/struct-return-3_main.c: Ditto.
10879         * gcc.dg/compat/struct-return-3_x.c: Ditto.
10880         * gcc.dg/compat/struct-return-3_y.c: Ditto.
10882 2003-06-10  Geoffrey Keating  <geoffk@apple.com>
10884         * g++.dg/pch/static-1.C: New file.
10885         * g++.dg/pch/static-1.Hs: New file.
10887 2003-06-10  Richard Henderson  <rth@redhat.com>
10889         * gcc.dg/asm-7.c: Adjust expected warning text.
10891 2003-06-10  Roger Sayle  <roger@eyesopen.com>
10893         * gcc.dg/builtins-20.c: New test case.
10895 2003-06-10  Mark Mitchell  <mark@codesourcery.com>
10897         PR c++/11131
10898         * g++.dg/opt/template1.C: New test.
10900 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
10902         * lib/gcc-dg.exp (dg-test): Clear additional_files and
10903         additional_sources.
10905 2003-05-21  David Taylor  <dtaylor@emc.com>
10907         * gcc.dg/Wpadded.c: New file.
10909 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
10911         * gcc.dg/special/20000419-2.c: Fix dg-require-alias syntax.
10912         * gcc.dg/special/weak-2.c: Add dg-require-weak.
10913         * gcc.dg/weak/weak-3.c: Reverse order of dg-do and
10914         dg-require-weak.
10916 2003-06-09  J"orn Rennecke <joern.rennecke@superh.com>
10918         * g++.dg/other/offsetof3.C: Adjust linenumber of last expected warning.
10920 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
10922         * lib/gcc-dg.exp (dg-require-weak): Fix typo.
10923         (dg-require-alias): Likewise.
10924         (dg-require-gc-sections): Likewise.
10925         * lib/target-supports.exp (check_gc_sections_available): Likewise.
10927 2003-06-08  Richard Henderson  <rth@redhat.com>
10929         * gcc.dg/20011029-2.c: Fix the array reference.
10930         * gcc.dg/asm-7.c: New.
10932 2003-06-08  Kazu Hirata  <kazu@cs.umass.edu>
10934         * gcc.c-torture/compile/20000804-1.x: Disable on h8300 port.
10936 2003-06-08  Mark Mitchell  <mark@codesourcery.com>
10938         * lib/gcc-dg.exp (dg-require-alias): Fix typo.
10939         (dg-require-gc-sections): Likewise.
10941 2003-06-08  Jan Hubicka  <jh@suse.cz>
10943         * i386-cmov1.c: Fix regular expression.
10944         * i386-cvt-1.c: Likewise.
10945         * i386-local.c: Likewise.
10946         * i386-local2.c: Likewise.
10947         * i386-mul.c: Likewise.
10948         * i386-ssetype-1.c: Likewise.
10949         * i386-ssetype-3.c: Likewise.
10950         * i386-ssetype-5.c: Likewise.
10952 2003-06-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10954         PR c++/11039
10955         * g++.dg/warn/implicit-typename2.C: New test.
10956         * g++.dg/warn/implicit-typename3.C: New test.
10958 2003-06-07  Richard Henderson  <rth@redhat.com>
10960         * g++.dg/other/offsetof3.C: Use size_t.
10961         * g++.dg/other/offsetof4.C: Likewise.
10963 2003-06-07  H.J. Lu <hongjiu.lu@intel.com>
10965         * lib/copy-file.exp: New. Implement gcc_copy_files.
10967         * lib/dg-pch.exp: Load copy-file.exp
10968         (dg-pch): Use gcc_copy_files instead of "file copy".
10970 2003-06-06  Mark Mitchell  <mark@codesourcery.com>
10972         * gcc.dg/weak/weak.exp: Simplify.
10973         * gcc.dg/weak/typeof-2.c: Use dg-require-weak.
10974         * gcc.dg/weak/weak-1.c: Likewise.
10975         * gcc.dg/weak/weak-2.c: Likewise.
10976         * gcc.dg/weak/weak-3.c: Likewise.
10977         * gcc.dg/weak/weak-4.c: Likewise.
10978         * gcc.dg/weak/weak-5.c: Likewise.
10979         * gcc.dg/weak/weak-6.c: Likewise.
10980         * gcc.dg/weak/weak-7.c: Likewise.
10981         * gcc.dg/weak/weak-8.c: Likewise.
10982         * gcc.dg/weak/weak-9.c: Likewise.
10984 2003-06-06  Richard Earnshaw  <rearnsha@arm.com>
10986         gcc.c-torture/execute/20030606-1.c: New.
10988 2003-06-06  Roger Sayle  <roger@eyesopen.com>
10990         * gcc.dg/builtins-2.c: Correct check-in of incorrect version.
10991         * gcc.dg/builtins-19.c: Likewise.
10993 2003-06-06  Roger Sayle  <roger@eyesopen.com>
10995         * gcc.dg/builtins-2.c: Add some more tests.
10996         * gcc.dg/builtins-18.c: New test case.
10997         * gcc.dg/builtins-19.c: New test case.
10999 2003-06-06  Roger Sayle  <roger@eyesopen.com>
11000             Jim Wilson  <wilson@tuliptree.org>
11002         * gcc.dg/uninit-C.c: Only test TImode on 64-bit platforms.
11004 2003-06-06  Jakub Jelinek  <jakub@redhat.com>
11006         * gcc.c-torture/execute/builtins/string-4.c (main_test): Allow some
11007         mempcpy/stpcpy calls not to be optimized into something else.
11008         * gcc.c-torture/execute/string-opt-3.c: Moved to...
11009         * gcc.c-torture/execute/builtins/string-7.c: ...here.
11010         * gcc.c-torture/execute/builtins/string-7-lib.c: New.
11012 2003-06-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11014         * gcc.dg/format/asm_fprintf-1.c: New test.
11016 2003-06-05  Mark Mitchell  <mark@codesourcery.com>
11018         * lib/gcc-defs.exp (additional_sources): New variable.
11019         (dg-additional-sources): New function.
11020         (additional_files): New variable.
11021         (dg-additional-files): New function.
11022         (dg-additional-files-options): Likewise.
11023         * lib/gcc-dg.exp (dg-require-weak): New function.
11024         (dg-require-alias): Likewise.
11025         (dg-require-gc-sections): Likewise.
11026         * lib/target-supports.exp (check_alias_available): Remove testfile
11027         parameter.
11028         (check_gc_sections_available): New function.
11029         * lib/g++-dg.exp (dg-gpp-additional-sources): Remove.
11030         (dg-gpp-additional-files): Likewise.
11031         * lib/g++.exp (additional_sources): Remove.
11032         (additional_files): Likewise.
11033         (g++_target_compile): Use dg-additional-files-options.
11035         * gcc.dg/special/special.exp: Add "ecos" tests.  Remove complex
11036         Tcl logic.
11037         * gcc.dg/special/ecos.exp: Remove.
11038         * gcc.dg/special/20000419-2.c: Use dg-require-*.
11039         * gcc.dg/special/alias-1.c: Likewise.
11040         * gcc.dg/special/alias-2.c: Likewise.
11041         * gcc.dg/special/gcsec-1.c: Likewise.
11042         * gcc.dg/special/weak-1.c: Likewise.
11043         * gcc.dg/special/weak-2.c: Likewise.
11044         * gcc.dg/special/wkali-1.c: Likewise.
11045         * gcc.dg/special/wkali-2.c: Likewise.
11047         * g++.dg/special/conpr-2.C: Use dg-additional-*, not
11048         dg-gpp-additional-*.
11049         * g++.dg/special/conpr-3.C: Likewise.
11050         * g++.dg/special/conpr-4.C: Likewise.
11051         * g++.old-deja/g++.abi/vtable3a.C: Likewise.
11052         * g++.old-deja/g++.abi/vtable3b.C: Likewise.
11053         * g++.old-deja/g++.abi/vtable3c.C: Likewise.
11054         * g++.old-deja/g++.abi/vtable3d.C: Likewise.
11055         * g++.old-deja/g++.abi/vtable3e.C: Likewise.
11056         * g++.old-deja/g++.abi/vtable3f.C: Likewise.
11057         * g++.old-deja/g++.abi/vtable3g.C: Likewise.
11058         * g++.old-deja/g++.abi/vtable3h.C: Likewise.
11059         * g++.old-deja/g++.abi/vtable3i.C: Likewise.
11060         * g++.old-deja/g++.abi/vtable3j.C: Likewise.
11061         * g++.old-deja/g++.oliva/linkage1.C: Likewise.
11062         * g++.old-deja/g++.other/comdat1.C: Likewise.
11063         * g++.old-deja/g++.other/comdat2.C: Likewise.
11064         * g++.old-deja/g++.other/comdat3.C: Likewise.
11065         * g++.old-deja/g++.other/ctor1.C: Likewise.
11066         * g++.old-deja/g++.pt/instantiate5.C: Likewise.
11068 2003-06-05  Richard Henderson  <rth@redhat.com>
11070         * gcc.dg/debug/20030605-1.c: New.
11072 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
11074         * README.QMTEST: Update.
11076 2003-06-04  Richard Henderson  <rth@redhat.com>
11078         * gcc.dg/cleanup-1.c: New.
11079         * gcc.dg/cleanup-2.c: New.
11080         * gcc.dg/cleanup-3.c: New.
11081         * gcc.dg/cleanup-4.c: New.
11082         * gcc.dg/cleanup-5.c: New.
11083         * gcc.dg/cleanup-6.c: New.
11084         * gcc.dg/cleanup-7.c: New.
11086 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
11088         * g++.dg/abi/vague1.C: Use xfail, rather than embedded Tcl code.
11090         * lib/dg-pch.exp: New file.
11091         * g++.dg/pch/pch.exp: Use dg-pch.exp.
11092         * gcc.dg/pch/pch.exp: Likewise.
11094 2003-06-04  Roger Sayle  <roger@eyesopen.com>
11096         * gcc.dg/builtins-2.c: Add tests for tan(atan(x)).
11097         * gcc.dg/builtins-3.c: Add tests for tan(0.0) and atan(0.0).
11098         * gcc.dg/builtins-7.c: Add tests for tan(atan(x)) == x.
11099         * gcc.dg/builtins-17.c: New test case.
11100         * gcc.dg/i386-387-4.c: New test case.
11101         * gcc.c-torture/execute/ieee/mzero4.c: New test case.
11103 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
11105         * gcc.dg/ultrasp9.c: New test.
11107 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
11109         * gcc.c-torture/compile/20030604-1.c: New test.
11110         * gcc.dg/sparc-constant-1.c: New test.
11112 2003-06-03  Glen Nakamura  <glen@imodulo.com>
11114         * gcc.dg/20020525-1.c: Replace 0x5a5a5a5a with -1.
11116 2003-06-03  J"orn Rennecke <joern.rennecke@superh.com>
11118         * g++.dg/abi/empty6.C (B): Request alignment of 8 bytes.
11120         * gcc.dg/torture/builtin-noret-1.c (_exit, _Exit): Make weak.
11121         * gcc.dg/torture/builtin-noret-2.c (_exit, _Exit): Likewise.
11123 2003-06-03  Aldy Hernandez  <aldyh@redhat.com>
11125         * gcc.c-torture/compile/simd-5.x: Remove xfail for PPC64.
11127 2003-06-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11129         PR c++/10940
11130         * g++.dg/template/spec10.C: New test.
11132 2003-06-03  Roger Sayle  <roger@eyesopen.com>
11134         * gcc.dg/builtins-16.c: New test case.
11136 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
11138         * gcc.c-torture/execute/builtins/string-4.c (main_test): Remove
11139         mempcpy test with post-increments.
11140         * gcc.c-torture/execute/string-opt-3.c: New test.
11141         * gcc.dg/string-opt-1.c: New test.
11143 2003-06-03  David Billinghurst <David.Billinghurst@riotinto.com>
11145         PR fortran/10965
11146         * g77.f-torture/compile/20000601-2.f: Fix non-standard code.
11148 2003-06-02  Mark Mitchell  <mark@codesourcery.com>
11150         * lib/scanasm.exp (dg-scan): New function, factored out of ...
11151         (scan-assembler): ... here.  Use dg-scan.
11152         (scan-assembler-not): Likewise.
11153         (scan-file): New function.
11154         (scan-file-not): Likewise.
11155         * gcc.dg/cpp/19990228-1.c: Use scan-file and/or scan-file-not.
11156         * gcc.dg/cpp/_Pragma4.c: Likewise.
11157         * gcc.dg/cpp/_Pragma5.c: Likewise.
11158         * gcc.dg/cpp/avoidpaste1.c: Likewise.
11159         * gcc.dg/cpp/avoidpaste2.c: Likewise.
11160         * gcc.dg/cpp/cmdlne-C2.c: Likewise.
11161         * gcc.dg/cpp/cmdlne-P.c: Likewise.
11162         * gcc.dg/cpp/cmdlne-dD-M.c: Likewise.
11163         * gcc.dg/cpp/cmdlne-dD-dM.c: Likewise.
11164         * gcc.dg/cpp/cmdlne-dI-M.c: Likewise.
11165         * gcc.dg/cpp/cmdlne-dM-M.c: Likewise.
11166         * gcc.dg/cpp/cmdlne-dM-dD.c: Likewise.
11167         * gcc.dg/cpp/cmdlne-dN-M.c: Likewise.
11168         * gcc.dg/cpp/cxxcom1.c: Likewise.
11169         * gcc.dg/cpp/line1.c: Likewise.
11170         * gcc.dg/cpp/maccom1.c: Likewise.
11171         * gcc.dg/cpp/maccom2.c: Likewise.
11172         * gcc.dg/cpp/maccom3.c: Likewise.
11173         * gcc.dg/cpp/maccom4.c: Likewise.
11174         * gcc.dg/cpp/maccom5.c: Likewise.
11175         * gcc.dg/cpp/maccom6.c: Likewise.
11176         * gcc.dg/cpp/multiline.c: Likewise.
11177         * gcc.dg/cpp/spacing1.c: Likewise.
11178         * gcc.dg/cpp/spacing2.c: Likewise.
11179         * gcc.dg/cpp/trad/cmdlne-C2.c: Likewise.
11180         * gcc.dg/cpp/trad/maccom1.c: Likewise.
11181         * gcc.dg/cpp/trad/maccom2.c: Likewise.
11182         * gcc.dg/cpp/trad/maccom3.c: Likewise.
11183         * gcc.dg/cpp/trad/maccom4.c: Likewise.
11184         * gcc.dg/cpp/trad/maccom6.c: Likewise.
11185         * gcc.dg/cpp/cxxcom2.c: Likewise.
11186         * gcc.dg/cpp/cxxcom2.h: New file.
11188         * gcc.dg/cpp/truefalse.cpp: Move it to ...
11189         * g++.dg/cpp/truefalse.C: Here.
11190         * gcc.dg/cpp/cpp.exp: Remove scanning of ".cpp" files.
11192 2003-06-01  Loren James Rittle  <ljrittle@acm.org>
11194         * gcc.dg/cpp/redef3.c: New file.
11196 2003-06-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
11198         * gcc.dg/i386-loop-3.c: New test.
11200 2003-05-31  Toon Moene  <toon@moene.indiv.nluug.nl>
11202         * g77.dg/ffree-form-2.f: XFAIL removed, because fixed.
11204 2003-05-31  Roger Sayle  <roger@eyesopen.com>
11206         * gcc.dg/fwrapv-1.c: New test case.
11207         * gcc.dg/fwrapv-2.c: New test case.
11209 2003-05-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11211         PR c++/10956
11212         * g++.dg/template/spec9.C: New test.
11214 2003-05-29  Roger Sayle  <roger@eyesopen.com>
11216         * gcc.dg/duff-4.c: New test case.
11218 2003-05-27  David Billinghurst <David.Billinghurst@riotinto.com>
11220         PR fortran/10843
11221         * g77.dg/ffixed-form-1.f: New test
11222         * g77.dg/ffixed-form-2.f: New test
11223         * g77.dg/ffree-form-2.f: New test - XFAIL pending fix
11224         * g77.dg/ffree-form-3.f: New test
11226 2003-05-26  Andreas Tobler <a.tobler@schweiz.ch>
11228         * gcc.dg/wchar_t-1.c: XFAIL on darwin, no wchar.h available.
11229         * gcc.dg/wint_t-1.c: Likewise.
11231 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11233         * g++.dg/template/access11.C: New test.
11235 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11237         PR c++/10849
11238         * g++.dg/template/access10.C: New test.
11240 2003-05-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
11241             Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11243         * gcc.c-torture/compile/simd-5.x: XFAIL on SPARC64.
11245 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
11247         * gcc.dg/torture/builtin-noret-1.c: Add dg-option -multiply_defined
11248         suppress for powerpc-*-darwin*.
11249         * gcc.dg/torture/builtin-noret-2.c: Likewise.
11251 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
11253         * gcc.c-torture/execute/builtins/builtins.exp: Add -multiply_defined
11254         suppress option for powerpc-*-darwin*.
11256 2003-05-23  Roger Sayle  <roger@eyesopen.com>
11258         * gcc.dg/builtins-1.c: Add tests for tan and atan.
11259         * gcc.dg/builtins-4.c: Add test for fmod.
11261 2003-05-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11263         PR c++/10682
11264         * g++.dg/template/instantiate4.C: New test.
11266 2003-05-22  Roger Sayle  <roger@eyesopen.com>
11268         * gcc.c-torture/execute/ieee/inf-2.c: New test case.
11270 2003-05-21  Janis Johnson  <janis187@us.ibm.com>
11272         * gcc.dg/compat/scalar-return-1_main.c: New file.
11273         * gcc.dg/compat/scalar-return-1_x.c: New file.
11274         * gcc.dg/compat/scalar-return-1_y.c: New file.
11275         * gcc.dg/compat/scalar-return-2_main.c: New file.
11276         * gcc.dg/compat/scalar-return-2_x.c: New file.
11277         * gcc.dg/compat/scalar-return-2_y.c: New file.
11278         * gcc.dg/compat/struct-return-3_main.c: New file.
11279         * gcc.dg/compat/struct-return-3_y.c: New file.
11280         * gcc.dg/compat/struct-return-3_x.c: New file.
11281         * gcc.dg/compat/struct-return-2_main.c: New file.
11282         * gcc.dg/compat/struct-return-2_x.c: New file.
11283         * gcc.dg/compat/struct-return-2_y.c: New file.
11285 2003-05-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11287         * g++.old-deja/g++.law/profile1.C (dg-options): Add -static to options
11288         for hppa*-hp-hpux*.
11289         * gcc.dg/20021014-1.c (dg-options): Likewise.
11290         * gcc.dg/nest.c (dg-options): Likewise.
11292 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
11294         PR c++/9738
11295         * g++.dg/ext/dllimport2.C: New file.
11296         * g++.dg/ext/dllimport3.C: New file.
11298 2003-05-20  Janis Johnson  <janis187@us.ibm.com>
11300         * gcc.dg/compat/struct-by-value-3_x.c: Move common pieces to headers.
11301         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
11302         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
11303         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
11304         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
11305         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
11306         * gcc.dg/compat/struct-by-value-7_x.c Ditto.
11307         * gcc.dg/compat/struct-by-value-7_y.c Ditto.
11308         * gcc.dg/compat/small-struct-defs.h: New file.
11309         * gcc.dg/compat/small-struct-init.h: New file.
11310         * gcc.dg/compat/small-struct-check.h: New file.
11311         * gcc.dg/compat/fp-struct-defs.h: New file.
11312         * gcc.dg/compat/fp-struct-check.h: New file.
11313         * gcc.dg/compat/fp-struct-init.h: New file.
11314         * gcc.dg/compat/fp-struct-test-by-value-y.h: New file.
11315         * gcc.dg/compat/fp-struct-test-by-value-x.h: New file.
11317 2003-05-19  Jakub Jelinek  <jakub@redhat.com>
11319         * gcc.dg/20030225-2.c: New test.
11321 2003-05-18  Roger Sayle  <roger@eyesopen.com>
11322             Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11324         * gcc.c-torture/compile/20030518-1.c: New test case.
11326 2003-05-18  Mark Mitchell  <mark@codesourcery.com>
11328         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Add opt_opts parameter.
11329         * gcc.dg/debug/debug.exp: Pass opt_opts parameter to
11330         gcc-dg-debug-runtest.
11331         * g++.dg/debug/debug.exp: Pass opt_opts parameter to
11332         gcc-dg-debug-runtest.
11334 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11336         PR c++/9022
11337         * g++.dg/lookup/using6.C: New test.
11339 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11341         * g++.dg/parse/access2.C: New test.
11343 2003-05-17  Mark Mitchell  <mark@codesourcery.com>
11345         * lib/gcc-dg.exp (gcc-dg-debug-runtest): New method.
11346         * g++.dg/debug/debug.exp: Use gcc-dg-debug-runtest.
11347         * gcc.dg/debug/debug.exp: Likewise.
11349 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
11351         * gcc.dg/dollar.c: New test.
11353 2003-05-16  Janis Johnson  <janis187@us.ibm.com>
11355         * gcc.dg/compat/struct-by-value-4_main.c: Split into multiple tests.
11356         * gcc.dg/compat/struct-by-value-4_x.c: Split into multiple tests.
11357         * gcc.dg/compat/struct-by-value-4_y.c: Split into multiple tests.
11358         * gcc.dg/compat/struct-by-value-5_main.c: Split into multiple tests.
11359         * gcc.dg/compat/struct-by-value-5_x.c: Split into multiple tests.
11360         * gcc.dg/compat/struct-by-value-5_y.c: Split into multiple tests.
11361         * gcc.dg/compat/struct-by-value-6_main.c: New file.
11362         * gcc.dg/compat/struct-by-value-6_x.c: New file.
11363         * gcc.dg/compat/struct-by-value-6_y.c: New file.
11364         * gcc.dg/compat/struct-by-value-7_main.c: New file.
11365         * gcc.dg/compat/struct-by-value-7_x.c: New file.
11366         * gcc.dg/compat/struct-by-value-7_y.c: New file.
11367         * gcc.dg/compat/struct-by-value-8_main.c: New file.
11368         * gcc.dg/compat/struct-by-value-8_x.c: New file.
11369         * gcc.dg/compat/struct-by-value-8_y.c: New file.
11370         * gcc.dg/compat/struct-by-value-9_main.c: New file.
11371         * gcc.dg/compat/struct-by-value-9_x.c: New file.
11372         * gcc.dg/compat/struct-by-value-9_y.c: New file.
11374 2003-05-16  Mark Mitchell  <mark@codesourcery.com>
11376         * lib/gcc-dg.exp (gcc-dg-test): Rename to ...
11377         (gcc-dg-test-1): ... this.  Add target_compile parameter.  Add
11378         support for "repo" mode.
11379         * lib/g++-dg.exp: Use gcc-dg.exp to implement all functionality.
11380         * lib/g77-dg.exp: Likewise.
11381         * lib/obj-dg.exp: Likewise.
11383 2003-05-16  Jakub Jelinek  <jakub@redhat.com>
11385         Merge from gcc-3_2-rhl8-branch:
11386         2003-04-23  Jakub Jelinek  <jakub@redhat.com>
11388         * gcc.dg/tls/opt-6.c: New test.
11390         2003-04-05  Jakub Jelinek  <jakub@redhat.com>
11392         * gcc.dg/20030405-1.c: New test.
11394         2003-03-09  Jakub Jelinek  <jakub@redhat.com>
11396         * gcc.dg/20030309-1.c: New test.
11398         2003-03-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
11400         * gcc.c-torture/execute/20030307-1.c: New test.
11402         2003-02-20  Randolph Chung  <tausq@debian.org>
11404         * gcc.c-torture/compile/20030220-1.c: New test.
11406         2003-02-18  Jakub Jelinek  <jakub@redhat.com>
11408         * gcc.dg/20030217-1.c: New test.
11410         2003-01-29  Jakub Jelinek  <jakub@redhat.com>
11412         * gcc.c-torture/compile/20020129-1.c: New test.
11414         2002-12-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
11416         * gcc.dg/unroll-1.c: New test.
11418         2002-11-16  Jan Hubicka  <jh@suse.cz>
11420         * gcc.c-torture/execute/20020920-1.c: New test.
11422         2002-10-08  Jakub Jelinek  <jakub@redhat.com>
11424         PR target/7434
11425         * gcc.c-torture/compile/20021008-1.c: New test.
11427         2002-08-10  Gwenole Beauchesne  <gbeauchesne@mandrakesoft.com>
11429         PR target/7559
11430         * testsuite/gcc.c-torture/execute/20020810-1.c: New test.
11432         2002-08-07  Jakub Jelinek  <jakub@redhat.com>
11434         * gcc.c-torture/compile/20020807-1.c: New test.
11436         2002-07-30  Jakub Jelinek  <jakub@redhat.com>
11438         * gcc.dg/tls/opt-1.c: New test.
11440         2002-07-29  Jakub Jelinek  <jakub@redhat.com>
11442         * gcc.dg/20020729-1.c: New test.
11444         2002-07-20  Jakub Jelinek  <jakub@redhat.com>
11446         * g++.dg/opt/life1.C: New test.
11448         2002-05-20  Jakub Jelinek  <jakub@redhat.com>
11450         * gcc.dg/20020525-1.c: New test.
11452         2002-05-24  Jakub Jelinek  <jakub@redhat.com>
11454         PR c++/6794
11455         * g++.dg/ext/pretty1.C: New test.
11456         * g++.dg/ext/pretty2.C: New test.
11458 2003-05-15  Mark Mitchell  <mark@codesourcery.com>
11460         PR c++/8385
11461         * g++.dg/ext/typeof5.C: New test.
11463 2003-05-15  J"orn Rennecke <joern.rennecke@superh.com>
11465         * gcc.c-torture/execute/builtins/string-asm-1.c: Take
11466         __USER_LABEL_PREFIX__ into account.
11467         * gcc.c-torture/execute/builtins/string-asm-2.c: Likewise.
11469 2003-05-14  Roger Sayle  <roger@eyesopen.com>
11471         * gcc.dg/builtins-15.c: New test case.
11473 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
11475         * gcc.dg/const-elim-1.c: Tighten scan-assembler-not regexp.
11477 2003-05-12  Mark Mitchell  <mark@codesourcery.com>
11479         * lib/g++.exp: Tweak handling of additional source files.
11480         * g++.dg/special/conpr-2.C: Use dg-gpp-additional-sources.
11481         * g++.dg/special/conpr-2a.C: Rename to ...
11482         * g++.dg/special/conpr-2a.cc: ... this.
11483         * g++.dg/special/conpr-3.C: Use dg-gpp-additional-sources.
11484         * g++.dg/special/conpr-3a.C: Rename to ...
11485         * g++.dg/special/conpr-3a.cc: This.
11486         * g++.dg/special/conpr-3b.C: Rename to ...
11487         * g++.dg/special/conpr-3b.cc: This.
11488         * g++.dg/special/conpr-4.C: New test.
11489         * g++.dg/special/ecos.exp: Rewrite to use ordinary dg driver.
11491 2003-05-12  David Edelsohn  <edelsohn@gnu.org>
11493         * debug/debug.exp: Skip debug-[12].c at -O3 on non-Dwarf targets.
11495 2003-05-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11497         * g++.old-deja/g++.brendan/ns1.C: Remove private member warning.
11498         * g++.old-deja/g++.robertl/eb71.C: Likewise.
11499         * g++.old-deja/g++.brendan/warnings1.C: Add -Wctor-dtor-privacy.
11500         * g++.old-deja/g++.other/warn3.C: Likewise.
11502 2003-05-11  Roger Sayle  <roger@eyesopen.com>
11504         * gcc.dg/i386-387-1.c: Update to also test log.
11505         * gcc.dg/i386-387-2.c: Likewise.
11507 2003-05-11  Toon Moene  <toon@moene.indiv.nluug.nl>
11509         * g77.f-torture/execute/int8421.f: New test.
11511 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11513         PR c++/10230, c++/10481
11514         * g++.dg/lookup/scoped5.C: New test.
11516 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11518         PR c++/10552
11519         * g++.dg/template/ttp6.C: New test.
11521 2003-05-11  Richard Sandiford  <rsandifo@redhat.com>
11523         * gcc.c-torture/execute/builtins: New directory.
11524         * gcc.c-torture/execute/string-opt-{3,4,16,17,18,19}.c: Move into
11525         gcc.c-torture/execute/builtins.
11526         * gcc.c-torture/execute/string-opt-asm-{1,2}.c: Likewise.
11527         * gcc.c-torture/execute/builtin-noret-{1,2}.c: Move to...
11528         * gcc.dg/torture: ...this new directory.  Turn into link-only tests.
11529         * gcc.dg/no-builtin-1.c: Move into gcc.c-torture/execute/builtins.
11531 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11533         PR c++/9252
11534         * g++.dg/template/access8.C: New test.
11535         * g++.dg/template/access9.C: New test.
11537 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11539         PR c++/9554
11540         * g++.dg/parse/access1.C: New test.
11542 2003-05-09  DJ Delorie  <dj@redhat.com>
11544         * g++.dg/other/stdarg1.C: Make sure arg "3" is passed as a
11545         long, and not an int.
11547 2003-05-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11549         PR c++/10555, c++/10576
11550         * g++.dg/template/memclass1.C: New test.
11552 2003-05-08  DJ Delorie  <dj@redhat.com>
11554         * gcc.c-torture/execute/20020404-1.x: New, skip for 16-bit
11555         targets.
11556         * gcc.c-torture/execute/20021024-1.x: Likewise.
11557         * gcc.c-torture/execute/shiftdi.x: Likewise.
11558         * g++.old-deja/g++.mike/p700.C: Handle 16-bit targets.
11559         * g++.old-deja/g++.other/exprstmt1.C: Likewise.
11560         * gcc.dg/20021018-1.c: Likewise.
11562 2003-05-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11564         * g++.dg/other/packed1.C: Mark xfail for sparc*- not sparc-.
11566         gcc.c-torture/execute/string-opt-19.c: Add general rodata tests.
11567         (bcopy): Call memmove.
11569 2003-05-08  Roger Sayle  <roger@eyesopen.com>
11571         * g77.f-torture/compile/8485.f: New test case.
11573 2003-05-07  Richard Henderson  <rth@redhat.com>
11575         PR c++/10570
11576         * g++.dg/eh/forced1.C: Expect catch-all handlers to run.
11577         Verify exception_cleanup not called for rethrows.
11578         * g++.dg/eh/forced2.C: Test that exception_cleanup is called
11579         when exiting catch block without rethrowing.
11580         * g++.dg/eh/forced3.C: New.
11581         * g++.dg/eh/forced4.C: New.
11583 2003-05-07  Aldy Hernandez  <aldyh@redhat.com>
11585         * gcc.dg/20030505.c: Fix triplet.
11587 2003-05-06  DJ Delorie  <dj@redhat.com>
11589         * gcc.dg/20021014-1.c: XFAIL for xstormy16 also.
11590         * gcc.dg/nest.c: Likewise.
11592 2003-05-05  Roger Sayle  <roger@eyesopen.com>
11594         * gcc.dg/builtins-14.c: New test case.
11596 2003-05-05  Janis Johnson  <janis187@us.ibm.com>
11598         * lib/compat.exp (compat-execute): New argument.
11599         * g++.dg/compat/compat.exp: Pass new argument to compat-execute.
11600         * gcc.dg/compat: New test directory.
11601         * gcc.dg/compat/compat.exp: New expect script.
11602         * gcc.dg/compat/scalar-by-value-1_main.c: New test file.
11603         * gcc.dg/compat/scalar-by-value-1_x.c: New test file.
11604         * gcc.dg/compat/scalar-by-value-1_y.c: New test file.
11605         * gcc.dg/compat/scalar-by-value-2_main.c: New test file.
11606         * gcc.dg/compat/scalar-by-value-2_x.c: New test file.
11607         * gcc.dg/compat/scalar-by-value-2_y.c: New test file.
11609         * gcc.dg/compat/struct-by-value-1_main.c: New test file.
11610         * gcc.dg/compat/struct-by-value-1_x.c: New test file.
11611         * gcc.dg/compat/struct-by-value-1_y.c: New test file.
11612         * gcc.dg/compat/struct-by-value-2_main.c: New test file.
11613         * gcc.dg/compat/struct-by-value-2_x.c: New test file.
11614         * gcc.dg/compat/struct-by-value-2_y.c: New test file.
11615         * gcc.dg/compat/struct-by-value-3_main.c: New test file.
11616         * gcc.dg/compat/struct-by-value-3_x.c: New test file.
11617         * gcc.dg/compat/struct-by-value-3_y.c: New test file.
11618         * gcc.dg/compat/struct-by-value-4_main.c: New test file.
11619         * gcc.dg/compat/struct-by-value-4_x.c: New test file.
11620         * gcc.dg/compat/struct-by-value-4_y.c: New test file.
11621         * gcc.dg/compat/struct-by-value-5_main.c: New test file.
11622         * gcc.dg/compat/struct-by-value-5_x.c: New test file.
11623         * gcc.dg/compat/struct-by-value-5_y.c: New test file.
11625 2003-05-05  Zack Weinberg  <zack@codesourcery.com>
11627         * gcc.dg/const-elim-1.c, gcc.dg/const-elim-2.c: New testcases.
11629 2003-05-05  Jakub Jelinek  <jakub@redhat.com>
11631         * gcc.c-torture/execute/string-opt-18.c (main): Add 3 new tests.
11633 2003-05-05  Geoffrey Keating  <geoffk@apple.com>
11635         * gcc.c-torture/execute/ieee/fp-cmp-8.c: New test.
11636         * gcc.dg/ppc-fsel-2.c: New test.
11638         * gcc.dg/unused-5.c: New test.
11640 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11642         PR c++/10496
11643         * g++.dg/warn/pmf1.C: New test.
11645 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11647         PR c++/4494
11648         * g++.dg/warn/main.C: New test.
11650 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11652         * gcc.dg/nonnull-3.c: New test.
11654 2003-05-04  Neil Booth  <neil@daikokuya.co.uk>
11656         * gcc.dg/cpp/Wtrigraphs.c: Update.
11657         * gcc.dg/cpp/Wtrigraphs-2.c: New tests.
11659 2003-05-03  Geoffrey Keating  <geoffk@apple.com>
11661         * gcc.dg/ppc-fsel-1.c: New test.
11663 2003-05-03  Zack Weinberg  <zack@codesourcery.com>
11665         PR c/10604
11666         * gcc.dg/compare7.c, g++.dg/warn/compare1.C: New testcases.
11668 2003-05-03  Kazu Hirata  <kazu@cs.umass.edu>
11670         * gcc.dg/m-un-2.c: Fix the typedef of size_t.
11672 2003-05-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11674         PR c++/9364, c++/10553, c++/10586
11675         * g++.dg/parse/typename4.C: New test.
11676         * g++.dg/parse/typename5.C: Likewise.
11678 2003-05-03  Richard Sandiford  <rsandifo@redhat.com>
11680         * gcc.c-torture/compile/20030503-1.c: New test.
11682 2003-05-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11684         * g++.dg/lookup/using5.C: Fix testcase error.
11686 2003-05-01  Chris Demetriou  <cgd@broadcom.com>
11688         * gcc.dg/special/mips-abi.exp (is_meabi_config): Remove,
11689         since MEABI is no longer supported.  Remove all vestiges
11690         of MEABI from the test.
11692 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11694         PR c++/10554
11695         * g++.dg/lookup/using5.C: New test.
11697 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11699         PR c++/8772
11700         * g++.dg/template/ttp5.C: New test.
11702 2003-04-30  Mark Mitchell  <mark@codesourcery.com>
11704         * lib/g++-dg.exp (g++-dg-test): Add "repo" option.
11705         (dg-gpp-additional-sources): New function.
11706         (dg-gpp-additional-files): Likewise.
11707         * lib/g++.exp (additional_sources): New variable.
11708         (additional_files): Likewise.
11709         (g++_target_compile): Deal with them.
11710         * lib/old-dejagnu.exp: Remove.
11711         * g++.old-deja/old-deja.exp: Use dg.exp, not old-dejagnu.exp.
11712         * g++.old-deja: Revise all tests to use dg commands.
11714 2003-04-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11716         PR c++/9432, c++/9528
11717         * g++.dg/lookup/using4.C: New test.
11719 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
11721         * gcc.dg/noreturn-5.c: New file.
11722         * gcc.dg/noreturn-6.c: New file.
11724         * gcc.c-torture/compile/inline-1.c: New file.
11726 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
11728         PR c++/10551
11729         * g++.dg/template/explicit1.C: New test.
11731 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
11733         PR c++/10549
11734         * g++.dg/other/bitfield1.C: New test.
11736         PR c++/10527
11737         * g++.dg/init/new7.C: New test.
11739 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
11741         * g++.dg/ext/desig1.C: New test.
11742         * g++.dg/ext/init1.C: Update.
11744         * g++.old-deja/g++.pt/deduct5.C: Remove unnecessary initializer.
11746 2003-04-28  Mark Mitchell  <mark@codesourcery.com>
11748         PR c++/10180
11749         * g++.dg/warn/Winline-1.C: New test.
11751 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
11753         * gcc.c-torture/execute/string-opt-19.c: New test.
11755         * gcc.c-torture/execute/string-opt-asm-1.c: New test.
11756         * gcc.c-torture/execute/string-opt-asm-2.c: New test.
11758 2003-04-27  Mark Mitchell  <mark@codesourcery.com>
11760         PR c++/10506
11761         * g++.dg/init/new6.C: New test.
11763         PR c++/10503
11764         * g++.dg/init/ref6.C: New test.
11766 2003-04-26  David Edelsohn  <edelsohn@gnu.org>
11768         * g++.dg/warn/weak1.C: XFAIL on AIX4.
11770 2003-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11772         * gcc.c-torture/execute/string-opt-8.c: Don't perform cmpstr
11773         checks for __pj__, but do them for !__OPTIMIZE__ and __s390__.
11775 2003-04-25  Mark Mitchell  <mark@codesourcery.com>
11777         * g++.old-deja/g++.pt/instantiate12.C: Explicit instantiate
11778         initialized static data members.
11780 2003-04-25  H.J. Lu <hjl@gnu.org>
11782         * gcc.dg/ia64-sync-4.c: New test.
11784 2003-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11786         * gcc.c-torture/execute/string-opt-18.c: Clean up.  Fix copyright
11787         date.
11789 2003-04-24  Nathan Sidwell  <nathan@codesourcery.com>
11791         PR c++/10337
11792         * g++.dg/warn/conv1.C: New test.
11793         * g++.old-deja/g++.other/conv7.C: Adjust.
11794         * g++.old-deja/g++.other/overload14.C: Adjust.
11796 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
11798         PR c++/10471
11799         * g++.dg/template/defarg2.C: New test.
11801 2003-04-23  Neil Booth  <neil@daikokuya.co.uk>
11803         * gcc.dg/cpp/include2.c: Update.
11804         * gcc.dg/cpp/multiline-2.c: New.
11805         * gcc.dg/cpp/multiline.c: Update.
11806         * gcc.dg/cpp/strify2.c: Update.
11807         * gcc.dg/cpp/trad/literals-2.c: Update.
11809 2003-04-23  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11811         * g++.dg/other/packed1.C: XFAIL hppa*-*-*.
11813 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
11815         * g++.dg/parse/typedef1.C: Tweak after fix for PR 10428.
11817 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
11819         PR c++/10451
11820         * g++.dg/parse/crash4.C: New test.
11822         PR c++/9847
11823         * g++.dg/parse/crash5.C: New test.
11825 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
11827         PR c++/10446
11828         * g++.dg/parse/crash3.C: New test.
11830         PR c++/10428
11831         * g++.dg/parse/elab1.C: New test.
11833 2003-04-22  Devang Patel  <dpatel@apple.com>
11835         * gcc.dg/cpp/trad/funlike-5.c: New test.
11837 2003-04-21  Andreas Tobler <a.tobler@schweiz.ch>
11839         * g++.dg/other/packed1.C: Fix dg options.
11841 2003-04-22  Nathan Sidwell  <nathan@codesourcery.com>
11843         * g++.dg/other/offsetof2.C: New test.
11845 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
11847         * g++.dg/template/recurse.C: Adjust location of error messages.
11849 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
11851         PR c++/9881
11852         * g++.dg/init/addr-const1.C: New test.
11853         * g++.dg/other/packed1.C: XFAIL on aligned architectures.
11855 2003-04-20  Nathan Sidwell  <nathan@codesourcery.com>
11857         PR c++/10405
11858         * g++.dg/lookup/struct-hack1.C: New test.
11860 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
11862         * ucs.c: Update diagnostic messages.
11864 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
11866         * gcc.dg/cpp/truefalse.cpp: New test.
11867         * gcc.dg/cpp/cpp.exp: Update.
11868         * g++.dg/other/stdbool-if.C: Remove.
11870 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
11872         * gcc.dg/cpp/_Pragma4.c: Remove stray space.
11873         * gcc.dg/cpp/trad/escaped-eof.c: Correct line number.
11875 2003-04-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
11877         * gcc.c-torture/compile/20030418-1.c: New test.
11879 2003-04-17  Janis Johnson  <janis187@us.ibm.com>
11881         * README.compat: Remove; content moved to doc/sourcebuild.texi.
11883 2003-04-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11885         PR c++/10347
11886         g++.dg/template/dependent-name1.C: New test.
11888 2003-04-17  J"orn Rennecke <joern.rennecke@superh.com>
11890         * gcc.dg/warn-1.c (tourist_guide): New array,
11891         contains a pointer to bar.
11893 2003-04-16  Roger Sayle  <roger@eyesopen.com>
11895         * gcc.dg/Wunreachable-5.c: New test case for PR c/10175.
11896         * gcc.c-torture/execute/medce-1.c: New test case.
11897         * gcc.c-torture/execute/medce-2.c: New test case.
11899 2003-04-15  Mark Mitchell  <mark@codesourcery.com>
11901         * lib/prune.exp: Ignore more messages.
11903         PR c++/10381
11904         * g++.dg/parse/lookup3.C: New test.
11906 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
11908         * gcc.c-torture/compile/20030415-1.c : New test.
11910 2003-04-14  Mark Mitchell  <mark@codesourcery.com>
11912         * gcc.c-torture/execute/scope-2.c: Move to ...
11913         * gcc.dg/noncompile/scope.c: .... here.
11915 2003-04-14  Roger Sayle  <roger@eyesopen.com>
11917         * gcc.dg/20030414-2.c: New test case.
11919 2003-04-14  Hans-Peter Nilsson  <hp@axis.com>
11921         PR target/10377
11922         * gcc.dg/20030414-1.c: New test.
11924 2003-04-13  Roger Sayle  <roger@eyesopen.com>
11926         * gcc.dg/builtins-12.c: New test case.
11927         * gcc.dg/builtins-13.c: New test case.
11929 2003-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11931         * gcc.c-torture/execute/string-opt-18.c: New test.
11933 2003-04-13  Mark Mitchell  <mark@codesourcery.com>
11935         PR c++/10300
11936         * g++.dg/init/new5.C: New test.
11938 2003-04-12  Mark Mitchell  <mark@codesourcery.com>
11940         PR c++/7910
11941         * g++.dg/ext/dllimport1.C: New test.
11943 2003-04-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
11945         * gcc.dg/ultrasp8.c: Fix for 32-bit Sparc.
11947 2003-04-11  Bud Davis <bdavis9659@comcast.net>
11949         PR Fortran/9263
11950         * g77.f-torture/noncompile/9263.f: New test
11951         PR Fortran/1832
11952         * g77.f-torture/execute/1832.f: New test
11954 2003-04-11  David Chad  <davidc@freebsd.org>
11955             Loren J. Rittle  <ljrittle@acm.org>
11957         libobjc/8562
11958         * objc.dg/headers.m: New test.
11960 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
11962         * gcc.c-torture/execute/builtin-noret-2.c: New.
11963         * gcc.c-torture/execute/builtin-noret-2.x: New.
11964         XFAIL builtin-noret-2.c at -O1 and above.
11965         * gcc.dg/redecl.c: New.
11966         * gcc.dg/Wshadow-1.c: Update error regexps.
11968 2003-04-10  Mark Mitchell  <mark@codesourcery.com>
11970         * g++.dg/abi/bitfield10.C: New test.
11972 2003-04-09  Mike Stump  <mrs@apple.com>
11974         * gcc.dg/pch/pch.exp: Make testcase names longer.
11975         * g++.dg/pch/pch.exp: Make testcase names longer.
11977 2003-04-08  Roger Sayle  <roger@eyesopen.com>
11979         * gcc.dg/builtins-11.c: New test case.
11981 2003-04-08  Roger Sayle  <roger@eyesopen.com>
11983         * gcc.dg/builtins-9.c: New test case.
11984         * gcc.dg/builtins-10.c: New test case.
11986 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
11988         * gcc.dg/noncompile/init-4.c.c: New test.
11990 2003-04-06  Nathan Sidwell  <nathan@codesourcery.com>
11992         * gcc.misc-test/gcov-9.c: New test.
11993         * gcc.misc-test/gcov-10.c: New test
11994         * gcc.misc-test/gcov-11.c: New test.
11996 2003-04-05  Zack Weinberg  <zack@codesourcery.com>
11998         PR optimization/10024
11999         * gcc.c-torture/compile/20030405-1.c: New test.
12001 2003-04-04  Geoffrey Keating  <geoffk@apple.com>
12003         * gcc.dg/pch/static-3.c: New.
12004         * gcc.dg/pch/static-3.hs: New.
12005         * gcc.dg/pch/pch.exp: Test with -O0 -g too.
12007 2003-04-04  Richard Henderson  <rth@redhat.com>
12009         * g++.dg/eh/forced1.C: Use _Unwind_SjLj_ForcedUnwind as appropriate.
12010         * g++.dg/eh/forced2.C: Likewise.
12012 2003-04-03  Mike Stump  <mrs@apple.com>
12014         * lib/scanasm.exp (scan-assembler): Add xfail processing for
12015         target arg.
12016         (scan-assembler-times, scan-assembler-not): Likewise.
12017         (scan-assembler-dem, scan-assembler-dem-not): Likewise.
12019 2003-04-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
12021         * gcc.dg/sparc-loop-1.c: New test.
12023 2003-04-02  Geoffrey Keating  <geoffk@apple.com>
12025         PR other/9274
12026         * g++.dg/pch/system-2.C: New.
12027         * g++.dg/pch/system-2.Hs: New.
12029 2003-04-02  Aldy Hernandez  <aldyh@redhat.com>
12031         * g++.dg/eh/simd-2.C (vecfunc): Fix typo.
12033         * g++.dg/eh/simd-1.C (vecfunc): Same.
12035 2003-04-01  Roger Sayle  <roger@eyesopen.com>
12037         * gcc.c-torture/execute/20030401-1.c: New test case.
12039 2003-04-01  Ziemowit Laski <zlaski@apple.com>
12041         * objc.dg/defs.m: New.
12043 2003-04-01  Aldy Hernandez  <aldyh@redhat.com>
12045         * g++.dg/eh/simd-1.C: New.
12046         * g++.dg/eh/simd-2.C: New.
12048 2003-03-01  Aldy Hernandez  <aldyh@redhat.com>
12050         * gcc.c-torture/execute/simd-3.c: New.
12052 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
12054         PR c/9936
12055         * gcc.dg/20030331-2.c: New test.
12057 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
12059         PR c++/10278
12060         * g++.dg/parse/crash2.C: New test.
12062 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
12064         * gcc.c-torture/compile/20030331-1.c: New test, moved from...
12065         * gcc.c-torture/execute/20030331-1.c: ...here.
12067 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
12069         * gcc.c-torture/execute/20030331-1.c: New test.
12071 2003-03-31  Nathan Sidwell  <nathan@codesourcery.com>
12073         * lib/gcov.exp: Adjust call return testing strings.
12074         * g77.dg/gcov/gcov-1.f: Don't expect unconditional branches.
12076 2003-03-31  Roger Sayle  <roger@eyesopen.com>
12078         * gcc.dg/builtins-3.c: Add new tests for sin and cos.
12079         * gcc.dg/builtins-7.c: New test case.
12080         * gcc.dg/builtins-8.c: New test case.
12082 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
12084         * gcc.c-torture/execute/ieee/20030331-1.c: New test.
12086 2003-03-30  Mark Mitchell  <mark@codesourcery.com>
12088         PR c++/7647
12089         * g++.dg/lookup-class-member-2.C: New test.
12091 2003-03-30  Glen Nakamura  <glen@imodulo.com>
12093         * gcc.dg/20030324-1.c: Add comments and abort if test fails.
12095 2003-03-28  Roger Sayle  <roger@eyesopen.com>
12097         * gcc.c-torture/execute/ieee/fp-cmp-6.c:  Correct test for -O0.
12099 2003-03-28  Mark Mitchell  <mark@codesourcery.com>
12101         * g++.dg/init/attrib1.C: New test.
12103 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
12105         * gcc.dg/ultrasp8.c: New test.
12107 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
12109         * gcc.dg/ultrasp7.c: New test.
12111 2003-03-28  Nathan Sidwell  <nathan@codesourcery.com>
12113         PR c++/10047
12114         * g++.dg/template/inline1.C: New test.
12116 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
12118         * gcc.dg/sparc-dwarf2.c: New test.
12120 2003-03-27  Roger Sayle  <roger@eyesopen.com>
12122         * gcc.c-torture/execute/ieee/fp-cmp-6.c: New test case.
12123         * gcc.c-torture/execute/ieee/fp-cmp-7.c: New test case.
12125 2003-03-27  Mark Mitchell  <mark@codesourcery.com>
12127         * lib/gcov.exp (run-gcov): Add branches and calls options, rather
12128         than reading .x files.
12129         * g++.dg/gcov/gcov-1.C: Use run-gcov options, not .x files.
12130         * g77.dg/gcov/gcov-1.f: Likewise.
12131         * gcc.misc-tests/gcov-4b.c: Likewise.
12132         * gcc.misc-tests/gcov-5b.c: Likewise.
12133         * gcc.misc-tests/gcov-6.c: Likewise.
12134         * gcc.misc-tests/gcov-7.c: Likewise.
12135         * gcc.misc-tests/gcov-8.c: Likewise.
12136         * g++.dg/gcov/gcov-1.x: Remove.
12137         * g77.dg/gcov/gcov-1.x: Likewise.
12138         * gcc.misc-tests/gcov-4b.x: Likewise.
12139         * gcc.misc-tests/gcov-5b.x: Likewise.
12140         * gcc.misc-tests/gcov-6.x: Likewise.
12141         * gcc.misc-tests/gcov-7.x: Likewise.
12142         * gcc.misc-tests/gcov-8.x: Likewise.
12144 2003-03-27  Glen Nakamura  <glen@imodulo.com>
12146         PR opt/10087
12147         * gcc.dg/20030324-1.c: New test.
12149 2003-03-27  Nathan Sidwell  <nathan@codesourcery.com>
12151         PR c++/10224
12152         * g++.dg/template/arg3.C: New test.
12154         PR c++/10158
12155         * g++.dg/template/friend18.C: New test.
12157 2003-03-26  Roger Sayle  <roger@eyesopen.com>
12159         * g77.f-torture/compile/20030326-1.f: New test case.
12161 2003-03-26  Janis Johnson  <janis187@us.ibm.com>
12163         * gcc.c-torture/execute/20020227-1.x: Don't XFAIL for powerpc64.
12165         * gcc.c-torture/compile/simd-5.x: Expect XFAIL for powerpc64.
12167 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
12169         * gcc.dg/ia64-sync-3.c: New test.
12171 2003-03-26  Alan Modra  <amodra@bigpond.net.au>
12173         * gcc.dg/loop-2.c: Replace "inline" with "__inline__".
12175 2003-03-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
12177         * gcc.dg/ultrasp6.c: New test.
12179 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
12181         * gcc.dg/i386-signbit-1.c: New test.
12182         * gcc.dg/i386-signbit-2.c: New test.
12183         * gcc.dg/i386-signbit-3.c: New test.
12185 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
12187         * gcc.dg/ultrasp5.c: Fix options.
12189 2003-03-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
12191         * gcc.dg/ultrasp5.c: Fix comment.
12193 2003-03-24  Bud Davis  <bdavis9659@comcast.net>
12195         PR fortran/10197
12196         * g77.f-torture/execute/10197.f: New test.
12198 2003-03-24  Nathan Sidwell  <nathan@codesourcery.com>
12200         PR c++/9898, c++/383
12201         * g++.dg/template/conv6.C: New test.
12203         PR c++/10119
12204         * g++.dg/template/ptrmem5.C: New test.
12206         PR c++/10026
12207         * g++.dg/lookup/koenig1.C: New test.
12209         PR C++/10199
12210         * g++.dg/lookup/template2.C: New test.
12212 2003-03-24  Jakub Jelinek  <jakub@redhat.com>
12214         * g++.dg/opt/rtti1.C: New test.
12216 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
12218         * gcc.dg/ultrasp5.c: New test.
12220 2003-03-23  Arpad Beszedes <beszedes@cc.u-szeged.hu>
12222         PR middle-end/9967
12223         * gcc.c-torture/execute/stdio-opt-1.c: Adjust test for change to
12224         builtin fputs.
12226 2003-03-23  Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
12228         PR c/8224
12229         * gcc.dg/20030323-1.c: New test.
12231 2003-03-23  Roger Sayle  <roger@eyesopen.com>
12233         * gcc.c-torture/compile/20030323-1.c: New test case.
12235 2003-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
12237         * gcc.dg/20030321-1.c: New test.
12239 2003-03-22  Zack Weinberg  <zack@codesourcery.com>
12241         * gcc.dg/Wshadow-1.c: Add a dg-warning line.
12243 2003-03-22  Nathan Sidwell  <nathan@codesourcery.com>
12245         PR c++/9978, c++/9708
12246         * g++.dg/ext/vlm1.C: Adjust expected error.
12247         * g++.dg/ext/vla2.C: New test.
12248         * g++.dg/template/arg1.C: New test.
12249         * g++.dg/template/arg2.C: New test.
12251 2003-03-22  Bud Davis  <bdavis9659@comcast.net>
12253         * g77.f-torture/execute/select.f: New test.
12254         * g77.f-torture/noncompile/select_no_compile.f: New test.
12256 2003-03-21  Nathan Sidwell  <nathan@codesourcery.com>
12258         PR c++/9898
12259         * g++.dg/other/error4.C: New test.
12261 2003-03-20  Mark Mitchell  <mark@codesourcery.com>
12263         * g++.dg/template/friend17.C: New test.
12265 2003-03-21  Alan Modra  <amodra@bigpond.net.au>
12267         * gcc.c-torture/compile/20030320-1.c: New.
12269 2003-03-20  Roger Sayle  <roger@eyesopen.com>
12271         * gcc.dg/builtins-6.c: New test case.
12273 2003-03-19  Alan Modra  <amodra@bigpond.net.au>
12275         PR target/10073
12276         * gcc.c-torture/compile/20030319-1.c: New.
12278 2003-03-18  Jan Hubicka  <jh@suse.cz>
12280         * gcc.dg/i386-cvt-1.c: New test.
12282 2003-03-17  Zack Weinberg  <zack@codesourcery.com>
12284         * objc.dg/naming-1.m: Use "(parse|syntax) error".
12285         * objc.dg/naming-2.m: Likewise.
12287 2003-03-17  Mark Mitchell  <mark@codesourcery.com>
12289         PR c++/9639
12290         * g++.dg/parse/crash1.C: New test.
12292 2003-03-16  Mark Mitchell  <mark@codesourcery.com>
12294         PR c++/8805
12295         * g++.dg/eh/cleanup1.C: New test.
12297 2003-03-16  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
12299         * gcc.c-torture/execute/20030316-1.c: New test case.
12301 2003-03-16  Nathan Sidwell  <nathan@codesourcery.com>
12303         PR c++/9629
12304         * g++.dg/init/ctor2.C: New test.
12306 2003-03-15  Roger Sayle  <roger@eyesopen.com>
12308         * g77.f-torture/compile/xformat.f: New test case.
12310 2003-03-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
12312         * g++.old-deja/g++.mike/eh33.C: Remove xfail for hppa*-*-*.
12313         * g++.old-deja/g++.mike/eh50.C: Likewise.
12315 2003-03-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12317         PR c++/6440
12318         * g++.dg/template/spec7.C: New test.
12319         * g++.dg/template/spec8.C: Likewise.
12321 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
12323         * gcc.c-torture/execute/20030313-1.c: New test.
12325 2003-03-14  Richard Henderson  <rth@redhat.com>
12327         * gcc.dg/inline-2.c: Adjust alpha test for external call.
12329 2003-03-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
12331         * gcc.c-torture/compile/20030314-1.c: New test.
12333 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
12335         * gcc.dg/dll-1.c: Remove thumb target. Change exp to _exp.
12336         * gcc.dg/dll-2.c: Enable for cygwin and mingw. Remove
12337         thumb target,
12338         * gcc.dg/dll-3.c: Likewise. Adjust scan-assembler
12339         to accept newer _imp__  prefix and additional
12340         newline in .drectve section.
12341         * gcc.dg/dll-4.c: Likewise.
12342         * gcc.dg/dll-5.c: New file to test -mnop-fun-dllimport
12343         switch.
12345 2003-03-13  Mark Mitchell  <mark@codesourcery.com>
12347         * g++.dg/parse/namespace9.C: New test.
12349         * g++.dg/init/ref5.C: New test.
12350         * g++.dg/parse/ptrmem1.C: Likewise.
12352 2003-03-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
12354         * gcc.dg/special/ecos.exp (gcsec-1.c): Find linker used by gcc.
12355         * gcc.dg/old-style-asm-1.c (dg-final): Add hpux label alternative to
12356         regular expression.
12357         * gcc.dg/funcorder.c (dg-final): Check for "link_error,%r" on hppa*-*-*.
12358         * gcc.dg/inline-1.c (dg-final): Check for "xyzzy?,%r" on hppa*-*-*.
12360 2003-03-12  Daniel Jacobowitz  <drow@mvista.com>
12362         * gcc.c-torture/execute/20030224-2.c: New test.
12364 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
12366         * gcc.dg/decl-3.c: New test.
12368 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
12370         * gcc.dg/i386-loop-2.c: New test.
12372 2003-03-11  Mark Mitchell  <mark@codesourcery.com>
12374         PR c++/9474
12375         * g++.dg/parse/namespace8.C: New test.
12377         PR c++/9924
12378         * g++.dg/overload/builtin2.C: New test.
12380 2003-03-11  Steven Bosscher  <s.bosscher@student.tudelft.nl>
12382         * gcc.dg/return-type-3.c: New test.
12384 2003-03-11  D.Venkatasubramanian  <dvenkat@noida.hcltech.com>
12386         * gcc.misc-tests/bprob.exp: Disable test cases for h8300-*-* as
12387         profiling options are not supported.
12389 2003-03-10  Mark Mitchell  <mark@codesourcery.com>
12391         * g++.old-deja/g++.benjamin/16077.C: Adjust warnings.
12392         * g++.old-deja/g++.warn/impint2.C: Likewise.
12394 2003-03-10  Devang Patel  <dpatel@apple.com>
12396         * g++.dg/cpp/c++_cmd_1.C: New test.
12397         * g++.dg/cpp/c++_cmd_1.h: New file.
12399 2003-03-10  Segher Boessenkool  <segher@koffie.nl>
12401         * gcc.dg/altivec-9.c: New file.
12403 2003-03-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12405         * gcc.dg/ppc-sdata-1.c: New test.
12406         * gcc.dg/ppc-sdata-2.c: New test.
12408 2003-03-09  Mark Mitchell  <mark@codesourcery.com>
12410         PR c++/9373
12411         * g++.dg/opt/ptrmem2.C: New test.
12413         PR c++/8534
12414         * g++.dg/opt/ptrmem1.C: New test.
12416 2003-03-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
12418         * gcc.dg/i386-loop-1.c: New test.
12420 2003-03-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12422         PR c++/9970
12423         * g++.dg/lookup/friend1.C: New test.
12425 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
12427         PR c++/9823
12428         * g++.dg/parser/constructor1.C: New test.
12430 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
12432         * gcc.c-torture/execute/20020720-1.x: Add xfail for cris-*-*.
12434         * gcc.dg/old-style-asm-1.c: Tweak to match mmix-knuth-mmixware.
12436 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
12438         * gcc.dg/cpp/Wunused.c: Update test.
12440 2003-03-08  Jan Hubicka  <jh@suse.cz>
12442         * gcc.dg/inline-3.c: New test.
12444 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
12446         PR c++/9809
12447         * g++.dg/parse/builtin1.C: New test.
12449         PR c++/9982
12450         * g++.dg/abi/cookie1.C: New test.
12451         * g++.dg/abi/cookie2.C: Likewise.
12453         PR c++/9524
12454         * g++.dg/template/field1.C: New test.
12456         PR c++/9912
12457         * g++.dg/parse/class1.C: New test.
12458         * g++.dg/parse/namespace7.C: Likewise.
12459         * g++.old-deja/g++.other/decl5.C: Remove XFAILs.
12461 2003-03-07  Mark Mitchell  <mark@codesourcery.com>
12463         * g++.dg/init/ref4.C: New test.
12465 2003-03-07  Jan Hubicka  <jh@suse.cz>
12467         * gcc.dg/i386-local2.c: Fix problems with certain versions of dejagnu.
12468         * gcc.dg/inline-3.c:  New test.
12470 2003-03-06  Mark Mitchell  <mark@codesourcery.com>
12472         * g++.dg/init/ref3.C: New test.
12474         PR c++/9965
12475         * g++.dg/init/ref2.C: New test.
12477         PR c++/9400
12478         * g++.dg/warn/Wshadow-2.C: New test.
12480         PR c++/9791
12481         * g++.dg/warn/Woverloaded-1.C: New test.
12483 2003-03-05  Jan Hubicka  <jh@suse.cz>
12485         * gcc.dg/i386-local2.c: New.
12486         * gcc.dg/i386-local.c: Fix typo.
12488 2003-03-05  Mark Mitchell  <mark@codesourcery.com>
12490         * g++.dg/abi/layout3.C: New test.
12492 2003-03-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
12494         * gcc.c-torture/compile/20030305-1.c
12496 2003-03-05  Jan Hubicka  <jh@suse.cz>
12498         * gcc.dg/i386-local.c: New.
12500 2003-03-04  J"orn Rennecke <joern.rennecke@superh.com>
12502         * gcc.dg/sh-relax.c: Disable for sh64-*-*.
12504 2003-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
12506         * gcc.dg/switch-2.c: New test.
12507         * gcc.dg/switch-3.c: New test.
12508         * gcc.dg/Wswitch.c: Adjust line numbers.
12509         * gcc.dg/Wswitch-default.c: Likewise.
12510         * gcc.dg/Wswitch-enum.c: Likewise.
12512 2003-03-04  Alexandre Oliva  <aoliva@redhat.com>
12514         * gcc.c-torture/execute/20030222-1.c: New test.
12516 2003-03-03  James E Wilson  <wilson@tuliptree.org>
12518         * gcc.dg/m68k-slp-ice.c: New test for PR c/7872.
12520 2003-03-03  Mark Mitchell  <mark@codesourcery.com>
12522         PR c++/9878
12523         * g++.dg/init/ref1.C: New test.
12525 2003-03-03  J"orn Rennecke <joern.rennecke@superh.com>
12527         * gcc.dg/sh-relax.c: New SH-only test.
12529 2003-03-03  Geoffrey Keating  <geoffk@apple.com>
12531         * gcc.c-torture/compile/20010327-1.c: Back out last change.  Add
12532         comment explaining purpose of testcase.
12534 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
12536         * gcc.c-torture/execute/960312-1.x: New file, must pass -mshort
12537         for HC11/HC12 (asm needs two int registers).
12538         * gcc.c-torture/compile/20020312-1.x: New file, don't execute on
12539         HC11/HC12 because the test uses an asm which needs two 32-bit
12540         registers.
12542 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
12544         * gcc.c-torture/compile/920501-12.x: New file, must pass -mshort
12545         for HC11/HC12 (array is too large otherwise).
12546         * gcc.c-torture/compile/920501-4.x: New file, likewise.
12547         * gcc.c-torture/compile/20010518-2.x: Likewise.
12548         * gcc.c-torture/compile/980506-1.x: Don't execute this test on
12549         HC11/HC12 (array is too large).
12551 2003-03-01  Geoffrey Keating  <geoffk@apple.com>
12553         * lib/gcc-dg.exp (gcc-dg-test): Change .pch to .gch.
12554         * lib/g++-dg.exp (g++-dg-test): Likewise.
12556 2003-03-01  Roger Sayle  <roger@eyesopen.com>
12558         * g++.old-deja/g++.other/builtins10.C: New test for PR 9367.
12559         * gcc.dg/format/attr-5.c: Handle new conflicting types warning.
12561 2003-03-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12563         * g++.dg/warn/implicit-typename1.C: Remove warning.
12565 2003-02-28  Richard Henderson  <rth@redhat.com>
12567         * gcc.dg/noreturn-1.c: Move noreturn warning line.
12568         * gcc.dg/return-type-1.c: Move control reaches end warning line.
12570 2003-02-28  Geoffrey Keating  <geoffk@apple.com>
12572         * gcc.dg/pch/pch.exp: Change .pch to .gch.
12573         * g++.dg/pch/pch.exp: Likewise.
12575 2003-02-28  Mark Mitchell  <mark@codesourcery.com>
12577         PR c++/9879
12578         * testsuite/g++.dg/init/new4.C: New test.
12580 2003-02-28  Richard Earnshaw  <rearnsha@arm.com>
12582         * gcc.dg/arm-asm.c: Enable for StrongARM and XScale targets.
12584 2003-02-28  Alexandre Oliva  <aoliva@redhat.com>
12586         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead of
12587         unsigned long.
12589         * gcc.c-torture/compile/simd-3.c: Do nothing if double is not
12590         wider than float.
12592 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
12594         * lib/scanasm.exp: Add support for counting numbers of
12595         occurences.
12596         * gcc.dg/unswitch-1.c, gcc.dg/peel-1.c, gcc.dg/unroll-1.c,
12597         gcc.dg/unroll-2.c, gcc.dg/unroll-3.c: New tests.
12599 2003-02-25  Mark Mitchell  <mark@codesourcery.com>
12601         PR c++/9683
12602         * g++.dg/template/static3.C: New test.
12604         PR c++/9829
12605         * g++.dg/parse/namespace6.C: New test.
12607 2003-02-25  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12609         PR target/9732
12610         * gcc.dg/20030225-1.c: New test.
12612 2003-02-24  Mark Mitchell  <mark@codesourcery.com>
12614         * README: Remove out-of-date information.
12616         PR c++/9836
12617         * g++.dg/template/spec6.C: New test.
12619 2003-02-24  Jeff Law  <law@redhat.com>
12621         * gcc.c-torture/compile/20030224-1.c: New test for ia32 backend bug.
12623 2003-02-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12625         * g++.dg/other/pragma-ep-1.C: Test for __PRAGMA_EXTERN_PREFIX.
12626         * gcc.dg/pragma-ep-1.c: Likewise.
12628 2003-02-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12630         PR c++/9602
12631         * g++.dg/template/friend16.C: New test.
12633 2003-02-23  Mark Mitchell  <mark@codesourcery.com>
12635         PR c++/5333
12636         * g++.dg/parse/fused-params1.C: Adjust error messages.
12637         * g++.dg/template/nested3.C: New test.
12639 2003-02-24  Alan Modra  <amodra@bigpond.net.au>
12641         * g++.dg/abi/param1.C: New test.
12643 2003-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12645         PR c++/7982
12646         * g++.dg/warn/implicit-typename1.C: New test.
12648 2003-02-22  Kelley Cook <kelleycook@comcast.net>
12650         * g++.old-deja/g++.other/store-expr1.C: Replace "mcpu"
12651         with "mtune".
12652         * g++.old-deja/g++.other/store-expr2.C: Likewise.
12653         * gcc.c-torture/execute/20010129-1.x: Likewise.
12654         * gcc.dg/20011107-1.c: Likewise.
12655         * gcc.dg/20020108-1.c: Likewise.
12656         * gcc.dg/20020122-3.c: Likewise.
12657         * gcc.dg/20020206-1.c: Likewise.
12658         * gcc.dg/20020310-1.c: Likewise.
12659         * gcc.dg/20020426-2.c: Likewise.
12660         * gcc.dg/20020517-1.c: Likewise.
12661         * gcc.dg/991230-1.c: Likewise.
12662         * gcc.dg/i386-unroll-1.c: Likewise.
12663         * gcc.misc-tests/i386-prefetch.exp: Likewise.
12665 2003-02-22  Jan Hubicka  <jh@suse.cz>
12667         * gcc.dg/i386-mul.c: New test.
12669 2003-02-21  Roger Sayle  <roger@eyesopen.com>
12671         * gcc.dg/builtins-5.c: New test case.
12673 2003-02-22  Hans-Peter Nilsson  <hp@axis.com>
12675         * gcc.dg/asmreg-1.c: New test.
12677 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
12679         PR c++/9749
12680         * g++.dg/parse/varmod1.C: New test.
12682 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
12684         PR c++/9727
12685         * g++.dg/template/op1.C: New test.
12687 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
12689         PR c++/8906
12690         * g++.dg/template/nested2.C: New test.
12692 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
12694         PR c++/8724
12695         * g++.dg/expr/dtor1.C: New test.
12697 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
12699         * gcc.dg/cpp/include3.c: New test.
12700         * gcc.dg/cpp/inc/foo.h: New file.
12702 2003-02-21  Glen Nakamura  <glen@imodulo.com>
12704         * gcc.c-torture/execute/20030221-1.c: New test.
12706 2003-02-20  Mark Mitchell  <mark@codesourcery.com>
12708         PR c++/9729
12709         * g++.dg/abi/conv1.C: New test.
12711 2003-02-20  Jan Hubicka  <jh@suse.cz>
12713         * gcc.c-torture/execute/20020720-1.x: XFAIL for x86-64.
12715 2003-02-19  Daniel Jacobowitz  <drow@mvista.com>
12717         * gcc.c-torture/compile/20030219-1.c: New test.
12719 2003-02-18  Jan Hubicka  <jh@suse.cz>
12721         * gcc.dg/funcorder.c: New test.
12723 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
12725         * gcc.c-torture/execute/20030218-1.c: New.
12727 2003-02-18  Aldy Hernandez  <aldyh@redhat.com>
12729         * gcc.dg/20030218-1.c: New.
12731 2003-02-18  Richard Henderson  <rth@redhat.com>
12733         * gcc.dg/attr-invalid.c: Allow __used__ on static data.
12734         * gcc.dg/attr-used-2.c: New.
12736 2003-02-18  Mark Mitchell  <mark@codesourcery.com>
12738         PR c++/9704
12739         * g++.dg/init/copy5.C: New test.
12741 2003-02-18  Geoffrey Keating  <geoffk@apple.com>
12743         * gcc.dg/pch/pch.exp: Delete $bname.h before copying into it.
12744         * g++.dg/pch/pch.exp: Likewise.
12746 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
12748         * gcc.c-torture/execute/20030209-1.c: Enable the test if
12749         STACK_SIZE is not defined.
12751 2003-02-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12753         PR c++/9457
12754         * g++.dg/template/init1.C: New test.
12756 2003-02-16  Jan HUbicka  <jh@suse.cz>
12758         * gcc.dg/c90-const-expr-3.c (DZERO): New static variable
12759         (foo): Add few extra tests
12760         * gcc.dg/c99-const-expr-3.c: Likewise.
12761         * gcc.c-torture/execute/20030216-1.c: New.
12763 2003-02-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12765         PR c++/9459
12766         * g++.dg/ext/typeof4.C: New test.
12768 2003-02-15  Roger Sayle  <roger@eyesopen.com>
12770         * gcc.dg/i386-387-3.c: New test case.
12772 2003-02-14  Josef Zlomek  <zlomekj@suse.cz>
12774         * gcc.dg/20030213-1.c: Expect warning for unsupported -fpic on
12775         cris-*-elf* cris-*-aout* and mmix-*-*.
12777 2003-02-13  Josef Zlomek  <zlomekj@suse.cz>
12779         * gcc.dg/20030213-1.c: New test.
12781 2003-02-12  Roger Sayle  <roger@eyesopen.com>
12783         * gcc.dg/i386-387-1.c: Add new test for __builtin_atan2.
12784         * gcc.dg/i386-387-2.c: Likewise.
12786 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
12788         * gcc.dg/ppc-spe.c: Fix formatting.
12789         Enable tests that were previously unsupported by gas.
12790         Delete tests for instructions that no longer exist.
12791         Switch arguments on evsubifw builtin.
12793 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
12795         * gcc.c-torture/execute/20030209-1.c: Disable the test if
12796         STACK_SIZE is too small.
12798 2003-02-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
12799             Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
12801         * gcc.dg/decl-2.c: New test.
12803 2003-02-10  Jan Hubicka  <jh@suse.cz>
12805         * gcc.dg/i386-fpcvt-1.c:  New test.
12807 2002-02-09  Richard Sandiford  <rsandifo@redhat.com>
12809         * gcc.c-torture/execute/20030209-1.c: New test.
12811 2003-02-09  Kazu Hirata  <kazu@cs.umass.edu>
12813         * gcc.c-torture/execute/builtin-bitops-1.c: When testing the
12814         int-wide bitops, use the constants of the same width.
12815         Likewise, if long long is 32-bit wide, test bitops using
12816         32-bit constants.
12818 2003-02-07  Loren James Rittle  <ljrittle@acm.org>
12820         * gcc.dg/20021014-1.c: Annotate with expected notice text.
12822 2003-02-07  Roger Sayle  <roger@eyesopen.com>
12824         * testsuite/gcc.dg/builtins-4.c: New test case.
12826 2003-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12828         * gcc.dg/20020430-1.c: Fix dg command typos.
12829         * gcc.dg/20020503-1.c: Likewise.
12831 2003-02-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
12833         PR c++/8785
12834         * g++.dg/parse/fused-params1.C: New test.
12836         PR c++/8857
12837         * g++.dg/parse/tmpl-tmpl-operator1.C: New test.
12839         PR c++/8921
12840         * g++.dg/parse/non-dependent1.C: New test.
12842         PR c++/8928
12843         * g++.dg/parse/dupl-tmpl-args1.C: New test.
12845         PR c++/9228
12846         * g++.dg/parse/undefined7.C: New test.
12847         * g++.dg/parse/non-templ1.C: New test.
12849         PR c++/9229
12850         * g++.dg/parse/too-many-tmpl-args1.C: New test.
12852 2003-02-06  Eric Botcazou <ebotcazou@libertysurf.fr>
12854         * gcc.c-torture/compile/20030206-1.c: New test.
12856 2003-02-05  Roger Sayle  <roger@eyesopen.com>
12858         * gcc.c-torture/compile/921206-1.c: Rename undeclared function from
12859         "pow" to "foo" to avoid potential confusion with a math built-in.
12861 2003-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12863         * gcc.c-torture/execute/20020227-1.x: Update specific XFAIL
12864         conditions for SPARC targets.
12866 2003-02-05  Jakub Jelinek  <jakub@redhat.com>
12868         * gcc.dg/20030204-1.c: New test.
12870 2003-02-04  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
12872         PR c++/38
12873         * g++.dg/parse/array-size1.C: New test.
12875         PR c++/5657
12876         * g++.dg/parse/undefined3.C: New test.
12878         PR c++/5665
12879         * g++.dg/parse/undefined4.C: New test.
12881         PR c++/5975
12882         * g++.dg/parse/undefined5.C: New test.
12884         PR c++/7259
12885         * g++.dg/parse/tmpl-tmpl-param1.C: New test.
12887         PR c++/8578
12888         * g++.dg/parse/casting-operator1.C: New test.
12890         PR c++/8596
12891         * g++.dg/parse/undefined6.C: New test.
12893         PR c++/8736
12894         * g++.dg/parse/missing-template1.C: New test.
12896 2003-02-04  Jan Hubicka  <jh@suse.cz>
12898         * gcc.dg/i386-cadd.c:  Compile using -march=k8.
12899         * gcc.dg/i386-cmov?.c:  Likewise.
12900         * gcc.dg/i386-fpcvt-?.c:  Likewise.
12901         * gcc.dg/i386-ssefp-1.c:  Likewise.
12902         * gcc.dg/i386-ssetype-?.c:  Likewise; fix for register passing
12903         conventions.
12905 2003-02-03  Mark Mitchell  <mark@codesourcery.com>
12907         PR c++/7129
12908         * testsuite/g++.dg/ext/max.C: New test.
12910 2003-02-03  Jan Hubicka  <jh@suse.cz>
12912         * gcc.c-torture/execute/20030203-1.c: New test.
12914 2003-02-03  Richard Earnshaw  <rearnsha@arm.com>
12916         * gcc.c-torture/exectue/ieee/20000320-1.c: The ARM VFP format is
12917         'natural-endian'.
12919 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
12921         * g++.dg/init/new1.C: Remove -fvolatile dg-options line.
12922         * g++.dg/init/new2.C: Likewise.
12923         * g++.dg/other/new1.C: Likewise.
12925 2003-01-31  Loren J. Rittle <ljrittle@acm.org>
12927         * gcc.dg/struct-ret-libc.c: New test.
12929 2003-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
12931         * gcc.dg/20030129-1.c: New test.
12933 2003-01-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12935         PR c++/8849
12936         * g++.dg/template/ptrmem4.C: New test.
12938 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
12940         * g++.dg/parser/constant1.C: New test.
12942 2003-01-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12944         PR c++/8591
12945         * g++.dg/parse/friend2.C: New test.
12947 2003-01-29  Nathan Sidwell  <nathan@codesourcery.com>
12949         PR c++/9437
12950         * g++.dg/template/unify4.C: New test.
12952 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
12954         * gcc.c-torture/execute/20030128-1.c: New test.
12956 2003-01-28  Jeffrey D. Oldham  <oldham@codesourcery.com>
12958         * g++.dg/lookup/nested1.C: Test moved from ...
12959         * g++.old-deja/g++.other/lookup24.C: ... here.
12961 2003-01-28  Jan Hubicka  <jh@suse.cz>
12963         * gcc.dg/i386-cmov5.c:  New test.
12965 2003-01-28  D.Venkatasubramanian   <dvenkat@noida.hcltech.com>
12967         * gcc.c-torture/execute/20010925-1.c: Changed the
12968         memcpy declaration.
12970 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
12972         PR c++/3902
12973         * g++.dg/parse/template5.C: New test.
12975 2003-01-28  Toon Moene  <toon@moene.indiv.nluug.nl>
12977         PR fortran/9258
12978         * g77.dg/pr9258: New test.
12980 2003-01-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12982         * README: Move relevant parts from README.g++.
12984         * README.g++: Remove this file.
12986 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
12988         * g++.dg/abi/dcast1.C: New test.
12990 2003-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12992         * gcc.c-torture/execute/builtin-constant.x: Only expect failure at -O1.
12994 2003-01-27  Jeffrey D. Oldham  <oldham@codesourcery.com>
12996         PR c++/47
12997         * g++.old-deja/g++.other/lookup24.C: New test.
12999 2003-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13001         PR middle-end/7227
13002         * gcc.dg/uninit-C.c: New test.
13004 2003-01-27  Nathan Sidwell  <nathan@codesourcery.com>
13006         * g++.dg/abi/covariant1.C: New test.
13008 2003-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
13010         * gcc.dg/20030123-1.c: New test.
13012 2003-01-25  Jan Hubicka  <jh@suse.cz>
13014         PR opt/8492
13015         * gcc.c-torture/compile/20030125-1.c
13017 2003-01-25  Nathan Sidwell  <nathan@codesourcery.com>
13019         PR c++/9403
13020         * g++.dg/parse/template3.C: New test.
13021         * g++.old-deja/g++.pt/memclass5.C: Add needed template keyword.
13023         PR c++/795
13024         * g++.dg/parse/template4.C: New test.
13026         PR c++/9415
13027         * g++.dg/template/qual2.C: New test.
13029         PR c++/8545
13030         * g++.old-deja/g++.brendan/parse3.C: Remove XFAIL.
13032         * g++.old-deja/g++.ns/bogus1.C: Change expected error.
13034 2003-01-25  Roger Sayle  <roger@eyesopen.com>
13036         * gcc.c-torture/execute/switch-1.c: New test case.
13038 2003-01-25  Jan Hubicka  <jh@suse.cz>
13040         * gcc.c-torture/execute/20030125-1.[cx]: New test.
13042 2003-01-25  Paolo Carlini  <pcarlini@unitus.it>
13044         Tweaks for Bison-1.875. From the NEWS file:
13045         "- `parse error' -> `syntax error'
13046         Bison now uniformly uses the term `syntax error'"
13047         * gcc.dg/cpp/19990413-1.c: Test for "(parse|syntax) error".
13048         * gcc.dg/cpp/digraph2.c: Likewise.
13049         * gcc.dg/cpp/direct2.c: Likewise.
13050         * gcc.dg/cpp/paste4.c: Likewise.
13051         * gcc.dg/c90-restrict-1.c: Likewise.
13052         * gcc.dg/c99-func-2.c: Likewise.
13053         * gcc.dg/noncompile/920721-2.c: Likewise.
13054         * gcc.dg/noncompile/930622-2.c: Likewise.
13055         * gcc.dg/noncompile/940112-1.c: Likewise.
13056         * gcc.dg/noncompile/950921-1.c: Likewise.
13057         * gcc.dg/noncompile/951123-1.c: Likewise.
13058         * gcc.dg/noncompile/971104-1.c: Likewise.
13059         * gcc.dg/noncompile/990416-1.c: Likewise.
13061 2003-01-24  Paolo Carlini  <pcarlini@unitus.it>
13063         * g++.dg/parse/undefined1.C: Add error message.
13065 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
13067         PR c++/9354
13068         * g++.dg/parse/new1.C: New test.
13070         PR c++/9216
13071         * g++.dg/parse/template2.C: New test.
13073         PR c++/9354
13074         * g++.dg/parse/typedef2.C: New test.
13076         PR c++/9328
13077         * g++.dg/ext/typeof3.C: New test.
13079 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
13081         PR c++/2738
13082         * g++.dg/parse/ret-type1.C: New test.
13084         PR c++/3792
13085         * g++.dg/parse/tmpl-outside1.C: New test.
13087         PR c++/4207
13088         * g++.dg/parse/int-as-enum1.C: New test.
13090         PR c++/4903
13091         * g++.dg/parse/no-typename1.C: New test.
13093         PR c++/5533
13094         * g++.dg/parse/no-value1.C: New test.
13096         PR c++/5921
13097         * g++.dg/parse/wrong-inline1.C: New test.
13099         PR c++/6402
13100         * g++.dg/parse/ref1.C: New test.
13102         PR c++/6992
13103         * g++.dg/parse/attr-ctor1.C: New test.
13105         PR c++/7229
13106         * g++.dg/parse/namespace5.C: New test.
13108         PR c++/7917
13109         * g++.dg/parse/func-def1.C: New test.
13111         PR c++/8143
13112         * g++.dg/parse/undefined1.C: New test.
13114         PR c++/5723, PR c++/8522
13115         * g++.dg/parse/specialization1.C: New test.
13117         PR c++/163, PR c++/8595
13118         * g++.dg/parse/struct-as-enum1.C: New test.
13120         PR c++/9173
13121         * g++.dg/parse/undefined2.C: New test.
13123 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
13125         PR c++/9298
13126         * g++.dg/parse/template1.C: New test.
13128         PR c++/9384
13129         * g++.dg/parse/using1.C: New test.
13131         PR c++/9285
13132         PR c++/9294
13133         * g++.dg/parse/expr2.C: New test.
13135         PR c++/9388
13136         * g++.dg/parse/lookup2.C: Likewise.
13138 2003-01-21  Jan Hubicka  <jh@suse.cz>
13140         * gcc.c-torture/execute/990208-1.c:  Add noinline attributes as needed.
13141         * gcc.c-torture/execute/eeprof-1.c:  Likewise.
13142         * gcc.c-torture/execute/stdio-opt-*.c: Likewise.
13143         * gcc.c-torture/execute/string-opt-*.c: Likewise.
13145 2003-01-20  Nick Clifton  <nickc@redhat.com>
13147         * gcc.c-torture/execute/20030117-1.c: New test case.  Exposes
13148         problem with ARM sibcall code generation.
13150 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
13152         * gcc.c-torture/execute/20030120-1.c: New.
13154 2003-01-19  Paolo Carlini  <pcarlini@unitus.it>
13156         * g++.old-deja/g++.pt/typename13.C: Remove XFAIL.
13158 2003-01-17  Mark Mitchell  <mark@codesourcery.com>
13160         PR c++/9272
13161         * g++.dg/parse/ctor1.C: New test.
13163         PR c++/9294:
13164         * g++.dg/parse/qualified1.C: New test.
13166         * g++.dg/parse/typename3.C: New test.
13168 2003-01-16  Richard Henderson  <rth@redhat.com>
13170         * g++.dg/tls/init-2.C: Fix error matches for real this time.
13172 2003-01-16  Richard Henderson  <rth@redhat.com>
13174         * g++.dg/pch/pch.exp: Copy test header to the working directory
13175         before using it either for precompilation or direct use.
13176         * g++.dg/pch/*.Hs: Rename from gcc.dg/pch/*.H.
13177         * g++.dg/pch/*.C: Include foo.H, not foo.Hp.
13179 2003-01-16  Richard Henderson  <rth@redhat.com>
13181         * gcc.dg/pch/pch.exp: Copy test header to the working directory
13182         before using it either for precompilation or direct use.
13183         * gcc.dg/pch/*.hs: Rename from gcc.dg/pch/*.h.
13184         * gcc.dg/pch/*.c: Include foo.h, not foo.hp.
13186 2003-01-16  Mark Mitchell  <mark@codesourcery.com>
13188         * gcc/testsuite/g++.dg/ext/typename1.C: Add typename keyword.
13189         * gcc/testsuite/g++.dg/template/crash1.C: Update error messages.
13190         * gcc/testsuite/g++.dg/template/crash2.C: Remove error message.
13191         * gcc/testsuite/g++.dg/parse/typename2.C: New test.
13192         * gcc/testsuite/g++.dg/template/typename2.C: Change implicit
13193         typename warning into error.
13194         * gcc/testsuite/g++.old-deja/g++.benjamin/tem03.C: Issue more
13195         error messages.
13196         * gcc/testsuite/g++.old-deja/g++.benjamin/tem04.C: Fix typos.
13197         * gcc/testsuite/g++.old-deja/g++.brendan/crash56.C: Add this->.
13198         * gcc/testsuite/g++.old-deja/g++.law/visibility13.C: Remove error
13199         messages.
13200         * gcc/testsuite/g++.old-deja/g++.ns/template17.C: Reorder code to
13201         make declaration visible in template.
13202         * gcc/testsuite/g++.old-deja/g++.pt/crash3.C: Fix typos.
13203         * gcc/testsuite/g++.old-deja/g++.pt/crash36.C: Issue more error
13204         messages.
13205         * gcc/testsuite/g++.old-deja/g++.pt/crash5.C: Improve error
13206         message.
13207         * gcc/testsuite/g++.old-deja/g++.pt/crash67.C: Remove warning.
13208         * gcc/testsuite/g++.old-deja/g++.pt/inherit1.C: Add this->.
13209         * gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C: Add error message.
13210         * gcc/testsuite/g++.old-deja/g++.pt/typename16.C: Replace implicit
13211         typename warning with error message.
13212         * gcc/testsuite/g++.old-deja/g++.pt/typename19.C: Remove warning.
13213         * gcc/testsuite/g++.old-deja/g++.robertl/eb112.C: Fix typo.
13214         * gcc/testsuite/g++.old-deja/g++.robertl/eb24.C: Use this->.
13216 2003-01-16  Nathan Sidwell  <nathan@codesourcery.com>
13218         * g++.dg/parse/ambig2.C: New test.
13220 2003-01-15  Richard Henderson  <rth@redhat.com>
13222         * g++.dg/tls/init-2.C: Update error message string.
13224 2003-01-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13226         * gcc.c-torture/execute/builtin-constant.x: XFAIL the test.
13228 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
13230         * gcc.c-torture/compile/20000804-1.x: Don't execute this test at
13231         all for HC11/HC12.
13232         * gcc.c-torture/compile/20001205-1.x: Likewise.
13233         * gcc.c-torture/compile/20001226-1.x: Likewise.
13234         * gcc.c-torture/compile/920520-1.x: Likewise.
13235         * gcc.c-torture/compile/961203-1.x: Likewise.
13236         * gcc.c-torture/compile/20020604-1.x: Likewise.
13238 2003-01-15  Jan Hubicka  <jh@suse.cz>
13240         * gcc.c-torture/compile/20030115-1.c: New test.
13242         * gcc.dg/i386-fpcvt-1.c: New test.
13243         * gcc.dg/i386-fpcvt-2.c: New test.
13245 2003-01-14  Jeffrey D. Oldham  <oldham@codesourcery.com>
13247         Further conform g++'s __vmi_class_type_info to the C++ ABI
13248         specification.
13249         * g++.old-deja/g++.abi/vmihint.C (main): Revise expected flags per
13250         the specification.
13252 2003-01-14  Jan Hubicka  <jh@suse.cz>
13254         * gcc.dg/i386-fpcvt-1.c: New test.
13255         * gcc.dg/i386-fpcvt-2.c: New test.
13257 2003-01-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
13259         * gcc.dg/i386-mmx-3.c: New test.
13261 2003-01-12  Mark Mitchell  <mark@codesourcery.com>
13263         PR c++/9264
13264         * g++.dg/parse/octal1.C: New file.
13266         PR c++/9172
13267         * g++.dg/parse/typename1.C: New file.
13269 2003-01-10  Danny Smith  <dannysmith@users.sourceforge.net>
13271         * gcc.dg/bf-ms-layout.c: Enable for cygwin and mingw32 targets.
13272         * gcc.dg/bf-no-ms-layout.c: Likewise.
13273         * gcc.dg/bf-ms-attrib.c: Likewise.
13275 2003-01-10  Mark Mitchell  <mark@codesourcery.com>
13277         PR c++/9099
13278         * g++.dg/parse/dtor1.C: New file.
13280         PR c++/9128
13281         * g++.dg/rtti/typeid1.C: New file.
13283         PR c++/9153
13284         * g++.dg/parse/lookup1.C: New file.
13286         PR c++/9171
13287         * g++.dg/templ/spec5.C: New file.
13289 2003-01-10  Josef Zlomek  <zlomekj@suse.cz>
13291         * gcc.c-torture/compile/20030110-1.c: New test.
13293 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
13295         Merge from pch-branch:
13297         2002-12-23  Geoffrey Keating  <geoffk@apple.com>
13299         * gcc.dg/pch/cpp-1.h: New.
13300         * gcc.dg/pch/cpp-1.c: New.
13301         * gcc.dg/pch/cpp-2.h: New.
13302         * gcc.dg/pch/cpp-2.c: New.
13304         2002-11-19  Geoffrey Keating  <geoffk@apple.com>
13306         * gcc.dg/pch/except-1.h: New.
13307         * gcc.dg/pch/except-1.c: New.
13309         2002-11-13  Geoffrey Keating  <geoffk@apple.com>
13311         * gcc.dg/pch/pch.exp: Ensure that <test>.hp doesn't exist before
13312         running test.
13313         * gcc.dg/pch: Include *.hp not *.h.
13314         * gcc.dg/pch/system-1.h: New.
13315         * gcc.dg/pch/system-1.c: New.
13317         2002-11-11  Geoffrey Keating  <geoffk@apple.com>
13319         * gcc.dg/pch/pch.exp: Compare .s files with/without PCH,
13320         rather than trying to build and run a program using PCH.
13321         * gcc.dg/pch: Remove dg-do commands from test files.
13323         2002-11-08  Geoffrey Keating  <geoffk@apple.com>
13325         * gcc.dg/pch/macro-3.c: New.
13326         * gcc.dg/pch/macro-3.h: New.
13328         2002-11-04  Geoffrey Keating  <geoffk@apple.com>
13330         * gcc.dg/pch/common-1.c: New.
13331         * gcc.dg/pch/common-1.h: New.
13332         * gcc.dg/pch/decl-1.c: New.
13333         * gcc.dg/pch/decl-1.h: New.
13334         * gcc.dg/pch/decl-2.c: New.
13335         * gcc.dg/pch/decl-2.h: New.
13336         * gcc.dg/pch/decl-3.c: New.
13337         * gcc.dg/pch/decl-3.h: New.
13338         * gcc.dg/pch/decl-4.c: New.
13339         * gcc.dg/pch/decl-4.h: New.
13340         * gcc.dg/pch/decl-5.c: New.
13341         * gcc.dg/pch/decl-5.h: New.
13342         * gcc.dg/pch/global-1.c: New.
13343         * gcc.dg/pch/global-1.h: New.
13344         * gcc.dg/pch/inline-1.c: New.
13345         * gcc.dg/pch/inline-1.h: New.
13346         * gcc.dg/pch/inline-2.c: New.
13347         * gcc.dg/pch/inline-2.h: New.
13348         * gcc.dg/pch/static-1.c: New.
13349         * gcc.dg/pch/static-1.h: New.
13350         * gcc.dg/pch/static-2.c: New.
13351         * gcc.dg/pch/static-2.h: New.
13353         2002-09-01  Geoffrey Keating  <geoffk@redhat.com>
13355         * g++.dg/pch/pch.exp: Better handle failing testcases.
13356         * gcc.dg/pch/pch.exp: Likewise.
13357         * gcc.dg/pch/macro-1.c: New.
13358         * gcc.dg/pch/macro-1.h: New.
13359         * gcc.dg/pch/macro-2.c: New.
13360         * gcc.dg/pch/macro-2.h: New.
13362         2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
13364         * g++.dg/dg.exp: Treat files in pch/ specially.
13365         * g++.dg/pch/pch.exp: New file.
13366         * g++.dg/pch/empty.H: New file.
13367         * g++.dg/pch/empty.C: New file.
13368         * lib/g++-dg.exp (g++-dg-test): Add case for when $do_what is
13369         "precompile".
13371         * gcc.dg/pch/pch.exp: New file.
13372         * gcc.dg/pch/empty.h: New file.
13373         * gcc.dg/pch/empty.c: New file.
13374         * lib/gcc-dg.exp (gcc-dg-test): Add case for when $do_what is
13375         "precompile".
13377 2003-01-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13379         * g++.dg/template/friend14.C: New test.
13381 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
13383         * gcc.dg/old-style-asm-1.c: New test.
13385 2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
13387         * gcc.c-torture/compile/20030109-1.c: New test.
13389 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
13391         * gcc.c-torture/execute/20030109-1.c: New test.
13393 2003-01-08  Larin Hennessey  <larin@science.oregonstate.edu>
13395         * g++.old-deja/g++.mike/dyncast1.C: Remove reference to AMD A29K
13396         * g++.old-deja/g++.mike/dyncast2.C: Likewise
13397         * g++.old-deja/g++.mike/dyncast3.C: Likewise
13398         * g++.old-deja/g++.mike/eh2.C: Likewise
13399         * g++.old-deja/g++.mike/eh3.C: Likewise
13400         * g++.old-deja/g++.mike/eh5.C: Likewise
13401         * g++.old-deja/g++.mike/eh6.C: Likewise
13402         * g++.old-deja/g++.mike/eh7.C: Likewise
13403         * g++.old-deja/g++.mike/eh8.C: Likewise
13404         * g++.old-deja/g++.mike/eh9.C: Likewise
13405         * g++.old-deja/g++.mike/eh10.C: Likewise
13406         * g++.old-deja/g++.mike/eh12.C: Likewise
13407         * g++.old-deja/g++.mike/eh13.C: Likewise
13408         * g++.old-deja/g++.mike/eh14.C: Likewise
13409         * g++.old-deja/g++.mike/eh16.C: Likewise
13410         * g++.old-deja/g++.mike/eh17.C: Likewise
13411         * g++.old-deja/g++.mike/eh18.C: Likewise
13412         * g++.old-deja/g++.mike/eh21.C: Likewise
13413         * g++.old-deja/g++.mike/eh23.C: Likewise
13414         * g++.old-deja/g++.mike/eh24.C: Likewise
13415         * g++.old-deja/g++.mike/eh25.C: Likewise
13416         * g++.old-deja/g++.mike/eh26.C: Likewise
13417         * g++.old-deja/g++.mike/eh27.C: Likewise
13418         * g++.old-deja/g++.mike/eh28.C: Likewise
13419         * g++.old-deja/g++.mike/eh29.C: Likewise
13420         * g++.old-deja/g++.mike/eh31.C: Likewise
13421         * g++.old-deja/g++.mike/eh33.C: Likewise
13422         * g++.old-deja/g++.mike/eh34.C: Likewise
13423         * g++.old-deja/g++.mike/eh35.C: Likewise
13424         * g++.old-deja/g++.mike/eh36.C: Likewise
13425         * g++.old-deja/g++.mike/eh37.C: Likewise
13426         * g++.old-deja/g++.mike/eh38.C: Likewise
13427         * g++.old-deja/g++.mike/eh39.C: Likewise
13428         * g++.old-deja/g++.mike/eh40.C: Likewise
13429         * g++.old-deja/g++.mike/eh41.C: Likewise
13430         * g++.old-deja/g++.mike/eh42.C: Likewise
13431         * g++.old-deja/g++.mike/eh44.C: Likewise
13432         * g++.old-deja/g++.mike/eh46.C: Likewise
13433         * g++.old-deja/g++.mike/eh47.C: Likewise
13434         * g++.old-deja/g++.mike/eh48.C: Likewise
13435         * g++.old-deja/g++.mike/eh49.C: Likewise
13436         * g++.old-deja/g++.mike/eh50.C: Likewise
13437         * g++.old-deja/g++.mike/eh51.C: Likewise
13438         * g++.old-deja/g++.mike/eh53.C: Likewise
13439         * g++.old-deja/g++.mike/eh55.C: Likewise
13440         * g++.old-deja/g++.mike/p7912.C: Likewise
13441         * g++.old-deja/g++.mike/p9706.C: Likewise
13442         * g++.old-deja/g++.mike/p10416.C: Likewise
13443         * g++.old-deja/g++.mike/p11667.C: Likewise
13444         * g77.f-torture/compile/20010519-1.f: Remove reference to Convex.
13445         Remove redundant reference to Iris.
13446         * gcc.dg/20020312-2.c: Remove references to AMD A29K, Clipper, Convex,
13447         Elxsi, i860, Pico Java, and WE32K.
13449 2003-01-07  Mark Mitchell  <mark@codesourcery.com>
13451         * g++.dg/ext/asm4.C: New test.
13453 2003-01-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13455         PR c++/9030
13456         * g++.dg/template/friend12.C: New test.
13457         * g++.dg/template/friend13.C: Likewise.
13458         * g++.old-deja/g++.eh/spec6.C: Add missing error message.
13460 2003-01-08  Jan Hubicka  <jh@suse.cz>
13462         * gcc.dg/i386-cadd.c: New test.
13463         * gcc.dg/i386-cmov4.c: Likewise.
13465 2003-01-06  Mark Mitchell  <mark@codesourcery.com>
13467         PR c++/9165
13468         * g++.dg/warn/Wunused-3.C: New test.
13470         * g++.dg/abi/bitfield9.C: New test.
13472         PR c++/9189
13473         * g++.dg/parse/defarg3.C: New test.
13475 2003-01-06  Nathan Sidwell  <nathan@codesourcery.com>
13477         * g++.dg/parse/ambig1.C: New test.
13478         * g++.dg/parse/defarg2.C: New test.
13480 2003-01-05  Mark Mitchell  <mark@codesourcery.com>
13482         * g++.dg/template/defarg-1.C: New test.
13483         * g++.dg/template/local2.C: Likewise.
13485 2003-01-05  Richard Sandiford  <rsandifo@redhat.com>
13487         * gcc.c-torture/execute/20030105-1.c: New test.
13489 2003-01-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13491         * g++.dg/parse/namespace3.C: Remove extra semicolons.
13492         * g++.dg/parse/namespace4.C: Likewise.
13494 2003-01-03  Nathan Sidwell  <nathan@codesourcery.com>
13496         * g++.dg/template/ntp2.C: New test.
13498 2003-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
13500         * g++.dg/parse/extern-C-1.C: New test.
13502         * g++.dg/parse/namespace4.C: New test.
13504         * g++.dg/template/nested1.C: New test.
13506         * g++.dg/parse/namespace3.C: New test.
13508 2003-01-02  Nathanael Nerode  <neroden@gcc.gnu.org>
13510         * g++.dg/lookup/two-stage1.C: New test.
13512 2003-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13514         * g++.old-deja/g++.bugs/900404_04.C: Remove XFAIL.
13515         * g++.old-deja/g++.jason/access8.C: Likewise.
13516         * g++.old-deja/g++.other/decl5.C: Likewise.
13518 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
13520         * g++.dg/parse/parse7.C: New test.
13522 2003-01-02  Mark Mitchell  <mark@codesourcery.com>
13524         PR c++/2843
13525         * g++.dg/ext/attrib7.C: New test.
13527 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
13529         * g++.dg/parse/parse6.C: New test.
13531 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
13533         * gcc.dg/h8300-stack-1.c: New.
13535 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
13537         g++.dg/lookup/exception1.C: New test.
13539         g++.dg/lookup/template1.C: New test.
13541         g++.dg/parse/namespace2.C: New test.
13543         g++.dg/parse/parens2.C: New test.
13545 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
13547         * g++.dg/parse/parse5.C: New test.
13548         * g++.dg/lookup/scoped4.C: New test.
13550 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
13552         * g++.dg/parse/parens1.C: New test.
13554         * g++.dg/parse/parens2.C: Removed, turned out to duplicate
13555         angle-bracket1.C.
13556         * g++.dg/parse/parens2.C: New test.
13558         * g++.dg/lookup/scope-operator1.C: New test.
13560         * g++.dg/parse/operator1.C: New test.
13562 2003-01-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13564         * g++.old-deja/g++.jason/ambig3.C: Remove XFAIL.
13565         * g++.old-deja/g++.other/access6.C: Likewise.
13566         * g++.old-deja/g++.other/decl1.C: Likewise.
13567         * g++.old-deja/g++.pt/typename12.C: Likewise.
13569 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
13571         * g++.dg/parse/namespace1.C: New test.
13573 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
13575         * g++.dg/parse/parse4.C: New test.
13577 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
13579         * g++.dg/parse/parse3.C: New test.
13581 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
13583         * g++.dg/parse/parse2.C: New test.
13585 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
13587         * g++.dg/template/friend11.C: New test.
13589 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
13591         * g++.dg/parse/parse1.C: New test.
13593 2002-12-31  Janis Johnson  <janis187@us.ibm.com>
13595         * lib/profopt.exp: Change the name of a global variable to avoid
13596         possible clashes with other test suites.
13598 2002-12-31  Nathan Sidwell  <nathan@codesourcery.com>
13600         * g++.dg/inherit/covariant8.C: New test.
13602 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
13604         * g++.dg/init/array9.C: New test.
13606         PR c++/9112
13607         * g++.dg/parse/expr1.C: New test.
13609 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
13611         * gcc.c-torture/compile/20021230-1.c: New test.
13613 2002-12-30  Nathan Sidwell  <nathan@codesourcery.com>
13615         * g++.dg/inherit/covariant5.C: New test.
13616         * g++.dg/inherit/covariant6.C: New test.
13617         * g++.dg/inherit/covariant7.C: New test.
13619 2002-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13621         PR c++/2739
13622         * g++.dg/other/access2.C: New test.
13624 2002-12-29  Gabriel Dos Reis  <gdr@integrable-solutions.net>
13626         * g++.dg/other/anon-struct.C: No longer fails
13627         * g++.old-deja/g++.brendan/parse4.C: Likewise.
13628         * g++.old-deja/g++.brendan/parse5.C: Likewise.
13629         * g++.old-deja/g++.brendan/parse6.C: Likewise.
13631 2002-12-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
13633         * g++.dg/parse/angle-bracket.C (main): No longer fails.
13635 2002-12-27  Mark Mitchell  <mark@codesourcery.com>
13637         * g++.dg/eh/spec4.C: Remove stray semicolon.
13638         * g++.dg/expr/pmf-1.C: Change error message.
13639         * g++.dg/ext/asm1.C: Remove stray semicolon.
13640         * g++.dg/ext/typename1.C: Add missing typenames.
13641         * g++.dg/inherit/template-as-base.C: Change error message.
13642         * g++.dg/lookup/scoped1.C: Likewise.
13643         * g++.dg/lookup/scoped2.C: Likewise.
13644         * g++.dg/lookup/using2.C: Likewise.
13645         * g++.dg/other/component1.C: Remove stray semicolon.
13646         * g++.dg/other/do1.C: Change error message.
13647         * g++.dg/other/error2.C: Likewise.
13648         * g++.dg/other/init1.C: Likewise.
13649         * g++.dg/other/packed1.C: Remove stray semicolon.
13650         * g++.dg/other/ptrmem2.C: Change error message.
13651         * g++.dg/parse/parameter-declaration-1.C: Remove line number
13652         marker.
13653         * g++.dg/special/initp1.C: Remove invalid attribute usage.
13654         * g++.dg/template/access3.C: Add typename keyword.
13655         * g++.dg/template/access5.C: Remove stray semicolon.
13656         * g++.dg/template/access6.C: Likewise.
13657         * g++.dg/template/complit1.C: Likewise.
13658         * g++.dg/template/crash1.C: Change error message.
13659         * g++.dg/template/inherit2.C: Remove stray semicolon.
13660         * g++.dg/template/instantiate2.C: Likewise.
13661         * g++.dg/template/instantiate3.C: Change error message.
13662         * g++.dg/template/qual1.C: Remove stray semicolon.
13663         * g++.dg/template/qualttp18.C: Change error message.
13664         * g++.dg/template/ref1.C: Remove stray semicolon.
13665         * g++.dg/template/sizeof1.C (A::value): Declare it.
13666         * g++.dg/template/spec4.C: Change error message.
13667         * g++.dg/template/static1.C: Likewise.
13668         * g++.dg/template/type1.C: Likewise.
13669         * g++.dg/template/typename3.C: Likewise.
13670         * g++.old-deja/g++.benjamin/13478.C: Change error message.
13671         * g++.old-deja/g++.benjamin/15799.C: Remove stray semicolon.
13672         * g++.old-deja/g++.benjamin/bool01.C: Likewise.
13673         * g++.old-deja/g++.benjamin/bool02.C: Likewise.
13674         * g++.old-deja/g++.benjamin/p13417.C: Now fails due to use of
13675         named return value extension.
13676         * g++.old-deja/g++.benjamin/tem06.C: Remove stray semicolon.
13677         * g++.old-deja/g++.benjmain/warn01.C: Likewise.
13678         * g++.old-deja/g++.bob/extern_C.C: Likewise.
13679         * g++.old-deja/g++.bob/inherit2.C: Likewise.
13680         * g++.old-deja/g++.brendan/complex1.C: Likewise.
13681         * g++.old-deja/g++.brendan/copy5.C: Likewise.
13682         * g++.old-deja/g++.brendan/crash13.C: Likewise.
13683         * g++.old-deja/g++.brendan/crash15.C: Likewise.
13684         * g++.old-deja/g++.brendan/crash18.C: Change error message.
13685         * g++.old-deja/g++.brendan/crash37.C: Remove stray semicolon.
13686         * g++.old-deja/g++.brendan/crash38.C: Likewise.
13687         * g++.old-deja/g++.brendan/crash50.C: Likewise.
13688         * g++.old-deja/g++.brendan/crash56.C: Likewise.
13689         * g++.old-deja/g++.brendan/crash6.C: Use explicit specialization
13690         syntax.
13691         * g++.old-deja/g++.brendan/crash66.C: Remove stray semicolon.
13692         * g++.old-deja/g++.brendan/crash8.C: Change error message.
13693         * g++.old-deja/g++.brendan/ctors1.C: Remove stray semicolon.
13694         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
13695         * g++.old-deja/g++.brendan/shadow1.C: Likewise.
13696         * g++.old-deja/g++.brendan/template11.C: Likewise.
13697         * g++.old-deja/g++.brendan/template26.C: Likewise.
13698         * g++.old-deja/g++.brendan/template27.C: Use explicit
13699         specialization syntax.
13700         * g++.old-deja/g++.brendan/template30.C: Likewise.
13701         * g++.old-deja/g++.brendan/template5.C: Remove stray semicolon.
13702         * g++.old-deja/g++.brendan/visibility3.C: Account for use of
13703         non-dependent names.
13704         * g++.old-deja/g++.brendan/warnings4.C: Remove stray semicolon.
13705         * g++.old-deja/g++.brendan/warnings7.C: Likewise.
13706         * g++.old-deja/g++.bugs/900121_02.C: Likewise.
13707         * g++.old-deja/g++.eh/catchptr1.C: Likewise.
13708         * g++.old-deja/g++.ext/addrfunc4.C: Likewise.
13709         * g++.old-deja/g++.ext/namedret1.C: Now fails due to use of
13710         named return value extension.
13711         * g++.old-deja/g++.ext/namedret2.C: Likewise.
13712         * g++.old-deja/g++.ext/namedret3.C: Likewise.
13713         * g++.old-deja/g++.ext/return1.C: Likewise.
13714         * g++.old-deja/g++.ext/typename1.C: Add missing typename keywords.
13715         * g++.old-deja/g++.jason/access17.C: Issue more error messages.
13716         * g++.old-deja/g++.jason/access8.C: Likewise.
13717         * g++.old-deja/g++.jason/bool.C: Remove stray semicolon.
13718         * g++.old-deja/g++.jason/destruct.C: Remove incorrect
13719         pseudo-destructor names.
13720         * g++.old-deja/g++.jason/dtor3.C: Remove stray semicolon.
13721         * g++.old-deja/g++.jason/dtor5.C: Remove incorrect
13722         pseudo-destructor names.
13723         * g++.old-deja/g++.jason/opeq3.C: Remove stray semicolon.
13724         * g++.old-deja/g++.jason/overload19.C: Likewise.
13725         * g++.old-deja/g++.jason/overload32.C: Likewise.
13726         * g++.old-deja/g++.jason/parse11.C: Issue error messages about
13727         stray semicolons.
13728         * g++.old-deja/g++.jason/pmem2.C: Remove stray semicolon.
13729         * g++.old-deja/g++.jason/return.C: Likewise.
13730         * g++.old-deja/g++.jason/return2.C: Likewise.
13731         * g++.old-deja/g++.jason/shadow1.C: Likewise.
13732         * g++.old-deja/g++.jason/special.C: Use explicit specialization
13733         syntax.
13734         * g++.old-deja/g++.jason/template10.C: Account for use of
13735         non-dependent names.
13736         * g++.old-deja/g++.jason/template11.C: Use explicit specialization
13737         syntax.
13738         * g++.old-deja/g++.jason/template37.C: Likewise.
13739         * g++.old-deja/g++.law/access4.C: Change error messages.
13740         * g++.old-deja/g++.law/arm13.C:  Remove incorrect
13741         pseudo-destructor names.
13742         * g++.old-deja/g++.law/code-gen5.C: Remove stray semicolon.
13743         * g++.old-deja/g++.law/ctors9.C: Likewise.
13744         * g++.old-deja/g++.law/cvt22.C: Likewise.
13745         * g++.old-deja/g++.law/dtors5.C: Likewise.
13746         * g++.old-deja/g++.law/global-init1.C: Likewise.
13747         * g++.old-deja/g++.law/missed-error3.C: Likewise.
13748         * g++.old-deja/g++.law/operators28.C: Likewise.
13749         * g++.old-deja/g++.law/visibility28.C: Likewise.
13750         * g++.old-deja/g++.martin/eval1.C: Likewise.
13751         * g++.old-deja/g++.martin/pmf2.C: Remove qualifier in constructor
13752         name.
13753         * g++.old-deja/g++.mike/hog1.C: Remove stray semicolon.
13754         * g++.old-deja/g++.mike/net34.C: Likewise.
13755         * g++.old-deja/g++.mike/net36.C: Likewise.
13756         * g++.old-deja/g++.mike/ns2.C: Likewise.
13757         * g++.old-deja/g++.mike/p12306.C: Likewise.
13758         * g++.old-deja/g++.mike/p646.C: Adjust for removal of named return
13759         value extension.
13760         * g++.old-deja/g++.mike/p700.C: Likewise.
13761         * g++.old-deja/g++.mike/p701.C: Remove stray semicolon.
13762         * g++.old-deja/g++.mike/p710.C: Likewise.
13763         * g++.old-deja/g++.mike/p784.C: Adjust for removal of named return
13764         value extension.
13765         * g++.old-deja/g++.mike/pmf7.C: Remove stray semicolon.
13766         * g++.old-deja/g++.mike/pmf9.C: Likewise.
13767         * g++.old-deja/g++.ns/crash2.C: Likewise.
13768         * g++.old-deja/g++.ns/crash3.C: Likewise.
13769         * g++.old-deja/g++.ns/invalid1.C: Likewise.
13770         * g++.old-deja/g++.ns/ns17.C: Likewise.
13771         * g++.old-deja/g++.ns/template16.C: Likewise.
13772         * g++.old-deja/g++.ns/template5.C: Remove invalid use of template
13773         keyword.
13774         * g++.old-deja/g++.ns/template6.C: Remove stray semicolon.
13775         * g++.old-deja/g++.ns/using9.C: Remove stray semicolon.
13776         * g++.old-deja/g++.oliva/nameret1.C: Now fails due to use of
13777         named return value extension.
13778         * g++.old-deja/g++.oliva/nameret2.C: Likewise.
13779         * g++.old-deja/g++.other/access4.C: Issue additional error
13780         messages.
13781         * g++.old-deja/g++.other/array6.C: Remove stray semicolon.
13782         * g++.old-deja/g++.other/crash1.C: Isue additional error messages.
13783         * g++.old-deja/g++.other/crash11.C: Add missing class-key.
13784         * g++.old-deja/g++.other/crash25.C: Change error message.
13785         * g++.old-deja/g++.other/crash4.C: Change error message.
13786         * g++.old-deja/g++.other/debug7.C: Remove stray semicolon.
13787         * g++.old-deja/g++.other/decl5.C: Issue more error messages.
13788         * g++.old-deja/g++.other/defarg7.C: Remove circular dependency
13789         checks.
13790         * g++.old-deja/g++.other/defarg8.C: Likewise.
13791         * g++.old-deja/g++.other/dtor1.C: Remove stray semicolon.
13792         * g++.old-deja/g++.other/dtor10.C: Likewise.
13793         * g++.old-deja/g++.other/incomplete.C: Likewise.
13794         * g++.old-deja/g++.other/linkage7.C: Likewise.
13795         * g++.old-deja/g++.other/lookup19.C: Now fails due to corrected
13796         lookup algorithm.
13797         * g++.old-deja/g++.other/mangle2.C: Likewise.
13798         * g++.old-deja/g++.other/refinit2.C: Likewise.
13799         * g++.old-deja/g++.other/sizeof2.C: Change error messages.
13800         * g++.old-deja/g++.other/std1.C: Remove stray semicolon.
13801         * g++.old-deja/g++.pt/crash28.C: Likewise.
13802         * g++.old-deja/g++.pt/crash29.C: Use explicit specialization
13803         syntax.
13804         * g++.old-deja/g++.pt/crash32.C: Change error message.
13805         * g++.old-deja/g++.pt/crash43.C: Adjust error messages.
13806         * g++.old-deja/g++.pt/crash58.C: Remove stray semicolon.
13807         * g++.old-deja/g++.pt/crash65.C: Tweak to acount for change in
13808         error message position.
13809         * g++.old-deja/g++.pt/defarg5.C: Remove stray semicolon.
13810         * g++.old-deja/g++.pt/defarg8.C: Change error message.
13811         * g++.old-deja/g++.pt/eichin01.C: Use explicit specialization
13812         syntax.
13813         * g++.old-deja/g++.pt/eichin01a.C: Define static data members.
13814         * g++.old-deja/g++.pt/eichin01b.C: Likewise.
13815         * g++.old-deja/g++.pt/enum7.C: Remove stray semicolon.
13816         * g++.old-deja/g++.pt/explicit12.C: Remove invalid use of template
13817         keyword.
13818         * g++.old-deja/g++.pt/explicit31.C: Likewise.
13819         * g++.old-deja/g++.pt/explicit33.C: Remove stray semicolon.
13820         * g++.old-deja/g++.pt/explicit35.C: Remove invalid use of template
13821         keyword.
13822         * g++.old-deja/g++.pt/explicit71.C: Change error message.
13823         * g++.old-deja/g++.pt/explicit80.C: Use explicit specialization
13824         syntax.
13825         * g++.old-deja/g++.pt/friend28.C: Account for use of
13826         non-dependent names.
13827         * g++.old-deja/g++.pt/friend29.C: Likewise.
13828         * g++.old-deja/g++.pt/friend46.C: Adjust for correct name lookup
13829         rules.
13830         * g++.old-deja/g++.pt/friend48.C: Remove stray semicolon.
13831         * g++.old-deja/g++.pt/instantiate1.C: Use correct class-key.
13832         * g++.old-deja/g++.pt/instantiate11.C: Adjust for correct name
13833         lookup rules.
13834         * g++.old-deja/g++.pt/instantiate8.C: Remove stray semicolon.
13835         * g++.old-deja/g++.pt/instantiate9.C: Insert missing typename
13836         keyword.
13837         * g++.old-deja/g++.pt/memclass20.C: Likewise.
13838         * g++.old-deja/g++.pt/memclass5.C: Likewise.
13839         * g++.old-deja/g++.pt/memclass7.C: Remove invalid use of template
13840         keyword.
13841         * g++.old-deja/g++.pt/memtemp75.C: Likewise.
13842         * g++.old-deja/g++.pt/memtemp81.C: Remove stray semicolon.
13843         * g++.old-deja/g++.pt/memtemp87.C: Add missing access specifier.
13844         * g++.old-deja/g++.pt/overload13.C: Correct error messages.
13845         * g++.old-deja/g++.pt/parms2.C: Add missing typename keyword.
13846         * g++.old-deja/g++.pt/ptrmem1.C: Remove invalid use of template
13847         keyword.
13848         * g++.old-deja/g++.pt/spec10.C: Likewise.
13849         * g++.old-deja/g++.pt/spec28.C: Reorder declarations.
13850         * g++.old-deja/g++.pt/t10.C: Add explicit specialization syntax.
13851         * g++.old-deja/g++.pt/t32.C: Remove stray semicolon.
13852         * g++.old-deja/g++.pt/t35a.C: Add explicit specialization syntax.
13853         * g++.old-deja/g++.pt/ttp24.C: Remove stray semicolon.
13854         * g++.old-deja/g++.pt/ttp62.C: Likewise.
13855         * g++.old-deja/g++.pt/ttp64.C: Likewise.
13856         * g++.old-deja/g++.pt/typename11.C: Add missing typename keyword.
13857         * g++.old-deja/g++.pt/typename15.C: Likewise.
13858         * g++.old-deja/g++.pt/typename22.C: Likewise.
13859         * g++.old-deja/g++.pt/typename6.C: Change error messages.
13860         * g++.old-deja/g++.pt/using1.C: Remove stray semicolon.
13861         * g++.old-deja/g++.pt/virtual2.C: Likewise.
13862         * g++.old-deja/g++.robertl/eb118.C: Add explicit specialization
13863         syntax.
13864         * g++.old-deja/g++.robertl/eb27.C: Now fails due to use of named
13865         return value extension.
13866         * g++.old-deja/g++.robertl/eb43.C: Remove stray semicolon.
13867         * g++.old-deja/g++.robertl/eb79.C: Correct for new name lookup rules.
13868         * g++.old-deja/g++.robertl/eb82.C: Remove stray semicolons.
13869         * g++.old-deja/g++.robertl/eb86.C: Add missing forward declaration.
13871 2002-12-26  Nathan Sidwell  <nathan@codesourcery.com>
13873         * g++.dg/warn/inline1.C: New test.
13874         * g++.old-deja/g++.brendan/crash64.C: Remove spurious inlines.
13875         * g++.old-deja/g++.jason/synth10.C: Likewise.
13876         * g++.old-deja/g++.mike/net31.C: Likewise.
13877         * g++.old-deja/g++.mike/p8786.C: Likewise.
13879         * g++.dg/template/friend10.C: New test.
13880         * g++.dg/template/conv5.C: New test.
13882 2002-12-24  Nathan Sidwell  <nathan@codesourcery.com>
13884         * g++.dg/lookup/scoped3.C: New test.
13886         * g++.dg/lookup/decl1.C: New test.
13887         * g++.dg/lookup/decl2.C: New test.
13889 2002-12-24  Joseph S. Myers  <jsm@polyomino.org.uk>
13891         * g++.dg/init/new1.C, g++.dg/template/alignof1.C,
13892         gcc.c-torture/compile/20021015-1.c,
13893         gcc.c-torture/compile/20021015-2.c,
13894         gcc.c-torture/compile/20021123-1.c,
13895         gcc.c-torture/compile/20021123-2.c,
13896         gcc.c-torture/compile/20021123-3.c,
13897         gcc.c-torture/compile/20021123-4.c,
13898         gcc.c-torture/execute/20021024-1.c: Add tests previously added
13899         only to 3.1 or 3.2 branch.
13901 2002-12-23  Mark Mitchell  <mark@codesourcery.com>
13903         * gcc.dg/i386-bitfield3.c: New test.
13905         * gcc.dg/i386-bitfield2.c: New test.
13907 2002-12-22  Nathan Sidwell  <nathan@codesourcery.com>
13909         * g++.dg/parse/conv_op1.C: New test.
13911 2002-12-21  Josef Zlomek  <zlomekj@suse.cz>
13913         * gcc.c-torture/compile/20021220-1.c: Removed until bug fix is
13914         approved.
13916 2002-12-20  Josef Zlomek  <zlomekj@suse.cz>
13918         * gcc.c-torture/compile/20021220-1.c: New test.
13920 2002-12-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
13922         * gcc.dg/i386-fastcall-1.c: New.
13924 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
13926         * gcc.c-torture/execute/20021219-1.c: New test.
13928 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
13930         * gcc.dg/i386-pic-1.c: New test.
13932 2002-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13934         PR c++/8099
13935         * g++.dg/template/friend9.C: New test.
13937 2002-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13939         PR c++/3663
13940         * g++.dg/template/access7.C: New test.
13942 2002-12-18  Nick Clifton  <nickc@redhat.com>
13944         * lib/g++.exp (g++_include_flags): Only invoke testsuite_flags if
13945         the libstdc++-v3 directory has been found.
13947 2002-12-12  Devang Patel <dpatel@apple.com>
13948         * gcc.dg/darwin-ld-1.c: New test.
13949         * gcc.dg/darwin-ld-2.c: New test.
13950         * gcc.dg/darwin-ld-3.c: New test.
13951         * gcc.dg/darwin-ld-4.c: New test.
13952         * gcc.dg/darwin-ld-5.c: New test.
13954 2002-12-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
13956         * gcc.c-torture/compile/20021212-1.c: New test.
13958 2002-12-11  Neil Booth  <neil@daikokuya.co.uk>
13960         * gcc.dg/fshort-wchar: New test.
13962 2002-12-10  Mark Mitchell  <mark@codesourcery.com>
13964         PR c++/8372
13965         * g++.dg/template/dtor1.C: New test.
13967         * g++.old-deja/g++.ext/memconst.C: Use old-deja, not dg, error
13968         markers.
13970 2002-12-10  Jakub Jelinek  <jakub@redhat.com>
13972         * g++.dg/parse/parameter-declaration-1.C: Expect error on last line.
13974 2002-12-09  Mark Mitchell  <mark@codesourcery.com>
13976         * g++.dg/template/static1.C: New test.
13977         * g++.dg/template/static2.C: New test.
13978         * g++.old-deja/g++.ext/memconst.C: New test.
13980 2002-12-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13982         * g++.dg/special/conpr-2.C: Expect failure on solaris2.
13983         * g++.dg/special/ecos.exp (conpr-3.C): Likewise.
13984         * g++.dg/special/initp1.C: Likewise.
13986 2002-12-06  Jakub Jelinek  <jakub@redhat.com>
13988         * gcc.c-torture/execute/20021204-1.c: New test.
13990 2002-12-04  Geoffrey Keating  <geoffk@apple.com>
13992         * gcc.dg/ppc-fmadd-1.c: New file.
13993         * gcc.dg/ppc-fmadd-2.c: New file.
13994         * gcc.dg/ppc-fmadd-3.c: New file.
13996 2002-12-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
13998         * gcc.c-torture/compile/20021204-1.c: New test.
14000 2002-12-03  Nathan Sidwell  <nathan@codesourcery.com>
14002         * g++.dg/inherit/covariant2.C: New test.
14003         * g++.dg/inherit/covariant3.C: New test.
14004         * g++.dg/inherit/covariant4.C: New test.
14005         * g++.dg/inherit/covariant1.C: Remove XFAIL.
14006         * g++.old-deja/g++.robertl/eb17.C: Likewise.
14008 2002-12-03  Mark Mitchell  <mark@codesourcery.com>
14010         PR c++/8688
14011         * g++.dg/init/brace3.C: New test.
14013 2002-12-02  Kazu Hirata  <kazu@cs.umass.edu>
14015         * gcc.dg/20020210-1.c: Fix a comment typo.
14017 2002-12-02  Mark Mitchell  <mark@codesourcery.com>
14019         PR c++/8720
14020         * g++.dg/parse/defarg1.C: New test.
14022         PR c++/8615
14023         * g++.dg/template/char1.C: New test.
14025         * g++.dg/template/varmod1.C: Fix typo.
14027 2002-12-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14029         DR 180
14030         * g++.old-deja/g++.pt/crash32.C: Expect error.
14032 2002-12-01  Mark Mitchell  <mark@codesourcery.com>
14034         PR c++/5919
14035         * g++.dg/template/varmod1.C: New test.
14037         PR c++/8727
14038         * g++.dg/inherit/typeinfo1.C: New test.
14040         PR c++/8663
14041         * g++.dg/inherit/typedef1.C: New test.
14043 2002-11-30  Mark Mitchell  <mark@codesourcery.com>
14045         PR c++/8332
14046         PR c++/8493
14047         * g++.dg/template/strlen1.C: New test.
14049         PR c++/8227
14050         * g++.dg/template/ctor2.C: New test.
14052         PR c++/8214
14053         * g++.dg/init/string1.C: New test.
14055         PR c++/8511
14056         * g++.dg/template/friend8.C: New test.
14058 2002-11-29  Joe Buck <jbuck@synopsys.com>
14060         * g++.dg/lookup/anon2.C: New test.
14062 2002-11-28  Kazu Hirata  <kazu@cs.umass.edu>
14064         * gcc.c-torture/execute/strct-varg-1.x: Remove xfail on the
14065         h8300 port.
14067 2002-11-27  Richard Sandiford  <rsandifo@redhat.com>
14069         * gcc.dg/bitfld-6.c: New test.
14071 2002-11-27  Jan Hubicka  <jh@suse.cz>
14073         * gcc.c-torture/execute/20021127.[cx]: New test.
14075 2002-11-26  Jan Hubicka  <jh@suse.cz>
14077         * gcc.dg/i386-cmov[123].c: New tests for conditional move code
14078         quality.
14080 2002-11-26  Geoffrey Keating  <geoffk@apple.com>
14082         * g++.dg/init/brace2.C: New test.
14083         * g++.old-deja/g++.mike/p9129.C: Correct.
14085 2002-11-26  Mark Mitchell  <mark@codesourcery.com>
14087         * g++.dg/abi/empty10.C: Don't run on non-x86 targets.
14089 2002-11-25  Andreas Bauer  <baueran@in.tum.de>
14091         * gcc.dg/sibcall-6: New test for indirect sibcalls.
14093 2002-11-25  Mark Mitchell  <mark@codesourcery.com>
14095         * testsuite/g++.dg/abi/empty11.C: New test.
14096         * testsuite/g++.dg/rtti/cv1.C: New test.
14098 2002-11-25  Hans-Peter Nilsson  <hp@bitrange.com>
14100         * lib/prune.exp: Prune more -fpic/-fPIC warnings.
14102 2002-11-24  Mark Mitchell  <mark@codesourcery.com>
14104         * g++.dg/abi/empty10.C: New test.
14106 2002-11-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
14108         * gcc.c-torture/compile/20021124-1.c: New test.
14110 2002-11-22  Mark Mitchell  <mark@codesourcery.com>
14112         * g++.dg/abi/rtti2.C: New test.
14114 2002-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
14116         * gcc.dg/i386-unroll-1.c: New test.
14118 2002-11-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
14120         * gcc.c-torture/compile/20021120-1.c: New test.
14121         * gcc.c-torture/compile/20021120-2.c: New test.
14123 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
14125         * gcc.dg/bitfld-5.c: New test.
14127 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
14129         * gcc.c-torture/execute/20021120-3.c: New test.
14131 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
14133         * gcc.c-torture/execute/20021120-2.c: New test.
14135 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
14137         * gcc.c-torture/execute/20021120-1.c: New test.
14139 2002-11-20  Jakub Jelinek  <jakub@redhat.com>
14141         * gcc.c-torture/execute/20021118-3.c: New test.
14143 2002-11-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
14145         * gcc.c-torture/compile/20021119-1.c: New test.
14147 2002-11-19  Jason Thorpe  <thorpej@wasabisystems.com>
14149         * gcc.dg/duff-1.c: New test.
14150         * gcc.dg/duff-2.c: New test.
14151         * gcc.dg/duff-3.c: New test.
14153 2002-11-18  Neil Booth  <neil@daikokuya.co.uk>
14155         * gcc.dg/cpp/_Pragma5.c: New test.
14157 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
14159         * gcc.c-torture/execute/20021118-2.c: New test.
14161 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
14163         * gcc.c-torture/execute/20021118-1.c: New test.
14165 2002-11-16  Jakub Jelinek  <jakub@redhat.com>
14167         * gcc.dg/20021116-1.c: New test.
14169 2002-11-14  Mark Mitchell  <mark@codesourcery.com>
14171         * g++.dg/abi/vcall1.C: New test.
14173 2002-11-14  Jakub Jelinek  <jakub@redhat.com>
14175         * gcc.dg/20021029-1.c: New test.
14176         * gcc.dg/20021029-2.c: New test.
14178 2002-11-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14180         * g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*.
14182 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
14184         PR c/8439
14185         * gcc.dg/20021110.c: Move to ...
14186         * gcc.c-torture/compile/20021110.c: .... here.
14188 2002-11-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14190         PR c/8467
14191         * gcc.c-torture/execute/20021111-1.c
14193 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
14195         PR c/8439
14196         * gcc.dg/20021110.c: New test.
14198 2002-11-10  Mark Mitchell  <mark@codesourcery.com>
14200         * g++.dg/abi/vthunk3.C: Run only on x86.
14202 2002-11-10  Joseph S. Myers  <jsm@polyomino.org.uk>
14204         * gcc.dg/c90-idem-qual-2.c, gcc.dg/c99-idem-qual-2.c: New tests.
14206 2002-11-09  Hans-Peter Nilsson  <hp@bitrange.com>
14208         * lib/compat.exp (compat-execute): Fix logic error in last
14209         change.
14211 2002-11-09  Neil Booth  <neil@daikokuya.co.uk>
14213         * gcc.dg/cpp/trad/assembler.S, gcc.dg/cpp/trad/directive.c: Update.
14215 2002-11-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14217         PR c++/8389
14218         * g++.dg/template/access6.C: New test.
14220 2002-11-08  Jan Hubicka  <jh@suse.cz>
14222         * gcc.dg/i386-ssefp-1.c: New test.
14223         * gcc.dg/i386-ssefp-1.c: New test.
14225 2002-11-08  Jan Hubicka  <jh@suse.cz>
14227         * gcc.c-torture/compile/20021108-1.c: New testcase for x86-64 failure.
14229 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
14231         * g++.dg/abi/vthunk3.C: New test.
14233         PR c++/8338
14234         * g++.dg/template/crash2.C: New test.
14236 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
14238         * testsuite/g++.dg/abi/dtor1.C: New test.
14239         * testsuite/g++.dg/abi/dtor2.C: Likewise.
14241 2002-11-05  Geoffrey Keating  <geoffk@apple.com>
14243         * g++.old-deja/g++.eh/badalloc1.C: XFAIL excess errors test on
14244         Darwin.
14246 2002-11-04  Adam Nemet  <anemet@lnxw.com>
14248         * gcc.c-torture/execute/941014-1.x: thumb-elf was deprecated, use
14249         -mthumb.  Only xfail with -O0.
14251 2002-11-03  Mark Mitchell  <mark@codesourcery.com>
14253         * g++.dg/abi/thunk1.C: New test.
14254         * g++.dg/abi/thunk2.C: Likewise.
14255         * g++.dg/abi/vtt1.C: Likewise.
14257 2002-11-02  Diego Novillo  <dnovillo@redhat.com>
14259         PR optimization/8423
14260         * gcc.c-torture/execute/builtin-constant.c: New test.
14262 2002-11-01  Zack Weinberg  <zack@codesourcery.com>
14264         * g++.dg/ext/typedef-init.C, gcc.dg/typedef-init.C:
14265         Add some more cases.
14267 2002-11-01  Mark Mitchell  <mark@codesourcery.com>
14269         PR c++/8391
14270         * g++.dg/opt/local1.C: New test.
14272 2002-10-30  Mark Mitchell  <mark@codesourcery.com>
14274         PR c++/8160
14275         * g++.dg/template/complit1.C: New test.
14277         PR c++/8149
14278         * g++.dg/template/typename4.C: Likewise.
14280 2002-10-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14282         Core issue 287, PR c++/7639
14283         * g++.dg/template/instantiate1.C: Adjust error location.
14284         * g++.dg/template/instantiate3.C: New test.
14285         * g++.old-deja/g++.pt/crash10.C: Adjust error location.
14286         * g++.old-deja/g++.pt/derived3.C: Adjust error location.
14287         * g++.old-deja/g++.pt/spec28.C: Reorder declaration.
14289 2002-10-29  Hans-Peter Nilsson  <hp@bitrange.com>
14291         * lib/compat.exp (compat-execute): Don't clean out a gluefile.
14293 2002-10-29  Mark Mitchell  <mark@codesourcery.com>
14295         PR c++/8287
14296         * g++.dg/init/dtor2.C: New test.
14298 2002-10-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14300         * gcc.dg/20021014-1.c: Bypass errors on solaris2 and irix6.
14301         * gcc.dg/nest.c: Bypass errors on irix6.
14303 2002-10-27  Hans-Peter Nilsson  <hp@bitrange.com>
14305         * gcc.dg/nest.c: Expect error for mmix-*-*.
14306         * gcc.dg/20021014-1.c: Use dg-error, not dg-build.
14308 2002-10-26  Hans-Peter Nilsson  <hp@bitrange.com>
14310         * gcc.dg/wint_t-1.c, gcc.dg/wchar_t-1.c: Remove excess-errors
14311         markers.
14313         * gcc.dg/20021014-1.c: Expect build failure on mmix-*-*.
14315 2002-10-25  Mike Stump  <mrs@apple.com>
14317         * gcc.dg/warn-1.c: New test.
14319 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
14321         * g++.dg/template/typename3.C: New test.
14323 2002-10-25  Mark Mitchell  <mark@codesourcery.com>
14325         * g++.dg/lookup/ptrmem1.C: New test.
14327         * g++.dg/abi/vthunk2.C: New test.
14329 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
14331         * g++.dg/ext/vla1.C, gcc.dg/vla-2.c: New tests.
14333 2002-10-24  Mark Mitchell  <mark@codesourcery.com>
14335         * g++.dg/abi/empty9.C: New test.
14337 2002-10-24  Richard Henderson  <rth@redhat.com>
14339         * g++.dg/inherit/thunk1.C: Enable for ia64.
14341 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
14343         PR c++/8067
14344         * g++.dg/lookup/pretty1.C: New test.
14346 2002-10-23  Jakub Jelinek  <jakub@redhat.com>
14348         * gcc.dg/20021023-1.c: New test.
14350 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
14352         PR c++/7679
14353         * g++.dg/parse/inline1.C: New test.
14355 2002-10-23  Richard Henderson  <rth@redhat.com>
14357         * g++.dg/inherit/thunk1.C: Enable for x86_64.
14359         * g++.dg/inherit/thunk1.C: Enable for s390 and alpha.
14361 2002-10-22  Mark Mitchell  <mark@codesourcery.com>
14363         PR c++/6579
14364         * g++.dg/parse/stmtexpr3.C: New test.
14366 2002-10-22  Nathan Sidwell  <nathan@codesourcery.com>
14368         * g++.dg/expr/cond1.C: New test.
14370 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
14372         * gcc.dg/sibcall-5.c: Correct { dg-do run } line.
14374 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
14376         * g++.dg/abi/vbase13.C: New test.
14377         * g++.dg/abi/vbase14.C: Likewise.
14379 2002-10-21  Jakub Jelinek  <jakub@redhat.com>
14381         * gcc.dg/tls/pic-1.c: New test.
14382         * gcc.dg/tls/nonpic-1.c: New test.
14383         * gcc.dg/20021018-1.c: New test.
14385 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
14387         * lib/profopt.exp (profopt-cleanup): New argument TESTCASE.
14388         Remove only files with the same base name as the test case.
14389         (profopt-perf-value): Pass TESTCASE to profopt-cleanup.
14390         (profopt-execute): Likewise.  Also, remove old profiling
14391         and performance data files before running the tests.
14393         * gcc.misc-tests/bprob.exp: Remove profopt-cleanup calls.
14394         * g++.dg/bprob/bprob.exp: Likewise.
14395         * g77.dg/bprob/bprob.exp: Likewise.  Also, relax regexp
14396         to allow more general test case names.
14398         * g++.dg/bprob/bprob-1.C: Rename to ...
14399         * g++.dg/bprob/g++-bprob-1.C: ... this.
14401         * g77.dg/bprob/bprob-1.f: Rename to ...
14402         * g77.dg/bprob/g77-bprob-1.f: ... this.
14404 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
14406         * gcc.dg/noncompile/920923-1.c: Prevent spurious regressions with
14407         bison 1.50 or later.
14409 2002-10-21  Janis Johnson  <janis187@us.ibm.com>
14411         * g++.dg/README: Describe more test directories.
14413 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
14415         * g++.dg/init/array6.C: Add additional tests.
14417 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
14419         * gcc.dg/weak/typeof-2.c: Handle s390x targets as well.
14420         * gcc.misc-tests/linkage.exp: Handle s390x targets in -m31 mode.
14422 2002-10-21  Kazu Hirata  <kazu@cs.umass.edu>
14424         * gcc.c-torture/compile/20020604-1.x: New.
14425         * gcc.c-torture/compile/simd-5.x: Likewise.
14426         * gcc.c-torture/execute/920710-1.x: Likewise.
14427         * gcc.c-torture/execute/20020720-1.x: Disable on h8300.
14429 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
14431         * g++.dg/inherit/override1.C: Add dg-options clause.
14433 2002-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
14435         * testsuite/gcc.dg/i386-sse-3.c: Add tests for _mm_srli_si128 and
14436         _mm_slli_si128.
14438 2002-10-19  Andreas Schwab  <schwab@suse.de>
14440         * lib/compat.exp (compat-run): Prepend "./" when $dest has no
14441         directory component.
14443 2002-10-18  Mark Mitchell  <mark@codesourcery.com>
14445         * g++.dg/inherit/thunk1.C: New test.
14447         * g++.dg/inherit/override1.C: New test.
14449         * g++.dg/abi/mangle11.C: New test.
14450         * g++.dg/abi/mangle14.C: New test.
14451         * g++.dg/abi/mangle17.C: New test.
14453 2002-10-17  Nathan Sidwell  <nathan@codesourcery.com>
14455         * g++.dg/overload/member2.C: New test.
14457 2002-10-17  Janis Johnson  <janis187@us.ibm.com>
14459         * g++.dg/README: Describe new compat directory.
14460         * g++.dg/dg.exp: Skip tests in compat directory.
14461         * README.compat: New file.
14462         * lib/compat.exp: New expect script.
14463         * g++.dg/compat: New test directory.
14464         * g++.dg/compat/compat.exp: New expect script.
14465         * g++.dg/compat/abi: New test directory.
14466         * g++.dg/compat/abi/bitfield1_x.C, g++.dg/compat/abi/bitfield1_main.C,
14467         g++.dg/compat/abi/bitfield1_y.C, g++.dg/compat/abi/bitfield1.h,
14468         g++.dg/compat/abi/bitfield2_x.C, g++.dg/compat/abi/bitfield2_main.C,
14469         g++.dg/compat/abi/bitfield2_y.C, g++.dg/compat/abi/bitfield2.h,
14470         g++.dg/compat/abi/vbase8-10_x.C, g++.dg/compat/abi/vbase8-10_main.C,
14471         g++.dg/compat/abi/vbase8-10_y.C, g++.dg/compat/abi/vbase8-10.h,
14472         g++.dg/compat/abi/vbase8-21_x.C, g++.dg/compat/abi/vbase8-21_main.C,
14473         g++.dg/compat/abi/vbase8-21_y.C, g++.dg/compat/abi/vbase8-21.h,
14474         g++.dg/compat/abi/vbase8-22_x.C, g++.dg/compat/abi/vbase8-22_main.C,
14475         g++.dg/compat/abi/vbase8-22_y.C, g++.dg/compat/abi/vbase8-22.h,
14476         g++.dg/compat/abi/vbase8-4_x.C, g++.dg/compat/abi/vbase8-4_main.C,
14477         g++.dg/compat/abi/vbase8-4_y.C, g++.dg/compat/abi/vbase8-4.h: New files.
14478         * g++.dg/compat/break: New test directory.
14479         * g++.dg/compat/break/empty6_x.C, g++.dg/compat/break/empty6_main.C,
14480         g++.dg/compat/break/empty6_y.C, g++.dg/compat/break/empty6.h,
14481         g++.dg/compat/break/vbase10_x.C, g++.dg/compat/break/vbase10_main.C,
14482         g++.dg/compat/break/vbase10_y.C, g++.dg/compat/break/vbase10.h,
14483         g++.dg/compat/break/vbase11_x.C, g++.dg/compat/break/vbase11_main.C,
14484         g++.dg/compat/break/vbase11_y.C, g++.dg/compat/break/vbase11.h,
14485         g++.dg/compat/break/bitfield7_x.C, g++.dg/compat/break/bitfield7_main.C,
14486         g++.dg/compat/break/bitfield7_y.C, g++.dg/compat/break/bitfield7.h,
14487         g++.dg/compat/break/bitfield5_x.C, g++.dg/compat/break/bitfield5_main.C,
14488         g++.dg/compat/break/bitfield5_y.C, g++.dg/compat/break/bitfield5.h,
14489         g++.dg/compat/break/README: New files.
14490         * g++.dg/compat/eh: New test directory.
14491         * g++.dg/compat/eh/ctor1_x.C, g++.dg/compat/eh/ctor1_main.C,
14492         g++.dg/compat/eh/ctor1_y.C, g++.dg/compat/eh/ctor1.h,
14493         g++.dg/compat/eh/ctor2_x.C, g++.dg/compat/eh/ctor2_main.C,
14494         g++.dg/compat/eh/ctor2_y.C, g++.dg/compat/eh/ctor2.h,
14495         g++.dg/compat/eh/dtor1_x.C, g++.dg/compat/eh/dtor1_main.C,
14496         g++.dg/compat/eh/dtor1_y.C, g++.dg/compat/eh/dtor1.h,
14497         g++.dg/compat/eh/filter1_x.C, g++.dg/compat/eh/filter1_main.C,
14498         g++.dg/compat/eh/filter1_y.C, g++.dg/compat/eh/filter1.h,
14499         g++.dg/compat/eh/filter2_x.C, g++.dg/compat/eh/filter2_main.C,
14500         g++.dg/compat/eh/filter2_y.C,
14501         g++.dg/compat/eh/new1_x.C, g++.dg/compat/eh/new1_main.C,
14502         g++.dg/compat/eh/new1_y.C,
14503         g++.dg/compat/eh/nrv1_x.C, g++.dg/compat/eh/nrv1_main.C,
14504         g++.dg/compat/eh/nrv1_y.C, g++.dg/compat/eh/nrv1.h,
14505         g++.dg/compat/eh/spec3_x.C, g++.dg/compat/eh/spec3_main.C,
14506         g++.dg/compat/eh/spec3_y.C, g++.dg/compat/eh/spec3.h,
14507         g++.dg/compat/eh/template1_x.C, g++.dg/compat/eh/template1_main.C,
14508         g++.dg/compat/eh/template1_y.C, g++.dg/compat/eh/template1.h,
14509         g++.dg/compat/eh/unexpected1_x.C, g++.dg/compat/eh/unexpected1_main.C,
14510         g++.dg/compat/eh/unexpected1_y.C: New files.
14511         * g++.dg/compat/init: New test directory.
14512         * g++.dg/compat/init/array5_x.C, g++.dg/compat/init/array5_main.C,
14513         g++.dg/compat/init/array5_y.C,
14514         g++.dg/compat/init/byval1_x.C, g++.dg/compat/init/byval1_main.C,
14515         g++.dg/compat/init/byval1_y.C, g++.dg/compat/init/byval1.h,
14516         g++.dg/compat/init/dtor1_x.C, g++.dg/compat/init/dtor1_main.C,
14517         g++.dg/compat/init/dtor1_y.C, g++.dg/compat/init/dtor1.h,
14518         g++.dg/compat/init/elide1_x.C, g++.dg/compat/init/elide1_main.C,
14519         g++.dg/compat/init/elide1_y.C, g++.dg/compat/init/elide1.h,
14520         g++.dg/compat/init/init-ref2_x.C, g++.dg/compat/init/init-ref2_main.C,
14521         g++.dg/compat/init/init-ref2_y.C: New files.
14523 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
14525         PR c++/7584
14526         * g++.dg/inherit/using3.C: New test.
14528 2002-10-17  Jan Hubicka  <jh@suse.cz>
14530         * gcc.dg/20021017-2.c: New test.
14532 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
14534         * g++.dg/abi/mangle16.C: Adjust.
14536         * g++.dg/init/array8.C: New test.
14538 2002-10-17  Richard Sandiford  <rsandifo@redhat.com>
14540         * gcc.dg/special/mips-abi.exp: New test.
14541         * gcc.dg/special/mips-abi.s: Empty file used by the above.
14543 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
14545         * g++.dg/abi/mangle16.C: New test.
14546         * g++.dg/abi/mangle17.C: Likewise.
14548         PR c++/7478
14549         * g++.dg/template/ref1.C: New test.
14551 2002-10-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14553         * gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips.
14555 2002-10-16  Ulrich Weigand  <uweigand@de.ibm.com>
14557         * gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.
14559 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
14561         PR c++/7524
14562         * g++.dg/init/array7.C: New test.
14564 2002-10-15  Mark Mitchell  <mark@codesourcery.com>
14566         * g++.dg/init/array6.C: New test.
14568         * g++.dg/abi/mangle13.C: Likewise.
14569         * g++.dg/abi/mangle14.C: Likewise.
14570         * g++.dg/abi/mangle15.C: Likewise.
14572 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
14574         * g++.dg/abi/empty8.C: New test.
14576 2002-10-15  Nathan Sidwell  <nathan@codesourcery.com>
14578         * g++.dg/init/ctor1.C: New test.
14580 2002-10-15  Ulrich Weigand  <uweigand@de.ibm.com>
14582         * gcc.c-torture/execute/20021015-1.c: New test.
14584 2002-10-15  J"orn Rennecke <joern.rennecke@superh.com>
14586         * gcc.dg/weak/typeof-2.c: For SH targets, return before baz3 test.
14588 2002-10-14  Jan Hubicka  <jh@suse.cz>
14590         * gcc.dg/i386-ssetype-[1-5].c: New tests.
14592 2002-10-14  Richard Henderson  <rth@redhat.com>
14594         * gcc.dg/20020219-1.c: Disable for 16-bit targets.
14596 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
14598         PR optimization/6631
14599         * g++.dg/opt/const2.C: New test.
14601 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
14603         PR c++/7176
14604         * g++.dg/parse/friend1.C: New test.
14605         * g++.old-deja/g++.pt/memtemp64.C: Adjust.
14607 2002-10-14  Jakub Jelinek  <jakub@redhat.com>
14609         * gcc.dg/20021014-1.c: New test.
14611 2002-10-11  Mark Mitchell  <mark@codesourcery.com>
14613         PR c++/5661
14614         * g++.dg/ext/vlm1.C: New test.
14615         * g++.dg/ext/vlm2.C: Likewise.
14617         * g++.dg/init/array1.C: Remove invalid braces.
14618         * g++.dg/init/brace1.C: New test.
14619         * g++.dg/init/copy2.C: Likewise.
14620         * g++.dg/init/copy3.C: Likewise.
14621         * g++.old-deja/g++.ext/arrnew.C: Change WARNING to ERROR.
14622         * g++.old-deja/g++.mike/p9129.C: Add ERROR on invalid use of
14623         braces.
14625 2002-10-11  Neil Booth  <neil@daikokuya.co.uk>
14627         * gcc.dg/cpp/assembler.S: Don't use -ansi.
14629 2002-10-11  Richard Shann  <richard.shann@superh.com>
14631         * gcc.c-torture/compile/simd-5.c: New test.
14633 2002-10-10  Roger Sayle  <roger@eyesopen.com>
14635         * gcc.c-torture/execute/shiftopt-1.c: New test case.
14637 2002-10-10  Jim Wilson  <wilson@redhat.com>
14639         * gcc.c-torture/execute/20021010-1.c: New test.
14641 2002-10-09  Zack Weinberg  <zack@codesourcery.com>
14643         PR c/7353
14644         * g++.dg/ext/typedef-init.C: New test.
14645         * gcc.dg/typedef-init.c: New test.
14647 2002-10-09  Neil Booth  <neil@daikokuya.co.uk>
14649         * gcc.dg/cpp/paste13.c: New test.
14651 2002-10-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14653         * gcc.c-torture/execute/20020720-1.x: Take out sparc XFAILs.  For
14654         remaining platforms, XFAIL during compile, not execute.  Don't
14655         XFAIL at -O0.
14657 2002-10-08  Nathan Sidwell  <nathan@codesourcery.com>
14659         * gcc.dg/alias-1.c: Tweak expected warning.
14661 2002-10-06  D.Venkatasubramanian <dvenkat@noida.hcltech.com>
14663         * gcc.dg/20020411-1.c: Disable for 16-bit "int".
14665 2002-10-06  Andreas Jaeger  <aj@suse.de>
14667         * gcc.dg/cpp/c++98-pedantic.C: Moved to g++.dg/cpp.
14668         * gcc.dg/cpp/c++98.C: Likewise.
14670         * g++.dg/cpp/c++98-pedantic.C: Moved from gcc.dg/cpp to here.
14671         * g++.dg/cpp/c++98.C: Likewise.
14673         * g++.dg/README (Subdirectories): Mention cpp directory.
14675         PR target/7559
14676         * gcc.dg/20021006-1.c: New test.
14678 2002-10-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14680         PR c++/7804
14681         * g++.dg/other/warning1.C: New test.
14683 2002-10-04  Roger Sayle  <roger@eyesopen.com>
14685         * gcc.c-torture/execute/20020720-1.x:  XFAIL instead of skipping
14686         the test on failing platforms.  Mark sparcv9-*-*, sparc64-*-*
14687         and sparc-*-* with -m64 as expected failures.  See PR 8087.
14689 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
14691         PR c++/7931
14692         * g++.dg/template/ptrmem3.C: New test.
14694         PR c++/7754
14695         * g++.dg/template/union1.C: New test.
14697 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
14699         PR c++/8006
14700         * g++.dg/abi/mangle9.C: New test.
14701         * g++.dg/abi/mangle10.C: New test.
14702         * g++.dg/abi/mangle11.C: New test.
14703         * g++.dg/abi/mangle12.C: New test.
14705 2002-10-02  Mark Mitchell  <mark@codesourcery.com>
14707         PR c++/7188.
14708         * g++.dg/template/meminit1.C: New test.
14709         * g++.dg/warn/Wreorder-1.C: Likewise.
14710         * g++.old-deja/g++.mike/warn3.C: Tweak.
14711         * lib/prune.exp: Ingore "in copy constructor".
14713 2002-10-02  Andreas Jaeger  <aj@suse.de>
14715         * gcc.dg/20020919-1.c, gcc.dg/inline-2.c, gcc.dg/980211-1.c,
14716         gcc.dg/20020103-1.c, gcc.dg/20000614-2.c,
14717         g++.old-deja/g++.pt/asm1.C, g++.old-deja/g++.other/asm3.C: Enable
14718         on x86-64.
14720 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
14722         * gcc.dg/empty1.C: Fix typo.
14724 2002-10-01  Nathan Sidwell  <nathan@codesourcery.com>
14726         * gcc.dg/alias-1.c: New test.
14728 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
14730         * gcc.dg/empty1.C: New test.
14732         * g++.dg/tls/init-2.C: Tweak error messages.
14734 2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
14736         * gcc.c-torture/compile/20020923-1.c: New test.
14738 2002-09-30  Jason Thorpe  <thorpej@wasabisystems.com>
14740         * gcc.c-torture/execute/ffs-1.c: New test.
14741         * gcc.c-torture/execute/ffs-2.c: Ditto.
14743 2002-09-30  Nathan Sidwell  <nathan@codesourcery.com>
14745         * g++.dg/overload/member1.C: New test.
14747 2002-09-30  Mark Mitchell  <mark@codesourcery.com>
14749         * g++.dg/abi/empty7.C: New test.
14750         * g++.dg/init/pm2.C: Likewise.
14752 2002-09-29  Nathan Sidwell  <nathan@codesourcery.com>
14754         * g++.dg/rtti/crash1.C: New test.
14756 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
14758         * gcc.dg/sibcall-1.c, gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c,
14759         gcc.dg/sibcall-4.c: New tests.
14761 2002-09-28  Roger Sayle  <roger@eyesopen.com>
14763         * gcc.c-torture/execute/20020720-1.x: No longer skip test on
14764         powerpc and MMIX targets.
14766 2002-09-27  Zack Weinberg  <zack@codesourcery.com>
14768         * gcc.dg/cpp/20020927-1.c: New.
14770 2002-09-26  David S. Miller  <davem@redhat.com>
14772         * gcc.c-torture/compile/trunctfdf.c: New.
14774 2002-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14776         * lib/target-supports.exp (check_weak_available): Handle solaris2.
14778 2002-09-27  Alan Modra  <amodra@bigpond.net.au>
14780         * gcc.c-torture/execute/loop-15.c: New.
14782 2002-09-26  Janis Johnson  <janis187@us.ibm.com>
14784         * README.QMTEST: Fix typo.
14786 2002-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
14788         * gcc.dg/20020926-1.c: New test.
14790 2002-09-25  David S. Miller  <davem@redhat.com>
14792         PR target/7842
14793         * gcc.c-torture/execute/shiftdi.c: New test.
14795 2002-09-26  Richard Earnshaw  <rearnsha@arm.com>
14797         * lib/gcc.exp (gcc_init): Use a filename for the testglue that is
14798         unique to the tool.
14799         * lib/g77.exp (g77_init): Likewise.
14800         * lib/g++.exp (g++_init): Likewise.
14801         * lib/objc.exp (objc_init): Likewise.
14803 2002-09-25  Mark Mitchell  <mark@codesourcery.com>
14805         * gcc/testsuite/g++.dg/abi/empty5.C: New test.
14806         * gcc/testsuite/g++.dg/abi/empty6.C: New test.
14807         * gcc/testsuite/g++.dg/abi/vbase12.C: New test.
14809 2002-09-25  Richard Henderson  <rth@redhat.com>
14811         * gcc.c-torture/execute/ieee/20010226-1.c: Early exit for
14812         too-small long double.
14814 2002-09-23  Hans-Peter Nilsson  <hp@axis.com>
14816         * gcc.dg/20020919-1.c: New test.
14818 2002-09-23  Mark Mitchell  <mark@codesourcery.com>
14820         * g++.dg/abi/bitfield6.C: New test.
14821         * g++.dg/abi/bitfield7.C: New test.
14822         * g++.dg/abi/bitfield8.C: New test.
14823         * g++.dg/abi/vbase11.C: New test.
14825 2002-09-22  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14827         * gcc.dg/20020219-1.c: Add "-mdisable-indexing" option for target
14828         hppa*-*-hpux*.  Update test comment.
14830 2002-09-20  Jakub Jelinek  <jakub@redhat.com>
14832         * gcc.dg/tls/struct-1.c: New test.
14834 2002-09-20  Neil Booth  <neil@daikokuya.co.uk>
14836         * gcc.dg/cpp/tr-warn2.c: Update.
14838 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
14840         * gcc.c-torture/execute/20020720-1.x: Skip test on ARM-based systems.
14842 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
14844         * gcc.c-torture/execute/990208-1.x: XFAIL this at -O3 for ARM-based
14845         systems.
14847 2002-09-20  Hans-Peter Nilsson  <hp@bitrange.com>
14849         * gcc.c-torture/execute/ieee/mzero3.c: New test.
14851         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
14852         Adjust for c++filt moved to binutils.  Remove spurious duplicate
14853         setting of cxxfilt.
14855 2002-09-19  Geoffrey Keating  <geoffk@apple.com>
14857         * gcc.dg/20020312-2.c: Update for darwin.
14859 2002-09-18  Nathan Sidwell  <nathan@codesourcery.com>
14861         * g++.old-deja/g++.other/crash32.C: Mark ICE.
14863 2002-09-17  Nicola Pero  <n.pero@mi.flashnet.it>
14865         * objc.dg/comp-types-1.m: New test.
14866         * objc.dg/comp-types-2.m: New test.
14867         * objc.dg/comp-types-3.m: New test.
14868         * objc.dg/comp-types-4.m: New test.
14869         * objc.dg/comp-types-5.m: New test.
14870         * objc.dg/comp-types-6.m: New test.
14872 2002-09-17  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14874         * gcc.c-torture/execute/strct-stdarg-1.x: Remove file.
14876 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
14878         * g++.dg/other/do1.C: New test.
14880         * g++.dg/template/subst1.C: New test.
14882 2002-09-16  Steve Ellcey  <sje@cup.hp.com>
14884         * gcc.dg/20020312-2.c: Change __parisc__ to __hppa__.
14886 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
14888         * g++.dg/template/qualttp20.C: Adjust expected errors.
14889         * g++.old-deja/g++.jason/report.C: Likewise.
14890         * g++.old-deja/g++.other/qual1.C: Likewise.
14892         * g++.dg/lookup/scoped2.C: New test.
14894         * g++.dg/ext/asm3.C: New test.
14896 2002-09-16  Richard Earnshaw  <rearnsha@arm.com>
14898         * objc.dg/bitfield-2.m (dg-options): Add -fsigned-char.
14900 2002-09-16  Kazu Hirata  <kazu@cs.umass.edu>
14902         * ChangeLog: follow spelling conventions.
14903         * g++.old-deja/g++.abi/ptrmem.C: Likewise.
14904         * g++.old-deja/g++.bugs/900210_05.C: Likewise.
14905         * g++.old-deja/g++.bugs/900211_04.C: Likewise.
14906         * g++.old-deja/g++.bugs/900321_02.C: Likewise.
14907         * g++.old-deja/g++.bugs/900404_02.C: Likewise.
14908         * g++.old-deja/g++.bugs/900520_06.C: Likewise.
14909         * g++.old-deja/g++.law/global-init1.C: Likewise.
14910         * g++.old-deja/g++.other/delete4.C: Likewise.
14911         * g++.old-deja/g++.other/inline21.C: Likewise.
14912         * g++.old-deja/g++.other/singleton.C: Likewise.
14913         * g77.dg/strlen0.f: Likewise.
14914         * g77.f-torture/compile/20010519-1.f: Likewise.
14915         * g77.f-torture/compile/980310-4.f: Likewise.
14916         * gcc.c-torture/compile/20000605-1.c: Likewise.
14917         * gcc.c-torture/execute/20020225-1.c: Likewise.
14918         * gcc.dg/c90-hexfloat-2.c: Likewise.
14919         * gcc.dg/c99-bool-1.c: Likewise.
14920         * gcc.dg/c99-hexfloat-2.c: Likewise.
14921         * gcc.dg/dll-2.c: Likewise.
14922         * gcc.dg/wtr-union-init-1.c: Likewise.
14923         * gcc.dg/wtr-union-init-2.c: Likewise.
14924         * gcc.dg/wtr-union-init-3.c: Likewise.
14925         * gcc.dg/cpp/avoidpaste1.c: Likewise.
14926         * gcc.dg/cpp/defined.c: Likewise.
14927         * gcc.dg/cpp/macsyntx.c: Likewise.
14928         * gcc.dg/cpp/paste2.c: Likewise.
14929         * gcc.dg/cpp/trad/defined.c: Likewise.
14930         * gcc.dg/format/c90-printf-1.c: Likewise.
14931         * gcc.dg/format/c90-scanf-1.c: Likewise.
14932         * gcc.dg/format/c99-printf-1.c: Likewise.
14933         * gcc.dg/format/c99-scanf-1.c: Likewise.
14934         * gcc.misc-tests/gcov-8.c: Likewise.
14935         * lib/profopt.exp: Likewise.
14937 2002-09-15  Krister Walfridsson  <cato@df.lth.se>
14939         * lib/old-dejagnu.exp (old-dejagnu) Improve test for ICE.
14941 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
14943         * g++.dg/inherit/using2.C: New test.
14945 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
14947         * ChangeLog: Follow spelling conventions.
14948         * g++.dg/template/friend4.C: Likewise.
14949         * g++.old-deja/g++.pt/crash67.C: Likewise.
14950         * gcc.c-torture/execute/20000801-4.c: Likewise.
14951         * gcc.dg/c90-digraph-1.c: Likewise.
14952         * gcc.dg/c94-digraph-1.c: Likewise.
14953         * gcc.dg/c99-digraph-1.c: Likewise.
14954         * gcc.dg/cpp/line5.c: Likewise.
14955         * gcc.dg/cpp/multiline.c: Likewise.
14956         * gcc.dg/cpp/trad/literals-1.c: Likewise.
14957         * gcc.dg/format/attr-3.c: Likewise.
14958         * gcc.dg/format/c90-scanf-3.c: Likewise.
14959         * gcc.dg/format/ext-4.c: Likewise.
14961 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
14963         * g++.dg/template/pretty1.C: New test.
14965 2002-09-14  Alan Modra  <amodra@bigpond.net.au>
14967         * gcc.c-torture/execute/struct-cpy-1.c: New test.
14969 2002-09-13  Matt Austern  <austern@apple.com>
14971         * testsuite/g++.dg/other/constref[12].C: New, regression tests for
14972         passing a cast expression to a function by const reference.
14974 2002-09-13  Nathan Sidwell  <nathan@codesourcery.com>
14976         * g++.dg/template/deduce1.C: New test.
14978 2002-09-13  Kazu Hirata  <kazu@cs.umass.edu>
14980         * gcc.c-torture/execute/simd-1.c: Force all use of int to
14981         32-bit int.
14983 2002-09-10  John David Anglin  <dave@hiauly1.hia.nrc.ca>
14985         * gcc.dg/struct-ret-1.c: Add prototype for exit function and correct
14986         usage.
14988 2002-09-10  Richard Earnshaw  <rearnsha@arm.com>
14990         * gcc.c-torture/compile/20020910-1.c: New test.
14992 2002-09-10  Frank Ch. Eigler  <fche@redhat.com>
14994         * gcc.c-torture/execute/20010915-1.c: Correct typo in abort call.
14996 2002-09-10  Andreas Jaeger  <aj@suse.de>
14998         * gcc.dg/20020312-2.c: Adjust for x86-64.
15000 2002-09-08  Toon Moene  <toon@moene.indiv.nluug.nl>
15002         * g77.dg/7388.f: New test case for PR 7388.
15004 2002-09-07  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
15006         * gcc.dg/compare2.c: Remove xfail from cases 10 and 12.
15008 2002-09-05  Ziemowit Laski <zlaski@apple.com>
15010         * objc.dg/proto-lossage-1.m: New test.
15012 2002-09-06  Neil Booth  <neil@daikokuya.co.uk>
15014         * gcc.dg/cpp/_Pragma4.c: Fix typo.
15016 2002-09-06  Nicola Pero  <n.pero@mi.flashnet.it>
15018         * objc/execute/formal_protocol-6.x: Removed.  This testcase is now
15019         expected to pass.
15021 2002-09-06  Stan Shebs  <shebs@apple.com>
15022             David Edelsohn  <edelsohn@gnu.org>
15024         * gcc.dg/weak: New directory.
15025         * gcc.dg/weak-[1-9].c: Move to new directory, remove all
15026         target-specific xfail bits.
15027         * gcc.dg/typeof-2.c: Move to new directory.
15028         * gcc.dg/weak.exp: New expect script.
15030 2002-09-06  Alan Modra  <amodra@bigpond.net.au>
15032         * gcc.c-torture/execute/extzvsi.c: New test.
15034 2002-09-05  Stan Shebs  <shebs@apple.com>
15036         * gcc.dg/weak-1.c: xfail on Darwin.
15037         * gcc.dg/weak-2.c: Ditto.
15038         * gcc.dg/weak-3.c: Ditto.
15039         * gcc.dg/weak-4.c: Ditto.
15040         * gcc.dg/weak-5.c: Ditto.
15041         * gcc.dg/weak-6.c: Ditto.
15042         * gcc.dg/weak-7.c: Ditto.
15043         * gcc.dg/weak-8.c: Ditto.
15044         * gcc.dg/weak-9.c: Ditto.
15046 2002-09-05  J"orn Rennecke <joern.rennecke@superh.com>
15048         * gcc.c-torture/execute/loop-14.c: New test.
15050 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
15052         * g++.dg/other/cxa-atexit1.C: New test.
15054         * gcc.dg/typeof-2.c: New test.
15056 2002-09-03  Roger Sayle  <roger@eyesopen.com>
15058         * gcc.dg/builtins-2.c: New testcase.
15059         * gcc.dg/builtins-3.c: New testcase.
15061 2002-09-03  Neil Booth  <neil@daikokuya.co.uk>
15063         * gcc.dg/cpp/_Pragma4.c: New test.
15065 2002-09-03  Nicola Pero  <n.pero@mi.flashnet.it>
15067         * objc/execute/nil_method-1.m: New testcase.
15069 2002-09-01  Nicola Pero  <n.pero@mi.flashnet.it>
15071         * objc/execute/class-tests-1.h (test_class_with_superclass): Call
15072         [Object class], not [Object initialize].
15074 2002-08-31  Roger Sayle  <roger@eyesopen.com>
15075             Hans-Peter Nilsson  <hp@bitrange.com>
15077         * gcc.c-torture/execute/20020720-1.x: Skip test on
15078         mmix-knuth-mmixware.  Correct comment.
15080 2002-08-27  Mark Mitchell  <mark@codesourcery.com>
15082         * testsuite/g++.dg/abi/bitfield5.C: New test.
15083         * testsuite/g++.dg/abi/vbase10.C: Likewise.
15085 2002-08-27  Nicola Pero  <n.pero@mi.flashnet.it>
15087         * objc.dg/undeclared-selector.m: New test.
15089 2002-08-27  Nathan Sidwell  <nathan@codesourcery.com>
15091         * g++.dg/other/offsetof1.C: Avoid cast warning.
15093 2002-08-26  Ziemowit Laski  <zlaski@apple.com>
15095         * objc.dg/super-class-2.m: New test.
15097 2002-08-24  Matt Austern  <austern@apple.com>
15099         * g++.dg/ext/lvaddr.C: New test.
15100         * g++.dg/ext/lvcast.C: New test.
15102 2002-08-22  Mark Mitchell  <mark@codesourcery.com>
15104         * testsuite/g++.dg/inherit/cond1.C: New test.
15106 2002-08-22  Geoffrey Keating  <geoffk@redhat.com>
15108         * gcc.dg/noncompile/incomplete-1.c: New test.
15110 2002-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
15112         * gcc.dg/typespec-1.c: New test.
15114 2002-08-20  Devang Patel  <dpatel@apple.com>
15115         * objc.dg/proto-hier-2.m: New test.
15117 2002-08-19  Ziemowit Laski  <zlaski@apple.com>
15119         * objc.dg/bitfield-1.m: New test.
15120         * objc.dg/bitfield-2.m: New test.
15122 2002-08-17  Joseph S. Myers  <jsm@polyomino.org.uk>
15124         * gcc.dg/c90-flex-array-1.c, gcc.dg/c99-flex-array-3.c,
15125         gcc.dg/c99-flex-array-4.c: New tests.
15127 2002-08-16  Stan Shebs  <shebs@apple.com>
15129         * objc/execute/selector-1.m: Add __NEXT_RUNTIME__ case.
15131 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
15133         * gcc.dg/typeof-1.c: New test.
15134         * g++.dg/ext/typeof2.C: New test.
15136 2002-08-15  Nathan Sidwell  <nathan@codesourcery.com>
15138         * g++.dg/other/offsetof1.C: New test.
15140 2002-08-14  Richard Henderson  <rth@redhat.com>
15142         * gcc.dg/tls/diag-3.c: Fix expected message strings.
15144 2002-08-14  Neil Booth  <neil@daikokuya.co.uk>
15146         * gcc.dg/cpp/_Pragma3.c: New test.
15148 2002-08-13  Mark Mitchell  <mark@codesourcery.com>
15150         * g++.dg/template/inherit3: New test.
15152 2002-08-10  Nathan Sidwell  <nathan@codesourcery.com>
15154         * gcc.dg/bitfld-4.c: Add blank options.
15156 2002-08-09  Mark Mitchell  <mark@codesourcery.com>
15158         * g++.dg/template/crash1.C: New test.
15160 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
15162         * gcc.dg/tls/opt-2.c: New test.
15164 2002-08-08  Devang Patel  <dpatel@apple.com>
15166         * objc.dg/selector-1.m : New test
15168 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
15170         * g++.dg/abi/bitfield4.C: New test.
15171         * gcc.dg/bitfld-4.c: New test.
15173 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
15175         * g++.dg/other/packed1.C: New test.
15177 2002-08-07  Mark Mitchell  <mark@codesourcery.com>
15179         * g++.dg/abi/offsetof.C: Tweak error messages.
15180         * g++.old-deja/g++.mike/p10769a.C: Likewise.
15182 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
15184         * gcc.dg/bitfld-3.c: New test.
15186 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
15187             Richard Henderson  <rth@redhat.com>
15189         * gcc.dg/i386-bitfield1.c: New test.
15190         * g++.dg/abi/bitfield3.C: Update.
15192 2002-08-07  Neil Booth  <neil@daikokuya.co.uk>
15194         * objc.dg/const-str-2.m: Update.
15195         * gcc.dg/cpp/c++98.c: Change to C extension.
15196         * gcc.dg/cpp/c++98-pedantic.c: Similarly.
15197         * gcc.dg/cpp/cpp.exp: Process .C extensions too.
15199 2002-08-06  Aldy Hernandez  <aldyh@redhat.com>
15201         * testsuite/gcc.dg/tls/diag-3.c: New.
15203 2002-08-07  Gabriel Dos Reis  <gdr@nerim.net>
15205         * g++.dg/README (Subdirectories): Document new subdir expr.
15206         * g++.dg/expr/pmf-1.C: New test.
15208 2002-08-06  Neil Booth  <neil@daikokuya.co.uk>
15210         * gcc.dg/cpp/vararg3.c, gcc.dg/cpp/vararg4.c: New tests.
15212 2002-08-06  Jakub Jelinek  <jakub@redhat.com>
15214         * g++.dg/abi/bitfield3.C: New test.
15216 2002-08-05  Nathan Sidwell  <nathan@codesourcery.com>
15218         * lib/gcov.exp: Tweak expected line formats.
15219         * gcc.misc-tests/gcov8.c: New test.
15220         * gcc.misc-tests/gcov8.x: New flags.
15222 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
15224         * consistency.vlad/layout/endian.c: Include string.h.
15226         * gcc.c-torture/execute/20020805-1.c: New test.
15228 2002-08-04  Gabriel Dos Reis  <gdr@nerim.net>
15230         * g++.dg/other/conversion1.C: New test.
15232 2002-08-03  Roger Sayle  <roger@eyesopen.com>
15234         * gcc.dg/builtins-1.c: New testcase.
15236 2002-08-02  Mark Mitchell  <mark@codesourcery.com>
15238         * g++.dg/inherit/access3.C: New test.
15240 2002-08-01  Jakub Jelinek  <jakub@redhat.com>
15242         * gcc.dg/ia64-visibility-2.c: New test.
15244 2002-08-01  Benjamin Kosnik   <bkoz@redhat.com>
15246         * g++.old-deja/g++.abi/ptrflags.C (expect): Change
15247         __qualifier_flags to __flags.
15249 2002-07-31  Mark Mitchell  <mark@codesourcery.com>
15251         * g++.dg/inherit/operator1.C: New test.
15252         * g++.dg/lookup/disamb1.C: Fix typo in comment.
15253         * g++.dg/other/error1.C: Change expected error message.
15254         * g++.dg/template/conv4.C: Likewise.
15256 2002-07-26  Neil Booth  <neil@daikokuya.cop.uk>
15258         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/Wunused.c: Add test
15259         for documented behavior.
15261 2002-07-25  Roger Sayle  <roger@eyesopen.com>
15263         * gcc.c-torture/execute/20020720-1.x: Skip this test on
15264         several targets known to fail.
15266 2002-07-25  Richard Sandiford  <rsandifo@redhat.com>
15268         * gcc.dg/mips-args-[123].c: New tests.
15270 2002-07-24  Aldy Hernandez  <aldyh@redhat.com>
15272         * gcc.dg/ppc-spe.c: New.
15274 2002-07-24  Geoffrey Keating  <geoffk@redhat.com>
15276         * g++.dg/other/ptrmem4.C: New testcase.
15278 2002-07-24  Richard Henderson  <rth@redhat.com>
15280         * gcc.c-torture/execute/loop-2e.c: Rewrite for 64 bit and no mmap.
15282 2002-07-24  Gabriel Dos Reis  <gdr@nerim.net>
15284         * g++.dg/ext/alignof1.C (main): Return 0 for success.
15286 2002-07-24  Roger Sayle  <roger@eyesopen.com>
15288         * gcc.c-torture/execute/memset-3.c: New testcase.
15290 2002-07-24  Neil Booth  <neil@daikokuya.co.uk>
15292         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/trad/Wunused.h,
15293         gcc.dg/cpp/Wunused.c, gcc.dg/cpp/Wunused.h: New tests.
15295 2002-07-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15297         * gcc.c-torture/execute/va-arg-15.x, va-arg-16.x, va-arg-17.x:
15298         Delete.
15300 2002-07-23  J"orn Rennecke <joern.rennecke@superh.com>
15302         * gcc.c-torture/compile/simd-4.c: New test.
15304 2002-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15306         PR c++/7347, c++/7348
15307         * g++.dg/template/access4.C: New test.
15308         * g++.dg/template/access5.C: New test.
15309         * g++.old-deja/g++.pt/memtemp85.C: Fix access problem.
15310         * g++.old-deja/g++.pt/memtemp86.C: Likewise.
15311         * g++.old-deja/g++.pt/ttp58.C: Likewise.
15312         * g++.old-deja/g++.pt/memtemp89.C: Remove XFAIL.
15314 2002-07-22  Jakub Jelinek  <jakub@redhat.com>
15316         * gcc.dg/gnu89-init-2.c: New test.
15318 2002-07-21  Gabriel Dos Reis  <gdr@nerim.net>
15320         * gcc.dg/c90-arraydecl-1.c: Change C89 too C90.
15322 2002-07-20  Roger Sayle  <roger@eyesopen.com>
15324         * gcc.c-torture/execute/20020720-1.c: New testcase.
15326 2002-07-20  Neil Booth  <neil@daikokuya.co.uk>
15328         * gcc.dg/cpp/Wsignprom.c: New tests.
15330 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
15332         * gcc.c-torture/execute/loop-13.c: New test.
15334 2002-07-19  Neil Booth  <neil@daikokuya.co.uk>
15336         * gcc.dg/cpp/expr.c: New tests.
15338 2002 07-18  David Edelsohn  <edelsohn@gnu.org>
15340         * g++.dg/opt/pr6713.C: Add template instantiation.
15342 2002-07-18  Alan Modra  <amodra@bigpond.net.au>
15344         * gcc.dg/nest.c: New test.
15346 2002-07-17  Richard Henderson  <rth@redhat.com>
15348         * g++.dg/opt/pr6713.C: New test.
15350 2002-07-17  Eric Botcazou  <ebotcazou@multimania.com>
15352         * gcc.c-torture/execute/loop-2e.x: Let the testcase
15353         XFAIL for all x86 processors.
15355 2002-07-17  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
15357         * gcc.c-torture/execute/20010122-1.x: Do not test with
15358         -fomit-frame-pointer.
15360 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15362         * g++.dg/template/instantiate2.C: New test.
15363         * g++.dg/template/spec4.C: New test.
15365 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15367         * g++.dg/template/access2.C: New test.
15368         * g++.dg/template/access3.C: New test.
15370 2002-07-15  Zack Weinberg  <zack@codesourcery.com>
15372         * c-torture/execute/991216-3.c, c-torture/execute/strct-varg-1.c,
15373         c-torture/execute/va-arg-7.c, c-torture/execute/va-arg-8.c,
15374         c-torture/execute/va-arg-15.c, c-torture/execute/va-arg-16.c,
15375         c-torture/execute/va-arg-17.c, c-torture/execute/va-arg-19.c:
15376         Convert to use <stdarg.h>.
15377         * c-torture/execute/va-arg-3.c, c-torture/execute/va-arg-3.x:
15378         Delete.
15379         * gcc.dg/va-arg-2.c: New.
15380         * lib/gcc.exp, lib/objc.exp: Remove code to set -DNO_VARARGS.
15382 2002-07-15  Jakub Jelinek  <jakub@redhat.com>
15384         * gcc.c-torture/compile/20020710-1.c: New test.
15386 2002-07-11  J"orn Rennecke <joern.rennecke@superh.com>
15387                           Andrew Pinski  <pinskia@physics.uc.edu>
15389         gcc.c-torture/compile/simd-2.c: New testcase.
15390         gcc.c-torture/compile/simd-3.c: Likewise.
15392 2002-07-11  Mark Mitchell  <mark@codesourcery.com>
15394         PR c++/7224
15395         * g++.dg/overload/error1.C: New test.
15397 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15399         * gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32
15400         configuration and IRIX 6 O32 ABI.
15402 2002-07-11  Roger Sayle  <roger@eyesopen.com>
15404         * gcc.c-torture/execute/builtin-noret-1.c: Test non-ANSI functions.
15406 2002-07-10  Roger Sayle  <roger@eyesopen.com>
15408         * gcc.c-torture/execute/20000217-1.c: Fix usage of "abort".
15410 2002-07-10  Jeffrey A Law  <law@redhat.com>
15412         * gcc.c-torture/compile/981006-1.x: Do not use -fpic for mn102.
15414         * gcc.c-torture/compile/930326-1.x: Remove.  No longer needed.
15416 2002-07-09  Aldy Hernandez  <aldyh@redhat.com>
15418         * gcc.dg/20020312-2.c: Check for __PPC__.
15420 2002-07-09  Diego Novillo  <dnovillo@redhat.com>
15422         * gcc.c-torture/compile/20020709-1.c: New test.
15424 2002-07-07  Roger Sayle  <roger@eyesopen.com>
15426         * g++.dg/template/qualttp21.C: New test case.
15428 2002-07-06  Alexandre Oliva  <aoliva@redhat.com>
15430         * gcc.c-torture/compile/20020706-1.c: New test.
15431         * gcc.c-torture/compile/20020706-2.c: New test.
15433 2002-07-06  Brian R. Gaeke  <brg@dgate.ORG>
15434             Alexandre Oliva  <aoliva@redhat.com>
15436         * g++.dg/warn/incomplete1.C: New test.
15438 2002-07-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15440         PR c++/7099
15441         * g++.dg/warn/noreturn1.C: New test.
15443 2002-07-03  Mark Mitchell  <mark@codesourcery.com>
15445         PR c++/6706
15446         * g++.dg/debug/debug6.C: New test.
15447         * g++.dg/debug/debug7.C: New test.
15449 2002-07-04  J"orn Rennecke <joern.rennecke@superh.com>
15451         * gcc.c-torture/compile/simd-3.c: New test.
15453 2002-07-03  Chris Demetriou  <cgd@broadcom.com>
15455         * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
15456         * gcc.dg/20020620-1.c: Likewise.
15458 2002-07-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15460         PR c++/6944
15461         * g++.dg/init/array4.C: New test.
15462         * g++.dg/init/array5.C: New test.
15464 2002-07-03  J"orn Rennecke <joern.rennecke@superh.com>
15466         * gcc.c-torture/execute/simd-1.c (main): Also test &, |, ^, ~.
15467         * gcc.c-torture/execute/simd-2.c (main): Likewise.
15469 2002-07-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15471         * gcc.dg/cpp/tr-warn2.c: Use traditional C style function definitions.
15472         * gcc.dg/wtr-aggr-init-1.c: Likewise.
15473         * gcc.dg/wtr-conversion-1.c: Likewise.
15474         * gcc.dg/wtr-escape-1.c: Likewise.
15475         * gcc.dg/wtr-int-type-1.c: Likewise.
15476         * gcc.dg/wtr-label-1.c: Likewise.
15477         * gcc.dg/wtr-static-1.c: Likewise.
15478         * gcc.dg/wtr-strcat-1.c: Likewise.
15479         * gcc.dg/wtr-suffix-1.c: Likewise.
15480         * gcc.dg/wtr-switch-1.c: Likewise.
15481         * gcc.dg/wtr-unary-plus-1.c: Likewise.
15482         * gcc.dg/wtr-union-init-1.c: Likewise.
15483         * gcc.dg/wtr-union-init-2.c: Likewise.
15484         * gcc.dg/wtr-union-init-3.c: Likewise.
15486         * gcc.dg/wtr-func-def-1.c: New test.
15488 2002-07-02 Devang Patel <dpatel@apple.com>
15490         * objc.dg/param-1.m: New test.
15492 2002-07-03  Neil Booth  <neil@daikokuya.co.uk>
15494         * gcc.dg/cpp/trad/directive.c: Add test.
15495         * gcc.dg/cpp/trad/macroargs.c: Add test.
15496         * gcc.dg/cpp/trad/recurse-3.c: Add tests.
15498 2002-07-02  Neil Booth  <neil@daikokuya.co.uk>
15500         * gcc.dg/cpp/cmdlne-M.c: New test.
15502 2002-07-02  Ziemowit Laski  <zlaski@apple.com>
15504         * objc.dg/desig-init-1.m: New test.
15506 2002-07-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15508         PR c++/6716
15509         * g++.dg/template/instantiate1.C: New test.
15511 2002-07-01  Mark Mitchell  <mark@codesourcery.com>
15513         PR c++/7112
15514         * g++.dg/template/sizeof2.C: New test.
15516 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
15518         * gcc.dg/cpp/trad/cmdlne-dD.c, gcc.dg/cpp/trad/cmdlne-dM.c,
15519         gcc.dg/cpp/trad/include.c: New tests.
15521 2002-07-01  Hans-Peter Nilsson  <hp@axis.com>
15523         PR target/7177
15524         * gcc.c-torture/compile/20020701-1.c: New test.
15526 2002-07-01  Stan Shebs  <shebs@apple.com>
15528         * lib/objc.exp (objc_target_compile): Add the -I path to ObjC
15529         header here...
15530         * lib/objc-torture.exp (objc-torture-compile): ...instead of here
15531         (objc-torture-execute): or here.
15533 2002-07-01  J"orn Rennecke <joern.rennecke@superh.com>
15535         * gcc.c-torture/execute/arith-rand-ll.c: New test.
15537 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
15539         * gcc.dg/cpp/trad/escaped-nl.c: New test.
15541 2002-06-30  Devang Patel  <dpatel@apple.com>
15543         * objc.dg/fsyntax-only.m: New test.
15545 2002-06-27  Mark Mitchell  <mark@codesourcery.com>
15547         PR c++/6695
15548         * g++.dg/template/friend7.C: New file.
15550 2002-06-27  Aldy Hernandez  <aldyh@redhat.com>
15552         * gcc.c-torture/execute/string-opt-8.c (strncmp): Fix typo in
15553         return type.
15555 2002-06-27  J"orn Rennecke <joern.rennecke@superh.com>
15557         * gcc.c-torture/execute/simd-2.c (i, j): Add initializer elements to
15558         avoid division by zero.
15560 2002-06-27  Neil Booth  <neil@daikokuya.co.uk>
15562         * gcc.dg/Wunknownprag.c: New tests.
15564 2002-06-25  J"orn Rennecke <joern.rennecke@superh.com>
15566         * gcc.c-torture/execute/simd-2.c: New test.
15568 2002-06-25  Neil Booth  <neil@daikokuya.co.uk>
15570         * gcc.dg/cpp/mi7.c, gcc.dg/cpp/mi7a.h, gcc.dg/cpp/mi7b.h,
15571         gcc.dg/cpp/trad/builtins.c, gcc.dg/cpp/trad/builtins.h,
15572         gcc.dg/cpp/trad/cmdlne-C.c, gcc.dg/cpp/trad/cmdlne-C2.c,
15573         gcc.dg/cpp/trad/maccom1.c, gcc.dg/cpp/trad/maccom2.c,
15574         gcc.dg/cpp/trad/maccom3.c, gcc.dg/cpp/trad/maccom4.c,
15575         gcc.dg/cpp/trad/maccom6.c, gcc.dg/cpp/trad/mi1.c,
15576         gcc.dg/cpp/trad/mi1c.h, gcc.dg/cpp/trad/mi1nd.h,
15577         gcc.dg/cpp/trad/mi1ndp.h, gcc.dg/cpp/trad/mi1x.h,
15578         gcc.dg/cpp/trad/mi2.c, gcc.dg/cpp/trad/mi2a.h,
15579         gcc.dg/cpp/trad/mi2b.h, gcc.dg/cpp/trad/mi2c.h
15580         gcc.dg/cpp/trad/mi3.c, gcc.dg/cpp/trad/mi3.def,
15581         gcc.dg/cpp/trad/mi3.h, gcc.dg/cpp/trad/mi4.c,
15582         gcc.dg/cpp/trad/mi5.c, gcc.dg/cpp/trad/mi6.c,
15583         gcc.dg/cpp/trad/mi6a.h, gcc.dg/cpp/trad/mi6b.h,
15584         gcc.dg/cpp/trad/mi6c.h, gcc.dg/cpp/trad/mi6d.h,
15585         gcc.dg/cpp/trad/mi6e.h, gcc.dg/cpp/trad/mi7.c,
15586         gcc.dg/cpp/trad/mi7a.h, gcc.dg/cpp/trad/mi7b.h: New tests.
15588 2002-06-24  Neil Booth  <neil@daikokuya.co.uk>
15590         * gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/assembler.S,
15591         gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/funlike-4.c,
15592         gcc.dg/cpp/trad/null-drctv.c, gcc.dg/cpp/trad/recurse-1.c,
15593         gcc.dg/cpp/trad/recurse-2.c, gcc.dg/cpp/trad/recurse-3.c:
15594         New tests.
15595         * gcc.dg/cpp/trad/directive.c: Update.
15597 2002-06-23  Andreas Jaeger  <aj@suse.de>
15599         * gcc.c-torture/execute/complex-6.c: New.
15601 2002-06-22  Neil Booth  <neil@daikokuya.co.uk>
15603         * gcc.dg/cpp/trad/comment-2.c. gcc.dg/cpp/trad/funlike-2.c,
15604         gcc.dg/cpp/trad/funlike.c, gcc.dg/cpp/trad/funlike-3.c,
15605         gcc.dg/cpp/trad/literals-1.c, gcc.dg/cpp/trad/literals-2.c,
15606         gcc.dg/cpp/trad/macroargs.c, gcc.dg/cpp/trad/quote.c: New tests.
15608 2002-06-21  Neil Booth  <neil@daikokuya.co.uk>
15610         * gcc.dg/cpp/trad: New directory with traditional tests copied
15611         from parent directory.
15612         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
15613         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
15614         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
15615         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
15616         Move to trad/ and rename.
15617         * gcc.dg/cpp/trad/__STDC__.c, gcc.dg/cpp/trad/comment.c,
15618         gcc.dg/cpp/trad/escaped-eof.c, gcc.dg/cpp/trad/redef1.c,
15619         gcc.dg/cpp/trad/redef2.c: New tests.
15620         * gcc.dg/cpp/trad/trad.exp: New driver.
15622 2002-06-20  Neil Booth  <neil@daikokuya.co.uk>
15624         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
15625         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
15626         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
15627         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
15628         Remove.
15630 2002-06-20  Richard Sandiford  <rsandifo@redhat.com>
15632         * gcc.dg/20020620-1.c: New test.
15634 2002-06-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15636         * g++.dg/template/ttp4.C: New test.
15638 2002-06-19  Jakub Jelinek  <jakub@redhat.com>
15640         * g++.dg/opt/vt1.C: Fix regexp.
15642 2002-06-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15644         * gcc.c-torture/execute/pure-1.c: Make functions static again.
15645         Don't use attribute `noinline'.
15647 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
15649         * gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
15651 2002-06-18  Aldy Hernandez  <aldyh@redhat.com>
15653         * gcc.c-torture/execute/simd-1.c: New.
15655         * gcc.dg/simd-1.c: New.
15657 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
15659         * gcc.c-torture/execute/20020615-1.c: Correct bug-description.
15661 2002-06-16  Richard Henderson  <rth@redhat.com>
15663         * g++.dg/ext/anon-struct1.C: New.
15664         * g++.dg/ext/anon-struct2.C: New.
15665         * g++.dg/ext/anon-struct3.C: New.
15666         * gcc.dg/anon-struct-1.c: New.
15667         * gcc.dg/anon-struct-2.c: New.
15668         * gcc.dg/anon-struct-3.c: New.
15669         * gcc.dg/20011008-1.c: Adjust warning text.
15670         * gcc.dg/20020527-1.c: Add -fms-extensions.
15672 2002-06-16  Richard Henderson  <rth@redhat.com>
15674         * gcc.dg/20020531-1.c: Add LL specifier to avoid warning.
15676 2002-06-15  Hans-Peter Nilsson  <hp@axis.com>
15678         * gcc.c-torture/execute/20020615-1.c: New test.
15680 2002-06-15  Roger Sayle  <roger@eyesopen.com>
15682         * gcc.c-tortuture/execute/compare-1.c: New test case.
15683         * gcc.c-tortuture/execute/compare-2.c: New test case.
15684         * gcc.c-tortuture/execute/compare-3.c: New test case.
15686 2002-06-13  Richard Henderson  <rth@redhat.com>
15688         * g++.old-deja/g++.abi/vtable2.C (INC_VDATA): New.  Define for
15689         ia64 ilp32.
15691 2002-06-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15693         * g++.dg/template/typename2.C: Update error message.
15695 2002-06-12  Hans-Peter Nilsson  <hp@axis.com>
15697         * gcc.c-torture/execute/20020611-1.c: New test.
15699 2002-06-11  Bob Wilson  <bob.wilson@acm.org>
15701         * g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
15702         list of targets to skip.
15704 2002-06-10  Bob Wilson  <bob.wilson@acm.org>
15706         * gcc.c-torture/compile/20001226-1.x: Only xfail for Xtensa
15707         targets if not optimizing.
15709 2002-06-10  Jakub Jelinek  <jakub@redhat.com>
15711         * gcc.c-torture/compile/20020605-1.c: New test.
15713         * g++.dg/opt/vt1.C: New test.
15715         * gcc.dg/20020531-1.c: New test.
15717         * gcc.dg/20020530-1.c: New test.
15719         * gcc.dg/20020527-1.c: New test.
15721         * g++.dg/opt/cse1.C: New test.
15723 2002-06-07  Roger Sayle  <roger@eyesopen.com>
15725         * gcc.dg/20020607-2.c: New test case.
15727 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
15729         * gcc.c-torture/compile/20020604-1.c: New test.
15731 2002-06-04  Richard Henderson  <rth@redhat.com>
15733         * gcc.dg/alpha-base-1.c: Add ext/ins/msk/umulh cases.
15734         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: Use -mcpu=ev67.
15735         * gcc.dg/alpha-cix-1.c, gcc.dg/alpha-cix-2.c: New.
15737 2002-06-04  Aldy Hernandez  <aldyh@redhat.com>
15739         * gcc.dg/altivec-2.c: Remove test for invalid vector type V2DF.
15741 2002-06-03  Richard Henderson  <rth@redhat.com>
15743         * gcc.dg/alpha-base-1.c, gcc.dg/alpha-base-2.c: New.
15744         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: New.
15746 2002-06-02  Richard Henderson  <rth@redhat.com>
15748         * gcc.c-torture/execute/pure-1.c: Don't mark any of the
15749         test functions static.
15751 2002-06-02  Andreas Jaeger  <aj@suse.de>
15753         * gcc.c-torture/execute/loop-3c.x: Remove, the test should pass
15754         now.
15756 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
15758         * gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-suffix-1.c,
15759         gcc.dg/cpp/paste4.c, gcc.dg/cpp/sysmac2.c:
15760         Update for mofified diagnostics.
15761         * gcc.dg/c99-intconst-1.c: No longer fail.
15763 2002-06-02  Richard Henderson  <rth@redhat.com>
15765         * gcc.dg/uninit-A.c: Remove xfail markers.
15767 2002-06-01  Roger Sayle  <roger@eyesopen.com>
15769         * gcc.dg/fnegate-1.c: New test case.
15771 2002-05-30  Osku Salerma  <osku@iki.fi>
15773         * gcc.c-torture/execute/mayalias-1.c: New file.
15775 2002-05-29  Neil Booth  <neil@daikokuya.demon.co.uk>
15777         * gcc.dg/cpp/c++98-pedantic.c, gcc.dg/cpp/c89-pedantic.c,
15778         gcc.dg/cpp/c94-pedantic.c, gcc.dg/cpp/gnuc89-pedantic.c,
15779         gcc.dg/cpp/if-1.c: Update for modified diagnostics.
15781 2002-05-29  Hans-Peter Nilsson  <hp@axis.com>
15783         * gcc.c-torture/execute/20020529-1.c: New test.
15785 2002-05-27  Richard Henderson  <rth@redhat.com>
15787         * g++.dg/ext/attrib6.C: New test case.
15789 2002-05-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15791         * gcc.c-torture/execute/pure-1.c: New test.
15793 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
15795         * gcc.dg/cpp/arith-2.c: Remove.
15797 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
15799         * gcc.dg/cpp/arith-2.c, gcc.dg/cpp/arith-3.c: New tests.
15800         * gcc.dg/cpp/if-3.c: Remove.
15802 2002-05-26  Jakub Jelinek  <jakub@redhat.com>
15804         * g++.dg/opt/cse2.C: New test.
15806 2002-05-26  Neil Booth  <neil@daikokuya.demon.co.uk>
15808         * gcc.dg/cpp/arith-1.c: New semantic tests.
15809         * gcc.dg/cpp/if-1.c: Update.
15811 2002-05-24  Ben Elliston  <bje@redhat.com>
15813         * lib/c-torture.exp (c-torture-execute): Handle multiple sources.
15815 2002-05-24  Jakub Jelinek  <jakub@redhat.com>
15817         * gcc.dg/verbose-asm.c: New test.
15819 2002-05-24  Neil Booth  <neil@daikokuya.demon.co.uk>
15821         * gcc.dg/cpp/paste12.c: New test.
15823 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
15825         * g++.dg/parse/named_ops.C: New test.
15827 2002-05-23  Mark Mitchell  <mark@codesourcery.com>
15829         * gcc/testsuite/gcc.dg/weak-8.c: New test.
15831 2002-05-23  J"orn Rennecke <joern.rennecke@superh.com>
15833         * gcc.dg/weak-2.c: Allow optional leading underscore
15834         in scan-assembler symbol name.
15835         * gcc.dg/weak-3.c: Likewise.
15836         * gcc.dg/weak-4.c: Likewise.
15837         * gcc.dg/weak-5.c: Likewise.
15839 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
15841         * gcc.dg/20020523-1.c: New test.
15843 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
15845         * objc.dg/const-str-2.m: Update now that we stop after
15846         a command line error.
15848 2002-05-22  Richard Henderson  <rth@redhat.com>
15850         * g++.dg/dg.exp: Fix typo in test pruneing.
15852 2002-05-22  Richard Henderson  <rth@redhat.com>
15854         * g++.dg/dg.exp: Prune the tls subdirectory.
15855         * g++.dg/tls/tls.exp, g++.dg/tls/trivial.C: New.
15856         * g++.dg/tls/diag-1.C, g++.dg/tls/diag-2.C: New.
15857         * g++.dg/tls/init-1.C: New.
15859 2002-05-22  Jakub Jelinek  <jakub@redhat.com>
15861         * gcc.dg/20020517-1.c: New test.
15863 2002-05-21  Richard Henderson  <rth@redhat.com>
15865         * gcc.dg/tls/tls.exp, gcc.dg/tls/trivial.c, gcc.dg/tls/diag-1.c,
15866         gcc.dg/tls/diag-2.c, gcc.dg/tls/init-1.c: New directory and files.
15868 2002-05-21  Brian R. Gaeke  <brg@dgate.ORG>
15870         * g++.dg/other/copy2.C: New test.
15872 2002-05-20  J"orn Rennecke <joern.rennecke@superh.com>
15874         * gcc.c-torture/execute/memcpy-2.c (SEQUENCE_LENGTH): Define.
15875         (MAX_COPY): Bump up to 10 times sizeof (long long).
15876         (main): Use a pattern of SEQUENCE_LENGTH different characters to copy.
15878         * gcc.c-torture/execute/memset-1.c (MAX_COPY): Bump up to 10 times
15879         sizeof (long long).
15881         * gcc.c-torture/execute/strcpy-1.c: New test.
15883 2002-05-19  Jason Merrill  <jason2redhat.com>
15885         * g++.dg/ext/oper1.C: New test.
15887 2002-05-20  David Billinghurst <David.Billinghurst@riotinto.com>
15888 2002-05-19  Mark Mitchell  <mitchell@doubledemon.codesourcery.com>
15890         * README.QMTEST: New file.
15892         * g++.dg/warn/Wshadow-1.C: Remove unncessary dg-error line.
15894 2002-05-19  Andreas Jaeger  <aj@suse.de>
15896         * gcc.c-torture/execute/loop-2c.x: Remove, the test should pass
15897         now.
15898         * gcc.c-torture/execute/loop-2d.x: Likewise.
15900 2002-05-19  David Billinghurst <David.Billinghurst@riotinto.com>
15902         * gcc.dg/weak-2.c:  xfail warnings for platforms that don't
15903         support weak symbols.
15904         * gcc.dg/weak-4.c: Likewise
15905         * gcc.dg/weak-6.c: Likewise
15907 2002-05-16  David.Billinghurst <David.Billinghurst@riotinto.com>
15909         * gcc.dg/weak-3.c: Add dg-excess-error comment for
15910         cygwin, coff and h8300-*-hms targets
15911         * gcc.dg/weak-5.c: Likewise
15912         * gcc.dg/weak-7.c: Likewise
15914 2002-05-16  Jason Merrill  <jason@redhat.com>
15916         * lib/scanasm.exp (scan-assembler): Use upvar, not uplevel.
15917         (scan-assembler-not, scan-assembler-dem): Likewise.
15918         (scan-assembler-dem-not): Likewise.
15920 2002-05-15  Richard Henderson  <rth@redhat.com>
15922         * gcc.dg/weak-5.c (vfoo1c, vfoo1g): Warn here.
15924 2002-05-15  Richard Henderson  <rth@redhat.com>
15926         * gcc.dg/weak-5.c (vfoo1c): No warning here.
15927         (vfoo1f): Warning here.
15928         (vfoo1l): Don't redefine the alias.
15930 2002-05-14  Jason Merrill  <jason@redhat.com>, Alexandre Oliva  <aoliva@redhat.com>
15932         * g++.dg/init/pm1.C: New test.
15934 2002-05-12  David S. Miller  <davem@redhat.com>
15936         * gcc.c-torture/execute/conversion.c (ldnear): Use long double
15937         types.
15939 2002-05-10  Roger Sayle  <roger@eyesopen.com>
15941         * gcc.c-torture/execute/20020510-1.c: New test case.
15943 2002-05-10  David S. Miller  <davem@redhat.com>
15945         * gcc.c-torture/execute/conversion.c: Test long double too.
15947 2002-05-09  Jakub Jelinek  <jakub@redhat.com>
15949         * lib/g77.exp (g77_link_flags): Append all multilib dirs containing
15950         libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH.
15951         * lib/g++.exp (g++_link_flags): Likewise.
15952         * lib/objc.exp (objc_target_compile): Likewise.
15954 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
15956         * gcc.dg/cpp/poison.c: Update.
15957         * gcc.dg/cpp/20000625-2.c: Remove.
15958         * gcc.dg/cpp/direct2s.c: Remove final test.
15960 2002-05-08  Tom Rix  <trix@redhat.com>
15962         * gcc.c-torture/execute/20020508-1.c: New test.
15963         * gcc.c-torture/execute/20020508-2.c: New test.
15964         * gcc.c-torture/execute/20020508-3.c: New test.
15966 2002-05-08  Neil Booth  <neil@daikokuya.demon.co.uk>
15968         * gcc.dg/cpp/charconst-4.c: More tests.
15970 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
15972         PR c/6569
15973         * gcc.dg/weak-3.c: Update location of warning messages.
15974         * gcc.dg/weak-5.c: Likewise.
15976 2002-05-06  Roger Sayle  <roger@eyesopen.com>
15978         * gcc.c-torture/execute/20020506-1.c: New test case.
15980 2002-05-07  Neil Booth  <neil@daikokuya.demon.co.uk>
15982         * gcc.dg/cpp/charconst-3.c: Correct tests accordingly.
15984 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
15986         * gcc.dg/cpp/charconst-3.c: Run, don't compile.
15988 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
15990         * gcc.dg/cpp/charconst-3.c: New test.
15992 2002-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
15994         * gcc.dg/cpp/charconst.c: Update tests.
15996 2002-05-05  Tim Josling  <tej@melbpc.org.au>
15998         * treelang: Added directory for new sample language treelang. Also
15999         lib/treelang.exp: New file to signal treelang should be tested.
16001 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
16003         * gcc.dg/cpp/cmdlne-dM-M.c: New test.
16004         * gcc.dg/cpp/cmdlne-dD-M.c: New test.
16005         * gcc.dg/cpp/cmdlne-dN-M.c: New test.
16006         * gcc.dg/cpp/cmdlne-dI-M.c: New test.
16007         * gcc.dg/cpp/cmdlne-dI-M.h: New aux file.
16008         * gcc.dg/cpp/cmdlne-dD-dM.c: New test.
16009         * gcc.dg/cpp/cmdlne-dM-dD.c: New test.
16011 2002-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
16013         * gcc.dg/format/xopen-2.c: New test.
16015 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
16017         * gcc.dg/20020503-1.c: New test.
16019 2002-05-02  Mark Mitchell  <mark@codesourcery.com>
16021         * g++.dg/init/dtor1.C: Make it tougher.
16023 2002-05-01  Mark Mitchell  <mark@codesourcery.com>
16025         * g++.dg/init/dtor1.C: New test.
16027 2002-05-02  Aldy Hernandez  <aldyh@redhat.com>
16029         * gcc.dg/altivec-8.c: New.
16031 2002-05-01  Aldy Hernandez  <aldyh@redhat.com>
16033         * gcc.dg/altivec-7.c: New.
16035 2002-04-29  Jakub Jelinek  <jakub@redhat.com>
16037         * g++.dg/parse/typedef1.C: New test.
16039 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
16041         PR c++/6486
16042         * g++.dg/template/friend6.C: New test.
16044         PR c++/6492
16045         * g++.dg/init/copy1.C: New test.
16047 2002-04-29  Nathan Sidwell  <nathan@codesourcery.com>
16049         * g++.dg/warn/effc1.C: New test.
16051 2002-04-29  Neil Booth  <neil@daikokuya.demon.co.uk>
16053         * gcc.dg/cpp/if-cexp.c: Add a test.
16055 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
16057         * gcc.dg/20020426-2.c: New test.
16059 2002-04-28  Neil Booth  <neil@daikokuya.demon.co.uk>
16061         * gcc.dg/cpp/if-mop.c: Update.
16062         * gcc.dg/cpp/if-mpar.c: Add test.
16063         * gcc.dg/cpp/if-oppr.c: Update.
16065 2002-04-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
16067         PR c/6343
16068         * gcc.dg/weak-[2-7].c: New tests.
16070 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
16072         * gcc.dg/enum1.c: New test.
16074 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
16076         PR c++/6497
16077         * g++.dg/inherit/access2.C: New test.
16079 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
16081         PR bootstrap/6445
16082         * gcc.dg/20020426-1.c: New test.
16084 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
16086         * g++.dg/abi/enum1.C: New test.
16088 2002-04-26  Richard Henderson  <rth@redhat.com>
16090         * gcc.dg/c99-bool-1.c: Expect always true warning.
16092 2002-04-25  Roger Sayle  <roger@eyesopen.com>
16094         * gcc.dg/i386-memset-1.c: New test case for PR target/6456.
16096 2002-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16098         * gcc.c-torture/execute/20020227-1.x: New file, xfail on 64-bit
16099         targets.
16101 2002-04-24  Mark Mitchell  <mark@codesourcery.com>
16103         * g++.dg/abi/mange7.C: New test.
16105         PR c++/6438.
16106         * g++.dg/parse/stmtexpr2.C: New test.
16108 2002-04-24  J"orn Rennecke <joern.rennecke@superh.com>
16110         * gcc.dg/20020312-2.c: Add SH target.
16112 2002-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16114         * gcc.c-torture/compile/labels-3.x: New file, don't assemble the
16115         compiler output on mips*-*-irix*.
16117 2002-04-23  Jakub Jelinek  <jakub@redhat.com>
16119         * g++.dg/parse/attr1.C: New test.
16121 2002-04-23  Roger Sayle  <roger@eyesopen.com>
16123         * gcc.c-torture/execute/string-opt-17.c: New test case.
16124         * gcc.c-torture/execute/memset-2.c: New test case.
16126 2002-04-23  Mark Mitchell  <mark@codesourcery.com>
16128         PR c++/6256:
16129         * g++.dg/template/friend5.C: New test.
16131         PR c++/6331:
16132         * g++.dg/template/qual1.C: Likewise.
16134 2002-04-22  Zack Weinberg  <zack@codesourcery.com>
16136         * gcc.c-torture/execute/980707-1.c: Don't use isspace().
16137         Include stdlib.h, not stdio.h or ctype.h.
16139 2002-04-22  Hans-Peter Nilsson  <hp@axis.com>
16141         * gcc.dg/20020415-1.c: Expect warning for unsupported -fpic on
16142         cris-*-elf* and mmix-*-*.
16143         * g77.f-torture/execute/io0.x: xfail for cris-*-elf.
16144         * g77.f-torture/execute/io1.x, g77.f-torture/execute/20001201.x,
16145         g77.f-torture/execute/6367.x, g77.f-torture/execute/u77-test.x:
16146         Ditto.
16147         * gcc.dg/wint_t-1.c: Mark excess errors for cris-*-elf.
16148         * gcc.dg/wchar_t-1.c: Ditto.
16150 2002-04-21  Hans-Peter Nilsson  <hp@axis.com>
16152         * g++.dg/opt/cleanup1.C (C::C()): Initialize member c.
16153         Clarify comment.
16155 2002-04-21  Neil Booth  <neil@daikokuya.demon.co.uk>
16157         * gcc.dg/cpp/endif.h, gcc.dg/cpp/endif.c: New tests.
16159 2002-04-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
16161         * gcc.c-torture/execute/20000906-1.x: Delete.
16163 2002-04-20  David.Billinghurst <David.Billinghurst@riotinto.com>
16165         * g77.dg/f77-edit-i-in.f: Restore missing { dg-do run }
16167 2002-04-19  Toon Moene  <toon@moene.indiv.nluug.nl>
16169         * PR6367
16170         * g77.f-torture/execute/6367.f: New test.
16171         * g77.f-torture/execute/6367.x: Disable for MMIX.
16173 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
16175         * PR6352
16176         * g++.dg/opt/inline2.C: New test.
16178 2002-04-18  Richard Henderson  <rth@redhat.com>
16180         * gcc.dg/20000906-1.c: Enable for all targets.
16181         * gcc.c-torture/compile/iftrap-2.c: New.
16183 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
16185         * gcc.dg/20020418-1.c: New test.
16186         * gcc.dg/20020418-2.c: New test.
16188 2002-04-18  Richard Henderson  <rth@redhat.com>
16190         * gcc.c-torture/compile/iftrap-1.c: New.
16191         * gcc.dg/iftrap-1.c: Adjust for ia64.
16192         * gcc.dg/iftrap-2.c: New.
16194 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
16196         * gcc.c-torture/compile/20020418-1.c: New test.
16198 2002-04-18  Roger Sayle  <roger@eyesopen.com>
16200         * gcc.c-torture/compile/20020415-1.c: New.
16202 2002-04-18  David S. Miller  <davem@redhat.com>
16204         * gcc.c-torture/execute/20020418-1.c: New test.
16206 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
16208         * gcc.dg/20020416-1.c: New test.
16210         * g++.dg/opt/inline1.C: New test.
16212 2002-04-16  Jakub Jelinek  <jakub@redhat.com>
16214         * gcc.dg/altivec-5.c: New test.
16216         * gcc.dg/20020415-1.c: New test.
16218 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
16220         * testsuite/lib/chill.exp: Remove.
16222 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
16224         * g++.dg/other/big-struct.C: New test.
16226 2002-04-14  David Billinghurst <David.Billinghurst@riotinto.com>
16228         * g77.dg/f77-edit-i-in.f: Use internal buffer in place
16229         of scratch file.
16231 2002-04-13  David Billinghurst <David.Billinghurst@riotinto.com>
16233         PR c/6277
16234         * gcc.dg/i386-387-1.c:  Allow optional leading underscore
16235         in scan-assembler function name
16237 2002-04-13  Hans-Peter Nilsson  <hp@bitrange.com>
16239         * g77.f-torture/execute/980628-4.x,
16240         g77.f-torture/execute/980628-5.x,
16241         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
16242         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
16243         g77.f-torture/compile/alpha1.x: xfail powerpc-*-* hosted on
16244         i[34567]86-*-*.
16246 2002-04-13  David S. Miller  <davem@redhat.com>
16248         * gcc.c-torture/execute/20020413-1.c: New test.
16250 2002-04-13  Richard Sandiford  <rsandifo@redhat.com>
16252         * gcc.dg/asm-6.c,
16253         * g++.dg/ext/asm1.C: New tests.
16255 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
16257         PR c++ 5373.
16258         * g++.dg/parse/stmtexpr1.C: New test.
16260         PR c++/5189.
16261         * g++.dg/template/copy1.C: New test.
16263 2002-04-12  Richard Henderson  <rth@redhat.com>
16265         * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
16267 2002-04-12  Geoffrey Keating  <geoffk@redhat.com>
16269         * gcc.c-torture/execute/20020412-1.c: New file, renamed from
16270         gcc.c-torture/execute/20020307-2.c.
16272 2002-04-12  Richard Sandiford  <rsandifo@redhat.com>
16274         * g++.dg/ext/attrib5.C,
16275         * g++.dg/lookup/struct1.C: New tests.
16277 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
16279         * gcc.dg/20020411-1.c: New test.
16281         * gcc.c-torture/execute/20020411-1.c: New test.
16283 2002-04-10  Janis Johnson  <janis187@us.ibm.com>
16285         * g77.f-torture/execute/6177.f: New test.
16287 2002-04-10  Jakub Jelinek  <jakub@redhat.com>
16289         PR middle-end/6247
16290         * g++.dg/opt/cleanup1.C: New test.
16292         * g++.dg/opt/const1.C: New test.
16294 2002-04-10  Lars Brinkhoff  <lars@nocrew.org>
16296         * gcc.c-torture/execute/20020406-1.c: Declare malloc.
16298 2002-04-10  Nathan Sidwell  <nathan@codesourcery.com>
16300         PR c++/5507
16301         * g++.dg/template/typename2.C: New test.
16303 2002-04-10  Alan Modra  <amodra@bigpond.net.au>
16305         * gcc.c-torture/execute/loop-12.c: New.
16307 2002-04-08  Hans-Peter Nilsson  <hp@bitrange.com>
16309         * g77.f-torture/execute/980628-4.x,
16310         g77.f-torture/execute/980628-5.x,
16311         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
16312         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
16313         g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests.
16315 2002-04-07  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
16317         PR optimization/6086
16318         * g++.dg/opt/preinc1.C: New test.
16320 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
16322         PR c++/5571
16323         * g++.dg/opt/static2.C: New test.
16325 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
16327         PR c/5120
16328         * gcc.dg/20020406-1.c: New test.
16330 2002-04-04  David S. Miller  <davem@redhat.com>
16332         * gcc.c-torture/execute/20020404-1.c: New test.
16334 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
16336         PR c/6123
16337         * gcc.dg/20020312-2.c: Do not declare global register variable
16338         if __PIC__ or __pic__ is defined.
16340 2002-04-04  Richard Earnshaw  <rearnsha@arm.com>
16342         * gcc.dg/arm-asm.c: Run this test on ARM chips, not SPARC.  Use
16343         __asm__ so that it works correctly even if -ansi -pedantic-errors.
16345 2002-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16347         * gcc.misc-tests/linkage.exp: Update last change to handle
16348         sparc*-, not just sparc-.
16350 2002-04-03  Richard Henderson  <rth@redhat.com>
16352         * gcc.dg/cpp/ucs.c: Improved long UCS test.
16354 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
16356         * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change.
16358 2002-04-02  David S. Miller  <davem@redhat.com>
16360         * gcc.c-torture/execute/20020402-3.c: New test.
16362 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
16364         * g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
16365         * g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
16367         * g77.dg/f77-edit-i-in.f: xfail for mmix-knuth-mmixware.
16368         * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x,
16369         g77.f-torture/execute/20001201.x,
16370         g77.f-torture/execute/u77-test.x: New files.
16372         * gcc.dg/wint_t-1.c: Mark excess errors for mmix-knuth-mmixware.
16373         * gcc.dg/wchar_t-1.c: Ditto.
16375 2002-04-02  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
16377         * gcc.c-torture/execute/20020402-1.c: New test.
16379 2002-04-01  Richard Henderson  <rth@redhat.com>
16381         * gcc.c-torture/compile/920625-1.x: XFAIL -O1.
16383         * g++.dg/other/new1.C: Use __SIZE_TYPE__.
16385 2002-04-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16387         * gcc.misc-tests/linkage.exp: Special case 64-bit solaris2.
16389 2002-04-01  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
16391         * g++.dg/inherit/template-as-base.C: Expect error.
16392         * g++.dg/inherit/namespace-as-base.C: Likewise.
16394 2002-03-31  Hans-Peter Nilsson  <hp@bitrange.com>
16396         * g++.dg/ext/instantiate1.C, g++.dg/ext/instantiate2.C,
16397         g++.dg/ext/instantiate3.C: Tweak match patterns.
16399         * g++.old-deja/g++.pt/static11.C: Skip on mmix-knuth-mmixware.
16400         * g++.dg/other/static11.C: Copy g++.old-deja/g++.pt/static11.C for
16401         -da test.
16403 2002-03-31  Richard Henderson  <rth@redhat.com>
16405         * gcc.dg/special/alias-2.c: New.
16406         * gcc.dg/special/ecos.exp: Run it.
16408 2002-03-31  Richard Henderson  <rth@redhat.com>
16410         * gcc.dg/va-arg-1.c: Expect warnings, not errors.
16412 2002-03-31  Kazu Hirata  <kazu@hxi.com>
16414         * gcc.dg/weak-1.c: Disable on h8300 port.
16416 2002-03-29  Janis Johnson  <janis187@us.ibm.com>
16418         * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
16419         * g++.dg/bprob/bprob.exp: New driver for profile-directed branch
16420         ordering tests.
16421         * g++.dg/bprob/bprob-1.C: New test.
16422         * g++.dg/gcov/gcov.exp: New driver for gcov tests.
16423         * g++.dg/gcov/gcov-1.C: New test.
16424         * g++.dg/gcov/gcov-1.x: New file.
16425         * g++.dg/gcov/gcov-2.C: New test.
16426         * g++.dg/gcov/gcov-3.C: New test.
16427         * g++.dg/gcov/gcov-3.h: New file.
16429 2002-03-28  Roger Sayle  <roger@eyesopen.com>
16431         * g++.old-deja/g++.other/builtins5.C: New test.
16432         * g++.old-deja/g++.other/builtins6.C: New test.
16433         * g++.old-deja/g++.other/builtins7.C: New test.
16434         * g++.old-deja/g++.other/builtins8.C: New test.
16435         * g++.old-deja/g++.other/builtins9.C: New test.
16437 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
16439         * g++.dg/opt/static1.C: New test.
16441         * g++.dg/opt/longbranch1.C: New test.
16443 2002-03-28  Hans-Peter Nilsson  <hp@bitrange.com>
16445         * gcc.dg/weak-1.c: Fix typo in scan-assembler pattern.
16447         * g++.old-deja/g++.law/bit-fields2.C: Skip on mmix-knuth-mmixware.
16449 2002-03-28  Jeffrey A Law  (law@redhat.com)
16451         * gcc.c-torture/execute/20020328-1.c: New test.
16453 2002-03-27  Richard Henderson  <rth@redhat.com>
16455         * g++.dg/ext/instantiate1.C: Use scan-assembler, not link errors.
16456         * g++.dg/ext/instantiate2.C, g++.dg/ext/instantiate3.C: Likewise;
16457         move from g++.old-deja/g++.ext/.
16459 2002-03-27  Mark Mitchell  <mark@codesourcery.com>
16461         * g++.dg/init/new2.C: New test.
16463 2002-03-26  Richard Henderson  <rth@redhat.com>
16465         * gcc.dg/pragma-re-2.c: Avoid empty source file warning.
16467         * gcc.dg/20020312-2.c: Don't test epilogue vs global register
16468         on sparc.
16470         * gcc.dg/20001101-1.c: Add -mcpu=ultrasparc.  Only run on
16471         sparcv9 systems.
16472         * gcc.dg/20001102-1.c: Likewise.
16474 2002-03-26  Phil Edwards  <pme@gcc.gnu.org>
16476         * gcc.dg/cpp/endif-pedantic1.c,
16477         gcc.dg/cpp/endif-pedantic2.c:  New tests.
16479 2002-03-26  Mark Mitchell  <mark@codesourcery.com>
16481         * g++.dg/init/new1.C: New test.
16483 2002-03-26  Nathan Sidwell  <nathan@codesourcery.com>
16485         * g++.dg/abi/vbase9.C: New test.
16487 2002-03-26  Richard Earnshaw  <rearnsha@arm.com>
16489         * gcc.dg/arm-asm.c: New test.
16491 2002-03-26  Andrew Cagney  <ac131313@redhat.com>
16493         * gcc.dg/Wswitch-enum.c: New test.
16494         Fix PR c/5044.
16496 2002-03-26  Richard Henderson  <rth@redhat.com>
16498         * gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized
16499         structure.
16501 2002-03-25  Richard Henderson  <rth@redhat.com>
16503         * gcc.dg/20001013-1.c: Add -mcpu=ultrasparc.  Only run on
16504         sparcv9 systems.
16506         * gcc.c-torture/compile/20011119-1.c (xxx): New.
16507         * gcc.c-torture/compile/20011119-2.c (xxx): New.
16509 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
16511         * gcc.dg/c90-hexfloat-1.c: Adjust error regexps.
16513 2002-03-25  Bob Wilson  <bob.wilson@acm.org>
16515         * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
16516         targets using generic thunk support.
16518 2002-03-25  Jakub Jelinek  <jakub@redhat.com>
16520         * gcc.c-torture/compile/20020323-1.c: New test.
16522         * g++.dg/opt/conj2.C: New test.
16524 2002-03-24  Richard Henderson  <rth@redhat.com>
16526         * gcc.dg/weak-1.c: Use -fno-common.
16528 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
16530         * g77.dg/f77-edit-apostrophe-out.f: New test
16531         * g77.dg/f77-edit-h-out.f: New test
16532         * g77.dg/f77-edit-t-in.f: New test
16533         * g77.dg/f77-edit-t-out.f: New test
16534         * g77.dg/f77-edit-x-out.f: New test
16535         * g77.dg/f77-edit-slash-out.f: New test
16536         * g77.dg/f77-edit-colon-out.f: New test
16537         * g77.dg/f77-edit-s-out.f: New test
16539 2002-03-24  Richard Henderson  <rth@redhat.com>
16541         * objc/execute/formal_protocol-6.x: New XFAIL.
16543 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
16545         * gcc.dg/weak-1.c:  Early return from dg-final on platforms
16546         that do not support weak symbols
16548 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
16550         * lib/g++.exp:  Fix handling of LD_LIBRARY_PATH et al
16551         * lib/g77.exp:  Likewise
16552         * lib/objc.exp: Likewise
16554 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
16556         * gcc.dg/Wswitch-default.c: New test.
16558 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
16560         * g++.dg/other/enum1.C: New test.
16562 2002-03-23  Zack Weinberg  <zack@codesourcery.com>
16564         * gcc.dg/pragma-ep-3.c: Fix typo.
16566 2002-03-22  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
16568         * g++.dg/inherit/template-as-base.C: New test.
16570 2002-03-22  Jakub Jelinek  <jakub@redhat.com>
16572         * g++.old-deja/g++.other/dwarf2-1.C: Move...
16573         * g++.dg/debug/debug5.C: ...here.  Convert for dg framework.
16575 2002-03-22  Neil Booth  <neil@daikokuya.demon.co.uk>
16577         * gcc.dg/cpp/multiline.c: Update to match.
16579 2002-03-22  Alexandre Oliva  <aoliva@redhat.com>
16581         * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
16583 2002-03-22  Phil Edwards  <pme@gcc.gnu.org>
16585         * gcc.dg/cpp/extratokens2.c:  New file.
16587 2002-03-21  David Edelsohn  <edelsohn@gnu.org>
16589         * gcc.dg/20020312-2.c: Add rs6000 target.
16591         * gcc.c-torture/compile/20020319-1.c: New test.
16593 2002-03-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
16595         * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
16596         (A, E): Handle this.
16598 2002-03-20  Jason Merrill  <jason@redhat.com>
16600         * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
16601         ignoring -fpic.
16602         * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
16603         through prune_gcc_output.
16605 2002-03-20  Jakub Jelinek  <jakub@redhat.com>
16607         * gcc.c-torture/compile/20020320-1.c: New test.
16609 2002-03-19  Jakub Jelinek  <jakub@redhat.com>
16611         * gcc.c-torture/compile/20020318-1.c: New test.
16613         * gcc.dg/struct-by-value-1.c: New test.
16615         * gcc.dg/20020319-1.c: New test.
16617 2002-03-18  Jakub Jelinek  <jakub@redhat.com>
16619         * g++.dg/opt/conj1.C: New test.
16621 2002-03-17  Mark Mitchell  <mark@codesourcery.com>
16623         * g++.dg/template/qualttp20.C: Revert previous change.
16624         * g++.dg/template/qualttp3.C: Likewise.
16625         * g++.dg/template/qualttp4.C: Likewise
16626         * g++.dg/template/qualttp5.C: Likewise
16627         * g++.dg/template/qualttp6.C: Likewise
16628         * g++.dg/template/qualttp7.C: Likewise
16629         * g++.dg/template/qualttp8.C: Likewise
16630         * g++.dg/template/recurse.C: Likewise.
16632 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
16634         * gcc.dg/cpp/wchar-1.c: Update.
16636 2002-03-16  Nathan Sidwell  <nathan@codesourcery.com>
16638         * g++.dg/template/conv1.C: New test.
16639         * g++.dg/template/conv2.C: New test.
16640         * g++.dg/template/conv3.C: New test.
16641         * g++.dg/template/conv4.C: New test.
16643 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
16645         * g++.dg/template/qualttp20.C: Remove unnecessary error tags.
16646         * g++.dg/template/qualttp3.C: Likewise.
16647         * g++.dg/template/qualttp4.C: Likewise
16648         * g++.dg/template/qualttp5.C: Likewise
16649         * g++.dg/template/qualttp6.C: Likewise
16650         * g++.dg/template/qualttp7.C: Likewise
16651         * g++.dg/template/qualttp8.C: Likewise
16652         * g++.dg/template/recurse.C: Likewise.
16654 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
16656         * g++.dg/opt/dtor1.C: New test.
16658 2002-03-15  Jakub Jelinek  <jakub@redhat.com>
16660         * gcc.c-torture/compile/20020315-1.c: New test.
16662 2002-03-15  Richard Earnshaw  <rearnsha@arm.com>
16664         * gcc.dg/weak-1.c: Fix scan tests.
16666 2002-03-15  Hans-Peter Nilsson  <hp@bitrange.com>
16668         * gcc.dg/20020312-2.c [__MMIX__]: No pic register.
16669         * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf*
16670         cris-*-aout* mmix-*-*.
16671         * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
16672         cris-*-aout* mmix-*-*.
16673         * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on
16674         cris-*-elf* cris-*-aout* and mmix-*-*.
16675         * gcc.dg/20001009-1.c: Ditto.
16676         * gcc.dg/20010912-1.c: Ditto.
16677         * gcc.dg/20020122-4.c: Ditto.
16678         * gcc.dg/inline-2.c: Ditto.
16680 2002-03-14  Jeffrey A Law  (law@cygnus.com)
16682         * gcc.c-torture/compile/20020314-1.c: New test.
16684 2002-03-14  Richard Earnshaw  <rearnsha@arm.com>
16686         * gcc.c-torture/execute/20020314-1.c: New test.
16688 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
16690         * g++.dg/warn/Wunused-1.C: New test.
16692 2002-02-13  Richard Sandiford  <rsandifo@redhat.com>
16694         * g++.dg/abi/mangle6.C: New test.
16696 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
16698         * gcc.c-torture/compile/20020309-2.c: New test.
16700         * gcc.c-torture/compile/20020312-1.c: New test.
16702 2002-03-12  Nathan Sidwell  <nathan@codesourcery.com>
16704         * g++.dg/other/access1.C: New test.
16706 2002-03-12  Jakub Jelinek  <jakub@redhat.com>
16708         * gcc.c-torture/execute/wchar_t-1.c: New test.
16710 2002-03-12  David Edelsohn  <edelsohn@gnu.org>
16712         * gcc.dg/20020103-1.c: Add rs6000 target and macro.
16714 2002-03-12  Roger Sayle  <roger@eyesopen.com>
16716         * gcc.dg/20020312-1.c: New test case.
16718 2002-03-11  Aldy Hernandez  <aldyh@redhat.com>
16720         * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
16722 2002-03-11  Richard Henderson  <rth@redhat.com>
16724         * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
16725         * g++.old-deja/g++.jason/report.C: Likewise.
16727 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
16729         * testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
16730         * testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.
16732 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
16734         * testsuite/g++.dg/overload/pmf1.C: New test.
16736 2002-03-11  Kazu Hirata  <kazu@hxi.com>
16738         * gcc.c-torture/execute/20020307-1.c: Use long.
16740 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
16742         PR optimization/5844
16743         * gcc.dg/20020310-1.c: New test.
16745 2002-03-09  Michael Meissner  <meissner@redhat.com>
16747         * gcc.c-torture/execute/memcpy-2.c: New test.
16748         * gcc.c-torture/execute/memset-1.c: New test.
16749         * gcc.c-torture/execute/strlen-1.c: New test.
16750         * gcc.c-torture/execute/strcmp-1.c: New test.
16751         * gcc.c-torture/execute/strncmp-1.c: New test.
16753 2002-03-09  Geoffrey Keating  <geoffk@redhat.com>
16755         * gcc.dg/ppc-ldstruct.c: New test.
16757 2002-03-09  Jakub Jelinek  <jakub@redhat.com>
16759         * gcc.c-torture/execute/va-arg-22.c: New test.
16761 2002-03-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16763         * gcc.c-torture/compile/20020309-1.c: New test.
16765 2002-03-08  Jakub Jelinek  <jakub@redhat.com>
16767         * gcc.c-torture/execute/20020307-2.c: New test.
16769 2002-03-07  Jeffrey A Law  (law@redhat.com)
16771         * g77.f-torture/compile/20020307-1.f: New test.
16773 2002-03-07  Richard Sandiford  <rsandifo@redhat.com>
16775         * gcc.dg/unordered-1.c: New test.
16777 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
16779         * gcc.c-torture/execute/20020307-1.c: New test.
16781 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
16783         * gcc.dg/20020304-1.c: New test.
16785         * gcc.c-torture/compile/20020304-2.c: New test.
16787 2002-03-04  Zack Weinberg  <zack@codesourcery.com>
16789         * gcc.c-torture/compile/20020304-1.c: New test case
16790         (from PR c/5830).
16792 2002-03-03  Aldy Hernandez  <aldyh@redhat.com>
16794         * gcc.dg/20020103-1.c: Add other -D ppc variants.
16796 2002-03-02  Nathan Sidwell  <nathan@codesourcery.com>
16798         * g++.dg/other/classkey1.C: New test.
16800 2002-03-01  Richard Henderson  <rth@redhat.com>
16802         * gcc.c-torture/compile/981223-1.x: New.
16803         * gcc.c-torture/compile/920625-1.x: New.
16805 2002-02-28  Richard Henderson  <rth@redhat.com>
16807         * g++.dg/opt/vtgc1.C: Adjust patterns for ia64.
16809 2002-02-27  Hans-Peter Nilsson  <hp@bitrange.com>
16811         * gcc.c-torture/execute/20020227-1.c: New test.
16813 2002-02-27  Mark Mitchell  <mark@codesourcery.com>
16815         * g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
16816         here" ERROR lines.
16817         * g++.old-deja/g++.oliva/partord1.C: Likewise.
16818         * g++.old-deja.g++.other/defarg1.C: Likewise.
16819         * g++.old-deja/g++.pt/calls2.C: Likewise.
16820         * g++.old-deja/g++.pt/crash20.C: Likewise.
16821         * g++.old-deja/g++.pt/crash30.C: Likewise.
16822         * g++.old-deja/g++.pt/crash36.C: Likewise.
16823         * g++.old-deja/g++.pt/crash6.C: Likewise.
16824         * g++.old-deja/g++.pt/defarg13.C: Likewise.
16825         * g++.old-deja/g++.pt/derived3.C: Likewise.
16826         * g++.old-deja/g++.pt/error1.C: Likewise.
16827         * g++.old-deja/g++.pt/friend21.C: Likewise.
16828         * g++.old-deja/g++.pt/friend23.C: Likewise.
16829         * g++.old-deja/g++.pt/infinite1.C: Likewise.
16830         * g++.old-deja/g++.robertl/eb128.C: Likewise.
16832 2002-02-27  Geoffrey Keating  <geoffk@redhat.com>
16834         * gcc.c-torture/execute/20020225-2.c: New test.
16836 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
16838         * gcc.c-torture/execute/920730-1t.c,
16839         gcc.c-torture/execute/920730-1t.x, gcc.dg/ext-glob.c:
16840         Delete test cases, only relevant to -traditional.
16842 2002-02-27  Neil Booth  <neil@daikokuya.demon.co.uk>
16844         * gcc.dg/cpp/undef1.c: Remove.
16845         * gcc.dg/cpp/directiv.c: Update.
16846         * gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.
16848 2002-02-27  Michael Meissner  <meissner@redhat.com>
16850         * gcc.c-torture/execute/20020226-1.c: New test.
16852 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
16854         * g++.dg/debug/debug4.C: New test.
16856         * gcc.dg/ia64-visibility-1.c: New test.
16858 2002-02-26  Alexandre Oliva  <aoliva@redhat.com>
16860         * gcc.dg/debug/20020224-1.c: New.
16862 2002-02-25  Kazu Hirata  <kazu@hxi.com>
16864         * gcc.c-torture/execute/960416-1.x: New.
16865         * gcc.c-torture/execute/divconst-3.x: Likewise.
16867 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
16869         * gcc.dg/20020224-1.c: New test.
16871 2002-02-25  Alan Modra  <amodra@bigpond.net.au>
16873         * gcc.c-torture/execute/20020225-1.c: New.
16875 2002-02-24  Neil Booth  <neil@daikokuya.demon.co.uk>
16877         * testsuite/gcc.dg/cpp/wchar-1.c: New test.
16879 2002-02-23  Jakub Jelinek  <jakub@redhat.com>
16881         * gcc.dg/20020222-1.c: New test.
16883 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
16885         * g++.dg/opt/anonunion1.C: New test.
16887 2002-02-22  Nathan Sidwell  <nathan@codesourcery.com>
16889         * g++.dg/template/qualttp19.C: New test.
16890         * g++.dg/template/qualttp20.C: New test.
16891         * g++.old-deja/g++.jason/report.C: Adjust expected errors
16892         * g++.old-deja/g++.other/qual1.C: Likewise.
16894 2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
16896         * gcc.dg/attr-alwaysinline.c: New.
16898 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
16900         * gcc.dg/20020220-1.c: New test.
16902         * gcc.dg/20020220-2.c: New test.
16904         * g++.dg/opt/mmx1.C: New test.
16906 2002-02-20  Alexandre Oliva  <aoliva@redhat.com>
16908         * gcc.c-torture/compile/20020110.c: New test.
16910 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
16912         * gcc.c-torture/execute/20020219-1.c: New test.
16914         * gcc.dg/20020219-1.c: New test.
16916         * gcc.dg/noncompile/20020220-1.c: New test.
16918         * g++.dg/opt/ptrintsum1.C: New test.
16920         * gcc.dg/debug/20020220-1.c: New test.
16922 2002-02-17  Jakub Jelinek  <jakub@redhat.com>
16924         * gcc.c-torture/execute/20020216-1.c: New test.
16926 2002-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
16928         * gcc.dg/decl-1.c: Update, new test.
16930 2002-02-15  Nathan Sidwell  <nathan@codesourcery.com>
16932         * g++.dg/abi/bitfield1.C: New test.
16933         * g++.dg/abi/bitfield2.C: New test.
16935 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
16937         * gcc.dg/attr-nest.c: New test.
16939 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
16941         * gcc.c-torture/execute/20020215-1.c: New test.
16943 2002-02-14  Jakub Jelinek  <jakub@redhat.com>
16945         * g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
16946         * g++.dg/debug/debug.exp: New.
16947         * g++.dg/debug/trivial.C: New.
16948         * g++.dg/debug/debug1.C: Moved...
16949         * g++.dg/other/debug1.C: ...from here.
16950         * g++.dg/debug/debug2.C: Moved...
16951         * g++.dg/other/debug2.C: ...from here.
16952         * g++.dg/debug/debug3.C: Moved...
16953         * g++.dg/other/debug3.C: ...from here.
16955         * gcc.dg/noncompile/20020213-1.c: New test.
16957 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
16959         * g++.dg/other/debug3.C: New test.
16961         * gcc.c-torture/execute/20020213-1.c: New test.
16963 2002-02-13  Richard Smith <richard@ex-parrot.com>
16965         * g++.old-deja/g++.other/thunk1.C: New test.
16967 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
16969         * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
16971 2002-02-13  Stan Shebs  <shebs@apple.com>
16973         * gcc.dg/altivec-3.c: New.
16975 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
16977         * gcc.dg/Wunreachable-1.c: New test.
16978         * gcc.dg/Wunreachable-2.c: New test.
16980 2002-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
16982         * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
16984 2002-02-12  Neil Booth  <neil@daikokuya.demon.co.uk>
16986         * gcc.dg/decl-1.c: New test.
16988 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
16990         * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
16992 2002-02-10  Kazu Hirata  <kazu@hxi.com>
16994         * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
16995         * gcc.c-torture/compile/980506-1.x: Likewise.
16997 2002-02-10  Kazu Hirata  <kazu@hxi.com>
16999         * gcc.dg/20020210-1.c: New.
17001 2002-02-09  Toon Moene  <toon@moene.indiv.nluug.nl>
17003         * g77.f-torture/execute/947.f: New regression test
17004         for PR fortran/947.
17006 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
17008         * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
17009         * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
17011 2002-02-08  Richard Henderson  <rth@redhat.com>
17013         * gcc.c-torture/compile/labels-3.c: New.
17015 2002-02-08  Jakub Jelinek  <jakub@redhat.com>
17017         * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
17018         expression statements work instead.
17019         * gcc.dg/noncompile/20020207-1.c: New test.
17021 2002-02-07  Richard Henderson  <rth@redhat.com>
17023         * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
17025 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
17027         * lib/prune.exp: Remove "In (program|subroutine"block-data)"
17028         message from g77
17029         * lib/g77-dg.exp: Trim g77 error messages so that they are
17030         recognized by dg.exp.
17032 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
17034         PR fortran/5473
17035         * g77.dg/pr5473.f: Now dg-error.  Add additional cases.
17037 2002-02-07  Richard Henderson  <rth@redhat.com>
17039         * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
17040         to be sufficiently aligned for integers.
17042 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
17044         * g++.dg/template/friend4.C: New test.
17046 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
17048         PR fortran/5743
17049         * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
17050         unsupported cases.
17052 2002-02-07  Richard Henderson  <rth@redhat.com>
17054         * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
17055         * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
17056         gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
17057         objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
17059 2002-02-06  Richard Henderson  <rth@redhat.com>
17061         * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
17063 2002-02-06  Janis Johnson  <janis187@us.ibm.com>
17065         * gcc.dg/20020206-1.c: New test.
17067 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
17069         * gcc.c-torture/execute/20020206-1.c: New test.
17071         * gcc.c-torture/execute/20020206-2.c: New test.
17073         PR optimization/5429:
17074         * gcc.c-torture/compile/20020206-1.c: New test.
17076 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
17078         * g++.dg/ext/align1.C: Do not use an explicit alignment value
17079         as certain file formats cannot support particularly large
17080         alignments.
17082         * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
17083         and do not expect to be able to link the executable.
17085         * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
17086         fail because the COFF format does not support the weak attribute.
17088 2002-02-05  David Billinghurst <David.Billinghurst@riotinto.com>
17090         * g77.dg/pr5473.f:  New test
17092 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
17094         * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
17095         Fix testcase accordingly.
17097 2002-02-04  Richard Henderson  <rth@redhat.com>
17099         * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
17100         (buf): Change to be an array of pointers, not ints.
17102 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
17104         * gcc.dg/Wswitch.c: Fix typos.  Don't return unconditionally
17105         before all tests.  Move warning one line above to match where it
17106         C frontend emits.
17107         * gcc.dg/Wswitch-2.c: New test.
17108         * g++.dg/warn/Wswitch-1.C: New test.
17109         * g++.dg/warn/Wswitch-2.C: New test.
17111 2002-02-04  Richard Henderson  <rth@redhat.com>
17113         * g++.dg/abi/offsetof.C: Fix size comparison.
17115 2002-02-04  Richard Sandiford  <rsandifo@redhat.com>
17117         * gcc.dg/cast-qual-2.c: New test.
17119 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
17121         * gcc.dg/20020201-4.c: New test.
17123 2002-02-04  Ben Elliston  <bje@redhat.com>
17125         * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
17126         target_info attribute != 0, in addition to the empty string.
17127         (gcc_target_compile): Likewise.
17129 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
17131         * gcc.dg/Wswitch.c: New test.
17132         PR gcc/4475. PR gcc/3780.
17134 2002-02-03  Toon Moene  <toon@moene.indiv.nluug.nl>
17136         * g77.f-torture/execute/5122.f: New test for regressions
17137         against PR fortran/5122.
17139 2002-02-03  David Billinghurst <David.Billinghurst@riotinto.com>
17141         * g77.f-torture/compile/pr3743.f: Delete
17142         * g77.dg/pr3743-1.f: New test.
17143         * g77.dg/pr3743-2.f: New test.
17144         * g77.dg/pr3743-3.f: New test.
17145         * g77.dg/pr3743-4.f: New test.
17147 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
17149         * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
17151 2002-02-02  Richard Henderson  <rth@redhat.com>
17153         * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
17154         * gcc.c-torture/execute/bf64-1.c: Likewise.
17156 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
17158         * gcc.dg/20020201-2.c: New test.
17160         * gcc.dg/20020201-3.c: New test.
17162         * gcc.c-torture/execute/bitfld-2.c: New test.
17164 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
17166         * gcc.dg/bitfld-1.c: Update.
17167         * gcc.dg/bitfld-2.c: Update.
17168         * gcc.c-torture/execute/bitfld-1.x: New.
17170 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
17172         * gcc.c-torture/execute/20020201-1.c: New test.
17174 2002-02-01  Janis Johnson  <janis187@us.ibm.com>
17176         PR target/5469
17177         * gcc.dg/20020201-1.c: New test.
17179 2002-02-01  David.Billinghurst <David.Billinghurst@riotinto.com>
17181         PR fortran/3743
17182         * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
17183         * g77.f-torture/compile/pr3743.x: Remove
17185 2002-01-31  Tom Rix  <trix@redhat.com>
17187         * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
17189 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
17191         * gcc.dg/noncompile/20020130-1.c: New test.
17193 2002-01-30  David Billinghurst  <David.Billinghurst@riotinto.com>
17195         * g77.dg/f77-edit-i-out.f:  Escape \. Allow \r\n and \r.
17197 2002-01-29  Richard Henderson  <rth@redhat.com>
17199         * gcc.c-torture/execute/991118-1.c: Cast various constants back
17200         to long long.
17201         * gcc.c-torture/execute/bf64-1.c: Likewise.
17203 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
17205         * gcc.c-torture/execute/20020129-1.c: New test.
17207 2002-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
17209         * gcc.c-torture/compile/20000224-1.c: Update.
17210         * gcc.c-torture/execute/bitfld-1.c: New tests.
17211         * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
17212         * gcc.dg/uninit-A.c: Update.
17214 2002-01-29  Nathan Sidwell  <nathan@codesourcery.com>
17216         * g++.dg/template/ctor1.C: Add instantiation.
17218 2002-01-28  Paul Koning  <pkoning@equallogic.com>
17220         * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
17221         argument to __builtin_prefetch to be const ptr.
17223 2002-01-28  Jakub Jelinek  <jakub@redhat.com>
17225         * gcc.c-torture/compile/20020120-1.c: New test.
17227 2002-01-27  Kazu Hirata  <kazu@hxi.com>
17229         * gcc.c-torture/execute/20020127-1.c: New test.
17231 2002-01-27  David Billinghurst  <David.Billinghurst@riotinto.com>
17233         * g77.dg/f77-edit-i-in.f: New test
17234         * g77.dg/f77-edit-i-out.f: New test
17236 2002-01-25  Geoffrey Keating  <geoffk@redhat.com>
17238         * gcc.dg/debug/debug.exp: New file.
17239         * gcc.dg/debug/trivial.c: New file.
17240         * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
17241         * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
17242         * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
17243         * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
17244         * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
17245         * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
17246         * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
17247         * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
17248         * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
17249         * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
17250         * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
17251         * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
17252         * gcc.dg/20000503-1.c: Removed.
17253         * gcc.dg/20010207-1.c: Removed.
17254         * gcc.dg/20011223-1.c: Removed.
17255         * gcc.dg/20020104-2.c: Removed.
17256         * gcc.dg/debug-1.c: Removed.
17257         * gcc.dg/debug-2.c: Removed.
17258         * gcc.dg/debug-3.c: Removed.
17259         * gcc.dg/debug-4.c: Removed.
17260         * gcc.dg/debug-5.c: Removed.
17261         * gcc.dg/debug-6.c: Removed.
17262         * gcc.dg/dwarf2-1.c: Removed.
17263         * gcc.dg/dwarf2-2.c: Removed.
17265 2002-01-25  Jakub Jelinek  <jakub@redhat.com>
17267         * g++.old-deja/g++.other/eh5.C: New test.
17268         * g++.old-deja/g++.other/sibcall2.C: New test.
17269         * g++.old-deja/g++.other/array9.C: New test.
17270         * g++.old-deja/g++.other/typename2.C: New test.
17271         * g++.old-deja/g++.other/crash60.C: New test.
17272         * g++.old-deja/g++.other/conv9.C: New test.
17273         * g++.old-deja/g++.other/mangle10.C: New test.
17274         * g++.old-deja/g++.other/unchanging1.C: New test.
17275         * g++.old-deja/g++.other/exprstmt1.C: New test.
17276         * g++.old-deja/g++.other/inline23.C: New test.
17277         * g++.old-deja/g++.eh/ia64-1.C: New test.
17278         * g++.old-deja/g++.other/dwarf2-1.C: New test.
17279         * g++.old-deja/g++.other/reload1.C: New test.
17280         * g++.old-deja/g++.other/static20.C: New test.
17281         * g++.old-deja/g++.other/local-alloc1.C: New test.
17282         * g++.old-deja/g++.other/conv8.C: New test.
17283         * g++.old-deja/g++.other/stmtexpr2.C: New test.
17284         * g++.old-deja/g++.other/storeexpr1.C: New test.
17285         * g++.old-deja/g++.other/storeexpr2.C: New test.
17286         * g++.dg/eh/template2.C: New test.
17287         * g++.dg/warn/weak1.C: New test.
17289 2002-01-25  Hans-Peter Nilsson  <hp@bitrange.com>
17291         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
17292         Remove first, non-varying, argument.
17294 2002-01-23  Richard Henderson  <rth@redhat.com>
17296         * gcc.dg/inline-2.c: New.
17298         * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
17299         Add optional target arg.  Check number of arguments.
17300         (scan-assembler-not, scan-assembler-dem): Likewise.
17301         (scan-assembler-dem-not): Likewise.
17303 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
17305         * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
17306         line 12.
17307         * g++.old-deja/g++.brendan/parse3.C,
17308         g++.old-deja/g++.other/crash26.C,
17309         g++.old-deja/g++.other/crash28.C,
17310         g++.old-deja/g++.other/crash29.C,
17311         g++.old-deja/g++.other/crash30.C,
17312         g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
17314 2002-01-23  Aldy Hernandez  <aldyh@redhat.com>
17316         * gcc.dg/20020115-1.c: New.
17318 2002-01-23  Bob Wilson  <bob.wilson@acm.org>
17320         * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
17322 2002-01-23  Janis Johnson  <janis187@us.ibm.com>
17324         * gcc.dg/20020122-3.c: New.
17326 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
17328         * g++.dg/other/gc1.C: New test.
17330 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
17332         * gcc.dg/c99-intconst-1.c: Mark XFAIL.
17334 2002-01-22  Richard Henderson  <rth@redhat.com>
17336         * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
17338 2002-01-22  Richard Henderson  <rth@redhat.com>
17340         * gcc.dg/20020122-4.c: New.
17342 2002-01-22  H.J. Lu <hjl@gnu.org>
17344         * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
17345         link output.
17346         * gcc.dg/special/ecos.exp: Likewise.
17347         * lib/g++-dg.exp: Likewise.
17348         * lib/g77-dg.exp: Likewise.
17349         * lib/gcc-dg.exp : Likewise.
17350         * lib/mike-g++.exp: Likewise.
17351         * lib/mike-g77.exp: Likewise.
17352         * lib/mike-gcc.exp: Likewise.
17353         * lib/objc-dg.exp: Likewise.
17355 2002-01-22  Janis Johnson  <janis187@us.ibm.com>
17357         PR target/5379
17358         * gcc.dg/20020122-2.c: New test.
17360 2002-01-22  Hans-Peter Nilsson  <hp@axis.com>
17362         * gcc.dg/20020122-1.c: New test.
17364 2001-01-22  David.Billinghurst <David.Billinghurst@riotinto.com>
17366         * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
17368 2002-01-22  David Billinghurst <David.Billinghurst@riotinto.com>
17370         * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
17372 2002-01-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17374         * gcc.c-torture/compile/20020121-1.c: New test.
17376 2002-01-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
17378         * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
17379         ld_library_path.
17381 2002-01-21  Jakub Jelinek  <jakub@redhat.com>
17383         * gcc.dg/20020218-1.c: New test.
17385 2002-01-21  David.Billinghurst <David.Billinghurst@riotinto.com>
17387         * lib/prune.exp (prune_gcc_output): Prune "At global scope"
17388         messages
17389         * g++.dg/other/deprecated.C: Remove dg-bogus comment for
17390         "At global scope" warning
17391         * g++.dg/ext/align1.C: Change cygwin test for alignment
17392         from db-bogus to dg-warning
17394 2002-01-21  Zack Weinberg  <zack@codesourcery.com>
17396         * g77.f-torture/compile/cpp2.F: New test.
17398 2002-01-19  Nathan Sidwell  <nathan@codesourcery.com>
17400         * g++.dg/template/access1.C: New test.
17402 2002-01-18  Aldy Hernandez  <aldyh@redhat.com>
17404         * gcc.dg/20020118-1.c: New.
17406 2002-01-18  Kazu Hirata  <kazu@hxi.com>
17408         * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
17410 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
17412         * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
17413         * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
17414         alignment warnings.
17416 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
17418         * gcc.misc-tests/i386-prefetch.exp: Save and restore
17419         torture_with_loops and torture_without_loops
17421 2002-01-17  Jakub Jelinek  <jakub@redhat.com>
17423         * gcc.c-torture/compile/20020116-1.c: New test.
17425 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
17427         * gcc.dg/20020116-2.c: New test.
17429         * gcc.dg/ultrasp4.c: New test.
17431         * gcc.dg/20020116-1.c: New test.
17433 2002-01-15  Geoffrey Keating  <geoffk@redhat.com>
17435         * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
17436         by EABI.
17438 2002-01-15  Janis Johnson  <janis187@us.ibm.com>
17440         * gcc.misc-tests/i386-prefetch.exp: New.
17441         * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
17442         * gcc.misc-tests/i386-pf-athlon-1.c: New test.
17443         * gcc.misc-tests/i386-pf-none-1.c: New test.
17444         * gcc.misc-tests/i386-pf-sse-1.c: New test.
17446 2002-01-15  Jakub Jelinek  <jakub@redhat.com>
17448         * gcc.dg/gnu89-init-1.c: Add new tests.
17450 2002-01-15  Andreas Jaeger  <aj@suse.de>
17452         * gcc.dg/i386-mmx-1.c: Also run on x86-64.
17453         * gcc.dg/i386-mmx-2.c: Likewise.
17454         * gcc.dg/i386-sse-1.c: Likewise.
17455         * gcc.dg/i386-sse-2.c: Likewise.
17456         * gcc.dg/i386-sse-3.c: Likewise.
17458 2001-01-14  David Billinghurst <David.Billinghurst@riotinto.com>
17460         * g77.f-torture/execute/intrinsic-unix-bessel.f:
17461         Uncomment additional cases that now pass.
17463 2002-01-11  Richard Henderson  <rth@redhat.com>
17465         * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
17466         * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
17468 2002-01-11  Nicola Pero  <n.pero@mi.flashnet.it>
17470         * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
17472 2002-01-10  Aldy Hernandez  <aldyh@redhat.com>
17474         * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
17475         lvx, stvx, stvebx, stvehx, stvewx, stvxl.
17477 2002-01-10  Dale Johannesen  <dalej@apple.com>
17479         * gcc.c-torture/execute/loop-11.c: New.
17481 2002-01-08  Aldy Hernandez  <aldyh@redhat.com>
17483         * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
17484         dss, lvsl, lvsr, dstt, dstst, dststt, dst.
17486 2002-01-09  Richard Henderson  <rth@redhat.com>
17488         * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
17489         type in which to perform the operation for each size.
17491 2002-01-09  Alan Matsuoka  (alanm@redhat.com)
17493         * gcc.c-torture/compile/20020109-2.c: New test.
17495 2002-01-09  Gwenole Beauchesne  <bgeauchesne@mandrakesoft.com>
17497         * gcc.c-torture/execute/loop-10.c: New test.
17499 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
17501         * gcc.c-torture/compile/20010226-1.c: New test.
17502         * gcc.c-torture/compile/20010227-1.c: New test.
17503         * gcc.c-torture/compile/20010426-1.c: New test.
17504         * gcc.c-torture/compile/20010510-1.c: New test.
17505         * gcc.c-torture/compile/20010605-3.c: New test.
17506         * gcc.c-torture/compile/20010824-1.c: New test.
17507         * gcc.c-torture/execute/20010409-1.c: New test.
17508         * gcc.dg/noncompile/20000901-1.c: New test.
17509         * gcc.dg/20001023-1.c: New test.
17510         * gcc.dg/20001101-1.c: New test.
17511         * gcc.dg/20001102-1.c: New test.
17512         * gcc.dg/20010207-1.c: New test.
17513         * gcc.dg/20010405-1.c: New test.
17514         * gcc.dg/20010822-1.c: New test.
17515         * gcc.dg/20011107-1.c: New test.
17517 2002-01-09  Jeffrey A Law  (law@redhat.com)
17519         * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
17521         * gcc.c-torture/execute/strct-stdarg-1.x: New file.  Expect
17522         execution failure on PA targets.
17524 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
17526         * gcc.c-torture/compile/20020109-1.c: New test.
17528 2002-01-08  Kazu Hirata  <kazu@hxi.com>
17530         * gcc.c-torture/execute/20020108-1.c: New test.
17532 2002-01-08  Jakub Jelinek  <jakub@redhat.com>
17534         * gcc.dg/20020108-1.c: New test.
17536 2002-01-08  H.J. Lu <hjl@gnu.org>
17538         * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
17539         for header files.
17541 2002-01-08  Geoff Keating  <geoffk@redhat.com>
17543         * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
17544         consistency.
17546 002-01-07  Aldy Hernandez  <aldyh@redhat.com>
17548         * gcc.dg/altivec-4.c: Test altivec predicates.
17550 2002-01-07  Jakub Jelinek  <jakub@redhat.com>
17552         * gcc.c-torture/execute/20020107-1.c: New test.
17554 2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>
17556         PR c/5279
17557         * gcc.c-torture/compile/20020106-1.c: New test.
17559 2002-01-05  Hans-Peter Nilsson  <hp@bitrange.com>
17561         * gcc.c-torture/execute/nestfunc-4.c: New test.
17563 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
17565         * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
17566         extra triple that slipped in.
17567         * g++.old-deja/g++.abi/align.C: Likewise.
17568         * g++.old-deja/g++.abi/bitfields.C: Likewise.
17570 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
17572         * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
17573         * g++.old-deja/g++.abi/align.C: Likewise.
17574         * g++.old-deja/g++.abi/bitfields.C: Likewise.
17576         * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
17577         on FreeBSD/i386.
17578         * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
17579         FreeBSD.
17581 2002-01-04  Jakub Jelinek  <jakub@redhat.com>
17583         * gcc.dg/20020104-1.c: New test.
17585         * gcc.dg/20020104-2.c: New test.
17587 2002-01-04  Hans-Peter Nilsson  <hp@bitrange.com>
17589         * gcc.dg/20020103-1.c: Fix typo in target selector.
17591 2002-01-03  Richard Henderson  <rth@redhat.com>
17593         * gcc.dg/20020103-1.c: New.
17595 2002-01-03  Kazu Hirata  <kazu@hxi.com>
17597         * gcc.c-torture/execute/20020103-1.c: New test.
17599 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
17601         * g++.dg/other/debug2.C: New test.
17603         * gcc.c-torture/compile/20020103-1.c: New test.
17605 2002-01-02  Jakub Jelinek  <jakub@redhat.com>
17607         * gcc.dg/gnu89-init-1.c: Added new tests.
17609 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
17611         * g++.dg/template/friend2.C: Remove as patch is reverted.
17613         * g++.dg/warn/oldcast1.C: New test.
17615         * g++.dg/template/ptrmem1.C: New test.
17616         * g++.dg/template/ptrmem2.C: New test.
17618         * g++.dg/template/ntp.C: New test.
17620         * g++.dg/other/component1.C: New test.
17622         * g++.dg/template/ttp3.C: New test.
17624         * g++.dg/template/friend2.C: New test.
17625         * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
17627 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
17629         * g++.dg/other/ptrmem1.C: New test.
17630         * g++.dg/other/ptrmem2.C: New test.
17632 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
17634         * g++.dg/template/ctor1.C: New test.
17636 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
17638         * g++.dg/template/friend2.C: New test.
17640 2002-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
17642         * gcc.dg/mmix-1.c: New test.
17644 2001-12-31  Richard Henderson  <rth@redhat.com>
17646         * gcc.dg/asm-5.c: New.
17648 2001-12-31  Paolo Carlini  <pcarlini@unitus.it>
17650         * g++.old-deja/g++.robertl/eb130.C: hash_set is now
17651         in namespace __gnu_cxx
17653 2001-12-30  Richard Henderson  <rth@redhat.com>
17655         * gcc.dg/debug-6.c: New.
17657 2001-12-30  Jakub Jelinek  <jakub@redhat.com>
17659         * gcc.c-torture/compile/20011229-2.c: New test.
17661 2001-12-29  Jakub Jelinek  <jakub@redhat.com>
17663         * gcc.dg/debug-3.c: New test.
17664         * gcc.dg/debug-4.c: New test.
17665         * gcc.dg/debug-5.c: New test.
17667 2001-12-29  Richard Henderson  <rth@redhat.com>
17669         * g++.dg/eh/loop1.C: New.
17671 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
17673         * g++.dg/template/crash1.C: New test.
17675 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
17677         * g++.dg/other/const1.C: New test.
17679 2001-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
17681         * gcc.c-torture/compile/20011229-1.c: New test.
17683 2001-12-28  Stan Shebs  <shebs@apple.com>
17685         * lib/objc-torture.exp: Resync with c-torture.exp.
17686         * lib/objc.exp: Load standard libraries.
17688 2001-12-28  Jakub Jelinek  <jakub@redhat.com>
17690         * gcc.dg/gnu89-init-1.c: Adjust for the new behavior, add some
17691         additional tests.
17693 2001-12-27  Roger Sayle <roger@eyesopen.com>
17695         * gcc.c-torture/execute/string-opt-16.c: New testcase.
17697 2001-12-27  Richard Henderson  <rth@redhat.com>
17699         * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
17701 2001-12-26  Nathan Sidwell  <nathan@codesourcery.com>
17703         * g++.dg/eh/ctor1.C: New test.
17704         * g++.dg/other/error2.C: New test.
17706 2001-12-24  Nathan Sidwell  <nathan@codesourcery.com>
17708         * g++.dg/other/init2.C: New test.
17710 2001-12-24  Richard Henderson  <rth@redhat.com>
17712         * gcc.dg/20011223-1.c: New.
17713         * gcc.dg/inline-1.c: New.
17715 2001-12-23  Richard Henderson  <rth@redhat.com>
17717         * gcc.dg/asm-4.c: Test operand modifiers.
17719 2001-12-23  Richard Henderson  <rth@redhat.com>
17721         * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
17723 2001-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
17725         * gcc.c-torture/execute/20011223-1.c: New test.
17727 2001-12-21  Richard Henderson  <rth@redhat.com>
17729         * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
17730         re-enables the warning.
17732 2001-12-21  Richard Henderson  <rth@redhat.com>
17734         * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
17736 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
17738         * gcc.c-torture/compile/20011218-1.c: New test.
17740 2001-12-20  Nick Clifton  <nickc@cambridge.redhat.com>
17742         * gcc.misc-test/arm-isr.exp: New file.  Control running of the
17743         arm-isr.c test.
17744         * gcc.misc-tests/arm-isr.c: New file.  Test prologue and
17745         epilogue generation for ARM ISR routines.
17747 2001-12-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17749         * gcc.dg/format/builtin-1.c: Test unlocked stdio.
17750         * gcc.dg/format/c90-printf-3.c: Likewise.
17751         * gcc.dg/format/c99-printf-3.c: Likewise.
17752         * gcc.dg/format/ext-1.c: Likewise.
17753         * gcc.dg/format/ext-6.c: Likewise.
17754         * gcc.dg/format/format.h: Prototype unlocked stdio.
17756 2001-12-20  Richard Henderson  <rth@redhat.com>
17758         * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
17759         (arena): Use it.
17760         (malloc): Correct allocation logic.  Abort if we fill up the
17761         arena before initialization complete.
17762         (realloc): Correct allocation logic.
17764 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
17766         * gcc.c-torture/compile/20011219-2.c: New test.
17768         * gcc.c-torture/execute/20011219-1.c: New test.
17770 2001-12-19  David Billinghurst <David.Billinghurst@riotinto.com>
17772         * gcc.dg/special/ecos.exp:  wkali-1.c unsupported if
17773         target does not support weak symbols.
17775 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
17777         * gcc.c-torture/compile/20011219-1.c: New test.
17779 2001-12-19  Nathan Sidwell  <nathan@codesourcery.com>
17781         * g++.dg/other/error1.C: New test.
17783 2001-12-17  Jeffrey A Law  (law@redhat.com)
17785         * gcc.c-torture/execute/20011217-1.c: New test.
17787 2001-12-17  Nicola Pero  <nicola@brainstorm.co.uk>
17789         * objc.dg/special/: New directory.
17790         * objc.dg/special/special.exp: New file.
17791         * objc.dg/special/unclaimed-category-1.h: New file.
17792         * objc.dg/special/unclaimed-category-1a.m: New file.
17793         * objc.dg/special/unclaimed-category-1.m: New file.
17795 2001-12-17  Andreas Jaeger  <aj@suse.de>
17797         * gcc.c-torture/compile/20011217-2.c: New test.
17799 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
17801         * gcc.c-torture/compile/20011217-1.c: New test.
17803 2001-12-14  Aldy Hernandez  <aldyh@redhat.com>
17805         * testsuite/gcc.dg/20011214-1.c: New.
17807 2001-12-13  Aldy Hernandez  <aldyh@redhat.com>
17809         * gcc.dg/altivec-4.c: New.
17811 2001-12-13  Hans-Peter Nilsson  <hp@axis.com>
17813         * gcc.dg/20011113-1.c: New test.
17815 2001-12-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
17817         * g++.old-deja/g++.jason/template31.C: Remove templates for classes
17818         std::__malloc_alloc_template<0> and
17819         std::__default_alloc_template<false, 0>.
17821 2001-12-13  Nicola Pero  <n.pero@mi.flashnet.it>
17823         * objc/execute/bf-21.m: New test.
17824         * objc/execute/enumeration-1.m: New test.
17825         * objc/execute/enumeration-2.m: New test.
17827 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
17829         * gcc.dg/gnu89-init-1.c: New test.
17831 2001-12-12  Nathan Sidwell  <nathan@codesourcery.com>
17833         * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
17834         * g++.old-deja/g++.jason/2371.C: Likewise.
17835         * g++.old-deja/g++.jason/template33.C: Likewise.
17836         * g++.old-deja/g++.jason/template34.C: Likewise.
17837         * g++.old-deja/g++.jason/template36.C: Likewise.
17838         * g++.old-deja/g++.oliva/typename1.C: Likewise.
17839         * g++.old-deja/g++.oliva/typename2.C: Likewise.
17840         * g++.old-deja/g++.other/typename1.C: Likewise.
17841         * g++.old-deja/g++.pt/inherit2.C: Likewise.
17842         * g++.old-deja/g++.pt/nontype5.C: Likewise.
17843         * g++.old-deja/g++.pt/typename11.C: Likewise.
17844         * g++.old-deja/g++.pt/typename14.C: Likewise.
17845         * g++.old-deja/g++.pt/typename16.C: Likewise.
17846         * g++.old-deja/g++.pt/typename3.C: Likewise.
17847         * g++.old-deja/g++.pt/typename4.C: Likewise.
17848         * g++.old-deja/g++.pt/typename5.C: Likewise.
17849         * g++.old-deja/g++.pt/typename7.C: Likewise.
17850         * g++.old-deja/g++.robertl/eb9.C: Likewise.
17852 2001-12-11  Nathan Sidwell  <nathan@codesourcery.com>
17854         * g++.dg/other/linkage1.C: New test.
17855         * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
17856         specifiers.
17858 2001-12-11  Neil Booth  <neil@daikokuya.demon.co.uk>
17860         * gcc.dg/concat.c: New test.
17862 2001-12-11  Stan Shebs  <shebs@apple.com>
17864         * objc/compile: New test directory.
17865         * objc/compile/compile.exp: New expect script.
17866         * objc/compile/20011211-1.m: New compile test.
17868 2001-12-11  Jason Merrill  <jason@redhat.com>
17870         * lib/prune.exp (prune_gcc_output): Also handle "In member
17871         function".  So many permutations...
17873 2001-12-10  Nathan Sidwell  <nathan@codesourcery.com>
17875         * g++.dg/template/typedef1.C: New test.
17877 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
17879         * g++.dg/other/copy1.C: New test.
17881 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
17883         * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
17885         * gcc.dg/builtin-choose-expr.c: New.
17887 2001-12-07  Aldy Hernandez  <aldyh@redhat.com>
17889         * gcc.dg/altivec-2.c: New.
17891 2001-12-07  Richard Henderson  <rth@redhat.com>
17893         * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
17895 2001-12-07  Stephane Carrez  <Stephane.Carrez@sun.com>
17897         * gcc.dg/sparc-ret.c: New file, test return corruption bug for
17898         ultrasparc.
17900 2001-12-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
17902         * g++-old.deja/g++.robertl/eb101.C: Deleted.
17904 2001-12-06  Janis Johnson  <janis187@us.ibm.com>
17906         * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
17907         variable argument list.
17909 2001-12-06  Zack Weinberg  <zack@codesourcery.com>
17911         * gcc.c-torture/execute/memcheck: Delete entire directory.
17912         (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
17913         t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
17915 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
17917         * gcc.dg/Wshadow-1.c: New test.
17919 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
17921         * gcc.c-torture/compile/20011130-1.c: New test.
17923         * gcc.dg/noncompile/20011025-1.c: New test.
17925         * g++.dg/other/anon-union.C: New test.
17927         * gcc.c-torture/execute/20011024-1.c: New test.
17929 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
17931         * gcc.c-torture/execute/20000722-1.x,
17932         gcc.c-torture/execute/20010123-1.x: Remove.
17933         * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
17934         * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
17935         gcc.dg/c99-complit-2.c: New tests.
17937 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
17939         * g++.dg/inherit/base1.C: New test.
17941 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
17943         * g++.dg/other/stdarg1.C: New test.
17945         * gcc.c-torture/compile/20011130-2.c: New test.
17947 2001-12-03  Janis Johnson  <janis187@us.ibm.com>
17949         * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
17950         * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
17951         * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
17952         * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
17953         * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
17954         * gcc.dg/builtin-prefetch-1.c: New test.
17956 2001-12-03  Jakub Jelinek  <jakub@redhat.com>
17958         * gcc.dg/20011130-1.c: New test.
17960 2001-12-03  Nathan Sidwell  <nathan@codesourcery.com>
17962         * g++.dg/other/scope1.C: New test.
17963         * g++.dg/template/explicit-instantiation.C: Remove XFAIL
17965 2001-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
17967         * gcc.dg/vla-init-1.c: New test.
17969 2001-12-01  Geoff Keating  <geoffk@redhat.com>
17971         * gcc.c-torture/compile/structs.c: New testcase from GDB.
17973 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
17975         * objc.dg/alias.m: Update.
17976         * objc.dg/class-1.m: Update.
17977         * objc.dg/const-str-1.m: Update.
17978         * objc.dg/fwd-proto-1.m: Update.
17979         * objc.dg/id-1.m: Update.
17980         * objc.dg/super-class-1.m: Update.
17982 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
17984         * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
17985         constructs.
17987 2001-11-28  Jeffrey A Law  (law@cygnus.com)
17989         * gcc.c-torture/execute/20011128-1.c: New test.
17991 2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
17993         * gcc.dg/20011127-1.c: New test.
17995 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
17997         * gcc.dg/format/strfmon-1.c: Update comments.  Adjust examples
17998         from Austin Group draft 7.
17999         * gcc.dg/format/xopen-1.c: Update comments.  Add tests for gaps in
18000         scanf format arguments.
18001         * gcc.dg/format/no-exargs-2.c: New test.
18003 2001-11-25  Nathan Sidwell  <nathan@codesourcery.com>
18005         * g++.dg/abi/vbase8-4.C: New test.
18007 2001-11-24  Ian Lance Taylor  <ian@airs.com>
18009         * gcc.c-torture/execute/20011121-1.c: New test.
18011 2001-11-23  Jeffrey A Law  (law@cygnus.com)
18013         * gcc.c-torture/execute/ieee/20011123-1.c: New test.
18015 2001-11-23  Andreas Jaeger  <aj@suse.de>
18017         * gcc.dg/cpp/charconst-2.c: New test.
18019 2001-11-22  Geoffrey Keating  <geoffk@redhat.com>
18021         * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
18022         to the host if it is remote.  Let tests specify extra headers
18023         they use.
18024         * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
18025         * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
18026         * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
18027         * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
18028         * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
18029         * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
18030         * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
18031         * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
18032         * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
18033         * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
18035 2001-11-22  Nick Clifton  <nickc@cambridge.redhat.com>
18037         * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
18038         for little endian ARMs.
18040 2001-11-20  Jakub Jelinek  <jakub@redhat.com>
18042         * gcc.c-torture/compile/20011119-1.c: New test.
18043         * gcc.c-torture/compile/20011119-2.c: New test.
18045 2001-11-17  Aldy Hernandez  <aldyh@redhat.com>
18047         * gcc.dg/altivec-1.c: Fix typo.
18049 2001-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
18051         * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
18053 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
18055         * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
18057 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
18059         * lib/g77.exp: Don't specify --rpath-link.
18061         * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
18062         across all the headers.
18063         * gcc.dg/format/format.exp: For testing on a remote host,
18064         copy format.h.
18066         * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
18067         * gcc.c-torture/execute/930406-1.c: Likewise.
18068         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
18070 2001-11-19  Aldy Hernandez  <aldyh@redhat.com>
18072         * gcc.dg/altivec-1.c: New.
18074 2001-11-19  Neil Booth  <neil@daikokuya.demon.co.uk>
18076         * gcc.dg/cpp/fpreprocessed.c: New test case.
18078 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
18080         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
18081         gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
18082         * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
18084 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
18086         * gcc.dg/no-builtin-1.c: New test.
18088 2001-11-16  Jakub Jelinek  <jakub@redhat.com>
18090         * gcc.c-torture/execute/20011115-1.c: New test.
18092 2001-11-15  Jakub Jelinek  <jakub@redhat.com>
18094         * gcc.c-torture/compile/20011114-2.c: New test.
18095         * gcc.c-torture/compile/20011114-3.c: New test.
18096         * gcc.c-torture/compile/20011114-4.c: New test.
18098 2001-11-15  Nathan Sidwell  <nathan@codesourcery.com>
18100         * g++.dg/other/init1.C: New test.
18102 2001-11-14  Geoffrey Keating  <geoffk@redhat.com>
18104         * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
18105         message.
18107         * gcc.c-torture/execute/20011114-1.c: New testcase.
18109         * gcc.c-torture/compile/20010327-1.c: Revert last change.
18110         * gcc.c-torture/compile/20011114-1.c: New test, exactly
18111         like the (before this change) version of 20010327-1.c.
18113 2001-11-14  Roger Sayle <roger@eyesopen.com>
18115         * gcc.c-torture/execute/string-opt-13.c: New testcase.
18117 2001-11-14  Richard Sandiford  <rsandifo@redhat.com>
18119         * g++.dg/init/array2.C: New test.
18121 2001-11-14  Alexandre Oliva  <aoliva@redhat.com>
18123         * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
18125 2001-11-13  Nathan Sidwell  <nathan@codesourcery.com>
18127         * g++.dg/other/forscope1.C: New test.
18128         * g++.dg/ext/forscope1.C: New test.
18129         * g++.dg/ext/forscope2.C: New test.
18131 2001-11-13  Jakub Jelinek  <jakub@redhat.com>
18133         * gcc.c-torture/execute/20011113-1.c: New test.
18135 2001-11-09  Geoffrey Keating  <geoffk@redhat.com>
18137         * gcc.c-torture/execute/20011109-2.c: New test.
18139         * gcc.c-torture/execute/20011109-1.c: New test.
18141 2001-11-09  Jakub Jelinek  <jakub@redhat.com>
18143         * gcc.c-torture/compile/20011109-1.c: New test.
18145 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
18147         * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
18148         * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
18149         * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
18150         * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
18151         * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
18152         * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
18153         * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
18155 2001-11-08  Neil Booth  <neil@daikokuya.demon.co.uk>
18157         * g++.dg/warn/Wshadow-1.C: New tests.
18158         * g++.old-deja/g++.mike/for3.C: Update.
18160 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
18162         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
18163         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
18164         XFAILs.  Adjust expected error texts.
18165         * gcc.c-torture/compile/20011106-1.c,
18166         gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
18167         gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
18168         gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
18169         gcc.dg/c99-array-lval-5.c: New tests.
18171 2001-11-05  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
18173         * gcc.dg/cpp/defined.c: Update.
18175 2001-11-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
18177         * gcc.c-torture/execute/anon-1.c: New test.
18179 2001-11-03  Geoffrey Keating  <geoffk@redhat.com>
18181         * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
18182         same size, so no warning should be produced on stormy16.
18184         * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
18185         due to oversized array.
18186         * g++.old-deja/g++.mike/ns15.C: Likewise.
18187         * g++.old-deja/g++.pt/crash16.C: Likewise.
18189 2001-11-02  Graham Stott  <grahams@redhat.com>
18191         * g++.dgother/debug1.C: Fix typos.
18193 2001-11-01  Jakub Jelinek  <jakub@redhat.com>
18195         * g++.dg/other/debug1.C: New test.
18197 2001-11-01  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
18199         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
18200         of unsigned long.
18202 2001-10-30  Jakub Jelinek  <jakub@redhat.com>
18204         * gcc.dg/20011029-2.c: New test.
18206         * gcc.c-torture/compile/20011029-1.c: New test.
18208 2001-10-29  Nicola Pero  <n.pero@mi.flashnet.it>
18210         * objc/execute/class_self-1.m: New test.
18211         * objc/execute/class_self-2.m: New test.
18213 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
18215         * gcc.misc-tests/msgs.exp: Delete.
18216         * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
18217         * gcc.misc-tests/m-un-2.c: Move to gcc.dg.  Update expected
18218         error set to match recent changes.
18220 2001-10-24  Zack Weinberg  <zack@codesourcery.com>
18222         * gcc.dg/20011021-1.c: New test.
18224 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
18226         * gcc.c-torture/compile/20011023-1.c: New test.
18228 2001-10-23  Geoffrey Keating  <geoffk@redhat.com>
18230         * lib/g77.exp: Rewrite based on lib/g++.exp.
18232 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
18234         * gcc.c-torture/execute/20011019-1.c: New test.
18236         * gcc.dg/20011018-1.c: New test.
18238 2001-10-19  NIIBE Yutaka  <gniibe@m17n.org>
18240         * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
18242 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
18244         * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
18245         * gcc.dg/attr-invalid.c: Likewise.
18247 2001-10-18  Jakub Jelinek  <jakub@redhat.com>
18249         * testsuite/gcc.dg/20011015-1.c: New test.
18251 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
18253         * g++.dg/template/unify2.C: New test.
18255 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
18257         * g++.dg/other/exception-specification.C: New test
18259 2001-10-13  Tom Rix  <trix@redhat.com>
18261         * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
18262         * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
18264 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
18266         * testsuite/gcc.dg/20011009-1.c: New test.
18268 2001-10-12  Nathan Sidwell  <nathan@codesourcery.com>
18270         PR g++/4476
18271         * g++.dg/other/friend1.C: New test.
18273 2001-10-11  Richard Henderson  <rth@redhat.com>
18275         * g++.old-deja/g++.other/crash18.C: Add -S to options.
18277 2001-10-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
18279         * gcc.c-torture/compile/20011010-1.c: New.
18281 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
18283         * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
18284         g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
18285         g77.f-torture/execute/execute.exp,
18286         g77.f-torture/noncompile/noncompile.exp,
18287         gcc.c-torture/compile/compile.exp,
18288         gcc.c-torture/execute/execute.exp,
18289         gcc.c-torture/execute/ieee/ieee.exp,
18290         gcc.c-torture/execute/memcheck/memcheck.exp,
18291         gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
18292         objc/execute/execute.exp: Update FSF address.
18294 2001-10-09  Neil Booth  <neil@daikokuya.demon.co.uk>
18296         * gcc.dg/cpp/cmdlne-C.c: Update.
18297         * gcc.dg/cpp/cmdlne-C2.c: New.
18299 2001-10-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
18301         * gcc.c-torture/execute/20011008-3.c: New.
18303 2001-10-08  DJ Delorie  <dj@redhat.com>
18305         * gcc.dg/20011008-1.c: New.
18306         * gcc.dg/20011008-2.c: New.
18308 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
18310         * gcc.dg/cpp/spacing1.c: Update test.
18312 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
18314         * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
18315         spelling errors of "separate" as "seperate".
18317 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
18319         * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
18320         enough to avoid inlining.
18322 2001-10-04  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
18324         * lib/g77.exp: set libg2c_dir correctly.
18326 2001-10-02  Neil Booth  <neil@daikokuya.demon.co.uk>
18328         * gcc.dg/cpp/macro11.c: New test.
18330 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
18332         * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
18333         gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
18334         gcc.dg/format/multattr-3.c: New tests.
18335         * gcc.dg/format/attr-3.c: Update expected error texts.  Remove
18336         tests for format attributes on function pointers being rejected.
18338 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
18340         * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
18342 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
18344         * g++.dg/warn/format1.C: New test.
18346 2001-10-01  Neil Booth  <neil@daikokuya.demon.co.uk>
18348         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
18350 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
18352         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
18354 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
18356         * gcc.dg/cpp/redef2.c: Add test.
18358 2001-09-27  Geoffrey Keating  <geoffk@redhat.com>
18360         * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
18361         long-standing bug on i686, apparently.
18362         * gcc.c-torture/execute/loop-2c.x: New file.
18363         * gcc.c-torture/execute/loop-2d.x: New file.
18364         * gcc.c-torture/execute/loop-3c.x: New file.
18366 2001-09-25  Neil Booth  <neil@daikokuya.demon.co.uk>
18368         * gcc.dg/cpp/20000625-2.c: Correct line number.
18370 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
18372         * gcc.dg/cpp/macro10.c: New test.
18373         * gcc.dg/cpp/strify3.c: New test.
18374         * gcc.dg/cpp/spacing1.c: Add tests.
18375         * gcc.dg/cpp/19990703-1.c: Remove bogus test.
18376         * gcc.dg/cpp/20000625-2.c: Fudge to pass.
18378 2001-09-24  DJ Delorie  <dj@redhat.com>
18380         * gcc.c-torture/execute/20010924-1.c: New test.
18382 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
18384         * testsuite/objc/execute/paste.m: Remove.
18386 2001-09-22  Joseph S. Myers  <jsm28@cam.ac.uk>
18388         * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
18390 2001-09-22  George Helffrich  <george@geo.titech.ac.jp>
18392         * g77.dg/strlen0.f: New test.
18394 2001-09-21  Richard Henderson  <rth@redhat.com>
18396         * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
18397         * g++.old-deja/g++.abi/vtable2.C: Likewise.
18399 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
18401         Table-driven attributes.
18402         * g++.dg/ext/attrib1.C: New test.
18404 2001-09-20  DJ Delorie  <dj@redhat.com>
18406         * gcc.dg/20000926-1.c: Update expected warning messages.
18407         * gcc.dg/array-2.c: Likewise, and test for warnings too.
18408         * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
18409         array.
18411 2001-09-18  Richard Sandiford  <rsandifo@redhat.com>
18413         * g++.dg/eh/registers1.C: New test case.
18415 2001-09-17  Richard Henderson  <rth@redhat.com>
18417         * gcc.dg/array-5.c: Fix VLA decomposition test.
18419 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
18421         * gcc.dg/cpp/line5.c: New testcase.
18423 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
18425         * gcc.dg/cpp/macro9.c: New test.
18427 2001-09-15  Aldy Hernandez  <aldyh@redhat.com>
18429         * gcc.c-torture/execute/980223.c: Change type of addr from long
18430         to char *.
18432 2001-09-15  Hans-Peter Nilsson  <hp@axis.com>
18434         * gcc.c-torture/execute/20010915-1.c: New test.
18436 2001-09-14  Janis Johnson  <janis187@us.ibm.com>
18438         * g77.dg/bprob: New directory.
18439         * g77.dg/bprob/bprob.exp: New file.
18440         * g77.dg/bprob/bprob-1.f: New test.
18441         * g77.dg/gcov: New directory.
18442         * g77.dg/gcov/gcov.exp: New file.
18443         * g77.dg/gcov/gcov-1.f: New test.
18444         * g77.dg/gcov/gcov-1.x: New file.
18446 2001-09-13  Neil Booth  <neil@daikokuya.demon.co.uk>
18448         * gcc.dg/cpp/directiv.c: Update.
18449         * gcc.dg/cpp/undef1.c: Update.
18451 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
18453         * gcc.dg/20010912-1.c: New test.
18455 2001-09-11  Janis Johnson  <janis187@us.ibm.com>
18457         * gcc.misc-tests/gcov.exp: Move almost everything to a new,
18458         language-independent file in lib.
18459         * lib/gcov.exp: New file.
18461 2001-09-11  Joseph S. Myers  <jsm28@cam.ac.uk>
18463         * gcc.c-torture/compile/20010911-1.c: New test.
18465 2001-09-10  Janis Johnson  <janis187@us.ibm.com>
18467         * lib/profopt.exp: New, to support profile-directed optimizations.
18468         * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
18469         * gcc.misc-tests/bprob-1.c: New test.
18470         * gcc.misc-tests/bprob-2.c: New test.
18472 2001-09-07  Janis Johnson  <janis187@us.ibm.com>
18474         * gcc.misc-tests/gcov.exp: Add support for a .x file to control
18475         XFAIL and which kinds of gcov output to verify.
18476         * gcc.misc-tests/gcov-4b.x: New file.
18477         * gcc.misc-tests/gcov-5b.x: New file.
18478         * gcc.misc-tests/gcov-6.x: New file.
18479         * gcc.misc-tests/gcov-7.c: New test.
18480         * gcc.misc-tests/gcov-7.x: New file.
18482 2001-09-06  Janis Johnson  <janis187@us.ibm.com>
18484         * gcc.misc-tests/gcov.exp: Add support for call return percentages.
18485         * gcc.misc-tests/gcov-6.c: New test.
18487 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
18489         PR c++/3986
18490         * g++.dg/abi/vbase1.C: New test.
18492 2001-09-05  Ziemowit Laski  <zlaski@apple.com>
18494         * objc.dg/method-2.m: New.
18496 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
18498         PR c++/4203
18499         * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
18500         * g++.dg/init/empty1.C: New test.
18502 2001-09-03  Jakub Jelinek  <jakub@redhat.com>
18504         * gcc.c-torture/compile/20010903-1.c: New test.
18506 2001-08-31  Roman Zippel  <zippel@linux-m68k.org>
18508         * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
18509         for m68k.
18511 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
18513         * g++.dg/abi/empty4.C: Allow for 16-bit ints.
18515         * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
18517         * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
18519 2001-08-30  Geoffrey Keating  <geoffk@redhat.com>
18521         * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
18522         for 16-bit 'unsigned int'.
18524 2001-08-29  Kazu Hirata  <kazu@hxi.com>
18526         * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
18528 2001-08-27  Richard Henderson  <rth@redhat.com>
18530         * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
18531         * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
18533 2001-08-25  Aldy Hernandez  <aldyh@redhat.com>
18535         * gcc.dg/asm-names.c (ymain): New.
18537 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
18539         * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
18540         * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
18541         * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
18543 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18545         * gcc.dg/compare5.c: New testcase.
18547 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
18549         * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
18550         and "In instantiation".
18552 2001-08-21  Aldy Hernandez  <aldyh@redhat.com>
18554         * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
18556 2001-08-20  Janis Johnson  <janis187@us.ibm.com>
18558         * gcc.misc-tests/gcov.exp: Add support for branch information.
18559         * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
18560         * gcc.misc-tests/gcov-4.c: New test.
18561         * gcc.misc-tests/gcov-4b.c: New test.
18562         * gcc.misc-tests/gcov-5b.c: New test.
18564 2001-08-20  Zack Weinberg  <zackw@panix.com>
18566         * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
18567         expected to fail.
18569 2001-08-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
18571         * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
18573 2001-08-19  Jakub Jelinek  <jakub@redhat.com>
18575         * g++.dg/eh/template1.C: New test.
18577 2001-08-16  David Billinghurst  <David.Billinghurst@riotinto.com>
18579         * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
18580         Fix thinko.
18581         * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
18582         for xfail.
18584 2001-08-14  David Billinghurst  <David.Billinghurst@riotinto.com>
18586         * lib/g77-dg.exp:  Use prune.exp for common procedures
18587         (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
18588         * lib/g77.exp: (g77-dg-prune) Remove
18590 2001-08-13  Jason Merrill  <jason_merrill@redhat.com>
18592         * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
18594 2001-08-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
18596         * g++.dg/template/unify1.C: New test.
18598 2001-08-07  Nathan Sidwell  <nathan@codesourcery.com>
18600         * g++.dg/abi/empty4.C: New test.
18602 2001-08-06  David Billinghurst  <David.Billinghurst@riotinto.com>
18604         * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
18605         solaris2.*
18606         * g77.f-torture/compile/pr3743.x: Likewise
18608 2001-08-05  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
18610         * g++.dg/other/using-declaration.C: New test.
18612 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
18614         * gcc.dg/cpp/tr-sign.c: New testcase.
18616 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
18618         * gcc.dg/cpp/19951025-1.c: Revert.
18619         * gcc.dg/cpp/directiv.c: We no longer process directives that
18620         interrupt macro arguments.
18622 2001-08-03  Zack Weinberg  <zackw@stanford.edu>
18624         * gcc.dg/bconstp-1.c: New test.
18626 2001-08-03  Richard Henderson  <rth@redhat.com>
18628         * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
18630 2001-08-02  Neil Booth  <neil@daikokuya.demon.co.uk>
18632         * gcc.dg/cpp/19951025-1.c: Update.
18634 2001-08-02  Jeffrey Oldham  <oldham@codesourcery.com>
18636         * g77.dg/ff90-1.f (s): Fix reference of variable z,
18637         should be x.
18639 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
18641         Kill -fhonor-std.
18642         * g++.old-deja/g++.ns/ns14.C: Remove special options.
18643         * g++.old-deja/g++.other/std1.C: Likewise.
18644         * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
18646 2001-08-01  David Billinghurst <David.Billinghurst@riotinto.com>
18648         * lib/g77.exp:  Load gcc-defs.exp for common procedures
18649         (g77_pass, g77_fail, g77_finish, g77_exit,
18650         ${tool}_check_unsupported_p} Now redundant.  Deleted.
18652 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
18654         * g77.dg/fbackslash.f
18655         * g77.dg/fcase-preserve.f
18656         * g77.dg/ff90-1.f
18657         * g77.dg/ffixed-line-length-0.f
18658         * g77.dg/ffixed-line-length-132.f
18659         * g77.dg/ffixed-line-length-7.f
18660         * g77.dg/ffixed-line-length-72.f
18661         * g77.dg/ffixed-line-length-none.f
18662         * g77.dg/ffree-form-1.f
18663         * g77.dg/fno-backslash.f
18664         * g77.dg/fno-f90-1.f
18665         * g77.dg/fno-fixed-form-1.f
18666         * g77.dg/fno-onetrip.f
18667         * g77.dg/fno-typeless-boz.f
18668         * g77.dg/fno-underscoring.f
18669         * g77.dg/fno-vxt-1.f
18670         * g77.dg/fonetrip.f
18671         * g77.dg/ftypeless-boz.f
18672         * g77.dg/fugly-assumed.f
18673         * g77.dg/funderscoring.f
18674         * g77.dg/fvxt-1.f
18676 2001-08-01  Ziemowit Laski  <zlaski@apple.com>
18678         * objc.dg/fwd-proto-1.m: New.
18679         * objc.dg/local-decl-1.m: New.
18680         * objc.dg/naming-1.m: New.
18681         * objc.dg/naming-2.m: New.
18682         * objc.dg/proto-hier-1.m: New.
18684 2001-07-31  Hans-Peter Nilsson  <hp@bitrange.com>
18686         * gcc.dg/c99-scope-2.c: Don't generally assume adding more
18687         largest-type elements to a struct makes its size grow.
18689 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
18691         * g++.dg/abi/vthunk1.C: New test.
18693 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
18695         * g++.dg/abi/vbase8-22.C: New test.
18697 2001-07-31  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
18699         * gcc.dg/cpp/macro8.c: New test.
18701 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
18703         * g++.dg/abi/vbase8-21.C: New test.
18705 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
18707         * g++.dg/abi/vbase8-10.C: New test.
18709 2001-07-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18711         * lib/g++.exp (g++_set_ld_library_path): Renamed to
18712         ${tool}_set_ld_library_path.
18713         Changed caller.
18714         * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
18715         g++.exp.
18717 2001-07-26  Stan Cox <scox@redhat.com>
18719         * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
18720         * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
18721         gcc_exit, gcc_check_unsupported_p):
18722         Moved to gcc-deps.exp
18723         * gcc-deps.exp: New file.
18725 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
18727         * g++.old-deja/g++.pt/defarg14.C: New test.
18729 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
18731         * g++.old-deja/g++.other/lineno5.C: New test.
18733 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
18735         * g++.old-deja/g++.pt/crash68.C: New test.
18737 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
18739         * g++.old-deja/g++.other/crash42.C: New test.
18741 2001-07-26  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
18743         * gcc.dg/cpp/extratokens.c: Fix.
18744         * gcc.dg/cpp/skipping2.c: New tests.
18746 2001-07-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18748         * gcc.c-torture/execute/20010724-1.c: New file.
18749         * gcc.c-torture/execute/20010724-1.x: New file.
18751 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
18753         * g++.old-deja/g++.other/cond7.C: New test.
18755 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
18757         * g++.old-deja/g++.other/optimize4.C: New test.
18759 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
18761         * g++.old-deja/g++.abi/vbase8-5.C: New test.
18763 2001-07-24  Jason Merrill  <jason_merrill@redhat.com>
18765         * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
18766         * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
18767         gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
18768         * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
18770         * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
18771         bug report" message.
18773         * g++.dg/dg.exp: Run tests from subdirectories other than "special".
18774         * g++.dg/ext/instantiate1.C: Move from old-deja.
18776 2001-07-24  David Billinghurst <David.Billinghurst@riotinto.com>
18778         * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
18779         * g77.f-torture/execute/intrinsic-unix-erf.f: New test
18780         * g77.f-torture/execute/intrinsic-vax-cd.f: New test
18781         * g77.f-torture/execute/intrinsic-f2c-z.f: New test
18783 2001-07-23  Jeffrey A Law  (law@cygnus.com)
18785         * gcc.c-torture/execute/20010723-1.c: New test.
18787 2001-07-23  Ben Elliston  <bje@redhat.com>
18789         * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
18791 2001-07-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
18793         * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
18794         i[34567]86-*-*.
18795         Delete handling of ieee_multilib_flags.
18796         Pass -mieee for alpha*-*-* and sh-*-*.
18797         * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
18799 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
18801         Remove old-abi tests.
18802         * g++.old-deja/g++.mike/p11116.C: Remove.
18803         * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
18805 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.org>
18807         * g77.f-torture/compile/pr3743.f:  New test
18809 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.com>
18811         * g77.f-torture/execute/f90-intrinsic-bit.f: New test
18813 2001-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18815         * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
18816         g++.old-deja/g++.pt/static6.C: Likewise.
18817         * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
18818         supports weak symbols.
18820 2001-07-18  Andreas Jaeger  <aj@suse.de>
18822         * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
18823         supported again.
18825 2001-07-18  Andreas Jaeger  <aj@suse.de>
18827         * gcc.dg/iftrap-1.c: Fix target line.
18829 2001-07-17  Richard Henderson  <rth@redhat.com>
18831         * gcc.c-torture/execute/20010717-1.c: New.
18833 2001-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
18835         * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
18836         tests.
18838 2001-07-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
18840         * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
18842 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18844         * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
18845         UAC_SIGBUS, UAC_NOPRINT definitions.
18847 2001-07-16  Nicola Pero  <n.pero@mi.flashnet.it>
18849         * objc/execute/object_is_class.m: New test.
18850         * objc/execute/object_is_meta_class.m: New test.
18852 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
18854         * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
18855         * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
18857 2001-01-15  David Billinghurst  <David.Billinghurst@riotinto.com>
18859         * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
18860         * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
18862 2001-07-14  Richard Henderson  <rth@redhat.com>
18864         * gcc.dg/iftrap-1.c: New.
18866 2001-07-11  David Billinghurst  <David.Billinghurst@riotinto.com>
18868         * g77.f-torture/execute/intrinsic77.f: New test.
18870 2001-07-11  Janis Johnson <janis@us.ibm.com>
18872         * gcc.misc-tests/gcov-3.c: New test.
18874 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
18876         * gcc.c-torture/compile/20010711-1.c,
18877         * gcc.c-torture/compile/20010711-2.c: New tests.
18879 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
18881         * gcc.c-torture/execute/20010711-1.c: New test.
18883 2001-07-11  Ben Elliston  <bje@redhat.com>
18885         * g++.old-deja/g++.other/enum5.C: New test.
18887 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
18889         * lib/g++-dg.exp: Load file-format and target-supports like gcc.
18890         (g++-dg-prune): Call prune_gcc_output.
18891         * prune.exp: New file for prune_gcc_output.
18892         * lib/g++.exp, lib/gcc.exp: Load it.
18894 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
18896         * gcc.c-torture/compile/20010701-1.c,
18897         g++.old-deja/g++.ext/attrib6.C: New tests.
18899 2001-07-06  Jeffrey A Law  (law@cygnus.com)
18901         * gcc.c-torture/compile/20010706-1.c: New test.
18903 2000-09-10  Michael Chamberlain <michael@chamberlain.net.au>
18905         * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
18907 2001-06-28  Stan Shebs  <shebs@apple.com>
18909         * gcc.dg/pragma-darwin.c: New test.
18911 2001-06-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18913         * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
18914         Solaris 2.[678] system.
18916 2001-06-22  Joseph S. Myers  <jsm28@cam.ac.uk>
18918         * gcc.dg/20010622-1.c: New test.
18920 2001-06-18  Stan Shebs  <shebs@apple.com>
18922         * objc.dg: New directory.
18923         * objc.dg/dg.exp: New file.
18924         * objc.dg/alias.m: New.
18925         * objc.dg/class-1.m: New.
18926         * objc.dg/class-2.m: New.
18927         * objc.dg/const-str-1.m: New.
18928         * objc.dg/const-str-2.m: New.
18929         * objc.dg/id-1.m: New.
18930         * objc.dg/method-1.m: New.
18931         * objc.dg/super-class-1.m: New.
18932         * lib/objc-dg.exp: New file.
18934 2001-06-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
18936         * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
18937         of label name.
18939 2001-06-14  Nathan Sidwell  <nathan@codesourcery.com>
18941         * g++.old-deja/g++.abi/vbase8-9.C: New test.
18943 2001-06-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
18945         * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
18946         variable.
18948 2001-06-12  Richard Henderson  <rth@redhat.com>
18950         * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
18952 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
18954         * g++.old-deja/g++.abi/vbase5.C: New test.
18955         * g++.old-deja/g++.abi/vbase6.C: New test.
18956         * g++.old-deja/g++.abi/vbase7.C: New test.
18958 2001-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18960         * gcc.c-torture/compile/20010610-1.c: New test.
18962 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
18964         * g++.old-deja/g++.abi/vbase4.C: New test.
18966 2001-06-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
18968         * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
18969         support %f for HC11/HC12 targets.
18970         * gcc.c-torture/execute/930513-1.x: New file, likewise.
18971         * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
18972         on HC11/HC12 targets.
18973         * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
18975 2001-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18977         * gcc.dg/wchar_t-1.c: New file.
18978         * gcc.dg/wint_t-1.c: Likewise.
18980 2001-06-11  Bernd Schmidt  <bernds@redhat.com>
18982         * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
18984 2001-06-11  Richard Henderson  <rth@redhat.com>
18986         * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
18988 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
18990         * gcc.c-torture/compile/20010611-1.c: New test.
18992 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
18994         * gcc.dg/c99-tag-1.c: Add more tests.
18996 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
18998         * g++.old-deja/g++.abi/ptrmem.C: Take into account different
18999         representation on MN10300 and ARM/Thumb.
19001 2001-06-10  Toon Moene  <toon@moene.indiv.nluug.nl>
19003         * g77.f-torture/execute/20010610.f: New.
19005 2001-06-09  David Billinghurst  <David.Billinghurst@riotinto.com>
19007         * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
19008         names.
19010 2001-06-09  Richard Henderson  <rth@redhat.com>
19012         * gcc.c-torture/execute/ashrdi-1.c: New.
19013         * gcc.c-torture/execute/ashldi-1.c: New.
19014         * gcc.c-torture/execute/lshrdi-1.c: New.
19016 2001-06-09  Ovidiu Predescu  <ovidiu@cup.hp.com>
19018         * objc/execute/load-3.m: Added. Check sending +load to categories,
19019         in addition to classes.
19021 2001-06-08  Stan Shebs  <shebs@apple.com>
19023         * objc/execute/load-2.m: New test.  From Nicola Pero
19024         <n.pero@mi.flashnet.it>.
19026 2001-06-08  Jakub Jelinek  <jakub@redhat.com>
19028         * gcc.c-torture/execute/20010605-2.c: New test.
19030 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
19032         * g++.old-deja/g++.abi/vbase2.C: New test.
19033         * g++.old-deja/g++.abi/vbase3.C: New test.
19035 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
19037         * g++.old-deja/g++.pt/friend49.C: New test.
19039 2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
19041         * g++.old-deja/g++.ext/anon3.C: New test.
19043 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
19045         * g++.old-deja/g++.other/conv7.C: New test.
19047 2001-06-05  Joseph S. Myers  <jsm28@cam.ac.uk>
19049         * gcc.c-torture/compile/20010605-2.c: New test.
19051 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
19053         * gcc.c-torture/execute/20010604-1.c: New test.
19055 2001-06-04  Loren J. Rittle  <ljrittle@acm.org>
19057         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
19059 2001-06-04  Jeffrey Oldham  <oldham@codesourcery.com>
19061         * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
19062         (g++_link_flags): Likewise.
19063         (g++_init): Pass gccpath's value to two previous functions.
19065 2001-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19067         * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
19068         Ensure logfile entry matches exec command line.
19070 2001-05-31  Richard Henderson  <rth@redhat.com>
19072         * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
19073         * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
19075 2001-05-30  David.Billinghurst  <David.Billinghurst@riotinto.com>
19077         * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
19078         compiler for irix6.2
19080 2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
19082         * g++.old-deja/g++.other/optimize3.C: New file.
19084 2001-05-29  Jeffrey Oldham  <oldham@codesourcery.com>
19086         * gcc.c-torture/compile/20010518-2.x: New file to compile, not
19087         assemble.
19089 2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
19091         * g++.old-deja/g++.other/optimize2.C: New file.
19093 2001-05-25  Diego Novillo  <dnovillo@redhat.com>
19095         * gcc.c-torture/compile/20010518-2.c: New file.
19096         * gcc.c-torture/execute/20010518-1.c: New file.
19097         * gcc.c-torture/execute/20010518-2.c: New file.
19099 2001-05-25  Joseph S. Myers  <jsm28@cam.ac.uk>
19101         * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
19103 2001-05-24  Mark Mitchell  <mark@codesourcery.com>
19105         G++ no longer defines builtins that do not begin with __builtin.
19106         * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
19107         * g++.old-deja/g++.brendand/misc13.C: Likewise.
19108         * g++.old-deja/g++.law/builtin1.C: Likewise.
19109         * g++.old-deja/g++.law/cvt2.C: Likewise.
19110         * g++.old-deja/g++.mike/net5.C: Likewise.
19111         * g++.old-deja/g++.other/builtins1.C: Likewise.
19112         * g++.old-deja/g++.other/builtins2.C: Likewise.
19113         * g++.old-deja/g++.other/builtins3.C: Likewise.
19114         * g++.old-deja/g++.other/builtins4.C: Likewise.
19115         * g++.old-deja/g++.other/inline8.C: Likewise.
19116         * g++.old-deja/g++.robertl/eb39.C: Likewise.
19118 2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
19120         * g++.old-deja/g++.pt/using1.C: Adjust.
19121         * g++.old-deja/g++.pt/using2.C: New test.
19123 2001-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
19125         * gcc.dg/cpp/charconst.c: New tests.
19126         * gcc.dg/cpp/escape.c: New tests.
19127         * gcc.dg/cpp/escape-1.c: New tests.
19128         * gcc.dg/cpp/escape-2.c: New tests.
19129         * gcc.dg/cpp/ucs.c: New tests.
19131 2001-05-23  David.Billinghurst <David.Billinghurst@riotinto.com>
19133         * gcc.misc-tests/linkage.exp:  Pass appropriate flags to
19134         native compiler for irix6.5.
19136 Wed May 23 2001  Jeffrey D. Oldham  <oldham@codesourcery.com>
19138         * lib/g++.exp (g++_include_flags): Use args to compute
19139         get_multilibs.
19140         (g++_link_flags): Likewise.
19141         (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
19143 2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
19145         * gcc.dg/c90-hexfloat-1.c: Add more tests.
19147 2001-05-21  Geoff Keating  <geoffk@redhat.com>
19149         * gcc.c-torture/compile/920520-1.x: Merge previous contents into
19150         this file.
19152 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
19154         * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
19155         STACK_SIZE;
19156         * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
19157         to STACK_SIZE; Use it to define size of add_histo array.
19158         * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
19159         to STACK_SIZE.
19160         (f): Use GITT_SIZE to define size of gitt local table.
19161         * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
19162         to STACK_SIZE; Use it to define size of bytemem array.
19164 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
19166         * gcc.c-torture/compile/20000804-1.x: New file, this test fails
19167         on 68HC11/HC12 due to the asm instruction.
19168         * gcc.c-torture/compile/20001205-1.x: New file, ditto.
19169         * gcc.c-torture/compile/920520-1.x: Likewise.
19170         * gcc.c-torture/compile/20001226-1.x: New file, this test fails
19171         on 68HC11/HC12 because the function is larger than 64K.
19172         * gcc.c-torture/compile/961203-1.x: New file, this test fails
19173         on 68HC11/HC12 because the structure is too large.
19175 2001-05-20  Richard Henderson  <rth@redhat.com>
19177         * gcc.c-torture/execute/20010520-1.c: New.
19179 2001-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19181         * g++.old-deja/g++.warn/compare1.C: New test.
19182         * gcc.dg/compare4.c: New test.
19184 2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
19186         * g++.old-deja/g++.other/optimize1.C: New test.
19188 2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
19190         * g++.old-deja/g++.pt/spec41.C: New test.
19192 2001-05-19  Joseph S. Myers  <jsm28@cam.ac.uk>
19194         * gcc.c-torture/compile/20010114-1.x: Remove.
19196 2001-05-18  Stan Shebs  <shebs@apple.com>
19198         * gcc.c-torture/compile/20010518-1.c: New test.
19200 2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
19202         * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
19203         * g++.old-deja/g++.pt/crash67.C: New test.
19205 2001-05-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
19207         * g++.old-deja/g++.other/debug9.C: New test.
19209 2001-05-16  Zack Weinberg  <zackw@stanford.edu>
19211         * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
19213 2001-05-16  Jan Hubicka  <jh@suse.cz>
19215         * gcc.c-torture/compile/20010516-1.c: New test.
19217 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
19219         * g++.old-deja/g++.other/crash41.C: New test.
19221 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
19223         * g++.old-deja/g++.pt/crash66.C: New test.
19225 2001-05-15  Benjamin Kosnik  <bkoz@redhat.com>
19227         * g++.old-deja/g++.robertl/eb27.C: Convert.
19229 2001-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
19231         * g++.dg/friend-warn.C: New test.  Do not warn about friend
19232         declaration being redundant.
19234 2001-05-15  Mark Mitchell (admin)  <mitchell@nunki.dbai.tuwien.ac.at>
19236         * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
19238 2001-05-14  Mark Mitchell  <mark@codesourcery.com>
19240         * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
19242 2001-05-13  Benjamin Kosnik  <bkoz@redhat.com>
19244         * lib/g++.exp: Use testsuite_flags.
19246 2001-05-13  Mark Mitchell  <mark@codesourcery.com>
19248         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
19250 2001-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
19252         * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
19254 2001-05-11  Mark Mitchell  <mark@codesourcery.com>
19256         * lib/objc.exp: Add -lposix4 on Solaris 2.8.
19258 2001-05-10  Joseph S. Myers  <jsm28@cam.ac.uk>
19260         * gcc.c-torture/compile/20010313-1.c: New test.
19262 2001-05-09  Zack Weinberg  <zackw@stanford.edu>
19264         * gcc.dg/cpp/direct2.c: New test.
19265         * gccq.dg/cpp/direct2s.c: New test.
19267         * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
19269 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
19271         * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
19272         * g++.old-deja/g++.other/op3.C: Likewise.
19274 2001-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
19276         * gcc.dg/cpp/syshdr.h: New file.
19277         * gcc.dg/cpp/sysmac1.c: Update.
19278         * gcc.dg/cpp/sysmac2.c: Update.
19280 2001-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
19282         * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
19284 2001-05-04  David Edelsohn  <edelsohn@gnu.org>
19286         * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
19287         gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
19289 2001-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
19291         * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
19293 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
19295         * lib/g++.exp (g++_include_flags): Don't use any special flags
19296         if TESTING_IN_BUILD_TREE is not defined.
19297         (g++_init): Use a plain 'c++' as the compiler if
19298         TESTING_IN_BUILD_TREEE is not defined.
19300 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
19302         * g++.old-deja/g++.eh/catch13.C: New test.
19303         * g++.old-deja/g++.eh/catch14.C: New test.
19305 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
19307         * gcc.dg/cpp/tr-define.c: New test.
19309 2001-05-01  Loren J. Rittle  <ljrittle@acm.org>
19311         * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
19312         <stdlib.h>, not <malloc.h>.
19314 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
19316         * g++.old-deja/g++.ns/template17.C: New test.
19318 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
19320         * g++.old-deja/g++.pt/ref4.C: New test.
19322 2001-04-30  Richard Henderson  <rth@redhat.com>
19324         * gcc.dg/20000724-1.c: Revert last change.
19326 2001-04-30  Toon Moene  <toon@moene.indiv.nluug.nl>
19328         * g77.f-torture/execute/20010430.f: New test.
19330 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
19332         * gcc.dg/20000724-1.c: Add a clobber of `esp'.
19334 2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
19336         * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
19338 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
19340         * g++.old-deja/g++.eh/crash6.C: New test.
19342 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
19344         * g++.old-deja/g++.other/warn7.C: New test.
19346 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
19348         * g++.old-deja/g++.other/defarg9.C: New test.
19350 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
19352         * g77.f-torture/compile/20010426.f: New test.
19353         * g77.f-torture/execute/20010426.f: New test.
19355 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
19357         * g77.f-torture/compile/20000629-1.x: Remove - error
19358         has been fixed.
19360 2001-04-26  Jeffrey A Law  (law@cygnus.com)
19362         * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
19363         Tweak slightly to work with g++.dg framework.
19364         * g++.dg/special/ecos.exp: Run initp1.C test.
19365         * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
19367         * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
19368         its linker doesn't give line numbers either.
19369         * g++.old-deja/g++.ext/instantiate3.C: Similarly.
19371 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
19373         * g++.old-deja/g++.other/lex1.C: New test.
19375 2001-04-26  Jakub Jelinek  <jakub@redhat.com>
19377         * gcc.dg/noncompile/20010425-1.c: New test.
19379 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
19381         * g++.old-deja/g++.pt/mangle2.C: New test.
19383 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
19385         * gcc.dg/format/plus-1.c: New test.
19387 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
19389         * gcc.dg/20010423-1.c: New test.
19391 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
19393         * gcc.c-torture/execute/20010422-1.c: New test.
19395 2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
19397         * g++.old-deja/g++.ns/type2.C: New test.
19399 2001-04-24  Zack Weinberg  <zackw@stanford.edu>
19401         * g++.old-deja/g++.other/perf1.C: New test.
19403 2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
19405         * gcc.dg/c99-func-2.c: Remove xfail.
19406         * gcc.dg/c99-func-3.c: Remove xfail.
19407         * gcc.dg/c99-func-4.c: Remove xfail.
19409 2001-04-23  Zack Weinberg  <zackw@stanford.edu>
19411         * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
19413 2001-04-23  Joseph S. Myers  <jsm28@cam.ac.uk>
19415         * gcc.c-torture/compile/20010423-1.c: New test.
19417 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
19419         * g++.old-deja/g++.pt/typename28.C: New test.
19421 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
19423         * g++.old-deja/g++.abi/empty2.C: New test.
19424         * g++.old-deja/g++.abi/empty3.C: New test.
19426 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
19428         * g++.old-deja/g++.other/comdat2.C: New test.
19429         * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
19431 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
19433         * g++.old-deja/g++.other/overload14.C: New test.
19435 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
19437         * g++.old-deja/g++.other/lookup23.C: New test.
19439 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
19441         * gcc.c-torture/execute/20010403-1.c: New test.
19443 2001-04-19  David Billinghurst <David.Billinghurst@riotinto.com>
19444             Mark Mitchell  <mark@codesourcery.com>
19446         * lib/old-dejagnu.exp: Don't delete output of executable.
19447         Add .exe suffix to executables.
19449 2001-04-18  Toon Moene  <toon@moene.indiv.nluug.nl>
19451         * g77.f-torture/execute/short.x; Remove - Error has been fixed.
19453 2001-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19455         * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
19457 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
19459         * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
19460         * g++.old-deja/g++.abi/crash1.C: New test.
19462 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
19464         * g++.old-deja/g++.other/crash40.C: New test.
19466 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19468         * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
19470 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
19472         * g++.old-deja/g++.other/warn6.C: New test.
19474 22001-04-11  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
19476         * g++.old-deja/g++.robertl/eb42.C: Same.
19478 001-04-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19480         * gcc.dg/wtr-conversion-1.c: New testcase.
19482 2001-04-10  Richard Henderson  <rth@redhat.com>
19484         * g++.old-deja/g++.other/array5.C: New.
19486 2001-04-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
19488         * gcc.c-torture/execute/20010408-1.c: New test.
19490 2001-04-06  Benjamin Kosnik  <bkoz@redhat.com>
19492         * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
19493         headers and constructs.
19494         * g++.old-deja/g++.robertl/eb79.C: Same.
19495         * g++.old-deja/g++.robertl/eb77.C (main): Same.
19496         * g++.old-deja/g++.robertl/eb73.C: Same.
19497         * g++.old-deja/g++.robertl/eb66.C (main): Same.
19498         * g++.old-deja/g++.robertl/eb55.C (t): Same.
19499         * g++.old-deja/g++.robertl/eb54.C (main): Same.
19500         * g++.old-deja/g++.robertl/eb46.C (main): Same.
19501         * g++.old-deja/g++.robertl/eb44.C: Same.
19502         * g++.old-deja/g++.robertl/eb41.C (main): Same.
19503         * g++.old-deja/g++.robertl/eb4.C (main): Same.
19504         * g++.old-deja/g++.robertl/eb39.C: Same.
19505         * g++.old-deja/g++.robertl/eb33.C (main): Same.
19506         * g++.old-deja/g++.robertl/eb31.C (main): Same.
19507         * g++.old-deja/g++.robertl/eb30.C: Same.
19508         * g++.old-deja/g++.robertl/eb3.C: Same.
19509         * g++.old-deja/g++.robertl/eb24.C (T>): Same.
19510         * g++.old-deja/g++.robertl/eb21.C: Same.
19511         * g++.old-deja/g++.robertl/eb15.C: Same.
19512         * g++.old-deja/g++.robertl/eb118.C: Same.
19513         * g++.old-deja/g++.robertl/eb115.C (main): Same.
19514         * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
19515         * g++.old-deja/g++.robertl/eb109.C: Same.
19516         * g++.old-deja/g++.other/sibcall1.C (main): Same.
19517         * g++.old-deja/g++.mike/rtti1.C: Same.
19518         * g++.old-deja/g++.mike/p658.C: Same.
19519         * g++.old-deja/g++.mike/net46.C: Same.
19520         * g++.old-deja/g++.mike/net34.C: Same.
19521         * g++.old-deja/g++.mike/memoize1.C: Same.
19522         * g++.old-deja/g++.mike/eh2.C: Same.
19523         * g++.old-deja/g++.law/weak.C: Same.
19524         * g++.old-deja/g++.law/visibility7.C: Same.
19525         * g++.old-deja/g++.law/visibility25.C: Same.
19526         * g++.old-deja/g++.law/visibility22.C: Same.
19527         * g++.old-deja/g++.law/visibility2.C: Same.
19528         * g++.old-deja/g++.law/visibility17.C: Same.
19529         * g++.old-deja/g++.law/visibility13.C: Same.
19530         * g++.old-deja/g++.law/visibility10.C: Same.
19531         * g++.old-deja/g++.law/visibility1.C: Same.
19532         * g++.old-deja/g++.law/virtual3.C (eval): Same.
19533         * g++.old-deja/g++.law/vbase1.C: Same.
19534         * g++.old-deja/g++.law/operators32.C: Same.
19535         * g++.old-deja/g++.law/nest3.C: Same.
19536         * g++.old-deja/g++.law/missed-error2.C (foo): Same.
19537         * g++.old-deja/g++.law/except5.C (main): Same.
19538         * g++.old-deja/g++.law/cvt7.C (run): Same.
19539         * g++.old-deja/g++.law/cvt2.C: Same.
19540         * g++.old-deja/g++.law/cvt16.C: Same.
19541         * g++.old-deja/g++.law/ctors6.C (bar): Same.
19542         * g++.old-deja/g++.law/ctors17.C (main): Same.
19543         * g++.old-deja/g++.law/ctors13.C: Same.
19544         * g++.old-deja/g++.law/ctors12.C (main): Same.
19545         * g++.old-deja/g++.law/ctors10.C: Same.
19546         * g++.old-deja/g++.law/code-gen5.C: Same.
19547         * g++.old-deja/g++.law/bad-error7.C: Same.
19548         * g++.old-deja/g++.law/arm9.C: Same.
19549         * g++.old-deja/g++.law/arm12.C: Same.
19550         * g++.old-deja/g++.law/arg8.C: Same.
19551         * g++.old-deja/g++.law/arg1.C: Same.
19552         * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
19553         * g++.old-deja/g++.jason/template31.C: Same.
19554         * g++.old-deja/g++.jason/template24.C (main): Same.
19555         * g++.old-deja/g++.jason/2371.C: Same.
19556         * g++.old-deja/g++.eh/new2.C: Same.
19557         * g++.old-deja/g++.eh/new1.C: Same.
19558         * g++.old-deja/g++.brendan/ptolemy2.C: Same.
19559         * g++.old-deja/g++.brendan/nest21.C (main): Same.
19560         * g++.old-deja/g++.brendan/err-msg3.C: Same.
19561         * g++.old-deja/g++.brendan/crash62.C: Same.
19562         * g++.old-deja/g++.brendan/crash52.C: Same.
19563         * g++.old-deja/g++.brendan/crash49.C (main): Same.
19564         * g++.old-deja/g++.brendan/crash38.C: Same.
19565         * g++.old-deja/g++.brendan/crash15.C (main): Same.
19566         * g++.old-deja/g++.brendan/copy9.C: Same.
19568 2001-04-06  J"orn Rennecke <amylaar@redhat.com>
19570         * gcc.c-torture/execute/20001203-2.c (memset):
19571         Count argument is of type __SIZE_TYPE__.
19573 2001-04-04  Diego Novillo  <dnovillo@redhat.com>
19575         * gcc.c-torture/compile/20010404-1.c: New test.
19577 2001-04-04  Jakub Jelinek  <jakub@redhat.com>
19579         * gcc.c-torture/compile/20010326-1.c: New test.
19581 2001-04-03  Alexandre Oliva  <aoliva@redhat.com>
19583         * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
19584         peculiarities of the SH.
19585         * g++.old-deja/g++.ext/instantiate2.C: Likewise.
19587 2001-04-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
19589         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
19590         * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
19591         * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
19593 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
19595         * g77.f-torture/compile/20010321-1.f: New test.
19597 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
19599         * gcc.c-torture/compile/20010329-1.c: New test.
19601 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
19603         * gcc.c-torture/execute/20010329-1.c: New test.
19605 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
19607         * g++.old-deja/g++.other/eh4.C: Fix typo.
19609 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
19611         * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
19613 2001-03-28  Philip Blundell  <philb@gnu.org>
19615         * gcc.c-torture/compile/20010328-1.c: New test.
19617 2001-03-27  Richard Henderson  <rth@redhat.com>
19619         * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
19620         * g++.old-deja/g++.eh/vbase3.C: Likewise.
19622 2001-03-27  Alan Modra  <alan@linuxcare.com.au>
19624         * gcc.c-torture/compile/20010327-1.c: New test.
19626 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
19628         * g++.old-deja/g++.other/friend12.C: New test.
19629         * g++.old-deja/g++.other/friend9.C: Expect no errors.
19630         * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
19632 2001-03-25  Joseph S. Myers  <jsm28@cam.ac.uk>
19634         * gcc.c-torture/execute/20010325-1.c: New test.
19636 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
19638         * g++.old-deja/g++.other/mangle3.C: New test.
19640 2001-03-22  Jakub Jelinek  <jakub@redhat.com>
19642         * g++.old-deja/g++.other/anon8.C: New test.
19644 2001-03-20  Philip Blundell  <philb@gnu.org>
19646         * gcc.c-torture/compile/20010320-1.c: New test.
19648 2001-03-17  Richard Henderson  <rth@redhat.com>
19650         * g++.old-deja/g++.other/eh4.C: Add expected error text.
19652 2001-03-15  Geoff Keating  <geoff@redhat.com>
19654         * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
19655         tests on AIX.
19657 2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
19659         * g++.old-deja/g++.other/eh4.C: New test.
19661 2001-03-14  Neil Booth  <neil@daikokuya.demon.co.uk>
19663         * gcc.dg/cpp/mi1.c: Update.
19665 2001-03-14  Jakub Jelinek  <jakub@redhat.com>
19667         * g++.old-deja/g++.other/regstack.C: New test.
19669 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
19671         * g++.old-deja/g++.other/ref4.C: New test.
19673 2001-03-11  Nicola Pero <n.pero@mi.flashnet.it>
19675         * objc/execute/va_method.m: Added.
19676         * objc/execute/IMP.m: Added.
19677         * objc/execute/_cmd.m: Added.
19678         * objc/execute/accessing_ivars.m: Added.
19679         * objc/execute/class-1.m: Added.
19680         * objc/execute/class-10.m: Added.
19681         * objc/execute/class-11.m: Added.
19682         * objc/execute/class-12.m: Added.
19683         * objc/execute/class-13.m: Added.
19684         * objc/execute/class-14.m: Added.
19685         * objc/execute/class-2.m: Added.
19686         * objc/execute/class-3.m: Added.
19687         * objc/execute/class-4.m: Added.
19688         * objc/execute/class-5.m: Added.
19689         * objc/execute/class-6.m: Added.
19690         * objc/execute/class-7.m: Added.
19691         * objc/execute/class-8.m: Added.
19692         * objc/execute/class-9.m: Added.
19693         * objc/execute/class-tests-1.h
19694         * objc/execute/class-tests-2.h
19695         * objc/execute/compatibility_alias.m: Added.
19696         * objc/execute/encode-1.m: Added.
19697         * objc/execute/formal_protocol-1.m: Added.
19698         * objc/execute/formal_protocol-2.m: Added.
19699         * objc/execute/formal_protocol-3.m: Added.
19700         * objc/execute/formal_protocol-4.m: Added.
19701         * objc/execute/formal_protocol-5.m: Added.
19702         * objc/execute/formal_protocol-6.m: Added.
19703         * objc/execute/formal_protocol-7.m: Added.
19704         * objc/execute/informal_protocol.m: Added.
19705         * objc/execute/initialize.m: Added.
19706         * objc/execute/load.m: Added.
19707         * objc/execute/many_args_method.m: Added.
19708         * objc/execute/nested-3.m: Added.
19709         * objc/execute/no_clash.m: Added.
19710         * objc/execute/private.m: Added.
19711         * objc/execute/redefining_self.m: Added.
19712         * objc/execute/root_methods.m: Added.
19713         * objc/execute/selector-1.m: Added.
19714         * objc/execute/static-1.m: Added.
19715         * objc/execute/static-2.m: Added.
19716         * objc/execute/va_method.m: Added.
19718 2001-03-10  Richard Henderson  <rth@redhat.com>
19720         * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
19722 2001-03-07  Neil Booth  <neil@daikokuya.demon.co.uk>
19724         * g++.old-deja/g++.other/crash31.C: XFAIL.
19725         * g77.f-torture/execute/20010116.x: Conditional XFAIL.
19726         * g77.f-torture/execute/short.x: XFAIL -Os on x86.
19727         * gcc.c-torture/execute/20010123-1.x: XFAIL.
19728         * gcc.c-torture/execute/20010124-1.x: XFAIL.
19729         * gcc.dg/sequence-pt-1.c: XFAIL one test.
19731 2001-03-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
19733         * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
19735 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
19737         * gcc.dg/20000724-1.c: Don't use multiline strings.
19739 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
19741         * objc/execute/string1.m, objc/execute/string2.m: Compare the
19742         result of -cString against what we expect it to be; don't just
19743         print it out for no one to read.
19745         * objc/execute/string3.m, objc/execute/string4.m: New tests.
19746         Based on testcases provided by Nicola Pero.
19748 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
19750         * gcc.dg/cpp/macro7.c: New test.
19752 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
19754         * gcc.dg/cpp/multiline.c: Update.
19756 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
19758         * g++.old-deja/g++.other/enum3.C: New test.
19760 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
19762         * g++.old-deja/g++.other/pod1.C: New test.
19764 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
19766         * g++.old-deja/g++.ext/overload1.C: New test.
19768 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
19770         * g++.old-deja/g++.pt/using1.C: New test.
19772 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
19774         * g++.old-deja/g++.other/using9.C: New test.
19776 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
19778         * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
19780         * objc/execute/protocol.m (main): Added patch from Nicola Pero.
19782 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
19784         * g++.old-deja/g++.ext/realpt1.C: Remove.
19786 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
19788         * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
19790 2001-02-26  Will Cohen  <wcohen@redhat.com>
19792         * gcc.c-torture/execute/ieee/20010226-1.c: New test.
19794 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
19796         * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
19797         templatized constructors.
19799 2001-02-24  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
19801         * gcc.c-torture/execute/20010224-1.c: New test.
19803 2001-02-23  Jakub Jelinek  <jakub@redhat.com>
19805         * gcc.c-torture/execute/20010222-1.c: New test.
19807 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
19809         * g++.old-deja/g++.other/inline20.C: New test.
19811 2001-02-21  Ovidiu Predescu  <ovidiu@cup.hp.com>
19813         * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
19815 2001-02-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
19817         * g++.old-deja/g++.other/lookup22.C: New test.
19819 2001-02-19  Zack Weinberg  <zackw@stanford.edu>
19821         * g77.dg: New directory.
19822         * g77.dg/20010216-1.f: New test case.
19823         * g77.dg/dg.exp: New driver.
19824         * lib/g77-dg.exp: New driver library.
19826 2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
19828         * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
19830 2001-02-16  Gabriel Dos Reis <gdr@codesourcery.com>
19832         * g++.old-deja/g++.other/decl9.C: New test.
19834 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
19836         * g++.old-deja/g++.other/init16.C: Update the test so that it does
19837         not need <string> and also tests the initialization at runtime.
19839 2001-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
19841         * gcc.c-torture/execute/longlong.c: New test.
19843 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
19845         * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
19847 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
19849         * gcc.c-torture/execute/920302-1.c (execute):
19850         Change argument type to short.
19852 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
19854         * g++.old-deja/g++.pt/deduct6.C: New test.
19856 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
19858         * g++.old-deja/g++.pt/deduct5.C: New test.
19860 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
19862         * gcc.c-torture/execute/20010209-1.c: New test.
19864 2001-02-14  Neil Booth  <neil@daikokuya.demon.co.uk>
19866         * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
19868 2001-02-12  Geoffrey Keating  <geoffk@redhat.com>
19870         * g++.dg/vtgc1.C: Update for new ABI.
19872         * consistency.vlad: New directory, 1665 files.
19874 2001-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
19876         * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
19877         return type.
19878         * gcc.dg/cpp/digraphs.c: Declare puts.
19880 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
19882         * g++.old-deja/g++.other/warn5.C: New test.
19884 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
19886         * g++.old-deja/g++.pt/spec40.C: New test.
19888 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
19890         * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
19891         case.
19892         * g++.old-deja/g++.ext/arrnew.C: Deprecate.
19894 2001-02-12  Jakub Jelinek  <jakub@redhat.com>
19896         * gcc.c-torture/compile/20010209-1.c: New test.
19898 2001-02-11  Jeffrey Oldham  <oldham@codesourcery.com>
19900         * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
19901         excess errors message but not if it crashes.
19902         * g++.old-deja/g++.other/crash27.C: Likewise.
19903         * g++.old-deja/g++.other/crash28.C: Likewise.
19904         * g++.old-deja/g++.other/crash30.C: Likewise.
19905         * g++.old-deja/g++.other/crash32.C: Likewise.
19906         * g++.old-deja/g++.other/crash35.C: Likewise.
19907         * g++.old-deja/g++.pt/inherit2.C: Likewise.
19909 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
19911         * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
19912         gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
19913         g++.dg/dg.exp, g++.old-deja/old-deja.exp,
19914         g77.f-torture/execute/execute.exp,
19915         g77.f-torture/noncompile/noncompile.exp,
19916         gcc.c-torture/execute/execute.exp,
19917         gcc.c-torture/execute/memcheck/memcheck.exp,
19918         gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
19919         gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
19920         gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
19921         gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
19922         gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
19923         lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
19924         lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
19925         lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
19926         Remove bug reporting instructions with ancient email addresses.
19928 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
19930         * gcc.dg/20010202-1.c: New test.
19931         * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
19933 2001-02-07  Zack Weinberg  <zack@wolery.stanford.edu>
19935         * g++.dg/stdbool-if.C: New test.
19937 2001-02-07  Ovidiu Predescu  <ovidiu@cup.hp.com>
19939         * objc/execute/fdecl.m: Added main().
19941 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
19943         * gcc.c-torture/execute/20010206-1.c: New test.
19945 2001-02-06  Neil Booth  <neil@daikokuya.demon.co.uk>
19947         * gcc.dg/cpp/avoidpaste1.c: Update.
19949 2001-02-05  Ovidiu Predescu  <ovidiu@cup.hp.com>
19951         * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
19952         Pero <nicola@brainstorm.co.uk>.
19953         * objc/execute/fdecl.m: Declare foo as pointer to AClass.
19955 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
19957         * g++.old-deja/g++.pt/spec39.C: New test.
19959 2001-02-05  Jakub Jelinek  <jakub@redhat.com>
19961         * gcc.c-torture/compile/20010202-1.c: New test.
19963 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
19965         * g++.old-deja/g++.abi/primary2.C: New test.
19966         * g++.old-deja/g++.abi/primary3.C: New test.
19967         * g++.old-deja/g++.abi/primary4.C: New test.
19968         * g++.old-deja/g++.abi/primary5.C: New test.
19969         * g++.old-deja/g++.abi/vtable3.h: New test.
19970         * g++.old-deja/g++.abi/vtable3a.C: New test.
19971         * g++.old-deja/g++.abi/vtable3b.C: New test.
19972         * g++.old-deja/g++.abi/vtable3c.C: New test.
19973         * g++.old-deja/g++.abi/vtable3d.C: New test.
19974         * g++.old-deja/g++.abi/vtable3e.C: New test.
19975         * g++.old-deja/g++.abi/vtable3f.C: New test.
19976         * g++.old-deja/g++.abi/vtable3g.C: New test.
19977         * g++.old-deja/g++.abi/vtable3h.C: New test.
19978         * g++.old-deja/g++.abi/vtable3i.C: New test.
19979         * g++.old-deja/g++.abi/vtable3j.C: New test.
19980         * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
19982 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
19984         * g++.old-deja/g++.other/anon6.C: New test.
19985         * g++.old-deja/g++.other/anon7.C: New test.
19987 2001-02-01  Neil Booth  <neil@daikokuya.demon.co.uk>
19989         * gcc.dg/cpp/avoidpaste2.c: New tests.
19991 2001-01-31  Jakub Jelinek  <jakub@redhat.com>
19993         * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
19995 2001-01-31  Jeffrey Oldham  <oldham@codesourcery.com>
19997         * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
19998         DECIMAL_DIG cases for Irix."
20000 2001-01-31  J"orn Rennecke <amylaar@redhat.com>
20002         * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
20004 2001-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
20006         * gcc.dg/c99-tag-1.c: New test.
20008 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
20010         * gcc.dg/cpp/tr-warn1.c: Add tests.
20012 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
20014         * gcc.dg/cpp/avoidpaste1.c: Update.
20015         * gcc.dg/cpp/paste4.c: Update.
20017 2001-01-30  Jeffrey Oldham  <oldham@codesourcery.com>
20019         * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
20020         cases for Irix.
20022 2001-01-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
20024         * g++.old-deja/g++.other/inline19.C: New test.
20026 2001-01-30  Neil Booth  <neil@daikokuya.demon.co.uk>
20028         * gcc.dg/Wlarger-than.c: New test.
20030 2001-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
20032         * gcc.dg/cpp/avoidpaste1.c: Fix typos.
20034 2001-01-29  Jakub Jelinek  <jakub@redhat.com>
20036         * gcc.c-torture/execute/20010129-1.c: New test.
20037         * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
20039 2001-01-28  Neil Booth  <neil@daikokuya.demon.co.uk>
20041         * gcc.dg/cpp/avoidpaste1.c: Test case.
20043 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
20045         * g++.old-deja/g++.other/inline18.C: New test.
20047 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20049         * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
20050         and __builtin_putchar.
20052 2001-01-27  Jakub Jelinek  <jakub@redhat.com>
20054         * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
20055         tests.
20057 2001-01-25  Jeffrey Oldham  <oldham@codesourcery.com>
20059         * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
20060         floating point number rounding mode to round to the nearest
20061         representable mode.
20063 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
20065         * g++.old-deja/g++.other/mangle2.C: New test.
20067 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
20069         * gcc.c-torture/compile/20010124-1.c: New test.
20071 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
20073         * g++.old-deja/g++.pt/spec38.C: New test.
20075 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
20077         * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
20078         "Build don't run".
20080 2001-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
20082         * gcc.c-torture/execute/20010123-1.c: New test.
20084 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
20086         * g++.old-deja/g++.pt/spec37.C: New test.
20088 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
20090         * g++.old-deja/g++.pt/overload14.C: New test.
20092 2001-01-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
20094         * gcc.c-torture/execute/20010122-1.c: New test, exercise
20095         __builtin_return_address.
20097 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
20099         * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
20100         * g++.old-deja/g++.pt/spec35.C: New test.
20101         * g++.old-deja/g++.pt/spec36.C: New test.
20103 2001-01-20  Jakub Jelinek  <jakub@redhat.com>
20105         * gcc.c-torture/compile/20010118-1.c: New test.
20107 2001-01-20  Neil Booth  <neil@daikokuya.demon.co.uk>
20109         * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
20111 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
20113         * gcc.c-torture/execute/20010119-1.c: New test.
20115 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
20117         * g++.old-deja/g++.other/vbase5.C: New test.
20119 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
20121         * gcc.c-torture/execute/20010118-1.c: New test.
20123 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
20125         * g++.old-deja/g++.pt/deduct3.C: New test.
20127 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
20129         * g++.old-deja/g++.pt/spec34.C: New test.
20131 2001-01-19  "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
20133         * g77.f-torture/compile/20000601-2.f: New test.
20135 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
20137         * g++.old-deja/g++.other/init17.C: New test.
20139 2001-01-18  Alexandre Oliva  <aoliva@redhat.com>
20141         * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
20143 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
20145         * g++.old-deja/g++.pt/unify8.C: New test.
20147 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
20149         * g++.old-deja/g++.abi/vbase1.C: New test.
20151 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
20153         * g++.old-deja/g++.pt/crash65.C: New test.
20155 2001-01-18  Neil Booth  <neil@daikokuya.demon.co.uk>
20157         * gcc.dg/cpp/assembl2.S: New test case.
20159 2001-01-17  Jeffrey Oldham  <oldham@codesourcery.com>
20161         * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
20162         are supported.
20164 2001-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20166         * g++.old-deja/g++.other/builtins1.C: New test.
20167         * g++.old-deja/g++.other/builtins2.C: Likewise.
20168         * g++.old-deja/g++.other/builtins3.C: Likewise.
20169         * g++.old-deja/g++.other/builtins4.C: Likewise.
20171 2001-01-17  Jakub Jelinek  <jakub@redhat.com>
20173         * gcc.c-torture/compile/20010117-1.c: New test.
20174         * gcc.c-torture/compile/20010117-2.c: New test.
20176 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
20178         * g77.f-torture/execute/20010116.[fx]: New test,
20179         XFAIL on i?86-*-*.
20180         * g77.f-torture/compile/20010115.f: Indicate it's
20181         a test for PR fortran/1636.
20183 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
20185         * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
20187 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
20189         * g77.f-torture/compile/20010115.f: New test.
20191 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
20193         * g++.old-deja/g++.pt/nontype5.C: New test.
20195 2001-01-15  Neil Booth  <neil@daikokuya.demon.co.uk>
20197         * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
20198         have an equivalent working one below it.
20200 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
20202         * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
20203         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
20205 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
20207         * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
20208         message containing "init_priority".
20209         (conpr-2.C): Likewise.
20210         (conpr-3.C): Likewise.
20211         * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
20213 2001-01-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
20215         * gcc.c-torture/execute/20010114-2.c: New test.
20217 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
20219         * gcc.c-torture/compile/20010114-1.c: New test.
20220         * gcc.c-torture/compile/20010114-1.x: Xfail.
20221         * gcc.c-torture/compile/20010114-2.c: New test.
20222         * gcc.c-torture/execute/20010114-1.c: New test.
20223         * gcc.dg/trunc-1.c: New test.
20224         * gcc.dg/uninit-B.c: New test.
20226 2001-01-13  Nick Clifton  <nickc@redhat.com>
20228         * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
20229         target.
20231 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
20233         * gcc.c-torture/compile/20010113-1.c: New test.
20235 2001-01-13  Jakub Jelinek  <jakub@redhat.com>
20237         * gcc.c-torture/compile/20001212-1.c: New test.
20239 2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
20241         * gcc.dg/cpp/widestr1.c: Update.
20242         * gcc.dg/cpp/prag-imp.c: Remove.
20244 2001-01-12  Jakub Jelinek  <jakub@redhat.com>
20246         * gcc.c-torture/execute/20000801-3.x: Remove.
20247         * gcc.dg/c90-init-1.c: New test.
20248         * gcc.dg/c99-init-1.c: New test.
20249         * gcc.dg/c99-init-2.c: New test.
20250         * gcc.dg/gnu99-init-1.c: New test.
20252 2001-01-12  Richard Earnshaw <rearnsha@arm.com>
20254         * lib/f-torture.exp (f_torture_compile): Prune the warnings before
20255         testing that no relevant ones were found.
20257 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
20259         * g++.old-deja/g++.pt/cast2.C: New test.
20261 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
20263         * g++.old-deja/g++.pt/friend47.C: New test.
20265 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
20267         * g++.old-deja/g++.pt/instantiate13.C: New test.
20269 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
20271         * g++.old-deja/g++.other/defarg7.C: New test.
20272         * g++.old-deja/g++.other/defarg8.C: New test.
20274 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
20276         * g++.old-deja/g++.pt/crash64.C: New test.
20278 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
20280         * g++.old-deja/g++.pt/crash63.C: New test.
20282 2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>
20284         * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
20286 2001-01-10  Alan Lehotsky  <lehotsky@tiac.net>
20288         * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
20290 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
20292         * g++.old-deja/g++.pt/error3.C: New test.
20294 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
20296         * g++.old-deja/g++.other/crash39.C: New test.
20298 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
20300         * g++.old-deja/g++.other/vbase4.C: New test.
20302 2001-01-08  Jonathan Larmour  <jlarmour@redhat.com>
20304         * gcc.dg/20000419-2.c: Move to "special" subdirectory.
20305         * gcc.dg/special/20000419-2.c: New file. Identical to above.
20306         * gcc.dg/special/special.exp: New test driver which will check
20307         for alias support for the above test.
20309 2001-01-09  Alan Lehotsky  <lehotsky@tiac.net>
20311         * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
20312         problems on small machines.
20313         * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
20314         parameterize.
20316 2001-01-09  Jeffrey Oldham  <oldham@codesourcery.com>
20318         * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
20319         mips.
20320         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
20322 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
20324         * g++.old_deja/g++.pt/using8.C: New test.
20326 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
20328         * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
20330 2000-01-08  Loren J. Rittle  <ljrittle@acm.org>
20332         * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
20333         where a failure is expected.
20334         * gcc.c-torture/execute/ieee/rbug.x: Likewise.
20336 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
20338         * g++.old_deja/g++.pt/instantiate12.C: New test.
20340 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
20342         * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
20343         start of structs.
20344         * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
20345         * g++.old-deja/g++.brendan/crash17.C: Likewise.
20346         * g++.old-deja/g++.brendan/crash29.C: Likewise.
20347         * g++.old-deja/g++.brendan/crash48.C: Likewise.
20348         * g++.old-deja/g++.brendan/ns1.C: Likewise.
20349         * g++.old-deja/g++.brendan/warnings1.C: Likewise.
20350         * g++.old-deja/g++.bugs/900205_04.C: Likewise.
20351         * g++.old-deja/g++.bugs/900514_03.C: Likewise.
20352         * g++.old-deja/g++.eh/spec6.C: Likewise.
20353         * g++.old-deja/g++.jason/crash3.C: Likewise.
20354         * g++.old-deja/g++.law/ctors11.C: Likewise.
20355         * g++.old-deja/g++.law/ctors17.C: Likewise.
20356         * g++.old-deja/g++.law/ctors5.C: Likewise.
20357         * g++.old-deja/g++.law/ctors9.C: Likewise.
20358         * g++.old-deja/g++.mike/ambig1.C: Likewise.
20359         * g++.old-deja/g++.mike/net22.C: Likewise.
20360         * g++.old-deja/g++.mike/p3538a.C: Likewise.
20361         * g++.old-deja/g++.mike/p3538b.C: Likewise.
20362         * g++.old-deja/g++.mike/virt3.C: Likewise.
20363         * g++.old-deja/g++.niklas/t128.C: Likewise.
20364         * g++.old-deja/g++.other/anon4.C: Likewise.
20365         * g++.old-deja/g++.other/using1.C: Likewise.
20366         * g++.old-deja/g++.other/warn3.C: Likewise.
20367         * g++.old-deja/g++.pt/t37.C: Likewise.
20368         * g++.old-deja/g++.robertl/eb69.C: Likewise.
20369         * g++.old-deja/g++.robertl/eb71.C: Likewise.
20371 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
20373         * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
20375 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20377         * gcc.c-torture/execute/stdio-opt-3.c: New test.
20379 2001-01-07  Jakub Jelinek  <jakub@redhat.com>
20381         * gcc.c-torture/compile/20010107-1.c: New test.
20383 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
20385         * gcc.c-torture/execute/builtin-noret-1.c: New test.
20387 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
20389         * gcc.dg/format/format.h: New file.
20390         * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
20391         gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
20392         gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
20393         gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
20394         gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
20395         gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
20396         gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
20397         gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
20398         gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
20399         gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
20400         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
20401         gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
20402         gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
20403         gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
20404         gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
20405         gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
20406         gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
20407         gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
20408         gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
20409         gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
20410         gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
20411         instead of declaring standard types, macros and functions in each
20412         test.
20414 2001-01-06  Alexandre Oliva  <aoliva@redhat.com>
20416         * gcc.c-torture/execute/20010106-1.c: New test.
20418 2001-01-06  Joseph S. Myers  <jsm28@cam.ac.uk>
20420         * gcc.dg/format/format.exp: New file.
20421         * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
20422         * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
20423         * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
20424         * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
20425         * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
20426         * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
20427         * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
20428         * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
20429         * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
20430         * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
20431         * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
20432         * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
20433         * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
20434         * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
20435         * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
20436         * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
20437         * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
20438         * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
20439         * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
20440         * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
20441         * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
20442         * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
20443         * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
20444         * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
20445         * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
20446         * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
20447         * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
20448         * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
20449         * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
20450         * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
20451         * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
20452         * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
20453         * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
20454         * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
20455         * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
20456         * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
20457         * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
20458         * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
20459         * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
20460         * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
20461         * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
20462         * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
20464 2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
20466         * gcc.c-torture/execute/991228-1.c: Take word endianness into
20467         account.
20469 2001-01-05  Joseph S. Myers  <jsm28@cam.ac.uk>
20471         * gcc.c-torture/execute/builtin-complex-1.c: New test.
20473 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
20475         * g++.old-deja/g++.pt/crash62.C: New test.
20477 2001-01-04  Richard Henderson  <rth@redhat.com>
20479         * gcc.dg/20000926-1.c: Update expected warnings.
20480         * gcc.dg/array-2.c: Likewise.
20481         * gcc.dg/array-4.c: Also validate flexible array members.
20482         * gcc.dg/c99-flex-array-1.c: New.
20484 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
20486         * gcc.c-torture/compile/20001222-1.x: Remove.
20488 2001-01-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
20490         * gcc.c-torture/execute/built-in-setjmp.c: New.
20492 2001-01-03  Richard Henderson  <rth@redhat.com>
20494         * gcc.dg/940510-1.c: Update expected error wording.
20495         * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
20497 2001-01-03  Jeffrey Oldham  <oldham@codesourcery.com>
20499         * lib/target-supports.exp (check_alias_available): Modified to
20500         indicate aliases not supported if only weak aliases are supported.
20502 2001-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20504         * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
20505         Turn on cmpstrsi checks for __pj__ and __i370__.
20507 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
20509         * g++.old-deja/g++.other/virtual11.C: New test.
20511 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
20513         * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
20515 2001-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20517         * gcc.c-torture/compile/20010102-1.c: New test.
20519 2001-01-02  Andreas Jaeger  <aj@suse.de>
20521         * gcc.dg/noreturn-3.c: New test.
20523         * gcc.dg/noreturn-4.c: New test.
20525 2001-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20527         * gcc.c-torture/execute/stdio-opt-1.c: Also test
20528         __builtin_fputc and __builtin_fwrite.
20530 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
20532         * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
20533         signed char, not default char.
20535 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
20537         * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
20539 2000-12-30  David Billinghurst <David.Billinghurst@riotinto.com>
20541         * lib/g++.exp:  Use sh to exec ${odir_v3}/tests_flags
20543 2000-12-29  Richard Henderson  <rth@redhat.com>
20545         * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
20546         (__cyg_profile_func_exit): Define.
20548 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
20550         * g++.dg/vtgc1.C: New test.
20552 2000-12-28  Geoffrey Keating  <geoffk@redhat.com>
20554         * gcc.dg/noncompile/20001228-1.c: New test.
20556         * gcc.dg/20001228-1.c: New test.
20558         * gcc.c-torture/execute/20001228-1.c: New test.
20560 2000-12-28  Joseph S. Myers  <jsm28@cam.ac.uk>
20562         * gcc.dg/format-strfmon-1.c: New test.
20564 2000-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20566         * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
20567         * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
20568         * gcc.c-torture/execute/string-opt-1.c: Likewise.
20569         * gcc.c-torture/execute/string-opt-2.c: Likewise.
20570         * gcc.c-torture/execute/string-opt-3.c: Likewise.
20571         * gcc.c-torture/execute/string-opt-4.c: Likewise.
20572         * gcc.c-torture/execute/string-opt-6.c: Likewise.
20573         * gcc.c-torture/execute/string-opt-7.c: Likewise.
20574         * gcc.c-torture/execute/string-opt-8.c: Likewise.
20575         * gcc.c-torture/execute/string-opt-9.c: Likewise.
20576         * gcc.c-torture/execute/string-opt-10.c: Likewise.
20577         * gcc.c-torture/execute/string-opt-11.c: Likewise.
20578         * gcc.c-torture/execute/string-opt-12.c: Likewise.
20580         * gcc.c-torture/execute/string-opt-3.c: Test rindex.
20581         * gcc.c-torture/execute/string-opt-4.c: Test index.
20583 2000-12-26  Geoffrey Keating  <geoffk@redhat.com>
20585         * gcc.c-torture/compile/20001226-1.c: New test.
20587 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
20589         * gcc.c-torture/compile/20001222-1.c: New test.
20590         * gcc.c-torture/compile/20001222-1.x: Xfail.
20592 2000-12-22  Alexandre Oliva  <aoliva@redhat.com>
20594         * gcc.c-torture/execute/comp-goto-2.c: New test.
20596 2000-12-21  J"orn Rennecke <amylaar@redhat.com>
20598         * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
20599         Use long types if __INT_MAX__ is 32767.
20600         (main): Use cast to (sint32 *) when poking 88 into a_page.
20602         * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
20604 2000-12-21  Bernd Schmidt  <bernds@redhat.com>
20606         * gcc.c-torture/compile/20001221-1.c: New test.
20607         * gcc.c-torture/execute/20001221-1.c: New test.
20609 2000-12-20  Richard Henderson  <rth@redhat.com>
20611         * g++.old-deja/g++.pt/crash36.C: Update error lines.
20612         * g++.old-deja/g++.robertl/eb109.C: Likewise.
20614 2000-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20616         * gcc.dg/compare3.c: New test.
20618 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
20620         * gcc.dg/format-warnll-1.c: New test.
20622 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
20624         * gcc.dg/cpp/cmdlne-P.c: New test.
20626 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
20628         * gcc.c-torture/execute/builtin-abs-1.c,
20629         gcc.c-torture/execute/builtin-abs-2.c: New tests.
20631 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
20633         * gcc.dg/cpp/multiline.c: New test.
20635 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
20637         * g++.old-deja/g++.other/syshdr1.C: Update.
20638         * gcc.dg/cpp/lineflags.c: Remove temporarily.
20640 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
20642         * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
20644 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
20646         * g++.old-deja/g++.pt/ttp65.C: New test.
20648 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
20650         * g++.old-deja/g++.pt/ttp64.C: New test.
20652 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
20654         * g++.old-deja/g++.pt/spec33.C: New test.
20656 2000-12-14  Catherine Moore  <clm@redhat.com>
20658         * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
20659         * gcc.c-torture/execute/920612-2.c: Likewise.
20660         * gcc.c-torture/execute/920428-2.c: Likewise.
20661         * gcc-c-torture/execute/va-arg-11.c: Call exit.
20662         * gcc.c-torture/execute/va-arg-21.c: Likewise.
20664 2000-12-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
20666         * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
20667         * gcc.dg/pack-test-2.c: Likewise.
20669 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
20671         Tests by Zack Weinberg <zackw@stanford.edu>.
20673         * gcc.dg/cpp/defined.c: Update.
20674         * gcc.dg/cpp/defined_trad.c: New tests.
20676 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
20678         * gcc.dg/cpp/trad-direct.c: Update.
20680 2000-12-11  Neil Booth  <neilb@earthling.net>
20682         * gcc.dg/cpp/defined_trad.c
20684 2000-12-11  Neil Booth  <neilb@earthling.net>
20686         * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
20688 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
20690         * gcc.dg/format-miss-2.c: New test.
20692 2000-12-09  Neil Booth  <neilb@earthling.net>
20694         * gcc.dg/cpp/lineflags.c: New tests.
20695         * gcc.dg/cpp/poison.c: Update.
20696         * gcc.dg/cpp/redef2.c: Update.
20697         * gcc.dg/cpp/skipping.c: New test.
20699 2000-12-07  Geoffrey Keating  <geoffk@redhat.com>
20701         * g++.old-deja/g++.other/eh3.C: New testcase.
20703 2000-12-07  Neil Booth  <neilb@earthling.net>
20705         * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
20706         wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
20707         wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
20708         wtr-union-init-2.c, wtr-union-init-3.c: Update.
20709         * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
20710         Update.
20712 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
20714         * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
20715         __SIZE_TYPE__ instead of int for type of integers cast to
20716         pointers.
20718 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
20720         * g++.old-deja/g++.other/cleanup4.C: New test.
20722 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
20724         * format-sec-1.c: New test.
20726 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
20728         * gcc.dg/format-nonlit-3.c: New test.
20730 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
20732         * gcc.dg/c90-printf-1.c: Add test for printf formats reading
20733         through a null pointer.
20735 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
20737         * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
20738         * g++.old-deja/g++.pt/partial4.C: New test.
20740 2000-12-06  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
20742         * gcc.c-torture/execute/ieee/hugeval.x: New.
20744 2000-12-06  Neil Booth  <neilb@earthling.net>
20746         * gcc.dg/cpp/backslash2.c: New tests.
20748 2000-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20750         * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
20751         * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
20753 2000-12-05  Geoffrey Keating  <geoffk@redhat.com>
20755         * gcc.c-torture/execute/20001203-2.c: New testcase.
20757 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
20759         * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
20760         * g++.old-deja/g++.other/virtual10.C: New test.
20762 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
20764         * g++.old-deja/g++.mike/pmf5.C: Remove test.
20766 2000-12-05  Richard Henderson  <rth@redhat.com>
20768         * gcc.c-torture/compile/20001205-1.c: New.
20770 2000-12-04  Neil Booth  <neilb@earthling.net>
20772         * g++.old-deja/g++.other/virtual9.C: New test.
20773         * g++.old-deja/g++.pt/crash61.C: New test.
20774         * gcc.c-torture/execute/loop-9.c: New test.
20776 2000-12-04  Neil Booth  <neilb@earthling.net>
20778         * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
20779         * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
20780         * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
20781         * gcc.dg/cpp/extratokens.c: ...here.
20783 2000-12-04  Neil Booth  <neilb@earthling.net>
20785         * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
20786         New tests.
20788 2000-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20790         * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
20791         * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
20793 2000-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
20795         * gcc.c-torture/execute/20001203-1.c: New test.
20797 2000-12-03  Neil Booth  <neilb@earthling.net>
20799         * gcc.dg/cpp/macro6.c: New test cases.
20801 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20803         * gcc.c-torture/execute/string-opt-9.c: New test.
20804         * gcc.c-torture/execute/string-opt-10.c: Likewise.
20805         * gcc.c-torture/execute/string-opt-11.c: Likewise.
20806         * gcc.c-torture/execute/string-opt-12.c: Likewise.
20808         * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
20809         * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
20811 2000-12-02  Geoffrey Keating  <geoffk@redhat.com>
20813         * gcc.dg/cpp/if-6.c: New testcase.
20815         * gcc.dg/20001201-1.c: New testcase.
20817 2000-12-02  Neil Booth  <neilb@earthling.net>
20819         * g++.old-deja/g++.other/externC4.C,
20820         g++.old-deja/g++.other/friend10.C: New tests.
20822 2000-12-02  Neil Booth  <neilb@earthling.net>
20824         * g++.old-deja/g++.other/instan2.C
20825         * g++.old-deja/g++.other/instan3.C: New test.
20827 2000-12-02  Neil Booth  <neilb@earthling.net>
20829         * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
20830         c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
20831         gnuc99.c,gnuc99-pedantic.c: New tests.
20833 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
20835         * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
20836         gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
20838 2000-12-01  Neil Booth  <neilb@earthling.net>
20840         * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
20841         * gcc.dg/cpp/poison.c: Update.
20842         * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
20844 2000-12-01  Toon Moene  <toon@moene.indiv.nluug.nl>
20846         * g77.f-torture/execute/20001201.f: New test.
20848 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
20850         * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
20852 2000-12-01  Jakub Jelinek  <jakub@redhat.com>
20854         * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
20856 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
20858         * g++.old-deja/g++.other/cast6.C: New test.
20860 2000-11-30  Geoffrey Keating  <geoffk@redhat.com>
20862         * gcc.c-torture/execute/20001130-2.c: New testcase.
20864 2000-11-30  Richard Henderson  <rth@redhat.com>
20866         * gcc.c-torture/execute/20001130-1.c: New test.
20868 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
20870         * g++.old-deja/g++.other/op3.C: New test.
20872 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
20874         * g++.old-deja/g++.other/op2.C: New test.
20876 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
20878         * g++.old-deja/g++.other/crash38.C: New test.
20880 2000-11-29  Toon Moene  <toon@moene.indiv.nluug.nl>
20882         * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
20884 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
20886         * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
20887         tests.
20888         * gcc.c-torture/execute/string-opt-6.c: New test.
20890         * gcc.dg/20001117-1.c: Add main.
20892 2000-11-28  Geoffrey Keating  <geoffk@redhat.com>
20894         * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
20895         Move from here ...
20896         * gcc.dg/940510-1.c: ... to here.
20898         * gcc.dg/20000926-1.c: GNU C now allows initializations of
20899         zero-size arrays in toplevel structures.
20901 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
20903         * gcc.c-torture/execute/loop-8.c: New test.
20905 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
20907         * g++.old-deja/g++.other/base1.C: New test.
20909 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
20911         * g++.old-deja/g++.other/parse2.C: New test.
20913 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
20915         * g++.old-deja/g++.pt/incomplete1.C: New test.
20917 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
20919         * g++.old-deja/g++.other/friend9.C: New test.
20921 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
20923         * gcc.dg/20001127-1.c: New test.
20925 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
20927         * g++.old-deja/g++.pt/friend46.C: New test.
20929 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
20931         * g++.old-deja/g++.other/ptrmem8.C: New test.
20933 2000-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20935         * gcc.c-torture/execute/string-opt-7.c: New test.
20936         * gcc.c-torture/execute/string-opt-8.c: Likewise.
20938 2000-11-26  Gabriel Dos Reis  <gdr@codesourcery.com>
20940         * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
20941         instead of 'mkcheck 2'.
20943 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
20945         * gcc.c-torture/execute/memcheck/driver.c,
20946         gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
20947         C9X references to refer to C99.
20949 2000-11-25  Jakub Jelinek  <jakub@redhat.com>
20951         * gcc.dg/ultrasp3.c: New test.
20953 2000-11-25  Neil Booth  <neilb@earthling.net>
20955         * gcc.dg/cpp/include2.c: Update test to be locale independent.
20957 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>
20959         * gcc.c-torture/compile/20001123-2.c: New.
20961 2000-11-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
20963         * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
20965 2000-11-24  Bernd Schmidt  <bernds@redhat.co.uk>
20967         * gcc.dg/sequence-point-1.c: Add some new tests.
20968         * gcc.c-torture/execute/20001124-1.c: New test.
20970 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
20972         * g++.old-deja/g++.other/vaarg4.C: New test.
20973         * gcc.c-torture/compile/20001123-1.c: New test.
20975 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
20977         * g++.other/crash24.C: Adjust and remove XFAIL.
20978         * g++.other/crash37.C: New test.
20980 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
20982         * g++.old-deja/g++.pt/instantiate9.C: New test.
20984 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
20986         * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
20987         new ABI, too.
20989         * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
20990         * g++.old-deja/g++.robertl/eb55.C: Likewise.
20992 2000-11-22  Neil Booth  <neilb@earthling.net>
20994         * gcc.dg/cpp/Wtrigraphs.c: New test.
20996 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
20998         * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
21000 2000-11-22  Jakub Jelinek  <jakub@redhat.com>
21002         * gcc.c-torture/execute/ieee/20001122-1.c: New test.
21004 2000-11-22  Hans-Peter Nilsson  <hp@bitrange.com>
21006         * lib/gcc-dg.exp: load_lib scanasm.exp.
21007         (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
21008         * lib/g++-dg.exp: load_lib scanasm.exp.
21009         * lib/scanasm.exp: New.
21010         (scan-assembler, scan-assembler-not): Add optional arguments to
21011         test name, or if not present, the pattern name.
21012         (scan-assembler-dem, scan-assembler-dem-not): New.
21014         * g++.dg/dg.exp: New.
21016 2000-11-21  Neil Booth  <neilb@earthling.net>
21018         * gcc.dg/cpp/integrated1.c: Remove.
21020 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
21022         * gcc.c-torture/execute/20001121-1.c: New test.
21024 2000-11-21  Richard Henderson  <rth@redhat.com>
21026         * gcc.c-torture/compile/20001121-1.c: New test.
21028 2000-11-20  Neil Booth  <neilb@earthling.net>
21030         * gcc.dg/cpp/integrated1.c: New test.
21032 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
21034         * g++.old-deja/g++.other/inline17.C: New test.
21036 2000-11-20  Donald Lindsay  <dlindsay@redhat.com>
21038         * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
21039         local variable to be zero: I made the variable global. Now
21040         uses abort() and exit() instead of relying on main's return value.
21042 2000-11-20  Neil Booth  <neilb@earthling.net>
21044         * gcc.dg/cpp/paste2.c: Update test.
21045         * objc/execute/paste.m: New test.
21047 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
21049         * gcc.dg/c99-condexpr-1.c: New test.
21051 2000-11-20  Neil Booth  <neilb@earthling.net>
21053         * gcc.dg/cpp/macsyntx.c: Use correct command line option.
21055 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
21057         * g++.old-deja/g++.pt/export1.C: New test.
21059 2000-11-20  Jakub Jelinek  <jakub@redhat.com>
21061         * gcc.dg/20001117-1.c: New test.
21063 2000-11-18  Richard Henderson  <rth@redhat.com>
21065         * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
21067 2000-11-18  Richard Henderson  <rth@redhat.com>
21069         * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
21070         * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
21071         * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
21073 2000-11-18  Richard Henderson  <rth@redhat.com>
21075         * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
21076         (main): New.  Exit cleanly.
21078 2000-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
21080         * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
21081         gcc.dg/c99-fordecl-2.c: New tests.
21083 2000-11-18  Richard Henderson  <rth@redhat.com>
21085         * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
21086         * gcc.c-torture/execute/zerolen-2.c: New.
21088 2000-11-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
21090         * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
21091         memory.
21093 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
21095         * g++.old-deja/g++.pt/instantiate8.C: New test.
21097 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
21099         * g++.old-deja/g++.other/incomplete.C: Add more tests.
21100         * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
21102 2000-11-16  Nick Clifton  <nickc@redhat.com>
21104         * gcc.c-torture/execute/nestfunc-2.c: New test.
21105         * gcc.c-torture/execute/nestfunc-3.c: New test.
21107 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
21109         * gcc.c-torture/compile/20001116-1.c: New test.
21111 2000-11-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
21113         * gcc.c-torture/execute/20001115-1.c: New test.
21115 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
21117         * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
21118         * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
21119         * g++.old-deja/g++.abi/ptrflags.C: Likewise.
21120         * g++.old-deja/g++.abi/vmihint.C: Likewise.
21122 2000-11-15  Neil Booth  <neilb@earthling.net>
21124         gcc.dg/cpp/_Pragma1.c: Update.
21125         gcc.dg/cpp/_Pragma2.c: New test.
21127 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
21129         * g++.old-deja/g++.other/anon5.C: New test.
21131 2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
21133         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
21134         tests.
21136 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
21138         * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
21139         output.
21141 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
21143         * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
21144         labels at end of compound statements.
21146 2000-11-13  Jakub Jelinek  <jakub@redhat.com>
21148         * gcc.c-torture/execute/loop-7.c: New test.
21150 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
21152         * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
21154 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
21156         * gcc.dg/c99-bool-1.c: New test.
21158 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
21160         * gcc.dg/c99-scope-1.c: Remove xfail.
21161         * gcc.dg/c99-scope-2.c: New test.
21163 2000-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21165         * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
21166         * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
21168 2000-11-11  Mark Mitchell  <mark@codesourcery.com>
21170         * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
21171         error messages.
21173         * g++.mike/p700.C: Don't typedef wchar_t.
21174         * g++.mike/p784.C: Likewise.
21175         * g++.mike/eb101.C: Don't use __wchar_t.
21177 2000-11-11  Toon Moene  <toon@moene.indiv.nluug.nl>
21179         * g77.f-torture/execute/20001111.[fx]: Test premature exit
21180         from DO loop.
21182 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
21184         * gcc.c-torture/execute/20001111-1.c: New test.
21186 2000-11-10  Nick Clifton  <nickc@redhat.com>
21188         * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
21189         long multuiple and accumulate.
21191 2000-11-09  Richard Henderson  <rth@redhat.com>
21193         * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
21194         via size_t instead of int.
21196         * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
21197         * gcc.c-torture/execute/string-opt-2.c: Likewise.
21198         * gcc.c-torture/execute/string-opt-3.c: Likewise.
21199         * gcc.c-torture/execute/string-opt-4.c: Likewise.
21201 2000-11-09  Geoffrey Keating  <geoffk@redhat.com>
21203         * gcc.c-torture/compile/20001109-1.c: New test.
21204         * gcc.c-torture/compile/20001109-2.c: New test.
21206 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
21208         * g++.old-deja/g++.pt/operator1.C: New test.
21209         * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
21211 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
21213         * gcc.dg/20001108-1.c: New test.
21215 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
21217         * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
21218         with both arguments constant strings.
21219         * gcc.c-torture/execute/string-opt-3.c: New test.
21220         * gcc.c-torture/execute/string-opt-4.c: New test.
21221         * gcc.c-torture/execute/string-opt-5.c: New test.
21223 2000-11-08  Nick Clifton  <nickc@redhat.com>
21225         * gcc.c-torture/execute/20001108-1.c: New test case.  Checks
21226         mulsidi3adddi patterns.
21228 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
21230         * g++.old-deja/g++.other/crash36.C: New test.
21232 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
21234         * g++.old-deja/g++.other/init16.C: New test.
21236 2000-11-06  Loren J. Rittle  <ljrittle@acm.org>
21238         * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
21240 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
21242         * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
21243         * gcc.c-torture/execute/va-arg-16.x: Likewise.
21244         * gcc.c-torture/execute/va-arg-17.x: Likewise.
21246 2000-11-07  DJ Delorie  <dj@redhat.com>
21248         * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
21250 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21252         * gcc.c-torture/execute/string-opt-1.c: New test.
21254 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
21256         * gcc.c-torture/execute/va-arg-15.x: New file.  Fails on
21257         mips-sgi-irix6.* because the MIPS ABI passes floating-point
21258         parameters in registers, and there is no way for a varargs
21259         function to know in which order the integer and floating-point
21260         parameters should be interleaved when they are placed on the
21261         stack.
21262         * gcc.c-torture/execute/va-arg-16.x: Likewise.
21263         * gcc.c-torture/execute/va-arg-17.x: Likewise.
21265 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21267         * gcc.c-torture/execute/string-opt-2.c: New test.
21269 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
21271         * g++.old-deja/g++.pt/crash60.C: New test.
21273 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
21275         * g++.old-deja/g++.other/crash24.C: New test.
21276         * g++.old-deja/g++.other/crash25.C: New test.
21277         * g++.old-deja/g++.other/crash26.C: New test.
21278         * g++.old-deja/g++.other/crash27.C: New test.
21279         * g++.old-deja/g++.other/crash28.C: New test.
21280         * g++.old-deja/g++.other/crash29.C: New test.
21281         * g++.old-deja/g++.other/crash30.C: New test.
21282         * g++.old-deja/g++.other/crash31.C: New test.
21283         * g++.old-deja/g++.other/crash32.C: New test.
21284         * g++.old-deja/g++.other/crash33.C: New test.
21285         * g++.old-deja/g++.other/crash34.C: New test.
21286         * g++.old-deja/g++.other/crash35.C: New test.
21288 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
21290         * gcc.c-torture/execute/20001031-1.c: New test.
21292 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
21294         * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
21295         namespace.
21297         * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
21298         standards-conformant.
21300         * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
21302         * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
21303         * g++.old-deja/g++.mike/p755a.C: Likewise.
21304         * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
21305         library makes no calls to `operator new' during initialization.
21307 2000-11-04  Neil Booth  <neilb@earthling.net>
21309         * gcc.dg/cpp/include2.c: New tests.
21311 2000-11-03  Mark P Mitchell  <mark@codesourcery.com>
21313         * lib/g++.exp (g++_set_ld_library_path): New function.
21314         Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
21316 2000-11-03  Bernd Schmidt  <bernds@redhat.co.uk>
21318         * gcc.dg/sequence-pt-1.c: A few new tests.  Unify output for bogus
21319         warnings.
21321 2000-11-01  Richard Henderson  <rth@redhat.com>
21323         * g++.old-deja/g++.ext/namedret1.C: New.
21324         * g++.old-deja/g++.ext/namedret2.C: New.
21325         * g++.old-deja/g++.ext/namedret3.C: New.
21327 2000-10-31  Geoffrey Keating  <geoffk@cygnus.com>
21329         * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
21330         * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
21332 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21334         * gcc.c-torture/execute/va-arg-21.c: New test.
21336 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
21338         * gcc.dg/c99-complex-2.c: New test.
21340 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21342         * gcc.c-torture/execute/stdio-opt-1.c: New test.
21344 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
21346         * g++.old-deja/g++.other/inline16.C: New test.
21348 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
21350         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
21351         __PRETTY_FUNCTION__
21353 2000-10-29  Neil Booth  <neilb@earthling.net>
21355         * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
21356         New tests.
21357         * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
21358         * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
21359         optimisation.
21361 2000-10-29  Neil Booth  <neilb@earthling.net>
21363         * gcc.dg/cpp/macro4.c, macro5.c: New tests.
21364         * mi1.c, mi1c.h: Add null directives to multiple-include test.
21365         * mi5.c: Test multiple includes work with -C.
21366         * trigraphs.c: Test ^= version.
21368 2000-10-28  Neil Booth  <neilb@earthling.net>
21370         New tests and test updates for new macro expander.
21372         * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
21373         endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
21374         paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
21375         tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
21376         new diagnostic messages.
21378         * gcc.dg/cpp/macro3.c: New tests.
21380 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
21382         * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
21383         on the same line.
21385 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
21387         * g++.old-deja/g++.other/eh2.C: New test.
21389 2000-10-27  Bernd Schmidt  <bernds@cygnus.co.uk>
21391         * gcc.c-torture/execute/20001027-1.c: New test.
21393 2000-10-26  Richard Henderson  <rth@redhat.com>
21395         * gcc.c-torture/execute/20001026-1.c: New.
21397 2000-10-26  Mark Mitchell  <mark@codesourcery.com>
21399         * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
21400         * g++.old-deja/g++.law/builtin1.C: Likewise.
21401         * g++.old-deja/g++.law/ctors10.C: Likewise.
21402         * g++.old-deja/g++.law/virtual3.C: Likewise.
21403         * g++.old-deja/g++.mike/p658.C: Likewise.
21404         * g++.old-deja/g++.other/sibcall1.C: Likewise.
21405         * g++.old-deja/g++.other/vaarg2.C: Likewise.
21406         * g++.old-deja/g++.robertl/eb124.C: Likewise.
21407         * g++.old-deja/g++.robertl/eb44.C: Likewise.
21408         * g++.old-deja/g++.robertl/eb77.C: Likewise.
21410 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
21412         * gcc.c-torture/compile/20001024-1.c: New test.
21414 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
21416         * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
21417         to tell us whether or not we are using V3.
21419 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
21421         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
21422         operands.
21424 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
21426         * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
21428 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
21430         * gcc.c-torture/execute/20001024-1.c: New test.
21432 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
21434         * g++.old-deja/g++.other/sibcall1.C: New test.
21436 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
21438         * gcc.dg/noncompile/init-3.c: New test.
21440 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
21442         * gcc.dg/format-array-1.c: New test.
21444 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
21446         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
21447         writing through null pointers; remove comment about testing
21448         unterminated strings.
21450 2000-10-17  Matthew Hiller  <hiller@redhat.com>
21452         * gcc.c-torture/execute/20001017-2.c: New test.
21454 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
21456         * gcc.c-torture/compile/20001018-1.c: New test.
21457         * gcc.c-torture/compile/20001018-1.x: Xfail.
21459 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
21461         * gcc.c-torture/execute/20001017-1.c: New test.
21463 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
21465         * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
21466         for multiple use of arguments with scanf formats; add tests for
21467         multiple use of arguments.
21469 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
21471         * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
21473 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
21475         * gcc.dg/format-miss-1.c: New test.
21477 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
21479         * gcc.c-torture/execute/20001013-1.c: New test.
21481 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
21483         * gcc.dg/format-branch-1.c: New test.
21485 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
21487         * README, lib/file-format.exp: Remove EGCS references.
21489 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
21491         * gcc.dg/20001013-1.c: New test.
21493 2000-10-15  Joseph S. Myers  <jsm28@cam.ac.uk>
21495         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
21496         for intmax_t in the compiler using __typeof__ and the type rules
21497         for conditional expressions.
21499 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
21501         * gcc.dg/20001012-1.c: New test.
21502         * gcc.dg/20001012-2.c: New test.
21504 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
21506         * gcc.dg/format-attr-1.c: New test.
21508 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
21510         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
21511         __LONG_LONG_MAX__ instead of LLONG_MAX.
21513 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
21515         * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
21516         scanf flags.
21517         * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
21518         flags.
21520 2000-10-11  Joseph S. Myers  <jsm28@cam.ac.uk>
21522         * gcc.dg/sequence-pt-1.c: New test.
21524 2000-10-11  Geoff Keating  <geoffk@cygnus.com>
21526         * gcc.c-torture/execute/20001011-1.c: New testcase.
21527         Testcase provided by Zack Weinberg <zackw@stanford.edu>.
21529 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
21531         * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
21532         does not error on it.
21534 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
21536         * gcc.dg/20001009-1.c: New test.
21538 Mon Oct  9 23:32:06 MET DST 2000  Jan Hubicka  <jh@suse.cz>
21540         * gcc.c-torture/compile/20001009-1.c: Move from here ....
21541         * gcc.c-torture/execute/20001009-2.c: ... to here.
21543 2000-10-09  Geoff Keating  <geoffk@cygnus.com>
21545         * gcc.c-torture/compile/20001009-1.c: New testcase.
21546         * gcc.c-torture/execute/20001009-1.c: New testcase.
21547         Testcases provided by Jan Hubicka <jh@suse.cz>.
21549 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
21551         * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
21552         gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
21553         uintmax_t using <limits.h> to emulate the compiler's internal
21554         logic.  No longer XFAIL %j tests.
21556 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
21558         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
21559         gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
21560         gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
21561         regexps and details of expected handling of some bad formats.
21562         * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
21563         suppression.
21565 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
21567         * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
21568         g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
21569         g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
21570         gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
21571         in list archives.
21573 2000-10-06  Richard Henderson  <rth@cygnus.com>
21575         * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
21576         * g++.old-deja/g++.brendan/crash52.C: Likewise.
21577         * g++.old-deja/g++.jason/report.C: Likewise.
21578         * g++.old-deja/g++.law/friend5.C: Likewise.
21579         * g++.old-deja/g++.mike/p646.C: Likewise.  Adjust the spelling
21580         of the expected warnings.
21582 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
21584         * g++.old-deja/g++.pt/enum14.C: New test.
21586 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
21588         * g++.old-deja/g++.pt/crash59.C: New test.
21590 2000-10-04  Will Cohen  <wcohen@redhat.com>
21592         * gcc.dg/20000926-1.c: New test.
21594 2000-10-03  Geoff Keating  <geoffk@cygnus.com>
21596         * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
21597         function name for current C++ compiler.
21598         Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
21600 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
21602         * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
21603         __PRETTY_FUNCTION__.
21604         * g++.old-deja/g++.ext/pretty2.C: Likewise.
21606 2000-09-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21608         * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
21610 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
21612         * gcc.c-torture/compile/20000923-1.c: New test.
21614 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
21616         * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
21617         * g++.old-deja/g++.pt/ttp62.C: Same.
21618         * g++.old-deja/g++.other/inline14.C: Same.
21620 2000-09-24  Richard Henderson  <rth@cygnus.com>
21622         * gcc.c-torture/execute/20000914-1.c: Declare malloc.
21624 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
21626         * gcc.dg/c90-printf-1.c: Add test for wide string format.
21628 2000-09-22  Geoff Keating  <geoffk@cygnus.com>
21630         * gcc.c-torture/compile/20000922-1.c: New file.
21632 2000-09-21  Nick Clifton  <nickc@redhat.com>
21634         * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
21635         a signed long modulo operation.
21636         (mod6): New function - perform an unsigned long modulo operation.
21637         (main): Add tests for modulos of very large numbers by very small
21638         dividends.
21640 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21642         * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
21644 2000-09-19  Richard Henderson  <rth@cygnus.com>
21646         * gcc.dg/compare2.c (case 10): XFAIL.
21648 2000-09-18  Richard Henderson  <rth@cygnus.com>
21650         * gcc.c-torture/execute/20000906-1.c: Move ...
21651         * gcc.dg/20000906-1.c: ... here.  Only run on targets
21652         that support __builtin_trap.
21654 Mon 18-Sep-2000 19:23:11 BST  Neil Booth  <NeilB@earthling.net>
21656         * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
21658 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
21660         * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
21661         * gcc.dg/format-xopen-1.c: Fix error in one $ format test.  Add
21662         more $ format tests.
21664 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
21666         * gcc.dg/format-errmk-1.c: New test.
21668 2000-09-17  Greg McGary  <greg@mcgary.org>
21670         * gcc.c-torture/execute/20000917-1.x: Remove.
21672 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
21674         * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
21676 2000-09-17  Greg McGary  <greg@mcgary.org>
21678         * gcc.c-torture/execute/20000917-1.c: New test.
21679         * gcc.c-torture/execute/20000917-1.x: XFAIL.
21681 2000-09-16  Neil Booth  <NeilB@earthling.net>
21683         * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
21684         in nested macro bug.
21686 2000-09-15  Neil Booth  <NeilB@earthling.net>
21688         * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
21690 2000-09-14  Jeffrey A Law  (law@cygnus.com)
21692         * gcc.c-torture/execute/20000914-1.c: New test.
21694 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
21696         * g++.other/inline13.C: New test.
21698 2000-09-12  Andreas Jaeger  <aj@suse.de>
21700         * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
21701         constant by Ulrich Drepper <drepper@redhat.com>.
21703 2000-09-12  J"orn Rennecke <amylaar@redhat.co.uk>
21705         * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
21707 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21709         * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
21711 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
21713         * gcc.dg/cpp/backslash.c: New test.
21715 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
21717         * gcc.c-torture/execute/20000910-1.c: New test.
21718         * gcc.c-torture/execute/20000910-2.c: Likewise.
21720 2000-09-11  Robert Lipe  <robertl@sco.com>
21722         * gcc.dg/pragma-align.c: New test.
21724 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
21726         * g++.old-deja/g++.pt/explicit82.C: New test.
21727         * g++.old-deja/g++.pt/explicit83.C: New test.
21729 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
21731         * gcc.dg/asm-names.c: New test.
21733 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21735         * gcc.dg/cpp/tr-warn6.c: New test
21737 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
21739         * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
21740         be accepted.
21742 2000-09-07  Catherine Moore  <clm@redhat.com>
21744         * gcc.c-torture/execute/unroll-1.c: New test.
21746 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
21748         * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
21749         ERROR markers.
21750         * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
21751         * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
21752         * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
21753         * gcc.dg/wtr-suffix-1.c: Correct error regexps.
21754         * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
21755         Preprocess only.
21756         * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
21757         * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
21759 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
21761         * g++.old-deja/g++.pt/deduct2.C: New test.
21763 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
21765         * g++.old-deja/g++.pt/parms2.C: New test.
21767 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
21769         * g++.old-deja/g++.pt/crash58.C: New test.
21771 2000-09-06  Greg McGary  <greg@mcgary.org>
21773         * gcc.c-torture/execute/20000906-1.c: New test.
21774         * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
21776 2000-09-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21778         * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
21780 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
21782         * g++.old-deja/g++.pt/crash57.C: New test.
21784 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
21786         * g++.old-deja/g++.pt/crash56.C: New test.
21788 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
21790         * g++.old-deja/g++.pt/koenig1.C: New test.
21792 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
21794         * gcc.dg/20000904-1.c: New test.
21796 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
21798         * gcc.dg/cpp/paste8.c: New test.
21800 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
21802         * gcc.c-torture/compile/20000827-1.c: New test.
21804 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
21806         * gcc.dg/format-diag-1.c: New test.
21808 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
21810         * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
21811         gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
21812         gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
21813         gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
21814         gcc.dg/formatz-1.c: Adjust warning regular expressions.
21816 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
21818         * g++.old-deja/g++.other/nested4.C: New test.
21820 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
21822         * g++.old-deja/g++.ns/scoped1.C: New test.
21824 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
21826         * lib/g++.exp: Support testing already-installed GCC.
21828 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21830         * wtr-label-1.c, wtr-suffix-1.c: New tests.
21832 2000-08-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21834         * gcc.dg/return-type-2.c: New test.
21836 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
21838         * gcc.c-torture/compile/20000825-1.c: New test.
21840 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
21842         * gcc.dg/dwarf2-2.c: New test.
21844 2000-08-26  Zack Weinberg  <zack@wolery.cumb.org>
21846         * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
21847         dg-warning regexps.
21849 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
21851         * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
21852         gcc.dg/format-ext-5.c: New tests.
21854 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
21856         * testsuite/g++.old-deja/g++.other/crash22.C: New test.
21858 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
21860         * gcc.dg/noncompile/930622-2.c: Adjust error message.
21862 2000-08-24  Richard Henderson  <rth@cygnus.com>
21864         * gcc.dg/ia64-sync-1.c: New test.
21865         * gcc.dg/ia64-sync-2.c: New test.
21866         * gcc.dg/ia64-asm-1.c: New test.
21868 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
21870         * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
21871         * gcc.dg/format-ext-2.c: New test.
21873 2000-08-23  Jason Merrill  <jason@redhat.com>
21875         * lib/old-dejagnu.exp: Also ignore "In member function" and
21876         "At global scope".
21878 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21880         * gcc.dg/noncompile/label-lineno-1.c: New test.
21882 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
21884         * gcc.dg/c99-array-nonobj-1.c: New test.
21886 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
21888         * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
21889         tests.
21890         * gcc.dg/format-ext-1.c: New test.
21892 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21894         * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
21895         gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
21896         gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
21897         gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
21898         gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
21900 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
21902         * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
21903         gcc.dg/c99-strftime-2.c: New tests.
21905 2000-08-22  Richard Henderson  <rth@cygnus.com>
21907         * gcc.c-torture/execute/20000822-1.c: New test.
21909 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
21911         * gcc.c-torture/execute/20000819-1.x: Remove.
21913 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
21915         * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
21916         gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
21917         gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
21918         gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
21919         gcc.dg/format-xopen-1.c: New tests.
21921 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
21923         * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
21925 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
21927         * g++.old-deja/g++.other/loop2.C: New test.
21929         * gcc.c-torture/compile/20000606-1.c: New test.
21930         * gcc.c-torture/compile/20000728-1.c: New test.
21931         * gcc.c-torture/execute/20000801-1.c: New test.
21932         * gcc.c-torture/execute/20000801-2.c: New test.
21933         * gcc.c-torture/execute/20000819-1.c: New test.
21934         * gcc.c-torture/execute/20000819-1.x: XFAIL.
21935         * gcc.dg/20000629-1.c: New test.
21936         * gcc.dg/20000724-1.c: New test.
21937         * gcc.dg/20000807-1.c: New test.
21939 2000-08-20 Dennis Chernoivanov <cdi@sparc.spb.su>
21941         * gcc.dg/cpp/pragma-1.c: New test.
21942         * gcc.dg/cpp/pragma-2.c: New test.
21944 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
21946         * gcc.dg/cpp/lexstrng.c: Don't include string.h.
21947         * gcc.dg/cpp/paste2.c: Don't include string.h.  Prototype strcmp.
21949 2000-08-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
21951         * gcc.c-torture/compile/20000818-1.c: New test.
21953 2000-08-18  Manfred Hollstein  <manfredh@redhat.com>
21955         * gcc.c-torture/execute/20000818-1.c: New test.
21957 2000-08-18  Joseph S. Myers  <jsm28@cam.ac.uk>
21959         * gcc.dg/format-va-1.c: New test.
21961 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
21963         * g++.old-deja/g++.other/typedef8.C: New test.
21965 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
21967         * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
21968         * g++.old-deja/g++.mike/net36.C: Mark candidate.
21969         * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
21970         * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
21971         * g++.old-deja/g++.other/ptrmem7.C: New test.
21972         * g++.old-deja/g++.pt/ptrmem10.C: New test.
21974 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
21976         * g++.old-deja/g++.pt/typename27.C: New test.
21978 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
21980         * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
21981         * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
21982         * g++.old-deja/g++.pt/friend45.C: New test.
21983         * g++.old-deja/g++.other/friend8.C: New test.
21985 2000-08-15  Richard Henderson  <rth@cygnus.com>
21987         * gcc.c-torture/execute/20000815-1.c: New test.
21989 2000-08-15  Joseph S. Myers  <jsm28@cam.ac.uk>
21991         * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
21992         gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
21993         gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
21995 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
21997         * g++.old-deja/g++.other/refinit2.C: New test.
21999 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
22001         * lib/c-torture.exp (c-torture): Make
22002         compiler_conditional_xfail_data global.
22003         * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
22004         compiler_conditional_xfail_data machinery.
22005         (f-torture-execute): Likewise.
22006         * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
22007         and only when unrolling loops.
22009         * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
22011 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
22013         * g++.old-deja/g++.pt/explicit81.C: New test.
22015 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
22017         * g++.old-deja/g++.pt/typename26.C: New test.
22019 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
22021         * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
22022         warning.
22024 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
22026         * g++.old-deja/g++.other/array3.C: New test.
22028 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
22030         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
22031         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
22032         gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
22033         New tests.
22035 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
22037         * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
22038         * g++.old-deja/g++.abi/vmihint.C: Likewise.
22040 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
22042         * gcc.c-torture/execute/20000808-1.c: New test.
22044 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
22046         * gcc.dg/c90-const-expr-1.c: New test.
22048 2000-08-08  Richard Henderson  <rth@cygnus.com>
22050         * gcc.dg/noncompile/920923-1.c: Declare calloc.
22052 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
22054         * gcc.dg/noncompile/const-ll-1.c: New test.
22056 2000-08-07  Joseph S. Myers  <jsm28@cam.ac.uk>
22058         * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
22060 2000-08-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
22062         * lib/objc.exp (objc_target_compile): Set the ld_library_path so
22063         that running programs linked against the shared version of libobjc
22064         run correctly.
22066 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
22068         * gcc.dg/c99-printf-1.c: New test.
22070 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
22072         * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
22074 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
22076         * gcc.c-torture/execute/20000731-1.x: Delete.
22078 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
22080         * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
22081         and torture_without_loops as is done by c-torture.exp.
22082         (search_for): Copy from c-torture.exp.
22083         (gcc-dg-runtest): New function, drives a directory of tests
22084         iterating over the TORTURE_OPTIONS.
22085         (scan-assembler, scan-assembler-not): Move here from
22086         individual directory drivers.
22088         * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
22089         defined by lib/gcc-dg.exp.
22090         * gcc.dg/cpp/cpp.exp: Likewise.
22091         * gcc.dg/noncompile/noncompile.exp: Likewise.  Use
22092         gcc-dg-runtest, so we cycle over optimization options.
22094         * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
22095         * gcc.dg/compare2.c: No longer expected to fail.
22097 2000-08-04  J"orn Rennecke <amylaar@cygnus.co.uk>
22099         * gcc.c-torture/execute/20000804-1.c: New test.
22101 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
22103         * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
22105 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
22107         * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
22109 2000-08-03  Jeffrey A Law  (law@cygnus.com)
22111         * gcc.c-torture/compile/20000803-1.c: New test.
22113 2000-08-03  Joseph S. Myers  <jsm28@cam.ac.uk>
22115         * gcc.c-torture/execute/20000801-3.c,
22116         gcc.c-torture/execute/20000801-4.c: New tests.
22117         * gcc.c-torture/execute/20000801-3.x,
22118         gcc.c-torture/execute/20000801-4.x: Xfail.
22120 2000-08-02  Geoff Keating  <geoffk@cygnus.com>
22122         * lib/objc.exp (objc_target_compile): Look for libobjc.a in
22123         libobjc/.libs to allow for libtool.
22125 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
22127         * gcc.c-torture/compile/20000802-1.c: New test.
22129 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
22131         * gcc.dg/cpp/macsyntx.c: Fix error regexp.
22133 2000-07-31  Jeffrey A Law  (law@cygnus.com)
22135         * gcc-c-torture/execute/20000731-2.c: New test.
22137         * gcc.c-torture/execute/20000731-1.c: New test.
22138         * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
22140 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
22142         * testsuite/gcc.dg/cpp/paste7.c: New test.
22143         * gcc.dg/cpp/20000725-1.c: New test.
22145 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
22147         * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
22148         * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
22149         declaration warning for __builtin_dwarf_reg_size.
22151         * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
22153 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
22155         * gcc.dg/noncompile/voidparam-1.c: New test.
22157 2000-07-30  Richard Henderson  <rth@cygnus.com>
22159         * gcc.dg/c90-digraph-1.c: Don't xfail.
22160         * gcc.dg/compare2.c (case 10): Xfail.
22161         * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
22163 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
22165         * gcc.dg/c99-main-1.c: New test.
22167 2000-07-25  Joseph S. Myers  <jsm28@cam.ac.uk>
22169         * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
22171 2000-07-26  Hans-Peter Nilsson  <hp@axis.com>
22173         * gcc.c-tortuer/execute/20000726-1.c: New test.
22175 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
22177         * gcc.c-torture/execute/enum-2.c: New test.
22179 2000-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22181         * gcc.dg/cpp/tr-warn3.c: New test.
22183 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
22185         * g++.old-deja/g++.ext/implicit1.C: Remove.
22186         * g++.old-deja/g++.jason/c2.C: Remove
22187         * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
22188         * g++.old-deja/g++.pt/crash16.C: Likewise.
22189         * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
22191 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
22193         * g++.old-deja/g++.other/for2.C: New test.
22195 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
22197         * gcc.dg/20000720-1.c: New test.
22199 2000-07-25  Toon Moene  <toon@moene.indiv.nluug.nl>
22201         * g77.f-torture/compile/20000630-2.x: Removed.  Case fixed.
22203 2000-07-24  Geoff Keating  <geoffk@cygnus.com>
22205         * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
22206         * gcc.c-torture/execute/20000722-1.c: New.
22207         * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
22209 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
22211         * gcc.dg/cpp/20000720-1.S: New test.
22213 2000-07-21  Michael Meissner  <meissner@redhat.com>
22215         * gcc.c-torture/execute/ieee/hugeval.c: New test.
22217 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
22219         * g++.old-deja/g++.brendan/crash16.C,
22220         g++.old-deja/g++.brendan/parse3.C,
22221         g++.old-deja/g++.brendan/redecl1.C,
22222         g++.old-deja/g++.ns/template13.C,
22223         g++.old-deja/g++.other/decl4.C,
22224         g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
22226 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
22228         * lib/old-dejagnu.exp: Check for both "Internal compiler error"
22229         and "Internal error".
22231         * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
22232         regexps.
22233         * gcc.dg/cpp/paste6.c: New test.
22235 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
22237         * gcc.dg/cpp/tr-direct.c: New test.
22239         * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
22240         gcc.dg/cpp/undef1.c: Tweak error regexps.
22242 2000-07-18  Eric Christopher <echristo@redhat.com>
22244         * gcc.c-torture/compile/20000718-1.c: New test.
22246 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
22248         * cpplex.c (_cpp_push_token): If the token being pushed back
22249         is the previous token in this context, just subtract one from
22250         context->posn.
22251         * cppmacro.c (save_expansion): Clear aux field when storing a
22252         placemarker.
22254 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
22256         * gcc.dg/noncompile/redecl-1.c: New test.
22258 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
22260         * gcc.c-torture/execute/20000717-5.c: New test.
22261         * gcc.c-torture/execute/20000717-1.x: Removed.
22263 2000-07-17  Richard Henderson  <rth@cygnus.com>
22265         * gcc.c-torture/execute/20000717-4.c: New test.
22267 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
22269         * gcc.dg/cpp/syshdr.c: New test.
22270         * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
22272 2000-07-17  Neil Booth  <neilb@earthling.net>
22274         * gcc.dg/cpp/cmdlne-dM.c: New test.
22275         * gcc.dg/cpp/cmdlne-dD.c: New test.
22277 2000-07-17  Jeffrey A Law  (law@cygnus.com)
22279         * gcc.c-torture/execute/20000717-3.c: New test.
22281         * gcc.c-torture/compile/20000717-1.c: New test.
22283 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
22285         * gcc.c-torture/execute/20000717-2.c: New test.
22287 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
22289         * gcc.dg/formatz-1.c: New test.
22291         * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
22292         * gcc.dg/c99-digraph-1.c: New tests.
22294         * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
22295         * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
22297         * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
22298         * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
22299         * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
22300         * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
22301         * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
22302         * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
22303         * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
22305 2000-07-17   Greg McGary <greg@mcgary.org>
22307         * gcc.c-torture/execute/20000717-1.c: New test.
22308         * gcc.c-torture/execute/20000717-1.x: Expected to fail.
22310 2000-07-15  Jakub Jelinek  <jakub@redhat.com>
22312         * gcc.c-torture/execute/20000715-2.c: New test.
22313         * gcc.dg/20000715-1.c: New test.
22315 2000-07-15  Michael Meissner  <meissner@redhat.com>
22317         * gcc.c-torture/execute/20000715-1.c: New test.
22319 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
22321         * gcc.c-torture/execute/20000707-1.c: New test.
22323 2000-07-13  Neil Booth  <NeilB@earthling.net>
22325         * testsuite/gcc.dg/cpp/digraph1.c,
22326         testsuite/gcc.dg/cpp/digraph2.c,
22327         testsuite/gcc.dg/cpp/digraphs.c: New tests.
22329 2000-07-12  David Billinghurst  <David Billinghurst@riotinto.com.au>
22331         * g77.f-torture/compile/20000630-2.f:  New test.
22332         * g77.f-torture/compile/20000630-2.x
22334 2000-07-11  David Billinghurst  <David.Billinghurst@riotinto.com.au>
22336         * g77.f-torture/execute/20000503-1.x: Delete.  Test now passes.
22338 2000-07-11  Neil Booth  <NeilB@earthling.net>
22340         * gcc.dg/cpp/cmdlne-C.c: Fix typo.
22342 2000-07-11  Neil Booth  <NeilB@earthling.net>
22344         * gcc.dg/cpp/cmdlne-C.c: New.
22346 2000-07-09  Neil Booth  <NeilB@earthling.net>
22348         * gcc.dg/cpp/directiv.c: New tests.
22349         * gcc.dg/cpp/undef1.c: Update.
22351 2000-07-08  Angela Marie Thomas <angela@cygnus.com>
22353         * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
22355 2000-07-09  Neil Booth  <NeilB@earthling.net>
22357         * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
22359 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
22361         * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
22362         gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
22364 2000-07-08  Neil Booth  <NeilB@earthling.net>
22366         * gcc.dg/cpp/macsyntx.c: New tests.
22368 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
22370         * gcc.dg/20000707-1.c: New test.
22372 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
22374         * gcc.c-torture/execute/20000706-1.c: New test.
22375         * gcc.c-torture/execute/20000706-2.c: New test.
22376         * gcc.c-torture/execute/20000706-3.c: New test.
22377         * gcc.c-torture/execute/20000706-4.c: New test.
22378         * gcc.c-torture/execute/20000706-5.c: New test.
22380 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
22382         * g++.old-deja/g++.pt/instantiate7.C: New test.
22384 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
22386         * g++.old-deja/g++.mike/thunk2.C: Add return 0.
22387         * g++.old-deja/g++.mike/thunk3.C: Likewise.
22388         * g++.old-deja/g++.other/rtti3.C: Likewise.
22389         * g++.old-deja/g++.other/rttid3.C: Likewise.
22391 2000-06-30  David Billinghurst  <David Billinghurst@riotinto.com.au>
22393         *  g77.f-torture/compile/20000630-1.x: Fix typo
22395 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
22397         * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
22398         assembly output.
22400 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
22402         * gcc.dg/cpp/ident.c: New test.
22404 2000-07-05  Neil Booth  <NeilB@earthling.net>
22406         * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
22407           gcc.dg/cpp/lexstrng.c: New tests.
22409 2000-07-04  Neil Booth  <NeilB@earthling.net>
22411         * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
22412         * gcc.dg/cpp/strify2.c: Same.
22414 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
22416         * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
22417         * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
22418         * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
22419         * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
22421         * testsuite/gcc.dg/cpp/macro1.c,
22422         testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
22423         testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
22424         testsuite/gcc.dg/cpp/strify1.c,
22425         testsuite/gcc.dg/cpp/strify2.c: New tests.
22427 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
22429         * gcc.c-torture/execute/20000703-1.c: New test.
22431 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
22433         * g++.old-deja/g++.pt (lookup10.C): New test.
22435 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
22437         * g++.old-deja/g++.pt (typename25.C): New test.
22439 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org
22441         * gcc.c-torture/compile/20000701-1.c: New test.
22443 2000-06-30  Nick Clifton  <nickc@cygnus.com>
22445         * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
22446         to test case.
22448 2000-06-30  Catherine Moore  <clm@cygnus.com>
22450         * gcc.c-torture/execute/align-1.c: New test.
22452 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
22454         * g++.old-deja/g++.pt/expr8.C: New test.
22455         * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
22457 2000-06-29  Nick Clifton  <nickc@cygnus.com>
22459         * gcc.c-torture/compile/20000629-1.c: New test.
22461 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
22464         Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
22465         gcc.dg/noncompile directory, depending on whether they're
22466         preprocessor tests or not.  Annotate all the tests for the dg
22467         framework.
22469         * gcc.c-torture/noncompile/noncompile.exp: Delete.
22470         * gcc.dg/noncompile/noncompile.exp: New.
22472         * Moved files:
22473         Old name                                New name
22474         gcc.c-torture/noncompile/920507-1.c     gcc.dg/noncompile/920507-1.c
22475         gcc.c-torture/noncompile/920616-2.c     gcc.dg/noncompile/920616-2.c
22476         gcc.c-torture/noncompile/920721-2.c     gcc.dg/noncompile/920721-2.c
22477         gcc.c-torture/noncompile/920824-1.c     gcc.dg/noncompile/920824-1.c
22478         gcc.c-torture/noncompile/920923-1.c     gcc.dg/noncompile/920923-1.c
22479         gcc.c-torture/noncompile/921102-1.c     gcc.dg/noncompile/921102-1.c
22480         gcc.c-torture/noncompile/921116-1.c     gcc.dg/noncompile/921116-1.c
22481         gcc.c-torture/noncompile/930301-1.c     gcc.dg/noncompile/930301-1.c
22482         gcc.c-torture/noncompile/930622-1.c     gcc.dg/noncompile/930622-1.c
22483         gcc.c-torture/noncompile/930622-2.c     gcc.dg/noncompile/930622-2.c
22484         gcc.c-torture/noncompile/930714-1.c     gcc.dg/noncompile/930714-1.c
22485         gcc.c-torture/noncompile/931203-1.c     gcc.dg/noncompile/931203-1.c
22486         gcc.c-torture/noncompile/940112-1.c     gcc.dg/noncompile/940112-1.c
22487         gcc.c-torture/noncompile/940227-1.c     gcc.dg/noncompile/940227-1.c
22488         gcc.c-torture/noncompile/940510-1.c     gcc.dg/noncompile/940510-1.c
22489         gcc.c-torture/noncompile/950825-1.c     gcc.dg/noncompile/950825-1.c
22490         gcc.c-torture/noncompile/950921-1.c     gcc.dg/noncompile/950921-1.c
22491         gcc.c-torture/noncompile/951123-1.c     gcc.dg/noncompile/951123-1.c
22492         gcc.c-torture/noncompile/971104-1.c     gcc.dg/noncompile/971104-1.c
22493         gcc.c-torture/noncompile/990416-1.c     gcc.dg/noncompile/990416-1.c
22494         gcc.c-torture/noncompile/init-1.c       gcc.dg/noncompile/init-1.c
22495         gcc.c-torture/noncompile/init-2.c       gcc.dg/noncompile/init-2.c
22496         gcc.c-torture/noncompile/invalid_asm.c  gcc.dg/noncompile/invalid_asm.c
22497         gcc.c-torture/noncompile/va-arg-1.c     gcc.dg/noncompile/va-arg-1.c
22499         gcc.c-torture/noncompile/940712-1.c     gcc.dg/cpp/19940712-1.c
22500         gcc.c-torture/noncompile/940712-1.h     gcc.dg/cpp/19940712-1.h
22501         gcc.c-torture/noncompile/940712-1a.h    gcc.dg/cpp/19940712-1a.h
22502         gcc.c-torture/noncompile/940712-1b.h    gcc.dg/cpp/19940712-1b.h
22503         gcc.c-torture/noncompile/951025-1.c     gcc.dg/cpp/19951025-1.c
22504         gcc.c-torture/noncompile/951227-1.c     gcc.dg/cpp/19951227-1.c
22506 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
22508         * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
22509         declare one variable.  On the fourth, error.
22510         * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
22511         declared by 20000628-1a.h.
22513 2000-06-29  Richard Henderson  <rth@redhat.com>
22515         * gcc.c-torture/execute/930529-1.x: New file.
22516         * gcc.dg/920413-1.c: Adjust expected warning text.
22517         * gcc.dg/980217-1.c: Declare abort.
22518         * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
22520 2000-06-29  Jeffrey A Law  (law@cygnus.com)
22522         * g77.f-torture/compile/20000629-1.f: New test.
22523         * g77.f-torture/compile/20000629-1.x: Expected to fail.
22525 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
22527         Rearrange lots of files, removing entirely the
22528         gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
22529         directories.
22531         * Deleted files:
22532         gcc.c-torture/code_quality/code_quality.exp
22533         gcc.c-torture/special/special.exp
22534         gcc.failure/failure.exp
22535         gcc.failure/940409-1.x
22536         gcc.c-torture/compile/961203-1.x
22538         * New files:
22539         gcc.misc-tests/linkage.exp
22540         gcc.c-torture/execute/920730-1t.c
22541         gcc.c-torture/execute/920730-1t.x
22542         gcc.c-torture/compile/920520-1.x
22543         gcc.c-torture/compile/920521-1.x
22544         gcc.c-torture/compile/981006-1.x
22545         gcc.c-torture/execute/eeprof-1.x
22547         * Moved files (possibly with modifications to fit a new harness):
22548         Old name                                New name
22549         gcc.c-torture/code_quality/920608-1.c   gcc.c-torture/compile/920608-1.c
22550         gcc.c-torture/special/920413-1.c        gcc.dg/920413-1.c
22551         gcc.c-torture/special/920520-1.c        gcc.c-torture/compile/920520-1.c
22552         gcc.c-torture/special/920521-1.c        gcc.c-torture/compile/920521-1.c
22553         gcc.c-torture/special/920717-x.c        gcc.misc-tests/linkage-x.c
22554         gcc.c-torture/special/920717-y.c        gcc.misc-tests/linkage-y.c
22555         gcc.c-torture/special/920730-1.c        gcc.c-torture/execute/920730-1.c
22556         gcc.c-torture/special/930510-1.c        gcc.dg/cpp/19930510-1.c
22557         gcc.c-torture/special/951130-1.c        gcc.dg/951130-1.c
22558         gcc.c-torture/special/960224-1.c        gcc.dg/cpp/19960224-1.c
22559         gcc.c-torture/special/960224-2.c        gcc.dg/cpp/19960224-2.c
22560         gcc.c-torture/special/981006-1.c        gcc.c-torture/compile/981006-1.c
22561         gcc.c-torture/special/eeprof-1.c        gcc.c-torture/execute/eeprof-1.c
22562         gcc.failure/940409-1.c                  gcc.dg/940409-1.c
22564 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
22566         * c-torture/compile/961203-1.x: Delete.
22568         * gcc.misc-tests/acker1.c: Report failure.  Use return from main,
22569         not exit. Include stdio.h.
22570         * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
22571         * gcc.misc-tests/dg-12.c: Likewise.
22572         * gcc.misc-tests/dg-5.c: Likewise.
22573         * gcc.misc-tests/dg-6.c: Likewise.
22574         * gcc.misc-tests/dg-7.c: Prototype abort.
22575         * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
22576         * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
22577         * gcc.misc-tests/matrix1.c: Report failure.  Use return from main,
22578         not exit.
22579         * gcc.misc-tests/sieve.c: Use return from main, not exit.
22580         * gcc.misc-tests/sort2.c: Use return from main, not exit.
22582 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
22584         * gcc.dg/cpp/20000628-1.c: New test.
22585         * gcc.dg/cpp/20000628-1.h: New header for above test.
22586         * gcc.dg/cpp/20000628-1a.h: Likewise.
22588 2000-06-27  Zack Weinberg  <zack@wolery.cumb.org>
22590         * gcc.dg/cpp: New directory.
22591         * gcc.dg/cpp/cpp.exp: New driver.
22592         * gcc.dg/cpp/20000627-1.c: New test.
22593         * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
22594         * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
22595         and rewrite as a compilation test.
22597         * gcc.dg: Move many files into the cpp subdirectory, possibly
22598         renaming or editing them as well.
22599         Old name                New name
22600         990119-1.c              cpp/19990119-1.c
22601         990228-1.c              cpp/19990228-1.c
22602         990407-1.c              cpp/19990407-1.c
22603         990409-1.c              cpp/19990409-1.c
22604         990413-1.c              cpp/19990413-1.c
22605         990703-1.c              cpp/19990703-1.c
22606         20000127-1.c            cpp/20000127-1.c
22607         20000129-1.c            cpp/20000129-1.c
22608         20000207-1.c            cpp/20000207-1.c
22609         20000207-2.c            cpp/20000207-2.c
22610         20000209-1.c            cpp/20000209-1.c
22611         20000209-2.c            cpp/20000209-2.c
22612         20000301-1.c            cpp/20000301-1.c
22613         20000419-1.c            cpp/20000419-1.c
22614         20000510-1.S            cpp/20000510-1.S
22615         20000519-1.c            cpp/20000519-1.c
22616         20000529-1.c            cpp/20000529-1.c
22617         20000625-1.c            cpp/20000625-1.c
22618         20000625-2.c            cpp/20000625-2.c
22619         cpp-as1.c               cpp/assert1.c
22620         cpp-as2.c               cpp/assert2.c
22621         cxx-comments-1.c        cpp/cxxcom1.c
22622         cxx-comments-2.c        cpp/cxxcom2.c
22623         endif-label.c           cpp/endif.c
22624         cpp-hash1.c             cpp/hash1.c
22625         cpp-hash2.c             cpp/hash2.c
22626         cpp-if1.c               cpp/if-1.c
22627         cpp-if2.c               cpp/if-2.c
22628         cpp-if3.c               cpp/if-3.c
22629         cpp-if4.c               cpp/if-4.c
22630         cpp-if5.c               cpp/if-5.c
22631         cpp-cond.c              cpp/if-cexp.c
22632         cpp-missingop.c         cpp/if-mop.c
22633         cpp-missingparen.c      cpp/if-mpar.c
22634         cpp-opprec.c            cpp/if-oppr.c
22635         cpp-ifparen.c           cpp/if-paren.c
22636         cpp-shortcircuit.c      cpp/if-sc.c
22637         cpp-shift.c             cpp/if-shift.c
22638         cpp-unary.c             cpp/if-unary.c
22639         cpp-li1.c               cpp/line1.c
22640         cpp-li2.c               cpp/line2.c
22641         lineno.c                cpp/line3.c
22642         lineno-2.c              cpp/line4.c
22643         cpp-mi.c                cpp/mi1.c
22644         cpp-mic.h               cpp/mi1c.h
22645         cpp-micc.h              cpp/mi1cc.h
22646         cpp-mind.h              cpp/mi1nd.h
22647         cpp-mindp.h             cpp/mi1ndp.h
22648         cpp-mix.h               cpp/mi1x.h
22649         cpp-mi2.c               cpp/mi2.c
22650         cpp-mi2a.h              cpp/mi2a.h
22651         cpp-mi2b.h              cpp/mi2b.h
22652         cpp-mi2c.h              cpp/mi2c.h
22653         cpp-mi3.c               cpp/mi3.c
22654         cpp-mi3.def             cpp/mi3.def
22655         poison-1.c              cpp/poison.c
22656         pr-impl.c               cpp/prag-imp.c
22657         cpp-redef-2.c           cpp/redef1.c
22658         cpp-redef.c             cpp/redef2.c
22659         strpaste.c              cpp/strp1.c
22660         strpaste-2.c            cpp/strp2.c
22661         cpp-tradpaste.c         cpp/tr-paste.c
22662         cpp-tradstringify.c     cpp/tr-str.c
22663         cpp-tradwarn1.c         cpp/tr-warn1.c
22664         cpp-tradwarn2.c         cpp/tr-warn2.c
22665         trigraphs.c             cpp/trigraphs.c
22666         cpp-unc1.c              cpp/unc1.c
22667         cpp-unc2.c              cpp/unc2.c
22668         cpp-unc3.c              cpp/unc3.c
22669         cpp-unc.c               cpp/unc4.c
22670         undef.c                 cpp/undef1.c
22671         undef-2.c               cpp/undef2.c
22672         cpp-wi1.c               cpp/widestr1.c
22674 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
22676         * lib/g++.exp (g++_include_flags): Tweak.
22678 2000-06-27  H.J. Lu  <hjl@gnu.org>
22679             Loren J. Rittle  <ljrittle@acm.org>
22681         * lib/g++.exp (g++_include_flags): Override libgloss.exp
22682         version with one that knows about the new gcc tree structure.
22683         (g++_link_flags): Same.
22685 2000-06-26  Zack Weinberg  <zack@wolery.cumb.org>
22687         * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
22688         gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
22689         case we are cross-compiling.
22691         * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
22692         g++.old-deja/g++.niklas/Makefile.in,
22693         g++.old-deja/g++.niklas/configure.in,
22694         g++.old-deja/g++.other/Makefile.in,
22695         g++.old-deja/g++.other/configure.in,
22696         gcc.c-torture/code_quality/Makefile.in,
22697         gcc.c-torture/code_quality/configure.in,
22698         gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
22699         gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
22700         gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
22701         gcc.c-torture/execute/ieee/Makefile.in,
22702         gcc.c-torture/execute/ieee/configure.in,
22703         gcc.c-torture/noncompile/Makefile.in,
22704         gcc.c-torture/noncompile/configure.in,
22705         gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
22706         gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
22707         gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
22709 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
22711         * g++.old-deja/g++.other/ambig3.C: New test.
22713 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
22715         * g++.old-deja/g++.pt/syntax1.C: New test.
22716         * g++.old-deja/g++.pt/syntax2.C: New test.
22717         * g++.old-deja/g++.other/syntax3.C: New test.
22718         * g++.old-deja/g++.other/syntax4.C: New test.
22720 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
22722         * gcc.dg/20000623-1.c: Prototype exit and abort.
22724 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
22726         * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
22727         New tests.
22728         * gcc.dg/cpp-mi3.def: New file.
22730         * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
22731         inside assertions.
22732         * gcc.dg/cpp-as2.c: Make error regexps match either old or new
22733         lexer's error messages.
22734         * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
22735         divine anything from the linemarkers.
22736         * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
22737         * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
22739 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
22741         * gcc.dg/20000623-1.c: New test.
22743 2000-06-22  Jakub Jelinek  <jakub@redhat.com>
22745         * gcc.c-torture/execute/20000622-1.c: New test.
22747 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
22749         * g++.old-deja/g++.other/init15.C: New test.
22751 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
22753         * g++.old-deja/g++.pt/vaarg2.C: New test.
22754         * g++.old-deja/g++.pt/vaarg3.C: New test.
22756 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
22758         * g++.old-deja/g++.other/dyncast6.C: New test.
22760 2000-06-15  Jakub Jelinek  <jakub@redhat.com>
22762         * gcc.c-torture/execute/loop-6.c: New test.
22764 2000-06-14  Jakub Jelinek  <jakub@redhat.com>
22766         * gcc.dg/20000614-1.c: New test.
22767         * gcc.dg/20000614-2.c: New test.
22769 2000-06-14  Hans-Peter Nilsson  <hp@axis.com>
22771         * g++.old-deja/g++.other/inline12.C: New test.
22773 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
22775         * g++.old-deja/g++.other/eh1.C: New test.
22777 2000-06-12  Jakub Jelinek  <jakub@redhat.com>
22779         * g++.old-deja/g++.other/type.C: New test.
22781 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
22783         * g++.old-deja/g++.other/initstring.C: New test.
22785 2000-06-12  Jason Merrill  <jason@redhat.com>
22787         * g++.old-deja/old-deja.exp: Add -Wno-long-long.
22789 2000-06-09  Jeffrey A Law  (law@cygnus.com)
22791         * gcc.c-torture/compile/20000609-1.c: New test.
22793 2000-06-09  Clinton Popetz  <cpopetz@cygnus.com>
22795         * gcc.dg/20000609-1.c: New test.
22797 2000-06-08  Zack Weinberg  <zack@wolery.cumb.org>
22799         * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
22800         * gcc.c-torture/noncompile/poison-1.c: Move...
22801         * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
22802         * gcc.dg/cpp-li1.c: Add a token after the #line.
22804 2000-06-05  Richard Henderson  <rth@cygnus.com>
22806         * gcc.c-torture/execute/20000605-2.c: New test.
22807         * gcc.c-torture/execute/20000605-3.c: New test.
22809 2000-06-06  David Billinghurst  <David Billinghurst@riotinto.com.au>
22811         * g77.f-torture/execute/20000503-1.x: New file.
22813 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
22815         * g++.old-deja/g++.eh/badalloc1.C: New test.
22817 2000-06-05  Richard Henderson  <rth@cygnus.com>
22819         * gcc.c-torture/execute/20000605-1.c: New test.
22821 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
22822             Nathan Sidwell <nathan@codesourcery.com>
22824         * gcc.c-torture/compile/20000605-1.c: New test.
22826 2000-06-03  David Billinghurst  <David Billinghurst@riotinto.com.au>
22828         * g77.f-torture/compile/20000601-1.f:  New test.
22830 2000-06-03  Richard Henderson  <rth@cygnus.com>
22832         * gcc.c-torture/execute/20000603-1.c: New.
22834 2000-06-02  Zack Weinberg  <zack@wolery.cumb.org>
22836         * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
22837         * gcc.dg/noreturn-2.c (noreturn): Likewise.
22839 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
22841         * gcc.dg/compare2.c (case 12): XFAIL.
22842         * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
22843         * gcc.dg/noreturn-2.c (noreturn): XFAIL.
22845         * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
22847 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
22849         * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
22850         guard macro is already defined when the header is first
22851         included.
22852         * gcc.dg/cpp-mix.h: New file.
22853         * gcc.dg/endif-label.c: Update patterns to match compiler.
22855         * g++.brendan/complex1.C: Declare abort.
22856         * g++.law/refs4.C: Remove XFAIL.
22857         * g++.oliva/expr2.C: Declare abort and exit.
22859 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
22861         * gcc.c-torture/execute/20000528-1.c: New test.
22863         * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
22864         * g++.old-deja/g++.law/temps4.C: Likewise.
22866         * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
22867         stdlib.h.  Call abort() on failure.
22868         * g++.old-deja/g++.law/refs4.C: Likewise.
22869         * g++.old-deja/g++.law/temps4.C: Likewise.
22870         * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
22871         * gcc.c-torture/execute/20000112-1.c: Include string.h.
22873 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
22875         Relative to g++.dg/special:
22876         * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
22878         Relative to g++.old-deja:
22879         * g++.brendan/complex1.C, g++.jason/optimize2.C,
22880         g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
22881         g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
22882         g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
22883         g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
22884         g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
22885         g++.robertl/ice990323-2.C: Prototype exit and/or abort.
22887         * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
22888         g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
22889         g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
22890         g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
22891         g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
22892         g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
22893         and/or string.h.
22895         * g++.other/goto1.C: Update expectations for error messages.
22897 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
22899         * gcc.c-torture/compile/20000523-1.c: New test.
22901 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
22903         * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
22905 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
22907         * g++.old-deja/g++.eh/catch11.C: New test.
22908         * g++.old-deja/g++.eh/catch12.C: New test.
22910 2000-05-24  Nick Clifton  <nickc@cygnus.com>
22912         * gcc.c-torture/execute/20000523-1.c: New test.
22914 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
22916         * c-torture/execute/bcp-1.c: Replace abort in arg of
22917         __builtin_constant_p with a generic external function.
22919         * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
22920         gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
22921         gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
22922         gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
22923         Prototype abort and/or exit.
22925         * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
22926         gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
22927         gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
22928         gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
22930 2000-05-22  Alexandre Oliva  <aoliva@cygnus.com>
22932         * gcc.dg/dwarf2-1.c: New test.
22934 2000-05-20  Richard Henderson  <rth@cygnus.com>
22936         * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
22938 2000-05-20  Andreas Jaeger  <aj@suse.de>
22940         * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
22941         testcase.
22943 2000-05-19  David Edelsohn  <edelsohn@gnu.org>
22945         * gcc.c-torture/execute/20000519-2.c: New test.
22947 2000-05-19  Andreas Jaeger  <aj@suse.de>
22949         * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
22950         which fails with SSA.
22952         * lib/c-torture.exp: Also test with -O3 -fssa.
22954 2000-05-18  Michael Meissner  <meissner@redhat.com>
22956         * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
22957         * gcc.c-torture/execute/920415-1.c: Ditto.
22958         * gcc.c-torture/execute/920501-1.c: Ditto.
22959         * gcc.c-torture/execute/conversion.c: Ditto.
22960         * gcc.c-torture/execute/cvt-1.c: Ditto.
22962 2000-05-18  Jeffrey A Law  (law@cygnus.com)
22964         * gcc.c-torture/compile/20000518-1.c: New test.
22966 2000-05-18  David Billinghurst  <David.Billinghurst@riotinto.com.au>
22968         * g77.f-torture/compile/200005018.f:  New test.
22970 2000-05-17  Jeffrey A Law  (law@cygnus.com)
22972         * gcc.c-torture/compile/20000517-1.c: New test.
22974 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
22976         * gcc.c-torture/execute/20000516-1.c: New test.
22978 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
22980         * g++.old-deja/g++.other/eh.C: New test.
22982 2000-05-12  Richard Henderson  <rth@cygnus.com>
22984         * gcc.c-torture/execute/990208-1.c (main): Don't pass
22985         constants through to doit's conditional.
22987 2000-05-11  Jeffrey A Law  (law@cygnus.com)
22989         * gcc.c-torture/compile/20000511-1.c: New test.
22990         * g77.f-torture/compile/20000511-1.f: New test.
22991         * g77.f-torture/compile/20000511-2.f: New test.
22993 2000-05-11  Michael Meissner  <meissner@redhat.com>
22995         * gcc.c-torture/execute/20000511-1.c: New test.
22997 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
22999         * gcc.dg/dg.exp: Scan .S files as well as .c files.
23000         * gcc.dg/20000510-1.S: New.
23002 2000-05-08  Catherine Moore  <clm@cygnus.com>
23004         * gcc.dg/unused-3.c: New.
23006 2000-05-06  Richard Henderson  <rth@cygnus.com>
23008           * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
23009           * g++.old-deja/g++.mike/warn1.C: Likewise.
23010           * g++.old-deja/g++.pt/local1.C: Likewise.
23011           * g++.old-deja/g++.pt/local7.C: Likewise.
23012           * g++.old-deja/g++.pt/spec16.C: Likewise.
23014 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
23016         * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
23018 2000-05-05  David Billinghurst  <David Billinghurst@riotinto.com.au>
23020           * g77.f-torture/execute/20000503-1.f:  New test.
23022 2000-05-04  Andreas Jaeger  <aj@suse.de>
23024         * gcc.dg/noreturn-2.c: New test.
23026 2000-05-04  Neil Booth  <NeilB@earthling.net>
23028         * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
23029         preprocessor.
23031 2000-05-04  Richard Henderson  <rth@cygnus.com>
23033         * gcc.c-torture/execute/20000503-1.c: Fix typo.
23035 2000-05-04  Richard Henderson  <rth@cygnus.com>
23037         * gcc.c-torture/compile/20000504-1.c: New test.  Derived from
23038         OpenSSL by Jason R Thorpe.
23040 2000-05-03  Jim Wilson  <wilson@cygnus.com>
23042         * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
23044 2000-05-03  Robert Lipe <robertlipe@usa.net>
23046         * gcc.dg/20000503-1.c: New test.
23048 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
23050         * gcc.c-torture/compile/20000502-1.c: New test.
23051         * g++.old-deja/g++.other/align.C: New test.
23052         * gcc.dg/cpp-tradstringify.c: New test.
23054 Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
23056         * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
23057         and hard registers.
23059 2000-04-26  Geoff Keating  <geoffk@cygnus.com>
23061         * gcc.c-torture/execute/loop-5.c: New test.
23063 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
23065         * gcc.c-torture/execute/va-arg-20.c: New test.
23067 2000-04-23  Jeffrey A Law  (law@cygnus.com)
23069         * gcc.c-torture/execute/20000422-1.c: New test.
23071 2000-04-20  Greg McGary  <gkm@gnu.org>
23073         * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
23074         when optimizing, but without sibling-call optimizations (-O1).
23076 2000-04-20  Jeffrey A Law  (law@cygnus.com)
23078           * gcc.c-torture/compile/20000420-1.c: New test.
23080 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
23082         * g++.abi/ptrflags.C: New test.
23083         * g++.eh/catchptr1.C: Test incomplete pointer chains.
23085 2000-04-19  Catherine Moore  <clm@cygnus.com>
23087         * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
23089 2000-04-19  Greg McGary  <gkm@gnu.org>
23091         * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
23092         sibling-call optimizations.
23094 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
23096         * gcc.dg/20000419-1.c: New test.
23098 2000-04-12  Hans-Peter Nilsson  <hp@axis.com>
23100         * gcc.c-torture/execute/20000412-6.c: New test.
23102 2000-04-12  Jeffrey A Law  (law@cygnus.com)
23104         * gcc.c-torture/execute/20000412-5.c: New test.
23105         * g77.f-torture/compile/20000412-1.f: New test.
23106         * gcc.c-torture/execute/20000412-4.c: New test.
23107         * gcc.c-torture/compile/20000412-2.c: New test.
23108         * gcc.c-torture/execute/20000412-3.c: New test.
23109         * gcc.c-torture/compile/20000412-1.c: New test.
23110         * gcc.c-torture/execute/20000412-2.c: New test.
23112 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
23114         * objc/execute/bf-20.m: New test.
23116 2000-04-10  Richard Henderson  <rth@cygnus.com>
23118         * gcc.c-torture/execute/20000412-1.c: Reduce some more.
23120         * gcc.c-torture/execute/20000412-1.c: New test.
23122 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
23124         * g++.old-deja/g++.eh/catchptr1.C: New test.
23126 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
23128         * g++.old-deja/g++.abi/cxa_vec.C: New test.
23130 2000-04-08  Neil Booth  <NeilB@earthling.net>
23132         * gcc.dg/cpp-nullchar.c: Remove test as
23133         embedded nulls cause problems.
23135 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23137         * gcc.dg/compare2.c: New test.
23139 2000-04-08  Neil Booth  <NeilB@earthling.net>
23141         * gcc.dg/cpp-nullchar.c: New test.
23143 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
23145         * gcc.dg/cpp-mi2.c: New test.
23146         * gcc.dg/cpp-mi2[abc].h: New files.
23148 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
23150         * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
23151         member name.
23153 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
23155         * g++.old-deja/g++.abi/vmihint.C: New test.
23157 2000-04-06  Neil Booth  <NeilB@earthling.net>
23159         * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
23160         cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c:  Add FSF
23161         copyright.
23163 2000-04-05  Hans-Peter Nilsson  <hp@axis.com>
23165         * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
23166         avoid stack-frame overwrite.
23168 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
23170         * gcc.c-torture/compile/20000405-2.c: New test.
23171         * gcc.c-torture/compile/20000405-3.c: New test.
23173 2000-04-05  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
23175         * gcc.c-torture/compile/20000405-1.c: New test.
23177 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
23179         * gcc.dg/cast-qual-1.c: Revert last change.
23181 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23183         * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
23185 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
23187         * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
23188         gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
23190 2000-04-03  Jeffrey A Law  (law@cygnus.com)
23192         * gcc.c-torture/compile/20000403-2.c: New test.
23193         * gcc.c-torture/compile/20000403-1.c: New test.
23195 2000-04-03  Hans-Peter Nilsson  <hp@axis.com>
23197         * gcc.c-torture/execute/20000403-1.c: New test.
23199 2000-04-03  Geoff Keating  <geoffk@cygnus.com>
23201         * gcc.c-torture/execute/20000402-1.c: New test.
23203 2000-04-03  Donald Lindsay  <dlindsay@cygnus.com>
23205         * gcc.c-torture/execute/va-arg-15.c: New test.
23206         * gcc.c-torture/execute/va-arg-16.c: New test.
23207         * gcc.c-torture/execute/va-arg-17.c: New test.
23208         * gcc.c-torture/execute/va-arg-18.c: New test.
23209         * gcc.c-torture/execute/va-arg-19.c: New test.
23211 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
23213         * gcc.c-torture/compile/981211-1.c: Move to...
23214         * gcc.dg/cpp-as1.c: ...here.
23215         * gcc.dg/cpp-as2.c: New file.
23217         * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
23218         compiler.
23220 2000-04-02  Neil Booth  <NeilB@earthling.net>
23222         * gcc.dg/cpp-cond.c  New tests.
23223         * gcc.dg/cpp-ifparen.c New tests.  Amend existing tests to make
23224         accidental success less likely.
23225         * gcc.dg/cpp-missingop.c  New tests.
23226         * gcc.dg/cpp-missingparen.c  New tests.
23227         * gcc.dg/cpp-shift.c  New tests.
23228         * gcc.dg/cpp-shortcircuit.c  New tests.
23229         * gcc.dg/cpp-unary.c  New tests.
23231 2000-03-29  Jeffrey A Law  (law@cygnus.com)
23233         * gcc.c-torture/compile/20000329-1.c: New test.
23235 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
23237         * gcc.c-torture/compile/20000326-1.c: New test.
23238         * gcc.c-torture/compile/20000326-2.c: New test.
23240 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
23242         * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
23243         the first parameter is a function argument.
23245 2000-03-23  Nathan Sidwell  <nathan@codesourcery.com>
23247         * g++.old-deja/g++.ext/array4.C: New test.
23249 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
23251         * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
23253 2000-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23255         * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
23257 2000-03-19  Richard Henderson  <rth@cygnus.com>
23259         * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
23261 2000-03-19  Richard Henderson  <rth@cygnus.com>
23263         * gcc.c-torture/compile/20000319-1.c: New test.
23265 2000-03-14  Jeffrey A Law  (law@cygnus.com)
23267         * gcc.c-torture/execute/20000314-3.c: New test.
23268         * gcc.c-torture/execute/20000314-2.c: New test.
23269         * gcc.c-torture/execute/20000314-1.c: New test.
23270         * gcc.c-torture/compile/20000314-2.c: New test.
23271         * gcc.c-torture/compile/20000314-1.c: New test.
23273 2000-03-13  Nathan Sidwell  <nathan@codesourcery.com>
23275         * g++.old-deja/g++.warn/inline.C: New test.
23277 2000-03-10  Hans-Peter Nilsson  <hp@bitrange.com>
23279         * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
23280         standards-compliant result rather than specific constants.
23281         Put test-values in array.
23283 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
23285         * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
23286         (g++_target_compile): Put test-specific options last.
23288 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
23290         * g++.old-deja/g++.eh/vbase4.C: New test.
23292 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
23294         * g++.old-deja/g++.bugs/900215_01.C: Adjust.
23296 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
23298         * g++.old-deja/g++.brendan/misc12.C: Removed.
23299         * g++.old-deja/g++.pt/memtemp77.C: Constify.
23300         * g++.old-deja/g++.ext/pretty4.C: New test.
23302 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
23304         * g++.old-deja/g++.other/string2.C: New test.
23306 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
23308         * g++.old-deja/g++.warn/impint2.C: New test.
23310 2000-03-05  Hans-Peter Nilsson  <hp@bitrange.com>
23312         * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
23313         is 1, not zero.
23315 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
23317         * g++.old-deja/g++.warn/impint.C: New test.
23318         * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
23319         * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
23320         * g++.old-deja/g++.pt/explicit12.C: Likewise.
23321         * g++.old-deja/g++.pt/explicit13.C: Likewise.
23322         * g++.old-deja/g++.pt/explicit17.C: Likewise.
23323         * g++.old-deja/g++.pt/explicit18.C: Likewise.
23324         * g++.old-deja/g++.pt/explicit19.C: Likewise.
23325         * g++.old-deja/g++.pt/explicit23.C: Likewise.
23326         * g++.old-deja/g++.pt/explicit31.C: Likewise.
23327         * g++.old-deja/g++.pt/explicit35.C: Likewise.
23328         * g++.old-deja/g++.pt/explicit6.C: Likewise.
23329         * g++.old-deja/g++.pt/memclass7.C: Likewise.
23331 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
23333         * gcc.dg/cpp-redef.c: New test.
23335 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
23337         * g++.old-deja/g++.pt/unify7.C: New test.
23339 2000-02-26  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
23341         * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
23342         * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
23344 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
23346         * gcc.c-torture/compile/20000224-1.c: New test.
23348 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
23350         * gcc.c-torture/compile/cpp-2.c: New test.
23351         * gcc.c-torture/compile/cpp-1.c: New test.
23353 2000-02-25  Jeffrey A Law  (law@cygnus.com)
23355         * gcc.c-torture/execute/20000225-1.c: New test.
23357 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
23359         * gcc.dg/cpp-li2.c: New test.
23361         * gcc.dg/cpp-wi1.c: New test.
23363         * gcc.dg/cpp-li1.c: New test.
23365 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
23367         * g++.old-deja/g++.other/sizeof5.C: New test.
23369 2000-02-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
23371         * gcc.c-torture/execute/va-arg-13.c: New test.
23373 2000-02-23  Donald Lindsay  <dlindsay@cygnus.com>
23375         * gcc.c-torture/execute/va-arg-12.c: New test.
23377 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
23379         * gcc.c-torture/execute/20000223-1.c: New test.
23381 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
23383         * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
23385 2000-02-22  Mark Mitchell  <mark@codesourcery.com>
23387         * g++.old-deja/g++.abi/ptrmem.C: New test.
23389 2000-02-19  Richard Henderson  <rth@cygnus.com>
23391         * gcc.c-torture/compile/init-3.c: New.
23393 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
23395         * lib/g++.exp (g++_init): Add -fmessage-length=0 to
23396         ALWAYS_CXXFLAGS.
23398 2000-02-11  Robert Lipe <robertl@sco.com>
23400         * gcc.c-torture/compile/20000211-3.c: New test.
23402 2000-02-11  Martin Buchholz <martin@xemacs.org>
23404         * gcc.c-torture/compile/20000211-2.c: New test.
23406 2000-02-11  Jeffrey A Law  (law@cygnus.com)
23408         * gcc.c-torture/compile/20000211-1.c: New test.
23410 2000-02-09  Jonathan Larmour  <jlarmour@redhat.co.uk>
23412         * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
23413           on native targets
23415 2000-02-08  Nathan Sidwell  <nathan@acm.org>
23417         * g++.old-deja/g++.other/cast5.C: New test.
23419 2000-02-05  Alan Modra  <alan@SPRI.Levels.UniSA.Edu.Au>
23421         * gcc.c-torture/execute/20000205-1.c: New.
23423 2000-02-03  Nathan Sidwell  <nathan@acm.org>
23425         * g++.old-deja/g++.jason/cast3.C: Return void.
23426         * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
23428 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
23430         * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
23432         * gcc.dg/loop-1.c: New test.
23434 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
23436         * gcc.c-torture/compile/20000127-1.c: New test.
23437         * gcc.c-torture/execute/991228-1.c: New test.
23439 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
23441         * gcc.dg/unused-2.c: New test.
23443         * gcc.dg/conv-1.c: New test.
23445 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
23447         * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
23448         compiler.
23449         (tool_option_proc): Fix typo.
23451 2000-01-24  Geoff Keating  <geoffk@cygnus.com>
23453         * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
23454         of the ld on the host, not on the build machine.
23455         Also, don't crash if '--help' is not a supported option.
23457 2000-01-24  Richard Henderson  <rth@cygnus.com>
23459         * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
23461 2000-01-20  Jeffrey A Law  (law@cygnus.com)
23463         * gcc.c-torture/execute/20000120-2.c: New test.
23464         * gcc.c-torture/execute/20000120-1.c: New test.
23466 2000-01-13  Jeffrey A Law  (law@cygnus.com)
23468         * gcc.c-torture/execute/20000113-1.c: New test.
23470 2000-01-12  Jeffrey A Law  (law@cygnus.com)
23472         * gcc.c-torture/execute/20000112-1.c: New test.
23474 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
23476         * gcc.dg/20000111-1.c: New test.
23478 2000-01-10  Jeffrey A Law  (law@cygnus.com)
23480         * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
23481         with 16 bit integers.
23483 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
23485         * gcc.dg/20000108-1.c: New test.
23487 2000-01-05  Nathan Sidwell  <nathan@acm.org>
23489         * g++.old-deja/g++.ns/koenig8.C: New test.
23491 2000-01-05  Nathan Sidwell  <nathan@acm.org>
23493         * g++.old-deja/g++.other/cast4.C: New test.
23495 2000-01-05  Jeffrey A Law  (law@cygnus.com)
23497         * gcc.c-torture/compile/20000105-2.c: New test.
23498         * gcc.c-torture/compile/20000105-1.c: New test.
23500 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23502         * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
23503         references to printf & atoi to conform to ANSI standard.
23504         * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
23505         * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
23506         * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
23507         * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
23508         * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
23509         * g++.old-deja/g++.brendan/complex1.C: Likewise.
23510         * g++.old-deja/g++.brendan/copy1.C: Likewise.
23511         * g++.old-deja/g++.brendan/copy2.C: Likewise.
23512         * g++.old-deja/g++.brendan/copy3.C: Likewise.
23513         * g++.old-deja/g++.brendan/copy4.C: Likewise.
23514         * g++.old-deja/g++.brendan/copy5.C: Likewise.
23515         * g++.old-deja/g++.brendan/copy6.C: Likewise.
23516         * g++.old-deja/g++.brendan/copy7.C: Likewise.
23517         * g++.old-deja/g++.brendan/copy8.C: Likewise.
23518         * g++.old-deja/g++.brendan/crash11.C: Likewise.
23519         * g++.old-deja/g++.brendan/crash14.C: Likewise.
23520         * g++.old-deja/g++.brendan/ctors1.C: Likewise.
23521         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
23522         * g++.old-deja/g++.brendan/delete2.C: Likewise.
23523         * g++.old-deja/g++.brendan/dtors1.C: Likewise.
23524         * g++.old-deja/g++.brendan/dtors2.C: Likewise.
23525         * g++.old-deja/g++.brendan/dtors3.C: Likewise.
23526         * g++.old-deja/g++.brendan/eh1.C: Likewise.
23527         * g++.old-deja/g++.brendan/groff1.C: Likewise.
23528         * g++.old-deja/g++.brendan/init3.C: Likewise.
23529         * g++.old-deja/g++.brendan/misc12.C: Likewise.
23530         * g++.old-deja/g++.brendan/misc7.C: Likewise.
23531         * g++.old-deja/g++.brendan/new2.C: Likewise.
23532         * g++.old-deja/g++.brendan/operators4.C: Likewise.
23533         * g++.old-deja/g++.brendan/operators5.C: Likewise.
23534         * g++.old-deja/g++.brendan/overload2.C: Likewise.
23535         * g++.old-deja/g++.brendan/overload7.C: Likewise.
23536         * g++.old-deja/g++.brendan/redecl2.C: Likewise.
23537         * g++.old-deja/g++.brendan/reference1.C: Likewise.
23538         * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
23539         * g++.old-deja/g++.brendan/template24.C: Likewise.
23540         * g++.old-deja/g++.brendan/template3.C: Likewise.
23541         * g++.old-deja/g++.brendan/vtables1.C: Likewise.
23542         * g++.old-deja/g++.jason/inline3.C: Likewise.
23543         * g++.old-deja/g++.jason/opeq.C: Likewise.
23544         * g++.old-deja/g++.law/arg5.C: Likewise.
23545         * g++.old-deja/g++.law/arm7.C: Likewise.
23546         * g++.old-deja/g++.law/ctors11.C: Likewise.
23547         * g++.old-deja/g++.law/cvt8.C: Likewise.
23548         * g++.old-deja/g++.law/init9.C: Likewise.
23549         * g++.old-deja/g++.law/refs4.C: Likewise.
23550         * g++.old-deja/g++.law/template2.C: Likewise.
23551         * g++.old-deja/g++.law/visibility24.C: Likewise.
23552         * g++.old-deja/g++.law/vtable3.C: Likewise.
23553         * g++.old-deja/g++.mike/asm2.C: Likewise.
23554         * g++.old-deja/g++.mike/eh1.C: Likewise.
23555         * g++.old-deja/g++.mike/misc1.C: Likewise.
23556         * g++.old-deja/g++.mike/misc13.C: Likewise.
23557         * g++.old-deja/g++.mike/misc14.C: Likewise.
23558         * g++.old-deja/g++.mike/ns12.C: Likewise.
23559         * g++.old-deja/g++.mike/p1248.C: Likewise.
23560         * g++.old-deja/g++.mike/p3708.C: Likewise.
23561         * g++.old-deja/g++.mike/p3708a.C: Likewise.
23562         * g++.old-deja/g++.mike/p3708b.C: Likewise.
23563         * g++.old-deja/g++.mike/p646.C: Likewise.
23564         * g++.old-deja/g++.mike/p700.C: Likewise.
23565         * g++.old-deja/g++.mike/p783.C: Likewise.
23566         * g++.old-deja/g++.mike/p783a.C: Likewise.
23567         * g++.old-deja/g++.mike/p783b.C: Likewise.
23568         * g++.old-deja/g++.mike/p786.C: Likewise.
23569         * g++.old-deja/g++.mike/p789.C: Likewise.
23570         * g++.old-deja/g++.mike/p789a.C: Likewise.
23571         * g++.old-deja/g++.mike/p807a.C: Likewise.
23572         * g++.old-deja/g++.other/delete3.C: Likewise.
23573         * g++.old-deja/g++.other/dyncast1.C: Likewise.
23574         * g++.old-deja/g++.other/dyncast2.C: Likewise.
23575         * g++.old-deja/g++.other/dyncast3.C: Likewise.
23576         * g++.old-deja/g++.other/empty1.C: Likewise.
23577         * g++.old-deja/g++.other/temporary1.C: Likewise.
23578         * g++.old-deja/g++.pt/memtemp14.C: Likewise.
23579         * g++.old-deja/g++.pt/t16.C: Likewise.
23580         * g++.old-deja/g++.pt/tiemann2.C: Likewise.
23582 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
23584         * gcc.dg/991230-1.c: New test.
23586 1999-12-29  Jeffrey A Law  (law@cygnus.com)
23588         * gcc.c-torture/compile/991229-3.c: New test.
23589         * gcc.c-torture/compile/991229-2.c: New test.
23590         * gcc.c-torture/compile/991229-1.c: New test.
23592 1999-12-29  Greg McGary <gkm@eng.ascend.com>
23594         * gcc.c-torture/compile/labels-2.c: New test.
23596 1999-12-27  Martin von Löwis  <loewis@informatik.hu-berlin.de>
23598         * gcc.c-torture/execute/991227-1.c: New test.
23600 1999-12-22  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
23602         * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
23604 1999-12-21  Martin von Löwis  <loewis@informatik.hu-berlin.de>
23606         * gcc.c-torture/execute/991221-1.c: New test.
23608 1999-12-20  Nathan Sidwell  <nathan@acm.org>
23610         * g++.old-deja/g++.other/cast3.C: New test.
23612 1999-12-16  Bernd Schmidt  <bernds@cygnus.co.uk>
23614         * gcc.c-torture/execute/991216-4.c: New test.
23616 1999-12-16  Michael Meissner  <meissner@cygnus.com>
23618         * gcc.c-torture/execute/991216-1.c: New test.
23619         * gcc.c-torture/execute/991216-2.c: New test.
23620         * gcc.c-torture/execute/991216-3.c: New test.
23622 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
23624         * gcc.dg/991214-1.c: Use "__asm__", not "asm".
23625         Actually make the test fail by using "-O2" for compilation.
23627 1999-12-15  Nathan Sidwell  <nathan@acm.org>
23629         * g++.old-deja/g++.warn/cast-align1.C: New test.
23631 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
23633         * gcc.c-torture/compile/991214-1.c: New test.
23634         * gcc.c-torture/compile/991214-2.c: New test.
23636 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
23638         * gcc.dg/991214-1.c: New test.
23640 1999-12-13  Jeffrey A Law  (law@cygnus.com)
23642         * gcc.c-torture/compile/991213-3.c: New test.
23643         * gcc.c-torture/compile/991213-2.c: New test.
23644         * gcc.c-torture/compile/991213-1.c: New test.
23646 1999-12-10  J"orn Rennecke <amylaar@cygnus.co.uk>
23648         * gcc.dg/991209-1.c: New test.
23650 1999-12-08  Nathan Sidwell <nathan@acm.org>
23652         * gcc.c-torture/compile/991208-1.c: New test.
23654 1999-12-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
23656         * gcc.dg/ultrasp2.c: New test.
23658 1999-12-05  Alex Samuel  <samuel@codesourcery.com>
23660         * g++.old-deja/g++.abi/align.C (main): Fix typo.
23662 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
23664         * gcc.c-torture/compile/991202-1.c: New test.
23665         * gcc.c-torture/execute/991202-1.c: New test.
23666         * gcc.c-torture/execute/991202-2.c: New test.
23667         * gcc.c-torture/execute/991202-3.c: New test.
23669 1999-12-02  Alex Samuel  <samuel@codesourcery.com>
23671         * g++.old-deja/g++.abi/align.C: New test.
23672         * g++.old-deja/g++.abi/aggregates.C: Likewise.
23673         * g++.old-deja/g++.abi/bitfields.C: Likewise.
23675 1999-12-01  Richard Henderson  <rth@cygnus.com>
23677         * gcc.c-torture/execute/991201-1.c: New.
23679 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
23681         * gcc.dg/991129-1.c: New test.
23683 1999-11-27  Bernd Schmidt  <bernds@cygnus.co.uk>
23685         * gcc.c-torture/compile/991127-1.c: New test.
23687 1999-11-22  Nathan Sidwell  <nathan@acm.org>
23689         * g++.old-deja/g++.other/warn4.C: New test.
23691 1999-11-22  Nathan Sidwell  <nathan@acm.org>
23693         * g++.old-deja/g++.eh/cleanup2.C: New test.
23694         * g++.old-deja/g++.ext/pretty2.C: New test.
23695         * g++.old-deja/g++.ext/pretty3.C: New test.
23696         * g++.old-deja/g++.other/debug6.C: New test.
23698 1999-10-20  Jim Wilson  <wilson@cygnus.com>
23700         * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
23701         compiler_output to look for one error message instead of two.
23703 1999-11-19  Geoffrey Keating  <geoffk@cygnus.com>
23705         * gcc.c-torture/execute/991118-1.c: Also test case
23706         where the word boundary does not split a byte evenly.
23708 1999-11-19  Nathan Sidwell  <nathan@acm.org>
23710         * g++.old-deja/g++.ext/restrict1.C: New test.
23712 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
23714         * gcc.c-torture/execute/991118-1.c: New test.
23716 1999-11-16  Geoffrey Keating  <geoffk@cygnus.com>
23718         * g77.f-torture/execute/u77-test.f (wd): Allow for longer
23719         working directory pathnames.
23721 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
23723         * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
23724         host is equipped with driver.h and driver.o so it can actually
23725         compile and run the tests.
23727 1999-10-08  Bernd Schmidt  <bernds@cygnus.co.uk>
23729         * gcc.c-torture/compile/991008-1.c: New test.
23731 1999-11-08  Nick Clifton  <nickc@cygnus.com>
23733         * lib/gcc-dg.exp: Include target-supports.exp
23735 1999-11-05  Nick Clifton  <nickc@cygnus.com>
23737         * lib/target-supports.exp: New file: Provide procs to test for
23738         features supported by the target.
23739         (check_weak_available): Moved here from ecos.exp.
23740         (check_alias_available): New proc: Determine of the target
23741         toolchain supports the alias attribute.
23743         * gcc.dg/special/ecos.exp: Move check_weak_available to
23744         target-supports.exp.
23745         (alias-1.c): Only perform the test if the target supports
23746         aliases.
23747         (wkali-1.c): Only perform the test if the target supports
23748         aliases.
23750         * gcc.dg/990506-0.c: Expect error messages from cross
23751         targets as well as native targets.
23753 1999-11-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
23755         * gcc.dg/ultrasp1.c: Removed xfail.
23756         * gcc.dg/struct-ret-2.c: Likewise.
23757         * gcc.dg/array-1.c: Likewise.
23759 1999-11-01  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
23761         * gcc.dg/struct-ret-2.c: New test.
23763         * gcc.dg/array-1.c: New test.
23765 1999-10-30  Stephen L Moshier <moshier@mediaone.net>
23767         * gcc.c-torture/execute/991030-1.c: New test.
23769 1999-10-26  Richard Henderson  <rth@cygnus.com>
23771         * gcc.c-torture/compile/991026-2.c: New test.
23773 1999-10-26  Jeffrey A Law  (law@cygnus.com)
23775         * gcc.c-torture/compile/991026-1.c: New test.
23777 1999-10-23  Jeffrey A Law  (law@cygnus.com)
23779         * gcc.c-torture/execute/991023-1.c: New test.
23781 1999-10-19  Jeffrey A Law  (law@cygnus.com)
23783         * gcc.c-torture/execute/991019-1.c: New test.
23785 1999-10-16  Richard Henderson  <rth@cygnus.com>
23787         * gcc.c-torture/execute/991016-1.c: New test.
23789 1999-10-14  Stephane Carrez  <stcarrez@worldnet.fr>
23791         * gcc.c-torture/execute/991014-1.c: New test.
23793 1999-10-13  J"orn Rennecke <amylaar@cygnus.co.uk>
23795         * g++.old-deja/g++.other/union2.C: New test.
23797 1999-10-13  Nathan Sidwell  <nathan@acm.org>
23799         * g++.old-deja/g++.other/vaarg2.C: New test.
23800         * g++.old-deja/g++.other/vaarg3.C: New test.
23802 1999-10-12  Craig Burley  <craig@jcb-sc.com>
23804         * g77.f-torture/noncompile/19990905-1.f: Moved from being
23805         in compile/.
23807 1999-10-04  Ulrich Drepper  <drepper@cygnus.com>
23809         * gcc.c-torture/execute/va-arg-11.c: New test.
23811 1999-10-01  Mark P. Mitchell  <mark@codesourcery.com>
23813         * lib/file-format.exp (gcc_target_object_format): Don't
23814         crash if objdump is unavailable.
23816 1999-09-29  Donn Terry <donn@interix.com>
23818         * gcc.misc-tests/mg.exp: delete extraneous redirection.
23820 1999-09-28  Nick Clifton  <nickc@cygnus.com>
23822         * gcc.c-torture/compile/990928-1.c: New test.
23824 1999-09-28  Nathan Sidwell  <nathan@acm.org>
23826         * g++.old-deja/g++.other/decl6.C: New test.
23828 1999-09-28  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
23830         * gcc.c-torture/execute/va-arg-10.c: New test.
23832 1999-09-27  Nathan Sidwell  <nathan@acm.org>
23834         * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
23835         __PRETTY_FUNCTION__.
23837 1999-09-23  Nick Clifton  <nickc@cygnus.com>
23839         * gcc.c-torture/execute/990923-1.c: New test.
23841 1999-09-21  Nick Clifton  <nickc@cygnus.com>
23843         * gcc.c-torture/special/special.exp: Add FR30 to list of targets
23844         for which -fpic is inappropriate.
23846 1999-09-21  Mark Mitchell  <mark@codesourcery.com>
23848         * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
23850 1999-09-21  Nathan Sidwell  <nathan@acm.org>
23852         * g++.old-deja/g++.other/dyncast1.C: New test.
23853         * g++.old-deja/g++.other/dyncast2.C: New test.
23854         * g++.old-deja/g++.other/dyncast3.C: New test.
23855         * g++.old-deja/g++.other/dyncast4.C: New test.
23856         * g++.old-deja/g++.other/dyncast5.C: New test.
23857         * g++.old-deja/g++.eh/catch3.C: New test.
23858         * g++.old-deja/g++.eh/catch3p.C: New test.
23859         * g++.old-deja/g++.eh/catch4.C: New test.
23860         * g++.old-deja/g++.eh/catch4p.C: New test.
23861         * g++.old-deja/g++.eh/catch5.C: New test.
23862         * g++.old-deja/g++.eh/catch5p.C: New test.
23863         * g++.old-deja/g++.eh/catch6.C: New test.
23864         * g++.old-deja/g++.eh/catch6p.C: New test.
23865         * g++.old-deja/g++.eh/catch7.C: New test.
23866         * g++.old-deja/g++.eh/catch7p.C: New test.
23867         * g++.old-deja/g++.eh/catch8.C: New test.
23868         * g++.old-deja/g++.eh/catch8p.C: New test.
23869         * g++.old-deja/g++.eh/catch9.C: New test.
23870         * g++.old-deja/g++.eh/catch9p.C: New test.
23872 1999-09-13  Nathan Sidwell  <nathan@acm.org>
23874         * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
23875         * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
23877 1999-09-13  Jeffrey A Law  (law@cygnus.com)
23879         * gcc.c-torture/compile/990913-1.c: New test.
23881 1999-09-10  Nathan Sidwell  <nathan@acm.org>
23883         * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
23884         * g++.old-deja/g++.jason/rfg5.C: Likewise.
23886 1999-09-09  Richard Henderson  <rth@cygnus.com>
23888         * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
23890 1999-09-09  Nathan Sidwell  <nathan@acm.org>
23892         * g++.old-deja/g++.other/lookup11.C: New test.
23893         * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
23894         what is permitted and what we want.
23895         * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
23896         overload use.
23897         * g++.old-deja/g++.jason/rfg5.C: Likewise
23899 1999-09-08  Geoffrey Keating  <geoffk@cygnus.com>
23901         * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
23902         * gcc.c-torture/noncompile/poison-1.c: New file.
23904 1999-09-08  Nathan Sidwell  <nathan@acm.org>
23906         * g++.old-deja/g++.other/sizeof3.C: New test.
23907         * g++.old-deja/g++.other/sizeof4.C: New test.
23908         * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
23909         * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
23911 1999-09-07  Richard Henderson  <rth@cygnus.com>
23913         * gcc.dg/va-arg-1.c: New.
23915 1999-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
23917         * gcc.c-torture/execute/va-arg-9.c: New test.
23919 1999-09-05  Craig Burley  <craig@jcb-sc.com>
23921         * g77.f-torture/compile/980519-2.f: New test.
23922         * g77.f-torture/compile/19990905-0.f: New test.
23923         * g77.f-torture/compile/19990905-1.f: New test.
23924         * g77.f-torture/compile/19990905-2.f: New test.
23926         * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
23928 1999-09-03  Richard Earnshaw <rearnsha@arm.com>
23930         * gcc.c-torture/execute/990827-1.c: Fix typo.
23932 1999-09-03  Nathan Sidwell  <nathan@acm.org>
23934         * g++.old-deja/g++.other/deref1.C: New test.
23936 1999-09-02  Nathan Sidwell  <nathan@acm.org>
23938         * g++.old-deja/g++.other/ambig2.C: New test.
23939         * g++.old-deja/g++.other/cond5.C: New test.
23940         * g++.old-deja/g++.other/lookup16.C: New test.
23942 1999-09-02  Marc Espie <espie@cvs.openbsd.org>
23944         * gcc.dg/980414-1.c: Fix assembler syntax to work with old
23945         assemblers too.
23947 1999-08-31  Jeffrey A Law  (law@cygnus.com)
23949         * lib/c-torture.exp: Avoid the "compare executables" optimization
23950         when testing native.
23952 1999-08-29  Jeffrey A Law  (law@cygnus.com)
23954         * gcc.c-torture/execute/990829-1.c: New test.
23955         * gcc.c-torture/compile/990829-1.c: New test.
23957 1999-08-27  Paul Burchard  <burchard@pobox.com>
23959         * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
23960         * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
23961         * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
23962         * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
23963         * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
23964         * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
23965         * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
23966         * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
23967         * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
23968         * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
23969         * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
23971 1999-08-27  Jeffrey A Law  (law@cygnus.com)
23973         * gcc.c-torture/execute/990827-1.c: New test.
23975 1999-08-26  Craig Burley  <craig@jcb-sc.com>
23977         * g77.f-torture/noncompile/19990826-4.f: New test.
23979         * g77.f-torture/compile/19990826-3.f: New test.
23981         * g77.f-torture/execute/19990826-2.f: New test.
23983         * g77.f-torture/compile/19990826-1.f: New test.
23985         * gcc.c-torture/execute/990826-0.c: New test.
23986         * g77.c-torture/execute/19990826-0.f: New test.
23988         * g77.f-torture/noncompile/970626-2.f: New test.
23990 1999-08-25  Paul Burchard  <burchard@pobox.com>
23992         * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
23993         lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
23994         lss-011.C: New tests.
23996 1999-08-25  Nathan Sidwell  <nathan@acm.org>
23998         * g++.old-deja/g++.other/decl5.C: New test.
24000 1999-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
24002         * noncompile/noncompile.exp: Load_lib c-torture.exp.
24003         (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
24004         call `postbase' for each one.  All callers of `postbase' changed
24005         to call this instead.
24007 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
24009         * gcc.c-torture/execute/990811-1.c: New test.
24011 1999-08-09  Nick Clifton  <nickc@cygnus.com>
24013         * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
24014         just native ones.
24016         * gcc.dg/990413-1.c: Expect the parse error for all builds, not
24017         just native ones.
24019 1999-08-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
24021         * g++.old-deja/g++.other/local3.C: Removed XFAIL.
24023 1999-08-04  Jeffrey A Law  (law@cygnus.com)
24025         * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
24027 1999-08-04  Nathan Sidwell  <nathan@acm.org>
24029         * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
24031 1999-08-04  Jeffrey A Law  (law@cygnus.com)
24033         * gcc.c-torture/execute/990804-1.c: New test.
24035 1999-08-03  Nathan Sidwell  <nathan@acm.org>
24037         * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
24038         * g++.old-deja/g++.brendan/crash64.C: Likewise
24039         * g++.old-deja/g++.brendan/overload8.C: Likewise
24041 1999-08-03  Nathan Sidwell  <nathan@acm.org>
24043         * g++.old-deja/g++.other/struct1.C: New test.
24045 1999-08-03  Nathan Sidwell  <nathan@acm.org>
24047         * g++.old-deja/g++.other/enum2.C: New test.
24049 1999-08-02  Richard Henderson  <rth@cygnus.com>
24051         Adapted from tests from Franz Sirl:
24052         * gcc.c-torture/execute/va-arg-7.c: New test.
24053         * gcc.c-torture/execute/va-arg-8.c: New test.
24055 1999-08-01  Jeffrey A Law  (law@cygnus.com)
24057         * gcc.c-torture/compile/990801-2.c: New test.
24059         * gcc.c-torture/compile/990801-1.c: New test.
24061 1999-07-27  Michael Meissner  <meissner@cygnus.com>
24063         * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
24064         fp-cmp-1.c, converting double to float.
24066         * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
24067         fp-cmp-1.c, converting double to long double.
24069         * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
24070         from fr1 to unknown_register, since fr1 is a legitimate register
24071         on some machines.
24073 1999-07-25  Jeffrey A Law  (law@cygnus.com)
24075         * README: More listname related changes.
24077 1999-07-08  Catherine Moore  <clm@cygnus.com>
24079         * gcc.c-torture/execute/920501-5.c: Fix typo.  Change | to ||.
24081 1999-07-05  Manfred Hollstein  <mhollstein@cygnus.com>
24083         * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
24085 1999-07-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
24087         * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
24089 1999-07-04  Zack Weinberg  <zack@rabi.columbia.edu>
24091         * gcc.dg/990703-1.c: New test.
24093 1999-06-29  Nick Clifton  <nickc@cygnus.com>
24095         * lib/file-format.exp: New file: Move definition of proc
24096         gcc_target_object_format to here from
24097         gcc.dg/special/ecos.exp.
24099         * lib/c-torture.exp: Include lib file-format.exp.
24100         * lib/gcc-dg.exp: Include lib file-format.exp.
24102         * gcc.dg/special/ecos.exp: Remove definition of proc
24103         gcc_target_object_format.
24105 1999-06-28  Jeffrey A Law  (law@cygnus.com)
24107         * gcc.c-torture/execute/990628-1.c: New test.
24109 1999-06-25  Jeffrey A Law  (law@cygnus.com)
24111         * gcc.c-torture/compile/990625-2.c: New test.
24113         * gcc.c-torture/compile/990625-1.c: New test.
24115 1999-06-23  Nick Clifton  <nickc@cygnus.com>
24117         * gcc.c-torture/compile/dll.c: New test case.  Check that dll
24118         attributes compile.
24119         * gcc.c-torture/compile/dll.x: Only support the dll.c test on
24120         ports that use the COFF/PE file format.
24122 1999-06-17  Jeffrey A Law  (law@cygnus.com)
24124         * gcc.c-torture/compile/990617-1.c: New test.
24126 1999-06-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
24128         * g++.old-deja/g++.other/decl4.C: New test.
24130 1999-06-14  Nathan Sidwell  <nathan@acm.org>
24132         * g++.old-deja/g++.other/bitfld3.C: New test.
24134 1999-06-08  Nathan Sidwell  <nathan@acm.org>
24136         * g++.old-deja/g++.eh/catch1.C: New test.
24138 1999-06-07  Jeffrey A Law  (law@cygnus.com)
24140         * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
24142         * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
24143         * gcc.c-torture/execute/ieee/mzero.x: New file.  Likewise.
24145 1999-06-05  Craig Burley  <craig@jcb-sc.com>
24147         * g77.f-torture/compile/19990502-0.f: Replace with new,
24148         shorter, test that still fails after recent changes.
24150 1999-06-04  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
24152         * gcc.c-torture/execute/990604-1.c: New test.
24154 1999-05-31  Jeffrey A Law  (law@cygnus.com)
24156         * gcc.c-torture/execute/990531-1.c: New test.
24158 1999-05-27  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
24160         * gcc.c-torture/compile/990527-1.c: New test.
24162 1999-05-27  Joern Rennecke <amylaar@cygnus.com>
24164         * gcc.c-torture/execute/990527-1.c: New test.
24166 1999-05-25  Nick Clifton  <nickc@cygnus.com>
24168         * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
24169         bitfields as signed.
24171 1999-05-25  Craig Burley  <craig@jcb-sc.com>
24173         * g77.f-torture/compile/19990525-0.f: New test.
24175 1999-05-25  Jeffrey A Law  (law@cygnus.com)
24177         * gcc.c-torture/execute/990525-2.c: New test.
24179         * gcc.c-torture/execute/990525-1.c: New test.
24181 1999-05-24  Nathan Sidwell  <nathan@acm.org>
24183         * g++.old-deja/g++.other/anon3.C: New test.
24184         * g++.old-deja/g++.other/anon4.C: New test.
24185         * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
24186         * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
24187         after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
24188         Merrill).
24190 1999-05-24  Jeffrey A Law  (law@cygnus.com)
24192         * gcc.c-torture/execute/990524-1.c: New test.
24194         * gcc.dg/990524-1.c: New test.
24196 1999-05-23  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
24198         * gcc.c-torture/compile/990523-1.c: New test.
24200 1999-05-19  Raja R Harinath <harinath@cs.umn.edu>
24202         * gcc.c-torture/compile/990519-1.c: New test.
24204 1999-05-17  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
24206         * gcc.c-torture/compile/990517-1.c: New test.
24208         * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
24209         (e4, f4): New tests.
24210         (main): Call them.
24212 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
24214         * gcc.dg/noreturn-1.c: New test.
24216 1999-05-13  Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
24218         * gcc.c-torture/execute/990513-1.c: New test.
24220 1999-05-10  Richard Henderson  <rth@cygnus.com>
24222         * g++.old-deja/g++.other/null1.C (g): Add overload for long.
24224 1999-05-10  Craig Burley  <craig@jcb-sc.com>
24226         * g77.f-torture/execute/erfc.f: Use small single-precision
24227         values, to avoid problems on Alphas when not -mieee.
24229 1999-05-08  Craig Burley  <craig@jcb-sc.com>
24231         * gcc.dg/990506-0.c: New test.
24233 1999-05-08  Richard Henderson  <rth@cygnus.com>
24235         * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
24236         the constant to test.  Don't XFAIL 64-bit targets.
24238         * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
24239         * g++.old-deja/g++.law/profile1.C: Likewise.
24241         * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
24242         operator new instances.
24243         * g++.old-deja/g++.other/delete5.C: Likewise.
24245 1999-05-03  Craig Burley  <craig@jcb-sc.com>
24247         * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
24248         intrinsic.
24250 1999-05-03  Craig Burley  <craig@jcb-sc.com>
24252         * g77.f-torture/execute/u77-test.f: Reverse order of two
24253         arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
24255 1999-05-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
24257         * gcc.dg/compare1.c: New test.
24259 1999-05-02  Joseph S. Myers  <jsm28@cam.ac.uk>
24261         * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
24262         New tests.
24264 1999-05-02  Craig Burley  <craig@jcb-sc.com>
24266         * g77.f-torture/compile/19990502-1.f: New test.
24268 1999-05-02  Craig Burley  <craig@jcb-sc.com>
24270         * g77.f-torture/compile/19990502-0.f: New test.
24272 1999-05-02  Craig Burley  <craig@jcb-sc.com>
24274         * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
24275         intrinsic.
24277 1999-05-02  Craig Burley  <craig@jcb-sc.com>
24279         * g77.f-torture/execute/u77-test.f (main): List libU77
24280         intrinsics not currently tested.
24281         Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
24282         GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
24283         FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
24284         Trim blanks off the ends of some printed strings.
24286 1999-05-02  Craig Burley  <craig@jcb-sc.com>
24288         * g77.f-torture/execute/u77-test.f (main): Just warn about
24289         FSTAT gid disagreement, as it's expected on some systems.
24291 1999-05-01  Craig Burley  <craig@jcb-sc.com>
24293         * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
24294         use a new function, which allows for some slop.
24295         Clean up some commentary.
24296         (issum): The new function.
24297         (sgladd): Deleted subroutine.
24299 1999-05-01  Craig Burley  <craig@jcb-sc.com>
24301         * g77.f-torture/execute/u77-test.f: Modify to be more like
24302         libf2c/libU77 version, bringing patches to that version here.
24303         Add suitable commentary.
24305 1999-04-25  Richard Henderson  <rth@cygnus.com>
24307         * gcc.dg/990424-1.c: New test.
24309 1999-04-24  Craig Burley  <craig@jcb-sc.com>
24311         * g77.f-torture/execute/u77-test.f (main): Bug involving
24312         LSTAT has been fixed, so turn back on full checking.
24314 1999-04-20  Craig Burley  <craig@jcb-sc.com>
24316         * g77.f-torture/compile/19990419-0.f: New test.
24317         * g77.f-torture/execute/19990419-1.f: New test.
24319 1999-04-17  Richard Henderson  <rth@cygnus.com>
24321         * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
24322         to avoid the need for a prototype to supress a warning.
24324 1999-04-07  Jim Wilson  <wilson@cygnus.com>
24326         * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
24328 1999-04-04  Jeffrey A Law  (law@cygnus.com)
24330         * gcc.c-torture/execute/990404-1.c: New test.
24332 1999-04-03 10:35 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
24334         * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
24335         * gcc.dg/cpp-if3.c: Don't use -pedantic.
24336         * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
24337         missing initializer warnings.
24339 1999-03-28  Jeffrey A Law  (law@cygnus.com)
24341         * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
24342         matching strings.
24344 1999-03-26  Jeffrey A Law  (law@cygnus.com)
24346         * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
24348 1999-03-26  Craig Burley  <craig@jcb-sc.com>
24350         * g77.f-torture/execute/19990325-0.f: New test.
24351         * g77.f-torture/execute/19990325-1.f: New test.
24353 1999-03-24  Jeffrey A Law  (law@cygnus.com)
24355         * gcc.c-torture/execute/990324-1.c: New test.
24357 1999-03-22  Jim Wilson  <wilson@cygnus.com>
24359         * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
24360         test with 4.
24362 1999-03-17  Richard Henderson  <rth@cygnus.com>
24364         * gcc.c-torture/execute/ieee/980619-1.x: New.  Expected fail on x86.
24366 1999-03-13  Craig Burley  <craig@jcb-sc.com>
24368         * g77.f-torture/execute/19990313-2.f: New test.
24369         * g77.f-torture/execute/19990313-3.f: New test.
24371 1999-03-13  Craig Burley  <craig@jcb-sc.com>
24373         * g77.f-torture/execute/19990313-0.f: New test.
24374         * g77.f-torture/execute/19990313-1.f: New test.
24376 1999-03-12  Jim Wilson  <wilson@cygnus.com>
24378         * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
24379         printf to sprintf.
24380         * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
24381         (main): Add check for u15.  Conditionalize u31 check depending on
24382         whether ints are <32 bits or >=32 bits.
24384 1999-03-08  Craig Burley  <craig@jcb-sc.com>
24386         * g77.f-torture/execute/19981119-0.f: Improve testiness.
24388 1999-03-08  Craig Burley  <craig@jcb-sc.com>
24390         * g77.f-torture/compile/19990305-0.f: New test.
24391         * g77.f-torture/execute/19981119-0.f: New test.
24393 1999-03-08  Craig Burley  <craig@jcb-sc.com>
24395         * g77.f-torture/execute/970625-2.f: call ABORT if final
24396         result is not correct, instead of just printing it.
24397         Add this checking via newly introduced obfuscation, to
24398         trip up buggy front ends.
24400 1999-03-07  Craig Burley  <craig@jcb-sc.com>
24402         * g77.f-torture/compile/960317-1.f: Moved from being
24403         in execute/.  (Somehow I didn't notice "SUBROUTINE...".)
24405 1999-03-06  Craig Burley  <craig@jcb-sc.com>
24407         * g77.f-torture/execute/960317-1.f: New (old) test.
24408         * g77.f-torture/execute/970625-2.f: Ditto.
24410 1999-03-01 Zack Weinberg  <zack@rabi.columbia.edu>
24412         * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
24413         message on line 1 or line 2; cccp and cpplib do this differently.
24415 1999-03-01  Jeffrey A Law  (law@cygnus.com)
24417         * g++.old-deja/g++.law/weak1.C: New test.
24419 1999-02-28 17:59 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
24421         * gcc.c-torture/execute/990119-1.c: Renamed to...
24422         * gcc.dg/990119-1.c: this, so it will only be tested once
24423         (it's a preprocessor test, it doesn't need to be run at
24424         multiple optimization levels).
24426 1999-02-27 13:34 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
24428         * lib/g++.exp: Don't add incdir=$base_dir/../include to
24429           ALWAYS_CXXFLAGS.
24431 1999-02-24  Craig Burley  <craig@jcb-sc.com>
24433         * g77.f-torture/noncompile/19981216-0.f: Renamed from...
24434         * g77.f-torture/compile/19981216-0.f: ...as it is expected
24435         to not be compilable by current g77.
24437 1999-02-24  Nick Clifton  <nickc@cygnus.com>
24439         * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
24441 1999-02-22  Jeffrey A Law  (law@cygnus.com)
24443         * gcc.c-torture/execute/990222-1.c: New test.
24445 1999-02-19  Craig Burley  <craig@jcb-sc.com>
24447         * g77.f-torture/compile/19990218-0.f: New test.
24448         * g77.f-torture/noncompile/19990218-1.f: New test.
24450 1999-02-18  Craig Burley  <craig@jcb-sc.com>
24452         * g77.f-torture/compile/19981216-0.f: New test.
24454 1999-02-14  Jeffrey A Law  (law@cygnus.com)
24456         * gcc.dg/990214-1.c: New test.
24458 1999-02-13  Jeffrey A Law  (law@cygnus.com)
24460         * gcc.dg/990213-2.c: New test.
24462         * gcc.dg/990213-1.c: New test.
24464 1999-02-12  Jeffrey A Law  (law@cygnus.com)
24466         * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
24467         ints.
24469 1999-02-11  Nick Clifton  <nickc@cygnus.com>
24471         * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
24472         specified by target.
24474         * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
24476 1999-02-11  Jeffrey A Law  (law@cygnus.com)
24478         * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
24480 1999-02-10  Jonathan Larmour  <jlarmour@cygnus.co.uk>
24482         * gcc.dg/special/ecos.exp: New test driver for new tests with
24483         special requirements.
24485         * gcc.dg/special/alias-1.c: New test.
24486         * gcc.dg/special/gcsec-1.c: New test.
24487         * gcc.dg/special/weak-1.c: New test.
24488         * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
24489         * gcc.dg/special/weak-2.c: New test.
24490         * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
24491         * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
24492         * gcc.dg/special/wkali-1.c: New test.
24493         * gcc.dg/special/wkali-2.c: New test.
24494         * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
24495         * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
24497 1999-02-10  Felix Lee  <flee@cygnus.com>
24499           * lib/c-torture.exp (c-torture-compile): Pull out code for
24500           analyzing gcc error messages.
24501           (c-torture-execute): Likewise.  Fix some (harmless) false
24502           positives.
24503           * lib/gcc.exp (gcc_check_compile): New function.
24505 1999-02-08  Richard Henderson  <rth@cygnus.com>
24507         * gcc.c-torture/execute/990208-1.c: New test.
24509 1999-02-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
24511         * g++.dg/special/ecos.exp: New driver for new tests with special
24512         requirements
24514         * g++.dg/special/conpr-1.C: New test
24515         * g++.dg/special/conpr-2.C: New test
24516         * g++.dg/special/conpr-2a.C: New test
24517         * g++.dg/special/conpr-3.C: New test
24518         * g++.dg/special/conpr-3a.C: New test
24519         * g++.dg/special/conpr-3b.C: New test
24521         * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
24522         allow g++ to use the dg driver
24524         * README: Add comment about g++.dg directory
24526 1999-02-06  Jeffrey A Law  (law@cygnus.com)
24528         * README: Update email addresses.
24530 1999-02-03  Nick Clifton  <nickc@cygnus.com>
24532         * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
24533         arguments in order to force structure S onto the stack even on
24534         the alpha.
24535         (test): Pass 10 leading arguments to function foo as well as the
24536         structure S.
24538         * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
24539         failure for all targets.
24541         * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
24542         abort to terminate program execution.
24544 1999-01-30  Richard Henderson  <rth@cygnus.com>
24546         * gcc.c-torture/execute/990130-1.c: New test.
24548 1999-01-30  Jeffrey A Law  (law@cygnus.com)
24550         * gcc.dg/990130-1.c: New test.
24552 1999-01-28  Michael Meissner  <meissner@cygnus.com>
24554         * gcc.c-torture/execute/990128-1.c: New test.
24556 1999-01-27  Michael Meissner  <meissner@cygnus.com>
24558         * gcc.c-torture/execute/990127-{1,2}.c: New tests.
24560 1999-01-27  Felix Lee  <flee@cygnus.com>
24562         * lib/c-torture.exp (c-torture-compile): pull out code for
24563         analyzing gcc error messages.
24564         (c-torture-execute): ditto, and fix some (harmless) false
24565         positives.
24566         * lib/gcc.exp (gcc_check_compile): new function.
24568 1999-01-17  Jeffrey A Law  (law@cygnus.com)
24570         * gcc.dg/990117-1.c: New test.
24572         * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
24574         * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
24576 1999-01-15  Jeffrey A Law  (law@cygnus.com)
24578         * g77.f-torture/compile/990115-1.f: New test.
24580 1999-01-07  Jeffrey A Law  (law@cygnus.com)
24582         * gcc.c-torture/compile/990107-1.c: New test
24584 1999-01-06  Jeffrey A Law  (law@cygnus.com)
24586         * gcc.c-torture/execute/990106-2.c: New test.
24588         * gcc.c-torture/execute/990106-1.c: New test.
24590 1998-12-30  Zack Weinberg <zack@rabi.columbia.edu>
24592         * gcc.c-torture/compile/981223-1.c: New test.
24594 1998-12-29  Richard Henderson  <rth@cygnus.com>
24596         * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
24597         (opt3): Rename from opt4 and disable.
24599 1998-12-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
24601         * g++.old-deja/g++.pt/ptrmem5.C: New test.
24603 1998-12-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
24605         * g++.old-deja/g++.other/conv5.C: New test.
24607 1998-12-14  Nick Clifton  <nickc@cygnus.com>
24609         * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
24611 1998-12-11  Jeffrey A Law  (law@cygnus.com)
24613         * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
24615 1998-12-11  Zack Weinberg <zack@rabi.columbia.edu>
24617         * gcc.c-torture/compile/981211-1.c: New test.
24619 1998-12-09  Alexandre Oliva  <oliva@dcc.unicamp.br>
24621         * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
24623         * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
24625 1998-12-08  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
24627         * gcc.special/930510-1.c: Make C9X safe.
24628         * gcc.misc-tests/gcov-1.c Similarly.
24629         * gcc.misc-tests/gcov-2.c Similarly.
24631 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
24633         * gcc.dg/ultrasp1.c: New test.
24635 1998-12-06  Richard Henderson  <rth@cygnus.com>
24637         * gcc.c-torture/execute/981206.c: New test.
24639 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
24641         * g++.old-deja/g++.ns/template7.C: New test.
24643         * g++.old-deja/g++.other/expr1.C: New test.
24645         * g++.old-deja/g++.eh/tmpl3.C: New test.
24647         * g++.old-deja/g++.eh/tmpl2.C: New test.
24649 1998-12-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
24651         * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
24652         * g++.old-deja/g++.other/using6.C: Removed.
24653         * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
24655         * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
24657 1998-12-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
24659         * g++.old-deja/g++.pt/overload8.C: New test.
24661         * g++.old-deja/g++.pt/overload7.C: New test.
24663         * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
24665         * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
24666         and relinking messages.
24667         * lib/g++.exp (g++_target_compile): Remove .rpo file when
24668         compiling with -frepo.
24670 1998-12-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
24672         * g++.old-deja/g++.pt/lookup6.C: New test.
24674 1998-11-30  Nick Clifton  <nickc@cygnus.com>
24676         * gcc.c-torture/execute/981130-1.c: New test.
24677         * gcc.c-torture/execute/981130-1.x: New test failure expectations.
24679 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
24681         * g++.old-deja/g++.pt/explicit76.C: New test.
24683         * g++.old-deja/g++.pt/friend38.C: New test.
24685         * g++.old-deja/g++.ns/crash2.C: New test.
24687         * g++.old-deja/g++.pt/defarg8.C: New test.
24689         * g++.old-deja/g++.pt/instantiate6.C: New test.
24691         * g++.old-deja/g++.pt/static6.C: New test.
24693         * g++.old-deja/g++.pt/decl2.C: New test.
24695 1998-11-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
24697         * g++.old-deja/g++.other/lookup5.C: New test.  Not sure the
24698         problem is actually related with name lookup, but so what? :-)
24700         * g++.old-deja/g++.pt/friend37.C: New test.
24702 1998-11-25  Dave Love  <d.love@dl.ac.uk>
24704         * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
24705         element, which fails on some systems.
24707         * g77.f-torture/execute/labug1.f: New test.
24709 1998-11-21  Jeffrey A Law  (law@cygnus.com)
24711         * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
24712         is defined.
24714 1998-11-18  Dave Love  <d.love@dl.ac.uk>
24716         * g77.f-torture/compile/981117-1.f: New test.
24718 1998-11-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
24720         * g++.old-deja/g++.eh/throw2.C: New test.  CV-qualifiers are not
24721         properly discarded.
24723 1998-10-11  Ken Raeburn  <raeburn@cygnus.com>
24725         * gcc.c-torture/execute/memcheck: New directory of tests for
24726         -fcheck-memory-usage.
24728 1998-11-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
24730         * README: New file, general information about the testsuite and
24731         new description of the various C++ test subdirectories.
24732         * README.g++: Eliminate obsolete information, update and move most
24733         relevant stuff to README.
24735 1998-11-07  Richard Henderson  <rth@cygnus.com>
24737         * gcc.c-torture/compile/981107-1.c: New test.
24739 1998-11-02  Doug Evans  <devans@canuck.cygnus.com>
24741         * execute/memcpy-bi.c: New testcase.
24743 1998-10-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
24745         * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
24746         base classes.
24748         * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
24749         template is selected.
24751         * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
24752         classes, it should be accepted for all types.
24754         * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
24756         * g++.old-deja/g++.pt/spec24.C: Ensure that template
24757         specializations start with template headers.
24759 1998-10-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
24761         * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
24763         * g++.old-deja/g++.other/init9.C: Test cross initialization of
24764         non-POD types.
24766 1998-10-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
24768         * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
24770 1998-10-22  Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
24772         * compile/981022-1.c, compile/981022-1.x: New test and driver.
24774 1998-10-19  Jeffrey A Law  (law@cygnus.com)
24776         * 981019-1.c: New test.
24778 1998-10-14  Robert Lipe <robertl@dgii.com>
24780         * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
24781         find objc headers.
24783 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
24785         * compile/981001-4.c: Remove use of GCC extension that triggers a
24786         compiler bug.
24788 1998-10-13  Alexandre Oliva  <oliva@dcc.unicamp.br>
24790         * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
24792 1998-10-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
24794         * g++.old-deja/g++.pt/explicit74.C: New test.  Explicit
24795         instantiation of template produces incorrect code for delete
24796         expression.
24798         * g++.old-deja/g++.pt/instantiate5.C: New test.  `global
24799         constructors' name is not unique.
24800         * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
24801         * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
24803         * g++.old-deja/g++.other/init8.C: New test.  Uninitialized
24804         automatic array of const is ill-formed.
24806         * g++.old-deja/g++.pt/ttp53.C: New test.  Incorrect substitution
24807         of template parameter?
24809         * g++.old-deja/g++.other/conv3.C: New test.  Conversion discards
24810         const.
24812         * g++.old-deja/g++.other/pmf2.C: New test.  Invalid
24813         pointer-to-member expression.
24815         * g++.old-deja/g++.other/friend5.C: New test.  Bogus friend
24816         declaration causes ICE.
24818 1998-10-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
24820         * g++.old-deja/g++.ns/main1.C: New test.  main() should only be
24821         reserved in the global namespace.
24823         * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
24824         generate needed virtual table.
24826         * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
24828 1998-10-10  Dariush Eslimi  <eslimi@loran.com>
24830         * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
24831         template-dependent type
24833 1998-10-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
24835         * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
24836         * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
24837         * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
24839         * g++.old-deja/g++.other/using5.C: New test; using decl from base
24840         class should be usable as argument of member function.
24841         * g++.old-deja/g++.other/using6.C: New test; using decl from base
24842         class should be usable as return type of member function.
24843         * g++.old-deja/g++.other/using7.C: New test; using decl from base
24844         class should be usable as type of data member.
24846         * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
24848 1998-10-09  Jeffrey A Law  (law@cygnus.com)
24850         * gcc.c-torture/special/920521-1.c: Fix bogus test.
24852 1998-10-08  Nick Clifton  <nickc@cygnus.com>
24854         * gcc.dg/dll-?.c Add thumb to target list.
24855         Fix assembler scan patterns to match current assembler output.
24857 1998-10-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
24859         * g++.old-deja/g++.pt/expr6.C: New test.  operator?: breaks
24860         matching of template brackets.
24862         * g++.old-deja/g++.other/using4.C: New test.  Test using
24863         declarations of methods from base classes.
24865         * g++.old-deja/g++.ns/extern1.C: New test.  Extern declarations
24866         within functions should introduce names into the innermost
24867         enclosing namespace.
24869         * g++.old-deja/g++.other/init7.C: New test.  Retry initialization
24870         of static locals if first initialization throws.
24872 1998-10-07  Jim Wilson  <wilson@cygnus.com>
24874         * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
24876 1998-10-06  Ken Raeburn  <raeburn@cygnus.com>
24878         * gcc.c-torture/special/981006-1.c: New test.  Make sure gcc doesn't
24879         lose track of the possible targets of tablejump insns.
24880         * special/special.exp: Run it.
24882 1998-10-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
24884         * g++.old-deja/g++.pt/friend35.C: New test.  A template function
24885         must be declared before its specializations can be named in friend
24886         declarations.
24888 1998-10-05  Dave Love  <d.love@dl.ac.uk>
24890         * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
24892         * g77.f-torture/execute/io1.f: New test.
24894 1998-10-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
24896         * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
24897         with pointer to template function, for which no argument deduction
24898         is possible.
24900         * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
24901         specialization of template function as argument to template
24902         function.
24904         * g++.old-deja/g++.other/access2.C: New test; Inner class
24905         shouldn't have privileged access to Outer's names.
24907 1998-10-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
24909         * g++.old-deja/g++.pt/friend34.C: New test; name injection of
24910         friend template declared within template class conflicts with
24911         nested class of the same name.
24913         * g++.old-deja/g++.other/badopt1.C: New test; post-increment
24914         is ignored.
24916         * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
24917         object with direct initializer as function declaration.
24919         * g++.old-deja/g++.other/decl2.C: New test; duplicate
24920         initializers.
24922         * g++.old-deja/g++.other/null2.C: New test; conditional operator
24923         involving const pointer and NULL produces incorrect result.
24925         * g++.old-deja/g++.other/typename1.C: New test; template-dependent
24926         type name without `typename' should be rejected with -pedantic.
24928 1998-10-02  Richard Henderson  <rth@cygnus.com>
24930         * g++.old-deja/g++.other/addrof1.C: New test.
24932 1998-10-01  Nick Clifton  <nickc@cygnus.com>
24934         * gcc.c-torture/compile/981001-1.c: New test.
24935         * gcc.c-torture/execute/981001-1.c: New test.
24937 1998-10-01  Jeffrey A Law  (law@cygnus.com)
24939         * gcc.c-torture/compile/981001-2.c: New test.
24940         * gcc.c-torture/compile/981001-3.c: New test.
24941         * gcc.c-torture/compile/981001-4.c: New test.
24943 1998-10-01  Robert Lipe  <robertl@dgii.com>
24945         * lib/objc.exp (objc_target_compile): Add -L during compiles for
24946         multilibbed hosts.   Idea grafted from g77.exp.
24948 1998-09-30  Dave Love  <d.love@dl.ac.uk>
24950         * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
24951         avoid losing on systems which need -lsocket.
24953 1998-09-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
24955         * g++.old-deja/g++.other/bitfld1.C: Expected failure.
24956         * g++.old-deja/g++.other/nested2.C: Ditto.
24957         * g++.old-deja/g++.robertl/eb132.C: No longer an expected
24958         failure.
24960 1998-09-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
24962         * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
24963         preferred over template operator!= for enum bitfields.
24965 1998-09-18  Alexandre Oliva  <oliva@dcc.unicamp.br>
24967         * g++.old-deja/g++.other/nested2.C: Different virtual base classes
24968         that happen to have the same base name, but in different scopes,
24969         are incorrectly rejected.
24971 1998-09-16  Richard Henderson  <rth@cygnus.com>
24973         * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
24974         on the native word size instead of an integer literal.
24976 1998-09-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
24978         * g++.old-deja/g++.other/static2.C: Invocation of static data
24979         member of type pointer-to-function denoted as non-static member.
24981         * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
24982         checks involving function types and aliases.
24984 1998-09-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
24986         * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
24987         redefined to the same non-trivial type.
24989         * g++.old-deja/g++.pt/explicit73.C: Test for proper
24990         namespace-qualification of template specializations declared in
24991         other namespaces.
24993         * g++.old-deja/g++.other/friend4.C: Check whether it is possible
24994         to declare a subset of the specializations of a template function
24995         as friends of specializations of a template class.
24997         * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
24998         member templates that do not fully specialize the enclosing
24999         template class are rejected.
25001 1998-09-11  Dave Love  <d.love@dl.ac.uk>
25003         * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
25005 1998-09-08  Dave Love  <d.love@dl.ac.uk>
25007         * g77.f-torture/execute/u77-test.f (main): New file, somewhat
25008         altered from libf2c/libU77 version.
25010 1998-09-06  Dave Love  <d.love@dl.ac.uk>
25012         * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
25014 1998-09-04  Reid M. Pinchback  <reidmp@MIT.EDU>, Alexandre Oliva  <oliva@dcc.unicamp.br>
25016         * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
25017         (un)signed char are different types for template specialization
25018         purposes.
25020 1998-09-03  Ovidiu Predescu  <ovidiu@aracnet.com>
25022         * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
25023         * objc: ObjC testsuite.
25025 1998-08-31  Catherine Moore  <clm@cygnus.com>
25027         * gcc.c-torture/execute/941014-1.x:  New file.
25029 1998-08-31  Nick Clifton  <nickc@cygnus.com>
25031         * lib/c-torture.exp: Add support for
25032         torture_eval_before_compile and torture_eval_before_execute
25033         variables.
25035 1998-08-30  Jeffrey A Law  (law@cygnus.com)
25037         * gcc.dg/980626-1.c: Delete this test.  We've declared the warning
25038         this test triggers valid.
25040 1998-08-27  Jeffrey A Law  (law@cygnus.com)
25042         * gcc.dg/980827-1.c: New test.
25044 1997-08-26  J"orn Rennecke <amylaar@cygnus.co.uk>
25046         * gcc.c-torture/execute/loop-4b.c: New test.
25048 1998-08-26  Nick Clifton  <nickc@cygnus.com>
25050         * lib/c-torture.exp: Add support for
25051         torture_eval_before_compile and torture_eval_before_execute
25052         variables.
25054 1998-08-25  Jeffrey A Law  (law@cygnus.com)
25056         * gcc.c-torture/compile/980825-1.c: New test.
25058 1998-08-24  Nick Clifton  <nickc@cygnus.com>
25060         * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
25061         count number tests in opt_t0 not good_t0.
25063 1998-08-24  Jeffrey A Law  (law@cygnus.com)
25065         * gcc.c-torture/compile/930326-1.x: Fix typo.
25067 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
25069         * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
25070         causes an ICE.
25072 1998-08-21  Jeffrey A Law  (law@cygnus.com)
25074         * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
25075         STACK_SIZE is defined.
25076         * gcc.c-torture/unsorted/stuct.c: Similarly.
25078         * gcc.c-torture/compile/980821-1.c: New test.
25080 1998-08-21  Jeffrey A Law  (law@cygnus.com)
25082         * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
25084 1998-08-19  Mark Mitchell  <mark@markmitchell.com>
25086         * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
25087         code.
25089 1998-08-09  Mark Mitchell  <mark@markmitchell.com>
25091         * lib/old-dejagnu.exp: Revise handling of `Internal compiler
25092         error'.
25094 1998-08-18  Jeffrey A Law  (law@cygnus.com)
25096         * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
25098 1998-08-16  Jeffrey A Law  (law@cygnus.com)
25100         * gcc.c-torture/compile/980816-1.c: New test.
25102         * gcc.dg/980816-1.c: New test.
25104 1998-08-13  Jeffrey A Law  (law@cygnus.com)
25106         * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
25107         compiler for ieee tests.
25109 1998-08-01  Dave Love  <d.love@dl.ac.uk>
25111         * g77.f-torture/compile/980729-0.f: New test.
25113 1998-07-30  Ken Raeburn  <raeburn@cygnus.com>
25115         * gcc.c-torture/special/eeprof-1.c: New test, for
25116         -finstrument-functions.
25117         * gcc.c-torture/special/special.exp: Run it.
25119 1998-07-29  Jeffrey A Law  (law@cygnus.com)
25121         * gcc.c-torture/compile/980729-1.c: New test.
25123 1998-07-27  Nick Clifton  <nickc@cygnus.com>
25125         * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
25126         __thumb__ is defined, and test for ARM style doubles if so.
25128 1998-07-26  Dave Love  <d.love@dl.ac.uk>
25130         * g77.f-torture/noncompile/980615-0.f: New test.
25132 1998-07-26  H.J. Lu  (hjl@gnu.org)
25134         * gcc.dg/980312-1.c: Do link instead of compile.
25135         * gcc.dg/980313-1.c: Likewise.
25137 1998-07-26  Jeffrey A Law  (law@cygnus.com)
25139         * gcc.c-torture/compile/980726-1.c: New test.
25141 1998-07-25  Dave Love  <d.love@dl.ac.uk>
25143         * g77.f-torture/execute/io0.f: New test.
25145 1998-07-24  Nick Clifton  <nickc@cygnus.com>
25147         * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
25148         an int.
25150 1998-06-18  Michael Meissner  <meissner@cygnus.com>
25152         * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
25153         m32r bugs.
25155 1998-07-17  Nick Clifton  <nickc@cygnus.com>
25157         * gcc.dg/980626-1.c: Expect failures for all toolchains until
25158         c-decl.c:grokdeclarator can handle mode attributes.
25160 1998-07-16  Jeffrey A Law  (law@cygnus.com)
25162         * gcc.c-torture/execute/980716-1.c: New test.
25164 1998-07-13  Jeffrey A Law  (law@cygnus.com)
25166         * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
25167         the mn10200.
25168         * gcc.c-torture/execute/strct-varg-1.x: New file.  Expect failure on
25169         the mn10200.
25170         * gcc.c-torture/execute/va-arg-3.x: Similarly.
25171         * gcc.c-torture/compile/930326-1.x: Similarly.
25173 1998-07-13  Dave Love  <d.love@dl.ac.uk>
25175         * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
25176         New test from Craig.
25178 1998-07-12  Dave Love  <d.love@dl.ac.uk>
25180         * g77.f-torture/noncompile/980616-0.f: New test.
25182         * g77.f-torture/execute/970816-3.f:  New test from Craig.
25184 1998-07-10 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
25186         *  g++.other/singleton.C: Return error value instead of taking
25187         SIGSEGV.
25189 1998-07-10  Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
25191         *  g++.other/singleton.C: New test.   Warning is under dispute.
25192         Runtime crash is not.
25194 1998-07-09  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
25196         * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
25197         ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
25198         using6.C, using7.C}:  New namespace tests.
25200 1998-07-09  Alexandre Oliva   <oliva@dcc.unicamp.br>
25202         * g++.old-deja/g++.other/partspec1.C: Test matching of partial
25203         specialization with typedef'ed names used as array indexes.
25205 1998-07-09  Jeffrey A Law  (law@cygnus.com)
25207         * gcc.c-torture/execute/980709-1.c: New test.
25209         * gcc.dg/980709-1.c: New test.
25211 1998-07-07  Richard Henderson  <rth@cygnus.com>
25213         * gcc.c-torture/execute/bcp-1.c: New test.
25215 1998-07-07  Jeffrey A Law  (law@cygnus.com)
25217         * gcc.c-torture/execute/980707-1.c: New test.
25219 1998-07-06  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
25221         * gcc.c-torture/compile/980706-1.c: New test.
25223 1998-07-01  Dave Love  <d.love@dl.ac.uk>
25225         * g77.f-torture/execute/980701-0.f,
25226         g77.f-torture/execute/980701-1.f: New test from Craig.
25228 1998-07-01  Jeffrey A Law  (law@cygnus.com)
25230         * gcc.c-torture/compile/980701-1.c: New test.
25232         * gcc.c-torture/execute/980701-1.c: New test.
25234 1998-06-30  Klaus-Georg Adams  <Klaus-Georg.Adams@chemie.uni-ka
25235 rlsruhe.de>
25237         * g++.old-deja/g++.robertl/eb132.C: New test.
25238         * g++.old-deja/g++.robertl/eb133.C: Likewise.
25240 1998-06-29  Dave Love  <d.love@dl.ac.uk>
25242         * g77.f-torture/execute/980628-7.f,
25243         g77.f-torture/execute/980628-8.f,
25244         g77.f-torture/execute/980628-9.f,
25245         g77.f-torture/execute/980628-10.f: New tests from Craig.
25247         * g77.f-torture/execute/980628-3.f: Remove mail headers.
25249 1998-06-28  Jeffrey A Law  (law@cygnus.com)
25251         * g77.f-torture/execute/980628-4.f: New test from Craig.
25252         * g77.f-torture/execute/980628-5.f: Likewise.
25253         * g77.f-torture/execute/980628-2.f: Likewise.
25254         * g77.f-torture/execute/980628-0.f: Likewise.
25255         * g77.f-torture/execute/980628-1.f: Likewise.
25256         * g77.f-torture/execute/980628-3.f: Likewise.
25257         * g77.f-torture/execute/980628-6.f: Likewise.
25259 1998-06-28  Jeffrey A Law  (law@cygnus.com)
25261         * lib/g77.exp (default_g77_version): Tweak to make it work in a build
25262         directory when nothing has been installed yet.
25264 1998-06-27  Carlo Wood  <carlo@runaway.xs4all.nl>
25266         * gcc.c-torture/special/special.exp: Handle newer versions of
25267         dejagnu.
25269 1998-06-26  Jeffrey A Law  (law@cygnus.com)
25271         * gcc.dg/980626-1.c: New test.
25273 1998-06-19  Bruno Haible <haible@ilog.fr>
25275         * gcc.misc-tests/m-un-2.c: New test.
25276         * g++.old-deja/g++.other/warn01.c: Likewise.
25278 1998-06-19  Robert Lipe  <robertl@dgii.com>
25280         * gcc.dg/980414-1.c: Move comments outside of ASM to improve
25281         compatibility with assmblers with a different comment character.
25282         Eliminate use of GAS-specific extensions.
25284 1998-06-19  Jeffrey A Law  (law@cygnus.com)
25286         * gcc.c-torture/execute/ieee/980619-1.c: New test.
25288 1998-06-19  Robert Lipe  <robertl@dgii.com>
25290         *lib/g77.exp: Replace search for libf2c.a with search for newly
25291         renamed libg2c.a
25293 1998-06-17  Jeffrey A Law  (law@cygnus.com)
25295         * gcc.c-torture/execute/980617-1.c: New test.
25297 1998-06-12  Jeffrey A Law  (law@cygnus.com)
25299         * gcc.c-torture/execute/980612-1.c: New test.
25301 1998-06-08  Jeffrey A Law  (law@cygnus.com)
25303         * gcc.dg/980523-1.c: Only test on ppc-linux.
25304         * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
25306         * gcc.c-torture/execute/980608-1.c: New test.
25308 1997-06-05  J"orn Rennecke <amylaar@cygnus.co.uk>
25310         * gcc.c-torture/execute/980605-1.c: New test.
25312 1998-06-04  Jeffrey A Law  (law@cygnus.com)
25314         * gcc.c-torture/execute/980604-1.c: New test.
25316 1998-06-02  Jeffrey A Law  (law@cygnus.com)
25318         * gcc.c-torture/execute/980602-1.c: New test.
25319         * gcc.c-torture/execute/980602-2.c: Likewise.
25321 1998-06-02  Dave Love  <d.love@dl.ac.uk>
25323         * 970125-0.f: Fix per JCB.  Add commentary.
25325 1998-05-31  Michael Meissner  <meissner@cygnus.com>
25327         * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
25328         IEEE -0 support.
25330 1998-05-29  Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
25332         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
25333         earlier.
25335 1998-05-28  Catherine Moore <clm@cygnus.com>
25337         * gcc.c-torture/execute/980526-3.c: New test.
25339 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
25341         * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
25342         fail on m68k-motorola-sysv and m88k-motorola-sysv3.
25343         * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
25344         m88k-motorola-sysv3 to XFAIL.
25346 1998-05-26  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
25348         * gcc.dg/980526-1.c: New test.
25349         * gcc.c-torture/execute/980526-2.c: New test.
25351 1998-05-26  Jeffrey A Law  (law@cygnus.com)
25353         * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
25355         * gcc.c-torture/execute/980526-1.c: New test.
25357 1998-05-26  Dave Love  <d.love@dl.ac.uk>
25359         * g77.f-torture/execute/alpha2.f: Add runtime test.
25361 1998-05-24  Jason Merrill  <jason@yorick.cygnus.com>
25363         * g++.old-deja/old-deja.exp: Strip leading directories.
25365         * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
25366         error for the line.  Don't run multiple tests for the same line.
25368 1998-05-23  Jeffrey A Law  (law@cygnus.com)
25370         * gcc.dg/980523-1.c: New test.
25372 1998-05-23  Dave Love  <d.love@dl.ac.uk>
25374         * g77.f-torture/compile/970915-0.f: New test.
25376 1998-05-23  Jason Merrill  <jason@yorick.cygnus.com>
25378         * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
25380 1998-05-21  Jeffrey A Law  (law@cygnus.com)
25382         * gcc.dg/980520-1.c: New test.
25384 1998-05-20  Manfred Hollstein  <manfred@s-direktnet.de>
25386         * gcc.dg/980502-1.c: Fix return type.
25388 1998-05-20  Jeffrey A Law  (law@cygnus.com)
25390         * gcc.dg/{980502-1.c, clobbers.c}: New tests.
25391         * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
25392         * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
25393         * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
25394         * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
25396 1998-05-20  Dave Love  <d.love@dl.ac.uk>
25398         * g77.f-torture/execute/980520-1.f: New test.
25400 1998-05-15  Dave Love  <d.love@dl.ac.uk>
25402         * lib/mike-g77.exp: New file.
25404         * g77.f-torture/noncompile/noncompile.exp,
25405         g77.f-torture/noncompile/check0.f: New files.
25407 1998-05-14  Dave Love  <d.love@dl.ac.uk>
25409         * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
25410         g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
25411         g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
25412         g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
25413         g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
25414         abort where appropriate.
25416 1998-05-05  Michael Meissner  <meissner@cygnus.com>
25418         * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
25419         * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
25421 1998-04-29  Dave Love  <d.love@dl.ac.uk>
25423         * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
25425 1998-04-27  Dave Love  <d.love@dl.ac.uk>
25427         * g77.f-torture/compile/980427-0.f: New test.
25429 1998-04-24  Dave Love  <d.love@dl.ac.uk>
25431         * g77.f-torture/compile/980424-0.f: New test.
25433 1998-04-19  Dave Love  <d.love@dl.ac.uk>
25435         * g77.f-torture/compile/980419-2.f (main): New test.
25436         * g77.f-torture/compile/970125-0.f: New test.
25437         * g77.f-torture/compile/980419-1.f: New test.
25439 1998-04-08  Jim Wilson  <wilson@cygnus.com>
25441         * gcc.c-torture/execute/980407-1.c: Delete test.  Is duplicate
25442         of loop-4.c.
25444 1998-04-07  Jim Wilson  <wilson@cygnus.com>
25446         * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
25448 1998-04-03  Jim Wilson  <wilson@cygnus.com>
25450         * gcc.c-torture/compile/980329-1.c: New test.
25452 1998-03-18  Jim Wilson  <wilson@cygnus.com>
25454         * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
25455         * gcc.dg/980312-1.c: Fix typo in -march command.
25457 1998-03-16  H.J. Lu  (hjl@gnu.org)
25459         * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
25461 1998-03-11  Robert Lipe  <robertl@dgii.com>
25463         * g77.f-torture/execute/980310-5.f: Deleted.  Craig Burley and
25464         Dave Love agree the Fortran source is bogus.
25466 1998-03-11  Robert Lipe  <robertl@dgii.com>
25468         * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
25469         g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
25470         g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
25471         g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
25472         * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
25474 1998-03-10  Alexandre Oliva   <oliva@dcc.unicamp.br>
25476         * g++.old-deja/g++.other/friend1.C: New test.
25478 1998-02-18  Dave Love  <d.love@dl.ac.uk>
25480         * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
25481         possibly uninitialized) variables and declare dnrm2.
25483 1998-02-23  Robert Lipe <robertl@dgii.com>
25485         From Bruno Haible <haible@ilog.fr>:
25486         * gcc.c-torture/execute/980223.c: New test.
25488 1998-02-13  Jeffrey A Law  (law@cygnus.com)
25490         * gcc.dg/ifelse-1.c: New test.
25492 1998-02-09  H.J. Lu  (hjl@gnu.org)
25494         * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
25496           * lib/old-dejagnu.exp (old-dejagnu): Added the
25497           "execution test - XFAIL *-*-*" handling in the spirit of
25498           "excess errors test -". Changed the "execution test fails"
25499           handling to be like "excess errors test fails".
25500           * Update various tests accordingly.
25502 1998-02-06  Jim Wilson  <wilson@cygnus.com>
25504         * gcc.c-torture/execute/980205.c: New test.
25506 1998-01-18  Jeffrey A Law  (law@cygnus.com)
25508         * lib/c-torture.exp: Look for .x files instead of .cexp files.
25509         * lib/f-torture.exp: Similarly.
25510         * gcc.c-torture: Rename all .cexp files to .x files.
25512 1997-12-08  J"orn Rennecke <amylaar@cygnus.co.uk>
25514         * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
25515         (940510-1.c): Removed duplicate.
25516         (971104-1.c): New test.
25518 1997-11-25  Kate Hedstrom  (kate@ahab.rutgers.edu)
25520           * lib/f-torture.exp: Improve error and loop detection.
25522 1997-11-19  Michael Meissner  <meissner@cygnus.com>
25524         * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
25525         use that to size the filler array.
25527 1997-09-26  Bob Manson  <manson@charmed.cygnus.com>
25529         * lib/c-torture.exp(c-torture-execute): Fix typo.
25531         * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
25532         testcase as the executable name. Keep the executable around if
25533         the test fails.
25535 1997-09-19  Bob Manson  <manson@charmed.cygnus.com>
25537         * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
25538         changes.  Only test one -g option, and move it to the end of the
25539         list of options to test.
25541 1997-09-19  Michael Meissner  <meissner@cygnus.com>
25543         * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
25544         variable GCC_TORTURE_OPTIONS to supply default switches separated
25545         by colons.  If no environment variable, run tests with -O0 -g, -O1
25546         -g, and -O2 -g as well.
25548 1997-09-17  Bob Manson  <manson@charmed.cygnus.com>
25550         * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
25551         explanatory comments. Fix indentation.
25553 1997-09-15  Jeffrey A Law  (law@cygnus.com)
25555         * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
25557 1997-09-11  Jeffrey A Law  (law@cygnus.com)
25559         * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
25560         * g++.old-deja/g++.mike/p7325.C: Likewise.
25561         * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
25563 1997-09-11  Alexandre Oliva  (oliva@dcc.unicamp.br)
25565         * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
25566         * g++.old-deja/g++.brendan/crash30.C: Likewise.
25567         * g++.old-deja/g++.brendan/crash39.C: Likewise.
25568         * g++.old-deja/g++.law/operators4.C: Likewise.
25570 1997-09-11  Joe Buck  (jbuck@synopsys.com)
25572         * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
25573         * g++.old-deja/g++.mike/p784.C: Ditto.
25574         * g++.old-deja/g++.mike/p785.C: Ditto.
25576 1997-09-05  Jeffrey A Law  (law@cygnus.com)
25578           * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
25580 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
25582         * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
25583         target feature; pass this to c-torture-execute as needed.
25585 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
25587         * lib/c-torture.exp(c-torture-execute): If the previous and the
25588         current executables being tested are identical, we don't need to
25589         run the executable again. Try to make the executable names
25590         unique. Add an optional argument for passing additional compiler
25591         flags.
25593 1997-09-02  Doug Evans  <dje@canuck.cygnus.com>
25595         * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
25597 1997-08-29  Jeffrey A Law  (law@cygnus.com)
25599         * gcc.c-torture/execute/921007-1.c: Make strcmp static.
25601 1997-07-31  Jeffrey A Law  (law@cygnus.com)
25603         * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
25604         32bit or larger longs.
25606         * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
25607         have either a 32bit long or 32bit int.
25609 1997-07-29  J"orn Rennecke <amylaar@cygnus.co.uk>
25611         * gcc.c-torture/execute/conversion.c (test_float_to_integer):
25612         Make double precision tests dependent on sizeof (double).
25614 1997-07-09  Bob Manson  <manson@charmed.cygnus.com>
25616         * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
25617         too.
25619 1997-06-17  J"orn Rennecke <amylaar@cygnus.co.uk>
25621         * gcc.c-torture/compile/961203-1.cexp: New script.
25623 1997-06-16  Bob Manson  <manson@charmed.cygnus.com>
25625         * lib/g++.exp(g++_init): Use g++_include_flags instead of making
25626         up the includes ourselves.
25628 1997-06-11  Bob Manson  <manson@charmed.cygnus.com>
25630         * lib/plumhall.exp: Remove random include, and add a few
25631         verbose messages for debugging.
25633 1997-06-06  Bob Manson  <manson@charmed.cygnus.com>
25635         * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
25636         of trying to do it ourselves.
25638 1997-06-04  J"orn Rennecke <amylaar@cygnus.co.uk>
25640         * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
25642 1997-06-04  Bob Manson  <manson@charmed.cygnus.com>
25644         * gcc.prms/5403.c: Made regexp a bit less strict.
25646 1997-06-03  Bob Manson  <manson@charmed.cygnus.com>
25648         * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
25649         is returned from remote_load instead.
25650         * lib/plumhall.exp: Ditto.
25651         * lib/mike-g++.exp: Ditto.
25652         * lib/old-dejagnu.exp: Ditto.
25653         * lib/c-torture.exp: Ditto.
25655 1997-05-30  Bob Manson  <manson@charmed.cygnus.com>
25657         * lib/g++.exp: Use build_wrapper procedure.
25658         * lib/gcc.exp: Ditto.
25660 1997-05-20  Jeffrey A Law  (law@cygnus.com)
25662         * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
25663         an old-style decl for malloc.  Fixes tests to work when
25664         sizeof (int) != sizeof (size_t).
25666 1997-05-15  Mike Meissner  <meissner@cygnus.com>
25668         * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
25670         * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
25671         use stdargs.h interface.
25673 1997-05-15  Mike Meissner  <meissner@cygnus.com>
25675         * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
25676         NO_VARARGS when compiling.
25678 1997-05-01  Bob Manson  <manson@charmed.cygnus.com>
25680         * lib/plumhall.exp(ph_includes): New procedure.
25681         (ph_make): Use it.
25682         (ph_compiler): Ditto.
25684         * lib/g++.exp: Rename test-glue.c to testglue.c.
25685         * lib/gcc.exp: Ditto.
25687 1997-04-10  Bob Manson  <manson@charmed.cygnus.com>
25689         * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
25690         to completion when it's called.
25692 1997-03-21  Michael Meissner  <meissner@cygnus.com>
25694         * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
25695         is defined, don't do test.
25697 1997-03-20  Doug Evans  <dje@canuck.cygnus.com>
25699         * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
25700         for object files.
25701         (ph_summary): Mark skipped testcases as untested, not unresolved.
25703         * lib/plumhall.exp (ph_make): If unresolved because of bad
25704         errorCode, record errorCode in log file.
25705         (*): Replace send_log/verbose with verbose -log.
25707 1997-03-19  Michael Meissner  <meissner@cygnus.com>
25709         * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
25710         double conversion if double isn't at least 8 bytes.
25712         * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
25713         int to work with targets where int is 16 bits.
25715         * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
25716         8 bytes, just exit, since 4 byte doubles don't have enough bits of
25717         precision for the test to complete.
25719 1997-03-14  Michael Meissner  <meissner@cygnus.com>
25721         * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
25722         if d10v is not compiled with the -mdouble64 flag.
25723         * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
25725         * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
25726         d10v is not compiled with the -mint32 flag.
25728 1997-03-13  Bob Manson  <manson@charmed.cygnus.com>
25730         * lib/plumhall.exp: Use incr_count.
25732 1997-03-12  Jeffrey A Law  (law@cygnus.com)
25734         * gcc.c-torture: Update to c-torture-1.45.
25736 1997-02-23  Bob Manson  <manson@charmed.cygnus.com>
25738         * lib/gcc.exp(gcc_init): Add args parameter (which will contain
25739         the name of the expect testcase file).
25741         * lib/g++.exp(g++_init): Ditto.
25743 1997-02-20  Bob Manson  <manson@charmed.cygnus.com>
25745         * lib/g++.exp(g++_exit): $gluefile lives on the build, not
25746         the host.
25748         * lib/gcc.exp(gcc_exit): New procedure.
25750 1997-02-19  Bob Manson  <manson@charmed.cygnus.com>
25752         * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
25753         specs where appropriate.
25755         * g++.old-deja/g++.arm/*: Added additional ERROR checks
25756         because of new "candidates are" messages, and removed a few
25758         * Converted all non-old-style g++ testcases to old-style, and
25759         moved into g++.old-deja.
25761 1997-02-14  Bob Manson  <manson@charmed.cygnus.com>
25763         * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
25764         options.
25766         * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
25767         succeeded.
25769         * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
25771 1997-02-13  Michael Meissner  <meissner@cygnus.com>
25773         * lib/gcc.exp (gcc_target_compile): Add support for defining
25774         NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
25775         the machine doesn't have those features.
25777 1997-02-11  Bob Manson  <manson@charmed.cygnus.com>
25779         * g++.law/operators4.exp: Don't use LIBS.
25781 1997-02-08  Bob Manson  <manson@charmed.cygnus.com>
25783         * g++.law/virtual1.exp: Don't use CXX_FLAGS.
25785         * lib/mike-g++.exp: Don't set the compiler to be tested here.
25786         * lib/g++.exp: Set it here instead. Also, allow use of the
25787         --tool_exec and --tool_opt options. Change CXX to
25788         GXX_UNDER_TEST.
25790         * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
25792         * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
25794 1997-02-07  Bob Manson  <manson@charmed.cygnus.com>
25796         * lib/old-dejagnu.exp: Use prune_warnings instead of
25797         prune_system_crud.
25798         * lib/mike-g++.exp: Ditto.
25799         * lib/gcc.exp: Ditto.
25800         * lib/g++.exp: Ditto.
25802         * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
25804 1997-02-07  Jeffrey A Law  (law@cygnus.com)
25806           * 941014-2.c: Include stdlib.h
25807           * 960327-1.c: Include stdio.h
25808           * dbra.c, index-1.c: Don't assume ints are 32bits.
25810 1997-02-04  Bob Manson  <manson@charmed.cygnus.com>
25812         * lib/gcc.exp: Add gcc,stack_size target feature.
25814         * lib/g++.exp(g++_target_compile): Add the include and link
25815         paths here, not in two other places. And, it's $options, not
25816         options.
25818         * lib/mike-g++.exp(postbase): Remove the code that determines
25819         the correct include and link paths.
25820         * g++.old-deja/old-deja.exp: Ditto.
25822 1997-02-03  Bob Manson  <manson@charmed.cygnus.com>
25824         * lib/g++.exp(g++_init): target_compile no longer returns the
25825         filename of the result.
25827 1997-02-02  Bob Manson  <manson@charmed.cygnus.com>
25829         * gcc.misc-tests/gcov.exp: Add -nocomplain to the
25830         call to glob.
25832         * gcc.c-torture/special/special.exp: Change call to
25833         gcc_target_compile to include the object file.
25835 1997-02-02  Ian Lance Taylor  <ian@cygnus.com>
25837         * gcc.c-torture/special/special.exp: Correct misspelling in last
25838         change.
25840 1997-02-01  Bob Manson  <manson@charmed.cygnus.com>
25842         * lib/plumhall.exp(ph_summary): Log the entire output of the
25843         executable. Return -1 if there were any failures, 0 otherwise.
25844         (ph_execute): Return -1 if there were any failures, 0 otherwise.
25845         (ph_make): Clean up objects and executables that were built
25846         if the tests succeeded.
25848 1997-01-30  Bob Manson  <manson@charmed.cygnus.com>
25850         * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
25851         libraries and includes in the build tree as appropriate.
25853 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
25855         * lib/c-torture.exp: Instead of looking for the global variable
25856         NO_LONG_LONG, check to see if that's a feature of the target.
25858 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
25860         * config/default.exp: Minimize. Delete the remainer of the files in
25861         config; this functionality is now in devo/dejagnu/config.
25863         g++.*/*: Pass any additional flags used to compile to postbase;
25864         delete CXXFLAGS.
25866         gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
25867         is now done by runtest.exp. Use gcc_target_compile instead of
25868         compile.
25870         lib/c-torture.exp: Use gcc_target_compile instead of compile.
25871         Remove references to CFLAGS. Use remote_file instead of
25872         calling rm -f.
25873         (c-torture): Take a list of arguments to use to compile this
25874         testcase.
25876         lib/g++.exp: Simplify. Use target_compile instead of compile.
25877         lib/gcc-dg.exp: Ditto.
25878         lib/gcc.exp: Ditto.
25879         lib/mike-{gcc,g++}.exp: Ditto.
25880         lib/old-dejagnu.exp: Ditto.
25881         lib/plumhall.exp: Ditto.
25883 1997-01-08  Jim Wilson  <wilson@cygnus.com>
25885         * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
25886         (ph_linker): Likewise.
25888 1996-11-13  Joern Rennecke <amylaar@cygnus.com>
25890           * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
25891         MAP_ANON / MAP_ANONYMOUS if defined;
25892         else try to map from /dev/zero .
25894 1996-11-12  Jeffrey A Law  (law@cygnus.com)
25896         * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}:  If MAP_ANON
25897         isn't defined, then define it to MAP_ANONYMOUS.
25899 1996-11-12  Jeffrey A Law  (law@cygnus.com)
25901         * gcc.c-torture: Update to c-torture-1.42 release.
25903 1996-11-11  Jeffrey A Law  (law@cygnus.com)
25905         * gcc.c-torture: Update to c-torture-1.41 release.
25907 1996-10-27  Jeffrey A Law  (law@cygnus.com)
25909         * gcc.c-torture/execute/enum-1.c: New test.  Will be in next
25910         c-torture release.
25912 1996-08-15  Brendan Kehoe  <brendan@lisa.cygnus.com>
25914         * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
25915         and LDFLAGS.  Fix second case to append the target_info ldflags
25916         onto LDFLAGS, not CFLAGS.
25917         * lib/g++.exp (g++_init): Add target_info stuff.
25918         * lib/old-dejagnu.exp (old-dejagnu-init): Likewise.  Add inclusion
25919         of libgloss and newlib flags for !native.
25921         * config/proelf.exp: Load remote.exp and do `push_target hppro'.
25922         (GDB): Fix relative path to go up another dir for finding gdb.
25924 1996-08-08  Rob Savoye  <rob@chinadoll.cygnus.com>
25926         * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
25927         versions in the target_info array, if they don't exist.
25929 1996-08-02  Brendan Kehoe  <brendan@lisa.cygnus.com>
25931         * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
25933 1996-07-08  Jim Wilson  <wilson@cygnus.com>
25935         * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
25936         * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
25938 1996-07-01  Bob Manson  <manson@charmed.cygnus.com>
25940         * lib/old-dejagnu.exp: Don't remove the output file before we've
25941         actually tested it. Don't append pwd to the path of the executable
25942         we're testing.
25944 1996-06-30  Doug Evans  <dje@canuck.cygnus.com>
25946         * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
25948 1996-06-26  Bob Manson  <manson@charmed.cygnus.com>
25950         * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
25951         temporary directory for compiler files, and set it to a default
25952         value of /tmp. Set $output as the name of the output file from
25953         compiling the testcase. Add a -o option to $cflags_var so the
25954         compiler writes the final output file as $output. Set $executable
25955         to $output.
25957         * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
25958         directory for compiler files, and set it to /tmp if it doesn't
25959         already have a value. Set $output_file to the name of the output
25960         file from compiling the testcase. Add a -o option to CXXFLAGS so
25961         the compiler writes the final output file as $output. Use $output
25962         as the executable to be tested.
25964 1996-06-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
25966         * lib/g++.exp: Also add -Wl,-rpath,... for linux.
25968 1996-06-08  Jeffrey A Law  (law@cygnus.com)
25970         * gcc.c-torture/execute/pending-1.c: New test.  Still
25971         pending in Tege's queue.
25973 1996-04-24  Jim Wilson  <wilson@chestnut.cygnus.com>
25975         * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
25976         Add variables local_failcnt and local_unresolvedcnt.  Call gcc_fail
25977         if there were failures.  Call unresolved if there were unresolved
25978         testcases.  Call gcc_fail if program did not run to completion.
25979         (ph_make): Pass additional argument name to ph_execute.
25980         (ph_execute): Add new argument.  Pass additional arguments to
25981         ph_summary.  Call gcc_fail is there is no execution output.
25983 1996-04-24  Jeffrey A Law  (law@cygnus.com)
25985         * lib/plumhall.exp (proc_summary): Output relavent summary
25986         lines into the log so specific failures in plumhall can be
25987         investigated.
25989 1996-04-10  Jeffrey A Law  (law@cygnus.com)
25991         * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
25992         (c-torture-execute): Don't try to execute tests which use
25993         "long long" types if $NO_LONG_LONG is nonzero.
25995 1996-04-08  Doug Evans  <dje@canuck.cygnus.com>
25997         * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
25998         not c-torture.
26000         * gcc.ieee: Move from here.
26001         * gcc.c-torture/execute/ieee: To here.
26003 1996-03-26  Jeffrey A Law  (law@cygnus.com)
26005         * gcc.c-torture: Update to c-torture-1.41 release.
26007 1996-03-22  Jeffrey A Law  (law@cygnus.com)
26009         * lib/c-torture.exp (c-torture-execute): Remove "$executable",
26010         not "$output".
26012 1996-03-07  Doug Evans  <dje@charmed.cygnus.com>
26014         * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
26015         -c present.
26017 1996-03-02  Jeffrey A Law  (law@cygnus.com)
26019         * config/proelf.exp: Handle connecting to a simulator.
26021 1996-01-31  Jeffrey A Law  (law@cygnus.com)
26023         * config/proelf.exp: New file.  Enough framework that we can
26024         run c-torture tests on the proelf targets (or any other target
26025         that gdb can connect to for that matter).
26027 1996-01-29  Doug Evans  <dje@canuck.cygnus.com>
26029         * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
26030         * gcc.ph/testing/limits/limits.exp: Likewise.  Don't pass $CFLAGS.
26032         * lib/plumhall.exp (ph_execute): Always call ph_summary if
26033         exec_output exists.
26035 1996-01-28  Doug Evans  <dje@charmed.cygnus.com>
26037         * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
26038         (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
26040         * config/*.exp: Update FSF address.  Change result of ${tool}_load
26041         to pass/fail/unresolved/unsupported/untested.  Caller must now
26042         call unresolved/unsupported/untested.
26043         * lib/*.exp: Update FSF address.  Update to handle new results of
26044         ${tool}_load.
26045         * lib/chill.exp (verbose): Delete.
26047 1996-01-27  Doug Evans  <dje@charmed.cygnus.com>
26049         * lib/gcc.exp (default_gcc_start): Change order of args to
26050         $LDFLAGS $CFLAGS $LIBS.
26051         * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
26052         Save/set/restore CFLAGS.  Pass single arg to gcc_start.
26053         * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
26054         (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
26055         * gcc.misc-tests/dg-test.exp: Likewise.
26056         * gcc.misc-tests/msgs.exp: Likewise.
26057         * gcc.prms/prms.exp: Likewise.
26058         * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
26059         (CFLAGS,LIBS): Delete references.  Don't pass $CFLAGS to dg-runtest.
26061         * lib/dg.exp: Deleted, moved to dejagnu/lib.
26063 1996-01-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
26065         * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
26067         * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
26068         * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
26070         * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
26071         necessary.
26073 1996-01-20  Brendan Kehoe  <brendan@cygnus.com>
26075         * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
26076         global for loop; add use of $mathlib.
26077         * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
26078         settings here; set mathlib for anything but VxWorks.
26080 1996-01-22  Jeffrey A Law  (law@cygnus.com)
26082         * gcc.c-torture: Update to c-torture-1.40 release.
26084 1996-01-03  Jeffrey A Law  (law@cygnus.com)
26086         * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
26087         dg.exp.
26089 1995-12-03  Jeffrey A. Law  <law@sethra.cygnus.com>
26091         * lib/c-torture.exp (c-torture-execute): Declare "output" as
26092         global.
26094 1995-11-17  Doug Evans  <dje@canuck.cygnus.com>
26096         * lib/g++.exp (LIBS): Define if not already.
26097         * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
26098         (gcc-dg-prune): Call prune_gcc_output.
26099         * lib/gcc.exp (prune_gcc_output): New proc.
26100         * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
26101         prune_gcc_output.
26103 1995-11-16  Doug Evans  <dje@canuck.cygnus.com>
26105         * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
26106         (c-torture-execute): Likewise.  Rename `name' to `testcase'.
26108 1995-11-15  Jeffrey A Law  (law@cygnus.com)
26110         * gcc.c-torture: Update to c-torture-1.39 release.
26112 1995-11-04  Doug Evans  <dje@canuck.cygnus.com>
26114         * lib/c-torture.exp (c-torture-execute): Don't return if one option
26115         fails, try others as well.
26117 1995-11-02  Doug Evans  <dje@canuck.cygnus.com>
26119         * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
26120         If compilation fails, mark execute tests as `untested'.
26121         If test is marked as unsupported, don't mark compilation and
26122         execute tests as failed.
26124 1995-10-25  Brendan Kehoe  <brendan@lisa.cygnus.com>
26126         * lib/g++.exp (g++_init): Don't link in libg++, and look to
26127         libstdc++ for whether or not we want to be doing shared
26128         libraries.  Delete link_curses since we don't need it anymore.
26129         * lib/mike-g++.exp (postbase): Don't link in libg++.
26130         * g++.old-deja/old-deja.exp: Likewise.
26132 1995-10-23  Brendan Kehoe  <brendan@lisa.cygnus.com>
26134         * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
26136 1995-10-17  Brendan Kehoe  <brendan@lisa.cygnus.com>
26138         * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
26139         For that, add `-Wl,-a,shared_archive'.
26140         * g++.old-deja/old-deja.exp: Likewise.
26142 1995-10-17  Doug Evans  <dje@canuck.cygnus.com>
26144         * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
26146 1995-10-16  Brendan Kehoe  <brendan@cygnus.com>
26148         * lib/mike-g++.exp (postbase): Pay attention to the status of
26149         g++_load.
26151 1995-10-16  Brendan Kehoe  <brendan@lisa.cygnus.com>
26153           * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
26155 1995-10-16  Doug Evans  <dje@canuck.cygnus.com>
26157         * lib/gcc.exp (default_gcc_start): No longer need to log program
26158         being executed or its output, execute_anywhere does that now.
26159         * lib/g++.exp (default_g++_version): Call execute_anywhere.
26160         (default_g++_start): Likewise.  Delete calls to verbose/send_log.
26162 1995-10-12  Brendan Kehoe  <brendan@lisa.cygnus.com>
26164         * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
26165         the same as those in lib/g++.exp.
26167 1995-10-10  Jeff Law  (law@hurl.cygnus.com)
26169         * gcc.c-torture: Update to c-torture-1.38 release.
26170         * gcc.ieee: Related changes.
26172 1995-10-06  Rob Savoye  <rob@darkstar.cygnus.com>
26174         * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
26175         "exec". Minor reformatting changes.
26177         * config/rom68k.exp (${tool}_load): Make it work in a canadian
26178         cross. This means all "exec" calls now work on a remote host as
26179         well.
26180         * lib/c-torture.exp (c-torture-compile): Make work for a canadian
26181         cross. Filter out the extra "\r\n" stuff that expect puts in.
26182         (c-torture-execute): Filter out the bogus warnings like
26183         c-torture-compile does. Add support for canadian cross.
26184         * lib/gcc.exp (default_gcc_version, default_gcc_start)
26185         Use execute_anywhere rather than calling exec directly. Now it
26186         works for canadian cross testing.
26188 1995-10-05  Brendan Kehoe  <brendan@rtl.cygnus.com>
26190         * lib/g++.exp: Add -nocomplain flag to glob.  Use catch to put the
26191         results into a variable, and check that rather than using file exists.
26193 1995-10-04  Brendan Kehoe  <brendan@lisa.cygnus.com>
26195         * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
26196         create a libg++.so.  For sunos4.1.*, also add -ltermcap.
26198 1995-09-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
26200         * g++.old-deja/old-deja.exp: Create and pass runshlib and
26201         lib_curses if there's a shared libg++ in the build tree.
26203 1995-09-22  Doug Evans  <dje@canuck.cygnus.com>
26205         * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
26206         if not supported target.
26208 1995-09-22  Brendan Kehoe  <brendan@lisa.cygnus.com>
26210         * lib/g++.exp (g++_init): Move empty setting of runshlib and
26211         link_curses up to always happen, not just for native builds.
26213 1995-09-21  Jeff Law  (law@snake.cs.utah.edu)
26215         * gcc.c-torture: Update to c-torture-1.36 release.
26216         * gcc.failure: Related changes.
26218 1995-09-20  Doug Evans  <dje@canuck.cygnus.com>
26220         * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
26222 1995-09-19  Brendan Kehoe  <brendan@lisa.cygnus.com>
26224         * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
26225         * lib/mike-g++.exp (postbase): Not in here.  Still reference
26226         runshlib, link_curses, and mathlib for link and run.
26228         * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
26229         pass the runtime shared library options for Solaris, OSF/1, and
26230         Irix5, and link with -lcurses to avoid unresolved references.
26232 1995-09-13  Brendan Kehoe  <brendan@lisa.cygnus.com>
26234         * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
26235         only run once.
26237 1995-09-13  Doug Evans  <dje@canuck.cygnus.com>
26239         * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
26241 1995-09-11  Jeff Law  (law@snake.cs.utah.edu)
26243         * gcc.c-torture: Update to c-torture-1.35 release.  Note we
26244         do not have a framework for the "compat" tests yet.
26246 1995-09-09  Brendan Kehoe  <brendan@lisa.cygnus.com>
26248         * lib/mike-g++.exp (postbase): New local variable `mathlib',
26249         set to null if we're testing vxworks5.1.  Use that instead of
26250         `-lm' in the setting of LIBS for link and run.
26252 1995-09-08  Brendan Kehoe  <brendan@lisa.cygnus.com>
26254         * config/rom68k.exp (${tool}_load): Major changes to make it
26255         work.  Verified that it does in fact return the stuff in
26256         exec_output properly.  Catch any Emul or any TRAP other than 0.
26258 1995-09-07  Brendan Kehoe  <brendan@lisa.cygnus.com>
26260         * lib/mike-g++.exp (prebase): Call g++_init at the end to set
26261         LDFLAGS properly for targets that need stuff from libgloss.
26262         * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
26263         only run once.
26264         (gpp_initialized): New variable.
26266 1995-09-06  Rob Savoye  <rob@darkstar.cygnus.com>
26268         * config/rom68k.exp: Load libgloss.exp.
26269         * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
26270         so we can produce a fully linked binary.
26271         * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
26272         so we can produce a fully linked binary.
26274 1995-09-03  Doug Evans  <dje@canuck.cygnus.com>
26276         * lib/plumhall.exp (ph_section): Watch for expected failures.
26277         Add missing `else'.
26279         * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
26280         run the testcase.
26281         (c-torture): Likewise.
26283 1995-08-28  Doug Evans  <dje@cygnus.com>
26285         * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
26287         * lib/mike-g++.exp (mike_cleanup): New proc.
26288         (prebase): New globals compiler_result, not_compiler_result,
26289         target_regexp.
26290         (postbase): Likewise.  Call mike_cleanup.  Pass "--" to regexp to
26291         allow leading "-" in pattern.  Watch for unsupported tests.
26292         If $compiler_result is set, pattern match assembler code,
26293         and ditto for $not_compiler_result.
26294         * lib/mike-gcc.exp: Likewise.
26296         * lib/plumhall.exp (ph_execute): Only call ph_summary if
26297         execution "succeeded".
26299 1995-08-14  Doug Evans  <dje@canuck.cygnus.com>
26301         * config/win32.exp: New file.
26302         * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
26304 1995-08-04  Doug Evans  <dje@canuck.cygnus.com>
26306         * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
26307         unsupported.
26308         * lib/mike-{gcc,g++}.exp (postbase): Likewise.
26309         * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
26310         * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
26312         * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
26313         "... without exceptions was ...".  That is now handled by
26314         prune_system_crud.
26315         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
26317 1995-08-01  Doug Evans  <dje@canuck.cygnus.com>
26319         * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
26320         sieve.c,sort2.c}: New files.
26321         * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
26322         sieve.exp,sort2.exp}: Drivers for them.
26324         * lib/mike-gcc.exp (program_output): New user settable variable.
26325         (postbase): Call prune_system_crud.  Also prune extraneous compiler
26326         messages.
26327         * lib/mike-g++.exp (program_output): New user settable variable.
26329         * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
26331         * config/sh.exp: Deleted (use sim.exp instead).
26333 1995-07-28  Brendan Kehoe  <brendan@lisa.cygnus.com>
26335         * config/vx.exp: Declare CHECKTASK as global.
26336         * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
26337         * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
26338         * lib/old-dejagnu.exp: Load [pwd]/$executable.
26340 1995-07-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
26342         * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
26343         target. Like vx.exp, only includes `vx29k.exp' instead of
26344         `vxworks.exp'.
26346 1995-07-23  Ian Lance Taylor  <ian@cygnus.com>
26348         * config/sim.exp: Increase time limit from 120 seconds to 240.
26350 1995-07-06  Jeffrey A. Law  <law@rtl.cygnus.com>
26352         * gcc.c-torture/execute/950628-1.c: New test.
26354 1995-06-10  Jeff Law  (law@snake.cs.utah.edu)
26356         * gcc.c-torture: Update with changes/additions from
26357         c-torture-1.34.
26359 1995-06-05  Doug Evans  <dje@canuck.cygnus.com>
26361         * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
26363 1995-06-04  Jeff Law  (law@snake.cs.utah.edu)
26365         * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
26367 1995-06-01  Jeff Law  (law@snake.cs.utah.edu)
26369         * gcc.c-torture/compile/950512-1.c: New test.
26370         * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
26371         * gcc.dg/struct-ret-1.c: Likewise.
26373 1995-05-31  Doug Evans  <dje@canuck.cygnus.com>
26375         * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
26376           930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
26378 1995-05-30  Doug Evans  <dje@canuck.cygnus.com>
26380         * gcc.c-torture/special/920411-1.c: Deleted.
26381         * gcc.c-torture/special/special.exp: Delete 920411-1.c.
26383 1995-05-22  Doug Evans  <dje@chestnut.cygnus.com>
26385         * config/sim.exp (${tool}_load): Hack in call to bash to get a
26386         cpu limit.
26388 1995-05-12  Torbjorn Granlund  <tege@rtl.cygnus.com>
26390         * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
26392 1995-05-04  Torbjorn Granlund  <tege@adder.cygnus.com>
26394         From kenner;
26395         * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
26396         is the proper length.
26397         * va-arg-3.c: Likewise.
26399 1995-04-30  Doug Evans  <dje@canuck.cygnus.com>
26401         * lib/dg.exp: Moved to dejagnu/lib.  Copy kept here (for awhile).
26402         * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
26404         * lib/gcc.exp (default_gcc_start): Delete old cruft.  Delete result.
26405         * lib/g++.exp (default_g++_start): Delete old cruft.
26407 1995-04-25  Torbjorn Granlund  <tege@cygnus.com>
26409         * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
26410         (2 * (1 << 18)) to (2 * (1 << 17)).
26412         * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
26414 1995-04-20  J.T. Conklin  <jtc@rtl.cygnus.com>
26416         * config/rom68k.exp: Renamed from config/idp.exp
26418 1995-04-18  Torbjorn Granlund  <tege@rtl.cygnus.com>
26420         * c-torture/compile/921109-2.c
26422 1995-04-18  Mike Stump  <mrs@cygnus.com>
26424         * lib/old-dejagnu.exp: We expect Execution test failure if we expected
26425         excess errors.
26427 1995-04-15  Doug Evans  <dje@chestnut.cygnus.com>
26429         * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
26430         output.
26431         * lib/g++.exp (default_g++_start): Likewise.
26433 1995-03-29  Torbjorn Granlund  <tege@adder.cygnus.com>
26435         * gcc.c-torture/compile/950329-1.c: New test.
26437 1995-03-28  J.T. Conklin  <jtc@rtl.cygnus.com>
26439           * config/bug.exp (${tool}_load): Updated to use new remote_open
26440           and remote_close procs.
26441         * config/idp.exp: New file.
26443 1995-03-22  Torbjorn Granlund  <tege@rtl.cygnus.com>
26445         * gcc.c-torture/execute/950322-1.c: New test.
26447 1995-03-21  Doug Evans  <dje@canuck.cygnus.com>
26449         * config/vx.exp (${tool}_load): Clean up testing of return code from
26450         vxworks_ld and vxworks_spawn.
26452 1995-03-21  Doug Evans  <dje@deneb.cygnus.com>
26454         * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
26456 1995-03-13  Mike Stump  <mrs@cygnus.com>
26458         * lib/old-deja.exp: Add `excess errors test - ' error, now one
26459         can mark excess errors on a machine by machine basis.  Note, the
26460         default is to not expect any excess errors, even when excess
26461         errors test - is given, so you will want to put an XFAIL ... on
26462         these lines.  For example, // excess errors test - XFAIL hppa*-*-*
26463         mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
26464         those 4 machines, but no others.
26466 1995-03-10  J.T. Conklin  <jtc@rtl.cygnus.com>
26468         * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
26469         * lib/c-torture.exp: to here.
26471 1995-03-10  Torbjorn Granlund  <tege@adder.cygnus.com>
26473         * gcc.c-torture/execute/950221-1.c: New test.
26474         * gcc.c-torture/execute/struct-ret-1.c: New test.
26475         * gcc.c-torture/compile/950221-1.c: New test.
26477         * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
26479 1995-03-03  Doug Evans  <dje@canuck.cygnus.com>
26481         * gcc.c-torture/execute/arith-1.c (main): Return 0.
26482         * gcc.c-torture/execute/arith-rand.c (main): Return 0.
26484 1995-03-01  Gerald Baumgartner  (gb@lorenzo.cs.purdue.edu)
26486         * g++.gb: New directory of tests, derived from my signature and
26487         class scoping tests.
26489         * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
26490         * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
26491         * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
26492         * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
26493         * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
26494         * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
26495         * g++.gb/sig25.C: Likewise.
26497         * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
26498         * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
26499         * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
26500         * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
26501         * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
26502         * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
26503         * g++.gb/sig25.exp: Likewise.
26505         * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
26506         * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
26507         * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
26508         * g++.gb/scope13.C: Likewise, this test still fails.
26510         * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
26511         * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
26512         * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
26513         * g++.gb/scope13.exp: Ditto.
26515         * g++.gb/README: New file, explains what these tests are about.
26517 1995-02-28  Doug Evans  <dje@canuck.cygnus.com>
26519         * lib/dg.exp (dg-do): Support `preprocess'.
26520         (dg-test): Likewise.
26522 1995-02-13  J.T. Conklin  <jtc@rtl.cygnus.com>
26524         * config/udi.exp: change "continue -expect" to "exp_continue".
26526 1995-02-11  Torbjorn Granlund  (tege@tiny.cygnus.com)
26528         * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
26529         Delete redundant tests.
26531         * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
26532         * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
26533         * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
26534         * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
26535         * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
26536         * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
26537         * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
26538         * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
26540         * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
26541         storing label pointers.
26542         * gcc.c-torture/execute/921019-1.c: Likewise.
26543         * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
26544         * gcc.c-torture/execute/930513-1.c: Provide full declaration for
26545         parameter fp.
26546         * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
26547         constants.
26549         * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
26550         Delete obsolete tests.
26552         * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
26553         * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
26554         * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
26555         * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
26556         * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
26557         * gcc.c-torture/compile/950124-1.c: New test.
26559         * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
26561 1995-02-08  Jason Merrill  <jason@phydeaux.cygnus.com>
26563         * lib/mike-g++.exp: Add -lm to LIBS.
26565 1995-02-07  Doug Evans  <dje@canuck.cygnus.com>
26567         * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
26569 1995-01-30  Jason Merrill  <jason@phydeaux.cygnus.com>
26571         * lib/mike-g++.exp: Add -lstdc++ to LIBS.
26573 1995-01-12  Doug Evans  <dje@canuck.cygnus.com>
26575         * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
26577 1995-01-02  Jeff Law  (law@snake.cs.utah.edu)
26579         * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
26580         * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
26581         * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
26582         * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
26583         * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
26584         * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
26585         * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
26586         * g++.law/{operators31.C, operators32.C,
26587         * g++.law/{operators33.C, operators34.C}: Likewise.
26588         * g++.law/{pic1.C, refs2.C}: Likewise.
26589         * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
26590         * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
26591         * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
26592         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
26594         * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
26595         * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
26596         * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
26597         * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
26598         * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
26599         * g++.law/{enum9.exp, friend5.exp}: Likewise.
26600         * g++.law/{nest3.exp, nest4.exp}: Likewise.
26601         * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
26602         * g++.law/{operators30.exp, operators31.exp}: Likewise.
26603         * g++.law/{operators32.exp, operators33.exp}: Likewise.
26604         * g++.law/{operators34.exp}: Likewise.
26605         * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
26606         * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
26607         * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
26608         * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
26609         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
26611         * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
26612         No longer expected to fail.
26613         * g++.law/missed-error3.C: Tweak for recent bool changes.
26615 1994-12-04  Doug Evans  <dje@canuck.cygnus.com>
26617         * config/emb-unix: Deleted.
26618         * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
26619         remote execution.  Do final link on remote host if REMOTE_LINK is set.
26621 1994-12-01  Doug Evans  <dje@canuck.cygnus.com>
26623         * lib/dg.exp (dg-test): Fix typo in last patch.
26625 1994-11-30  Doug Evans  <dje@canuck.cygnus.com>
26627         * lib/dg.exp (dg-test): Fix pattern that searches for expected output
26628         (handles multiple occurrences).
26630 1994-11-24  Doug Evans  <dje@canuck.cygnus.com>
26632         * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
26633         * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
26634         $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
26635         printed).
26636         * lib/c-torture.exp (c-torture-compile): Likewise.
26637         (c-torture): Prepend full path if missing.
26638         * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
26639         (gcc_fail): Likewise.
26640         * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
26642 1994-11-23  J.T. Conklin  <jtc@rtl.cygnus.com>
26644         * lib/netware.exp: Only attach to NetWare i386 systems.
26646 1994-11-16  Doug Evans  <dje@canuck.cygnus.com>
26648         * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
26649         messages.  Add test name to "output pattern match" pass/fail message.
26651 1994-11-12  Doug Evans  <dje@canuck.cygnus.com>
26653         * gcc.dg: New testsuite.
26654         * gcc.dg/dg.exp: New file.
26656         * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
26657         test-switch.c}: Deleted.
26659         * gcc.misc-tests/msgs.exp: New testcase driver.
26661 1994-11-09  Doug Evans  <dje@canuck.cygnus.com>
26663         * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
26664         Watch for illegal return values from ${tool}_load.
26665         * config/unix.exp (${tool}_load): Fix pass/fail detection for
26666         cross targets.  Coerce return value >0 to 1.
26668 1994-11-08  Doug Evans  <dje@canuck.cygnus.com>
26670         * config/unix.exp (${tool}_load): Call program rsh, not proc.
26672         * config/emb-unix.exp: New file.
26674         * config/sim.exp: Error if variable $SIM not defined.
26675         (${tool}_load): Mark test as "untested" if simulator missing.
26677         * config/unix.exp: Load remote.exp to get rcp_download.
26678         * lib/c-torture.exp: Use different option lists for testcases with
26679         and without loops.
26680         * gcc.c-torture/execute/execute.exp: Likewise.
26682 1994-11-02  Doug Evans  <dje@canuck.cygnus.com>
26684         * config/*.exp: Clarify return code from ${tool}_load.
26685         Call `unresolved' or `untested' instead of `warning' or `perror'
26686         (sometimes you still want to call both though).
26687         Add comment that `shell_id' is local to each file.
26688         * config/udi.exp (timeout): Set to 30.
26689         Don't print warning if connection fails, $connectmode has already
26690         printed an error.
26691         (${tool}_load): Move verbose messages to level 2.
26692         Rework pattern for "Process started" message.
26693         Pass `shell_id' to ${connectmode}_download.
26694         Retry twice upon timeout.  Make resetting of target more robust.
26695         (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
26696         Pass `shell_id' to exit_$connectmode.
26697         Only call exit_$connectmode if connected.
26698         * config/unix.exp (${tool}_load): Check return codes better.
26699         * config/vrtx.exp (${tool}_load): Likewise.
26700         * config/vx.exp (${tool}_load): Likewise.
26701         Delete unneeded global's.
26702         * lib/dg.exp (dg-test): Update to reflect clarified return codes
26703         from ${tool}_load.
26704         (dg-stat): Delete.
26705         (dg-init): Delete recording of pass/fail counts.
26706         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
26707         (old-dejagnu-init): Likewise.
26708         (old-dejagnu-stat): Delete contents, empty proc now.
26709         * lib/c-torture.exp (TORTURE_OPTIONS): New global.
26710         (c-torture): Delete references to lcnt, lpass, lfail.
26711         Get option list from TORTURE_OPTIONS.
26712         Delete -funroll[-all]-loops if no loops.
26713         * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
26714         (g++_stat): Delete contents (empty proc now).
26715         * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
26716         (gcc_finish): Likewise.
26717         (gcc_stat): Deleted.
26718         * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
26719         * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
26720         * gcc.c-torture/execute/execute.exp: Likewise.
26721         Split tests into two parts: compile, execute.
26722         Get option list from TORTURE_OPTIONS.  Delete -funroll[-all]-loops if
26723         no loops.  Update to reflect clarified return codes from ${tool}_load.
26725 1994-10-21  Doug Evans  <dje@canuck.cygnus.com>
26727         * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
26728         to grep for.
26729         (old-dejagnu): Likewise (where necessary).
26731 1994-10-14  Doug Evans  <dje@canuck.cygnus.com>
26733         * gcc.misc-tests/gcov.exp: New file, for gcov testing.
26735         * lib/dg.exp (dg-process-target): Fix processing of selector.
26736         Add comment regarding use of `error'.
26738         * lib/gcc.exp (prune_system_crud): Define if missing.
26739         * lib/g++.exp (prune_system_crud): Likewise.
26741         * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
26742         Call prune_system_crud.
26743         * lib/dg.exp (dg-runtest): New proc.
26744         Use perror instead of send_user for tcl errors in testcase.
26745         Don't return any value, it's never used.
26746         Don't clobber previous definition of `unknown'.
26747         Print tcl errors in `dg-final'.
26749 1994-10-12  Doug Evans  <dje@canuck.cygnus.com>
26751         * lib/dg.exp (dg-process-target): Improve syntax error messages.
26752         (dg-test): Don't print errorInfo, it contains stack backtrace.
26754 1994-09-26  Doug Evans  (dje@canuck.cygnus.com)
26756         * lib/g++.exp (runtest_file_p): Define if missing.
26758 1994-09-24  Doug Evans  (dje@cygnus.com)
26760         * lib/mike-g++.exp: Comment out loading of g++.exp.
26761         * lib/g++.exp: Update copyright.  Test for existence of $CXX at start.
26762         (default_g++_version): Always print something.
26763         (default_g++_start): Comment out call to `which'.
26764         (g++_start, g++_load): Deleted (must be defined in config file).
26765         * lib/gcc.exp: Test for existence of $CC at start.
26766         Delete check for tmpdir (done in gcc_init).
26767         (default_gcc_version): Always print something.
26768         (default_gcc_start): Comment out call to `which'.
26769         * config/*.exp: Major cleanup - make cross targets work at least a
26770         little better for g++ (by not being "--tool gcc" specific).
26771         Rename gcc_xxx to ${tool}_xxx.
26772         * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
26773         * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
26775 1994-09-22  Doug Evans  (dje@canuck.cygnus.com)
26777         * lib/c-torture.exp (c-torture-compile): Rework compiler
26778         message processing.
26780         * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
26781         c-torture.
26783 1994-09-21  Doug Evans  (dje@canuck.cygnus.com)
26785         * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
26787         * lib/dg.exp (dg-process-target): Support { target native }.
26789 1994-09-20  Doug Evans  (dje@canuck.cygnus.com)
26791         * lib/dg.exp (dg-test): Clean up some comments.  Delete code that
26792         looked for "... program xxx got fatal signal".
26793         Correct regsub munging of `comp_output'.
26794         Ignore compiler messages "path prefix not used" and "linker input
26795         file unused".
26797 1994-09-14  Doug Evans  (dje@canuck.cygnus.com)
26799         * lib/gcc.exp (runtest_file_p): Define if missing.
26800         * gcc.prms/template.c: Example to work from.
26802 1994-09-13  Doug Evans  (dje@canuck.cygnus.com)
26804         * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
26805         * lib/dg.exp (dg-test): Call unsupported testcases as such.
26807         * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
26808         * gcc.prms/1883.c: Moved from compile/940714-1.c.
26809         * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
26810         execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
26812         * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
26813         (dg-process-target): No longer a varargs proc.
26814         Return S/N for target, P/F for xfail.  All callers changed.
26815         (user option procs): More argument checking.
26816         (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
26817         (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
26818         (dg-test): Skip test if not running on selected target in `dg-do'.
26819         Update handling of `dg-do-what', `dg-output-text'.
26820         Separate execution pass/fail from output pattern match pass/fail.
26821         Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
26823 1994-09-12  Jim Wilson  (wilson@sphagnum.cygnus.com)
26825         * gcc.c-torture/special/special.exp: Don't expect failure for mips
26826         target for 920510-1.c.
26828 1994-09-12  Doug Evans  (dje@canuck.cygnus.com)
26830         * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
26831         Clean up comment regarding use of passcnt, etc.
26832         (gcc_stat): Don't update `testcnt' here.
26833         (gcc_finish): Do it here.
26834         Might as well reset `but_id' here too.
26835         * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
26836         to determine if the file should be tested.
26837         * gcc.c-torture/compile/compile.exp: Likewise.
26838         * gcc.c-torture/execute/execute.exp: Likewise.
26839         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
26840         * gcc.misc-tests/dg-test.exp: Likewise.
26841         * gcc.prms/prms.exp: Likewise.
26842         * gcc.wendy/wendy.exp: Likewise.
26843         * g++.old-deja.exp: Likewise.
26844         Move "Testing file" message to verbose level 1.
26846 1994-09-09  Doug Evans  (dje@canuck.cygnus.com)
26848         * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
26850 1994-09-08  Doug Evans  (dje@canuck.cygnus.com)
26852         * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
26853         (default_gcc_start): Accept optional second list element
26854         of compiler flags.  Print compiler output at verbosity level 2.
26855         Remove setting of CFLAGS, LIBS, LDFLAGS from here.
26856         (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
26857         Save current values of framework globals passcnt, failcnt, xpasscnt,
26858         and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
26859         gcc_xfailcnt.  Set global `tmpdir' to /tmp if it doesn't exist.
26860         (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
26861         xfailcnt to compute stats.  Update framework global `testcnt' from
26862         pass/fail counts.
26863         (gcc_finish): New proc.  Clean up test environment.
26864         (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
26865         (gcc_epass, gcc_efail): Delete.
26866         * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
26867         argument of line number.
26868         (dg-init): If the tool has an init routine, call it.
26869         (dg-test): Remove args `cflags_var' and `libs_var'.
26870         Pass all compiler options to ${tool}_start.
26871         Handle missing line number.
26872         (dg-finish): New function.
26873         * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
26874         particular files.  Call gcc_finish at end.  Move "skipping test"
26875         message to verbosity level 3.
26876         * gcc.c-torture/compile/compile.exp: Likewise.
26877         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
26878         * gcc.c-torture/execute/execute.exp: Likewise.
26879         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
26880         Print testcase being tried at verbosity level 1.
26881         * gcc.c-torture/special/special.exp: Unset xfail.
26882         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
26883         * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
26884         * gcc.c-torture/noncompile/noncompile.exp: Likewise.
26885         * gcc.failure/failure.exp: Likewise.
26886         * gcc.ieee/ieee.exp: Likewise.
26887         * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
26888         Update call to dg-test.  Call dg-finish at end.
26889         * gcc.misc-tests/mg.exp: Call gcc_finish at end.  Unset orig_flags.
26890         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
26891         * gcc.misc-tests/misc.exp: Call gcc_finish at end.
26892         * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
26893         Delete LDFLAGS.  Update call to dg-test.  Call dg-finish at end.
26894         * gcc.wendy/wendy.exp: Add copyright.
26895         Delete setting of tmpdir (done by gcc_init).
26896         Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
26897         Pass compiler flags to gcc_start.  Call gcc_finish at end.
26898         * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
26899         gcc_[ce]pass/fail.
26901 1994-09-07  Doug Evans  (dje@canuck.cygnus.com)
26903         * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
26904         confusion.
26905         (g++_load): Likewise.
26907         * config/*.exp (gcc_load): Some were varargs fns and some were not.
26908         Rename argument to `prog' to remove the confusion.
26909         Varargs fns behave differently too!
26910         (g++_load): Likewise.
26912         * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
26914         * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
26915         what it is.  Delete (always) printing of status value for !native.
26916         Simplify verbose code, and include status and exec_output.
26917         (g++_load): Use gcc_load.
26919 1994-09-04  Jim Wilson  (wilson@sphagnum.cygnus.com)
26921         * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
26922         * gcc.c-torture/noncompile/noncompile.exp: Delete support for
26923         920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
26924         940714-3.c as these testcases don't exist anymore.  Make
26925         va-arg-1.c expected to pass.
26927 1994-08-19  Doug Evans  (dje@canuck.cygnus.com)
26929         * gcc.misc-tests/misc.exp: Only run specific testcases.
26930         * gcc.misc-tests/dg-test.exp: New file.  Tests dg.exp.
26931         * gcc.misc-tests/dg-[1-9].c: New files.
26933         * lib/dg.exp: New testsuite driver.
26934         * gcc.prms/prms.exp: Use it.
26936         * README.gcc: New file.
26938         * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
26939         Document and reset `lxpass' and `lxfail'.
26940         Simplify "initialized" message.
26941         (gcc_stat): Clean up comments a little.
26943 1994-08-16  Doug Evans  (dje@canuck.cygnus.com)
26945         * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
26947 1994-08-15  Doug Evans  (dje@canuck.cygnus.com)
26949         * lib/old-dejagnu.exp (process-option): New proc.
26950         (old-dejagnu-init, old-dejagnu-stat): Likewise.
26951         (old-dejagnu): Simplify.
26952         * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
26954 1994-08-14  Jeff Law  (law@snake.cs.utah.edu)
26956         * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
26957         exists and is not an empty string.
26959         * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
26960         $xfail rather than calling setup_xfail.  Clear $xfail when test is
26961         finished.
26962         (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
26963         automatically.
26965         * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
26966         longer expected to fail.
26968         * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
26969         "f" function call.
26971         * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
26973         * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
26974         940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
26975         complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
26976         struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
26977         c-torture-1.29.
26979         * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
26980         strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
26982         * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
26984         * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
26985         940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
26987         * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
26988         940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
26989         labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
26991 1994-07-12  Jim Kingdon  (kingdon@lioth.cygnus.com)
26993         * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
26994         gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
26995         940714-1.c, 940714-2.c, 940714-3.c},
26996         gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
26997         gcc.misc-tests/{mg.c,mg.exp}:
26998         New tests.
26999         * gcc.noncompile/noncompile.exp: Change accordingly.
27001 1994-07-07  Doug Evans  (dje@canuck.cygnus.com)
27003         * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
27004         Undo previous clobberage.
27006 1994-07-04  Jeff Law  (law@snake.cs.utah.edu)
27008         * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
27009         * gcc.special/{930510-1.c, special.exp}:
27010         * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
27011         931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
27012         struct-varargs-1.c}: New tests from c-torture-1.26.
27014 1994-06-28  J.T. Conklin  (jtc@phishhead.cygnus.com)
27016         * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
27017           argument to switch.
27019 1994-05-21  Bill Cox  (bill@rtl.cygnus.com)
27021         * Revert the previous changes.  Please see Rob's directory
27022           (/lisa/test/rob/progressive/gcc/testsuite) for testing
27023           fixes.
27025 1994-05-19  Bill Cox  (bill@rtl.cygnus.com)
27027         * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
27028             g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
27029             g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
27030             g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
27031             g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
27032             g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
27033             g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
27034             g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
27035             g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
27036             g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
27037             g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
27038             g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
27039             g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
27040             g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
27041             g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
27042             g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
27043             g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
27044             g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
27045             g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
27046             g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
27047             g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
27048             g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
27049             gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
27050             gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
27051             gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
27052             lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
27053             lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
27055 1994-05-17  Bill Cox  (bill@rtl.cygnus.com)
27057         * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
27058             lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
27059           with perror calls.
27061 1994-05-02  Jason Merrill  (jason@deneb.cygnus.com)
27063         * config/unix.exp (g++_load): Fix syntax.
27065 1994-04-14  Jim Wilson  (wilson@sphagnum.cygnus.com)
27067         * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
27068         * gcc.noncompile/921017-1.c: Deleted obsolete test.
27069         * gcc.noncompile/noncompile.exp: Remove code for deleted test.
27070         Don't expect va-arg-1.c to fail.  Correct expected output for
27071         920928-1.c.
27072         * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
27073         * gcc.wendy/hbm4.c: Correct typo.
27074         * gcc.wendy/tad1.c, tad2.c: Correct expected output.
27076 1994-03-28  Doug Evans  (dje@canuck.cygnus.com)
27078         * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
27079         * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
27080         gcc_[ce]{pass,fail}.  Explicitly remove executable if test passes.
27081         * lib/c-torture.exp (c-torture-compile): Ditto.
27083         Reduce volume of output (remove all the -I's and such).
27084         * lib/c-torture.exp (c-torture-compile): New argument OPTION.
27085         Call gcc_cpass, gcc_cfail.
27086         (c-torture): Pass testing option to c-torture-compile.
27088 1994-03-21  Doug Evans  (dje@cygnus.com)
27090         Bring patches over from progressive.
27091         * config/default.exp: Exit remote shell cleanly.
27092         (g++_exit, g++_start): Add default versions.
27093         * config/sim.exp (gcc_load): Use perror, not error.
27095 1994-03-20  Doug Evans  (dje@canuck.cygnus.com)
27097         * lib/gcc.exp: Don't set CFLAGS if CC not set.  It clobbers the value
27098         set in site.exp.
27100 1994-03-14  Doug Evans  (dje@cygnus.com)
27102         * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
27103         DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
27104         (wendy_try): New proc to run testcase.
27105         (main loop): Call 'em.
27106         * gcc.wendy/*.c: Clean up pass to correct expected output.
27108         * lib/gcc.exp: Minor cleanup work.
27109         (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
27111 1994-03-09  Doug Evans  (dje@canuck.cygnus.com)
27113         * config/sim.exp (gcc_load): Document return codes better.
27114         Don't pass -v to simulator.
27116 1994-02-24  Jeffrey A. Law  (law@snake.cs.utah.edu)
27118           * gcc.special/920717-x.c: Fix typo.
27119           * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
27120           get at sources.
27122         * lib/mike-gcc.exp: Fix typo.
27124 1994-02-15  Rob Savoye  (rob@darkstar.cygnus.com)
27126         * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
27127         binary to use, transform the name.
27128         * config/*.exp: rename everything. Nuke any g++ specific files,
27129         it's now a special case of gcc that requires no special support.
27130         Add a default.exp for unsupported targets.
27132 1994-02-11  Rob Savoye  (rob@poseidon.cygnus.com)
27134         * g++.jason/report.exp, g++.old-deja/old-deja.exp,
27135         lib/old-dejagnu.exp: Fix a few patterns to work with the new
27136         version of Tcl.
27138 1994-02-09  Rob Savoye  (rob@darkstar.cygnus.com)
27140         * lib/c-torture.exp: Made "file prefix*never used a pass, rather
27141         than a warning.
27143 1994-02-06  Jeffrey A. Law  (law@snake.cs.utah.edu)
27145         * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
27147 1994-01-03  Jim Wilson  (wilson@sphagnum.cygnus.com)
27149         * gcc.execute/execute.exp: Combine opt_list and foption_list into
27150         option_list.  Compile every file with only 4/6 option choices
27151         (same as C torture) instead of with 12/18 different option
27152         choices.
27153         * lib/c-torture.exp: Likewise.
27155         * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
27156         not already set.
27158 1993-12-30  Mike Stump  (mrs@rtl.cygnus.com)
27160         * lib/old-deja.exp: Add `excess errors test fails' error, now one
27161         can put an XFAIL *-*-* on excess errors.
27163 1993-12-19  Jeffrey A. Law  (law@snake.cs.utah.edu
27165         * g++.law: Add more tests derived from g++-bugs snapshots.
27167         * g++.law/init11.{c,exp}: Delete test.  Brendan sez it's
27168         equivalent to g++.law/init9.
27170         * lib/mike-gcc.exp (postbase): Delete the .o file after we've
27171         compiled it, and the a.out file after we've run it.
27173 1993-12-17  Brendan Kehoe  (brendan@lisa.cygnus.com)
27175         * lib/mike-g++.exp (postbase): Delete the .o file after we've
27176         compiled it, and the a.out file after we've run it.
27178 1993-12-17  Jeffrey A. Law  (law@snake.cs.utah.edu)
27180         * g++.law/*.exp: Avoid losing arguments added via "append" commands.
27182 1993-12-15  Rob Savoye  (rob@darkstar.cygnus.com)
27184         * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
27185         version number.
27187 1993-12-12  Jeffrey A. Law  (law@snake.cs.utah.edu)
27189         * g++.law: New directory of g++ tests derived from the g++-bugs
27190         snapshots.
27192 1993-12-09  Jeffrey Wheat  (cassidy@cygnus.com)
27194         * gcc.compile: initbug1.c initbug1.exp testcase added
27196 1993-12-06  Jeffrey Wheat  (cassidy@cygnus.com)
27198         * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
27199         * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
27200           fixes submitted by Jeff Law (law@cs.utah.edu)
27201         * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
27202           Jeff Law (law@cs.utah.edu)
27205 1993-11-30  Mike Stump  (mrs@cygnus.com)
27207         * config/unix-g++.exp: Follow the gcc way of doing things.
27208         * g++.old-deja/old-deja.exp: Minor updates.
27209         * lib/g++.exp: New file, follow the gcc way of doing things.
27210         * lib/old-dejagnu.exp: Minor updates.
27211         * lib/mike-g++.exp: Always unset errorInfo.
27213 1993-11-06  Mike Stump  (mrs@cygnus.com)
27215         * lib/gcc.exp: Fix some errors with the below change, CC and
27216         CFLAGS should be global when setting, not local.
27218 1993-11-03  Rob Savoye  (rob@darkstar.cygnus.com)
27220         * lib/gcc.exp: Transform tool name.
27222 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
27224         * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
27226 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
27228         * lib/gcc.exp: change gcc_done to gcc_stat
27230 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
27232         * Upgraded gcc testsuite to c-torture version 1.25
27234 1993-10-24  Jeffrey Wheat  (cassidy@cygnus.com)
27236         * lib/gcc.exp: added reporting code. Changed verbose compile message.
27237         * lib/c-torture: added hooks for new reporting code.
27239 1993-10-21  Jeffrey Wheat  (cassidy@cygnus.com)
27241         * config/sh-gcc.exp: check if sh-sim exists in the path
27243 1993-10-18  Jeffrey Wheat  (cassidy@cygnus.com)
27245         * gcc.code_quality/code_quality.exp: Initial changes for new logic.
27246         * gcc.compile/compile.exp: Initial changes for new logic.
27247         * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
27248         * gcc.failure/failure.exp: Initial changes for new logic.
27249         * gcc.ieee/ieee.exp: Initial changes for new logic.
27250         * gcc.misc-tests/misc.exp: Initial changes for new logic.
27251         * gcc.noncompile/non_compile.exp: Initial changes for new logic.
27252         * gcc.unsorted/unsorted.exp: Initial changes for new logic.
27253         * lib/c-torture.exp: Initial changes for new logic.
27254         * lib/gcc.exp: Initial changes for new logic.
27256 1993-10-15  Mike Stump  (mrs@cygnus.com)
27258         * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
27259         depend upon failure or success.  Fully qualify names in failure
27260         and success messages.  Always remove a.out before starting
27261         compile, just in case.  Pay more attention to error text output by
27262         the compiler.  Handle testcases with no known past errors just
27263         like all others, so that things are uniform.  Other miscellaneous
27264         improvements.
27266 1993-10-13  Jeffrey Wheat  (cassidy@cygnus.com)
27268         * gcc.cpp: new directory for cpp tests
27270 1993-10-04  Jeffrey Wheat  (cassidy@cygnus.com)
27272         * lib/chill.exp: Code reformatted, removed unused code.
27273         * config/unix-chill.exp: Code reformatted, removed unused code.
27274         * chill.execute/execute.exp: Code reformatted, removed unused code.
27275         * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
27277 1993-10-04  Ian Lance Taylor  (ian@cygnus.com)
27279         * config/mips-gcc.exp, config/mips-g++.exp: New files.  Execution
27280         routines not written.
27282 1993-09-27  Rob Savoye  (rob@darkstar.cygnus.com)
27284         * config/bug-gcc.exp: Use new procs from bug.exp.
27286 1993-09-21  Rob Savoye  (rob@darkstar.cygnus.com)
27288         * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
27289         via ftp, rather than depending on NFS.
27290         * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
27291         case.
27293 1993-09-09  Rob Savoye  (rob@darkstar.cygnus.com)
27295         * config/bug-gcc.exp: Use new download proc.
27297 1993-09-14  Jeffrey Wheat  (cassidy at deneb.cygnus.com)
27299         * chill.execute/execute.exp: cleanups, handles errors better
27300         * chill.compile/compile.exp: rewrite, based on execute.exp
27301         * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
27302         * lib/chill.exp: major changes to diff proc and compile and link
27303           procs. added chill_fail and chill_pass wrappers to pass and
27304           fail. added more comments, and handle error codes better.
27305           Added a hack to capture stderr from exec, so noncompile tests
27306           can work.
27308 1993-09-11  Jeffrey Wheat  (cassidy@cygnus.com)
27310         * chill.execute/execute.exp: rewrite of testsuite driver
27311         * lib/chill.exp: rewrite of testsuite driver
27312         * config/unix-chill.exp: rewrite of testsuite driver
27314 1993-08-25  Bill Cox  (bill@rtl.cygnus.com)
27316     In chill.execute:
27317         * iexpr.ch: Standardize uppercase.
27318         * tuples.dat: Standardize uppercase.
27319         * vary.ch: standardize.  Correct varying string assignments.
27320         * vary.dat: Add new output lines.
27322 1993-08-24  Bill Cox  (bill@rtl.cygnus.com)
27324     In chill.execute:
27325         * chprintf.ch: Standardize use of uppercase.
27326         * tuples.ch: Standardize and turn arr2 into a DCL,
27327           rather than a SYN.
27328         * pinits.ch: Standardize.
27330 1993-08-23  Per Bothner  (bothner@kalessin.cygnus.com)
27332         * rts.c:  Get malloc() from <stdlib.h>, not <malloc.h>.
27333         * Makefil: Renamed to Makefile.in.
27334         * configure.in: New.
27336 1993-08-23  Bill Cox  (bill@rtl.cygnus.com)
27338     In chill.execute:
27339         * .cvsignore: Add result/output files.
27340         * Makefile: Fix up variables at start.  Use MFLAGS
27341           everywhere.  Correct bool_loc, built_ins entries.
27342           Add entry for vary1.ch.
27343         * bitarray.ch: Standardize upper-case usage.
27344         * bitexpr.ch: Standardize, add output of b1.
27345         * params.ch: Use arrayt in along PROC parameters, to
27346           avoid novelty problems.
27347         * sets.ch: Tiny cleanup.
27348         * vary1.ch: Re-indent.
27350 1993-08-17  Bill Cox  (bill@rtl.cygnus.com)
27352           * Add PR-related files to Makefiles, .cvsignore files, etc.
27354 1993-08-02  Jeff Wheat  (cassidy@cygnus.com)
27356         * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
27357           with compiler objects. New names are test-flow.c and test-loop.c
27359 1993-07-27  Jeff Wheat  (cassidy@cygnus.com)
27361         * Upgraded c-torture tests from 1.19 to 1.20
27363         * new files:
27364         * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
27365         * gcc.compile: 930623-1.c 930623-2.c
27366         * gcc.noncompile: 930622-1.c 930622-2.c
27367         * gcc.failure: 920411-1.c 920627-2.c
27368         * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
27370 1993-07-20  Jeff Wheat  (cassidy@cygnus.com)
27372         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
27373           More changes to get testsuite working properly. Needs more work.
27374           Added some support for POSIX IEEE Std 1003.3-1991 error messages.
27376 1993-07-19  Jeff Wheat  (cassidy@cygnus.com)
27378         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
27379           More changes to get testsuite working properly. Needs more work.
27381 1993-07-13 Jeff Wheat  (cassidy@cygnus.com)
27383         * chill.compile/compile.exp: Added for Dejagnu support
27384         * chill.execute/execute.exp: Added for Dejagnu support
27385         * lib/chill.exp config/unix-chill.exp  : Added for Dejagnu support
27387 1993-06-19  Bill Cox  (bill@rtl.cygnus.com)
27389     This should complete moving the CHILL test files.
27390         * chill.noncompile(.cvsignore printf.grt
27391             in-printf.grt chprintf.grt chprintf.ch):
27392             Added test-support files.
27393           (Makefile): Modified further.
27394         * chill.compile (emptymod.ch gdbme.ch neg_range.ch
27395             signal.ch): Added test files.
27396           * chill.execute (.cvsignore printf.grt printr.c
27397             in-printf.grt rts.c chprintf.grt rts.h): Added
27398           test-support files.
27399             (Makefile): More corrections.
27401 1993-06-18  Bill Cox  (bill@rtl.cygnus.com)
27403         * chill.compile, chill.execute, chill.nocompile: Add CHILL
27404           test cases, ready for DejaGnu.
27406 1993-06-17  Jeffrey Wheat  (cassidy@cygnus.com)
27408         * Upgraded c-torture tests from 1.18 to 1.19
27410         * gcc.compile: added test(s):
27411           930607-1.c
27412         * gcc.execute: added test(s):
27413           930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
27415         * added new subdirectory for misc tests: gcc.misc-tests
27416         * gcc.misc-test(s): added tests:
27417           inst-check.c test-consts.c test-ior.c test-switch.c
27419 1993-06-09  Brendan Kehoe  (brendan@lisa.cygnus.com)
27421         * lib/mike-g++.exp: Load `./a.out', not `a.out'.
27423 1993-06-07  Ian Lance Taylor  (ian@cygnus.com)
27425         * g++.old-deja/old-deja.exp: Don't delete all the .o files.
27427 1993-06-03  Jeffrey Wheat  (cassidy@cygnus.com)
27429         * Upgraded c-torture tests from 1.17 to 1.18
27431 1993-06-02  Jeffrey Wheat  (cassidy@cygnus.com)
27433         * Upgraded c-torture tests from 1.12 to 1.17
27435 1993-04-30  Mike Werner  (mtw@deneb.cygnus.com)
27437         * lib/old-dejagnu.exp:
27438           Fixed handling of XFAIL target triplets to correctly
27439           recognize wildcard characters.  Removed code that
27440           appended a unique id tag to the end of the file name
27441           printed out by the result of the testcases within a
27442           given test file.
27444 1993-04-29  Mike Werner  (mtw@deneb.cygnus.com)
27446         * lib/old-dejagnu.exp:
27447           Reworked expected failure handling to trigger off of XFAIL
27448           keyword in keyphrase embeded in testcase source code. The
27449           XFAIL keyword must be at the end of the keyphrase line. It
27450           may optionally be followed by one or more target triplets.
27451           It has just occured that the handling of wildcards in the
27452           target triplet may not be correct.
27454 1993-04-23  Mike Werner  (mtw@deneb.cygnus.com)
27456         * g++.old-deja/tests:
27457           Moved all subdirectories up one level into g++.old-deja .
27459         * lib/old-dejagnu.exp:
27460           Fixed problem with CXXFLAGS not being properly reset, and being
27461           corrupted with extraneous "-c" compiler option.  This was
27462           causing binaries to not be generated for test that needed them.
27463           Modified strings passed to "pass" and "fail" so that individual
27464           tests from the same test file would be distinguished by an
27465           identifier appended to the test file name in the summary logs;
27466           this corrected a problem with erroneous diff logs.  Added code
27467           to search testcases for expected fail and unexpected pass keywords.
27469 1993-04-20  Rob Savoye  (rob at darkstar.cygnus.com)
27471         * lib/c-torture.exp: Ignore "file path prefix*unused" message.
27473 1993-04-15  Mike Werner  (mtw@deneb.cygnus.com)
27475         * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
27476           Removed extraneous text from end of "Special g++ Options"
27477           keyphrase.
27479         * lib/old-dejagnu.exp: Added pattern matching to look for new
27480           keywords, embedded in testcases comments, which will trigger
27481           calls to xpass and xfail.
27483 1993-04-14  Mike Werner  (mtw@deneb.cygnus.com)
27485         * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
27486           comments embedded in the testcases, especially the one looking for
27487           special compiler options, as well as the pattern matching for the
27488           compiler output again.
27490 1993-04-12  Mike Werner  (mtw@deneb.cygnus.com)
27492         * lib/old-dejagnu.exp: Do a proper check of the return value for
27493           execute tests. Fixed several problems with the pattern matching
27494           of the compiler output which gave erroneous test results.
27495           Changed several of the test result messages to be more descriptive.
27496         * config/unix-g++.exp: Proc g++_load now actually works and
27497           executes the tests passed to it and returns a usable return
27498           value.
27500 1993-04-11  Rob Savoye  (rob at darkstar.cygnus.com)
27502           * lib/gcc.exp: Exits gracefully if $CC is bogus.
27504 1993-04-09  Mike Werner  (mtw@deneb.cygnus.com)
27506         * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
27507           Modified both files to properly execute the old style
27508           dejagnu tests. The previous versions of these files were
27509           experimental and did not function anything near correctly.
27511 1993-04-05  Rob Savoye  (rob@cygnus.com)
27513         * Removed all Makefile.in and configure.in files. No configuration
27514         needed now.
27516 1993-04-02  Mike Werner  (mtw@deneb.cygnus.com)
27518         * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
27520 1993-03-28  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
27522         * gcc.compile/configure.in, gcc.unsorted/configure.in,
27523         gcc.special/configure.in, gcc.noncompile/configure.in,
27524         gcc.execute/configure.in, gcc.code_quality/configure.in,
27525         g++.other/configure.in, g++.old-deja/configure.in,
27526         g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
27527         in srcname setting.
27529 1993-03-25  Rob Savoye  (rob at darkstar.cygnus.com)
27531         * lib/udi.exp:  Fixed mondfe and mondfe_download.
27532         * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
27533         * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
27535 1993-03-25  Ian Lance Taylor  (ian@cygnus.com)
27537         * config/udi-gdb.exp: Check $shell_id after connecting to target.
27538         (gdb_exit): Don't remove *_soc files.
27540 1993-03-22  Ian Lance Taylor  (ian@cygnus.com)
27542         * lib/c-torture.exp: Don't look for main; instead always use -w
27543         -c.  This is how the c-torture tests work.  Remove the object
27544         file if the compilation succeeds.
27545         * gcc.execute/execute.exp: Remove executable if test passes.
27546         * gcc.noncompile/noncompile.exp: Every test is an expected
27547         failure.
27548         * gcc.special/special.exp: Added tests from c-torture 1.11,
27549         corrected use of existing test.
27550         * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
27551         gcc.execute/920625-1.c: Updated to c-torture 1.11.
27552         * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
27553         gcc.compile/921109-2.c, gcc.compile/921109-3.c,
27554         gcc.compile/921111-1.c, gcc.compile/921116-2.c,
27555         gcc.compile/921118-1.c, gcc.compile/921126-1.c,
27556         gcc.compile/921202-1.c, gcc.compile/921202-2.c,
27557         gcc.compile/921203-1.c, gcc.compile/921203-2.c,
27558         gcc.compile/921206-1.c, gcc.execute/921029-1.c,
27559         gcc.execute/921104-1.c, gcc.execute/921110-1.c,
27560         gcc.execute/921112-1.c, gcc.execute/921113-1.c,
27561         gcc.execute/921117-1.c, gcc.execute/921123-1.c,
27562         gcc.execute/921123-2.c, gcc.execute/921124-1.c,
27563         gcc.execute/921202-1.c, gcc.execute/921202-2.c,
27564         gcc.execute/921204-1.c, gcc.execute/921207-1.c,
27565         gcc.execute/921208-1.c, gcc.execute/921208-2.c,
27566         gcc.execute/921215-1.c, gcc.execute/921218-1.c,
27567         gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
27568         gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
27569         c-torture 1.11.
27570         * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
27571         correspond to c-torture 1.11.
27573         * New file.