* builtin-types.def (BT_FN_STRING_CONST_STRING_SIZE): New.
[official-gcc.git] / gcc / testsuite / ChangeLog
blob03e5d9b3a6734bbe74c5630c17fd85d4aa816b8f
1 2005-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3         * gcc.dg/nonnull-3.c: Also test __builtin_strndup.
5 2005-03-25  Mark Mitchell  <mark@codesourcery.com>
7         * lib/g++.exp (g++_link_flags): Use gcc-set-multilib-library-path.
8         (g++_init): Make sure that CXXFLAGS is set.
9         * lib/gcc-defs.exp (gcc-set-multilib-library-path): New function.
10         * lib/gcc-dg.exp: Use gcc-set-multilib-library-path.
11         * lib/gfortran.exp (gfortran_link_flags): Likewise. 
12         * lib/objc.exp (objc_init): Likewise.
13         * lib/treelang.exp (treelang_init): Likewise.
15 2005-03-25  Pat Haugen  <pthaugen@us.ibm.com>
17         PR tree-optimization/20470
18         * gcc.dg/tree-ssa/pr20470.c: New test.
20 2005-03-25  Geoffrey Keating  <geoffk@apple.com>
22         * gcc.dg/ppc-stfiwx.c: New.
24 2005-03-25  Steve Ellcey  <sje@cup.hp.com>
26         PR target/19888
27         * g++.old-deja/g++.eh/badalloc1.C: increase arena_size on hpux.
29 2005-03-25  Zdenek Dvorak  <dvorakz@suse.cz>
31         * gcc.dg/20050325-1.c: Fix a typo.
33 2005-03-25  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
35         PR libfortran/19678
36         PR libfortran/19679
37         * gfortran.dg/dos_eol.f: New test.
39 2005-03-25  Zdenek Dvorak  <dvorakz@suse.cz>
41         PR rtl-optimization/20249
42         * gcc.dg/20050325-1.c: New test.
44 2005-03-25  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
46         PR libfortran/15332
47         * gfortran.dg/pr15332.f: New test.
49 2005-03-24  Dale Johannesen  <dalej@apple.com>
51         * gcc.dg/20020919-1.c:  Fix for x86 Darwin.
53 2005-03-24  Geoffrey Keating  <geoffk@apple.com>
55         * g++.dg/ext/visibility/pragma-override1.C: Mark as requiring
56         'internal' visibility.
57         * g++.dg/ext/visibility/pragma-override2.C: Likewise.
58         * g++.dg/ext/visibility/visibility-7.C: Mark as requiring
59         'protected' visibility.
60         * gcc.dg/visibility-7.c: Likewise.
61         * lib/target-supports.exp (check_visibility_available): Take
62         a parameter, the kind of visibility to check for.
63         * lib/target-supports-dg.exp (dg-require-visibility): Pass parameter
64         to check_visibility_available.
66         * g++.dg/expr/cast3.C: New.
68 2005-03-24  David Edelsohn  <edelsohn@gnu.org>
70         * gcc.c-torture/execute/20020720-1.x: XFAIL for all powerpc and
71         rs6000.
73 2005-03-24  Steve Ellcey  <sje@cup.hp.com>
75         PR target/20095
76         * gcc.dg/cleanup-5.c: skip if ia64-hp-hpux11.*
78 2005-03-24  Alexandre Oliva  <aoliva@redhat.com>
80         * gcc.dg/badshift.c: Renamed to...
81         * gcc.dg/torture/badshift.c: ... this.  Remove explicit -O1.
83         * gcc.target/i386/badshift.c: Renamed to...
84         * gcc.dg/badshift.c: ... this.  Fix typo.  Use -march=i386 on i?86
85         only.
87         PR rtl-optimization/20532
88         * gcc.target/i386/badshift.c: New.
90 2005-03-23  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
92         * gfortran.dg/pr18025.f90: New test.
94 2005-03-23  Dale Johannesen  <dalej@apple.com>
95         
96         * gcc.dg/20020312-2.c:  Fix for non-PowerPC Darwin.
98 2005-03-23  Mark Mitchell  <mark@codesourcery.com>
100         * g++.old-deja/g++.warn/compare1.C: Run with -Wno-deprecated.
102         * lib/target-supports.exp (check_iconv_available): Default
103         libiconv to -liconv, if there is no definition.
105 2005-03-23  Hans-Peter Nilsson  <hp@axis.com>
107         * gcc.dg/torture/cris-asm-mof-1.c: New test.
109 2005-03-22  Mark Mitchell  <mark@codesourcery.com>
111         * g++.dg/opt/max1.C: Run with -Wno-deprecated.
112         * g++.dg/opt/pr7503-2.C: Likewise.
113         * g++.dg/opt/pr7503-3.C: Likewise.
114         * g++.dg/opt/pr7503-4.C: Likewise.
115         * g++.dg/opt/pr7503-5.C: Likewise.
116         * g++.dg/warn/minmax.C: New test.
118 2005-03-22  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
120         * gfortran.dg/g77_intrinsics_funcs.f: New test.
121         * gfortran.dg/g77_intrinsics_sub.f: New test.
123 2005-03-22  Richard Guenther <rguenth@tat.physik.uni-tuebingen.de>
124             Jan Hubicka  <jh@suse.cz>
125             Steven Bosscher <stevenb@suse.de
127         * gcc.dg/winline-6.c: Modify so inlined function have nonzero cost.
129 2005-03-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
131         PR c++/19980
132         * g++.dg/template/redecl3.C: New test.
134 2005-03-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
136         PR c++/20499
137         * g++.dg/parse/error16.C: Tweak error markers.
139 2005-03-22  Jakub Jelinek  <jakub@redhat.com>
141         PR target/20561
142         * gcc.dg/20050321-2.c: New test.
144 2005-03-22  Nathan Sidwell  <nathan@codesourcery.com>
146         PR c++/20465
147         PR c++/20381
148         * g++.dg/template/ptrmem12.C: New.
150 2005-03-22  Hans-Peter Nilsson  <hp@axis.com>
152         PR rtl-optimization/20527
153         * gcc.c-torture/execute/pr20527-1.c: New test.
155 2005-03-22  Ben Elliston  <bje@au.ibm.com>
157         * gcc.misc-tests/options.exp (check_for_options): Create a real C
158         program, compile it into a real executable and then delete the .c
159         and .x files afterwards, to avoid problems on testglue targets.
161 2005-03-21  Stuart Hastings  <stuart@apple.com>
163         * gcc.target/i386/sse-2.c: New.
164         
165 2005-03-21  Uros Bizjak  <uros@kss-loka.si>
167         * gcc.dg/builtins-46.c: Also check lrint* and llrint*.
169 2005-03-21  Paolo Carlini  <pcarlini@suse.de>
171         * g++.dg/parse/crash25.C: Fix typo.
173 2005-03-21  Paolo Carlini  <pcarlini@suse.de>
175         PR c++/20461
176         * g++.dg/parse/crash24.C: New test.
178         PR c++/20536
179         * g++.dg/parse/crash25.C: New test.
181 2005-03-21  Paolo Carlini  <pcarlini@suse.de>
183         PR c++/20147    
184         * g++.dg/ext/stmtexpr4.C: New test.
186 2005-03-20  Roger Sayle  <roger@eyesopen.com>
188         PR middle-end/20539
189         * gcc.c-torture/compile/pr13066-1.c: New test case.
190         * gcc.c-torture/compile/pr20539-1.c: Likewise.
191         * g++.dg/opt/pr13066-1.C: Likewise.
193 2005-03-20  Joseph S. Myers  <joseph@codesourcery.com>
195         * gcc.dg/bitfld-14.c, gcc.dg/enum3.c: New tests.
197 2005-03-19  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
199         PR fortran/18525
200         * gfortran.dg/nesting_1.f90: New test.
202 2005-03-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
204         PR c++/20240
205         * g++.dg/lookup/using13.C: New test.
207 2005-03-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
209         PR c++/20333
210         * g++.dg/template/crash36.C: New test.
212 2005-03-18  Paolo Carlini  <pcarlini@suse.de>
214         PR c++/20463
215         * g++.dg/template/crash35.C: New test.
217 2005-03-17  Paolo Carlini  <pcarlini@suse.de>
219         PR c++/19966
220         * g++.dg/overload/operator2.C: New test.
222 2005-03-16  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
224         PR libfortran/20257
225         * gfortran.dg/pr20257.f90: New test.
227 2005-03-16  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
229         PR libfortran/20480
230         * gfortran.dg/pr20480.f90: New test.
232 2005-03-16  Richard Henderson  <rth@redhat.com>
234         PR middle-end/15700
235         * gcc.c-torture/compile/20040323-1.c: Don't xfail for solaris.
236         (_rtld_global): New.
237         * gcc.dg/weak/weak-3.c (ffoox1f, ffoox1g): Define.
238         * gcc.dg/weak/weak-9.c (notf1, notf2, notf3, notf4): Define.
240         * gcc.dg/alias-3.c: New.
241         * gcc.dg/alias-4.c: New.
242         * gcc.dg/alias-5.c: New.
243         * gcc.dg/alias-6.c: New.
245 2005-03-15  Geoffrey Keating  <geoffk@apple.com>
247         * gcc.dg/cpp/ucnid-7.c: New.
249 2005-03-15  Janis Johnson  <janis187@us.ibm.com>
250             Dorit Naishlos  <dorit@il.ibm.com>
252         * lib/target-supports.exp (check_vmx_hw_available): Use -maltivec for
253         darwin.
255 2005-03-15  Dorit Naishlos  <dorit@il.ibm.com>
257         * gcc.dg/vect/vect-54.c: Now vectorizable on targets that don't support
258         misaligned accesses.
259         * gcc.dg/vect/vect-58.c: Likewise.
260         * gcc.dg/vect/vect-92.c: New.
261         * gcc.dg/vect/vect-93.c: New.
263 2005-03-15  Feng Wang  <fengwang@nudt.edu.cn>
265         PR fortran/18827
266         * gfortran.dg/assign_2.f90: New test.
267         * gfortran.dg/assign_3.f90: New test.
268         * gfortran.dg/assign.f90: New test.
270 2005-03-15  Joseph S. Myers  <joseph@codesourcery.com>
272         * g++.dg/other/cv_func.C, g++.dg/other/offsetof3.C,
273         g++.dg/parse/error11.C, g++.dg/tc1/dr108.C,
274         g++.dg/template/local4.C, g++.dg/template/nontype6.C,
275         g++.dg/warn/deprecated.C: Ensure uniqueness of test assertion
276         names.
278 2005-03-14  Geoffrey Keating  <geoffk@apple.com>
280         * gcc.dg/cpp/ucnid-6.c: New.
282         * gcc.dg/cpp/normalize-1.c: New.
283         * gcc.dg/cpp/normalize-2.c: New.
284         * gcc.dg/cpp/normalize-3.c: New.
285         * gcc.dg/cpp/normalize-4.c: New.
286         * gcc.dg/cpp/ucnid-4.c: New.
287         * gcc.dg/cpp/ucnid-5.c: New.
288         * g++.dg/cpp/normalize-1.C: New.
289         * g++.dg/cpp/ucnid-1.C: New.
291 2005-03-14  Alexandre Oliva  <aoliva@redhat.com>
293         * gcc.dg/pr18628.c: New.
295 2005-03-14  Alexandre Oliva  <aoliva@redhat.com>
297         PR c++/20280
298         * g++.dg/tree-ssa/pr20280.C: New.
300 2005-03-14  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
302         PR fortran/20467
303         * gfortran.dg/stfunc_2.f90: New test.
305 2005-03-14  Zdenek Dvorak  <dvorakz@suse.cz>
307         * gcc.dg/tree-ssa/phi-opt-5.c: New test.
309 2005-03-14  Zdenek Dvorak  <dvorakz@suse.cz>
311         * gcc.dg/tree-ssa/20050314-1.c: New test.
313 2005-03-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
315         PR c++/4403
316         PR c++/9783, DR433
317         * g++.dg/template/friend34.C: New test.
318         * g++.dg/template/friend35.C: Likewise.
319         * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL's.
321 2005-03-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
323         Friend class name lookup 5/n
324         PR c++/1016
325         * g++.dg/lookup/hidden-class1.C: New test.
326         * g++.dg/lookup/hidden-class2.C: Likewise.
327         * g++.dg/lookup/hidden-class3.C: Likewise.
328         * g++.dg/lookup/hidden-class4.C: Likewise.
329         * g++.dg/lookup/hidden-class5.C: Likewise.
330         * g++.dg/lookup/hidden-class6.C: Likewise.
331         * g++.dg/lookup/hidden-class7.C: Likewise.
332         * g++.dg/lookup/hidden-class8.C: Likewise.
333         * g++.dg/lookup/hidden-class9.C: Likewise.
334         * g++.dg/lookup/hidden-temp-class1.C: Likewise.
335         * g++.dg/lookup/hidden-temp-class2.C: Likewise.
336         * g++.dg/lookup/hidden-temp-class3.C: Likewise.
337         * g++.dg/lookup/hidden-temp-class4.C: Likewise.
338         * g++.dg/lookup/hidden-temp-class5.C: Likewise.
339         * g++.dg/lookup/hidden-temp-class6.C: Likewise.
340         * g++.dg/lookup/hidden-temp-class7.C: Likewise.
341         * g++.dg/lookup/hidden-temp-class8.C: Likewise.
342         * g++.dg/lookup/hidden-temp-class9.C: Likewise.
343         * g++.dg/lookup/hidden-temp-class10.C: Likewise.
344         * g++.dg/lookup/hidden-temp-class11.C: Likewise.
346 2005-03-13  Mark Mitchell  <mark@codesourcery.com>
348         PR c++/20157
349         * g++.dg/template/error18.C: New test.
351 2005-03-09  Ben Elliston  <bje@au.ibm.com>
353         PR debug/16792
354         * g++.dg/debug/pr16792.C: New test.
356 2005-03-13  Joseph S. Myers  <joseph@codesourcery.com>
358         * gcc.dg/anon-struct-6.c, gcc.dg/array-8.c,
359         gcc.dg/cpp/19940712-1.c, gcc.dg/cpp/19951025-1.c,
360         gcc.dg/cpp/tr-warn6.c, gcc.dg/deprecated.c, gcc.dg/init-bad-1.c,
361         gcc.dg/init-bad-2.c, gcc.dg/init-bad-3.c, gcc.dg/m-un-2.c,
362         gcc.dg/parm-mismatch-1.c, gcc.dg/redecl-1.c: Ensure uniqueness of
363         test assertion names.
365 2003-03-13  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
367         PR fortran/18600
368         * gfortran.dg/stfunc_1.f90: New test.
370 2003-03-13  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
372         PR fortran/16907
373         * gfortran.dg/real_index_1.f90: New test.
375 2005-03-13  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
377         PR fortran/20323
378         * gfortran.dg/spec_expr_1.f90: New test.
380 2005-03-13  Joseph S. Myers  <joseph@codesourcery.com>
382         PR c/20402
383         * gcc.dg/noncompile/920923-1.c: Detail expected diagnostics for
384         new parser.
386 2005-03-12  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
388         PR fortran/20361
389         * gfortran.dg/largeequiv_1.f90: New test.
391 2005-03-12  Geoffrey Keating  <geoffk@apple.com>
393         * gcc.dg/ucnid-1.c: New.
394         * gcc.dg/ucnid-2.c: New.
395         * gcc.dg/ucnid-3.c: New.
396         * gcc.dg/ucnid-4.c: New.
397         * gcc.dg/ucnid-5.c: New.
398         * gcc.dg/ucnid-6.c: New.
399         * gcc.dg/cpp/ucnid-1.c: New.
400         * gcc.dg/cpp/ucnid-2.c: New.
401         * gcc.dg/cpp/ucnid-3.c: New.
402         * g++.dg/other/ucnid-1.C: New.
404 2005-03-12  Geoffrey Keating  <geoffk@apple.com>
406         * gcc.dg/vmx/darwin-abi-3.c: Delete.
408 2005-03-11  Per Bothner  <per@bothner.com>
410         * gcc.dg/decl-2.c:  Add extra line breaks.  That way we can verify
411         that diagnotics refer to correct token.
412         * gcc.dg/unused-3.c: Likewise.
414 2005-03-11  Per Bothner  <per@bothner.com>
416         * gcc.dg/cpp/direct2.c: With new lexer changes, error "before string
417         constant" is now actually on same line as string constant.
418         * gcc.dg/cpp/direct2s.c: Likewise.
420 2005-03-11  Richard Sandiford  <rsandifo@redhat.com>
422         * gcc.target/mips/fix-vr4130-[1-4].c: New tests.
424 2005-03-11  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
426         PR libfortran/20124
427         * gfortran.dg/pr20124.f90: New Test
429 2005-03-10  James A. Morrison  <phython@gcc.gnu.org>
431         PR tree-optimization/20130
432         * gcc.dg/pr20130-1.c: New test.
434 2005-03-10  Steve Ellcey  <sje@cup.hp.com>
436         PR target/20095
437         * gcc.dg/cleanup-5.c: xfail for ia64-hp-hpux11.*
439 2005-03-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
441         * objc.dg/stabs-1.m (dg-final): Change regexp pattern for hppa SOM.
443 2005-03-10  Steve Ellcey  <sje@cup.hp.com>
445         * g++.dg/eh/forced1.C: Fix comment.
446         * g++.dg/eh/forced2.C: Ditto.
447         * g++.dg/eh/forced3.C: Ditto.
448         * g++.dg/eh/forced4.C: Ditto.
450 2005-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
452         PR rtl-opt/20412
453         * gcc.c-torture/compile/pr20412.c: New test.
455 2005-03-10  Roger Sayle  <roger@eyesopen.com>
457         * gcc.dg/builtins-32.c: Add new run-time tests for long double.
459 2005-03-10  Jakub Jelinek  <jakub@redhat.com>
461         PR target/20322
462         * gcc.dg/20050307-1.c: New test.
464 2005-03-10  Nathan Sidwell  <nathan@codesourcery.com>
466         PR c++/20375
467         * g++.dg/other/stdarg3.C: New.
469 2005-03-10  Jakub Jelinek  <jakub@redhat.com>
471         PR c++/18384, c++/18327
472         * g++.dg/init/array19.C: New test.
474         PR inline-asm/20314
475         * gcc.dg/torture/pr20314-1.c: New test.
476         * gcc.dg/torture/pr20314-2.c: New test.
478 2005-03-09  Ulrich Weigand  <uweigand@de.ibm.com>
480         * gcc.dg/20050309-1.c: New test.
482 2005-03-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
484         * gcc.dg/builtins-10.c: Reactivate disabled test.
485         * gcc.dg/torture/builtin-power-1.c: Likewise.  Also add tests for
486         new cbrt transformations.
488 2005-03-09  Mark Mitchell  <mark@codesourcery.com>
490         PR c++/20208
491         * g++.dg/template/array13.C: New test.
493 2005-03-09  Paolo Carlini  <pcarlini@suse.de>
495         PR c++/16859
496         * g++.dg/init/brace4.C: New test.
498 2005-03-09  Nathan Sidwell  <nathan@codesourcery.com>
500         PR c++/20186
501         * g++.dg/template/non-dependent12.C: New.
503 2005-03-08  Mark Mitchell  <mark@codesourcery.com>
505         PR c++/20142
506         * g++.dg/init/array18.C: Add dg-do run marker.
507         
508         PR c++/20142
509         * g++.dg/init/array18.C: New test.
511 2005-03-09  Ben Elliston  <bje@au.ibm.com>
513         * consistency.vlad/vlad.exp: Remove trailing semicolons.
514         * g++.dg/gcov/gcov.exp: Likewise.
515         * gcc.c-torture/execute/ieee/ieee.exp: Likewise.
516         * gcc.target/xstormy16/xstormy16.exp: Likewise.
517         * lib/c-torture.exp: Likewise.
518         * lib/fortran-torture.exp: Likewise.
519         * lib/g++.exp: Likewise.
520         * lib/gcc-defs.exp: Likewise.
521         * lib/gcc-dg.exp: Likewise.
522         * lib/gcc.exp: Likewise.
523         * lib/gcov.exp: Likewise.
524         * lib/gfortran.exp: Likewise.
525         * lib/mike-g++.exp: Likewise.
526         * lib/mike-gcc.exp: Likewise.
527         * lib/objc-torture.exp: Likewise.
528         * lib/objc.exp: Likewise.
529         * lib/profopt.exp: Likewise.
530         * lib/target-libpath.exp: Likewise.
531         * lib/target-supports.exp: Likewise.
532         * lib/treelang.exp: Likewise.
533         * lib/wrapper.exp: Likewise.
535 2005-03-08  Jeff Law  <law@redhat.com>
537         * gcc.dg/tree-ssa/20030728-1.c: Update to account for recent
538         PHI-OPT changes.
540 2005-03-08  Ira Rosen  <irar@il.ibm.com>
542         * gcc.dg/vect/pr20122.c: New test.
544 2005-03-07  Jeff Law  <law@redhat.com>
546         * gcc.dg/tree-ssa/20030821-1.c: Verify that the computed goto
547         was folded away.
548         * gcc.dg/tree-ssa/pr18133-1.c: New test.
549         * gcc.dg/tree-ssa/pr18133-2.c: New test.
550         * gcc.dg/tree-ssa/pr18134.c: New test.
552 2005-03-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
554         * g++.dg/warn/weak1.C: Skip test on hppa*-*-hpux*.
555         * g++.dg/init/dso_handle1.C, gcc.dg/torture/builtin-noret-1.c,
556         gcc.dg/torture/builtin-noret-2.c: Require weak support.
558 2005-03-06  Andrew Pinski  <pinskia@physics.uc.edu>
560         PR tree-opt/17671
561         * gcc.dg/tree-ssa/phi-opt-[1-4].c: New tests.
563 2005-03-07  Mark Mitchell  <mark@codesourcery.com>
565         * g++.dg/warn/Wnvdtor.C: New test.
567 2005-03-07  Richard Sandiford  <rsandifo@redhat.com>
569         * gcc.dg/torture/pr19683-1.c: New test.
571 2005-03-06  Steven G. Kargl  <kargls@comcast.net>
573         * gfortran.dg/g77/19990313-1.f: Replace tabs with spaces.
574         * gfortran.dg/g77/19990313-2.f: Ditto.
575         * gfortran.dg/g77/19990313-3.f: Ditto.
576         * gfortran.dg/g77/19990525-0.f: Ditto.
577         * gfortran.dg/g77/19990826-0.f: Ditto.
578         * gfortran.dg/g77/19990826-2.f: Ditto.
579         * gfortran.dg/g77/19990826-3.f: Ditto.
580         * gfortran.dg/g77/20000511-1.f: Ditto.
581         * gfortran.dg/g77/20000511-2.f: Ditto.
582         * gfortran.dg/g77/970625-2.f: Ditto.
583         * gfortran.dg/g77/980310-2.f: Ditto.
584         * gfortran.dg/g77/980310-3.f: Ditto.
585         * gfortran.dg/g77/980310-8.f: Ditto.
586         * gfortran.dg/g77/980519-2.f: Ditto.
587         * gfortran.dg/g77/alpha1.f: Ditto.
588         * gfortran.dg/g77/claus.f: Ditto.
589         * gfortran.dg/g77/erfc.f: Ditto.
590         * gfortran.dg/g77/short.f: Ditto.
591         * gfortran.fortran-torture/execute/data.f90: Ditto.
592         * gfortran.fortran-torture/execute/integer_select.f90: Ditto.
593         * gfortran.fortran-torture/execute/integer_select_1.f90: Ditto.
595 2005-03-06  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
597         * lib/file-format.exp (gcc_target_object_format): Add check for som
598         format and hardcode object formats on hppa*-*-hpux*.
599         * lib/target-supports.exp (check_weak_available): Add check for som
600         object format.  Always return 0 on hppa*-*-hpux10*.
602         * gcc.dg/titype-1.c, gcc.dg/uninit-C.c: Don't use TImode if __hppa__
603         is defined.
605         * objc.dg/stabs-1.m: hppa*64*-*-* doesn't have stabs.
607 2005-03-05  Steven G. Kargl  <kargls@comcast.net> 
609         * gfortran.dg/pr19936_1.f90: New test.
610         * gfortran.dg/pr19936_2.f90: New test.
611         * gfortran.dg/pr19936_3.f90: New test.
613 2005-03-05  Steven G. Kargl  <kargls@comcast.net> 
614             Paul Thomas <prthomas@drfccad.cea.fr>
616         * gfortran.dg/PR19754_1.f90: New test.
617         * gfortran.dg/PR19754_2.f90: Ditto.
619 2005-03-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
621         PR c++/19311
622         * g++.dg/template/non-dependent11.C: New test.
624 2005-03-05  Uros Bizjak  <uros@kss-loka.si>
626         * lib/target-supports.exp (check_iconv_available): Fix comment.
628 2005-03-04  John David Anglin  <dave.danglin@nrc-cnrc.gc.ca>
629             Joseph S. Myers  <joseph@codesourcery.com>
631         PR c++/19797
632         * g++.dg/abi/vague1.C: Remove xfail hppa*-*-hpux*.
634 2005-03-04  Matthew Sachs  <msachs@apple.com>
636         * gcc.exp (gcc_target_compile): Put braces around
637         additional_flags=$TOOL_OPTIONS; allows for whitespace in $TOOL_OPTIONS.
638         * objc.exp (objc_target_compile): Likewise.
639         * treelang.exp (treelang_target_compile): Likewise.
641 2005-03-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
643         PR fortran/19673
644         * gfortran.dg/func_result_1.f90: New test.
646 2005-03-04  Ben Elliston  <bje@au.ibm.com>
648         * gcc.misc-tests/options.exp: New test.
650 2005-03-03  James A. Morrison  <phython@gcc.gnu.org>
652         * gcc.dg/pr15784-4.c: New test.
654 2005-03-03  Geoffrey Keating  <geoffk@apple.com>
656         * gcc.c-torture/execute/pr17133.c: New.
657         * gcc.c-torture/compile/20050303-1.c: New.
659 2005-03-04  David Billinghurst  <David.Billinghurst@riotinto.com>
661         * gcc.dg/cpp/assert4.c:  Fix for cygwin
663 2005-03-02  Alexandre Oliva  <aoliva@redhat.com>
665         * g++.dg/overload/using2.C: New.
667 2005-03-02  Mark Mitchell  <mark@codesourcery.com>
669         PR c++/19916
670         * g++.dg/init/ptrmem2.C: New test.
672 2005-03-02  Joseph S. Myers  <joseph@codesourcery.com>
674         PR c/8927
675         * gcc.dg/pr8927-1.c: New test.
677 2005-03-01  Nathan Sidwell  <nathan@codesourcery.com>
679         PR c++/20232
680         * g++.dg/inherit/covariant12.C: New.
682 2005-02-28  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
684         PR fortran/19479
685         * gfortran.dg/bound_1.f90: New test.
687 2005-02-28  Janis Johnson  <janis187@us.ibm.com>
689         * gcc.test-framework/dg-error-exp-P.c: Update message for new C parser.
690         * gcc.test-framework/dg-error-exp-XP.c: Ditto.
692 2005-02-28  Joseph S. Myers  <joseph@codesourcery.com>
694         PR c/20245
695         * gcc.dg/pr20245-1.c: New test.
697 2005-02-28  Jakub Jelinek  <jakub@redhat.com>
699         PR middle-end/19874
700         * gcc.c-torture/execute/20050119-2.c: New test case.
702 2005-02-28  Ben Elliston  <bje@au.ibm.com>
704         * README: Update the DejaGnu bug reporting address.
705         * lib/c-torture.exp: Remove the DejaGnu bug reporting address.
706         * lib/objc-torture.exp: Likewise.
708 2005-02-27  Steven G. Kargl  <kargl@gcc.gnu.org>
710         * gfortran.dg/boz_1.f90: New test.
711         * gfortran.dg/boz_3.f90: New test.
712         * gfortran.dg/boz_4.f90: New test.
714 2005-02-27  Steven G. Kargl  <kargl@gcc.gnu.org>
716         * gfortran.dg/ishft.f90:  Remove kind suffix from BOZ constant
717         * gfortran.fortran-torture/execute/intrinsic_mvbits.f90: Ditto.
719 2005-02-27  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
721         PR libfortran/20101
722         * gfortran.dg/write_0_pe_format.f90: New test.
724 2005-02-27  Jakub Jelinek  <jakub@redhat.com>
726         PR c++/20206
727         * g++.dg/opt/thunk2.C: New test.
728         * g++.dg/opt/covariant1.C: New test.
730 2005-02-27  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
732         * gfortran.dg/e_d_fmt.f90: New test.
734 2005-02-27  Kazu Hirata  <kazu@cs.umass.edu>
736         * gcc.dg/asm-b.c: Fix comment typos.
738 2005-02-26  Andrew Pinski  <pinskia@physics.uc.edu>
740         * gcc.dg/tree-ssa/inline_asm-2.c: link_error produces
741         a V_MAY_DEF also.
743 2005-02-26  Andrew Pinski  <pinskia@physics.uc.edu>
745         PR tree-opt/20188
746         * gcc.dg/tree-ssa/inline_asm-1.c: New test.
747         * gcc.dg/tree-ssa/inline_asm-2.c: New test.
748         * gcc.dg/asm-b.c: New test.
750 2005-02-26  Richard Sandiford  <rsandifo@redhat.com>
752         * gcc.c-torture/execute/ieee/mul-subnormal-single-1.x: New file.
753         Disable this test on IRIX 6.
755 2005-02-25  Joseph S. Myers  <joseph@codesourcery.com>
757         * gcc.dg/cpp/separate-1.c, gcc.dg/noncompile/971104-1.c,
758         gcc.dg/noncompile/990416-1.c: Adjust expected messages for new
759         parser.
761 2005-02-25  Diego Novillo  <dnovillo@redhat.com>
763         PR tree-optimization/20204
764         * testsuite/gcc.dg/pr20204.c: New test.
766 2005-02-24  Jakub Jelinek  <jakub@redhat.com>
768         PR target/20196
769         * gcc.c-torture/execute/20050224-1.c: New test.
771         PR c++/20175
772         * g++.dg/warn/Wbraces2.C: New test.
774 2005-02-23  Mark Mitchell  <mark@codesourcery.com>
776         PR c++/19878
777         * g++.dg/init/const2.C: New test.
779 2005-02-23  Hans-Peter Nilsson  <hp@axis.com>
781         PR tree-optimization/20100
782         * gcc.c-torture/execute/pr20100-1.c: New test.
784 2005-02-23  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
786         * gfortran.dg/implicit_3.f90: New test.
788         * gfortran.dg/deftype_1.f90: New test.
790 2005-02-23  Alexandre Oliva  <aoliva@redhat.com>
792         * g++.dg/lookup/anon2.C: Don't let access checks make it look like
793         the test passes.
794         * g++.dg/other/anon3.C: Accept a warning.
796 2005-02-23  Kazu Hirata  <kazu@cs.umass.edu>
798         * gcc.dg/pr20017.c: Fix a comment typo.
800 2005-02-23  Bud Davis  <bdavis@gfortran.org>
802         * gfortran.dg/list_read_4.f90: Change to f90 comments.
804 2005-02-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
806         PR ada/19902
807         * ada/acats/tests/cxa/cxa3004.a: Remove.
808         * ada/acats/tests/cxb/cxb30061.am: Likewise.
810 2005-02-22  Mark Mitchell  <mark@codesourcery.com>
812         PR c++/20073
813         * g++.dg/init/const1.C: New test.
815         PR c++/19991
816         * g++.dg/parse/constant7.C: New test.
818         PR c++/20152
819         * g++.dg/parse/error27.C: New test.
820         * g++.dg/template/qualttp15.C: Adjust error markers.
821         * g++.old-deja/g++.other/struct1.C: Likewise.
822         
823         PR c++/20153
824         * g++.dg/template/error17.C: New test.
826         PR c++/20148
827         * g++.dg/parser/error26.C: New test.
829 2005-02-22  Diego Novillo  <dnovillo@redhat.com>
831         PR tree-optimization/20100
832         PR tree-optimization/20115
833         * gcc.dg/pr20115.c: New test.
834         * gcc.dg/pr20115-1.c: New test.
835         * gcc.dg/pr20100.c: New test.
836         * gcc.dg/tree-ssa/20040517-1.c: Expect virtual operands for
837         call-clobbered variables after alias1.
839 2005-02-22  Bud Davis  <bdavis@gfortran.org>
841         * gfortran.dg/list_read_4.f90: new test.
843 2005-02-22  Kazu Hirata  <kazu@cs.umass.edu>
845         PR rtl-optimization/20017.
846         * gcc.dg/pr20017.c: New.
848 2005-02-22  Devang Patel  <dpatel@apple.com>
850         PR 19952
851         * g++.dg/tree-ssa/pr19952.C: New test.
852         
853 2005-02-22  Mark Mitchell  <mark@codesourcery.com>
855         PR c++/19883
856         * g++.dg/parse/constant6.C: New test.
858 2005-02-22  Uros Bizjak  <uros@kss-loka.si>
860         * g++.dg/charset/asm1.c: Check for IBM1047 code set, not IBM-1047.
861         * g++.dg/charset/asm2.c: Likewise.
862         * g++.dg/charset/asm3.c: Likewise.
863         * g++.dg/charset/asm4.c: Likewise.
864         * g++.dg/charset/asm5.c: Likewise.
865         * g++.dg/charset/attribute1.c: Likewise.
866         * g++.dg/charset/attribute2.c: Likewise.
867         * g++.dg/charset/extern1.cc: Likewise.
868         * g++.dg/charset/extern2.cc: Likewise.
869         * g++.dg/charset/extern3.cc: Likewise.
870         * g++.dg/charset/function.cc: Likewise.
871         * g++.dg/charset/string.c: Likewise.
872         * g++.dg/charset/charset.exp: Likewise.
873         * lib/target-supports.exp (check_iconv_available): Fix comment.
875 2005-02-22  Uros Bizjak  <uros@kss-loka.si>
877         * gcc.dg/charset/builtin1.c: Use dg-require-iconv "IBM1047".
878         * gcc.dg/charset/asm1.c: Check for IBM1047 code set, not IBM-1047.
879         * gcc.dg/charset/asm2.c: Likewise.
880         * gcc.dg/charset/asm3.c: Likewise.
881         * gcc.dg/charset/asm4.c: Likewise.
882         * gcc.dg/charset/asm5.c: Likewise.
883         * gcc.dg/charset/asm6.c: Likewise.
884         * gcc.dg/charset/attribute1.c: Likewise.
885         * gcc.dg/charset/attribute2.c: Likewise.
886         * gcc.dg/charset/builtin1.c: Likewise.
887         * gcc.dg/charset/extern.c: Likewise.
888         * gcc.dg/charset/function.c: Likewise.
889         * gcc.dg/charset/string.c: Likewise.
890         * gcc.dg/charset/charset.exp: Likewise.
892 2005-02-21  Bud Davis  <bdavis9659@comcast.net>
894         PR fortran/20086
895         * gfortran.dg/pr20086.f90: New test.
897 2005-02-21  Alexandre Oliva  <aoliva@redhat.com>
899         PR tree-optimization/19786
900         * g++.dg/tree-ssa/pr19786.C: New.
902 2005-02-21  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
904         * lib/gfortran-dg.exp (gfortran-dg-test): Split long regexps.
906 2005-02-21  Jeff Law  <law@redhat.com>
908         * gcc.dg/tree-ssa/20041122-1.c: New test for missing optimization.
910 2005-02-20  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
912         * gfortran.dg/do_iterator: Split loop, markup all lines for
913         which an error locus is printed.
914         * gfortran.dg/pr17708.f90: Markup all lines for which an error
915         locus is printed.
916         * gfortran.dg/select_4.f90: Likewise.
917         * lib/gfortran-dg.exp (gfortran-dg-test): Handle gfortran error
918         locuses in the various permutations.
920 2005-02-20  Dorit Naishlos  <dorit@il.ibm.com>
922         PR tree-optimization/19951
923         * g++.dg/vect: New directory.
924         * g++.dg/vect/vect.exp: New file.
925         * g++.dg/vect/pr19951.cc: New testcase.
926         * g++.dg/dg.exp: Also prune vectorizer tests.
928 2005-02-20  Zack Weinberg  <zack@codesourcery.com>
930         PR 18785
931         * gcc.dg/charset/builtin1.c: New test.
933 2005-02-19  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
935         PR c++/19299
936         * g++.dg/inherit/volatile1.C: New test.
938         PR c++/19440
939         * g++.dg/template/dtor4.C: New test.
941 2005-02-19  Steven G. Kargl  <kargls@comcast.net>
943         * gfortran.dg/int_1.f90: New test.
945 2005-02-19  Devang Patel  <dpatel@apple.com>
947         * gcc.dg/cpp/mac-eol-at-eof.c: New test.
949 2005-02-19  Steven G. Kargl  <kargls@comcast.net>
951         * gfortran.dg/achar_1.f90: New test.
953 2005-02-19  Hans-Peter Nilsson  <hp@axis.com>
955         * gcc.c-torture/execute/20020720-1.x: Don't XFAIL cris-*-*.
957 2005-02-19  Zdenek Dvorak  <dvorakz@suse.cz>
958             Jakub Jelinek  <jakub@redhat.com>
960         PR tree-optimization/19828
961         * gcc.dg/tree-ssa/loop-7.c: New test.
962         * gcc.c-torture/execute/20050218-1.c: New test.
964 2005-02-19  Jakub Jelinek  <jakub@redhat.com>
966         PR c/20043
967         * gcc.dg/transparent-union-1.c: New test.
968         * gcc.dg/transparent-union-2.c: New test.
970 2005-02-18  James E Wilson  <wilson@specifixinc.com>
972         PR tree-optimization/18977
973         * gcc.c-torture/execute/loop-ivopts-1.c: New testcase.
975 2005-02-18  Ulrich Weigand  <uweigand@de.ibm.com>
977         PR target/20054
978         * gcc.dg/pr20054.c: New test.
980 2005-01-20  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
982         PR c++/19508
983         * g++.dg/ext/attrib20.C: New test.
985 2004-02-18  Andrew Pinski  <pinskia@physics.uc.edu>
987         PR middle-end/20030
988         * gfortran.fortran-torture/execute/character_passing.f90: New test.
990 2005-02-18  Alexandre Oliva  <aoliva@redhat.com>
992         PR c++/20008
993         * g++.dg/opt/switch4.C: New.
995 2005-02-18  Jakub Jelinek  <jakub@redhat.com>
997         PR c++/20023
998         PR tree-optimization/20009
999         * gcc.c-torture/compile/20050217-1.c: New test.
1000         * g++.dg/opt/switch3.C: New test.
1002         PR tree-optimization/18947
1003         * gcc.c-torture/compile/20050215-1.c: New test.
1004         * gcc.c-torture/compile/20050215-2.c: New test.
1005         * gcc.c-torture/compile/20050215-3.c: New test.
1007 2005-02-17  Alexandre Oliva  <aoliva@redhat.com>
1009         PR c++/20028
1010         * g++.dg/template/crash34.C: New.
1012         PR c++/20022
1013         * g++.dg/other/access3.C: New.
1015 2005-02-17  Ira Rosen  <irar@il.ibm.com>
1017         * gcc.dg/vect/vect-98.c: New test.
1019 2005-02-16  Kazu Hirata  <kazu@cs.umass.edu>
1021         PR tree-optimization/19967
1022         * gcc.dg/pr19967.c: New.
1024 2005-02-16  Jakub Jelinek  <jakub@redhat.com>
1026         PR middle-end/19857
1027         * gcc.dg/tree-ssa/20050215-1.c: New test.
1028         * gcc.c-torture/execute/20050215-1.c: New test.
1030 2005-02-15  Eric Christopher  <echristo@redhat.com>
1032         * gcc.dg/cpp/20050215-1.c: New file.
1034 2005-02-15  James A. Morrison  <phython@gcc.gnu.org>
1036         PR tree-optimization/15785
1037         * gcc.dg/pr15785-1.c: New test.
1039 2005-02-15  Alexandre Oliva  <aoliva@redhat.com>
1041         PR c++/17788
1042         * g++.dg/init/ctor4.C: New.
1043         * g++.old-deja/g++.bugs/900205_04.C: Adjust.
1045 2005-02-15  Joseph S. Myers  <joseph@codesourcery.com>
1047         * gcc.dg/overflow-warn-1.c, gcc.dg/overflow-warn-2.c,
1048         gcc.dg/overflow-warn-3.c, gcc.dg/overflow-warn-4.c: New tests.
1050 2005-02-15  Andreas Schwab  <schwab@suse.de>
1052         * ada/acats/tests/cxb/cxb30131.c: Include <stdlib.h> to properly
1053         declare malloc.
1055 2005-02-15  Andreas Krebbel  <krebbel1@de.ibm.com>
1057         * gcc.misc-tests/linkage.exp (s390): Check for 64bit added.
1059 2005-02-14  Diego Novillo  <dnovillo@redhat.com>
1061         PR tree-optimization/19853
1062         * gcc.c-torture/compile/pr19853.c: New test.
1064 2005-02-14  Nathan Sidwell  <nathan@codesourcery.com>
1066         PR c++/19608
1067         * g++.dg/parse/local-class1.C: New.
1069         PR c++/19895
1070         * g++.dg/parse/ptrmem3.C: New.
1072         PR c++/19884
1073         * g++.old-deja/g++.oliva/template6.C: Add another case.
1074         * g++.dg/template/explicit6.C: New.
1076 2005-02-14  Alexandre Oliva  <aoliva@redhat.com>
1078         PR c++/17816
1079         * g++.dg/other/redecl2.C: New.
1081 2005-02-14  Nathan Sidwell  <nathan@codesourcery.com>
1083         PR c++/19891
1084         * g++.dg/abi/covariant4.C: New.
1086 2005-02-13  James A. Morrison  <phython@gcc.gnu.org>
1088         * gcc.dg/pr15784-1.c, gcc.dg/pr15784-2.c, gcc.dg/pr15784-3.c: New tests.
1090 2005-02-12  Dorit Naishlos  <dorit@il.ibm.com>
1092         * gcc.dg/vect/vect-96.c: Fix typo.
1094 2005-02-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1096         PR c++/14479
1097         PR c++/19487
1098         * g++.dg/template/enum5.C: New test.
1100 2005-02-12  Ira Rosen  <irar@il.ibm.com>
1102         * gcc.dg/vect/vect-97.c: New test.
1104 2005-02-12  Ira Rosen  <irar@il.ibm.com>
1106         * gcc.dg/vect/vect-96.c: New test.
1108 2005-02-12  Uros Bizjak  <uros@kss-loka.si>
1110         * gcc.dg/builtins-34.c: Also check ldexp*.
1112 2005-02-12  Hans-Peter Nilsson  <hp@bitrange.com>
1114         * gcc.dg/tree-ssa/20040703-1.c: Quote decimal dot.
1116 2005-02-11  Janis Johnson  <janis187@us.ibm.com>
1118         * lib/gcc-dg.exp: (dg-require-weak, dg-require-visibility,
1119         dg-require-alias, dg-require-gc-sections, dg-require-profiling,
1120         dg-require-dll, dg-require-iconv, dg-require-named-sections,
1121         dg-require-effective-target, dg-skip-if, dg-xfail-if, selector_opd,
1122         selector_list, selector_expression, dg-process-target): Move to new
1123         file target-supports-dg.exp.
1124         * lib/target-supports-dg.exp: New.
1126         * lib/target-supports.exp (check_effective_target_broken_cplxf_arg):
1127         New.
1129 2005-02-11  Jakub Jelinek  <jakub@redhat.com>
1131         PR c++/19666
1132         * gcc/testsuite/g++.dg/other/ptrmem6.C: New test.
1134         PR middle-end/19858
1135         * gcc.c-torture/compile/20050210-1.c: New test.
1137 2005-02-11  Mark Mitchell  <mark@codesourcery.com>
1139         PR c++/19755
1140         * g++.dg/warn/Wbraces1.C: New test.
1142 2005-02-10  Richard Guenther  <rguenth@gcc.gnu.org>
1144         * gcc.dg/builtins-52.c: New testcase.
1146 2005-02-10  Jakub Jelinek  <jakub@redhat.com>
1148         PR c/19342
1149         * gcc.c-torture/execute/20050119-1.c: New test.
1151 2005-02-09  Mark Mitchell  <mark@codesourcery.com>
1153         PR c++/19811
1154         * g++.dg/init/delete1.C: New test.
1156 2005-02-09  Andrew Pinski  <pinskia@physics.uc.edu>
1158         PR c++/18470
1159         * g++.dg/template/static12.C: New test.
1161 2005-02-09  Mark Mitchell  <mark@codesourcery.com>
1163         PR c++/19787
1164         * g++.dg/conversion/ambig1.C: New test.
1166         PR c++/19739
1167         * g++.dg/ext/attrib19.C: New test.
1169         PR c++/19732
1170         * g++.dg/parse/dtor5.C: New test.
1172         PR c++/19762
1173         * g++.dg/template/dtor3.C: New test.
1175         PR c++/19826
1176         * g++.dg/template/static11.C: New test.
1177         * g++.dg/template/crash2.C: Remove dg-error marker.
1179 2005-02-09  Janis Johnson  <janis187@us.ibm.com>
1181         PR C++/18491
1182         * g++.old-deja/g++.mike/p10769a.C: Remove.
1184 2005-02-09  Roger Sayle  <roger@eyesopen.com>
1186         * gcc.dg/builtins-48.c: New test case.
1187         * gcc.dg/builtins-49.c: New test case.
1188         * gcc.dg/builtins-50.c: New test case.
1189         * gcc.dg/builtins-51.c: New test case.
1191 2005-02-09  Ian Lance Taylor  <ian@airs.com>
1193         PR middle-end/19583
1194         * g++.dg/warn/Wreturn-type-3.C: New test.
1196 2005-02-09  Richard Guenther  <rguenth@gcc.gnu.org>
1198         PR middle-end/19402
1199         * gcc.dg/pr19402-1.c: New testcase.
1200         * gcc.dg/pr19402-2.c: likewise.
1202 2005-02-09  Richard Guenther  <rguenth@gcc.gnu.org>
1204         PR middle-end/19854
1205         * g++.dg/tree-ssa/tmmti.C: New testcase.
1207 2005-02-09  Joseph S. Myers  <joseph@codesourcery.com>
1209         * g++.dg/rtti/tinfo1.C: Allow newline after assembler label.
1211 2005-02-08  Mark Mitchell  <mark@codesourcery.com>
1213         PR c++/19733
1214         * g++.dg/parse/crash23.C: New test.
1215         * g++.dg/warn/Weff1.C: New test.
1217 2005-02-09  Joseph S. Myers  <joseph@codesourcery.com>
1219         * gcc.dg/20050209-1.c: New test.
1221 2005-02-09  Joseph S. Myers  <joseph@codesourcery.com>
1223         PR target/19799
1224         * gcc.dg/sibcall-3.c, gcc.dg/sibcall-4.c: XFAIL on hppa*64*-*.
1226 2005-02-08  Mike Stump  <mrs@apple.com>
1228         * g++.dg/pch/import-2.c: New test.
1229         * g++.dg/pch/import-2.hs: New.
1230         * g++.dg/pch/include/import-2a.h: New.
1231         * g++.dg/pch/include/import-2b.h: New.
1233 2005-02-08  Janis Johnson  <janis187@us.ibm.com>
1235         * gcc.dg/uninit-4.c: XFAIL bogus warning for powerpc64.
1237 2005-02-08  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
1239         * gfortran.dg/substr_1.f90: New test.
1241 2005-02-07  Richard Guenther  <rguenth@gcc.gnu.org>
1243         PR middle-end/19775
1244         * gcc.dg/torture/builtin-power-1.c: Disable test for
1245         invalid transformation.
1246         * gcc.dg/builtins-10.c: Likewise.  Disable one test we
1247         no longer optimize.
1248         * gcc.dg/builtins-47.c: New testcase.
1250 2005-02-07  Leehod Baruch  <leehod@il.ibm.com>
1251             Dorit Naishlos  <dorit@il.ibm.com>
1253         * testsuite/gcc.dg/vect/vect.exp: Add -ftree-vectorizer-verbose=3.
1255 2005-02-06  Richard Sandiford  <rsandifo@redhat.com>
1257         * gcc.c-torture/compile/20050206-1.c: New test.
1259 2005-02-03  Andrew Pinski  <pinskia@physics.uc.edu>
1261         PR tree-opt/19768
1262         * g++.dg/opt/pr19768.C: New test.
1264 2005-02-03  Andrew Pinski  <pinskia@physics.uc.edu>
1266         PR tree-opt/19736
1267         * gcc.c-torture/compile/pr19736.c: New test.
1269 2005-02-03  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1271         PR c++/17401
1272         * g++.dg/parse/error25.C: New test.
1274 2005-02-03  Alexandre Oliva  <aoliva@redhat.com>
1276         * gcc.c-torture/execute/20050203-1.c: New.
1278 2005-02-03  Dorit Naishlos  <dorit@il.ibm.com>
1280         * gcc.dg/vect/vect-85.c: Remove xfail.
1281         * gcc.dg/vect/vect-86.c: Remove xfail.
1282         * gcc.dg/vect/vect-87.c: Remove xfail.
1283         * gcc.dg/vect/vect-88.c: Remove xfail.
1285 2005-02-02  Geoffrey Keating  <geoffk@apple.com>
1287         * gcc.dg/altivec-19.c: New.
1289 2005-02-03  Joseph S. Myers  <joseph@codesourcery.com>
1291         PR c/17807
1292         * gcc.dg/nested-func-3.c: New test.
1293         * gcc.dg/pr18596-3.c: Expect error for undefined nested function.
1295 2005-02-02  Janis Johnson  <janis187@us.ibm.com>
1297         * gcc.test-framework/gen_directive_tests: Generate tests for
1298         selector expressions.
1300 2005-02-02  Matt Austern  <austern@apple.com>
1302         PR c++/19628
1303         * g++/ext/builtin7.C: New.
1304         * g++/ext/builtin8.C: New.
1306 2005-02-02  Joseph S. Myers  <joseph@codesourcery.com>
1308         PR c/18502
1309         * gcc.dg/pr18502-1.c: New test.
1311 2005-02-02  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1313         PR c++/17413
1314         * g++.dg/template/local4.C: Tweak.
1316 2005-02-02  Richard Sandiford  <rsandifo@redhat.com>
1318         PR tree-optimization/19578
1319         * gcc.c-torture/compile/20050202-1.c: New test.
1321 2005-02-02  Joseph S. Myers  <joseph@codesourcery.com>
1323         PR c/19435
1324         * gcc.dg/c99-init-4.c: New test.
1326 2005-02-01  Janis Johnson  <janis187@us.ibm.com>
1328         * g++.old-deja/g++.other/init5.C: Remove xfail for powerpc-linux.
1330         * gcc.dg/tree-ssa/20040204-1.c: Remove powerpc from xfail list.
1332         * g++.dg/eh/simd-2.C: Check for AltiVec HW support at runtime.
1333         * g++.dg/eh/check-vect.h: New.
1335         * gcc.dg/vect/vect-77.c: Replace xfail selector with expression.
1336         * gcc.dg/vect/vect-78.c: Ditto.
1337         * gcc.dg/vect/vect.exp (check_effective_target_lp64_or_vect_no_align):
1338         Remove.
1340         * g++.dg/conversion/simd1.C: Expect warning.
1341         * g++.dg/ext/attribute-test-1.C: Ditto.
1342         * g++.dg/ext/attribute-test-2.C: Ditto.
1343         * g++.dg/ext/attribute-test-3.C: Ditto.
1344         * g++.dg/ext/attribute-test-4.C: Ditto.
1346         * gcc.dg/ppc64-toc.c: Don't explicitly use -m64.
1347         * gcc.dg/ppc-eabi.c: Don't explicity use -m32.
1349         * gcc.dg/ppc64-abi-3.c: Add xfail for error checks.
1351 2005-02-01  Richard Henderson  <rth@redhat.com>
1353         * gcc.c-torture/execute/ieee/copysign1.c: Special case sizeof
1354         long double for ibm double-double format.
1355         * gcc.c-torture/execute/ieee/copysign2.c: Likewise.
1357 2005-02-01  Diego Novillo  <dnovillo@redhat.com>
1359         PR tree-optimization/19633
1360         * testsuite/gcc.dg/pr19633-1.c: New test.
1361         * testsuite/gcc.dg/pr19633.c: Tweak to make pointer point
1362         to NULL or a symbol.
1364 2005-02-01  Janis Johnson  <janis187@us.ibm.com>
1366         * lib/gcc-dg.exp (selector_opd, selector_list, selector_expression):
1367         New procs.
1368         (dg-process-target (local override)): Handle selector expressions.
1370         * gcc.test-framework/README: Describe tests in source directory.
1371         * gcc.test-framework/test-framework.awk: Handle dg- tests.
1372         * gcc.test-framework/test-framework.exp: Handle dg- tests.
1373         * gcc.test-framework/dg-bogus-exp-P.c: New test.
1374         * gcc.test-framework/dg-bogus-exp-XF.c: New test.
1375         * gcc.test-framework/dg-do-assemble-exp-P.c: New test.
1376         * gcc.test-framework/dg-do-compile-exp-P.c: New test.
1377         * gcc.test-framework/dg-do-link-exp-P.c: New test.
1378         * gcc.test-framework/dg-do-run-exp-P.c: New test.
1379         * gcc.test-framework/dg-dot-run-exp-P.c: New test.
1380         * gcc.test-framework/dg-dot-run-exp-U.c: New test.
1381         * gcc.test-framework/dg-dox-run-exp-XF.c: New test.
1382         * gcc.test-framework/dg-error-exp-P.c: New test.
1383         * gcc.test-framework/dg-error-exp-XP.c: New test.
1384         * gcc.test-framework/dg-excess-errors-exp-XF.c: New test.
1385         * gcc.test-framework/dg-excess-errors-exp-XP.c: New test.
1386         * gcc.test-framework/dg-output-exp-P.c: New test.
1387         * gcc.test-framework/dg-output-exp-XF.c: New test.
1388         * gcc.test-framework/dg-warning-exp-P.c: New test.
1389         * gcc.misc-tests/dg-1.c: Remove.
1390         * gcc.misc-tests/dg-2.c: Remove.
1391         * gcc.misc-tests/dg-3.c: Remove.
1392         * gcc.misc-tests/dg-4.c: Remove.
1393         * gcc.misc-tests/dg-5.c: Remove.
1394         * gcc.misc-tests/dg-6.c: Remove.
1395         * gcc.misc-tests/dg-7.c: Remove.
1396         * gcc.misc-tests/dg-8.c: Remove.
1397         * gcc.misc-tests/dg-9.c: Remove.
1398         * gcc.misc-tests/dg-10.c: Remove.
1399         * gcc.misc-tests/dg-11.c: Remove.
1400         * gcc.misc-tests/dg-12.c: Remove.
1401         * gcc.misc-tests/dg-test.exp: Remove.
1403         * gcc.test-framework/test-framework.awk: Change recording and
1404         printing of passes and failures.
1406         * gcc.test-framework: New directory.
1407         * gcc.test-framework/README: New.
1408         * gcc.test-framework/test-framework.exp: New.
1409         * gcc.test-framework/test-framework.awk: New.
1410         * gcc.test-framework/gen_directive_tests: New.
1412 2005-02-01  James A. Morrison  <phython@gcc.gnu.org>
1414         * lib/treelang.exp: Fix comment typos.
1415         (treelang_target_compile): Don't append libs=-ltreelang to options.
1417 2005-02-01  Alexandre Oliva  <aoliva@redhat.com>
1419         * g++.dg/parse/typename7.C: Adjust error messages.
1421 2005-01-31  Jeff Law  <law@redhat.com>
1423         * gcc.c-torture/execute/20050131-1.c: New test.
1424         * gcc.dg/wcaselabel.c: New test.
1426 2005-01-31  Mark Mitchell  <mark@codesourcery.com>
1428         * g++.dg/other/warning1.C: Adjust error messags.
1429         * g++.dg/parse/constant5.C: New test.
1431 2005-01-31  Steven Bosscher  <stevenb@suse.de>
1433         PR c/19333
1434         * testsuite/gcc.c-torture/compile/20011130-1.c: Reorder to make
1435         the test case valid.
1436         * testsuite/gcc.dg/20030815-1.c: Remove invalid tests.
1437         * testsuite/gcc.dg/array-7.c: Adjust expected result.
1438         * testsuite/gcc.dg/pr18596-3.c: Likewise.
1439         * testsuite/gcc.dg/noncompile/20000901-1.c: Likewise.
1440         * testsuite/gcc.dg/noncompile/init-2.c: Likewise.
1441         * testsuite/gcc.dg/noncompile/init-4.c: Likewise.
1443 2005-01-31  Dale Johannesen  <dalej@apple.com>
1445         * g++.dg/opt/pr19650.C:  New test.
1447 2005-01-31  Richard Henderson  <rth@redhat.com>
1449         * gcc.c-torture/execute/ieee/copysign1.c: Special case sizeof
1450         long double for intel double extended format.
1451         * gcc.c-torture/execute/ieee/copysign2.c: Likewise.
1453 2005-01-30  Mark Mitchell  <mark@codesourcery.com>
1455         PR c++/19555
1456         * g++.dg/template/static10.C: New test.
1458         PR c++/19395
1459         * g++.dg/parse/error24.C: New test.
1461         PR c++/19367
1462         * g++.dg/lookup/builtin1.C: New test.
1464         PR c++/19457
1465         * g++.dg/warn/conv3.C: New test.
1467 2005-01-30  Bud Davis  <bdavis@gfortran.org>
1469         PR fortran/19647
1470         * gfortan.dg/inquire_7.f90
1472 2005-01-29  Richard Guenther <richard.guenther@uni-tuebingen.de>
1474         PR tree-optimization/15791
1475         * gcc.dg/tree-ssa/pr15791-1.c: New testcase.
1476         * gcc.dg/tree-ssa/pr15791-2.c: Likewise.
1477         * gcc.dg/tree-ssa/pr15791-3.c: Likewise.
1478         * gcc.dg/tree-ssa/pr15791-4.c: Likewise.
1479         * gcc.dg/tree-ssa/pr15791-5.c: Likewise.
1480         * g++.dg/tree-ssa/pr15791-1.C: Likewise.
1481         * g++.dg/tree-ssa/pr15791-2.C: Likewise.
1482         * g++.dg/tree-ssa/pr15791-3.C: Likewise.
1483         * g++.dg/tree-ssa/pr15791-4.C: Likewise.
1484         * g++.dg/tree-ssa/pr15791-5.C: Likewise.
1486 2005-01-29  Paul Brook  <paul@codesourcery.com>
1488         PR fortran/18565
1489         * check.c (real_or_complex_check): New function.
1490         (gfc_check_fn_c, gfc_check_fn_r, gfc_check_fn_rc): New functions.
1491         * intrinsic.c (add_functions): Use new check functions.
1492         * intrinsic.h (gfc_check_fn_c, gfc_check_fn_r, gfc_check_fn_rc):
1493         Add prototypes.
1495 2005-01-29  Joseph S. Myers  <joseph@codesourcery.com>
1497         * gcc.dg/Wwrite-strings-1.c, gcc.dg/array-quals-2.c,
1498         gcc.dg/lvalue-3.c: New tests.
1499         * gcc.dg/concat.c: Update expected messages.
1501 2005-01-29  Thomas Koenig  <Thomas.Koenig@online.de>
1503         PR libfortran/19595
1504         * gfortran.dg/eor_1.f90:  New test.
1506 2005-01-29  Steven G. Kargl  <kargls@comcast.net>
1508         PR fortran/19589
1509         * gfortran.dg/logical_data_1.f90: New test.
1511 2005-01-28  Mark Mitchell  <mark@codesourcery.com>
1513         PR c++/19253
1514         * g++.dg/template/crash33.C: New test.
1516         PR c++/19667
1517         * g++.dg/template/crash32.C: New test.
1519 2005-01-28  Ian Lance Taylor  <ian@airs.com>
1521         PR middle-end/16558
1522         * g++.dg/warn/Wreturn-type-2.C: New test.
1524 2004-06-24  Jeff Law  <law@redhat.com>
1526         * gcc.dg/tree-ssa/20050128-1.c: New test.
1528 2005-01-28  Richard Sandiford  <rsandifo@redhat.com>
1530         * gcc.target/frv/all-mdpackh-1.c: New test.
1532 2005-01-28  Steven Bosscher  <stevenb@suse.de>
1534         * gcc.dg/tree-ssa/20030711-2.c: Run at -O2, not -O1.
1536 2005-01-27  Richard Henderson  <rth@redhat.com>
1538         * gcc.dg/uninit-I.c: Fix typos in dg-options and dg-warning directives.
1540 2005-01-27  Richard Sandiford  <rsandifo@redhat.com>
1542         * gcc.dg/intmax_t-1.c: Extend dg-error to cover mips*-elf targets.
1544 2005-01-27  Richard Sandiford  <rsandifo@redhat.com>
1546         * gcc.dg/mips-movcc-1.c, gcc.dg/mips-movcc-2.c, gcc.dg/mips-movcc-3.c,
1547         * gcc.dg/mips-nmadd-1.c, gcc.dg/mips-nmadd-2.c, gcc.dg/mips-rsqrt-1.c,
1548         * gcc.dg/mips-rsqrt-2, gcc.dg/mips-rsqrt-3.c: Add dummy asm statements
1549         to cope with cases where the multilib options override the dg-options.
1551 2005-01-27  Jakub Jelinek  <jakub@redhat.com>
1553         PR c/18946
1554         * gcc.dg/noncompile/20050120-1.c: New test.
1556 2005-01-26  Diego Novillo  <dnovillo@redhat.com>
1558         PR tree-optimization/19633
1559         * gcc.dg/pr19633.c: New test.
1560         * gcc.dg/tree-ssa/pr19633.c: New test.
1562 2005-01-26  Ulrich Weigand  <uweigand@de.ibm.com>
1564         * gcc.dg/20041216-1.c: New test.
1566 2005-01-26  Alexander Malmberg  <alexander@malmberg.org>
1568         PR objc/18862
1569         * objc.dg/selector-2.m: New test.
1571 2005-01-26  Jakub Jelinek  <jakub@redhat.com>
1573         * g++.dg/opt/range-test-2.C: New test.
1575         PR rtl-optimization/19579
1576         * gcc.c-torture/execute/20050124-1.c: New test.
1578 2005-01-26  Greg Parker  <gparker@apple.com>
1579         Stuart Hastings  <stuart@apple.com>
1581         * gcc.c-torture/execute/20050125-1.c: New.
1583 2005-01-18  Jan Hubicka  <jh@suse.cz>
1585         PR tree-optimize/19337
1586         * gcc.c-torture/compile/20050119-1.c: New test.
1588 2005-01-24  James E Wilson  <wilson@specifixinc.com>
1590         * gcc.c-torture/execute/builtins/lib/strstr.c (strstr): Correct exit
1591         test for successful match.
1593 2005-01-25  Alexander Malmberg  <alexander@malmberg.org>
1595         PR objc/18408
1596         * objc.dg/comp-types-7.m: New test.
1598 2005-01-24  Janis Johnson  <janis187@us.ibm.com>
1600         * lib/target-supports.exp (current_target_name): New.
1601         (check_effective_target_ilp32, check_effective_target_lp64):
1602         Cache the result to use as long as the current target, with
1603         multilib flags, remains the same.
1605         * lib/gcc-dg.exp (skip_test_and_clear_xfail): Remove.
1606         (dg-require-weak, dg-require-visibility, dg-require-alias,
1607         dg-require-dg-sections, dg-require-profiling, dg-require-iconv,
1608         dg-require-effective-target, dg-skip-if): Remove call to
1609         skip_test_and_clear_xfail.
1610         (dg-test): Clear xfail data.
1612 2005-01-24  Jakub Jelinek  <jakub@redhat.com>
1614         PR target/17751
1615         * gcc.dg/ppc64-toc.c: New test.
1617         * g++.dg/tree-ssa/empty-1.C: New test.
1619         PR middle-end/19551
1620         * gcc.c-torture/execute/20050121-1.c: New test.
1621         * gcc.dg/20050121-2.c: New test.
1623 2004-01-23  Steven G. Kargl  <kargls@comcast.net>
1624         Paul Brook  <paul@codesourcery.com>
1626         PR fortran/17941
1627         * gfortran.dg/real_const_1.f: New test.
1628         * gfortran.dg/real_const_2.f90: New test.
1629         * gfortran.dg/complex_int_1.f90: New test.
1631 2005-01-23  Bud Davis  <bdavis9659@comcast.net>
1633         PR fortran/19313
1634         * gfortan.dg/inquire_6.f90: New test.
1636 2005-01-22  Thomas Koenig  <Thomas.Koenig@online.de>
1638         PR libfortran/19451
1639         * open_readonly_1.f90:  New test.
1641 2005-01-22  Thomas Koenig  <Thomas.Koenig@online.de>
1643         PR libfortran/18982
1644         * gfortran.dg/open_new.f90: New file.
1646 2005-01-22  Paul Brook  <paul@codesourcery.com>
1648         * namelist_1.f90: New test.
1650 2005-01-22  Richard Sandiford  <rsandifo@redhat.com>
1652         PR tree-optimization/19484
1653         * gcc.c-torture/compile/20050122-[12].c: New tests.
1655 2005-01-22  Paul Brook  <paul@codesourcery.com>
1657         * gfortran.dg/implicit_2.f90: New test.
1659 2005-01-22  Bud Davis  <bdavis9659@comcast.net>
1661         PR fortran/19314
1662         * gfortran.dg/inquire_5.f90: New test.
1664 2005-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1666         PR c/18809
1667         * gcc.dg/pr18809-1.c: New test.
1669 2005-01-21  Ian Lance Taylor  <ian@airs.com>
1671         * gcc.dg/20050121-1.c: New test.
1673         PR tree-optimization/13000
1674         * gcc.dg/20040206-1.c: Change warning to point where function is
1675         being inlined.
1677 2005-01-21  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1679         PR c++/19208
1680         * g++.dg/template/array11.C: New test.
1682 2005-01-20  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
1684         * gfortran.dg/data_char_1.f90: Fix typo, add dg-do directive.
1685         * gfortran.dg/direct_io_1.f90: Add dg-do directive.
1686         * gfortran.dg/entry_1.f90: Fix typo, add dg-do directive.
1687         * gfortran.dg/getenv_1.f90: Add dg-do directive.
1688         * gfortran.dg/pr16597.f90, gfortran.dg/pr17143.f90,
1689         gfortran.dg/pr17164.f90: Add missing dg-do directives.
1691 2005-01-20  Kazu Hirata  <kazu@cs.umass.edu>
1693         PR tree-optimization/15349
1694         * gcc.dg/tree-ssa/pr15349.c: New.
1696 2005-01-20  Steve Ellcey  <sje@cup.hp.com>
1698         * gcc.dg/tree-ssa/loop-1.c:  Fix target names on xfail.
1700 2005-01-19  Hans-Peter Nilsson  <hp@axis.com>
1702         * gcc.dg/tree-ssa/loop-1.c: Fix missing "-" in dg-final
1703         scan-assembler-times directive name.
1705         * gcc.dg/asm-a.c: Move dg-require-effective-target to
1706         after dg-do.
1708         PR rtl-optimization/19462
1709         * gcc.dg/torture/pr19462-1.c: Remove token xfail marker.
1711 2005-01-19  Steve Ellcey  <sje@cup.hp.com>
1713         * gcc.dg/tree-ssa/loop-1.c:  Ignore declaration when
1714         counting function calls on ia64.
1716 2005-01-19  Jakub Jelinek  <jakub@redhat.com>
1718         PR rtl-optimization/15139
1719         * gcc.dg/20050111-2.c: New test.
1721         PR c/17297
1722         * gcc.c-torture/compile/20050113-1.c: New testcase.
1724         PR middle-end/19164
1725         * gcc.dg/20050113-1.c: New testcase.
1727 2005-01-19  Dorit Naishlos  <dorit@il.ibm.com>
1729         * gcc.dg/vect/vect-85.c: Add comment.
1730         * gcc.dg/vect/vect-86.c: Add xfail for now.
1731         * gcc.dg/vect/vect-87.c: Add xfail for now.
1732         * gcc.dg/vect/vect-88.c: Add xfail for now.
1733         * gcc.dg/vect/vect.exp: Remove -fno-tree-pre.
1735 2005-01-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
1737         * gcc.dg/vect/vect-66.c: Slightly tweak 3rd loop.
1739 2005-01-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
1741         * g++.dg/debug/typedef3.C: New test.
1743 2005-01-18  Andrew Pinski  <pinskia@physics.uc.edu>
1745         PR c/19472
1746         * gcc.dg/asm-a.c: New test.
1748 2005-01-18  Kaz Kojima  <kkojima@gcc.gnu.org>
1750         * gcc.dg/sh-relax.c: Add prototype for abort.
1752 2005-01-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
1754         * gcc.dg/short-compare-1.c: New test.
1755         * gcc.dg/short-compare-2.c: Likewise.
1757 2005-01-18  Michael Matz  <matz@suse.de>
1759         * gcc.dg/Wno-pointer-sign.c: New test for -Wno-pointer-sign.
1761 2005-01-17  Diego Novillo  <dnovillo@redhat.com>
1763         PR tree-optimization/19121
1764         * gcc.c-torture/compile/pr19121.c: New test.
1766 2005-01-17  James E. Wilson  <wilson@specifixinc.com>
1768         PR target/19357
1769         * gcc.c-torture/compile/pr19357.c: New test.
1771 2005-01-17  Ian Lance Taylor  <ian@airs.com>
1773         PR c/5675
1774         * gcc.dg/c90-const-expr-3.c: Remove xfails on tests which now
1775         pass--those that refer just to the variable, possibly with a
1776         cast.
1777         * gcc.dg/c99-const-expr-3.c: Likewise.
1779         PR middle-end/13127
1780         * gcc.dg/20040206-1.c: Remove xfail on bogus warning which is no
1781         longer emitted.
1783 2005-01-16  Bud Davis  <bdavis9659@comcast.net>
1785         PR fortran/18778
1786         * gfortran.dg/endfile_2.f90: New test.
1788 2005-01-16  Steven G. Kargl  <kargls@comcast.net>
1790         PR 19168
1791         * gfortran.dg/select_5.f90: New test.
1793 2004-01-16  Paul Brook  <paul@codesourcery.com>
1795         * gfortran.dg/common_4.f90: New test.
1797 2005-01-15  Hans-Peter Nilsson  <hp@axis.com>
1799         PR rtl-optimization/19462
1800         * gcc.dg/torture/pr19462-1.c: New test.
1802 2005-01-15  Ziemowit Laski  <zlaski@apple.com>
1804         PR objc/19321
1805         * objc.dg/func-ptr-2.m: New.
1806         * objc.dg/volatile-1.m: New.
1808 2005-01-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1810         * gcc.dg/20040813-1.c: Add hppa*64*-*-* to no stabs list.
1812 2005-01-15  Jakub Jelinek  <jakub@redhat.com>
1814         PR tree-optimization/19060
1815         * gcc.c-torture/execute/20050104-1.c: New test.
1817 2005-01-15  Bud Davis  <bdavis9659@comcast.net>
1819         PR fortran/18983
1820         * gfortran.dg/write_to_null.f90: New test.
1822 2005-01-14  Andrew Pinski  <pinskia@physics.uc.edu>
1823             John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1825         PR other/19328
1826         * gcc.dg/attr-alias-2.c: dg-require-alias takes an
1827         argument.
1829 2005-01-15  Jakub Jelinek  <jakub@redhat.com>
1831         PR c++/19263
1832         * g++.dg/init/vector1.C: New test.
1834 2005-01-14  James E. Wilson  <wilson@specifixinc.com>
1836         PR target/13158
1837         * gcc.target/ia64/sibcall-unwind-1.c: New test.
1838         PR target/18987
1839         * gcc.target/ia64/sibcall-unwind-2.c: New test.
1841 2005-01-14  Steven G. Kargl  <kargls@comcast.net>
1843         * gfortran.dg/select_1.f90: New test.
1844         * gfortran.dg/select_2.f90: New test.
1845         * gfortran.dg/select_3.f90: New test.
1846         * gfortran.dg/select_4.f90: New test.
1848 2005-01-14  Jakub Jelinek  <jakub@redhat.com>
1850         PR middle-end/19084
1851         PR rtl-optimization/19348
1852         * gcc.dg/20050111-1.c: New test.
1853         * gcc.c-torture/execute/20050111-1.c: New test.
1855         * gcc.dg/i386-asm-4.c: New test.
1857 2005-01-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
1859         * gcc.dg/nested-func-2.c: New test.
1860         * ada/acats/norun.lst: Remove c953002.
1862 2005-01-12  Ulrich Weigand  <uweigand@de.ibm.com>
1864         * gcc.dg/ftrapv-2.c (labsv): Call labs instead of abs.
1866 2005-01-12  Ben Elliston  <bje@au.ibm.com>
1868         * g++.dg/warn/Wunused-9.C: Don't XFAIL the +f() case.
1870 2005-01-11  Andrew Pinski  <pinskia@physics.uc.edu>
1872         PR target/18761
1873         * g++.dg/abi/align1.C: New test.
1875 2005-01-11  Alan Modra  <amodra@bigpond.net.au>
1877         * g++.dg/ext/altivec-3.C (baz, baz2): Check one component of structs
1878         at a time.
1879         * g++.dg/ext/altivec_check.h: Support compiling as C.
1881 2005-01-10  Roger Sayle  <roger@eyesopen.com>
1883         PR c++/19355
1884         * g++.dg/expr/pr19355-1.C: New test case.
1886 2005-01-10  Laurent GUERBY <laurent@guerby.net>
1888         * ada/acats/tests/c4/c456001.a: New from ACATS 2.5L
1889         * ada/acats/tests/c3/c392014.a: Update from ACATS 2.5L
1890         * ada/acats/tests/c3/c92005b.ada: Likewise.
1891         * ada/acats/tests/c3/cxb3012.a: Likewise.
1892         * ada/acats/norun.lst: Add c380004 and c953002, add PR
1894 2005-01-09  Paul Brook  <paul@codesourcery.com>
1896         * gfortran.dg/common_2.f90: New file.
1897         * gfortran.dg/common_3.f90: New file.
1899 2005-01-09  Zdenek Dvorak  <dvorakz@suse.cz>
1901         * gcc.dg/tree-ssa/loop-4.c: Fix outcome.
1903 2005-01-09  Dorit Naishlos  <dorit@il.ibm.com>
1905         * gcc.dg/vect/pr18400.c: Add checks for alignment prints.
1906         * gcc.dg/vect/pr18425.c: Add checks for alignment prints.
1907         * gcc.dg/vect/pr18536.c: Add checks for alignment prints.
1908         * gcc.dg/vect/vect-1.c: Add checks for alignment prints.
1909         * gcc.dg/vect/vect-2.c: Add checks for alignment prints.
1910         * gcc.dg/vect/vect-3.c: Add checks for alignment prints.
1911         * gcc.dg/vect/vect-4.c: Add checks for alignment prints.
1912         * gcc.dg/vect/vect-5.c: Add checks for alignment prints.
1913         * gcc.dg/vect/vect-6.c: Add checks for alignment prints.
1914         * gcc.dg/vect/vect-7.c: Add checks for alignment prints.
1915         * gcc.dg/vect/vect-13.c: Add checks for alignment prints.
1916         * gcc.dg/vect/vect-17.c: Add checks for alignment prints.
1917         * gcc.dg/vect/vect-18.c: Add checks for alignment prints.
1918         * gcc.dg/vect/vect-19.c: Add checks for alignment prints.
1919         * gcc.dg/vect/vect-20.c: Add checks for alignment prints.
1920         * gcc.dg/vect/vect-21.c: Add checks for alignment prints.
1921         * gcc.dg/vect/vect-22.c: Add checks for alignment prints.
1922         * gcc.dg/vect/vect-23.c: Add checks for alignment prints.
1923         * gcc.dg/vect/vect-24.c: Add checks for alignment prints.
1924         * gcc.dg/vect/vect-25.c: Add checks for alignment prints.
1925         * gcc.dg/vect/vect-26.c: Add checks for alignment prints.
1926         * gcc.dg/vect/vect-27.c: Add checks for alignment prints.
1927         * gcc.dg/vect/vect-28.c: Add checks for alignment prints.
1928         * gcc.dg/vect/vect-29.c: Add checks for alignment prints.
1929         * gcc.dg/vect/vect-31.c: Add checks for alignment prints.
1930         * gcc.dg/vect/vect-32.c: Add checks for alignment prints.
1931         * gcc.dg/vect/vect-33.c: Add checks for alignment prints.
1932         * gcc.dg/vect/vect-34.c: Add checks for alignment prints.
1933         * gcc.dg/vect/vect-35.c: Add checks for alignment prints.
1934         * gcc.dg/vect/vect-36.c: Add checks for alignment prints.
1935         * gcc.dg/vect/vect-37.c: Add checks for alignment prints.
1936         * gcc.dg/vect/vect-40.c: Add checks for alignment prints.
1937         * gcc.dg/vect/vect-41.c: Add checks for alignment prints.
1938         * gcc.dg/vect/vect-42.c: Add checks for alignment prints.
1939         * gcc.dg/vect/vect-43.c: Add checks for alignment prints.
1940         * gcc.dg/vect/vect-44.c: Add checks for alignment prints.
1941         * gcc.dg/vect/vect-46.c: Add checks for alignment prints.
1942         * gcc.dg/vect/vect-47.c: Add checks for alignment prints.
1943         * gcc.dg/vect/vect-48.c: Add checks for alignment prints.
1944         * gcc.dg/vect/vect-50.c: Add checks for alignment prints.
1945         * gcc.dg/vect/vect-52.c: Add checks for alignment prints.
1946         * gcc.dg/vect/vect-53.c: Add checks for alignment prints.
1947         * gcc.dg/vect/vect-56.c: Add checks for alignment prints.
1948         * gcc.dg/vect/vect-58.c: Add checks for alignment prints.
1949         * gcc.dg/vect/vect-60.c: Add checks for alignment prints.
1950         * gcc.dg/vect/vect-62.c: Add checks for alignment prints.
1951         * gcc.dg/vect/vect-64.c: Add checks for alignment prints.
1952         * gcc.dg/vect/vect-65.c: Add checks for alignment prints.
1953         * gcc.dg/vect/vect-66.c: Add checks for alignment prints.
1954         * gcc.dg/vect/vect-67.c: Add checks for alignment prints.
1955         * gcc.dg/vect/vect-68.c: Add checks for alignment prints.
1956         * gcc.dg/vect/vect-69.c: Add checks for alignment prints.
1957         * gcc.dg/vect/vect-70.c: Add checks for alignment prints.
1958         * gcc.dg/vect/vect-71.c: Add checks for alignment prints.
1959         * gcc.dg/vect/vect-72.c: Add checks for alignment prints.
1960         * gcc.dg/vect/vect-73.c: Add checks for alignment prints.
1961         * gcc.dg/vect/vect-74.c: Add checks for alignment prints.
1962         * gcc.dg/vect/vect-75.c: Add checks for alignment prints.
1963         * gcc.dg/vect/vect-76.c: Add checks for alignment prints.
1964         * gcc.dg/vect/vect-77.c: Add checks for alignment prints.
1965         * gcc.dg/vect/vect-78.c: Add checks for alignment prints.
1966         * gcc.dg/vect/vect-80.c: Add checks for alignment prints.
1967         * gcc.dg/vect/vect-86.c: Add checks for alignment prints.
1968         * gcc.dg/vect/vect-87.c: Add checks for alignment prints.
1969         * gcc.dg/vect/vect-88.c: Add checks for alignment prints.
1970         * gcc.dg/vect/vect-89.c: Add checks for alignment prints.
1971         * gcc.dg/vect/vect-all.c: Add checks for alignment prints.
1973         * gcc.dg/vect/vect-1.c: Fix spelling.
1974         * gcc.dg/vect/vect-10.c: Fix spelling.
1975         * gcc.dg/vect/vect-11.c: Fix spelling.
1976         * gcc.dg/vect/vect-12.c: Fix spelling.
1977         * gcc.dg/vect/vect-14.c: Fix spelling.
1978         * gcc.dg/vect/vect-15.c: Fix spelling.
1979         * gcc.dg/vect/vect-16.c: Fix spelling.
1980         * gcc.dg/vect/vect-46.c: Remove obsolete comment.
1981         * gcc.dg/vect/vect-64.c: Fix comments.
1982         * gcc.dg/vect/vect-none.c: Remove vectorizable loop.
1984 2005-01-09  Dorit Naishlos  <dorit@il.ibm.com>
1985             Ira Rosen  <irar@il.ibm.com>
1987         * gcc.dg/vect/vect-70.c: New test.
1988         * gcc.dg/vect/vect-71.c: New test.
1990 2005-01-09  Manfred Hollstein  <mh@suse.com>
1992         * gcc.dg/pr18241-1.c: Fix dg-do parameter.
1993         * gcc.dg/pr18241-2.c: Likewise.
1994         * gcc.dg/pr18241-3.c: Likewise.
1995         * gcc.dg/pr18241-4.c: Likewise.
1996         * gcc.dg/pr18241-5.c: Likewise.
1998 2005-01-08  Richard Henderson  <rth@redhat.com>
2000         * lib/target-supports.exp (check_effective_target_vect_no_bitwise):
2001         False for x86 and x86-64.
2003 2005-01-08  Diego Novillo  <dnovillo@redhat.com>
2005         PR tree-optimization/18241
2006         * gcc.dg/pr18241-1.c: New test.
2007         * gcc.dg/pr18241-2.c: New test.
2008         * gcc.dg/pr18241-3.c: New test.
2009         * gcc.dg/pr18241-4.c: New test.
2010         * gcc.dg/pr18241-5.c: New test.
2012 2005-01-08  Steven G. Kargl  <kargls@comcast.net>
2014         * gfortran.dg/select_2.f90, gfortran.dg/select_3.f90,
2015         gfortran.dg/select_4.f90: New.
2017 2005-01-07  Jakub Jelinek  <jakub@redhat.com>
2019         * gcc.c-torture/execute/20050107-1.c: New test.
2021 2005-01-07  Nathan Sidwell  <nathan@codesourcery.com>
2023         PR c++/19298
2024         * g++.dg/template/ref2.C: New.
2026 2005-01-07  Andrew Pinski  <pinskia@physics.uc.edu>
2028         * gcc.c-torture/compile/pr17529.c (y): Change size of array to 1
2029         instead of being empty.
2031 2005-01-07  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
2033         PR fortran/15553
2034         * gfortran.dg/array-1.f90: New test.
2036 2005-01-07  Jakub Jelinek  <jakub@redhat.com>
2038         PR tree-optimization/19283
2039         * gcc.c-torture/execute/20050106-1.c: New test.
2041         PR rtl-optimization/18861
2042         * gcc.dg/20050105-1.c: New test.
2044         PR tree-optimization/18828
2045         * gcc.dg/20050105-2.c: New test.
2047 2005-01-07  Andreas Jaeger  <aj@suse.de>
2049         * gcc.dg/i386-local.c: Handle -m32/-m64 runs correctly.
2051 2005-01-07  Bud Davis  <bdavis9659@comcast.net>
2053         PR fortran/18398
2054         * gfortran.dg/fmt_read.f90: New test.
2056 2005-01-06  Geoffrey Keating  <geoffk@apple.com>
2058         * gcc.dg/rs6000-ldouble-2.c: New.
2060 2005-01-06  Mark Mitchell  <mark@codesourcery.com>
2062         PR c++/19244
2063         * g++.dg/parser/ctor2.C: New test.
2065 2004-01-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2067         PR c++/17154
2068         * g++.dg/template/using9.C: New test.
2070 2005-01-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2072         PR c++/19258
2073         * g++.dg/lookup/friend6.C: New test.
2075 2005-01-06  Nathan Sidwell  <nathan@codesourcery.com>
2077         PR c++/19270
2078         * g++.dg/template/array10.C: New.
2080 2005-01-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2082         * g++.old-deja/g++.pt/asm1.C, g++.old-deja/g++.pt/asm2.C,
2083         gcc.dg/20011119-1.c: Bypass tests on x86 when using -fpic/-fPIC.
2085 2005-01-06  Jakub Jelinek  <jakub@redhat.com>
2087         * gcc.c-torture/compile/20050105-1.c: New test.
2089 2005-01-05  Geoffrey Keating  <geoffk@apple.com>
2091         * gcc.dg/darwin-weakimport-2.c: Remove stray 'APPLE LOCAL' marker.
2093 2005-01-05  Roger Sayle  <roger@eyesopen.com>
2095         PR middle-end/19100
2096         * gcc.dg/conv-3.c: New test case.
2098 2005-01-05  Joseph S. Myers  <joseph@codesourcery.com>
2100         * gcc.dg/asm-wide-1.c: New test.
2102 2005-01-05  Nathan Sidwell  <nathan@codesourcery.com>
2104         PR c++/19030
2105         * g++.dg/parse/crash22.C: New
2107 2005-01-04  Geoffrey Keating  <geoffk@apple.com>
2109         PR 19257
2110         * gcc.dg/cpp/subframework1.c: Run only on Darwin.
2112 2005-01-04  Uros Bizjak  <uros@kss-loka.si>
2114         PR middle-end/17767
2115         * gcc.dg/i386-mmx-6.c: New test case.
2117 2005-01-04  Paolo Bonzini  <bonzini@gnu.org>
2119         PR tree-optimization/18308
2120         * gcc.dg/vect/pr18308.c: New testcase.
2122 2005-01-04  Andreas Jaeger  <aj@suse.de>
2124         * gcc.target/i386/amd64-abi-1.c: Only run as 64-bit tests.
2126 2005-01-03  Geoffrey Keating  <geoffk@apple.com>
2127             Robert Bowdidge <bowdidge@apple.com>
2129         * gcc.dg/cpp/subframework1.c: New.
2130         * gcc.dg/cpp/frame/one.framework/Frameworks/OneSub.framework/Headers/A.h: New.
2131         * gcc.dg/cpp/frame/one.framework/Frameworks/OneSub.framework/Headers/B.h: New.
2132         * gcc.dg/cpp/frame/one.framework/Frameworks/OneSub.framework/Headers/C.h: New.
2133         * gcc.dg/cpp/frame/one.framework/Headers/one-includeSubs.h: New.
2135 2005-01-03  Geoffrey Keating  <geoffk@apple.com>
2137         * gcc.dg/darwin-weakimport-1.c: Remove check for variables
2138         producing warning.
2139         * gcc.dg/darwin-weakimport-2.c: New.
2141 2005-01-03  Richard Henderson  <rth@redhat.com>
2143         * g++.old-deja/g++.ext/attrib5.C: Move the alias after the referent.
2145 2005-01-03  Richard Henderson  <rth@redhat.com>
2147         * gcc.dg/vect/vect.exp: Enable for ia64.
2148         * lib/target-supports.exp (check_effective_target_vect_int): Likewise.
2149         (check_effective_target_vect_float): Likewise.
2150         (check_effective_target_vect_no_align): Likewise.
2151         * gcc.dg/vect/vect-30.c: XFAIL for vect_no_align.
2152         * gcc.dg/vect/vect-8.c: Likewise.
2154 2005-01-03  Uros Bizjak <uros@kss-loka.si>
2156         PR target/19236
2157         * gcc.dg/pr19236-1.c: New test case.
2159 2005-01-03  Hans-Peter Nilsson  <hp@bitrange.com>
2161         PR rtl-optimization/12092
2162         * gcc.dg/pr12092-1.c: Fix typo in dg directive.
2164 2005-01-02  Andreas Jaeger  <aj@suse.de>
2166         * gcc.dg/pr12092-1.c: Do not run on x86_64.
2168 2005-01-01  Roger Sayle  <roger@eyesopen.com>
2169             Andrew Pinski  <pinskia@physics.uc.edu>
2171         PR rtl-optimization/12092
2172         * gcc.dg/pr12092-1.c: New test case.
2174 2005-01-01  Geoffrey Keating  <geoffk@geoffk.org>
2176         * g++.dg/ext/visibility/fvisibility-override1.C: Test using
2177         'hidden' and 'default' for better portability.
2178         * g++.dg/ext/visibility/fvisibility-override2.C: Likewise.
2180         * g++.old-deja/g++.abi/cxa_vec.C: Add -flat_namespace on Darwin
2181         6 and 7.
2182         * g++.old-deja/g++.brendan/new3.C: Likewise.
2184 2005-01-01  Steven Bosscher  <stevenb@suse.de>
2186         * gcc.dg/20041231-1.C: New test.
2187         * g++.dg/warn/Wunreachable-code-1.C: New test.
2189 2004-12-30  David Edelsohn  <edelsohn@gnu.org>
2191         * gfortran.fortran-torture/execute/read_eof.f90: Open scratch
2192         file, not /dev/null.  Abort on error.
2194 2004-12-30  Alexander Malmberg  <alexander@malmberg.org>
2195             Ziemowit Laski  <zlaski@apple.com>
2197         PR objc/18971
2198         * objc.dg/encode-5.m: New test.
2200 2004-12-29  Richard Henderson  <rth@redhat.com>
2202         * gcc.dg/20040813-1.c: Disable for alpha and ia64.
2203         * objc.dg/stabs-1.m: Disable for ia64.
2205 2004-12-29  Mark Mitchell  <mark@codesourcery.com>
2207         PR c++/19190
2208         * g++.dg/warn/Wunused-10.C: New test.
2210 2004-12-28  Richard Henderson  <rth@redhat.com>
2212         * objc.dg/stabs-1.m: Disable for alpha.
2214 2004-12-27  Mark Mitchell  <mark@codesourcery.com>
2216         PR c++/19149
2217         * g++.dg/parse/error23.C: New test.
2219 2004-12-27  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2221         * gfortran.dg/g77/f90-intrinsic-bit.f: New.
2223         PR fortran/19032
2224         * gfortran.dg/intrinsic_modulo_1.f90: New.
2225         * gfortran.fortran-torture/execute/intrinsic_mod_ulo.f90: Add
2226         tests with divisor -1.
2228 2004-12-27  Mark Mitchell  <mark@codesourcery.com>
2230         * g++.dg/opt/temp1.C (memcpy): Return a value.
2232         PR c++/19148
2233         * g++.dg/expr/cond7.C: New test.
2235 2004-12-27  Paul Brook  <paul@codesourcery.com>
2237         * gfortran.dg/g77/select_no_compile.f: Remove.
2239 2004-12-27  Richard Henderson  <rth@redhat.com>
2241         * gcc.dg/vect/vect-27a.c, gcc.dg/vect/vect-29a.c,
2242         gcc.dg/vect/vect-48a.c, gcc.dg/vect/vect-56a.c,
2243         gcc.dg/vect/vect-72a.c, gcc.dg/vect/vect-77a.c: Remove.
2245 2004-12-26  Richard Henderson  <rth@redhat.com>
2247         * gcc.dg/compat/compat-common.h (CINT, CDBL): Use multiplication
2248         by 1i instead of token pasting.
2250 2004-12-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2252         PR tree-optimization/17578
2253         * gcc.c-torture/execute/ieee/compare-fp-3.x: Append -fno-trapping-math
2254         to additional_flags.
2255         * gcc.c-torture/execute/ieee/compare-fp-4.x: Likewise.
2257 2004-12-25  Richard Henderson  <rth@redhat.com>
2259         * lib/target-supports.exp (check_effective_target_vect_no_bitwise):
2260         Remove Alpha.
2262 2004-12-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2264         * gcc.dg/pr17055-1.c (dg-options): Add -fno-common to options on
2265         hppa*-*-hpux*.
2266         * gcc.dg/pr17957.c (dg-options): Likewise.
2267         * gcc.dg/struct-ret-1.c: Add prototype for abort.
2268         * gcc.dg/tree-ssa/asm-2.c, gcc.dg/tree-ssa/asm-3.c: Use register 1
2269         instead of 0 on __hppa__.
2270         * gcc.dg/tree-ssa/loop-1.c (dg-final): Check for five instances of
2271         "foo,%r" on hppa*-*-*.
2273 2004-12-23  Bud Davis  <bdavis9659@comcast.net>
2275         PR fortran/19071
2276         * gfortran.dg/complex_write.f90: New test.
2278 2004-12-23  Mark Mitchell  <mark@codesourcery.com>
2280         PR c++/17595
2281         * g++.dg/parse/pragma2.C: New test.
2283         * g++.dg/opt/temp1.C: Make memcpy actually copy bytes.
2285 2004-12-23  Alexandre Oliva  <aoliva@redhat.com>
2287         * gcc.dg/empty2.c: Add missing dg-warning.
2289 2004-12-23  Mark Mitchell  <mark@codesourcery.com>
2291         PR c++/17413
2292         * g++.dg/template/local4.C: New test.
2293         * g++.dg/template/crash19.C: Add dg-error marker.
2295         * g++.dg/template/crash31.C: Correct embedded PR number.
2297 2004-12-23  Mark Mitchell  <mark@codesourcery.com>
2299         PR c++/16405
2300         * g++.dg/opt/temp1.C: Add do-run marker.
2302 2004-12-23  Alexandre Oliva  <aoliva@redhat.com>
2304         * g++.dg/template/spec19.C: New.
2306 2004-12-23  Alexandre Oliva  <aoliva@redhat.com>
2308         PR target/16819
2309         * gcc.dg/empty2.c: New.
2311 2004-12-23  Richard Henderson  <rth@redhat.com>
2313         * lib/target-supports.exp (check_effective_target_vect_no_align):
2314         Remove i?86 and x86-64.
2316 2004-12-23  Mark Mitchell  <mark@codesourcery.com>
2318         PR c++/16405
2319         * g++.dg/opt/temp1.C: New test.
2321 2004-12-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2323         PR c++/18733
2324         * g++.dg/template/friend33.C: New testcase.
2326 2004-12-22  Mark Mitchell  <mark@codesourcery.com>
2328         PR c++/18464
2329         * g++.dg/template/cond5.C: New test.
2331         PR c++/18492
2332         * g++.dg/inherit/thunk3.C: New test.
2334         PR c++/11224
2335         * g++.dg/warn/Wunused-9.C: New test.
2337 2004-12-22  Janis Johnson  <janis187@us.ibm.com>
2339         * lib/gcc-dg.exp (dg-skip-if): Fix the flags compared against.
2341 2004-12-22  Jan Beulich  <jbeulich@novell.com>
2343         * gcc.dg/20040813-1.c: Skip for *-*-netware*.
2345 2004-12-21  Mark Mitchell  <mark@codesourcery.com>
2347         PR c++/18378
2348         * g++.dg/ext/packed8.C: New test.
2350         PR c++/13268
2351         * g++.dg/template/crash31.C: New test.
2353         PR c++/19034
2354         * g++.dg/template/crash30.C: New test.
2356 2004-12-21  Andrew Pinski  <pinskia@physics.uc.edu>
2358         PR C++/18984
2359         * g++.dg/eh/ctor3.C: New test.
2361 2004-12-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
2363         * objc.dg/stabs-1.m: Allow section name to be quoted and
2364         assembly label to begin with '.LL'.
2366 2004-12-21  Janis Johnson  <janis187@us.ibm.com>
2368         * gcc.dg/vect/vect.exp
2369         (check_effective_target_lp64_or_vect_no_align): New.
2370         * gcc.dg/vect/vect-77.c: Use it.
2371         * gcc.dg/vect/vect-78.c: Use it.
2373         * lib/target-supports.exp
2374         (check_effective_target_vect_no_max,
2375         check_effective_target_vect_no_bitwise,
2376         check_effective_target_vect_no_align): New.
2377         * gcc.dg/vect/vect-13.c: Use them.
2378         * gcc.dg/vect/vect-17.c: Ditto.
2379         * gcc.dg/vect/vect-18.c: Ditto.
2380         * gcc.dg/vect/vect-19.c: Ditto.
2381         * gcc.dg/vect/vect-20.c: Ditto.
2382         * gcc.dg/vect/vect-27.c: Ditto.
2383         * gcc.dg/vect/vect-29.c: Ditto.
2384         * gcc.dg/vect/vect-44.c: Ditto.
2385         * gcc.dg/vect/vect-48.c: Ditto.
2386         * gcc.dg/vect/vect-50.c: Ditto.
2387         * gcc.dg/vect/vect-52.c: Ditto.
2388         * gcc.dg/vect/vect-54.c: Ditto.
2389         * gcc.dg/vect/vect-56.c: Ditto.
2390         * gcc.dg/vect/vect-58.c: Ditto.
2391         * gcc.dg/vect/vect-60.c: Ditto.
2392         * gcc.dg/vect/vect-72.c: Ditto.
2393         * gcc.dg/vect/vect-80.c: Ditto.
2395 2004-12-21  Nathan Sidwell  <nathan@codesourcery.com>
2397         PR c++/14075
2398         * g++.dg/init/string1.C: New.
2400         PR c++/18975
2401         * g++.dg/other/synth1.C: New.
2403 2004-12-21  James A. Morrison  <phython@gcc.gnu.org>
2405         PR c/18963
2406         * gcc.dg/pr18963-1.c: New test.
2408 2004-12-21  James A. Morrison  <phython@gcc.gnu.org>
2410         PR c/18596
2411         * gcc.dg/funcdef-storage-1.c (foo): Remove.
2412         * gcc.dg/pr18596-1.c: Use dg-error.
2413         (dg-options): Use -fno-unit-at-a-time.
2414         * gcc.dg/pr18596-2.c: New test.
2415         * gcc.dg/pr18596-3.c: New test.
2417 2004-12-20  Roger Sayle  <roger@eyesopen.com>
2419         PR middle-end/18683
2420         * g++.dg/opt/pr18683-1.C: New test case.
2422 2004-12-20  Andrew Pinski  <pinskia@physics.uc.edu>
2424         PR other/19093
2425         * g++.dg/opt/max1.C: Fix for 64bit targets.
2427 2004-12-20  Matt Austern  <austern@apple.com>
2429         PR c++/19044
2430         * g++.dg/ext/builtin6.C: New
2432 2004-12-20  Diego Novillo  <dnovillo@redhat.com>
2434         PR tree-optimization/19080
2435         * gcc.c-torture/compile/pr19080.c: New test.
2437 2004-12-20  Steven Bosscher  <stevenb@suse.de>
2439         * gcc.dg/20041219-1.c: New test.
2441 2004-12-19  Roger Sayle  <roger@eyesopen.com>
2443         PR middle-end/19068
2444         * g++.dg/opt/max1.C: New test case.
2446 2004-12-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
2448         * gcc.dg/fdata-sections-1.c: New test.
2450 2004-12-18  Roger Sayle  <roger@eyesopen.com>
2452         PR middle-end/18548
2453         * gcc.dg/max-1.c: New test case.
2455 2004-12-18  Jakub Jelinek  <jakub@redhat.com>
2457         * gcc.c-torture/execute/20041218-1.c: New test.
2459 2004-12-17  Diego Novillo  <dnovillo@redhat.com>
2461         * gcc.dg/pr18501.c: New test.
2462         * gcc.dg/uninit-5.c: XFAIL.
2463         * gcc.dg/uninit-9.c: XFAIL.
2465 2004-12-17  Dale Johannesen  <dalej@apple.com>
2467         * gcc.dg/20041213-1.c:  New.
2469 2004-12-17  Ziemowit Laski  <zlaski@apple.com>
2471         * objc.dg/stabs-1.m: Allow assembly label to begin
2472         with a dot ('.').
2474 2004-12-17  Jakub Jelinek  <jakub@redhat.com>
2476         * gcc.c-torture/execute/20041213-1.c: Move...
2477         * gcc.c-torture/execute/ieee/20041213-1.c: ...to here.
2479 2004-12-17  Nathan Sidwell  <nathan@codesourcery.com>
2481         PR c++/18721
2482         * g++.dg/lookup/conv-5.C: New.
2484 2004-12-16  Ziemowit Laski  <zlaski@apple.com>
2486         * objc.dg/stabs-1.m: New test.
2488 2004-12-16  Andrew Pinski  <pinskia@physics.uc.edu>
2490         * gcc.dg/visibility-c.c: Change compile to
2491         assemble for the test.
2493 2004-12-16  Andrew Pinski  <pinskia@physics.uc.edu>
2495         PR target/19041
2496         * gcc.dg/visibility-c.c: New test.
2498 2004-12-16  Roger Sayle  <roger@eyesopen.com>
2500         PR middle-end/18493
2501         * gcc.dg/switch-8.c: New test case.
2503 2004-12-16  Nathan Sidwell  <nathan@codesourcery.com>
2505         PR c++/18905
2506         * g++.dg/template/init4.C: New.
2507         * g++.dg/opt/static3.C: Enable optimizer.
2509 2004-12-16  Wolfgang Bangerth  <bangerth@dealii.com>
2511         * g++.dg/other/complex1.C: New test.
2513 2004-12-15  Alan Modra  <amodra@bigpond.net.au>
2515         * g++.dg/opt/inline9.C: New test.
2517 2004-12-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2519         PR fortran/18993
2520         * gfotran.dg/nullify_1.f: New test.
2522 2004-12-15  Richard Henderson  <rth@redhat.com>
2524         * gcc.target/i386/i386.exp: New harness.
2525         * gcc.target/i386/vect-args.c: New.
2527 2004-12-15  David Edelsohn  <edelsohn@gnu.org>
2529         * gcc.dg/20040813-1.c: Skip for *-*-aix*.
2531 2004-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2533         PR c++/18825
2534         * g++.dg/template/friend32.C: New test.
2536 2004-12-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
2538         * cpp/pragma-once-1.c: New test.
2539         * cpp/pragma-once-1b.h: Likewise.
2540         * cpp/pragma-once-1c.h: Likewise.
2541         * cpp/pragma-once-1d.h: Likewise.
2542         * cpp/inc/pragma-once-1a.h: Likewise.
2544 2004-12-15  Bud Davis  <bdavis9659@comcast.net>
2545             Steven G. Kargl  <kargls@comcast.net>
2547         PR fortran/17597
2548         * gfortran.dg/list_read_3.f90: New test.
2550 2004-12-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
2552         * gcc.dg/ftrapv-2.c: New test.
2554 2004-12-15  Nathan Sidwell  <nathan@codesourcery.com>
2556         PR c++/18981
2557         * g++.dg/template/typename9.C: New test.
2559 2004-12-14  Mark Mitchell  <mark@codesourcery.com>
2561         PR c++/18738
2562         * g++.dg/template/typename8.C: New test.
2563         * g++.dg/parse/friend2.C: Tweak error message.
2565 2004-12-14  Andrew Pinski  <pinskia@physics.uc.edu>
2567         * gcc.c-torture/20041214-1.c: New test.
2569 2004-12-14  Andrew Pinski  <pinskia@physics.uc.edu>
2571         PR c++/18965
2572         * g++.dg/init/array17.C: New test.
2574 2004-12-14  Mark Mitchell  <mark@codesourcery.com>
2576         PR c++/18793
2577         * g++.dg/init/aggr3.C: New test.
2579 2004-12-14  Janis Johnson  <janis187@us.ibm.com
2581         * gcc.dg/altivec-types-1.c: New test.
2582         * gcc.dg/altivec-types-2.c: New test.
2583         * gcc.dg/altivec-types-3.c: New test.
2584         * gcc.dg/altivec-types-4.c: New test.
2585         * g++.dg/ext/altivec-types-1.C: New test.
2586         * g++.dg/ext/altivec-types-2.C: New test.
2587         * g++.dg/ext/altivec-types-3.C: New test.
2588         * g++.dg/ext/altivec-types-4.C: New test.
2590 2004-12-14  Jakub Jelinek  <jakub@redhat.com>
2592         PR middle-end/18951
2593         * gcc.c-torture/execute/20041213-1.c: New test.
2595 2004-12-14  Nathan Sidwell  <nathan@codesourcery.com>
2597         PR c++/18949
2598         * g++.dg/template/cast1.C: New.
2600 2004-12-13  Kazu Hirata  <kazu@cs.umass.edu>
2602         * gcc.c-torture/execute/20041213-2.c: New test.
2604 2004-12-13  Richard Henderson  <rth@redhat.com>
2606         * gcc.dg/i386-sse-10.c: Fix typo in options.
2608 2004-12-13  Andrew Pinski  <pinskia@physics.uc.edu>
2610         PR c++/18968
2611         * g++.dg/opt/pr18968.C: New test.
2613 2004-12-13  Mark Mitchell  <mark@codesourcery.com>
2615         PR c++/18925
2616         * g++.dg/ext/visibility/staticdatamem.C: New test.
2618 2004-12-13  Kelley Cook  <kcook@gcc.gnu.org>
2620         * gcc.target/xstormy16/below100.S: Remove DOS line endings.
2622 2004-12-13  Roger Sayle  <roger@eyesopen.com>
2624         PR rtl-optimization/18928
2625         * gcc.dg/pr18928-1.c: New test case.
2627 2004-12-13  Alexandre Oliva  <aoliva@redhat.com>
2629         PR tree-opt/16951
2630         * gcc.c-torture/compile/20041211-1.c: New.
2632 2004-12-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2634         PR middle-end/17564
2635         * gcc.c-torture/execute/20041212-1.c: New test.
2637 2004-12-12  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2639         PR fortran/18869
2640         * gfortran.dg/common_1.f90: New test.
2642 2004-12-12  Steven G. Kargl  <kargls@comcast.net>
2643         Paul Brook  <paul@codesourcery.com>
2645         PR fortran/16222
2646         * gfortran.dg/real_do_1.f90: New test.
2648 2004-12-12  Andrew Pinski  <pinskia@physics.uc.edu>
2650         PR tree-opt/18040
2651         * g++.dg/opt/ptrmem6.C: New test.
2653 2004-12-11  Roger Sayle  <roger@eyesopen.com>
2655         PR middle-end/18921
2656         * gcc.dg/pr18921-1.c: New test case.
2658 2004-12-11  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2660         PR fortran/17175
2661         * gfortran.dg/scale_1.f90: New test.
2663 2004-12-10  Andrew Pinski  <pinskia@physics.uc.edu>
2665         PR middle-end/18903
2666         * gcc.c-torture/compile/pr18903.c: New test.
2668 2004-12-10  Richard Sandiford  <rsandifo@redhat.com>
2670         * gcc.c-torture/execute/20041210-1.c: New test.
2672 2004-12-10  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2674         PR c++/18731
2675         * g++.dg/parser/struct-1.C: New test.
2676         * g++.dg/parser/struct-2.C: New test.
2677         * g++.dg/parser/struct-3.C: New test.
2679 2004-12-09  Richard Henderson  <rth@redhat.com>
2681         * gcc.dg/loop-3.c: Don't use i386 tuning for amd64.
2683         * gcc.c-torture/execute/ieee/fp-cmp-4q.c: Remove.
2684         * gcc.c-torture/execute/ieee/fp-cmp-8q.c: Remove.
2686 2004-12-09  Matt Austern  <austern@apple.com>
2688         PR c++/18514
2689         * g++.dg/ext/builtin1.C: New
2690         * g++.dg/ext/builtin2.C: New
2691         * g++.dg/ext/builtin3.C: New
2692         * g++.dg/ext/builtin4.C: New
2693         * g++.dg/ext/builtin5.C: New
2695 2004-12-09  Andrew Pinski  <pinskia@physics.uc.edu>
2697         PR tree-opt/18904
2698         * g++.dg/opt/ptrmem5.C: New test.
2700 2004-12-09  Alexandre Oliva  <aoliva@redhat.com>
2702         * g++.dg/parse/typename5.C: Adjust for new error.
2703         * g++.dg/parse/typename7.C: New.
2705 2004-12-09  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2707         PR c++/18073
2708         * g++.dg/other/mmintrin.C: New test.
2710 2004-12-09  Nathan Sidwell  <nathan@codesourcery.com>
2712         PR c++/16681
2713         * g++.dg/init/array15.C: New.
2714         * g++.dg/init/array16.C: New.
2716 2004-12-08  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2718         PR fortran/18826
2719         * gfortran.dg/assign_1.f90: New test.
2721 2004-12-08  Nick Clifton  <nickc@redhat.com>
2723         * gcc.target/xstormy16/bss_below100: New directory containing tests.
2724         * gcc.target/xstormy16/data_below100: Likewise.
2725         * gcc.target/xstormy16/sfr: Likewise.
2726         * gcc.target/xstormy16/below100.S: New test source file.
2727         * gcc.target/xstormy16/below100.ld: New test linker script.
2728         * gcc.target/xstormy16/xstormy16.exp: Run the new tests.
2729         * gcc.target/xstormy16/below_100.c: Fix scan to allow for bn or
2730         bp instructions.
2731         * gcc.target/xstormy16/bp.c: Likewise.
2733         * gcc.target/xstormy16/bss_below100: New files:
2734         01_const_to_b100b.c, 02_const_to_b100w.c, 03_var_to_b100b.c,
2735         04_var_to_b100w.c, 05_b100b_to_var.c, 06_b100w_to_var.c,
2736         10_set_b100b_bit_0.c, 10_set_b100b_bit_7.c, 11_clr_b100b_bit_0.c,
2737         11_clr_b100b_bit_7.c, 12_if1_b100b_bit_0.c, 12_if1_b100b_bit_3.c,
2738         12_if1_b100b_bit_7.c, 13_if0_b100b_bit_0.c, 13_if0_b100b_bit_3.c,
2739         13_if0_b100b_bit_7.c, 14_set_b100w_bit_0.c, 14_set_b100w_bit_7.c,
2740         14_set_b100w_bit_8.c, 14_set_b100w_bit_f.c, 15_clr_b100w_bit_0.c,
2741         15_clr_b100w_bit_7.c, 15_clr_b100w_bit_8.c, 15_clr_b100w_bit_f.c,
2742         16_if1_b100w_bit_0.c, 16_if1_b100w_bit_3.c, 16_if1_b100w_bit_7.c,
2743         16_if1_b100w_bit_8.c, 16_if1_b100w_bit_b.c, 16_if1_b100w_bit_f.c,
2744         17_if0_b100w_bit_0.c, 17_if0_b100w_bit_3.c, 17_if0_b100w_bit_7.c,
2745         17_if0_b100w_bit_8.c, 17_if0_b100w_bit_b.c, 17_if0_b100w_bit_f.c,
2746         20_set_b100b_bitfield_0.c, 20_set_b100b_bitfield_7.c,
2747         21_clr_b100b_bitfield_0.c, 21_clr_b100b_bitfield_7.c,
2748         22_if1_b100b_bitfield_0.c, 22_if1_b100b_bitfield_3.c,
2749         22_if1_b100b_bitfield_7.c, 23_if0_b100b_bitfield_0.c,
2750         23_if0_b100b_bitfield_3.c, 23_if0_b100b_bitfield_7.c,
2751         24_set_b100w_bitfield_0.c, 24_set_b100w_bitfield_7.c,
2752         24_set_b100w_bitfield_8.c, 24_set_b100w_bitfield_f.c,
2753         25_clr_b100w_bitfield_0.c, 25_clr_b100w_bitfield_7.c,
2754         25_clr_b100w_bitfield_8.c, 25_clr_b100w_bitfield_f.c,
2755         26_if1_b100w_bitfield_0.c, 26_if1_b100w_bitfield_3.c,
2756         26_if1_b100w_bitfield_7.c, 26_if1_b100w_bitfield_8.c,
2757         26_if1_b100w_bitfield_b.c, 26_if1_b100w_bitfield_f.c,
2758         27_if0_b100w_bitfield_0.c, 27_if0_b100w_bitfield_3.c,
2759         27_if0_b100w_bitfield_7.c, 27_if0_b100w_bitfield_8.c,
2760         27_if0_b100w_bitfield_b.c, 27_if0_b100w_bitfield_f.c
2762         * gcc.target/xstormy16/data_below100: New files:
2763         01_const_to_b100b.c, 02_const_to_b100w.c, 03_var_to_b100b.c,
2764         04_var_to_b100w.c, 05_b100b_to_var.c, 06_b100w_to_var.c,
2765         10_set_b100b_bit_0.c, 10_set_b100b_bit_7.c, 11_clr_b100b_bit_0.c,
2766         11_clr_b100b_bit_7.c, 12_if1_b100b_bit_0.c, 12_if1_b100b_bit_3.c,
2767         12_if1_b100b_bit_7.c, 13_if0_b100b_bit_0.c, 13_if0_b100b_bit_3.c,
2768         13_if0_b100b_bit_7.c, 14_set_b100w_bit_0.c, 14_set_b100w_bit_7.c,
2769         14_set_b100w_bit_8.c, 14_set_b100w_bit_f.c, 15_clr_b100w_bit_0.c,
2770         15_clr_b100w_bit_7.c, 15_clr_b100w_bit_8.c, 15_clr_b100w_bit_f.c,
2771         16_if1_b100w_bit_0.c, 16_if1_b100w_bit_3.c, 16_if1_b100w_bit_7.c,
2772         16_if1_b100w_bit_8.c, 16_if1_b100w_bit_b.c, 16_if1_b100w_bit_f.c,
2773         17_if0_b100w_bit_0.c, 17_if0_b100w_bit_3.c, 17_if0_b100w_bit_7.c,
2774         17_if0_b100w_bit_8.c, 17_if0_b100w_bit_b.c, 17_if0_b100w_bit_f.c,
2775         20_set_b100b_bitfield_0.c, 20_set_b100b_bitfield_7.c,
2776         21_clr_b100b_bitfield_0.c, 21_clr_b100b_bitfield_7.c,
2777         22_if1_b100b_bitfield_0.c, 22_if1_b100b_bitfield_3.c,
2778         22_if1_b100b_bitfield_7.c, 23_if0_b100b_bitfield_0.c,
2779         23_if0_b100b_bitfield_3.c, 23_if0_b100b_bitfield_7.c,
2780         24_set_b100w_bitfield_0.c, 24_set_b100w_bitfield_7.c,
2781         24_set_b100w_bitfield_8.c, 24_set_b100w_bitfield_f.c,
2782         25_clr_b100w_bitfield_0.c, 25_clr_b100w_bitfield_7.c,
2783         25_clr_b100w_bitfield_8.c, 25_clr_b100w_bitfield_f.c,
2784         26_if1_b100w_bitfield_0.c, 26_if1_b100w_bitfield_3.c,
2785         26_if1_b100w_bitfield_7.c, 26_if1_b100w_bitfield_8.c,
2786         26_if1_b100w_bitfield_b.c, 26_if1_b100w_bitfield_f.c,
2787         27_if0_b100w_bitfield_0.c, 27_if0_b100w_bitfield_3.c,
2788         27_if0_b100w_bitfield_7.c, 27_if0_b100w_bitfield_8.c,
2789         27_if0_b100w_bitfield_b.c, 27_if0_b100w_bitfield_f.c
2791         * gcc.target/xstormy16/sfr: New files:
2792         01_const_to_sfrb.c, 02_const_to_sfrw.c, 03_var_to_sfrb.c,
2793         04_var_to_sfrw.c, 05_sfrb_to_var.c, 06_sfrw_to_var.c,
2794         10_set_sfrb_bit_0.c, 10_set_sfrb_bit_7.c, 11_clr_sfrb_bit_0.c,
2795         11_clr_sfrb_bit_7.c, 12_if1_sfrb_bit_0.c, 12_if1_sfrb_bit_3.c,
2796         12_if1_sfrb_bit_7.c, 13_if0_sfrb_bit_0.c, 13_if0_sfrb_bit_3.c,
2797         13_if0_sfrb_bit_7.c, 14_set_sfrw_bit_0.c, 14_set_sfrw_bit_3.c,
2798         14_set_sfrw_bit_7.c, 14_set_sfrw_bit_8.c, 14_set_sfrw_bit_b.c,
2799         14_set_sfrw_bit_f.c, 15_clr_sfrw_bit_0.c, 15_clr_sfrw_bit_3.c,
2800         15_clr_sfrw_bit_7.c, 15_clr_sfrw_bit_8.c, 15_clr_sfrw_bit_b.c,
2801         15_clr_sfrw_bit_f.c, 16_if1_sfrw_bit_0.c, 16_if1_sfrw_bit_3.c,
2802         16_if1_sfrw_bit_7.c, 16_if1_sfrw_bit_8.c, 16_if1_sfrw_bit_b.c,
2803         16_if1_sfrw_bit_f.c, 17_if0_sfrw_bit_0.c, 17_if0_sfrw_bit_3.c,
2804         17_if0_sfrw_bit_7.c, 17_if0_sfrw_bit_8.c, 17_if0_sfrw_bit_b.c,
2805         17_if0_sfrw_bit_f.c, 20_set_sfrb_bitfield_0.c,
2806         20_set_sfrb_bitfield_7.c, 21_clr_sfrb_bitfield_0.c,
2807         21_clr_sfrb_bitfield_7.c, 22_if1_sfrb_bitfield_0.c,
2808         22_if1_sfrb_bitfield_3.c, 22_if1_sfrb_bitfield_7.c,
2809         23_if0_sfrb_bitfield_0.c, 23_if0_sfrb_bitfield_3.c,
2810         23_if0_sfrb_bitfield_7.c, 24_set_sfrw_bitfield_0.c,
2811         24_set_sfrw_bitfield_7.c, 24_set_sfrw_bitfield_8.c,
2812         24_set_sfrw_bitfield_f.c, 25_clr_sfrw_bitfield_0.c,
2813         25_clr_sfrw_bitfield_7.c, 25_clr_sfrw_bitfield_8.c,
2814         25_clr_sfrw_bitfield_f.c, 26_if1_sfrw_bitfield_0.c,
2815         26_if1_sfrw_bitfield_3.c, 26_if1_sfrw_bitfield_7.c,
2816         26_if1_sfrw_bitfield_8.c, 26_if1_sfrw_bitfield_b.c,
2817         26_if1_sfrw_bitfield_f.c, 27_if0_sfrw_bitfield_0.c,
2818         27_if0_sfrw_bitfield_3.c, 27_if0_sfrw_bitfield_7.c,
2819         27_if0_sfrw_bitfield_8.c, 27_if0_sfrw_bitfield_b.c,
2820         27_if0_sfrw_bitfield_f.c
2822 2004-12-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2824         PR c++/18100
2825         * g++.dg/lookup/name-clash4.C: New test.
2827 2004-12-08  Nathan Sidwell  <nathan@codesourcery.com>
2829         PR c++/18672
2830         * g++.dg/opt/array1.C: New.
2832         PR c++/18803
2833         * g++.dg/template/operator5.C: New.
2835 2004-12-08  Hans-Peter Nilsson  <hp@bitrange.com>
2837         PR c/18867
2838         * gcc.dg/noncompile/20041207.c: Fix typo in dg directive.
2840 2004-12-07  Steven Bosscher  <stevenb@suse.de>
2842         * gcc.dg/noncompile/20041207.c: New test.
2844 2004-12-07  Volker Reichelt  <reichelt@gcc.gnu.org>
2846         * g++.dg/other/unreachable-1.C: New test.
2848 2004-12-06  Nick Clifton  <nickc@redhat.com>
2850         * gcc.dg/builtins-config.h: Use <sys/types.h> instead of
2851         <limits.h> because the latter comes from gcc's include/ directory
2852         and not the newlib/libc/include directory.
2854 2004-12-04  Richard Henderson  <rth@redhat.com>
2856         * gcc.dg/tree-ssa/loop-5.c: Use long instead of int.
2858 2004-12-04  Richard Henderson  <rth@redhat.com>
2860         * lib/target-supports.exp (check_gc_sections_available): Disable
2861         for alpha and ia64.
2863 2004-12-04  Andrew Pinski  <pinskia@physics.uc.edu>
2865         PR middle-end/17909
2866         * g++.dg/other/vararg-2.C: New test.
2868 2004-12-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2870         PR c++/17011, c++/17971
2871         * g++.dg/template/error15.C: Adjust expected error.
2872         * g++.dg/template/instantiate3.C: Likewise.
2874 2004-12-03  Janis Johnson  <janis187@us.ibm.com>
2876         * gcc.dg/altivec-18.c: Fix for darwin
2878 2004-12-03  Nathan Sidwell  <nathan@codesourcery.com>
2880         PR c++/18782
2881         * g++.dg/parse/ptrmem2.C: New.
2883         PR c++/18318
2884         * g++.dg/template/new1.C: New.
2886 2004-12-02  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2888         PR fortran/18710
2889         * gfortran.dg/direct_io_3.f90: New test.
2891 2004-12-02  Nathan Sidwell  <nathan@codesourcery.com>
2893         PR 18758
2894         * g++.dg/parse/crash21.C: New.
2896 2004-12-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2898         PR c++/15664, c++/18276
2899         * g++.dg/template/ttp13.C: New test.
2900         * g++.dg/template/ttp14.C: Likewise.
2902 2004-12-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2904         PR c++/18123
2905         * g++.dg/parse/enum2.C: New test.
2906         * g++.old-deja/g++.pt/enum5.C: Adjust error location.
2908 2004-12-02  Nick Clifton  <nickc@redhat.com>
2910         * gcc.target/xstormy16: New test directory.
2911         * gcc.target/xstormy16/xstormy16.exp: Run the new tests.
2912         * gcc.target/xstormy16/bp.c: Check the generation of bp
2913         instructions.
2914         * gcc.target/xstormy16/below_100.c: Check the generation of bp and
2915         bn instructions and the BELOW100 attribute.
2917 2004-12-02  Alan Modra  <amodra@bigpond.net.au>
2919         PR target/16952
2920         * gcc.dg/ppc-eabi.c: New.
2922 2004-12-02  Bud Davis  <bdavis9659@comcast.net>
2924         PR fortran/18284
2925         * gfortran.dg/backspace.f90
2927 2004-12-02  Bud Davis  <bdavis9659@comcast.net>
2929         * gfortran.dg/inquire.f90: New test.
2931 2004-12-01  Janis Johnson  <janis187@us.ibm.com>
2933         * lib/gcc-dg.exp (dg-process-target): Wrapper for dg function to
2934         handle effective-target-keyword.
2935         (dg-skip-if): Support effective-target keyword as target list.
2936         (dg-xfail-if): Ditto.
2937         * lib/target-supports.exp (is-effective-target-keyword): New proc.
2939 2004-12-01  Diego Novillo  <dnovillo@redhat.com>
2941         PR tree-optimization/18291
2942         * testsuite/gcc.c-torture/compile/pr18291.c: New test.
2944 2004-12-01  Nathan Sidwell  <nathan@codesourcery.com>
2946         PR C++/18729
2947         * g++.dg/parse/crash20.C: New.
2949         PR c++/17431
2950         * g++.dg/overload/arg1.C: New.
2951         * g++.dg/overload/arg2.C: New.
2952         * g++.dg/overload/arg3.C: New.
2953         * g++.dg/overload/arg4.C: New.
2955 2004-12-01  Joseph S. Myers  <joseph@codesourcery.com>
2957         * gcc.dg/c99-flex-array-4.c: Remove.
2959 2004-11-30  Janis Johnson  <janis187@us.ibm.com>
2961         * lib/compat.exp (compat-get-options): Fix for use with dg-xfail-if.
2963         * lib/target-supports.exp (is-effective-target): Simplify.
2965         * lib/target-supports.exp (check_effective_target_vect_long):
2966         Fix for powerpc64-*-*.
2968 2004-11-30  Loren James Rittle  <ljrittle@acm.org>
2970         * g++.old-deja/g++.eh/badalloc1.C (arena_size): Bump up to 262144
2971         to support new requirements on FreeBSD 5.
2973 2004-11-30  Devang Patel  <dpatel@apple.com>
2975         PR 18702
2976         * gcc.dg/cpp/isysroot-1.c: Make this test darwin specific.
2978 2004-11-30  Janis Johnson  <janis187@us.ibm.com>
2980         * g++.dg/ext/altivec-13.C: New test.
2982 2004-11-30  Andrew Pinski  <pinskia@physics.uc.edu>
2984         PR tree-opt/18298
2985         * gcc.c-torture/execute/p18298.c: New test.
2987 2004-11-30  Ira Rosen  <irar@il.ibm.com>
2988             Dorit Naishlos  <dorit@il.ibm.com>
2990         PR tree-opt/18607
2991         * gcc.dg/vect/vect-89.c: New test.
2993 2004-11-30  James A. Morrison  <phython@gcc.gnu.org>
2995         * gcc.dg/pr18596-1.c: New test.
2997 2004-11-30  Ben Elliston  <bje@au.ibm.com>
2999         * g++.old-deja/g++.other/decl5.C: Remove remaining XFAILs.
3001 2004-11-29  Andrew Pinski  <pinskia@physics.uc.edu>
3003         PR c/18479
3004         * gcc.dg/pr18479.c: New test.
3006 2004-11-29  Hans-Peter Nilsson  <hp@bitrange.com>
3008         PR target/18490
3009         * g++.old-deja/g++.law/bit-fields2.C: Reinstate skip for
3010         mmix-knuth-mmixware.
3012         * g++.old-deja/g++.other/local-alloc1.C: Reinstate skip for
3013         cris-*-elf* cris-*-aout* mmix-*-*
3015 2004-11-29  Andrew Pinski  <pinskia@physics.uc.edu>
3017         PR middle-end/18725
3018         * gcc.dg/pr18725.c: New test.
3020 2004-11-29  Hans-Peter Nilsson  <hp@bitrange.com>
3022         PR target/18488
3023         * g++.dg/opt/vt1.C: Skip for mmix-*-*.
3025         PR target/18336
3026         * gcc.dg/20040813-1.c: Skip for mmix-*-*.
3028 2004-11-29  Mark Mitchell  <mark@codesourcery.com>
3030         PR c++/18368
3031         * g++.old-deja/g++.brendan/crash16.C: Adjust error messages.
3032         * g++.old-deja/g++.law/ctors5.C: Likewise.
3033         * g++.old-deja/g++.other/crash25.C: Likewise.
3035         PR c++/18674
3036         * g++.dg/template/error16.C: New test.
3038         PR c++/18512
3039         * g++.dg/template/crash29.C: New test.
3041 2004-11-29  Diego Novillo  <dnovillo@redhat.com>
3043         PR tree-optimization/18712
3044         * gcc.c-torture/compile/pr18712.c: New test.
3046 2004-11-29  Joseph Myers  <joseph@codesourcery.com>
3048         PR c/7544
3049         * g++.dg/ext/weak1.C, gcc.dg/weak/weak-10.c, objc.dg/weak-1.m: New
3050         tests.
3052 2004-11-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3054         PR c++/18652
3055         * g++.dg/lookup/crash6.C: New test.
3057 2004-11-29  Hans-Peter Nilsson  <hp@bitrange.com>
3059         PR middle-end/18164
3060         * gcc.dg/pr18164.c: Add dg-options "".  Correct typo in dg-error.
3062 2004-11-29  Joseph S. Myers  <joseph@codesourcery.com>
3064         * gcc.dg/Wnested-externs-1.c, gcc.dg/decl-7.c, gcc.dg/decl-8.c,
3065         gcc.dg/if-empty-1.c, gcc.dg/init-bad-1.c, gcc.dg/init-bad-2.c,
3066         gcc.dg/init-bad-3.c, gcc.dg/parm-mismatch-1.c: New tests.
3068 2004-11-28  Andrew Pinski  <pinskia@physics.uc.edu>
3070         * gcc.dg/pr18164.c: New test.
3072 2004-11-28  Matt Kraai  <kraai@alumni.cmu.edu>
3074         * gcc.dg/funroll-loops-all.c: New.
3076 2004-11-28  Hans-Peter Nilsson  <hp@bitrange.com>
3078         PR target/18489
3079         * g++.dg/rtti/tinfo1.C: In pattern for label definition ending
3080         delimeter, match space and TAB as well as ":".
3082         PR target/18484
3083         * g++.dg/abi/empty6.C: Xfail warning for mmix-*-*.
3085         PR target/18348
3086         * gcc.dg/uninit-H.c (ASM): For unknown targets, define to "= 0".
3088         PR target/18345
3089         * gcc.dg/intmax_t-1.c: Add mmix-*-* to dg-error.
3091         PR target/18337
3092         * gcc.dg/array-quals-1.c: Xfail for mmix-*-*.
3094 2004-11-28  Bud Davis  <bdavis9659@comcast.net>
3096         * gfortran.dg/direct_io_2.f90: New test.
3098 2004-11-28  Hans-Peter Nilsson  <hp@bitrange.com>
3100         PR target/18334
3101         * gcc.dg/cpp/assert4.c: Remove mmix assertion tests.
3103 2004-11-28  Richard Henderson  <rth@redhat.com>
3105         * gcc.c-torture/execute/20020227-1.x: Remove XFAIL.
3107 2004-11-28  Joseph S. Myers  <joseph@codesourcery.com>
3109         * gcc.dg/builtin-choose-expr-2.c, gcc.dg/cast-1.c,
3110         gcc.dg/cast-2.c, gcc.dg/cast-3.c, gcc.dg/format/opt-1.c,
3111         gcc.dg/format/opt-2.c, gcc.dg/format/opt-3.c,
3112         gcc.dg/format/opt-4.c, gcc.dg/format/opt-5.c,
3113         gcc.dg/format/opt-6.c, gcc.dg/pointer-arith-5.c,
3114         gcc.dg/pointer-arith-6.c, gcc.dg/pointer-arith-7.c,
3115         gcc.dg/pointer-arith-8.c: New tests.
3117 2004-11-27  Bud Davis  <bdavis9659@comcast.net>
3119         PR fortran/18364
3120         * gfortran.dg/endfile.f90: New test.
3122 2004-11-27  Falk Hueffner  <falk@debian.org>
3124         * gcc.dg/loop-6.c: New test.
3126 2004-11-27  Jakub Jelinek  <jakub@redhat.com>
3128         * gcc.c-torture/execute/20041126-1.c: New test.
3130 2004-11-27  Richard Sandiford  <rsandifo@redhat.com>
3132         * gcc.dg/mips-args-1.c: Don't expect _R3000 or _R4000 to be defined
3133         on IRIX.
3135 2004-11-27  Richard Sandiford  <rsandifo@redhat.com>
3137         * gcc.dg/mips-movcc-[123].c: Pass the ?: expressions to other
3138         functions.
3140 2004-11-27  Jakub Jelinek  <jakub@redhat.com>
3142         PR rtl-optimization/17825
3143         * gcc.c-torture/compile/20041119-1.c: New test.
3145 2004-11-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3147         * lib/target-libpath.exp (restore_ld_library_path_env_vars):
3148         Check existence of ld library path variables before unsetting.
3150 2004-11-26  Mark Mitchell  <mark@codesourcery.com>
3152         * g++.old-deja/g++.eh/badalloc1.C: Robustify.
3154 2004-11-26  Richard Sandiford  <rsandifo@redhat.com>
3156         * gcc.dg/sibcall-[34].c: Remove MIPS xfails.
3158 2004-11-26  Richard Sandiford  <rsandifo@redhat.com>
3160         * g++.old-deja/g++.jason/thunk3.C: Remove mips*-*-* xfail.
3162 2004-11-26  Ben Elliston  <bje@au.ibm.com>
3164         * gcc.dg/cpp/isysroot-2.c: Move target selector from dg-options to
3165         dg-do directive.
3167 2004-11-26  Ben Elliston  <bje@au.ibm.com>
3169         * gcc.dg/pr17957.c: Pass --param, not -param.
3171 2004-11-25  Andrew Pinski  <pinskia@physics.uc.edu>
3173         PR middle-end/17957
3174         * testsuite/gcc.dg/pr17957.c: New test.
3176 2004-11-25  Mark Mitchell  <mark@codesourcery.com>
3178         PR c++/18445
3179         * g++.dg/template/crash28.C: Likewise.
3181         PR c++/18001
3182         * g++.dg/expr/unary2.C: Adjust lvalue messages.
3183         * g++.dg/ext/lvaddr.C: Likewise.
3184         * g++.dg/opt/pr7503-3.C: Likewise.
3186         PR c++/18466
3187         * g++.dg/parse/qualified3.C: New test.
3188         * g++.old-deja/g++.other/friend7.C: Remove bogus qualification.
3190         PR c++/18545
3191         * g++.dg/expr/return1.C: New test.
3193 2004-11-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3195         Friend class name lookup 3/n, PR c++/3332
3196         * g++.dg/lookup/friend3.C: New test.
3197         * g++.dg/lookup/friend4.C: Likewise.
3198         * g++.dg/lookup/friend5.C: Likewise.
3200 2004-11-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3202         Friend class name lookup 2/n, PR c++/14513, c++/15410
3203         * g++.dg/lookup/friend2.C: New test.
3204         * g++.dg/template/friend31.C: Likewise.
3206 2004-11-24  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3208         * lib/target-libpath.exp (orig_ld_library_path_saved): Add missing set.
3210 2004-11-24  Mark Mitchell  <mark@codesourcery.com>
3212         PR c++/17473
3213         * g++.dg/tc1/dr56.C: Remove.
3214         * g++.dg/template/typedef1.C: Add dg-error markers.
3215         * g++.old-deja/g++.other/typedef7.C: Likewise.
3217         PR c++/18285
3218         * g++.dg/parse/typedef7.C: New test.
3220 2004-11-24  Richard Sandiford  <rsandifo@redhat.com>
3222         * gcc.c-torture/execute/20041124-1.c: New test.
3224 2004-11-24  Mark Mitchell  <mark@codesourcery.com>
3226         * g++.dg/template/deduce3.C: New test.
3228         PR c++/18586
3229         * g++.dg/template/crash27.C: New test.
3231         PR c++/18530
3232         * g++.dg/warn/Wshadow-3.C: New test.
3234 2004-11-24  Devang Patel  <dpatel@apple.com>
3236         PR/18555
3237         * gcc.dg/cpp/isysroot-1.c: New test.
3238         * gcc.dg/cpp/usr/include/stdio.h: New file.
3239         * gcc.dg/cpp/isysroot-2.c: New test.
3240         * gcc.dg/cpp/System/Library/Framework/Carbon.framework/Headers/Carbon.h:
3241         New file.
3243 2004-11-24  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3245         PR c++/8929
3246         * g++.old-deja/g++.oliva/template10.C: Remove xfail.
3248 2004-11-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
3250         * gcc.target/sparc/align.c: Do not include <stdint.h>.
3251         * gcc.target/sparc/pdist.c: Likewise.
3253 2004-11-24  Paolo Bonzini  <bonzini@gnu.org>
3255         PR c++/16882
3256         * g++.dg/conversion/simd1.C: New test.
3258 2004-11-23  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3260         * lib/target-libpath.exp: New file defining set_ld_library_path_env_vars
3261         and restore_ld_library_path_env_vars.
3262         * g++.dg/compat/compat.exp, lib/g++.exp, lib/gcc-dg.exp,
3263         lib/gfortran.exp, lib/objc.exp, lib/treelang.exp: Use new procs.
3264         * ada/acats/run_acats (LD_LIBRARY_PATH): Add previous LD_LIBRARY_PATH
3265         to LD_LIBRARY_PATH.  Export LD_LIBRARY_PATH.
3267 2004-11-23  Daniel Jacobowitz  <dan@codesourcery.com>
3269         * gcc.dg/pragma-align-2.c: Test macro expansion.
3270         * gcc.dg/pragma-pack-2.c: New test.
3272 2004-11-23  Richard Henderson  <rth@redhat.com>
3274         * gcc.dg/vect/pr18425.c: Use effective target vect_long.
3275         * gcc.dg/vect/vect-13.c, gcc.dg/vect/vect-17.c, gcc.dg/vect/vect-18.c,
3276         gcc.dg/vect/vect-19.c, gcc.dg/vect/vect-20.c, gcc.dg/vect/vect-48a.c,
3277         gcc.dg/vect/vect-56a.c, gcc.dg/vect/vect-7.c, gcc.dg/vect/vect-77.c,
3278         gcc.dg/vect/vect-77a.c, gcc.dg/vect/vect-78.c, gcc.dg/vect/vect-86.c,
3279         gcc.dg/vect/vect-87.c, gcc.dg/vect/vect-88.c: XFAIL for alpha.
3281         * gcc.dg/vect/vect.exp: Add check for alpha.
3282         * lib/target-supports.exp (check_alpha_max_hw_available): New.
3283         (check_effective_target_vect_int): Enable for alpha.
3284         (check_effective_target_vect_long): New.
3285         (is-effective-target): Add it.
3287 2004-11-23  Uros Bizjak <uros@kss-loka.si>
3289         * gcc.dg/pr18614-1.c: New test.
3291 2004-11-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
3293         * gcc.dg/setjmp-2.c: New test.
3295 2004-11-22  James A. Morrison  <phython@gcc.gnu.org>
3297         * gcc.target/sparc/align.c, gcc.target/sparc/combined-2.c,
3298         gcc.target/sparc/fpack16.c, gcc.target/sparc/fpack32.c,
3299         gcc.target/sparc/fpackfix.c, gcc.target/fexpand.c,
3300         gcc.target/sparc/fpmerge.c, gcc.target/sparc/fpmul.c,
3301         gcc.target/sparc/pdist.c: New tests.
3303 2004-11-22  Bob Wilson  <bob.wilson@acm.org>
3305         * gcc.dg/uninit-H.c: Define ASM for Xtensa targets.
3307 2004-11-22  Dale Johannesen  <dalej@apple.com>
3309         * gcc.dg/20041111-1.c:  New.
3311 2004-11-19  Dorit Naishlos  <dorit@il.ibm.com>
3313         PR tree-opt/18536
3314         * gcc.dg/vect/pr18536.c: New test.
3316 2004-11-22  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3318         PR c++/18354
3319         * g++.dg/template/nontype11.C: New test.
3321 2004-11-21  Roger Sayle  <roger@eyesopen.com>
3323         PR middle-end/18520
3324         * gcc.dg/pr18520-1.c: New test case.
3326 2004-11-20  Joseph S. Myers  <joseph@codesourcery.com>
3328         * gcc.dg/Wchar-subscripts-1.c, gcc.dg/array-8.c: New tests.
3329         * gcc.dg/pointer-arith-1.c, gcc.dg/pointer-arith-2.c,
3330         gcc.dg/pointer-arith-3.c, gcc.dg/pointer-arith-4.c: Update
3331         expected diagnostics.
3333 2004-11-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
3335         PR target/18580
3336         * gcc.dg/vect/vect-13.c, vect-27.c, vect-27a.c, vect-29.c,
3337         vect-29a.c, vect-48a.c, vect-56a.c, vect-72.c, vect-72a.c,
3338         vect-77.c, vect-77a.c: XFAIL on the SPARC.
3340 2004-11-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
3342         * gcc.dg/vect/vect.exp (sparc*-*-*): Fix a couple of nits.
3344 2004-11-19  Mark Mitchell  <mark@codesourcery.com>
3345             Joseph Myers  <joseph@codesourcery.com>
3347         * lib/target-supports.exp (check_visibility_available): Really
3348         test the compiler.
3350 2004-11-19  Dorit Naishlos  <dorit@il.ibm.com>
3352         PR tree-opt/18181
3353         * gcc.dg/vect/vect-85.c: New test.
3354         * gcc.dg/vect/vect-86.c: New test.
3355         * gcc.dg/vect/vect-87.c: New test.
3356         * gcc.dg/vect/vect-88.c: New test.
3358 2004-11-19  Ben Elliston  <bje@au.ibm.com>
3360         * gcc.dg/pr16286.c: Test __pixel and __bool keywords.
3362 2004-11-18  Janis Johnson  <janis187@us.ibm.com>
3364         * gcc.dg/ppc-bitfield1.c: Skip if not LP64, don't specify -m64.
3365         * gcc.dg/ppc-and-1.c: Ditto.
3366         * gcc.dg/ppc-compare-1.c: Ditto.
3367         * gcc.dg/ppc-mov-1.c: Ditto
3369 2004-11-18  Daniel Jacobowitz  <dan@codesourcery.com>
3370             Mark Mitchell  <mark@codesourcery.com>
3372         * testsuite/gcc.dg/pragma-init-fini-2.c: New test.
3374 2004-11-17  Janis Johnson  <janis187@us.ibm.com>
3375             Aldy Hernandez  <aldyh@redhat.com>
3377         * lib/target-supports.exp (check_effective_target_vect_int): New
3378         (check_effective_target_vect_float): New
3379         (check_effective_target_vect_double): New.
3380         (is-effective-target): Support new effective targets keywords.
3381         * gcc.dg/vect/vect.exp: Set target-dependent vector flags and
3382         default action for dg-do.
3383         * gcc.dg/vect/pr16105.c: Use new support.
3384         * gcc.dg/vect/pr18400.c: Ditto.
3385         * gcc.dg/vect/pr18425.c: Ditto.
3386         * gcc.dg/vect/vect-1.c: Ditto.
3387         * gcc.dg/vect/vect-10.c: Ditto.
3388         * gcc.dg/vect/vect-11.c: Ditto.
3389         * gcc.dg/vect/vect-12.c: Ditto.
3390         * gcc.dg/vect/vect-13.c: Ditto.
3391         * gcc.dg/vect/vect-14.c: Ditto.
3392         * gcc.dg/vect/vect-15.c: Ditto.
3393         * gcc.dg/vect/vect-16.c: Ditto.
3394         * gcc.dg/vect/vect-17.c: Ditto.
3395         * gcc.dg/vect/vect-18.c: Ditto.
3396         * gcc.dg/vect/vect-19.c: Ditto.
3397         * gcc.dg/vect/vect-2.c: Ditto.
3398         * gcc.dg/vect/vect-20.c: Ditto.
3399         * gcc.dg/vect/vect-21.c: Ditto.
3400         * gcc.dg/vect/vect-22.c: Ditto.
3401         * gcc.dg/vect/vect-23.c: Ditto.
3402         * gcc.dg/vect/vect-24.c: Ditto.
3403         * gcc.dg/vect/vect-25.c: Ditto.
3404         * gcc.dg/vect/vect-26.c: Ditto.
3405         * gcc.dg/vect/vect-27.c: Ditto.
3406         * gcc.dg/vect/vect-27a.c: Ditto.
3407         * gcc.dg/vect/vect-28.c: Ditto.
3408         * gcc.dg/vect/vect-29.c: Ditto.
3409         * gcc.dg/vect/vect-29a.c: Ditto.
3410         * gcc.dg/vect/vect-3.c: Ditto.
3411         * gcc.dg/vect/vect-30.c: Ditto.
3412         * gcc.dg/vect/vect-31.c: Ditto.
3413         * gcc.dg/vect/vect-32.c: Ditto.
3414         * gcc.dg/vect/vect-33.c: Ditto.
3415         * gcc.dg/vect/vect-34.c: Ditto.
3416         * gcc.dg/vect/vect-35.c: Ditto.
3417         * gcc.dg/vect/vect-36.c: Ditto.
3418         * gcc.dg/vect/vect-37.c: Ditto.
3419         * gcc.dg/vect/vect-38.c: Ditto.
3420         * gcc.dg/vect/vect-4.c: Ditto.
3421         * gcc.dg/vect/vect-40.c: Ditto.
3422         * gcc.dg/vect/vect-41.c: Ditto.
3423         * gcc.dg/vect/vect-42.c: Ditto.
3424         * gcc.dg/vect/vect-43.c: Ditto.
3425         * gcc.dg/vect/vect-44.c: Ditto.
3426         * gcc.dg/vect/vect-45.c: Ditto.
3427         * gcc.dg/vect/vect-46.c: Ditto.
3428         * gcc.dg/vect/vect-47.c: Ditto.
3429         * gcc.dg/vect/vect-48.c: Ditto.
3430         * gcc.dg/vect/vect-48a.c: Ditto.
3431         * gcc.dg/vect/vect-49.c: Ditto.
3432         * gcc.dg/vect/vect-5.c: Ditto.
3433         * gcc.dg/vect/vect-50.c: Ditto.
3434         * gcc.dg/vect/vect-51.c: Ditto.
3435         * gcc.dg/vect/vect-52.c: Ditto.
3436         * gcc.dg/vect/vect-53.c: Ditto.
3437         * gcc.dg/vect/vect-54.c: Ditto.
3438         * gcc.dg/vect/vect-55.c: Ditto.
3439         * gcc.dg/vect/vect-56.c: Ditto.
3440         * gcc.dg/vect/vect-56a.c: Ditto.
3441         * gcc.dg/vect/vect-57.c: Ditto.
3442         * gcc.dg/vect/vect-58.c: Ditto.
3443         * gcc.dg/vect/vect-59.c: Ditto.
3444         * gcc.dg/vect/vect-6.c: Ditto.
3445         * gcc.dg/vect/vect-60.c: Ditto.
3446         * gcc.dg/vect/vect-61.c: Ditto.
3447         * gcc.dg/vect/vect-62.c: Ditto.
3448         * gcc.dg/vect/vect-63.c: Ditto.
3449         * gcc.dg/vect/vect-64.c: Ditto.
3450         * gcc.dg/vect/vect-65.c: Ditto.
3451         * gcc.dg/vect/vect-66.c: Ditto.
3452         * gcc.dg/vect/vect-67.c: Ditto.
3453         * gcc.dg/vect/vect-68.c: Ditto.
3454         * gcc.dg/vect/vect-69.c: Ditto.
3455         * gcc.dg/vect/vect-7.c: Ditto.
3456         * gcc.dg/vect/vect-72.c: Ditto.
3457         * gcc.dg/vect/vect-72a.c: Ditto.
3458         * gcc.dg/vect/vect-73.c: Ditto.
3459         * gcc.dg/vect/vect-74.c: Ditto.
3460         * gcc.dg/vect/vect-75.c: Ditto.
3461         * gcc.dg/vect/vect-76.c: Ditto.
3462         * gcc.dg/vect/vect-77.c: Ditto.
3463         * gcc.dg/vect/vect-77a.c: Ditto.
3464         * gcc.dg/vect/vect-78.c: Ditto.
3465         * gcc.dg/vect/vect-79.c: Ditto.
3466         * gcc.dg/vect/vect-8.c: Ditto.
3467         * gcc.dg/vect/vect-80.c: Ditto.
3468         * gcc.dg/vect/vect-82.c: Ditto.
3469         * gcc.dg/vect/vect-82_64.c: Ditto.
3470         * gcc.dg/vect/vect-83.c: Ditto.
3471         * gcc.dg/vect/vect-83_64.c: Ditto.
3472         * gcc.dg/vect/vect-9.c: Ditto.
3473         * gcc.dg/vect/vect-all.c: Ditto.
3474         * gcc.dg/vect/vect-none.c: Ditto.
3476 2004-11-17  Janis Johnson  <janis187@us.ibm.com>
3478         * lib/gcc-dg.exp (dg-skip-if): New function.
3479         (dg-forbid-option): Remove.
3480         * g++.dg/abi/bitfield3.C: Use dg-skip-if i?86 -m64.
3481         * g++.dg/abi/bitfield8.C: Likewise.
3482         * g++.dg/abi/dtor1.C: Likewise.
3483         * g++.dg/abi/empty10.C: Likewise.
3484         * g++.dg/abi/empty7.C: Likewise.
3485         * g++.dg/abi/empty9.C: Likewise.
3486         * g++.dg/abi/layout3.C: Likewise.
3487         * g++.dg/abi/layout4.C: Likewise.
3488         * g++.dg/abi/thunk1.C: Likewise.
3489         * g++.dg/abi/thunk2.C: Likewise.
3490         * g++.dg/abi/vbase11.C: Likewise.
3491         * g++.dg/abi/vthunk2.C: Likewise.
3492         * g++.dg/abi/vthunk3.C: Likewise.
3493         * g++.dg/ext/attrib8.C: Likewise.
3494         * g++.dg/opt/longbranch2.C: Likewise.
3495         * g++.dg/opt/reg-stack4.C: Likewise.
3496         * g++.old-deja/g++.ext/attrib1.C: Likewise.
3497         * g++.old-deja/g++.ext/attrib2.C: Likewise.
3498         * g++.old-deja/g++.ext/attrib3.C: Likewise.
3499         * g++.old-deja/g++.other/store-expr1.C: Likewise.
3500         * g++.old-deja/g++.other/store-expr2.C: Likewise.
3501         * gcc.dg/20000609-1.c: Likewise.
3502         * gcc.dg/20000720-1.c: Likewise.
3503         * gcc.dg/20011107-1.c: Likewise.
3504         * gcc.dg/20011119-1.c: Likewise.
3505         * gcc.dg/20020108-1.c: Likewise.
3506         * gcc.dg/20020122-2.c: Likewise.
3507         * gcc.dg/20020122-3.c: Likewise.
3508         * gcc.dg/20020201-3.c: Likewise.
3509         * gcc.dg/20020206-1.c: Likewise.
3510         * gcc.dg/20020218-1.c: Likewise.
3511         * gcc.dg/20020310-1.c: Likewise.
3512         * gcc.dg/20020411-1.c: Likewise.
3513         * gcc.dg/20020418-2.c: Likewise.
3514         * gcc.dg/20020426-1.c: Likewise.
3515         * gcc.dg/20020426-2.c: Likewise.
3516         * gcc.dg/20020517-1.c: Likewise.
3517         * gcc.dg/20020523-1.c: Likewise.
3518         * gcc.dg/20020523-2.c: Likewise.
3519         * gcc.dg/20020729-1.c: Likewise.
3520         * gcc.dg/20030204-1.c: Likewise.
3521         * gcc.dg/20030826-2.c: Likewise.
3522         * gcc.dg/20030926-1.c: Likewise.
3523         * gcc.dg/20031202-1.c: Likewise.
3524         * gcc.dg/980312-1.c: Likewise.
3525         * gcc.dg/980313-1.c: Likewise.
3526         * gcc.dg/990117-1.c: Likewise.
3527         * gcc.dg/990424-1.c: Likewise.
3528         * gcc.dg/990524-1.c: Likewise.
3529         * gcc.dg/991230-1.c: Likewise.
3530         * gcc.dg/i386-387-1.c: Likewise.
3531         * gcc.dg/i386-387-2.c: Likewise.
3532         * gcc.dg/i386-387-3.c: Likewise.
3533         * gcc.dg/i386-387-4.c: Likewise.
3534         * gcc.dg/i386-387-5.c: Likewise.
3535         * gcc.dg/i386-387-6.c: Likewise.
3536         * gcc.dg/i386-asm-1.c: Likewise.
3537         * gcc.dg/i386-bitfield1.c: Likewise.
3538         * gcc.dg/i386-bitfield2.c: Likewise.
3539         * gcc.dg/i386-loop-1.c: Likewise.
3540         * gcc.dg/i386-loop-2.c: Likewise.
3541         * gcc.dg/i386-loop-3.c: Likewise.
3542         * gcc.dg/i386-pentium4-not-mull.c: Likewise.
3543         * gcc.dg/i386-pic-1.c: Likewise.
3544         * gcc.dg/i386-regparm.c: Likewise.
3545         * gcc.dg/i386-signbit-1.c: Likewise.
3546         * gcc.dg/i386-signbit-2.c: Likewise.
3547         * gcc.dg/i386-signbit-3.c: Likewise.
3548         * gcc.dg/i386-sse-5.c: Likewise.
3549         * gcc.dg/i386-sse-8.c: Likewise.
3550         * gcc.dg/i386-unroll-1.c: Likewise.
3551         * gcc.dg/tls/opt-1.c: Likewise.
3552         * gcc.dg/tls/opt-2.c: Likewise.
3553         * gcc.dg/unroll-1.c: Likewise.
3554         * gcc.misc-tests/i386-pf-3dnow-1.c: Likewise.
3555         * gcc.misc-tests/i386-pf-athlon-1.c: Likewise.
3556         * gcc.misc-tests/i386-pf-none-1.c: Likewise.
3557         * gcc.misc-tests/i386-pf-sse-1.c: Likewise.
3559 2004-11-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3561         * g++.dg/template/incomplete1.C: New test.
3563 2004-11-16  Nick Clifton  <nickc@redhat.com>
3565         Revert patches accidentally commited during checkin of fixes for
3566         xstormy16 tests:
3567         gcc.c-torture/execute/simd-4.c: Revert
3568         gcc.dg/20040910-1.c: Revert.
3570 2004-11-16  Paul Brook  <paul@codesourcery.com>
3572         PR fortran/13010
3573         * gfortran.dg/der_pointer_1.f90: New test.
3575 2004-11-15  Joseph S. Myers  <joseph@codesourcery.com>
3577         PR c/18498
3578         * gcc.dg/bitfld-13.c: New test.
3580 2004-11-15  Janis Johnson  <janis187@us.ibm.com>
3582         * gcc.dg/vect/tree-vect.h: (check_vect): Test symbols defined for
3583         powerpc*-*-linux*.
3585         * gcc.dg/ppc64-abi-1.c: Skip if not lp64.
3586         * gcc.dg/ppc64-abi-2.c: Ditto.
3587         * gcc.dg/ppc64-abi-3.c: Ditto.
3589         * lib/gcc-dg.exp (dg-target-list): Remove.
3591 2004-11-15  Steve Ellcey  <sje@cup.hp.com>
3593         * gcc.dg/ia64-postinc.c: New test.
3595 2004-11-15  Mark Mitchell <mark@codesourcery.com>
3597         * gcc.dg/format/cmn-err-1.c: Add tests for "%p".
3599 2004-11-15  Nick Clifton  <nickc@redhat.com>
3601         * g++.dg/opt/strength-reduce.C: Replace 0x7fffffff with
3602         __INT_MAX__ so that the test can be compiled by toolchains
3603         targeted at 16-bit processors.
3605         * gcc.dg/20040625-1.c: Use long constants rather than integers
3606         when performing arithmetic that will overflow 16-bits.
3608         * gcc.dg/i386-sse-8.c: Expect this test to fail for the
3609         xstormy16.  It does not support 128-bit vector operations.
3611         * gcc.dg/ultrasp4.c: Replace all occurrences of the type 'long'
3612         with the macro PTR_TYPE.  Define this macro to an integer type
3613         suitable for holding a pointer.
3615         * gcc.dg/compat/struct-align-1_x.c: Use shorter integers if
3616         the target is a 16-bit processor.
3618         * gcc.dg/cpp/if-2.c: Expect a different warning message from
3619         16-bit targets where the character constant will be too long.
3621         * g++.dg/opt/asm1.C: Expect this test to fail on the xstormy16
3622         where the double will not be directly addressable.
3624 2004-11-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3626         Friend class name lookup 1/n, PR c++/18471
3627         * g++.dg/template/crash26.C: New test.
3628         * g++.dg/lookup/struct1.C: Adjust expected error.
3629         * g++.dg/parse/elab1.C: Likewise.
3630         * g++.dg/parse/elab2.C: Likewise.
3631         * g++.dg/parse/int-as-enum1.C: Likewise.
3632         * g++.dg/parse/struct-as-enum1.C: Likewise.
3633         * g++.dg/parse/typedef1.C: Likewise.
3634         * g++.dg/parse/typedef3.C: Likewise.
3635         * g++.dg/parse/typedef4.C: Likewise.
3636         * g++.dg/parse/typedef5.C: Likewise.
3637         * g++.dg/template/nontype4.C: Likewise.
3638         * g++.old-deja/g++.benjamin/typedef01.C: Likewise.
3639         * g++.old-deja/g++.other/elab1.C: Likewise.
3640         * g++.old-deja/g++.other/syntax4.C: Likewise.
3642 2004-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
3644         * gcc.dg/intmax_t-1.c: XFAIL on Solaris 2.5.1.
3646 2004-11-14  Zdenek Dvorak  <dvorakz@suse.cz>
3648         * gcc.c-torture/execute/20041114-1.c: New test.
3650 2004-11-14  Joseph S. Myers  <joseph@codesourcery.com>
3652         * gcc.dg/c99-flex-array-5.c, gcc.dg/c99-fordecl-3.c,
3653         gcc.dg/comp-goto-1.c, gcc.dg/comp-goto-2.c, gcc.dg/comp-goto-3.c,
3654         gcc.dg/format/strfmon-2.c, gcc.dg/pointer-arith-1.c,
3655         gcc.dg/pointer-arith-2.c, gcc.dg/pointer-arith-3.c,
3656         gcc.dg/pointer-arith-4.c, gcc.dg/switch-5.c, gcc.dg/switch-6.c,
3657         gcc.dg/switch-7.c: New tests.
3659 2004-11-14  Dorit Naishlos  <dorit@il.ibm.com>
3661         * gcc.dg/vect/vect-78.c: Now vectorized on powerpc*.
3663 2004-11-14  Dorit Naishlos  <dorit@il.ibm.com>
3665         PR tree-opt/18400
3666         * gcc.dg/vect/pr18400.c: New test.
3668 2004-11-14  Dorit Naishlos  <dorit@il.ibm.com>
3669             Andrew Pinski  <pinskia@physics.uc.edu>
3671         PR tree-opt/18425
3672         * gcc.dg/vect/pr18425.c: New test.
3674 2004-11-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
3676         * gcc.dg/tls/alias-1.c: Remove dg-warning on the SPARC.
3677         Guard with dg-require-alias and dg-require-visibility.
3679 2004-11-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
3681         * g++.dg/other/packed1.C: UnXFAIL on SPARC, PA, MIPS and PowerPC.
3683 2004-11-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3685         * g++.dg/expr/unary1.C, g++.dg/expr/unary2.C: New tests.
3687 2004-11-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3689         PR c++/17344
3690         * g++.dg/template/defarg5.C: New test.
3692 2004-11-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
3694         * g++.dg/parse/cast1.C: Run only on ILP32.
3695         * g++.old-deja/g++.mike/p784.C: Likewise.
3697 2004-11-13  Bernd Schmidt  <bernd.schmidt@analog.com>
3699         * gcc.c-torture/execute/20041113-1.c: New test.
3701 2004-11-13  James A. Morrison  <phython@gcc.gnu.org>
3703         PR target/18230
3704         * gcc.dg/vect/tree-vect.h (check_vect): Add SPARC-specific test.
3705         * gcc.dg/vect/vect-2.c, gcc.dg/vect/vect-7.c, gcc.dg/vect/vect-9.c,
3706         gcc.dg/vect/vect-10.c, gcc.dg/vect/vect-12.c, gcc.dg/vect/vect-14.c,
3707         gcc.dg/vect/vect-15.c, gcc.dg/vect/vect-17.c, gcc.dg/vect/vect-18.c,
3708         gcc.dg/vect/vect-19.c, gcc.dg/vect/vect-20.c, gcc.dg/vect/vect-21.c,
3709         gcc.dg/vect/vect-22.c, gcc.dg/vect/vect-23.c, gcc.dg/vect/vect-24.c,
3710         gcc.dg/vect/vect-25.c, gcc.dg/vect/vect-26.c, gcc.dg/vect/vect-32.c,
3711         gcc.dg/vect/vect-33.c, gcc.dg/vect/vect-34.c, gcc.dg/vect/vect-35.c,
3712         gcc.dg/vect/vect-36.c, gcc.dg/vect/vect-37.c, gcc.dg/vect/vect-62.c,
3713         gcc.dg/vect/vect-63.c, gcc.dg/vect/vect-64.c, gcc.dg/vect/vect-65.c,
3714         gcc.dg/vect/vect-66.c, gcc.dg/vect/vect-67.c, gcc.dg/vect/vect-68.c,
3715         gcc.dg/vect/vect-69.c, gcc.dg/vect/vect-73.c, gcc.dg/vect/vect-75.c,
3716         gcc.dg/vect/vect-76.c, gcc.dg/vect/vect-78.c: Enable for SPARC.
3718 2004-11-13  James A. Morrison  <phython@gcc.gnu.org>
3720         * gcc.target/sparc/fand.c, gcc.target/sparc/fands,
3721         gcc.target/sparc/fnand.c, gcc.target/sparc/fnands.c,
3722         gcc.target/sparc/fxor.c, gcc.target/sparc/fxors.c,
3723         gcc.target/sparc/fxnor.c, gcc.target/sparc/fxnors.c,
3724         gcc.target/sparc/fandnot.c, gcc.target/sparc/fandnots.c,
3725         gcc.target/sparc/fornot.c, gcc.target/sparc/fornots.c,
3726         gcc.target/sparc/fnot.c, gcc.target/sparc/fnots.c,
3727         gcc.target/sparc/for.c, gcc.target/sparc/fors.c,
3728         gcc.target/sparc/combined-1.c: New tests.
3730 2004-11-12  Ziemowit Laski  <zlaski@apple.com>
3732         * objc.dg/const-str-8.m, objc.dg/const-str-9.m:
3733         New tests.
3735 2004-11-12  Mark Mitchell <mark@codesourcery.com>
3737         * lib/gcc-dg.exp (dg-forbid-option): New function.
3738         * g++.dg/abi/bitfield3.C: Use dg-forbid-option -m64.
3739         * g++.dg/abi/bitfield8.C: Likewise.
3740         * g++.dg/abi/dtor1.C: Likewise.
3741         * g++.dg/abi/empty10.C: Likewise.
3742         * g++.dg/abi/empty7.C: Likewise.
3743         * g++.dg/abi/empty9.C: Likewise.
3744         * g++.dg/abi/layout3.C: Likewise.
3745         * g++.dg/abi/layout4.C: Likewise.
3746         * g++.dg/abi/thunk1.C: Likewise.
3747         * g++.dg/abi/thunk2.C: Likewise.
3748         * g++.dg/abi/vbase11.C: Likewise.
3749         * g++.dg/abi/vthunk2.C: Likewise.
3750         * g++.dg/abi/vthunk3.C: Likewise.
3751         * g++.dg/ext/attrib8.C: Likewise.
3752         * g++.dg/opt/longbranch2.C: Likewise.
3753         * g++.dg/opt/reg-stack4.C: Likewise.
3754         * g++.old-deja/g++.ext/attrib1.C: Likewise.
3755         * g++.old-deja/g++.ext/attrib2.C: Likewise.
3756         * g++.old-deja/g++.ext/attrib3.C: Likewise.
3757         * g++.old-deja/g++.other/store-expr1.C: Likewise.
3758         * g++.old-deja/g++.other/store-expr2.C: Likewise.
3759         * gcc.dg/20000609-1.c: Likewise.
3760         * gcc.dg/20000720-1.c: Likewise.
3761         * gcc.dg/20011107-1.c: Likewise.
3762         * gcc.dg/20011119-1.c: Likewise.
3763         * gcc.dg/20020108-1.c: Likewise.
3764         * gcc.dg/20020122-2.c: Likewise.
3765         * gcc.dg/20020122-3.c: Likewise.
3766         * gcc.dg/20020201-3.c: Likewise.
3767         * gcc.dg/20020206-1.c: Likewise.
3768         * gcc.dg/20020218-1.c: Likewise.
3769         * gcc.dg/20020310-1.c: Likewise.
3770         * gcc.dg/20020411-1.c: Likewise.
3771         * gcc.dg/20020418-2.c: Likewise.
3772         * gcc.dg/20020426-1.c: Likewise.
3773         * gcc.dg/20020426-2.c: Likewise.
3774         * gcc.dg/20020517-1.c: Likewise.
3775         * gcc.dg/20020523-1.c: Likewise.
3776         * gcc.dg/20020523-2.c: Likewise.
3777         * gcc.dg/20020729-1.c: Likewise.
3778         * gcc.dg/20030204-1.c: Likewise.
3779         * gcc.dg/20030826-2.c: Likewise.
3780         * gcc.dg/20030926-1.c: Likewise.
3781         * gcc.dg/20031202-1.c: Likewise.
3782         * gcc.dg/980312-1.c: Likewise.
3783         * gcc.dg/980313-1.c: Likewise.
3784         * gcc.dg/990117-1.c: Likewise.
3785         * gcc.dg/990424-1.c: Likewise.
3786         * gcc.dg/990524-1.c: Likewise.
3787         * gcc.dg/991230-1.c: Likewise.
3788         * gcc.dg/i386-387-1.c: Likewise.
3789         * gcc.dg/i386-387-2.c: Likewise.
3790         * gcc.dg/i386-387-3.c: Likewise.
3791         * gcc.dg/i386-387-4.c: Likewise.
3792         * gcc.dg/i386-387-5.c: Likewise.
3793         * gcc.dg/i386-387-6.c: Likewise.
3794         * gcc.dg/i386-asm-1.c: Likewise.
3795         * gcc.dg/i386-bitfield1.c: Likewise.
3796         * gcc.dg/i386-bitfield2.c: Likewise.
3797         * gcc.dg/i386-loop-1.c: Likewise.
3798         * gcc.dg/i386-loop-2.c: Likewise.
3799         * gcc.dg/i386-loop-3.c: Likewise.
3800         * gcc.dg/i386-pentium4-not-mull.c: Likewise.
3801         * gcc.dg/i386-pic-1.c: Likewise.
3802         * gcc.dg/i386-regparm.c: Likewise.
3803         * gcc.dg/i386-signbit-1.c: Likewise.
3804         * gcc.dg/i386-signbit-2.c: Likewise.
3805         * gcc.dg/i386-signbit-3.c: Likewise.
3806         * gcc.dg/i386-sse-5.c: Likewise.
3807         * gcc.dg/i386-sse-8.c: Likewise.
3808         * gcc.dg/i386-unroll-1.c: Likewise.
3809         * gcc.dg/tls/opt-1.c: Likewise.
3810         * gcc.dg/tls/opt-2.c: Likewise.
3811         * gcc.dg/unroll-1.c: Likewise.
3812         * gcc.misc-tests/i386-pf-3dnow-1.c: Likewise.
3813         * gcc.misc-tests/i386-pf-athlon-1.c: Likewise.
3814         * gcc.misc-tests/i386-pf-none-1.c: Likewise.
3815         * gcc.misc-tests/i386-pf-sse-1.c: Likewise.
3816         * gcc.c-torture/execute/20010129-1.x: Do not use -mtune=i686 when
3817         -m64 is specified.
3819 2004-11-12  Mark Mitchell  <mark@codesourcery.com>
3821         PR c++/18389
3822         * g++.dg/parse/cond1.C: New test.
3824         PR c++/18429
3825         * g++.dg/template/array9.C: New test.
3826         * g++.dg/ext/vla1.C: Adjust error messages.
3827         * g++.dg/ext/vlm1.C: Likewise.
3828         * g++.dg/template/crash2.C: Likewise.
3830         PR c++/18436
3831         * g++.dg/template/call3.C: New test.
3833         PR c++/18407
3834         * g++.dg/template/ptrmem11.C: New test.
3836 2004-11-12  Andrew Pinski  <pinskia@physics.uc.edu>
3838         PR other/14264
3839         * lib/g++.exp: Set LC_ALL and LANG to C.
3840         * lib/gcc-dg.exp: Likewise.
3841         * lib/gfortran.exp: Likewise.
3842         * lib/objc.exp: Likewise.
3843         * lib/treelang.exp: Likewise.
3845 2004-11-12  Andreas Schwab  <schwab@suse.de>
3847         * gcc.dg/pr16286.c: Fix last change.
3849 2004-11-12  Mark Mitchell  <mark@codesourcery.com>
3851         PR c++/18416
3852         * g++.dg/init/global1.C: New test.
3854 2004-11-12  Eric Botcazou  <ebotcazou@act-europe.fr>
3856         * gcc.c-torture/execute/20041112-1.c: New test.
3858 2004-11-11  Janis Johnson  <janis187@us.ibm.com>
3860         * lib/gcc-dg.exp (dg-target-list): New.
3862 2004-11-11  Janis Johnson  <janis187@us.ibm.com>
3863             Richard Sandiford  <rsandifo@redhat.com>
3865         * lib/target-supports.exp (get-compiler_messages): New.
3866         (check_named_sections_available): Use it.
3867         (check_effective_target_ilp32): New.
3868         (check_effective_target_lp64): New.
3869         (is-effective-target): New.
3870         * lib/gcc-dg.exp (dg-require-effective-target): New.
3872 2004-11-11  Joseph S. Myers  <joseph@codesourcery.com>
3874         * gcc.dg/precedence-1.c: New test.
3876 2004-11-11  Janis Johnson  <janis187@us.ibm.com>
3878         * gcc.misc-tests/linkage.exp: Handle biarch GCC for powerpc64.
3880         * gcc.misc-tests/linkage.exp: Prepend directory name to pass/fail
3881         message, delete generated files, use more descriptive name for
3882         executable, and make the test unsupported when it cannot be run.
3884         * lib/gcc-dg.exp (skip_test_and_clear_xfail): New procedure.
3885         (dg-require-weak, dg-require-visibility, dg-require-alias,
3886         dg-require-gc-sections, dg-require-profiling, dg-require-dll,
3887         dg-require-iconv, dg-require-named-sections): Use it.
3889         * lib/gcc-dg.exp (dg-xfail-if): Ignore if skipping the test.
3891 2004-11-11  Nathan Sidwell  <nathan@codesourcery.com>
3893         PR target/16457
3894         * gcc.dg/ppc-and-1: New
3896         PR target/16796
3897         * gcc.dg/ppc-mov-1.c: New.
3899         PR target/16458
3900         * gcc.dg/ppc-compare-1.c: New.
3902 2004-11-10  Joseph S. Myers  <joseph@codesourcery.com>
3904         * objc.dg/desig-init-2.m: New test.
3906 2004-11-10  Adam Nemet  <anemet@lnxw.com>
3908         PR middle-end/18160
3909         * g++.dg/warn/register-var-1.C: New test.
3910         * g++.dg/warn/register-var-2.C: New test.
3912 2004-11-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
3914         * gcc.dg/union-2.c: New test.
3916 2004-11-10  Fariborz Jahanian <fjahanian@apple.com>
3918         * gcc.c-torture/execute/ieee/unsafe-fp-assoc-1.c:
3919         New test for PR tree-optimization/17892.
3921 2004-11-09  Mark Mitchell  <mark@codesourcery.com>
3923         PR c++/18369
3924         * g++.dg/init/new12.C: New test.
3926 2004-11-10  James A. Morrison  <phython@gcc.gnu.org>
3928         * gcc.target/sparc: New directory.
3929         * gcc.target/sparc/sparc.exp: New driver.
3930         * gcc.target/sparc/fpadd16.c, gcc.target/sparc/fpadd16s.c,
3931         gcc.target/sparc/fpsub16.c, gcc.target/sparc/fpsub16s.c,
3932         gcc.target/sparc/fpadd32.c, gcc.target/sparc/fpadd32s.c,
3933         gcc.target/sparc/fpsub32.c, gcc.target/sparc/fpsub32s.c: New tests.
3935 2004-11-10  Paul Brook  <paul@codesourcery.com>
3937         PR fortran/18218
3938         * gfortran.dg/list_read.c: New test.
3940 2004-11-09  Joseph S. Myers  <joseph@codesourcery.com>
3942         PR c/18322
3943         * gcc.dg/func-outside-1.c, gcc.dg/func-outside-2.c: Correct
3944         expected diagnostic location.
3946 2004-11-09  Ulrich Weigand  <uweigand@de.ibm.com>
3948         * gcc.dg/20041109-1.c: New test.
3950 2004-11-09  Andrew Pinski  <pinskia@physics.uc.edu>
3952         PR objc/18406
3953         * objc/compile/pr18406.m: New test.
3955 2004-11-09  Joseph S. Myers  <joseph@codesourcery.com>
3957         * gcc.dg/builtin-prefetch-1.c: Update expected diagnostic.
3959 2004-11-09  Joseph S. Myers  <joseph@codesourcery.com>
3961         * gcc.dg/builtin-prefetch-1.c: Adjust expected messages.
3963 2004-11-08  Steve Ellcey  <sje@cup.hp.com>
3965         * testsuite/gcc.dg/uninit-H.c: Add ifdefs for __hppa__ and __ia64__.
3967 2004-11-08  Steve Ellcey  <sje@cup.hp.com>
3969         * testsuite/gcc.dg/20030225-2.c: Add prototype for abort and
3970         exit.
3972 2004-11-08  Andrew Pinski  <pinskia@physics.uc.edu>
3974         PR tree-opt/18299
3975         * gcc.c-torture/pr18299-1.c: New test.
3977 2004-11-06  Andreas Schwab  <schwab@suse.de>
3979         * gcc.dg/pr16286.c: Also test for bool and pixel.
3981 2004-11-06  Joseph S. Myers  <joseph@codesourcery.com>
3983         * gcc.dg/anon-struct-6.c, gcc.dg/anon-struct-7.c,
3984         gcc.dg/anon-struct-8.c, gcc.dg/bitfld-10.c, gcc.dg/bitfld-11.c,
3985         gcc.dg/bitfld-12.c, gcc.dg/func-outside-1.c,
3986         gcc.dg/func-outside-2.c, gcc.dg/label-decl-1.c,
3987         gcc.dg/label-decl-2.c, gcc.dg/label-decl-3.c,
3988         gcc.dg/label-decl-4.c, gcc.dg/struct-empty-1.c,
3989         gcc.dg/struct-empty-2.c, gcc.dg/struct-empty-3.c,
3990         gcc.dg/struct-semi-1.c, gcc.dg/struct-semi-2.c,
3991         gcc.dg/struct-semi-3.c: New tests.
3993 2004-11-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
3995         * g++.dg/opt/nothrow1.C: Use -42 instead of 42.
3997 2004-11-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
3999         * gcc.dg/compat/generate-random.c (generate_random_data unsafe_state):
4000         Do not use C99 designators.
4002 2004-11-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
4004         * g++.dg/other/pragma-re-1.C (p, q): Fix type and remove cast.
4006 2004-11-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
4008         * gcc.c-torture/compile/simd-5.c: Do not XFAIL on SPARC 64-bit.
4009         * gcc.c-torture/execute/20020227-1.x: Do not XFAIL at -O3.
4010         * gcc.c-torture/execute/simd-5.x: Remove.
4012 2004-11-06  Andrew Pinski  <pinskia@physics.uc.edu>
4014         PR rtl-optimization/17933
4015         * gcc.dg/torture/pr17933-1.c: New test.
4017 2004-11-06  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
4019         PR target/18106
4020         * lib/target-supports.exp (check_weak_available): Support
4021         Windows.
4023 2004-11-05  Danny Smith  <dannysmith@users.sourceforge.net>
4025         * gcc.dg/compat/struct-layout-1_generate.c (main): Generate a
4026         call to fflush(stdout) before abort.
4027         (my_ffsll): New function.
4028         (generate_fields): Use it.
4030 2004-11-05  Joseph S. Myers  <joseph@codesourcery.com>
4032         * gcc.dg/init-undef-1.c: New test.
4034 2004-11-05  Joseph S. Myers  <joseph@codesourcery.com>
4036         * gcc.dg/20040910-1.c, gcc.dg/cpp/digraph2.c,
4037         gcc.dg/cpp/direct2.c, gcc.dg/cpp/direct2s.c,
4038         gcc.dg/cpp/separate-1.c, gcc.dg/noncompile/951123-1.c,
4039         gcc.dg/noncompile/971104-1.c, gcc.dg/noncompile/990416-1.c: Adjust
4040         expected messages for new parser.
4042 2004-11-04  Mark Mitchell  <mark@codesourcery.com>
4044         * testsuite/g++.dg/ext/visibility/symbian1.C: New test.
4046 2004-11-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
4048         * gcc.dg/pragma-align.c (sixteen): Use 8-byte alignment
4049         on LP64 targets.
4051 2004-11-04  Joseph S. Myers  <joseph@codesourcery.com>
4053         * gcc.dg/asm-qual-1.c, gcc.dg/declspec-15.c, gcc.dg/declspec-16.c,
4054         gcc.dg/declspec-17.c, gcc.dg/empty-source-1.c,
4055         gcc.dg/empty-source-2.c, gcc.dg/empty-source-3.c,
4056         gcc.dg/extra-semi-1.c, gcc.dg/extra-semi-2.c,
4057         gcc.dg/extra-semi-3.c, gcc.dg/gnu-cond-expr-1.c,
4058         gcc.dg/gnu-cond-expr-2.c, gcc.dg/gnu-cond-expr-3.c,
4059         gcc.dg/init-empty-1.c, gcc.dg/init-empty-2.c,
4060         gcc.dg/init-empty-3.c, gcc.dg/noncompile/old-style-parm-1.c,
4061         gcc.dg/noncompile/old-style-parm-2.c, gcc.dg/stmt-expr-1.c,
4062         gcc.dg/stmt-expr-2.c, gcc.dg/stmt-expr-3.c: New tests.
4064 2004-11-04  Joseph S. Myers  <joseph@codesourcery.com>
4066         * gcc.dg/c90-restrict-1.c, gcc.dg/c99-arraydecl-2.c,
4067         gcc.dg/c99-func-2.c, gcc.dg/charset/asm2.c, gcc.dg/concat.c,
4068         gcc.dg/cpp/19990413-1.c, gcc.dg/cpp/paste4.c,
4069         gcc.dg/init-desig-obs-1.c, gcc.dg/noncompile/920721-2.c,
4070         gcc.dg/noncompile/930622-2.c, gcc.dg/noncompile/940112-1.c,
4071         gcc.dg/noncompile/950921-1.c, gcc.dg/switch-2.c,
4072         objc.dg/naming-1.m, objc.dg/naming-2.m: Adjust expected messages
4073         for new parser.
4075 2004-11-04  Richard Sandiford  <rsandifo@redhat.com>
4077         PR target/15342
4078         * gcc.dg/20041104-1.c: New test.
4080 2004-11-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4082         * g++.dg/template/nontype7.C: New test.
4083         * g++.dg/template/nontype8.C: Likewise.
4084         * g++.dg/template/nontype9.C: Likewise.
4085         * g++.dg/template/nontype10.C: Likewise.
4086         * g++.dg/tc1/dr49.C: Likewise.
4087         * g++.dg/template/ptrmem8.C: Relax dg-error checks.
4088         * g++.old-deja/g++.other/null1.C: Remove a buggy error check
4090 2004-11-04  Ben Elliston  <bje@au.ibm.com>
4092         * g++.dg/rtti/tinfo1.C: Remove xfails.
4094 2004-11-04  Ben Elliston  <bje@au.ibm.com>
4096         * g++.old-deja/g++.other/enum5.C (enum conditions): Move the
4097         packed attribute to the definition to satisfy the new C++ parser.
4099 2004-11-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
4101         * gcc.c-torture/execute/stdarg-2.c (foo): Split multiple
4102         invocations of va_arg.
4104 2004-11-02  Mark Mitchell  <mark@codesourcery.com>
4106         PR c++/18124
4107         * g++.dg/template/crash25.C: New test.
4109         PR c++/18155
4110         * g++.dg/template/typedef2.C: New test.
4111         * g++.dg/parse/crash13.C: Adjust error markers.
4113         PR c++/18177
4114         * g++.dg/conversion/const3.C: New test.
4116 2004-11-03  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4118         PR fortran/17535
4119         PR fortran/17583
4120         PR fortran/17713
4121         * gfortran.dg/generic_[123].f90: New testcases.
4123 2004-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
4125         * gcc.dg/uninit-C.c: Remove special-casing for SPARC.
4126         * gcc.dg/uninit-H.c: Define to "sp" on SPARC.
4128 2004-11-02  Andrew Pinski  <pinskia@physics.uc.edu>
4130         PR tree-opt/16808
4131         * gcc.c-torture/compile/pr16808.c: New test.
4133 2004-11-02  Nathan Sidwell  <nathan@codesourcery.com>
4135         PR rtl-optimization/17104
4136         * gcc.dg/ppc-bitfield1.c: New.
4138 2004-11-01  Richard Sandiford  <rsandifo@redhat.com>
4140         * gcc.dg/uninit-H.c (ASM): Define to "$sp" on MIPS targets.
4142 2004-11-01  Richard Sandiford  <rsandifo@redhat.com>
4144         * g++.dg/abi/mangle6.C: Run for all MIPS targets.  Provide dummy
4145         strings for 32-bit code.
4147 2004-11-01  Joseph S. Myers  <joseph@codesourcery.com>
4149         PR c/18239
4150         * gcc.dg/parm-impl-decl-1.c, gcc.dg/parm-impl-decl-2.c: New tests.
4152 2004-11-01  Nathan Sidwell  <nathan@codesourcery.com>
4154         PR c++/18064
4155         * g++.old-deja/g++.mike/p811.C: Avoid covariant extension.
4157 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
4159         PR c++/15172
4160         * g++.dg/init/aggr2.C: New test.
4162 2004-10-30  Ziemowit Laski  <zlaski@apple.com>
4164         * objc.dg/local-decl-1.m: New test.
4166 2004-10-30  Gabriel Dos Reis  <gdr@integrable-solutions.net>
4168         * gcc.dg/20040910-1.c: Adjust regex.
4170 2004-10-30  Roger Sayle  <roger@eyesopen.com>
4172         PR rtl-optimization/18084
4173         * g++.dg/opt/pr18084-1.C: New testcase.
4175 2004-10-30  Matt Austern  <austern@apple.com>
4177         PR c++/17542
4178         * g++.dg/ext/attrib18.C: New test.
4180 2004-10-30  Roger Sayle  <roger@eyesopen.com>
4182         PR middle-end/18096
4183         * gcc.dg/pr18096-1.c: New test case.
4185 2004-10-30  Roger Sayle  <roger@eyesopen.com>
4187         * gcc.dg/pr17581-1.c: Add missing prototype for abort.
4189 2004-10-30  Joseph S. Myers  <joseph@codesourcery.com>
4191         PR c/16666
4192         * gcc.dg/dremf-type-compat-1.c, gcc.dg/dremf-type-compat-2.c,
4193         gcc.dg/dremf-type-compat-3.c, gcc.dg/dremf-type-compat-4.c,
4194         gcc.dg/old-style-prom-1.c, gcc.dg/old-style-prom-2.c,
4195         gcc.dg/old-style-prom-3.c: New tests.
4197 2004-10-30  Danny Smith  <dannysmith@users.sourceforge.net>
4199         * gcc.dg/bf-ms-attrib.c: Add protototype for abort.
4200         Remove unnecessary inclusion of stdio.h.
4202 2004-10-29  Roger Sayle  <roger@eyesopen.com>
4204         PR rtl-optimization/17581
4205         * gcc.dg/pr17581-1.c: New test case.
4207 2004-10-28  Nathan Sidwell  <nathan@codesourcery.com>
4209         * g++.dg/conversion/dr195.C: Adjust expected errors for DR195 not
4210         being implemented.
4211         * g++.dg/conversion/dr195-1.C: New.
4212         * g++.old-deja/g++.brendan/operators4.C: Don't be pedantic.
4213         * g++.old-deja/g++.mike/p10148.C: Likewise.
4215 2004-10-29  Mark Mitchell  <mark@codesourcery.com>
4217         PR c++/17695
4218         * g++.dg/debug/typedef2.C: New test.
4220 2004-10-29  David Billinghurst <David.Billinghurst@riotinto.com>
4222         PR fortran/13490
4223         * gfortran.dg/g77/20030326-1.f: Change xfail on error to warning.
4224         * gfortran.dg/g77/README: Update.
4226 2004-10-28  Matt Austern  <austern@apple.com>
4228         PR c++/14124
4229         * g++.dg/ext/packed7.C: New test.
4231 2004-10-28  Andrew Pinski  <pinskia@physics.uc.edu>
4233         * gcc.dg/visibility-[1-9a].c: Change to use scan-hidden instead of
4234         scan-assembler.
4235         * lib/scanasm.exp (hidden-scan-for): New proc.
4236         (scan-hidden): Use hidden-scan-for instead of constructing the scan
4237         string.
4238         (scan-not-hidden): Likewise.
4239         * lib/target-supports.exp (check_visibility_available): mach-o is
4240         support too.
4242 2004-10-28  Mark Mitchell  <mark@codesourcery.com>
4244         PR c++/17132
4245         * g++.dg/template/memclass3.C: New test.
4247 2004-10-28  Adam Nemet  <anemet@lnxw.com>
4249         PR middle-end/18160
4250         * gcc.dg/register-var-1.c: New test.
4251         * gcc.dg/register-var-2.c: New test.
4252         * gcc.dg/asm-7.c: Taking the address of a register variable is an
4253         error now.
4255 2004-10-28  Dorit Naishlos <dorit@il.ibm.com>
4257         PR other/18172
4258         * gcc.dg/vect/vect-20.c: Use 'signed char' instaed of 'char'. Remove
4259         unused variables.
4260         * gcc.dg/vect/vect-22.c: Likewise.
4262 2004-10-28  Jakub Jelinek  <jakub@redhat.com>
4264         * gcc.dg/i386-rotate-1.c: New test.
4266 2004-10-27  Mark Mitchell  <mark@codesourcery.com>
4268         * g++.dg/init/ref12.C: Add "run" marker.
4270         PR c++/17435
4271         * g++.dg/init/ref12.C: New test.
4273         PR c++/18140
4274         * g++.dg/template/shift1.C: New test.
4275         * g++.dg/template/error10.C: Adjust error markers.
4277 2004-10-27  Andrew Pinski  <pinskia@physics.uc.edu>
4279         PR tree-opt/17529
4280         * gcc.c-torture/compile/pr17529.c: Remove the xfail.
4282 2004-10-27  Geoffrey Keating  <geoffk@apple.com>
4284         * gcc.dg/weak/typeof-2.c: Needs aliases as well as weak.
4285         * gcc.dg/weak/weak-3.c: Likewise.
4286         * gcc.dg/weak/weak-5.c: Likewise.
4287         * gcc.dg/weak/weak-9.c: Likewise.
4288         * lib/file-format.exp (gcc_target_object_format): Darwin has Mach-O.
4289         * lib/target-supports.exp (check_weak_available): Mach-O does weak.
4291         * gcc.dg/darwin-weakimport-1.c: New.
4293 2004-10-28  Ben Elliston  <bje@au.ibm.com>
4295         * gcc.dg/tree-ssa/sra-1.c: Pass --param sra-max-structure-size.
4297 2004-10-27  Nathan Sidwell  <nathan@codesourcery.com>
4299         * gcc.dg/cpp/direct2.c: Cope with different bison 'parse' or
4300         'syntax' error messages.
4301         * gcc.dg/cpp/direct2s.c: Likewise.
4303 2004-10-26  Geoffrey Keating  <geoffk@apple.com>
4305         * gcc.c-torture/compile/20041026-1.c: New.
4307 2004-10-26  Mark Mitchell  <mark@codesourcery.com>
4309         PR c++/18093
4310         * g++.dg/lookup/ns2.C: New test.
4312         PR c++/18020
4313         * g++.dg/template/enum4.C: New test.
4315         PR c++/18161
4316         * g++.dg/template/expr1.C: New test.
4318 2004-10-26  Ben Elliston  <bje@au.ibm.com>
4320         * gcc.dg/tree-ssa/20030922-2.c: Now passing, so remove xfail.
4322 2004-10-26  Joseph S. Myers  <jsm@polyomino.org.uk>
4324         * gcc.dg/decl-nospec-1.c, gcc.dg/decl-nospec-2.c,
4325         gcc.dg/decl-nospec-3.c: New tests.
4327 2004-10-26  Ziemowit Laski  <zlaski@apple.com>
4329         * objc.dg/super-class-3.m: New test.
4331 2004-10-26  Nathan Sidwell  <nathan@codesourcery.com>
4333         * gcc.dg/cpp/direct2.c: Adjust expected errors, robustify parser
4334         resyncing.
4335         * gcc.dg/cpp/direct2s.c: Likewise.
4337 2004-10-25  Geoffrey Keating  <geoffk@apple.com>
4339         * objc.dg/image-info.m: Update for changes to section selection.
4341 2004-10-25  David Ayers  <d.ayers@inode.at>
4342             Ziemowit Laski  <zlaski@apple.com>
4344         * objc.dg/call-super-2.m: Add messages to 'Class <Proto>'; update
4345         diagnostics when messaging 'id <Proto>'.
4346         * objc.dg/class-protocol-1.m: New test.
4347         * objc.dg/desig-init-1.m: Add message to an invalid receiver using
4348         a non-existent method signature.
4349         * objc.dg/method-5.m, objc.dg/method-6.m, objc.dg/proto-hier-1.m:
4350         Update diagnostics when messaging with non-existent method signature.
4351         * objc.dg/proto-hier-2.m: Adjust wording of diagnostic.
4352         * objc.dg/proto-lossage-1.m, objc.dg/proto-lossage-4.m: Messages to
4353         invalid receivers are now resolved as if messaging 'id'; remove
4354         extraneous diagnostics.
4356 2004-10-25  Joseph S. Myers  <jsm@polyomino.org.uk>
4358         PR c/16667
4359         * gcc.dg/init-desig-obs-1.c, gcc.dg/init-desig-obs-2.c,
4360         gcc.dg/init-desig-obs-3.c: New tests.
4362 2004-10-25  Jakub Jelinek  <jakub@redhat.com>
4364         * gcc.dg/debug/20041023-1.c: New test.
4366 2004-10-25  Andrew Pinski  <pinskia@physics.uc.edu>
4368         PR middle-end/17407
4369         * gcc.c-torture/compile/pr17407.c: New test.
4371         PR c++/18121
4372         * g++.dg/template/array8.C: New test.
4374 2004-10-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
4376         PR other/18138
4377         * lib/g++.exp: Accept more than one multilib libgcc.
4378         * lib/gcc-dg.exp: Likewise.
4379         * lib/objc.exp: Likewise.
4380         * lib/treelang.exp: Likewise.
4381         * lib/gfortran.exp: Likewise.
4383 2004-10-24  Ben Elliston  <bje@au.ibm.com>
4385         * gcc.dg/c90-const-expr-3.c: Reference the ISO C standard.
4387 2004-10-24  Geoffrey Keating  <geoffk@geoffk.org>
4389         * gcc.dg/c90-const-expr-3.c: xfail all the ASSERT_NOT_NPC tests.
4390         * gcc.dg/c99-const-expr-3.c: Likewise.
4392 2004-10-23  Andrew Pinski  <pinskia@physics.uc.edu>.
4394         * gcc.dg/tree-ssa/loop-1.c: Add -static for *-*-darwin*.
4396 2004-10-23  Ben Elliston  <bje@au.ibm.com>
4398         * gcc.c-torture/execute/loop-2e.x: Remove.
4400 2004-10-22  Nathan Sidwell  <nathan@codesourcery.com>
4402         PR c++/18095
4403         * g++.dg/parse/crash18.C: New.
4404         * g++.dg/parse/crash19.C: New.
4406 2004-10-22  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
4408         * g++.dg/ext/dllimport1.C: Move dg-warnings.
4409         * g++.dg/ext/dllimport2.C: Same.
4410         * g++.dg/ext/dllimport8.C: Same.
4412 2004-10-21  Mark Mitchell  <mark@codesourcery.com>
4414         PR c++/10841
4415         * g++.dg/conversion/cast1.C: New test.
4416         * g++.dg/overload/pmf1.C: Adjust error marker.
4418 2004-10-21  Andrew Pinski  <pinskia@physics.uc.edu>
4420         PR objc/17923
4421         * objc.dg/const-str-7.m: New test.
4423 2004-10-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4425         * g++.dg/template/memfriend11.C: Fix comment typo.
4426         * g++.dg/template/memfriend14.C: Likewise.
4428 2004-10-20  Richard Henderson  <rth@redhat.com>
4430         * gcc.dg/cleanup-10.c, gcc.dg/cleanup-11.c, gcc.dg/cleanup-8.c,
4431         gcc.dg/cleanup-9.c: Use -fnon-call-exceptions, not
4432         -fasynchronous-unwind-tables.
4434 2004-10-20  Richard Henderson  <rth@redhat.com>
4436         * gcc.c-torture/unsorted/call386.c (foo): Fix return type.
4437         (main): Return success.
4438         * gcc.c-torture/unsorted/subcc.c (foo, bar): Fix return types.
4439         (main): Return success.
4441 2004-10-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4443         PR c++/13495
4444         * g++.dg/template/memfriend9.C: New test.
4445         * g++.dg/template/memfriend10.C: Likewise.
4446         * g++.dg/template/memfriend11.C: Likewise.
4447         * g++.dg/template/memfriend12.C: Likewise.
4448         * g++.dg/template/memfriend13.C: Likewise.
4449         * g++.dg/template/memfriend14.C: Likewise.
4450         * g++.dg/template/memfriend15.C: Likewise.
4451         * g++.dg/template/memfriend16.C: Likewise.
4452         * g++.dg/template/memfriend17.C: Likewise.
4453         * g++.old-deja/g++.pt/friend44.C: Remove bogus error.
4455 2004-10-20  Nathan Sidwell  <nathan@codesourcery.com>
4457         * g++.dg/conversion/dr195.C: New.
4458         * g++.old-deja/g++.mike/p10148.C: Remove ill-formed cast.
4460 2004-10-20  Ben Elliston  <bje@au.ibm.com>
4461             Devang Patel  <dpatel@apple.com>
4463         * gcc.dg/tree-ssa/ifc-20040816-2.c: Use integer arithmetic instead
4464         of floating point arithmetic, which could trap.
4466 2004-10-19  Mark Mitchell  <mark@codesourcery.com>
4468         PR c++/14035
4469         * g++.dg/conversion/reinterpret1.C: Adjust error markers.
4470         * g++.dg/conversion/const2.C: New test.
4471         * g++.dg/expr/reinterpret2.C: New test.
4472         * g++.dg/expr/reinterpret3.C: New test.
4473         * g++.dg/expr/cast2.C: New test.
4474         * g++.dg/expr/copy1.C: New test.
4475         * g++.dg/other/conversion1.C: Change error message.
4476         * g++.dg/parse/comma1.C: Use __extension__ to allow casts from
4477         function pointers to void *.
4478         * g++.old-deja/g++.mike/p10148.C: Likewise.
4480 2004-10-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
4482         * gcc.dg/smod-1.c: Pass -mtune=i486 only on x86.
4484 2004-10-19  Paolo Bonzini  <bonzini@gnu.org>
4486         PR c++/18047
4488         * g++.dg/parse/expr3.C: New test.
4490 2004-10-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
4492         * gcc.dg/smod-1.c: New test.
4494 2004-10-18  Ziemowit Laski  <zlaski@apple.com>
4496         * objc.dg/method-14.m: New test.
4498 2004-10-18  Andrew Pinski  <pinskia@physics.uc.edu>
4500         * gcc.c-torture/compile/pr17529.c: Fix test for non x86.
4501         Also xfail as the patch was reverted.
4503 2004-10-18  Andrew Pinski  <pinskia@physics.uc.edu>
4505         PR middle-end/16973
4506         * gcc.dg/pr16973.c: New test.
4508 2004-10-18  Diego Novillo  <dnovillo@redhat.com>
4510         PR tree-optimization/17656
4511         * testsuite/gcc.c-torture/compile/pr17656.c: New test.
4513 2004-10-18  Nathan Sidwell  <nathan@codesourcery.com>
4515         * g++.dg/eh/shadow1.C: New.
4517 2004-10-18  Jakub Jelinek  <jakub@redhat.com>
4519         * gcc.c-torture/compile/20041018-1.c: New test.
4521 2004-10-18  Ben Elliston  <bje@au.ibm.com>
4523         * gcc.dg/ppc-sdata-1.c: Update to consider the possibility of the
4524         compiler referring to register 0 when accessing sdata.  The linker
4525         now patches things up.
4527 2004-10-17  Andrew Pinski  <pinskia@physics.uc.edu>
4529         PR c/17529
4530         * gcc.c-torture/compile/pr17529.c: New test.
4532 2004-10-17  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4534         PR c++/17743
4535         * g++.dg/ext/attrib17.C: New test.
4537 2004-10-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
4539         * gcc.dg/bf-spl1.c: Use 'float' as the base type for FP types.
4541 2004-10-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4543         PR c++/10479
4544         * g++.dg/ext/attrib16.C: New test.
4546 2004-10-15  Mark Mitchell  <mark@codesourcery.com>
4548         PR c++/17042
4549         * g++.dg/init/dso_handle1.C: New test.
4551         PR c++/14667
4552         * g++.dg/parse/typedef6.C: New test.
4554         PR c++/17916
4555         * g++.dg/parse/pragma1.C: New test.
4557 2004-10-15  Aldy Hernandez  <aldyh@redhat.com>
4559         * gcc.c-torture/execute/ieee/ieee.exp: Disable on powerpc-*-*spe.
4561 2004-10-15  Steve Ellcey  <sje@cup.hp.com>
4563         * gcc.dg/compat/struct-layout-1_generate.c (switchfiles):  Use
4564         -fno-common when on HPPA HP-UX platforms.
4566 2004-10-15  Jakub Jelinek  <jakub@redhat.com>
4568         PR other/16820
4569         * gcc.dg/compat/struct-layout-1.h: Don't include complex.h nor
4570         stdint.h.
4571         * gcc.dg/compat/struct-layout-1_x1.h (TX): Cast to long instead of
4572         uintptr_t.
4574 2004-10-14  Andrew Pinski  <pinskia@physics.uc.edu>
4576         PR c++/16301
4577         * g++.dg/lookup/strong-using-4.C: New test.
4579 2004-10-14  Andrew Pinski  <pinskia@physics.uc.edu>
4581         PR middle-end/16567
4582         * gcc.c-torture/compile/nested-1.c: New test.
4584 2004-10-14  Dorit Naishlos  <dorit@il.ibm.com>
4586         * testsuite/gcc.dg/vect/vect-44.c: xfail on i?86-*-*, x86_64-*-*,
4587         and mipsisa64*-*-* (until support for misaligned loads is added).
4588         * testsuite/gcc.dg/vect/vect-50.c: Likewise.
4589         * testsuite/gcc.dg/vect/vect-52.c: Likewise.
4590         * testsuite/gcc.dg/vect/vect-54.c: Likewise.
4591         * testsuite/gcc.dg/vect/vect-58.c: Likewise.
4592         * testsuite/gcc.dg/vect/vect-60.c: Likewise.
4593         * testsuite/gcc.dg/vect/vect-80.c: Likewise.
4595 2004-10-14  Mark Mitchell  <mark@codesourcery.com>
4597         PR c++/17976
4598         * g++.dg/init/dtor3.C: New test.
4600 2004-10-15  Ben Elliston  <bje@au.ibm.com>
4602         * gcc.dg/ppc-stackalign-1.c: Set dg-options to {}.
4604 2004-10-14  Geoffrey Keating  <geoffk@apple.com>
4606         * gcc.dg/darwin-misaligned.c: Don't supply -force_cpusubtype_ALL.
4607         * gcc.dg/macho-lo-sum.c: Likewise.
4609 2004-10-14  Joseph S. Myers  <joseph@codesourcery.com>
4611         * gcc.dg/ppc-spe64-1.c: New test.
4613 2004-10-14  Devang Patel  <dpatel@apple.com>
4615         PR 17635
4616         * gcc.dg/pr17635.c : New test.
4618 2004-10-14  Olga Golovanevsky  <olga@il.ibm.com>
4620         * testsuite/gcc.dg/vect/vect-28.c: Remove xfail.
4621         * testsuite/gcc.dg/vect/vect-30.c: Remove xfail.
4622         * testsuite/gcc.dg/vect/vect-31.c: Vectorize 4 loops instead of 2.
4623         * testsuite/gcc.dg/vect/vect-33.c: Remove xfail.
4624         * testsuite/gcc.dg/vect/vect-44.c: Remove xfail.
4625         * testsuite/gcc.dg/vect/vect-46.c: Remove xfail.
4626         * testsuite/gcc.dg/vect/vect-50.c: Remove xfail.
4627         * testsuite/gcc.dg/vect/vect-52.c: Remove xfail.
4628         * testsuite/gcc.dg/vect/vect-54.c: Remove xfail.
4629         * testsuite/gcc.dg/vect/vect-58.c: Remove xfail.
4630         * testsuite/gcc.dg/vect/vect-60.c: Remove xfail.
4631         * testsuite/gcc.dg/vect/vect-64.c: Vectorize 3 loops instead of 1.
4632         * testsuite/gcc.dg/vect/vect-66.c: Vectorize 3 loops instead of 2.
4633         * testsuite/gcc.dg/vect/vect-68.c: Vectorize 4 loops instead of 2.
4634         * testsuite/gcc.dg/vect/vect-69.c: Vectorize 4 loops instead of 2.
4635         * testsuite/gcc.dg/vect/vect-8.c: Remove xfail.
4636         * testsuite/gcc.dg/vect/vect-80.c: Remove xfail.
4637         * testsuite/gcc.dg/vect/vect-none.c: Vectorize 1 loops instead of 0.
4639 2004-10-14  Dorit Naishlos  <dorit@il.ibm.com>
4641         * gcc.dg/vect/vect-82.c: New testcase.
4642         * gcc.dg/vect/vect-82_64.c: New testcase.
4643         * gcc.dg/vect/vect-83.c: New testcase.
4644         * gcc.dg/vect/vect-83_64.c: New testcase.
4646 2004-10-14  Joseph S. Myers  <jsm@polyomino.org.uk>
4648         * gcc.dg/cpp/error-1.c: New test.
4650 2004-10-14  Joseph S. Myers  <jsm@polyomino.org.uk>
4652         * gcc.dg/c99-tag-3.c, gcc.dg/declspec-14.c: New tests.
4654 2004-10-14  Hans-Peter Nilsson  <hp@axis.com>
4656         PR target/17984
4657         * gcc.dg/cris-peep2-xsrand2.c: New test.
4659 2004-10-13  Andrew Pinski  <pinskia@physics.uc.edu>
4661         PR c++/17661
4662         * testsuite/g++.dg/expr/for2.C: New test.
4664 2004-10-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
4666         * g++.dg/inherit/thunk1.C: Run on the SPARC.
4668 2004-10-13  Jakub Jelinek  <jakub@redhat.com>
4670         PR tree-optimization/17724
4671         * g++.dg/opt/pr17724-1.C: New test.
4672         * g++.dg/opt/pr17724-2.C: New test.
4673         * g++.dg/opt/pr17724-3.C: New test.
4674         * g++.dg/opt/pr17724-4.C: New test.
4675         * g++.dg/opt/pr17724-5.C: New test.
4676         * g++.dg/opt/pr17724-6.C: New test.
4678 2004-10-12  Joseph S. Myers  <jsm@polyomino.org.uk>
4680         PR c/17301
4681         * gcc.dg/pr17301-2.c: New test.
4683 2004-10-11  Mark Mitchell  <mark@codesourcery.com>
4685         PR c++/15876
4686         * g++.dg/parse/error22.C: New test.
4688         PR c++/17936
4689         * g++.dg/template/spec18.C: New test.
4691 2004-10-11  Steve Ellcey  <sje@cup.hp.com>
4693         * testsuite/gcc.dg/ia64-asm-1.c: Add prototype for abort
4694         * testsuite/gcc.dg/ia64-sync-1.c: Add prototype for abort and
4695         memcpy.
4696         * testsuite/gcc.dg/ia64-sync-2.c: Ditto.
4697         * testsuite/gcc.dg/ia64-sync-3.c: Ditto.
4699 2004-10-11  Andrew Pinski  <pinskia@physics.uc.edu>
4701         * g++.dg/eh/cleanup5.C: Add dg-options "".
4703 2004-10-11  Roger Sayle  <roger@eyesopen.com>
4705         PR middle-end/17657
4706         * gcc.dg/switch-4.c: New test case.
4708 2004-10-11  Richard Sandiford  <rsandifo@redhat.com>
4710         * gcc.c-torture/execute/20041011-1.c: New test.
4712 2004-10-10  Andrew Pinski  <pinskia@physics.uc.edu>
4714         PR c++/17554
4715         * g++.dg/init/for3.C: New test.
4717         PR c++/17657
4718         * g++.dg/opt/switch2.C: New test.
4720         PR middle-end/17703
4721         * g++.dg/warn/Wreturn-2.C: New test.
4723 2004-10-10  Andrew Pinski  <pinskia@physics.uc.edu>
4725         PR c++/17907
4726         * g++.dg/eh/cleanup5.C: New test.
4728 2004-10-10  Mark Mitchell  <mark@codesourcery.com>
4730         PR c++/17393
4731         * g++.dg/parse/error21.C: New test.
4733 2004-10-10  Gabriel Dos Reis  <gdr@integrable-solutions.net>
4735         * g++.dg/overload/pmf1.C: Adjust quoting marks.
4736         * g++.dg/warn/incomplete1.C: Likewise.
4737         * g++.dg/template/qualttp20.C: Likewise.
4739 2004-10-10  Joseph S. Myers  <jsm@polyomino.org.uk>
4741         PR c/17881
4742         * parm-incomplete-1.c: New test.
4744 2004-10-09  Mark Mitchell  <mark@codesourcery.com>
4746         PR c++/17867
4747         * g++.dg/parse/error19.C: New test.
4749         PR c++/17670
4750         * g++.dg/init/new11.C: New test.
4752         PR c++/17821
4753         * g++.dg/parse/error20.C: New test.
4755         PR c++/17826
4756         * g++.dg/template/crash24.C: New test.
4758 2004-10-10  Joseph S. Myers  <jsm@polyomino.org.uk>
4760         PR c/17301
4761         * gcc.dg/pr17301-1.c: New test.
4763 2004-10-10  Joseph S. Myers  <jsm@polyomino.org.uk>
4765         PR c/17189
4766         * gcc.dg/anon-struct-5.c: New test.
4768 2004-10-09  Joseph S. Myers  <jsm@polyomino.org.uk>
4770         PR c/17844
4771         * gcc.dg/pr17844-1.c: New test.
4773 2004-10-09  Zdenek Dvorak  <dvorakz@suse.cz>
4775         PR tree-optimization/17906
4776         * gcc.c-torture/compile/pr17906.c: New.
4778 2004-10-09  Stuart Hastings  <stuart@apple.com>
4779             Roger Sayle  <roger@eyesopen.com>
4781         PR rtl-optimization/17853
4782         * gcc.dg/i386-mmx-5.c: New testcase.
4784 2004-10-09  Andrew Pinski  <pinskia@physics.uc.edu>
4786         * g++.dg/opt/pr17902.C: Fix typo in dg-do.
4788 2004-10-09  Mark Mitchell  <mark@codesourcery.com>
4790         PR c++/17524
4791         * g++.dg/template/static9.C: New test.
4793         PR c++/17685
4794         * g++.dg/parse/operator5.C: New test.
4796 2004-10-09  Roger Sayle  <roger@eyesopen.com>
4798         PR middle-end/17894
4799         * gcc.c-torture/execute/divcmp-4.c: New test case.
4801 2004-10-08  Andrew Pinski  <pinskia@physics.uc.edu>
4803         PR tree-opt/17902
4804         * g++.dg/opt/pr17902.C: New test.
4806 2004-10-09  Jakub Jelinek  <jakub@redhat.com>
4808         * gcc.dg/cpp/ident-1.c: Add dg-options "".
4810 2004-10-08  Joseph S. Myers  <jsm@polyomino.org.uk>
4812         * gcc.dg/float-range-1.c, gcc.dg/float-range-2.c: New tests.
4814 2004-10-08  Joseph S. Myers  <jsm@polyomino.org.uk>
4816         * gcc.dg/assign-warn-3.c: New test.
4818 2004-10-08  Andrew Pinski  <pinskia@physics.uc.edu>
4820         PR c/16999
4821         * gcc.dg/cpp/ident-1.c: New test.
4823 2004-10-08  Nathan Sidwell  <nathan@codesourcery.com>
4825         * gcc.c-torture/compile/acc1.c: New.
4827 2004-10-08  Andrew Pinski  <pinskia@physics.uc.edu>
4829         * gcc.dg/darwin-longdouble.c: Include stdlib.h and string.h.
4830         * gcc.dg/darwin-abi-2.c: Include stdlib.h.
4832 2004-10-08  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
4834         * gcc.dg/ultrasp11.c: New test.
4836 2004-10-08  Michael Matz  <matz@suse.de>
4838         * gcc.dg/doloop-2.c: New test.
4840 2004-10-08  Joseph S. Myers  <jsm@polyomino.org.uk>
4842         * gcc.dg/assign-warn-1.c, gcc.dg/assign-warn-2.c: New tests.
4843         * gcc.dg/warn-1.c, gcc.dg/noncompile/20020213-1.c,
4844         objc.dg/method-9.m: Update expected diagnostics.
4846 2004-10-07  Geoffrey Keating  <geoffk@apple.com>
4848         * gcc.dg/ppc-fsel-3.c: New file.
4849         * gcc.dg/ppc-fsel-1.c: Add -fno-trapping-math, update comment.
4851 2004-10-07  Paul Brook  <paul@codesourcery.com>
4853         * gfortran.dg/intrinsic_verify_1.f90: New test.
4855 2004-10-07  Paul Brook  <paul@codesourcery.com>
4857         * gfortran.dg/empty_format_1.f90: Remove stray commas.
4859 2004-10-07  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4861         * gfortran.fortran-torture/execute/intrinsic_mvbits.f90,
4862         gfortran.dg/ishft.f90: Add more tests. Add dg-warning in followup
4863         commit.
4865 2004-10-07  Andrew Pinski  <pinskia@physics.uc.edu>
4867         * g++.dg/ext/asm6.C: Remove extraneous semicolon.
4869 2004-10-07  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4871         PR c++/17115
4872         * g++.dg/warn/Winline-4.C: New test.
4874 2004-10-07  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
4876         * gcc.c-torture/compile/20041007-1.c: New test.
4878 2004-10-07  Paul Brook  <paul@codesourcery.com>
4880         PR fortran/17678
4881         * gfortran.dg/use_allocated_1.f90: New test.
4883 2004-10-06  Andrew Pinski  <pinskia@physics.uc.edu>
4885         PR middle-end/17849
4886         * gfortran.fortran-torture/compile/nested.f90: New test
4888 2004-10-06  Joseph S. Myers  <jsm@polyomino.org.uk>
4890         * gcc.dg/Wconversion-2.c, gcc.dg/func-args-1.c: New tests.
4892 2004-10-06  Andrew Pinski  <pinskia@physics.uc.edu>
4894         PR c++/17368
4895         * g++.dg/ext/asm6.C: New test.
4897 2004-10-06  Kenneth Zadeck <zadeck@naturalbridge.com>
4899         * gcc.dg/20011119-1.c : Added memory attribute to asm sequence.
4901 2004-10-06  Paul Brook  <paul@codesourcery.com>
4903         PR libfortran/17709
4904         * gfortran.dg/empty_format_1.f90: New test.
4906 2004-10-06  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4908         PR fortran/17568
4909         * gfortran.dg/ishft.f90: New test.
4911         PR fortran/17283
4912         * gfortran.fortran-torture/execute/intrinsic_pack.f90: Enable new
4913         tests.
4915 2004-10-06  Paul Brook  <paul@codesourcery.com>
4917         * gfortran.dg/do_1.f90: New test.
4919 2004-10-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4921         * gcc.c-torture/execute/builtins/lib/strcpy.c: Don't abort when
4922         optimizing for size.
4924 2004-10-05  Joseph S. Myers  <jsm@polyomino.org.uk>
4926         * gcc.dg/complex-2.c, gcc.dg/complex-2.h: New test.
4928 2004-10-05  Joseph S. Myers  <jsm@polyomino.org.uk>
4930         * gcc.c-torture/compile/20041005-1.c: New test.
4932 2004-10-05  Nathan Sidwell  <nathan@codesourcery.com>
4934         PR c++/17829
4935         * g++.dg/lookup/koenig4.C: New.
4937 2004-10-05  Gabriel Dos Reis  <gdr@integrable-solutions.net>
4939         * g++.dg/other/classkey1.C: Adjust quoting marks.
4940         * g++.dg/parse/error15.C: Likewise.
4941         * g++.dg/template/meminit2.C (int>): Likewise.
4943 2004-10-04  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4945         PR fortran/17283
4946         * gfortran.fortran-torture/execute/intrinsic_pack.f90: Add more tests.
4948         PR fortran/17631
4949         * gfortran.fortran-torture/execute/intrinsic_mvbits.f90: New test.
4951         PR fortran/17708
4952         * gfortran.dg/pr17708.f90: New test.
4954 2004-10-04  Chao-ying Fu  <fu@mips.com>
4956         * gcc.dg/vect/pr16105.c: Enable for mipsisa64*-*-*.
4957         * gcc.dg/vect/vect-4.c: Ditto.
4958         * gcc.dg/vect/vect-5.c: Ditto.
4959         * gcc.dg/vect/vect-6.c: Ditto.
4960         * gcc.dg/vect/vect-8.c: Ditto.
4961         * gcc.dg/vect/vect-16.c: Ditto.
4962         * gcc.dg/vect/vect-30.c: Ditto.
4963         * gcc.dg/vect/vect-40.c: Ditto.
4964         * gcc.dg/vect/vect-41.c: Ditto.
4965         * gcc.dg/vect/vect-42.c: Ditto.
4966         * gcc.dg/vect/vect-43.c: Ditto.
4967         * gcc.dg/vect/vect-44.c: Ditto.
4968         * gcc.dg/vect/vect-45.c: Ditto.
4969         * gcc.dg/vect/vect-46.c: Ditto.
4970         * gcc.dg/vect/vect-47.c: Ditto.
4971         * gcc.dg/vect/vect-48.c: Ditto.
4972         * gcc.dg/vect/vect-49.c: Ditto.
4973         * gcc.dg/vect/vect-50.c: Ditto.
4974         * gcc.dg/vect/vect-51.c: Ditto.
4975         * gcc.dg/vect/vect-52.c: Ditto.
4976         * gcc.dg/vect/vect-53.c: Ditto.
4977         * gcc.dg/vect/vect-54.c: Ditto.
4978         * gcc.dg/vect/vect-55.c: Ditto.
4979         * gcc.dg/vect/vect-56.c: Ditto.
4980         * gcc.dg/vect/vect-57.c: Ditto.
4981         * gcc.dg/vect/vect-58.c: Ditto.
4982         * gcc.dg/vect/vect-59.c: Ditto.
4983         * gcc.dg/vect/vect-60.c: Ditto.
4984         * gcc.dg/vect/vect-74.c: Ditto.
4985         * gcc.dg/vect/vect-79.c: Ditto.
4986         * gcc.dg/vect/vect-80.c: Ditto.
4988 2004-10-04  Andrew Pinski  <pinskia@physics.uc.edu>
4990         * gcc.dg/unused-7.c: Use the correct option.
4992 2004-10-04  Paul Brook  <paul@codesourcery.com>
4993         Bud Davis  <bdavis9659@comcast.net>
4995         PR fortran/17706
4996         PR fortran/16434
4997         * gfortran/pr17706.f90: New test.
4998         * gfortran.dg/g77/f77-edit-s-out.f: Remove xfail.
5000 2004-10-04  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5002         * gfortran.dg/pr17612.f90: New test.
5004 2004-10-03  Gabriel Dos Reis  <gdr@integrable-solutions.net>
5006         * g++.dg/template/local1.C: Adjust quoting marks in
5007         testing for diagnostics.
5008         * g++.dg/tls/diag-2.C: Likewise.
5009         * g++.dg/other/error8.C: Likewise.
5011 2004-10-03  Andrew Pinski  <pinskia@physics.uc.edu>
5013         PR c/17178
5014         * gcc.dg/unused-4.c: Adjust to be correct.
5016         PR c/17820
5017         * gcc.dg/unused-7.c: New test.
5019 2004-10-03  Andrew Pinski  <pinskia@physics.uc.edu>
5021         PR c++/17797
5022         * g++.dg/overload/template2.C: New test.
5024 2004-10-03  Kazu Hirata  <kazu@cs.umass.edu>
5026         PR tree-optimization/16632
5027         * gcc.dg/tree-ssa/20041002-1.c: New.
5029 2004-10-03  Paul Brook  <paul@codesourcery.com>
5031         * gfortran.dg/pr17286.f90: Add dg-do line.  Explicitly test bug,
5032         rather than relying on default formatting.
5034 2004-10-02  Joseph S. Myers  <jsm@polyomino.org.uk>
5036         * gcc.dg/20040920-1.c: Update expected message text.
5038 2004-10-02  Ulrich Weigand  <uweigand@de.ibm.com>
5040         * gcc.dg/tree-ssa/loop-1.c: Merge changed dg-options for s390-*-*.
5042 2004-10-01  Zdenek Dvorak  <dvorakz@suse.cz>
5044         * gcc.dg/tree-ssa/loop-1.c: Check that unrolling occurs already on
5045         tree level.
5047 2004-10-01  Andrew Pinski  <pinskia@physics.uc.edu>
5049         * gcc.dg/tree-ssa/pr17343.c: Remove.
5051 2004-10-01  Andrew Pinski  <pinskia@physics.uc.edu>
5053         PR tree-opt/17343
5054         * gcc.dg/tree-ssa/pr17343.c: New test.
5056 2004-10-01  Jakub Jelinek  <jakub@redhat.com>
5058         * gcc.dg/tree-ssa/stdarg-1.c: Removed.
5059         * gcc.dg/tree-ssa/stdarg-2.c: Removed.
5060         * gcc.dg/tree-ssa/stdarg-3.c: Removed.
5061         * gcc.dg/tree-ssa/stdarg-4.c: Removed.
5062         * gcc.dg/tree-ssa/stdarg-5.c: Removed.
5064 2004-09-30  Joseph S. Myers  <jsm@polyomino.org.uk>
5066         * gcc.dg/lvalue-2.c: New test.
5068 2004-09-30  Joseph S. Myers  <jsm@polyomino.org.uk>
5070         PR c/17730
5071         * gcc.dg/pr17730-1.c: New test
5073 2004-09-29  Joseph S. Myers  <jsm@polyomino.org.uk>
5075         PR c/7425
5076         * gcc.dg/deprecated-3.c, g++.dg/warn/deprecated-2.C: New tests.
5078 2004-09-29  Jakub Jelinek  <jakub@redhat.com>
5080         * gcc.c-torture/execute/stdarg-1.c: New test.
5081         * gcc.c-torture/execute/stdarg-2.c: New test.
5082         * gcc.c-torture/execute/stdarg-3.c: New test.
5083         * gcc.dg/tree-ssa/stdarg-1.c: New test.
5084         * gcc.dg/tree-ssa/stdarg-2.c: New test.
5085         * gcc.dg/tree-ssa/stdarg-3.c: New test.
5086         * gcc.dg/tree-ssa/stdarg-4.c: New test.
5087         * gcc.dg/tree-ssa/stdarg-5.c: New test.
5089 2004-09-29  Jakub Jelinek  <jakub@redhat.com>
5091         PR tree-optimization/17697
5092         * g++.dg/opt/pr17697-1.C: New test.
5093         * g++.dg/opt/pr17697-2.C: New test.
5094         * g++.dg/opt/pr17697-3.C: New test.
5096 2004-09-28  Joseph S. Myers  <jsm@polyomino.org.uk>
5098         PR c/16409
5099         * gcc.dg/vla-init-2.c, gcc.dg/vla-init-3.c, gcc.dg/vla-init-4.c,
5100         gcc.dg/vla-init-5.c: New tests.
5102 2004-09-27  Joseph S. Myers  <jsm@polyomino.org.uk>
5104         PR c/13804
5105         * gcc.dg/pr13804-1.c: New test.
5107 2004-09-27  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5109         PR fortran/16938
5110         * gfortran.dg/pr16938.f90: New test.
5112 2004-09-27  Mark Mitchell  <mark@codesourcery.com>
5114         * g++.dg/template/crash23.C: New test.
5116 2004-09-27  Mark Mitchell  <mark@codesourcery.com>
5118         PR c++/17585
5119         * g++.dg/template/static8.C: New test.
5121 2004-09-27  Nathan Sidwell  <nathan@codesourcery.com>
5123         PR c++/17681
5124         * g++.dg/other/error9.C: New test.
5126 2004-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
5128         * gcc.dg/tree-ssa/loop-1.c: Use -msmall-exec on s390-*-* targets.
5130 2004-09-26  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5132         PR fortran/15164
5133         * gfortran.dg/pr15164.f90: New test. Fixed in followup commit.
5135 2004-09-26  Roger Sayle  <roger@eyesopen.com>
5137         PR middle-end/17112
5138         * gcc.dg/pr17112-1.c: New test case.
5140 2004-09-26  Joseph S. Myers  <jsm@polyomino.org.uk>
5142         PR c/11459
5143         * gcc.dg/pr11459-1.c: New test.
5145 2004-09-25  Ulrich Weigand  <uweigand@de.ibm.com>
5147         * gcc.dg/tree-ssa/loop-2.c: Avoid matching new-line in regexp.
5148         * gcc.dg/tree-ssa/loop-4.c: Likewise.
5150 2004-09-25  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5152         * gfortran.dg/pr15324.f90: Make array bounds consistent.
5154 2004-09-25  Jan Hubicka  <jh@suse.cz>
5156         * compile/30040909-1.c: New test.
5157         * compile/30040907-1.c: New test.
5159 2004-09-25  Richard Sandiford  <rsandifo@redhat.com>
5161         * gcc.c-torture/execute/va-arg-26.c: New test.
5163 2004-09-24  Zack Weinberg  <zack@codesourcery.com>
5165         * objc.dg/proto-lossage-4.m: Use long instead of int to avoid
5166         extra diagnostics on targets with 64-bit pointers.
5167         * objc.dg/selector-1.m: Adjust dg-warning regexp.
5169 2004-09-24  Joseph S. Myers  <jsm@polyomino.org.uk>
5171         PR c/17188
5172         * gcc.dg/nested-redef-1.c, gcc.dg/pr17188-1.c: New tests.
5173         * gcc.dg/decl-3.c: Adjust expected message.
5175 2004-09-24  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5177         PR fortran/17615
5178         * gfortran.dg/pr17615.f90: New test.
5180 2004-09-24  Andrew MacLeod  <amacleod@redhat.com>
5182         PR tree-optimzation/17517
5183         * g++.dg/tree-ssa/pr17517.C: New Test.
5185 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
5187         PR c++/16889
5188         * g++.dg/lookup/ambig3.C: New.
5190 2004-09-24  Andrew Pinski  <pinskia@physics.uc.edu>
5192         PR tree-opt/17624
5193         * g++.dg/opt/pr17624.C: New test.
5195 2004-09-24  Joseph S. Myers  <jsm@polyomino.org.uk>
5197         PR c/6980
5198         * gcc.dg/Wbad-function-cast-1.c: New test.
5200 2004-09-23  Zack Weinberg  <zack@codesourcery.com>
5202         * g++.dg/ext/complit1.C
5203         * g++.dg/other/error2.C
5204         * g++.dg/other/nontype-1.C
5205         * g++.dg/parse/crash11.C
5206         * g++.dg/parse/crash12.C
5207         * g++.dg/parse/error15.C
5208         * g++.dg/parse/error4.C
5209         * g++.dg/parse/tmpl-outside1.C
5210         * g++.dg/parse/too-many-tmpl-args1.C
5211         * g++.dg/template/dependent-expr3.C
5212         * g++.dg/template/error10.C
5213         * g++.dg/template/instantiate1.C
5214         * g++.dg/template/vtable2.C
5215         * g++.dg/warn/Wshadow-1.C
5216         * g++.dg/warn/weak1.C
5217         * g++.old-deja/g++.brendan/crash16.C
5218         * g++.old-deja/g++.brendan/crash18.C
5219         * g++.old-deja/g++.brendan/crash48.C
5220         * g++.old-deja/g++.brendan/crash49.C
5221         * g++.old-deja/g++.brendan/crash55.C
5222         * g++.old-deja/g++.brendan/crash56.C
5223         * g++.old-deja/g++.brendan/crash8.C
5224         * g++.old-deja/g++.brendan/enum11.C
5225         * g++.old-deja/g++.brendan/enum8.C
5226         * g++.old-deja/g++.brendan/enum9.C
5227         * g++.old-deja/g++.brendan/friend3.C
5228         * g++.old-deja/g++.brendan/misc14.C
5229         * g++.old-deja/g++.bugs/900402_02.C
5230         * g++.old-deja/g++.bugs/900404_03.C
5231         * g++.old-deja/g++.bugs/900404_04.C
5232         * g++.old-deja/g++.bugs/900428_03.C
5233         * g++.old-deja/g++.jason/crash4.C
5234         * g++.old-deja/g++.jason/overload21.C
5235         * g++.old-deja/g++.jason/redecl1.C
5236         * g++.old-deja/g++.jason/report.C
5237         * g++.old-deja/g++.jason/rfg10.C
5238         * g++.old-deja/g++.jason/template30.C
5239         * g++.old-deja/g++.law/arm12.C
5240         * g++.old-deja/g++.law/ctors5.C
5241         * g++.old-deja/g++.law/cvt20.C
5242         * g++.old-deja/g++.law/init10.C
5243         * g++.old-deja/g++.law/init8.C
5244         * g++.old-deja/g++.law/visibility17.C
5245         * g++.old-deja/g++.law/visibility7.C
5246         * g++.old-deja/g++.mike/net8.C
5247         * g++.old-deja/g++.mike/p646.C
5248         * g++.old-deja/g++.mike/p700.C
5249         * g++.old-deja/g++.mike/p701.C
5250         * g++.old-deja/g++.mike/p811.C
5251         * g++.old-deja/g++.ns/template13.C
5252         * g++.old-deja/g++.other/array3.C
5253         * g++.old-deja/g++.other/crash25.C
5254         * g++.old-deja/g++.other/dtor3.C
5255         * g++.old-deja/g++.other/dtor4.C
5256         * g++.old-deja/g++.other/main1.C
5257         * g++.old-deja/g++.other/warn7.C
5258         * g++.old-deja/g++.pt/crash11.C
5259         * g++.old-deja/g++.pt/crash36.C
5260         * g++.old-deja/g++.pt/spec22.C
5261         * g++.old-deja/g++.pt/spec9.C
5262         * g++.old-deja/g++.pt/ttp52.C
5263         * g++.old-deja/g++.robertl/eb103.C
5264         * g++.old-deja/g++.robertl/eb121.C
5265         * g++.old-deja/g++.robertl/eb22.C
5266         * g++.old-deja/g++.robertl/eb8.C:
5267         Update locations and/or regexps of dg-error markers.
5268         Remove markers for some bogus messages that are no longer issued.
5270 2004-09-23  Jakub Jelinek  <jakub@redhat.com>
5272         * gcc.c-torture/execute/builtins/strcpy-2.c: New test.
5273         * gcc.c-torture/execute/builtins/strcpy-2-lib.c: New.
5275 2004-09-23  Andrew Pinski  <pinskia@physics.uc.edu>
5277         PR c++/17618
5278         * g++.dg/lookup/crash5.C: New test.
5280 2004-09-23  Dorit Naishlos <dorit@il.ibm.com>
5282         * gcc.dg/vect/vect-27.c: Now vectorized on altivec.
5283         * gcc.dg/vect/vect-29.c: Now vectorized on altivec.
5284         * gcc.dg/vect/vect-48.c: Now vectorized on altivec.
5285         * gcc.dg/vect/vect-56.c: Now vectorized on altivec.
5286         * gcc.dg/vect/vect-72.c: New test for altivec and sse2.
5287         * gcc.dg/vect/vect-77.c: Now vectorized on altivec.
5289         * gcc.dg/vect/vect-27a.c: New test for altivec and mmx.
5290         * gcc.dg/vect/vect-29a.c: New test for altivec and mmx.
5291         * gcc.dg/vect/vect-48a.c: New test for altivec and mmx.
5292         * gcc.dg/vect/vect-56a.c: New test for altivec and mmx.
5293         * gcc.dg/vect/vect-72a.c: New test for altivec and mmx.
5294         * gcc.dg/vect/vect-77a.c: New test for altivec and mmx.
5296         * gcc.dg/vect/vect-13.c: Change to run test instead of compile.
5298         * gcc.dg/vect/vect-44.c: Check additional cases.
5299         * gcc.dg/vect/vect-48.c: Check additional cases.
5301         * gcc.dg/vect/vect-26.c: Use sse2 instead of sse.
5302         * gcc.dg/vect/vect-27.c: Use sse2 instead of sse.
5303         * gcc.dg/vect/vect-28.c: Use sse2 instead of sse.
5304         * gcc.dg/vect/vect-29.c: Use sse2 instead of sse.
5305         * gcc.dg/vect/vect-4?.c: Use sse2 instead of sse.
5306         * gcc.dg/vect/vect-75.c: Use sse2 instead of sse.
5307         * gcc.dg/vect/vect-76.c: Use sse2 instead of sse.
5308         * gcc.dg/vect/vect-77.c: Use sse2 instead of sse.
5309         * gcc.dg/vect/vect-78.c: Use sse2 instead of sse.
5311         * gcc.dg/vect/vect-5?.c: Use sse2 instead of sse. Add return 0.
5312         * gcc.dg/vect/vect-60.c: Use sse2 instead of sse. Add return 0.
5313         * gcc.dg/vect/vect-61.c: Use sse2 instead of sse. Add return 0.
5315 2004-09-23  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5317         * gcc.dg/tree-ssa/loop-6.c: New test.
5319 2004-09-23  Nathan Sidwell  <nathan@codesourcery.com>
5321         PR c++/17620
5322         * g++.dg/inherit/base2.C: New.
5324 2004-09-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
5326         * gcc.dg/20001012-1.c: Add prototypes for builtin functions.
5327         * gcc.dg/20001012-2.c: Likewise.
5328         * gcc.dg/20001013-1.c: Likewise.
5329         * gcc.dg/20001101-1.c: Likewise.
5330         * gcc.dg/20001102-1.c: Likewise.
5331         * gcc.dg/bf-spl1.c: Likewise.
5332         * gcc.dg/titype-1.c: Remove special-casing for SPARC.
5333         * gcc.dg/20040813-1.c: Add missing "." to the regexp.
5335 2004-09-22  Diego Novillo  <dnovillo@redhat.com>
5337         PR tree-optimization/16721
5338         * testsuite/gcc.dg/tree-ssa/pr16721.c: New test.
5340 2004-09-23  Ulrich Weigand  <uweigand@de.ibm.com>
5342         * gcc.dg/20030123-1.c: Add prototypes for builtin functions.
5343         * gcc.dg/20040305-1.c: Likewise.
5345 2004-09-22  Joseph S. Myers  <jsm@polyomino.org.uk>
5347         PR c/16566
5348         * gcc.c-torture/compile/pr16566-1.c,
5349         gcc.c-torture/compile/pr16566-2.c,
5350         gcc.c-torture/compile/pr16566-3.c: New tests.
5352 2004-09-22  Kazu Hirata  <kazu@cs.umass.edu>
5354         PR tree-optimization/17512
5355         * gcc.c-torture/compile/20040916-1.c.
5357 2004-09-21  Mark Mitchell  <mark@codesourcery.com>
5359         * gcc.dg/pragma-re-3.c: New test.
5361 2004-09-17  Matt Austern  <austern@apple.com>
5363         PR c++/15049
5364         * g++.dg/other/anon3.C: New.
5366 2004-09-21  Roger Sayle  <roger@eyesopen.com>
5368         PR c++/7503
5369         * g++.dg/opt/pr7503-1.C: New testcase for COND_EXPR lvalues.
5370         * g++.dg/opt/pr7503-2.C: New testcase for <? and >? lvalues.
5371         * g++.dg/opt/pr7503-3.C: New testcase for invalid <? lvalue errors.
5372         * g++.dg/opt/pr7503-4.C: New testcase for <?= and >?= assignments.
5373         * g++.dg/opt/pr7503-5.C: New testcase for side-effects with <?=.
5375 2004-09-21  Bud Davis  <bdavis9659@comcast.net>
5377         PR fortran/17286
5378         * gfortran.dg/pr17286.f90: New test.
5380 2004-09-20  Mark Mitchell  <mark@codesourcery.com>
5382         PR c++/17530
5383         * g++.dg/template/static7.C: New test.
5385 2004-09-20  Andrew Pinski  <pinskia@physics.uc.edu>
5387         PR tree-opt/17558
5388         * gcc.c-torture/compile/pr17558.c: New test.
5390 2004-09-20  Richard Sandiford  <rsandifo@redhat.com>
5392         * gcc.dg/compat/sdata-section.h (SDATA_SECTION): Don't use an attribute
5393         if SKIP_ATTRIBUTE is defined.
5395 2004-09-20  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5397         PR fortran/15957
5398         * gfortran.dg/pr15957.f90: New test.
5400 2004-09-20  Dorit Naishlos  <dorit@il.ibm.com>
5402         * gcc.dg/vect/vect-74.c: Avoid floating point precision error
5403         in comparison.
5404         * gcc.dg/vect/vect-79.c: Likewise.
5405         * gcc.dg/vect/vect-80.c: Likewise.
5407 2004-09-20  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5409         PR fortran/15750
5410         * gfortran.fortran-torture/execute/iolength_2.f90: New test.
5412 2004-09-20  Ira Rosen  <irar@il.ibm.com>
5414         * gcc.dg/vect/vect-13.c: Added xfail for non ppc platforms.
5415         * gcc.dg/vect/vect-74.c: Split into 3 tests (vect-79.c, vect-80.c).
5416         * gcc.dg/vect/vect-62.c: New testcase.
5417         * gcc.dg/vect/vect-63.c: New testcase.
5418         * gcc.dg/vect/vect-64.c: New testcase.
5419         * gcc.dg/vect/vect-65.c: New testcase.
5420         * gcc.dg/vect/vect-66.c: New testcase.
5421         * gcc.dg/vect/vect-67.c: New testcase.
5422         * gcc.dg/vect/vect-68.c: New testcase.
5423         * gcc.dg/vect/vect-69.c: New testcase.
5424         * gcc.dg/vect/vect-79.c: New testcase.
5425         * gcc.dg/vect/vect-80.c: New testcase.
5427 2004-09-20  Richard Sandiford  <rsandifo@redhat.com>
5429         * gcc.target/mips/asm-1.c: New test.
5431 2004-09-19  Ira Rosen  <irar@il.ibm.com>
5433         * gcc.dg/vect/vect-13.c: Now vectorized on ppc*.
5434         * gcc.dg/vect/vect-73.c: New testcase.
5435         * gcc.dg/vect/vect-74.c: New testcase.
5436         * gcc.dg/vect/vect-75.c: New testcase.
5437         * gcc.dg/vect/vect-76.c: New testcase.
5438         * gcc.dg/vect/vect-77.c: New testcase.
5439         * gcc.dg/vect/vect-78.c: New testcase
5441 2004-09-18  Paul Brook  <paul@codesourcery.com>
5443         * g++.old-deja/g++.pt/static11.C: XFAIL on arm*-*-eabi.
5445 2004-09-18  Joseph S. Myers  <jsm@polyomino.org.uk>
5447         PR c/17424
5448         * gcc.dg/pr17424-1.c: New test.
5450 2004-09-18  Diego Novillo  <dnovillo@redhat.com>
5452         * g++.dg/tree-ssa/pr17153.C: New test.
5454 2004-09-16  Geoffrey Keating  <geoffk@apple.com>
5456         PR pch/13361
5457         * testsuite/g++.dg/pch/wchar-1.C: New.
5458         * testsuite/g++.dg/pch/wchar-1.Hs: New.
5460 2004-09-17  Kenneth Zadeck  <Kenneth.Zadeck@NaturalBridge.com>
5462         * gcc.c-torture/execute/20040917-1.c: New test.
5464 2004-09-17  Diego Novillo  <dnovillo@redhat.com>
5466         PR tree-optimization/17319
5467         * gcc.dg/pr17319.c: New test.
5469 2004-09-17  Devang Patel  <dpatel@apple.com>
5471         * gcc.dg/20040813-1.c: New test.
5473 2004-09-17  Diego Novillo  <dnovillo@redhat.com>
5475         PR tree-optimization/17273
5476         * gcc.c-torture/compile/pr17273.c: New test.
5478 2004-09-17  Joseph S. Myers  <jsm@polyomino.org.uk>
5480         * gcc.dg/declspec-4.c, gcc.dg/declspec-5.c, gcc.dg/declspec-6.c:
5481         Update expected messages.
5482         * gcc.dg/declspec-13.c: New test.
5484 2004-09-17  David Edelsohn  <edelsohn@gnu.org>
5486         * gcc.dg/darwin-longlong.c: XFAIL on AIX and SPE.
5488 2004-09-17  Diego Novillo  <dnovillo@redhat.com>
5490         * gcc.c-torture/execute/pr17252.c: Use post-increment to
5491         change what 'a' is pointing to.
5493 2004-09-17  Mark Mitchell  <mark@codesourcery.com>
5495         PR c++/16002
5496         * g++.dg/template/error18.C: New test.
5498         PR c++/16029
5499         * g++.dg/warn/Wunused-8.C: New test.
5501 2004-09-17  Steven Bosscher  <stevenb@suse.de>
5503         PR tree-optimization/17513
5504         * gcc.dg/20040916-1.c: New test.
5506 2004-09-16  Mark Mitchell  <mark@codesourcery.com>
5508         PR c++/17501
5509         * g++.dg/template/typename7.C: New test.
5511 2004-09-16  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5513         * gcc.dg/tree-ssa/copy-headers.c: Update outcome.
5515 2004-09-16  Frank Ch. Eigler  <fche@redhat.com>
5517         * gcc.misc-tests/bprob.exp, g++.dg/bprob/bprob.exp: Iterate tests
5518         with -ftree-based-profiling also.
5519         * lib/profopt.exp: Support late-set profile_option/feedback_option.
5521 2004-09-16  Victor Leikehman  <lei@il.ibm.com>
5523         PR/15364
5524         * gfortran.dg/der_array_io_1.f90: New test.
5525         * gfortran.dg/der_array_io_2.f90: New test.
5526         * gfortran.dg/der_array_io_3.f90: New test.
5528 2004-09-15  Mark Mitchell  <mark@codesourcery.com>
5530         * testsuite/g++.old-deja/g++.abi/cxa_vec.C: Adjust for ARM
5531         EABI.
5533 2004-09-15  Mark Mitchell  <mark@codesourcery.com>
5535         * g++.dg/opt/switch1.C: New test.
5537 2004-09-15  Joseph S. Myers  <jsm@polyomino.org.uk>
5539         * g++.dg/ext/member-attr.C, g++.dg/warn/deprecated.C,
5540         gcc.dg/deprecated.c, gcc.dg/noreturn-1.c, gcc.dg/noreturn-4.c:
5541         Update expected messages.
5543 2004-09-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5545         PR fortran/16485
5546         * gfortran.dg/same_name_1.f90: New test.
5548 2004-09-15  Diego Novillo  <dnovillo@redhat.com>
5550         * gcc.c-torture/execute/pr17252.c: Fix thinko.  Don't
5551         dereference garbage pointers.
5553 2004-09-15  Jakub Jelinek  <jakub@redhat.com>
5555         * gcc.c-torture/execute/builtins/strlen-3.c: New test.
5556         * gcc.c-torture/execute/builtins/strlen-3-lib.c: New.
5558         * gcc.c-torture/execute/builtins/memmove.c (main_test): Formatting.
5559         * gcc.c-torture/execute/builtins/memmove-2.c: New test.
5560         * gcc.c-torture/execute/builtins/memmove-2-lib.c: New.
5562 2004-09-14  Mark Mitchell  <mark@codesourcery.com>
5564         PR c++/17324
5565         * g++.dg/template/mangle1.C: New test.
5567 2004-09-14  Diego Novillo  <dnovillo@redhat.com>
5569         PR tree-optimization/17252
5570         * gcc.c-torture/execute/pr17252.c: New test.
5572 2004-09-14  Andrew Pinski  <apinski@apple.com>
5574         * g++.dg/tree-ssa/pointer-reference-alias.C: New test.
5576 2004-09-14  Roger Sayle  <roger@eyesopen.com>
5578         PR rtl-optimization/9771
5579         * gcc.dg/pr9771-1.c: New test case.
5581 2004-09-14  Diego Novillo  <dnovillo@redhat.com>
5583         PR tree-optimization/15262
5584         * gcc.c-torture/execute/pr15262-1.c: New test.
5585         * gcc.c-torture/execute/pr15262-2.c: New test.
5587 2004-09-14  Joseph S. Myers  <jsm@polyomino.org.uk>
5589         * gcc.dg/declspec-12.c: New test.
5591 2004-09-14  Bud Davis  <bdavis9659@comcast.net>
5593         * gfortran.dg/pr17090.f90: Add directives to test.
5595 2004-09-14  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5597         * gcc.c-torture/compile/20040914-1.c: New test.
5599 2004-09-13  Mark Mitchell  <mark@codesourcery.com>
5601         PR c++/16162
5602         * g++.dg/template/decl2.C: New test.
5604 2004-09-13  Bud Davis  <bdavis9659@comcast.net>
5606         PR fortran/17090
5607         * gfortran.dg/pr17090.f90: New test.
5609 2004-09-13  Dale Johannesen  <dalej@apple.com>
5611         * gcc.c-torture/compile/pr17408.c:  New test case.
5613 2004-09-13  Mark Mitchell  <mark@codesourcery.com>
5615         PR c++/16716
5616         * g++.dg/parse/crash17.C: New test.
5618         PR c++/17327
5619         * g++.dg/template/enum3.C: New test.
5621 2004-09-13  Hans-Peter Nilsson  <hp@bitrange.com>
5623         * lib/gcc-defs.exp: Load wrapper.exp.
5624         * lib/g++.exp (g++_init): Call g++_maybe_build_wrapper instead of
5625         using local code.
5626         * lib/gcc.exp (gcc_init): Similar.
5627         * lib/gfortran.exp (gfortran_init): Similar.
5628         * lib/objc.exp (objc_init): Similar.
5629         * lib/treelang.exp (treelang_init): Similar.
5630         * lib/wrapper.exp: New file with build_wrapper call machinery in
5631         ${tool}_maybe_build_wrapper.
5633 2004-09-13  Joseph S. Myers  <jsm@polyomino.org.uk>
5635         * gcc.dg/declspec-7.c: Don't expect diagnostic for duplicate
5636         "inline".
5637         * gcc.dg/declspec-11.c: Update expected messages.
5638         * gcc.dg/inline-6.c, gcc.dg/inline-7.c, gcc.dg/inline-8.c,
5639         gcc.dg/inline-9.c, gcc.dg/inline-10.c, gcc.dg/inline-11.c,
5640         gcc.dg/inline-12.c: New tests.
5642 2004-09-13  Andrew MacLeod  <amacleod@redhat.com>
5644         * g++.dg/tree-ssa/pr17400.C: New testcase.
5646 2004-09-13  James E Wilson  <wilson@specifixinc.com>
5648         * gcc.target/mips/sb1-1.c: New testcase.
5650 2004-09-12  Hans-Peter Nilsson  <hp@bitrange.com>
5652         * lib/g77-dg.exp: Remove unused file.
5653         * lib/mike-g77.exp: Ditto.
5654         * lib/g77.exp: Ditto.
5656 2004-09-12  Richard Henderson  <rth@redhat.com>
5658         * g++.old-deja/g++.other/sizeof3.C: Fix abort declaration.
5660 2004-09-13  Joseph S. Myers  <jsm@polyomino.org.uk>
5662         * g++.dg/warn/Wswitch-1.C, g++.dg/warn/Wswitch-2.C,
5663         gcc.dg/Wswitch-2.c, gcc.dg/Wswitch-enum.c, gcc.dg/Wswitch.c,
5664         gcc.dg/declspec-9.c, gcc.dg/declspec-10.c, gcc.dg/declspec-11.c,
5665         gcc.dg/m-un-2.c, gcc.dg/noreturn-1.c, gcc.dg/wtr-conversion-1.c:
5666         Update expected messages.
5668 2004-09-13  Hans-Peter Nilsson  <hp@axis.com>
5670         * gcc.dg/asmreg-1.c (__syscall_getdents64): Adjust signedness
5671         declaration/use mismatch for dirp parameter.
5673 2004-09-12  Andrew Pinski  <apinski@apple.com>
5675         * lib/objc.exp (objc_target_compile): Look for libobjc-gnu.a also when
5676         -fgnu-runtime is passed.
5678 2004-09-12  Richard Henderson  <rth@redhat.com>
5680         * lib/fortran-torture.exp (add-ieee-options): Replace ieee-options;
5681         do the uplevel thing and update additional_flags directly.
5682         * gfortran.fortran-torture/execute/intrinsic_fraction_exponent.x,
5683         gfortran.fortran-torture/execute/intrinsic_nearest.x,
5684         gfortran.fortran-torture/execute/intrinsic_set_exponent.x,
5685         gfortran.fortran-torture/execute/nan_inf_fmt.x: Update to match.
5687 2004-09-11  Steven Bosscher  <stevenb@suse.de>
5689         * g++.dg/parse/break-in-for.C: Fix for -ansi -pedantic-errors.
5691 2004-09-11  Roger Sayle  <roger@eyesopen.com>
5693         PR middle-end/17411
5694         * g++.dg/opt/pr17411-1.C: New test case.
5696 2004-09-11  Joseph S. Myers  <jsm@polyomino.org.uk>
5698         * gcc.dg/declspec-4.c, gcc.dg/declspec-5.c, gcc.dg/declspec-6.c,
5699         gcc.dg/tls/diag-2.c: Update expected messages.
5700         * gcc.dg/991209-1.c: Specify compilation options.  Update expected
5701         messages.
5702         * gcc.dg/pr14289-2.c, gcc.dg/pr14289-3.c: Remove.
5703         * gcc.dg/declspec-7.c, gcc.dg/declspec-8.c, gcc.dg/declspec-9.c,
5704         gcc.dg/declspec-10.c, gcc.dg/declspec-11.c, gcc.dg/tls/diag-4.c,
5705         gcc.dg/tls/diag-5.c: New tests.
5707 2004-09-11  Zack Weinberg  <zack@codesourcery.com>
5709         * gcc.dg/20040910-1.c: Correct dg-error regexp.
5711 2004-09-11  Steven Bosscher  <stevenb@suse.de>
5713         * g++.dg/parse/break-in-for.C: New test.
5715 2004-09-11  Jakub Jelinek  <jakub@redhat.com>
5717         * gcc.dg/tree-ssa/20040911-1.c: New test.
5719 2004-09-11  Andreas Jaeger  <aj@suse.de>
5721         * gcc.c-torture/execute/991118-1.x: Delete, PR 16437 is fixed.
5722         * gcc.c-torture/execute/bf64-1.x: Remove XFAIL on x86-64.
5724 2004-09-11  Richard Sandiford  <rsandifo@redhat.com>
5726         * gcc.target/frv: New directory of FR-V-specific tests.
5728 2004-09-10  James E Wilson  <wilson@specifixinc.com>
5730         * gcc.dg/convert-vec-1.c: New test.
5732 2004-09-10  Roger Sayle  <roger@eyesopen.com>
5734         PR middle-end/17024
5735         * gcc.dg/pr17024-1.c: New test case.
5737 2004-09-10  Eric Christopher  <echristo@redhat.com>
5739         * gcc.dg/20040910-1.c: New test.
5741 2004-09-11  Joseph S. Myers  <jsm@polyomino.org.uk>
5743         * gcc.dg/bitfld-9.c: New test.
5745 2004-09-10  Richard Sandiford  <rsandifo@redhat.com>
5747         * gcc.c-torture/execute/ieee/acc1.c: New test.
5748         * gcc.c-torture/execute/ieee/acc2.c: New test.
5749         * gcc.c-torture/execute/ieee/mzero6.c: New test.
5751 2004-09-10  Joseph S. Myers  <jsm@polyomino.org.uk>
5753         * gcc.dg/deprecated-2.c: New test.
5755 2004-09-09  James E Wilson  <wilson@specifixinc.com>
5757         * gcc.dg/init-vec-1.c: New test.
5759 2004-09-09  Roger Sayle  <roger@eyesopen.com>
5761         PR middle-end/17055
5762         * gcc.dg/pr17055-1.c: New test case.
5764 2004-09-09  Hans-Peter Nilsson  <hp@axis.com>
5766         PR target/17377
5767         * gcc.c-torture/execute/pr17377.c: New test.
5769 2004-09-09  Joseph S. Myers  <jsm@polyomino.org.uk>
5771         PR c/8420
5772         * gcc.dg/anon-struct-4.c, gcc.dg/declspec-1.c,
5773         gcc.dg/declspec-2.c, gcc.dg/declspec-3.c, gcc.dg/declspec-4.c,
5774         gcc.dg/declspec-5.c, gcc.dg/declspec-6.c,
5775         gcc.dg/long-long-typespec-1.c: New tests.
5776         * gcc.dg/tls/diag-2.c: Update expected diagnostics
5778 2004-09-09  Joseph S. Myers  <jsm@polyomino.org.uk>
5780         * gcc.dg/c90-static-1.c, gcc.dg/c99-static-1.c,
5781         gcc.dg/gnu99-static-1.c: New tests.
5783 2004-09-08  Devang Patel  <dpatel@apple.com>
5785         * gcc.dg/darwin-ld-20040828-1.c: New test.
5786         * gcc.dg/darwin-ld-20040828-2.c: New test.
5787         * gcc.dg/darwin-ld-20040828-3.c: New test.
5789 2004-09-08  Ziemowit Laski  <zlaski@apple.com>
5791         * objc.dg/bitfield-2.m: Make 'id' definition a typedef.
5792         * obj.dg/bitfield-4.m: Allow 'unsigned' in addition to 'unsigned int'
5793         in error message.
5794         * objc.dg/id-1.m: Attempt to define 'id' in an incompatible fashion.
5795         * objc.dg/method-6.m: Allow 'unsigned' in addition to 'unsigned int'
5796         in error message.
5797         * objc.dg/proto-qual-1.m: Protocol qualifiers now appear before the
5798         types they qualify.
5799         * objc.dg/type-size-2.m: Fix wording in comment.
5800         * objc.dg/va-meth-1.m: New test case.
5802 2004-09-06  H.J. Lu  <hongjiu.lu@intel.com>
5804         PR c/16633:
5805         * lib/gcc-dg.exp: Set up LD_LIBRARY_PATH, SHLIB_PATH,
5806         LD_LIBRARYN32_PATH, LD_LIBRARY64_PATH and DYLD_LIBRARY_PATH.
5808 2004-09-06  Devang Patel  <dpatel@apple.com>
5810         * gcc.dg/tree-ssa/ifc-20040816-1.c: Use -ftree-vectorize.
5811         * gcc.dg/tree-ssa/ifc-20040816-2.c: Use -ftree-vectorize.
5813 2004-09-06  Zack Weinberg  <zack@codesourcery.com>
5815         * g++.old-deja/g++.other/enum2.C: Move dg-error markers to
5816         reflect changed line numbering of diagnostics.
5818 2004-09-06  Paul Brook  <paul@codesourcery.com>
5820         * gfortran.dg/edit_real_1.f90: Add new test.
5822 2004-09-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5824         * gcc.dg/tree-ssa/loop-2.c: New test.
5825         * gcc.dg/tree-ssa/loop-3.c: New test.
5826         * gcc.dg/tree-ssa/loop-4.c: New test.
5827         * gcc.dg/tree-ssa/loop-5.c: New test.
5829 2004-09-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5831         * gcc.dg/format/sentinel-1.c: Update for parameter option.
5833 2004-09-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5835         * gcc.dg/format/sentinel-1.c: New test.
5837 2004-09-04  Uros Bizjak  <uros@kss-loka.si>
5839         * testsuite/gcc.dg/builtins-46.c: New.
5841 2004-09-03  Devang Patel  <dpatel@apple.com>
5843         * gcc.dg/tree-ssa/ifc-20040816-1.c: New test.
5844         * gcc.dg/tree-ssa/ifc-20040816-2.c: New test.
5846 2004-09-03  Jan Beulich  <jbeulich@novell.com>
5848         * g++.dg/abi/bitfield5.C: Use -mno-ms-bitfields.
5849         * g++.old-deja/g++.jason/thunk2.C: xfail for NetWare.
5850         * g++.old-deja/g++.law/profile1.C: xfail for NetWare.
5851         * g++.old-deja/g++.other/store-expr1.C: xfail for NetWare.
5852         * gcc.c-torture/compile/20001109-1.c: xfail for NetWare.
5853         * gcc.c-torture/compile/20001109-2.c: xfail for NetWare.
5854         * gcc.c-torture/execute/multi-ix.c: Use __builtin_bzero rather than
5855         the non-portable bzero.
5856         * gcc.dg/20010912-1.c: xfail for NetWare.
5857         * gcc.dg/20020426-2.c: xfail for NetWare.
5858         * gcc.dg/20021014-1.c: xfail for NetWare.
5859         * gcc.dg/20021018-1.c: xfail for NetWare.
5860         * gcc.dg/20030213-1.c: xfail for NetWare.
5861         * gcc.dg/20030225-1.c: xfail for NetWare.
5862         * gcc.dg/20030708-1.c: xfail for NetWare.
5863         * gcc.dg/builtins-config.h: Also exclude NetWare.
5864         * gcc.dg/format/format.h: Define restrict only if not already defined.
5865         * gcc.dg/nest.c: xfail for NetWare.
5866         * gcc.dg/special/gcsec-1.c: Don't pass -static for NetWare.
5867         * lib/target-supports.exp (check_visibility_available): Exclude
5868         NetWare.
5870 2004-09-03  Jan Beulich  <jbeulich@novell.com>
5872         * gcc.dg/pack-test-2.c: Adjust to permit and check #pragma pack(push).
5873         * gcc.dg/c99-flex-array-4.c: Add -fpack-struct=8 to provide a
5874         deterministic starting point for the alignment of structure fields.
5875         * gcc.dg/Wpadded.c: Dito.
5876         * g++.dg/abi/vbase10.C: Dito.
5878 2004-09-03  Devang Patel  <dpatel@apple.com>
5880         * g++.dg/debug/pr15736.cc: New test.
5882 2004-09-02  Mark Mitchell  <mark@codesourcery.com>
5884         * README.QMTEST: Fix out-of-date link.
5886 2004-09-03  David Billinghurst <David.Billinghurst@riotinto.com>
5888         PR fortran/16579
5889         * gfortran.fortran-torture/execute/intrinsic_i_char.f90:
5890         Delete.  Duplicate of gfortran.dg/g77/20010610.f
5892 2004-09-02  Mark Mitchell  <mark@codesourcery.com>
5894         * g++.dg/abi/arm_rtti1.C: New test.
5896 2004-09-02  Geoffrey Keating  <geoffk@apple.com>
5898         * gcc.dg/ppc-vector-memcpy.c: New.
5899         * gcc.dg/ppc-vector-memset.c: New.
5901 2004-09-02  Chao-ying Fu  <fu@mips.com>
5903         * gcc.target/mips/mips-3d-1.c: New test.
5904         * gcc.target/mips/mips-3d-2.c: New test.
5905         * gcc.target/mips/mips-3d-3.c: New test.
5906         * gcc.target/mips/mips-3d-4.c: New test.
5907         * gcc.target/mips/mips-3d-5.c: New test.
5908         * gcc.target/mips/mips-3d-6.c: New test.
5909         * gcc.target/mips/mips-3d-7.c: New test.
5910         * gcc.target/mips/mips-3d-8.c: New test.
5911         * gcc.target/mips/mips-3d-9.c: New test.
5912         * gcc.target/mips/mips-ps-1.c: New test.
5913         * gcc.target/mips/mips-ps-2.c: New test.
5914         * gcc.target/mips/mips-ps-3.c: New test.
5915         * gcc.target/mips/mips-ps-4.c: New test.
5916         * gcc.target/mips/mips-ps-type.c: New test.
5918 2004-09-02  Paul Brook  <paul@codesourcery.com>
5920         * gfortran.dg/edit_real_1.f90: Add new tests.
5922 2004-09-01  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5924         PR fortran/15327
5925         * gfortran.dg/merge_char_1.f90: New test.
5927 2004-09-01  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5929         PR fortran/16404
5930         * gfortran.dg/der_io_1.f90: XFAIL illegal testcase.
5932 2004-09-01  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5934         PR c/1522
5935         * gcc.c-torture/compile/20040901-1.c: New test, from PR.
5937 2004-09-01  Mark Mitchell  <mark@codesourcery.com>
5939         * g++.dg/opt/loop1.C: Do not XFAIL.
5941 2004-09-01  Jakub Jelinek  <jakub@redhat.com>
5943         * gcc.c-torture/execute/20040831-1.c: New test.
5945 2004-09-01  David Billinghurst <David.Billinghurst@riotinto.com>
5947         PR fortran/16579
5948         * gfortran.dg/g77/20010610.f: Now passes.
5949         Copy from g77.f-torture/execute. Add dg-run directive.
5950         * gfortran.dg/g77/README: Update
5952 2004-08-31  Andrew Pinski  <pinskia@physics.uc.edu>
5954         * gcc.dg/rs6000-power2-1.c (t1, t2, t3, t4): Add volatile.
5955         * gcc.dg/rs6000-power2-2.c: Fix the scan-assembly for the store.
5956         (t1, t2, t3, t4): Add volatile.
5958 2004-08-31  Mark Mitchell  <mark@codesourcery.com>
5960         * g++.dg/ext/visibility/arm1.C: New test.
5962 2004-08-31  Geoffrey Keating  <geoffk@apple.com>
5964         * gcc.dg/funcdef-storage-1.c: Add dg-options to suppress
5965         -pedantic-errors.
5967 2004-09-01  Paul Brook  <paul@codesourcery.com>
5969         * gfortran.dg/eof_2.f90: New test.
5971 2004-08-31  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5973         PR fortran/16579
5974         * gfortran.fortran-torture/execute/intrinsic_i_char.f90: New test.
5976 2004-08-31  Bud Davis  <bdavis9659@comcast.net>
5978         PR libfortran/16805
5979         * gfortran.dg/list_read_2.f90: New test.
5981 2004-08-31  Mark Mitchell  <mark@codesourcery.com>
5983         * g++.dg/abi/key1.C: New test.
5985 2004-08-31  Richard Henderson  <rth@redhat.com>
5987         * g++.dg/other/offsetof1.C: Include cstddef, use non-builtin
5988         form of offsetof.
5989         * g++.dg/other/offsetof5.C: Remove duplicate.
5991 2004-08-31  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5993         PR fortran/17244
5994         * gfortran.dg/func_derived_1.f90: New test.
5996 2004-08-31  Paul Brook  <paul@codesourcery.com>
5998         * gfortran.dg/eof_1.f90: New test.
6000 2004-08-31  Paul Brook  <paul@codesourcery.com>
6002         * gfortran.dg/list_read_1.f90: New file.
6004 2004-08-30  Mark Mitchell  <mark@codesourcery.com>
6006         * g++.dg/opt/loop1.C: XFAIL.
6008 2004-08-30  Geoffrey Keating  <geoffk@apple.com>
6010         * gcc.dg/funcdef-storage-1.c: New.
6011         * gcc.c-torture/compile/920625-2.c: Don't use 'static' to declare
6012         an extern function in local scope.
6013         * gcc.c-torture/execute/20010605-1.c: Don't use 'static inline' to
6014         declare an 'auto inline' function in local scope.
6015         * gcc.dg/20011130-1.c: Likewise.
6016         * gcc.c-torture/execute/nest-stdar-1.c: Don't use 'static' to declare
6017         an 'auto' function in local scope.
6018         * gcc.dg/20021014-1.c: Likewise.
6019         * gcc.dg/20030331-2.c: Likewise.
6021 2004-08-30  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
6023         * gfortran.dg/blockdata_1.f90: New test.
6025 2004-08-30  Richard Henderson  <rth@redhat.com>
6027         * g++.dg/other/offsetof1.C: Use __builtin_offsetof.
6029 2004-08-30  Richard Henderson  <rth@redhat.com>
6031         * lib/fortran-torture.exp (fortran-torture-execute): Honor
6032         additional_flags set by alternate driver.
6033         (ieee-options): New procedure.
6034         * gfortran.fortran-torture/execute/intrinsic_fraction_exponent.x: New.
6035         * gfortran.fortran-torture/execute/intrinsic_nearest.x: New.
6036         * gfortran.fortran-torture/execute/intrinsic_set_exponent.x: New.
6037         * gfortran.fortran-torture/execute/nan_inf_fmt.x: New.
6039 2004-08-30  Richard Henderson  <rth@redhat.com>
6041         * lib/f-torture.exp: Remove.
6043 2004-08-29  Mark Mitchell  <mark@codesourcery.com>
6045         PR rtl-optimization/16590
6046         * g++.dg/opt/loop1.C: New test.
6048 2004-08-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
6050         PR fortran/13910
6051         * gfortran.dg/oldstyle_1.f90: New test.
6053 2004-08-29  Steven G. Kargl  <kargls@comcast.net>
6054         Paul Brook  <paul@codesourcery.com>
6056         * gfortran.dg/g77/README: Update.
6057         * gfortran.dg/g77/erfc.f: Copy from g77.f-torture.
6058         * gfortran.dg/g77/intrinsic-unix-bessel.f: Ditto.
6059         * gfortran.dg/g77/intrinsic-unix-erf.f: Ditto.
6061 2004-08-28  Paul Brook  <paul@codesourcery.com>
6063         PR libfortran/17195
6064         * gfortran.dg/edit_real_1.f90: New test.
6066 2004-08-27  Paul Brook  <paul@codesourcery.com>
6068         * gfortran.dg/rewind_1.f90: New test.
6070 2004-08-27  Bud Davis  <bdavis9659@comcast.net>
6072         PR fortran/16597
6073         * gfortran.dg/pr16597.f90: New test.
6075 2004-08-26  Joseph S. Myers  <jsm@polyomino.org.uk>
6077         PR c/13801
6078         * gcc.dg/redecl-3.c, gcc.dg/redecl-4.c, gcc.dg/redecl-6.c,
6079         gcc.dg/redecl-7.c, gcc.dg/redecl-8.c, gcc.dg/redecl-9.c,
6080         gcc.dg/redecl-10.c, gcc.dg/debug/redecl-1.c,
6081         gcc.dg/debug/redecl-2.c, gcc.dg/debug/redecl-3.c,
6082         gcc.dg/debug/redecl-4.c, gcc.dg/debug/redecl-5.c: New tests.
6084 2004-08-26  Nick Clifton  <nickc@redhat.com>
6086         * gcc.c-torture/compile/pr17119.c: New test.
6088 2004-08-26  Joseph S. Myers  <jsm@polyomino.org.uk>
6090         * gcc.dg/c90-typespec-1.c, gcc.dg/c99-typespec-1.c: New tests.
6092 2004-08-25  Richard Henderson  <rth@redhat.com>
6094         * gfortran.fortran-torture/execute/intrinsic_sr_kind.f90: Disable
6095         the bits that expect kind=8 to be the largest real kind.
6097 2004-08-25  Ziemowit Laski  <zlaski@apple.com>
6099         * objc.dg/const-str-3.m: Include <stdlib.h> and <memory.h>.
6101 2004-08-25  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
6103         * gfortran.dg/assignment_1.f90: New test.
6105 2004-08-25  Adam Nemet  <anemet@lnxw.com>
6107         * g++.dg/template/repo3.C: New test.
6109 2004-08-25  Roger Sayle  <roger@eyesopen.com>
6111         PR middle-end/16693
6112         PR tree-optimization/16372
6113         * g++.dg/opt/pr16372-1.C: New test case.
6114         * g++.dg/opt/pr16693-1.C: New test case.
6115         * g++.dg/opt/pr16693-2.C: New test case.
6117 2004-08-25  Ziemowit Laski  <zlaski@apple.com>
6119         * objc.dg/proto-lossage-4.m: New test.
6121 2004-08-25  Mark Mitchell  <mark@codesourcery.com>
6123         PR c++/17155
6124         * g++.dg/inherit/local2.C: New test.
6126 2004-08-25  Paul Brook  <paul@codesourcery.com>
6128         PR fortran/17144
6129         * gfortran.dg/string_ctor_1.f90: New test.
6131 2004-08-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6133         PR c++/14428
6134         * g++.dg/template/redecl2.C: New test.
6136 2004-08-24  Bud Davis  <bdavis9659@comcast.net>
6138         PR fortran/17143
6139         * gfortran.dg/pr17143.f90: New test.
6141 2004-08-24  Bud Davis  <bdavis9659@comcast.net>
6143         PR fortran/17164
6144         * gfortran.dg/pr17164.f90: New test.
6146 2004-08-24  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6148         * gcc.dg/tree-ssa/loop-1.c: New test.
6150 2004-08-24  Richard Sandiford  <rsandifo@redhat.com>
6152         * gcc.c-torture/compile/20040824-1.c: New test.
6154 2004-08-24  Richard Sandiford  <rsandifo@redhat.com>
6156         * gcc.c-torture/compile/iftrap-3.c: New test.
6158 2004-08-24  Paul Brook  <paul@codesourcery.com>
6160         * gfortran.dg/entry_2.f90: New test.
6162 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
6164         PR c++/16889
6165         * g++.dg/lookup/ambig[12].C: New.
6167 2004-08-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6169         PR c++/16706
6170         * g++.dg/template/crash21.C: New test.
6171         * g++.dg/template/crash22.C: Likewise.
6173 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
6175         PR c++/17149
6176         * g++.dg/template/access15.C: New.
6178 2004-08-23  Mark Mitchell  <mark@codesourcery.com>
6180         PR c++/17163
6181         * g++.dg/template/repo2.C: New test.
6183 2004-08-23  Roger Sayle  <roger@eyesopen.com>
6185         PR rtl-optimization/17078
6186         * gcc.c-torture/execute/pr17078-1.c: New test case.
6188 2004-08-23  Mark Mitchell  <mark@codesourcery.com>
6190         PR c/14492
6191         * gcc.dg/debug/crash1.c: New test.
6193 2004-08-23  Mark Mitchell  <mark@codesourcery.com>
6195         PR c/16180
6196         * gcc.dg/loop-5.c: New test.
6198 2004-08-23  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6200         * gcc.c-torture/execute/20040823-1.c: New test.
6202 2004-08-23  Richard Sandiford  <rsandifo@redhat.com>
6204         * gcc.dg/special/mips-abi.exp: Expect gcc to pass the GNU ABI flags
6205         to the assembler.  Simplify test accordingly.
6206         (asm_abi_flags): Use GNU names.
6207         (check_mips_abi, default_abi): Use string matches against "-mabi=*"
6208         to check for ABI flags.
6210 2004-08-22  Andrew Pinski  <apinski@apple.com>
6212         * g++.dg/opt/pr14029.C: New test.
6213         * gcc.c-torture/execute/pr15262.c: New test.
6215 2004-08-22  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
6217         * gfortran.dg/reduction.f90: Add checks with complex arguments.
6219 2004-08-21  Bud Davis  <bdavis9659@comcast.net>
6221         PR 16908
6222         * gfortran.dg/direct_io.f90: New test.
6224 2004-08-20  Mark Mitchell  <mark@codesourcery.com>
6226         PR c++/17121
6227         * g++.dg/inherit/local2.C: New test.
6229 2004-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
6231         PR c++/17120
6232         * g++.dg/warn/Wparentheses-4.C: New test.
6234 2004-08-20  Mark Mitchell  <mark@codesourcery.com>
6236         PR c++/17121
6237         * g++.dg/inherit/local2.C: New test.
6239         * gcc.dg/darwin-longlong.c: Include <stdlib.h>.
6240         * gcc.dg/ppc-ldstruct.c: Likewise.
6241         * gcc.dg/ppc64-abi-2.c: Likewise.
6243 2004-08-20  Jakub Jelinek  <jakub@redhat.com>
6245         PR rtl-optimization/17099
6246         * gcc.c-torture/execute/20040820-1.c: New test.
6248 2004-08-20  David Edelsohn  <edelsohn@gnu.org>
6250         * gcc.dg/uninit-H.c: Add _POWER to powerpc case.
6252 2004-08-20  Canqun Yang  <canqun@nudt.edu.cn>
6254         PR fortran/17077
6255         * gfortran.dg/auto_array_1.f90: New test.
6257 2004-08-19  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
6259         PR fortran/17074
6260         * gfortran.dg/simpleif_1.f90: New test.
6262 2004-08-19  Mark Mitchell  <mark@codesourcery.com>
6264         * lib/target-supports.exp (check_profiling_available): Return
6265         false for arm*-*-symbianelf* and arm*-*-eabi*.
6267         PR c++/15890
6268         * g++.dg/template/delete1.C: New test.
6270 2004-08-19  Paul Brook  <paul@codesourcery.com>
6272         PR fortran/14976
6273         PR fortran/16228
6274         * gfortran.dg/data_char_1.f90: New test.
6276 2004-08-19  Erik Schnetter  <schnetter@aei.mpg.de>
6278         PR fortran/16946
6279         * gfortran.dg/reduction.f90: New testcase.
6281 2004-08-19  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
6283         PR fortran/16520
6284         * gfortran.dg/g77/19990905-1.f: Don't expect excess errors.
6286 2004-08-19  Joseph S. Myers  <jsm@polyomino.org.uk>
6288         PR c++/17041
6289         * g++.dg/Wparentheses-3.C: New test.
6291 2004-08-19  Dorit Naishlos  <dorit@il.ibm.com>
6293         * gcc.dg/vect/vect-1.c: Remove xfail from i?86-*-* x86_64-*-* due
6294         to usage of PREFERRED_STACK_BOUNDARY in the vectorizer.
6295         * gcc.dg/vect/vect-2.c: Likewise.
6296         * gcc.dg/vect/vect-3.c: Likewise.
6297         * gcc.dg/vect/vect-4.c: Likewise.
6298         * gcc.dg/vect/vect-5.c: Likewise.
6299         * gcc.dg/vect/vect-6.c: Likewise.
6300         * gcc.dg/vect/vect-7.c: Likewise.
6301         * gcc.dg/vect/vect-25.c: Likewise.
6302         * gcc.dg/vect/vect-31.c: Likewise.
6303         * gcc.dg/vect/vect-32.c: Likewise.
6304         * gcc.dg/vect/vect-34.c: Likewise.
6305         * gcc.dg/vect/vect-36.c: Likewise.
6306         * gcc.dg/vect/vect-all.c: Likewise.
6308 2004-08-18  Mark Mitchell  <mark@codesourcery.com>
6310         PR c++/17068
6311         * g++.dg/template/operator4.C: New test.
6313 2004-08-18  Richard Henderson  <rth@redhat.com>
6315         * gcc.dg/20040206-1.c: XFAIL.
6317 2004-08-17  Mark Mitchell  <mark@codesourcery.com>
6319         PR c++/16246
6320         * g++.dg/template/array7.C: New test.
6322 2004-08-17  James E Wilson  <wilson@specifixinc.com>
6324         * gcc.dg/mips-movcc-1.c: New test.
6325         * gcc.dg/mips-movcc-2.c: New test.
6326         * gcc.dg/mips-movcc-3.c: New test.
6328         * gcc.dg/mips-nmadd-1.c: New test.
6329         * gcc.dg/mips-nmadd-2.c: New test.
6331 2004-08-17  Mark Mitchell  <mark@codesourcery.com>
6333         PR c++/15871
6334         * g++.dg/opt/inline8.C: New test.
6336         PR c++/16965
6337         * g++.dg/parse/error17.C: New test.
6339 2004-08-17  Dorit Naishlos  <dorit@il.ibm.com>
6341         * gcc.dg/vect: New directory for vectorizer tests.
6342         * gcc.dg/vect/tree-vect.h: New file.
6343         * gcc.dg/vect/vect.exp: New file.
6344         * gcc.dg/vect/pr16105.c.c: New test.
6345         * gcc.dg/vect/vect-1.c: New test.
6346         * gcc.dg/vect/vect-2.c: New test.
6347         * gcc.dg/vect/vect-3.c: New test.
6348         * gcc.dg/vect/vect-4.c: New test.
6349         * gcc.dg/vect/vect-5.c: New test.
6350         * gcc.dg/vect/vect-6.c: New test.
6351         * gcc.dg/vect/vect-7.c: New test.
6352         * gcc.dg/vect/vect-8.c: New test.
6353         * gcc.dg/vect/vect-9.c: New test.
6354         * gcc.dg/vect/vect-10.c: New test.
6355         * gcc.dg/vect/vect-11.c: New test.
6356         * gcc.dg/vect/vect-12.c: New test.
6357         * gcc.dg/vect/vect-13.c: New test.
6358         * gcc.dg/vect/vect-14.c: New test.
6359         * gcc.dg/vect/vect-15.c: New test.
6360         * gcc.dg/vect/vect-16.c: New test.
6361         * gcc.dg/vect/vect-17.c: New test.
6362         * gcc.dg/vect/vect-18.c: New test.
6363         * gcc.dg/vect/vect-19.c: New test.
6364         * gcc.dg/vect/vect-20.c: New test.
6365         * gcc.dg/vect/vect-21.c: New test.
6366         * gcc.dg/vect/vect-22.c: New test.
6367         * gcc.dg/vect/vect-23.c: New test.
6368         * gcc.dg/vect/vect-24.c: New test.
6369         * gcc.dg/vect/vect-25.c: New test.
6370         * gcc.dg/vect/vect-26.c: New test.
6371         * gcc.dg/vect/vect-27.c: New test.
6372         * gcc.dg/vect/vect-28.c: New test.
6373         * gcc.dg/vect/vect-29.c: New test.
6374         * gcc.dg/vect/vect-30.c: New test.
6375         * gcc.dg/vect/vect-31.c: New test.
6376         * gcc.dg/vect/vect-32.c: New test.
6377         * gcc.dg/vect/vect-33.c: New test.
6378         * gcc.dg/vect/vect-34.c: New test.
6379         * gcc.dg/vect/vect-35.c: New test.
6380         * gcc.dg/vect/vect-36.c: New test.
6381         * gcc.dg/vect/vect-37.c: New test.
6382         * gcc.dg/vect/vect-38.c: New test.
6383         * gcc.dg/vect/vect-40.c: New test.
6384         * gcc.dg/vect/vect-41.c: New test.
6385         * gcc.dg/vect/vect-42.c: New test.
6386         * gcc.dg/vect/vect-43.c: New test.
6387         * gcc.dg/vect/vect-44.c: New test.
6388         * gcc.dg/vect/vect-45.c: New test.
6389         * gcc.dg/vect/vect-46.c: New test.
6390         * gcc.dg/vect/vect-47.c: New test.
6391         * gcc.dg/vect/vect-48.c: New test.
6392         * gcc.dg/vect/vect-49.c: New test.
6393         * gcc.dg/vect/vect-50.c: New test.
6394         * gcc.dg/vect/vect-51.c: New test.
6395         * gcc.dg/vect/vect-52.c: New test.
6396         * gcc.dg/vect/vect-53.c: New test.
6397         * gcc.dg/vect/vect-54.c: New test.
6398         * gcc.dg/vect/vect-55.c: New test.
6399         * gcc.dg/vect/vect-56.c: New test.
6400         * gcc.dg/vect/vect-57.c: New test.
6401         * gcc.dg/vect/vect-58.c: New test.
6402         * gcc.dg/vect/vect-59.c: New test.
6403         * gcc.dg/vect/vect-60.c: New test.
6404         * gcc.dg/vect/vect-61.c: New test.
6405         * gcc.dg/vect/vect-all.c: New test.
6406         * gcc.dg/vect/vect-none.c: New test.
6408 2004-08-17  Paul Brook  <paul@codesourcery.com>
6410         PR fortran/13082
6411         * gfortran.dg/entry_1.f90: New test.
6413 2004-08-17  Andrew Pinski  <apinski@apple.com>
6415         * gcc.dg/darwin-20040812-1.c: Compile only on darwin.
6417 2004-08-17  Paolo Bonzini  <bonzini@gnu.org>
6419         * gcc.dg/pr17036-1.c: New test.
6421 2004-08-16  Devang Patel  <dpatel@apple.com>
6423         * gcc.dg/darwin-20040809-1.c: New test.
6425 2004-08-16  Joseph S. Myers  <jsm@polyomino.org.uk>
6427         * gcc.dg/funcdef-attr-1.c: New test.
6429 2004-08-16  Janis Johnson  <janis187@us.ibm.com>
6431         * gcc.dg/altivec-17.c: New test.
6432         * gcc.dg/altivec-18.c: New test.
6434 2004-08-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6436         PR c++/6749
6437         * g++.dg/template/vtable2.C: New test.
6439 2004-08-14  Richard Henderson  <rth@redhat.com>
6441         * gcc.dg/torture/builtin-attr-1.c: Fix scalbln prototype.
6442         * gcc.dg/pack-test-4.c (main): Return 0.
6443         * gcc.dg/setjmp-1.c: Remove XFAIL.
6444         * gcc.dg/tree-ssa/20040615-1.c: Pass during dom1.
6446 2004-08-14  Richard Henderson  <rth@redhat.com>
6448         * gcc.dg/980217-1.c: Add prototype for printf.
6450 2004-08-13  Bud Davis  <bdavis9659@comcast.net>
6452         * gfortran.dg/pr16935.f90: New test.
6454 2004-08-13  Janis Johnson  <janis187@us.ibm.com>
6456         * g++.dg/ext/altivec-2.C: Revert previous changes and don't execute.
6458 2004-08-13  Paul Brook  <paul@codesourcery.com>
6460         * gfortran.dg/der_io_1.f90: Remove stray comma.
6462 2004-08-12  Janis Johnson  <janis187@us.ibm.com>
6464         * gcc.dg/vmx/cw-bug-2.c: Remove.
6465         * gcc.dg/vmx/vprint-1.c: Remove.
6466         * gcc.dg/vmx/vscan-1.c: Remove.
6468 2004-08-12  Devang patel  <dpatel@apple.com>
6470         * gcc.dg/darwin-20040809-2.c: New test.
6472 2004-08-12  Janis Johnson  <janis1872us.ibm.com>
6474         * g++.dg/ext/altivec-12.C: New test.
6476         * g++.dg/ext/altivec-11.C: New test.
6478 2004-08-12  Paul Brook  <paul@codesourcery.com>
6480         * g++.dg/abi/arm_cxa_vec_1.C: New test.
6482 2004-08-12  Janis Johnson  <janis187@us.ibm.com>
6484         * g++.dg/ext/altivec-2.C: Check for hardware support before
6485         executing any VMX instructions.
6487         * gcc.dg/vmx/ops-long-2.c: Add dg-error directives.
6489 2004-08-12  Jakub Jelinek  <jakub@redhat.com>
6491         PR c++/16276
6492         * g++.old-deja/g++.other/comdat4.C: New test.
6493         * g++.old-deja/g++.other/comdat4-aux.cc: New.
6495 2004-08-12  Ben Elliston  <bje@au.ibm.com>
6497         PR target/16286
6498         * gcc.dg/pr16286.c: New test.
6500 2004-08-12 Jan Beulich <jbeulich@novell.com>
6502         * g++.dg/ext/asm5.C: New.
6504 2004-08-11  Mark Mitchell  <mark@codesourcery.com>
6506         PR c++/16698
6507         * g++.dg/eh/crash1.C: New test.
6509         PR c++/16717
6510         * g++.dg/ext/construct1.C: New test.
6512 2004-08-11  Mark Mitchell  <mark@codesourcery.com>
6514         PR c++/16853
6515         * g++.dg/init/ptrmem1.C: New test.
6517         PR c++/16618
6518         * g++.dg/parse/offsetof5.C: New test.
6520         PR c++/16870
6521         * g++.dg/template/overload3.C: New test.
6523 2004-08-11  Mark Mitchell  <mark@codesourcery.com>
6525         PR c++/16964
6526         * g++.dg/parse/error16.C: New test.
6528         PR c++/16904
6529         * g++.dg/template/error14.C: New test.
6531         PR c++/16929
6532         * g++.dg/template/error15.C: New test.
6534 2004-08-11  Devang Patel  <dpatel@apple.com>
6536         * gcc.dg/darwin-ld-20040809-1.c: New test.
6537         * gcc.dg/darwin-ld-20040809-2.c: New test.
6539 2004-08-11  Steven G. Kargl  <kargls@comcast.net>
6541         PR fortran/16917
6542         * gfortran.dg/dfloat_1.f90: New test.
6544 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
6546         * gcc.dg/testsuite/gcc.dg/arm-eabi1.c: New test.
6547         * gcc.dg/dll-2.c: Fix dg-require syntax.
6548         * gcc.misc-tests/arm-isr.c (abort): Declare.
6549         (exit): Likewise.
6551 2004-08-10  Mark Mitchell  <mark@codesourcery.com>
6553         PR c++/16971
6554         * g++.dg/parse/crash16.C: New test.
6556 2004-08-10  Roger Sayle  <roger@eyesopen.com>
6558         * gcc.dg/mips-rsqrt-1.c: New test case.
6559         * gcc.dg/mips-rsqrt-2.c: New test case.
6560         * gcc.dg/mips-rsqrt-3.c: New test case.
6562 2004-08-10  Paul Brook  <paul@codesourcery.com>
6564         * gfortran.dg/der_io_1.f90: New test.
6566 2004-08-10  Paul Brook  <paul@codesourcery.com>
6568         PR fortran/16919
6569         * gfortran.dg/der_array_1.f90: New test.
6571 2004-08-09  David Edelsohn  <edelsohn@gnu.org>
6573         * gcc.dg/cpp/assert4.c: _AIX asserts #system(unix).
6575 2004-08-09  Paolo Bonzini  <bonzini@gnu.org>
6577         * gcc.dg/wchar_t-2.c: Fix typo.
6579 2004-08-09  Falk Hueffner  <falk@debian.org>
6581         PR tree-optimization/12517
6582         * gcc.c-torture/compile/pr12517.c: New test.
6584         PR tree-optimization/12578
6585         * gcc.c-torture/compile/pr12578.c: New test.
6587         PR tree-optimization/12899
6588         * gcc.c-torture/compile/pr12899.c: New test.
6590         PR rtl-optimization/14692
6591         * gcc.c-torture/compile/pr14692.c: New test.
6593         PR tree-optimization/16461
6594         * gcc.c-torture/compile/pr16461.c: New test.
6596 2004-08-06  Janne Blomqvist  <jblomqvi@cc.hut.fi>
6598         * gfortran.dg/getenv_1.f90: New test.
6600 2004-08-06  Mark Mitchell  <mark@codesourcery.com>
6602         * gcc.dg/symbian4.c: Expect a 2-byte wchar_t, not a 4-byte
6603         wchar_t.
6604         * gcc.dg/symbian5.c: Test -fno-short-wchar.
6606 2004-08-06  Paul Brook  <paul@codesourcery.com>
6608         * gfortran.dg/ret_array_1.f90: New test.
6609         * gfortran.dg/ret_pointer_1.f90: New test.
6611 2004-08-06  Richard Sandiford  <rsandifo@redhat.com>
6613         * gcc.dg/missing-field-init-[12].c: New tests.
6614         * g++.dg/warn/missing-field-init-[12].C: New tests.
6616 2004-08-06  Mark Mitchell  <mark@codesourcery.com>
6618         * gcc.dg/enum2.c: New test.
6619         * gcc.dg/symbian3.c: Likewise.
6620         * gcc.dg/symbian4.c: Likewise.
6621         * gcc.dg/wchar_t-2.c: Likewise.
6623 2004-08-05  Mark Mitchell  <mark@codesourcery.com>
6625         * g++.dg/ext/visibility/visibility-8.C: Add constructor and
6626         destructor tests.
6628 2004-08-05  Mark Mitchell  <mark@codesourcery.com>
6630         * g++.dg/ext/visibility/assign1.C: Use scan-hidden and
6631         dg-require-visiblity.
6632         * g++.dg/ext/visibility/fvisibility-inlines-hidden.C: Likewise.
6633         * g++.dg/ext/visibility/fvisibility.C: Likewise.
6634         * g++.dg/ext/visibility/memfuncts.C: Likewise.
6635         * g++.dg/ext/visibility/new1.C: Likewise.
6636         * g++.dg/ext/visibility/pragma.C: Likewise.
6637         * g++.dg/ext/visibility/staticmemfuncts.C: Likewise.
6638         * g++.dg/ext/visibility/virtual.C: Likewise.
6639         * g++/dg/ext/visibility/visibility-1.C: Likewise.
6640         * g++/dg/ext/visibility/visibility-2.C: Likewise.
6641         * g++/dg/ext/visibility/visibility-3.C: Likewise.
6642         * g++/dg/ext/visibility/visibility-4.C: Likewise.
6643         * g++/dg/ext/visibility/visibility-5.C: Likewise.
6644         * g++/dg/ext/visibility/visibility-6.C: Likewise.
6645         * g++/dg/ext/visibility/visibility-7.C: Likewise.
6646         * g++/dg/ext/visibility/visibility-8.C: New test.
6647         * gcc.c-torture/compile/dll.x: Remove.
6648         * gcc.dg/dll-2.c: Use dg-require-dll
6649         * gcc.dg/visibility-10.c: New test.
6650         * lib/gcc-dg.exp (dg-require-dll): Add Symbian to list of targets
6651         supporting DLLs.
6652         * testsuite/lib/scanasm.exp (scan_hidden): New function.
6653         (scan_not_hidden): Likewise.
6655 2004-08-05  David Edelsohn  <edelsohn@gnu.org>
6657         * gcc.dg/sh4a-fprun.c: Fix dg-do typo.
6659 2004-08-05  Richard Sandiford  <rsandifo@redhat.com>
6661         * gcc.c-torture/execute/20040805-1.c: New test.
6663 2004-08-04  Andrew Pinski  <pinskia@physics.uc.edu>
6665         * gcc.dg/20020118-1.c: Declare abort.
6666         * gcc.dg/altivec_check.h: Likewise.
6667         * gcc.dg/iftrap-2.c: Likewise.
6668         * gcc.dg/pragma-darwin.c: Likewise.
6669         * gcc.dg/rs6000-ldouble-1.c: Declare abort and exit.
6671 2004-08-04  Geoffrey Keating  <geoffk@apple.com>
6673         * g++.dg/ext/altivec_check.h: Declare exit as extern "C".
6675 2004-08-05  Joseph S. Myers  <jsm@polyomino.org.uk>
6677         * gcc.c-torture/execute/builtins/abs-2.c,
6678         gcc.c-torture/execute/builtins/abs-3.c,
6679         gcc.c-torture/execute/builtins/lib/abs.c, gcc.dg/format/format.h,
6680         gcc.dg/torture/builtin-attr-1.c: Use predefined macros for
6681         intmax_t, uintmax_t and their limits.
6682         * gcc.dg/intmax_t-1.c: New test.
6684 2004-08-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6686         * g++.dg/tc1/dr147.C: Add reference to PR.
6688 2004-08-03  Richard Sandiford  <rsandifo@redhat.com>
6690         * gcc.dg/mips-args-[23].c: Declare abort() and exit().
6691         * gcc.dg/torture/mips-hilo-[12].c: Likewise.
6693 2004-08-03  David Edelsohn  <edelsohn@gnu.org>
6695         * gcc.dg/compat/struct-layout-1.exp: Fix error message typo.
6697 2004-08-03  Joseph S. Myers  <jsm@polyomino.org.uk>
6699         * gcc.dg/redecl-5.c: New test.
6700         * gcc.dg/format/attr-6.c: Expect warning for implicit declaration
6701         of scanf.
6703 2004-08-03  Roger Sayle  <roger@eyesopen.com>
6705         PR middle-end/16790
6706         * gcc.c-torture/execute/pr16790-1.c: New test case.
6708 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
6710         * g++.dg/ext/visibility/assign1.C: New test.
6711         * g++.dg/ext/visibility/new1.C: Likewise.
6713         * gcc.dg/symbian1.c: New test.
6714         * gcc.dg/symbian2.c: Likewise.
6716 2004-08-03  H.J. Lu  <hongjiu.lu@intel.com>
6718         PR target/16570
6719         * gcc.dg/i386-sse-9.c: New test.
6721 2004-08-03  Joseph S. Myers  <jsm@polyomino.org.uk>
6723         * gcc.dg/array-7.c, gcc.dg/c99-tag-2.c: New tests.
6725 2004-08-03  Joseph S. Myers  <jsm@polyomino.org.uk>
6727         * gcc.dg/20001023-1.c, gcc.dg/20001108-1.c, gcc.dg/20001117-1.c,
6728         gcc.dg/20010202-1.c, gcc.dg/20011008-2.c, gcc.dg/20011214-1.c,
6729         gcc.dg/20020201-1.c, gcc.dg/20020312-2.c, gcc.dg/20020426-2.c,
6730         gcc.dg/20030331-2.c, gcc.dg/20030612-1.c, gcc.dg/20030926-1.c,
6731         gcc.dg/20031216-1.c, gcc.dg/20031218-3.c, gcc.dg/20040305-2.c,
6732         gcc.dg/980226-1.c, gcc.dg/Wreturn-type2.c,
6733         gcc.dg/Wunreachable-6.c, gcc.dg/Wunreachable-7.c,
6734         gcc.dg/align-1.c, gcc.dg/builtin-prefetch-1.c,
6735         gcc.dg/builtins-17.c, gcc.dg/builtins-19.c, gcc.dg/builtins-2.c,
6736         gcc.dg/builtins-20.c, gcc.dg/builtins-21.c, gcc.dg/builtins-7.c,
6737         gcc.dg/builtins-8.c, gcc.dg/cpp/19930510-1.c,
6738         gcc.dg/cpp/charconst-3.c, gcc.dg/cpp/charconst-4.c,
6739         gcc.dg/cpp/mi6.c, gcc.dg/cpp/tr-paste.c, gcc.dg/cpp/trad/mi6.c,
6740         gcc.dg/cpp/trad/paste.c, gcc.dg/cpp/trad/strify.c,
6741         gcc.dg/fastmath-1.c, gcc.dg/fshort-wchar.c, gcc.dg/i386-387-7.c,
6742         gcc.dg/i386-387-8.c, gcc.dg/i386-asm-1.c, gcc.dg/i386-cadd.c,
6743         gcc.dg/i386-fpcvt-3.c, gcc.dg/i386-loop-3.c,
6744         gcc.dg/i386-memset-1.c, gcc.dg/loop-2.c, gcc.dg/nest.c,
6745         gcc.dg/noncompile/971104-1.c, gcc.dg/noncompile/990416-1.c,
6746         gcc.dg/noncompile/scope.c, gcc.dg/pack-test-4.c,
6747         gcc.dg/pack-test-5.c, gcc.dg/pch/inline-4.c, gcc.dg/postincr-1.c,
6748         gcc.dg/pr10392-1.c, gcc.dg/pragma-align.c,
6749         gcc.dg/profile-generate-1.c, gcc.dg/sibcall-1.c,
6750         gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c, gcc.dg/sibcall-4.c,
6751         gcc.dg/sibcall-5.c, gcc.dg/sibcall-6.c, gcc.dg/switch-warn-1.c,
6752         gcc.dg/switch-warn-2.c, gcc.dg/torture/builtin-attr-1.c,
6753         gcc.dg/torture/builtin-math-1.c, gcc.dg/torture/builtin-noret-2.c,
6754         gcc.dg/trampoline-1.c, gcc.dg/tree-ssa/20030703-1.c,
6755         gcc.dg/tree-ssa/20030703-2.c, gcc.dg/tree-ssa/20030708-1.c,
6756         gcc.dg/tree-ssa/20030709-3.c, gcc.dg/tree-ssa/20030710-1.c,
6757         gcc.dg/tree-ssa/20030711-1.c, gcc.dg/tree-ssa/20030729-1.c,
6758         gcc.dg/tree-ssa/20030730-1.c, gcc.dg/tree-ssa/20030730-2.c,
6759         gcc.dg/tree-ssa/20030731-1.c, gcc.dg/tree-ssa/20030807-11.c,
6760         gcc.dg/tree-ssa/20030807-2.c, gcc.dg/tree-ssa/20030807-5.c,
6761         gcc.dg/tree-ssa/20030807-7.c, gcc.dg/tree-ssa/20030808-1.c,
6762         gcc.dg/tree-ssa/20030814-1.c, gcc.dg/tree-ssa/20030814-2.c,
6763         gcc.dg/tree-ssa/20030814-3.c, gcc.dg/tree-ssa/20030814-4.c,
6764         gcc.dg/tree-ssa/20030814-5.c, gcc.dg/tree-ssa/20030814-6.c,
6765         gcc.dg/tree-ssa/20030814-7.c, gcc.dg/tree-ssa/20030815-1.c,
6766         gcc.dg/tree-ssa/20030907-1.c, gcc.dg/tree-ssa/20030917-3.c,
6767         gcc.dg/tree-ssa/20030922-1.c, gcc.dg/tree-ssa/20031113-1.c,
6768         gcc.dg/tree-ssa/20040121-1.c, gcc.dg/tree-ssa/20040319-1.c,
6769         gcc.dg/tree-ssa/20040324-1.c, gcc.dg/tree-ssa/20040326-1.c,
6770         gcc.dg/tree-ssa/20040326-2.c, gcc.dg/tree-ssa/20040517-1.c,
6771         gcc.dg/tree-ssa/ssa-ccp-10.c, gcc.dg/tree-ssa/ssa-pre-1.c,
6772         gcc.dg/tree-ssa/tailcall-1.c, gcc.dg/tree-ssa/tailrecursion-5.c,
6773         gcc.dg/ultrasp3.c, gcc.dg/winline-7.c, gcc.misc-tests/bprob-1.c,
6774         gcc.misc-tests/bprob-2.c, gcc.misc-tests/gcov-3.c,
6775         gcc.misc-tests/gcov-4.c, gcc.misc-tests/gcov-4b.c,
6776         gcc.misc-tests/gcov-6.c, gcc.misc-tests/gcov-7.c,
6777         gcc.misc-tests/i386-pf-3dnow-1.c,
6778         gcc.misc-tests/i386-pf-athlon-1.c,
6779         gcc.misc-tests/i386-pf-none-1.c, gcc.misc-tests/i386-pf-sse-1.c,
6780         objc.dg/nested-func-1.m, objc.dg/special/unclaimed-category-1.m:
6781         Declare built-in functions used.
6782         * gcc.dg/torture/builtin-attr-1.c (nexttoward): Use FPTEST2ARG2.
6784 2004-08-02  Mark Mitchell  <mark@codesourcery.com>
6786         PR c++/16707
6787         * g++.dg/lookup/using12.C: New test.
6789         * g++.dg/init/null1.C: Fix PR number.
6790         * g++.dg/parse/namespace10.C: Likewise.
6792 2004-08-01  Mark Mitchell  <mark@codesourcery.com>
6794         PR c++/16224
6795         * g++.dg/template/spec17.C: New test.
6796         * g++.old-deja/g++.ns/template13.C: Remove XFAIL.
6797         * g++.old-deja/g++.pt/lookup10.C: Add dg-error marker.
6799 2004-08-02  David Billinghurst
6801         PR fortran/16292
6802         * gfortran.dg/g77/cabs.f: xfail on mips-sgi-irix6*
6804 2004-08-01  Zack Weinberg  <zack@codesourcery.com>
6806         * gcc.dg/ia64-got-1.c: New test case.
6808 2004-08-01  Mark Mitchell  <mark@codesourcery.com>
6810         PR c++/16489
6811         * g++.dg/init/null1.C: New test.
6812         * g++.dg/tc1/dr76.C: Adjust error marker.
6814         PR c++/16529
6815         * g++.dg/parse/namespace10.C: New test.
6817         PR c++/16810
6818         * g++.dg/inherit/ptrmem2.C: New test.
6820 2004-08-02  Ben Elliston  <bje@au.ibm.com>
6822         PR target/16155
6823         * gcc.dg/pr16155.c: New test.
6825 2004-07-31  Joseph S. Myers  <jsm@polyomino.org.uk>
6827         * gcc.dg/redecl-2.c: New test.
6829 2004-07-30  Geoffrey Keating  <geoffk@apple.com>
6831         * gcc.dg/darwin-longdouble.c: New file.
6833 2004-07-30  Richard Henderson  <rth@redhat.com>
6835         * gfortran.fortran-torture/execute/intrinsic_rrspacing.f90: Fix
6836         write to constant argument.
6837         * gfortran.fortran-torture/execute/intrinsic_scale.f90: Likewise.
6839 2004-07-30  Richard Henderson  <rth@redhat.com>
6841         * gfortran.fortran-torture/execute/intrinsic_nearest.f90: Disable
6842         tests of nearest around zero.
6844 2004-07-30  Andrew Pinski  <apinski@apple.com>
6846         * gcc.c-torture/compile/20040730-1.c: New test.
6848 2004-07-30  Aldy Hernandez  <aldyh@redhat.com>
6850         * gcc.dg/vmx/vmx.exp: Explain why we skip tests for
6851         powerpc-eabispe.
6853 2004-07-30  Aldy Hernandez  <aldyh@redhat.com>
6855         * gcc.dg/vmx/vmx.exp: Disable tests for eabispe.
6857 2004-07-30  Richard Sandiford  <rsandifo@redhat.com>
6859         * lib/g++.exp (g++_link_flags): Check whether LD_LIBRARY_PATH already
6860         contains $ld_library_path.
6861         * lib/gfortran.exp (gfortran_link_flags): Likewise.
6863 2004-07-29  Richard Henderson  <rth@redhat.com>
6865         * g++.dg/template/sizeof8.C: Don't assume 32bit pointers.
6867         * g++.dg/ext/stmtexpr2.C (alt1): Rename from expected.
6868         (alt2, which): New.
6869         (Check): Accept either alternative.
6871 2004-07-29  Mark Mitchell  <mark@codesourcery.com>
6873         * g++.dg/abi/inline1.C: New test.
6874         * g++.dg/abi/local1-a.cc: Likewise.
6875         * g++.dg/abi/local1.C: Likewise.
6876         * g++.dg/abi/mangle11.C: Tweak location of warnings.
6877         * g++.dg/abi/mangle12.C: Likewise.
6878         * g++.dg/abi/mangle17.C: Likewise.
6879         * g++.dg/abi/mangle20-2.C: Likewise.
6880         * g++.dg/opt/interface1.C: Likewise.
6881         * g++.dg/opt/interface1.h: Likewise.
6882         * g++.dg/opt/interface1-a.cc: New test.
6883         * g++.dg/parse/repo1.C: New test.
6884         * g++.dg/template/repo1.C: Likewise.
6885         * g++.dg/warn/Winline-1.C: Likewise.
6886         * lib/gcc-dg.exp (gcc-dg-test-1): Fix -frepo handling.
6888 2004-07-29  Diego Novillo  <dnovillo@redhat.com>
6890         * gcc.dg/tree-ssa/20040729-1.c: New test.
6892 2004-07-27  Matt Austern <austern@apple.com>
6894         * gcc.dg/darwin-bool-1.c: New test.
6895         * gcc.dg/darwin-bool-2.c: New test.
6897 2004-07-28  Richard Henderson  <rth@redhat.com>
6899         * gfortran.fortran-torture/execute/intrinsic_spacing.f90: Pass
6900         arguments in the correct type.  Don't write to constant arguments.
6902 2004-07-28  Diego Novillo  <dnovillo@redhat.com>
6904         PR tree-optimization/16688
6905         PR tree-optimization/16689
6906         * g++.dg/tree-ssa/pr16688.C: New test.
6908 2004-07-28  Diego Novillo  <dnovillo@redhat.com>
6910         * gcc.dg/tree-ssa/20031022-1.c: Adjust number of expected
6911         loads.  Not only in the comment, this time.
6913 2004-07-28  Alexandre Oliva  <aoliva@redhat.com>
6915         2003-07-06  Alexandre Oliva  <aoliva@redhat.com>
6916         * gcc.dg/sh4a-memmovua.c: Tweak regular expression.
6917         2003-07-01  Alexandre Oliva  <aoliva@redhat.com>
6918         * gcc.dg/sh4a-bitmovua.c: New.
6919         * gcc.dg/sh4a-cos.c: New.
6920         * gcc.dg/sh4a-cosf.c: New.
6921         * gcc.dg/sh4a-fprun.c: New.
6922         * gcc.dg/sh4a-fsrra.c: New.
6923         * gcc.dg/sh4a-memmovua.c: New.
6924         * gcc.dg/sh4a-sin.c: New.
6925         * gcc.dg/sh4a-sincos.c: New.
6926         * gcc.dg/sh4a-sincosf.c: New.
6927         * gcc.dg/sh4a-sinf.c: New.
6929 2004-07-28  Diego Novillo  <dnovillo@redhat.com>
6931         * gcc.dg/tree-ssa/20030714-2.c: Adjust number of expected
6932         conditionals.
6933         * gcc.dg/tree-ssa/20031022-1.c: Adjust number of expected
6934         loads.
6935         * gcc.dg/tree-ssa/ssa-dom-cse-1.c: Expect optimization in
6936         DOM1.
6938 2004-07-27  Andrew Pinski  <apinski@apple.com>
6940         * g++.dg/rtti/tinfo1.C: Correct the xfail.
6942 2004-07-27  Nitin Yewale <nitiny@kpitcummins.com>
6944         * gcc.dg/pragma-isr.c: New test.
6946 2004-07-27  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6948         PR c++/14429
6949         * g++.dg/template/ttp11.C: New test.
6951 2004-07-27  Diego Novillo  <dnovillo@redhat.com>
6953         * gcc.c-torture/compile/20040727-1.c: New test.
6955 2004-07-26  Eric Christopher  <echristo@redhat.com>
6957         * gcc.c-torture/compile/20040726-2.c: New test.
6959 2004-07-26  Andrew Pinski  <apinski@apple.com>
6961         * g++.dg/rtti/tinfo1.C: Xfail.
6963 2004-07-26  Richard Sandiford  <rsandifo@redhat.com>
6965         * gcc.c-torture/compile/20040726-1.c: New test.
6967 2004-07-26  Niall Douglas  <s_fsfeurope2@nedprod.com>
6968             Brian Ryner  <bryner@brianryner.com>
6970         PR c++/9283
6971         PR c++/15000
6972         * gcc.dg/visibility-9.c, gcc.dg/visibility-a.c: New tests.
6973         * g++.dg/ext/visibility/: New directory.
6974         * g++.dg/ext/visibility-1.C, g++.dg/ext/visibility-2.C
6975         g++.dg/ext/visibility-3.C, g++.dg/ext/visibility-4.C,
6976         g++.dg/ext/visibility-5.C, g++.dg/ext/visibility-6.C,
6977         g++.dg/ext/visibility-7.C: Move to g++.dg/ext/visibility/.
6978         * g++.dg/ext/visibility/fvisibility.C,
6979         g++.dg/ext/visibility/fvisibility-inlines-hidden.C,
6980         g++.dg/ext/visibility/fvisibility-override1.C
6981         g++.dg/ext/visibility/fvisibility-override2.C
6982         g++.dg/ext/visibility/memfuncts.C
6983         g++.dg/ext/visibility/noPLT.C
6984         g++.dg/ext/visibility/pragma.C
6985         g++.dg/ext/visibility/pragma-override1.C
6986         g++.dg/ext/visibility/pragma-override2.C
6987         g++.dg/ext/visibility/staticmemfuncts.C
6988         g++.dg/ext/visibility/virtual.C: New tests.
6990 2004-07-25  Joseph S. Myers  <jsm@polyomino.org.uk>
6992         PR c/15360
6993         * gcc.dg/pr15360-1.c: New test.
6995 2004-07-25  Daniel Jacobowitz  <dan@debian.org>
6997         * gcc.dg/pragma-align-2.c: New test.
6998         * gcc.dg/pragma-init-fini.c: New test.
6999         * gcc.dg/pragma-align.c: Change from compile to run.  Run on Solaris
7000         targets.
7002 2004-07-25  Joseph S. Myers  <jsm@polyomino.org.uk>
7004         * gcc.dg/init-string-2.c: New test.
7006 2004-07-24  Zack Weinberg  <zack@codesourcery.com>
7008         PR 16684
7009         * gcc.dg/Wredundant-decls-1.c: New test case.
7011 2004-07-24  Jakub Jelinek  <jakub@redhat.com>
7013         * README.compat: Add RUN_ALL_COMPAT_TESTS documentation.
7014         * lib/compat.exp: Replace ^$tmpdir/? in testcase names with tmpdir-.
7015         * gcc.dg/compat/struct-layout-1.exp: New testsuite driver.
7016         * gcc.dg/compat/struct-layout-1_generate.c: New testcase generator.
7017         * gcc.dg/compat/generate-random.c: New file.
7018         * gcc.dg/compat/generate-random.h: Likewise.
7019         * gcc.dg/compat/generate-random_r.c: Likewise.
7020         * gcc.dg/compat/struct-layout-1.h: Likewise.
7021         * gcc.dg/compat/struct-layout-1_x1.h: Likewise.
7022         * gcc.dg/compat/struct-layout-1_x2.h: Likewise.
7023         * gcc.dg/compat/struct-layout-1_y1.h: Likewise.
7024         * gcc.dg/compat/struct-layout-1_y2.h: Likewise.
7025         * gcc.dg/compat/struct-layout-1_main.c: New test.
7026         * gcc.dg/compat/struct-layout-1_x.c: New file.
7027         * gcc.dg/compat/struct-layout-1_y.c: New file.
7028         * gcc.dg/compat/struct-layout-1_test.h: New file.
7030 2004-07-23  Joseph S. Myers  <jsm@polyomino.org.uk>
7032         * gcc.dg/comp-return-1.c: New test
7034 2004-07-23  Janis Johnson  <janis187@us.ibm.com>
7036         * gcc.dg/vmx/8-02a.c: Fix typo.
7038         * gcc.dg/vmx/varargs-4.c: Remove a Darwin-specific check.
7039         * gcc.dg/darwin-abi-3.c: New test.
7041         * gcc.dg/vmx/debug-1.c: Use int, not long, in union with vector.
7042         * gcc.dg/vmx/varargs-1.c: Use int, not long, in union with vector.
7044         * gcc.dg/vmx/ops.c: Remove checks using pointers to long.
7045         * gcc.dg/vmx/ops-long-1.c: New test.
7046         * gcc.dg/vmx/ops-long-2.c: New test.
7048 2004-07-23  Nathan Sidwell  <nathan@codesourcery.com>
7050         * g++.dg/lookup/conv-[1234].C: New.
7052 2004-07-22  Mark Mitchell  <mark@codesourcery.com>
7054         * g++.dg/parse/attr2.C: Simplify.
7056 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
7058         PR c/7284
7059         * gcc.c-torture/execute/pr7284-1.c: New test.
7061 2004-07-22  Brian Booth  <bbooth@redhat.com>
7063         * gcc.dg/tree-ssa/20040721-1.c: New test.
7065 2004-07-22  Nathan Sidwell  <nathan@codesourcery.com>
7067         * g++.dg/template/crash20.c: New.
7069 2004-07-22  David Billinghurst (David.Billinghurst@riotinto.com)
7071         * gfortran.dg/g77/970625-2.f Copy from g77.f-torture/execute.
7072         Add dg-run directive.  Declare variables as required.
7073         * gfortran.dg/g77/README: Update
7075 2004-07-22  Hans-Peter Nilsson  <hp@axis.com>
7077         * gcc.dg/cris-peep2-xsrand.c, gcc.dg/cris-peep2-andu1.c,
7078         gcc.dg/cris-peep2-andu2.c: New tests.
7080 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
7082         PR c/15052
7083         * gcc.dg/noreturn-5.c: Test qualifiers on function type instead of
7084         on return type.
7085         * gcc.dg/qual-return-1.c: Use -Wreturn-type.  Update expected
7086         messages.
7087         * gcc.dg/qual-return-2.c: Update expected messages.
7088         * gcc.dg/qual-return-3.c, gcc.dg/qual-return-4.c: New tests.
7090 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
7092         * gcc.dg/c99-init-3.c, gcc.dg/gnu99-init-2.c: New tests.
7093         * gcc.dg/noncompile/921102-1.c: Update expected error message.
7095 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
7097         PR c/11250
7098         * gcc.dg/init-string-1.c: New test.
7100 2004-07-21  Jakub Jelinek  <jakub@redhat.com>
7102         PR middle-end/15345
7103         PR c/16450
7104         * gcc.dg/torture/nested-fn-1.c: New test.
7106 2004-07-20  H.J. Lu  <hongjiu.lu@intel.com>
7108         PR target/16559
7109         * gcc.dg/ia64-fptr-1.c: New file.
7111 2004-07-21  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7113         PR c++/14497
7114         * g++.dg/template/spec16.C: New test.
7115         * g++.old-deja/g++.robertl/eb118.C: Remove.
7117 2004-07-21  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7119         PR c++/509
7120         * g++.dg/template/spec15.C: New test.
7122 2004-07-21  David Billinghurst (David.Billinghurst@riotinto.com)
7124         Copy cases from g77.f-torture/execute and add dg-run
7125         directive.  Other changes as noted.
7126         * gfortran.dg/g77/13037.f
7127         * gfortran.dg/g77/1832.f
7128         * gfortran.dg/g77/19981119-0.f
7129         * gfortran.dg/g77/19990313-0.f
7130         * gfortran.dg/g77/19990313-1.f
7131         * gfortran.dg/g77/19990313-2.f
7132         * gfortran.dg/g77/19990313-3.f
7133         * gfortran.dg/g77/19990419-1.f
7134         * gfortran.dg/g77/19990826-0.f
7135         * gfortran.dg/g77/19990826-2.f
7136         * gfortran.dg/g77/20000503-1.f
7137         * gfortran.dg/g77/20001111.f
7138         * gfortran.dg/g77/20010116.f
7139         * gfortran.dg/g77/20010426-1.f: Renamed from 20010426-1.f
7140         * gfortran.dg/g77/20010430.f
7141         * gfortran.dg/g77/6177.f
7142         * gfortran.dg/g77/947.f
7143         * gfortran.dg/g77/970816-3.f
7144         * gfortran.dg/g77/971102-1.f
7145         * gfortran.dg/g77/980520-1.f
7146         * gfortran.dg/g77/980628-0.f
7147         * gfortran.dg/g77/980628-1.f
7148         * gfortran.dg/g77/980628-10.f
7149         * gfortran.dg/g77/980628-2.f
7150         * gfortran.dg/g77/980628-3.f
7151         * gfortran.dg/g77/980628-7.f
7152         * gfortran.dg/g77/980628-8.f
7153         * gfortran.dg/g77/980628-9.f
7154         * gfortran.dg/g77/980701-0.f
7155         * gfortran.dg/g77/980701-1.f
7156         * gfortran.dg/g77/cabs.f
7157         * gfortran.dg/g77/claus.f
7158         * gfortran.dg/g77/complex_1.f
7159         * gfortran.dg/g77/cpp3.F: Renamed from cpp3.F
7160         * gfortran.dg/g77/dcomplex.f
7161         * gfortran.dg/g77/dnrm2.f: Add dg-warnings as required.
7162         * gfortran.dg/g77/f90-intrinsic-mathematical.f
7163         * gfortran.dg/g77/f90-intrinsic-numeric.f
7164         * gfortran.dg/g77/int8421.f
7165         * gfortran.dg/g77/labug1.f
7166         * gfortran.dg/g77/large_vec.f
7167         * gfortran.dg/g77/le.f
7168         * gfortran.dg/g77/short.f
7169         * gfortran.dg/g77/README: Update
7171 2004-07-20  Mark Mitchell  <mark@codesourcery.com>
7173         PR c++/16637
7174         * g++.dg/parse/lookup4.C: New test.
7176 2004-07-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7178         PR c++/16175
7179         * g++.dg/template/ttp10.C: New test.
7181 2004-07-20  Joseph S. Myers  <jsm@polyomino.org.uk>
7183         * gcc.dg/pr12625-1.c: New test.
7185 2004-07-20  Steven Bosscher  <stevenb@suse.de>
7187         * testsuite/gcc.dg/switch-warn-1.c: New test.
7188         * testsuite/gcc.dg/switch-warn-2.c: New test.
7189         * gcc.c-torture/compile/pr14730.c: Update.
7191 2004-07-19  Kelley Cook  <kcook@gcc.gnu.org>
7193         * g++.dg/lookup/java1.C, g++.dg/lookup/java2.C, g++.dg/other/crash-2.C,
7194         g++.dg/parse/casting-operator2.C, g++.dg/parse/dtor3.C,
7195         g++.dg/parse/typename6.C, g++.dg/template/dependent-expr4.C,
7196         g++.dg/template/nontype3.C: Remove trailing CR from tests.
7198 2004-07-18  Mark Mitchell  <mark@codesourcery.com>
7200         PR c++/16623
7201         * g++.dg/template/assign1.C: New test.
7203 2004-07-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7205         PR c++/12170
7206         * g++.dg/template/ttp9.C: New test.
7208 2004-07-19  Daniel Jacobowitz  <dan@debian.org>
7210         * gcc.dg/format/cmn-err-1.c: New test.
7212 2004-07-19  Joseph S. Myers  <jsm@polyomino.org.uk>
7214         * g++.dg/warn/Wparentheses-1.C, g++.dg/warn/Wparentheses-2.C,
7215         gcc.dg/Wparentheses-10.c: New tests.
7216         * gcc.dg/Wparentheses-5.c: Remove XFAILs.
7218 2004-07-18  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
7220         PR fortran/16465
7221         * gfortran.dg/g77//ffixed-line-length-0.f,
7222         gfortran.dg/g77/ffixed-line-length-132.f,
7223         gfortran.dg/g77/ffixed-line-length-72.f,
7224         gfortran.dg/g77/ffixed-line-length-none.f: Copy from g77.dg.
7225         gfortran.dg/g77/README: Update.
7227 2004-07-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7229         PR c++/13092
7230         * g++.dg/template/non-dependent7.C: New test.
7231         * g++.dg/template/non-dependent8.C: Likewise.
7232         * g++.dg/template/non-dependent9.C: Likewise.
7233         * g++.dg/template/non-dependent10.C: Likewise.
7235 2004-07-17  Mark Mitchell  <mark@codesourcery.com>
7237         PR c++/16337
7238         * g++.dg/parse/attr2.C: New test.
7240 2004-07-17  Toon Moene  <toon@moene.indiv.nluug.nl>
7242         * g77.dg: Removed.
7243         * g77.f-torture: Ditto.
7245 2004-07-17  Joseph S. Myers  <jsm@polyomino.org.uk>
7247         * gcc.dg/Wparentheses-2.c, gcc.dg/Wparentheses-3.c,
7248         gcc.dg/Wparentheses-4.c, Wparentheses-5.c, Wparentheses-6.c,
7249         Wparentheses-7.c, Wparentheses-8.c, Wparentheses-9.c: New tests.
7251 2004-07-16  Richard Henderson  <rth@redhat.com>
7253         * gcc.c-torture/compile/20020210-1.c: Remove XFAIL.
7255 2004-07-16  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
7257         * lib/fortran-torture.exp (fortran-torture): Don't test compile
7258         tests with full list of options.
7259         * lib/gfortran-dg.exp (gfortran-dg-runtest): Only test with all
7260         of TORTURE_OPTIONS if test contains 'dg-do run'.
7262         PR fortran/16404
7263         * gfortran.dg/do_iterator.f90: New test.
7265 2004-07-16  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7267         PR rtl-optimization/16536
7268         * gcc.c-torture/execute/restrict-1.c: New test.
7270 2004-07-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
7272         PR fortran/15324
7273         * gfortran.dg/pr15324.f90: New test.
7275         PR fortran/15129
7276         * gfortran.dg/pr15129.f90: New test.
7278         PR fortran/15140
7279         * gfortran.dg/pr15140.f90: New test.
7281         PR fortran/13792
7282         * gfortran.fortran-torture/execute/bounds.f90: Add check for
7283         compile-time simplification.
7285 2004-07-14  Mike Stump  <mrs@apple.com>
7287         * gcc.dg/20020426-2.c: Improve type safety wrt unsignedness.
7289 2004-07-14  James E Wilson  <wilson@specifixinc.com>
7291         PR target/16325
7292         * gcc.dg/profile-generate-1.c: New.
7294 2004-07-15  Jakub Jelinek  <jakub@redhat.com>
7296         * gcc.c-torture/execute/20040709-1.c: New test.
7297         * gcc.c-torture/execute/20040709-2.c: New test.
7299 2004-07-14  Mike Stump  <mrs@apple.com>
7301         * gcc.dg/wint_t-1.c: Expect to pass on darwin 10.3.x and later.
7303 2004-07-14  Mike Stump  <mrs@apple.com>
7305         * gcc.dg/wchar_t-1.c: Expect to pass on darwin 10.3.x and later.
7307 2004-07-13  Mark Mitchell  <mark@codesourcery.com>
7309         PR c++/16518
7310         * g++.dg/parse/mutable1.C: New test.
7312 2004-07-13  Diego Novillo  <dnovillo@redhat.com>
7314         PR tree-optimization/16443
7315         * gcc.dg/tree-ssa/20040713-1.c: New test.
7317 2004-07-15  Ulrich Weigand  <uweigand@de.ibm.com>
7319         * g++.dg/lookup/new2.C: Use first operand of type __SIZE_TYPE__
7320         for operator new.
7322 2004-07-13  David Billinghurst <David.Billinghurst@riotinto.com>
7324         * gfortran.dg/g77/README: New file
7325         * gfortran.dg/g77/19981216-0.f:  Copy from
7326         g77.f-torture/noncompile.  Add "dg-do compile" and
7327         dg-error as required.
7328         * gfortran.dg/g77/19990218-1.f: Likewise
7329         * gfortran.dg/g77/19990905-1.f: Likewise
7330         * gfortran.dg/g77/9263.f: Likewise
7331         * gfortran.dg/g77/980615-0.f: Likewise
7332         * gfortran.dg/g77/980616-0.f: Likewise
7333         * gfortran.dg/g77/check0.f: Likewise
7334         * gfortran.dg/g77/select_no_compile.f: Likewise
7336 2004-07-13  David Billinghurst <David.Billinghurst@riotinto.com>
7338         Copy files from g77.f-torture/compile.
7339         Add "{ dg-do compile}".  Other changes as noted
7340         * gfortran.dg/g77/19990905-0.f: XFAIL PR 16511
7341         * gfortran.dg/g77/20010519-1.f: Add dg-warning as required
7342         * gfortran.dg/g77/20030115-1.f: Add dg-warning as required
7343         * gfortran.dg/g77/20030326-1.f: XFAIL PR 16511
7344         * gfortran.dg/g77/970125-0.f: Add dg-excess-errors.
7345         * gfortran.dg/g77/980519-2.f: Declare hd_S,hd_Z,hd_T
7346         * gfortran.dg/g77/990115-1.f: Declare RANK as INTEGER
7347         * gfortran.dg/g77/alpha1.f: Separate declaration and DATA
7348         statement to conform to standard.  Append alpha1.x for reference.
7349         * gfortran.dg/g77/xformat.f: Add dg-warning
7351 2004-07-13  David Billinghurst <David.Billinghurst@riotinto.com>
7353         * gfortran.dg/g77/cpp.F: Copy from g77.f-torture/compile.
7354         Add {dg-do compile} directive.
7355         * gfortran.dg/g77/cpp2.F: Likewise
7357 2004-07-12  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7359         PR c++/5402
7360         * g++.dg/lookup/name-clash1.C: New test.
7362         PR c++/9777
7363         * g++.dg/lookup/name-clash2.C: New test.
7365         PR c++/12102
7366         * g++.dg/lookup/name-clash3.C: New test.
7368 2004-07-12  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7370         * g++.dg/lookup/new2.C: New test.
7371         * g++.old-deja/g++.ns/new1.C: Remove (ill-formed).
7373 2004-07-12  David Billinghurst <David.Billinghurst@riotinto.com>
7375         * gfortran.dg/g77/12002.f: Copy from g77.f-torture/compile.
7376         Add {dg-do compile} directive.
7377         * gfortran.dg/g77/13060.f: Likewise
7378         * gfortran.dg/g77/19990218-0.f: Likewise
7379         * gfortran.dg/g77/19990305-0.f: Likewise
7380         * gfortran.dg/g77/19990419-0.f: Likewise
7381         * gfortran.dg/g77/19990502-0.f: Likewise
7382         * gfortran.dg/g77/19990502-1.f: Likewise
7383         * gfortran.dg/g77/19990525-0.f: Likewise
7384         * gfortran.dg/g77/19990826-1.f: Likewise
7385         * gfortran.dg/g77/19990826-3.f: Likewise
7386         * gfortran.dg/g77/19990905-2.f: Likewise
7387         * gfortran.dg/g77/20000412-1.f: Likewise
7388         * gfortran.dg/g77/20000511-1.f: Likewise
7389         * gfortran.dg/g77/20000511-2.f: Likewise
7390         * gfortran.dg/g77/20000518.f: Likewise
7391         * gfortran.dg/g77/20000601-1.f: Likewise
7392         * gfortran.dg/g77/20000601-2.f: Likewise
7393         * gfortran.dg/g77/20000629-1.f: Likewise
7394         * gfortran.dg/g77/20000630-2.f: Likewise
7395         * gfortran.dg/g77/20010115.f: Likewise
7396         * gfortran.dg/g77/20010321-1.f: Likewise
7397         * gfortran.dg/g77/20010426.f: Likewise
7398         * gfortran.dg/g77/20020307-1.f: Likewise
7399         * gfortran.dg/g77/8485.f: Likewise
7400         * gfortran.dg/g77/960317-1.f: Likewise
7401         * gfortran.dg/g77/970915-0.f: Likewise
7402         * gfortran.dg/g77/980310-1.f: Likewise
7403         * gfortran.dg/g77/980310-2.f: Likewise
7404         * gfortran.dg/g77/980310-3.f: Likewise
7405         * gfortran.dg/g77/980310-4.f: Likewise
7406         * gfortran.dg/g77/980310-6.f: Likewise
7407         * gfortran.dg/g77/980310-7.f: Likewise
7408         * gfortran.dg/g77/980310-8.f: Likewise
7409         * gfortran.dg/g77/980419-2.f: Likewise
7410         * gfortran.dg/g77/980424-0.f: Likewise
7411         * gfortran.dg/g77/980427-0.f: Likewise
7412         * gfortran.dg/g77/980729-0.f: Likewise
7413         * gfortran.dg/g77/981117-1.f: Likewise
7414         * gfortran.dg/g77/toon_1.f: Likewise
7416 2004-07-12  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7418         PR c++/2204
7419         * g++.dg/other/abstract2.C: New test.
7421 2004-07-12  Paul Brook  <paul@codesourcery.com>
7423         * gfortran.dg/pointer_init_1.f90: New test.
7425 2004-07-11  Paul Brook  <paul@codesourcery.com>
7427         PR fortran/15986
7428         * gfortran.dg/contained_1.f90: New test.
7430 2004-07-11  Mark Mitchell  <mark@codesourcery.com>
7432         * g++.dg/parse/defarg8.C: New test.
7434 2004-07-11  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
7436         PR fortran/16433
7437         * gfortran.dg/pr16433.f: New test.
7439         PR fortran/17574
7440         * gfortran.dg/pr15754.f90: New test.
7442 2004-07-11  Joseph S. Myers  <jsm@polyomino.org.uk>
7444         PR tree-optimization/16437
7445         * gcc.c-torture/execute/bitfld-4.c: New test.
7447 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
7449         * gfortran.fortran-torture/execute/common_2.f90: Add check for
7450         access to common var from module.
7452 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
7454         PR fortran/16336
7455         * gfortran.fortran-torture/execute/common_2.f90: New test.
7457 2004-07-10  Paul Brook  <paul@codesourcery.com>
7459         * gfortran.fortran-torture/execute/der_init_5.f90: Enable more tests.
7461 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
7463         PR fortran/15969
7464         * gfortran.fortran-torture/execute/der_init_5.f90: New test.
7466 2004-07-10  David Billinghurst <David.Billinghurst@riotinto.com>
7468         * gfortran.dg/g77/ffixed-form-1.f: Copy from g77.dg
7469         * gfortran.dg/g77/ffixed-form-2.f: Likewise
7470         * gfortran.dg/g77/ffree-form-1.f: Likewise
7471         * gfortran.dg/g77/ffree-form-2.f: Likewise
7472         * gfortran.dg/g77/ffree-form-3.f: Likewise
7473         * gfortran.dg/g77/fno-underscoring.f: Likewise
7474         * gfortran.dg/g77/funderscoring.f: Likewise
7475         * gfortran.dg/g77/pr9258.f: Likewise.  Add dg-warning lines.
7477 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
7479         * gfortran.fortran-torture/execute/module_init_1.f90: Fix test.
7481 2004-07-10 Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
7482         Paul Brook  <paul@codesourcery.com>
7484         PR fortran/13415
7485         * gfortran.dg/common_pointer_1.f90: New test.
7487 2004-07-10  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7489         * g++.dg/lookup/new1.C: Fix dg-excess-error syntax.
7491 2004-07-09  James E Wilson  <wilson@specifixinc.com>
7493         PR target/16364
7494         * gcc.c-torture/compile/20040709-1.c: New.
7496 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
7498         PR fortran/14077
7499         * gfortran.fortran-torture/execute/module_init_1.f90: New test.
7501 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
7503         PR fortran/13201
7504         * gfortran.dg/shape_1.f90: New test.
7506 2004-07-09  Zack Weinberg  <zack@codesourcery.com>
7507             Andrew Pinski  <apinski@apple.com>
7509         * gcc.dg/noncompile/init-4.c: Remove bogus dg-error marker.
7511 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
7513         * gfortran.fortran-torture/compile/name_clash2.f90: Remove outdated
7514         comment.
7516 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
7517         Paul Brook  <paul@codesourcery.com>
7519         * gfortran.dg/dg.exp: Use revised wilcard for suffixes, also allow
7520         '.f95' and '.F95'.
7522 2004-07-09  Diego Novillo  <dnovillo@redhat.com>
7524         * gcc.dg/tree-ssa/20031015-1.c: Adjust expected dump file name.
7526 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
7528         * gfortran.dg/dg.exp: Don't use wildcard for suffixes, also check
7529         testcases with capital suffix.
7531 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
7533         PR fortran/15481
7534         PR fortran/13372
7535         PR fortran/13575
7536         PR fortran/15978
7537         * gfortran.fortran-torture/compile/implicit_2.f90: New test.
7539         * gfortran.dg/implicit_1.f90: New test.
7541 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
7543         * lib/gfortran-dg.exp (gfortran-dg-test):  Adapt regular
7544         expression to match gfortran warning/error messages
7545         * gfortran.dg/g77/12632.f: Copy from g77.dg and fix
7546         dg-error text.
7548 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
7550         * lib/fortran-torture.exp: Rename proc search_for to
7551         search_for_re.
7553 2004-07-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
7555         * gcc.c-torture/execute/simd-5.x: New file.
7556         XFAIL on SPARC 64-bit at -O0.
7558 2004-07-09  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7560         PR c++/8211
7561         PR c++/16165
7562         * g++.dg/warn/effc3.C: New test.
7564 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
7566         * gfortran.dg/g77/f77-edit-i-in.f: Copy from g77.dg and
7567         change X to 1X in format.
7568         * gfortran.dg/g77/20010216-1.f:  Copy from g77.dg and
7569         add data statements to conform to standard.
7571 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
7573         * gfortran.dg/g77/f77-edit-s-out.f: Copy from g77.dg. XFAIL
7574         * gfortran.dg/g77/f77-edit-t-in.f: Likewise
7575         * gfortran.dg/g77/f77-edit-x-out.f: Likewise
7577 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
7579         * gfortran.dg/g77/7388.f: Copy from g77.dg
7580         * gfortran.dg/g77/f77-edit-i-out.f: Likewise
7581         * gfortran.dg/g77/f77-edit-apostrophe-out.f: Likewise
7582         * gfortran.dg/g77/f77-edit-slash-out.f: Likewise
7583         * gfortran.dg/g77/f77-edit-colon-out.f: Likewise
7584         * gfortran.dg/g77/f77-edit-t-out.f: Likewise
7585         * gfortran.dg/g77/f77-edit-h-out.f: Likewise
7586         * gfortran.dg/g77/strlen0.f: Likewise
7588 2004-07-09   David Billinghurst <David.Billinghurst@riotinto.com>
7590         * lib/gfortran-dg.exp: New file (adapted from lib/g77-dg.exp)
7591         * gfortran.dg/dg.exp: New file (adapted from g77.dg/dg.exp)
7593 2004-07-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
7595         * gcc.c-torture/execute/920428-2.x: Delete.
7596         * gcc.c-torture/execute/920501-7.x: Likewise.
7598 2004-07-08  Jakub Jelinek  <jakub@redhat.com>
7600         * gcc.mist-tests/i386-prefetch.exp (PREFETCH_SSE): Change all
7601         -march=i386 into -march=i686.  Add -march=i686 -mtune=x and
7602         -march=x for pentium3, pentium3m, pentium-m, pentium4m,
7603         prescott and c3-2.
7604         (PREFETCH_3DNOW): Add -march=c3.
7606 2004-07-08  Diego Novillo  <dnovillo@redhat.com>
7608         PR c/16437
7609         * gcc.c-torture/execute/991118-1.x: XFAIL for x86_64.
7610         * gcc.c-torture/execute/bf64-1.x: Likewise.
7612 2004-07-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
7614         * gcc.c-torture/compile/20040708-1.c: New test.
7616 2004-07-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7618         PR c++/16169
7619         * g++.dg/warn/effc2.C: New test.
7621 2004-07-08  Joseph S. Myers  <jsm@polyomino.org.uk>
7623         * gcc.c-torture/execute/bitfld-1.x: Remove.
7624         * gcc.c-torture/execute/bitfld-3.c: New test.
7625         * gcc.dg/bitfld-2.c: Remove XFAILs.
7627 2004-07-07  H.J. Lu  <hongjiu.lu@intel.com>
7629         PR c++/16276
7630         * g++.dg/rtti/tinfo1.C: New file.
7632 2004-07-07  Eric Christopher  <echristo@redhat.com>
7634         * gcc.c-torture/compile/20020210-1.c: xfail with optimization.
7636 2004-07-07  Andrew Pinski  <apinski@apple.com>
7638         * gcc.c-torture/execute/931004-12.x: Xfail on powerpc-*-darwin*.
7640 2004-07-07  Mark Mitchell  <mark@codesourcery.com>
7642         * g++.dg/init/call1.C: XFAIL.
7644 2004-07-07  Alexandre Oliva  <aoliva@redhat.com>
7646         * gcc.c-torture/execute/builtins/mempcpy-2.c: Rename movstr*,
7647         except for movstrict*, to movmem* and clrstr* to clrmem*.
7649 2004-07-07  Richard Sandiford  <rsandifo@redhat.com>
7651         * gcc.c-torture/execute/20040707-1.c: New test.
7653 2004-07-06  Richard Sandiford  <rsandifo@redhat.com>
7655         * gcc.c-torture/execute/20040706-1.c: New test.
7657 2004-07-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7659         PR c++/3671
7660         * g++.dg/template/spec14.C: New test.
7662 2004-07-05  Jakub Jelinek  <jakub@redhat.com>
7664         * gcc.c-torture/execute/20040629-1.c (FIELDS1, FIELDS2): Define to
7665         nothing if not yet defined.  Use it in b, c and d type definitions.
7666         * gcc.c-torture/execute/20040705-1.c: New test.
7667         * gcc.c-torture/execute/20040705-2.c: New test.
7669 2004-07-05  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7671         PR c++/2518
7672         * g++.dg/lookup/new1.C: New test.
7674 2004-07-05  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7676         PR c++/11406
7677         * g++.dg/template/sizeof8.C: New test.
7679 2004-07-05  Richard Sandiford  <rsandifo@redhat.com>
7681         * gcc.c-torture/compile/20040705-1.c: New test.
7683 2004-07-04  Bud Davis  <bdavis9659@comcast.net>
7685         * gfortran.fortran-torture/execute/seq_io.f90: New test.
7687 2004-07-04  Neil Booth  <neil@duron.akihabara.co.uk>
7689         * gcc.dg/cpp/if-mop.c: Two new testcases.
7690         * gcc.dg/cpp/trad/comment-3.c: New.
7692 2004-07-04  Paul Brook  <paul@codesourcery.com>
7694         * gfortran.fortran-torture/compile/implicit_1.f90: New test.
7696 2004-07-03  Scott Brumbaugh  <scottb.lists@verizon.net>
7698         PR c++/3761
7699         * g++.dg/lookup/crash4.C: New test.
7701 2004-07-02  Zack Weinberg  <zack@codesourcery.com>
7703         * gcc.c-torture/execute/builtin-abs-1.c
7704         * gcc.c-torture/execute/builtin-abs-2.c
7705         * gcc.c-torture/execute/builtin-complex-1.c
7706         * gcc.c-torture/execute/builtins/string-1-lib.c
7707         * gcc.c-torture/execute/builtins/string-1.c
7708         * gcc.c-torture/execute/builtins/string-2-lib.c
7709         * gcc.c-torture/execute/builtins/string-2.c
7710         * gcc.c-torture/execute/builtins/string-3-lib.c
7711         * gcc.c-torture/execute/builtins/string-3.c
7712         * gcc.c-torture/execute/builtins/string-4-lib.c
7713         * gcc.c-torture/execute/builtins/string-4.c
7714         * gcc.c-torture/execute/builtins/string-5-lib.c
7715         * gcc.c-torture/execute/builtins/string-5.c
7716         * gcc.c-torture/execute/builtins/string-6-lib.c
7717         * gcc.c-torture/execute/builtins/string-6.c
7718         * gcc.c-torture/execute/builtins/string-7-lib.c
7719         * gcc.c-torture/execute/builtins/string-7.c
7720         * gcc.c-torture/execute/builtins/string-8-lib.c
7721         * gcc.c-torture/execute/builtins/string-8.c
7722         * gcc.c-torture/execute/builtins/string-9-lib.c
7723         * gcc.c-torture/execute/builtins/string-9.c
7724         * gcc.c-torture/execute/builtins/string-asm-1-lib.c
7725         * gcc.c-torture/execute/builtins/string-asm-1.c
7726         * gcc.c-torture/execute/builtins/string-asm-2-lib.c
7727         * gcc.c-torture/execute/builtins/string-asm-2.c
7728         * gcc.c-torture/execute/stdio-opt-1.c
7729         * gcc.c-torture/execute/stdio-opt-2.c
7730         * gcc.c-torture/execute/stdio-opt-3.c
7731         * gcc.c-torture/execute/string-opt-1.c
7732         * gcc.c-torture/execute/string-opt-10.c
7733         * gcc.c-torture/execute/string-opt-11.c
7734         * gcc.c-torture/execute/string-opt-12.c
7735         * gcc.c-torture/execute/string-opt-13.c
7736         * gcc.c-torture/execute/string-opt-14.c
7737         * gcc.c-torture/execute/string-opt-15.c
7738         * gcc.c-torture/execute/string-opt-16.c
7739         * gcc.c-torture/execute/string-opt-2.c
7740         * gcc.c-torture/execute/string-opt-6.c
7741         * gcc.c-torture/execute/string-opt-7.c
7742         * gcc.c-torture/execute/string-opt-8.c:
7743         Replace with ...
7745         * gcc.c-torture/execute/builtins/abs-2.c
7746         * gcc.c-torture/execute/builtins/abs-3.c
7747         * gcc.c-torture/execute/builtins/complex-1.c
7748         * gcc.c-torture/execute/builtins/fprintf.c
7749         * gcc.c-torture/execute/builtins/fputs.c
7750         * gcc.c-torture/execute/builtins/memcmp.c
7751         * gcc.c-torture/execute/builtins/memmove.c
7752         * gcc.c-torture/execute/builtins/memops-asm.c
7753         * gcc.c-torture/execute/builtins/mempcpy-2.c
7754         * gcc.c-torture/execute/builtins/mempcpy.c
7755         * gcc.c-torture/execute/builtins/memset.c
7756         * gcc.c-torture/execute/builtins/printf.c
7757         * gcc.c-torture/execute/builtins/sprintf.c
7758         * gcc.c-torture/execute/builtins/strcat.c
7759         * gcc.c-torture/execute/builtins/strchr.c
7760         * gcc.c-torture/execute/builtins/strcmp.c
7761         * gcc.c-torture/execute/builtins/strcpy.c
7762         * gcc.c-torture/execute/builtins/strcspn.c
7763         * gcc.c-torture/execute/builtins/strlen-2.c
7764         * gcc.c-torture/execute/builtins/strlen.c
7765         * gcc.c-torture/execute/builtins/strncat.c
7766         * gcc.c-torture/execute/builtins/strncmp-2.c
7767         * gcc.c-torture/execute/builtins/strncmp.c
7768         * gcc.c-torture/execute/builtins/strncpy.c
7769         * gcc.c-torture/execute/builtins/strpbrk.c
7770         * gcc.c-torture/execute/builtins/strpcpy-2.c
7771         * gcc.c-torture/execute/builtins/strpcpy.c
7772         * gcc.c-torture/execute/builtins/strrchr.c
7773         * gcc.c-torture/execute/builtins/strspn.c
7774         * gcc.c-torture/execute/builtins/strstr-asm.c
7775         * gcc.c-torture/execute/builtins/strstr.c:
7776         ... these new files.
7778         * gcc.c-torture/execute/builtins/abs-2-lib.c
7779         * gcc.c-torture/execute/builtins/abs-3-lib.c
7780         * gcc.c-torture/execute/builtins/complex-1-lib.c
7781         * gcc.c-torture/execute/builtins/fprintf-lib.c
7782         * gcc.c-torture/execute/builtins/fputs-lib.c
7783         * gcc.c-torture/execute/builtins/memcmp-lib.c
7784         * gcc.c-torture/execute/builtins/memmove-lib.c
7785         * gcc.c-torture/execute/builtins/memops-asm-lib.c
7786         * gcc.c-torture/execute/builtins/mempcpy-2-lib.c
7787         * gcc.c-torture/execute/builtins/mempcpy-lib.c
7788         * gcc.c-torture/execute/builtins/memset-lib.c
7789         * gcc.c-torture/execute/builtins/printf-lib.c
7790         * gcc.c-torture/execute/builtins/sprintf-lib.c
7791         * gcc.c-torture/execute/builtins/strcat-lib.c
7792         * gcc.c-torture/execute/builtins/strchr-lib.c
7793         * gcc.c-torture/execute/builtins/strcmp-lib.c
7794         * gcc.c-torture/execute/builtins/strcpy-lib.c
7795         * gcc.c-torture/execute/builtins/strcspn-lib.c
7796         * gcc.c-torture/execute/builtins/strlen-2-lib.c
7797         * gcc.c-torture/execute/builtins/strlen-lib.c
7798         * gcc.c-torture/execute/builtins/strncat-lib.c
7799         * gcc.c-torture/execute/builtins/strncmp-2-lib.c
7800         * gcc.c-torture/execute/builtins/strncmp-lib.c
7801         * gcc.c-torture/execute/builtins/strncpy-lib.c
7802         * gcc.c-torture/execute/builtins/strpbrk-lib.c
7803         * gcc.c-torture/execute/builtins/strpcpy-2-lib.c
7804         * gcc.c-torture/execute/builtins/strpcpy-lib.c
7805         * gcc.c-torture/execute/builtins/strrchr-lib.c
7806         * gcc.c-torture/execute/builtins/strspn-lib.c
7807         * gcc.c-torture/execute/builtins/strstr-asm-lib.c
7808         * gcc.c-torture/execute/builtins/strstr-lib.c
7809         * gcc.c-torture/execute/builtins/lib/abs.c
7810         * gcc.c-torture/execute/builtins/lib/fprintf.c
7811         * gcc.c-torture/execute/builtins/lib/memset.c
7812         * gcc.c-torture/execute/builtins/lib/printf.c
7813         * gcc.c-torture/execute/builtins/lib/sprintf.c
7814         * gcc.c-torture/execute/builtins/lib/strcpy.c
7815         * gcc.c-torture/execute/builtins/lib/strcspn.c
7816         * gcc.c-torture/execute/builtins/lib/strncat.c
7817         * gcc.c-torture/execute/builtins/lib/strncmp.c
7818         * gcc.c-torture/execute/builtins/lib/strncpy.c
7819         * gcc.c-torture/execute/builtins/lib/strpbrk.c
7820         * gcc.c-torture/execute/builtins/lib/strspn.c
7821         * gcc.c-torture/execute/builtins/lib/strstr.c:
7822         New files containing support routines.
7824         * gcc.c-torture/execute/builtins/abs-1.c: Remove unnecessary
7825         declaration.
7826         * gcc.c-torture/execute/builtins/lib/main.c: Define link_error
7827         when not optimizing.
7829 2004-07-02  Mark Mitchell  <mark@codesourcery.com>
7831         PR c++/16240
7832         * g++.dg/abi/mangle22.C: New test.
7833         * g++.dg/abi/mangle23.C: Likewise.
7835 2004-07-02  David Billinghurst  <David.Billinghurst@riotinto.com>
7837         PR fortran/16290
7838         * gfortran.fortran-torture/execute/intrinsic_set_exponent.f90
7839         Allow for cases without denormalized floating point numbers.
7841 2004-07-01  Joseph S. Myers  <jsm@polyomino.org.uk>
7843         PR c/1027
7844         * gcc.dg/Wswitch-enum.c, gcc.dg/Wswitch.c,
7845         gcc.dg/format/branch-1.c, gcc.dg/format/diag-1.c,
7846         gcc.dg/format/multattr-3.c, gcc.dg/format/xopen-1.c: Update
7847         expected warning text.
7848         * gcc.dg/format/diag-2.c: New test.
7850 2004-07-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
7852         * gcc.c-torture/compile/20040323-1.c: XFAIL on Solaris 2.
7854 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
7856         * gcc.dg/builtins-43.c: New.
7857         * gcc.dg/builtins-44.c: New.
7858         * gcc.dg/builtins-45.c: New.
7860 2004-06-26  Geoffrey Keating  <geoffk@apple.com>
7861             Andreas Tobler  <a.tobler@schweiz.ch>
7863         * gcc.dg/cleanup-10.c: Run on all Linux platforms and powerpc-darwin.
7864         Use SA_RESETHAND rather than SA_ONESHOT.  Trap SIGBUS as well
7865         as SIGSEGV.
7866         * gcc.dg/cleanup-11.c: Likewise.
7867         * gcc.dg/cleanup-8.c: Likewise.
7868         * gcc.dg/cleanup-9.c: Likewise.
7869         * gcc.dg/cleanup-5.c: Run on all platforms.
7871 2004-06-30  Joseph S. Myers  <jsm@polyomino.org.uk>
7873         * g++.dg/warn/nonnull1.C: New test.
7875 2004-06-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
7877         * gcc.dg/compat/compat-common.h: Wrap up CINT in
7878         an #ifndef SKIP_COMPLEX_INT/#endif pair.
7879         Special-case the Sun compiler wrt to <complex.h>.
7881 2004-06-30  Nitin Yewale <nitiny@kpitcummins.com>
7883         * gcc.dg/Wunreachable-8.C: New test.
7885         * gcc.dg/h8300-ice2.c : New test.
7887 2004-06-30  Tobias Schlueter  <tobias.shclueter@physik.uni-muenchen.de>
7889         PR fortran/16161
7890         * gfortran.fortran-torture/compile/implicit.f90: Add test
7891         for implicit character.
7893 2004-06-30  David Billinghurst <David.Billinghurst@riotinto.com>
7895         PR fortran/16289
7896         * gfortran.fortran-torture/execute/intrinsic_nearest.f90
7897         Use tiny() intrinsic to find smallest non-negative real
7899 2004-06-30  Jakub Jelinek  <jakub@redhat.com>
7901         * gcc.dg/compat/struct-by-value-22_main.c: New test.
7902         * gcc.dg/compat/struct-by-value-22_x.c: New.
7903         * gcc.dg/compat/struct-by-value-22_y.c: New.
7905         * gcc.c-torture/execute/20040629-1.c: New test.
7907 2004-06-29  Jakub Jelinek  <jakub@redhat.com>
7909         * gcc.dg/compat/vector-defs.h: Use vector_size attribute
7910         only for GCC 3.5+, for GCC up to 3.4 mode(V*) attribute instead.
7912         PR target/16195
7913         * gcc.dg/20040625-1.c: New test.
7915 2004-06-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
7917         * gfortran.fortran-torture/execute/parameter_2.f90: New test.
7919 2004-06-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
7921         PR fortran/15963
7922         * gfortran.fortran-torture/execute/initialization_1.f90: New test.
7924 2004-06-29  Richard Henderson  <rth@redhat.com>
7926         * gcc.dg/tree-ssa/20040430-1.c: Expect zero if's.
7928 2004-06-29  Paul Brook  <paul@codesourcery.com>
7930         * g++.old-deja/g++.abi/arraynew.C: Handle ARM EABI cookies.
7931         * g++.old-deja/g++.abi/cxa_vec.C: Allocate larger cookies for AEABI.
7933 2004-06-29  Nathan Sidwell  <nathan@codesourcery.com>
7935         PR c++/16260
7936         * g++.dg/parse/crash15.C: New.
7938 2004-06-28  Andrew Pinski  <apinski@apple.com>
7940         * gcc.dg/pr14963.c: Remove the dg-warning as it is dected
7941         by the error already.
7943         * g++.dg/opt/ptrmem4.C: Change to compile only test.
7945 2004-06-28  Dhananjay Deshpande  <dhananjayd@kpitcummins.com>
7947         PR target/14041
7948         * gcc.dg/h8300-bss-align-1.c : New.
7950 2004-06-28  Nathan Sidwell  <nathan@codesourcery.com>
7952         * PR c++/16174
7953         * g++.dg/template/ctor4.C: New.
7955 2004-06-27  Andrew Pinski  <pinskia@physics.uc.edu>
7957         PR c++/16205
7958         * g++.dg/warn/Wsequence-point-1.C: New test.
7960 2004-06-27  Paul Brook  <paul@codesourcery.com>
7962         * gfortran.fortran-torture/execute/specfics.f90: Use correct typing.
7964 2004-06-27  Zack Weinberg  <zack@codesourcery.com>
7966         * g++.old-deja/g++.mike/p7325.C: Remove.
7968 2004-06-27  Andrew Pinski  <pinskia@physics.uc.edu>
7970         PR c/14963
7971         * gcc.dg/pr14963.c: New test.
7973 2004-06-27  Mark Mitchell  <mark@codesourcery.com>
7975         PR c++/16193
7976         * g++.dg/parse/redef1.C: New test.
7978 2004-06-27  Joseph S. Myers  <jsm@polyomino.org.uk>
7980         * gcc.c-torture/compile/20021123-1.c: Remove duplicate of
7981         20021110.c.
7982         * gcc.c-torture/compile/20021123-4.c: Remove duplicate of
7983         20021119-1.c.
7984         * gcc.dg/vmx/5-05.c, gcc.dg/vmx/5-06.c, gcc.dg/vmx/5-07.c,
7985         gcc.dg/vmx/5-08.c: Remove duplicates of 5-01.c, 5-02.c, 5-03.c,
7986         5-04.c.
7987         * gcc.dg/builtins-42.c: Remove duplicate of builtins-41.c.
7988         * g++.dg/other/new1.C: Remove duplicate of g++.dg/init/new1.C.
7989         * g++.dg/init/elide3.C: Remove duplicate of elide2.C.
7990         * g++.old-deja/g++.law/enum8.C: Remove duplicate of
7991         g++.brendan/enum14.C.
7992         * g++.old-deja/g++.mike/ns8.C: Remove duplicate of ns6.C
7993         * g++.old-deja/g++.ns/alias5.C: Remove duplicate of alias1.C.
7994         * g++.old-deja/g++.other/virtual1.C: Remove duplicate of
7995         g++.mike/virt1.C.
7996         * g++.old-deja/g++.pt/memtemp27.C: Remove duplicate of
7997         memtemp24.C.
7999 2004-06-27  Roger Sayle  <roger@eyesopen.com>
8001         * gcc.dg/20040527-1.c: New test case.
8003 2004-06-26  Bud Davis  <bdavis9659@comcast.net>
8005         PR gfortran/pr16196
8006         * gfortran.fortran-torture/execute/open_replace.f90: New test case.
8008 2004-06-25  Roger Sayle  <roger@eyesopen.com>
8010         PR middle-end/15825
8011         * gcc.dg/pr15825-1.c: New test case.
8013 2004-06-25  Richard Sandiford  <rsandifo@redhat.com>
8015         * gcc.c-torture/execute/20040625-1.c: New test.
8017 2004-06-25  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
8019         * gfortran.fortran-torture/execute/der_init_3.f90: Fix syntax error.
8021 2004-06-25  Richard Sandiford  <rsandifo@redhat.com>
8023         * gcc.dg/torture/mips-div-1.c: New test.
8025 2004-06-24  Jeff Law  <law@redhat.com>
8027         * gcc.dg/tree-ssa/20040624-1.c: New test.
8029 2004-06-24  Richard Sandiford  <rsandifo@redhat.com>
8031         * gcc.c-torture/compile/20040624-1.c: New test.
8033 2004-06-24  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8035         * g++.dg/tree-ssa/tree-ssa.exp: Remove. dg.exp already handles
8036         this directory.
8038 2004-06-23  Andrew Pinski  <apinski@apple.com>
8040         PR middle-end/15988
8041         * g++.dg/opt/ptrmem4.C: New test.
8043         * gcc.dg/c90-array-quals-2.c: New test.
8045 2006-06-23  Nitin Yewale <NitinY@KPITCummins.com>
8047         * gcc.dg/kpice1.c: New test.
8049 2006-06-23  Andrew Pinski  <apinski@apple.com>
8051         * gcc.dg/c90-array-quals.c: New test.
8053 2006-06-22  Richard Henderson  <rth@redhat.com>
8055         * gcc.dg/noreturn-1.c (foo5): Update function does return lineno.
8057 2004-06-22  Loren James Rittle  <ljrittle@acm.org>
8059         * gcc.dg/builtins-config.h: Handle FreeBSD.
8061 2006-06-22  Richard Henderson  <rth@redhat.com>
8063         * g++.dg/opt/devirt1.C: New.
8065 2004-06-22  Kelley Cook <kcook@gcc.gnu.org>
8067         * g++.dg/opt/pr15551.C: New testcase.
8069 2004-06-22  H.J. Lu  <hongjiu.lu@intel.com>
8071         PR target/14800
8072         * gcc.misc-tests/linkage.exp: Set native_cflags to "-m32" for
8073         x86_64-*-linux* when compiling for 32bit.
8075 2004-06-21  Andrew Pinski  <apinski@apple.com>
8077         * gcc.dg/pch/struct-1.c: New.
8078         * gcc.dg/pch/struct-1.hs: New.
8080 2004-06-21  Geoffrey Keating  <geoffk@apple.com>
8082         * gcc.dg/pch/save-temps-1.c: New file.
8083         * gcc.dg/pch/save-temps-1.hs: New file.
8085 2004-06-22  Janne Blomqvist  <jblomqvi@cc.hut.fi>
8087         * gfortran.fortran-torture/execute/iolength_1.f90: New test.
8088         * gfortran.fortran-torture/execute/iolength_3.f90: New test.
8090 2004-06-21  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
8092         * gfortran.fortran-torture/execute/select_1.f90: Rename function
8093         to fix type error.
8094         * gfortran.fortran-torture/execute/intrinsic_associated.f90:
8095         Remove trailing spaces.
8097 2004-06-21  Richard Henderson  <rth@redhat.com>
8099         * gcc.dg/tree-ssa/20030714-1.c: Rename variables to avoid
8100         merging && to BIT_FIELD_REF.
8102 2004-06-21  Richard Sandiford  <rsandifo@redhat.com>
8104         * g++.dg/opt/placeholder1.C: New test.
8106 2004-06-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
8108         * gcc.dg/compat/struct-complex-1_x.c: Add dummy symbol.
8109         * gcc.dg/compat/struct-complex-1_y.c: Likewise.
8110         * gcc.dg/compat/union-m128-1_x.c: Likewise.
8111         * gcc.dg/compat/union-m128-1_y.c: Likewise.
8113 2004-06-20  Zack Weinberg  <zack@codesourcery.com>
8115         * g++.dg/expr/enum1.C, g++.dg/opt/const3.C: Declare abort with
8116         extern "C".
8117         * g++.dg/other/pragma-re-1.C: Add comments.
8119 2004-06-19  Bud Davis  <bdavis9659@comcast.net>
8121         PR gfortran/16080
8122         * gfortran.fortran-torture/execute/read_null_string.f90: New file.
8124 2004-06-19  Andrew Pinski  <pinskia@physics.uc.edu>
8126         * g++.dg/lookup/crash3.C: Use __SIZE_TYPE__
8127         instead of setting the type of size_t by
8128         hand.
8130 2004-06-18  Roger Sayle  <roger@eyesopen.com>
8132         * gcc.dg/unordered-2.c: New test case.
8133         * gcc.dg/unordered-3.c: New test case.
8135 2004-06-19  David Billinghurst <David.Billinghurst@riotinto.com>
8137         PR other/16043
8138         * lib/g++.exp (g++_version): Tweak regexp for version
8139         * lib/g77.exp (g77_version): Likewise
8140         * lib/gfortran.exp (gfortran_version): Likewise
8141         * lib/objc.exp (objc_version): Likewise
8142         * lib/treelang.exp (treelang_version): Likewise
8144 2004-06-19  Jakub Jelinek  <jakub@redhat.com>
8146         * gcc.dg/compat/struct-align-2_x.c: Include <limits.h>.
8147         Use INT_MAX instead of __INT_MAX__.
8148         * gcc.dg/compat/struct-align-2_y.c: Likewise.
8150         * gcc.dg/compat/compat-common.h (CINT, CDBL): Define.
8151         * gcc.dg/compat/scalar-return-3_x.c: Use it.
8152         * gcc.dg/compat/scalar-return-3_y.c: Use it.
8153         * gcc.dg/compat/scalar-return-4_x.c: Use it.
8154         * gcc.dg/compat/scalar-return-4_y.c: Use it.
8155         * gcc.dg/compat/scalar-by-value-3_x.c: Use it.
8156         * gcc.dg/compat/scalar-by-value-3_y.c: Use it.
8157         * gcc.dg/compat/scalar-by-value-4_x.c: Use it.
8158         * gcc.dg/compat/scalar-by-value-4_y.c: Use it.
8160         * gcc.dg/range-test-1.c: New test.
8161         * g++.dg/opt/range-test-1.C: New test.
8163 2004-06-17  Richard Henderson  <rth@redhat.com>
8165         * objc.dg/sync-1.m: New.
8166         * objc.dg/try-catch-1.m: Don't force next runtime.
8167         * objc.dg/try-catch-3.m, objc.dg/try-catch-4.m: Likewise.
8168         * objc.dg/try-catch-2.m: Likewise.  Enable everywhere.  Remove
8169         shadowed catch clause.
8170         * objc.dg/try-catch-5.m: New.
8172 2004-06-17  Zack Weinberg  <zack@codesourcery.com>
8174         Bug 14610
8175         * gcc.dg/ia64-float80-1.c, gcc.dg/ia64-float80-2.c: New testcases.
8177 2004-06-15  Richard Henderson  <rth@redhat.com>
8179         * gcc.dg/20001116-1.c: Move expected warning line.
8181 2004-06-15  Richard Henderson  <rth@redhat.com>
8183         * gcc.dg/i386-ssetype-1.c: Remove XFAIL.
8184         * gcc.dg/i386-ssetype-3.c: Remove XFAIL.
8186 2004-06-15  Jeff Law  <law@redhat.com>
8188         * gcc.dg/tree-ssa/20040615-1.c: New test.
8189         * gcc.dg/tree-ssa/20030824-1.c: Update expected output to
8190         be less sensitive to operand ordering.
8191         * gcc.dg/tree-ssa/20030824-2.c: Likewise.
8193 2004-06-16  Danny Smith  <dannysmith@users.sourceforge.net>
8195         * g++.dg/abi/bitfield3.C: Add comment..
8197 2004-06-15  Richard Henderson  <rth@redhat.com>
8199         * g++.dg/ext/stmtexpr1.C: XFAIL.
8200         * gcc.dg/20030612-1.c: XFAIL.
8202 2004-06-15  Eric Christopher  <echristo@redhat.com>
8204         * g++.dg/charset/asm5.c: New.
8205         * gcc.dg/charset/asm6.c: New.
8207 2004-06-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
8209         PR fortran/15962
8210         * gfortran.fortran-torture/execute/select_1.f90: New test.
8212 2004-06-15  Paul Brook  <paul@codesourcery.com>
8214         * gcc.dg/arm-mmx-1.c: Use asm to clobber registers.
8216 2004-06-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8218         PR c++/15967
8219         * g++.dg/lookup/crash3.C: New test.
8221 2004-06-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8223         PR c++/15947
8224         * g++.dg/parse/dtor4.C: New test.
8226 2004-06-14  Jeff Law  <law@redhat.com>
8228         * gcc.c-torture/compile/20040614-1.c: New test.
8230 2004-06-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
8232         PR fortran/15211
8233         * gfortran.fortran-torture/execute/intrinsic_len.f90: Also test
8234         LEN of a character array.
8236 2004-06-14  Mark Mitchell  <mark@codesourcery.com>
8238         PR c++/15096
8239         * g++.dg/template/ptrmem10.C: New test.
8241         PR c++/14930
8242         * g++.dg/template/friend30.C: New test.
8244 2004-06-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
8246         PR fortran/14928
8247         * gfortran.fortran-torture/compile/mloc.f90: New test.
8249 2004-06-13  Paul Brook  <paul@codesourcery.com>
8251         * gfortran.fortran-torture/execute/random_2.f90: New test.
8253 2004-06-13  Eric Christopher  <echristo@redhat.com>
8255         * gcc.dg/noncompile/redecl-1.c: Fix error message.
8257 2004-06-12  Paul Brook  <paul@codesourcery.com>
8259         * gfortran.fortran-torture/execute/contained_3.f90: New test.
8261 2004-06-12  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
8263         PR fortran/14923
8264         * gfortran.fortran-torture/execute/date_time_1.f90: New test.
8266 2004-06-12  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
8268         PR fortran/14957
8269         * gfortran.fortran-torture/execute/stack_varsize.f90: Correct
8270         syntax errors in end statements of contained subroutines.
8272 2004-06-12  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
8274         PR fortran/12841
8275         * gfortran.fortran-torture/execute/null_arg.f90: New test.
8277 2004-06-12  Bud Davis  <bdavis9659@comcast.net>
8279         PR fortran/15665
8280         * gfortran.fortran-torture/execute/getarg_1.f90: New test.
8282 2004-06-12  Bud Davis  <bdavis9659@comcast.net>
8284         PR gfortran/12839
8285         * gfortran.fortran-torture/execute/nan_inf_fmt.f90: New test.
8287 2004-06-11  Mark Mitchell  <mark@codesourcery.com>
8289         PR c++/15862
8290         * g++.dg/parse/enum1.C: New test.
8292 2004-06-10  Jeff Law  <law@redhat.com>
8294         * gcc.c-torture/compile/20040610-1.c: New test.
8296 2004-06-11  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8298         * g++.old-deja/g++.robertl/eb4.C: Adjust error markers.
8299         * g++.old-deja/g++.other/decl3.C: Likewise.
8301 2004-06-10  Brian Booth  <bbooth@redhat.com>
8303         * gcc.dg/tree-ssa/20031015-1.c: Scan for
8304         V_MAY_DEF instead of VDEF.
8305         * gcc.dg/tree-ssa/20040517-1.c: Ditto.
8307 2004-06-10  Mark Mitchell  <mark@codesourcery.com>
8309         PR c++/14211
8310         * g++.dg/conversion/const1.C: New test.
8312         PR c++/15076
8313         * g++.dg/conversion/reinterpret1.C: New test.
8315         PR c++/15877
8316         * g++.dg/template/enum2.C: New test.
8318         PR c++/15227
8319         * g++.dg/template/error13.C: New test.
8321 2004-06-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
8323         PR fortran/14957
8324         * gfortran.fortran-torture/execute/intrinsic_scale.f90: Make all
8325         arguments to test_* REAL and of the right size.
8327 2004-06-10  Jakub Jelinek  <jakub@redhat.com>
8329         PR target/15569
8330         PR rtl-optimization/15681
8331         * gcc.dg/20040609-1.c: New test.
8333 2004-06-10  Jakub Jelinek  <jakub@redhat.com>
8335         PR c++/14791
8336         * g++.dg/opt/builtins1.C: New test.
8338 2004-06-10  Danny Smith  <dannysmith@users.sourceforge.net>
8340         * gcc.dg/i386-bitfield1.c: Add mingw32 and cygwin to targets
8341         that use default windows32 struct layout.
8342         * gcc.dg/i386-bitfield2.c: Likewise.
8344 2004-06-09  Danny Smith  <dannysmith@users.sourceforge.net>
8346         * g++.dg/abi/bitfield3.C: Add -mno-align-double compile option
8347         for mingw32 and cygwin targets.
8349 2004-06-09  Geoffrey Keating  <geoffk@apple.com>
8351         * gcc.dg/pch/macro-4.c: New.
8352         * gcc.dg/pch/macro-4.hs: New.
8354 2004-06-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
8356         PR fortran/13249
8357         * gfortran.fortran-torture/compile/name_clash.f90: New test.
8359 2004-06-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
8361         PR fortran/13372
8362         * gfortran.fortran-torture/compile/named_args_2.f90: New test.
8364 2004-06-09  Bud Davis  <bdavis9659@comcast.net>
8366         PR gfortran/14897
8367         * gfortran.fortran-torture/execute/t_edit.f90: New test.
8369 2004-06-09  Bud Davis  <bdavis9659@comcast.net>
8371         PR gfortran/15755
8372         * gfortran.fortran-torture/execute/backspace.c : New test.
8374 2004-06-09  Paul Brook  <paul@codesourcery.com>
8376         * gfortran.fortran-torture/execure/intrinsic_associated.f90
8377         (pointer_to_section): Rewrite to use smaller array.
8379 2004-06-08  David Edelsohn  <edelsohn@gnu.org>
8381         * gcc.dg/ext/altivec-1.c: XFAIL powerpc-ibm-aix*.
8382         * gcc.dg/ext/altivec-10.c: Same.
8383         * gcc.dg/ext/altivec-11.c: Same.
8384         * gcc.dg/ext/altivec-12.c: Same.
8385         * gcc.dg/ext/altivec-13.c: Same.
8386         * gcc.dg/ext/altivec-14.c: Same.
8387         * gcc.dg/ext/altivec-15.c: Same.
8388         * gcc.dg/ext/altivec-16.c: Same.
8389         * gcc.dg/ext/altivec-3.c: Same.
8390         * gcc.dg/ext/altivec-4.c: Same.
8391         * gcc.dg/ext/altivec-6.c: Same.
8392         * gcc.dg/ext/altivec-7.c: Same.
8393         * gcc.dg/ext/altivec-8.c: Same.
8394         * gcc.dg/ext/altivec-varargs-1.c: Same.
8396         * g++.dg/ext/altivec-1.C: Correct dg syntax.
8397         * g++.dg/ext/altivec-10.C: Same.
8398         * g++.dg/ext/altivec-2.C: Same.
8399         * g++.dg/ext/altivec-3.C: Same.
8400         * g++.dg/ext/altivec-4.C: Same.
8401         * g++.dg/ext/altivec-5.C: Same.
8402         * g++.dg/ext/altivec-6.C: Same.
8403         * g++.dg/ext/altivec-7.C: Same.
8404         * g++.dg/ext/altivec-8.C: Same.
8405         * g++.dg/ext/altivec-9.C: Same.
8407 2004-06-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8409         PR c++/7841
8410         * g++.old-deja/g++.pt/ctor2.C: Add error mark.
8412 2004-06-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
8414         * gcc.dg/union-1.c: New test.
8416 2004-06-07  Roger Sayle  <roger@eyesopen.com>
8418         * gcc.dg/builtins-41.c: New test case.
8419         * gcc.dg/builtins-42.c: New test case.
8421 2004-06-07  David Edelsohn  <edelsohn@gnu.org>
8423         * g++.dg/ext/altivec-1.C: XFAIL powerpc-ibm-aix*.
8424         * g++.dg/ext/altivec-10.C: Same.
8425         * g++.dg/ext/altivec-2.C: Same.
8426         * g++.dg/ext/altivec-3.C: Same.
8427         * g++.dg/ext/altivec-4.C: Same.
8428         * g++.dg/ext/altivec-5.C: Same.
8429         * g++.dg/ext/altivec-6.C: Same.
8430         * g++.dg/ext/altivec-7.C: Same.
8431         * g++.dg/ext/altivec-8.C: Same.
8432         * g++.dg/ext/altivec-9.C: Same.
8433         * g++.old-deja/g++.abi/cxa_vec.C: Same.
8434         * g++.old-deja/g++.brendan/new3.C: Same.
8435         * gcc.c-torture/execute/eeprof-1.x: Same.
8437 2004-06-07  Joseph S. Myers  <jsm@polyomino.org.uk>
8439         PR c/14765
8440         * gcc.dg/pr14765-1.c: New test.
8442 2004-06-07  Roger Sayle  <roger@eyesopen.com>
8444         PR c/14649
8445         * gcc.dg/pr14649-1.c: New test case.
8447 2004-06-07  Richard Henderson  <rth@redhat.com>
8449         * gcc.dg/tree-ssa/20030728-1.c: Fixup return value to not match
8450         if temporaries.
8452 2004-06-07  David Edelsohn  <edelsohn@gnu.org>
8454         * g++.dg/eh/elide1.C: Remove XFAIL.
8456 2004-06-07  Mark Mitchell  <mark@codesourcery.com>
8458         PR c++/15337
8459         * g++.dg/expr/sizeof3.C: New test.
8461         PR c++/14777
8462         * g++.dg/template/access14.C: New test.
8464         PR c++/15554
8465         * g++.dg/template/enum1.C: New test.
8467         PR c++/15057
8468         * g++.dg/eh/throw1.C: New test.
8470 2004-06-07  David Ayers  <d.ayers@inode.at>
8471             Ziemowit Laski  <zlaski@apple.com>
8473         * lib/objc.exp (objc_target_compile): Revert the '-framework
8474         Foundation' flag fix, since bare Darwin does not ship
8475         with the Foundation framework.
8476         * objc/execute/next_mapping.h: Provide a local NSConstantString
8477         @interface and @implementation.
8478         (objc_constant_string_init): A constructor function, used to
8479         initialize the NSConstantString meta-class object.
8480         * objc/execute/string1.m: Include "next_mapping.h" instead of
8481         <Foundation/NSString.h>.
8482         * objc/execute/string2.m: Likewise.
8483         * objc/execute/string3.m: Likewise.
8484         * objc/execute/string4.m: Likewise.
8486 2004-06-06  H.J. Lu  <hongjiu.lu@intel.com>
8488         * gcc.c-torture/execute/ieee/fp-cmp-4.c (FLOAT): New. Default
8489         to double. Replace double with FLOAT.
8490         * gcc.c-torture/execute/ieee/fp-cmp-8.c: Likewise.
8492         * gcc.c-torture/execute/ieee/fp-cmp-4e.c: New file.
8493         * gcc.c-torture/execute/ieee/fp-cmp-4f.c: Likewise.
8494         * gcc.c-torture/execute/ieee/fp-cmp-4l.c: Likewise.
8495         * gcc.c-torture/execute/ieee/fp-cmp-4q.c: Likewise.
8496         * gcc.c-torture/execute/ieee/fp-cmp-8e.c: Likewise.
8497         * gcc.c-torture/execute/ieee/fp-cmp-8f.c: Likewise.
8498         * gcc.c-torture/execute/ieee/fp-cmp-8l.c: Likewise.
8499         * gcc.c-torture/execute/ieee/fp-cmp-8q.c: Likewise.
8501 2004-06-06  Joseph S. Myers  <jsm@polyomino.org.uk>
8503         PR c/13519
8504         * gcc.c-torture/enum-3.c, gcc.dg/pr13519-1.c: New tests.
8506 2004-06-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8508         PR c++/15503
8509         * g++.dg/template/meminit2.C: New test.
8511 2004-06-04  Paolo Bonzini  <bonzini@gnu.org>
8513         PR target/15822
8514         * gcc.c-torture/execute/compare-fp-1.c,
8515         gcc.c-torture/execute/compare-fp-2.c,
8516         gcc.c-torture/execute/compare-fp-3.c,
8517         gcc.c-torture/execute/compare-fp-4.c,
8518         gcc.c-torture/execute/compare-fp-3.x,
8519         gcc.c-torture/execute/compare-fp-4.x: Moved...
8520         * gcc.c-torture/execute/ieee/compare-fp-1.c,
8521         gcc.c-torture/execute/ieee/compare-fp-2.c,
8522         gcc.c-torture/execute/ieee/compare-fp-3.c,
8523         gcc.c-torture/execute/ieee/compare-fp-4.c,
8524         gcc.c-torture/execute/ieee/compare-fp-3.x,
8525         gcc.c-torture/execute/ieee/compare-fp-4.x: ...here.
8527 2004-06-04  David Ayers  <d.ayers@inode.at>
8529         * objc/execute/protocol-isEqual-4.m: New testcase.
8531 2004-06-04  Nicola Pero  <n.pero@mi.flashnet.it>
8533         * objc/execute/protocol-isEqual-1.m: New testcase.
8534         * objc/execute/protocol-isEqual-2.m: New testcase.
8535         * objc/execute/protocol-isEqual-3.m: New testcase.
8537 2004-06-03  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
8539         * gfortran.fortran-torture/execute/optstring_1.f90: New testcase.
8541 2004-06-02  Ziemowit Laski  <zlaski@apple.com>
8543         * lib/objc.exp (objc_target_compile): When running tests on
8544         Darwin (Mac OS X), inform the linker about '-framework
8545         'Foundation'.
8547 2004-06-02  Eric Christopher  <echristo@redhat.com>
8549         * gcc.c-torture/compile/20040602-1.c: New.
8551 2004-06-02  Andrew Pinski  <pinskia@physics.uc.edu>
8553         * g++.dg/tree-ssa/ssa-sra-1.C: Fix comment.
8554         * g++.dg/tree-ssa/ssa-sra-2.C: Likewise.
8556         PR tree-optimization/14736
8557         * g++.dg/tree-ssa/ssa-cast-1.C: New Test.
8559         PR tree-optimization/14042
8560         * g++.dg/tree-ssa/ssa-sra-1.C: New Test.
8562         PR tree-optimization/14729
8563         * g++.dg/tree-ssa/ssa-sra-2.C: New Test.
8565 2004-06-02  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
8567         PR fortran/15557
8568         * gfortran.fortran-torture/execute/data_3.f90: New testcase.
8570 2004-06-01  Richard Hederson  <rth@redhat.com>
8572         * g++.dg/template/dependent-expr4.C: Use __builtin_offsetof.
8574 2004-06-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8576         PR c++/14932
8577         * g++.dg/parse/offsetof4.C: New test.
8579 2004-06-01  Nicola Pero  <nicola@brainstorm.co.uk>
8581         PR objc/7993
8582         * objc.dg/private-1.m, objc-dg/private-2.m: New testcases.
8584 2004-05-31  Mark Mitchell  <mark@codesourcery.com>
8586         PR c++/15701
8587         * g++.dg/template/friend29.C: New test.
8589 2004-05-31  Joseph S. Myers  <jsm@polyomino.org.uk>
8591         PR c/15749
8592         * gcc.dg/pr15749-1.c, gcc.dg/pr15749-1.h: New test.
8594 2004-05-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
8596         * gcc.dg/sparc-trap-1.c: New test.
8598 2004-05-31  Roger Sayle  <roger@eyesopen.com>
8600         PR middle-end/15069
8601         * g++.dg/opt/fold3.C: New test case.
8603 2004-05-30  Graham Stott  <graham.stott@btinternet.com>
8605         * lib/target-supports.exp (check_iconv_available): Fix fallout
8606         from 2004-05-28 patch.
8608 2004-05-30  Paul Brook  <paul@codesourcery.com>
8610         PR fortran/15620
8611         * gfortran.fortran-torture/execute/st_function_1.f90: New test.
8612         * gfortran.fortran-torture/execute/st_function_2.f90: New test.
8614 2004-05-30  Steven G. Kargl  <kargls@comcast.net>
8616         * gfortran.fortran-torture/execute/random_1.f90: New test.
8618 2004-05-28  Ziemowit Laski  <zlaski@apple.com>
8620         * g++.dg/ext/altivec-10.C: New test.
8622 2004-05-29  Paul Brook  <paul@codesourcery.com>
8624         * gfortran.fortran-torture/execute/equiv_1.f90: New test.
8626 2004-05-28  Ziemowit Laski  <zlaski@apple.com>
8628         * gcc.dg/altivec-16.c: New test.
8630 2004-05-28  Janis Johnson  <janis187@us.ibm.com>
8632         * lib/target-supports.exp (check_vmx_hw_available): New.
8633         * gcc.dg/vmx/vmx.exp: Use it to determine default action.
8635         * lib/target-supports.exp (check_alias_available,
8636         check_iconv_available, check_named_sections_available): Use
8637         unique names for temporary files.
8639 2004-05-28  Ziemowit Laski  <zlaski@apple.com>
8641         * gcc.dg/altivec-15.c: New test.
8643 2004-05-28  Mark Mitchell  <mark@codesourcery.com>
8645         PR c++/15083
8646         * g++.dg/warn/noeffect6.C: New test.
8648         PR c++/15471
8649         * g++.dg/expr/ptrmem4.C: New test.
8651         PR c++/15640
8652         * g++.dg/template/operator3.C: New test.
8654 2004-05-28  Mark Mitchell  <mark@codesourcery.com>
8656         PR c++/14668
8657         * g++.dg/lookup/redecl1.C: New test.
8658         * g++.old-deja/g++.benjamin/tem04.C: Add error marker.
8660 2004-05-28  Paolo Bonzini  <bonzini@gnu.org>
8662         * gcc.c-torture/execute/compare-fp-1.c,
8663         gcc.c-torture/execute/compare-fp-2.c,
8664         gcc.c-torture/execute/compare-fp-3.c,
8665         gcc.c-torture/execute/compare-fp-4.c,
8666         gcc.c-torture/execute/compare-fp-3.x,
8667         gcc.c-torture/execute/compare-fp-4.x,
8668         gcc.dg/pr15649-1.c: New.
8670 2004-05-27  Adam Nemet  <anemet@lnxw.com>
8672         PR c++/12883
8673         * g++.dg/init/array14.C: New test.
8675 2004-05-25  Janis Johnson  <janis187@us.ibm.com>
8677         * lib/compat.exp (compat-get-options-main): New.
8678         (compat-get-options): Remove unneeded code, warn for ignored
8679         command.
8680         (compat-execute): Check flag set by dg-require-* commands.
8682         * lib/compat.exp (compat-execute): Break up long lines.
8684 2004-05-24  Janis Johnson  <janis187@us.ibm.com>
8686         * gcc.dg/altivec-7.c: Don't use 'vector long'.
8687         * gcc.dg/altivec-14.c: New test.
8688         * g++.dg/ext/altivec-7.C: Don't use 'vector long'.
8690         * gcc.dg/altivec-6.c: Use -maltivec, don't limit to darwin.
8691         * gcc.dg/altivec-12.c: Ditto.
8693         * gcc.dg/altivec-3.c: Move call to altivec_check.
8695 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
8697         PR c++/15044
8698         * g++.dg/template/error12.C: New test.
8700         PR c++/15317
8701         * g++.dg/ext/attrib15.C: New test.
8703         PR c++/15329
8704         * g++.dg/template/ptrmem9.C: New test.
8706 2004-05-25  Paul Brook  <paul@codesourcery.com>
8708         * gfortran.fortran-torture/compile/inquiry_1.f90: New test.
8710 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
8712         PR c++/15165
8713         * g++.dg/template/crash19.C: New test.
8715 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
8717         PR c++/15025
8718         * g++.dg/template/redecl1.C: New test.
8720 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
8722         PR c++/14821
8723         * g++.dg/other/ns1.C: New test.
8725         PR c++/14883
8726         * g++.dg/template/invalid1.C: New test.
8728 2004-05-23  Paul Brook  <paul@codesourcery.com>
8729         Victor Leikehman  <lei@haifasphere.co.il>
8731         * gfortran.fortran-torture/execute/common_init_1.f90: New test.
8732         * gfortran.fortran-torture/execute/equiv_init.f90: New test.
8734 2004-05-22  Mark Mitchell  <mark@codesourcery.com>
8736         PR c++/15285
8737         PR c++/15299
8738         * g++.dg/template/non-dependent5.C: New test.
8739         * g++.dg/template/non-dependent6.C: New test.
8741 2004-05-22  Mark Mitchell  <mark@codesourcery.com>
8743         PR c++/15507
8744         * g++.dg/inherit/union1.C: New test.
8746         PR c++/15542
8747         * g++.dg/template/addr1.C: New test.
8749         PR c++/15427
8750         * g++.dg/template/array5.C: New test.
8752         PR c++/15287
8753         * g++.dg/template/array6.C: New test.
8755 2004-05-22  Wolfgang Bangerth  <bangerth@dealii.org>
8756             Roger Sayle  <roger@eyesopen.com>
8758         * g++.dg/lookup/forscope2.C: New test case.
8760 2004-05-22  Ben Elliston  <bje@au.ibm.com>
8762         * gcc.dg/cpp/Wmissingdirs.c: New.
8764 2004-05-20  H.J. Lu  <hongjiu.lu@intel.com>
8766         PR target/15301
8767         * gcc.dg/compat/union-m128-1.h: New file.
8768         * gcc.dg/compat/union-m128-1_main.c: Likewise.
8769         * gcc.dg/compat/union-m128-1_x.c: Likewise.
8770         * gcc.dg/compat/union-m128-1_y.c: Likewise.
8772 2004-05-20  H.J. Lu  <hongjiu.lu@intel.com>
8774         PR target/15302
8775         * gcc.dg/compat/struct-complex-1.h: New file.
8776         * gcc.dg/compat/struct-complex-1_main.c: Likewise.
8777         * gcc.dg/compat/struct-complex-1_x.c: Likewise.
8778         * gcc.dg/compat/struct-complex-1_y.c: Likewise.
8780 2004-05-20  Roger Sayle  <roger@eyesopen.com>
8782         PR middle-end/3074
8783         * gcc.dg/pr3074-1.c: New test case.
8784         * gcc.dg/sequence-pt-1.c: Remove an XFAIL.
8786 2004-05-20  Falk Hueffner  <falk@debian.org>
8788         PR other/15526
8789         * gcc.dg/ftrapv-1.c: New test case.
8791 2004-05-18  Feng Wang  <fengwang@nudt.edu.cn>
8793         * gfortran.fortran-torture/execute/power.f90: Test constant integers.
8795 2004-05-18  Andrew Pinski  <pinskia@physics.uc.edu>
8796             Jeff Law  <law@redhat.com>
8798         * gcc.dg/tree-ssa/20040514-2.c: Update expected output.
8799         * gcc.dg/tree-ssa/20040518-2.c: New test.
8801         * gcc.dg/tree-ssa/20040518-1.c: New test.
8803 2004-05-18  Zack Weinberg  <zack@codesourcery.com>
8805         * gcc.c-torture/execute/991216-3.c: Delete, duplicate of 991216-2.c.
8807 2004-05-18  Paul Brook  <paul@codesourcery.com>
8809         PR fortran/13930
8810         * gfortran.fortran-torture/execute/der_init_4.f90: New test.
8812 2004-05-18  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
8814         * gfortran.fortran-torture/execute/cmplx.f90: Add test for bug in
8815         constant folding.
8817 2004-05-17  Steven Bosscher  <stevenb@suse.de>
8819         * gcc.dg/tree-ssa/20040517-1.c: New test.
8821 2004-05-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
8823         * gcc.dg/loop-4.c: New test.
8825 2004-05-15  Andrew Pinski  <pinskia@physics.uc.edu>
8827         * gcc.dg/tree-ssa/20040514-1.c: Add '}' that was forgotten.
8829 2004-05-15  Bud Davis  <bdavis9659@comcast.net>
8831         PR fortran/15311
8832         * gfortran.fortran-torture/execute/write_a_1.f90: New test.
8834 2004-05-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
8836         PR fortran/13826
8837         PR fortran/13940
8838         * gfortran.fortran-torture/compile/data_1.f90: New test.
8840 2004-05-15  Ulrich Weigand  <uweigand@de.ibm.com>
8842         * gcc.dg/const-elim-1.c: Remove XFAIL for s390*-*-*.
8843         * gcc.dg/uninit-H.c: Define ASM for __s390__.
8845 2004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
8847         * gcc.c-torture/execute/20000603-1.c: Update WG14 URL.
8849 2004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
8851         PR c/15444
8852         * gcc.dg/format/xopen-1.c: Adjust expected message.
8853         * gcc.dg/format/xopen-3.c: New test.
8855 2004-05-14  Victor Leikehman  <lei@haifasphere.co.il>
8857         * gfortran.fortran-torture/execute/def_init_3.f90: New test.
8859 2004-05-14  Jeff Law  <law@redhat.com>
8861         * gcc.dg/tree-ssa/20040514-2.c: New test.
8863 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
8865         * gfortran.fortran-torture/compile/noncontinuation_1.f90: Rename
8866         this ...
8867         * gfortran.fortran-torture/compile/noncontinuation_1.f: ... to
8868         this.
8870 2004-05-14  Andrew Pinski  <pinskia@physics.uc.edu>
8872         * gcc.dg/tree-ssa/20040514-1.c: New test.
8874 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
8876         * gfortran.fortran-torture/compile/noncontinuation_1.f90: New
8877         test.
8879 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
8881         PR fortran/14066
8882         * gfortran.fortran-torture/compile/do_1.f90: New test.
8884 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
8886         PR fortran/15051
8887         * gfortran.fortran-torture/compile/empty_interface_1.f90: New
8888         test.
8890 2004-05-14  Bud Davis  <bdavis9659@comcast.net>
8892         PR fortran/15149
8893         * gfortran.fortran-torture/execute/random_init.f90: New test.
8895 2004-05-13  Paul Brook  <paul@codesourcery.com>
8897         PR fortran/15314
8898         * gfortran.fortran-torture/execute/der_init_s.f90: New test.
8900 2004-05-13  Andrew Pinski  <pinskia@physics.uc.edu>
8902         * gcc.dg/uninit-H.c: Test for __PPC__ and __ppc__
8903         for the powerpc case.
8905 2004-05-13  Jeff Law  <law@redhat.com>
8907         * gcc.dg/tree-ssa/20040513-1.c: New test.
8908         * gcc.dg/tree-ssa/20040513-2.c: New test.
8910 2004-05-13  Paul Brook  <paul@codesourcery.com>
8912         * gcc.dg/tree-ssa/20030808-1.c: Force enum size.
8913         * gcc.dg/tree-ssa/20030714-1.c: Ditto.
8914         * gcc.dg/tree-ssa/20030708-1.c: Ditto.
8916 2004-05-13  Andreas Schwab  <schwab@suse.de>
8918         PR other/10819
8919         * lib/gfortran.exp (gfortran_version): Do not match NL/CR
8920         characters.
8922 2004-05-13  Bud Davis  <bdavis9659@comcast.net>
8924         PR fortran/15294
8925         * gfortran.fortran-torture/execute/adjustr.f90: New file.
8927 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
8929         Merge from tree-ssa-20020619-branch.  See
8930         ChangeLog.tree-ssa for details.
8932 2004-05-11  Ziemowit Laski  <zlaski@apple.com>
8934         * g++.dg/ext/altivec-8.C: Use '-maltivec' instead of '-faltivec';
8935         include <altivec.h> explicitly.
8936         * gcc.dg/altivec-13.c: Likewise.
8938 2004-05-11  Paul Brook  <paul@codesourcery.com>
8940         * gcc.c-torture/compile/20010518-1.c: Force enum size.
8942 2004-05-10  Eric Christopher  <echristo@redhat.com>
8944         * gcc.dg/sibcall-3.c: Remove xfail for mips*-*-elf.
8945         * gcc.dg/sibcall-4.c: Ditto.
8947 2004-05-10  Ziemowit Laski  <zlaski@apple.com>
8949         * g++.dg/ext/altivec-8.C: New test case.
8950         * gcc.dg/altivec-13.c: New test case.
8952 2004-05-08  Roger Sayle  <roger@eyesopen.com>
8954         * gcc.c-torture/execute/divcmp-1.c: New test case.
8955         * gcc.c-torture/execute/divcmp-2.c: New test case.
8956         * gcc.c-torture/execute/divcmp-3.c: New test case.
8958 2004-05-07  Eric Botcazou <ebotcazou@libertysurf.fr>
8960         * g++.dg/other/pragma-re-2.C: New test.
8962 2004-05-07  Uros Bizjak  <uros@kss-loka.si>
8964         * gcc.dg/i386-387-1.c: Add new test for __builtin_fmod.
8965         * gcc.dg/i386-387-2.c: Likewise.
8967         * gcc.dg/i386-387-5.c: Add new tests for __builtin_log1p and
8968         __builtin_drem.
8969         * gcc.dg/i386-387-6.c: Likewise.
8971 2004-05-07  Uros Bizjak  <uros@kss-loka.si>
8973         * gcc.dg/builtins-33.c:  Also check log1p*.
8975 2004-05-07  Hans-Peter Nilsson  <hp@axis.com>
8977         PR optimization/15296
8978         * gcc.c-torture/execute/pr15296.c: New test.
8980 2004-05-05  Uros Bizjak  <uros@kss-loka.si>
8982         * gcc.dg/builtins-40.c: New test.
8984 2004-05-05  Richard Sandiford  <rsandifo@redhat.com>
8986         * gcc.dg/torture/mips-hilo-2.c: Provide dummy __mips16 version.
8988 2004-05-04  Paolo Bonzini  <bonzini@gnu.org>
8990         * g++.dg/ext/spe1.C: New testcase.
8992 2004-05-04  Ziemowit Laski  <zlaski@apple.com>
8994         * objc.dg/image-info.m: Allow additional attributes
8995         for __image_info section.
8997 2004-05-04  Richard Sandiford  <rsandifo@redhat.com>
8999         * gcc.dg/torture/mips-hilo-2.c: New test.
9001 2004-05-03  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
9003         PR c++/14389
9004         * g++.dg/template/member5.C: New test.
9006 2004-05-03  Uros Bizjak  <uros@kss-loka.si>
9008         * gcc.dg/builtins-34.c: Also check expm1*.
9010 2004-05-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9012         * gcc.dg/torture/builtin-integral-1.c: Reorg and add more cases.
9013         * gcc.dg/torture/builtin-convert-3.c: New test.
9015 2004-05-01  Ulrich Weigand  <uweigand@de.ibm.com>
9017         PR middle-end/15054
9018         * g++.dg/opt/pr15054.C: New test.
9020 2004-04-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9022         * gcc.dg/torture/builtin-rounding-1.c: New test.
9023         * gcc.dg/builtins-25.c: Delete.
9024         * gcc.dg/builtins-29.c: Delete.
9026 2004-04-29  Andreas Krebbel  <krebbel1@de.ibm.com>
9028         * gcc.dg/sibcall-3.c: Delete s390 from expected fail list.
9029         * gcc.dg/sibcall-4.c: Likewise.
9030         * gcc.dg/sibcall-6.c: Enable s390 as test platform.
9032 2004-04-30  Kazu Hirata  <kazu@cs.umass.edu>
9034         * gcc.c-torture/execute/20040331-1.c: Don't use too wide a
9035         bit-field on 16-bit targets.
9037 2004-04-30  Kazu Hirata  <kazu@cs.umass.edu>
9039         * gcc.c-torture/execute/20040409-2.c: Fix constants used on
9040         16-bit targets.
9042 2004-04-30  Andrew Pinski  <pinskia@physics.uc.edu>
9044         * gcc.dg/rs6000-power2-1.c: Change to compile only.
9045         * gcc.dg/rs6000-power2-2.c: Likewise.
9047 2004-04-29  Andrew Pinski  <pinskia@physics.uc.edu>
9049         * gcc.dg/rs6000-power2-1.c: Change the options to be more correct.
9050         * gcc.dg/rs6000-power2-2.c: Change the options to be more correct.
9051         Change the asm registers to be in form of frN instead of fN.
9053 2004-04-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9055         * gcc.dg/torture/builtin-convert-2.c: New test.
9057 2004-04-28  Andrew Pinski  <pinskia@physics.uc.edu>
9059         * gcc.dg/rs6000-power2-1.c: New test.
9060         * gcc.dg/rs6000-power2-2.c: New test.
9062 2004-04-28  Jan Hubicka  <jh@suse.cz>
9064         * gcc.dg/unused-6.c: New test.
9066 2004-04-24  Laurent GUERBY  <laurent@guerby.net>
9067             Ulrich Weigand  <uweigand@de.ibm.com>
9069         * ada/acats/run_all.sh: Define $target variable.
9071 2004-04-26  Andrew Pinski  <pinskia@physics.uc.edu>
9073         PR c++/15119
9074         * g++.dg/other/vararg-1.C: New test.
9076         PR c++/4794
9077         * g++.dg/eh/cleanup3.C: New test.
9079 2004-04-24  Laurent GUERBY <laurent@guerby.net>
9081         * ada/acats/run_all.sh: Handle cd2a83c, cd2a91c (target_bit)
9082         and ad8011a (target_insn).
9083         * ada/acats/support/macro.dfs: Likewise.
9084         * ada/acats/support/impbit.adb: New file.
9086 2004-04-23  Ulrich Weigand  <uweigand@de.ibm.com>
9088         * gcc.dg/const-elim-1.c: XFAIL on s390*-*-*.
9090 2004-04-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
9092         * gcc.dg/loop-3.c: New test.
9094 2004-04-23  Daniel Jacobowitz  <drow@mvista.com>
9096         * gcc.c-torture/execute/simd-5.c: New test.
9098 2004-04-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
9100         PR c++/15064
9101         * g++.dg/template/crash18.C: New test.
9103 2004-04-22  Mark Mitchell  <mark@codesourcery.com>
9105         * g++.dg/ext/complit3.C: New test.
9107 2004-04-21  Aldy Hernandez  <aldyh@redhat.com>
9109         * gcc.dg/altivec-1.c: XFAIL for powerpc-eabispe.
9110         * gcc.dg/altivec-3.c: Same.
9111         * gcc.dg/altivec-varargs-1.c: Same.
9113 2004-04-21  Aldy Hernandez  <aldyh@redhat.com>
9115         * lib/target-supports.exp (check_profiling_available): Assume
9116         profiling is not available on powerpc-eabi targets.
9118 2004-04-21  Janis Johnson  <janis187@us.ibm.com>
9120         * gcc.dg/vmx/1c-01.c: Use ptrdiff_t for casts of pointers.
9121         * gcc.dg/vmx/bug-1.c: Ditto.
9123 2004-04-20  Eric Christopher  <echristo@redhat.com>
9125         * gcc.dg/charset/extern.c: New test.
9126         * g++.dg/charset/extern3.cc: Ditto.
9128 2004-04-20  Uros Bizjak  <uros@kss-loka.si>
9130         * gcc.dg/builtins-39.c: New test.
9132 2004-04-20  Aldy Hernandez  <aldyh@redhat.com>
9134         * gcc.dg/vmx/vmx.exp: Change DEFAULT_CFLAGS to DEFAULT_VMXCFLAGS.
9136 2004-04-20  Richard Sandiford  <rsandifo@redhat.com>
9138         * gcc.dg/torture/mips-hilo-1.c: New test.
9140 2004-04-19  Andrew Pinski  <pinskia@physics.uc.edu>
9142         * gcc.c-torture/compile/20040419-1.c: New test.
9144 2004-04-18  Aldy Hernandez  <aldyh@redhat.com>
9146         * gcc.dg/vmx/varargs-1.c: Handle when printf outputs \r\n.
9148 2004-04-18  Zack Weinberg  <zack@codesourcery.com>
9149             Aldy Hernandez  <aldyh@redhat.com>
9151         * gcc.c-torture/execute/va-arg-24.c: New.
9153 2004-04-17  Zack Weinberg  <zack@codesourcery.com>
9154             Aldy Hernandez  <aldyh@redhat.com>
9156         * gcc.dg/vmx/1b-01.c: New.
9157         * gcc.dg/vmx/1b-02.c: New.
9158         * gcc.dg/vmx/1b-03.c: New.
9159         * gcc.dg/vmx/1b-04.c: New.
9160         * gcc.dg/vmx/1b-05.c: New.
9161         * gcc.dg/vmx/1b-06.c: New.
9162         * gcc.dg/vmx/1b-07.c: New.
9163         * gcc.dg/vmx/1c-01.c: New.
9164         * gcc.dg/vmx/1c-02.c: New.
9165         * gcc.dg/vmx/3a-01a.c: New.
9166         * gcc.dg/vmx/3a-01.c: New.
9167         * gcc.dg/vmx/3a-01m.c: New.
9168         * gcc.dg/vmx/3a-03.c: New.
9169         * gcc.dg/vmx/3a-03m.c: New.
9170         * gcc.dg/vmx/3a-04.c: New.
9171         * gcc.dg/vmx/3a-04m.c: New.
9172         * gcc.dg/vmx/3a-05.c: New.
9173         * gcc.dg/vmx/3a-06.c: New.
9174         * gcc.dg/vmx/3a-06m.c: New.
9175         * gcc.dg/vmx/3a-07.c: New.
9176         * gcc.dg/vmx/3b-01.c: New.
9177         * gcc.dg/vmx/3b-02.c: New.
9178         * gcc.dg/vmx/3b-10.c: New.
9179         * gcc.dg/vmx/3b-13.c: New.
9180         * gcc.dg/vmx/3b-14.c: New.
9181         * gcc.dg/vmx/3b-15.c: New.
9182         * gcc.dg/vmx/3c-01a.c: New.
9183         * gcc.dg/vmx/3c-01.c: New.
9184         * gcc.dg/vmx/3c-02.c: New.
9185         * gcc.dg/vmx/3c-03.c: New.
9186         * gcc.dg/vmx/3d-01.c: New.
9187         * gcc.dg/vmx/4-01.c: New.
9188         * gcc.dg/vmx/4-03.c: New.
9189         * gcc.dg/vmx/5-01.c: New.
9190         * gcc.dg/vmx/5-02.c: New.
9191         * gcc.dg/vmx/5-03.c: New.
9192         * gcc.dg/vmx/5-04.c: New.
9193         * gcc.dg/vmx/5-05.c: New.
9194         * gcc.dg/vmx/5-06.c: New.
9195         * gcc.dg/vmx/5-07.c: New.
9196         * gcc.dg/vmx/5-07t.c: New.
9197         * gcc.dg/vmx/5-08.c: New.
9198         * gcc.dg/vmx/5-10.c: New.
9199         * gcc.dg/vmx/5-11.c: New.
9200         * gcc.dg/vmx/7-01a.c: New.
9201         * gcc.dg/vmx/7-01.c: New.
9202         * gcc.dg/vmx/7c-01.c: New.
9203         * gcc.dg/vmx/7d-01.c: New.
9204         * gcc.dg/vmx/7d-02.c: New.
9205         * gcc.dg/vmx/8-01.c: New.
9206         * gcc.dg/vmx/8-02a.c: New.
9207         * gcc.dg/vmx/8-02.c: New.
9208         * gcc.dg/vmx/brode-1.c: New.
9209         * gcc.dg/vmx/bug-1.c: New.
9210         * gcc.dg/vmx/bug-2.c: New.
9211         * gcc.dg/vmx/bug-3.c: New.
9212         * gcc.dg/vmx/cw-bug-1.c: New.
9213         * gcc.dg/vmx/cw-bug-2.c: New.
9214         * gcc.dg/vmx/cw-bug-3.c: New.
9215         * gcc.dg/vmx/dct.c: New.
9216         * gcc.dg/vmx/debug-1.c: New.
9217         * gcc.dg/vmx/debug-2.c: New.
9218         * gcc.dg/vmx/debug-3.c: New.
9219         * gcc.dg/vmx/debug-4.c: New.
9220         * gcc.dg/vmx/dos-bug-1-gdb.c: New.
9221         * gcc.dg/vmx/dos-bug-2-gdb.c: New.
9222         * gcc.dg/vmx/eg-5.c: New.
9223         * gcc.dg/vmx/fft.c: New.
9224         * gcc.dg/vmx/gcc-bug-1.c: New.
9225         * gcc.dg/vmx/gcc-bug-2.c: New.
9226         * gcc.dg/vmx/gcc-bug-3.c: New.
9227         * gcc.dg/vmx/gcc-bug-4.c: New.
9228         * gcc.dg/vmx/gcc-bug-5.c: New.
9229         * gcc.dg/vmx/gcc-bug-6.c: New.
9230         * gcc.dg/vmx/gcc-bug-7.c: New.
9231         * gcc.dg/vmx/gcc-bug-8.c: New.
9232         * gcc.dg/vmx/gcc-bug-9.c: New.
9233         * gcc.dg/vmx/gcc-bug-b.c: New.
9234         * gcc.dg/vmx/gcc-bug-c.c: New.
9235         * gcc.dg/vmx/gcc-bug-d.c: New.
9236         * gcc.dg/vmx/gcc-bug-e.c: New.
9237         * gcc.dg/vmx/gcc-bug-f.c: New.
9238         * gcc.dg/vmx/gcc-bug-g.c: New.
9239         * gcc.dg/vmx/gcc-bug-i.c: New.
9240         * gcc.dg/vmx/harness.h: New.
9241         * gcc.dg/vmx/ira1.c: New.
9242         * gcc.dg/vmx/ira2a.c: New.
9243         * gcc.dg/vmx/ira2b.c: New.
9244         * gcc.dg/vmx/ira2.c: New.
9245         * gcc.dg/vmx/ira2c.c: New.
9246         * gcc.dg/vmx/mem.c: New.
9247         * gcc.dg/vmx/newton-1.c: New.
9248         * gcc.dg/vmx/ops.c: New.
9249         * gcc.dg/vmx/sn7153.c: New.
9250         * gcc.dg/vmx/spill2.c: New.
9251         * gcc.dg/vmx/spill3.c: New.
9252         * gcc.dg/vmx/spill.c: New.
9253         * gcc.dg/vmx/t.c: New.
9254         * gcc.dg/vmx/varargs-1.c: New.
9255         * gcc.dg/vmx/varargs-2.c: New.
9256         * gcc.dg/vmx/varargs-3.c: New.
9257         * gcc.dg/vmx/varargs-4.c: New.
9258         * gcc.dg/vmx/varargs-5.c: New.
9259         * gcc.dg/vmx/varargs-6.c: New.
9260         * gcc.dg/vmx/varargs-7.c: New.
9261         * gcc.dg/vmx/vmx.exp: New.
9262         * gcc.dg/vmx/vprint-1.c: New.
9263         * gcc.dg/vmx/vscan-1.c: New.
9264         * gcc.dg/vmx/x-01.c: New.
9265         * gcc.dg/vmx/x-02.c: New.
9266         * gcc.dg/vmx/x-03.c: New.
9267         * gcc.dg/vmx/x-04.c: New.
9268         * gcc.dg/vmx/x-05.c: New.
9269         * gcc.dg/vmx/yousufi-1.c: New.
9270         * gcc.dg/vmx/zero-1.c: New.
9271         * gcc.dg/vmx/zero.c: New.
9273 2004-04-17  Andrew Pinski  <pinskia@physics.uc.edu>
9275         * g++.dg/lookup/java1.C: Update for chage of
9276         _Jv_AllocObject.
9277         * g++.dg/lookup/java2.C: Likewise.
9279 2004-04-17  Laurent GUERBY <laurent@guerby.net>
9281         * ada/acats/run_all.sh: use -O2 by default.
9283 2004-04-17  Richard Sandiford  <rsandifo@redhat.com>
9285         * gcc.dg/vr-mult-[12].c: New tests.
9287 2004-04-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9289         * gcc.dg/funcorder.c: XFAIL hppa*64*-*-*.
9291         * gcc.dg/const-elim-1.c: XFAIL hppa-*-*.
9293 2004-04-15  Richard Sandiford  <rsandifo@redhat.com>
9295         * lib/target-supports.exp (check_profiling_available): Assume profiling
9296         isn't available for mips*-*-elf targets.
9298 2004-04-14  Uros Bizjak  <uros@kss-loka.si>
9300         * gcc.dg/builtins-38.c: New test.
9302 2004-04-14  Eric Christopher  <echristo@redhat.com>
9304         * g++.dg/charset/charset.exp: Run .cc extension tests.
9306 2004-04-14  Zack Weinberg  <zack@codesourcery.com>
9308         * gcc.dg/const-elim-1.c: XFAIL hppa*.*-*-* (PA32).  Update commentary.
9310 2004-04-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9312         * gcc.dg/torture/builtin-ctype-2.c: Test builtin isdigit.
9314 2004-04-13  Uros Bizjak  <uros@kss-loka.si>:
9316         * gcc.dg/i386-387-1.c: Add new test for __builtin_tan.
9317         * gcc.dg/i386-387-2.c: Likewise.
9319         * gcc.dg/i386-387-7.c: New test.
9320         * gcc.dg/i386-387-8.c: New test.
9322         * gcc.dg/builtins-37.c: New test.
9324 2004-04-13  Geoffrey Keating  <geoffk@apple.com>
9326         * g++.dg/pch/externc-1.C: Add missing semicolon.
9328 2004-04-13  Aldy Hernandez  <aldyh@redhat.com>
9330         * gcc.c-torture/execute/20020720-1.x: XFAIL for powerpc-*-*spe.
9332 2004-04-12  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9334         * gcc.c-torture/execute/20040411-1.c: New test.
9336 2004-04-10  Joseph S. Myers  <jsm@polyomino.org.uk>
9338         * gcc.dg/c90-intprom-1.c, gcc.dg/c99-intprom-1.c: New tests.
9340 2004-04-09  Chris Demetriou  <cgd@broadcom.com>
9342         * g++.dg/other/packed1.C: Mark xfail for mips*- not mips-.
9344 2004-04-09  Zack Weinberg  <zack@codesourcery.com>
9346         * lib/target-supports.exp (check_named_sections_available): New.
9347         * lib/gcc-dg.exp (dg-require-named-sections): New.
9348         * lib/prune.exp (prune_gcc_output): Incorporate prunes from
9349         old-deja.exp.  Also prune error-count message from HP linker.
9350         * g++.old-deja/old-deja.exp (g++-dg-prune): Delete.
9352         * g++.dg/init/init-ref4.C: Use dg-require-weak.
9353         * g++.old-deja/g++.pt/static3.C: Likewise.
9354         * g++.dg/parse/attr-ctor1.C: Use dg-require-named-sections.
9356 2004-04-09  Roger Sayle  <roger@eyesopen.com>
9358         * gcc.c-torture/execute/20040409-1.c: New test case.
9359         * gcc.c-torture/execute/20040409-2.c: New test case.
9360         * gcc.c-torture/execute/20040409-3.c: New test case.
9362 2004-04-09  Andrew Pinski  <pinskia@physics.uc.edu>
9364         * gcc.dg/20040409-1.c: New test.
9366 2004-04-08  Roger Sayle  <roger@eyesopen.com>
9368         PR target/14888
9369         * g++.dg/opt/pr14888.C: New test case.
9371 2004-04-08  Geoffrey Keating  <geoffk@apple.com>
9373         * gcc.dg/pch/valid-1.c, gcc.dg/pch/valid-2.c, gcc.dg/pch/valid-3.c,
9374         gcc.dg/pch/valid-4.c, gcc.dg/pch/valid-5.c, gcc.dg/pch/valid-6.c,
9375         gcc.dg/pch/valid-1.hs, gcc.dg/pch/valid-2.hs, gcc.dg/pch/valid-3.hs,
9376         gcc.dg/pch/valid-4.hs, gcc.dg/pch/valid-5.hs, gcc.dg/pch/valid-6.hs:
9377         New tests.
9379 2004-04-08  Paul Brook  <paul@codesourcery.com>
9381         * gcc.dg/spill-1.c: New test.
9383 2004-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9385         * gcc.dg/torture/builtin-ctype-2.c: New test.
9387 2004-04-07  Ian Lance Taylor  <ian@wasabisystems.com>
9389         * gcc.dg/pch/pch.exp: Add largefile test.
9391 2004-04-06  Geoffrey Keating  <geoffk@apple.com>
9393         * g++.dg/pch/externc-1.Hs: New.
9394         * g++.dg/pch/externc-1.C: New.
9396 2004-04-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9398         * gcc.dg/compat/struct-by-value-5a_main.c,
9399         gcc.dg/compat/struct-by-value-5b_main.c: New files.
9400         * gcc.dg/compat/struct-by-value-5_main.c: Delete.
9401         * gcc.dg/compat/struct-by-value-5a_x.c,
9402         gcc.dg/compat/struct-by-value-5b_x.c: New, split out from
9403         gcc.dg/compat/struct-by-value-5_x.c.
9404         * gcc.dg/compat/struct-by-value-5a_y.c,
9405         gcc.dg/compat/struct-by-value-5b_y.c: New, split out from
9406         gcc.dg/compat/struct-by-value-5_y.c.
9408         * gcc.dg/compat/struct-by-value-6a_main.c,
9409         gcc.dg/compat/struct-by-value-6b_main.c: New files.
9410         * gcc.dg/compat/struct-by-value-6_main.c: Delete.
9411         * gcc.dg/compat/struct-by-value-6a_x.c,
9412         gcc.dg/compat/struct-by-value-6b_x.c: New, split out from
9413         gcc.dg/compat/struct-by-value-6_x.c.
9414         * gcc.dg/compat/struct-by-value-6a_y.c,
9415         gcc.dg/compat/struct-by-value-6b_y.c: New, split out from
9416         gcc.dg/compat/struct-by-value-6_y.c.
9418         * gcc.dg/compat/struct-by-value-7a_main.c,
9419         gcc.dg/compat/struct-by-value-7b_main.c: New files.
9420         * gcc.dg/compat/struct-by-value-7_main.c: Delete.
9421         * gcc.dg/compat/struct-by-value-7a_x.c,
9422         gcc.dg/compat/struct-by-value-7b_x.c: New, split out from
9423         gcc.dg/compat/struct-by-value-7_x.c.
9424         * gcc.dg/compat/struct-by-value-7a_y.c,
9425         gcc.dg/compat/struct-by-value-7b_y.c: New, split out from
9426         gcc.dg/compat/struct-by-value-7_y.c.
9428 2004-04-06  Jakub Jelinek  <jakub@redhat.com>
9430         * gcc.dg/i386-sse-8.c: Don't use -march=pentium3 on x86_64.
9431         * gcc.dg/i386-local.c: Expect %edi, not %eax register on x86_64.
9432         * gcc.dg/20020103-1.c: Add -fno-asynchronous-unwind-tables to
9433         options.
9435 2004-04-06  Uros Bizjak  <uros@kss-loka.si>
9437         * gcc.dg/builtins-36.c: New test.
9439 2004-04-06  Paul Brook  <paul@codesourcery.com>
9441         * README.gcc: Remove obsolete contraint on testcases.
9443 2004-04-05  Paul Brook  <paul@codesourcery.com>
9445         PR2123
9446         * g++.dg/expr/anew1.C: XFAIL and make reproducible.  Call abort on
9447         failure and exit(0) on success.
9448         * g++.dg/expr/anew2.C: Ditto.
9449         * g++.dg/expr/anew3.C: Ditto.
9450         * g++.dg/expr/anew4.C: Ditto.
9452 2004-04-05  Nathan Sidwell  <nathan@codesourcery.com>
9454         PR c++/3518
9455         * g++.dg/template/unify7.C: New.
9457 2004-04-02  Nathanael Nerode  <neroden@gcc.gnu.org>
9459         * g++.dg/README: Bring up to date with new subdirectories; remove
9460         duplicate subdirectory lines.
9462 2004-04-02  Nathan Sidwell  <nathan@codesourcery.com>
9464         PR c++/14007
9465         * g++.dg/template/unify5.C: New.
9466         * g++.dg/template/unify6.C: New.
9467         * g++.dg/template/qualttp20.C: Adjust.
9468         * g++.old-deja/g++.jason/report.C: Adjust.
9469         * g++.old-deja/g++.other/qual1.C: Adjust.
9471 2004-04-01  Mark Mitchell  <mark@codesourcery.com>
9473         PR c++/14803
9474         * g++.dg/inherit/ptrmem1.C: New test.
9476 2004-04-01  Jakub Jelinek  <jakub@redhat.com>
9478         PR c++/14755
9479         * gcc.c-torture/execute/20040331-1.c: New test.
9480         * gcc.dg/20040331-1.c: New test.
9482 2004-04-01  Paul Brook  <paul@codesourcery.com>
9484         * gcc.dg/arm-mmx-1.c: Add -mabi=iwmmxt to dg-options.
9486 2004-03-30  Mark Mitchell  <mark@codesourcery.com>
9488         PR c++/14724
9489         * g++.dg/init/goto1.C: New test.
9491         PR c++/14763
9492         * g++.dg/template/defarg4.C: New test.
9494 2004-03-30  Hartmut Penner  <hpenner@de.ibm.com>
9496         * gcc.dg/altivec-11.c: Extend test for more valid cases.
9498 2004-03-28  David Edelsohn  <edelsohn@gnu.org>
9500         * gcc.dg/doloop-1.c: Do not check for lack of "blt".
9502 2004-03-28  Zack Weinberg  <zack@codesourcery.com>
9504         * gcc.dg/noncompile/undeclared-2.c: New test.
9506 2004-03-28  Joseph S. Myers  <jsm@polyomino.org.uk>
9508         * gcc.dg/940409-1.c: Remove XFAIL.
9509         * gcc.dg/reg-vol-struct-1.c: New test.
9511 2004-03-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9513         * gcc.dg/torture/builtin-wctype-1.c: New test.
9515 2004-03-26  James A. Morrison  <ja2morri@uwaterloo.ca>
9517         * gcc.dg/20001013-1.c: Run on 32-bit and 64-bit SPARC.
9518         * gcc.dg/20001101-1.c: Likewise.
9519         * gcc.dg/20001102-1.c: Likewise.
9521 2004-03-25  Roger Sayle  <roger@eyesopen.com>
9523         * gcc.dg/compare8.c: Add an additional test for XOR.
9525 2004-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9527         * gcc.dg/torture/builtin-ctype-1.c: New test.
9529 2004-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9531         * gcc.dg/torture/builtin-explog-1.c: Add new cases.
9532         * gcc.dg/torture/builtin-math-1.c: Likewise.
9533         * gcc.dg/torture/builtin-power-1.c: New test.
9535 2004-03-24  Andreas Schwab  <schwab@suse.de>
9537         * lib/prune.exp (prune_gcc_output): Ignore errata warning from
9538         IA64 assembler.
9540 2004-03-23  Joseph S. Myers  <jsm@polyomino.org.uk>
9541             Roger Sayle  <roger@eyesopen.com>
9543         * gcc.dg/compare8.c: New test case.
9545 2004-03-23  Ziemowit Laski  <zlaski@apple.com>
9547         * g++.dg/ext/altivec-7.C: New test.
9549 2004-03-23  Zack Weinberg  <zack@codesourcery.com>
9551         PR 12267, 12391, 12560, 13129, 14114, 14133
9552         * gcc.dg/Wold-style-definition-1.c, gcc.dg/builtins-30.c
9553         * gcc.dg/unused-4.c, gcc.dg/noncompile/label-1.c
9554         * gcc.dg/noncompile/label-lineno-1.c, objc.dg/naming-1.m:
9555         Adjust error regexps.
9556         * gcc.dg/Wshadow-2.c, gcc.dg/noncompile/incomplete-3.c
9557         * gcc.dg/noncompile/undeclared-1.c: New test cases.
9558         * gcc.dg/decl-5.c, gcc.dg/redecl-1.c: Remove XFAIL.
9559         * gcc.dg/local1.c: Add explanatory comment.
9561 2004-03-23  Roger Sayle  <roger@eyesopen.com>
9563         PR optimization/14669
9564         * g++.dg/opt/fold2.C: New test case.
9566 2004-03-22  Jakub Jelinek  <jakub@redhat.com>
9568         PR c/14069
9569         * gcc.dg/20040322-1.c: New test.
9571 2004-03-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
9573         * gcc.dg/ultrasp2.c: Do not pass -m64.  Remove redundant lines.
9574         * gcc.dg/ultrasp4.c: Likewise.
9575         * gcc.dg/ultrasp8.c: Do not pass -m64.  Add sparcv9-*-*.
9577 2004-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
9579         * gcc.dg/i386-sse-8.c: Reset default options.
9581 2004-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
9583         * gcc.dg/charset/asm2.c: Allow 'parse error' instead of 'syntax error'
9584         in the error message text.
9586 2004-03-21  Gabriel Dos Reis  <gdr@integrable-solutions.net>
9588         * g++.dg/template/qualttp20.C: Adjust dg- regexp.
9590 2004-03-21  Mark Mitchell  <mark@codesourcery.com>
9592         PR c++/14616
9593         * g++.dg/init/array13.C: New test.
9595 2004-03-20  Roger Sayle  <roger@eyesopen.com>
9597         PR target/13889
9598         * gcc.c-torture/compile/pr13889.c: New test case.
9600 2004-03-20  Joseph S. Myers  <jsm@polyomino.org.uk>
9602         PR c/14635
9603         * builtins-1.c (nan, nans): Don't test.
9604         * builtins-30.c: Don't use nan, nanf, nanl.
9605         * builtins-35.c: New test.
9607 2004-03-19  Ziemowit Laski  <zlaski@apple.com>
9609         * g++.dg/ext/altivec-6.C: New test.
9611 2004-03-19  Mark Mitchell  <mark@codesourcery.com>
9613         * g++.dg/init/placement3.C: New test.
9615         * g++.dg/template/spec13.C: New test.
9617         * g++.dg/lookup/using11.C: New test.
9619         * g++.dg/lookup/koenig3.C: New test.
9621         * g++.dg/template/operator2.C: New test.
9623         * g++.dg/expr/dtor3.C: New test.
9624         * g++.old-deja/g++.brendan/crash15.C: Remove incorrect dg-error
9625         marker.
9626         * g++.old-deja/g++.law/visibility28.C: Likewise.
9628 2004-03-19  Paolo Bonzini  <bonzini@gnu.org>
9630         * gcc.dg/altivec-6.c: Use vector_size attribute, not mode.
9631         * gcc.dg/ppc64-abi-3.c: Likewise.
9633 2004-03-19  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
9635         PR c++/14545
9636         * g++.dg/parse/template15.C: New test.
9638 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
9640         * g++.dg/expr/dtor2.C: New test.
9642         * g++.dg/lookup/anon4.C: New test.
9644         * g++.dg/overload/using1.C: New test.
9646         * g++.dg/template/lookup7.C: New test.
9648         * g++.dg/template/typename6.C: New test.
9650         * g++.dg/expr/cond6.C: New test.
9652 2004-03-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9654         * gcc.dg/torture/builtin-convert-1.c: Test more math builtins.
9656 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
9658         * g++.dg/expr/cond5.C: New test.
9659         * g++.dg/expr/constcast1.C: Likewise.
9660         * g++.dg/expr/ptrmem2.C: Likewise.
9661         * g++.dg/expr/ptrmem3.C: Likewise.
9662         * g++.dg/lookup/main1.C: Likewise.
9663         * g++.dg/template/lookup6.C: Likewise.
9665 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
9667         * gcc.dg/local1.c: New test.
9669         * gcc.dg/debug/dwarf2/c99-typedef1.c: New test.
9671 2004-03-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9673         * gcc.dg/torture/builtin-convert-1.c: New test.
9675 2004-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9677         * gcc.dg/torture/builtin-integral-1.c: Also check for `rint'.
9679 2004-03-16  Mark Mitchell  <mark@codesourcery.com>
9681         PR c++/14481
9682         * g++.dg/warn/Wunused-7.C: New test.
9684 2004-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9686         * gcc.dg/torture/builtin-integral-1.c: New test.
9688 2004-03-16  Mark Mitchell  <mark@codesourcery.com>
9690         PR c++/14586
9691         * g++.dg/parse/non-dependent3.C: New test.
9693 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
9695         * g++.dg/eh/simd-1.C: Use vector_size attribute, not mode.
9696         * g++.dg/eh/simd-2.C: Likewise.
9697         * g++.dg/init/array10.C: Likewise.
9698         * gcc.c-torture/compile/simd-1.c: Likewise.
9699         * gcc.c-torture/compile/simd-2.c: Likewise.
9700         * gcc.c-torture/compile/simd-3.c: Likewise.
9701         * gcc.c-torture/compile/simd-4.c: Likewise.
9702         * gcc.c-torture/compile/simd-6.c: Likewise.
9703         * gcc.c-torture/execute/simd-1.c: Likewise.
9704         * gcc.c-torture/execute/simd-2.c: Likewise.
9705         * gcc.dg/compat/vector-defs.h: Likewise.
9706         * gcc.dg/20020531-1.c: Likewise.
9707         * gcc.dg/altivec-3.c: Likewise.
9708         * gcc.dg/altivec-4.c: Likewise.
9709         * gcc.dg/altivec-varargs-1.c: Likewise.
9710         * testsuite/gcc.dg/compat/vector-defs.h: Likewise.
9711         * gcc.dg/i386-mmx-3.c: Likewise.
9712         * gcc.dg/i386-sse-4.c: Likewise.
9713         * gcc.dg/i386-sse-5.c: Likewise.
9714         * gcc.dg/i386-sse-8.c: Likewise.
9715         * gcc.dg/simd-1.c: Likewise.
9716         * gcc.dg/20030218-1.c: Likewise.  Plus, do not declare
9717         __ev64_opaque__ since the machine description provides it.
9719 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
9721         * lib/compat.exp (skip_list): New global variable.
9722         Use it to hold the user defined COMPAT_SKIPS list if any.
9723         (compat-obj): Add the members of skip_list to optall.
9725 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
9727         * gcc.dg/compat/union-by-value-1_main.c,
9728         union-by-value-1_x.c, union-by-value-1_y.c,
9729         union-check.h, union-defs.h,
9730         union-init.h, union-return-1_main.c,
9731         union-return-1_x.c, union-return-1_y.c: New files.
9733 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
9735         * gcc.dg/compat/mixed-struct-check.h, mixed-struct-defs.h,
9736         mixed-struct-init.h: Add 4 mixed structure types.
9737         struct-by-value-21_main.c, struct-by-value-21_x.c,
9738         struct-by-value-21_y.c, struct-return-21_main.c,
9739         struct-return-21_x.c, struct-return-21_y.c: New files.
9741 2004-03-13  Mark Mitchell  <mark@codesourcery.com>
9743         PR c++/14550
9744         * g++.dg/parse/template14.C: New test.
9746 2004-03-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
9748         * gcc.c-torture/execute/20040313-1.c: New test.
9750 2004-03-13  Jakub Jelinek  <jakub@redhat.com>
9752         PR target/14533
9753         * gcc.dg/20040311-2.c: New test.
9755 2004-03-12  Kazu Hirata  <kazu@cs.umass.edu>
9757         PR other/14544
9758         * gcc.c-torture/execute/20040307-1.c: Remove the 24-bit
9759         bit-field.
9761 2004-03-12  Ulrich Weigand  <uweigand@de.ibm.com>
9763         * gcc.dg/20040305-2.c: Add missing return statement.
9765 2004-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9767         * gcc.dg/builtins-34.c: Also check pow10*.
9769 2004-03-11  Ulrich Weigand  <uweigand@de.ibm.com>
9771         PR target/14262
9772         * gcc.dg/20040305-2.c: New test.
9774 2004-03-11  Ulrich Weigand  <uweigand@de.ibm.com>
9776         * gcc.dg/20040310-1.c: New test.
9778 2004-03-11  Roger Sayle  <roger@eyesopen.com>
9780         * gcc.c-torture/execute/20040311-1.c: New test case.
9782 2004-03-11  Mark Mitchell  <mark@codesourcery.com>
9784         PR c++/14476
9785         * g++.dg/lookup/enum1.C: New test.
9787 2004-03-10  Mark Mitchell  <mark@codesourcery.com>
9789         PR c++/14510
9790         * g++.dg/lookup/struct2.C: New test.
9792 2004-03-10  Uros Bizjak  <uros@kss-loka.si>
9794         * gcc.dg/builtins-34.c: New test.
9796 2004-03-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9798         * gcc.dg/torture/builtin-nonneg-1.c: New test.
9800 2004-03-09  James E Wilson  <wilson@specifixinc.com>
9802         * gcc.dg/alias-1.c: Add "will" to string passed to dg-warning.
9803         * gcc.dg/alias-2.c: New testcase.
9805 2004-03-09  Zack Weinberg  <zack@codesourcery.com>
9807         * gcc.dg/noncompile/incomplete-2.c: Move dg-error to proper line.
9809 2004-03-09  Roger Sayle  <roger@eyesopen.com>
9811         * gcc.c-torture/execute/20040309-1.c: New test case.
9813 2004-03-09  Nathan Sidwell  <nathan@codesourcery.com>
9815         PR c++/14397
9816         * g++.dg/overload/ref1.C: New.
9818 2004-03-09  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
9820         PR c++/14409
9821         * g++.dg/template/spec12.C: New test.
9823         PR c++/14448
9824         * g++.dg/parse/crash14.C: New test.
9826 2004-03-09  Mark Mitchell  <mark@codesourcery.com>
9828         PR c++/14230
9829         * g++.dg/init/ref11.C: New test.
9831 2004-03-09  Mark Mitchell  <mark@codesourcery.com>
9833         PR c++/14432
9834         * g++.dg/parse/builtin2.C: New test.
9836 2004-03-08  Mark Mitchell  <mark@codesourcery.com>
9838         PR c++/14401
9839         * g++.dg/init/ctor3.C: New test.
9840         * g++.dg/init/union1.C: New test.
9841         * g++.dg/ext/anon-struct4.C: New test.
9843 2004-03-08  Mark Mitchell  <mark@codesourcery.com>
9845         * g++.dg/lookup/koenig1.C: Tweak error messages.
9846         * g++.dg/lookup/used-before-declaration.C: Likewise.
9847         * g++.dg/other/do1.C: Likewise.
9848         * g++.dg/overload/koenig1.C: Likewise.
9849         * g++.dg/parse/crash13.C: Likewise.
9850         * g++.dg/template/instantiate3.C: Likewise.
9852 2004-03-08  Eric Christopher  <echristo@redhat.com>
9854         * * lib/target-supports.exp: Enable libiconv in test
9855         compilation.  Fix up error checking.
9857 2004-03-08  Roger Sayle  <roger@eyesopen.com>
9859         PR middle-end/14289
9860         * gcc.dg/pr14289-1.c: New test case.
9861         * gcc.dg/pr14289-2.c: Likewise.
9862         * gcc.dg/pr14289-3.c: Likewise.
9864 2004-03-08  Eric Botcazou  <ebotcazou@act-europe.fr>
9866         * gcc.c-torture/execute/20040308-1.c: New test.
9868 2004-03-07  Roger Sayle  <roger@eyesopen.com>
9870         * gcc.c-torture/execute/20040307-1.c: New test case.
9872 2004-03-07  Richard Sandiford  <rsandifo@redhat.com>
9874         * gcc.dg/torture/mips-sdata-1.c: Restrict to mips*-*-elf*.
9876 2004-03-06  Ulrich Weigand  <uweigand@de.ibm.com>
9878         * gcc.dg/20040306-1.c: New test.
9880 2004-03-06  Kazu Hirata  <kazu@cs.umass.edu>
9882         * gcc.dg/sibcall-3.c (recurser_void1, recurser_void2): Make
9883         them static.
9884         * gcc.dg/sibcall-4.c (recurser_void1, recurser_void2): Likewise.
9886 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
9888         PR c/14465
9889         * gcc.dg/decl-6.c: New test.
9891 2004-03-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9893         * gcc.dg/torture/builtin-explog-1.c: Add comments for each test.
9894         Rename LOGPOW -> LOG_POW.
9895         (SQRT_EXP, POW_EXP): New.
9897 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
9899         * gcc.dg/i386-sse-8.c: New test.
9901 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
9903         PR c/14114
9904         * gcc.dg/decl-5.c: New test.
9906 2004-03-05  Andreas Krebbel  <krebbel1@de.ibm.com>
9908         * gcc.dg/20040305-1.c: New test.
9910 2004-03-05  Hans-Peter Nilsson  <hp@axis.com>
9912         PR other/14354
9913         * gcc.c-torture/execute/ieee/mul-subnormal-single-1.c: New test.
9915 2004-03-04  Ziemowit Laski  <zlaski@apple.com>
9917         PR c++/14425, c++/14426
9918         * g++.dg/ext/altivec-4.C: New test.
9919         * g++.dg/ext/altivec-5.C: New test.
9921 2004-03-04  Geoffrey Keating  <geoffk@apple.com>
9923         * g++.old-deja/g++.other/linkage1.C: Expect errors about
9924         global variables of a type with no linkage.
9925         * g++.old-deja/g++.other/qual1.C: Name class for 'action'.
9926         * g++.old-deja/g++.mike/misc13.C: Name enum for 'want'.
9927         * g++.old-deja/g++.bugs/900210_01.C: Name enum for 'ep'.
9928         * g++.old-deja/g++.bugs/900210_02.C: Likewise.
9929         * g++.old-deja/g++.bugs/900210_03.C: Likewise.
9930         * g++.old-deja/g++.brendan/bit-fields2.C: Name structure for 's'.
9931         * g++.old-deja/g++.brendan/init10.C: Name structure for 'a'.
9932         * g++.dg/warn/deprecated.C: Name enum Color.
9933         * g++.dg/overload/VLA.C: Name structure for 'b'.
9934         * g++.dg/lookup/anon2.C: Expect diagnostic about type linkage.
9936 2004-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
9938         * gcc.c-torture/compile/20040304-1.c: New test.
9940 2004-03-03  Zack Weinberg  <zack@codesourcery.com>
9942         PR 13728
9943         * gcc.dg/decl-4.c: New testcase.
9945 2004-03-03  Kazu Hirata  <kazu@cs.umass.edu>
9947         * gcc.dg/torture/builtin-explog-1.c (PREC): Make it the same
9948         as PRECF if sizeof (float) > sizeof (double).
9949         (PRECL): Make it the same as PRECF if
9950         sizeof (float) > sizeof (long double).
9952 2004-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9954         * gcc.dg/builtins-config.h: Use underscore macro style for __sun
9955         system type.  Add check for irix6 which doesn't have c99 runtime.
9957 2004-03-03  Bob Wilson  <bob.wilson@acm.org>
9959         * gcc.dg/const-elim-1.c: xfail for xtensa.
9961 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
9963         PR c++/14369
9964         * g++.dg/template/cond4.C: New test.
9966 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
9968         PR c++/14360
9969         * g++.old-deja/g++.ns/koenig5.C: Remove some error markers.
9971         PR c++/14361
9972         * g++.dg/parse/defarg7.C: New test.
9974         PR c++/14359
9975         * g++.dg/template/friend26.C: New test.
9977 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
9979         PR c++/14324
9980         * g++.dg/abi/mangle21.C: New test.
9982         PR c++/14260
9983         * g++.dg/parse/constructor2.C: New test.
9985         PR c++/14337
9986         * g++.dg/template/sfinae1.C: New test.
9988 2004-02-29  Mark Mitchell  <mark@codesourcery.com>
9990         PR c++/14267
9991         * g++.dg/expr/crash2.C: New test.
9993         PR middle-end/13448
9994         * gcc.dg/inline-5.c: New test.
9995         * gcc.dg/always-inline.c: Split out tests into ...
9996         * gcc.dg/always-inline2.c: ... this and ...
9997         * gcc.dg/always-inline3.c: ... this.
9999 2004-02-29  Mark Mitchell  <mark@codesourcery.com>
10001         PR debug/12103
10002         * g++.dg/debug/crash1.C: New test.
10004 2004-02-29  Kazu Hirata  <kazu@cs.umass.edu>
10006         * gcc.dg/sibcall-3.c (recurser_void1): Make it an extern
10007         function with __attribute__((noinline)).
10008         (recurser_void2): Likewise.
10009         * gcc.dg/sibcall-4.c (recurser_void1): Likewise.
10010         (recurser_void2): Likewise.
10012 2004-02-29  Roger Sayle  <roger@eyesopen.com>
10014         PR middle-end/14203
10015         * g++.dg/warn/Wunused-6.C: New test case.
10017 2004-02-28  Richard Earnshaw  <rearnsha@arm.com>
10019         * lib/g++.exp (g++_link_flags): Don't crash if LD_LIBRARY_PATH is
10020         not defined.
10022 2004-02-27  Eric Christopher  <echristo@redhat.com>
10024         * g++.dg/charset/charset.exp: Change CFLAGS to CHARSETCFLAGS.
10025         * g++.dg/charset/asm2.c: Run only x86.
10026         * gcc.dg/charset/asm3.c: Ditto.
10028 2004-02-27  Aldy Hernandez  <aldyh@redhat.com>
10030         * lib/g++.exp (g++_link_flags): Append LD_LIBRARY_PATH to
10031         ld_library_path.
10033 2004-02-27  Ziemowit Laski  <zlaski@apple.com>
10035         * g++.dg/ext/altivec-3.C: New.
10037 2004-02-26  Richard Henderson  <rth@redhat.com>
10039         * g++.dg/ext/attrib10.C: Mark for warning.
10040         * gcc.dg/attr-alias-1.c: New.
10042 2004-02-26  Richard Henderson  <rth@redhat.com>
10044         * gcc.c-torture/execute/ieee/20040208-2.c: Move ...
10045         * gcc.c-torture/execute/20040208-2.c: ... it back.
10047 2004-02-26  Eric Christopher  <echristo@redhat.com>
10049         * lib/target-supports.exp (check-iconv-available): New function.
10050         * lib/gcc-dg.exp (dg-require-iconv): New function.
10051         Use above.
10052         * gcc.dg/charset: New directory.
10053         * gcc.dg/charset/charset.exp: New file.
10054         * gcc.dg/charset/asm1.c: Ditto.
10055         * gcc.dg/charset/asm2.c: Ditto.
10056         * gcc.dg/charset/asm3.c: Ditto.
10057         * gcc.dg/charset/asm4.c: Ditto.
10058         * gcc.dg/charset/asm5.c: Ditto.
10059         * gcc.dg/charset/attribute1.c: Ditto.
10060         * gcc.dg/charset/attribute2.c: Ditto.
10061         * gcc.dg/charset/string1.c: Ditto.
10062         * g++.dg/charset: New directory.
10063         * g++.dg/dg.exp: Add here. Special options.
10064         * g++.dg/charset/charset.exp: New file.
10065         * g++.dg/charset/asm1.c: Ditto.
10066         * g++.dg/charset/asm2.c: Ditto.
10067         * g++.dg/charset/asm3.c: Ditto.
10068         * g++.dg/charset/asm4.c: Ditto.
10069         * g++.dg/charset/attribute1.c: Ditto.
10070         * g++.dg/charset/attribute2.c: Ditto.
10071         * g++.dg/charset/extern1.cc: Ditto.
10072         * g++.dg/charset/extern2.cc: Ditto.
10073         * g++.dg/charset/string1.c: Ditto.
10075 2004-02-26  Mark Mitchell  <mark@codesourcery.com>
10077         PR c++/14278
10078         * g++.dg/parse/comma1.C: New test.
10080 2004-02-26  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
10082         PR c++/14284
10083         * g++.dg/template/ttp8.C: New test.
10085 2004-02-26  Eric Botcazou  <ebotcazou@act-europe.fr>
10087         * gcc.dg/fixuns-trunc-1.c: New test.
10089 2004-02-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10091         * gcc.dg/builtins-config.h: Use #elif.
10093 2004-02-26  Michael Matz  <matz@suse.de>
10095         * gcc.dg/20000724-1.c: Add regparm attribute to decl and def.
10096         * gcc.dg/991214-1.c: Likewise.
10097         * gcc.dg/i386-asm-1.c: Likewise.
10099 2004-02-25  Richard Henderson  <rth@redhat.com>
10101         * gcc.c-torture/execute/20040208-2.c: Move ...
10102         * gcc.c-torture/execute/ieee/20040208-2.c: ... here.
10104 2004-02-26  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
10106         PR c++/14246
10107         * g++.dg/other/crash-3.C: New test.
10109 2004-02-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10111         * g++.dg/opt/inline4.C (dg-final): Robustify regexp.
10112         * g++.dg/opt/inline6.C (dg-final): Robustify regexp.
10114         * gcc.dg/builtins-config.h (HAVE_C99_RUNTIME): Don't define for PA
10115         HP-UX.
10117 2004-02-24  Michael Matz  <matz@suse.de>
10119         * gcc.dg/i386-regparm.c: New.
10121 2004-02-23  James E Wilson  <wilson@specifixinc.com>
10123         * gcc.c-torture/execute/20040223-1.c: New.
10125 2004-02-23  Zack Weinberg  <zack@codesourcery.com>
10126             Kazu Hirata  <kazu@cs.umass.edu>
10128         * gcc.dg/fwritable-strings-1.c: Remove.
10130 2004-02-23  Andrew Pinski  <pinskia@physics.uc.edu>
10132         PR c/14156
10133         * gcc.dg/20040223-1.c: New test.
10135 2004-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10137         PR c++/14106
10138         * g++.dg/ext/typeof9.C: New test.
10140 2004-02-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
10142         PR c++/14250
10143         * g++.dg/other/switch1.C: New test.
10145 2004-02-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
10147         * gcc.dg/cast-function-1.c: Adjust for new informative message.
10148         * gcc.dg/va-arg-1.c: Likewise.
10150 2004-02-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
10152         PR c++/14143
10153         * g++.dg/template/koenig5.C: New test.
10155 2004-02-21  Ziemowit Laski  <zlaski@apple.com>
10157         * g++.dg/ext/altivec-1.C: Generalize target triple.
10158         * g++.dg/ext/altivec-2.C: New test case.
10159         * g++.dg/ext/altivec_check.h: New file.
10160         * gcc.dg/altivec-1.c: Generalize target triple;
10161         include altivec_check.h and call altivec_check().
10162         * gcc.dg/altivec-[2-5].c: Generalize target triple.
10163         * gcc.dg/altivec-6.c: New test case.
10164         * gcc.dg/altivec-[7-9].c: Generalize target triple; add
10165         type casts as needed.
10166         * gcc.dg/altivec-10.c: Include altivec_check.h and call
10167         altivec_check().
10168         * gcc.dg/altivec-12.c: New test case.
10169         * gcc.dg/altivec-varargs-1.c: Generalize target triple;
10170         include altivec_check.h and call altivec_check().
10171         * gcc.dg/altivec_check.h: New file.
10173 2004-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10175         * lib/target-supports.exp (check_alias_available): Don't mangle
10176         function `g' in test program.
10178 2004-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10180         * lib/target-supports.exp (check_profiling_available): Check
10181         argument to determine whether we support a profiling type.
10182         * lib/gcc-dg.exp (dg-require-profiling): Pass argument to
10183         check_profiling_available.
10184         * g++.dg/bprob/bprob.exp: Likewise
10185         * g77.dg/bprob/bprob.exp: Likewise.
10186         * gcc.misc-tests/bprob.exp: Likewise.
10187         * g++.old-deja/g++.law/profile1.C: Pass profiling type to
10188         dg-require-profiling and delete expected error handling.
10189         * gcc.dg/20021014-1.c: Likewise.
10190         * gcc.dg/nest.c: Likewise.
10192 2004-02-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10194         PR c++/12007
10195         * g++.dg/other/vthunk1.C: New test.
10197 2004-02-20  Falk Hueffner  <falk@debian.org>
10199         PR target/14201
10200         * gcc.c-torture/compile/fix-trunc-mem-1.c: New test.
10202 2004-02-20  Mark Mitchell  <mark@codesourcery.com>
10204         PR c++/13927
10205         * g++.dg/other/error8.C: Remove XFAIL markers.
10207         PR c++/14173
10208         * g++.dg/ext/packed5.C: New test.
10210         PR c++/14199
10211         * g++.dg/warn/Wunused-5.C: New test.
10213         PR c++/14186
10214         * g++.dg/lookup/member1.C: New test.
10216 2004-02-19  Kazu Hirata  <kazu@cs.umass.edu>
10218         * gcc.c-torture/compile/20040130-1.c: Enable only when
10219         __INT_MAX__ >= 2147483647L.
10220         * gcc.c-torture/compile/961203-1.c: Likewise.
10222 2004-02-19  Nathan Sidwell  <nathan@codesourcery.com>
10224         * g++.dg/parse/attr-ctor1.C: XFAIL on hppa.
10225         * g++.dg/opt/template1.C: Robustify assembler regexp
10227 2004-02-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
10229         * gcc.c-torture/execute/simd-4.x: Remove.
10230         * gcc.c-torture/execute/va-arg-25.x: Likewise.
10231         * gcc.dg/compat/vector-1_x.c: Do not XFAIL on SPARC.
10232         Guard with #ifndef SKIP_ATTRIBUTE.
10233         * gcc.dg/compat/vector-1_y.c: Likewise.
10234         * gcc.dg/compat/vector-2_x.c: Likewise.
10235         * gcc.dg/compat/vector-2_y.c: Likewise.
10236         * g++.dg/eh/simd-1.C: Do not XFAIL on SPARC.
10237         * g++.dg/eh/simd-2.C: Likewise.
10239 2004-02-19  Alan Modra  <amodra@bigpond.net.au>
10241         * gcc.c-torture/compile/complex-1.c: New.
10243 2004-02-19  Hans-Peter Nilsson  <hp@axis.com>
10245         PR target/14209
10246         * gcc.c-torture/execute/20040218-1.c: New test.
10248 2004-02-19  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
10250         PR c++/14181
10251         * g++.dg/parse/new2.C: New test.
10253 2004-02-18  Paul Brook  <paul@codesourcery.com>
10255         * gcc.c-torture/compile/libcall-1.c: New test.
10257 2004-02-18  Paul Brook  <paul@codesourcery.com>
10259         PR debug/12934
10260         * gcc.dg/debug/debug-7.c: New test.
10262 2004-02-17  Ulrich Weigand  <uweigand@de.ibm.com>
10264         * gcc.dg/20040217-1.c: New test.
10266 2004-02-17  Zack Weinberg  <zack@codesourcery.com>
10268         * gcc.c-torture/execute/990208-1.x: Delete.
10270 2004-02-17  Richard Sandiford  <rsandifo@redhat.com>
10272         * gcc.c-torture/execute/20040208-2.x: New file.
10274 2004-02-17  Mark Mitchell  <mark@codesourcery.com>
10276         PR c++/11326
10277         * g++.dg/abi/structret1.C: New test.
10279 2004-02-17  Jakub Jelinek  <jakub@redhat.com>
10281         * gcc.dg/i386-cpuid.h (bit_CMOV): Define.
10282         (i386_cpuid): No need to test if cpuid is available on AMD64.
10283         Fix assembly, so that it works onboth i386 and AMD64.
10284         * gcc.dg/i386-sse-6.c: Include stdio.h, stdlib.h and string.h.
10285         (vecInLong): Fix s[] member type to unsigned int.
10286         (vecInWord): Remove type.
10287         (mmx_tests, sse_tests, dump64_16, dump64_32, dump64_64): Remove.
10288         (a64, b64, c64, d64, e64): Remove.
10289         (main): Pass if CPU has no MMX, SSE, SSE2 or CMOV support.
10290         Remove unused variable.  Remove initialization of removed variables.
10291         Don't call mmx_tests nor sse_tests.
10292         (reference_mmx, reference_sse): Remove.
10293         (check): Add return stmt.
10294         * gcc.dg/i386-sse-7.c: New test.
10295         * gcc.dg/i386-mmx-4.c: New test.
10297 2004-02-17  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
10299         * g++.dg/tc1/dr176.C: Add missing semicolon (typo).
10300         * g++.dg/tc1/dr101.C, g++.dg/tc1/dr135.C, g++.dg/tc1/dr142.C,
10301         g++.dg/tc1/dr152.C, g++.dg/tc1/dr159.C, g++.dg/tc1/dr161.C,
10302         g++.dg/tc1/dr166.C, g++.dg/tc1/dr176.C, g++.dg/tc1/dr193.C,
10303         g++.dg/tc1/dr194.C, g++.dg/tc1/dr217.C, g++.dg/tc1/dr56.C,
10304         g++.dg/tc1/dr68.C, g++.dg/tc1/dr76.C, g++.dg/tc1/dr80.C,
10305         g++.dg/tc1/dr94.C: Fix line terminator.
10307 2004-02-16  Geoffrey Keating  <geoffk@apple.com>
10309         * gcc.c-torture/compile/20040216-1.c: New.
10311 2004-02-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
10313         * g++.dg/tc1/dr101.C, g++.dg/tc1/dr135.C, g++.dg/tc1/dr142.C,
10314         g++.dg/tc1/dr152.C, g++.dg/tc1/dr159.C, g++.dg/tc1/dr161.C,
10315         g++.dg/tc1/dr166.C, g++.dg/tc1/dr176.C, g++.dg/tc1/dr188.C,
10316         g++.dg/tc1/dr193.C, g++.dg/tc1/dr194.C, g++.dg/tc1/dr217.C,
10317         g++.dg/tc1/dr48.C, g++.dg/tc1/dr56.C, g++.dg/tc1/dr68.C,
10318         g++.dg/tc1/dr76.C, g++.dg/tc1/dr80.C, g++.dg/tc1/dr94.C: New tests.
10320 2004-02-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
10322         * gcc.c-torture/execute/20020720-1.x: XFAIL on SPARC with -fPIC.
10324 2004-02-15  Mark Mitchell  <mark@codesourcery.com>
10326         PR c++/13971
10327         * g++.dg/expr/cond4.C: New test.
10329         PR c++/14086
10330         * g++.dg/lookup/crash2.C: New test.
10332 2004-02-14  Josef Zlomek  <zlomekj@suse.cz>
10334         * gcc.c-torture/compile/20040214-2.c: New test.
10336 2004-02-14  Andrew Pinski  <pinskia@physics.uc.edu>
10338         PR c++/14116
10339         * g++.dg/ext/typeof8.C: New test.
10341 2004-02-14  Eric Botcazou  <ebotcazou@act-europe.fr>
10343         * gcc.c-torture/compile/20040214-1.c: New test.
10345 2004-02-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10347         PR c++/13635
10348         * g++.dg/template/spec11.C: New test.
10350 2004-02-13  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
10352         PR c++/13927
10353         * g++.dg/other/error8.C: New test.
10355 2004-02-13  Mark Mitchell  <mark@codesourcery.com>
10357         PR c++/14122
10358         * g++.dg/template/array4.C: New test.
10360         PR c++/14108
10361         * g++.dg/inherit/thunk2.C: New test.
10363         PR c++/14083
10364         * g++.dg/eh/cond2.C: New test.
10366 2004-02-12  Alan Modra  <amodra@bigpond.net.au>
10368         * gcc.dg/debug/20020327-1.c: Disable for powerpc64.
10370 2004-02-12  Nathaniel Smith <njs@codesourcery.com>
10372         * lib/scanasm.exp (dg-scan): Quote pattern before display.
10374 2004-02-12  Hartmut Penner  <hpenner@de.ibm.com>
10376         * g++.dg/simd-2.C: xfail on ppc64-linux.
10378 2004-02-11  Joseph S. Myers  <jsm@polyomino.org.uk>
10380         PR c/456
10381         * gcc.dg/cpp/c90-if-comma-1.c, gcc.dg/cpp/c99-if-comma-1.c: New
10382         tests.
10384 2004-02-11  Uros Bizjak  <uros@kss-loka.si>
10386         * gcc.dg/builtins-33.c: New test.
10388 2004-02-11  Paolo Bonzini  <bonzini@gnu.org>
10390         * gcc.dg/pr14092-1.c: Use intptr_t for the cast.
10392 2004-02-11  Hartmut Penner  <hpenner@de.ibm.com>
10394         * g++.dg/simd-2.C: Set -maltivec for ppc64.
10396 2004-02-11  Hartmut Penner  <hpenner@de.ibm.com>
10398         * gcc.dg/ppc64-abi-3.c: New test.
10400 2004-02-10  Paolo Bonzini  <bonzini@gnu.org>
10402         PR c/14092
10404         * gcc.dg/pr14092-1.c: New testcase.
10406 2004-02-10  Alan Modra  <amodra@bigpond.net.au>
10408         * gcc.dg/cpp/assert4.c: Fix typo last change.
10410         * gcc.dg/darwin-longlong.c: Only use r0 in asm for darwin.
10411         * gcc.dg/cpp/assert4.c: Handle powerpc64.
10413         * gcc.dg/debug/20020327-1.c: xfail for powerpc64.
10415 2004-02-09  Roger Sayle  <roger@eyesopen.com>
10417         * gcc.c-torture/compile/20040209-1.c: New test case.
10419 2004-02-08  Joseph S. Myers  <jsm@polyomino.org.uk>
10421         * gcc.dg/c90-init-1.c: Adjust expected error messages.
10423 2004-02-08  Richard Sandiford  <rsandifo@redhat.com>
10425         * gcc.c-torture/execute/20040208-[12].c: New tests.
10427 2004-02-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
10429         * g++.dg/eh/simd-2.C: Adjust line numbers for SPARC.
10431 2004-02-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
10433         * gcc.c-torture/execute/va-arg-25.x: XFAIL only on SPARC 64-bit.
10435 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
10437         Bug 13856
10438         * gcc.dg/visibility-8.c: New testcase.
10440 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
10442         * gcc.c-torture/execute/string-opt-15.c: Define memcmp with void *
10443         arguments.
10444         * gcc.dg/fwritable-strings-1.c: Expect the deprecation notice.
10446 2004-02-07  Roger Sayle  <roger@eyesopen.com>
10448         PR middle-end/13696
10449         * g++.dg/opt/fold1.C: New test case.
10451 2003-02-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
10453         PR c++/14033
10454         * g++.dg/other/crash-2.C: New test.
10456 2003-02-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
10458         PR c++/14028
10459         * g++.dg/parse/angle-bracket2.C: New test.
10461 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10463         PR middle-end/13750
10464         Revert:
10465         2004-01-15  Geoffrey Keating  <geoffk@apple.com>
10466         PR pch/13361
10467         * testsuite/g++.dg/pch/wchar-1.C: New.
10468         * testsuite/g++.dg/pch/wchar-1.Hs: New.
10470 2004-02-05  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
10472         PR c++/14008
10473         * g++.dg/parse/error15.C: New test.
10474         * g++.dg/parse/crash11.C: Update dg-error mark.
10476 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
10478         PR c++/13932
10479         * g++.dg/warn/conv2.C: New test.
10481 2004-02-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
10483         PR c++/13086
10484         * g++.dg/warn/incomplete1.C: Remove xfail.
10486 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
10488         * lib/file-format.exp (gcc_target_object_format): Use
10489         ${tool}_target_compile, not gcc_target_compile.
10490         * lib/target-supports.exp (check_alias_available): Likewise.
10491         (check_gc_sections_available): Likewise.
10492         * g++.dg/ext/attrib10.C: Use dg-require-alias.
10493         * g++.old-deja/g++.ext/attrib5.C: Use dg-require-weak and
10494         dg-require-alias.
10496 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
10498         PR c++/13969
10499         * g++.dg/template/static6.C: New test.
10501 2004-02-04  Ian Lance Taylor  <ian@wasabisystems.com>
10503         * gcc.dg/arm-mmx-1.c: Don't look for ldmfd if -mthumb.
10505 2004-02-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10507         * objc.dg/encode-2.m, objc.dg/encode-3.m, objc.dg/encode-4.m: Fix
10508         tests for systems where `char' is unsigned by default.
10510 2003-02-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
10512         PR c++/13997
10513         * g++.dg/template/partial3.C: New test.
10515 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
10517         * gcc.dg/20020312-2.c, gcc.dg/builtin-inf-1.c,
10518         gcc.dg/sibcall-3.c, gcc.dg/sibcall-4.c, gcc.dg/cpp/assert4.c:
10519         Remove mentions of obsolete ports.
10521 2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
10523         * gcc.dg/noncompile/20001228-1.c: Fix for new
10524         error message.
10526 2004-02-03  Roger Sayle  <roger@eyesopen.com>
10528         PR target/9348
10529         * gcc.c-torture/execute/multdi-1.c: New test case.
10531 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
10533         PR c++/13925
10534         * g++.dg/template/lookup5.C: New test.
10536 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
10538         PR c++/13950
10539         * g++.dg/template/lookup4.C: New test.
10541         PR c++/13970
10542         * g++.dg/parse/error14.C: New test.
10544         PR c++/14002
10545         * g++.dg/parse/template13.C: New test.
10547 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
10549         PR c++/13978
10550         * g++.dg/template/koenig4.C: New test.
10552         PR c++/13968
10553         * g++.dg/template/crash17.C: New test.
10555         PR c++/13975
10556         * g++.dg/parse/error13.C: New test.
10557         * g++.old-deja/g++.robertl/eb125.C: Tweak error messages.
10559 2004-02-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
10561         * gcc.dg/20020503-1.c: Remove -mflat dg-options.
10563 2004-02-03  Paolo Bonzini  <bonzini@gnu.org>
10565         PR c/11658
10566         PR c/13994
10567         * gcc.dg/noncompile/20040203-1.c: New test.
10568         * gcc.dg/noncompile/20040203-2.c: Likewise.
10569         * gcc.dg/noncompile/20040203-3.c: Likewise.
10570         * gcc.dg/20040203-1.c: Likewise.
10572 2004-02-02  Andrew Pinski  <pinskia@physics.uc.edu>
10574         PR c++/10858
10575         * g++.dg/template/sizeof7.C: New test.
10577 2004-02-02  Eric Christopher  <echristo@redhat.com>
10578             Zack Weinberg  <zack@codesourcery.com>
10580         * gcc.c-torture/execute/wchar_t-1.c: Add -finput-charset.
10582 2004-02-02  Zack Weinberg  <zack@codesourcery.com>
10584         * g++.dg/eh/forced1.C, g++.dg/eh/forced2.C, g++.dg/eh/forced3.C
10585         * g++.dg/eh/forced4.C: XFAIL ia64-hp-hpux11.*.
10586         * g++.dg/eh/ia64-1.C: Test branch regs only #ifdef __LP64__.
10587         * gcc.dg/cleanup-5.c: Run only on Linux targets.
10589 2004-02-02  Mark Mitchell  <mark@codesourcery.com>
10591         PR c++/13113
10592         * g++.old-deja/g++.mike/net36.C: Adjust error messages.
10594         PR c++/13854
10595         * g++.dg/ext/attrib13.C: New test.
10597         PR c++/13907
10598         * g++.dg/conversion/op2.C: New test.
10600 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
10602         * gcc.dg/titype-1.c: Fix pasto.
10604 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
10606         * gcc.dg/titype-1.c: New test.
10608 2004-02-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
10610         PR c++/13957
10611         * g++.dg/template/non-type-template-argument-1.C,
10612         g++.dg/template/qualified-id1.C: Update dg-error marks.
10613         * g++.dg/template/nontype6.C: New test.
10615 2004-02-01  Roger Sayle  <roger@eyesopen.com>
10617         * gcc.dg/builtins-1.c: Also test for __builtin_signbit{,f,l}.
10618         * gcc.dg/builtins-31.c: New testcase.
10619         * gcc.dg/builtins-32.c: New testcase.
10621 2004-01-30  Andrew Pinski  <pinskia@physics.uc.edu>
10623         * objc.dg/call-super-2.m: Update line numbers
10624         for the including of stddef.h.
10626 2004-01-30  Michael Matz  <matz@suse.de>
10628         * g++.dg/ext/case-range1.C, g++.dg/ext/case-range2.C,
10629         g++.dg/ext/case-range3.C: New tests.
10631 2004-01-30  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
10633         DR206
10634         PR c++/13813
10635         * g++.dg/template/member4.C: New test.
10637 2004-01-30  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
10639         PR c++/13683
10640         * g++.dg/template/sizeof6.C: New test.
10642 2004-01-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
10644         * gcc.dg/fwritable-strings-1.c: New test.
10646 2004-01-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
10648         * gcc.c-torture/compile/20040130-1.c: New test.
10650 2004-01-29  Geoffrey Keating  <geoffk@geoffk.org>
10652         * objc.dg/call-super-2.m: Include stddef.h for size_t.
10654 2004-01-29  Mark Mitchell  <mark@codesourcery.com>
10656         PR c++/13883
10657         * g++.dg/template/ctor3.C: New test.
10659 2004-01-29  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
10661         * g++.dg/tc1: New directory.
10662         * g++.dg/tc1/dr108.C, g++.dg/tc1/dr128.C, g++.dg/tc1/dr147.C,
10663         g++.dg/tc1/dr179.C, g++.dg/tc1/dr1.C, g++.dg/tc1/dr213.C,
10664         g++.dg/tc1/dr74.C, g++.dg/tc1/dr90.C, g++.dg/tc1/dr127.C,
10665         g++.dg/tc1/dr137.C, g++.dg/tc1/dr164.C, g++.dg/tc1/dr185.C,
10666         g++.dg/tc1/dr20.C, g++.dg/tc1/dr52.C, g++.dg/tc1/dr85.C: New tests.
10668 2004-01-28  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
10670         * g++.dg/parse/error11.C: New test.
10671         * g++.dg/parse/error12.C: Likewise.
10673 2004-01-28  Ziemowit Laski  <zlaski@apple.com>
10675         * objc.dg/proto-qual-1.m (ROUND, aligned_sizeof): New.
10676         (scan_initial, main): Use aligned_sizeof instead of sizeof.
10678 2004-01-28  Mark Mitchell  <mark@codesourcery.com>
10680         PR c++/13791
10681         * g++.dg/ext/attrib12.C: New test.
10683         PR c++/13736
10684         * g++.dg/parse/cast2.C: New test.
10686 2004-01-27  James E Wilson  <wilson@specifixinc.com>
10688         * objc.dg/encode-2.m (main): New local string.  Set depending on
10689         sizeof long.  Use in sscanf call.
10690         * objc.dg/encode-3.m (main): New local string.  Set depending on
10691         sizeof long.  Use in scan_initial call.
10693 2004-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10695         * objc.dg/call-super-2.m: Make LP64-safe.
10696         * objc.dg/desig-init-1.m: Likewise.
10698 2004-01-27  Devang Patel <dpatel@apple.com>
10700         * g++.dg/debug/namespace1.C: New test.
10702 2004-01-27  Ian Lance Taylor  <ian@wasabisystems.com>
10704         * gcc.dg/const-elim-1.c: Add xfail for strongarm-*-* and
10705         xscale-*-*.
10707         * gcc.dg/arm-mmx-1.c: New test.
10709 2004-01-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
10711         * gcc.dg/20040127-1.c: New test.
10712         * gcc.dg/20040127-2.c: New test.
10714 2004-01-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10716         * objc.dg/stret-1.m (glob): Renamed to globa.
10718 2004-01-26  Mark Mitchell  <mark@codesourcery.com>
10720         PR c++/13663
10721         * g++.dg/expr/for1.C: New test.
10723 2004-01-26  Fariborz Jahanian <fjahanian@apple.com>
10725         PR middle-end/13779
10726         * gcc.dg/darwin-longlong.c: New test.
10728 2004-01-26  Ian Lance Taylor  <ian@wasabisystems.com>
10730         * gcc.dg/20040124-1.c: Moved test from here...
10731         * gcc.c-torture/compile/20040124-1.c: ...to here.
10733 2004-01-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
10735         * gcc.dg/sparc-ret.c: Run only in 32-bit mode.  Don't scan
10736         the assembly output if -m64 is passed.
10738 2004-01-25  Mark Mitchell  <mark@codesourcery.com>
10740         PR c++/13833
10741         * g++.dg/template/cond3.C: New test.
10743 2004-01-25  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
10745         PR c++/13810
10746         * g++.dg/template/ttp7.C: New test.
10748 2004-01-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10750         PR c++/13797
10751         * g++.dg/template/nontype4.C: New test.
10752         * g++.dg/template/nontype5.C: Likewise.
10754 2004-01-25  Richard Sandiford  <rsandifo@redhat.com>
10756         * gcc.dg/torture/mips-clobber-at.c: New test.
10758 2004-01-24  Ian Lance Taylor  <ian@wasabisystems.com>
10760         * gcc.dg/20040124-1.c: New test.
10762 2004-01-24  Jakub Jelinek  <jakub@redhat.com>
10764         * gcc.dg/20040123-1.c: New test.
10766 2004-01-23  Zack Weinberg  <zack@codesourcery.com>
10768         * gcc.dg/builtins-30.c: Move dg-warning marks to the proper lines.
10770 2004-01-24  Joseph S. Myers  <jsm@polyomino.org.uk>
10772         * gcc.dg/c90-array-lval-7.c, gcc.dg/c99-array-lval-7.c: New tests.
10774 2004-01-23  Andrew Pinski  <apinski@apple.com>
10776         * gcc.dg/20030121-1.c: Move to ..
10777         * gcc.dg/20040121-1.c: here.
10779 2004-01-23  Roger Sayle  <roger@eyesopen.com>
10781         * gcc.dg/builtins-29.c: New test case.
10783 2004-01-23  Zack Weinberg  <zack@codesourcery.com>
10785         PR 18314
10786         * gcc.dg/builtins-30.c: New testcase.
10788 2004-01-23  Andreas Tobler  <a.tobler@schweiz.ch>
10790         * g++.dg/compat/compat.exp: Add LD_LIBRARY_PATH_32/64 for Solaris.
10791         * lib/g77.exp: Likewise.
10792         * lib/objc.exp: Likewise.
10793         * lib/g++.exp: Likewise.
10795 2004-01-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
10797         * gcc.dg/struct-by-value-2.c: New test.
10799 2004-01-21  Andrew Pinski  <apinski@apple.com>
10801         PR target/13785
10802         * gcc.dg/20030121-1.c: New test.
10804 2004-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
10806         * gcc.dg/20030123-1.c: Add -fno-omit-frame-pointer option.  Do not
10807         clobber frame pointer register in asm statement.
10809 2004-01-21  Falk Hueffner  <falk@debian.org>
10811         * gcc.c-torture/compile/20040121-1.c: New test.
10813 2004-01-21  Zack Weinberg  <zack@codesourcery.com>
10815         * gcc.dg/noncompile/20020213-1.c: Add another dg-warning line.
10817 2004-01-20  Hartmut Penner  <hpenner@de.ibm.com>
10819         * gcc.dg/ppc64-abi-2.c: New test.
10821 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
10823         * lib/treelang.exp: Fill out this file.
10824         * lib/treelang-dg.exp: New File.
10826 2004-01-20  Joseph S. Myers  <jsm@polyomino.org.uk>
10828         * gcc.c-torture/compile/981022-1.c: Remove.
10829         * gcc.dg/array-5.c: Remove XFAIL.
10830         * gcc.dg/sequence-pt-1.c: Remove test using extended lvalues.
10831         * gcc.dg/cast-lvalue-1.c, gcc.dg/compound-lvalue-1.c,
10832         gcc.dg/cond-lvalue-1.c: Update.
10833         * gcc.dg/cast-lvalue-2.c: New test.
10835 2004-01-19  Mark Mitchell  <mark@codesourcery.com>
10837         PR c++/13592
10838         * g++.dg/other/error1.C (class foo): Tweak error message.
10840         PR c++/13592
10841         * g++.dg/template/call2.C: New test.
10843 2004-01-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
10845         * gcc.dg/compat/fnptr-by-value-1_x.c, scalar-by-value-1_y.c
10846         scalar-by-value-3_x.c, scalar-by-value-3_y.c,
10847         scalar-by-value-4_x.c, scalar-by-value-4_y.c,
10848         scalar-return-1_x.c, scalar-return-2_y.c,
10849         scalar-return-3_x.c, scalar-return-3_y.c,
10850         scalar-return-4_x.c, scalar-return-4_y.c,
10851         struct-align-1.h, struct-align-1_x.c,
10852         struct-align-1_y.c, struct-align-2.h,
10853         struct-align-2_x.c, struct-align-2_y.c,
10854         struct-by-value-10_y.c, struct-by-value-11_x.c,
10855         struct-by-value-11_y.c, struct-by-value-12_x.c,
10856         struct-by-value-12_y.c, struct-by-value-13_x.c,
10857         struct-by-value-13_y.c, struct-by-value-14_x.c,
10858         struct-by-value-14_y.c, struct-by-value-15_x.c,
10859         struct-by-value-15_y.c, struct-by-value-16_y.c,
10860         struct-by-value-17_y.c, struct-by-value-18_y.c,
10861         struct-by-value-19_y.c, struct-by-value-1_x.c,
10862         struct-by-value-1_y.c, struct-by-value-20_y.c,
10863         struct-by-value-2_x.c, struct-by-value-2_y.c,
10864         struct-by-value-3_y.c, struct-by-value-4_x.c,
10865         struct-by-value-4_y.c, struct-by-value-5_y.c,
10866         struct-by-value-6_y.c, struct-by-value-7_y.c
10867         struct-by-value-8_x.c, struct-by-value-8_y.c
10868         struct-by-value-9_x.c, struct-by-value-9_y.c
10869         struct-return-10_x.c, struct-return-10_y.c,
10870         struct-return-19_x.c, struct-return-20_x.c
10871         struct-return-2_x.c, struct-return-2_y.c
10872         struct-return-3_x.c: Guard non-C99 tests with SKIP_COMPLEX_INT,
10873         SKIP_ATTRIBUTE and SKIP_ZERO_ARRAY.  Turns SKIPVA into SKIP_VA.
10875 2004-01-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
10877         * gcc.dg/tls/alias-1.c: Add dg-warning for unsupported visibility
10878         attribute on sparc*-sun-solaris2.*.
10880 2004-01-18  Mark Mitchell  <mark@codesourcery.com>
10882         PR c++/13710
10883         * g++.dg/ext/typeof7.C: New test.
10885 2004-01-18  David Edelsohn  <edelsohn@gnu.org>
10887         * gcc.dg/array-quals-1.c: xfail on powerpc*-*-aix*.
10888         * gcc.dg/const-elim-1.c: Same.
10890 2004-01-17  Ziemowit Laski  <zlaski@apple.com>
10892         * objc.dg/stret-1.m: New.
10893         * objc.dg/stret-2.m: New.
10895 2004-01-17  Andrew Pinski  <pinskia@physics.uc.edu>
10897         PR c++/11895
10898         * g++.dg/ext/vector1.C: New test.
10900 2004-01-16  Geoffrey Keating  <geoffk@apple.com>
10902         * gcc.dg/pch/import-1.c: New.
10903         * gcc.dg/pch/import-1.hs: New.
10904         * gcc.dg/pch/import-1a.h: New.
10905         * gcc.dg/pch/import-1b.h: New.
10906         * gcc.dg/pch/import-1c.h: New.
10908 2004-01-16  Mark Mitchell  <mark@codesourcery.com>
10910         PR c++/13574
10911         * g++.dg/ext/array1.C: New test.
10913         PR c++/13178
10914         * g++.dg/conversion/op1.C: New test.
10916 2004-01-16  J"orn Rennecke <joern.rennecke@superh.com>
10918         PR 11864
10919         From Kazumoto Kojima / Dan Kegel:
10920         * gcc.dg/pr11864-1.c: New test.
10922         PR 10392
10923         From Marcus Comstedt / Dan Kegel:
10924         * gcc.dg/pr10392-1.c: New test.
10926 2004-01-16  Mark Mitchell  <mark@codesourcery.com>
10928         PR c++/13478
10929         * g++.dg/init/ref10.C: New test.
10931 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
10933         PR c++/13407
10934         * g++.dg/parse/typename6.C: New test.
10936 2004-01-15  Geoffrey Keating  <geoffk@apple.com>
10938         PR pch/13361
10939         * testsuite/g++.dg/pch/wchar-1.C: New.
10940         * testsuite/g++.dg/pch/wchar-1.Hs: New.
10942 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
10944         PR c++/9259
10945         * g++.dg/expr/sizeof2.C: New test.
10947 2004-01-15  Kazu Hirata  <kazu@cs.umass.edu>
10949         * gcc.dg/sibcall-3.c: Replace mn10?00 with mn10300.
10951 2004-01-15  Alexandre Oliva  <aoliva@redhat.com>
10953         PR c++/13659
10954         * g++.dg/lookup/strong-using-3.C: New.
10955         * g++.dg/lookup/using-10.C: New.
10957 2004-01-15  Alexandre Oliva  <aoliva@redhat.com>
10959         PR c++/13594
10960         * g++.dg/lookup/strong-using-2.C: New.
10962 2004-01-15  Marcus Comstedt <marcus@mc.pp.se>
10963             Dan Kegel <dank@kegel.com>
10964             J"orn Rennecke <joern.rennecke@superh.com>
10966         PR target/9365
10967         * gcc.dg/pr9365-1.c: New test.
10969 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
10971         PR c++/8856
10972         * g++.dg/parse/casting-operator2.C: New test.
10973         * g++.old-deja/g++.pt/explicit83.C: Remove.
10975 2004-01-14  Joseph S. Myers  <jsm@polyomino.org.uk>
10977         * gcc.dg/label-compound-stmt-1.c: New test.
10978         * gcc.c-torture/compile/950922-1.c,
10979         gcc.c-torture/compile/20000211-3.c,
10980         gcc.c-torture/compile/20000518-1.c,
10981         gcc.c-torture/compile/20021108-1.c: Avoid labels at and of
10982         compound statements.
10984 2004-01-14  Hartmut Penner  <hpenner@de.ibm.com>
10986         * gcc.dg/ppc64-abi-1.c: New test.
10988 2004-01-14  Danny Smith  <dannysmith@users.sourceforge.net>
10990          * g++.dg/ext/attrib9.C: Add dg-warnings.
10992 2004-01-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
10994         PR c++/12335
10995         * g++.dg/parse/dtor3.C: New test.
10997 2004-01-13  Andrew Pinski  <pinskia@physics.uc.edu>
10999         PR c++/12709
11000         * g++.dg/parse/try-catch-1.C: New test.
11002 2004-01-13  Arnaud Charlet  <charlet@act-europe.fr>
11004         * ada/acats/run_all.sh: Add more verbose output in acats.log
11005         when compiling tests.
11007 2004-01-12  Zack Weinberg  <zack@codesourcery.com>
11009         PR 13656
11010         * gcc.dg/typedef-redecl.c: New test case.
11011         * gcc.dg/typedef-redecl.h: New support file.
11013 2004-01-13  Jan Hubicka  <jh@suse.cz>
11015         * gcc.dg/always_inline.c: New test.
11016         * gcc.dg/debug/20031231-1.c: Fix.
11018 2004-01-13  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
11020         PR c++/13474
11021         * g++.dg/template/array3.C: New test.
11023 2004-01-12  Zack Weinberg  <zack@codesourcery.com>
11025         * g++.dg/ext/lvalue1.C: No longer expected to fail.
11026         * g++.dg/warn/Wunused-2.C: Likewise.
11028 2004-01-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11030         PR c++/13289
11031         * g++.dg/template/instantiate6.C: New test.
11033 2004-01-12  Roger Sayle  <roger@eyesopen.com>
11035         PR middle-end/11397
11036         * gcc.dg/special/wkali-2.c: Add dg-require-alias.
11038 2004-01-12  Jan Hubicka  <jh@suse.cz>
11040         PR opt/12826
11041         * gcc.dg/20040112-1.c: New.
11043         * gcc.dg/dwarf-die[1-7].c: Move to...
11044         * gcc.dg/debug/dwarf2/dwarf-die[1-7].c: ... here.
11045         * gcc.dg/debug/dwarf2/dwarf2.exp: New.
11047 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
11049         PR c++/4100
11050         * g++.dg/parse/friend4.C: New test.
11052 2004-01-12  Scott Brumbaugh  <scottb.lists@verizon.net>
11054         PR c++/4100
11055         * g++.old-deja/g++.pt/niklas01a.C: Mark an error where a class
11056         definition is called a friend.
11058 2004-01-11  Zack Weinberg  <zack@codesourcery.com>
11060         * gcc.dg/tls/diag-3.c: Tweak dg-error regexp.
11062 2004-01-11  Ian Lance Taylor  <ian@wasabisystems.com>
11064         PR c++/3478
11065         * g++.dg/parse/error10.C: New test.
11066         * g++.dg/template/arg2.C: Accept "invalid type" error.
11068 2004-01-11  Jakub Jelinek  <jakub@redhat.com>
11070         PR middle-end/13392
11071         * g++.dg/opt/expect2.C: New test.
11073 2004-01-10  Zack Weinberg  <zack@codesourcery.com>
11075         * gcc.dg/Wshadow-1.c, gcc.dg/attr-noinline.c, gcc.dg/decl3.c
11076         * gcc.dg/redecl-1.c, gcc.dg/visibility-7.c, gcc.dg/wtr-static-1.c
11077         * gcc.dg/noncompile/20020220-1.c, objc.dg/method-1.m:
11078         Update dg-error regexps.
11080 2004-01-10  Zack Weinberg  <zack@codesourcery.com>
11082         * gcc.c-torture/compile/20021123-2.c: Delete; dup of 20021120-1.c.
11083         * gcc.c-torture/compile/20021123-3.c: Delete; dup of 20021120-2.c.
11085 2004-01-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
11087         * gcc.dg/pragma-re-1.c: Use right pointer type.
11089 2004-01-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
11091         * g++.dg/eh/simd-1.c: Ajust line number for dg-error line.
11093 2004-01-09  Geoffrey Keating  <geoffk@apple.com>
11095         * gcc.dg/rs6000-ldouble-1.c: New.
11097 2004-01-10  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
11099         DR 337
11100         PR c++/9256
11101         * g++.dg/other/abstract1.C: New test.
11103 2004-01-09  Alexandre Oliva  <aoliva@redhat.com>
11105         * g++.dg/lookup/strong-using-1.C: New.
11107 2004-01-09  Joseph S. Myers  <jsm@polyomino.org.uk>
11109         PR c/11234
11110         * gcc.dg/func-ptr-conv-1.c: New test.
11111         * gcc.dg/weak/weak-6.c, gcc.dg/weak/weak-7.c: Update.
11113 2004-01-09  Kazu Hirata  <kazu@cs.umass.edu>
11115         PR target/13380.
11116         * gcc.c-torture/compile/20040109-1.c: New.
11118 2004-01-08  Stuart Hastings  <stuart@apple.com>
11120         * testsuite/gcc.dg/20020523-2.c (bail_if_no_sse): Moved cpu-ID code...
11121         testsuite/gcc.dg/i386-cpuid.h (i386_cpuid): ...to here, to share with...
11122         * testsuite/gcc.dg/i386-sse-6.c: ...this new testcase.
11124 2004-01-09  Alan Modra  <amodra@bigpond.net.au>
11126         * gcc.dg/array-quals-1.c: Accept .data.rel.ro.
11128 2004-01-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
11130         * ada/acats/run_acats: Treat 'gnatchop' the same way
11131         as 'gnatmake'.  Export GCC_DRIVER.
11132         * ada/acats/run_all.sh: Add target_gnatchop.  Use
11133         'host_gnatchop' and 'target_gnatchop' instead of 'gnatshop'.
11135 2004-01-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
11137         PR c++/12573
11138         * g++.dg/template/dependent-expr4.C: New test.
11140 2004-01-08  Hartmut Penner  <hpenner@de.ibm.com>
11142         * gcc.dg/altivec-11.c: New test.
11144 2004-01-07  Mark Mitchell  <mark@codesourcery.com>
11146         * g++.dg/abi/vbase10.C: Use -mstructure-size-boundary=8 on ARM.
11148 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
11150         PR c/6024
11151         * gcc.dg/enum-compat-1.c: New test.
11152         * gcc.c-torture/execute/builtin-types-compatible-p.c: Update.
11154 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
11156         PR c/12165
11157         * gcc.dg/array-quals-1.c, gcc.dg/c90-idem-qual-3.c,
11158         gcc.dg/c99-idem-qual-3.c: New tests.
11160 2004-01-07  Alan Modra  <amodra@bigpond.net.au>
11162         * gcc.dg/winline-7.c: Don't cast void * to int.
11164 2004-01-06  Jan Hubicka  <jh@suse.cz>
11166         * gcc.dg/i386-sse-5.c: New test
11167         * g++.dg/eh/simd-1.c: Add -w argument for i386.
11169 2004-01-05  Mark Mitchell  <mark@codesourcery.com>
11171         PR c++/12815
11172         * g++.dg/rtti/typeid4.C: New test.
11174 2004-01-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
11176         * gcc.dg/compat/sdata-section.h: Declare 'abort'.
11178 2004-01-05  Mark Mitchell  <mark@codesourcery.com>
11180         PR c++/12132
11181         * g++.dg/template/error11.C: New test.
11183         PR c++/13451
11184         * g++.dg/template/class2.C: New test.
11186 2004-01-05  Nathan Sidwell  <nathan@codesourcery.com>
11187         Richard Sandiford <rsandifo@redhat.com>
11189         PR c++/13387
11190         * g++.dg/opt/alias3.C: New test.
11192 2004-01-04  Mark Mitchell  <mark@codesourcery.com>
11194         PR c++/13157
11195         * g++.dg/template/koenig3.C: New test.
11197         PR c++/13529
11198         * g++.dg/parse/offsetof3.C: New test.
11200         * g++.dg/init/copy7.C: Add missing dg-error markers.
11202         PR c++/12226
11203         * g++.dg/init/copy7.c: New test.
11205         PR c++/13536
11206         * g++.dg/parse/cast1.C: New test.
11208 2004-01-04  Jan Hubicka  <jh@suse.cz>
11210         * gcc.dg/winline[1-7].c: New tests.
11212 2004-01-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11214         PR c++/13520
11215         * g++.dg/template/qualttp22.C: New test.
11217 2004-01-01  Jan Hubicka  <jh@suse.cz>
11219         * gcc.dg/debug/20031231-1.c: New.
11220         * gcc.c-torture/compile/20040101-1.c: New.
11221         * gcc.dg/dwarf-die-[1-7].c: New.
11223 2004-01-01  Jakub Jelinek  <jakub@redhat.com>
11225         PR optimization/13521
11226         * gcc.c-torture/compile/20031231-1.c: New test.
11228 2003-12-30  Kazu Hirata  <kazu@cs.umass.edu>
11230         * gcc.dg/sibcall-4.c: Replace mn10?00 with mn10300.
11232 2003-12-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
11234         PR c++/10079
11235         * g++.dg/template/crash16.C: New test.
11237 2003-12-30  Mark Mitchell  <mark@codesourcery.com>
11239         * g++.dg/abi/vbase10.C: XFAIL on arm*-*-*.
11241 2003-12-30  Kazu Hirata  <kazu@cs.umass.edu>
11243         * g++.old-deja/g++.jason/thunk2.C: Remove traces of dead
11244         ports.
11245         * g++.old-deja/g++.jason/thunk3.C: Likewise.
11246         * g++.old-deja/g++.law/profile1.C: Likewise.
11247         * gcc.c-torture/compile/981006-1.c: Likewise.
11248         * gcc.c-torture/execute/loop-2e.x: Likewise.
11249         * gcc.c-torture/execute/loop-2f.x: Remove.
11250         * gcc.c-torture/execute/loop-2g.x: Likewise.
11251         * gcc.c-torture/execute/strct-varg-1.x: Likewise.
11252         * gcc.dg/20020312-2.c: Remove traces of dead ports.
11254 2003-12-30  Nathan Sidwell  <nathan@codesourcery.com>
11256         PR c++/13507
11257         * g++.dg/ext/attrib11.C: New test.
11259         PR c++/13494
11260         * g++.dg/template/array2-1.C: New test.
11261         * g++.dg/template/array2-2.C: New test.
11263 2003-12-29  Mark Mitchell  <mark@codesourcery.com>
11265         * g++.old-deja/g++.pt/static11.C: Correct XFAIL syntax.
11267 2003-12-29  Nathan Sidwell  <nathan@codesourcery.com>
11269         PR c++/12774
11270         * g++.dg/template/array1-1.C: New test.
11271         * g++.dg/template/array1-2.C: New test.
11273 2003-12-29  Roger Sayle  <roger@eyesopen.com>
11275         PR fortran/12632
11276         * g77.dg/12632.f: New test case.
11278 2003-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11280         PR c++/13289
11281         * g++.dg/parse/nontype1.C: New test.
11283 2003-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11285         PR c++/12403
11286         * g++.dg/parse/explicit1.C: New test.
11287         * g++.old-deja/g++.pt/explicit71.C: Adjust expected error.
11289 2003-12-28  Mark Mitchell  <mark@codesourcery.com>
11291         PR c++/13081
11292         * g++.dg/opt/inline6.C: New test.
11294         PR c++/12613
11295         * g++.dg/parse/error9.C: New test.
11297         * gcc.dg/const-elim-1.c: XFAIL on arm-*-*.
11299 2003-12-28  Mark Mitchell  <mark@codesourcery.com>
11301         PR c++/13009
11302         * g++.dg/init/assign1.C: New test.
11304 2003-12-28  Roger Sayle  <roger@eyesopen.com>
11306         PR c++/13070
11307         * g++.dg/warn/format3.C: New test case.
11309 2003-12-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
11311         * gcc.c-torture/compile/20031227-1.c: New test.
11313 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
11315         * g++.dg/bprob/bprob.exp: Load target-supports.exp
11316         * g77.dg/bprob/bprob.exp: Likewise.
11317         * gcc.misc-tests/bprob.exp: Likewise.
11318         * gcc.dg/builtins-18.c: Use builtins-config.h.  Do not test float
11319         variants on systems where the library does not provide that
11320         functionality.
11321         * gcc.dg/builtins-20.c: Use builtins-config.h.
11322         * gcc.dg/builtins-config.h: New file.
11324 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
11326         * lib/gcc-dg.exp (dg-require-profiling): New function.
11327         * lib/target-supports.exp (check_profiling_available): Likewise.
11328         * g++.dg/bprob/bprob.exp: Use check_profiling_available.
11329         * g77.dg/bprob/bprob.exp: Likewise.
11330         * gcc.misc-tests/bprob.exp: Likewise.
11331         * g++.old-deja/g++.law/profile1.C: Use dg-require-profiling.
11332         * gcc.dg/20021014-1.c: Likewise.
11333         * gcc.dg/nest.c: Likewise.
11335 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
11337         * g++.dg/lookup/java1.C: Use -fdollars-in-identifiers when
11338         compiling.
11339         * g++.dg/lookup/java2.C: Likewise.
11340         * gcc.dg/cpp/lexident.c: Likewise.
11342 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
11344         * gcc.c-torture/compile/20020604-1.c: XFAIL on H8 if -mn is
11345         given.
11346         * gcc.c-torture/compile/961203-1.c: Likewise.
11347         * gcc.c-torture/compile/980506-1.c: Likewise.
11349 2003-12-23  Zack Weinberg  <zack@codesourcery.com>
11351         * lib/gcc-dg.exp (dg-prune-output): New annotation.
11352         (additional_prunes): New global.
11353         (gcc-dg-prune): Handle additional per-test pruning.
11354         (dg-test): Clear additional_prunes between tests.
11356         * gcc.c-torture/compile/920625-1.c: Remove xfail.  Use
11357         dg-prune-output to avoid spurious failures from assembler
11358         complaining about nonexistent WAW violations.
11359         * gcc.c-torture/compile/981223-1.c: Remove dg-options line.
11360         Use dg-prune-output to avoid spurious failures from assembler
11361         warning about Itanium B-step errata.
11363 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
11365         * g++.dg/abi/macro0.C: New test.
11366         * g++.dg/abi/macro1.C: Likewise.
11367         * g++.dg/abi/macro2.C: Likewise.
11369         * g++.dg/abi/bitfield5.C: Add explicit -fabi-version=1 option.
11370         * g++.dg/abi/bitfield7.C: Likewise.
11371         * g++.dg/abi/dtor2.C: Likewise.
11372         * g++.dg/abi/mangle11.C: Likewise.
11373         * g++.dg/abi/mangle12.C: Likewise.
11374         * g++.dg/abi/mangle14.C: Likewise.
11375         * g++.dg/abi/mangle17.C: Likewise.
11376         * g++.dg/abi/vbase10.C: Likewise.
11377         * g++.dg/abi/vbase14.C: Likewise.
11378         * g++.dg/template/qualttp17.C: Likewise.
11380 2003-12-21  Andrew Pinski  <pinskia@physics.uc.edu>
11382         PR c/11995
11383         * gcc.dg/20031223-1.c: New test.
11385 2003-12-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
11387         * gcc.dg/noreturn-7.c: New test.
11389 2003-12-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
11391         * gcc.dg/null-pointer-1.c: New test.
11393 2003-12-22  Mark Mitchell  <mark@codesourcery.com>
11395         * g++.old-deja/g++.jason/template18.C: Remove.
11396         * g++.old-deja/g++.jason/template37.C: Likewise.
11398         PR c++/12862
11399         * g++.dg/lookup/ns1.C: New test.
11401         PR c++/12397
11402         * g++.dg/template/lookup3.C: New test.
11404 2003-12-22  Andrew Pinski  <pinskia@physics.uc.edu>
11406         * g++.dg/template/recurse1.C: New test
11408 2003-12-22  Mark Mitchell  <mark@codesourcery.com>
11410         PR c++/12479
11411         * g++.dg/parse/semicolon1.C: New test.
11412         * g++.dg/parse/semicolon1.h: Likewise.
11414 2003-12-22  Fariborz Jahanian <fjahanian@apple.com>
11416         * gcc.dg/darwin-misaligned.c: New test.
11418 2003-12-22  Andrew Pinski  <pinskia@physics.uc.edu>
11420         PR c/9163
11421         * gcc.dg/20031222-1.c: New test.
11423 2003-12-21  Mark Mitchell  <mark@codesourcery.com>
11425         PR c++/13438
11426         * g++.dg/parse/error8.C: New test.
11428         PR c++/11554
11429         * testsuite/g++.dg/warn/ctor-init-1.C: New test.
11431 2003-12-21  Kazu Hirata  <kazu@cs.umass.edu>
11433         * gcc.c-torture/compile/20020910-1.c: Disable if __INT_MAX is
11434         too small.
11435         * gcc.c-torture/compile/930217-1.c: Likewise.
11436         * gcc.c-torture/compile/930513-1.c: Likewise.
11437         * gcc.c-torture/execute/920908-2.c: Likewise.
11438         * gcc.c-torture/execute/921204-1.c: Likewise.
11439         * gcc.c-torture/execute/930621-1.c: Likewise.
11440         * gcc.c-torture/execute/930630-1.c: Likewise.
11441         * gcc.c-torture/execute/931031-1.c: Likewise.
11442         * gcc.c-torture/execute/980602-2.c: Likewise.
11443         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
11444         * gcc.c-torture/execute/compndlit-1.c: Likewise.
11445         * gcc.c-torture/execute/extzvsi.c: Likewise.
11446         * gcc.c-torture/unsorted/ext.c: Likewise.
11448 2003-12-20  Andrew Pinski  <pinskia@gcc.gnu.org>
11450         PR target/12749
11451         * gcc.c-torture/compile/20031220-2.c: New test case.
11453 2003-12-20  Roger Sayle  <roger@eyesopen.com>
11455         PR optimization/13031
11456         * gcc.c-torture/compile/20031220-1.c: New test case.
11458 2003-12-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
11460         * gcc.dg/cast-function-1.c: New test.
11462 2003-12-19  Joseph S. Myers  <jsm@polyomino.org.uk>
11464         * gcc.dg/format/ext-1.c: Allow 'I' flag on floating point decimal
11465         formats.
11467 2003-12-19  Mark Mitchell  <mark@codesourcery.com>
11469         PR c++/12795
11470         * g++.dg/ext/attrib10.C: New test.
11472 2003-12-19  Jakub Jelinek  <jakub@redhat.com>
11474         * gcc.dg/cleanup-10.c: New test.
11475         * gcc.dg/cleanup-11.c: New test.
11477 2003-12-19  Jakub Jelinek  <jakub@redhat.com>
11479         PR c++/13239
11480         * g++.dg/opt/expect1.C: New test.
11482 2003-12-19  Hartmut Penner  <hpenner@de.ibm.com>
11484         * gcc.dg/altivec-varargs-1.c: Enable testcase on ppc linux.
11486 2003-12-18  Andrew Pinski  <pinskia@physics.uc.edu>
11488         PR debug/12923
11489         * gcc.dg/20031218-1.c: New test.
11491         PR debug/12389
11492         * gcc.dg/20031218-2.c: New test.
11493         * gcc.dg/20031218-3.c: New test.
11495         * g++.dg/abi/mangle18-1.C: Modify regexp to test for `[: \t\n]' at end
11496         of label name and allow for USER_LABEL_PREFIX == "_" names.
11497         * g++.dg/abi/mangle18-2.C: Likewise.
11498         * g++.dg/abi/mangle19-1.C: Likewise.
11499         * g++.dg/abi/mangle19-2.C: Likewise.
11500         * g++.dg/abi/mangle20-1.C: Likewise.
11501         * g++.dg/abi/mangle20-2.C: Likewise.
11503 2003-12-18  Richard Henderson  <rth@redhat.com>
11505         * gcc.dg/bitfld-1.c: Expect warnings for enum bitfields.
11507 2003-12-18  Steven Bosscher  <steven@gcc.gnu.org>
11508             Dan Kegel <dank@kegel.com>
11510         PR other/12009
11511         * g++.dg/compat/compat.exp:  Do not set LD_LIBRARY_PATH when
11512         testing a cross compiler, it causes spurious compile failures.
11513         * lib/g++.exp: Likewise.
11515 2003-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11517         PR c++/13262
11518         * g++.dg/template/access13.C: New test.
11520 2003-12-18  Ulrich Weigand  <uweigand@de.ibm.com>
11522         * gcc.dg/20031216-1.c: New test.
11524 2003-12-18  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
11526         PR c++/9154
11527         * g++.dg/template/error10.C: New test.
11529 2003-12-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
11531         * g++.dg/eh/simd-1.C: XFAIL on SPARC.
11532         * g++.dg/eh/simd-2.C: Likewise.
11534 2003-12-17  James E Wilson  <wilson@specifixinc.com>
11535             Roger Sayle  <roger@eyesopen.com>
11537         * gcc.c-torture/execute/ieee/mzero5.c: New.
11539 2003-12-17  Mark Mitchell  <mark@codesourcery.com>
11541         PR c++/10603
11542         * g++.dg/parse/error6.C: New test.
11544         PR c++/12827
11545         * g++.dg/parse/error7.C: New test.
11547 2003-12-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
11549         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Do not run debug-[12].c
11550         at -O with stabs debugging formats.
11551         * gcc.dg/debug/debug-1.c: Turn 'p' into a global variable.
11552         * gcc.dg/debug/debug-2.c: Likewise.
11554 2003-12-16  Mark Mitchell  <mark@codesourcery.com>
11556         PR c++/12696
11557         * g++.dg/init/error1.C: New test.
11559         PR c++/12218
11560         * g++.dg/init/pm3.C: New test.
11562 2003-12-17  Joseph S. Myers  <jsm@polyomino.org.uk>
11564         PR c/3347
11565         * gcc.dg/bitfld-8.c: New test.
11567 2003-12-16  James Lemke  <jim@wasabisystems.com>
11569         * gcc.dg/arm-scd42-[123].c: New tests.
11571 2003-12-16  Nathan Sidwell  <nathan@codesourcery.com>
11573         PR c++/9043
11574         * g++.dg/abi/mangle20-1.C: New test.
11575         * g++.dg/abi/mangle20-2.C: New test.
11577 2003-12-16  Mark Mitchell  <mark@codesourcery.com>
11579         PR c++/13275
11580         * g++.dg/other/offsetof2.C: Remove XFAIL.
11581         * g++.dg/parse/offsetof1.C: New test.
11582         * g++.gd/parse/offsetof2.C: Likewise.
11584 2003-12-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
11586         * g++.dg/template/nontype3.C: New test.
11587         * g++.dg/template/static2.C: Tweaked the dg-error clause.
11589 2003-12-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11591         * g++.dg/warn/noreturn-3.C: Also test instantiation.
11593 2003-12-16  Nathan Sidwell  <nathan@codesourcery.com>
11595         PR c++/13387
11596         * g++.dg/expr/assign1.C: New test.
11598         PR c++/13242
11599         * g++.dg/abi/mangle19-1.C: New test.
11600         * g++.dg/abi/mangle19-2.C: New test.
11602 2003-12-16  Hartmut Penner  <hpenner@de.ibm.com>
11604         * testsuite/gcc.dg/altivec-10.c: Test vec_cmple and vec_all_numeric.
11606 2003-12-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
11608         * gcc.c-torture/execute/20031216-1.c: New test.
11610 2003-12-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
11612         * g++.dg/template/ptrmem7.C: Simplified the test case to not hit
11613         an ICE regression.
11615 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
11617         PR c++/10926
11618         * g++.dg/template/error9.C: New test.
11620         PR c++/11116
11621         * g++.dg/template/error8.C: New test.
11623 2003-12-15  Roger Sayle  <roger@eyesopen.com>
11625         PR middle-end/13400
11626         * gcc.c-torture/execute/20031215-1.c: New test case.
11628 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
11630         PR c++/13269
11631         * g++.dg/parse/error5.C: New test.
11633         PR c++/12989
11634         * g++.dg/expr/sizeof1.C: New test.
11636         PR c++/13310
11637         * g++.dg/template/crash15.C: New test.
11639 2003-12-15  Geoffrey Keating  <geoffk@apple.com>
11641         * g++.old-deja/g++.pt/vaarg3.C: Don't expect an error for passing
11642         a non-POD type as the last named parameter of a varargs function.
11644 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
11646         PR c++/13243
11647         PR c++/12573
11648         * g++.dg/template/crash14.C: New test.
11649         * g++.dg/template/dependent-expr3.C: Add dg-error markers.
11651 2003-12-15  Nathan Sidwell  <nathan@codesourcery.com>
11653         * g++.dg/other/java1.C: New test.
11655         PR c++/13241
11656         * g++.dg/abi/mangle18-1.C: New test.
11657         * g++.dg/abi/mangle18-2.C: New test.
11659 2003-12-15  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
11661         PR optimization/10312
11662         * gcc.c-torture/execute/20031214-1.c: New.
11664 2003-12-14  Mark Mitchell  <mark@codesourcery.com>
11666         PR c++/10779
11667         PR c++/12160
11668         * g++.dg/parse/error3.C: New test.
11669         * g++.dg/parse/error4.C: Likewise.
11670         * g++.dg/abi/mangle4.C: Tweak error messages.
11671         * g++.dg/lookup/using5.C: Likewise.
11672         * g++.dg/other/error2.C: Likewise.
11673         * g++.dg/parse/typename5.C: Likewise.
11674         * g++.dg/parse/undefined1.C: Likewise.
11675         * g++.dg/template/arg2.C: Likewise.
11676         * g++.dg/template/ttp3.C: Likewise.
11677         * g++.dg/template/type1.C: Likewise.
11678         * g++.old-deja/g++.other/crash32.C: Likewise.
11679         * g++.old-djea/g++.pt/defarg8.C: Likewise.
11681 2003-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11683         PR c++/13106
11684         * g++.dg/warn/noreturn-3.C: New test.
11686 2003-12-12  Nathan Sidwell  <nathan@codesourcery.com>
11688         PR c++/13118
11689         * g++.dg/abi/covariant3.C: New.
11691 2003-12-12  Jakub Jelinek  <jakub@redhat.com>
11693         * g++.dg/eh/ia64-1.C: New test.
11695 2003-12-12  Roger Sayle  <roger@eyesopen.com>
11697         PR optimization/13037
11698         * g77.f-torture/execute/13037.f: New test case.
11700 2003-12-12  Nathan Sidwell  <nathan@codesourcery.com>
11702         PR c++/12881
11703         * g++.dg/abi/covariant2.C: New.
11705 2003-12-12  Neil Booth  <neil@daikokuya.co.uk>
11707         * testsuite/gcc.dg/cpp/trad/macro.c: New tests.
11709 2003-12-11  Zack Weinberg  <zack@codesourcery.com>
11711         * gcc.c-torture/execute/wchar_t-1.x: Delete.
11713 2003-12-10  Robert Schiele  <rschiele@uni-mannheim.de>
11715         PR other/10819
11716         * lib/gcc.exp (default_gcc_version): Do not match NL/CR characters
11717         to fix Bug 10819.
11718         * lib/g++.exp (g++_version): Likewise.
11719         * lib/g77.exp (g77_version): Likewise.
11720         * lib/objc.exp (default_objc_version): Likewise.
11722 2003-12-10  Richard Henderson  <rth@redhat.com>
11724         * gcc.c-torture/execute/wchar_t-1.c: Convert to utf-8.
11726         * gcc.dg/intermod-1.c: Adjust assembler scan pattern for alpha.
11728 2003-12-08  Matt Austern  <austern@apple.com>
11730         PR c/13134
11731         * lib/gcc-dg.exp (dg-require-visibility): Define.
11732         * lib/target-supports (check_visibility_available): Define.
11733         * gcc.dg/visibility-1.c: New test.
11734         * gcc.dg/visibility-2.c: Likewise.
11735         * gcc.dg/visibility-3.c: Likewise.
11736         * gcc.dg/visibility-4.c: Likewise.
11737         * gcc.dg/visibility-5.c: Likewise.
11738         * gcc.dg/visibility-6.c: Likewise.
11739         * g++.dg/ext/visibility-1.C: Likewise.
11740         * g++.dg/ext/visibility-2.C: Likewise.
11741         * g++.dg/ext/visibility-3.C: Likewise.
11742         * g++.dg/ext/visibility-4.C: Likewise.
11743         * g++.dg/ext/visibility-5.C: Likewise.
11744         * g++.dg/ext/visibility-6.C: Likewise.
11746 2003-12-07  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
11748         * g++.dg/lookup/java1.C: New test.
11749         * g++.dg/lookup/java2.C: New test.
11751 2003-12-07  Falk Hueffner  <falk@debian.org>
11753         * g++.dg/opt/noreturn-1.C: New test.
11755 2003-12-07  Wolfgang Bangerth  <bangerth@dealii.org>
11757         * gcc.dg/overflow-1.c: New test.
11759 2003-12-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
11761         * g77.f-torture/compile/13060.f: New test.
11763 2003-12-06  Mark Mitchell  <mark@codesourcery.com>
11765         PR c++/13323
11766         * g++.dg/inherit/operator2.C: New test.
11768 2003-12-05  Mark Mitchell  <mark@codesourcery.com>
11770         PR c++/13305
11771         * g++.dg/ext/attrib9.C: New test.
11773 2003-12-05  Mark Mitchell  <mark@codesourcery.com>
11775         PR c++/13314
11776         * g++.dg/template/error7.C: New test.
11778 2003-12-05  Stuart Menefy <stuart.menefy@st.com>
11779             J"orn Rennecke <joern.rennecke@superh.com>
11781         PR target/13302
11782         * g++.dg/other/struct-va_list.C: New test.
11784 2003-12-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11786         PR c++/13166
11787         * g++.dg/parse/defarg6.C: New test.
11789 2003-12-05  Hans-Peter Nilsson  <hp@axis.com>
11791         PR target/13256
11792         * gcc.c-torture/execute/20031201-1.c: New test.
11794 2003-12-05  Arnaud Charlet  <charlet@act-europe.fr>
11796         * ada/acats/run_acats: Add checks against missing gnatlib/gnattools.
11798 2003-12-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
11800         * gcc.dg/builtin-return-1.c: New test.
11802 2003-12-04  Stuart Menefy <stuart.menefy@st.com>
11803             J"orn Rennecke <joern.rennecke@superh.com>
11805         PR optimization/13260
11806         * gcc.c-torture/execute/20031204-1.c: New test.
11808 2003-12-03  Mark Mitchell  <mark@codesourcery.com>
11810         PR c++/9127
11811         * g++.dg/template/error6.C: New test.
11813 2003-12-03  Jakub Jelinek  <jakub@redhat.com>
11815         * gcc.dg/20031202-1.c: New test.
11817 2003-12-03  Mark Mitchell  <mark@codesourcery.com>
11819         PR c++/13179
11820         * g++.dg/template/eh1.C: New test.
11822         PR c++/10771
11823         * g++.dg/template/error5.C: New test.
11825 2003-12-02  David Ung  <davidu@mips.com>
11827         * gcc.dg/compat/vector-check.h: Corrected type for var
11828         g_##TMODE
11830 2003-12-02  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
11832         PR c++/10126
11833         * g++.dg/template/ptrmem8.C: New test.
11835 2003-12-02  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
11837         PR c++/12573
11838         * g++.dg/template/dependent-expr3.C: New test.
11840 2003-12-01  James Lemke  <jim@wasabisystems.com>
11842         * gcc.dg/arm-g2.c: New test.
11844 2003-12-01  Roger Sayle  <roger@eyesopen.com>
11846         PR optimization/11634
11847         * gcc.dg/20031201-2.c: New test case.
11849 2003-12-01  Zack Weinberg  <zack@codesourcery.com>
11851         PR 11433
11852         * objc.dg/proto-lossage-3.m: New test.
11854 2003-12-01  Roger Sayle  <roger@eyesopen.com>
11856         PR optimization/12628
11857         * gcc.dg/20031201-1.c: New test case.
11859 2003-12-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
11861         * gcc.dg/unaligned-1.c: New test.
11863 2003-11-30  Mark Mitchell  <mark@codesourcery.com>
11865         PR c++/9849
11866         * g++.dg/template/error4.C: New test.
11867         * g++.dg/template/nested3.C: Adjust error markers.
11869 2003-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11871         * gcc.dg/cpp/assert4.c: Check more #system assertions.
11873 2003-11-29  Joseph S. Myers  <jsm@polyomino.org.uk>
11875         PR c/10333
11876         * gcc.dg/bitfld-7.c: New test.
11878 2003-11-29  Richard Sandiford  <rsandifo@redhat.com>
11880         * gcc.dg/tls/asm-1.C: New test.
11882 2003-11-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11884         * gcc.dg/cpp/assert4.c: Update.
11886 2003-11-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
11888         * gcc.dg/builtin-apply2.c: Set size of stack argument data to 64.
11889         * gcc.dg/builtin-apply3.c: New test.
11891 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
11893         * lib/compat.exp (compat-obj): New xfaildata parameter.
11894         Use it to set compiler_conditional_xfail_data before compiling.
11895         (compat-get-options): Handle dg-xfail-if.
11896         (compat-execute): Retrieve XFAIL data and pass them to compat-obj.
11897         * gcc.dg/compat/vector-1_x.c: XFAIL on SPARC.
11898         * gcc.dg/compat/vector-1_y.c: Likewise.
11899         * gcc.dg/compat/vector-2_x.c: Likewise.
11900         * gcc.dg/compat/vector-2_y.c: Likewise.
11902 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
11904         * g++.dg/opt/reg-stack4.C: New test.
11906 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
11908         * gcc.dg/builtin-apply2.c: New test.
11910 2003-11-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
11912         * gcc.c-torture/compile/20031023-4.c: Don't XFAIL on SPARC64.
11914 2003-11-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11916         PR c++/12924
11917         * g++.dg/template/template-id-2.C: New test.
11919 2003-11-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11921         PR c++/5369
11922         * g++.dg/template/memfriend1.C: New test.
11923         * g++.dg/template/memfriend2.C: Likewise.
11924         * g++.dg/template/memfriend3.C: Likewise.
11925         * g++.dg/template/memfriend4.C: Likewise.
11926         * g++.dg/template/memfriend5.C: Likewise.
11927         * g++.dg/template/memfriend6.C: Likewise.
11928         * g++.dg/template/memfriend7.C: Likewise.
11929         * g++.dg/template/memfriend8.C: Likewise.
11930         * g++.old-deja/g++.pt/friend44.C: Remove a bogus error.
11932 2003-11-21  Mark Mitchell  <mark@codesourcery.com>
11934         PR c++/12515
11935         * g++.dg/ext/cond1.C: New test.
11937 2003-11-20  Richard Henderson  <rth@redhat.com>
11939         * gcc.dg/20020201-2.c: Remove.
11940         * gcc.dg/20020201-4.c: Remove.
11941         * gcc.dg/20020304-1.c: Remove.
11943 2003-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
11945         * gcc.dg/cpp/trad/xwin1.c: New test case.
11947 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
11949         * g++.dg/compat/compat.exp: Add DYLD_LIBRARY_PATH for darwin.
11950         * lib/g77.exp: Likewise.
11951         * lib/objc.exp: Likewise.
11952         * lib/g++.exp: Likewise, add -multiply_defined suppress flag
11953         for darwin.
11955 2003-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11957         PR c++/12932
11958         * g++.dg/template/static5.C: New test.
11960 2003-11-18  Joseph S. Myers  <jsm@polyomino.org.uk>
11962         * gcc.dg/nested-func-1.c: New test.
11964 2003-11-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11966         * gcc.dg/cpp/assert4.c: New test.
11968 2003-11-14  Giovanni Bajo  <giovannibajo@libero.it>
11970         PR c++/2294
11971         * g++.dg/lookup/using9.c: New test.
11973 2003-11-14  Mark Mitchell  <mark@codesourcery.com>
11975         PR c++/12762
11976         * g++.dg/template/error3.C: New test.
11978 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
11980         PR ada/13035
11981         * ada/acats/run_acats, run_all.sh: Fix syntax error.
11982         No longer use a wrapper for gcc, since this does not work under
11983         Windows.
11985 2003-11-14  Giovanni Bajo  <giovannibajo@libero.it>
11987         PR c++/2094
11988         * g++.dg/template/ptrmem7.C: New test.
11990 2003-11-13  Andrew Pinski <apinski@apple.com>
11992         * gcc.c-torture/compile/20031113-1.c: New test.
11994 2003-11-13  Mark Mitchell  <mark@codesourcery.com>
11995             Kean Johnston <jkj@sco.com>
11997         PR c/13029
11998         * gcc.dg/unused-4.c: Update.
12000 2003-11-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
12002         * g++.dg/opt/const3.C: New test.
12004 2003-11-13  Jan Hubicka  <jh@suse.cz>
12006         * gcc.c-torture/compile/20031112-1.c: New test.
12008 2003-11-12  Mark Mitchell  <mark@codesourcery.com>
12010         * g++.dg/parse/crash10.C: Remove bogus error marker.
12012 2003-11-12  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12014         * ada/acats/run_acats (host_gnatmake): Use type in a /bin/sh script.
12015         (host_gcc): Likewise.
12016         (ROOT): Honor $PWDCMD.
12017         (BASE): Likewise.
12018         * ada/acats/run_all.sh (dir): Honor $PWDCMD.
12020 2003-11-12  Catherine Moore  <clm@redhat.com>
12022         * gcc.c-torture/execute/20020720-1.x:  Add xfail for frv-*-*.
12024 2003-11-12  Andreas Jaeger  <aj@suse.de>
12025             Jakub Jelinek  <jakub@redhat.com>
12026             Andrew Pinski  <pinskia@physics.uc.edu>
12027             Richard Henderson  <rth@redhat.com>
12029         * gcc.dg/c90-const-expr-2.c (foo): Avoid extra warning on 64-bit
12030         systems.
12031         * gcc.dg/c99-const-expr-2.c (foo): Likewise.
12033         * gcc.dg/20030926-1.c: Make it work on x86_64 systems.
12034         * gcc.dg/i386-pentium4-not-mull.c: Likewise.
12036 2003-11-11  Andreas Jaeger  <aj@suse.de>
12038         * gcc.c-torture/execute/20020720-1.x: Test passes also on x86_64.
12040         * gcc.c-torture/execute/20020227-1.x: Test passes also on x86_64.
12042 2003-11-10  Arnaud Charlet  <charlet@act-europe.fr>
12044         * ada/acats/run_all.sh: Add handling of unsupported (tasking) tests.
12045         Clean ups.
12047 2003-11-10  Waldek Hebisch  <hebisch@math.uni.wroc.pl>
12049         * gcc.dg/trampoline-1.c: New test.
12051 2003-11-09  Andrew Pinski  <pinskia@physics.uc.edu>
12053         * gcc.c-torture/compile/200031109-1.c: New test.
12055 2003-11-08  Joseph S. Myers  <jsm@polyomino.org.uk>
12057         PR c/3190
12058         PR c/8714
12059         * gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
12060         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/ext3.c,
12061         gcc.dg/format/no-y2k-1.c: Update.
12063 2003-11-08  Roger Sayle  <roger@eyesopen.com>
12065         PR optimization/10467
12066         * gcc.dg/20031108-1.c: New test case.
12068 2003-11-07  Geoffrey Keating  <geoffk@apple.com>
12070         * gcc.dg/pch/warn-1.c: Allow for more helpful error message.
12072 2003-11-08  Joseph S. Myers  <jsm@polyomino.org.uk>
12074         * gcc.dg/compound-lvalue-1.c: New test.
12075         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Remove
12076         some XFAILs.
12078 2003-11-06  Geoffrey Keating  <geoffk@apple.com>
12080         * gcc.dg/altivec-varargs-1.c: New test.
12082 2003-11-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
12084         * gcc.c-torture/compile/20031023-4.c: XFAIL on SPARC64
12085         * gcc.c-torture/compile/simd-5.c: XFAIL on SPARC64 at -O0 and -O1.
12086         * gcc.c-torture/execute/simd-4.x: New file.  XFAIL on SPARC at -O0.
12087         * gcc.c-torture/execute/va-arg-25.x: New file.  XFAIL on SPARC.
12088         * gcc.dg/uninit-C.c: XFAIL on non 64-bit Solaris versions.
12090 2003-11-05  Joseph S. Myers  <jsm@polyomino.org.uk>
12092         * gcc.dg/cond-lvalue-1.c: New test.
12094 2003-11-05  Gernot Hillier  <gernot.hillier@siemens.com>
12096         * g++.old-deja/g++.pt/asm1.C: Enable for e.g. x86_64-*-linux-gnu.
12098 2003-11-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12100         PR c++/11616
12101         * g++.dg/template/instantiate5.C: New test.
12103 2003-11-03  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
12105         PR c++/12726
12106         * g++.dg/ext/complit2.C: Replace test with self-contained version.
12107         * ChangeLog: Add missing first entry for above test.
12109 2003-11-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12111         PR c++/9810
12112         * g++.dg/template/using8.C: New test.
12113         * g++.old-deja/g++.other/access11.C: Adjust expected error location.
12115 2003-11-02  Roger Sayle  <roger@eyesopen.com>
12117         PR optimization/10817
12118         * gcc.c-torture/compile/20031102-1.c: New test case.
12120 2003-11-02  Kazu Hirata  <kazu@cs.umass.edu>
12122         * gcc.c-torture/execute/va-arg-25.c: Enable only if INT_MAX ==
12123         2147483647.
12125 2003-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
12127         * gcc.dg/20031102-1.c: New test.
12129 2003-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
12131         * gcc.dg/complex-1.c: New test.
12133 2003-11-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12135         PR c++/12796
12136         * g++.dg/template/crash13.C: Adjust expected error location.
12137         * g++.old-deja/g++.brendan/ns1.C: Likewise.
12139 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
12141         * g++.dg/bprob/bprob.exp: Disable test on arm-elf configs.
12143 2003-10-31  Josef Zlomek  <zlomekj@suse.cz>
12145         PR/10239
12146         * gcc.c-torture/compile/20031031-2.c: New test.
12148 2003-10-31  Josef Zlomek  <zlomekj@suse.cz>
12150         PR/11640
12151         * gcc.c-torture/compile/20031031-1.c: New test.
12153 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
12155         * g77.dg/bprob/bprob.exp: Disable test on arm-elf configs.
12156         * gcc.misc-tests/bprob.exp: Likewise.
12157         * g77.dg/execute/20001201.x, 6367.x, io0.x, io1.x, u77-test.x: XFAIL
12158         the execution test on arm-elf configs.
12159         * g77.dg/execute/10197.x: New file.  XFAIL the execution test on
12160         configs that don't support scratch files.
12161         * g77.dg/execute/u77-test.x: XFAIL compilation on arm-elf configs.
12163 2003-10-30  Arnaud Charlet  <charlet@act-europe.fr>
12165         * ada/acats/run_all.sh: Do not print PASS messages to stdout, as
12166         done by dejagnu.
12168 2003-10-29  Arnaud Charlet  <charlet@act-europe.fr>
12170         * ada/acats/run_all.sh: Redirect mv output to /dev/null
12171         Avoid non pure sh syntax. Add more logging.
12173         * ada/acats/norun.lst: Disable cdd2a03, since it is expected to
12174         fail.
12176 2003-10-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12178         PR libgcj/10610
12179         * gcc.dg/ppc-stackalign-1.c: New test.
12181 2003-10-28  Arnaud Charlet  <charlet@act-europe.fr>
12183         * ada/acats/run_all.sh: Change output to be more compliant with
12184         dejagnu framework.
12185         Create acats.sum and acats.log files under testsuite/ada/acats
12186         Only run [a-z]* directories, to filter out e.g. CVS.
12187         Redirect build output to log file.
12189 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
12191         * README.ada: Removed, integrated in ../doc/sourcebuild.texi
12193 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
12195         PR ada/5909:
12196         * README.ada, ada/acats: Import ACATS 2.5 for GCC Ada test suite.
12198 2003-10-27  Jakub Jelinek  <jakub@redhat.com>
12200         * gcc.c-torture/compile/20031023-1.c: New test.
12201         * gcc.c-torture/compile/20031023-2.c: New test.
12202         * gcc.c-torture/compile/20031023-3.c: New test.
12203         * gcc.c-torture/compile/20031023-4.c: New test.
12205 2003-10-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12207         PR c++/10371
12208         * g++.dg/lookup/scoped8.C: New test.
12210 2003-10-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
12212         * g++.dg/opt/reg-stack3.C: New test.
12214 2003-10-24  Joseph S. Myers  <jsm@polyomino.org.uk>
12216         * gcc.dg/c99-arraydecl-2.c: New test.  PR c/11943.
12218 2003-10-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12220         PR c++/11076
12221         * g++.dg/template/crash13.C: New test.
12223 2003-10-24  Joseph S. Myers  <jsm@polyomino.org.uk>
12225         * gcc.dg/c99-restrict-2.c: New test.
12227 2003-10-24  Nathan Sidwell  <nathan@codesourcery.com>
12229         PR c++/12698, c++/12699, c++/12700, c++/12566
12230         * g++.dg/inherit/covariant9.C: New test.
12231         * g++.dg/inherit/covariant10.C: New test.
12232         * g++.dg/inherit/covariant11.C: New test.
12234 2003-10-23  Jason Merrill  <jason@redhat.com>
12236         PR c++/12726
12237         * g++.dg/ext/complit2.C: New test.
12239 2003-10-20  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
12241         PR target/12654
12242         * gcc.c-torture/execute/20031020-1.c: New test.
12244 2003-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
12246         * gcc.dg/old-style-asm-1.c: Also check for (set (pc) on lines
12247         following the jump_insn.
12249 2003-10-22  Joseph S. Myers  <jsm@polyomino.org.uk>
12251         * gcc.dg/cast-lvalue-1.c: New test.
12253 2003-10-21  Mark Mitchell  <mark@codesourcery.com>
12255         PR c++/11962
12256         * g++.dg/template/cond2.C: New test.
12258 2003-10-20  Joseph S. Myers  <jsm@polyomino.org.uk>
12260         * gcc.dg/builtins-28.c: New test.
12262 2003-10-20  Jan Hubicka  <jh@suse.cz>
12264         * testsuite/g++.dg/opt/inline4.C: Do not use min-inline-insns
12265         parameter.
12266         * testsuite/gcc.dg/inline-2.c: Likewise.
12268 2003-10-20  Phil Edwards  <phil@codesourcery.com>
12270         * gcc.dg/20021014-1.c:  XFAIL for *-*-windiss targets.
12271         * gcc.dg/nest.c:  Likewise.
12273 2003-10-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12275         PR c++/9781, c++/10583, c++/11862
12276         * g++.dg/parse/crash13.C: New test.
12278 2003-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
12280         * gcc.dg/old-style-asm-1.c: Count jump_insns instead of labels.
12282 2003-10-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
12284         * gcc.dg/builtins-18.c: Wrap C99 tests with HAVE_C99_RUNTIME.
12285         Define HAVE_C99_RUNTIME except on Solaris.
12286         * gcc.dg/builtins-20.c: Likewise.
12288 2003-10-19  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
12290         * gcc.dg/old-style-asm-1.c: Use scan-assembler-times.
12292 2003-10-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12294         PR c++/12495
12295         * g++.dg/template/crash21.C: New test.
12297 2003-10-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12299         PR c++/2513
12300         * g++.dg/template/typename5.C: New test.
12302 2003-10-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12304         PR c++/12369
12305         * g++.dg/template/friend25.C: New test.
12307 2003-10-16  Ziemowit Laski  <zlaski@apple.com>
12309         * objc.dg/try-catch-2.m: Relax target triple to all Darwin
12310         versions.
12312 2003-10-16  Kazu Hirata  <kazu@cs.umass.edu>
12314         * gcc.c-torture/execute/20031003-1.c: Enable only when INT_MAX
12315         == 2147483647.
12317 2003-10-15  Kazu Hirata  <kazu@cs.umass.edu>
12319         * gcc.c-torture/execute/960416-1.x: Remove.
12320         * gcc.c-torture/execute/divconst-3.x: Likewise.
12322 2003-10-15  Hans-Peter Nilsson  <hp@axis.com>
12324         PR target/12598
12325         * gcc.dg/torture/cris-volatile-1.c: New test.
12327 2003-10-14  Roger Sayle  <roger@eyesopen.com>
12329         PR optimization/9325
12330         * gcc.c-torture/execute/20031003-1.c: Remove non-portable tests
12331         for overflowing floating point to integer conversion during RTL
12332         simplification.
12334 2003-10-13  Ziemowit Laski  <zlaski@apple.com>
12336         * objc/execute/_cmd.m: Fix typo.
12337         * objc.dg/image-info.m, objc.dg/symtab-1.m:
12338         Relax 'scan-assembler' regexp.
12339         * objc.dg/try-catch-1.m, objc.dg/try-catch-3.m,
12340         objc.dg/try-catch-4.m: Run on non-Darwin targets.
12341         * objc.dg/zero-link-2.m: Remove blank line.
12342         * objc.dg/zero-link-3.m: New test case.
12344 2003-10-13  Geoffrey Keating  <geoffk@apple.com>
12346         * g77.f-torture/execute/980520-1.x: XFAIL at -O0.
12348         * gcc.dg/asm-names.c: Use scan-assembler-not rather
12349         than linker trickery.
12351 2003-10-13  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
12353         PR c++/12370
12354         * g++.dg/other/friend2.C: New test.
12356 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
12358         * gcc.dg/20031012-1.c: New test.
12360 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
12362         * gcc.dg/weak/weak-3.c: Fix for new warning.
12364 2003-10-12  Kelley Cook  <kcook@gcc.gnu.org>
12366         PR optimization/8750
12367         * gcc.c-torture/execute/20031012-1.c: New test case.
12369 2003-10-11  Roger Sayle  <roger@eyesopen.com>
12371         * gcc.c-torture/execute/string-opt-8.c: Don't test optimizations
12372         that inline strncmp as cmpstrsi on i386 when compiled with -Os.
12374 2003-10-11  Roger Sayle  <roger@eyesopen.com>
12376         PR optimization/12260
12377         * gcc.c-torture/compile/20031011-2.c: New test case.
12379 2003-10-11  Roger Sayle  <roger@eyesopen.com>
12381         * gcc.c-torture/execute/20031011-1.c: New testcase.
12383 2003-10-11  Eric Botcazou  <ebotcazou@libertysurf.fr>
12385         * gcc.c-torture/compile/20031011-1.c: New test.
12387 2003-10-11  Jan Hubicka  <jh@suse.cz>
12389         * g++.dg/other/first-global.C: New test.
12391 2003-10-11  Roger Sayle  <roger@eyesopen.com>
12393         * gcc.c-torture/execute/string-opt-18.c: New testcase.
12395 2003-10-10  Ian Lance Taylor  <ian@wasabisystems.com>
12397         * gcc.c-torture/compile/20031010-1.c: New test.
12399 2003-10-10  Geoffrey Keating  <geoffk@apple.com>
12401         * gcc.c-torture/execute/va-arg-24.c: Correct, and rename to...
12402         * gcc.c-torture/execute/va-arg-25.c: ... here.
12404 2003-10-09  Mark Mitchell  <mark@codesourcery.com>
12406         * g++.dg/ext/attrib8.C: Only run it on x86 targets.
12408 2003-10-08  Richard Sandiford  <rsandifo@redhat.com>
12410         * gcc.c-torture/compile/mipscop-[1-4].c: Disable for mips16.
12412 2003-10-08  Giovanni Bajo  <giovannibajo@libero.it>
12414         * g++.dg/parse/error2.C: New test.
12416 2003-10-08  Giovanni Bajo <giovannibajo@libero.it>
12418         PR c++/11097
12419         * g++.dg/other/error5.C: Modify the error message.
12420         * g++.dg/lookup/using8.C: New test.
12422 2003-10-07  Geoffrey Keating  <geoffk@apple.com>
12424         * gcc.dg/darwin-abi-2.c: New file.
12425         * gcc.c-torture/execute/va-arg-24.c: New file.
12427 2003-10-06  Bob Wilson  <bob.wilson@acm.org>
12429         * g++.dg/template/spec10.C: Set exit value to zero on success.  Fix
12430         indentation.
12432 2003-10-06  Mark Mitchell  <mark@codesourcery.com>
12434         PR c++/10147
12435         * g++.dg/other/error4.C: Update error messages.
12436         * g++.dg/template/ptrmem4.C: Likewise.
12438         PR c++/12337
12439         * g++.dg/init/new9.C: New test.
12441         PR c++/12334, c++/12236, c++/8656
12442         * g++.dg/ext/attrib8.C: New test.
12444 2003-10-06  Devang Patel  <dpatel@apple.com>
12446         * gcc.dg/debug/dwarf2-3.h: New test.
12447         * gcc.dg/debug/dwarf2-3.c: New test case for -feliminate-dwarf2-dups.
12449 2003-10-06  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
12451         * g++.dg/opt/cfg2.C: New test.
12453 2003-10-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
12455         * g++.dg/opt/float1.C: New test.
12457 2003-10-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
12459         * gcc.dg/c90-array-lval-6.c: New test.
12460         * gcc.dg/c99-array-lval-6.c: New test.
12462 2003-10-03  Alexander Malmberg  <alexander@malmberg.org>
12463             Ziemowit Laski  <zlaski@apple.com>
12465         * objc.dg/method-6.m ('starboard'): Move prototype from 'Base' to
12466         'Derived', so that it is never considered a class method; add
12467         new warning for '+port' method ambiguity.
12468         * objc.dg/method-12.m: Include <objc/objc.h> instead of
12469         <objc/objc-api.h> (needed on Mac OS X).
12470         * objc.dg/method-13.m: New test.
12472 2003-10-03  Roger Sayle  <roger@eyesopen.com>
12474         PR optimization/9325, PR java/6391
12475         * gcc.c-torture/execute/20031003-1.c: New test case.
12477 2003-10-02  Mark Mitchell  <mark@codesourcery.com>
12479         PR optimization/12180
12480         * gcc.dg/20031002-1.c: New test.
12482         PR c++/12486
12483         * g++.dg/inherit/error1.C: New test.
12485 2003-10-02  Chris Demetriou  <cgd@broadcom.com>
12487         * lib/f-torture.exp (search_for): Rename to...
12488         (search_for_re): This.  Also, clean up comments and the
12489         "regexp" invocation.
12491 2003-10-02  Josef Zlomek  <zlomekj@suse.cz>
12493         * gcc.c-torture/compile/20031002-1.c: New test.
12495 2003-10-02  Jakub Jelinek  <jakub@redhat.com>
12497         * g++.dg/opt/cond1.C: New test.
12499 2003-10-01  Kelley Cook  <kelleycook@wideopenwest.com>
12501         * gcc.dg/Wold-style-definition-2.c: New testcase.
12502         * gcc.dg/wtr-func-def-1.c: Modify to reflect new warning.
12504 2003-09-29  Richard Henderson  <rth@redhat.com>
12506         * g++.dg/init/array10.C: Add dg-options.
12508 2003-09-29  Eric Botcazou  <ebotcazou@libertysurf.fr>
12510         * g++.dg/opt/unroll1.C: Change unsigned to __SIZE_TYPE__.
12512 2003-09-28  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12514         * g++.dg/template/friend19.C: Fix typo.
12515         * g++.old-deja/g++.other/crash31.C: Adjust expected error.
12517 2003-09-28  Richard Sandiford  <rsandifo@redhat.com>
12519         * gcc.c-torture/execute/20030928-1.c: New test.
12520         * gcc.dg/torture/mips-sdata-1.c (f): Refer to x[0] rather than x[3].
12522 2003-09-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
12524         * g++.dg/opt/unroll1.C: New test.
12526 2003-09-26  Roger Sayle  <roger@eyesopen.com>
12528         PR optimization/11741
12529         * gcc.dg/20030926-1.c: New test case.
12531 2003-09-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12533         PR c++/5655
12534         * g++.dg/parse/access7.C: New test.
12535         * g++.old-deja/g++.brendan/crash56.C: Fix redeclaration error.
12537 2003-09-24  Ziemowit Laski  <zlaski@apple.com>
12539         MERGE OF objc-improvements-branch into MAINLINE:
12540         * lib/objc.exp (objc_target_compile): Do not point at libobjc headers
12541         if libobjc has not been built.
12542         * objc/execute/IMP.m, objc/execute/_cmd.m, objc/execute/bf-common.h,
12543         objc/execute/bycopy-3.m, objc/execute/class-{1-14}.m,
12544         objc/execute/class-self-2.m, objc/execute/many_args_method.m,
12545         objc/execute/nested-3.m, objc/execute/np-2.m,
12546         objc/execute/object_is_class.m, objc/execute/object_is_meta_class.m,
12547         objc/execute/redefining_self.m, objc/execute/root_methods.m,
12548         objc/execute/static-{1-2}.m, objc/execute/string-{1-4}.m,
12549         objc/execute/va_method.m, objc.dg/comp-types-4.m, objc.dg/headers.m,
12550         objc.dg/special/unclaimed-category-1.h,
12551         objc.dg/special/unclaimed-category-1.m: Make usable with NeXT as
12552         well as GNU runtime.
12553         * execute/next_mapping.h: New header, for GNU->NeXT impedance matching.
12554         * execute/cascading-1.m, execute/function-message-1.m,
12555         objc.dg/anon-1.m, objc.dg/bitfield-{3-4}.m,
12556         objc.dg/call-super-{1-3}.m, objc.dg/category-1.m,
12557         objc.dg/const-str-{3-6}.m, objc.dg/encode-{1-4}.m,
12558         objc.dg/func-ptr-1.m, objc.dg/gnu-runtime-1.m, objc.dg/image-info.m,
12559         objc.dg/method-{3-12}.m, objc.dg/missing-proto-{1-3}.m,
12560         objc.dg/nested-func-1.m, objc.dg/proto-lossage-2.m,
12561         objc.dg/proto-qual-1.m, objc.dg/sizeof-1.m, objc.dg/static-1.m,
12562         objc.dg/symtab-1.m, objc.dg/try-catch-{1-4}.m,
12563         objc.dg/type-size-{1-2}.m, objc.dg/zero-link-{1-2}.m: New test cases.
12564         * objc.dg/bitfield-2.m: Run only on Darwin.
12565         * objc.dg/class-2.m, objc.dg/comp-types-1.m, objc.dg/desig-init-1.m,
12566         objc.dg/method-{1-2}.m, objc.dg/proto-hier-1.m,
12567         objc.dg/proto-lossage-1.m: Adjust for message wording changes.
12568         * objc.dg/const-str-1.m: Fix constant string layout.
12570 2003-09-24  Alexandre Oliva  <aoliva@redhat.com>
12572         * gcc.dg/cpp/Wunknown-pragmas-1.c: New test.
12574 2003-09-23  Geoffrey Keating  <geoffk@apple.com>
12576         * gcc.dg/darwin-abi-1.c: New file.
12578 2003-09-21  Andrew Pinski  <pinskia@physics.uc.edu>
12580         PR target/12281
12581         * gcc.c-torture/compile/20030921-1.c: New test.
12583 2003-09-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
12585         * g++.dg/opt/reg-stack2.C: New test.
12587 2003-09-21  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
12589         * g++.dg/eh/delayslot1.C: New test.
12591 2003-09-20  Richard Henderson  <rth@redhat.com>
12593         * gcc.dg/format/gcc_diag-1.c: Add tests for %J.
12595 2003-09-20  Roger Sayle  <roger@eyesopen.com>
12597         * gcc.c-torture/execute/20030920-1.c: New test case.
12599 2003-09-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12601         * g++.dg/rtti/typeid3.C: Correct expected error message.
12603 2003-09-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12605         PR c++/157
12606         * g++.dg/parse/crash12.C: New test.
12608 2003-09-19  Janis Johnson  <janis187@us.ibm.com>
12610         * gcc.dg/compat/mixed-struct-check.h: New.
12611         * gcc.dg/compat/mixed-struct-defs.h: New.
12612         * gcc.dg/compat/mixed-struct-init.h: New.
12613         * gcc.dg/compat/struct-by-value-19_main.c: New.
12614         * gcc.dg/compat/struct-by-value-19_x.c: New.
12615         * gcc.dg/compat/struct-by-value-19_y.c: New.
12616         * gcc.dg/compat/struct-by-value-20_main.c: New.
12617         * gcc.dg/compat/struct-by-value-20_x.c: New.
12618         * gcc.dg/compat/struct-by-value-20_y.c: New.
12619         * gcc.dg/compat/struct-return-19_main.c: New.
12620         * gcc.dg/compat/struct-return-19_x.c: New.
12621         * gcc.dg/compat/struct-return-19_y.c: New.
12622         * gcc.dg/compat/struct-return-20_main.c: New.
12623         * gcc.dg/compat/struct-return-20_x.c: New.
12624         * gcc.dg/compat/struct-return-20_y.c: New.
12626 2003-09-19  Andrew Pinski  <pinskia@physics.uc.edu>
12627         * g++.dg/init/array11.C: Change unsigned to __SIZE_TYPE__
12628         so that it will not complain on LP64 targets.
12630 2003-09-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12632         PR c++/495
12633         * g++.dg/template/friend24.C: New test.
12635 2003-09-19  Nathan Sidwell  <nathan@codesourcery.com>
12637         PR c++/12332
12638         * g++.dg/template/memtmpl2.C: New test.
12640 2003-09-18  Mark Mitchell  <mark@codesourcery.com>
12642         PR target/11184
12643         * gcc.dg/builtin-apply1.c: New test.
12645 2003-09-18  Nathan Sidwell  <nathan@codesourcery.com>
12647         PR c++/9848
12648         * g++.dg/warn/Wunused-4.C: New test.
12650 2003-09-18  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
12652         PR c++/12316
12653         * g++.dg/other/gc2.C: New test.
12655 2003-09-17  Mark Mitchell  <mark@codesourcery.com>
12657         PR c++/11991
12658         * g++.dg/rtti/typeid3.C: New test.
12660         PR c++/12266
12661         * g++.dg/overload/template1.C: New test.
12663 2003-09-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
12665         * g++.dg/opt/cfg3.C: New test.
12667 2003-09-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12669         PR c++/7939
12670         * g++.dg/template/crash11.C: New test.
12672 2003-09-16  Jason Merrill  <jason@redhat.com>
12673             Jakub Jelinek  <jakub@redhat.com>
12675         * gcc.dg/attr-warn-unused-result.c: New test.
12677 2003-09-15  Nathan Sidwell  <nathan@codesourcery.com>
12679         PR c++/12184
12680         * g++.dg/expr/call2.C: New test.
12682 2003-09-15  Andreas Jaeger  <aj@suse.de>
12684         * gcc.dg/Wold-style-definition-1.c: New test.
12686 2003-09-14  Mark Mitchell  <mark@codesourcery.com>
12688         PR c++/3907
12689         * g++.dg/parse/template12.C: New test.
12691         * g++.dg/abi/bitfield11.C: New test.
12692         * g++.dg/abi/bitfield12.C: Likewise.
12694 2003-09-14  Alexandre Oliva  <aoliva@redhat.com>
12696         * gcc.dg/cpp/separate-1.c: Adjust line of error.  Test for correct
12697         non-expansion of functional macro name without arguments at EOL.
12698         * gcc.dg/cpp/spacing1.c: Revert 2003-08-04's change.  Likewise.
12700 2003-09-14  Richard Sandiford  <rsandifo@redhat.com>
12702         * gcc.c-torture/execute/20030914-[12].c: New tests.
12704 2003-09-11  Nathan Sidwell  <nathan@codesourcery.com>
12706         PR c++/11788
12707         * g++.dg/overload/addr1.C: New test.
12709 2003-09-10  Ian Lance Taylor  <ian@wasabisystems.com>
12711         * gcc.dg/20030909-1.c: New test.
12713 2003-09-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
12715         * gcc.dg/ultrasp10.c: New test.
12717 2003-09-09  Devang Patel  <dpatel@apple.com>
12719         * gcc.dg/darwin-ld-6.c: New test.
12721 2003-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12723         * gcc.dg/torture/builtin-explog-1.c: New testcase.
12725 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
12727         * gcc.dg/ia64-types1.c: New test.
12728         * gcc.dg/ia64-types2.c: Likewise.
12730 2003-09-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12732         * gcc.dg/builtins-1.c: Add more _Complex tests.
12733         * gcc.dg/torture/builtin-attr-1.c: Likewise.
12735         * gcc.dg/builtins-1.c: Test existing _Complex functions.
12736         * gcc.dg/torture/builtin-attr-1.c: Likewise.
12738 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
12740         PR c++/11786
12741         * g++.dg/lookup/koenig2.C: New test.
12743         PR c++/5296
12744         * g++.dg/rtti/typeid2.C: New test.
12746 2003-09-08  Jakub Jelinek  <jakub@redhat.com>
12748         * gcc.c-torture/compile/20030904-1.c: New test.
12750 2003-09-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
12752         * g++.dg/opt/longbranch2.C: New test.
12754 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
12756         * g++.dg/template/crash10.C: Only compile it.
12758 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
12760         PR middle-end/11665
12761         * gcc.c-torture/compile/20030907-1.c: New test.
12762         * g++.dg/init/array11.C: New test.
12764 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
12766         PR c++/11852
12767         * g++.dg/init/struct1.C: New test.
12769 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
12771         PR c++/12181
12772         * g++.dg/expr/comma1.C: New test.
12774 2003-09-06  Mark Mitchell  <mark@codesourcery.com>
12776         PR c++/11867
12777         * g++.dg/expr/static_cast5.C: New test.
12779 2003-09-06  Andrew Pinski  <pinskia@physics.uc.edu>
12781         PR c++/11507
12782         * g++.dg/lookup/scoped7.C: New test.
12784         PR c++/9574
12785         * g++.dg/other/static1.C: New test.
12787         PR c++/11490
12788         * g++.dg/warn/template-1.C: New test.
12790         PR c++/11432
12791         * g++.dg/template/crash10.C: New test.
12793         PR c++/2478
12794         * g++.dg/overload/VLA.C: New test.
12796         PR c++/10804
12797         * g++.dg/template/call1.C: New test.
12799 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
12801         PR c++/11794
12802         * g++.dg/parse/using3.C: New test.
12804 2003-09-06  Roger Sayle  <roger@eyesopen.com>
12806         PR c++/11409
12807         * g++.dg/overload/builtin3.C: New test case.
12809 2003-09-06  Steven Bosscher  <steven@gcc.gnu.org>
12811         PR c/9862
12812         * gcc.dg/20030906-1.c: New test.
12813         * gcc.dg/20030906-2.c: Likewise.
12815 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
12817         PR c++/12167
12818         * g++.dg/parse/defarg5.C: New test.
12820         * g++.dg/template/non-type-template-argument-1.C: Tweak expected error.
12822 2003-09-05  Mark Mitchell  <mark@codesourcery.com>
12824         PR c++/12163
12825         * g++.dg/expr/static_cast4.C: New test.
12827         PR c++/12146
12828         * g++.dg/template/crash9.C: New test.
12830 2003-09-05  Andrew Pinski  <pinskia@physics.uc.edu>
12832         * g++.old-deja/g++.ext/pretty2.C: Update for change
12833         in __FUNCTION__.
12834         * g++.old-deja/g++.ext/pretty3.C: Likewise.
12836 2003-09-05  Nathan Sidwell  <nathan@codesourcery.com>
12838         PR c++/11922
12839         * g++/dg/template/qualified-id1.C: New test.
12841         PR c++/12037
12842         * g++.dg/warn/noeffect4.C: New test.
12844 2003-09-04  Matt Austern  <austern@apple.com>
12846         * g++.dg/ext/fnname1.C: New test. (__func__ for C++.)
12847         * g++.dg/ext/fnname2.C: Likewise.
12848         * g++.dg/ext/fnname3.C: Likewise.
12850 2003-09-04  Mark Mitchell  <mark@codesourcery.com>
12852         * g++.dg/expr/lval1.C: New test.
12853         * g++.dg/ext/lvcast.C: Remove.
12855 2003-09-03  Roger Sayle  <roger@eyesopen.com>
12857         PR optimization/11700.
12858         * gcc.c-torture/compile/20030903-1.c: New test case.
12860 2003-09-03  Mark Mitchell  <mark@codesourcery.com>
12862         PR c++/12053
12863         * g++.dg/abi/layout4.C: New test.
12865 2003-09-02  Scott Brumbaugh  <scottb.lists@verizon.net>
12867         PR c++/11553
12868         * g++.dg/parse/friend3.C: New test.
12870 2003-09-02  Mark Mitchell  <mark@codesourcery.com>
12872         PR c++/11847
12873         * g++.dg/template/class1.C: New test.
12875         PR c++/11808
12876         * g++.dg/expr/call1.C: New test.
12878 2003-09-01  Mark Mitchell  <mark@codesourcery.com>
12880         PR c++/12114
12881         * g++.dg/init/ref9.C: New test.
12883         PR c++/11972
12884         * g++.dg/template/nested4.C: New test.
12886 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
12888         PR c++/12093
12889         * g++.dg/template/non-dependent4.C: New test.
12891         PR c++/11928
12892         * g++.dg/inherit/conv1.C: New test.
12894 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
12896         PR c++/6196
12897         * g++.dg/ext/label1.C: New test.
12898         * g++.dg/ext/label2.C: Likewise.
12900 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
12902         * g++.dg/expr/cond3.C: New test.
12904 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12906         * gcc.dg/builtins-1.c: Add new builtin cases.
12908 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12910         * gcc.dg/builtins-1.c: Add new cases.
12911         * gcc.dg/torture/builtin-attr-1.c: Likewise.
12913 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12915         * gcc.dg/builtins-1.c: Add more math builtin tests.
12916         * gcc.dg/torture/builtin-attr-1.c: New test.
12918 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
12920         PR optimization/5079
12921         * g++.dg/opt/static3.C: New test.
12923 2003-08-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
12925         * gcc.misc-tests/gcov-10b.c: New test.
12927 2003-08-27  Mark Mitchell  <mark@codesourcery.com>
12929         * g++.dg/opt/ptrmem3.C: New test.
12931         * g++.old-deja/g++.pt/overload8.C: Remove XFAIL.
12933 2003-08-27  Jakub Jelinek  <jakub@redhat.com>
12935         * gcc.dg/20030826-2.c: New test.
12937 2003-08-26  Roger Sayle  <roger@eyesopen.com>
12939         PR middle-end/12002
12940         * g77.f-torture/compile/12002.f: New test case.
12942 2003-08-26  Roger Sayle  <roger@eyesopen.com>
12944         * gcc.dg/20030826-1.c: New test case.
12946 2003-08-26  Matt Kraai  <kraai@alumni.cmu.edu>
12948         * gcc.dg/noncompile/20030818-1.c: Expect second line of error.
12950 2003-08-26  Nathan Sidwell  <nathan@codesourcery.com>
12952         PR c++/11871
12953         * c++.dg/lookup/crash1.C: New test.
12955         * c++.dg/warn/noeffect3.C: New test.
12957 2003-08-25  Janis Johnson  <janis187@us.ibm.com>
12959         * gcc.dg/compat/vector-1_x.c: Compile with -w.
12960         * gcc.dg/compat/vector-1_y.c: Ditto.
12961         * gcc.dg/compat/vector-2_x.c: Ditto.
12962         * gcc.dg/compat/vector-2_y.c: Ditto.
12964 2003-08-25  Ulrich Weigand  <uweigand@de.ibm.com>
12966         * gcc.dg/20030702-1.c: New test.
12968 2003-08-25  Mark Mitchell  <mark@codesourcery.com>
12970         PR c++/8795
12971         * g++.dg/ext/altivec-1.C: New test.
12973 2003-08-24  Richard Henderson  <rth@redhat.com>
12975         * g++.dg/eh/simd-2.C: Add -w for x86.
12977 2003-08-23  Jakub Jelinek  <jakub@redhat.com>
12979         * gcc.dg/20030815-1.c: New test.
12981 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12983         PR c++/3765
12984         * g++.dg/parse/access6.C: New test.
12986 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12988         PR c++/641, c++/11876
12989         * g++.dg/template/friend22.C: New test.
12990         * g++.dg/template/friend23.C: Likewise.
12992 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
12994         * gcc.misc-tests/linkage.exp: Treat all HP-UX platforms
12995         identically.
12997 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
12999         * g++.old-deja/g++.ext/attrib5.C: XFAIL on hppa2*-hp-hpux11*.
13001 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
13003         * gcc.dg/20020313-1.c: Add "-w" to dg-options.
13005 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
13007         * gcc.misc-tests/linkage.exp: Add logic for ia64-hp-hpux*.
13009 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
13011         * g++.dg/other/packed1.C: Add XFAIL marker for ia64-hp-hpux*.
13013 2003-08-21  Mark Mitchell  <mark@codesourcery.com>
13015         PR c++/11919
13016         * g++.dg/overload/prom1.C: New test.
13018         PR c++/11551
13019         * g++.dg/parse/dtor2.C: New test.
13021         PR c++/10762
13022         * g++.dg/parse/using2.C: New test.
13024 2003-08-21  Kazu Hirata  <kazu@cs.umass.edu>
13026         PR target/11805
13027         * gcc.c-torture/compile/20030821-1.c: New.
13029 2003-08-20  Mark Mitchell  <mark@codesourcery.com>
13031         PR c++/11834
13032         * g++.dg/template/deduce2.C: New test.
13034 2003-08-21  Josef Zlomek  <zlomekj@suse.cz>
13036         * gcc.c-torture/execute/20030821-1.c: New test.
13038 2003-08-20  Roger Sayle  <roger@eyesopen.com>
13040         PR middle-end/11984
13041         * gcc.dg/20030820-1.c: New test case.
13043 2003-08-20  Nathan Sidwell  <nathan@codesourcery.com>
13045         PR c++/11945
13046         * g++.dg/warn/noeffect2.C: New test.
13048 2003-08-19  Mark Mitchell  <mark@codesourcery.com>
13050         PR c++/10926
13051         * g++.dg/template/dtor2.C: New test.
13053         PR c++/11684
13054         * g++.dg/template/operator1.C: New test.
13055         * g++.dg/parse/operator4.C: New test.
13057         PR c++/11946.C
13058         * g++.dg/expr/enum1.C: New test.
13059         * gcc.dg/c99-bool-1.c: Remove bogus warning.
13061         PR c++/11036.C
13062         * g++.dg/parse/elab2.C: New test.
13063         * g++.dg/parse/typedef4.C: Change error message.
13064         * g++.old-deja/g++.robertl/eb133.C: Remove bogus error markers.
13065         * g++.old-deja/g++.robertl/eb133a.C: Remove bogus error markers.
13066         * g++.old-deja/g++.robertl/eb133b.C: Remove bogus error markers.
13068 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
13070         * gcc.dg/pch/warn-1.c: New.
13071         * gcc.dg/pch/warn-1.hs: New.
13073         * lib/dg-pch.exp (dg-pch): Use 'return' not 'continue' to skip
13074         not-tested file.
13076 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
13078         * gcc.dg/uninit-E.c: Add forgotten dg-warning marker.
13080 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
13082         * gcc.dg/uninit-D.c: New Test.
13083         * gcc.dg/uninit-E.c: New Test.
13084         * gcc.dg/uninit-F.c: New Test.
13085         * gcc.dg/uninit-G.c: New Test.
13087 2003-08-19  Michael Ritzert  <ritzert@t-online.de>
13089         * g++.dg/README: Describe the pch directory.
13091 2003-08-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13093         PR c++/11174
13094         * g++.dg/parse/access4.C: New test.
13095         * g++.dg/parse/access5.C: Likewise.
13096         * g++.old-deja/g++.jason/access17.C: Adjust error message.
13098 2003-08-18  Matt Kraai  <kraai@alumni.cmu.edu>
13100         * gcc.dg/noncompile/20030818-1.c: New.
13102 2003-08-18  Nathan Sidwell  <nathan@codesourcery.com>
13104         PR c++/11957
13105         * g++.dg/warn/noeffect1.C: New test.
13107         * g++.dg/template/scope2.C: New test.
13108         * g++.dg/template/error2.C: Correct dg-error
13110 2003-08-18  Richard Sandiford  <rsandifo@redhat.com>
13112         * gcc.c-torture/compile/mipscop*.c: Turn into compile-only tests.
13114 2003-08-16  Nathan Sidwell  <nathan@codesourcery.com>
13116         PR C++/11512
13117         * g++.dg/template/warn1.C: New.
13119 2003-08-15  Nathan Sidwell  <nathan@codesourcery.com>
13121         * g++.dg/template/error2.C: New test.
13122         * g++.dg/lookup/using7.C: Adjust errors
13123         * g++.old-deja/g++.pt/crash36.C: Likewise.
13124         * g++.old-deja/g++.pt/derived3.C: Likewise.
13126 2003-08-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13128         * gcc.c-torture/execute/builtins/lib/strcat.c: New.
13129         * gcc.c-torture/execute/builtins/string-9-lib.c: New.
13130         * gcc.c-torture/execute/builtins/string-9.c: New, from
13131         string-opt-9.c.  Adjust for execute/builtins framework.
13132         * gcc.c-torture/execute/string-opt-9.c: Delete.
13134 2003-08-12  Mark Mitchell  <mark@codesourcery.com>
13136         * g++.dg/init/new8.C: Use __SIZE_TYPE__ to get the type of size_t.
13138         * g++.dg/parse/ret-type2.C: New test.
13140         PR c++/11703
13141         * g++.dg/init/new8.C: New test.
13143         PR c++/10923
13144         * g++.dg/parse/typedef5.C: New test.
13146         PR c++/9512
13147         * g++.dg/parse/qualified2.C: New test.
13148         * g++.old-deja/g++.other/decl5.C: Mark one more instance of
13149         invalid code.
13151 2003-08-11  Mark Mitchell  <mark@codesourcery.com>
13153         * g++.dg/conversion/ptrmem1.C: New test.
13155 2003-08-11  Jakub Jelinek  <jakub@redhat.com>
13157         PR target/11693
13158         * gcc.dg/20030811-1.c: New test.
13160         PR target/11535
13161         * gcc.c-torture/execute/20030811-1.c: New test.
13163 2003-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13165         * gcc.c-torture/execute/string-opt-9.c: Add more strcat cases.
13167 2003-08-10  Mark Mitchell  <mark@codesourcery.com>
13169         PR c++/11789.C
13170         * g++.dg/inherit/multiple1.C: New test.
13172 2003-08-10  Nathan Sidwell  <nathan@codesourcery.com>
13174         * gcc.dg/spe1.c: New test.
13176         PR c++/11670
13177         * g++.dg/expr/cast2.C: New test.
13179         PR c++/10530
13180         * g++.dg/template/dependent-name2.C: New test.
13182 2003-08-08  Andrew Pinski  <pinskia@physics.uc.edu>
13184         * g++.dg/parse/crash11.C: Put the dg options in comments.
13186 2003-08-08  Neil Booth  <neil@daikokuya.co.uk>
13188         * lib/gcc-dg.exp: Update for diagnostic change.
13190 2003-08-07  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13192         PR c++/5767
13193         * g++.dg/parse/crash11.C: New test.
13195 2003-08-06  Alexandre Oliva  <aoliva@redhat.com>
13197         * gcc.dg/cpp/spacing1.c: Update.
13199 2003-08-04  Janis Johnson  <janis187@us.ibm.com>
13201         PR target/11739
13202         * gcc.misc-tests/i386-prefetch.exp: Use -march=i386 when specifying
13203         a value for -mtune.
13205 2003-08-04  Roger Sayle  <roger@eyesopen.com>
13207         PR middle-end/11771
13208         * gcc.c-torture/compile/20030804-1.c: New test case.
13210 2003-08-04  Roger Sayle  <roger@eyesopen.com>
13212         * gcc.dg/20030804-1.c: New test case.
13214 2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
13216         * gcc.dg/cpp/separate-1.c: New test.
13218 2003-08-03  Nathan Sidwell  <nathan@codesourcery.com>
13220         PR c++/11704
13221         * g++.dg/template/dependent-expr2.C: New test.
13223         PR c++/11766
13224         * g++.dg/expr/ptrmem1.C: New test.
13226 2003-08-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13228         PR c++/9453
13229         * g++.dg/template/friend15.C: New test.
13231 2003-08-03  Neil Booth  <neil@daikokuya.co.uk>
13233         * lib/dg-pch.exp: Work round PCH bug.
13235 2003-08-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13237         * gcc.dg/builtins-1.c: Add macro helpers.  Add missing math
13238         builtins.  Move cases from builtins-4.c here.
13240         * gcc.dg/torture/builtin-math-1.c: New test taken from
13241         bits of gcc.dg/builtins-3.c, gcc.dg/builtins-5.c and also some
13242         additional cases.
13244         * gcc.dg/builtins-3.c, gcc.dg/builtins-4.c, gcc.dg/builtins-5.c:
13245         Delete.
13247 2003-08-02  Nathan Sidwell  <nathan@codesourcery.com>
13249         PR c++/9447
13250         * g++.dg/template/using7.C: New test.
13252 2003-08-02  Neil Booth  <neil@daikokuya.co.uk>
13254         * import1.c, import2.c: New tests.
13256 2003-08-01  Jakub Jelinek  <jakub@redhat.com>
13258         * g++.dg/eh/crossjump1.C: New test.
13260 2003-08-01  Mark Mitchell  <mark@codesourcery.com>
13262         PR c++/11697
13263         * g++.dg/template/using6.C: New test.
13265         PR c++/11744
13266         * g++.dg/template/koenig2.C: New test.
13268 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13270         PR c++/7983
13271         * g++.dg/parse/typedef4.C: New test.
13273 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13275         PR c++/8442, c++/8806
13276         * g++.dg/template/elab1.C: New test.
13277         * g++.dg/template/type2.C: Likewise.
13278         * g++.dg/template/ttp3.C: Adjust expected error message.
13279         * g++.old-deja/g++.law/visibility13.C: Likewise.
13280         * g++.old-deja/g++.niklas/t135.C: Likewise.
13281         * g++.old-deja/g++.pt/ttp41.C: Likewise.
13282         * g++.old-deja/g++.pt/ttp43.C: Use qualified name for template
13283         template argument.
13284         * g++.old-deja/g++.pt/ttp44.C: Likewise.
13286 2003-08-01  Nathan Sidwell  <nathan@codesourcery.com>
13288         PR c++/11295
13289         * g++.dg/ext/stmtexpr1.C: New test.
13291         * g++.dg/opt/tmp1.C: New test.
13293         PR c++/11525
13294         * g++.dg/parse/constant4.C: New test.
13296         PR c++/9447
13297         * g++.dg/template/using5.C: New test.
13299 2003-07-31  Roger Sayle  <roger@eyesopen.com>
13301         * gcc.dg/builtins-27.c: New test case.
13303 2003-07-31  Jakub Jelinek  <jakub@redhat.com>
13305         * gcc.dg/tls/opt-7.c: New test.
13307 2003-07-31  Andrew Pinski  <pinskia@physics.uc.edu>
13309         * g++.old-deja/g++.other/crash18.C: Remove.
13311 2003-07-31  Nathan Sidwell  <nathan@codesourcery.com>
13313         * g++.dg/template/explicit3.C: New.
13314         * g++.dg/template/explicit4.C: New.
13315         * g++.dg/template/explicit5.C: New.
13317         PR c++/11347
13318         * g++.dg/template/memtmpl1.C: New.
13320 2003-07-29  Andrew Pinski <pinskia@physics.uc.edu>
13322         PR target/11565
13323         * gcc.dg/i386-387-1.c (dg-options): Add -march=i386.
13324         * gcc.dg/i386-387-5.c (dg-options): Likewise.
13326 2003-07-30  Jan Hubicka  <jh@suse.cz>
13328         * vtgc1.c: Kill.
13330 2003-07-29  Zack Weinberg  <zack@codesourcery.com>
13332         * gcc.dg/struct-in-proto-1.c: New test.
13334 2003-07-29  Neil Booth  <neil@daikokuya.co.uk>
13336         * gcc.dg/cpp/include2.c: Only expect one message.
13338 2003-07-29  Nathan Sidwell  <nathan@codesourcery.com>
13340         PR c++/9447
13341         * g++.dg/template/using1.C: New test.
13342         * g++.dg/template/using2.C: New test.
13343         * g++.dg/template/using3.C: New test.
13344         * g++.dg/template/using4.C: New test.
13346 2003-07-29  Alexandre Oliva  <aoliva@redhat.com>
13348         * gcc.c-torture/execute/string-opt-9.c: strcmp returns int.
13349         * gcc.c-torture/execute/string-opt-10.c: Likewise.
13351 2003-07-28  Jan Hubicka  <jh@suse.cz>
13353         PR c++/11530
13354         * g++.dg/opt/call1.C: New test.
13356 2003-07-28  Alexandre Oliva <aoliva@redhat.com>
13358         PR c++/11667
13359         * g++.dg/init/enum2.C: New test.
13360         * g++.dg/template/overload1.C: Add "-w" option.
13362 2003-07-28    <hp@bitrange.com>
13364         * gcc.dg/Wdeclaration-after-statement-1.c,
13365         gcc.dg/Wdeclaration-after-statement-2.c: New tests.
13367 2003-07-28  Jakub Jelinek  <jakub@redhat.com>
13369         * gcc.c-torture/compile/20030725-1.c: New test.
13371 2003-07-28  Aldy Hernandez  <aldyh@redhat.com>
13373         * gcc.dg/20030505.c: Only run for SPE.
13374         Remove definition of opaque type.
13376 2003-07-27  Mark Mitchell  <mark@codesourcery.com>
13378         * g++.dg/template/ptrmem6.C: New test.
13380 2003-07-26  Geoffrey Keating  <geoffk@apple.com>
13382         * gcc.c-torture/compile/zero-strct-2.c: New test.
13384 2003-07-25  Geoffrey Keating  <geoffk@apple.com>
13386         * gcc.dg/intermod-1.c: New test.
13388 2003-07-25  Nathan Sidwell  <nathan@codesourcery.com>
13390         PR c++/11617
13391         * g++.dg/template/lookup2.C: New test.
13392         * g++.dg/template/memclass1.C: Remove instantiated from error.
13393         * g++.dg/other/error2.C: Tweak expected errors.
13395         PR c++/11596
13396         * g++.dg/template/defarg3.C: New test.
13398         * g++.dg/ext/packed2.C: Pack member struct too. Explain why.
13400 2003-07-24  Mark Mitchell  <mark@codesourcery.com>
13402         * g++.dg/inherit/access5.C: New test.
13404 2003-07-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13406         PR c++/11513
13407         * g++.dg/template/crash8.C: New test.
13409 2003-07-23  Steven Bosscher <steven@gcc.gnu.org>
13411         PR c/10602
13412         * gcc.dg/noncompile/incomplete-2.c: New test.
13414 2003-07-23  Mark Mitchell  <mark@codesourcery.com>
13416         PR c++/11645
13417         * g++.dg/inherit/access4.C: New test.
13419         PR c++/11517
13420         * g++.dg/expr/cond2.C: New test.
13422         PR optimization/10679
13423         * g++.dg/opt/inline4.C: New test.
13425 2003-07-23  Nathan Sidwell  <nathan@codesourcery.com>
13427         * g++.dg/parse/crash10: New test.
13429 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
13431         * g++.dg/ext/flexary1.C: New test.
13433 2003-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13435         PR c++/10793
13436         * g++.dg/template/crash9.C: New test.
13438 2003-07-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
13440         PR c++/3004
13441         * g++.dg/parse/typedef3.C: New test.
13443         PR c++/7906
13444         * g++.dg/parse/operator2.C: New test.
13446         PR c++/8895
13447         * g++.dg/parse/def-tmpl-arg1.C: New test.
13449         PR c++/9282
13450         * g++.dg/parse/funptr1.C: New test.
13452         PR c++/9452
13453         * g++.dg/parse/ambig3.C: New test.
13455         PR c++/9454
13456         * g++.dg/parse/operator3.C: New test.
13458         PR c++/9486
13459         * g++.dg/parse/template10.C: New test.
13461         PR c++/9488
13462         * g++.dg/parse/template11.C: New test.
13464         PR c++/10150
13465         * g++.dg/parse/invalid-op1.C: New test.
13467         PR c++/10247
13468         * g++.dg/parse/condexpr1.C: New test.
13470 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
13472         * g++.dg/ext/packed3.C: New test.
13473         * g++.dg/ext/packed4.C: New test.
13475         * gcc.dg/pack-test-3.c: New test.
13477 2003-07-21  Janis Johnson  <janis187@us.ibm.com>
13479         * lib/compat.exp: Handle dg-options per source file.
13480         * g++.dg/compat/abi/bitfield1_x.C: Specify dg-options.
13481         * g++.dg/compat/abi/bitfield1_y.C: Ditto.
13482         * g++.dg/compat/abi/bitfield2_x.C: Ditto.
13483         * g++.dg/compat/abi/bitfield2_y.C: Ditto.
13484         * g++.dg/compat/abi/vbase8-10_x.C: Ditto.
13485         * g++.dg/compat/abi/vbase8-10_y.C: Ditto.
13486         * g++.dg/compat/abi/vbase8-21_x.C: Ditto.
13487         * g++.dg/compat/abi/vbase8-21_y.C: Ditto.
13488         * g++.dg/compat/abi/vbase8-22_x.C: Ditto.
13489         * g++.dg/compat/abi/vbase8-22_y.C: Ditto.
13490         * g++.dg/compat/abi/vbase8-4_x.C: Ditto.
13491         * g++.dg/compat/abi/vbase8-4_y.C: Ditto.
13492         * g++.dg/compat/break/bitfield7_x.C: Ditto.
13493         * g++.dg/compat/break/bitfield7_y.C: Ditto.
13495 2003-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
13497         PR c/10320
13498         * gcc.c-torture/execute/20030718-1.c: New test.
13500 2003-07-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
13502         PR optimization/11536
13503         * gcc.dg/20030721-1.c: New test.
13505 2003-07-19  Mark Mitchell  <mark@codesourcery.com>
13507         PR c++/11546
13508         * g++.dg/template/lookup1.C: New test.
13510 2003-07-19  Zack Weinberg  <zack@codesourcery.com>
13512         * gcc.dg/noncompile/label-1.c: New comprehensive test case for
13513         diagnostics of ill-formed constructs involving labels.
13514         * gcc.dg/noncompile/label-lineno-1.c: Add error regexp for
13515         the new 'previously defined here' message.
13517 2003-07-18  Nathan Sidwell  <nathan@codesourcery.com>
13519         * g++.dg/parse/non-dependent2.C: New test.
13521 2003-07-18  Andrew Pinski  <pinskia@physics.uc.edu>
13523         * g++.dg/init/init-ref4.C: xfail on targets without
13524         weak symbols.
13526 2003-07-17  Jakub Jelinek  <jakub@redhat.com>
13528         PR target/11087
13529         * gcc.c-torture/execute/20030717-1.c: New test.
13531 2003-07-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
13533         * g++.dg/opt/cfg1.C: New test.
13535 2003-07-17  Mark Mitchell  <mark@codesourcery.com>
13537         PR optimization/11557
13538         * gcc.dg/20030717-1.c: New test.
13540 2003-07-17  Andrew Pinski <pinskia@physics.uc.edu>
13542         PR c++/10476
13543         * g++.dg/expr/crash-1.C: New test.
13545         PR c++/11027
13546         * g++.dg/template/init3.C: New test.
13548         PR c++/8222
13549         * g++.dg/template/non-dependent1.C: New test.
13551         PR c++/11070
13552         * g++.dg/template/non-dependent2.C: New test.
13554         PR c++/11071
13555         * g++.dg/template/non-dependent3.C: New test.
13557         PR c++/9907
13558         * g++.dg/template/sizeof5.C: New test.
13560 2003-07-17  Geoffrey Keating  <geoffk@apple.com>
13562         PR 11498
13563         * gcc.c-torture/compile/mangle-1.c: New file.
13565 2003-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13567         PR c++/7809
13568         * g++.dg/parse/access3.C: New test.
13570 2003-07-17  Andrew Pinski  <pinskia@physics.uc.edu>
13572         PR c++/11384
13573         * g++.dg/init/init-ref4.C: New test.
13575 2003-07-16  Mark Mitchell  <mark@codesourcery.com>
13577         PR c++/11547
13578         * g++.dg/parse/constant3.C: New test.
13579         * g++.dg/parse/crash7.C: Likewise.
13581 2003-07-16  Andrew Pinski  <pinskia@physics.uc.edu>
13583         PR target/11008
13584         * gcc.dg/i386-pentium4-not-mull.c: New.
13586 2003-07-16  J"orn Rennecke <joern.rennecke@superh.com>
13588         * gcc.dg/asm-names.c (ymain): Make it weak.
13590 2003-07-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13592         PR c++/5421
13593         * g++.dg/template/friend21.C: New test.
13595 2003-07-16  Jakub Jelinek  <jakub@redhat.com>
13597         * gcc.dg/cleanup-8.c: New test.
13598         * gcc.dg/cleanup-9.c: New test.
13600 2003-07-16  Danny Smith  <dannysmith@users.sourceforge.net>
13602         * g++.dg/ext/dll-MI1.h: New file.
13603         * g++.dg/ext/dllexport-MI1.C: New file.
13604         * g++.dg/ext/dllimport-MI1.C: New file.
13606 2003-07-15  Jakub Jelinek  <jakub@redhat.com>
13608         * gcc.c-torture/execute/string-opt-8.c (main): Remove i370 and s390,
13609         it does not have cmpstrsi patterns (just cmpmemsi).
13611 2003-07-15  Mark Mitchell  <mark@codesourcery.com>
13613         PR debug/11473
13614         * g++.dg/debug/debug8.C: New test.
13616 2003-07-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13618         PR c++/10108
13619         * g++.dg/template/crash7.C: New test.
13621 2003-07-15  Kazu Hirata  <kazu@cs.umass.edu>
13623         PR target/10795
13624         * gcc.c-torture/compile/20030708-1.c: New.
13626 2003-07-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
13628         * gcc.c-torture/execute/20030715-1.c: New test.
13630 2003-07-14  Geoffrey Keating  <geoffk@apple.com>
13632         * gcc.dg/pch/inline-3.c: New file.
13633         * gcc.dg/pch/inline-3.hs: New file.
13634         * gcc.dg/pch/inline-4.c: New file.
13635         * gcc.dg/pch/inline-4.hs: New file.
13637 2003-07-14  Mark Mitchell  <mark@codesourcery.com>
13639         PR c++/11509
13640         * g++.dg/template/crash6.C: New test.
13642         PR c++/7053
13643         * g++.dg/template/friend20.C: New test.
13645         PR c++/7019
13646         * g++.dg/template/overload2.C: New test.
13648 2003-07-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13650         PR optimization/11440
13651         * gcc.c-torture/execute/20030714-1.c: New test.
13653 2003-07-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13655         PR c++/11154
13656         * g++.dg/template/partial2.C: New test.
13658 2003-07-13  Mark Mitchell  <mark@codesourcery.com>
13660         PR c++/11503
13661         * g++.dg/template/anon1.C: New test.
13663         PR c++/11493
13664         PR c++/11495
13665         * g++.dg/parse/template9.C: Likewise.
13666         * g++.dg/template/crash4.C: New test.
13667         * g++.dg/template/koenig1.C: Likewise.
13668         * g++.old-deja/g++.benjamin/tem03.C: Adjust error markers.
13669         * g++.old-deja/g++.benjamin/tem06.C: Declare "x".
13670         * g++.old-deja/g++.jason/overload33.C: Use this-> when calling
13671         functions.
13672         * g++.old-deja/g++.jason/template36.C: Likewise.
13673         * g++.old-deja/g++.mike/p1989.C: Likewise.
13674         * g++.old-deja/g++.pt/lookup2.C: Use -fpermissive when compiling.
13675         * g++.old-deja/g++.pt/ttp20.C: Use this->.
13676         * g++.old-deja/g++.pt/ttp21.C: Use this->.
13677         * g++.old-deja/g++.pt/typename13.C: Use -fpermissive when
13678         compiling.
13679         * g++.old-deja/g++.pt/union2.C: Use this->.
13681 2003-07-11  Jakub Jelinek  <jakub@redhat.com>
13683         * gcc.dg/20030711-1.c: New test.
13685 2003-07-11  Nathan Sidwell  <nathan@codesourcery.com>
13687         PR c++/11050
13688         * g++.dg/parse/args1.C: New test.
13689         * g++.pt/defarg8.C: Change expected errors.
13691 2003-07-11  Mark Mitchell  <mark@codesourcery.com>
13693         PR c++/8164
13694         * g++.dg/template/nontype2.C: New test.
13696         PR c++/10558
13697         * g++.dg/parse/template8.C: New test.
13699         PR c++/8327
13700         * g++.dg/template/scope1.C: New test.
13702         * g++.dg/warn/Wsign-compare-1.C: New test.
13704 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
13706         * gcc.dg/20021018-1.c: Disable if the sizeof (int) < 4.
13708 2003-07-10  Mark Mitchell  <mark@codesourcery.com>
13710         PR c++/9411
13711         * g++.dg/template/explicit2.C: New test.
13713         PR c++/10032
13714         * g++.dg/warn/pedantic1.C: New test.
13716 2003-07-10  Nathan Sidwell  <nathan@codesourcery.com>
13718         PR c++ 9483
13719         * g++.dg/other/field1.C: New test.
13721 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
13723         PR c/11449
13724         * gcc.c-torture/compile/20030707-1.c: New.
13726 2003-07-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13728         PR c++/10849
13729         * g++.dg/template/access12.C: New test.
13731 2003-07-09  Nathan Sidwell  <nathan@codesourcery.com>
13733         * g++.dg/bprob/bprob.exp (prof_ext): Update.
13734         * g77.dg/bprob/bprob.exp (prof_ext): Update.
13735         * gcc.misc-tests/bprob.exp (prof_ext): Update.
13736         * gcc.misc-tests/gcov.exp: Update
13737         * g++.dg/gcov/gcov.exp: Update
13738         * lib/gcov.exp: Update.
13740 2003-07-08  Mark Mitchell  <mark@codesourcery.com>
13742         * g++.dg/abi/mangle17.C: Make sure template expressions are
13743         dependent.
13744         * g++.dg/abi/mangle4.C: Mark erroneous casts.
13745         * g++.dg/debug/debug7.C: Mark erronous new-declarator.
13746         * g++.dg/opt/stack1.C: Remove erroneous code.
13747         * g++.dg/parse/template7.C: New test.
13748         * g++.dg/template/dependent-expr1.C: Mark erroneous code.
13749         * g++.old-deja/g++.pt/crash4.C: Likewise.
13751 2003-07-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
13753         * gcc.dg/const-elim-1.c (dg-final): Change regexp to match labels
13754         with zero or one occurence of `$' after the initial `L'.
13756 2003-07-08  Kazu Hirata  <kazu@cs.umass.edu>
13758         * gcc.c-torture/compile/20030704-1.c: Add a comment.
13760 2003-07-08  Roger Sayle  <roger@eyesopen.com>
13762         PR c/11370
13763         * gcc.dg/Wunreachable-6.c: New testcase.
13764         * gcc.dg/Wunreachable-7.c: New testcase.
13766 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
13768         PR c/11420
13769         * gcc.dg/20030708-1.c: New test.
13771 2003-07-08  Richard Sandiford  <rsandifo@redhat.com>
13773         * gcc.dg/compat/sdata-section.h: New file.
13774         * gcc.dg/compat/sdata-1_{x,y,main}.c: New test.
13775         * gcc.dg/torture/mips-sdata-1.c: New test.
13777 2003-07-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13779         PR c++/11030
13780         * g++.dg/template/friend19.C: New test.
13782 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
13784         * g++.dg/opt/strength-reduce.C: New test.
13786 2003-07-07  Roger Sayle  <roger@eyesopen.com>
13788         PR target/10979
13789         * gcc.dg/20030707-1.c: New testcase.
13791 2003-07-07  Roger Sayle  <roger@eyesopen.com>
13793         PR optimization/11059
13794         * g++.dg/opt/emptyunion.C: New testcase.
13796 2003-07-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13797             Eric Botcazou  <ebotcazou@libertysurf.fr>
13799         * g++.dg/opt/stack1.C: New test.
13801 2003-07-05  Mark Mitchell  <mark@codesourcery.com>
13803         * g++.old-deja/g++.jason/typeid1.C: Make it a compile test, not a
13804         run test.
13806         PR c++/11431
13807         * g++.dg/expr/static_cast3.C: New test.
13809 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
13811         * gcc.c-torture/execute/wchar_t-1.x: New file; XFAIL wchar_t-1.c
13812         everywhere.
13813         * gcc.dg/concat.c: Concatenation of string constants with
13814         __FUNCTION__ / __PRETTY_FUNCTION__ is now a hard error.
13815         * gcc.dg/wtr-strcat-1.c: Loosen dg-warning regexp.
13816         * gcc.dg/cpp/escape-2.c: Use wide character constants where
13817         necessary to avoid multi-character character constant warning.
13818         * gcc.dg/cpp/escape.c: Likewise.
13819         * gcc.dg/cpp/ucs.c: Likewise.
13820         Remove backslashes from dg-bogus comments, as they confuse Tcl.
13821         Fix a typo.
13823 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
13825         PR c/11428
13826         * gcc.c-torture/compile/20030704-1.c: New.
13828 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
13830         * gcc.dg/compat/fnptr-by-value-1_x.c: Add a prototype for testva.
13832 2003-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
13834         PR c++/5287, PR c++/7910,  PR c++/11021
13835         * g++.dg/ext/dllimport1.C: Add mingw32 as target. Add
13836         tests for warnings.
13837         * g++.dg/ext/dllimport2.C: Add tests for warnings.
13838         * g++.dg/ext/dllimport3.C: Likewise.
13839         * g++.dg/ext/dllimport4.C: New file.
13840         * g++.dg/ext/dllimport5.C: New file.
13841         * g++.dg/ext/dllimport6.C: New file.
13842         * g++.dg/ext/dllimport7.C: New file.
13843         * g++.dg/ext/dllimport8.C: New file.
13844         * g++.dg/ext/dllimport9.C: New file.
13845         * g++.dg/ext/dllimport10.C: New file.
13846         * g++.dg/ext/dllexport1.C: New file.
13848 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
13850         * g++.old-deja/g++.jason/typeid1.C: Add dg-error marker.
13851         * g++.old-deja/g++.mike/net36.C: Tweak error messages.
13853 2003-07-03  Roger Sayle  <roger@eyesopen.com>
13855         * gcc.dg/builtins-25.c: New testcase.
13856         * gcc.dg/builtins-26.c: New testcase.
13858 2003-07-03  Janis Johnson  <janis187@us.ibm.com>
13860         * gcc.dg/compat/vector-defs.h: New file.
13861         * gcc.dg/compat/vector-setup.h: New file.
13862         * gcc.dg/compat/vector-check.h: New file.
13863         * gcc.dg/compat/vector-1_main.c: New file.
13864         * gcc.dg/compat/vector-1_x.c: New file.
13865         * gcc.dg/compat/vector-1_y.c: New file.
13866         * gcc.dg/compat/vector-2_main.c: New file.
13867         * gcc.dg/compat/vector-2_x.c: New file.
13868         * gcc.dg/compat/vector-2_y.c: New file.
13870         * gcc.dg/compat/fnptr-by-value-1_main.c: New file.
13871         * gcc.dg/compat/fnptr-by-value-1_x.c: New file.
13872         * gcc.dg/compat/fnptr-by-value-1_y.c: New file.
13873         * gcc.dg/compat/struct-align-1.h: New file.
13874         * gcc.dg/compat/struct-align-1_main.c: New file.
13875         * gcc.dg/compat/struct-align-1_x.c: New file.
13876         * gcc.dg/compat/struct-align-1_y.c: New file.
13877         * gcc.dg/compat/struct-align-2.h: New file.
13878         * gcc.dg/compat/struct-align-2_main.c: New file.
13879         * gcc.dg/compat/struct-align-2_x.c: New file.
13880         * gcc.dg/compat/struct-align-2_y.c: New file.
13882         * gcc.dg/compat/compat-common.h (DEBUG_FINI): New.
13883         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
13884         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
13885         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
13886         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
13887         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
13888         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
13889         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
13890         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
13891         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
13892         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
13893         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
13894         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
13895         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
13896         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
13897         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
13898         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
13899         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
13900         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
13901         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
13902         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
13903         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
13904         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
13905         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
13906         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
13907         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
13908         * gcc.dg/compat/struct-return-10_x.c: Ditto.
13909         * gcc.dg/compat/struct-return-2_x.c: Ditto.
13910         * gcc.dg/compat/struct-return-3_x.c: Ditto.
13912 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
13914         * gcc.dg/i386-call-1.c: New test.
13916 2003-07-03  Nathan Sidwell  <nathan@codesourcery.com>
13918         PR c++/9162
13919         * g++.dg/parse/defarg4.C: New.
13921 2003-07-03  Roger Sayle  <roger@eyesopen.com>
13923         PR target/10700
13924         * gcc.c-torture/compile/20030703-1.c: New test case.
13926 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
13928         * g++.dg/template/local3.C: Remove extra semicolon.
13930 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
13932         * gcc.dg/i386-volatile-1.c: New test.
13934 2003-07-02  Nathan Sidwell  <nathan@codesourcery.com>
13936         PR c++/11072
13937         * g++.dg/other/offsetof2.C: XFAIL.
13938         * g++.dg/other/offsetof5.C: New.
13940         PR c++/10219
13941         * g++.dg/template/error1.C: New.
13943         PR c++/9779
13944         * g++.dg/template/dependent-expr1.C: New.
13946 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
13948         PR c++/6949
13949         * g++.dg/template/local3.C: New test.
13951         PR c++/11149
13952         * g++.dg/lookup/scoped6.C: New test.
13954 2003-07-01  Giovanni Bajo  <giovannibajo@libero.it>
13956         PR c++/8046
13957         * g++.dg/other/error7.C: New test.
13959 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
13961         * g++.old-deja/g++.abi/vbase1.C: Fix comment typos.
13962         * g++.old-deja/g++.abi/vtable3.h: Likewise.
13963         * g++.old-deja/g++.law/code-gen5.C: Likewise.
13964         * g++.old-deja/g++.other/union2.C: Likewise.
13965         * gcc.dg/c90-const-expr-2.c: Likewise.
13966         * gcc.dg/c90-const-expr-3.c: Likewise.
13967         * gcc.dg/c99-const-expr-2.c: Likewise.
13968         * gcc.dg/c99-const-expr-3.c: Likewise.
13969         * gcc.dg/concat.c: Likewise.
13971 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
13973         PR c++/9559
13974         * g++.dg/init/static1.C: New test.
13976 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
13978         * g++.old-deja/g++.niklas/README: Fix spelling for "testcase".
13979         * g++.old-deja/g++.other/access2.C: Likewise.
13980         * g++.old-deja/g++.other/decl2.C: Likewise.
13981         * gcc.c-torture/execute/20020615-1.c: Likewise.
13983 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
13985         PR c++/4933
13986         * g++.dg/template/sizeof4.C: New test.
13988 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
13990         * g++.dg/other/error6.C: New test.
13992 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
13994         PR c++/10750
13995         * g++.dg/parse/constant2.C: New test.
13997 2003-06-30  Giovanni Bajo <giovannibajo@libero.it>
13999         PR c++/11106
14000         * g++.dg/other/error5.C: New test.
14002 2003-06-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14004         * gcc.dg/format/gcc_diag-1.c: New test.
14006 2003-06-28  Ulrich Weigand  <uweigand@de.ibm.com>
14008         * gcc.c-torture/execute/multi-ix.c: Fix off-by-one bugs.
14010 2003-06-28  Nathan Sidwell  <nathan@codesourcery.com>
14012         * g++.old-deja/g++.robertl/eb133.C: Set expected line number.
14013         * g++.old-deja/g++.robertl/eb133a.C: Likewise.
14014         * g++.old-deja/g++.robertl/eb133b.C: Likewise.
14016 2003-06-28  Jakub Jelinek  <jakub@redhat.com>
14018         * gcc.c-torture/execute/builtins/string-8.c: New test.
14019         * gcc.c-torture/execute/builtins/string-8-lib.c: New.
14020         * gcc.c-torture/execute/stdio-opt-1.c (main): Add new tests.
14021         * gcc.c-torture/execute/string-opt-7.c (main): Add new test.
14023 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
14025         PR c++/10468
14026         * g++.dg/ext/typeof6.C: New test.
14028 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
14030         PR c++/10796
14031         * g++.dg/init/enum1.C: New test.
14033 2003-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
14035         * gcc.dg/20030627-1.c: New test.
14037 2003-06-26  Mark Mitchell  <mark@codesourcery.com>
14039         PR c++/11332
14040         * g++.dg/expr/static_cast2.C: New test.
14042 2003-06-26  Roger Sayle  <roger@eyesopen.com>
14043             Jakub Jelinek  <jakub@redhat.com>
14045         * gcc.c-torture/execute/string-opt-16.c: Remove test for disabled
14046         sprintf(dst,"%s",src) optimization.
14047         * gcc.c-torture/execute/20030626-1.c: New test case.
14048         * gcc.c-torture/execute/20030626-2.c: New test case.
14050 2003-06-26  J"orn Rennecke <joern.rennecke@superh.com>
14052         * gcc.c-torture/execute/multi-ix.c: New test.
14054         * gcc.c-torture/execute/simd-4.c (main):
14055         Added missing semicolon at end of union.
14057 2003-06-26  Giovanni Bajo  <giovannibajo@libero.it>
14059         PR c++/8266
14060         * g++.dg/template/explicit-instantiation3.C: New test.
14062 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
14064         * gcc.dg/20030626-1.c: Use signed char.
14066 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
14068         * gcc.dg/20030626-1.c: New test.
14070 2003-06-26  Neil Booth  <neil@daikokuya.co.uk>
14072         * const-str-2.m: Update.
14074 2003-06-25  Mark Mitchell  <mark@codesourcery.com>
14076         PR c++/10990
14077         * g++.dg/rtti/dyncast1.C: New test.
14078         * g++.dg/abi/mangle4.C: Correct base-specifier access.
14079         * g++.dg/lookup/scoped1.C: Remove XFAIL.
14080         * g++.old-deja/g++.martin/pmf1.C: Correct base-specifier access.
14082         PR c++/10931
14083         * g++.dg/expr/static_cast1.C: New test.
14085 2003-06-25  Josef Zlomek  <zlomekj@suse.cz>
14087         * gcc.dg/20030625-1.c: New test.
14089 2003-06-24  Roger Sayle  <roger@eyesopen.com>
14091         * gcc.c-torture/compile/20030624-1.c: New test case.
14093 2003-06-24  Jakub Jelinek  <jakub@redhat.com>
14095         * gcc.c-torture/execute/string-opt-17.c: New test.
14097 2003-06-24  Mark Mitchell  <mark@codesourcery.com>
14099         PR c++/5754
14100         * g++.dg/parse/crash6.C: New test.
14102 2003-06-23  Roger Sayle  <roger@eyesopen.com>
14104         * gcc.dg/builtins-24.c: New test case.
14106 2003-06-23  Jakub Jelinek  <jakub@redhat.com>
14108         * g++.dg/opt/operator1.C: New test.
14110 2003-06-22  Roger Sayle  <roger@eyesopen.com>
14112         * gcc.c-torture/execute/string-opt-16.c: New test case.
14114 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
14116         * g++.old-deja/g++.benjamin/16077.C: Add -Wconversion  option.
14117         * g++.old-deja/g++.other/conv7.C: Likewise
14118         * g++.old-deja/g++.other/overcnv2.C: Likewise.
14119         * g++.old-deja/g++.other/overload14.C: Likewise.
14121 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
14123         * g++.old-deja/g++.jason/conversion5.C: Adjust option.
14124         * g++.old-deja/g++.bugs/900215_01.C: Likewise.
14126 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
14128         PR c++/10888
14129         * g++.dg/warn/Winline-3.C: New test.
14131 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
14133         * lib/target-supports.exp (check_alias_available): Make the test
14134         program acceptable to the Solaris assembler.
14136         PR c++/10749
14137         * g++.dg/template/memclass2.C: New test.
14139 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
14140             Eric Botcazou  <ebotcazou@libertysurf.fr>
14142         * lib/gcc-dg.exp (dg-xfail-if): Do not process conditional xfail
14143         data for non-matching targets.
14144         * gcc.c-torture/compile/simd-5.c: Fix typo in conditional xfail.
14146 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
14148         PR c++/10845
14149         * g++.dg/template/member3.C: New test.
14151 2003-06-19  Mark Mitchell  <mark@codesourcery.com>
14153         PR c++/10939
14154         * g++.dg/template/func1.C: New test.
14156         PR c++/9649
14157         * g++.dg/template/static4.C: New test.
14158         * g++.old-deja/g++.other/anon7.C: Remove spurious error messages.
14160         PR c++/11041
14161         * g++.dg/init/ref7.C: New test.
14163 2003-06-19  Matt Austern  <austern@apple.com>
14165         PR c++/11228
14166         * g++.dg/anew1.C: New test.
14167         * g++.dg/anew2.C: New test.
14168         * g++.dg/anew3.C: New test.
14169         * g++.dg/anew4.C: New test.
14171 2003-06-19  Kazu Hirata  <kazu@cs.umass.edu>
14173         * gcc.c-torture/compile/simd-5.c: Don't XFAIL on H8.
14175 2003-06-19  J"orn Rennecke <joern.rennecke@superh.com>
14177         * gcc.c-torture/execute/simd-4.c (main): Make expected value
14178         endian-dependent.
14180 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
14182         * lib/g++.exp (g++_include_flags): Tweak path to testsuite_flags.
14183         Remove cruft.
14185 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
14187         * gcc.c-torture/compile/20020604-1.c: Use dg-xfail-if for h8300.
14188         * gcc.c-torture/compile/961203-1.c: Likewise.
14189         * gcc.c-torture/compile/980506-1.c: Likewise.
14191 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
14193         PR c++/10712
14194         * g++.dg/lookup/using7.C: New test.
14196 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
14198         PR c++/11105
14199         * g++.dg/abi/conv1.C: Remove it.
14200         * g++.dg/template/conv7.C: New test.
14201         * g++.dg/template/conv8.C: Likewise.
14202         * g++.old-deja/g++.ext/pretty2.C: Do not test __FUNCTION__ for a
14203         conversion operator.
14205 2003-06-17  Janis Johnson  <janis187@us.ibm.com>
14207         * gcc.dg/compat/compat-common.h (DEBUG_INIT): New.
14208         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
14209         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
14210         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
14211         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
14212         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
14213         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
14214         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
14215         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
14216         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
14217         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
14218         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
14219         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
14220         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
14221         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
14222         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
14223         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
14224         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
14225         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
14226         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
14227         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
14228         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
14229         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
14230         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
14231         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
14232         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
14233         * gcc.dg/compat/struct-return-10_x.c: Ditto.
14234         * gcc.dg/compat/struct-return-2_x.c: Ditto.
14235         * gcc.dg/compat/struct-return-3_x.c: Ditto.
14237 2003-06-16  Mark Mitchell  <mark@codesourcery.com>
14239         * lib/gcc-dg.exp (dg-xfail-if): Fix thinko.
14240         * gcc.c-torture/compile/simd-5.c: Remove spurious PowerPC-64 XFAIL
14241         indications.
14243 2003-06-16  Roger Sayle  <roger@eyesopen.com>
14245         * gcc.dg/i386-387-5.c: New test case.
14246         * gcc.dg/i386-387-6.c: New test case.
14247         * gcc.dg/builtins-23.c: New test case.
14249 2003-06-15  Roger Sayle  <roger@eyesopen.com>
14251         * gcc.dg/builtins-22.c: New test case.
14252         * gcc.dg/i386-387-1.c: Update to test exp.
14253         * gcc.dg/i386-387-2.c: Likewise.
14255 2003-06-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14257         * gcc.dg/format/asm_fprintf-1.c: Update width/precision checks.
14259 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
14261         * lib/gcc-dg.exp (dg-require-dll): New function.
14262         (dg-xfail-if): Likewise.
14263         * gcc.c-torture/compile/compile.exp: Use dg rather than c-torture
14264         driver.
14266         * gcc.c-torture/compile/20000804-1.c: Convert to dg format.
14267         * gcc.c-torture/compile/20001205-1.c: Likewise.
14268         * gcc.c-torture/compile/20001226-1.c: Likewise.
14269         * gcc.c-torture/compile/20010518-2.c: Likewise.
14270         * gcc.c-torture/compile/20020312-1.c: Likewise.
14271         * gcc.c-torture/compile/20020604-1.c: Likewise.
14272         * gcc.c-torture/compile/920501-12.c: Likewise.
14273         * gcc.c-torture/compile/920501-4.c: Likewise.
14274         * gcc.c-torture/compile/920520-1.c: Likewise.
14275         * gcc.c-torture/compile/920521-1.c: Likewise.
14276         * gcc.c-torture/compile/920625-1.c: Likewise.
14277         * gcc.c-torture/compile/961203-1.c: Likewise.
14278         * gcc.c-torture/compile/980506-1.c: Likewise.
14279         * gcc.c-torture/compile/981006-1.c: Likewise.
14280         * gcc.c-torture/compile/981022-1.c: Likewise.
14281         * gcc.c-torture/compile/981223-1.c: Likewise.
14282         * gcc.c-torture/compile/990617-1.c: Likewise.
14283         * gcc.c-torture/compile/dll.c: Likewise.
14284         * gcc.c-torture/compile/labels-3.c: Likewise.
14285         * gcc.c-torture/compile/mipscop-1.c: Likewise.
14286         * gcc.c-torture/compile/mipscop-2.c: Likewise.
14287         * gcc.c-torture/compile/mipscop-3.c: Likewise.
14288         * gcc.c-torture/compile/mipscop-4.c: Likewise.
14289         * gcc.c-torture/compile/simd-5.c: Likewise.
14290         * gcc.c-torture/compile/20000804-1.x: Remove.
14291         * gcc.c-torture/compile/20001205-1.x: Likewise.
14292         * gcc.c-torture/compile/20001226-1.x: Likewise.
14293         * gcc.c-torture/compile/20010518-2.x: Likewise.
14294         * gcc.c-torture/compile/20020312-1.x: Likewise.
14295         * gcc.c-torture/compile/20020604-1.x: Likewise.
14296         * gcc.c-torture/compile/920501-12.x: Likewise.
14297         * gcc.c-torture/compile/920501-4.x: Likewise.
14298         * gcc.c-torture/compile/920520-1.x: Likewise.
14299         * gcc.c-torture/compile/920521-1.x: Likewise.
14300         * gcc.c-torture/compile/920625-1.x: Likewise.
14301         * gcc.c-torture/compile/961203-1.x: Likewise.
14302         * gcc.c-torture/compile/980506-1.x: Likewise.
14303         * gcc.c-torture/compile/981006-1.x: Likewise.
14304         * gcc.c-torture/compile/981022-1.x: Likewise.
14305         * gcc.c-torture/compile/981223-1.x: Likewise.
14306         * gcc.c-torture/compile/990617-1.x: Likewise.
14307         * gcc.c-torture/compile/mipscop-1.x: Likewise.
14308         * gcc.c-torture/compile/mipscop-2.x: Likewise.
14309         * gcc.c-torture/compile/mipscop-3.x: Likewise.
14310         * gcc.c-torture/compile/mipscop-4.x: Likewise.
14311         * gcc.c-torture/compile/simd-5.x: Likewise.
14313         * gcc.c-torture/compile/20021205-1.c: Remove bogus dg commands.
14315 2003-06-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
14317         * gcc.c-torture/execute/20030611-1.c: New test.
14319 2003-06-12  Roger Sayle  <roger@eyesopen.com>
14321         PR middle-end/168
14322         * gcc.dg/20030612-1.c: New test case.
14324 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
14326         PR c++/10635
14327         * g++.dg/expr/cast1.C: New test.
14329 2003-06-12  Roger Sayle  <roger@eyesopen.com>
14331         * gcc.dg/builtins-21.c: New test case.
14333 2003-06-11  Kelley Cook  <kelleycook@wideopenwest.com>
14335         * lib/gcc.exp (gcc_target_compile): Put TOOL_OPTIONS at front of
14336         options instead of at the end.
14337         * lib/objc.exp (objc_target_compile): Likewise.
14339 2003-06-11  Mark Mitchell  <mark@codesourcery.com>
14341         PR c++/10432
14342         * g++.dg/parse/error1.C: New test.
14344 2003-06-11  Janis Johnson  <janis187@us.ibm.com>
14346         * gcc.dg/compat/struct-by-value-11_main.c: New file.
14347         * gcc.dg/compat/struct-by-value-11_x.c: New file.
14348         * gcc.dg/compat/struct-by-value-11_y.c: New file.
14349         * gcc.dg/compat/struct-by-value-12_main.c: New file.
14350         * gcc.dg/compat/struct-by-value-12_x.c: New file.
14351         * gcc.dg/compat/struct-by-value-12_y.c: New file.
14352         * gcc.dg/compat/struct-by-value-13_main.c: New file.
14353         * gcc.dg/compat/struct-by-value-13_x.c: New file.
14354         * gcc.dg/compat/struct-by-value-13_y.c: New file.
14355         * gcc.dg/compat/struct-by-value-14_main.c: New file.
14356         * gcc.dg/compat/struct-by-value-14_x.c: New file.
14357         * gcc.dg/compat/struct-by-value-14_y.c: New file.
14358         * gcc.dg/compat/struct-by-value-15_main.c: New file.
14359         * gcc.dg/compat/struct-by-value-15_x.c: New file.
14360         * gcc.dg/compat/struct-by-value-15_y.c: New file.
14361         * gcc.dg/compat/struct-by-value-16_main.c: New file.
14362         * gcc.dg/compat/struct-by-value-16_x.c: New file.
14363         * gcc.dg/compat/struct-by-value-16_y.c: New file.
14364         * gcc.dg/compat/struct-by-value-17_main.c: New file.
14365         * gcc.dg/compat/struct-by-value-17_x.c: New file.
14366         * gcc.dg/compat/struct-by-value-17_y.c: New file.
14367         * gcc.dg/compat/struct-by-value-18_main.c: New file.
14368         * gcc.dg/compat/struct-by-value-18_x.c: New file.
14369         * gcc.dg/compat/struct-by-value-18_y.c: New file.
14371         * gcc.dg/compat/scalar-by-value-3_main.c: New file.
14372         * gcc.dg/compat/scalar-by-value-3_x.c: New file.
14373         * gcc.dg/compat/scalar-by-value-3_y.c: New file.
14374         * gcc.dg/compat/scalar-by-value-4_main.c: New file.
14375         * gcc.dg/compat/scalar-by-value-4_x.c: New file.
14376         * gcc.dg/compat/scalar-by-value-4_y.c: New file.
14377         * gcc.dg/compat/scalar-return-3_main.c: New file.
14378         * gcc.dg/compat/scalar-return-3_x.c: New file.
14379         * gcc.dg/compat/scalar-return-3_y.c: New file.
14380         * gcc.dg/compat/scalar-return-4_main.c: New file.
14381         * gcc.dg/compat/scalar-return-4_x.c: New file.
14382         * gcc.dg/compat/scalar-return-4_y.c: New file.
14384 2003-06-10  Janis Johnson  <janis187@us.ibm.com>
14386         * gcc.dg/compat/fp2-struct-check.h: New file.
14387         * gcc.dg/compat/fp2-struct-defs.h: New file.
14388         * gcc.dg/compat/fp2-struct-init.h: New file.
14389         * gcc.dg/compat/struct-by-value-10_main.c: New file.
14390         * gcc.dg/compat/struct-by-value-10_x.c: New file.
14391         * gcc.dg/compat/struct-by-value-10_y.c: New file.
14392         * gcc.dg/compat/struct-return-10_main.c: New file.
14393         * gcc.dg/compat/struct-return-10_x.c: New file.
14394         * gcc.dg/compat/struct-return-10_y.c: New file.
14396         * gcc.dg/compat/compat-common.h: New file.
14397         * gcc.dg/compat/fp-struct-check.h: Improve debugging output.
14398         * gcc.dg/compat/fp-struct-test-by-value-x.h: Ditto.
14399         * gcc.dg/compat/fp-struct-test-by-value-y.h: Ditto.
14400         * gcc.dg/compat/scalar-by-value-1_main.c: Ditto.
14401         * gcc.dg/compat/scalar-by-value-1_x.c: Ditto.
14402         * gcc.dg/compat/scalar-by-value-1_y.c: Ditto.
14403         * gcc.dg/compat/scalar-by-value-2_main.c: Ditto.
14404         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
14405         * gcc.dg/compat/scalar-by-value-2_y.c: Ditto.
14406         * gcc.dg/compat/scalar-return-1_main.c: Ditto.
14407         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
14408         * gcc.dg/compat/scalar-return-1_y.c: Ditto.
14409         * gcc.dg/compat/scalar-return-2_main.c: Ditto.
14410         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
14411         * gcc.dg/compat/scalar-return-2_y.c: Ditto.
14412         * gcc.dg/compat/small-struct-check.h: Ditto.
14413         * gcc.dg/compat/struct-by-value-2_main.c: Ditto.
14414         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
14415         * gcc.dg/compat/struct-by-value-2_y.c: Ditto.
14416         * gcc.dg/compat/struct-by-value-3_main.c: Ditto.
14417         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
14418         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
14419         * gcc.dg/compat/struct-by-value-4_main.c: Ditto.
14420         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
14421         * gcc.dg/compat/struct-by-value-4_y.c: Ditto.
14422         * gcc.dg/compat/struct-by-value-5_main.c: Ditto.
14423         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
14424         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
14425         * gcc.dg/compat/struct-by-value-6_main.c: Ditto.
14426         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
14427         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
14428         * gcc.dg/compat/struct-by-value-7_main.c: Ditto.
14429         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
14430         * gcc.dg/compat/struct-by-value-7_y.c: Ditto.
14431         * gcc.dg/compat/struct-by-value-8_main.c: Ditto.
14432         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
14433         * gcc.dg/compat/struct-by-value-8_y.c: Ditto.
14434         * gcc.dg/compat/struct-by-value-9_main.c: Ditto.
14435         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
14436         * gcc.dg/compat/struct-by-value-9_y.c: Ditto.
14437         * gcc.dg/compat/struct-return-2_main.c: Ditto.
14438         * gcc.dg/compat/struct-return-2_x.c: Ditto.
14439         * gcc.dg/compat/struct-return-2_y.c: Ditto.
14440         * gcc.dg/compat/struct-return-3_main.c: Ditto.
14441         * gcc.dg/compat/struct-return-3_x.c: Ditto.
14442         * gcc.dg/compat/struct-return-3_y.c: Ditto.
14444 2003-06-10  Geoffrey Keating  <geoffk@apple.com>
14446         * g++.dg/pch/static-1.C: New file.
14447         * g++.dg/pch/static-1.Hs: New file.
14449 2003-06-10  Richard Henderson  <rth@redhat.com>
14451         * gcc.dg/asm-7.c: Adjust expected warning text.
14453 2003-06-10  Roger Sayle  <roger@eyesopen.com>
14455         * gcc.dg/builtins-20.c: New test case.
14457 2003-06-10  Mark Mitchell  <mark@codesourcery.com>
14459         PR c++/11131
14460         * g++.dg/opt/template1.C: New test.
14462 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
14464         * lib/gcc-dg.exp (dg-test): Clear additional_files and
14465         additional_sources.
14467 2003-05-21  David Taylor  <dtaylor@emc.com>
14469         * gcc.dg/Wpadded.c: New file.
14471 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
14473         * gcc.dg/special/20000419-2.c: Fix dg-require-alias syntax.
14474         * gcc.dg/special/weak-2.c: Add dg-require-weak.
14475         * gcc.dg/weak/weak-3.c: Reverse order of dg-do and
14476         dg-require-weak.
14478 2003-06-09  J"orn Rennecke <joern.rennecke@superh.com>
14480         * g++.dg/other/offsetof3.C: Adjust linenumber of last expected warning.
14482 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
14484         * lib/gcc-dg.exp (dg-require-weak): Fix typo.
14485         (dg-require-alias): Likewise.
14486         (dg-require-gc-sections): Likewise.
14487         * lib/target-supports.exp (check_gc_sections_available): Likewise.
14489 2003-06-08  Richard Henderson  <rth@redhat.com>
14491         * gcc.dg/20011029-2.c: Fix the array reference.
14492         * gcc.dg/asm-7.c: New.
14494 2003-06-08  Kazu Hirata  <kazu@cs.umass.edu>
14496         * gcc.c-torture/compile/20000804-1.x: Disable on h8300 port.
14498 2003-06-08  Mark Mitchell  <mark@codesourcery.com>
14500         * lib/gcc-dg.exp (dg-require-alias): Fix typo.
14501         (dg-require-gc-sections): Likewise.
14503 2003-06-08  Jan Hubicka  <jh@suse.cz>
14505         * i386-cmov1.c: Fix regular expression.
14506         * i386-cvt-1.c: Likewise.
14507         * i386-local.c: Likewise.
14508         * i386-local2.c: Likewise.
14509         * i386-mul.c: Likewise.
14510         * i386-ssetype-1.c: Likewise.
14511         * i386-ssetype-3.c: Likewise.
14512         * i386-ssetype-5.c: Likewise.
14514 2003-06-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14516         PR c++/11039
14517         * g++.dg/warn/implicit-typename2.C: New test.
14518         * g++.dg/warn/implicit-typename3.C: New test.
14520 2003-06-07  Richard Henderson  <rth@redhat.com>
14522         * g++.dg/other/offsetof3.C: Use size_t.
14523         * g++.dg/other/offsetof4.C: Likewise.
14525 2003-06-07  H.J. Lu <hongjiu.lu@intel.com>
14527         * lib/copy-file.exp: New. Implement gcc_copy_files.
14529         * lib/dg-pch.exp: Load copy-file.exp
14530         (dg-pch): Use gcc_copy_files instead of "file copy".
14532 2003-06-06  Mark Mitchell  <mark@codesourcery.com>
14534         * gcc.dg/weak/weak.exp: Simplify.
14535         * gcc.dg/weak/typeof-2.c: Use dg-require-weak.
14536         * gcc.dg/weak/weak-1.c: Likewise.
14537         * gcc.dg/weak/weak-2.c: Likewise.
14538         * gcc.dg/weak/weak-3.c: Likewise.
14539         * gcc.dg/weak/weak-4.c: Likewise.
14540         * gcc.dg/weak/weak-5.c: Likewise.
14541         * gcc.dg/weak/weak-6.c: Likewise.
14542         * gcc.dg/weak/weak-7.c: Likewise.
14543         * gcc.dg/weak/weak-8.c: Likewise.
14544         * gcc.dg/weak/weak-9.c: Likewise.
14546 2003-06-06  Richard Earnshaw  <rearnsha@arm.com>
14548         gcc.c-torture/execute/20030606-1.c: New.
14550 2003-06-06  Roger Sayle  <roger@eyesopen.com>
14552         * gcc.dg/builtins-2.c: Correct check-in of incorrect version.
14553         * gcc.dg/builtins-19.c: Likewise.
14555 2003-06-06  Roger Sayle  <roger@eyesopen.com>
14557         * gcc.dg/builtins-2.c: Add some more tests.
14558         * gcc.dg/builtins-18.c: New test case.
14559         * gcc.dg/builtins-19.c: New test case.
14561 2003-06-06  Roger Sayle  <roger@eyesopen.com>
14562             Jim Wilson  <wilson@tuliptree.org>
14564         * gcc.dg/uninit-C.c: Only test TImode on 64-bit platforms.
14566 2003-06-06  Jakub Jelinek  <jakub@redhat.com>
14568         * gcc.c-torture/execute/builtins/string-4.c (main_test): Allow some
14569         mempcpy/stpcpy calls not to be optimized into something else.
14570         * gcc.c-torture/execute/string-opt-3.c: Moved to...
14571         * gcc.c-torture/execute/builtins/string-7.c: ...here.
14572         * gcc.c-torture/execute/builtins/string-7-lib.c: New.
14574 2003-06-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14576         * gcc.dg/format/asm_fprintf-1.c: New test.
14578 2003-06-05  Mark Mitchell  <mark@codesourcery.com>
14580         * lib/gcc-defs.exp (additional_sources): New variable.
14581         (dg-additional-sources): New function.
14582         (additional_files): New variable.
14583         (dg-additional-files): New function.
14584         (dg-additional-files-options): Likewise.
14585         * lib/gcc-dg.exp (dg-require-weak): New function.
14586         (dg-require-alias): Likewise.
14587         (dg-require-gc-sections): Likewise.
14588         * lib/target-supports.exp (check_alias_available): Remove testfile
14589         parameter.
14590         (check_gc_sections_available): New function.
14591         * lib/g++-dg.exp (dg-gpp-additional-sources): Remove.
14592         (dg-gpp-additional-files): Likewise.
14593         * lib/g++.exp (additional_sources): Remove.
14594         (additional_files): Likewise.
14595         (g++_target_compile): Use dg-additional-files-options.
14597         * gcc.dg/special/special.exp: Add "ecos" tests.  Remove complex
14598         Tcl logic.
14599         * gcc.dg/special/ecos.exp: Remove.
14600         * gcc.dg/special/20000419-2.c: Use dg-require-*.
14601         * gcc.dg/special/alias-1.c: Likewise.
14602         * gcc.dg/special/alias-2.c: Likewise.
14603         * gcc.dg/special/gcsec-1.c: Likewise.
14604         * gcc.dg/special/weak-1.c: Likewise.
14605         * gcc.dg/special/weak-2.c: Likewise.
14606         * gcc.dg/special/wkali-1.c: Likewise.
14607         * gcc.dg/special/wkali-2.c: Likewise.
14609         * g++.dg/special/conpr-2.C: Use dg-additional-*, not
14610         dg-gpp-additional-*.
14611         * g++.dg/special/conpr-3.C: Likewise.
14612         * g++.dg/special/conpr-4.C: Likewise.
14613         * g++.old-deja/g++.abi/vtable3a.C: Likewise.
14614         * g++.old-deja/g++.abi/vtable3b.C: Likewise.
14615         * g++.old-deja/g++.abi/vtable3c.C: Likewise.
14616         * g++.old-deja/g++.abi/vtable3d.C: Likewise.
14617         * g++.old-deja/g++.abi/vtable3e.C: Likewise.
14618         * g++.old-deja/g++.abi/vtable3f.C: Likewise.
14619         * g++.old-deja/g++.abi/vtable3g.C: Likewise.
14620         * g++.old-deja/g++.abi/vtable3h.C: Likewise.
14621         * g++.old-deja/g++.abi/vtable3i.C: Likewise.
14622         * g++.old-deja/g++.abi/vtable3j.C: Likewise.
14623         * g++.old-deja/g++.oliva/linkage1.C: Likewise.
14624         * g++.old-deja/g++.other/comdat1.C: Likewise.
14625         * g++.old-deja/g++.other/comdat2.C: Likewise.
14626         * g++.old-deja/g++.other/comdat3.C: Likewise.
14627         * g++.old-deja/g++.other/ctor1.C: Likewise.
14628         * g++.old-deja/g++.pt/instantiate5.C: Likewise.
14630 2003-06-05  Richard Henderson  <rth@redhat.com>
14632         * gcc.dg/debug/20030605-1.c: New.
14634 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
14636         * README.QMTEST: Update.
14638 2003-06-04  Richard Henderson  <rth@redhat.com>
14640         * gcc.dg/cleanup-1.c: New.
14641         * gcc.dg/cleanup-2.c: New.
14642         * gcc.dg/cleanup-3.c: New.
14643         * gcc.dg/cleanup-4.c: New.
14644         * gcc.dg/cleanup-5.c: New.
14645         * gcc.dg/cleanup-6.c: New.
14646         * gcc.dg/cleanup-7.c: New.
14648 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
14650         * g++.dg/abi/vague1.C: Use xfail, rather than embedded Tcl code.
14652         * lib/dg-pch.exp: New file.
14653         * g++.dg/pch/pch.exp: Use dg-pch.exp.
14654         * gcc.dg/pch/pch.exp: Likewise.
14656 2003-06-04  Roger Sayle  <roger@eyesopen.com>
14658         * gcc.dg/builtins-2.c: Add tests for tan(atan(x)).
14659         * gcc.dg/builtins-3.c: Add tests for tan(0.0) and atan(0.0).
14660         * gcc.dg/builtins-7.c: Add tests for tan(atan(x)) == x.
14661         * gcc.dg/builtins-17.c: New test case.
14662         * gcc.dg/i386-387-4.c: New test case.
14663         * gcc.c-torture/execute/ieee/mzero4.c: New test case.
14665 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
14667         * gcc.dg/ultrasp9.c: New test.
14669 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
14671         * gcc.c-torture/compile/20030604-1.c: New test.
14672         * gcc.dg/sparc-constant-1.c: New test.
14674 2003-06-03  Glen Nakamura  <glen@imodulo.com>
14676         * gcc.dg/20020525-1.c: Replace 0x5a5a5a5a with -1.
14678 2003-06-03  J"orn Rennecke <joern.rennecke@superh.com>
14680         * g++.dg/abi/empty6.C (B): Request alignment of 8 bytes.
14682         * gcc.dg/torture/builtin-noret-1.c (_exit, _Exit): Make weak.
14683         * gcc.dg/torture/builtin-noret-2.c (_exit, _Exit): Likewise.
14685 2003-06-03  Aldy Hernandez  <aldyh@redhat.com>
14687         * gcc.c-torture/compile/simd-5.x: Remove xfail for PPC64.
14689 2003-06-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14691         PR c++/10940
14692         * g++.dg/template/spec10.C: New test.
14694 2003-06-03  Roger Sayle  <roger@eyesopen.com>
14696         * gcc.dg/builtins-16.c: New test case.
14698 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
14700         * gcc.c-torture/execute/builtins/string-4.c (main_test): Remove
14701         mempcpy test with post-increments.
14702         * gcc.c-torture/execute/string-opt-3.c: New test.
14703         * gcc.dg/string-opt-1.c: New test.
14705 2003-06-03  David Billinghurst <David.Billinghurst@riotinto.com>
14707         PR fortran/10965
14708         * g77.f-torture/compile/20000601-2.f: Fix non-standard code.
14710 2003-06-02  Mark Mitchell  <mark@codesourcery.com>
14712         * lib/scanasm.exp (dg-scan): New function, factored out of ...
14713         (scan-assembler): ... here.  Use dg-scan.
14714         (scan-assembler-not): Likewise.
14715         (scan-file): New function.
14716         (scan-file-not): Likewise.
14717         * gcc.dg/cpp/19990228-1.c: Use scan-file and/or scan-file-not.
14718         * gcc.dg/cpp/_Pragma4.c: Likewise.
14719         * gcc.dg/cpp/_Pragma5.c: Likewise.
14720         * gcc.dg/cpp/avoidpaste1.c: Likewise.
14721         * gcc.dg/cpp/avoidpaste2.c: Likewise.
14722         * gcc.dg/cpp/cmdlne-C2.c: Likewise.
14723         * gcc.dg/cpp/cmdlne-P.c: Likewise.
14724         * gcc.dg/cpp/cmdlne-dD-M.c: Likewise.
14725         * gcc.dg/cpp/cmdlne-dD-dM.c: Likewise.
14726         * gcc.dg/cpp/cmdlne-dI-M.c: Likewise.
14727         * gcc.dg/cpp/cmdlne-dM-M.c: Likewise.
14728         * gcc.dg/cpp/cmdlne-dM-dD.c: Likewise.
14729         * gcc.dg/cpp/cmdlne-dN-M.c: Likewise.
14730         * gcc.dg/cpp/cxxcom1.c: Likewise.
14731         * gcc.dg/cpp/line1.c: Likewise.
14732         * gcc.dg/cpp/maccom1.c: Likewise.
14733         * gcc.dg/cpp/maccom2.c: Likewise.
14734         * gcc.dg/cpp/maccom3.c: Likewise.
14735         * gcc.dg/cpp/maccom4.c: Likewise.
14736         * gcc.dg/cpp/maccom5.c: Likewise.
14737         * gcc.dg/cpp/maccom6.c: Likewise.
14738         * gcc.dg/cpp/multiline.c: Likewise.
14739         * gcc.dg/cpp/spacing1.c: Likewise.
14740         * gcc.dg/cpp/spacing2.c: Likewise.
14741         * gcc.dg/cpp/trad/cmdlne-C2.c: Likewise.
14742         * gcc.dg/cpp/trad/maccom1.c: Likewise.
14743         * gcc.dg/cpp/trad/maccom2.c: Likewise.
14744         * gcc.dg/cpp/trad/maccom3.c: Likewise.
14745         * gcc.dg/cpp/trad/maccom4.c: Likewise.
14746         * gcc.dg/cpp/trad/maccom6.c: Likewise.
14747         * gcc.dg/cpp/cxxcom2.c: Likewise.
14748         * gcc.dg/cpp/cxxcom2.h: New file.
14750         * gcc.dg/cpp/truefalse.cpp: Move it to ...
14751         * g++.dg/cpp/truefalse.C: Here.
14752         * gcc.dg/cpp/cpp.exp: Remove scanning of ".cpp" files.
14754 2003-06-01  Loren James Rittle  <ljrittle@acm.org>
14756         * gcc.dg/cpp/redef3.c: New file.
14758 2003-06-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
14760         * gcc.dg/i386-loop-3.c: New test.
14762 2003-05-31  Toon Moene  <toon@moene.indiv.nluug.nl>
14764         * g77.dg/ffree-form-2.f: XFAIL removed, because fixed.
14766 2003-05-31  Roger Sayle  <roger@eyesopen.com>
14768         * gcc.dg/fwrapv-1.c: New test case.
14769         * gcc.dg/fwrapv-2.c: New test case.
14771 2003-05-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14773         PR c++/10956
14774         * g++.dg/template/spec9.C: New test.
14776 2003-05-29  Roger Sayle  <roger@eyesopen.com>
14778         * gcc.dg/duff-4.c: New test case.
14780 2003-05-27  David Billinghurst <David.Billinghurst@riotinto.com>
14782         PR fortran/10843
14783         * g77.dg/ffixed-form-1.f: New test
14784         * g77.dg/ffixed-form-2.f: New test
14785         * g77.dg/ffree-form-2.f: New test - XFAIL pending fix
14786         * g77.dg/ffree-form-3.f: New test
14788 2003-05-26  Andreas Tobler <a.tobler@schweiz.ch>
14790         * gcc.dg/wchar_t-1.c: XFAIL on darwin, no wchar.h available.
14791         * gcc.dg/wint_t-1.c: Likewise.
14793 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14795         * g++.dg/template/access11.C: New test.
14797 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14799         PR c++/10849
14800         * g++.dg/template/access10.C: New test.
14802 2003-05-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
14803             Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14805         * gcc.c-torture/compile/simd-5.x: XFAIL on SPARC64.
14807 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
14809         * gcc.dg/torture/builtin-noret-1.c: Add dg-option -multiply_defined
14810         suppress for powerpc-*-darwin*.
14811         * gcc.dg/torture/builtin-noret-2.c: Likewise.
14813 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
14815         * gcc.c-torture/execute/builtins/builtins.exp: Add -multiply_defined
14816         suppress option for powerpc-*-darwin*.
14818 2003-05-23  Roger Sayle  <roger@eyesopen.com>
14820         * gcc.dg/builtins-1.c: Add tests for tan and atan.
14821         * gcc.dg/builtins-4.c: Add test for fmod.
14823 2003-05-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14825         PR c++/10682
14826         * g++.dg/template/instantiate4.C: New test.
14828 2003-05-22  Roger Sayle  <roger@eyesopen.com>
14830         * gcc.c-torture/execute/ieee/inf-2.c: New test case.
14832 2003-05-21  Janis Johnson  <janis187@us.ibm.com>
14834         * gcc.dg/compat/scalar-return-1_main.c: New file.
14835         * gcc.dg/compat/scalar-return-1_x.c: New file.
14836         * gcc.dg/compat/scalar-return-1_y.c: New file.
14837         * gcc.dg/compat/scalar-return-2_main.c: New file.
14838         * gcc.dg/compat/scalar-return-2_x.c: New file.
14839         * gcc.dg/compat/scalar-return-2_y.c: New file.
14840         * gcc.dg/compat/struct-return-3_main.c: New file.
14841         * gcc.dg/compat/struct-return-3_y.c: New file.
14842         * gcc.dg/compat/struct-return-3_x.c: New file.
14843         * gcc.dg/compat/struct-return-2_main.c: New file.
14844         * gcc.dg/compat/struct-return-2_x.c: New file.
14845         * gcc.dg/compat/struct-return-2_y.c: New file.
14847 2003-05-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
14849         * g++.old-deja/g++.law/profile1.C (dg-options): Add -static to options
14850         for hppa*-hp-hpux*.
14851         * gcc.dg/20021014-1.c (dg-options): Likewise.
14852         * gcc.dg/nest.c (dg-options): Likewise.
14854 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
14856         PR c++/9738
14857         * g++.dg/ext/dllimport2.C: New file.
14858         * g++.dg/ext/dllimport3.C: New file.
14860 2003-05-20  Janis Johnson  <janis187@us.ibm.com>
14862         * gcc.dg/compat/struct-by-value-3_x.c: Move common pieces to headers.
14863         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
14864         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
14865         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
14866         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
14867         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
14868         * gcc.dg/compat/struct-by-value-7_x.c Ditto.
14869         * gcc.dg/compat/struct-by-value-7_y.c Ditto.
14870         * gcc.dg/compat/small-struct-defs.h: New file.
14871         * gcc.dg/compat/small-struct-init.h: New file.
14872         * gcc.dg/compat/small-struct-check.h: New file.
14873         * gcc.dg/compat/fp-struct-defs.h: New file.
14874         * gcc.dg/compat/fp-struct-check.h: New file.
14875         * gcc.dg/compat/fp-struct-init.h: New file.
14876         * gcc.dg/compat/fp-struct-test-by-value-y.h: New file.
14877         * gcc.dg/compat/fp-struct-test-by-value-x.h: New file.
14879 2003-05-19  Jakub Jelinek  <jakub@redhat.com>
14881         * gcc.dg/20030225-2.c: New test.
14883 2003-05-18  Roger Sayle  <roger@eyesopen.com>
14884             Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14886         * gcc.c-torture/compile/20030518-1.c: New test case.
14888 2003-05-18  Mark Mitchell  <mark@codesourcery.com>
14890         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Add opt_opts parameter.
14891         * gcc.dg/debug/debug.exp: Pass opt_opts parameter to
14892         gcc-dg-debug-runtest.
14893         * g++.dg/debug/debug.exp: Pass opt_opts parameter to
14894         gcc-dg-debug-runtest.
14896 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14898         PR c++/9022
14899         * g++.dg/lookup/using6.C: New test.
14901 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14903         * g++.dg/parse/access2.C: New test.
14905 2003-05-17  Mark Mitchell  <mark@codesourcery.com>
14907         * lib/gcc-dg.exp (gcc-dg-debug-runtest): New method.
14908         * g++.dg/debug/debug.exp: Use gcc-dg-debug-runtest.
14909         * gcc.dg/debug/debug.exp: Likewise.
14911 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
14913         * gcc.dg/dollar.c: New test.
14915 2003-05-16  Janis Johnson  <janis187@us.ibm.com>
14917         * gcc.dg/compat/struct-by-value-4_main.c: Split into multiple tests.
14918         * gcc.dg/compat/struct-by-value-4_x.c: Split into multiple tests.
14919         * gcc.dg/compat/struct-by-value-4_y.c: Split into multiple tests.
14920         * gcc.dg/compat/struct-by-value-5_main.c: Split into multiple tests.
14921         * gcc.dg/compat/struct-by-value-5_x.c: Split into multiple tests.
14922         * gcc.dg/compat/struct-by-value-5_y.c: Split into multiple tests.
14923         * gcc.dg/compat/struct-by-value-6_main.c: New file.
14924         * gcc.dg/compat/struct-by-value-6_x.c: New file.
14925         * gcc.dg/compat/struct-by-value-6_y.c: New file.
14926         * gcc.dg/compat/struct-by-value-7_main.c: New file.
14927         * gcc.dg/compat/struct-by-value-7_x.c: New file.
14928         * gcc.dg/compat/struct-by-value-7_y.c: New file.
14929         * gcc.dg/compat/struct-by-value-8_main.c: New file.
14930         * gcc.dg/compat/struct-by-value-8_x.c: New file.
14931         * gcc.dg/compat/struct-by-value-8_y.c: New file.
14932         * gcc.dg/compat/struct-by-value-9_main.c: New file.
14933         * gcc.dg/compat/struct-by-value-9_x.c: New file.
14934         * gcc.dg/compat/struct-by-value-9_y.c: New file.
14936 2003-05-16  Mark Mitchell  <mark@codesourcery.com>
14938         * lib/gcc-dg.exp (gcc-dg-test): Rename to ...
14939         (gcc-dg-test-1): ... this.  Add target_compile parameter.  Add
14940         support for "repo" mode.
14941         * lib/g++-dg.exp: Use gcc-dg.exp to implement all functionality.
14942         * lib/g77-dg.exp: Likewise.
14943         * lib/obj-dg.exp: Likewise.
14945 2003-05-16  Jakub Jelinek  <jakub@redhat.com>
14947         Merge from gcc-3_2-rhl8-branch:
14948         2003-04-23  Jakub Jelinek  <jakub@redhat.com>
14950         * gcc.dg/tls/opt-6.c: New test.
14952         2003-04-05  Jakub Jelinek  <jakub@redhat.com>
14954         * gcc.dg/20030405-1.c: New test.
14956         2003-03-09  Jakub Jelinek  <jakub@redhat.com>
14958         * gcc.dg/20030309-1.c: New test.
14960         2003-03-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
14962         * gcc.c-torture/execute/20030307-1.c: New test.
14964         2003-02-20  Randolph Chung  <tausq@debian.org>
14966         * gcc.c-torture/compile/20030220-1.c: New test.
14968         2003-02-18  Jakub Jelinek  <jakub@redhat.com>
14970         * gcc.dg/20030217-1.c: New test.
14972         2003-01-29  Jakub Jelinek  <jakub@redhat.com>
14974         * gcc.c-torture/compile/20020129-1.c: New test.
14976         2002-12-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
14978         * gcc.dg/unroll-1.c: New test.
14980         2002-11-16  Jan Hubicka  <jh@suse.cz>
14982         * gcc.c-torture/execute/20020920-1.c: New test.
14984         2002-10-08  Jakub Jelinek  <jakub@redhat.com>
14986         PR target/7434
14987         * gcc.c-torture/compile/20021008-1.c: New test.
14989         2002-08-10  Gwenole Beauchesne  <gbeauchesne@mandrakesoft.com>
14991         PR target/7559
14992         * testsuite/gcc.c-torture/execute/20020810-1.c: New test.
14994         2002-08-07  Jakub Jelinek  <jakub@redhat.com>
14996         * gcc.c-torture/compile/20020807-1.c: New test.
14998         2002-07-30  Jakub Jelinek  <jakub@redhat.com>
15000         * gcc.dg/tls/opt-1.c: New test.
15002         2002-07-29  Jakub Jelinek  <jakub@redhat.com>
15004         * gcc.dg/20020729-1.c: New test.
15006         2002-07-20  Jakub Jelinek  <jakub@redhat.com>
15008         * g++.dg/opt/life1.C: New test.
15010         2002-05-20  Jakub Jelinek  <jakub@redhat.com>
15012         * gcc.dg/20020525-1.c: New test.
15014         2002-05-24  Jakub Jelinek  <jakub@redhat.com>
15016         PR c++/6794
15017         * g++.dg/ext/pretty1.C: New test.
15018         * g++.dg/ext/pretty2.C: New test.
15020 2003-05-15  Mark Mitchell  <mark@codesourcery.com>
15022         PR c++/8385
15023         * g++.dg/ext/typeof5.C: New test.
15025 2003-05-15  J"orn Rennecke <joern.rennecke@superh.com>
15027         * gcc.c-torture/execute/builtins/string-asm-1.c: Take
15028         __USER_LABEL_PREFIX__ into account.
15029         * gcc.c-torture/execute/builtins/string-asm-2.c: Likewise.
15031 2003-05-14  Roger Sayle  <roger@eyesopen.com>
15033         * gcc.dg/builtins-15.c: New test case.
15035 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
15037         * gcc.dg/const-elim-1.c: Tighten scan-assembler-not regexp.
15039 2003-05-12  Mark Mitchell  <mark@codesourcery.com>
15041         * lib/g++.exp: Tweak handling of additional source files.
15042         * g++.dg/special/conpr-2.C: Use dg-gpp-additional-sources.
15043         * g++.dg/special/conpr-2a.C: Rename to ...
15044         * g++.dg/special/conpr-2a.cc: ... this.
15045         * g++.dg/special/conpr-3.C: Use dg-gpp-additional-sources.
15046         * g++.dg/special/conpr-3a.C: Rename to ...
15047         * g++.dg/special/conpr-3a.cc: This.
15048         * g++.dg/special/conpr-3b.C: Rename to ...
15049         * g++.dg/special/conpr-3b.cc: This.
15050         * g++.dg/special/conpr-4.C: New test.
15051         * g++.dg/special/ecos.exp: Rewrite to use ordinary dg driver.
15053 2003-05-12  David Edelsohn  <edelsohn@gnu.org>
15055         * debug/debug.exp: Skip debug-[12].c at -O3 on non-Dwarf targets.
15057 2003-05-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15059         * g++.old-deja/g++.brendan/ns1.C: Remove private member warning.
15060         * g++.old-deja/g++.robertl/eb71.C: Likewise.
15061         * g++.old-deja/g++.brendan/warnings1.C: Add -Wctor-dtor-privacy.
15062         * g++.old-deja/g++.other/warn3.C: Likewise.
15064 2003-05-11  Roger Sayle  <roger@eyesopen.com>
15066         * gcc.dg/i386-387-1.c: Update to also test log.
15067         * gcc.dg/i386-387-2.c: Likewise.
15069 2003-05-11  Toon Moene  <toon@moene.indiv.nluug.nl>
15071         * g77.f-torture/execute/int8421.f: New test.
15073 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15075         PR c++/10230, c++/10481
15076         * g++.dg/lookup/scoped5.C: New test.
15078 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15080         PR c++/10552
15081         * g++.dg/template/ttp6.C: New test.
15083 2003-05-11  Richard Sandiford  <rsandifo@redhat.com>
15085         * gcc.c-torture/execute/builtins: New directory.
15086         * gcc.c-torture/execute/string-opt-{3,4,16,17,18,19}.c: Move into
15087         gcc.c-torture/execute/builtins.
15088         * gcc.c-torture/execute/string-opt-asm-{1,2}.c: Likewise.
15089         * gcc.c-torture/execute/builtin-noret-{1,2}.c: Move to...
15090         * gcc.dg/torture: ...this new directory.  Turn into link-only tests.
15091         * gcc.dg/no-builtin-1.c: Move into gcc.c-torture/execute/builtins.
15093 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15095         PR c++/9252
15096         * g++.dg/template/access8.C: New test.
15097         * g++.dg/template/access9.C: New test.
15099 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15101         PR c++/9554
15102         * g++.dg/parse/access1.C: New test.
15104 2003-05-09  DJ Delorie  <dj@redhat.com>
15106         * g++.dg/other/stdarg1.C: Make sure arg "3" is passed as a
15107         long, and not an int.
15109 2003-05-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15111         PR c++/10555, c++/10576
15112         * g++.dg/template/memclass1.C: New test.
15114 2003-05-08  DJ Delorie  <dj@redhat.com>
15116         * gcc.c-torture/execute/20020404-1.x: New, skip for 16-bit
15117         targets.
15118         * gcc.c-torture/execute/20021024-1.x: Likewise.
15119         * gcc.c-torture/execute/shiftdi.x: Likewise.
15120         * g++.old-deja/g++.mike/p700.C: Handle 16-bit targets.
15121         * g++.old-deja/g++.other/exprstmt1.C: Likewise.
15122         * gcc.dg/20021018-1.c: Likewise.
15124 2003-05-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15126         * g++.dg/other/packed1.C: Mark xfail for sparc*- not sparc-.
15128         gcc.c-torture/execute/string-opt-19.c: Add general rodata tests.
15129         (bcopy): Call memmove.
15131 2003-05-08  Roger Sayle  <roger@eyesopen.com>
15133         * g77.f-torture/compile/8485.f: New test case.
15135 2003-05-07  Richard Henderson  <rth@redhat.com>
15137         PR c++/10570
15138         * g++.dg/eh/forced1.C: Expect catch-all handlers to run.
15139         Verify exception_cleanup not called for rethrows.
15140         * g++.dg/eh/forced2.C: Test that exception_cleanup is called
15141         when exiting catch block without rethrowing.
15142         * g++.dg/eh/forced3.C: New.
15143         * g++.dg/eh/forced4.C: New.
15145 2003-05-07  Aldy Hernandez  <aldyh@redhat.com>
15147         * gcc.dg/20030505.c: Fix triplet.
15149 2003-05-06  DJ Delorie  <dj@redhat.com>
15151         * gcc.dg/20021014-1.c: XFAIL for xstormy16 also.
15152         * gcc.dg/nest.c: Likewise.
15154 2003-05-05  Roger Sayle  <roger@eyesopen.com>
15156         * gcc.dg/builtins-14.c: New test case.
15158 2003-05-05  Janis Johnson  <janis187@us.ibm.com>
15160         * lib/compat.exp (compat-execute): New argument.
15161         * g++.dg/compat/compat.exp: Pass new argument to compat-execute.
15162         * gcc.dg/compat: New test directory.
15163         * gcc.dg/compat/compat.exp: New expect script.
15164         * gcc.dg/compat/scalar-by-value-1_main.c: New test file.
15165         * gcc.dg/compat/scalar-by-value-1_x.c: New test file.
15166         * gcc.dg/compat/scalar-by-value-1_y.c: New test file.
15167         * gcc.dg/compat/scalar-by-value-2_main.c: New test file.
15168         * gcc.dg/compat/scalar-by-value-2_x.c: New test file.
15169         * gcc.dg/compat/scalar-by-value-2_y.c: New test file.
15171         * gcc.dg/compat/struct-by-value-1_main.c: New test file.
15172         * gcc.dg/compat/struct-by-value-1_x.c: New test file.
15173         * gcc.dg/compat/struct-by-value-1_y.c: New test file.
15174         * gcc.dg/compat/struct-by-value-2_main.c: New test file.
15175         * gcc.dg/compat/struct-by-value-2_x.c: New test file.
15176         * gcc.dg/compat/struct-by-value-2_y.c: New test file.
15177         * gcc.dg/compat/struct-by-value-3_main.c: New test file.
15178         * gcc.dg/compat/struct-by-value-3_x.c: New test file.
15179         * gcc.dg/compat/struct-by-value-3_y.c: New test file.
15180         * gcc.dg/compat/struct-by-value-4_main.c: New test file.
15181         * gcc.dg/compat/struct-by-value-4_x.c: New test file.
15182         * gcc.dg/compat/struct-by-value-4_y.c: New test file.
15183         * gcc.dg/compat/struct-by-value-5_main.c: New test file.
15184         * gcc.dg/compat/struct-by-value-5_x.c: New test file.
15185         * gcc.dg/compat/struct-by-value-5_y.c: New test file.
15187 2003-05-05  Zack Weinberg  <zack@codesourcery.com>
15189         * gcc.dg/const-elim-1.c, gcc.dg/const-elim-2.c: New testcases.
15191 2003-05-05  Jakub Jelinek  <jakub@redhat.com>
15193         * gcc.c-torture/execute/string-opt-18.c (main): Add 3 new tests.
15195 2003-05-05  Geoffrey Keating  <geoffk@apple.com>
15197         * gcc.c-torture/execute/ieee/fp-cmp-8.c: New test.
15198         * gcc.dg/ppc-fsel-2.c: New test.
15200         * gcc.dg/unused-5.c: New test.
15202 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15204         PR c++/10496
15205         * g++.dg/warn/pmf1.C: New test.
15207 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15209         PR c++/4494
15210         * g++.dg/warn/main.C: New test.
15212 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15214         * gcc.dg/nonnull-3.c: New test.
15216 2003-05-04  Neil Booth  <neil@daikokuya.co.uk>
15218         * gcc.dg/cpp/Wtrigraphs.c: Update.
15219         * gcc.dg/cpp/Wtrigraphs-2.c: New tests.
15221 2003-05-03  Geoffrey Keating  <geoffk@apple.com>
15223         * gcc.dg/ppc-fsel-1.c: New test.
15225 2003-05-03  Zack Weinberg  <zack@codesourcery.com>
15227         PR c/10604
15228         * gcc.dg/compare7.c, g++.dg/warn/compare1.C: New testcases.
15230 2003-05-03  Kazu Hirata  <kazu@cs.umass.edu>
15232         * gcc.dg/m-un-2.c: Fix the typedef of size_t.
15234 2003-05-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15236         PR c++/9364, c++/10553, c++/10586
15237         * g++.dg/parse/typename4.C: New test.
15238         * g++.dg/parse/typename5.C: Likewise.
15240 2003-05-03  Richard Sandiford  <rsandifo@redhat.com>
15242         * gcc.c-torture/compile/20030503-1.c: New test.
15244 2003-05-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15246         * g++.dg/lookup/using5.C: Fix testcase error.
15248 2003-05-01  Chris Demetriou  <cgd@broadcom.com>
15250         * gcc.dg/special/mips-abi.exp (is_meabi_config): Remove,
15251         since MEABI is no longer supported.  Remove all vestiges
15252         of MEABI from the test.
15254 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15256         PR c++/10554
15257         * g++.dg/lookup/using5.C: New test.
15259 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15261         PR c++/8772
15262         * g++.dg/template/ttp5.C: New test.
15264 2003-04-30  Mark Mitchell  <mark@codesourcery.com>
15266         * lib/g++-dg.exp (g++-dg-test): Add "repo" option.
15267         (dg-gpp-additional-sources): New function.
15268         (dg-gpp-additional-files): Likewise.
15269         * lib/g++.exp (additional_sources): New variable.
15270         (additional_files): Likewise.
15271         (g++_target_compile): Deal with them.
15272         * lib/old-dejagnu.exp: Remove.
15273         * g++.old-deja/old-deja.exp: Use dg.exp, not old-dejagnu.exp.
15274         * g++.old-deja: Revise all tests to use dg commands.
15276 2003-04-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15278         PR c++/9432, c++/9528
15279         * g++.dg/lookup/using4.C: New test.
15281 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
15283         * gcc.dg/noreturn-5.c: New file.
15284         * gcc.dg/noreturn-6.c: New file.
15286         * gcc.c-torture/compile/inline-1.c: New file.
15288 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
15290         PR c++/10551
15291         * g++.dg/template/explicit1.C: New test.
15293 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
15295         PR c++/10549
15296         * g++.dg/other/bitfield1.C: New test.
15298         PR c++/10527
15299         * g++.dg/init/new7.C: New test.
15301 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
15303         * g++.dg/ext/desig1.C: New test.
15304         * g++.dg/ext/init1.C: Update.
15306         * g++.old-deja/g++.pt/deduct5.C: Remove unnecessary initializer.
15308 2003-04-28  Mark Mitchell  <mark@codesourcery.com>
15310         PR c++/10180
15311         * g++.dg/warn/Winline-1.C: New test.
15313 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
15315         * gcc.c-torture/execute/string-opt-19.c: New test.
15317         * gcc.c-torture/execute/string-opt-asm-1.c: New test.
15318         * gcc.c-torture/execute/string-opt-asm-2.c: New test.
15320 2003-04-27  Mark Mitchell  <mark@codesourcery.com>
15322         PR c++/10506
15323         * g++.dg/init/new6.C: New test.
15325         PR c++/10503
15326         * g++.dg/init/ref6.C: New test.
15328 2003-04-26  David Edelsohn  <edelsohn@gnu.org>
15330         * g++.dg/warn/weak1.C: XFAIL on AIX4.
15332 2003-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15334         * gcc.c-torture/execute/string-opt-8.c: Don't perform cmpstr
15335         checks for __pj__, but do them for !__OPTIMIZE__ and __s390__.
15337 2003-04-25  Mark Mitchell  <mark@codesourcery.com>
15339         * g++.old-deja/g++.pt/instantiate12.C: Explicit instantiate
15340         initialized static data members.
15342 2003-04-25  H.J. Lu <hjl@gnu.org>
15344         * gcc.dg/ia64-sync-4.c: New test.
15346 2003-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15348         * gcc.c-torture/execute/string-opt-18.c: Clean up.  Fix copyright
15349         date.
15351 2003-04-24  Nathan Sidwell  <nathan@codesourcery.com>
15353         PR c++/10337
15354         * g++.dg/warn/conv1.C: New test.
15355         * g++.old-deja/g++.other/conv7.C: Adjust.
15356         * g++.old-deja/g++.other/overload14.C: Adjust.
15358 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
15360         PR c++/10471
15361         * g++.dg/template/defarg2.C: New test.
15363 2003-04-23  Neil Booth  <neil@daikokuya.co.uk>
15365         * gcc.dg/cpp/include2.c: Update.
15366         * gcc.dg/cpp/multiline-2.c: New.
15367         * gcc.dg/cpp/multiline.c: Update.
15368         * gcc.dg/cpp/strify2.c: Update.
15369         * gcc.dg/cpp/trad/literals-2.c: Update.
15371 2003-04-23  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
15373         * g++.dg/other/packed1.C: XFAIL hppa*-*-*.
15375 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
15377         * g++.dg/parse/typedef1.C: Tweak after fix for PR 10428.
15379 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
15381         PR c++/10451
15382         * g++.dg/parse/crash4.C: New test.
15384         PR c++/9847
15385         * g++.dg/parse/crash5.C: New test.
15387 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
15389         PR c++/10446
15390         * g++.dg/parse/crash3.C: New test.
15392         PR c++/10428
15393         * g++.dg/parse/elab1.C: New test.
15395 2003-04-22  Devang Patel  <dpatel@apple.com>
15397         * gcc.dg/cpp/trad/funlike-5.c: New test.
15399 2003-04-21  Andreas Tobler <a.tobler@schweiz.ch>
15401         * g++.dg/other/packed1.C: Fix dg options.
15403 2003-04-22  Nathan Sidwell  <nathan@codesourcery.com>
15405         * g++.dg/other/offsetof2.C: New test.
15407 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
15409         * g++.dg/template/recurse.C: Adjust location of error messages.
15411 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
15413         PR c++/9881
15414         * g++.dg/init/addr-const1.C: New test.
15415         * g++.dg/other/packed1.C: XFAIL on aligned architectures.
15417 2003-04-20  Nathan Sidwell  <nathan@codesourcery.com>
15419         PR c++/10405
15420         * g++.dg/lookup/struct-hack1.C: New test.
15422 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
15424         * ucs.c: Update diagnostic messages.
15426 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
15428         * gcc.dg/cpp/truefalse.cpp: New test.
15429         * gcc.dg/cpp/cpp.exp: Update.
15430         * g++.dg/other/stdbool-if.C: Remove.
15432 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
15434         * gcc.dg/cpp/_Pragma4.c: Remove stray space.
15435         * gcc.dg/cpp/trad/escaped-eof.c: Correct line number.
15437 2003-04-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
15439         * gcc.c-torture/compile/20030418-1.c: New test.
15441 2003-04-17  Janis Johnson  <janis187@us.ibm.com>
15443         * README.compat: Remove; content moved to doc/sourcebuild.texi.
15445 2003-04-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15447         PR c++/10347
15448         g++.dg/template/dependent-name1.C: New test.
15450 2003-04-17  J"orn Rennecke <joern.rennecke@superh.com>
15452         * gcc.dg/warn-1.c (tourist_guide): New array,
15453         contains a pointer to bar.
15455 2003-04-16  Roger Sayle  <roger@eyesopen.com>
15457         * gcc.dg/Wunreachable-5.c: New test case for PR c/10175.
15458         * gcc.c-torture/execute/medce-1.c: New test case.
15459         * gcc.c-torture/execute/medce-2.c: New test case.
15461 2003-04-15  Mark Mitchell  <mark@codesourcery.com>
15463         * lib/prune.exp: Ignore more messages.
15465         PR c++/10381
15466         * g++.dg/parse/lookup3.C: New test.
15468 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
15470         * gcc.c-torture/compile/20030415-1.c : New test.
15472 2003-04-14  Mark Mitchell  <mark@codesourcery.com>
15474         * gcc.c-torture/execute/scope-2.c: Move to ...
15475         * gcc.dg/noncompile/scope.c: .... here.
15477 2003-04-14  Roger Sayle  <roger@eyesopen.com>
15479         * gcc.dg/20030414-2.c: New test case.
15481 2003-04-14  Hans-Peter Nilsson  <hp@axis.com>
15483         PR target/10377
15484         * gcc.dg/20030414-1.c: New test.
15486 2003-04-13  Roger Sayle  <roger@eyesopen.com>
15488         * gcc.dg/builtins-12.c: New test case.
15489         * gcc.dg/builtins-13.c: New test case.
15491 2003-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15493         * gcc.c-torture/execute/string-opt-18.c: New test.
15495 2003-04-13  Mark Mitchell  <mark@codesourcery.com>
15497         PR c++/10300
15498         * g++.dg/init/new5.C: New test.
15500 2003-04-12  Mark Mitchell  <mark@codesourcery.com>
15502         PR c++/7910
15503         * g++.dg/ext/dllimport1.C: New test.
15505 2003-04-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
15507         * gcc.dg/ultrasp8.c: Fix for 32-bit Sparc.
15509 2003-04-11  Bud Davis <bdavis9659@comcast.net>
15511         PR Fortran/9263
15512         * g77.f-torture/noncompile/9263.f: New test
15513         PR Fortran/1832
15514         * g77.f-torture/execute/1832.f: New test
15516 2003-04-11  David Chad  <davidc@freebsd.org>
15517             Loren J. Rittle  <ljrittle@acm.org>
15519         libobjc/8562
15520         * objc.dg/headers.m: New test.
15522 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
15524         * gcc.c-torture/execute/builtin-noret-2.c: New.
15525         * gcc.c-torture/execute/builtin-noret-2.x: New.
15526         XFAIL builtin-noret-2.c at -O1 and above.
15527         * gcc.dg/redecl.c: New.
15528         * gcc.dg/Wshadow-1.c: Update error regexps.
15530 2003-04-10  Mark Mitchell  <mark@codesourcery.com>
15532         * g++.dg/abi/bitfield10.C: New test.
15534 2003-04-09  Mike Stump  <mrs@apple.com>
15536         * gcc.dg/pch/pch.exp: Make testcase names longer.
15537         * g++.dg/pch/pch.exp: Make testcase names longer.
15539 2003-04-08  Roger Sayle  <roger@eyesopen.com>
15541         * gcc.dg/builtins-11.c: New test case.
15543 2003-04-08  Roger Sayle  <roger@eyesopen.com>
15545         * gcc.dg/builtins-9.c: New test case.
15546         * gcc.dg/builtins-10.c: New test case.
15548 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
15550         * gcc.dg/noncompile/init-4.c.c: New test.
15552 2003-04-06  Nathan Sidwell  <nathan@codesourcery.com>
15554         * gcc.misc-test/gcov-9.c: New test.
15555         * gcc.misc-test/gcov-10.c: New test
15556         * gcc.misc-test/gcov-11.c: New test.
15558 2003-04-05  Zack Weinberg  <zack@codesourcery.com>
15560         PR optimization/10024
15561         * gcc.c-torture/compile/20030405-1.c: New test.
15563 2003-04-04  Geoffrey Keating  <geoffk@apple.com>
15565         * gcc.dg/pch/static-3.c: New.
15566         * gcc.dg/pch/static-3.hs: New.
15567         * gcc.dg/pch/pch.exp: Test with -O0 -g too.
15569 2003-04-04  Richard Henderson  <rth@redhat.com>
15571         * g++.dg/eh/forced1.C: Use _Unwind_SjLj_ForcedUnwind as appropriate.
15572         * g++.dg/eh/forced2.C: Likewise.
15574 2003-04-03  Mike Stump  <mrs@apple.com>
15576         * lib/scanasm.exp (scan-assembler): Add xfail processing for
15577         target arg.
15578         (scan-assembler-times, scan-assembler-not): Likewise.
15579         (scan-assembler-dem, scan-assembler-dem-not): Likewise.
15581 2003-04-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
15583         * gcc.dg/sparc-loop-1.c: New test.
15585 2003-04-02  Geoffrey Keating  <geoffk@apple.com>
15587         PR other/9274
15588         * g++.dg/pch/system-2.C: New.
15589         * g++.dg/pch/system-2.Hs: New.
15591 2003-04-02  Aldy Hernandez  <aldyh@redhat.com>
15593         * g++.dg/eh/simd-2.C (vecfunc): Fix typo.
15595         * g++.dg/eh/simd-1.C (vecfunc): Same.
15597 2003-04-01  Roger Sayle  <roger@eyesopen.com>
15599         * gcc.c-torture/execute/20030401-1.c: New test case.
15601 2003-04-01  Ziemowit Laski <zlaski@apple.com>
15603         * objc.dg/defs.m: New.
15605 2003-04-01  Aldy Hernandez  <aldyh@redhat.com>
15607         * g++.dg/eh/simd-1.C: New.
15608         * g++.dg/eh/simd-2.C: New.
15610 2003-03-01  Aldy Hernandez  <aldyh@redhat.com>
15612         * gcc.c-torture/execute/simd-3.c: New.
15614 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
15616         PR c/9936
15617         * gcc.dg/20030331-2.c: New test.
15619 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
15621         PR c++/10278
15622         * g++.dg/parse/crash2.C: New test.
15624 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
15626         * gcc.c-torture/compile/20030331-1.c: New test, moved from...
15627         * gcc.c-torture/execute/20030331-1.c: ...here.
15629 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
15631         * gcc.c-torture/execute/20030331-1.c: New test.
15633 2003-03-31  Nathan Sidwell  <nathan@codesourcery.com>
15635         * lib/gcov.exp: Adjust call return testing strings.
15636         * g77.dg/gcov/gcov-1.f: Don't expect unconditional branches.
15638 2003-03-31  Roger Sayle  <roger@eyesopen.com>
15640         * gcc.dg/builtins-3.c: Add new tests for sin and cos.
15641         * gcc.dg/builtins-7.c: New test case.
15642         * gcc.dg/builtins-8.c: New test case.
15644 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
15646         * gcc.c-torture/execute/ieee/20030331-1.c: New test.
15648 2003-03-30  Mark Mitchell  <mark@codesourcery.com>
15650         PR c++/7647
15651         * g++.dg/lookup-class-member-2.C: New test.
15653 2003-03-30  Glen Nakamura  <glen@imodulo.com>
15655         * gcc.dg/20030324-1.c: Add comments and abort if test fails.
15657 2003-03-28  Roger Sayle  <roger@eyesopen.com>
15659         * gcc.c-torture/execute/ieee/fp-cmp-6.c:  Correct test for -O0.
15661 2003-03-28  Mark Mitchell  <mark@codesourcery.com>
15663         * g++.dg/init/attrib1.C: New test.
15665 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
15667         * gcc.dg/ultrasp8.c: New test.
15669 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
15671         * gcc.dg/ultrasp7.c: New test.
15673 2003-03-28  Nathan Sidwell  <nathan@codesourcery.com>
15675         PR c++/10047
15676         * g++.dg/template/inline1.C: New test.
15678 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
15680         * gcc.dg/sparc-dwarf2.c: New test.
15682 2003-03-27  Roger Sayle  <roger@eyesopen.com>
15684         * gcc.c-torture/execute/ieee/fp-cmp-6.c: New test case.
15685         * gcc.c-torture/execute/ieee/fp-cmp-7.c: New test case.
15687 2003-03-27  Mark Mitchell  <mark@codesourcery.com>
15689         * lib/gcov.exp (run-gcov): Add branches and calls options, rather
15690         than reading .x files.
15691         * g++.dg/gcov/gcov-1.C: Use run-gcov options, not .x files.
15692         * g77.dg/gcov/gcov-1.f: Likewise.
15693         * gcc.misc-tests/gcov-4b.c: Likewise.
15694         * gcc.misc-tests/gcov-5b.c: Likewise.
15695         * gcc.misc-tests/gcov-6.c: Likewise.
15696         * gcc.misc-tests/gcov-7.c: Likewise.
15697         * gcc.misc-tests/gcov-8.c: Likewise.
15698         * g++.dg/gcov/gcov-1.x: Remove.
15699         * g77.dg/gcov/gcov-1.x: Likewise.
15700         * gcc.misc-tests/gcov-4b.x: Likewise.
15701         * gcc.misc-tests/gcov-5b.x: Likewise.
15702         * gcc.misc-tests/gcov-6.x: Likewise.
15703         * gcc.misc-tests/gcov-7.x: Likewise.
15704         * gcc.misc-tests/gcov-8.x: Likewise.
15706 2003-03-27  Glen Nakamura  <glen@imodulo.com>
15708         PR opt/10087
15709         * gcc.dg/20030324-1.c: New test.
15711 2003-03-27  Nathan Sidwell  <nathan@codesourcery.com>
15713         PR c++/10224
15714         * g++.dg/template/arg3.C: New test.
15716         PR c++/10158
15717         * g++.dg/template/friend18.C: New test.
15719 2003-03-26  Roger Sayle  <roger@eyesopen.com>
15721         * g77.f-torture/compile/20030326-1.f: New test case.
15723 2003-03-26  Janis Johnson  <janis187@us.ibm.com>
15725         * gcc.c-torture/execute/20020227-1.x: Don't XFAIL for powerpc64.
15727         * gcc.c-torture/compile/simd-5.x: Expect XFAIL for powerpc64.
15729 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
15731         * gcc.dg/ia64-sync-3.c: New test.
15733 2003-03-26  Alan Modra  <amodra@bigpond.net.au>
15735         * gcc.dg/loop-2.c: Replace "inline" with "__inline__".
15737 2003-03-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
15739         * gcc.dg/ultrasp6.c: New test.
15741 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
15743         * gcc.dg/i386-signbit-1.c: New test.
15744         * gcc.dg/i386-signbit-2.c: New test.
15745         * gcc.dg/i386-signbit-3.c: New test.
15747 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
15749         * gcc.dg/ultrasp5.c: Fix options.
15751 2003-03-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
15753         * gcc.dg/ultrasp5.c: Fix comment.
15755 2003-03-24  Bud Davis  <bdavis9659@comcast.net>
15757         PR fortran/10197
15758         * g77.f-torture/execute/10197.f: New test.
15760 2003-03-24  Nathan Sidwell  <nathan@codesourcery.com>
15762         PR c++/9898, c++/383
15763         * g++.dg/template/conv6.C: New test.
15765         PR c++/10119
15766         * g++.dg/template/ptrmem5.C: New test.
15768         PR c++/10026
15769         * g++.dg/lookup/koenig1.C: New test.
15771         PR C++/10199
15772         * g++.dg/lookup/template2.C: New test.
15774 2003-03-24  Jakub Jelinek  <jakub@redhat.com>
15776         * g++.dg/opt/rtti1.C: New test.
15778 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
15780         * gcc.dg/ultrasp5.c: New test.
15782 2003-03-23  Arpad Beszedes <beszedes@cc.u-szeged.hu>
15784         PR middle-end/9967
15785         * gcc.c-torture/execute/stdio-opt-1.c: Adjust test for change to
15786         builtin fputs.
15788 2003-03-23  Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
15790         PR c/8224
15791         * gcc.dg/20030323-1.c: New test.
15793 2003-03-23  Roger Sayle  <roger@eyesopen.com>
15795         * gcc.c-torture/compile/20030323-1.c: New test case.
15797 2003-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
15799         * gcc.dg/20030321-1.c: New test.
15801 2003-03-22  Zack Weinberg  <zack@codesourcery.com>
15803         * gcc.dg/Wshadow-1.c: Add a dg-warning line.
15805 2003-03-22  Nathan Sidwell  <nathan@codesourcery.com>
15807         PR c++/9978, c++/9708
15808         * g++.dg/ext/vlm1.C: Adjust expected error.
15809         * g++.dg/ext/vla2.C: New test.
15810         * g++.dg/template/arg1.C: New test.
15811         * g++.dg/template/arg2.C: New test.
15813 2003-03-22  Bud Davis  <bdavis9659@comcast.net>
15815         * g77.f-torture/execute/select.f: New test.
15816         * g77.f-torture/noncompile/select_no_compile.f: New test.
15818 2003-03-21  Nathan Sidwell  <nathan@codesourcery.com>
15820         PR c++/9898
15821         * g++.dg/other/error4.C: New test.
15823 2003-03-20  Mark Mitchell  <mark@codesourcery.com>
15825         * g++.dg/template/friend17.C: New test.
15827 2003-03-21  Alan Modra  <amodra@bigpond.net.au>
15829         * gcc.c-torture/compile/20030320-1.c: New.
15831 2003-03-20  Roger Sayle  <roger@eyesopen.com>
15833         * gcc.dg/builtins-6.c: New test case.
15835 2003-03-19  Alan Modra  <amodra@bigpond.net.au>
15837         PR target/10073
15838         * gcc.c-torture/compile/20030319-1.c: New.
15840 2003-03-18  Jan Hubicka  <jh@suse.cz>
15842         * gcc.dg/i386-cvt-1.c: New test.
15844 2003-03-17  Zack Weinberg  <zack@codesourcery.com>
15846         * objc.dg/naming-1.m: Use "(parse|syntax) error".
15847         * objc.dg/naming-2.m: Likewise.
15849 2003-03-17  Mark Mitchell  <mark@codesourcery.com>
15851         PR c++/9639
15852         * g++.dg/parse/crash1.C: New test.
15854 2003-03-16  Mark Mitchell  <mark@codesourcery.com>
15856         PR c++/8805
15857         * g++.dg/eh/cleanup1.C: New test.
15859 2003-03-16  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
15861         * gcc.c-torture/execute/20030316-1.c: New test case.
15863 2003-03-16  Nathan Sidwell  <nathan@codesourcery.com>
15865         PR c++/9629
15866         * g++.dg/init/ctor2.C: New test.
15868 2003-03-15  Roger Sayle  <roger@eyesopen.com>
15870         * g77.f-torture/compile/xformat.f: New test case.
15872 2003-03-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
15874         * g++.old-deja/g++.mike/eh33.C: Remove xfail for hppa*-*-*.
15875         * g++.old-deja/g++.mike/eh50.C: Likewise.
15877 2003-03-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15879         PR c++/6440
15880         * g++.dg/template/spec7.C: New test.
15881         * g++.dg/template/spec8.C: Likewise.
15883 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
15885         * gcc.c-torture/execute/20030313-1.c: New test.
15887 2003-03-14  Richard Henderson  <rth@redhat.com>
15889         * gcc.dg/inline-2.c: Adjust alpha test for external call.
15891 2003-03-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
15893         * gcc.c-torture/compile/20030314-1.c: New test.
15895 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
15897         * gcc.dg/dll-1.c: Remove thumb target. Change exp to _exp.
15898         * gcc.dg/dll-2.c: Enable for cygwin and mingw. Remove
15899         thumb target,
15900         * gcc.dg/dll-3.c: Likewise. Adjust scan-assembler
15901         to accept newer _imp__  prefix and additional
15902         newline in .drectve section.
15903         * gcc.dg/dll-4.c: Likewise.
15904         * gcc.dg/dll-5.c: New file to test -mnop-fun-dllimport
15905         switch.
15907 2003-03-13  Mark Mitchell  <mark@codesourcery.com>
15909         * g++.dg/parse/namespace9.C: New test.
15911         * g++.dg/init/ref5.C: New test.
15912         * g++.dg/parse/ptrmem1.C: Likewise.
15914 2003-03-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
15916         * gcc.dg/special/ecos.exp (gcsec-1.c): Find linker used by gcc.
15917         * gcc.dg/old-style-asm-1.c (dg-final): Add hpux label alternative to
15918         regular expression.
15919         * gcc.dg/funcorder.c (dg-final): Check for "link_error,%r" on hppa*-*-*.
15920         * gcc.dg/inline-1.c (dg-final): Check for "xyzzy?,%r" on hppa*-*-*.
15922 2003-03-12  Daniel Jacobowitz  <drow@mvista.com>
15924         * gcc.c-torture/execute/20030224-2.c: New test.
15926 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
15928         * gcc.dg/decl-3.c: New test.
15930 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
15932         * gcc.dg/i386-loop-2.c: New test.
15934 2003-03-11  Mark Mitchell  <mark@codesourcery.com>
15936         PR c++/9474
15937         * g++.dg/parse/namespace8.C: New test.
15939         PR c++/9924
15940         * g++.dg/overload/builtin2.C: New test.
15942 2003-03-11  Steven Bosscher  <s.bosscher@student.tudelft.nl>
15944         * gcc.dg/return-type-3.c: New test.
15946 2003-03-11  D.Venkatasubramanian  <dvenkat@noida.hcltech.com>
15948         * gcc.misc-tests/bprob.exp: Disable test cases for h8300-*-* as
15949         profiling options are not supported.
15951 2003-03-10  Mark Mitchell  <mark@codesourcery.com>
15953         * g++.old-deja/g++.benjamin/16077.C: Adjust warnings.
15954         * g++.old-deja/g++.warn/impint2.C: Likewise.
15956 2003-03-10  Devang Patel  <dpatel@apple.com>
15958         * g++.dg/cpp/c++_cmd_1.C: New test.
15959         * g++.dg/cpp/c++_cmd_1.h: New file.
15961 2003-03-10  Segher Boessenkool  <segher@koffie.nl>
15963         * gcc.dg/altivec-9.c: New file.
15965 2003-03-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15967         * gcc.dg/ppc-sdata-1.c: New test.
15968         * gcc.dg/ppc-sdata-2.c: New test.
15970 2003-03-09  Mark Mitchell  <mark@codesourcery.com>
15972         PR c++/9373
15973         * g++.dg/opt/ptrmem2.C: New test.
15975         PR c++/8534
15976         * g++.dg/opt/ptrmem1.C: New test.
15978 2003-03-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
15980         * gcc.dg/i386-loop-1.c: New test.
15982 2003-03-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15984         PR c++/9970
15985         * g++.dg/lookup/friend1.C: New test.
15987 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
15989         PR c++/9823
15990         * g++.dg/parser/constructor1.C: New test.
15992 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
15994         * gcc.c-torture/execute/20020720-1.x: Add xfail for cris-*-*.
15996         * gcc.dg/old-style-asm-1.c: Tweak to match mmix-knuth-mmixware.
15998 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
16000         * gcc.dg/cpp/Wunused.c: Update test.
16002 2003-03-08  Jan Hubicka  <jh@suse.cz>
16004         * gcc.dg/inline-3.c: New test.
16006 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
16008         PR c++/9809
16009         * g++.dg/parse/builtin1.C: New test.
16011         PR c++/9982
16012         * g++.dg/abi/cookie1.C: New test.
16013         * g++.dg/abi/cookie2.C: Likewise.
16015         PR c++/9524
16016         * g++.dg/template/field1.C: New test.
16018         PR c++/9912
16019         * g++.dg/parse/class1.C: New test.
16020         * g++.dg/parse/namespace7.C: Likewise.
16021         * g++.old-deja/g++.other/decl5.C: Remove XFAILs.
16023 2003-03-07  Mark Mitchell  <mark@codesourcery.com>
16025         * g++.dg/init/ref4.C: New test.
16027 2003-03-07  Jan Hubicka  <jh@suse.cz>
16029         * gcc.dg/i386-local2.c: Fix problems with certain versions of dejagnu.
16030         * gcc.dg/inline-3.c:  New test.
16032 2003-03-06  Mark Mitchell  <mark@codesourcery.com>
16034         * g++.dg/init/ref3.C: New test.
16036         PR c++/9965
16037         * g++.dg/init/ref2.C: New test.
16039         PR c++/9400
16040         * g++.dg/warn/Wshadow-2.C: New test.
16042         PR c++/9791
16043         * g++.dg/warn/Woverloaded-1.C: New test.
16045 2003-03-05  Jan Hubicka  <jh@suse.cz>
16047         * gcc.dg/i386-local2.c: New.
16048         * gcc.dg/i386-local.c: Fix typo.
16050 2003-03-05  Mark Mitchell  <mark@codesourcery.com>
16052         * g++.dg/abi/layout3.C: New test.
16054 2003-03-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
16056         * gcc.c-torture/compile/20030305-1.c
16058 2003-03-05  Jan Hubicka  <jh@suse.cz>
16060         * gcc.dg/i386-local.c: New.
16062 2003-03-04  J"orn Rennecke <joern.rennecke@superh.com>
16064         * gcc.dg/sh-relax.c: Disable for sh64-*-*.
16066 2003-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
16068         * gcc.dg/switch-2.c: New test.
16069         * gcc.dg/switch-3.c: New test.
16070         * gcc.dg/Wswitch.c: Adjust line numbers.
16071         * gcc.dg/Wswitch-default.c: Likewise.
16072         * gcc.dg/Wswitch-enum.c: Likewise.
16074 2003-03-04  Alexandre Oliva  <aoliva@redhat.com>
16076         * gcc.c-torture/execute/20030222-1.c: New test.
16078 2003-03-03  James E Wilson  <wilson@tuliptree.org>
16080         * gcc.dg/m68k-slp-ice.c: New test for PR c/7872.
16082 2003-03-03  Mark Mitchell  <mark@codesourcery.com>
16084         PR c++/9878
16085         * g++.dg/init/ref1.C: New test.
16087 2003-03-03  J"orn Rennecke <joern.rennecke@superh.com>
16089         * gcc.dg/sh-relax.c: New SH-only test.
16091 2003-03-03  Geoffrey Keating  <geoffk@apple.com>
16093         * gcc.c-torture/compile/20010327-1.c: Back out last change.  Add
16094         comment explaining purpose of testcase.
16096 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
16098         * gcc.c-torture/execute/960312-1.x: New file, must pass -mshort
16099         for HC11/HC12 (asm needs two int registers).
16100         * gcc.c-torture/compile/20020312-1.x: New file, don't execute on
16101         HC11/HC12 because the test uses an asm which needs two 32-bit
16102         registers.
16104 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
16106         * gcc.c-torture/compile/920501-12.x: New file, must pass -mshort
16107         for HC11/HC12 (array is too large otherwise).
16108         * gcc.c-torture/compile/920501-4.x: New file, likewise.
16109         * gcc.c-torture/compile/20010518-2.x: Likewise.
16110         * gcc.c-torture/compile/980506-1.x: Don't execute this test on
16111         HC11/HC12 (array is too large).
16113 2003-03-01  Geoffrey Keating  <geoffk@apple.com>
16115         * lib/gcc-dg.exp (gcc-dg-test): Change .pch to .gch.
16116         * lib/g++-dg.exp (g++-dg-test): Likewise.
16118 2003-03-01  Roger Sayle  <roger@eyesopen.com>
16120         * g++.old-deja/g++.other/builtins10.C: New test for PR 9367.
16121         * gcc.dg/format/attr-5.c: Handle new conflicting types warning.
16123 2003-03-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
16125         * g++.dg/warn/implicit-typename1.C: Remove warning.
16127 2003-02-28  Richard Henderson  <rth@redhat.com>
16129         * gcc.dg/noreturn-1.c: Move noreturn warning line.
16130         * gcc.dg/return-type-1.c: Move control reaches end warning line.
16132 2003-02-28  Geoffrey Keating  <geoffk@apple.com>
16134         * gcc.dg/pch/pch.exp: Change .pch to .gch.
16135         * g++.dg/pch/pch.exp: Likewise.
16137 2003-02-28  Mark Mitchell  <mark@codesourcery.com>
16139         PR c++/9879
16140         * testsuite/g++.dg/init/new4.C: New test.
16142 2003-02-28  Richard Earnshaw  <rearnsha@arm.com>
16144         * gcc.dg/arm-asm.c: Enable for StrongARM and XScale targets.
16146 2003-02-28  Alexandre Oliva  <aoliva@redhat.com>
16148         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead of
16149         unsigned long.
16151         * gcc.c-torture/compile/simd-3.c: Do nothing if double is not
16152         wider than float.
16154 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
16156         * lib/scanasm.exp: Add support for counting numbers of
16157         occurences.
16158         * gcc.dg/unswitch-1.c, gcc.dg/peel-1.c, gcc.dg/unroll-1.c,
16159         gcc.dg/unroll-2.c, gcc.dg/unroll-3.c: New tests.
16161 2003-02-25  Mark Mitchell  <mark@codesourcery.com>
16163         PR c++/9683
16164         * g++.dg/template/static3.C: New test.
16166         PR c++/9829
16167         * g++.dg/parse/namespace6.C: New test.
16169 2003-02-25  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
16171         PR target/9732
16172         * gcc.dg/20030225-1.c: New test.
16174 2003-02-24  Mark Mitchell  <mark@codesourcery.com>
16176         * README: Remove out-of-date information.
16178         PR c++/9836
16179         * g++.dg/template/spec6.C: New test.
16181 2003-02-24  Jeff Law  <law@redhat.com>
16183         * gcc.c-torture/compile/20030224-1.c: New test for ia32 backend bug.
16185 2003-02-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
16187         * g++.dg/other/pragma-ep-1.C: Test for __PRAGMA_EXTERN_PREFIX.
16188         * gcc.dg/pragma-ep-1.c: Likewise.
16190 2003-02-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
16192         PR c++/9602
16193         * g++.dg/template/friend16.C: New test.
16195 2003-02-23  Mark Mitchell  <mark@codesourcery.com>
16197         PR c++/5333
16198         * g++.dg/parse/fused-params1.C: Adjust error messages.
16199         * g++.dg/template/nested3.C: New test.
16201 2003-02-24  Alan Modra  <amodra@bigpond.net.au>
16203         * g++.dg/abi/param1.C: New test.
16205 2003-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
16207         PR c++/7982
16208         * g++.dg/warn/implicit-typename1.C: New test.
16210 2003-02-22  Kelley Cook <kelleycook@comcast.net>
16212         * g++.old-deja/g++.other/store-expr1.C: Replace "mcpu"
16213         with "mtune".
16214         * g++.old-deja/g++.other/store-expr2.C: Likewise.
16215         * gcc.c-torture/execute/20010129-1.x: Likewise.
16216         * gcc.dg/20011107-1.c: Likewise.
16217         * gcc.dg/20020108-1.c: Likewise.
16218         * gcc.dg/20020122-3.c: Likewise.
16219         * gcc.dg/20020206-1.c: Likewise.
16220         * gcc.dg/20020310-1.c: Likewise.
16221         * gcc.dg/20020426-2.c: Likewise.
16222         * gcc.dg/20020517-1.c: Likewise.
16223         * gcc.dg/991230-1.c: Likewise.
16224         * gcc.dg/i386-unroll-1.c: Likewise.
16225         * gcc.misc-tests/i386-prefetch.exp: Likewise.
16227 2003-02-22  Jan Hubicka  <jh@suse.cz>
16229         * gcc.dg/i386-mul.c: New test.
16231 2003-02-21  Roger Sayle  <roger@eyesopen.com>
16233         * gcc.dg/builtins-5.c: New test case.
16235 2003-02-22  Hans-Peter Nilsson  <hp@axis.com>
16237         * gcc.dg/asmreg-1.c: New test.
16239 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
16241         PR c++/9749
16242         * g++.dg/parse/varmod1.C: New test.
16244 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
16246         PR c++/9727
16247         * g++.dg/template/op1.C: New test.
16249 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
16251         PR c++/8906
16252         * g++.dg/template/nested2.C: New test.
16254 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
16256         PR c++/8724
16257         * g++.dg/expr/dtor1.C: New test.
16259 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
16261         * gcc.dg/cpp/include3.c: New test.
16262         * gcc.dg/cpp/inc/foo.h: New file.
16264 2003-02-21  Glen Nakamura  <glen@imodulo.com>
16266         * gcc.c-torture/execute/20030221-1.c: New test.
16268 2003-02-20  Mark Mitchell  <mark@codesourcery.com>
16270         PR c++/9729
16271         * g++.dg/abi/conv1.C: New test.
16273 2003-02-20  Jan Hubicka  <jh@suse.cz>
16275         * gcc.c-torture/execute/20020720-1.x: XFAIL for x86-64.
16277 2003-02-19  Daniel Jacobowitz  <drow@mvista.com>
16279         * gcc.c-torture/compile/20030219-1.c: New test.
16281 2003-02-18  Jan Hubicka  <jh@suse.cz>
16283         * gcc.dg/funcorder.c: New test.
16285 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
16287         * gcc.c-torture/execute/20030218-1.c: New.
16289 2003-02-18  Aldy Hernandez  <aldyh@redhat.com>
16291         * gcc.dg/20030218-1.c: New.
16293 2003-02-18  Richard Henderson  <rth@redhat.com>
16295         * gcc.dg/attr-invalid.c: Allow __used__ on static data.
16296         * gcc.dg/attr-used-2.c: New.
16298 2003-02-18  Mark Mitchell  <mark@codesourcery.com>
16300         PR c++/9704
16301         * g++.dg/init/copy5.C: New test.
16303 2003-02-18  Geoffrey Keating  <geoffk@apple.com>
16305         * gcc.dg/pch/pch.exp: Delete $bname.h before copying into it.
16306         * g++.dg/pch/pch.exp: Likewise.
16308 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
16310         * gcc.c-torture/execute/20030209-1.c: Enable the test if
16311         STACK_SIZE is not defined.
16313 2003-02-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
16315         PR c++/9457
16316         * g++.dg/template/init1.C: New test.
16318 2003-02-16  Jan HUbicka  <jh@suse.cz>
16320         * gcc.dg/c90-const-expr-3.c (DZERO): New static variable
16321         (foo): Add few extra tests
16322         * gcc.dg/c99-const-expr-3.c: Likewise.
16323         * gcc.c-torture/execute/20030216-1.c: New.
16325 2003-02-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
16327         PR c++/9459
16328         * g++.dg/ext/typeof4.C: New test.
16330 2003-02-15  Roger Sayle  <roger@eyesopen.com>
16332         * gcc.dg/i386-387-3.c: New test case.
16334 2003-02-14  Josef Zlomek  <zlomekj@suse.cz>
16336         * gcc.dg/20030213-1.c: Expect warning for unsupported -fpic on
16337         cris-*-elf* cris-*-aout* and mmix-*-*.
16339 2003-02-13  Josef Zlomek  <zlomekj@suse.cz>
16341         * gcc.dg/20030213-1.c: New test.
16343 2003-02-12  Roger Sayle  <roger@eyesopen.com>
16345         * gcc.dg/i386-387-1.c: Add new test for __builtin_atan2.
16346         * gcc.dg/i386-387-2.c: Likewise.
16348 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
16350         * gcc.dg/ppc-spe.c: Fix formatting.
16351         Enable tests that were previously unsupported by gas.
16352         Delete tests for instructions that no longer exist.
16353         Switch arguments on evsubifw builtin.
16355 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
16357         * gcc.c-torture/execute/20030209-1.c: Disable the test if
16358         STACK_SIZE is too small.
16360 2003-02-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
16361             Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
16363         * gcc.dg/decl-2.c: New test.
16365 2003-02-10  Jan Hubicka  <jh@suse.cz>
16367         * gcc.dg/i386-fpcvt-1.c:  New test.
16369 2002-02-09  Richard Sandiford  <rsandifo@redhat.com>
16371         * gcc.c-torture/execute/20030209-1.c: New test.
16373 2003-02-09  Kazu Hirata  <kazu@cs.umass.edu>
16375         * gcc.c-torture/execute/builtin-bitops-1.c: When testing the
16376         int-wide bitops, use the constants of the same width.
16377         Likewise, if long long is 32-bit wide, test bitops using
16378         32-bit constants.
16380 2003-02-07  Loren James Rittle  <ljrittle@acm.org>
16382         * gcc.dg/20021014-1.c: Annotate with expected notice text.
16384 2003-02-07  Roger Sayle  <roger@eyesopen.com>
16386         * testsuite/gcc.dg/builtins-4.c: New test case.
16388 2003-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16390         * gcc.dg/20020430-1.c: Fix dg command typos.
16391         * gcc.dg/20020503-1.c: Likewise.
16393 2003-02-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
16395         PR c++/8785
16396         * g++.dg/parse/fused-params1.C: New test.
16398         PR c++/8857
16399         * g++.dg/parse/tmpl-tmpl-operator1.C: New test.
16401         PR c++/8921
16402         * g++.dg/parse/non-dependent1.C: New test.
16404         PR c++/8928
16405         * g++.dg/parse/dupl-tmpl-args1.C: New test.
16407         PR c++/9228
16408         * g++.dg/parse/undefined7.C: New test.
16409         * g++.dg/parse/non-templ1.C: New test.
16411         PR c++/9229
16412         * g++.dg/parse/too-many-tmpl-args1.C: New test.
16414 2003-02-06  Eric Botcazou <ebotcazou@libertysurf.fr>
16416         * gcc.c-torture/compile/20030206-1.c: New test.
16418 2003-02-05  Roger Sayle  <roger@eyesopen.com>
16420         * gcc.c-torture/compile/921206-1.c: Rename undeclared function from
16421         "pow" to "foo" to avoid potential confusion with a math built-in.
16423 2003-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16425         * gcc.c-torture/execute/20020227-1.x: Update specific XFAIL
16426         conditions for SPARC targets.
16428 2003-02-05  Jakub Jelinek  <jakub@redhat.com>
16430         * gcc.dg/20030204-1.c: New test.
16432 2003-02-04  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
16434         PR c++/38
16435         * g++.dg/parse/array-size1.C: New test.
16437         PR c++/5657
16438         * g++.dg/parse/undefined3.C: New test.
16440         PR c++/5665
16441         * g++.dg/parse/undefined4.C: New test.
16443         PR c++/5975
16444         * g++.dg/parse/undefined5.C: New test.
16446         PR c++/7259
16447         * g++.dg/parse/tmpl-tmpl-param1.C: New test.
16449         PR c++/8578
16450         * g++.dg/parse/casting-operator1.C: New test.
16452         PR c++/8596
16453         * g++.dg/parse/undefined6.C: New test.
16455         PR c++/8736
16456         * g++.dg/parse/missing-template1.C: New test.
16458 2003-02-04  Jan Hubicka  <jh@suse.cz>
16460         * gcc.dg/i386-cadd.c:  Compile using -march=k8.
16461         * gcc.dg/i386-cmov?.c:  Likewise.
16462         * gcc.dg/i386-fpcvt-?.c:  Likewise.
16463         * gcc.dg/i386-ssefp-1.c:  Likewise.
16464         * gcc.dg/i386-ssetype-?.c:  Likewise; fix for register passing
16465         conventions.
16467 2003-02-03  Mark Mitchell  <mark@codesourcery.com>
16469         PR c++/7129
16470         * testsuite/g++.dg/ext/max.C: New test.
16472 2003-02-03  Jan Hubicka  <jh@suse.cz>
16474         * gcc.c-torture/execute/20030203-1.c: New test.
16476 2003-02-03  Richard Earnshaw  <rearnsha@arm.com>
16478         * gcc.c-torture/exectue/ieee/20000320-1.c: The ARM VFP format is
16479         'natural-endian'.
16481 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
16483         * g++.dg/init/new1.C: Remove -fvolatile dg-options line.
16484         * g++.dg/init/new2.C: Likewise.
16485         * g++.dg/other/new1.C: Likewise.
16487 2003-01-31  Loren J. Rittle <ljrittle@acm.org>
16489         * gcc.dg/struct-ret-libc.c: New test.
16491 2003-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
16493         * gcc.dg/20030129-1.c: New test.
16495 2003-01-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
16497         PR c++/8849
16498         * g++.dg/template/ptrmem4.C: New test.
16500 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
16502         * g++.dg/parser/constant1.C: New test.
16504 2003-01-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
16506         PR c++/8591
16507         * g++.dg/parse/friend2.C: New test.
16509 2003-01-29  Nathan Sidwell  <nathan@codesourcery.com>
16511         PR c++/9437
16512         * g++.dg/template/unify4.C: New test.
16514 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
16516         * gcc.c-torture/execute/20030128-1.c: New test.
16518 2003-01-28  Jeffrey D. Oldham  <oldham@codesourcery.com>
16520         * g++.dg/lookup/nested1.C: Test moved from ...
16521         * g++.old-deja/g++.other/lookup24.C: ... here.
16523 2003-01-28  Jan Hubicka  <jh@suse.cz>
16525         * gcc.dg/i386-cmov5.c:  New test.
16527 2003-01-28  D.Venkatasubramanian   <dvenkat@noida.hcltech.com>
16529         * gcc.c-torture/execute/20010925-1.c: Changed the
16530         memcpy declaration.
16532 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
16534         PR c++/3902
16535         * g++.dg/parse/template5.C: New test.
16537 2003-01-28  Toon Moene  <toon@moene.indiv.nluug.nl>
16539         PR fortran/9258
16540         * g77.dg/pr9258: New test.
16542 2003-01-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
16544         * README: Move relevant parts from README.g++.
16546         * README.g++: Remove this file.
16548 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
16550         * g++.dg/abi/dcast1.C: New test.
16552 2003-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16554         * gcc.c-torture/execute/builtin-constant.x: Only expect failure at -O1.
16556 2003-01-27  Jeffrey D. Oldham  <oldham@codesourcery.com>
16558         PR c++/47
16559         * g++.old-deja/g++.other/lookup24.C: New test.
16561 2003-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16563         PR middle-end/7227
16564         * gcc.dg/uninit-C.c: New test.
16566 2003-01-27  Nathan Sidwell  <nathan@codesourcery.com>
16568         * g++.dg/abi/covariant1.C: New test.
16570 2003-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
16572         * gcc.dg/20030123-1.c: New test.
16574 2003-01-25  Jan Hubicka  <jh@suse.cz>
16576         PR opt/8492
16577         * gcc.c-torture/compile/20030125-1.c
16579 2003-01-25  Nathan Sidwell  <nathan@codesourcery.com>
16581         PR c++/9403
16582         * g++.dg/parse/template3.C: New test.
16583         * g++.old-deja/g++.pt/memclass5.C: Add needed template keyword.
16585         PR c++/795
16586         * g++.dg/parse/template4.C: New test.
16588         PR c++/9415
16589         * g++.dg/template/qual2.C: New test.
16591         PR c++/8545
16592         * g++.old-deja/g++.brendan/parse3.C: Remove XFAIL.
16594         * g++.old-deja/g++.ns/bogus1.C: Change expected error.
16596 2003-01-25  Roger Sayle  <roger@eyesopen.com>
16598         * gcc.c-torture/execute/switch-1.c: New test case.
16600 2003-01-25  Jan Hubicka  <jh@suse.cz>
16602         * gcc.c-torture/execute/20030125-1.[cx]: New test.
16604 2003-01-25  Paolo Carlini  <pcarlini@unitus.it>
16606         Tweaks for Bison-1.875. From the NEWS file:
16607         "- `parse error' -> `syntax error'
16608         Bison now uniformly uses the term `syntax error'"
16609         * gcc.dg/cpp/19990413-1.c: Test for "(parse|syntax) error".
16610         * gcc.dg/cpp/digraph2.c: Likewise.
16611         * gcc.dg/cpp/direct2.c: Likewise.
16612         * gcc.dg/cpp/paste4.c: Likewise.
16613         * gcc.dg/c90-restrict-1.c: Likewise.
16614         * gcc.dg/c99-func-2.c: Likewise.
16615         * gcc.dg/noncompile/920721-2.c: Likewise.
16616         * gcc.dg/noncompile/930622-2.c: Likewise.
16617         * gcc.dg/noncompile/940112-1.c: Likewise.
16618         * gcc.dg/noncompile/950921-1.c: Likewise.
16619         * gcc.dg/noncompile/951123-1.c: Likewise.
16620         * gcc.dg/noncompile/971104-1.c: Likewise.
16621         * gcc.dg/noncompile/990416-1.c: Likewise.
16623 2003-01-24  Paolo Carlini  <pcarlini@unitus.it>
16625         * g++.dg/parse/undefined1.C: Add error message.
16627 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
16629         PR c++/9354
16630         * g++.dg/parse/new1.C: New test.
16632         PR c++/9216
16633         * g++.dg/parse/template2.C: New test.
16635         PR c++/9354
16636         * g++.dg/parse/typedef2.C: New test.
16638         PR c++/9328
16639         * g++.dg/ext/typeof3.C: New test.
16641 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
16643         PR c++/2738
16644         * g++.dg/parse/ret-type1.C: New test.
16646         PR c++/3792
16647         * g++.dg/parse/tmpl-outside1.C: New test.
16649         PR c++/4207
16650         * g++.dg/parse/int-as-enum1.C: New test.
16652         PR c++/4903
16653         * g++.dg/parse/no-typename1.C: New test.
16655         PR c++/5533
16656         * g++.dg/parse/no-value1.C: New test.
16658         PR c++/5921
16659         * g++.dg/parse/wrong-inline1.C: New test.
16661         PR c++/6402
16662         * g++.dg/parse/ref1.C: New test.
16664         PR c++/6992
16665         * g++.dg/parse/attr-ctor1.C: New test.
16667         PR c++/7229
16668         * g++.dg/parse/namespace5.C: New test.
16670         PR c++/7917
16671         * g++.dg/parse/func-def1.C: New test.
16673         PR c++/8143
16674         * g++.dg/parse/undefined1.C: New test.
16676         PR c++/5723, PR c++/8522
16677         * g++.dg/parse/specialization1.C: New test.
16679         PR c++/163, PR c++/8595
16680         * g++.dg/parse/struct-as-enum1.C: New test.
16682         PR c++/9173
16683         * g++.dg/parse/undefined2.C: New test.
16685 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
16687         PR c++/9298
16688         * g++.dg/parse/template1.C: New test.
16690         PR c++/9384
16691         * g++.dg/parse/using1.C: New test.
16693         PR c++/9285
16694         PR c++/9294
16695         * g++.dg/parse/expr2.C: New test.
16697         PR c++/9388
16698         * g++.dg/parse/lookup2.C: Likewise.
16700 2003-01-21  Jan Hubicka  <jh@suse.cz>
16702         * gcc.c-torture/execute/990208-1.c:  Add noinline attributes as needed.
16703         * gcc.c-torture/execute/eeprof-1.c:  Likewise.
16704         * gcc.c-torture/execute/stdio-opt-*.c: Likewise.
16705         * gcc.c-torture/execute/string-opt-*.c: Likewise.
16707 2003-01-20  Nick Clifton  <nickc@redhat.com>
16709         * gcc.c-torture/execute/20030117-1.c: New test case.  Exposes
16710         problem with ARM sibcall code generation.
16712 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
16714         * gcc.c-torture/execute/20030120-1.c: New.
16716 2003-01-19  Paolo Carlini  <pcarlini@unitus.it>
16718         * g++.old-deja/g++.pt/typename13.C: Remove XFAIL.
16720 2003-01-17  Mark Mitchell  <mark@codesourcery.com>
16722         PR c++/9272
16723         * g++.dg/parse/ctor1.C: New test.
16725         PR c++/9294:
16726         * g++.dg/parse/qualified1.C: New test.
16728         * g++.dg/parse/typename3.C: New test.
16730 2003-01-16  Richard Henderson  <rth@redhat.com>
16732         * g++.dg/tls/init-2.C: Fix error matches for real this time.
16734 2003-01-16  Richard Henderson  <rth@redhat.com>
16736         * g++.dg/pch/pch.exp: Copy test header to the working directory
16737         before using it either for precompilation or direct use.
16738         * g++.dg/pch/*.Hs: Rename from gcc.dg/pch/*.H.
16739         * g++.dg/pch/*.C: Include foo.H, not foo.Hp.
16741 2003-01-16  Richard Henderson  <rth@redhat.com>
16743         * gcc.dg/pch/pch.exp: Copy test header to the working directory
16744         before using it either for precompilation or direct use.
16745         * gcc.dg/pch/*.hs: Rename from gcc.dg/pch/*.h.
16746         * gcc.dg/pch/*.c: Include foo.h, not foo.hp.
16748 2003-01-16  Mark Mitchell  <mark@codesourcery.com>
16750         * gcc/testsuite/g++.dg/ext/typename1.C: Add typename keyword.
16751         * gcc/testsuite/g++.dg/template/crash1.C: Update error messages.
16752         * gcc/testsuite/g++.dg/template/crash2.C: Remove error message.
16753         * gcc/testsuite/g++.dg/parse/typename2.C: New test.
16754         * gcc/testsuite/g++.dg/template/typename2.C: Change implicit
16755         typename warning into error.
16756         * gcc/testsuite/g++.old-deja/g++.benjamin/tem03.C: Issue more
16757         error messages.
16758         * gcc/testsuite/g++.old-deja/g++.benjamin/tem04.C: Fix typos.
16759         * gcc/testsuite/g++.old-deja/g++.brendan/crash56.C: Add this->.
16760         * gcc/testsuite/g++.old-deja/g++.law/visibility13.C: Remove error
16761         messages.
16762         * gcc/testsuite/g++.old-deja/g++.ns/template17.C: Reorder code to
16763         make declaration visible in template.
16764         * gcc/testsuite/g++.old-deja/g++.pt/crash3.C: Fix typos.
16765         * gcc/testsuite/g++.old-deja/g++.pt/crash36.C: Issue more error
16766         messages.
16767         * gcc/testsuite/g++.old-deja/g++.pt/crash5.C: Improve error
16768         message.
16769         * gcc/testsuite/g++.old-deja/g++.pt/crash67.C: Remove warning.
16770         * gcc/testsuite/g++.old-deja/g++.pt/inherit1.C: Add this->.
16771         * gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C: Add error message.
16772         * gcc/testsuite/g++.old-deja/g++.pt/typename16.C: Replace implicit
16773         typename warning with error message.
16774         * gcc/testsuite/g++.old-deja/g++.pt/typename19.C: Remove warning.
16775         * gcc/testsuite/g++.old-deja/g++.robertl/eb112.C: Fix typo.
16776         * gcc/testsuite/g++.old-deja/g++.robertl/eb24.C: Use this->.
16778 2003-01-16  Nathan Sidwell  <nathan@codesourcery.com>
16780         * g++.dg/parse/ambig2.C: New test.
16782 2003-01-15  Richard Henderson  <rth@redhat.com>
16784         * g++.dg/tls/init-2.C: Update error message string.
16786 2003-01-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16788         * gcc.c-torture/execute/builtin-constant.x: XFAIL the test.
16790 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
16792         * gcc.c-torture/compile/20000804-1.x: Don't execute this test at
16793         all for HC11/HC12.
16794         * gcc.c-torture/compile/20001205-1.x: Likewise.
16795         * gcc.c-torture/compile/20001226-1.x: Likewise.
16796         * gcc.c-torture/compile/920520-1.x: Likewise.
16797         * gcc.c-torture/compile/961203-1.x: Likewise.
16798         * gcc.c-torture/compile/20020604-1.x: Likewise.
16800 2003-01-15  Jan Hubicka  <jh@suse.cz>
16802         * gcc.c-torture/compile/20030115-1.c: New test.
16804         * gcc.dg/i386-fpcvt-1.c: New test.
16805         * gcc.dg/i386-fpcvt-2.c: New test.
16807 2003-01-14  Jeffrey D. Oldham  <oldham@codesourcery.com>
16809         Further conform g++'s __vmi_class_type_info to the C++ ABI
16810         specification.
16811         * g++.old-deja/g++.abi/vmihint.C (main): Revise expected flags per
16812         the specification.
16814 2003-01-14  Jan Hubicka  <jh@suse.cz>
16816         * gcc.dg/i386-fpcvt-1.c: New test.
16817         * gcc.dg/i386-fpcvt-2.c: New test.
16819 2003-01-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
16821         * gcc.dg/i386-mmx-3.c: New test.
16823 2003-01-12  Mark Mitchell  <mark@codesourcery.com>
16825         PR c++/9264
16826         * g++.dg/parse/octal1.C: New file.
16828         PR c++/9172
16829         * g++.dg/parse/typename1.C: New file.
16831 2003-01-10  Danny Smith  <dannysmith@users.sourceforge.net>
16833         * gcc.dg/bf-ms-layout.c: Enable for cygwin and mingw32 targets.
16834         * gcc.dg/bf-no-ms-layout.c: Likewise.
16835         * gcc.dg/bf-ms-attrib.c: Likewise.
16837 2003-01-10  Mark Mitchell  <mark@codesourcery.com>
16839         PR c++/9099
16840         * g++.dg/parse/dtor1.C: New file.
16842         PR c++/9128
16843         * g++.dg/rtti/typeid1.C: New file.
16845         PR c++/9153
16846         * g++.dg/parse/lookup1.C: New file.
16848         PR c++/9171
16849         * g++.dg/templ/spec5.C: New file.
16851 2003-01-10  Josef Zlomek  <zlomekj@suse.cz>
16853         * gcc.c-torture/compile/20030110-1.c: New test.
16855 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
16857         Merge from pch-branch:
16859         2002-12-23  Geoffrey Keating  <geoffk@apple.com>
16861         * gcc.dg/pch/cpp-1.h: New.
16862         * gcc.dg/pch/cpp-1.c: New.
16863         * gcc.dg/pch/cpp-2.h: New.
16864         * gcc.dg/pch/cpp-2.c: New.
16866         2002-11-19  Geoffrey Keating  <geoffk@apple.com>
16868         * gcc.dg/pch/except-1.h: New.
16869         * gcc.dg/pch/except-1.c: New.
16871         2002-11-13  Geoffrey Keating  <geoffk@apple.com>
16873         * gcc.dg/pch/pch.exp: Ensure that <test>.hp doesn't exist before
16874         running test.
16875         * gcc.dg/pch: Include *.hp not *.h.
16876         * gcc.dg/pch/system-1.h: New.
16877         * gcc.dg/pch/system-1.c: New.
16879         2002-11-11  Geoffrey Keating  <geoffk@apple.com>
16881         * gcc.dg/pch/pch.exp: Compare .s files with/without PCH,
16882         rather than trying to build and run a program using PCH.
16883         * gcc.dg/pch: Remove dg-do commands from test files.
16885         2002-11-08  Geoffrey Keating  <geoffk@apple.com>
16887         * gcc.dg/pch/macro-3.c: New.
16888         * gcc.dg/pch/macro-3.h: New.
16890         2002-11-04  Geoffrey Keating  <geoffk@apple.com>
16892         * gcc.dg/pch/common-1.c: New.
16893         * gcc.dg/pch/common-1.h: New.
16894         * gcc.dg/pch/decl-1.c: New.
16895         * gcc.dg/pch/decl-1.h: New.
16896         * gcc.dg/pch/decl-2.c: New.
16897         * gcc.dg/pch/decl-2.h: New.
16898         * gcc.dg/pch/decl-3.c: New.
16899         * gcc.dg/pch/decl-3.h: New.
16900         * gcc.dg/pch/decl-4.c: New.
16901         * gcc.dg/pch/decl-4.h: New.
16902         * gcc.dg/pch/decl-5.c: New.
16903         * gcc.dg/pch/decl-5.h: New.
16904         * gcc.dg/pch/global-1.c: New.
16905         * gcc.dg/pch/global-1.h: New.
16906         * gcc.dg/pch/inline-1.c: New.
16907         * gcc.dg/pch/inline-1.h: New.
16908         * gcc.dg/pch/inline-2.c: New.
16909         * gcc.dg/pch/inline-2.h: New.
16910         * gcc.dg/pch/static-1.c: New.
16911         * gcc.dg/pch/static-1.h: New.
16912         * gcc.dg/pch/static-2.c: New.
16913         * gcc.dg/pch/static-2.h: New.
16915         2002-09-01  Geoffrey Keating  <geoffk@redhat.com>
16917         * g++.dg/pch/pch.exp: Better handle failing testcases.
16918         * gcc.dg/pch/pch.exp: Likewise.
16919         * gcc.dg/pch/macro-1.c: New.
16920         * gcc.dg/pch/macro-1.h: New.
16921         * gcc.dg/pch/macro-2.c: New.
16922         * gcc.dg/pch/macro-2.h: New.
16924         2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
16926         * g++.dg/dg.exp: Treat files in pch/ specially.
16927         * g++.dg/pch/pch.exp: New file.
16928         * g++.dg/pch/empty.H: New file.
16929         * g++.dg/pch/empty.C: New file.
16930         * lib/g++-dg.exp (g++-dg-test): Add case for when $do_what is
16931         "precompile".
16933         * gcc.dg/pch/pch.exp: New file.
16934         * gcc.dg/pch/empty.h: New file.
16935         * gcc.dg/pch/empty.c: New file.
16936         * lib/gcc-dg.exp (gcc-dg-test): Add case for when $do_what is
16937         "precompile".
16939 2003-01-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
16941         * g++.dg/template/friend14.C: New test.
16943 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
16945         * gcc.dg/old-style-asm-1.c: New test.
16947 2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
16949         * gcc.c-torture/compile/20030109-1.c: New test.
16951 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
16953         * gcc.c-torture/execute/20030109-1.c: New test.
16955 2003-01-08  Larin Hennessey  <larin@science.oregonstate.edu>
16957         * g++.old-deja/g++.mike/dyncast1.C: Remove reference to AMD A29K
16958         * g++.old-deja/g++.mike/dyncast2.C: Likewise
16959         * g++.old-deja/g++.mike/dyncast3.C: Likewise
16960         * g++.old-deja/g++.mike/eh2.C: Likewise
16961         * g++.old-deja/g++.mike/eh3.C: Likewise
16962         * g++.old-deja/g++.mike/eh5.C: Likewise
16963         * g++.old-deja/g++.mike/eh6.C: Likewise
16964         * g++.old-deja/g++.mike/eh7.C: Likewise
16965         * g++.old-deja/g++.mike/eh8.C: Likewise
16966         * g++.old-deja/g++.mike/eh9.C: Likewise
16967         * g++.old-deja/g++.mike/eh10.C: Likewise
16968         * g++.old-deja/g++.mike/eh12.C: Likewise
16969         * g++.old-deja/g++.mike/eh13.C: Likewise
16970         * g++.old-deja/g++.mike/eh14.C: Likewise
16971         * g++.old-deja/g++.mike/eh16.C: Likewise
16972         * g++.old-deja/g++.mike/eh17.C: Likewise
16973         * g++.old-deja/g++.mike/eh18.C: Likewise
16974         * g++.old-deja/g++.mike/eh21.C: Likewise
16975         * g++.old-deja/g++.mike/eh23.C: Likewise
16976         * g++.old-deja/g++.mike/eh24.C: Likewise
16977         * g++.old-deja/g++.mike/eh25.C: Likewise
16978         * g++.old-deja/g++.mike/eh26.C: Likewise
16979         * g++.old-deja/g++.mike/eh27.C: Likewise
16980         * g++.old-deja/g++.mike/eh28.C: Likewise
16981         * g++.old-deja/g++.mike/eh29.C: Likewise
16982         * g++.old-deja/g++.mike/eh31.C: Likewise
16983         * g++.old-deja/g++.mike/eh33.C: Likewise
16984         * g++.old-deja/g++.mike/eh34.C: Likewise
16985         * g++.old-deja/g++.mike/eh35.C: Likewise
16986         * g++.old-deja/g++.mike/eh36.C: Likewise
16987         * g++.old-deja/g++.mike/eh37.C: Likewise
16988         * g++.old-deja/g++.mike/eh38.C: Likewise
16989         * g++.old-deja/g++.mike/eh39.C: Likewise
16990         * g++.old-deja/g++.mike/eh40.C: Likewise
16991         * g++.old-deja/g++.mike/eh41.C: Likewise
16992         * g++.old-deja/g++.mike/eh42.C: Likewise
16993         * g++.old-deja/g++.mike/eh44.C: Likewise
16994         * g++.old-deja/g++.mike/eh46.C: Likewise
16995         * g++.old-deja/g++.mike/eh47.C: Likewise
16996         * g++.old-deja/g++.mike/eh48.C: Likewise
16997         * g++.old-deja/g++.mike/eh49.C: Likewise
16998         * g++.old-deja/g++.mike/eh50.C: Likewise
16999         * g++.old-deja/g++.mike/eh51.C: Likewise
17000         * g++.old-deja/g++.mike/eh53.C: Likewise
17001         * g++.old-deja/g++.mike/eh55.C: Likewise
17002         * g++.old-deja/g++.mike/p7912.C: Likewise
17003         * g++.old-deja/g++.mike/p9706.C: Likewise
17004         * g++.old-deja/g++.mike/p10416.C: Likewise
17005         * g++.old-deja/g++.mike/p11667.C: Likewise
17006         * g77.f-torture/compile/20010519-1.f: Remove reference to Convex.
17007         Remove redundant reference to Iris.
17008         * gcc.dg/20020312-2.c: Remove references to AMD A29K, Clipper, Convex,
17009         Elxsi, i860, Pico Java, and WE32K.
17011 2003-01-07  Mark Mitchell  <mark@codesourcery.com>
17013         * g++.dg/ext/asm4.C: New test.
17015 2003-01-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
17017         PR c++/9030
17018         * g++.dg/template/friend12.C: New test.
17019         * g++.dg/template/friend13.C: Likewise.
17020         * g++.old-deja/g++.eh/spec6.C: Add missing error message.
17022 2003-01-08  Jan Hubicka  <jh@suse.cz>
17024         * gcc.dg/i386-cadd.c: New test.
17025         * gcc.dg/i386-cmov4.c: Likewise.
17027 2003-01-06  Mark Mitchell  <mark@codesourcery.com>
17029         PR c++/9165
17030         * g++.dg/warn/Wunused-3.C: New test.
17032         * g++.dg/abi/bitfield9.C: New test.
17034         PR c++/9189
17035         * g++.dg/parse/defarg3.C: New test.
17037 2003-01-06  Nathan Sidwell  <nathan@codesourcery.com>
17039         * g++.dg/parse/ambig1.C: New test.
17040         * g++.dg/parse/defarg2.C: New test.
17042 2003-01-05  Mark Mitchell  <mark@codesourcery.com>
17044         * g++.dg/template/defarg-1.C: New test.
17045         * g++.dg/template/local2.C: Likewise.
17047 2003-01-05  Richard Sandiford  <rsandifo@redhat.com>
17049         * gcc.c-torture/execute/20030105-1.c: New test.
17051 2003-01-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
17053         * g++.dg/parse/namespace3.C: Remove extra semicolons.
17054         * g++.dg/parse/namespace4.C: Likewise.
17056 2003-01-03  Nathan Sidwell  <nathan@codesourcery.com>
17058         * g++.dg/template/ntp2.C: New test.
17060 2003-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
17062         * g++.dg/parse/extern-C-1.C: New test.
17064         * g++.dg/parse/namespace4.C: New test.
17066         * g++.dg/template/nested1.C: New test.
17068         * g++.dg/parse/namespace3.C: New test.
17070 2003-01-02  Nathanael Nerode  <neroden@gcc.gnu.org>
17072         * g++.dg/lookup/two-stage1.C: New test.
17074 2003-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17076         * g++.old-deja/g++.bugs/900404_04.C: Remove XFAIL.
17077         * g++.old-deja/g++.jason/access8.C: Likewise.
17078         * g++.old-deja/g++.other/decl5.C: Likewise.
17080 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
17082         * g++.dg/parse/parse7.C: New test.
17084 2003-01-02  Mark Mitchell  <mark@codesourcery.com>
17086         PR c++/2843
17087         * g++.dg/ext/attrib7.C: New test.
17089 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
17091         * g++.dg/parse/parse6.C: New test.
17093 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
17095         * gcc.dg/h8300-stack-1.c: New.
17097 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
17099         g++.dg/lookup/exception1.C: New test.
17101         g++.dg/lookup/template1.C: New test.
17103         g++.dg/parse/namespace2.C: New test.
17105         g++.dg/parse/parens2.C: New test.
17107 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
17109         * g++.dg/parse/parse5.C: New test.
17110         * g++.dg/lookup/scoped4.C: New test.
17112 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
17114         * g++.dg/parse/parens1.C: New test.
17116         * g++.dg/parse/parens2.C: Removed, turned out to duplicate
17117         angle-bracket1.C.
17118         * g++.dg/parse/parens2.C: New test.
17120         * g++.dg/lookup/scope-operator1.C: New test.
17122         * g++.dg/parse/operator1.C: New test.
17124 2003-01-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
17126         * g++.old-deja/g++.jason/ambig3.C: Remove XFAIL.
17127         * g++.old-deja/g++.other/access6.C: Likewise.
17128         * g++.old-deja/g++.other/decl1.C: Likewise.
17129         * g++.old-deja/g++.pt/typename12.C: Likewise.
17131 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
17133         * g++.dg/parse/namespace1.C: New test.
17135 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
17137         * g++.dg/parse/parse4.C: New test.
17139 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
17141         * g++.dg/parse/parse3.C: New test.
17143 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
17145         * g++.dg/parse/parse2.C: New test.
17147 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
17149         * g++.dg/template/friend11.C: New test.
17151 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
17153         * g++.dg/parse/parse1.C: New test.
17155 2002-12-31  Janis Johnson  <janis187@us.ibm.com>
17157         * lib/profopt.exp: Change the name of a global variable to avoid
17158         possible clashes with other test suites.
17160 2002-12-31  Nathan Sidwell  <nathan@codesourcery.com>
17162         * g++.dg/inherit/covariant8.C: New test.
17164 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
17166         * g++.dg/init/array9.C: New test.
17168         PR c++/9112
17169         * g++.dg/parse/expr1.C: New test.
17171 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
17173         * gcc.c-torture/compile/20021230-1.c: New test.
17175 2002-12-30  Nathan Sidwell  <nathan@codesourcery.com>
17177         * g++.dg/inherit/covariant5.C: New test.
17178         * g++.dg/inherit/covariant6.C: New test.
17179         * g++.dg/inherit/covariant7.C: New test.
17181 2002-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
17183         PR c++/2739
17184         * g++.dg/other/access2.C: New test.
17186 2002-12-29  Gabriel Dos Reis  <gdr@integrable-solutions.net>
17188         * g++.dg/other/anon-struct.C: No longer fails
17189         * g++.old-deja/g++.brendan/parse4.C: Likewise.
17190         * g++.old-deja/g++.brendan/parse5.C: Likewise.
17191         * g++.old-deja/g++.brendan/parse6.C: Likewise.
17193 2002-12-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
17195         * g++.dg/parse/angle-bracket.C (main): No longer fails.
17197 2002-12-27  Mark Mitchell  <mark@codesourcery.com>
17199         * g++.dg/eh/spec4.C: Remove stray semicolon.
17200         * g++.dg/expr/pmf-1.C: Change error message.
17201         * g++.dg/ext/asm1.C: Remove stray semicolon.
17202         * g++.dg/ext/typename1.C: Add missing typenames.
17203         * g++.dg/inherit/template-as-base.C: Change error message.
17204         * g++.dg/lookup/scoped1.C: Likewise.
17205         * g++.dg/lookup/scoped2.C: Likewise.
17206         * g++.dg/lookup/using2.C: Likewise.
17207         * g++.dg/other/component1.C: Remove stray semicolon.
17208         * g++.dg/other/do1.C: Change error message.
17209         * g++.dg/other/error2.C: Likewise.
17210         * g++.dg/other/init1.C: Likewise.
17211         * g++.dg/other/packed1.C: Remove stray semicolon.
17212         * g++.dg/other/ptrmem2.C: Change error message.
17213         * g++.dg/parse/parameter-declaration-1.C: Remove line number
17214         marker.
17215         * g++.dg/special/initp1.C: Remove invalid attribute usage.
17216         * g++.dg/template/access3.C: Add typename keyword.
17217         * g++.dg/template/access5.C: Remove stray semicolon.
17218         * g++.dg/template/access6.C: Likewise.
17219         * g++.dg/template/complit1.C: Likewise.
17220         * g++.dg/template/crash1.C: Change error message.
17221         * g++.dg/template/inherit2.C: Remove stray semicolon.
17222         * g++.dg/template/instantiate2.C: Likewise.
17223         * g++.dg/template/instantiate3.C: Change error message.
17224         * g++.dg/template/qual1.C: Remove stray semicolon.
17225         * g++.dg/template/qualttp18.C: Change error message.
17226         * g++.dg/template/ref1.C: Remove stray semicolon.
17227         * g++.dg/template/sizeof1.C (A::value): Declare it.
17228         * g++.dg/template/spec4.C: Change error message.
17229         * g++.dg/template/static1.C: Likewise.
17230         * g++.dg/template/type1.C: Likewise.
17231         * g++.dg/template/typename3.C: Likewise.
17232         * g++.old-deja/g++.benjamin/13478.C: Change error message.
17233         * g++.old-deja/g++.benjamin/15799.C: Remove stray semicolon.
17234         * g++.old-deja/g++.benjamin/bool01.C: Likewise.
17235         * g++.old-deja/g++.benjamin/bool02.C: Likewise.
17236         * g++.old-deja/g++.benjamin/p13417.C: Now fails due to use of
17237         named return value extension.
17238         * g++.old-deja/g++.benjamin/tem06.C: Remove stray semicolon.
17239         * g++.old-deja/g++.benjmain/warn01.C: Likewise.
17240         * g++.old-deja/g++.bob/extern_C.C: Likewise.
17241         * g++.old-deja/g++.bob/inherit2.C: Likewise.
17242         * g++.old-deja/g++.brendan/complex1.C: Likewise.
17243         * g++.old-deja/g++.brendan/copy5.C: Likewise.
17244         * g++.old-deja/g++.brendan/crash13.C: Likewise.
17245         * g++.old-deja/g++.brendan/crash15.C: Likewise.
17246         * g++.old-deja/g++.brendan/crash18.C: Change error message.
17247         * g++.old-deja/g++.brendan/crash37.C: Remove stray semicolon.
17248         * g++.old-deja/g++.brendan/crash38.C: Likewise.
17249         * g++.old-deja/g++.brendan/crash50.C: Likewise.
17250         * g++.old-deja/g++.brendan/crash56.C: Likewise.
17251         * g++.old-deja/g++.brendan/crash6.C: Use explicit specialization
17252         syntax.
17253         * g++.old-deja/g++.brendan/crash66.C: Remove stray semicolon.
17254         * g++.old-deja/g++.brendan/crash8.C: Change error message.
17255         * g++.old-deja/g++.brendan/ctors1.C: Remove stray semicolon.
17256         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
17257         * g++.old-deja/g++.brendan/shadow1.C: Likewise.
17258         * g++.old-deja/g++.brendan/template11.C: Likewise.
17259         * g++.old-deja/g++.brendan/template26.C: Likewise.
17260         * g++.old-deja/g++.brendan/template27.C: Use explicit
17261         specialization syntax.
17262         * g++.old-deja/g++.brendan/template30.C: Likewise.
17263         * g++.old-deja/g++.brendan/template5.C: Remove stray semicolon.
17264         * g++.old-deja/g++.brendan/visibility3.C: Account for use of
17265         non-dependent names.
17266         * g++.old-deja/g++.brendan/warnings4.C: Remove stray semicolon.
17267         * g++.old-deja/g++.brendan/warnings7.C: Likewise.
17268         * g++.old-deja/g++.bugs/900121_02.C: Likewise.
17269         * g++.old-deja/g++.eh/catchptr1.C: Likewise.
17270         * g++.old-deja/g++.ext/addrfunc4.C: Likewise.
17271         * g++.old-deja/g++.ext/namedret1.C: Now fails due to use of
17272         named return value extension.
17273         * g++.old-deja/g++.ext/namedret2.C: Likewise.
17274         * g++.old-deja/g++.ext/namedret3.C: Likewise.
17275         * g++.old-deja/g++.ext/return1.C: Likewise.
17276         * g++.old-deja/g++.ext/typename1.C: Add missing typename keywords.
17277         * g++.old-deja/g++.jason/access17.C: Issue more error messages.
17278         * g++.old-deja/g++.jason/access8.C: Likewise.
17279         * g++.old-deja/g++.jason/bool.C: Remove stray semicolon.
17280         * g++.old-deja/g++.jason/destruct.C: Remove incorrect
17281         pseudo-destructor names.
17282         * g++.old-deja/g++.jason/dtor3.C: Remove stray semicolon.
17283         * g++.old-deja/g++.jason/dtor5.C: Remove incorrect
17284         pseudo-destructor names.
17285         * g++.old-deja/g++.jason/opeq3.C: Remove stray semicolon.
17286         * g++.old-deja/g++.jason/overload19.C: Likewise.
17287         * g++.old-deja/g++.jason/overload32.C: Likewise.
17288         * g++.old-deja/g++.jason/parse11.C: Issue error messages about
17289         stray semicolons.
17290         * g++.old-deja/g++.jason/pmem2.C: Remove stray semicolon.
17291         * g++.old-deja/g++.jason/return.C: Likewise.
17292         * g++.old-deja/g++.jason/return2.C: Likewise.
17293         * g++.old-deja/g++.jason/shadow1.C: Likewise.
17294         * g++.old-deja/g++.jason/special.C: Use explicit specialization
17295         syntax.
17296         * g++.old-deja/g++.jason/template10.C: Account for use of
17297         non-dependent names.
17298         * g++.old-deja/g++.jason/template11.C: Use explicit specialization
17299         syntax.
17300         * g++.old-deja/g++.jason/template37.C: Likewise.
17301         * g++.old-deja/g++.law/access4.C: Change error messages.
17302         * g++.old-deja/g++.law/arm13.C:  Remove incorrect
17303         pseudo-destructor names.
17304         * g++.old-deja/g++.law/code-gen5.C: Remove stray semicolon.
17305         * g++.old-deja/g++.law/ctors9.C: Likewise.
17306         * g++.old-deja/g++.law/cvt22.C: Likewise.
17307         * g++.old-deja/g++.law/dtors5.C: Likewise.
17308         * g++.old-deja/g++.law/global-init1.C: Likewise.
17309         * g++.old-deja/g++.law/missed-error3.C: Likewise.
17310         * g++.old-deja/g++.law/operators28.C: Likewise.
17311         * g++.old-deja/g++.law/visibility28.C: Likewise.
17312         * g++.old-deja/g++.martin/eval1.C: Likewise.
17313         * g++.old-deja/g++.martin/pmf2.C: Remove qualifier in constructor
17314         name.
17315         * g++.old-deja/g++.mike/hog1.C: Remove stray semicolon.
17316         * g++.old-deja/g++.mike/net34.C: Likewise.
17317         * g++.old-deja/g++.mike/net36.C: Likewise.
17318         * g++.old-deja/g++.mike/ns2.C: Likewise.
17319         * g++.old-deja/g++.mike/p12306.C: Likewise.
17320         * g++.old-deja/g++.mike/p646.C: Adjust for removal of named return
17321         value extension.
17322         * g++.old-deja/g++.mike/p700.C: Likewise.
17323         * g++.old-deja/g++.mike/p701.C: Remove stray semicolon.
17324         * g++.old-deja/g++.mike/p710.C: Likewise.
17325         * g++.old-deja/g++.mike/p784.C: Adjust for removal of named return
17326         value extension.
17327         * g++.old-deja/g++.mike/pmf7.C: Remove stray semicolon.
17328         * g++.old-deja/g++.mike/pmf9.C: Likewise.
17329         * g++.old-deja/g++.ns/crash2.C: Likewise.
17330         * g++.old-deja/g++.ns/crash3.C: Likewise.
17331         * g++.old-deja/g++.ns/invalid1.C: Likewise.
17332         * g++.old-deja/g++.ns/ns17.C: Likewise.
17333         * g++.old-deja/g++.ns/template16.C: Likewise.
17334         * g++.old-deja/g++.ns/template5.C: Remove invalid use of template
17335         keyword.
17336         * g++.old-deja/g++.ns/template6.C: Remove stray semicolon.
17337         * g++.old-deja/g++.ns/using9.C: Remove stray semicolon.
17338         * g++.old-deja/g++.oliva/nameret1.C: Now fails due to use of
17339         named return value extension.
17340         * g++.old-deja/g++.oliva/nameret2.C: Likewise.
17341         * g++.old-deja/g++.other/access4.C: Issue additional error
17342         messages.
17343         * g++.old-deja/g++.other/array6.C: Remove stray semicolon.
17344         * g++.old-deja/g++.other/crash1.C: Isue additional error messages.
17345         * g++.old-deja/g++.other/crash11.C: Add missing class-key.
17346         * g++.old-deja/g++.other/crash25.C: Change error message.
17347         * g++.old-deja/g++.other/crash4.C: Change error message.
17348         * g++.old-deja/g++.other/debug7.C: Remove stray semicolon.
17349         * g++.old-deja/g++.other/decl5.C: Issue more error messages.
17350         * g++.old-deja/g++.other/defarg7.C: Remove circular dependency
17351         checks.
17352         * g++.old-deja/g++.other/defarg8.C: Likewise.
17353         * g++.old-deja/g++.other/dtor1.C: Remove stray semicolon.
17354         * g++.old-deja/g++.other/dtor10.C: Likewise.
17355         * g++.old-deja/g++.other/incomplete.C: Likewise.
17356         * g++.old-deja/g++.other/linkage7.C: Likewise.
17357         * g++.old-deja/g++.other/lookup19.C: Now fails due to corrected
17358         lookup algorithm.
17359         * g++.old-deja/g++.other/mangle2.C: Likewise.
17360         * g++.old-deja/g++.other/refinit2.C: Likewise.
17361         * g++.old-deja/g++.other/sizeof2.C: Change error messages.
17362         * g++.old-deja/g++.other/std1.C: Remove stray semicolon.
17363         * g++.old-deja/g++.pt/crash28.C: Likewise.
17364         * g++.old-deja/g++.pt/crash29.C: Use explicit specialization
17365         syntax.
17366         * g++.old-deja/g++.pt/crash32.C: Change error message.
17367         * g++.old-deja/g++.pt/crash43.C: Adjust error messages.
17368         * g++.old-deja/g++.pt/crash58.C: Remove stray semicolon.
17369         * g++.old-deja/g++.pt/crash65.C: Tweak to acount for change in
17370         error message position.
17371         * g++.old-deja/g++.pt/defarg5.C: Remove stray semicolon.
17372         * g++.old-deja/g++.pt/defarg8.C: Change error message.
17373         * g++.old-deja/g++.pt/eichin01.C: Use explicit specialization
17374         syntax.
17375         * g++.old-deja/g++.pt/eichin01a.C: Define static data members.
17376         * g++.old-deja/g++.pt/eichin01b.C: Likewise.
17377         * g++.old-deja/g++.pt/enum7.C: Remove stray semicolon.
17378         * g++.old-deja/g++.pt/explicit12.C: Remove invalid use of template
17379         keyword.
17380         * g++.old-deja/g++.pt/explicit31.C: Likewise.
17381         * g++.old-deja/g++.pt/explicit33.C: Remove stray semicolon.
17382         * g++.old-deja/g++.pt/explicit35.C: Remove invalid use of template
17383         keyword.
17384         * g++.old-deja/g++.pt/explicit71.C: Change error message.
17385         * g++.old-deja/g++.pt/explicit80.C: Use explicit specialization
17386         syntax.
17387         * g++.old-deja/g++.pt/friend28.C: Account for use of
17388         non-dependent names.
17389         * g++.old-deja/g++.pt/friend29.C: Likewise.
17390         * g++.old-deja/g++.pt/friend46.C: Adjust for correct name lookup
17391         rules.
17392         * g++.old-deja/g++.pt/friend48.C: Remove stray semicolon.
17393         * g++.old-deja/g++.pt/instantiate1.C: Use correct class-key.
17394         * g++.old-deja/g++.pt/instantiate11.C: Adjust for correct name
17395         lookup rules.
17396         * g++.old-deja/g++.pt/instantiate8.C: Remove stray semicolon.
17397         * g++.old-deja/g++.pt/instantiate9.C: Insert missing typename
17398         keyword.
17399         * g++.old-deja/g++.pt/memclass20.C: Likewise.
17400         * g++.old-deja/g++.pt/memclass5.C: Likewise.
17401         * g++.old-deja/g++.pt/memclass7.C: Remove invalid use of template
17402         keyword.
17403         * g++.old-deja/g++.pt/memtemp75.C: Likewise.
17404         * g++.old-deja/g++.pt/memtemp81.C: Remove stray semicolon.
17405         * g++.old-deja/g++.pt/memtemp87.C: Add missing access specifier.
17406         * g++.old-deja/g++.pt/overload13.C: Correct error messages.
17407         * g++.old-deja/g++.pt/parms2.C: Add missing typename keyword.
17408         * g++.old-deja/g++.pt/ptrmem1.C: Remove invalid use of template
17409         keyword.
17410         * g++.old-deja/g++.pt/spec10.C: Likewise.
17411         * g++.old-deja/g++.pt/spec28.C: Reorder declarations.
17412         * g++.old-deja/g++.pt/t10.C: Add explicit specialization syntax.
17413         * g++.old-deja/g++.pt/t32.C: Remove stray semicolon.
17414         * g++.old-deja/g++.pt/t35a.C: Add explicit specialization syntax.
17415         * g++.old-deja/g++.pt/ttp24.C: Remove stray semicolon.
17416         * g++.old-deja/g++.pt/ttp62.C: Likewise.
17417         * g++.old-deja/g++.pt/ttp64.C: Likewise.
17418         * g++.old-deja/g++.pt/typename11.C: Add missing typename keyword.
17419         * g++.old-deja/g++.pt/typename15.C: Likewise.
17420         * g++.old-deja/g++.pt/typename22.C: Likewise.
17421         * g++.old-deja/g++.pt/typename6.C: Change error messages.
17422         * g++.old-deja/g++.pt/using1.C: Remove stray semicolon.
17423         * g++.old-deja/g++.pt/virtual2.C: Likewise.
17424         * g++.old-deja/g++.robertl/eb118.C: Add explicit specialization
17425         syntax.
17426         * g++.old-deja/g++.robertl/eb27.C: Now fails due to use of named
17427         return value extension.
17428         * g++.old-deja/g++.robertl/eb43.C: Remove stray semicolon.
17429         * g++.old-deja/g++.robertl/eb79.C: Correct for new name lookup rules.
17430         * g++.old-deja/g++.robertl/eb82.C: Remove stray semicolons.
17431         * g++.old-deja/g++.robertl/eb86.C: Add missing forward declaration.
17433 2002-12-26  Nathan Sidwell  <nathan@codesourcery.com>
17435         * g++.dg/warn/inline1.C: New test.
17436         * g++.old-deja/g++.brendan/crash64.C: Remove spurious inlines.
17437         * g++.old-deja/g++.jason/synth10.C: Likewise.
17438         * g++.old-deja/g++.mike/net31.C: Likewise.
17439         * g++.old-deja/g++.mike/p8786.C: Likewise.
17441         * g++.dg/template/friend10.C: New test.
17442         * g++.dg/template/conv5.C: New test.
17444 2002-12-24  Nathan Sidwell  <nathan@codesourcery.com>
17446         * g++.dg/lookup/scoped3.C: New test.
17448         * g++.dg/lookup/decl1.C: New test.
17449         * g++.dg/lookup/decl2.C: New test.
17451 2002-12-24  Joseph S. Myers  <jsm@polyomino.org.uk>
17453         * g++.dg/init/new1.C, g++.dg/template/alignof1.C,
17454         gcc.c-torture/compile/20021015-1.c,
17455         gcc.c-torture/compile/20021015-2.c,
17456         gcc.c-torture/compile/20021123-1.c,
17457         gcc.c-torture/compile/20021123-2.c,
17458         gcc.c-torture/compile/20021123-3.c,
17459         gcc.c-torture/compile/20021123-4.c,
17460         gcc.c-torture/execute/20021024-1.c: Add tests previously added
17461         only to 3.1 or 3.2 branch.
17463 2002-12-23  Mark Mitchell  <mark@codesourcery.com>
17465         * gcc.dg/i386-bitfield3.c: New test.
17467         * gcc.dg/i386-bitfield2.c: New test.
17469 2002-12-22  Nathan Sidwell  <nathan@codesourcery.com>
17471         * g++.dg/parse/conv_op1.C: New test.
17473 2002-12-21  Josef Zlomek  <zlomekj@suse.cz>
17475         * gcc.c-torture/compile/20021220-1.c: Removed until bug fix is
17476         approved.
17478 2002-12-20  Josef Zlomek  <zlomekj@suse.cz>
17480         * gcc.c-torture/compile/20021220-1.c: New test.
17482 2002-12-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
17484         * gcc.dg/i386-fastcall-1.c: New.
17486 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
17488         * gcc.c-torture/execute/20021219-1.c: New test.
17490 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
17492         * gcc.dg/i386-pic-1.c: New test.
17494 2002-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
17496         PR c++/8099
17497         * g++.dg/template/friend9.C: New test.
17499 2002-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
17501         PR c++/3663
17502         * g++.dg/template/access7.C: New test.
17504 2002-12-18  Nick Clifton  <nickc@redhat.com>
17506         * lib/g++.exp (g++_include_flags): Only invoke testsuite_flags if
17507         the libstdc++-v3 directory has been found.
17509 2002-12-12  Devang Patel <dpatel@apple.com>
17510         * gcc.dg/darwin-ld-1.c: New test.
17511         * gcc.dg/darwin-ld-2.c: New test.
17512         * gcc.dg/darwin-ld-3.c: New test.
17513         * gcc.dg/darwin-ld-4.c: New test.
17514         * gcc.dg/darwin-ld-5.c: New test.
17516 2002-12-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
17518         * gcc.c-torture/compile/20021212-1.c: New test.
17520 2002-12-11  Neil Booth  <neil@daikokuya.co.uk>
17522         * gcc.dg/fshort-wchar: New test.
17524 2002-12-10  Mark Mitchell  <mark@codesourcery.com>
17526         PR c++/8372
17527         * g++.dg/template/dtor1.C: New test.
17529         * g++.old-deja/g++.ext/memconst.C: Use old-deja, not dg, error
17530         markers.
17532 2002-12-10  Jakub Jelinek  <jakub@redhat.com>
17534         * g++.dg/parse/parameter-declaration-1.C: Expect error on last line.
17536 2002-12-09  Mark Mitchell  <mark@codesourcery.com>
17538         * g++.dg/template/static1.C: New test.
17539         * g++.dg/template/static2.C: New test.
17540         * g++.old-deja/g++.ext/memconst.C: New test.
17542 2002-12-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17544         * g++.dg/special/conpr-2.C: Expect failure on solaris2.
17545         * g++.dg/special/ecos.exp (conpr-3.C): Likewise.
17546         * g++.dg/special/initp1.C: Likewise.
17548 2002-12-06  Jakub Jelinek  <jakub@redhat.com>
17550         * gcc.c-torture/execute/20021204-1.c: New test.
17552 2002-12-04  Geoffrey Keating  <geoffk@apple.com>
17554         * gcc.dg/ppc-fmadd-1.c: New file.
17555         * gcc.dg/ppc-fmadd-2.c: New file.
17556         * gcc.dg/ppc-fmadd-3.c: New file.
17558 2002-12-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
17560         * gcc.c-torture/compile/20021204-1.c: New test.
17562 2002-12-03  Nathan Sidwell  <nathan@codesourcery.com>
17564         * g++.dg/inherit/covariant2.C: New test.
17565         * g++.dg/inherit/covariant3.C: New test.
17566         * g++.dg/inherit/covariant4.C: New test.
17567         * g++.dg/inherit/covariant1.C: Remove XFAIL.
17568         * g++.old-deja/g++.robertl/eb17.C: Likewise.
17570 2002-12-03  Mark Mitchell  <mark@codesourcery.com>
17572         PR c++/8688
17573         * g++.dg/init/brace3.C: New test.
17575 2002-12-02  Kazu Hirata  <kazu@cs.umass.edu>
17577         * gcc.dg/20020210-1.c: Fix a comment typo.
17579 2002-12-02  Mark Mitchell  <mark@codesourcery.com>
17581         PR c++/8720
17582         * g++.dg/parse/defarg1.C: New test.
17584         PR c++/8615
17585         * g++.dg/template/char1.C: New test.
17587         * g++.dg/template/varmod1.C: Fix typo.
17589 2002-12-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
17591         DR 180
17592         * g++.old-deja/g++.pt/crash32.C: Expect error.
17594 2002-12-01  Mark Mitchell  <mark@codesourcery.com>
17596         PR c++/5919
17597         * g++.dg/template/varmod1.C: New test.
17599         PR c++/8727
17600         * g++.dg/inherit/typeinfo1.C: New test.
17602         PR c++/8663
17603         * g++.dg/inherit/typedef1.C: New test.
17605 2002-11-30  Mark Mitchell  <mark@codesourcery.com>
17607         PR c++/8332
17608         PR c++/8493
17609         * g++.dg/template/strlen1.C: New test.
17611         PR c++/8227
17612         * g++.dg/template/ctor2.C: New test.
17614         PR c++/8214
17615         * g++.dg/init/string1.C: New test.
17617         PR c++/8511
17618         * g++.dg/template/friend8.C: New test.
17620 2002-11-29  Joe Buck <jbuck@synopsys.com>
17622         * g++.dg/lookup/anon2.C: New test.
17624 2002-11-28  Kazu Hirata  <kazu@cs.umass.edu>
17626         * gcc.c-torture/execute/strct-varg-1.x: Remove xfail on the
17627         h8300 port.
17629 2002-11-27  Richard Sandiford  <rsandifo@redhat.com>
17631         * gcc.dg/bitfld-6.c: New test.
17633 2002-11-27  Jan Hubicka  <jh@suse.cz>
17635         * gcc.c-torture/execute/20021127.[cx]: New test.
17637 2002-11-26  Jan Hubicka  <jh@suse.cz>
17639         * gcc.dg/i386-cmov[123].c: New tests for conditional move code
17640         quality.
17642 2002-11-26  Geoffrey Keating  <geoffk@apple.com>
17644         * g++.dg/init/brace2.C: New test.
17645         * g++.old-deja/g++.mike/p9129.C: Correct.
17647 2002-11-26  Mark Mitchell  <mark@codesourcery.com>
17649         * g++.dg/abi/empty10.C: Don't run on non-x86 targets.
17651 2002-11-25  Andreas Bauer  <baueran@in.tum.de>
17653         * gcc.dg/sibcall-6: New test for indirect sibcalls.
17655 2002-11-25  Mark Mitchell  <mark@codesourcery.com>
17657         * testsuite/g++.dg/abi/empty11.C: New test.
17658         * testsuite/g++.dg/rtti/cv1.C: New test.
17660 2002-11-25  Hans-Peter Nilsson  <hp@bitrange.com>
17662         * lib/prune.exp: Prune more -fpic/-fPIC warnings.
17664 2002-11-24  Mark Mitchell  <mark@codesourcery.com>
17666         * g++.dg/abi/empty10.C: New test.
17668 2002-11-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
17670         * gcc.c-torture/compile/20021124-1.c: New test.
17672 2002-11-22  Mark Mitchell  <mark@codesourcery.com>
17674         * g++.dg/abi/rtti2.C: New test.
17676 2002-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
17678         * gcc.dg/i386-unroll-1.c: New test.
17680 2002-11-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
17682         * gcc.c-torture/compile/20021120-1.c: New test.
17683         * gcc.c-torture/compile/20021120-2.c: New test.
17685 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
17687         * gcc.dg/bitfld-5.c: New test.
17689 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
17691         * gcc.c-torture/execute/20021120-3.c: New test.
17693 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
17695         * gcc.c-torture/execute/20021120-2.c: New test.
17697 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
17699         * gcc.c-torture/execute/20021120-1.c: New test.
17701 2002-11-20  Jakub Jelinek  <jakub@redhat.com>
17703         * gcc.c-torture/execute/20021118-3.c: New test.
17705 2002-11-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
17707         * gcc.c-torture/compile/20021119-1.c: New test.
17709 2002-11-19  Jason Thorpe  <thorpej@wasabisystems.com>
17711         * gcc.dg/duff-1.c: New test.
17712         * gcc.dg/duff-2.c: New test.
17713         * gcc.dg/duff-3.c: New test.
17715 2002-11-18  Neil Booth  <neil@daikokuya.co.uk>
17717         * gcc.dg/cpp/_Pragma5.c: New test.
17719 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
17721         * gcc.c-torture/execute/20021118-2.c: New test.
17723 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
17725         * gcc.c-torture/execute/20021118-1.c: New test.
17727 2002-11-16  Jakub Jelinek  <jakub@redhat.com>
17729         * gcc.dg/20021116-1.c: New test.
17731 2002-11-14  Mark Mitchell  <mark@codesourcery.com>
17733         * g++.dg/abi/vcall1.C: New test.
17735 2002-11-14  Jakub Jelinek  <jakub@redhat.com>
17737         * gcc.dg/20021029-1.c: New test.
17738         * gcc.dg/20021029-2.c: New test.
17740 2002-11-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
17742         * g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*.
17744 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
17746         PR c/8439
17747         * gcc.dg/20021110.c: Move to ...
17748         * gcc.c-torture/compile/20021110.c: .... here.
17750 2002-11-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17752         PR c/8467
17753         * gcc.c-torture/execute/20021111-1.c
17755 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
17757         PR c/8439
17758         * gcc.dg/20021110.c: New test.
17760 2002-11-10  Mark Mitchell  <mark@codesourcery.com>
17762         * g++.dg/abi/vthunk3.C: Run only on x86.
17764 2002-11-10  Joseph S. Myers  <jsm@polyomino.org.uk>
17766         * gcc.dg/c90-idem-qual-2.c, gcc.dg/c99-idem-qual-2.c: New tests.
17768 2002-11-09  Hans-Peter Nilsson  <hp@bitrange.com>
17770         * lib/compat.exp (compat-execute): Fix logic error in last
17771         change.
17773 2002-11-09  Neil Booth  <neil@daikokuya.co.uk>
17775         * gcc.dg/cpp/trad/assembler.S, gcc.dg/cpp/trad/directive.c: Update.
17777 2002-11-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
17779         PR c++/8389
17780         * g++.dg/template/access6.C: New test.
17782 2002-11-08  Jan Hubicka  <jh@suse.cz>
17784         * gcc.dg/i386-ssefp-1.c: New test.
17785         * gcc.dg/i386-ssefp-1.c: New test.
17787 2002-11-08  Jan Hubicka  <jh@suse.cz>
17789         * gcc.c-torture/compile/20021108-1.c: New testcase for x86-64 failure.
17791 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
17793         * g++.dg/abi/vthunk3.C: New test.
17795         PR c++/8338
17796         * g++.dg/template/crash2.C: New test.
17798 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
17800         * testsuite/g++.dg/abi/dtor1.C: New test.
17801         * testsuite/g++.dg/abi/dtor2.C: Likewise.
17803 2002-11-05  Geoffrey Keating  <geoffk@apple.com>
17805         * g++.old-deja/g++.eh/badalloc1.C: XFAIL excess errors test on
17806         Darwin.
17808 2002-11-04  Adam Nemet  <anemet@lnxw.com>
17810         * gcc.c-torture/execute/941014-1.x: thumb-elf was deprecated, use
17811         -mthumb.  Only xfail with -O0.
17813 2002-11-03  Mark Mitchell  <mark@codesourcery.com>
17815         * g++.dg/abi/thunk1.C: New test.
17816         * g++.dg/abi/thunk2.C: Likewise.
17817         * g++.dg/abi/vtt1.C: Likewise.
17819 2002-11-02  Diego Novillo  <dnovillo@redhat.com>
17821         PR optimization/8423
17822         * gcc.c-torture/execute/builtin-constant.c: New test.
17824 2002-11-01  Zack Weinberg  <zack@codesourcery.com>
17826         * g++.dg/ext/typedef-init.C, gcc.dg/typedef-init.C:
17827         Add some more cases.
17829 2002-11-01  Mark Mitchell  <mark@codesourcery.com>
17831         PR c++/8391
17832         * g++.dg/opt/local1.C: New test.
17834 2002-10-30  Mark Mitchell  <mark@codesourcery.com>
17836         PR c++/8160
17837         * g++.dg/template/complit1.C: New test.
17839         PR c++/8149
17840         * g++.dg/template/typename4.C: Likewise.
17842 2002-10-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
17844         Core issue 287, PR c++/7639
17845         * g++.dg/template/instantiate1.C: Adjust error location.
17846         * g++.dg/template/instantiate3.C: New test.
17847         * g++.old-deja/g++.pt/crash10.C: Adjust error location.
17848         * g++.old-deja/g++.pt/derived3.C: Adjust error location.
17849         * g++.old-deja/g++.pt/spec28.C: Reorder declaration.
17851 2002-10-29  Hans-Peter Nilsson  <hp@bitrange.com>
17853         * lib/compat.exp (compat-execute): Don't clean out a gluefile.
17855 2002-10-29  Mark Mitchell  <mark@codesourcery.com>
17857         PR c++/8287
17858         * g++.dg/init/dtor2.C: New test.
17860 2002-10-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17862         * gcc.dg/20021014-1.c: Bypass errors on solaris2 and irix6.
17863         * gcc.dg/nest.c: Bypass errors on irix6.
17865 2002-10-27  Hans-Peter Nilsson  <hp@bitrange.com>
17867         * gcc.dg/nest.c: Expect error for mmix-*-*.
17868         * gcc.dg/20021014-1.c: Use dg-error, not dg-build.
17870 2002-10-26  Hans-Peter Nilsson  <hp@bitrange.com>
17872         * gcc.dg/wint_t-1.c, gcc.dg/wchar_t-1.c: Remove excess-errors
17873         markers.
17875         * gcc.dg/20021014-1.c: Expect build failure on mmix-*-*.
17877 2002-10-25  Mike Stump  <mrs@apple.com>
17879         * gcc.dg/warn-1.c: New test.
17881 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
17883         * g++.dg/template/typename3.C: New test.
17885 2002-10-25  Mark Mitchell  <mark@codesourcery.com>
17887         * g++.dg/lookup/ptrmem1.C: New test.
17889         * g++.dg/abi/vthunk2.C: New test.
17891 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
17893         * g++.dg/ext/vla1.C, gcc.dg/vla-2.c: New tests.
17895 2002-10-24  Mark Mitchell  <mark@codesourcery.com>
17897         * g++.dg/abi/empty9.C: New test.
17899 2002-10-24  Richard Henderson  <rth@redhat.com>
17901         * g++.dg/inherit/thunk1.C: Enable for ia64.
17903 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
17905         PR c++/8067
17906         * g++.dg/lookup/pretty1.C: New test.
17908 2002-10-23  Jakub Jelinek  <jakub@redhat.com>
17910         * gcc.dg/20021023-1.c: New test.
17912 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
17914         PR c++/7679
17915         * g++.dg/parse/inline1.C: New test.
17917 2002-10-23  Richard Henderson  <rth@redhat.com>
17919         * g++.dg/inherit/thunk1.C: Enable for x86_64.
17921         * g++.dg/inherit/thunk1.C: Enable for s390 and alpha.
17923 2002-10-22  Mark Mitchell  <mark@codesourcery.com>
17925         PR c++/6579
17926         * g++.dg/parse/stmtexpr3.C: New test.
17928 2002-10-22  Nathan Sidwell  <nathan@codesourcery.com>
17930         * g++.dg/expr/cond1.C: New test.
17932 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
17934         * gcc.dg/sibcall-5.c: Correct { dg-do run } line.
17936 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
17938         * g++.dg/abi/vbase13.C: New test.
17939         * g++.dg/abi/vbase14.C: Likewise.
17941 2002-10-21  Jakub Jelinek  <jakub@redhat.com>
17943         * gcc.dg/tls/pic-1.c: New test.
17944         * gcc.dg/tls/nonpic-1.c: New test.
17945         * gcc.dg/20021018-1.c: New test.
17947 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
17949         * lib/profopt.exp (profopt-cleanup): New argument TESTCASE.
17950         Remove only files with the same base name as the test case.
17951         (profopt-perf-value): Pass TESTCASE to profopt-cleanup.
17952         (profopt-execute): Likewise.  Also, remove old profiling
17953         and performance data files before running the tests.
17955         * gcc.misc-tests/bprob.exp: Remove profopt-cleanup calls.
17956         * g++.dg/bprob/bprob.exp: Likewise.
17957         * g77.dg/bprob/bprob.exp: Likewise.  Also, relax regexp
17958         to allow more general test case names.
17960         * g++.dg/bprob/bprob-1.C: Rename to ...
17961         * g++.dg/bprob/g++-bprob-1.C: ... this.
17963         * g77.dg/bprob/bprob-1.f: Rename to ...
17964         * g77.dg/bprob/g77-bprob-1.f: ... this.
17966 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
17968         * gcc.dg/noncompile/920923-1.c: Prevent spurious regressions with
17969         bison 1.50 or later.
17971 2002-10-21  Janis Johnson  <janis187@us.ibm.com>
17973         * g++.dg/README: Describe more test directories.
17975 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
17977         * g++.dg/init/array6.C: Add additional tests.
17979 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
17981         * gcc.dg/weak/typeof-2.c: Handle s390x targets as well.
17982         * gcc.misc-tests/linkage.exp: Handle s390x targets in -m31 mode.
17984 2002-10-21  Kazu Hirata  <kazu@cs.umass.edu>
17986         * gcc.c-torture/compile/20020604-1.x: New.
17987         * gcc.c-torture/compile/simd-5.x: Likewise.
17988         * gcc.c-torture/execute/920710-1.x: Likewise.
17989         * gcc.c-torture/execute/20020720-1.x: Disable on h8300.
17991 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
17993         * g++.dg/inherit/override1.C: Add dg-options clause.
17995 2002-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
17997         * testsuite/gcc.dg/i386-sse-3.c: Add tests for _mm_srli_si128 and
17998         _mm_slli_si128.
18000 2002-10-19  Andreas Schwab  <schwab@suse.de>
18002         * lib/compat.exp (compat-run): Prepend "./" when $dest has no
18003         directory component.
18005 2002-10-18  Mark Mitchell  <mark@codesourcery.com>
18007         * g++.dg/inherit/thunk1.C: New test.
18009         * g++.dg/inherit/override1.C: New test.
18011         * g++.dg/abi/mangle11.C: New test.
18012         * g++.dg/abi/mangle14.C: New test.
18013         * g++.dg/abi/mangle17.C: New test.
18015 2002-10-17  Nathan Sidwell  <nathan@codesourcery.com>
18017         * g++.dg/overload/member2.C: New test.
18019 2002-10-17  Janis Johnson  <janis187@us.ibm.com>
18021         * g++.dg/README: Describe new compat directory.
18022         * g++.dg/dg.exp: Skip tests in compat directory.
18023         * README.compat: New file.
18024         * lib/compat.exp: New expect script.
18025         * g++.dg/compat: New test directory.
18026         * g++.dg/compat/compat.exp: New expect script.
18027         * g++.dg/compat/abi: New test directory.
18028         * g++.dg/compat/abi/bitfield1_x.C, g++.dg/compat/abi/bitfield1_main.C,
18029         g++.dg/compat/abi/bitfield1_y.C, g++.dg/compat/abi/bitfield1.h,
18030         g++.dg/compat/abi/bitfield2_x.C, g++.dg/compat/abi/bitfield2_main.C,
18031         g++.dg/compat/abi/bitfield2_y.C, g++.dg/compat/abi/bitfield2.h,
18032         g++.dg/compat/abi/vbase8-10_x.C, g++.dg/compat/abi/vbase8-10_main.C,
18033         g++.dg/compat/abi/vbase8-10_y.C, g++.dg/compat/abi/vbase8-10.h,
18034         g++.dg/compat/abi/vbase8-21_x.C, g++.dg/compat/abi/vbase8-21_main.C,
18035         g++.dg/compat/abi/vbase8-21_y.C, g++.dg/compat/abi/vbase8-21.h,
18036         g++.dg/compat/abi/vbase8-22_x.C, g++.dg/compat/abi/vbase8-22_main.C,
18037         g++.dg/compat/abi/vbase8-22_y.C, g++.dg/compat/abi/vbase8-22.h,
18038         g++.dg/compat/abi/vbase8-4_x.C, g++.dg/compat/abi/vbase8-4_main.C,
18039         g++.dg/compat/abi/vbase8-4_y.C, g++.dg/compat/abi/vbase8-4.h: New files.
18040         * g++.dg/compat/break: New test directory.
18041         * g++.dg/compat/break/empty6_x.C, g++.dg/compat/break/empty6_main.C,
18042         g++.dg/compat/break/empty6_y.C, g++.dg/compat/break/empty6.h,
18043         g++.dg/compat/break/vbase10_x.C, g++.dg/compat/break/vbase10_main.C,
18044         g++.dg/compat/break/vbase10_y.C, g++.dg/compat/break/vbase10.h,
18045         g++.dg/compat/break/vbase11_x.C, g++.dg/compat/break/vbase11_main.C,
18046         g++.dg/compat/break/vbase11_y.C, g++.dg/compat/break/vbase11.h,
18047         g++.dg/compat/break/bitfield7_x.C, g++.dg/compat/break/bitfield7_main.C,
18048         g++.dg/compat/break/bitfield7_y.C, g++.dg/compat/break/bitfield7.h,
18049         g++.dg/compat/break/bitfield5_x.C, g++.dg/compat/break/bitfield5_main.C,
18050         g++.dg/compat/break/bitfield5_y.C, g++.dg/compat/break/bitfield5.h,
18051         g++.dg/compat/break/README: New files.
18052         * g++.dg/compat/eh: New test directory.
18053         * g++.dg/compat/eh/ctor1_x.C, g++.dg/compat/eh/ctor1_main.C,
18054         g++.dg/compat/eh/ctor1_y.C, g++.dg/compat/eh/ctor1.h,
18055         g++.dg/compat/eh/ctor2_x.C, g++.dg/compat/eh/ctor2_main.C,
18056         g++.dg/compat/eh/ctor2_y.C, g++.dg/compat/eh/ctor2.h,
18057         g++.dg/compat/eh/dtor1_x.C, g++.dg/compat/eh/dtor1_main.C,
18058         g++.dg/compat/eh/dtor1_y.C, g++.dg/compat/eh/dtor1.h,
18059         g++.dg/compat/eh/filter1_x.C, g++.dg/compat/eh/filter1_main.C,
18060         g++.dg/compat/eh/filter1_y.C, g++.dg/compat/eh/filter1.h,
18061         g++.dg/compat/eh/filter2_x.C, g++.dg/compat/eh/filter2_main.C,
18062         g++.dg/compat/eh/filter2_y.C,
18063         g++.dg/compat/eh/new1_x.C, g++.dg/compat/eh/new1_main.C,
18064         g++.dg/compat/eh/new1_y.C,
18065         g++.dg/compat/eh/nrv1_x.C, g++.dg/compat/eh/nrv1_main.C,
18066         g++.dg/compat/eh/nrv1_y.C, g++.dg/compat/eh/nrv1.h,
18067         g++.dg/compat/eh/spec3_x.C, g++.dg/compat/eh/spec3_main.C,
18068         g++.dg/compat/eh/spec3_y.C, g++.dg/compat/eh/spec3.h,
18069         g++.dg/compat/eh/template1_x.C, g++.dg/compat/eh/template1_main.C,
18070         g++.dg/compat/eh/template1_y.C, g++.dg/compat/eh/template1.h,
18071         g++.dg/compat/eh/unexpected1_x.C, g++.dg/compat/eh/unexpected1_main.C,
18072         g++.dg/compat/eh/unexpected1_y.C: New files.
18073         * g++.dg/compat/init: New test directory.
18074         * g++.dg/compat/init/array5_x.C, g++.dg/compat/init/array5_main.C,
18075         g++.dg/compat/init/array5_y.C,
18076         g++.dg/compat/init/byval1_x.C, g++.dg/compat/init/byval1_main.C,
18077         g++.dg/compat/init/byval1_y.C, g++.dg/compat/init/byval1.h,
18078         g++.dg/compat/init/dtor1_x.C, g++.dg/compat/init/dtor1_main.C,
18079         g++.dg/compat/init/dtor1_y.C, g++.dg/compat/init/dtor1.h,
18080         g++.dg/compat/init/elide1_x.C, g++.dg/compat/init/elide1_main.C,
18081         g++.dg/compat/init/elide1_y.C, g++.dg/compat/init/elide1.h,
18082         g++.dg/compat/init/init-ref2_x.C, g++.dg/compat/init/init-ref2_main.C,
18083         g++.dg/compat/init/init-ref2_y.C: New files.
18085 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
18087         PR c++/7584
18088         * g++.dg/inherit/using3.C: New test.
18090 2002-10-17  Jan Hubicka  <jh@suse.cz>
18092         * gcc.dg/20021017-2.c: New test.
18094 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
18096         * g++.dg/abi/mangle16.C: Adjust.
18098         * g++.dg/init/array8.C: New test.
18100 2002-10-17  Richard Sandiford  <rsandifo@redhat.com>
18102         * gcc.dg/special/mips-abi.exp: New test.
18103         * gcc.dg/special/mips-abi.s: Empty file used by the above.
18105 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
18107         * g++.dg/abi/mangle16.C: New test.
18108         * g++.dg/abi/mangle17.C: Likewise.
18110         PR c++/7478
18111         * g++.dg/template/ref1.C: New test.
18113 2002-10-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18115         * gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips.
18117 2002-10-16  Ulrich Weigand  <uweigand@de.ibm.com>
18119         * gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.
18121 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
18123         PR c++/7524
18124         * g++.dg/init/array7.C: New test.
18126 2002-10-15  Mark Mitchell  <mark@codesourcery.com>
18128         * g++.dg/init/array6.C: New test.
18130         * g++.dg/abi/mangle13.C: Likewise.
18131         * g++.dg/abi/mangle14.C: Likewise.
18132         * g++.dg/abi/mangle15.C: Likewise.
18134 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
18136         * g++.dg/abi/empty8.C: New test.
18138 2002-10-15  Nathan Sidwell  <nathan@codesourcery.com>
18140         * g++.dg/init/ctor1.C: New test.
18142 2002-10-15  Ulrich Weigand  <uweigand@de.ibm.com>
18144         * gcc.c-torture/execute/20021015-1.c: New test.
18146 2002-10-15  J"orn Rennecke <joern.rennecke@superh.com>
18148         * gcc.dg/weak/typeof-2.c: For SH targets, return before baz3 test.
18150 2002-10-14  Jan Hubicka  <jh@suse.cz>
18152         * gcc.dg/i386-ssetype-[1-5].c: New tests.
18154 2002-10-14  Richard Henderson  <rth@redhat.com>
18156         * gcc.dg/20020219-1.c: Disable for 16-bit targets.
18158 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
18160         PR optimization/6631
18161         * g++.dg/opt/const2.C: New test.
18163 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
18165         PR c++/7176
18166         * g++.dg/parse/friend1.C: New test.
18167         * g++.old-deja/g++.pt/memtemp64.C: Adjust.
18169 2002-10-14  Jakub Jelinek  <jakub@redhat.com>
18171         * gcc.dg/20021014-1.c: New test.
18173 2002-10-11  Mark Mitchell  <mark@codesourcery.com>
18175         PR c++/5661
18176         * g++.dg/ext/vlm1.C: New test.
18177         * g++.dg/ext/vlm2.C: Likewise.
18179         * g++.dg/init/array1.C: Remove invalid braces.
18180         * g++.dg/init/brace1.C: New test.
18181         * g++.dg/init/copy2.C: Likewise.
18182         * g++.dg/init/copy3.C: Likewise.
18183         * g++.old-deja/g++.ext/arrnew.C: Change WARNING to ERROR.
18184         * g++.old-deja/g++.mike/p9129.C: Add ERROR on invalid use of
18185         braces.
18187 2002-10-11  Neil Booth  <neil@daikokuya.co.uk>
18189         * gcc.dg/cpp/assembler.S: Don't use -ansi.
18191 2002-10-11  Richard Shann  <richard.shann@superh.com>
18193         * gcc.c-torture/compile/simd-5.c: New test.
18195 2002-10-10  Roger Sayle  <roger@eyesopen.com>
18197         * gcc.c-torture/execute/shiftopt-1.c: New test case.
18199 2002-10-10  Jim Wilson  <wilson@redhat.com>
18201         * gcc.c-torture/execute/20021010-1.c: New test.
18203 2002-10-09  Zack Weinberg  <zack@codesourcery.com>
18205         PR c/7353
18206         * g++.dg/ext/typedef-init.C: New test.
18207         * gcc.dg/typedef-init.c: New test.
18209 2002-10-09  Neil Booth  <neil@daikokuya.co.uk>
18211         * gcc.dg/cpp/paste13.c: New test.
18213 2002-10-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18215         * gcc.c-torture/execute/20020720-1.x: Take out sparc XFAILs.  For
18216         remaining platforms, XFAIL during compile, not execute.  Don't
18217         XFAIL at -O0.
18219 2002-10-08  Nathan Sidwell  <nathan@codesourcery.com>
18221         * gcc.dg/alias-1.c: Tweak expected warning.
18223 2002-10-06  D.Venkatasubramanian <dvenkat@noida.hcltech.com>
18225         * gcc.dg/20020411-1.c: Disable for 16-bit "int".
18227 2002-10-06  Andreas Jaeger  <aj@suse.de>
18229         * gcc.dg/cpp/c++98-pedantic.C: Moved to g++.dg/cpp.
18230         * gcc.dg/cpp/c++98.C: Likewise.
18232         * g++.dg/cpp/c++98-pedantic.C: Moved from gcc.dg/cpp to here.
18233         * g++.dg/cpp/c++98.C: Likewise.
18235         * g++.dg/README (Subdirectories): Mention cpp directory.
18237         PR target/7559
18238         * gcc.dg/20021006-1.c: New test.
18240 2002-10-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
18242         PR c++/7804
18243         * g++.dg/other/warning1.C: New test.
18245 2002-10-04  Roger Sayle  <roger@eyesopen.com>
18247         * gcc.c-torture/execute/20020720-1.x:  XFAIL instead of skipping
18248         the test on failing platforms.  Mark sparcv9-*-*, sparc64-*-*
18249         and sparc-*-* with -m64 as expected failures.  See PR 8087.
18251 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
18253         PR c++/7931
18254         * g++.dg/template/ptrmem3.C: New test.
18256         PR c++/7754
18257         * g++.dg/template/union1.C: New test.
18259 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
18261         PR c++/8006
18262         * g++.dg/abi/mangle9.C: New test.
18263         * g++.dg/abi/mangle10.C: New test.
18264         * g++.dg/abi/mangle11.C: New test.
18265         * g++.dg/abi/mangle12.C: New test.
18267 2002-10-02  Mark Mitchell  <mark@codesourcery.com>
18269         PR c++/7188.
18270         * g++.dg/template/meminit1.C: New test.
18271         * g++.dg/warn/Wreorder-1.C: Likewise.
18272         * g++.old-deja/g++.mike/warn3.C: Tweak.
18273         * lib/prune.exp: Ingore "in copy constructor".
18275 2002-10-02  Andreas Jaeger  <aj@suse.de>
18277         * gcc.dg/20020919-1.c, gcc.dg/inline-2.c, gcc.dg/980211-1.c,
18278         gcc.dg/20020103-1.c, gcc.dg/20000614-2.c,
18279         g++.old-deja/g++.pt/asm1.C, g++.old-deja/g++.other/asm3.C: Enable
18280         on x86-64.
18282 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
18284         * gcc.dg/empty1.C: Fix typo.
18286 2002-10-01  Nathan Sidwell  <nathan@codesourcery.com>
18288         * gcc.dg/alias-1.c: New test.
18290 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
18292         * gcc.dg/empty1.C: New test.
18294         * g++.dg/tls/init-2.C: Tweak error messages.
18296 2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
18298         * gcc.c-torture/compile/20020923-1.c: New test.
18300 2002-09-30  Jason Thorpe  <thorpej@wasabisystems.com>
18302         * gcc.c-torture/execute/ffs-1.c: New test.
18303         * gcc.c-torture/execute/ffs-2.c: Ditto.
18305 2002-09-30  Nathan Sidwell  <nathan@codesourcery.com>
18307         * g++.dg/overload/member1.C: New test.
18309 2002-09-30  Mark Mitchell  <mark@codesourcery.com>
18311         * g++.dg/abi/empty7.C: New test.
18312         * g++.dg/init/pm2.C: Likewise.
18314 2002-09-29  Nathan Sidwell  <nathan@codesourcery.com>
18316         * g++.dg/rtti/crash1.C: New test.
18318 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
18320         * gcc.dg/sibcall-1.c, gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c,
18321         gcc.dg/sibcall-4.c: New tests.
18323 2002-09-28  Roger Sayle  <roger@eyesopen.com>
18325         * gcc.c-torture/execute/20020720-1.x: No longer skip test on
18326         powerpc and MMIX targets.
18328 2002-09-27  Zack Weinberg  <zack@codesourcery.com>
18330         * gcc.dg/cpp/20020927-1.c: New.
18332 2002-09-26  David S. Miller  <davem@redhat.com>
18334         * gcc.c-torture/compile/trunctfdf.c: New.
18336 2002-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18338         * lib/target-supports.exp (check_weak_available): Handle solaris2.
18340 2002-09-27  Alan Modra  <amodra@bigpond.net.au>
18342         * gcc.c-torture/execute/loop-15.c: New.
18344 2002-09-26  Janis Johnson  <janis187@us.ibm.com>
18346         * README.QMTEST: Fix typo.
18348 2002-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
18350         * gcc.dg/20020926-1.c: New test.
18352 2002-09-25  David S. Miller  <davem@redhat.com>
18354         PR target/7842
18355         * gcc.c-torture/execute/shiftdi.c: New test.
18357 2002-09-26  Richard Earnshaw  <rearnsha@arm.com>
18359         * lib/gcc.exp (gcc_init): Use a filename for the testglue that is
18360         unique to the tool.
18361         * lib/g77.exp (g77_init): Likewise.
18362         * lib/g++.exp (g++_init): Likewise.
18363         * lib/objc.exp (objc_init): Likewise.
18365 2002-09-25  Mark Mitchell  <mark@codesourcery.com>
18367         * gcc/testsuite/g++.dg/abi/empty5.C: New test.
18368         * gcc/testsuite/g++.dg/abi/empty6.C: New test.
18369         * gcc/testsuite/g++.dg/abi/vbase12.C: New test.
18371 2002-09-25  Richard Henderson  <rth@redhat.com>
18373         * gcc.c-torture/execute/ieee/20010226-1.c: Early exit for
18374         too-small long double.
18376 2002-09-23  Hans-Peter Nilsson  <hp@axis.com>
18378         * gcc.dg/20020919-1.c: New test.
18380 2002-09-23  Mark Mitchell  <mark@codesourcery.com>
18382         * g++.dg/abi/bitfield6.C: New test.
18383         * g++.dg/abi/bitfield7.C: New test.
18384         * g++.dg/abi/bitfield8.C: New test.
18385         * g++.dg/abi/vbase11.C: New test.
18387 2002-09-22  John David Anglin  <dave@hiauly1.hia.nrc.ca>
18389         * gcc.dg/20020219-1.c: Add "-mdisable-indexing" option for target
18390         hppa*-*-hpux*.  Update test comment.
18392 2002-09-20  Jakub Jelinek  <jakub@redhat.com>
18394         * gcc.dg/tls/struct-1.c: New test.
18396 2002-09-20  Neil Booth  <neil@daikokuya.co.uk>
18398         * gcc.dg/cpp/tr-warn2.c: Update.
18400 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
18402         * gcc.c-torture/execute/20020720-1.x: Skip test on ARM-based systems.
18404 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
18406         * gcc.c-torture/execute/990208-1.x: XFAIL this at -O3 for ARM-based
18407         systems.
18409 2002-09-20  Hans-Peter Nilsson  <hp@bitrange.com>
18411         * gcc.c-torture/execute/ieee/mzero3.c: New test.
18413         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
18414         Adjust for c++filt moved to binutils.  Remove spurious duplicate
18415         setting of cxxfilt.
18417 2002-09-19  Geoffrey Keating  <geoffk@apple.com>
18419         * gcc.dg/20020312-2.c: Update for darwin.
18421 2002-09-18  Nathan Sidwell  <nathan@codesourcery.com>
18423         * g++.old-deja/g++.other/crash32.C: Mark ICE.
18425 2002-09-17  Nicola Pero  <n.pero@mi.flashnet.it>
18427         * objc.dg/comp-types-1.m: New test.
18428         * objc.dg/comp-types-2.m: New test.
18429         * objc.dg/comp-types-3.m: New test.
18430         * objc.dg/comp-types-4.m: New test.
18431         * objc.dg/comp-types-5.m: New test.
18432         * objc.dg/comp-types-6.m: New test.
18434 2002-09-17  John David Anglin  <dave@hiauly1.hia.nrc.ca>
18436         * gcc.c-torture/execute/strct-stdarg-1.x: Remove file.
18438 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
18440         * g++.dg/other/do1.C: New test.
18442         * g++.dg/template/subst1.C: New test.
18444 2002-09-16  Steve Ellcey  <sje@cup.hp.com>
18446         * gcc.dg/20020312-2.c: Change __parisc__ to __hppa__.
18448 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
18450         * g++.dg/template/qualttp20.C: Adjust expected errors.
18451         * g++.old-deja/g++.jason/report.C: Likewise.
18452         * g++.old-deja/g++.other/qual1.C: Likewise.
18454         * g++.dg/lookup/scoped2.C: New test.
18456         * g++.dg/ext/asm3.C: New test.
18458 2002-09-16  Richard Earnshaw  <rearnsha@arm.com>
18460         * objc.dg/bitfield-2.m (dg-options): Add -fsigned-char.
18462 2002-09-16  Kazu Hirata  <kazu@cs.umass.edu>
18464         * ChangeLog: follow spelling conventions.
18465         * g++.old-deja/g++.abi/ptrmem.C: Likewise.
18466         * g++.old-deja/g++.bugs/900210_05.C: Likewise.
18467         * g++.old-deja/g++.bugs/900211_04.C: Likewise.
18468         * g++.old-deja/g++.bugs/900321_02.C: Likewise.
18469         * g++.old-deja/g++.bugs/900404_02.C: Likewise.
18470         * g++.old-deja/g++.bugs/900520_06.C: Likewise.
18471         * g++.old-deja/g++.law/global-init1.C: Likewise.
18472         * g++.old-deja/g++.other/delete4.C: Likewise.
18473         * g++.old-deja/g++.other/inline21.C: Likewise.
18474         * g++.old-deja/g++.other/singleton.C: Likewise.
18475         * g77.dg/strlen0.f: Likewise.
18476         * g77.f-torture/compile/20010519-1.f: Likewise.
18477         * g77.f-torture/compile/980310-4.f: Likewise.
18478         * gcc.c-torture/compile/20000605-1.c: Likewise.
18479         * gcc.c-torture/execute/20020225-1.c: Likewise.
18480         * gcc.dg/c90-hexfloat-2.c: Likewise.
18481         * gcc.dg/c99-bool-1.c: Likewise.
18482         * gcc.dg/c99-hexfloat-2.c: Likewise.
18483         * gcc.dg/dll-2.c: Likewise.
18484         * gcc.dg/wtr-union-init-1.c: Likewise.
18485         * gcc.dg/wtr-union-init-2.c: Likewise.
18486         * gcc.dg/wtr-union-init-3.c: Likewise.
18487         * gcc.dg/cpp/avoidpaste1.c: Likewise.
18488         * gcc.dg/cpp/defined.c: Likewise.
18489         * gcc.dg/cpp/macsyntx.c: Likewise.
18490         * gcc.dg/cpp/paste2.c: Likewise.
18491         * gcc.dg/cpp/trad/defined.c: Likewise.
18492         * gcc.dg/format/c90-printf-1.c: Likewise.
18493         * gcc.dg/format/c90-scanf-1.c: Likewise.
18494         * gcc.dg/format/c99-printf-1.c: Likewise.
18495         * gcc.dg/format/c99-scanf-1.c: Likewise.
18496         * gcc.misc-tests/gcov-8.c: Likewise.
18497         * lib/profopt.exp: Likewise.
18499 2002-09-15  Krister Walfridsson  <cato@df.lth.se>
18501         * lib/old-dejagnu.exp (old-dejagnu) Improve test for ICE.
18503 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
18505         * g++.dg/inherit/using2.C: New test.
18507 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
18509         * ChangeLog: Follow spelling conventions.
18510         * g++.dg/template/friend4.C: Likewise.
18511         * g++.old-deja/g++.pt/crash67.C: Likewise.
18512         * gcc.c-torture/execute/20000801-4.c: Likewise.
18513         * gcc.dg/c90-digraph-1.c: Likewise.
18514         * gcc.dg/c94-digraph-1.c: Likewise.
18515         * gcc.dg/c99-digraph-1.c: Likewise.
18516         * gcc.dg/cpp/line5.c: Likewise.
18517         * gcc.dg/cpp/multiline.c: Likewise.
18518         * gcc.dg/cpp/trad/literals-1.c: Likewise.
18519         * gcc.dg/format/attr-3.c: Likewise.
18520         * gcc.dg/format/c90-scanf-3.c: Likewise.
18521         * gcc.dg/format/ext-4.c: Likewise.
18523 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
18525         * g++.dg/template/pretty1.C: New test.
18527 2002-09-14  Alan Modra  <amodra@bigpond.net.au>
18529         * gcc.c-torture/execute/struct-cpy-1.c: New test.
18531 2002-09-13  Matt Austern  <austern@apple.com>
18533         * testsuite/g++.dg/other/constref[12].C: New, regression tests for
18534         passing a cast expression to a function by const reference.
18536 2002-09-13  Nathan Sidwell  <nathan@codesourcery.com>
18538         * g++.dg/template/deduce1.C: New test.
18540 2002-09-13  Kazu Hirata  <kazu@cs.umass.edu>
18542         * gcc.c-torture/execute/simd-1.c: Force all use of int to
18543         32-bit int.
18545 2002-09-10  John David Anglin  <dave@hiauly1.hia.nrc.ca>
18547         * gcc.dg/struct-ret-1.c: Add prototype for exit function and correct
18548         usage.
18550 2002-09-10  Richard Earnshaw  <rearnsha@arm.com>
18552         * gcc.c-torture/compile/20020910-1.c: New test.
18554 2002-09-10  Frank Ch. Eigler  <fche@redhat.com>
18556         * gcc.c-torture/execute/20010915-1.c: Correct typo in abort call.
18558 2002-09-10  Andreas Jaeger  <aj@suse.de>
18560         * gcc.dg/20020312-2.c: Adjust for x86-64.
18562 2002-09-08  Toon Moene  <toon@moene.indiv.nluug.nl>
18564         * g77.dg/7388.f: New test case for PR 7388.
18566 2002-09-07  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
18568         * gcc.dg/compare2.c: Remove xfail from cases 10 and 12.
18570 2002-09-05  Ziemowit Laski <zlaski@apple.com>
18572         * objc.dg/proto-lossage-1.m: New test.
18574 2002-09-06  Neil Booth  <neil@daikokuya.co.uk>
18576         * gcc.dg/cpp/_Pragma4.c: Fix typo.
18578 2002-09-06  Nicola Pero  <n.pero@mi.flashnet.it>
18580         * objc/execute/formal_protocol-6.x: Removed.  This testcase is now
18581         expected to pass.
18583 2002-09-06  Stan Shebs  <shebs@apple.com>
18584             David Edelsohn  <edelsohn@gnu.org>
18586         * gcc.dg/weak: New directory.
18587         * gcc.dg/weak-[1-9].c: Move to new directory, remove all
18588         target-specific xfail bits.
18589         * gcc.dg/typeof-2.c: Move to new directory.
18590         * gcc.dg/weak.exp: New expect script.
18592 2002-09-06  Alan Modra  <amodra@bigpond.net.au>
18594         * gcc.c-torture/execute/extzvsi.c: New test.
18596 2002-09-05  Stan Shebs  <shebs@apple.com>
18598         * gcc.dg/weak-1.c: xfail on Darwin.
18599         * gcc.dg/weak-2.c: Ditto.
18600         * gcc.dg/weak-3.c: Ditto.
18601         * gcc.dg/weak-4.c: Ditto.
18602         * gcc.dg/weak-5.c: Ditto.
18603         * gcc.dg/weak-6.c: Ditto.
18604         * gcc.dg/weak-7.c: Ditto.
18605         * gcc.dg/weak-8.c: Ditto.
18606         * gcc.dg/weak-9.c: Ditto.
18608 2002-09-05  J"orn Rennecke <joern.rennecke@superh.com>
18610         * gcc.c-torture/execute/loop-14.c: New test.
18612 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
18614         * g++.dg/other/cxa-atexit1.C: New test.
18616         * gcc.dg/typeof-2.c: New test.
18618 2002-09-03  Roger Sayle  <roger@eyesopen.com>
18620         * gcc.dg/builtins-2.c: New testcase.
18621         * gcc.dg/builtins-3.c: New testcase.
18623 2002-09-03  Neil Booth  <neil@daikokuya.co.uk>
18625         * gcc.dg/cpp/_Pragma4.c: New test.
18627 2002-09-03  Nicola Pero  <n.pero@mi.flashnet.it>
18629         * objc/execute/nil_method-1.m: New testcase.
18631 2002-09-01  Nicola Pero  <n.pero@mi.flashnet.it>
18633         * objc/execute/class-tests-1.h (test_class_with_superclass): Call
18634         [Object class], not [Object initialize].
18636 2002-08-31  Roger Sayle  <roger@eyesopen.com>
18637             Hans-Peter Nilsson  <hp@bitrange.com>
18639         * gcc.c-torture/execute/20020720-1.x: Skip test on
18640         mmix-knuth-mmixware.  Correct comment.
18642 2002-08-27  Mark Mitchell  <mark@codesourcery.com>
18644         * testsuite/g++.dg/abi/bitfield5.C: New test.
18645         * testsuite/g++.dg/abi/vbase10.C: Likewise.
18647 2002-08-27  Nicola Pero  <n.pero@mi.flashnet.it>
18649         * objc.dg/undeclared-selector.m: New test.
18651 2002-08-27  Nathan Sidwell  <nathan@codesourcery.com>
18653         * g++.dg/other/offsetof1.C: Avoid cast warning.
18655 2002-08-26  Ziemowit Laski  <zlaski@apple.com>
18657         * objc.dg/super-class-2.m: New test.
18659 2002-08-24  Matt Austern  <austern@apple.com>
18661         * g++.dg/ext/lvaddr.C: New test.
18662         * g++.dg/ext/lvcast.C: New test.
18664 2002-08-22  Mark Mitchell  <mark@codesourcery.com>
18666         * testsuite/g++.dg/inherit/cond1.C: New test.
18668 2002-08-22  Geoffrey Keating  <geoffk@redhat.com>
18670         * gcc.dg/noncompile/incomplete-1.c: New test.
18672 2002-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
18674         * gcc.dg/typespec-1.c: New test.
18676 2002-08-20  Devang Patel  <dpatel@apple.com>
18677         * objc.dg/proto-hier-2.m: New test.
18679 2002-08-19  Ziemowit Laski  <zlaski@apple.com>
18681         * objc.dg/bitfield-1.m: New test.
18682         * objc.dg/bitfield-2.m: New test.
18684 2002-08-17  Joseph S. Myers  <jsm@polyomino.org.uk>
18686         * gcc.dg/c90-flex-array-1.c, gcc.dg/c99-flex-array-3.c,
18687         gcc.dg/c99-flex-array-4.c: New tests.
18689 2002-08-16  Stan Shebs  <shebs@apple.com>
18691         * objc/execute/selector-1.m: Add __NEXT_RUNTIME__ case.
18693 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
18695         * gcc.dg/typeof-1.c: New test.
18696         * g++.dg/ext/typeof2.C: New test.
18698 2002-08-15  Nathan Sidwell  <nathan@codesourcery.com>
18700         * g++.dg/other/offsetof1.C: New test.
18702 2002-08-14  Richard Henderson  <rth@redhat.com>
18704         * gcc.dg/tls/diag-3.c: Fix expected message strings.
18706 2002-08-14  Neil Booth  <neil@daikokuya.co.uk>
18708         * gcc.dg/cpp/_Pragma3.c: New test.
18710 2002-08-13  Mark Mitchell  <mark@codesourcery.com>
18712         * g++.dg/template/inherit3: New test.
18714 2002-08-10  Nathan Sidwell  <nathan@codesourcery.com>
18716         * gcc.dg/bitfld-4.c: Add blank options.
18718 2002-08-09  Mark Mitchell  <mark@codesourcery.com>
18720         * g++.dg/template/crash1.C: New test.
18722 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
18724         * gcc.dg/tls/opt-2.c: New test.
18726 2002-08-08  Devang Patel  <dpatel@apple.com>
18728         * objc.dg/selector-1.m : New test
18730 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
18732         * g++.dg/abi/bitfield4.C: New test.
18733         * gcc.dg/bitfld-4.c: New test.
18735 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
18737         * g++.dg/other/packed1.C: New test.
18739 2002-08-07  Mark Mitchell  <mark@codesourcery.com>
18741         * g++.dg/abi/offsetof.C: Tweak error messages.
18742         * g++.old-deja/g++.mike/p10769a.C: Likewise.
18744 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
18746         * gcc.dg/bitfld-3.c: New test.
18748 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
18749             Richard Henderson  <rth@redhat.com>
18751         * gcc.dg/i386-bitfield1.c: New test.
18752         * g++.dg/abi/bitfield3.C: Update.
18754 2002-08-07  Neil Booth  <neil@daikokuya.co.uk>
18756         * objc.dg/const-str-2.m: Update.
18757         * gcc.dg/cpp/c++98.c: Change to C extension.
18758         * gcc.dg/cpp/c++98-pedantic.c: Similarly.
18759         * gcc.dg/cpp/cpp.exp: Process .C extensions too.
18761 2002-08-06  Aldy Hernandez  <aldyh@redhat.com>
18763         * testsuite/gcc.dg/tls/diag-3.c: New.
18765 2002-08-07  Gabriel Dos Reis  <gdr@nerim.net>
18767         * g++.dg/README (Subdirectories): Document new subdir expr.
18768         * g++.dg/expr/pmf-1.C: New test.
18770 2002-08-06  Neil Booth  <neil@daikokuya.co.uk>
18772         * gcc.dg/cpp/vararg3.c, gcc.dg/cpp/vararg4.c: New tests.
18774 2002-08-06  Jakub Jelinek  <jakub@redhat.com>
18776         * g++.dg/abi/bitfield3.C: New test.
18778 2002-08-05  Nathan Sidwell  <nathan@codesourcery.com>
18780         * lib/gcov.exp: Tweak expected line formats.
18781         * gcc.misc-tests/gcov8.c: New test.
18782         * gcc.misc-tests/gcov8.x: New flags.
18784 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
18786         * consistency.vlad/layout/endian.c: Include string.h.
18788         * gcc.c-torture/execute/20020805-1.c: New test.
18790 2002-08-04  Gabriel Dos Reis  <gdr@nerim.net>
18792         * g++.dg/other/conversion1.C: New test.
18794 2002-08-03  Roger Sayle  <roger@eyesopen.com>
18796         * gcc.dg/builtins-1.c: New testcase.
18798 2002-08-02  Mark Mitchell  <mark@codesourcery.com>
18800         * g++.dg/inherit/access3.C: New test.
18802 2002-08-01  Jakub Jelinek  <jakub@redhat.com>
18804         * gcc.dg/ia64-visibility-2.c: New test.
18806 2002-08-01  Benjamin Kosnik   <bkoz@redhat.com>
18808         * g++.old-deja/g++.abi/ptrflags.C (expect): Change
18809         __qualifier_flags to __flags.
18811 2002-07-31  Mark Mitchell  <mark@codesourcery.com>
18813         * g++.dg/inherit/operator1.C: New test.
18814         * g++.dg/lookup/disamb1.C: Fix typo in comment.
18815         * g++.dg/other/error1.C: Change expected error message.
18816         * g++.dg/template/conv4.C: Likewise.
18818 2002-07-26  Neil Booth  <neil@daikokuya.cop.uk>
18820         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/Wunused.c: Add test
18821         for documented behavior.
18823 2002-07-25  Roger Sayle  <roger@eyesopen.com>
18825         * gcc.c-torture/execute/20020720-1.x: Skip this test on
18826         several targets known to fail.
18828 2002-07-25  Richard Sandiford  <rsandifo@redhat.com>
18830         * gcc.dg/mips-args-[123].c: New tests.
18832 2002-07-24  Aldy Hernandez  <aldyh@redhat.com>
18834         * gcc.dg/ppc-spe.c: New.
18836 2002-07-24  Geoffrey Keating  <geoffk@redhat.com>
18838         * g++.dg/other/ptrmem4.C: New testcase.
18840 2002-07-24  Richard Henderson  <rth@redhat.com>
18842         * gcc.c-torture/execute/loop-2e.c: Rewrite for 64 bit and no mmap.
18844 2002-07-24  Gabriel Dos Reis  <gdr@nerim.net>
18846         * g++.dg/ext/alignof1.C (main): Return 0 for success.
18848 2002-07-24  Roger Sayle  <roger@eyesopen.com>
18850         * gcc.c-torture/execute/memset-3.c: New testcase.
18852 2002-07-24  Neil Booth  <neil@daikokuya.co.uk>
18854         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/trad/Wunused.h,
18855         gcc.dg/cpp/Wunused.c, gcc.dg/cpp/Wunused.h: New tests.
18857 2002-07-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18859         * gcc.c-torture/execute/va-arg-15.x, va-arg-16.x, va-arg-17.x:
18860         Delete.
18862 2002-07-23  J"orn Rennecke <joern.rennecke@superh.com>
18864         * gcc.c-torture/compile/simd-4.c: New test.
18866 2002-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
18868         PR c++/7347, c++/7348
18869         * g++.dg/template/access4.C: New test.
18870         * g++.dg/template/access5.C: New test.
18871         * g++.old-deja/g++.pt/memtemp85.C: Fix access problem.
18872         * g++.old-deja/g++.pt/memtemp86.C: Likewise.
18873         * g++.old-deja/g++.pt/ttp58.C: Likewise.
18874         * g++.old-deja/g++.pt/memtemp89.C: Remove XFAIL.
18876 2002-07-22  Jakub Jelinek  <jakub@redhat.com>
18878         * gcc.dg/gnu89-init-2.c: New test.
18880 2002-07-21  Gabriel Dos Reis  <gdr@nerim.net>
18882         * gcc.dg/c90-arraydecl-1.c: Change C89 too C90.
18884 2002-07-20  Roger Sayle  <roger@eyesopen.com>
18886         * gcc.c-torture/execute/20020720-1.c: New testcase.
18888 2002-07-20  Neil Booth  <neil@daikokuya.co.uk>
18890         * gcc.dg/cpp/Wsignprom.c: New tests.
18892 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
18894         * gcc.c-torture/execute/loop-13.c: New test.
18896 2002-07-19  Neil Booth  <neil@daikokuya.co.uk>
18898         * gcc.dg/cpp/expr.c: New tests.
18900 2002-07-18  David Edelsohn  <edelsohn@gnu.org>
18902         * g++.dg/opt/pr6713.C: Add template instantiation.
18904 2002-07-18  Alan Modra  <amodra@bigpond.net.au>
18906         * gcc.dg/nest.c: New test.
18908 2002-07-17  Richard Henderson  <rth@redhat.com>
18910         * g++.dg/opt/pr6713.C: New test.
18912 2002-07-17  Eric Botcazou  <ebotcazou@multimania.com>
18914         * gcc.c-torture/execute/loop-2e.x: Let the testcase
18915         XFAIL for all x86 processors.
18917 2002-07-17  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
18919         * gcc.c-torture/execute/20010122-1.x: Do not test with
18920         -fomit-frame-pointer.
18922 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
18924         * g++.dg/template/instantiate2.C: New test.
18925         * g++.dg/template/spec4.C: New test.
18927 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
18929         * g++.dg/template/access2.C: New test.
18930         * g++.dg/template/access3.C: New test.
18932 2002-07-15  Zack Weinberg  <zack@codesourcery.com>
18934         * c-torture/execute/991216-3.c, c-torture/execute/strct-varg-1.c,
18935         c-torture/execute/va-arg-7.c, c-torture/execute/va-arg-8.c,
18936         c-torture/execute/va-arg-15.c, c-torture/execute/va-arg-16.c,
18937         c-torture/execute/va-arg-17.c, c-torture/execute/va-arg-19.c:
18938         Convert to use <stdarg.h>.
18939         * c-torture/execute/va-arg-3.c, c-torture/execute/va-arg-3.x:
18940         Delete.
18941         * gcc.dg/va-arg-2.c: New.
18942         * lib/gcc.exp, lib/objc.exp: Remove code to set -DNO_VARARGS.
18944 2002-07-15  Jakub Jelinek  <jakub@redhat.com>
18946         * gcc.c-torture/compile/20020710-1.c: New test.
18948 2002-07-11  J"orn Rennecke <joern.rennecke@superh.com>
18949                           Andrew Pinski  <pinskia@physics.uc.edu>
18951         gcc.c-torture/compile/simd-2.c: New testcase.
18952         gcc.c-torture/compile/simd-3.c: Likewise.
18954 2002-07-11  Mark Mitchell  <mark@codesourcery.com>
18956         PR c++/7224
18957         * g++.dg/overload/error1.C: New test.
18959 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
18961         * gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32
18962         configuration and IRIX 6 O32 ABI.
18964 2002-07-11  Roger Sayle  <roger@eyesopen.com>
18966         * gcc.c-torture/execute/builtin-noret-1.c: Test non-ANSI functions.
18968 2002-07-10  Roger Sayle  <roger@eyesopen.com>
18970         * gcc.c-torture/execute/20000217-1.c: Fix usage of "abort".
18972 2002-07-10  Jeffrey A Law  <law@redhat.com>
18974         * gcc.c-torture/compile/981006-1.x: Do not use -fpic for mn102.
18976         * gcc.c-torture/compile/930326-1.x: Remove.  No longer needed.
18978 2002-07-09  Aldy Hernandez  <aldyh@redhat.com>
18980         * gcc.dg/20020312-2.c: Check for __PPC__.
18982 2002-07-09  Diego Novillo  <dnovillo@redhat.com>
18984         * gcc.c-torture/compile/20020709-1.c: New test.
18986 2002-07-07  Roger Sayle  <roger@eyesopen.com>
18988         * g++.dg/template/qualttp21.C: New test case.
18990 2002-07-06  Alexandre Oliva  <aoliva@redhat.com>
18992         * gcc.c-torture/compile/20020706-1.c: New test.
18993         * gcc.c-torture/compile/20020706-2.c: New test.
18995 2002-07-06  Brian R. Gaeke  <brg@dgate.ORG>
18996             Alexandre Oliva  <aoliva@redhat.com>
18998         * g++.dg/warn/incomplete1.C: New test.
19000 2002-07-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19002         PR c++/7099
19003         * g++.dg/warn/noreturn1.C: New test.
19005 2002-07-03  Mark Mitchell  <mark@codesourcery.com>
19007         PR c++/6706
19008         * g++.dg/debug/debug6.C: New test.
19009         * g++.dg/debug/debug7.C: New test.
19011 2002-07-04  J"orn Rennecke <joern.rennecke@superh.com>
19013         * gcc.c-torture/compile/simd-3.c: New test.
19015 2002-07-03  Chris Demetriou  <cgd@broadcom.com>
19017         * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
19018         * gcc.dg/20020620-1.c: Likewise.
19020 2002-07-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
19022         PR c++/6944
19023         * g++.dg/init/array4.C: New test.
19024         * g++.dg/init/array5.C: New test.
19026 2002-07-03  J"orn Rennecke <joern.rennecke@superh.com>
19028         * gcc.c-torture/execute/simd-1.c (main): Also test &, |, ^, ~.
19029         * gcc.c-torture/execute/simd-2.c (main): Likewise.
19031 2002-07-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19033         * gcc.dg/cpp/tr-warn2.c: Use traditional C style function definitions.
19034         * gcc.dg/wtr-aggr-init-1.c: Likewise.
19035         * gcc.dg/wtr-conversion-1.c: Likewise.
19036         * gcc.dg/wtr-escape-1.c: Likewise.
19037         * gcc.dg/wtr-int-type-1.c: Likewise.
19038         * gcc.dg/wtr-label-1.c: Likewise.
19039         * gcc.dg/wtr-static-1.c: Likewise.
19040         * gcc.dg/wtr-strcat-1.c: Likewise.
19041         * gcc.dg/wtr-suffix-1.c: Likewise.
19042         * gcc.dg/wtr-switch-1.c: Likewise.
19043         * gcc.dg/wtr-unary-plus-1.c: Likewise.
19044         * gcc.dg/wtr-union-init-1.c: Likewise.
19045         * gcc.dg/wtr-union-init-2.c: Likewise.
19046         * gcc.dg/wtr-union-init-3.c: Likewise.
19048         * gcc.dg/wtr-func-def-1.c: New test.
19050 2002-07-02 Devang Patel <dpatel@apple.com>
19052         * objc.dg/param-1.m: New test.
19054 2002-07-03  Neil Booth  <neil@daikokuya.co.uk>
19056         * gcc.dg/cpp/trad/directive.c: Add test.
19057         * gcc.dg/cpp/trad/macroargs.c: Add test.
19058         * gcc.dg/cpp/trad/recurse-3.c: Add tests.
19060 2002-07-02  Neil Booth  <neil@daikokuya.co.uk>
19062         * gcc.dg/cpp/cmdlne-M.c: New test.
19064 2002-07-02  Ziemowit Laski  <zlaski@apple.com>
19066         * objc.dg/desig-init-1.m: New test.
19068 2002-07-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
19070         PR c++/6716
19071         * g++.dg/template/instantiate1.C: New test.
19073 2002-07-01  Mark Mitchell  <mark@codesourcery.com>
19075         PR c++/7112
19076         * g++.dg/template/sizeof2.C: New test.
19078 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
19080         * gcc.dg/cpp/trad/cmdlne-dD.c, gcc.dg/cpp/trad/cmdlne-dM.c,
19081         gcc.dg/cpp/trad/include.c: New tests.
19083 2002-07-01  Hans-Peter Nilsson  <hp@axis.com>
19085         PR target/7177
19086         * gcc.c-torture/compile/20020701-1.c: New test.
19088 2002-07-01  Stan Shebs  <shebs@apple.com>
19090         * lib/objc.exp (objc_target_compile): Add the -I path to ObjC
19091         header here...
19092         * lib/objc-torture.exp (objc-torture-compile): ...instead of here
19093         (objc-torture-execute): or here.
19095 2002-07-01  J"orn Rennecke <joern.rennecke@superh.com>
19097         * gcc.c-torture/execute/arith-rand-ll.c: New test.
19099 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
19101         * gcc.dg/cpp/trad/escaped-nl.c: New test.
19103 2002-06-30  Devang Patel  <dpatel@apple.com>
19105         * objc.dg/fsyntax-only.m: New test.
19107 2002-06-27  Mark Mitchell  <mark@codesourcery.com>
19109         PR c++/6695
19110         * g++.dg/template/friend7.C: New file.
19112 2002-06-27  Aldy Hernandez  <aldyh@redhat.com>
19114         * gcc.c-torture/execute/string-opt-8.c (strncmp): Fix typo in
19115         return type.
19117 2002-06-27  J"orn Rennecke <joern.rennecke@superh.com>
19119         * gcc.c-torture/execute/simd-2.c (i, j): Add initializer elements to
19120         avoid division by zero.
19122 2002-06-27  Neil Booth  <neil@daikokuya.co.uk>
19124         * gcc.dg/Wunknownprag.c: New tests.
19126 2002-06-25  J"orn Rennecke <joern.rennecke@superh.com>
19128         * gcc.c-torture/execute/simd-2.c: New test.
19130 2002-06-25  Neil Booth  <neil@daikokuya.co.uk>
19132         * gcc.dg/cpp/mi7.c, gcc.dg/cpp/mi7a.h, gcc.dg/cpp/mi7b.h,
19133         gcc.dg/cpp/trad/builtins.c, gcc.dg/cpp/trad/builtins.h,
19134         gcc.dg/cpp/trad/cmdlne-C.c, gcc.dg/cpp/trad/cmdlne-C2.c,
19135         gcc.dg/cpp/trad/maccom1.c, gcc.dg/cpp/trad/maccom2.c,
19136         gcc.dg/cpp/trad/maccom3.c, gcc.dg/cpp/trad/maccom4.c,
19137         gcc.dg/cpp/trad/maccom6.c, gcc.dg/cpp/trad/mi1.c,
19138         gcc.dg/cpp/trad/mi1c.h, gcc.dg/cpp/trad/mi1nd.h,
19139         gcc.dg/cpp/trad/mi1ndp.h, gcc.dg/cpp/trad/mi1x.h,
19140         gcc.dg/cpp/trad/mi2.c, gcc.dg/cpp/trad/mi2a.h,
19141         gcc.dg/cpp/trad/mi2b.h, gcc.dg/cpp/trad/mi2c.h
19142         gcc.dg/cpp/trad/mi3.c, gcc.dg/cpp/trad/mi3.def,
19143         gcc.dg/cpp/trad/mi3.h, gcc.dg/cpp/trad/mi4.c,
19144         gcc.dg/cpp/trad/mi5.c, gcc.dg/cpp/trad/mi6.c,
19145         gcc.dg/cpp/trad/mi6a.h, gcc.dg/cpp/trad/mi6b.h,
19146         gcc.dg/cpp/trad/mi6c.h, gcc.dg/cpp/trad/mi6d.h,
19147         gcc.dg/cpp/trad/mi6e.h, gcc.dg/cpp/trad/mi7.c,
19148         gcc.dg/cpp/trad/mi7a.h, gcc.dg/cpp/trad/mi7b.h: New tests.
19150 2002-06-24  Neil Booth  <neil@daikokuya.co.uk>
19152         * gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/assembler.S,
19153         gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/funlike-4.c,
19154         gcc.dg/cpp/trad/null-drctv.c, gcc.dg/cpp/trad/recurse-1.c,
19155         gcc.dg/cpp/trad/recurse-2.c, gcc.dg/cpp/trad/recurse-3.c:
19156         New tests.
19157         * gcc.dg/cpp/trad/directive.c: Update.
19159 2002-06-23  Andreas Jaeger  <aj@suse.de>
19161         * gcc.c-torture/execute/complex-6.c: New.
19163 2002-06-22  Neil Booth  <neil@daikokuya.co.uk>
19165         * gcc.dg/cpp/trad/comment-2.c. gcc.dg/cpp/trad/funlike-2.c,
19166         gcc.dg/cpp/trad/funlike.c, gcc.dg/cpp/trad/funlike-3.c,
19167         gcc.dg/cpp/trad/literals-1.c, gcc.dg/cpp/trad/literals-2.c,
19168         gcc.dg/cpp/trad/macroargs.c, gcc.dg/cpp/trad/quote.c: New tests.
19170 2002-06-21  Neil Booth  <neil@daikokuya.co.uk>
19172         * gcc.dg/cpp/trad: New directory with traditional tests copied
19173         from parent directory.
19174         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
19175         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
19176         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
19177         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
19178         Move to trad/ and rename.
19179         * gcc.dg/cpp/trad/__STDC__.c, gcc.dg/cpp/trad/comment.c,
19180         gcc.dg/cpp/trad/escaped-eof.c, gcc.dg/cpp/trad/redef1.c,
19181         gcc.dg/cpp/trad/redef2.c: New tests.
19182         * gcc.dg/cpp/trad/trad.exp: New driver.
19184 2002-06-20  Neil Booth  <neil@daikokuya.co.uk>
19186         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
19187         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
19188         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
19189         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
19190         Remove.
19192 2002-06-20  Richard Sandiford  <rsandifo@redhat.com>
19194         * gcc.dg/20020620-1.c: New test.
19196 2002-06-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
19198         * g++.dg/template/ttp4.C: New test.
19200 2002-06-19  Jakub Jelinek  <jakub@redhat.com>
19202         * g++.dg/opt/vt1.C: Fix regexp.
19204 2002-06-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19206         * gcc.c-torture/execute/pure-1.c: Make functions static again.
19207         Don't use attribute `noinline'.
19209 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
19211         * gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
19213 2002-06-18  Aldy Hernandez  <aldyh@redhat.com>
19215         * gcc.c-torture/execute/simd-1.c: New.
19217         * gcc.dg/simd-1.c: New.
19219 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
19221         * gcc.c-torture/execute/20020615-1.c: Correct bug-description.
19223 2002-06-16  Richard Henderson  <rth@redhat.com>
19225         * g++.dg/ext/anon-struct1.C: New.
19226         * g++.dg/ext/anon-struct2.C: New.
19227         * g++.dg/ext/anon-struct3.C: New.
19228         * gcc.dg/anon-struct-1.c: New.
19229         * gcc.dg/anon-struct-2.c: New.
19230         * gcc.dg/anon-struct-3.c: New.
19231         * gcc.dg/20011008-1.c: Adjust warning text.
19232         * gcc.dg/20020527-1.c: Add -fms-extensions.
19234 2002-06-16  Richard Henderson  <rth@redhat.com>
19236         * gcc.dg/20020531-1.c: Add LL specifier to avoid warning.
19238 2002-06-15  Hans-Peter Nilsson  <hp@axis.com>
19240         * gcc.c-torture/execute/20020615-1.c: New test.
19242 2002-06-15  Roger Sayle  <roger@eyesopen.com>
19244         * gcc.c-tortuture/execute/compare-1.c: New test case.
19245         * gcc.c-tortuture/execute/compare-2.c: New test case.
19246         * gcc.c-tortuture/execute/compare-3.c: New test case.
19248 2002-06-13  Richard Henderson  <rth@redhat.com>
19250         * g++.old-deja/g++.abi/vtable2.C (INC_VDATA): New.  Define for
19251         ia64 ilp32.
19253 2002-06-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
19255         * g++.dg/template/typename2.C: Update error message.
19257 2002-06-12  Hans-Peter Nilsson  <hp@axis.com>
19259         * gcc.c-torture/execute/20020611-1.c: New test.
19261 2002-06-11  Bob Wilson  <bob.wilson@acm.org>
19263         * g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
19264         list of targets to skip.
19266 2002-06-10  Bob Wilson  <bob.wilson@acm.org>
19268         * gcc.c-torture/compile/20001226-1.x: Only xfail for Xtensa
19269         targets if not optimizing.
19271 2002-06-10  Jakub Jelinek  <jakub@redhat.com>
19273         * gcc.c-torture/compile/20020605-1.c: New test.
19275         * g++.dg/opt/vt1.C: New test.
19277         * gcc.dg/20020531-1.c: New test.
19279         * gcc.dg/20020530-1.c: New test.
19281         * gcc.dg/20020527-1.c: New test.
19283         * g++.dg/opt/cse1.C: New test.
19285 2002-06-07  Roger Sayle  <roger@eyesopen.com>
19287         * gcc.dg/20020607-2.c: New test case.
19289 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
19291         * gcc.c-torture/compile/20020604-1.c: New test.
19293 2002-06-04  Richard Henderson  <rth@redhat.com>
19295         * gcc.dg/alpha-base-1.c: Add ext/ins/msk/umulh cases.
19296         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: Use -mcpu=ev67.
19297         * gcc.dg/alpha-cix-1.c, gcc.dg/alpha-cix-2.c: New.
19299 2002-06-04  Aldy Hernandez  <aldyh@redhat.com>
19301         * gcc.dg/altivec-2.c: Remove test for invalid vector type V2DF.
19303 2002-06-03  Richard Henderson  <rth@redhat.com>
19305         * gcc.dg/alpha-base-1.c, gcc.dg/alpha-base-2.c: New.
19306         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: New.
19308 2002-06-02  Richard Henderson  <rth@redhat.com>
19310         * gcc.c-torture/execute/pure-1.c: Don't mark any of the
19311         test functions static.
19313 2002-06-02  Andreas Jaeger  <aj@suse.de>
19315         * gcc.c-torture/execute/loop-3c.x: Remove, the test should pass
19316         now.
19318 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
19320         * gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-suffix-1.c,
19321         gcc.dg/cpp/paste4.c, gcc.dg/cpp/sysmac2.c:
19322         Update for mofified diagnostics.
19323         * gcc.dg/c99-intconst-1.c: No longer fail.
19325 2002-06-02  Richard Henderson  <rth@redhat.com>
19327         * gcc.dg/uninit-A.c: Remove xfail markers.
19329 2002-06-01  Roger Sayle  <roger@eyesopen.com>
19331         * gcc.dg/fnegate-1.c: New test case.
19333 2002-05-30  Osku Salerma  <osku@iki.fi>
19335         * gcc.c-torture/execute/mayalias-1.c: New file.
19337 2002-05-29  Neil Booth  <neil@daikokuya.demon.co.uk>
19339         * gcc.dg/cpp/c++98-pedantic.c, gcc.dg/cpp/c89-pedantic.c,
19340         gcc.dg/cpp/c94-pedantic.c, gcc.dg/cpp/gnuc89-pedantic.c,
19341         gcc.dg/cpp/if-1.c: Update for modified diagnostics.
19343 2002-05-29  Hans-Peter Nilsson  <hp@axis.com>
19345         * gcc.c-torture/execute/20020529-1.c: New test.
19347 2002-05-27  Richard Henderson  <rth@redhat.com>
19349         * g++.dg/ext/attrib6.C: New test case.
19351 2002-05-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19353         * gcc.c-torture/execute/pure-1.c: New test.
19355 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
19357         * gcc.dg/cpp/arith-2.c: Remove.
19359 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
19361         * gcc.dg/cpp/arith-2.c, gcc.dg/cpp/arith-3.c: New tests.
19362         * gcc.dg/cpp/if-3.c: Remove.
19364 2002-05-26  Jakub Jelinek  <jakub@redhat.com>
19366         * g++.dg/opt/cse2.C: New test.
19368 2002-05-26  Neil Booth  <neil@daikokuya.demon.co.uk>
19370         * gcc.dg/cpp/arith-1.c: New semantic tests.
19371         * gcc.dg/cpp/if-1.c: Update.
19373 2002-05-24  Ben Elliston  <bje@redhat.com>
19375         * lib/c-torture.exp (c-torture-execute): Handle multiple sources.
19377 2002-05-24  Jakub Jelinek  <jakub@redhat.com>
19379         * gcc.dg/verbose-asm.c: New test.
19381 2002-05-24  Neil Booth  <neil@daikokuya.demon.co.uk>
19383         * gcc.dg/cpp/paste12.c: New test.
19385 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
19387         * g++.dg/parse/named_ops.C: New test.
19389 2002-05-23  Mark Mitchell  <mark@codesourcery.com>
19391         * gcc/testsuite/gcc.dg/weak-8.c: New test.
19393 2002-05-23  J"orn Rennecke <joern.rennecke@superh.com>
19395         * gcc.dg/weak-2.c: Allow optional leading underscore
19396         in scan-assembler symbol name.
19397         * gcc.dg/weak-3.c: Likewise.
19398         * gcc.dg/weak-4.c: Likewise.
19399         * gcc.dg/weak-5.c: Likewise.
19401 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
19403         * gcc.dg/20020523-1.c: New test.
19405 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
19407         * objc.dg/const-str-2.m: Update now that we stop after
19408         a command line error.
19410 2002-05-22  Richard Henderson  <rth@redhat.com>
19412         * g++.dg/dg.exp: Fix typo in test pruneing.
19414 2002-05-22  Richard Henderson  <rth@redhat.com>
19416         * g++.dg/dg.exp: Prune the tls subdirectory.
19417         * g++.dg/tls/tls.exp, g++.dg/tls/trivial.C: New.
19418         * g++.dg/tls/diag-1.C, g++.dg/tls/diag-2.C: New.
19419         * g++.dg/tls/init-1.C: New.
19421 2002-05-22  Jakub Jelinek  <jakub@redhat.com>
19423         * gcc.dg/20020517-1.c: New test.
19425 2002-05-21  Richard Henderson  <rth@redhat.com>
19427         * gcc.dg/tls/tls.exp, gcc.dg/tls/trivial.c, gcc.dg/tls/diag-1.c,
19428         gcc.dg/tls/diag-2.c, gcc.dg/tls/init-1.c: New directory and files.
19430 2002-05-21  Brian R. Gaeke  <brg@dgate.ORG>
19432         * g++.dg/other/copy2.C: New test.
19434 2002-05-20  J"orn Rennecke <joern.rennecke@superh.com>
19436         * gcc.c-torture/execute/memcpy-2.c (SEQUENCE_LENGTH): Define.
19437         (MAX_COPY): Bump up to 10 times sizeof (long long).
19438         (main): Use a pattern of SEQUENCE_LENGTH different characters to copy.
19440         * gcc.c-torture/execute/memset-1.c (MAX_COPY): Bump up to 10 times
19441         sizeof (long long).
19443         * gcc.c-torture/execute/strcpy-1.c: New test.
19445 2002-05-19  Jason Merrill  <jason2redhat.com>
19447         * g++.dg/ext/oper1.C: New test.
19449 2002-05-20  David Billinghurst <David.Billinghurst@riotinto.com>
19450 2002-05-19  Mark Mitchell  <mitchell@doubledemon.codesourcery.com>
19452         * README.QMTEST: New file.
19454         * g++.dg/warn/Wshadow-1.C: Remove unncessary dg-error line.
19456 2002-05-19  Andreas Jaeger  <aj@suse.de>
19458         * gcc.c-torture/execute/loop-2c.x: Remove, the test should pass
19459         now.
19460         * gcc.c-torture/execute/loop-2d.x: Likewise.
19462 2002-05-19  David Billinghurst <David.Billinghurst@riotinto.com>
19464         * gcc.dg/weak-2.c:  xfail warnings for platforms that don't
19465         support weak symbols.
19466         * gcc.dg/weak-4.c: Likewise
19467         * gcc.dg/weak-6.c: Likewise
19469 2002-05-16  David.Billinghurst <David.Billinghurst@riotinto.com>
19471         * gcc.dg/weak-3.c: Add dg-excess-error comment for
19472         cygwin, coff and h8300-*-hms targets
19473         * gcc.dg/weak-5.c: Likewise
19474         * gcc.dg/weak-7.c: Likewise
19476 2002-05-16  Jason Merrill  <jason@redhat.com>
19478         * lib/scanasm.exp (scan-assembler): Use upvar, not uplevel.
19479         (scan-assembler-not, scan-assembler-dem): Likewise.
19480         (scan-assembler-dem-not): Likewise.
19482 2002-05-15  Richard Henderson  <rth@redhat.com>
19484         * gcc.dg/weak-5.c (vfoo1c, vfoo1g): Warn here.
19486 2002-05-15  Richard Henderson  <rth@redhat.com>
19488         * gcc.dg/weak-5.c (vfoo1c): No warning here.
19489         (vfoo1f): Warning here.
19490         (vfoo1l): Don't redefine the alias.
19492 2002-05-14  Jason Merrill  <jason@redhat.com>, Alexandre Oliva  <aoliva@redhat.com>
19494         * g++.dg/init/pm1.C: New test.
19496 2002-05-12  David S. Miller  <davem@redhat.com>
19498         * gcc.c-torture/execute/conversion.c (ldnear): Use long double
19499         types.
19501 2002-05-10  Roger Sayle  <roger@eyesopen.com>
19503         * gcc.c-torture/execute/20020510-1.c: New test case.
19505 2002-05-10  David S. Miller  <davem@redhat.com>
19507         * gcc.c-torture/execute/conversion.c: Test long double too.
19509 2002-05-09  Jakub Jelinek  <jakub@redhat.com>
19511         * lib/g77.exp (g77_link_flags): Append all multilib dirs containing
19512         libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH.
19513         * lib/g++.exp (g++_link_flags): Likewise.
19514         * lib/objc.exp (objc_target_compile): Likewise.
19516 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
19518         * gcc.dg/cpp/poison.c: Update.
19519         * gcc.dg/cpp/20000625-2.c: Remove.
19520         * gcc.dg/cpp/direct2s.c: Remove final test.
19522 2002-05-08  Tom Rix  <trix@redhat.com>
19524         * gcc.c-torture/execute/20020508-1.c: New test.
19525         * gcc.c-torture/execute/20020508-2.c: New test.
19526         * gcc.c-torture/execute/20020508-3.c: New test.
19528 2002-05-08  Neil Booth  <neil@daikokuya.demon.co.uk>
19530         * gcc.dg/cpp/charconst-4.c: More tests.
19532 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
19534         PR c/6569
19535         * gcc.dg/weak-3.c: Update location of warning messages.
19536         * gcc.dg/weak-5.c: Likewise.
19538 2002-05-06  Roger Sayle  <roger@eyesopen.com>
19540         * gcc.c-torture/execute/20020506-1.c: New test case.
19542 2002-05-07  Neil Booth  <neil@daikokuya.demon.co.uk>
19544         * gcc.dg/cpp/charconst-3.c: Correct tests accordingly.
19546 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
19548         * gcc.dg/cpp/charconst-3.c: Run, don't compile.
19550 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
19552         * gcc.dg/cpp/charconst-3.c: New test.
19554 2002-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
19556         * gcc.dg/cpp/charconst.c: Update tests.
19558 2002-05-05  Tim Josling  <tej@melbpc.org.au>
19560         * treelang: Added directory for new sample language treelang. Also
19561         lib/treelang.exp: New file to signal treelang should be tested.
19563 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
19565         * gcc.dg/cpp/cmdlne-dM-M.c: New test.
19566         * gcc.dg/cpp/cmdlne-dD-M.c: New test.
19567         * gcc.dg/cpp/cmdlne-dN-M.c: New test.
19568         * gcc.dg/cpp/cmdlne-dI-M.c: New test.
19569         * gcc.dg/cpp/cmdlne-dI-M.h: New aux file.
19570         * gcc.dg/cpp/cmdlne-dD-dM.c: New test.
19571         * gcc.dg/cpp/cmdlne-dM-dD.c: New test.
19573 2002-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
19575         * gcc.dg/format/xopen-2.c: New test.
19577 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
19579         * gcc.dg/20020503-1.c: New test.
19581 2002-05-02  Mark Mitchell  <mark@codesourcery.com>
19583         * g++.dg/init/dtor1.C: Make it tougher.
19585 2002-05-01  Mark Mitchell  <mark@codesourcery.com>
19587         * g++.dg/init/dtor1.C: New test.
19589 2002-05-02  Aldy Hernandez  <aldyh@redhat.com>
19591         * gcc.dg/altivec-8.c: New.
19593 2002-05-01  Aldy Hernandez  <aldyh@redhat.com>
19595         * gcc.dg/altivec-7.c: New.
19597 2002-04-29  Jakub Jelinek  <jakub@redhat.com>
19599         * g++.dg/parse/typedef1.C: New test.
19601 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
19603         PR c++/6486
19604         * g++.dg/template/friend6.C: New test.
19606         PR c++/6492
19607         * g++.dg/init/copy1.C: New test.
19609 2002-04-29  Nathan Sidwell  <nathan@codesourcery.com>
19611         * g++.dg/warn/effc1.C: New test.
19613 2002-04-29  Neil Booth  <neil@daikokuya.demon.co.uk>
19615         * gcc.dg/cpp/if-cexp.c: Add a test.
19617 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
19619         * gcc.dg/20020426-2.c: New test.
19621 2002-04-28  Neil Booth  <neil@daikokuya.demon.co.uk>
19623         * gcc.dg/cpp/if-mop.c: Update.
19624         * gcc.dg/cpp/if-mpar.c: Add test.
19625         * gcc.dg/cpp/if-oppr.c: Update.
19627 2002-04-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
19629         PR c/6343
19630         * gcc.dg/weak-[2-7].c: New tests.
19632 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
19634         * gcc.dg/enum1.c: New test.
19636 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
19638         PR c++/6497
19639         * g++.dg/inherit/access2.C: New test.
19641 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
19643         PR bootstrap/6445
19644         * gcc.dg/20020426-1.c: New test.
19646 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
19648         * g++.dg/abi/enum1.C: New test.
19650 2002-04-26  Richard Henderson  <rth@redhat.com>
19652         * gcc.dg/c99-bool-1.c: Expect always true warning.
19654 2002-04-25  Roger Sayle  <roger@eyesopen.com>
19656         * gcc.dg/i386-memset-1.c: New test case for PR target/6456.
19658 2002-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19660         * gcc.c-torture/execute/20020227-1.x: New file, xfail on 64-bit
19661         targets.
19663 2002-04-24  Mark Mitchell  <mark@codesourcery.com>
19665         * g++.dg/abi/mange7.C: New test.
19667         PR c++/6438.
19668         * g++.dg/parse/stmtexpr2.C: New test.
19670 2002-04-24  J"orn Rennecke <joern.rennecke@superh.com>
19672         * gcc.dg/20020312-2.c: Add SH target.
19674 2002-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19676         * gcc.c-torture/compile/labels-3.x: New file, don't assemble the
19677         compiler output on mips*-*-irix*.
19679 2002-04-23  Jakub Jelinek  <jakub@redhat.com>
19681         * g++.dg/parse/attr1.C: New test.
19683 2002-04-23  Roger Sayle  <roger@eyesopen.com>
19685         * gcc.c-torture/execute/string-opt-17.c: New test case.
19686         * gcc.c-torture/execute/memset-2.c: New test case.
19688 2002-04-23  Mark Mitchell  <mark@codesourcery.com>
19690         PR c++/6256:
19691         * g++.dg/template/friend5.C: New test.
19693         PR c++/6331:
19694         * g++.dg/template/qual1.C: Likewise.
19696 2002-04-22  Zack Weinberg  <zack@codesourcery.com>
19698         * gcc.c-torture/execute/980707-1.c: Don't use isspace().
19699         Include stdlib.h, not stdio.h or ctype.h.
19701 2002-04-22  Hans-Peter Nilsson  <hp@axis.com>
19703         * gcc.dg/20020415-1.c: Expect warning for unsupported -fpic on
19704         cris-*-elf* and mmix-*-*.
19705         * g77.f-torture/execute/io0.x: xfail for cris-*-elf.
19706         * g77.f-torture/execute/io1.x, g77.f-torture/execute/20001201.x,
19707         g77.f-torture/execute/6367.x, g77.f-torture/execute/u77-test.x:
19708         Ditto.
19709         * gcc.dg/wint_t-1.c: Mark excess errors for cris-*-elf.
19710         * gcc.dg/wchar_t-1.c: Ditto.
19712 2002-04-21  Hans-Peter Nilsson  <hp@axis.com>
19714         * g++.dg/opt/cleanup1.C (C::C()): Initialize member c.
19715         Clarify comment.
19717 2002-04-21  Neil Booth  <neil@daikokuya.demon.co.uk>
19719         * gcc.dg/cpp/endif.h, gcc.dg/cpp/endif.c: New tests.
19721 2002-04-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
19723         * gcc.c-torture/execute/20000906-1.x: Delete.
19725 2002-04-20  David.Billinghurst <David.Billinghurst@riotinto.com>
19727         * g77.dg/f77-edit-i-in.f: Restore missing { dg-do run }
19729 2002-04-19  Toon Moene  <toon@moene.indiv.nluug.nl>
19731         * PR6367
19732         * g77.f-torture/execute/6367.f: New test.
19733         * g77.f-torture/execute/6367.x: Disable for MMIX.
19735 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
19737         * PR6352
19738         * g++.dg/opt/inline2.C: New test.
19740 2002-04-18  Richard Henderson  <rth@redhat.com>
19742         * gcc.dg/20000906-1.c: Enable for all targets.
19743         * gcc.c-torture/compile/iftrap-2.c: New.
19745 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
19747         * gcc.dg/20020418-1.c: New test.
19748         * gcc.dg/20020418-2.c: New test.
19750 2002-04-18  Richard Henderson  <rth@redhat.com>
19752         * gcc.c-torture/compile/iftrap-1.c: New.
19753         * gcc.dg/iftrap-1.c: Adjust for ia64.
19754         * gcc.dg/iftrap-2.c: New.
19756 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
19758         * gcc.c-torture/compile/20020418-1.c: New test.
19760 2002-04-18  Roger Sayle  <roger@eyesopen.com>
19762         * gcc.c-torture/compile/20020415-1.c: New.
19764 2002-04-18  David S. Miller  <davem@redhat.com>
19766         * gcc.c-torture/execute/20020418-1.c: New test.
19768 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
19770         * gcc.dg/20020416-1.c: New test.
19772         * g++.dg/opt/inline1.C: New test.
19774 2002-04-16  Jakub Jelinek  <jakub@redhat.com>
19776         * gcc.dg/altivec-5.c: New test.
19778         * gcc.dg/20020415-1.c: New test.
19780 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
19782         * testsuite/lib/chill.exp: Remove.
19784 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
19786         * g++.dg/other/big-struct.C: New test.
19788 2002-04-14  David Billinghurst <David.Billinghurst@riotinto.com>
19790         * g77.dg/f77-edit-i-in.f: Use internal buffer in place
19791         of scratch file.
19793 2002-04-13  David Billinghurst <David.Billinghurst@riotinto.com>
19795         PR c/6277
19796         * gcc.dg/i386-387-1.c:  Allow optional leading underscore
19797         in scan-assembler function name
19799 2002-04-13  Hans-Peter Nilsson  <hp@bitrange.com>
19801         * g77.f-torture/execute/980628-4.x,
19802         g77.f-torture/execute/980628-5.x,
19803         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
19804         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
19805         g77.f-torture/compile/alpha1.x: xfail powerpc-*-* hosted on
19806         i[34567]86-*-*.
19808 2002-04-13  David S. Miller  <davem@redhat.com>
19810         * gcc.c-torture/execute/20020413-1.c: New test.
19812 2002-04-13  Richard Sandiford  <rsandifo@redhat.com>
19814         * gcc.dg/asm-6.c,
19815         * g++.dg/ext/asm1.C: New tests.
19817 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
19819         PR c++ 5373.
19820         * g++.dg/parse/stmtexpr1.C: New test.
19822         PR c++/5189.
19823         * g++.dg/template/copy1.C: New test.
19825 2002-04-12  Richard Henderson  <rth@redhat.com>
19827         * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
19829 2002-04-12  Geoffrey Keating  <geoffk@redhat.com>
19831         * gcc.c-torture/execute/20020412-1.c: New file, renamed from
19832         gcc.c-torture/execute/20020307-2.c.
19834 2002-04-12  Richard Sandiford  <rsandifo@redhat.com>
19836         * g++.dg/ext/attrib5.C,
19837         * g++.dg/lookup/struct1.C: New tests.
19839 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
19841         * gcc.dg/20020411-1.c: New test.
19843         * gcc.c-torture/execute/20020411-1.c: New test.
19845 2002-04-10  Janis Johnson  <janis187@us.ibm.com>
19847         * g77.f-torture/execute/6177.f: New test.
19849 2002-04-10  Jakub Jelinek  <jakub@redhat.com>
19851         PR middle-end/6247
19852         * g++.dg/opt/cleanup1.C: New test.
19854         * g++.dg/opt/const1.C: New test.
19856 2002-04-10  Lars Brinkhoff  <lars@nocrew.org>
19858         * gcc.c-torture/execute/20020406-1.c: Declare malloc.
19860 2002-04-10  Nathan Sidwell  <nathan@codesourcery.com>
19862         PR c++/5507
19863         * g++.dg/template/typename2.C: New test.
19865 2002-04-10  Alan Modra  <amodra@bigpond.net.au>
19867         * gcc.c-torture/execute/loop-12.c: New.
19869 2002-04-08  Hans-Peter Nilsson  <hp@bitrange.com>
19871         * g77.f-torture/execute/980628-4.x,
19872         g77.f-torture/execute/980628-5.x,
19873         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
19874         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
19875         g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests.
19877 2002-04-07  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
19879         PR optimization/6086
19880         * g++.dg/opt/preinc1.C: New test.
19882 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
19884         PR c++/5571
19885         * g++.dg/opt/static2.C: New test.
19887 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
19889         PR c/5120
19890         * gcc.dg/20020406-1.c: New test.
19892 2002-04-04  David S. Miller  <davem@redhat.com>
19894         * gcc.c-torture/execute/20020404-1.c: New test.
19896 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
19898         PR c/6123
19899         * gcc.dg/20020312-2.c: Do not declare global register variable
19900         if __PIC__ or __pic__ is defined.
19902 2002-04-04  Richard Earnshaw  <rearnsha@arm.com>
19904         * gcc.dg/arm-asm.c: Run this test on ARM chips, not SPARC.  Use
19905         __asm__ so that it works correctly even if -ansi -pedantic-errors.
19907 2002-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19909         * gcc.misc-tests/linkage.exp: Update last change to handle
19910         sparc*-, not just sparc-.
19912 2002-04-03  Richard Henderson  <rth@redhat.com>
19914         * gcc.dg/cpp/ucs.c: Improved long UCS test.
19916 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
19918         * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change.
19920 2002-04-02  David S. Miller  <davem@redhat.com>
19922         * gcc.c-torture/execute/20020402-3.c: New test.
19924 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
19926         * g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
19927         * g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
19929         * g77.dg/f77-edit-i-in.f: xfail for mmix-knuth-mmixware.
19930         * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x,
19931         g77.f-torture/execute/20001201.x,
19932         g77.f-torture/execute/u77-test.x: New files.
19934         * gcc.dg/wint_t-1.c: Mark excess errors for mmix-knuth-mmixware.
19935         * gcc.dg/wchar_t-1.c: Ditto.
19937 2002-04-02  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
19939         * gcc.c-torture/execute/20020402-1.c: New test.
19941 2002-04-01  Richard Henderson  <rth@redhat.com>
19943         * gcc.c-torture/compile/920625-1.x: XFAIL -O1.
19945         * g++.dg/other/new1.C: Use __SIZE_TYPE__.
19947 2002-04-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19949         * gcc.misc-tests/linkage.exp: Special case 64-bit solaris2.
19951 2002-04-01  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
19953         * g++.dg/inherit/template-as-base.C: Expect error.
19954         * g++.dg/inherit/namespace-as-base.C: Likewise.
19956 2002-03-31  Hans-Peter Nilsson  <hp@bitrange.com>
19958         * g++.dg/ext/instantiate1.C, g++.dg/ext/instantiate2.C,
19959         g++.dg/ext/instantiate3.C: Tweak match patterns.
19961         * g++.old-deja/g++.pt/static11.C: Skip on mmix-knuth-mmixware.
19962         * g++.dg/other/static11.C: Copy g++.old-deja/g++.pt/static11.C for
19963         -da test.
19965 2002-03-31  Richard Henderson  <rth@redhat.com>
19967         * gcc.dg/special/alias-2.c: New.
19968         * gcc.dg/special/ecos.exp: Run it.
19970 2002-03-31  Richard Henderson  <rth@redhat.com>
19972         * gcc.dg/va-arg-1.c: Expect warnings, not errors.
19974 2002-03-31  Kazu Hirata  <kazu@hxi.com>
19976         * gcc.dg/weak-1.c: Disable on h8300 port.
19978 2002-03-29  Janis Johnson  <janis187@us.ibm.com>
19980         * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
19981         * g++.dg/bprob/bprob.exp: New driver for profile-directed branch
19982         ordering tests.
19983         * g++.dg/bprob/bprob-1.C: New test.
19984         * g++.dg/gcov/gcov.exp: New driver for gcov tests.
19985         * g++.dg/gcov/gcov-1.C: New test.
19986         * g++.dg/gcov/gcov-1.x: New file.
19987         * g++.dg/gcov/gcov-2.C: New test.
19988         * g++.dg/gcov/gcov-3.C: New test.
19989         * g++.dg/gcov/gcov-3.h: New file.
19991 2002-03-28  Roger Sayle  <roger@eyesopen.com>
19993         * g++.old-deja/g++.other/builtins5.C: New test.
19994         * g++.old-deja/g++.other/builtins6.C: New test.
19995         * g++.old-deja/g++.other/builtins7.C: New test.
19996         * g++.old-deja/g++.other/builtins8.C: New test.
19997         * g++.old-deja/g++.other/builtins9.C: New test.
19999 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
20001         * g++.dg/opt/static1.C: New test.
20003         * g++.dg/opt/longbranch1.C: New test.
20005 2002-03-28  Hans-Peter Nilsson  <hp@bitrange.com>
20007         * gcc.dg/weak-1.c: Fix typo in scan-assembler pattern.
20009         * g++.old-deja/g++.law/bit-fields2.C: Skip on mmix-knuth-mmixware.
20011 2002-03-28  Jeffrey A Law  (law@redhat.com)
20013         * gcc.c-torture/execute/20020328-1.c: New test.
20015 2002-03-27  Richard Henderson  <rth@redhat.com>
20017         * g++.dg/ext/instantiate1.C: Use scan-assembler, not link errors.
20018         * g++.dg/ext/instantiate2.C, g++.dg/ext/instantiate3.C: Likewise;
20019         move from g++.old-deja/g++.ext/.
20021 2002-03-27  Mark Mitchell  <mark@codesourcery.com>
20023         * g++.dg/init/new2.C: New test.
20025 2002-03-26  Richard Henderson  <rth@redhat.com>
20027         * gcc.dg/pragma-re-2.c: Avoid empty source file warning.
20029         * gcc.dg/20020312-2.c: Don't test epilogue vs global register
20030         on sparc.
20032         * gcc.dg/20001101-1.c: Add -mcpu=ultrasparc.  Only run on
20033         sparcv9 systems.
20034         * gcc.dg/20001102-1.c: Likewise.
20036 2002-03-26  Phil Edwards  <pme@gcc.gnu.org>
20038         * gcc.dg/cpp/endif-pedantic1.c,
20039         gcc.dg/cpp/endif-pedantic2.c:  New tests.
20041 2002-03-26  Mark Mitchell  <mark@codesourcery.com>
20043         * g++.dg/init/new1.C: New test.
20045 2002-03-26  Nathan Sidwell  <nathan@codesourcery.com>
20047         * g++.dg/abi/vbase9.C: New test.
20049 2002-03-26  Richard Earnshaw  <rearnsha@arm.com>
20051         * gcc.dg/arm-asm.c: New test.
20053 2002-03-26  Andrew Cagney  <ac131313@redhat.com>
20055         * gcc.dg/Wswitch-enum.c: New test.
20056         Fix PR c/5044.
20058 2002-03-26  Richard Henderson  <rth@redhat.com>
20060         * gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized
20061         structure.
20063 2002-03-25  Richard Henderson  <rth@redhat.com>
20065         * gcc.dg/20001013-1.c: Add -mcpu=ultrasparc.  Only run on
20066         sparcv9 systems.
20068         * gcc.c-torture/compile/20011119-1.c (xxx): New.
20069         * gcc.c-torture/compile/20011119-2.c (xxx): New.
20071 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
20073         * gcc.dg/c90-hexfloat-1.c: Adjust error regexps.
20075 2002-03-25  Bob Wilson  <bob.wilson@acm.org>
20077         * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
20078         targets using generic thunk support.
20080 2002-03-25  Jakub Jelinek  <jakub@redhat.com>
20082         * gcc.c-torture/compile/20020323-1.c: New test.
20084         * g++.dg/opt/conj2.C: New test.
20086 2002-03-24  Richard Henderson  <rth@redhat.com>
20088         * gcc.dg/weak-1.c: Use -fno-common.
20090 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
20092         * g77.dg/f77-edit-apostrophe-out.f: New test
20093         * g77.dg/f77-edit-h-out.f: New test
20094         * g77.dg/f77-edit-t-in.f: New test
20095         * g77.dg/f77-edit-t-out.f: New test
20096         * g77.dg/f77-edit-x-out.f: New test
20097         * g77.dg/f77-edit-slash-out.f: New test
20098         * g77.dg/f77-edit-colon-out.f: New test
20099         * g77.dg/f77-edit-s-out.f: New test
20101 2002-03-24  Richard Henderson  <rth@redhat.com>
20103         * objc/execute/formal_protocol-6.x: New XFAIL.
20105 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
20107         * gcc.dg/weak-1.c:  Early return from dg-final on platforms
20108         that do not support weak symbols
20110 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
20112         * lib/g++.exp:  Fix handling of LD_LIBRARY_PATH et al
20113         * lib/g77.exp:  Likewise
20114         * lib/objc.exp: Likewise
20116 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
20118         * gcc.dg/Wswitch-default.c: New test.
20120 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
20122         * g++.dg/other/enum1.C: New test.
20124 2002-03-23  Zack Weinberg  <zack@codesourcery.com>
20126         * gcc.dg/pragma-ep-3.c: Fix typo.
20128 2002-03-22  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
20130         * g++.dg/inherit/template-as-base.C: New test.
20132 2002-03-22  Jakub Jelinek  <jakub@redhat.com>
20134         * g++.old-deja/g++.other/dwarf2-1.C: Move...
20135         * g++.dg/debug/debug5.C: ...here.  Convert for dg framework.
20137 2002-03-22  Neil Booth  <neil@daikokuya.demon.co.uk>
20139         * gcc.dg/cpp/multiline.c: Update to match.
20141 2002-03-22  Alexandre Oliva  <aoliva@redhat.com>
20143         * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
20145 2002-03-22  Phil Edwards  <pme@gcc.gnu.org>
20147         * gcc.dg/cpp/extratokens2.c:  New file.
20149 2002-03-21  David Edelsohn  <edelsohn@gnu.org>
20151         * gcc.dg/20020312-2.c: Add rs6000 target.
20153         * gcc.c-torture/compile/20020319-1.c: New test.
20155 2002-03-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
20157         * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
20158         (A, E): Handle this.
20160 2002-03-20  Jason Merrill  <jason@redhat.com>
20162         * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
20163         ignoring -fpic.
20164         * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
20165         through prune_gcc_output.
20167 2002-03-20  Jakub Jelinek  <jakub@redhat.com>
20169         * gcc.c-torture/compile/20020320-1.c: New test.
20171 2002-03-19  Jakub Jelinek  <jakub@redhat.com>
20173         * gcc.c-torture/compile/20020318-1.c: New test.
20175         * gcc.dg/struct-by-value-1.c: New test.
20177         * gcc.dg/20020319-1.c: New test.
20179 2002-03-18  Jakub Jelinek  <jakub@redhat.com>
20181         * g++.dg/opt/conj1.C: New test.
20183 2002-03-17  Mark Mitchell  <mark@codesourcery.com>
20185         * g++.dg/template/qualttp20.C: Revert previous change.
20186         * g++.dg/template/qualttp3.C: Likewise.
20187         * g++.dg/template/qualttp4.C: Likewise
20188         * g++.dg/template/qualttp5.C: Likewise
20189         * g++.dg/template/qualttp6.C: Likewise
20190         * g++.dg/template/qualttp7.C: Likewise
20191         * g++.dg/template/qualttp8.C: Likewise
20192         * g++.dg/template/recurse.C: Likewise.
20194 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
20196         * gcc.dg/cpp/wchar-1.c: Update.
20198 2002-03-16  Nathan Sidwell  <nathan@codesourcery.com>
20200         * g++.dg/template/conv1.C: New test.
20201         * g++.dg/template/conv2.C: New test.
20202         * g++.dg/template/conv3.C: New test.
20203         * g++.dg/template/conv4.C: New test.
20205 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
20207         * g++.dg/template/qualttp20.C: Remove unnecessary error tags.
20208         * g++.dg/template/qualttp3.C: Likewise.
20209         * g++.dg/template/qualttp4.C: Likewise
20210         * g++.dg/template/qualttp5.C: Likewise
20211         * g++.dg/template/qualttp6.C: Likewise
20212         * g++.dg/template/qualttp7.C: Likewise
20213         * g++.dg/template/qualttp8.C: Likewise
20214         * g++.dg/template/recurse.C: Likewise.
20216 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
20218         * g++.dg/opt/dtor1.C: New test.
20220 2002-03-15  Jakub Jelinek  <jakub@redhat.com>
20222         * gcc.c-torture/compile/20020315-1.c: New test.
20224 2002-03-15  Richard Earnshaw  <rearnsha@arm.com>
20226         * gcc.dg/weak-1.c: Fix scan tests.
20228 2002-03-15  Hans-Peter Nilsson  <hp@bitrange.com>
20230         * gcc.dg/20020312-2.c [__MMIX__]: No pic register.
20231         * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf*
20232         cris-*-aout* mmix-*-*.
20233         * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
20234         cris-*-aout* mmix-*-*.
20235         * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on
20236         cris-*-elf* cris-*-aout* and mmix-*-*.
20237         * gcc.dg/20001009-1.c: Ditto.
20238         * gcc.dg/20010912-1.c: Ditto.
20239         * gcc.dg/20020122-4.c: Ditto.
20240         * gcc.dg/inline-2.c: Ditto.
20242 2002-03-14  Jeffrey A Law  (law@cygnus.com)
20244         * gcc.c-torture/compile/20020314-1.c: New test.
20246 2002-03-14  Richard Earnshaw  <rearnsha@arm.com>
20248         * gcc.c-torture/execute/20020314-1.c: New test.
20250 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
20252         * g++.dg/warn/Wunused-1.C: New test.
20254 2002-02-13  Richard Sandiford  <rsandifo@redhat.com>
20256         * g++.dg/abi/mangle6.C: New test.
20258 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
20260         * gcc.c-torture/compile/20020309-2.c: New test.
20262         * gcc.c-torture/compile/20020312-1.c: New test.
20264 2002-03-12  Nathan Sidwell  <nathan@codesourcery.com>
20266         * g++.dg/other/access1.C: New test.
20268 2002-03-12  Jakub Jelinek  <jakub@redhat.com>
20270         * gcc.c-torture/execute/wchar_t-1.c: New test.
20272 2002-03-12  David Edelsohn  <edelsohn@gnu.org>
20274         * gcc.dg/20020103-1.c: Add rs6000 target and macro.
20276 2002-03-12  Roger Sayle  <roger@eyesopen.com>
20278         * gcc.dg/20020312-1.c: New test case.
20280 2002-03-11  Aldy Hernandez  <aldyh@redhat.com>
20282         * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
20284 2002-03-11  Richard Henderson  <rth@redhat.com>
20286         * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
20287         * g++.old-deja/g++.jason/report.C: Likewise.
20289 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
20291         * testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
20292         * testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.
20294 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
20296         * testsuite/g++.dg/overload/pmf1.C: New test.
20298 2002-03-11  Kazu Hirata  <kazu@hxi.com>
20300         * gcc.c-torture/execute/20020307-1.c: Use long.
20302 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
20304         PR optimization/5844
20305         * gcc.dg/20020310-1.c: New test.
20307 2002-03-09  Michael Meissner  <meissner@redhat.com>
20309         * gcc.c-torture/execute/memcpy-2.c: New test.
20310         * gcc.c-torture/execute/memset-1.c: New test.
20311         * gcc.c-torture/execute/strlen-1.c: New test.
20312         * gcc.c-torture/execute/strcmp-1.c: New test.
20313         * gcc.c-torture/execute/strncmp-1.c: New test.
20315 2002-03-09  Geoffrey Keating  <geoffk@redhat.com>
20317         * gcc.dg/ppc-ldstruct.c: New test.
20319 2002-03-09  Jakub Jelinek  <jakub@redhat.com>
20321         * gcc.c-torture/execute/va-arg-22.c: New test.
20323 2002-03-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
20325         * gcc.c-torture/compile/20020309-1.c: New test.
20327 2002-03-08  Jakub Jelinek  <jakub@redhat.com>
20329         * gcc.c-torture/execute/20020307-2.c: New test.
20331 2002-03-07  Jeffrey A Law  (law@redhat.com)
20333         * g77.f-torture/compile/20020307-1.f: New test.
20335 2002-03-07  Richard Sandiford  <rsandifo@redhat.com>
20337         * gcc.dg/unordered-1.c: New test.
20339 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
20341         * gcc.c-torture/execute/20020307-1.c: New test.
20343 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
20345         * gcc.dg/20020304-1.c: New test.
20347         * gcc.c-torture/compile/20020304-2.c: New test.
20349 2002-03-04  Zack Weinberg  <zack@codesourcery.com>
20351         * gcc.c-torture/compile/20020304-1.c: New test case
20352         (from PR c/5830).
20354 2002-03-03  Aldy Hernandez  <aldyh@redhat.com>
20356         * gcc.dg/20020103-1.c: Add other -D ppc variants.
20358 2002-03-02  Nathan Sidwell  <nathan@codesourcery.com>
20360         * g++.dg/other/classkey1.C: New test.
20362 2002-03-01  Richard Henderson  <rth@redhat.com>
20364         * gcc.c-torture/compile/981223-1.x: New.
20365         * gcc.c-torture/compile/920625-1.x: New.
20367 2002-02-28  Richard Henderson  <rth@redhat.com>
20369         * g++.dg/opt/vtgc1.C: Adjust patterns for ia64.
20371 2002-02-27  Hans-Peter Nilsson  <hp@bitrange.com>
20373         * gcc.c-torture/execute/20020227-1.c: New test.
20375 2002-02-27  Mark Mitchell  <mark@codesourcery.com>
20377         * g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
20378         here" ERROR lines.
20379         * g++.old-deja/g++.oliva/partord1.C: Likewise.
20380         * g++.old-deja.g++.other/defarg1.C: Likewise.
20381         * g++.old-deja/g++.pt/calls2.C: Likewise.
20382         * g++.old-deja/g++.pt/crash20.C: Likewise.
20383         * g++.old-deja/g++.pt/crash30.C: Likewise.
20384         * g++.old-deja/g++.pt/crash36.C: Likewise.
20385         * g++.old-deja/g++.pt/crash6.C: Likewise.
20386         * g++.old-deja/g++.pt/defarg13.C: Likewise.
20387         * g++.old-deja/g++.pt/derived3.C: Likewise.
20388         * g++.old-deja/g++.pt/error1.C: Likewise.
20389         * g++.old-deja/g++.pt/friend21.C: Likewise.
20390         * g++.old-deja/g++.pt/friend23.C: Likewise.
20391         * g++.old-deja/g++.pt/infinite1.C: Likewise.
20392         * g++.old-deja/g++.robertl/eb128.C: Likewise.
20394 2002-02-27  Geoffrey Keating  <geoffk@redhat.com>
20396         * gcc.c-torture/execute/20020225-2.c: New test.
20398 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
20400         * gcc.c-torture/execute/920730-1t.c,
20401         gcc.c-torture/execute/920730-1t.x, gcc.dg/ext-glob.c:
20402         Delete test cases, only relevant to -traditional.
20404 2002-02-27  Neil Booth  <neil@daikokuya.demon.co.uk>
20406         * gcc.dg/cpp/undef1.c: Remove.
20407         * gcc.dg/cpp/directiv.c: Update.
20408         * gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.
20410 2002-02-27  Michael Meissner  <meissner@redhat.com>
20412         * gcc.c-torture/execute/20020226-1.c: New test.
20414 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
20416         * g++.dg/debug/debug4.C: New test.
20418         * gcc.dg/ia64-visibility-1.c: New test.
20420 2002-02-26  Alexandre Oliva  <aoliva@redhat.com>
20422         * gcc.dg/debug/20020224-1.c: New.
20424 2002-02-25  Kazu Hirata  <kazu@hxi.com>
20426         * gcc.c-torture/execute/960416-1.x: New.
20427         * gcc.c-torture/execute/divconst-3.x: Likewise.
20429 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
20431         * gcc.dg/20020224-1.c: New test.
20433 2002-02-25  Alan Modra  <amodra@bigpond.net.au>
20435         * gcc.c-torture/execute/20020225-1.c: New.
20437 2002-02-24  Neil Booth  <neil@daikokuya.demon.co.uk>
20439         * testsuite/gcc.dg/cpp/wchar-1.c: New test.
20441 2002-02-23  Jakub Jelinek  <jakub@redhat.com>
20443         * gcc.dg/20020222-1.c: New test.
20445 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
20447         * g++.dg/opt/anonunion1.C: New test.
20449 2002-02-22  Nathan Sidwell  <nathan@codesourcery.com>
20451         * g++.dg/template/qualttp19.C: New test.
20452         * g++.dg/template/qualttp20.C: New test.
20453         * g++.old-deja/g++.jason/report.C: Adjust expected errors
20454         * g++.old-deja/g++.other/qual1.C: Likewise.
20456 2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
20458         * gcc.dg/attr-alwaysinline.c: New.
20460 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
20462         * gcc.dg/20020220-1.c: New test.
20464         * gcc.dg/20020220-2.c: New test.
20466         * g++.dg/opt/mmx1.C: New test.
20468 2002-02-20  Alexandre Oliva  <aoliva@redhat.com>
20470         * gcc.c-torture/compile/20020110.c: New test.
20472 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
20474         * gcc.c-torture/execute/20020219-1.c: New test.
20476         * gcc.dg/20020219-1.c: New test.
20478         * gcc.dg/noncompile/20020220-1.c: New test.
20480         * g++.dg/opt/ptrintsum1.C: New test.
20482         * gcc.dg/debug/20020220-1.c: New test.
20484 2002-02-17  Jakub Jelinek  <jakub@redhat.com>
20486         * gcc.c-torture/execute/20020216-1.c: New test.
20488 2002-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
20490         * gcc.dg/decl-1.c: Update, new test.
20492 2002-02-15  Nathan Sidwell  <nathan@codesourcery.com>
20494         * g++.dg/abi/bitfield1.C: New test.
20495         * g++.dg/abi/bitfield2.C: New test.
20497 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
20499         * gcc.dg/attr-nest.c: New test.
20501 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
20503         * gcc.c-torture/execute/20020215-1.c: New test.
20505 2002-02-14  Jakub Jelinek  <jakub@redhat.com>
20507         * g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
20508         * g++.dg/debug/debug.exp: New.
20509         * g++.dg/debug/trivial.C: New.
20510         * g++.dg/debug/debug1.C: Moved...
20511         * g++.dg/other/debug1.C: ...from here.
20512         * g++.dg/debug/debug2.C: Moved...
20513         * g++.dg/other/debug2.C: ...from here.
20514         * g++.dg/debug/debug3.C: Moved...
20515         * g++.dg/other/debug3.C: ...from here.
20517         * gcc.dg/noncompile/20020213-1.c: New test.
20519 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
20521         * g++.dg/other/debug3.C: New test.
20523         * gcc.c-torture/execute/20020213-1.c: New test.
20525 2002-02-13  Richard Smith <richard@ex-parrot.com>
20527         * g++.old-deja/g++.other/thunk1.C: New test.
20529 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
20531         * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
20533 2002-02-13  Stan Shebs  <shebs@apple.com>
20535         * gcc.dg/altivec-3.c: New.
20537 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
20539         * gcc.dg/Wunreachable-1.c: New test.
20540         * gcc.dg/Wunreachable-2.c: New test.
20542 2002-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
20544         * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
20546 2002-02-12  Neil Booth  <neil@daikokuya.demon.co.uk>
20548         * gcc.dg/decl-1.c: New test.
20550 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
20552         * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
20554 2002-02-10  Kazu Hirata  <kazu@hxi.com>
20556         * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
20557         * gcc.c-torture/compile/980506-1.x: Likewise.
20559 2002-02-10  Kazu Hirata  <kazu@hxi.com>
20561         * gcc.dg/20020210-1.c: New.
20563 2002-02-09  Toon Moene  <toon@moene.indiv.nluug.nl>
20565         * g77.f-torture/execute/947.f: New regression test
20566         for PR fortran/947.
20568 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
20570         * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
20571         * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
20573 2002-02-08  Richard Henderson  <rth@redhat.com>
20575         * gcc.c-torture/compile/labels-3.c: New.
20577 2002-02-08  Jakub Jelinek  <jakub@redhat.com>
20579         * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
20580         expression statements work instead.
20581         * gcc.dg/noncompile/20020207-1.c: New test.
20583 2002-02-07  Richard Henderson  <rth@redhat.com>
20585         * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
20587 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
20589         * lib/prune.exp: Remove "In (program|subroutine"block-data)"
20590         message from g77
20591         * lib/g77-dg.exp: Trim g77 error messages so that they are
20592         recognized by dg.exp.
20594 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
20596         PR fortran/5473
20597         * g77.dg/pr5473.f: Now dg-error.  Add additional cases.
20599 2002-02-07  Richard Henderson  <rth@redhat.com>
20601         * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
20602         to be sufficiently aligned for integers.
20604 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
20606         * g++.dg/template/friend4.C: New test.
20608 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
20610         PR fortran/5743
20611         * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
20612         unsupported cases.
20614 2002-02-07  Richard Henderson  <rth@redhat.com>
20616         * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
20617         * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
20618         gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
20619         objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
20621 2002-02-06  Richard Henderson  <rth@redhat.com>
20623         * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
20625 2002-02-06  Janis Johnson  <janis187@us.ibm.com>
20627         * gcc.dg/20020206-1.c: New test.
20629 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
20631         * gcc.c-torture/execute/20020206-1.c: New test.
20633         * gcc.c-torture/execute/20020206-2.c: New test.
20635         PR optimization/5429:
20636         * gcc.c-torture/compile/20020206-1.c: New test.
20638 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
20640         * g++.dg/ext/align1.C: Do not use an explicit alignment value
20641         as certain file formats cannot support particularly large
20642         alignments.
20644         * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
20645         and do not expect to be able to link the executable.
20647         * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
20648         fail because the COFF format does not support the weak attribute.
20650 2002-02-05  David Billinghurst <David.Billinghurst@riotinto.com>
20652         * g77.dg/pr5473.f:  New test
20654 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
20656         * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
20657         Fix testcase accordingly.
20659 2002-02-04  Richard Henderson  <rth@redhat.com>
20661         * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
20662         (buf): Change to be an array of pointers, not ints.
20664 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
20666         * gcc.dg/Wswitch.c: Fix typos.  Don't return unconditionally
20667         before all tests.  Move warning one line above to match where it
20668         C frontend emits.
20669         * gcc.dg/Wswitch-2.c: New test.
20670         * g++.dg/warn/Wswitch-1.C: New test.
20671         * g++.dg/warn/Wswitch-2.C: New test.
20673 2002-02-04  Richard Henderson  <rth@redhat.com>
20675         * g++.dg/abi/offsetof.C: Fix size comparison.
20677 2002-02-04  Richard Sandiford  <rsandifo@redhat.com>
20679         * gcc.dg/cast-qual-2.c: New test.
20681 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
20683         * gcc.dg/20020201-4.c: New test.
20685 2002-02-04  Ben Elliston  <bje@redhat.com>
20687         * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
20688         target_info attribute != 0, in addition to the empty string.
20689         (gcc_target_compile): Likewise.
20691 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
20693         * gcc.dg/Wswitch.c: New test.
20694         PR gcc/4475. PR gcc/3780.
20696 2002-02-03  Toon Moene  <toon@moene.indiv.nluug.nl>
20698         * g77.f-torture/execute/5122.f: New test for regressions
20699         against PR fortran/5122.
20701 2002-02-03  David Billinghurst <David.Billinghurst@riotinto.com>
20703         * g77.f-torture/compile/pr3743.f: Delete
20704         * g77.dg/pr3743-1.f: New test.
20705         * g77.dg/pr3743-2.f: New test.
20706         * g77.dg/pr3743-3.f: New test.
20707         * g77.dg/pr3743-4.f: New test.
20709 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
20711         * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
20713 2002-02-02  Richard Henderson  <rth@redhat.com>
20715         * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
20716         * gcc.c-torture/execute/bf64-1.c: Likewise.
20718 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
20720         * gcc.dg/20020201-2.c: New test.
20722         * gcc.dg/20020201-3.c: New test.
20724         * gcc.c-torture/execute/bitfld-2.c: New test.
20726 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
20728         * gcc.dg/bitfld-1.c: Update.
20729         * gcc.dg/bitfld-2.c: Update.
20730         * gcc.c-torture/execute/bitfld-1.x: New.
20732 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
20734         * gcc.c-torture/execute/20020201-1.c: New test.
20736 2002-02-01  Janis Johnson  <janis187@us.ibm.com>
20738         PR target/5469
20739         * gcc.dg/20020201-1.c: New test.
20741 2002-02-01  David.Billinghurst <David.Billinghurst@riotinto.com>
20743         PR fortran/3743
20744         * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
20745         * g77.f-torture/compile/pr3743.x: Remove
20747 2002-01-31  Tom Rix  <trix@redhat.com>
20749         * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
20751 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
20753         * gcc.dg/noncompile/20020130-1.c: New test.
20755 2002-01-30  David Billinghurst  <David.Billinghurst@riotinto.com>
20757         * g77.dg/f77-edit-i-out.f:  Escape \. Allow \r\n and \r.
20759 2002-01-29  Richard Henderson  <rth@redhat.com>
20761         * gcc.c-torture/execute/991118-1.c: Cast various constants back
20762         to long long.
20763         * gcc.c-torture/execute/bf64-1.c: Likewise.
20765 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
20767         * gcc.c-torture/execute/20020129-1.c: New test.
20769 2002-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
20771         * gcc.c-torture/compile/20000224-1.c: Update.
20772         * gcc.c-torture/execute/bitfld-1.c: New tests.
20773         * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
20774         * gcc.dg/uninit-A.c: Update.
20776 2002-01-29  Nathan Sidwell  <nathan@codesourcery.com>
20778         * g++.dg/template/ctor1.C: Add instantiation.
20780 2002-01-28  Paul Koning  <pkoning@equallogic.com>
20782         * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
20783         argument to __builtin_prefetch to be const ptr.
20785 2002-01-28  Jakub Jelinek  <jakub@redhat.com>
20787         * gcc.c-torture/compile/20020120-1.c: New test.
20789 2002-01-27  Kazu Hirata  <kazu@hxi.com>
20791         * gcc.c-torture/execute/20020127-1.c: New test.
20793 2002-01-27  David Billinghurst  <David.Billinghurst@riotinto.com>
20795         * g77.dg/f77-edit-i-in.f: New test
20796         * g77.dg/f77-edit-i-out.f: New test
20798 2002-01-25  Geoffrey Keating  <geoffk@redhat.com>
20800         * gcc.dg/debug/debug.exp: New file.
20801         * gcc.dg/debug/trivial.c: New file.
20802         * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
20803         * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
20804         * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
20805         * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
20806         * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
20807         * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
20808         * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
20809         * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
20810         * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
20811         * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
20812         * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
20813         * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
20814         * gcc.dg/20000503-1.c: Removed.
20815         * gcc.dg/20010207-1.c: Removed.
20816         * gcc.dg/20011223-1.c: Removed.
20817         * gcc.dg/20020104-2.c: Removed.
20818         * gcc.dg/debug-1.c: Removed.
20819         * gcc.dg/debug-2.c: Removed.
20820         * gcc.dg/debug-3.c: Removed.
20821         * gcc.dg/debug-4.c: Removed.
20822         * gcc.dg/debug-5.c: Removed.
20823         * gcc.dg/debug-6.c: Removed.
20824         * gcc.dg/dwarf2-1.c: Removed.
20825         * gcc.dg/dwarf2-2.c: Removed.
20827 2002-01-25  Jakub Jelinek  <jakub@redhat.com>
20829         * g++.old-deja/g++.other/eh5.C: New test.
20830         * g++.old-deja/g++.other/sibcall2.C: New test.
20831         * g++.old-deja/g++.other/array9.C: New test.
20832         * g++.old-deja/g++.other/typename2.C: New test.
20833         * g++.old-deja/g++.other/crash60.C: New test.
20834         * g++.old-deja/g++.other/conv9.C: New test.
20835         * g++.old-deja/g++.other/mangle10.C: New test.
20836         * g++.old-deja/g++.other/unchanging1.C: New test.
20837         * g++.old-deja/g++.other/exprstmt1.C: New test.
20838         * g++.old-deja/g++.other/inline23.C: New test.
20839         * g++.old-deja/g++.eh/ia64-1.C: New test.
20840         * g++.old-deja/g++.other/dwarf2-1.C: New test.
20841         * g++.old-deja/g++.other/reload1.C: New test.
20842         * g++.old-deja/g++.other/static20.C: New test.
20843         * g++.old-deja/g++.other/local-alloc1.C: New test.
20844         * g++.old-deja/g++.other/conv8.C: New test.
20845         * g++.old-deja/g++.other/stmtexpr2.C: New test.
20846         * g++.old-deja/g++.other/storeexpr1.C: New test.
20847         * g++.old-deja/g++.other/storeexpr2.C: New test.
20848         * g++.dg/eh/template2.C: New test.
20849         * g++.dg/warn/weak1.C: New test.
20851 2002-01-25  Hans-Peter Nilsson  <hp@bitrange.com>
20853         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
20854         Remove first, non-varying, argument.
20856 2002-01-23  Richard Henderson  <rth@redhat.com>
20858         * gcc.dg/inline-2.c: New.
20860         * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
20861         Add optional target arg.  Check number of arguments.
20862         (scan-assembler-not, scan-assembler-dem): Likewise.
20863         (scan-assembler-dem-not): Likewise.
20865 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
20867         * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
20868         line 12.
20869         * g++.old-deja/g++.brendan/parse3.C,
20870         g++.old-deja/g++.other/crash26.C,
20871         g++.old-deja/g++.other/crash28.C,
20872         g++.old-deja/g++.other/crash29.C,
20873         g++.old-deja/g++.other/crash30.C,
20874         g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
20876 2002-01-23  Aldy Hernandez  <aldyh@redhat.com>
20878         * gcc.dg/20020115-1.c: New.
20880 2002-01-23  Bob Wilson  <bob.wilson@acm.org>
20882         * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
20884 2002-01-23  Janis Johnson  <janis187@us.ibm.com>
20886         * gcc.dg/20020122-3.c: New.
20888 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
20890         * g++.dg/other/gc1.C: New test.
20892 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
20894         * gcc.dg/c99-intconst-1.c: Mark XFAIL.
20896 2002-01-22  Richard Henderson  <rth@redhat.com>
20898         * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
20900 2002-01-22  Richard Henderson  <rth@redhat.com>
20902         * gcc.dg/20020122-4.c: New.
20904 2002-01-22  H.J. Lu <hjl@gnu.org>
20906         * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
20907         link output.
20908         * gcc.dg/special/ecos.exp: Likewise.
20909         * lib/g++-dg.exp: Likewise.
20910         * lib/g77-dg.exp: Likewise.
20911         * lib/gcc-dg.exp : Likewise.
20912         * lib/mike-g++.exp: Likewise.
20913         * lib/mike-g77.exp: Likewise.
20914         * lib/mike-gcc.exp: Likewise.
20915         * lib/objc-dg.exp: Likewise.
20917 2002-01-22  Janis Johnson  <janis187@us.ibm.com>
20919         PR target/5379
20920         * gcc.dg/20020122-2.c: New test.
20922 2002-01-22  Hans-Peter Nilsson  <hp@axis.com>
20924         * gcc.dg/20020122-1.c: New test.
20926 2001-01-22  David.Billinghurst <David.Billinghurst@riotinto.com>
20928         * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
20930 2002-01-22  David Billinghurst <David.Billinghurst@riotinto.com>
20932         * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
20934 2002-01-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
20936         * gcc.c-torture/compile/20020121-1.c: New test.
20938 2002-01-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
20940         * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
20941         ld_library_path.
20943 2002-01-21  Jakub Jelinek  <jakub@redhat.com>
20945         * gcc.dg/20020218-1.c: New test.
20947 2002-01-21  David.Billinghurst <David.Billinghurst@riotinto.com>
20949         * lib/prune.exp (prune_gcc_output): Prune "At global scope"
20950         messages
20951         * g++.dg/other/deprecated.C: Remove dg-bogus comment for
20952         "At global scope" warning
20953         * g++.dg/ext/align1.C: Change cygwin test for alignment
20954         from db-bogus to dg-warning
20956 2002-01-21  Zack Weinberg  <zack@codesourcery.com>
20958         * g77.f-torture/compile/cpp2.F: New test.
20960 2002-01-19  Nathan Sidwell  <nathan@codesourcery.com>
20962         * g++.dg/template/access1.C: New test.
20964 2002-01-18  Aldy Hernandez  <aldyh@redhat.com>
20966         * gcc.dg/20020118-1.c: New.
20968 2002-01-18  Kazu Hirata  <kazu@hxi.com>
20970         * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
20972 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
20974         * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
20975         * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
20976         alignment warnings.
20978 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
20980         * gcc.misc-tests/i386-prefetch.exp: Save and restore
20981         torture_with_loops and torture_without_loops
20983 2002-01-17  Jakub Jelinek  <jakub@redhat.com>
20985         * gcc.c-torture/compile/20020116-1.c: New test.
20987 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
20989         * gcc.dg/20020116-2.c: New test.
20991         * gcc.dg/ultrasp4.c: New test.
20993         * gcc.dg/20020116-1.c: New test.
20995 2002-01-15  Geoffrey Keating  <geoffk@redhat.com>
20997         * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
20998         by EABI.
21000 2002-01-15  Janis Johnson  <janis187@us.ibm.com>
21002         * gcc.misc-tests/i386-prefetch.exp: New.
21003         * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
21004         * gcc.misc-tests/i386-pf-athlon-1.c: New test.
21005         * gcc.misc-tests/i386-pf-none-1.c: New test.
21006         * gcc.misc-tests/i386-pf-sse-1.c: New test.
21008 2002-01-15  Jakub Jelinek  <jakub@redhat.com>
21010         * gcc.dg/gnu89-init-1.c: Add new tests.
21012 2002-01-15  Andreas Jaeger  <aj@suse.de>
21014         * gcc.dg/i386-mmx-1.c: Also run on x86-64.
21015         * gcc.dg/i386-mmx-2.c: Likewise.
21016         * gcc.dg/i386-sse-1.c: Likewise.
21017         * gcc.dg/i386-sse-2.c: Likewise.
21018         * gcc.dg/i386-sse-3.c: Likewise.
21020 2001-01-14  David Billinghurst <David.Billinghurst@riotinto.com>
21022         * g77.f-torture/execute/intrinsic-unix-bessel.f:
21023         Uncomment additional cases that now pass.
21025 2002-01-11  Richard Henderson  <rth@redhat.com>
21027         * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
21028         * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
21030 2002-01-11  Nicola Pero  <n.pero@mi.flashnet.it>
21032         * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
21034 2002-01-10  Aldy Hernandez  <aldyh@redhat.com>
21036         * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
21037         lvx, stvx, stvebx, stvehx, stvewx, stvxl.
21039 2002-01-10  Dale Johannesen  <dalej@apple.com>
21041         * gcc.c-torture/execute/loop-11.c: New.
21043 2002-01-08  Aldy Hernandez  <aldyh@redhat.com>
21045         * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
21046         dss, lvsl, lvsr, dstt, dstst, dststt, dst.
21048 2002-01-09  Richard Henderson  <rth@redhat.com>
21050         * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
21051         type in which to perform the operation for each size.
21053 2002-01-09  Alan Matsuoka  (alanm@redhat.com)
21055         * gcc.c-torture/compile/20020109-2.c: New test.
21057 2002-01-09  Gwenole Beauchesne  <bgeauchesne@mandrakesoft.com>
21059         * gcc.c-torture/execute/loop-10.c: New test.
21061 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
21063         * gcc.c-torture/compile/20010226-1.c: New test.
21064         * gcc.c-torture/compile/20010227-1.c: New test.
21065         * gcc.c-torture/compile/20010426-1.c: New test.
21066         * gcc.c-torture/compile/20010510-1.c: New test.
21067         * gcc.c-torture/compile/20010605-3.c: New test.
21068         * gcc.c-torture/compile/20010824-1.c: New test.
21069         * gcc.c-torture/execute/20010409-1.c: New test.
21070         * gcc.dg/noncompile/20000901-1.c: New test.
21071         * gcc.dg/20001023-1.c: New test.
21072         * gcc.dg/20001101-1.c: New test.
21073         * gcc.dg/20001102-1.c: New test.
21074         * gcc.dg/20010207-1.c: New test.
21075         * gcc.dg/20010405-1.c: New test.
21076         * gcc.dg/20010822-1.c: New test.
21077         * gcc.dg/20011107-1.c: New test.
21079 2002-01-09  Jeffrey A Law  (law@redhat.com)
21081         * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
21083         * gcc.c-torture/execute/strct-stdarg-1.x: New file.  Expect
21084         execution failure on PA targets.
21086 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
21088         * gcc.c-torture/compile/20020109-1.c: New test.
21090 2002-01-08  Kazu Hirata  <kazu@hxi.com>
21092         * gcc.c-torture/execute/20020108-1.c: New test.
21094 2002-01-08  Jakub Jelinek  <jakub@redhat.com>
21096         * gcc.dg/20020108-1.c: New test.
21098 2002-01-08  H.J. Lu <hjl@gnu.org>
21100         * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
21101         for header files.
21103 2002-01-08  Geoff Keating  <geoffk@redhat.com>
21105         * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
21106         consistency.
21108 2002-01-07  Aldy Hernandez  <aldyh@redhat.com>
21110         * gcc.dg/altivec-4.c: Test altivec predicates.
21112 2002-01-07  Jakub Jelinek  <jakub@redhat.com>
21114         * gcc.c-torture/execute/20020107-1.c: New test.
21116 2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>
21118         PR c/5279
21119         * gcc.c-torture/compile/20020106-1.c: New test.
21121 2002-01-05  Hans-Peter Nilsson  <hp@bitrange.com>
21123         * gcc.c-torture/execute/nestfunc-4.c: New test.
21125 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
21127         * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
21128         extra triple that slipped in.
21129         * g++.old-deja/g++.abi/align.C: Likewise.
21130         * g++.old-deja/g++.abi/bitfields.C: Likewise.
21132 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
21134         * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
21135         * g++.old-deja/g++.abi/align.C: Likewise.
21136         * g++.old-deja/g++.abi/bitfields.C: Likewise.
21138         * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
21139         on FreeBSD/i386.
21140         * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
21141         FreeBSD.
21143 2002-01-04  Jakub Jelinek  <jakub@redhat.com>
21145         * gcc.dg/20020104-1.c: New test.
21147         * gcc.dg/20020104-2.c: New test.
21149 2002-01-04  Hans-Peter Nilsson  <hp@bitrange.com>
21151         * gcc.dg/20020103-1.c: Fix typo in target selector.
21153 2002-01-03  Richard Henderson  <rth@redhat.com>
21155         * gcc.dg/20020103-1.c: New.
21157 2002-01-03  Kazu Hirata  <kazu@hxi.com>
21159         * gcc.c-torture/execute/20020103-1.c: New test.
21161 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
21163         * g++.dg/other/debug2.C: New test.
21165         * gcc.c-torture/compile/20020103-1.c: New test.
21167 2002-01-02  Jakub Jelinek  <jakub@redhat.com>
21169         * gcc.dg/gnu89-init-1.c: Added new tests.
21171 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
21173         * g++.dg/template/friend2.C: Remove as patch is reverted.
21175         * g++.dg/warn/oldcast1.C: New test.
21177         * g++.dg/template/ptrmem1.C: New test.
21178         * g++.dg/template/ptrmem2.C: New test.
21180         * g++.dg/template/ntp.C: New test.
21182         * g++.dg/other/component1.C: New test.
21184         * g++.dg/template/ttp3.C: New test.
21186         * g++.dg/template/friend2.C: New test.
21187         * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
21189 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
21191         * g++.dg/other/ptrmem1.C: New test.
21192         * g++.dg/other/ptrmem2.C: New test.
21194 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
21196         * g++.dg/template/ctor1.C: New test.
21198 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
21200         * g++.dg/template/friend2.C: New test.
21202 2002-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
21204         * gcc.dg/mmix-1.c: New test.
21206 2001-12-31  Richard Henderson  <rth@redhat.com>
21208         * gcc.dg/asm-5.c: New.
21210 2001-12-31  Paolo Carlini  <pcarlini@unitus.it>
21212         * g++.old-deja/g++.robertl/eb130.C: hash_set is now
21213         in namespace __gnu_cxx
21215 2001-12-30  Richard Henderson  <rth@redhat.com>
21217         * gcc.dg/debug-6.c: New.
21219 2001-12-30  Jakub Jelinek  <jakub@redhat.com>
21221         * gcc.c-torture/compile/20011229-2.c: New test.
21223 2001-12-29  Jakub Jelinek  <jakub@redhat.com>
21225         * gcc.dg/debug-3.c: New test.
21226         * gcc.dg/debug-4.c: New test.
21227         * gcc.dg/debug-5.c: New test.
21229 2001-12-29  Richard Henderson  <rth@redhat.com>
21231         * g++.dg/eh/loop1.C: New.
21233 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
21235         * g++.dg/template/crash1.C: New test.
21237 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
21239         * g++.dg/other/const1.C: New test.
21241 2001-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
21243         * gcc.c-torture/compile/20011229-1.c: New test.
21245 2001-12-28  Stan Shebs  <shebs@apple.com>
21247         * lib/objc-torture.exp: Resync with c-torture.exp.
21248         * lib/objc.exp: Load standard libraries.
21250 2001-12-28  Jakub Jelinek  <jakub@redhat.com>
21252         * gcc.dg/gnu89-init-1.c: Adjust for the new behavior, add some
21253         additional tests.
21255 2001-12-27  Roger Sayle <roger@eyesopen.com>
21257         * gcc.c-torture/execute/string-opt-16.c: New testcase.
21259 2001-12-27  Richard Henderson  <rth@redhat.com>
21261         * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
21263 2001-12-26  Nathan Sidwell  <nathan@codesourcery.com>
21265         * g++.dg/eh/ctor1.C: New test.
21266         * g++.dg/other/error2.C: New test.
21268 2001-12-24  Nathan Sidwell  <nathan@codesourcery.com>
21270         * g++.dg/other/init2.C: New test.
21272 2001-12-24  Richard Henderson  <rth@redhat.com>
21274         * gcc.dg/20011223-1.c: New.
21275         * gcc.dg/inline-1.c: New.
21277 2001-12-23  Richard Henderson  <rth@redhat.com>
21279         * gcc.dg/asm-4.c: Test operand modifiers.
21281 2001-12-23  Richard Henderson  <rth@redhat.com>
21283         * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
21285 2001-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
21287         * gcc.c-torture/execute/20011223-1.c: New test.
21289 2001-12-21  Richard Henderson  <rth@redhat.com>
21291         * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
21292         re-enables the warning.
21294 2001-12-21  Richard Henderson  <rth@redhat.com>
21296         * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
21298 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
21300         * gcc.c-torture/compile/20011218-1.c: New test.
21302 2001-12-20  Nick Clifton  <nickc@cambridge.redhat.com>
21304         * gcc.misc-test/arm-isr.exp: New file.  Control running of the
21305         arm-isr.c test.
21306         * gcc.misc-tests/arm-isr.c: New file.  Test prologue and
21307         epilogue generation for ARM ISR routines.
21309 2001-12-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21311         * gcc.dg/format/builtin-1.c: Test unlocked stdio.
21312         * gcc.dg/format/c90-printf-3.c: Likewise.
21313         * gcc.dg/format/c99-printf-3.c: Likewise.
21314         * gcc.dg/format/ext-1.c: Likewise.
21315         * gcc.dg/format/ext-6.c: Likewise.
21316         * gcc.dg/format/format.h: Prototype unlocked stdio.
21318 2001-12-20  Richard Henderson  <rth@redhat.com>
21320         * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
21321         (arena): Use it.
21322         (malloc): Correct allocation logic.  Abort if we fill up the
21323         arena before initialization complete.
21324         (realloc): Correct allocation logic.
21326 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
21328         * gcc.c-torture/compile/20011219-2.c: New test.
21330         * gcc.c-torture/execute/20011219-1.c: New test.
21332 2001-12-19  David Billinghurst <David.Billinghurst@riotinto.com>
21334         * gcc.dg/special/ecos.exp:  wkali-1.c unsupported if
21335         target does not support weak symbols.
21337 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
21339         * gcc.c-torture/compile/20011219-1.c: New test.
21341 2001-12-19  Nathan Sidwell  <nathan@codesourcery.com>
21343         * g++.dg/other/error1.C: New test.
21345 2001-12-17  Jeffrey A Law  (law@redhat.com)
21347         * gcc.c-torture/execute/20011217-1.c: New test.
21349 2001-12-17  Nicola Pero  <nicola@brainstorm.co.uk>
21351         * objc.dg/special/: New directory.
21352         * objc.dg/special/special.exp: New file.
21353         * objc.dg/special/unclaimed-category-1.h: New file.
21354         * objc.dg/special/unclaimed-category-1a.m: New file.
21355         * objc.dg/special/unclaimed-category-1.m: New file.
21357 2001-12-17  Andreas Jaeger  <aj@suse.de>
21359         * gcc.c-torture/compile/20011217-2.c: New test.
21361 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
21363         * gcc.c-torture/compile/20011217-1.c: New test.
21365 2001-12-14  Aldy Hernandez  <aldyh@redhat.com>
21367         * testsuite/gcc.dg/20011214-1.c: New.
21369 2001-12-13  Aldy Hernandez  <aldyh@redhat.com>
21371         * gcc.dg/altivec-4.c: New.
21373 2001-12-13  Hans-Peter Nilsson  <hp@axis.com>
21375         * gcc.dg/20011113-1.c: New test.
21377 2001-12-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
21379         * g++.old-deja/g++.jason/template31.C: Remove templates for classes
21380         std::__malloc_alloc_template<0> and
21381         std::__default_alloc_template<false, 0>.
21383 2001-12-13  Nicola Pero  <n.pero@mi.flashnet.it>
21385         * objc/execute/bf-21.m: New test.
21386         * objc/execute/enumeration-1.m: New test.
21387         * objc/execute/enumeration-2.m: New test.
21389 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
21391         * gcc.dg/gnu89-init-1.c: New test.
21393 2001-12-12  Nathan Sidwell  <nathan@codesourcery.com>
21395         * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
21396         * g++.old-deja/g++.jason/2371.C: Likewise.
21397         * g++.old-deja/g++.jason/template33.C: Likewise.
21398         * g++.old-deja/g++.jason/template34.C: Likewise.
21399         * g++.old-deja/g++.jason/template36.C: Likewise.
21400         * g++.old-deja/g++.oliva/typename1.C: Likewise.
21401         * g++.old-deja/g++.oliva/typename2.C: Likewise.
21402         * g++.old-deja/g++.other/typename1.C: Likewise.
21403         * g++.old-deja/g++.pt/inherit2.C: Likewise.
21404         * g++.old-deja/g++.pt/nontype5.C: Likewise.
21405         * g++.old-deja/g++.pt/typename11.C: Likewise.
21406         * g++.old-deja/g++.pt/typename14.C: Likewise.
21407         * g++.old-deja/g++.pt/typename16.C: Likewise.
21408         * g++.old-deja/g++.pt/typename3.C: Likewise.
21409         * g++.old-deja/g++.pt/typename4.C: Likewise.
21410         * g++.old-deja/g++.pt/typename5.C: Likewise.
21411         * g++.old-deja/g++.pt/typename7.C: Likewise.
21412         * g++.old-deja/g++.robertl/eb9.C: Likewise.
21414 2001-12-11  Nathan Sidwell  <nathan@codesourcery.com>
21416         * g++.dg/other/linkage1.C: New test.
21417         * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
21418         specifiers.
21420 2001-12-11  Neil Booth  <neil@daikokuya.demon.co.uk>
21422         * gcc.dg/concat.c: New test.
21424 2001-12-11  Stan Shebs  <shebs@apple.com>
21426         * objc/compile: New test directory.
21427         * objc/compile/compile.exp: New expect script.
21428         * objc/compile/20011211-1.m: New compile test.
21430 2001-12-11  Jason Merrill  <jason@redhat.com>
21432         * lib/prune.exp (prune_gcc_output): Also handle "In member
21433         function".  So many permutations...
21435 2001-12-10  Nathan Sidwell  <nathan@codesourcery.com>
21437         * g++.dg/template/typedef1.C: New test.
21439 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
21441         * g++.dg/other/copy1.C: New test.
21443 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
21445         * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
21447         * gcc.dg/builtin-choose-expr.c: New.
21449 2001-12-07  Aldy Hernandez  <aldyh@redhat.com>
21451         * gcc.dg/altivec-2.c: New.
21453 2001-12-07  Richard Henderson  <rth@redhat.com>
21455         * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
21457 2001-12-07  Stephane Carrez  <Stephane.Carrez@sun.com>
21459         * gcc.dg/sparc-ret.c: New file, test return corruption bug for
21460         ultrasparc.
21462 2001-12-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
21464         * g++-old.deja/g++.robertl/eb101.C: Deleted.
21466 2001-12-06  Janis Johnson  <janis187@us.ibm.com>
21468         * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
21469         variable argument list.
21471 2001-12-06  Zack Weinberg  <zack@codesourcery.com>
21473         * gcc.c-torture/execute/memcheck: Delete entire directory.
21474         (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
21475         t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
21477 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
21479         * gcc.dg/Wshadow-1.c: New test.
21481 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
21483         * gcc.c-torture/compile/20011130-1.c: New test.
21485         * gcc.dg/noncompile/20011025-1.c: New test.
21487         * g++.dg/other/anon-union.C: New test.
21489         * gcc.c-torture/execute/20011024-1.c: New test.
21491 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
21493         * gcc.c-torture/execute/20000722-1.x,
21494         gcc.c-torture/execute/20010123-1.x: Remove.
21495         * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
21496         * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
21497         gcc.dg/c99-complit-2.c: New tests.
21499 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
21501         * g++.dg/inherit/base1.C: New test.
21503 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
21505         * g++.dg/other/stdarg1.C: New test.
21507         * gcc.c-torture/compile/20011130-2.c: New test.
21509 2001-12-03  Janis Johnson  <janis187@us.ibm.com>
21511         * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
21512         * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
21513         * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
21514         * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
21515         * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
21516         * gcc.dg/builtin-prefetch-1.c: New test.
21518 2001-12-03  Jakub Jelinek  <jakub@redhat.com>
21520         * gcc.dg/20011130-1.c: New test.
21522 2001-12-03  Nathan Sidwell  <nathan@codesourcery.com>
21524         * g++.dg/other/scope1.C: New test.
21525         * g++.dg/template/explicit-instantiation.C: Remove XFAIL
21527 2001-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
21529         * gcc.dg/vla-init-1.c: New test.
21531 2001-12-01  Geoff Keating  <geoffk@redhat.com>
21533         * gcc.c-torture/compile/structs.c: New testcase from GDB.
21535 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
21537         * objc.dg/alias.m: Update.
21538         * objc.dg/class-1.m: Update.
21539         * objc.dg/const-str-1.m: Update.
21540         * objc.dg/fwd-proto-1.m: Update.
21541         * objc.dg/id-1.m: Update.
21542         * objc.dg/super-class-1.m: Update.
21544 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
21546         * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
21547         constructs.
21549 2001-11-28  Jeffrey A Law  (law@cygnus.com)
21551         * gcc.c-torture/execute/20011128-1.c: New test.
21553 2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
21555         * gcc.dg/20011127-1.c: New test.
21557 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
21559         * gcc.dg/format/strfmon-1.c: Update comments.  Adjust examples
21560         from Austin Group draft 7.
21561         * gcc.dg/format/xopen-1.c: Update comments.  Add tests for gaps in
21562         scanf format arguments.
21563         * gcc.dg/format/no-exargs-2.c: New test.
21565 2001-11-25  Nathan Sidwell  <nathan@codesourcery.com>
21567         * g++.dg/abi/vbase8-4.C: New test.
21569 2001-11-24  Ian Lance Taylor  <ian@airs.com>
21571         * gcc.c-torture/execute/20011121-1.c: New test.
21573 2001-11-23  Jeffrey A Law  (law@cygnus.com)
21575         * gcc.c-torture/execute/ieee/20011123-1.c: New test.
21577 2001-11-23  Andreas Jaeger  <aj@suse.de>
21579         * gcc.dg/cpp/charconst-2.c: New test.
21581 2001-11-22  Geoffrey Keating  <geoffk@redhat.com>
21583         * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
21584         to the host if it is remote.  Let tests specify extra headers
21585         they use.
21586         * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
21587         * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
21588         * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
21589         * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
21590         * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
21591         * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
21592         * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
21593         * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
21594         * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
21595         * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
21597 2001-11-22  Nick Clifton  <nickc@cambridge.redhat.com>
21599         * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
21600         for little endian ARMs.
21602 2001-11-20  Jakub Jelinek  <jakub@redhat.com>
21604         * gcc.c-torture/compile/20011119-1.c: New test.
21605         * gcc.c-torture/compile/20011119-2.c: New test.
21607 2001-11-17  Aldy Hernandez  <aldyh@redhat.com>
21609         * gcc.dg/altivec-1.c: Fix typo.
21611 2001-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
21613         * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
21615 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
21617         * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
21619 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
21621         * lib/g77.exp: Don't specify --rpath-link.
21623         * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
21624         across all the headers.
21625         * gcc.dg/format/format.exp: For testing on a remote host,
21626         copy format.h.
21628         * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
21629         * gcc.c-torture/execute/930406-1.c: Likewise.
21630         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
21632 2001-11-19  Aldy Hernandez  <aldyh@redhat.com>
21634         * gcc.dg/altivec-1.c: New.
21636 2001-11-19  Neil Booth  <neil@daikokuya.demon.co.uk>
21638         * gcc.dg/cpp/fpreprocessed.c: New test case.
21640 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
21642         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
21643         gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
21644         * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
21646 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
21648         * gcc.dg/no-builtin-1.c: New test.
21650 2001-11-16  Jakub Jelinek  <jakub@redhat.com>
21652         * gcc.c-torture/execute/20011115-1.c: New test.
21654 2001-11-15  Jakub Jelinek  <jakub@redhat.com>
21656         * gcc.c-torture/compile/20011114-2.c: New test.
21657         * gcc.c-torture/compile/20011114-3.c: New test.
21658         * gcc.c-torture/compile/20011114-4.c: New test.
21660 2001-11-15  Nathan Sidwell  <nathan@codesourcery.com>
21662         * g++.dg/other/init1.C: New test.
21664 2001-11-14  Geoffrey Keating  <geoffk@redhat.com>
21666         * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
21667         message.
21669         * gcc.c-torture/execute/20011114-1.c: New testcase.
21671         * gcc.c-torture/compile/20010327-1.c: Revert last change.
21672         * gcc.c-torture/compile/20011114-1.c: New test, exactly
21673         like the (before this change) version of 20010327-1.c.
21675 2001-11-14  Roger Sayle <roger@eyesopen.com>
21677         * gcc.c-torture/execute/string-opt-13.c: New testcase.
21679 2001-11-14  Richard Sandiford  <rsandifo@redhat.com>
21681         * g++.dg/init/array2.C: New test.
21683 2001-11-14  Alexandre Oliva  <aoliva@redhat.com>
21685         * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
21687 2001-11-13  Nathan Sidwell  <nathan@codesourcery.com>
21689         * g++.dg/other/forscope1.C: New test.
21690         * g++.dg/ext/forscope1.C: New test.
21691         * g++.dg/ext/forscope2.C: New test.
21693 2001-11-13  Jakub Jelinek  <jakub@redhat.com>
21695         * gcc.c-torture/execute/20011113-1.c: New test.
21697 2001-11-09  Geoffrey Keating  <geoffk@redhat.com>
21699         * gcc.c-torture/execute/20011109-2.c: New test.
21701         * gcc.c-torture/execute/20011109-1.c: New test.
21703 2001-11-09  Jakub Jelinek  <jakub@redhat.com>
21705         * gcc.c-torture/compile/20011109-1.c: New test.
21707 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
21709         * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
21710         * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
21711         * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
21712         * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
21713         * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
21714         * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
21715         * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
21717 2001-11-08  Neil Booth  <neil@daikokuya.demon.co.uk>
21719         * g++.dg/warn/Wshadow-1.C: New tests.
21720         * g++.old-deja/g++.mike/for3.C: Update.
21722 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
21724         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
21725         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
21726         XFAILs.  Adjust expected error texts.
21727         * gcc.c-torture/compile/20011106-1.c,
21728         gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
21729         gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
21730         gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
21731         gcc.dg/c99-array-lval-5.c: New tests.
21733 2001-11-05  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
21735         * gcc.dg/cpp/defined.c: Update.
21737 2001-11-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
21739         * gcc.c-torture/execute/anon-1.c: New test.
21741 2001-11-03  Geoffrey Keating  <geoffk@redhat.com>
21743         * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
21744         same size, so no warning should be produced on stormy16.
21746         * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
21747         due to oversized array.
21748         * g++.old-deja/g++.mike/ns15.C: Likewise.
21749         * g++.old-deja/g++.pt/crash16.C: Likewise.
21751 2001-11-02  Graham Stott  <grahams@redhat.com>
21753         * g++.dgother/debug1.C: Fix typos.
21755 2001-11-01  Jakub Jelinek  <jakub@redhat.com>
21757         * g++.dg/other/debug1.C: New test.
21759 2001-11-01  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
21761         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
21762         of unsigned long.
21764 2001-10-30  Jakub Jelinek  <jakub@redhat.com>
21766         * gcc.dg/20011029-2.c: New test.
21768         * gcc.c-torture/compile/20011029-1.c: New test.
21770 2001-10-29  Nicola Pero  <n.pero@mi.flashnet.it>
21772         * objc/execute/class_self-1.m: New test.
21773         * objc/execute/class_self-2.m: New test.
21775 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
21777         * gcc.misc-tests/msgs.exp: Delete.
21778         * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
21779         * gcc.misc-tests/m-un-2.c: Move to gcc.dg.  Update expected
21780         error set to match recent changes.
21782 2001-10-24  Zack Weinberg  <zack@codesourcery.com>
21784         * gcc.dg/20011021-1.c: New test.
21786 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
21788         * gcc.c-torture/compile/20011023-1.c: New test.
21790 2001-10-23  Geoffrey Keating  <geoffk@redhat.com>
21792         * lib/g77.exp: Rewrite based on lib/g++.exp.
21794 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
21796         * gcc.c-torture/execute/20011019-1.c: New test.
21798         * gcc.dg/20011018-1.c: New test.
21800 2001-10-19  NIIBE Yutaka  <gniibe@m17n.org>
21802         * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
21804 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
21806         * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
21807         * gcc.dg/attr-invalid.c: Likewise.
21809 2001-10-18  Jakub Jelinek  <jakub@redhat.com>
21811         * testsuite/gcc.dg/20011015-1.c: New test.
21813 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
21815         * g++.dg/template/unify2.C: New test.
21817 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
21819         * g++.dg/other/exception-specification.C: New test
21821 2001-10-13  Tom Rix  <trix@redhat.com>
21823         * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
21824         * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
21826 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
21828         * testsuite/gcc.dg/20011009-1.c: New test.
21830 2001-10-12  Nathan Sidwell  <nathan@codesourcery.com>
21832         PR g++/4476
21833         * g++.dg/other/friend1.C: New test.
21835 2001-10-11  Richard Henderson  <rth@redhat.com>
21837         * g++.old-deja/g++.other/crash18.C: Add -S to options.
21839 2001-10-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
21841         * gcc.c-torture/compile/20011010-1.c: New.
21843 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
21845         * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
21846         g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
21847         g77.f-torture/execute/execute.exp,
21848         g77.f-torture/noncompile/noncompile.exp,
21849         gcc.c-torture/compile/compile.exp,
21850         gcc.c-torture/execute/execute.exp,
21851         gcc.c-torture/execute/ieee/ieee.exp,
21852         gcc.c-torture/execute/memcheck/memcheck.exp,
21853         gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
21854         objc/execute/execute.exp: Update FSF address.
21856 2001-10-09  Neil Booth  <neil@daikokuya.demon.co.uk>
21858         * gcc.dg/cpp/cmdlne-C.c: Update.
21859         * gcc.dg/cpp/cmdlne-C2.c: New.
21861 2001-10-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
21863         * gcc.c-torture/execute/20011008-3.c: New.
21865 2001-10-08  DJ Delorie  <dj@redhat.com>
21867         * gcc.dg/20011008-1.c: New.
21868         * gcc.dg/20011008-2.c: New.
21870 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
21872         * gcc.dg/cpp/spacing1.c: Update test.
21874 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
21876         * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
21877         spelling errors of "separate" as "seperate".
21879 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
21881         * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
21882         enough to avoid inlining.
21884 2001-10-04  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
21886         * lib/g77.exp: set libg2c_dir correctly.
21888 2001-10-02  Neil Booth  <neil@daikokuya.demon.co.uk>
21890         * gcc.dg/cpp/macro11.c: New test.
21892 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
21894         * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
21895         gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
21896         gcc.dg/format/multattr-3.c: New tests.
21897         * gcc.dg/format/attr-3.c: Update expected error texts.  Remove
21898         tests for format attributes on function pointers being rejected.
21900 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
21902         * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
21904 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
21906         * g++.dg/warn/format1.C: New test.
21908 2001-10-01  Neil Booth  <neil@daikokuya.demon.co.uk>
21910         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
21912 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
21914         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
21916 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
21918         * gcc.dg/cpp/redef2.c: Add test.
21920 2001-09-27  Geoffrey Keating  <geoffk@redhat.com>
21922         * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
21923         long-standing bug on i686, apparently.
21924         * gcc.c-torture/execute/loop-2c.x: New file.
21925         * gcc.c-torture/execute/loop-2d.x: New file.
21926         * gcc.c-torture/execute/loop-3c.x: New file.
21928 2001-09-25  Neil Booth  <neil@daikokuya.demon.co.uk>
21930         * gcc.dg/cpp/20000625-2.c: Correct line number.
21932 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
21934         * gcc.dg/cpp/macro10.c: New test.
21935         * gcc.dg/cpp/strify3.c: New test.
21936         * gcc.dg/cpp/spacing1.c: Add tests.
21937         * gcc.dg/cpp/19990703-1.c: Remove bogus test.
21938         * gcc.dg/cpp/20000625-2.c: Fudge to pass.
21940 2001-09-24  DJ Delorie  <dj@redhat.com>
21942         * gcc.c-torture/execute/20010924-1.c: New test.
21944 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
21946         * testsuite/objc/execute/paste.m: Remove.
21948 2001-09-22  Joseph S. Myers  <jsm28@cam.ac.uk>
21950         * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
21952 2001-09-22  George Helffrich  <george@geo.titech.ac.jp>
21954         * g77.dg/strlen0.f: New test.
21956 2001-09-21  Richard Henderson  <rth@redhat.com>
21958         * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
21959         * g++.old-deja/g++.abi/vtable2.C: Likewise.
21961 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
21963         Table-driven attributes.
21964         * g++.dg/ext/attrib1.C: New test.
21966 2001-09-20  DJ Delorie  <dj@redhat.com>
21968         * gcc.dg/20000926-1.c: Update expected warning messages.
21969         * gcc.dg/array-2.c: Likewise, and test for warnings too.
21970         * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
21971         array.
21973 2001-09-18  Richard Sandiford  <rsandifo@redhat.com>
21975         * g++.dg/eh/registers1.C: New test case.
21977 2001-09-17  Richard Henderson  <rth@redhat.com>
21979         * gcc.dg/array-5.c: Fix VLA decomposition test.
21981 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
21983         * gcc.dg/cpp/line5.c: New testcase.
21985 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
21987         * gcc.dg/cpp/macro9.c: New test.
21989 2001-09-15  Aldy Hernandez  <aldyh@redhat.com>
21991         * gcc.c-torture/execute/980223.c: Change type of addr from long
21992         to char *.
21994 2001-09-15  Hans-Peter Nilsson  <hp@axis.com>
21996         * gcc.c-torture/execute/20010915-1.c: New test.
21998 2001-09-14  Janis Johnson  <janis187@us.ibm.com>
22000         * g77.dg/bprob: New directory.
22001         * g77.dg/bprob/bprob.exp: New file.
22002         * g77.dg/bprob/bprob-1.f: New test.
22003         * g77.dg/gcov: New directory.
22004         * g77.dg/gcov/gcov.exp: New file.
22005         * g77.dg/gcov/gcov-1.f: New test.
22006         * g77.dg/gcov/gcov-1.x: New file.
22008 2001-09-13  Neil Booth  <neil@daikokuya.demon.co.uk>
22010         * gcc.dg/cpp/directiv.c: Update.
22011         * gcc.dg/cpp/undef1.c: Update.
22013 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
22015         * gcc.dg/20010912-1.c: New test.
22017 2001-09-11  Janis Johnson  <janis187@us.ibm.com>
22019         * gcc.misc-tests/gcov.exp: Move almost everything to a new,
22020         language-independent file in lib.
22021         * lib/gcov.exp: New file.
22023 2001-09-11  Joseph S. Myers  <jsm28@cam.ac.uk>
22025         * gcc.c-torture/compile/20010911-1.c: New test.
22027 2001-09-10  Janis Johnson  <janis187@us.ibm.com>
22029         * lib/profopt.exp: New, to support profile-directed optimizations.
22030         * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
22031         * gcc.misc-tests/bprob-1.c: New test.
22032         * gcc.misc-tests/bprob-2.c: New test.
22034 2001-09-07  Janis Johnson  <janis187@us.ibm.com>
22036         * gcc.misc-tests/gcov.exp: Add support for a .x file to control
22037         XFAIL and which kinds of gcov output to verify.
22038         * gcc.misc-tests/gcov-4b.x: New file.
22039         * gcc.misc-tests/gcov-5b.x: New file.
22040         * gcc.misc-tests/gcov-6.x: New file.
22041         * gcc.misc-tests/gcov-7.c: New test.
22042         * gcc.misc-tests/gcov-7.x: New file.
22044 2001-09-06  Janis Johnson  <janis187@us.ibm.com>
22046         * gcc.misc-tests/gcov.exp: Add support for call return percentages.
22047         * gcc.misc-tests/gcov-6.c: New test.
22049 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
22051         PR c++/3986
22052         * g++.dg/abi/vbase1.C: New test.
22054 2001-09-05  Ziemowit Laski  <zlaski@apple.com>
22056         * objc.dg/method-2.m: New.
22058 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
22060         PR c++/4203
22061         * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
22062         * g++.dg/init/empty1.C: New test.
22064 2001-09-03  Jakub Jelinek  <jakub@redhat.com>
22066         * gcc.c-torture/compile/20010903-1.c: New test.
22068 2001-08-31  Roman Zippel  <zippel@linux-m68k.org>
22070         * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
22071         for m68k.
22073 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
22075         * g++.dg/abi/empty4.C: Allow for 16-bit ints.
22077         * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
22079         * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
22081 2001-08-30  Geoffrey Keating  <geoffk@redhat.com>
22083         * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
22084         for 16-bit 'unsigned int'.
22086 2001-08-29  Kazu Hirata  <kazu@hxi.com>
22088         * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
22090 2001-08-27  Richard Henderson  <rth@redhat.com>
22092         * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
22093         * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
22095 2001-08-25  Aldy Hernandez  <aldyh@redhat.com>
22097         * gcc.dg/asm-names.c (ymain): New.
22099 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
22101         * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
22102         * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
22103         * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
22105 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22107         * gcc.dg/compare5.c: New testcase.
22109 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
22111         * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
22112         and "In instantiation".
22114 2001-08-21  Aldy Hernandez  <aldyh@redhat.com>
22116         * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
22118 2001-08-20  Janis Johnson  <janis187@us.ibm.com>
22120         * gcc.misc-tests/gcov.exp: Add support for branch information.
22121         * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
22122         * gcc.misc-tests/gcov-4.c: New test.
22123         * gcc.misc-tests/gcov-4b.c: New test.
22124         * gcc.misc-tests/gcov-5b.c: New test.
22126 2001-08-20  Zack Weinberg  <zackw@panix.com>
22128         * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
22129         expected to fail.
22131 2001-08-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
22133         * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
22135 2001-08-19  Jakub Jelinek  <jakub@redhat.com>
22137         * g++.dg/eh/template1.C: New test.
22139 2001-08-16  David Billinghurst  <David.Billinghurst@riotinto.com>
22141         * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
22142         Fix thinko.
22143         * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
22144         for xfail.
22146 2001-08-14  David Billinghurst  <David.Billinghurst@riotinto.com>
22148         * lib/g77-dg.exp:  Use prune.exp for common procedures
22149         (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
22150         * lib/g77.exp: (g77-dg-prune) Remove
22152 2001-08-13  Jason Merrill  <jason_merrill@redhat.com>
22154         * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
22156 2001-08-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
22158         * g++.dg/template/unify1.C: New test.
22160 2001-08-07  Nathan Sidwell  <nathan@codesourcery.com>
22162         * g++.dg/abi/empty4.C: New test.
22164 2001-08-06  David Billinghurst  <David.Billinghurst@riotinto.com>
22166         * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
22167         solaris2.*
22168         * g77.f-torture/compile/pr3743.x: Likewise
22170 2001-08-05  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
22172         * g++.dg/other/using-declaration.C: New test.
22174 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
22176         * gcc.dg/cpp/tr-sign.c: New testcase.
22178 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
22180         * gcc.dg/cpp/19951025-1.c: Revert.
22181         * gcc.dg/cpp/directiv.c: We no longer process directives that
22182         interrupt macro arguments.
22184 2001-08-03  Zack Weinberg  <zackw@stanford.edu>
22186         * gcc.dg/bconstp-1.c: New test.
22188 2001-08-03  Richard Henderson  <rth@redhat.com>
22190         * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
22192 2001-08-02  Neil Booth  <neil@daikokuya.demon.co.uk>
22194         * gcc.dg/cpp/19951025-1.c: Update.
22196 2001-08-02  Jeffrey Oldham  <oldham@codesourcery.com>
22198         * g77.dg/ff90-1.f (s): Fix reference of variable z,
22199         should be x.
22201 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
22203         Kill -fhonor-std.
22204         * g++.old-deja/g++.ns/ns14.C: Remove special options.
22205         * g++.old-deja/g++.other/std1.C: Likewise.
22206         * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
22208 2001-08-01  David Billinghurst <David.Billinghurst@riotinto.com>
22210         * lib/g77.exp:  Load gcc-defs.exp for common procedures
22211         (g77_pass, g77_fail, g77_finish, g77_exit,
22212         ${tool}_check_unsupported_p} Now redundant.  Deleted.
22214 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
22216         * g77.dg/fbackslash.f
22217         * g77.dg/fcase-preserve.f
22218         * g77.dg/ff90-1.f
22219         * g77.dg/ffixed-line-length-0.f
22220         * g77.dg/ffixed-line-length-132.f
22221         * g77.dg/ffixed-line-length-7.f
22222         * g77.dg/ffixed-line-length-72.f
22223         * g77.dg/ffixed-line-length-none.f
22224         * g77.dg/ffree-form-1.f
22225         * g77.dg/fno-backslash.f
22226         * g77.dg/fno-f90-1.f
22227         * g77.dg/fno-fixed-form-1.f
22228         * g77.dg/fno-onetrip.f
22229         * g77.dg/fno-typeless-boz.f
22230         * g77.dg/fno-underscoring.f
22231         * g77.dg/fno-vxt-1.f
22232         * g77.dg/fonetrip.f
22233         * g77.dg/ftypeless-boz.f
22234         * g77.dg/fugly-assumed.f
22235         * g77.dg/funderscoring.f
22236         * g77.dg/fvxt-1.f
22238 2001-08-01  Ziemowit Laski  <zlaski@apple.com>
22240         * objc.dg/fwd-proto-1.m: New.
22241         * objc.dg/local-decl-1.m: New.
22242         * objc.dg/naming-1.m: New.
22243         * objc.dg/naming-2.m: New.
22244         * objc.dg/proto-hier-1.m: New.
22246 2001-07-31  Hans-Peter Nilsson  <hp@bitrange.com>
22248         * gcc.dg/c99-scope-2.c: Don't generally assume adding more
22249         largest-type elements to a struct makes its size grow.
22251 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
22253         * g++.dg/abi/vthunk1.C: New test.
22255 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
22257         * g++.dg/abi/vbase8-22.C: New test.
22259 2001-07-31  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
22261         * gcc.dg/cpp/macro8.c: New test.
22263 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
22265         * g++.dg/abi/vbase8-21.C: New test.
22267 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
22269         * g++.dg/abi/vbase8-10.C: New test.
22271 2001-07-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
22273         * lib/g++.exp (g++_set_ld_library_path): Renamed to
22274         ${tool}_set_ld_library_path.
22275         Changed caller.
22276         * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
22277         g++.exp.
22279 2001-07-26  Stan Cox <scox@redhat.com>
22281         * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
22282         * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
22283         gcc_exit, gcc_check_unsupported_p):
22284         Moved to gcc-deps.exp
22285         * gcc-deps.exp: New file.
22287 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
22289         * g++.old-deja/g++.pt/defarg14.C: New test.
22291 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
22293         * g++.old-deja/g++.other/lineno5.C: New test.
22295 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
22297         * g++.old-deja/g++.pt/crash68.C: New test.
22299 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
22301         * g++.old-deja/g++.other/crash42.C: New test.
22303 2001-07-26  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
22305         * gcc.dg/cpp/extratokens.c: Fix.
22306         * gcc.dg/cpp/skipping2.c: New tests.
22308 2001-07-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
22310         * gcc.c-torture/execute/20010724-1.c: New file.
22311         * gcc.c-torture/execute/20010724-1.x: New file.
22313 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
22315         * g++.old-deja/g++.other/cond7.C: New test.
22317 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
22319         * g++.old-deja/g++.other/optimize4.C: New test.
22321 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
22323         * g++.old-deja/g++.abi/vbase8-5.C: New test.
22325 2001-07-24  Jason Merrill  <jason_merrill@redhat.com>
22327         * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
22328         * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
22329         gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
22330         * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
22332         * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
22333         bug report" message.
22335         * g++.dg/dg.exp: Run tests from subdirectories other than "special".
22336         * g++.dg/ext/instantiate1.C: Move from old-deja.
22338 2001-07-24  David Billinghurst <David.Billinghurst@riotinto.com>
22340         * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
22341         * g77.f-torture/execute/intrinsic-unix-erf.f: New test
22342         * g77.f-torture/execute/intrinsic-vax-cd.f: New test
22343         * g77.f-torture/execute/intrinsic-f2c-z.f: New test
22345 2001-07-23  Jeffrey A Law  (law@cygnus.com)
22347         * gcc.c-torture/execute/20010723-1.c: New test.
22349 2001-07-23  Ben Elliston  <bje@redhat.com>
22351         * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
22353 2001-07-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
22355         * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
22356         i[34567]86-*-*.
22357         Delete handling of ieee_multilib_flags.
22358         Pass -mieee for alpha*-*-* and sh-*-*.
22359         * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
22361 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
22363         Remove old-abi tests.
22364         * g++.old-deja/g++.mike/p11116.C: Remove.
22365         * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
22367 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.org>
22369         * g77.f-torture/compile/pr3743.f:  New test
22371 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.com>
22373         * g77.f-torture/execute/f90-intrinsic-bit.f: New test
22375 2001-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
22377         * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
22378         g++.old-deja/g++.pt/static6.C: Likewise.
22379         * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
22380         supports weak symbols.
22382 2001-07-18  Andreas Jaeger  <aj@suse.de>
22384         * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
22385         supported again.
22387 2001-07-18  Andreas Jaeger  <aj@suse.de>
22389         * gcc.dg/iftrap-1.c: Fix target line.
22391 2001-07-17  Richard Henderson  <rth@redhat.com>
22393         * gcc.c-torture/execute/20010717-1.c: New.
22395 2001-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
22397         * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
22398         tests.
22400 2001-07-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
22402         * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
22404 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
22406         * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
22407         UAC_SIGBUS, UAC_NOPRINT definitions.
22409 2001-07-16  Nicola Pero  <n.pero@mi.flashnet.it>
22411         * objc/execute/object_is_class.m: New test.
22412         * objc/execute/object_is_meta_class.m: New test.
22414 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
22416         * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
22417         * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
22419 2001-01-15  David Billinghurst  <David.Billinghurst@riotinto.com>
22421         * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
22422         * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
22424 2001-07-14  Richard Henderson  <rth@redhat.com>
22426         * gcc.dg/iftrap-1.c: New.
22428 2001-07-11  David Billinghurst  <David.Billinghurst@riotinto.com>
22430         * g77.f-torture/execute/intrinsic77.f: New test.
22432 2001-07-11  Janis Johnson <janis@us.ibm.com>
22434         * gcc.misc-tests/gcov-3.c: New test.
22436 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
22438         * gcc.c-torture/compile/20010711-1.c,
22439         * gcc.c-torture/compile/20010711-2.c: New tests.
22441 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
22443         * gcc.c-torture/execute/20010711-1.c: New test.
22445 2001-07-11  Ben Elliston  <bje@redhat.com>
22447         * g++.old-deja/g++.other/enum5.C: New test.
22449 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
22451         * lib/g++-dg.exp: Load file-format and target-supports like gcc.
22452         (g++-dg-prune): Call prune_gcc_output.
22453         * prune.exp: New file for prune_gcc_output.
22454         * lib/g++.exp, lib/gcc.exp: Load it.
22456 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
22458         * gcc.c-torture/compile/20010701-1.c,
22459         g++.old-deja/g++.ext/attrib6.C: New tests.
22461 2001-07-06  Jeffrey A Law  (law@cygnus.com)
22463         * gcc.c-torture/compile/20010706-1.c: New test.
22465 2000-09-10  Michael Chamberlain <michael@chamberlain.net.au>
22467         * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
22469 2001-06-28  Stan Shebs  <shebs@apple.com>
22471         * gcc.dg/pragma-darwin.c: New test.
22473 2001-06-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
22475         * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
22476         Solaris 2.[678] system.
22478 2001-06-22  Joseph S. Myers  <jsm28@cam.ac.uk>
22480         * gcc.dg/20010622-1.c: New test.
22482 2001-06-18  Stan Shebs  <shebs@apple.com>
22484         * objc.dg: New directory.
22485         * objc.dg/dg.exp: New file.
22486         * objc.dg/alias.m: New.
22487         * objc.dg/class-1.m: New.
22488         * objc.dg/class-2.m: New.
22489         * objc.dg/const-str-1.m: New.
22490         * objc.dg/const-str-2.m: New.
22491         * objc.dg/id-1.m: New.
22492         * objc.dg/method-1.m: New.
22493         * objc.dg/super-class-1.m: New.
22494         * lib/objc-dg.exp: New file.
22496 2001-06-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
22498         * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
22499         of label name.
22501 2001-06-14  Nathan Sidwell  <nathan@codesourcery.com>
22503         * g++.old-deja/g++.abi/vbase8-9.C: New test.
22505 2001-06-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
22507         * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
22508         variable.
22510 2001-06-12  Richard Henderson  <rth@redhat.com>
22512         * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
22514 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
22516         * g++.old-deja/g++.abi/vbase5.C: New test.
22517         * g++.old-deja/g++.abi/vbase6.C: New test.
22518         * g++.old-deja/g++.abi/vbase7.C: New test.
22520 2001-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22522         * gcc.c-torture/compile/20010610-1.c: New test.
22524 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
22526         * g++.old-deja/g++.abi/vbase4.C: New test.
22528 2001-06-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
22530         * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
22531         support %f for HC11/HC12 targets.
22532         * gcc.c-torture/execute/930513-1.x: New file, likewise.
22533         * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
22534         on HC11/HC12 targets.
22535         * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
22537 2001-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
22539         * gcc.dg/wchar_t-1.c: New file.
22540         * gcc.dg/wint_t-1.c: Likewise.
22542 2001-06-11  Bernd Schmidt  <bernds@redhat.com>
22544         * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
22546 2001-06-11  Richard Henderson  <rth@redhat.com>
22548         * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
22550 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
22552         * gcc.c-torture/compile/20010611-1.c: New test.
22554 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
22556         * gcc.dg/c99-tag-1.c: Add more tests.
22558 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
22560         * g++.old-deja/g++.abi/ptrmem.C: Take into account different
22561         representation on MN10300 and ARM/Thumb.
22563 2001-06-10  Toon Moene  <toon@moene.indiv.nluug.nl>
22565         * g77.f-torture/execute/20010610.f: New.
22567 2001-06-09  David Billinghurst  <David.Billinghurst@riotinto.com>
22569         * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
22570         names.
22572 2001-06-09  Richard Henderson  <rth@redhat.com>
22574         * gcc.c-torture/execute/ashrdi-1.c: New.
22575         * gcc.c-torture/execute/ashldi-1.c: New.
22576         * gcc.c-torture/execute/lshrdi-1.c: New.
22578 2001-06-09  Ovidiu Predescu  <ovidiu@cup.hp.com>
22580         * objc/execute/load-3.m: Added. Check sending +load to categories,
22581         in addition to classes.
22583 2001-06-08  Stan Shebs  <shebs@apple.com>
22585         * objc/execute/load-2.m: New test.  From Nicola Pero
22586         <n.pero@mi.flashnet.it>.
22588 2001-06-08  Jakub Jelinek  <jakub@redhat.com>
22590         * gcc.c-torture/execute/20010605-2.c: New test.
22592 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
22594         * g++.old-deja/g++.abi/vbase2.C: New test.
22595         * g++.old-deja/g++.abi/vbase3.C: New test.
22597 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
22599         * g++.old-deja/g++.pt/friend49.C: New test.
22601 2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
22603         * g++.old-deja/g++.ext/anon3.C: New test.
22605 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
22607         * g++.old-deja/g++.other/conv7.C: New test.
22609 2001-06-05  Joseph S. Myers  <jsm28@cam.ac.uk>
22611         * gcc.c-torture/compile/20010605-2.c: New test.
22613 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
22615         * gcc.c-torture/execute/20010604-1.c: New test.
22617 2001-06-04  Loren J. Rittle  <ljrittle@acm.org>
22619         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
22621 2001-06-04  Jeffrey Oldham  <oldham@codesourcery.com>
22623         * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
22624         (g++_link_flags): Likewise.
22625         (g++_init): Pass gccpath's value to two previous functions.
22627 2001-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22629         * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
22630         Ensure logfile entry matches exec command line.
22632 2001-05-31  Richard Henderson  <rth@redhat.com>
22634         * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
22635         * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
22637 2001-05-30  David.Billinghurst  <David.Billinghurst@riotinto.com>
22639         * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
22640         compiler for irix6.2
22642 2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
22644         * g++.old-deja/g++.other/optimize3.C: New file.
22646 2001-05-29  Jeffrey Oldham  <oldham@codesourcery.com>
22648         * gcc.c-torture/compile/20010518-2.x: New file to compile, not
22649         assemble.
22651 2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
22653         * g++.old-deja/g++.other/optimize2.C: New file.
22655 2001-05-25  Diego Novillo  <dnovillo@redhat.com>
22657         * gcc.c-torture/compile/20010518-2.c: New file.
22658         * gcc.c-torture/execute/20010518-1.c: New file.
22659         * gcc.c-torture/execute/20010518-2.c: New file.
22661 2001-05-25  Joseph S. Myers  <jsm28@cam.ac.uk>
22663         * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
22665 2001-05-24  Mark Mitchell  <mark@codesourcery.com>
22667         G++ no longer defines builtins that do not begin with __builtin.
22668         * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
22669         * g++.old-deja/g++.brendand/misc13.C: Likewise.
22670         * g++.old-deja/g++.law/builtin1.C: Likewise.
22671         * g++.old-deja/g++.law/cvt2.C: Likewise.
22672         * g++.old-deja/g++.mike/net5.C: Likewise.
22673         * g++.old-deja/g++.other/builtins1.C: Likewise.
22674         * g++.old-deja/g++.other/builtins2.C: Likewise.
22675         * g++.old-deja/g++.other/builtins3.C: Likewise.
22676         * g++.old-deja/g++.other/builtins4.C: Likewise.
22677         * g++.old-deja/g++.other/inline8.C: Likewise.
22678         * g++.old-deja/g++.robertl/eb39.C: Likewise.
22680 2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
22682         * g++.old-deja/g++.pt/using1.C: Adjust.
22683         * g++.old-deja/g++.pt/using2.C: New test.
22685 2001-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
22687         * gcc.dg/cpp/charconst.c: New tests.
22688         * gcc.dg/cpp/escape.c: New tests.
22689         * gcc.dg/cpp/escape-1.c: New tests.
22690         * gcc.dg/cpp/escape-2.c: New tests.
22691         * gcc.dg/cpp/ucs.c: New tests.
22693 2001-05-23  David.Billinghurst <David.Billinghurst@riotinto.com>
22695         * gcc.misc-tests/linkage.exp:  Pass appropriate flags to
22696         native compiler for irix6.5.
22698 Wed May 23 2001  Jeffrey D. Oldham  <oldham@codesourcery.com>
22700         * lib/g++.exp (g++_include_flags): Use args to compute
22701         get_multilibs.
22702         (g++_link_flags): Likewise.
22703         (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
22705 2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
22707         * gcc.dg/c90-hexfloat-1.c: Add more tests.
22709 2001-05-21  Geoff Keating  <geoffk@redhat.com>
22711         * gcc.c-torture/compile/920520-1.x: Merge previous contents into
22712         this file.
22714 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
22716         * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
22717         STACK_SIZE;
22718         * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
22719         to STACK_SIZE; Use it to define size of add_histo array.
22720         * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
22721         to STACK_SIZE.
22722         (f): Use GITT_SIZE to define size of gitt local table.
22723         * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
22724         to STACK_SIZE; Use it to define size of bytemem array.
22726 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
22728         * gcc.c-torture/compile/20000804-1.x: New file, this test fails
22729         on 68HC11/HC12 due to the asm instruction.
22730         * gcc.c-torture/compile/20001205-1.x: New file, ditto.
22731         * gcc.c-torture/compile/920520-1.x: Likewise.
22732         * gcc.c-torture/compile/20001226-1.x: New file, this test fails
22733         on 68HC11/HC12 because the function is larger than 64K.
22734         * gcc.c-torture/compile/961203-1.x: New file, this test fails
22735         on 68HC11/HC12 because the structure is too large.
22737 2001-05-20  Richard Henderson  <rth@redhat.com>
22739         * gcc.c-torture/execute/20010520-1.c: New.
22741 2001-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22743         * g++.old-deja/g++.warn/compare1.C: New test.
22744         * gcc.dg/compare4.c: New test.
22746 2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
22748         * g++.old-deja/g++.other/optimize1.C: New test.
22750 2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
22752         * g++.old-deja/g++.pt/spec41.C: New test.
22754 2001-05-19  Joseph S. Myers  <jsm28@cam.ac.uk>
22756         * gcc.c-torture/compile/20010114-1.x: Remove.
22758 2001-05-18  Stan Shebs  <shebs@apple.com>
22760         * gcc.c-torture/compile/20010518-1.c: New test.
22762 2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
22764         * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
22765         * g++.old-deja/g++.pt/crash67.C: New test.
22767 2001-05-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
22769         * g++.old-deja/g++.other/debug9.C: New test.
22771 2001-05-16  Zack Weinberg  <zackw@stanford.edu>
22773         * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
22775 2001-05-16  Jan Hubicka  <jh@suse.cz>
22777         * gcc.c-torture/compile/20010516-1.c: New test.
22779 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
22781         * g++.old-deja/g++.other/crash41.C: New test.
22783 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
22785         * g++.old-deja/g++.pt/crash66.C: New test.
22787 2001-05-15  Benjamin Kosnik  <bkoz@redhat.com>
22789         * g++.old-deja/g++.robertl/eb27.C: Convert.
22791 2001-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
22793         * g++.dg/friend-warn.C: New test.  Do not warn about friend
22794         declaration being redundant.
22796 2001-05-15  Mark Mitchell (admin)  <mitchell@nunki.dbai.tuwien.ac.at>
22798         * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
22800 2001-05-14  Mark Mitchell  <mark@codesourcery.com>
22802         * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
22804 2001-05-13  Benjamin Kosnik  <bkoz@redhat.com>
22806         * lib/g++.exp: Use testsuite_flags.
22808 2001-05-13  Mark Mitchell  <mark@codesourcery.com>
22810         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
22812 2001-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
22814         * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
22816 2001-05-11  Mark Mitchell  <mark@codesourcery.com>
22818         * lib/objc.exp: Add -lposix4 on Solaris 2.8.
22820 2001-05-10  Joseph S. Myers  <jsm28@cam.ac.uk>
22822         * gcc.c-torture/compile/20010313-1.c: New test.
22824 2001-05-09  Zack Weinberg  <zackw@stanford.edu>
22826         * gcc.dg/cpp/direct2.c: New test.
22827         * gccq.dg/cpp/direct2s.c: New test.
22829         * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
22831 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
22833         * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
22834         * g++.old-deja/g++.other/op3.C: Likewise.
22836 2001-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
22838         * gcc.dg/cpp/syshdr.h: New file.
22839         * gcc.dg/cpp/sysmac1.c: Update.
22840         * gcc.dg/cpp/sysmac2.c: Update.
22842 2001-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
22844         * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
22846 2001-05-04  David Edelsohn  <edelsohn@gnu.org>
22848         * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
22849         gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
22851 2001-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
22853         * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
22855 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
22857         * lib/g++.exp (g++_include_flags): Don't use any special flags
22858         if TESTING_IN_BUILD_TREE is not defined.
22859         (g++_init): Use a plain 'c++' as the compiler if
22860         TESTING_IN_BUILD_TREEE is not defined.
22862 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
22864         * g++.old-deja/g++.eh/catch13.C: New test.
22865         * g++.old-deja/g++.eh/catch14.C: New test.
22867 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
22869         * gcc.dg/cpp/tr-define.c: New test.
22871 2001-05-01  Loren J. Rittle  <ljrittle@acm.org>
22873         * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
22874         <stdlib.h>, not <malloc.h>.
22876 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
22878         * g++.old-deja/g++.ns/template17.C: New test.
22880 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
22882         * g++.old-deja/g++.pt/ref4.C: New test.
22884 2001-04-30  Richard Henderson  <rth@redhat.com>
22886         * gcc.dg/20000724-1.c: Revert last change.
22888 2001-04-30  Toon Moene  <toon@moene.indiv.nluug.nl>
22890         * g77.f-torture/execute/20010430.f: New test.
22892 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
22894         * gcc.dg/20000724-1.c: Add a clobber of `esp'.
22896 2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
22898         * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
22900 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
22902         * g++.old-deja/g++.eh/crash6.C: New test.
22904 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
22906         * g++.old-deja/g++.other/warn7.C: New test.
22908 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
22910         * g++.old-deja/g++.other/defarg9.C: New test.
22912 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
22914         * g77.f-torture/compile/20010426.f: New test.
22915         * g77.f-torture/execute/20010426.f: New test.
22917 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
22919         * g77.f-torture/compile/20000629-1.x: Remove - error
22920         has been fixed.
22922 2001-04-26  Jeffrey A Law  (law@cygnus.com)
22924         * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
22925         Tweak slightly to work with g++.dg framework.
22926         * g++.dg/special/ecos.exp: Run initp1.C test.
22927         * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
22929         * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
22930         its linker doesn't give line numbers either.
22931         * g++.old-deja/g++.ext/instantiate3.C: Similarly.
22933 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
22935         * g++.old-deja/g++.other/lex1.C: New test.
22937 2001-04-26  Jakub Jelinek  <jakub@redhat.com>
22939         * gcc.dg/noncompile/20010425-1.c: New test.
22941 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
22943         * g++.old-deja/g++.pt/mangle2.C: New test.
22945 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
22947         * gcc.dg/format/plus-1.c: New test.
22949 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
22951         * gcc.dg/20010423-1.c: New test.
22953 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
22955         * gcc.c-torture/execute/20010422-1.c: New test.
22957 2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
22959         * g++.old-deja/g++.ns/type2.C: New test.
22961 2001-04-24  Zack Weinberg  <zackw@stanford.edu>
22963         * g++.old-deja/g++.other/perf1.C: New test.
22965 2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
22967         * gcc.dg/c99-func-2.c: Remove xfail.
22968         * gcc.dg/c99-func-3.c: Remove xfail.
22969         * gcc.dg/c99-func-4.c: Remove xfail.
22971 2001-04-23  Zack Weinberg  <zackw@stanford.edu>
22973         * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
22975 2001-04-23  Joseph S. Myers  <jsm28@cam.ac.uk>
22977         * gcc.c-torture/compile/20010423-1.c: New test.
22979 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
22981         * g++.old-deja/g++.pt/typename28.C: New test.
22983 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
22985         * g++.old-deja/g++.abi/empty2.C: New test.
22986         * g++.old-deja/g++.abi/empty3.C: New test.
22988 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
22990         * g++.old-deja/g++.other/comdat2.C: New test.
22991         * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
22993 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
22995         * g++.old-deja/g++.other/overload14.C: New test.
22997 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
22999         * g++.old-deja/g++.other/lookup23.C: New test.
23001 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
23003         * gcc.c-torture/execute/20010403-1.c: New test.
23005 2001-04-19  David Billinghurst <David.Billinghurst@riotinto.com>
23006             Mark Mitchell  <mark@codesourcery.com>
23008         * lib/old-dejagnu.exp: Don't delete output of executable.
23009         Add .exe suffix to executables.
23011 2001-04-18  Toon Moene  <toon@moene.indiv.nluug.nl>
23013         * g77.f-torture/execute/short.x; Remove - Error has been fixed.
23015 2001-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23017         * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
23019 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
23021         * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
23022         * g++.old-deja/g++.abi/crash1.C: New test.
23024 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
23026         * g++.old-deja/g++.other/crash40.C: New test.
23028 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23030         * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
23032 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
23034         * g++.old-deja/g++.other/warn6.C: New test.
23036 2001-04-11  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
23038         * g++.old-deja/g++.robertl/eb42.C: Same.
23040 2001-04-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23042         * gcc.dg/wtr-conversion-1.c: New testcase.
23044 2001-04-10  Richard Henderson  <rth@redhat.com>
23046         * g++.old-deja/g++.other/array5.C: New.
23048 2001-04-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
23050         * gcc.c-torture/execute/20010408-1.c: New test.
23052 2001-04-06  Benjamin Kosnik  <bkoz@redhat.com>
23054         * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
23055         headers and constructs.
23056         * g++.old-deja/g++.robertl/eb79.C: Same.
23057         * g++.old-deja/g++.robertl/eb77.C (main): Same.
23058         * g++.old-deja/g++.robertl/eb73.C: Same.
23059         * g++.old-deja/g++.robertl/eb66.C (main): Same.
23060         * g++.old-deja/g++.robertl/eb55.C (t): Same.
23061         * g++.old-deja/g++.robertl/eb54.C (main): Same.
23062         * g++.old-deja/g++.robertl/eb46.C (main): Same.
23063         * g++.old-deja/g++.robertl/eb44.C: Same.
23064         * g++.old-deja/g++.robertl/eb41.C (main): Same.
23065         * g++.old-deja/g++.robertl/eb4.C (main): Same.
23066         * g++.old-deja/g++.robertl/eb39.C: Same.
23067         * g++.old-deja/g++.robertl/eb33.C (main): Same.
23068         * g++.old-deja/g++.robertl/eb31.C (main): Same.
23069         * g++.old-deja/g++.robertl/eb30.C: Same.
23070         * g++.old-deja/g++.robertl/eb3.C: Same.
23071         * g++.old-deja/g++.robertl/eb24.C (T>): Same.
23072         * g++.old-deja/g++.robertl/eb21.C: Same.
23073         * g++.old-deja/g++.robertl/eb15.C: Same.
23074         * g++.old-deja/g++.robertl/eb118.C: Same.
23075         * g++.old-deja/g++.robertl/eb115.C (main): Same.
23076         * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
23077         * g++.old-deja/g++.robertl/eb109.C: Same.
23078         * g++.old-deja/g++.other/sibcall1.C (main): Same.
23079         * g++.old-deja/g++.mike/rtti1.C: Same.
23080         * g++.old-deja/g++.mike/p658.C: Same.
23081         * g++.old-deja/g++.mike/net46.C: Same.
23082         * g++.old-deja/g++.mike/net34.C: Same.
23083         * g++.old-deja/g++.mike/memoize1.C: Same.
23084         * g++.old-deja/g++.mike/eh2.C: Same.
23085         * g++.old-deja/g++.law/weak.C: Same.
23086         * g++.old-deja/g++.law/visibility7.C: Same.
23087         * g++.old-deja/g++.law/visibility25.C: Same.
23088         * g++.old-deja/g++.law/visibility22.C: Same.
23089         * g++.old-deja/g++.law/visibility2.C: Same.
23090         * g++.old-deja/g++.law/visibility17.C: Same.
23091         * g++.old-deja/g++.law/visibility13.C: Same.
23092         * g++.old-deja/g++.law/visibility10.C: Same.
23093         * g++.old-deja/g++.law/visibility1.C: Same.
23094         * g++.old-deja/g++.law/virtual3.C (eval): Same.
23095         * g++.old-deja/g++.law/vbase1.C: Same.
23096         * g++.old-deja/g++.law/operators32.C: Same.
23097         * g++.old-deja/g++.law/nest3.C: Same.
23098         * g++.old-deja/g++.law/missed-error2.C (foo): Same.
23099         * g++.old-deja/g++.law/except5.C (main): Same.
23100         * g++.old-deja/g++.law/cvt7.C (run): Same.
23101         * g++.old-deja/g++.law/cvt2.C: Same.
23102         * g++.old-deja/g++.law/cvt16.C: Same.
23103         * g++.old-deja/g++.law/ctors6.C (bar): Same.
23104         * g++.old-deja/g++.law/ctors17.C (main): Same.
23105         * g++.old-deja/g++.law/ctors13.C: Same.
23106         * g++.old-deja/g++.law/ctors12.C (main): Same.
23107         * g++.old-deja/g++.law/ctors10.C: Same.
23108         * g++.old-deja/g++.law/code-gen5.C: Same.
23109         * g++.old-deja/g++.law/bad-error7.C: Same.
23110         * g++.old-deja/g++.law/arm9.C: Same.
23111         * g++.old-deja/g++.law/arm12.C: Same.
23112         * g++.old-deja/g++.law/arg8.C: Same.
23113         * g++.old-deja/g++.law/arg1.C: Same.
23114         * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
23115         * g++.old-deja/g++.jason/template31.C: Same.
23116         * g++.old-deja/g++.jason/template24.C (main): Same.
23117         * g++.old-deja/g++.jason/2371.C: Same.
23118         * g++.old-deja/g++.eh/new2.C: Same.
23119         * g++.old-deja/g++.eh/new1.C: Same.
23120         * g++.old-deja/g++.brendan/ptolemy2.C: Same.
23121         * g++.old-deja/g++.brendan/nest21.C (main): Same.
23122         * g++.old-deja/g++.brendan/err-msg3.C: Same.
23123         * g++.old-deja/g++.brendan/crash62.C: Same.
23124         * g++.old-deja/g++.brendan/crash52.C: Same.
23125         * g++.old-deja/g++.brendan/crash49.C (main): Same.
23126         * g++.old-deja/g++.brendan/crash38.C: Same.
23127         * g++.old-deja/g++.brendan/crash15.C (main): Same.
23128         * g++.old-deja/g++.brendan/copy9.C: Same.
23130 2001-04-06  J"orn Rennecke <amylaar@redhat.com>
23132         * gcc.c-torture/execute/20001203-2.c (memset):
23133         Count argument is of type __SIZE_TYPE__.
23135 2001-04-04  Diego Novillo  <dnovillo@redhat.com>
23137         * gcc.c-torture/compile/20010404-1.c: New test.
23139 2001-04-04  Jakub Jelinek  <jakub@redhat.com>
23141         * gcc.c-torture/compile/20010326-1.c: New test.
23143 2001-04-03  Alexandre Oliva  <aoliva@redhat.com>
23145         * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
23146         peculiarities of the SH.
23147         * g++.old-deja/g++.ext/instantiate2.C: Likewise.
23149 2001-04-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
23151         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
23152         * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
23153         * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
23155 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
23157         * g77.f-torture/compile/20010321-1.f: New test.
23159 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
23161         * gcc.c-torture/compile/20010329-1.c: New test.
23163 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
23165         * gcc.c-torture/execute/20010329-1.c: New test.
23167 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
23169         * g++.old-deja/g++.other/eh4.C: Fix typo.
23171 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
23173         * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
23175 2001-03-28  Philip Blundell  <philb@gnu.org>
23177         * gcc.c-torture/compile/20010328-1.c: New test.
23179 2001-03-27  Richard Henderson  <rth@redhat.com>
23181         * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
23182         * g++.old-deja/g++.eh/vbase3.C: Likewise.
23184 2001-03-27  Alan Modra  <alan@linuxcare.com.au>
23186         * gcc.c-torture/compile/20010327-1.c: New test.
23188 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
23190         * g++.old-deja/g++.other/friend12.C: New test.
23191         * g++.old-deja/g++.other/friend9.C: Expect no errors.
23192         * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
23194 2001-03-25  Joseph S. Myers  <jsm28@cam.ac.uk>
23196         * gcc.c-torture/execute/20010325-1.c: New test.
23198 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
23200         * g++.old-deja/g++.other/mangle3.C: New test.
23202 2001-03-22  Jakub Jelinek  <jakub@redhat.com>
23204         * g++.old-deja/g++.other/anon8.C: New test.
23206 2001-03-20  Philip Blundell  <philb@gnu.org>
23208         * gcc.c-torture/compile/20010320-1.c: New test.
23210 2001-03-17  Richard Henderson  <rth@redhat.com>
23212         * g++.old-deja/g++.other/eh4.C: Add expected error text.
23214 2001-03-15  Geoff Keating  <geoff@redhat.com>
23216         * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
23217         tests on AIX.
23219 2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
23221         * g++.old-deja/g++.other/eh4.C: New test.
23223 2001-03-14  Neil Booth  <neil@daikokuya.demon.co.uk>
23225         * gcc.dg/cpp/mi1.c: Update.
23227 2001-03-14  Jakub Jelinek  <jakub@redhat.com>
23229         * g++.old-deja/g++.other/regstack.C: New test.
23231 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
23233         * g++.old-deja/g++.other/ref4.C: New test.
23235 2001-03-11  Nicola Pero <n.pero@mi.flashnet.it>
23237         * objc/execute/va_method.m: Added.
23238         * objc/execute/IMP.m: Added.
23239         * objc/execute/_cmd.m: Added.
23240         * objc/execute/accessing_ivars.m: Added.
23241         * objc/execute/class-1.m: Added.
23242         * objc/execute/class-10.m: Added.
23243         * objc/execute/class-11.m: Added.
23244         * objc/execute/class-12.m: Added.
23245         * objc/execute/class-13.m: Added.
23246         * objc/execute/class-14.m: Added.
23247         * objc/execute/class-2.m: Added.
23248         * objc/execute/class-3.m: Added.
23249         * objc/execute/class-4.m: Added.
23250         * objc/execute/class-5.m: Added.
23251         * objc/execute/class-6.m: Added.
23252         * objc/execute/class-7.m: Added.
23253         * objc/execute/class-8.m: Added.
23254         * objc/execute/class-9.m: Added.
23255         * objc/execute/class-tests-1.h
23256         * objc/execute/class-tests-2.h
23257         * objc/execute/compatibility_alias.m: Added.
23258         * objc/execute/encode-1.m: Added.
23259         * objc/execute/formal_protocol-1.m: Added.
23260         * objc/execute/formal_protocol-2.m: Added.
23261         * objc/execute/formal_protocol-3.m: Added.
23262         * objc/execute/formal_protocol-4.m: Added.
23263         * objc/execute/formal_protocol-5.m: Added.
23264         * objc/execute/formal_protocol-6.m: Added.
23265         * objc/execute/formal_protocol-7.m: Added.
23266         * objc/execute/informal_protocol.m: Added.
23267         * objc/execute/initialize.m: Added.
23268         * objc/execute/load.m: Added.
23269         * objc/execute/many_args_method.m: Added.
23270         * objc/execute/nested-3.m: Added.
23271         * objc/execute/no_clash.m: Added.
23272         * objc/execute/private.m: Added.
23273         * objc/execute/redefining_self.m: Added.
23274         * objc/execute/root_methods.m: Added.
23275         * objc/execute/selector-1.m: Added.
23276         * objc/execute/static-1.m: Added.
23277         * objc/execute/static-2.m: Added.
23278         * objc/execute/va_method.m: Added.
23280 2001-03-10  Richard Henderson  <rth@redhat.com>
23282         * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
23284 2001-03-07  Neil Booth  <neil@daikokuya.demon.co.uk>
23286         * g++.old-deja/g++.other/crash31.C: XFAIL.
23287         * g77.f-torture/execute/20010116.x: Conditional XFAIL.
23288         * g77.f-torture/execute/short.x: XFAIL -Os on x86.
23289         * gcc.c-torture/execute/20010123-1.x: XFAIL.
23290         * gcc.c-torture/execute/20010124-1.x: XFAIL.
23291         * gcc.dg/sequence-pt-1.c: XFAIL one test.
23293 2001-03-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
23295         * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
23297 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
23299         * gcc.dg/20000724-1.c: Don't use multiline strings.
23301 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
23303         * objc/execute/string1.m, objc/execute/string2.m: Compare the
23304         result of -cString against what we expect it to be; don't just
23305         print it out for no one to read.
23307         * objc/execute/string3.m, objc/execute/string4.m: New tests.
23308         Based on testcases provided by Nicola Pero.
23310 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
23312         * gcc.dg/cpp/macro7.c: New test.
23314 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
23316         * gcc.dg/cpp/multiline.c: Update.
23318 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
23320         * g++.old-deja/g++.other/enum3.C: New test.
23322 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
23324         * g++.old-deja/g++.other/pod1.C: New test.
23326 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
23328         * g++.old-deja/g++.ext/overload1.C: New test.
23330 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
23332         * g++.old-deja/g++.pt/using1.C: New test.
23334 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
23336         * g++.old-deja/g++.other/using9.C: New test.
23338 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
23340         * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
23342         * objc/execute/protocol.m (main): Added patch from Nicola Pero.
23344 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
23346         * g++.old-deja/g++.ext/realpt1.C: Remove.
23348 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
23350         * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
23352 2001-02-26  Will Cohen  <wcohen@redhat.com>
23354         * gcc.c-torture/execute/ieee/20010226-1.c: New test.
23356 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
23358         * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
23359         templatized constructors.
23361 2001-02-24  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
23363         * gcc.c-torture/execute/20010224-1.c: New test.
23365 2001-02-23  Jakub Jelinek  <jakub@redhat.com>
23367         * gcc.c-torture/execute/20010222-1.c: New test.
23369 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
23371         * g++.old-deja/g++.other/inline20.C: New test.
23373 2001-02-21  Ovidiu Predescu  <ovidiu@cup.hp.com>
23375         * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
23377 2001-02-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
23379         * g++.old-deja/g++.other/lookup22.C: New test.
23381 2001-02-19  Zack Weinberg  <zackw@stanford.edu>
23383         * g77.dg: New directory.
23384         * g77.dg/20010216-1.f: New test case.
23385         * g77.dg/dg.exp: New driver.
23386         * lib/g77-dg.exp: New driver library.
23388 2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
23390         * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
23392 2001-02-16  Gabriel Dos Reis <gdr@codesourcery.com>
23394         * g++.old-deja/g++.other/decl9.C: New test.
23396 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
23398         * g++.old-deja/g++.other/init16.C: Update the test so that it does
23399         not need <string> and also tests the initialization at runtime.
23401 2001-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
23403         * gcc.c-torture/execute/longlong.c: New test.
23405 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
23407         * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
23409 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
23411         * gcc.c-torture/execute/920302-1.c (execute):
23412         Change argument type to short.
23414 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
23416         * g++.old-deja/g++.pt/deduct6.C: New test.
23418 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
23420         * g++.old-deja/g++.pt/deduct5.C: New test.
23422 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
23424         * gcc.c-torture/execute/20010209-1.c: New test.
23426 2001-02-14  Neil Booth  <neil@daikokuya.demon.co.uk>
23428         * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
23430 2001-02-12  Geoffrey Keating  <geoffk@redhat.com>
23432         * g++.dg/vtgc1.C: Update for new ABI.
23434         * consistency.vlad: New directory, 1665 files.
23436 2001-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
23438         * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
23439         return type.
23440         * gcc.dg/cpp/digraphs.c: Declare puts.
23442 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
23444         * g++.old-deja/g++.other/warn5.C: New test.
23446 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
23448         * g++.old-deja/g++.pt/spec40.C: New test.
23450 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
23452         * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
23453         case.
23454         * g++.old-deja/g++.ext/arrnew.C: Deprecate.
23456 2001-02-12  Jakub Jelinek  <jakub@redhat.com>
23458         * gcc.c-torture/compile/20010209-1.c: New test.
23460 2001-02-11  Jeffrey Oldham  <oldham@codesourcery.com>
23462         * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
23463         excess errors message but not if it crashes.
23464         * g++.old-deja/g++.other/crash27.C: Likewise.
23465         * g++.old-deja/g++.other/crash28.C: Likewise.
23466         * g++.old-deja/g++.other/crash30.C: Likewise.
23467         * g++.old-deja/g++.other/crash32.C: Likewise.
23468         * g++.old-deja/g++.other/crash35.C: Likewise.
23469         * g++.old-deja/g++.pt/inherit2.C: Likewise.
23471 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
23473         * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
23474         gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
23475         g++.dg/dg.exp, g++.old-deja/old-deja.exp,
23476         g77.f-torture/execute/execute.exp,
23477         g77.f-torture/noncompile/noncompile.exp,
23478         gcc.c-torture/execute/execute.exp,
23479         gcc.c-torture/execute/memcheck/memcheck.exp,
23480         gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
23481         gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
23482         gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
23483         gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
23484         gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
23485         lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
23486         lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
23487         lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
23488         Remove bug reporting instructions with ancient email addresses.
23490 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
23492         * gcc.dg/20010202-1.c: New test.
23493         * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
23495 2001-02-07  Zack Weinberg  <zack@wolery.stanford.edu>
23497         * g++.dg/stdbool-if.C: New test.
23499 2001-02-07  Ovidiu Predescu  <ovidiu@cup.hp.com>
23501         * objc/execute/fdecl.m: Added main().
23503 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
23505         * gcc.c-torture/execute/20010206-1.c: New test.
23507 2001-02-06  Neil Booth  <neil@daikokuya.demon.co.uk>
23509         * gcc.dg/cpp/avoidpaste1.c: Update.
23511 2001-02-05  Ovidiu Predescu  <ovidiu@cup.hp.com>
23513         * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
23514         Pero <nicola@brainstorm.co.uk>.
23515         * objc/execute/fdecl.m: Declare foo as pointer to AClass.
23517 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
23519         * g++.old-deja/g++.pt/spec39.C: New test.
23521 2001-02-05  Jakub Jelinek  <jakub@redhat.com>
23523         * gcc.c-torture/compile/20010202-1.c: New test.
23525 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
23527         * g++.old-deja/g++.abi/primary2.C: New test.
23528         * g++.old-deja/g++.abi/primary3.C: New test.
23529         * g++.old-deja/g++.abi/primary4.C: New test.
23530         * g++.old-deja/g++.abi/primary5.C: New test.
23531         * g++.old-deja/g++.abi/vtable3.h: New test.
23532         * g++.old-deja/g++.abi/vtable3a.C: New test.
23533         * g++.old-deja/g++.abi/vtable3b.C: New test.
23534         * g++.old-deja/g++.abi/vtable3c.C: New test.
23535         * g++.old-deja/g++.abi/vtable3d.C: New test.
23536         * g++.old-deja/g++.abi/vtable3e.C: New test.
23537         * g++.old-deja/g++.abi/vtable3f.C: New test.
23538         * g++.old-deja/g++.abi/vtable3g.C: New test.
23539         * g++.old-deja/g++.abi/vtable3h.C: New test.
23540         * g++.old-deja/g++.abi/vtable3i.C: New test.
23541         * g++.old-deja/g++.abi/vtable3j.C: New test.
23542         * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
23544 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
23546         * g++.old-deja/g++.other/anon6.C: New test.
23547         * g++.old-deja/g++.other/anon7.C: New test.
23549 2001-02-01  Neil Booth  <neil@daikokuya.demon.co.uk>
23551         * gcc.dg/cpp/avoidpaste2.c: New tests.
23553 2001-01-31  Jakub Jelinek  <jakub@redhat.com>
23555         * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
23557 2001-01-31  Jeffrey Oldham  <oldham@codesourcery.com>
23559         * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
23560         DECIMAL_DIG cases for Irix."
23562 2001-01-31  J"orn Rennecke <amylaar@redhat.com>
23564         * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
23566 2001-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
23568         * gcc.dg/c99-tag-1.c: New test.
23570 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
23572         * gcc.dg/cpp/tr-warn1.c: Add tests.
23574 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
23576         * gcc.dg/cpp/avoidpaste1.c: Update.
23577         * gcc.dg/cpp/paste4.c: Update.
23579 2001-01-30  Jeffrey Oldham  <oldham@codesourcery.com>
23581         * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
23582         cases for Irix.
23584 2001-01-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
23586         * g++.old-deja/g++.other/inline19.C: New test.
23588 2001-01-30  Neil Booth  <neil@daikokuya.demon.co.uk>
23590         * gcc.dg/Wlarger-than.c: New test.
23592 2001-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
23594         * gcc.dg/cpp/avoidpaste1.c: Fix typos.
23596 2001-01-29  Jakub Jelinek  <jakub@redhat.com>
23598         * gcc.c-torture/execute/20010129-1.c: New test.
23599         * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
23601 2001-01-28  Neil Booth  <neil@daikokuya.demon.co.uk>
23603         * gcc.dg/cpp/avoidpaste1.c: Test case.
23605 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
23607         * g++.old-deja/g++.other/inline18.C: New test.
23609 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23611         * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
23612         and __builtin_putchar.
23614 2001-01-27  Jakub Jelinek  <jakub@redhat.com>
23616         * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
23617         tests.
23619 2001-01-25  Jeffrey Oldham  <oldham@codesourcery.com>
23621         * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
23622         floating point number rounding mode to round to the nearest
23623         representable mode.
23625 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
23627         * g++.old-deja/g++.other/mangle2.C: New test.
23629 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
23631         * gcc.c-torture/compile/20010124-1.c: New test.
23633 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
23635         * g++.old-deja/g++.pt/spec38.C: New test.
23637 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
23639         * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
23640         "Build don't run".
23642 2001-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
23644         * gcc.c-torture/execute/20010123-1.c: New test.
23646 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
23648         * g++.old-deja/g++.pt/spec37.C: New test.
23650 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
23652         * g++.old-deja/g++.pt/overload14.C: New test.
23654 2001-01-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
23656         * gcc.c-torture/execute/20010122-1.c: New test, exercise
23657         __builtin_return_address.
23659 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
23661         * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
23662         * g++.old-deja/g++.pt/spec35.C: New test.
23663         * g++.old-deja/g++.pt/spec36.C: New test.
23665 2001-01-20  Jakub Jelinek  <jakub@redhat.com>
23667         * gcc.c-torture/compile/20010118-1.c: New test.
23669 2001-01-20  Neil Booth  <neil@daikokuya.demon.co.uk>
23671         * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
23673 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
23675         * gcc.c-torture/execute/20010119-1.c: New test.
23677 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
23679         * g++.old-deja/g++.other/vbase5.C: New test.
23681 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
23683         * gcc.c-torture/execute/20010118-1.c: New test.
23685 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
23687         * g++.old-deja/g++.pt/deduct3.C: New test.
23689 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
23691         * g++.old-deja/g++.pt/spec34.C: New test.
23693 2001-01-19  "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
23695         * g77.f-torture/compile/20000601-2.f: New test.
23697 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
23699         * g++.old-deja/g++.other/init17.C: New test.
23701 2001-01-18  Alexandre Oliva  <aoliva@redhat.com>
23703         * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
23705 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
23707         * g++.old-deja/g++.pt/unify8.C: New test.
23709 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
23711         * g++.old-deja/g++.abi/vbase1.C: New test.
23713 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
23715         * g++.old-deja/g++.pt/crash65.C: New test.
23717 2001-01-18  Neil Booth  <neil@daikokuya.demon.co.uk>
23719         * gcc.dg/cpp/assembl2.S: New test case.
23721 2001-01-17  Jeffrey Oldham  <oldham@codesourcery.com>
23723         * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
23724         are supported.
23726 2001-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23728         * g++.old-deja/g++.other/builtins1.C: New test.
23729         * g++.old-deja/g++.other/builtins2.C: Likewise.
23730         * g++.old-deja/g++.other/builtins3.C: Likewise.
23731         * g++.old-deja/g++.other/builtins4.C: Likewise.
23733 2001-01-17  Jakub Jelinek  <jakub@redhat.com>
23735         * gcc.c-torture/compile/20010117-1.c: New test.
23736         * gcc.c-torture/compile/20010117-2.c: New test.
23738 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
23740         * g77.f-torture/execute/20010116.[fx]: New test,
23741         XFAIL on i?86-*-*.
23742         * g77.f-torture/compile/20010115.f: Indicate it's
23743         a test for PR fortran/1636.
23745 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
23747         * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
23749 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
23751         * g77.f-torture/compile/20010115.f: New test.
23753 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
23755         * g++.old-deja/g++.pt/nontype5.C: New test.
23757 2001-01-15  Neil Booth  <neil@daikokuya.demon.co.uk>
23759         * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
23760         have an equivalent working one below it.
23762 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
23764         * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
23765         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
23767 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
23769         * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
23770         message containing "init_priority".
23771         (conpr-2.C): Likewise.
23772         (conpr-3.C): Likewise.
23773         * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
23775 2001-01-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
23777         * gcc.c-torture/execute/20010114-2.c: New test.
23779 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
23781         * gcc.c-torture/compile/20010114-1.c: New test.
23782         * gcc.c-torture/compile/20010114-1.x: Xfail.
23783         * gcc.c-torture/compile/20010114-2.c: New test.
23784         * gcc.c-torture/execute/20010114-1.c: New test.
23785         * gcc.dg/trunc-1.c: New test.
23786         * gcc.dg/uninit-B.c: New test.
23788 2001-01-13  Nick Clifton  <nickc@redhat.com>
23790         * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
23791         target.
23793 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
23795         * gcc.c-torture/compile/20010113-1.c: New test.
23797 2001-01-13  Jakub Jelinek  <jakub@redhat.com>
23799         * gcc.c-torture/compile/20001212-1.c: New test.
23801 2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
23803         * gcc.dg/cpp/widestr1.c: Update.
23804         * gcc.dg/cpp/prag-imp.c: Remove.
23806 2001-01-12  Jakub Jelinek  <jakub@redhat.com>
23808         * gcc.c-torture/execute/20000801-3.x: Remove.
23809         * gcc.dg/c90-init-1.c: New test.
23810         * gcc.dg/c99-init-1.c: New test.
23811         * gcc.dg/c99-init-2.c: New test.
23812         * gcc.dg/gnu99-init-1.c: New test.
23814 2001-01-12  Richard Earnshaw <rearnsha@arm.com>
23816         * lib/f-torture.exp (f_torture_compile): Prune the warnings before
23817         testing that no relevant ones were found.
23819 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
23821         * g++.old-deja/g++.pt/cast2.C: New test.
23823 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
23825         * g++.old-deja/g++.pt/friend47.C: New test.
23827 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
23829         * g++.old-deja/g++.pt/instantiate13.C: New test.
23831 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
23833         * g++.old-deja/g++.other/defarg7.C: New test.
23834         * g++.old-deja/g++.other/defarg8.C: New test.
23836 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
23838         * g++.old-deja/g++.pt/crash64.C: New test.
23840 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
23842         * g++.old-deja/g++.pt/crash63.C: New test.
23844 2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>
23846         * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
23848 2001-01-10  Alan Lehotsky  <lehotsky@tiac.net>
23850         * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
23852 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
23854         * g++.old-deja/g++.pt/error3.C: New test.
23856 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
23858         * g++.old-deja/g++.other/crash39.C: New test.
23860 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
23862         * g++.old-deja/g++.other/vbase4.C: New test.
23864 2001-01-08  Jonathan Larmour  <jlarmour@redhat.com>
23866         * gcc.dg/20000419-2.c: Move to "special" subdirectory.
23867         * gcc.dg/special/20000419-2.c: New file. Identical to above.
23868         * gcc.dg/special/special.exp: New test driver which will check
23869         for alias support for the above test.
23871 2001-01-09  Alan Lehotsky  <lehotsky@tiac.net>
23873         * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
23874         problems on small machines.
23875         * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
23876         parameterize.
23878 2001-01-09  Jeffrey Oldham  <oldham@codesourcery.com>
23880         * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
23881         mips.
23882         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
23884 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
23886         * g++.old_deja/g++.pt/using8.C: New test.
23888 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
23890         * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
23892 2000-01-08  Loren J. Rittle  <ljrittle@acm.org>
23894         * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
23895         where a failure is expected.
23896         * gcc.c-torture/execute/ieee/rbug.x: Likewise.
23898 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
23900         * g++.old_deja/g++.pt/instantiate12.C: New test.
23902 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
23904         * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
23905         start of structs.
23906         * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
23907         * g++.old-deja/g++.brendan/crash17.C: Likewise.
23908         * g++.old-deja/g++.brendan/crash29.C: Likewise.
23909         * g++.old-deja/g++.brendan/crash48.C: Likewise.
23910         * g++.old-deja/g++.brendan/ns1.C: Likewise.
23911         * g++.old-deja/g++.brendan/warnings1.C: Likewise.
23912         * g++.old-deja/g++.bugs/900205_04.C: Likewise.
23913         * g++.old-deja/g++.bugs/900514_03.C: Likewise.
23914         * g++.old-deja/g++.eh/spec6.C: Likewise.
23915         * g++.old-deja/g++.jason/crash3.C: Likewise.
23916         * g++.old-deja/g++.law/ctors11.C: Likewise.
23917         * g++.old-deja/g++.law/ctors17.C: Likewise.
23918         * g++.old-deja/g++.law/ctors5.C: Likewise.
23919         * g++.old-deja/g++.law/ctors9.C: Likewise.
23920         * g++.old-deja/g++.mike/ambig1.C: Likewise.
23921         * g++.old-deja/g++.mike/net22.C: Likewise.
23922         * g++.old-deja/g++.mike/p3538a.C: Likewise.
23923         * g++.old-deja/g++.mike/p3538b.C: Likewise.
23924         * g++.old-deja/g++.mike/virt3.C: Likewise.
23925         * g++.old-deja/g++.niklas/t128.C: Likewise.
23926         * g++.old-deja/g++.other/anon4.C: Likewise.
23927         * g++.old-deja/g++.other/using1.C: Likewise.
23928         * g++.old-deja/g++.other/warn3.C: Likewise.
23929         * g++.old-deja/g++.pt/t37.C: Likewise.
23930         * g++.old-deja/g++.robertl/eb69.C: Likewise.
23931         * g++.old-deja/g++.robertl/eb71.C: Likewise.
23933 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
23935         * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
23937 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23939         * gcc.c-torture/execute/stdio-opt-3.c: New test.
23941 2001-01-07  Jakub Jelinek  <jakub@redhat.com>
23943         * gcc.c-torture/compile/20010107-1.c: New test.
23945 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
23947         * gcc.c-torture/execute/builtin-noret-1.c: New test.
23949 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
23951         * gcc.dg/format/format.h: New file.
23952         * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
23953         gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
23954         gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
23955         gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
23956         gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
23957         gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
23958         gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
23959         gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
23960         gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
23961         gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
23962         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
23963         gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
23964         gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
23965         gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
23966         gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
23967         gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
23968         gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
23969         gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
23970         gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
23971         gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
23972         gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
23973         instead of declaring standard types, macros and functions in each
23974         test.
23976 2001-01-06  Alexandre Oliva  <aoliva@redhat.com>
23978         * gcc.c-torture/execute/20010106-1.c: New test.
23980 2001-01-06  Joseph S. Myers  <jsm28@cam.ac.uk>
23982         * gcc.dg/format/format.exp: New file.
23983         * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
23984         * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
23985         * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
23986         * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
23987         * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
23988         * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
23989         * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
23990         * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
23991         * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
23992         * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
23993         * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
23994         * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
23995         * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
23996         * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
23997         * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
23998         * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
23999         * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
24000         * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
24001         * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
24002         * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
24003         * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
24004         * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
24005         * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
24006         * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
24007         * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
24008         * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
24009         * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
24010         * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
24011         * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
24012         * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
24013         * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
24014         * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
24015         * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
24016         * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
24017         * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
24018         * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
24019         * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
24020         * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
24021         * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
24022         * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
24023         * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
24024         * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
24026 2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
24028         * gcc.c-torture/execute/991228-1.c: Take word endianness into
24029         account.
24031 2001-01-05  Joseph S. Myers  <jsm28@cam.ac.uk>
24033         * gcc.c-torture/execute/builtin-complex-1.c: New test.
24035 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
24037         * g++.old-deja/g++.pt/crash62.C: New test.
24039 2001-01-04  Richard Henderson  <rth@redhat.com>
24041         * gcc.dg/20000926-1.c: Update expected warnings.
24042         * gcc.dg/array-2.c: Likewise.
24043         * gcc.dg/array-4.c: Also validate flexible array members.
24044         * gcc.dg/c99-flex-array-1.c: New.
24046 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
24048         * gcc.c-torture/compile/20001222-1.x: Remove.
24050 2001-01-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
24052         * gcc.c-torture/execute/built-in-setjmp.c: New.
24054 2001-01-03  Richard Henderson  <rth@redhat.com>
24056         * gcc.dg/940510-1.c: Update expected error wording.
24057         * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
24059 2001-01-03  Jeffrey Oldham  <oldham@codesourcery.com>
24061         * lib/target-supports.exp (check_alias_available): Modified to
24062         indicate aliases not supported if only weak aliases are supported.
24064 2001-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
24066         * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
24067         Turn on cmpstrsi checks for __pj__ and __i370__.
24069 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
24071         * g++.old-deja/g++.other/virtual11.C: New test.
24073 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
24075         * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
24077 2001-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
24079         * gcc.c-torture/compile/20010102-1.c: New test.
24081 2001-01-02  Andreas Jaeger  <aj@suse.de>
24083         * gcc.dg/noreturn-3.c: New test.
24085         * gcc.dg/noreturn-4.c: New test.
24087 2001-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
24089         * gcc.c-torture/execute/stdio-opt-1.c: Also test
24090         __builtin_fputc and __builtin_fwrite.
24092 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
24094         * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
24095         signed char, not default char.
24097 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
24099         * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
24101 2000-12-30  David Billinghurst <David.Billinghurst@riotinto.com>
24103         * lib/g++.exp:  Use sh to exec ${odir_v3}/tests_flags
24105 2000-12-29  Richard Henderson  <rth@redhat.com>
24107         * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
24108         (__cyg_profile_func_exit): Define.
24110 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
24112         * g++.dg/vtgc1.C: New test.
24114 2000-12-28  Geoffrey Keating  <geoffk@redhat.com>
24116         * gcc.dg/noncompile/20001228-1.c: New test.
24118         * gcc.dg/20001228-1.c: New test.
24120         * gcc.c-torture/execute/20001228-1.c: New test.
24122 2000-12-28  Joseph S. Myers  <jsm28@cam.ac.uk>
24124         * gcc.dg/format-strfmon-1.c: New test.
24126 2000-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
24128         * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
24129         * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
24130         * gcc.c-torture/execute/string-opt-1.c: Likewise.
24131         * gcc.c-torture/execute/string-opt-2.c: Likewise.
24132         * gcc.c-torture/execute/string-opt-3.c: Likewise.
24133         * gcc.c-torture/execute/string-opt-4.c: Likewise.
24134         * gcc.c-torture/execute/string-opt-6.c: Likewise.
24135         * gcc.c-torture/execute/string-opt-7.c: Likewise.
24136         * gcc.c-torture/execute/string-opt-8.c: Likewise.
24137         * gcc.c-torture/execute/string-opt-9.c: Likewise.
24138         * gcc.c-torture/execute/string-opt-10.c: Likewise.
24139         * gcc.c-torture/execute/string-opt-11.c: Likewise.
24140         * gcc.c-torture/execute/string-opt-12.c: Likewise.
24142         * gcc.c-torture/execute/string-opt-3.c: Test rindex.
24143         * gcc.c-torture/execute/string-opt-4.c: Test index.
24145 2000-12-26  Geoffrey Keating  <geoffk@redhat.com>
24147         * gcc.c-torture/compile/20001226-1.c: New test.
24149 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
24151         * gcc.c-torture/compile/20001222-1.c: New test.
24152         * gcc.c-torture/compile/20001222-1.x: Xfail.
24154 2000-12-22  Alexandre Oliva  <aoliva@redhat.com>
24156         * gcc.c-torture/execute/comp-goto-2.c: New test.
24158 2000-12-21  J"orn Rennecke <amylaar@redhat.com>
24160         * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
24161         Use long types if __INT_MAX__ is 32767.
24162         (main): Use cast to (sint32 *) when poking 88 into a_page.
24164         * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
24166 2000-12-21  Bernd Schmidt  <bernds@redhat.com>
24168         * gcc.c-torture/compile/20001221-1.c: New test.
24169         * gcc.c-torture/execute/20001221-1.c: New test.
24171 2000-12-20  Richard Henderson  <rth@redhat.com>
24173         * g++.old-deja/g++.pt/crash36.C: Update error lines.
24174         * g++.old-deja/g++.robertl/eb109.C: Likewise.
24176 2000-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
24178         * gcc.dg/compare3.c: New test.
24180 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
24182         * gcc.dg/format-warnll-1.c: New test.
24184 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
24186         * gcc.dg/cpp/cmdlne-P.c: New test.
24188 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
24190         * gcc.c-torture/execute/builtin-abs-1.c,
24191         gcc.c-torture/execute/builtin-abs-2.c: New tests.
24193 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
24195         * gcc.dg/cpp/multiline.c: New test.
24197 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
24199         * g++.old-deja/g++.other/syshdr1.C: Update.
24200         * gcc.dg/cpp/lineflags.c: Remove temporarily.
24202 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
24204         * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
24206 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
24208         * g++.old-deja/g++.pt/ttp65.C: New test.
24210 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
24212         * g++.old-deja/g++.pt/ttp64.C: New test.
24214 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
24216         * g++.old-deja/g++.pt/spec33.C: New test.
24218 2000-12-14  Catherine Moore  <clm@redhat.com>
24220         * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
24221         * gcc.c-torture/execute/920612-2.c: Likewise.
24222         * gcc.c-torture/execute/920428-2.c: Likewise.
24223         * gcc-c-torture/execute/va-arg-11.c: Call exit.
24224         * gcc.c-torture/execute/va-arg-21.c: Likewise.
24226 2000-12-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
24228         * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
24229         * gcc.dg/pack-test-2.c: Likewise.
24231 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
24233         Tests by Zack Weinberg <zackw@stanford.edu>.
24235         * gcc.dg/cpp/defined.c: Update.
24236         * gcc.dg/cpp/defined_trad.c: New tests.
24238 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
24240         * gcc.dg/cpp/trad-direct.c: Update.
24242 2000-12-11  Neil Booth  <neilb@earthling.net>
24244         * gcc.dg/cpp/defined_trad.c
24246 2000-12-11  Neil Booth  <neilb@earthling.net>
24248         * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
24250 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
24252         * gcc.dg/format-miss-2.c: New test.
24254 2000-12-09  Neil Booth  <neilb@earthling.net>
24256         * gcc.dg/cpp/lineflags.c: New tests.
24257         * gcc.dg/cpp/poison.c: Update.
24258         * gcc.dg/cpp/redef2.c: Update.
24259         * gcc.dg/cpp/skipping.c: New test.
24261 2000-12-07  Geoffrey Keating  <geoffk@redhat.com>
24263         * g++.old-deja/g++.other/eh3.C: New testcase.
24265 2000-12-07  Neil Booth  <neilb@earthling.net>
24267         * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
24268         wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
24269         wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
24270         wtr-union-init-2.c, wtr-union-init-3.c: Update.
24271         * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
24272         Update.
24274 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
24276         * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
24277         __SIZE_TYPE__ instead of int for type of integers cast to
24278         pointers.
24280 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
24282         * g++.old-deja/g++.other/cleanup4.C: New test.
24284 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
24286         * format-sec-1.c: New test.
24288 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
24290         * gcc.dg/format-nonlit-3.c: New test.
24292 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
24294         * gcc.dg/c90-printf-1.c: Add test for printf formats reading
24295         through a null pointer.
24297 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
24299         * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
24300         * g++.old-deja/g++.pt/partial4.C: New test.
24302 2000-12-06  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
24304         * gcc.c-torture/execute/ieee/hugeval.x: New.
24306 2000-12-06  Neil Booth  <neilb@earthling.net>
24308         * gcc.dg/cpp/backslash2.c: New tests.
24310 2000-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
24312         * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
24313         * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
24315 2000-12-05  Geoffrey Keating  <geoffk@redhat.com>
24317         * gcc.c-torture/execute/20001203-2.c: New testcase.
24319 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
24321         * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
24322         * g++.old-deja/g++.other/virtual10.C: New test.
24324 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
24326         * g++.old-deja/g++.mike/pmf5.C: Remove test.
24328 2000-12-05  Richard Henderson  <rth@redhat.com>
24330         * gcc.c-torture/compile/20001205-1.c: New.
24332 2000-12-04  Neil Booth  <neilb@earthling.net>
24334         * g++.old-deja/g++.other/virtual9.C: New test.
24335         * g++.old-deja/g++.pt/crash61.C: New test.
24336         * gcc.c-torture/execute/loop-9.c: New test.
24338 2000-12-04  Neil Booth  <neilb@earthling.net>
24340         * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
24341         * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
24342         * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
24343         * gcc.dg/cpp/extratokens.c: ...here.
24345 2000-12-04  Neil Booth  <neilb@earthling.net>
24347         * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
24348         New tests.
24350 2000-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
24352         * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
24353         * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
24355 2000-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
24357         * gcc.c-torture/execute/20001203-1.c: New test.
24359 2000-12-03  Neil Booth  <neilb@earthling.net>
24361         * gcc.dg/cpp/macro6.c: New test cases.
24363 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
24365         * gcc.c-torture/execute/string-opt-9.c: New test.
24366         * gcc.c-torture/execute/string-opt-10.c: Likewise.
24367         * gcc.c-torture/execute/string-opt-11.c: Likewise.
24368         * gcc.c-torture/execute/string-opt-12.c: Likewise.
24370         * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
24371         * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
24373 2000-12-02  Geoffrey Keating  <geoffk@redhat.com>
24375         * gcc.dg/cpp/if-6.c: New testcase.
24377         * gcc.dg/20001201-1.c: New testcase.
24379 2000-12-02  Neil Booth  <neilb@earthling.net>
24381         * g++.old-deja/g++.other/externC4.C,
24382         g++.old-deja/g++.other/friend10.C: New tests.
24384 2000-12-02  Neil Booth  <neilb@earthling.net>
24386         * g++.old-deja/g++.other/instan2.C
24387         * g++.old-deja/g++.other/instan3.C: New test.
24389 2000-12-02  Neil Booth  <neilb@earthling.net>
24391         * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
24392         c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
24393         gnuc99.c,gnuc99-pedantic.c: New tests.
24395 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
24397         * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
24398         gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
24400 2000-12-01  Neil Booth  <neilb@earthling.net>
24402         * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
24403         * gcc.dg/cpp/poison.c: Update.
24404         * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
24406 2000-12-01  Toon Moene  <toon@moene.indiv.nluug.nl>
24408         * g77.f-torture/execute/20001201.f: New test.
24410 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
24412         * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
24414 2000-12-01  Jakub Jelinek  <jakub@redhat.com>
24416         * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
24418 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
24420         * g++.old-deja/g++.other/cast6.C: New test.
24422 2000-11-30  Geoffrey Keating  <geoffk@redhat.com>
24424         * gcc.c-torture/execute/20001130-2.c: New testcase.
24426 2000-11-30  Richard Henderson  <rth@redhat.com>
24428         * gcc.c-torture/execute/20001130-1.c: New test.
24430 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
24432         * g++.old-deja/g++.other/op3.C: New test.
24434 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
24436         * g++.old-deja/g++.other/op2.C: New test.
24438 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
24440         * g++.old-deja/g++.other/crash38.C: New test.
24442 2000-11-29  Toon Moene  <toon@moene.indiv.nluug.nl>
24444         * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
24446 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
24448         * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
24449         tests.
24450         * gcc.c-torture/execute/string-opt-6.c: New test.
24452         * gcc.dg/20001117-1.c: Add main.
24454 2000-11-28  Geoffrey Keating  <geoffk@redhat.com>
24456         * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
24457         Move from here ...
24458         * gcc.dg/940510-1.c: ... to here.
24460         * gcc.dg/20000926-1.c: GNU C now allows initializations of
24461         zero-size arrays in toplevel structures.
24463 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
24465         * gcc.c-torture/execute/loop-8.c: New test.
24467 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
24469         * g++.old-deja/g++.other/base1.C: New test.
24471 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
24473         * g++.old-deja/g++.other/parse2.C: New test.
24475 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
24477         * g++.old-deja/g++.pt/incomplete1.C: New test.
24479 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
24481         * g++.old-deja/g++.other/friend9.C: New test.
24483 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
24485         * gcc.dg/20001127-1.c: New test.
24487 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
24489         * g++.old-deja/g++.pt/friend46.C: New test.
24491 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
24493         * g++.old-deja/g++.other/ptrmem8.C: New test.
24495 2000-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
24497         * gcc.c-torture/execute/string-opt-7.c: New test.
24498         * gcc.c-torture/execute/string-opt-8.c: Likewise.
24500 2000-11-26  Gabriel Dos Reis  <gdr@codesourcery.com>
24502         * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
24503         instead of 'mkcheck 2'.
24505 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
24507         * gcc.c-torture/execute/memcheck/driver.c,
24508         gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
24509         C9X references to refer to C99.
24511 2000-11-25  Jakub Jelinek  <jakub@redhat.com>
24513         * gcc.dg/ultrasp3.c: New test.
24515 2000-11-25  Neil Booth  <neilb@earthling.net>
24517         * gcc.dg/cpp/include2.c: Update test to be locale independent.
24519 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>
24521         * gcc.c-torture/compile/20001123-2.c: New.
24523 2000-11-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
24525         * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
24527 2000-11-24  Bernd Schmidt  <bernds@redhat.co.uk>
24529         * gcc.dg/sequence-point-1.c: Add some new tests.
24530         * gcc.c-torture/execute/20001124-1.c: New test.
24532 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
24534         * g++.old-deja/g++.other/vaarg4.C: New test.
24535         * gcc.c-torture/compile/20001123-1.c: New test.
24537 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
24539         * g++.other/crash24.C: Adjust and remove XFAIL.
24540         * g++.other/crash37.C: New test.
24542 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
24544         * g++.old-deja/g++.pt/instantiate9.C: New test.
24546 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
24548         * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
24549         new ABI, too.
24551         * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
24552         * g++.old-deja/g++.robertl/eb55.C: Likewise.
24554 2000-11-22  Neil Booth  <neilb@earthling.net>
24556         * gcc.dg/cpp/Wtrigraphs.c: New test.
24558 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
24560         * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
24562 2000-11-22  Jakub Jelinek  <jakub@redhat.com>
24564         * gcc.c-torture/execute/ieee/20001122-1.c: New test.
24566 2000-11-22  Hans-Peter Nilsson  <hp@bitrange.com>
24568         * lib/gcc-dg.exp: load_lib scanasm.exp.
24569         (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
24570         * lib/g++-dg.exp: load_lib scanasm.exp.
24571         * lib/scanasm.exp: New.
24572         (scan-assembler, scan-assembler-not): Add optional arguments to
24573         test name, or if not present, the pattern name.
24574         (scan-assembler-dem, scan-assembler-dem-not): New.
24576         * g++.dg/dg.exp: New.
24578 2000-11-21  Neil Booth  <neilb@earthling.net>
24580         * gcc.dg/cpp/integrated1.c: Remove.
24582 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
24584         * gcc.c-torture/execute/20001121-1.c: New test.
24586 2000-11-21  Richard Henderson  <rth@redhat.com>
24588         * gcc.c-torture/compile/20001121-1.c: New test.
24590 2000-11-20  Neil Booth  <neilb@earthling.net>
24592         * gcc.dg/cpp/integrated1.c: New test.
24594 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
24596         * g++.old-deja/g++.other/inline17.C: New test.
24598 2000-11-20  Donald Lindsay  <dlindsay@redhat.com>
24600         * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
24601         local variable to be zero: I made the variable global. Now
24602         uses abort() and exit() instead of relying on main's return value.
24604 2000-11-20  Neil Booth  <neilb@earthling.net>
24606         * gcc.dg/cpp/paste2.c: Update test.
24607         * objc/execute/paste.m: New test.
24609 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
24611         * gcc.dg/c99-condexpr-1.c: New test.
24613 2000-11-20  Neil Booth  <neilb@earthling.net>
24615         * gcc.dg/cpp/macsyntx.c: Use correct command line option.
24617 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
24619         * g++.old-deja/g++.pt/export1.C: New test.
24621 2000-11-20  Jakub Jelinek  <jakub@redhat.com>
24623         * gcc.dg/20001117-1.c: New test.
24625 2000-11-18  Richard Henderson  <rth@redhat.com>
24627         * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
24629 2000-11-18  Richard Henderson  <rth@redhat.com>
24631         * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
24632         * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
24633         * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
24635 2000-11-18  Richard Henderson  <rth@redhat.com>
24637         * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
24638         (main): New.  Exit cleanly.
24640 2000-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
24642         * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
24643         gcc.dg/c99-fordecl-2.c: New tests.
24645 2000-11-18  Richard Henderson  <rth@redhat.com>
24647         * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
24648         * gcc.c-torture/execute/zerolen-2.c: New.
24650 2000-11-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
24652         * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
24653         memory.
24655 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
24657         * g++.old-deja/g++.pt/instantiate8.C: New test.
24659 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
24661         * g++.old-deja/g++.other/incomplete.C: Add more tests.
24662         * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
24664 2000-11-16  Nick Clifton  <nickc@redhat.com>
24666         * gcc.c-torture/execute/nestfunc-2.c: New test.
24667         * gcc.c-torture/execute/nestfunc-3.c: New test.
24669 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
24671         * gcc.c-torture/compile/20001116-1.c: New test.
24673 2000-11-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
24675         * gcc.c-torture/execute/20001115-1.c: New test.
24677 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
24679         * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
24680         * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
24681         * g++.old-deja/g++.abi/ptrflags.C: Likewise.
24682         * g++.old-deja/g++.abi/vmihint.C: Likewise.
24684 2000-11-15  Neil Booth  <neilb@earthling.net>
24686         gcc.dg/cpp/_Pragma1.c: Update.
24687         gcc.dg/cpp/_Pragma2.c: New test.
24689 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
24691         * g++.old-deja/g++.other/anon5.C: New test.
24693 2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
24695         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
24696         tests.
24698 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
24700         * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
24701         output.
24703 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
24705         * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
24706         labels at end of compound statements.
24708 2000-11-13  Jakub Jelinek  <jakub@redhat.com>
24710         * gcc.c-torture/execute/loop-7.c: New test.
24712 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
24714         * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
24716 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
24718         * gcc.dg/c99-bool-1.c: New test.
24720 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
24722         * gcc.dg/c99-scope-1.c: Remove xfail.
24723         * gcc.dg/c99-scope-2.c: New test.
24725 2000-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
24727         * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
24728         * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
24730 2000-11-11  Mark Mitchell  <mark@codesourcery.com>
24732         * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
24733         error messages.
24735         * g++.mike/p700.C: Don't typedef wchar_t.
24736         * g++.mike/p784.C: Likewise.
24737         * g++.mike/eb101.C: Don't use __wchar_t.
24739 2000-11-11  Toon Moene  <toon@moene.indiv.nluug.nl>
24741         * g77.f-torture/execute/20001111.[fx]: Test premature exit
24742         from DO loop.
24744 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
24746         * gcc.c-torture/execute/20001111-1.c: New test.
24748 2000-11-10  Nick Clifton  <nickc@redhat.com>
24750         * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
24751         long multuiple and accumulate.
24753 2000-11-09  Richard Henderson  <rth@redhat.com>
24755         * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
24756         via size_t instead of int.
24758         * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
24759         * gcc.c-torture/execute/string-opt-2.c: Likewise.
24760         * gcc.c-torture/execute/string-opt-3.c: Likewise.
24761         * gcc.c-torture/execute/string-opt-4.c: Likewise.
24763 2000-11-09  Geoffrey Keating  <geoffk@redhat.com>
24765         * gcc.c-torture/compile/20001109-1.c: New test.
24766         * gcc.c-torture/compile/20001109-2.c: New test.
24768 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
24770         * g++.old-deja/g++.pt/operator1.C: New test.
24771         * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
24773 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
24775         * gcc.dg/20001108-1.c: New test.
24777 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
24779         * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
24780         with both arguments constant strings.
24781         * gcc.c-torture/execute/string-opt-3.c: New test.
24782         * gcc.c-torture/execute/string-opt-4.c: New test.
24783         * gcc.c-torture/execute/string-opt-5.c: New test.
24785 2000-11-08  Nick Clifton  <nickc@redhat.com>
24787         * gcc.c-torture/execute/20001108-1.c: New test case.  Checks
24788         mulsidi3adddi patterns.
24790 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
24792         * g++.old-deja/g++.other/crash36.C: New test.
24794 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
24796         * g++.old-deja/g++.other/init16.C: New test.
24798 2000-11-06  Loren J. Rittle  <ljrittle@acm.org>
24800         * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
24802 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
24804         * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
24805         * gcc.c-torture/execute/va-arg-16.x: Likewise.
24806         * gcc.c-torture/execute/va-arg-17.x: Likewise.
24808 2000-11-07  DJ Delorie  <dj@redhat.com>
24810         * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
24812 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
24814         * gcc.c-torture/execute/string-opt-1.c: New test.
24816 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
24818         * gcc.c-torture/execute/va-arg-15.x: New file.  Fails on
24819         mips-sgi-irix6.* because the MIPS ABI passes floating-point
24820         parameters in registers, and there is no way for a varargs
24821         function to know in which order the integer and floating-point
24822         parameters should be interleaved when they are placed on the
24823         stack.
24824         * gcc.c-torture/execute/va-arg-16.x: Likewise.
24825         * gcc.c-torture/execute/va-arg-17.x: Likewise.
24827 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
24829         * gcc.c-torture/execute/string-opt-2.c: New test.
24831 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
24833         * g++.old-deja/g++.pt/crash60.C: New test.
24835 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
24837         * g++.old-deja/g++.other/crash24.C: New test.
24838         * g++.old-deja/g++.other/crash25.C: New test.
24839         * g++.old-deja/g++.other/crash26.C: New test.
24840         * g++.old-deja/g++.other/crash27.C: New test.
24841         * g++.old-deja/g++.other/crash28.C: New test.
24842         * g++.old-deja/g++.other/crash29.C: New test.
24843         * g++.old-deja/g++.other/crash30.C: New test.
24844         * g++.old-deja/g++.other/crash31.C: New test.
24845         * g++.old-deja/g++.other/crash32.C: New test.
24846         * g++.old-deja/g++.other/crash33.C: New test.
24847         * g++.old-deja/g++.other/crash34.C: New test.
24848         * g++.old-deja/g++.other/crash35.C: New test.
24850 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
24852         * gcc.c-torture/execute/20001031-1.c: New test.
24854 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
24856         * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
24857         namespace.
24859         * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
24860         standards-conformant.
24862         * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
24864         * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
24865         * g++.old-deja/g++.mike/p755a.C: Likewise.
24866         * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
24867         library makes no calls to `operator new' during initialization.
24869 2000-11-04  Neil Booth  <neilb@earthling.net>
24871         * gcc.dg/cpp/include2.c: New tests.
24873 2000-11-03  Mark P Mitchell  <mark@codesourcery.com>
24875         * lib/g++.exp (g++_set_ld_library_path): New function.
24876         Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
24878 2000-11-03  Bernd Schmidt  <bernds@redhat.co.uk>
24880         * gcc.dg/sequence-pt-1.c: A few new tests.  Unify output for bogus
24881         warnings.
24883 2000-11-01  Richard Henderson  <rth@redhat.com>
24885         * g++.old-deja/g++.ext/namedret1.C: New.
24886         * g++.old-deja/g++.ext/namedret2.C: New.
24887         * g++.old-deja/g++.ext/namedret3.C: New.
24889 2000-10-31  Geoffrey Keating  <geoffk@cygnus.com>
24891         * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
24892         * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
24894 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
24896         * gcc.c-torture/execute/va-arg-21.c: New test.
24898 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
24900         * gcc.dg/c99-complex-2.c: New test.
24902 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
24904         * gcc.c-torture/execute/stdio-opt-1.c: New test.
24906 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
24908         * g++.old-deja/g++.other/inline16.C: New test.
24910 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
24912         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
24913         __PRETTY_FUNCTION__
24915 2000-10-29  Neil Booth  <neilb@earthling.net>
24917         * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
24918         New tests.
24919         * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
24920         * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
24921         optimisation.
24923 2000-10-29  Neil Booth  <neilb@earthling.net>
24925         * gcc.dg/cpp/macro4.c, macro5.c: New tests.
24926         * mi1.c, mi1c.h: Add null directives to multiple-include test.
24927         * mi5.c: Test multiple includes work with -C.
24928         * trigraphs.c: Test ^= version.
24930 2000-10-28  Neil Booth  <neilb@earthling.net>
24932         New tests and test updates for new macro expander.
24934         * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
24935         endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
24936         paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
24937         tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
24938         new diagnostic messages.
24940         * gcc.dg/cpp/macro3.c: New tests.
24942 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
24944         * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
24945         on the same line.
24947 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
24949         * g++.old-deja/g++.other/eh2.C: New test.
24951 2000-10-27  Bernd Schmidt  <bernds@cygnus.co.uk>
24953         * gcc.c-torture/execute/20001027-1.c: New test.
24955 2000-10-26  Richard Henderson  <rth@redhat.com>
24957         * gcc.c-torture/execute/20001026-1.c: New.
24959 2000-10-26  Mark Mitchell  <mark@codesourcery.com>
24961         * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
24962         * g++.old-deja/g++.law/builtin1.C: Likewise.
24963         * g++.old-deja/g++.law/ctors10.C: Likewise.
24964         * g++.old-deja/g++.law/virtual3.C: Likewise.
24965         * g++.old-deja/g++.mike/p658.C: Likewise.
24966         * g++.old-deja/g++.other/sibcall1.C: Likewise.
24967         * g++.old-deja/g++.other/vaarg2.C: Likewise.
24968         * g++.old-deja/g++.robertl/eb124.C: Likewise.
24969         * g++.old-deja/g++.robertl/eb44.C: Likewise.
24970         * g++.old-deja/g++.robertl/eb77.C: Likewise.
24972 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
24974         * gcc.c-torture/compile/20001024-1.c: New test.
24976 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
24978         * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
24979         to tell us whether or not we are using V3.
24981 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
24983         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
24984         operands.
24986 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
24988         * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
24990 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
24992         * gcc.c-torture/execute/20001024-1.c: New test.
24994 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
24996         * g++.old-deja/g++.other/sibcall1.C: New test.
24998 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
25000         * gcc.dg/noncompile/init-3.c: New test.
25002 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
25004         * gcc.dg/format-array-1.c: New test.
25006 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
25008         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
25009         writing through null pointers; remove comment about testing
25010         unterminated strings.
25012 2000-10-17  Matthew Hiller  <hiller@redhat.com>
25014         * gcc.c-torture/execute/20001017-2.c: New test.
25016 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
25018         * gcc.c-torture/compile/20001018-1.c: New test.
25019         * gcc.c-torture/compile/20001018-1.x: Xfail.
25021 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
25023         * gcc.c-torture/execute/20001017-1.c: New test.
25025 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
25027         * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
25028         for multiple use of arguments with scanf formats; add tests for
25029         multiple use of arguments.
25031 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
25033         * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
25035 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
25037         * gcc.dg/format-miss-1.c: New test.
25039 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
25041         * gcc.c-torture/execute/20001013-1.c: New test.
25043 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
25045         * gcc.dg/format-branch-1.c: New test.
25047 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
25049         * README, lib/file-format.exp: Remove EGCS references.
25051 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
25053         * gcc.dg/20001013-1.c: New test.
25055 2000-10-15  Joseph S. Myers  <jsm28@cam.ac.uk>
25057         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
25058         for intmax_t in the compiler using __typeof__ and the type rules
25059         for conditional expressions.
25061 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
25063         * gcc.dg/20001012-1.c: New test.
25064         * gcc.dg/20001012-2.c: New test.
25066 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
25068         * gcc.dg/format-attr-1.c: New test.
25070 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
25072         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
25073         __LONG_LONG_MAX__ instead of LLONG_MAX.
25075 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
25077         * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
25078         scanf flags.
25079         * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
25080         flags.
25082 2000-10-11  Joseph S. Myers  <jsm28@cam.ac.uk>
25084         * gcc.dg/sequence-pt-1.c: New test.
25086 2000-10-11  Geoff Keating  <geoffk@cygnus.com>
25088         * gcc.c-torture/execute/20001011-1.c: New testcase.
25089         Testcase provided by Zack Weinberg <zackw@stanford.edu>.
25091 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
25093         * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
25094         does not error on it.
25096 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
25098         * gcc.dg/20001009-1.c: New test.
25100 Mon Oct  9 23:32:06 MET DST 2000  Jan Hubicka  <jh@suse.cz>
25102         * gcc.c-torture/compile/20001009-1.c: Move from here ....
25103         * gcc.c-torture/execute/20001009-2.c: ... to here.
25105 2000-10-09  Geoff Keating  <geoffk@cygnus.com>
25107         * gcc.c-torture/compile/20001009-1.c: New testcase.
25108         * gcc.c-torture/execute/20001009-1.c: New testcase.
25109         Testcases provided by Jan Hubicka <jh@suse.cz>.
25111 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
25113         * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
25114         gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
25115         uintmax_t using <limits.h> to emulate the compiler's internal
25116         logic.  No longer XFAIL %j tests.
25118 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
25120         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
25121         gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
25122         gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
25123         regexps and details of expected handling of some bad formats.
25124         * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
25125         suppression.
25127 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
25129         * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
25130         g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
25131         g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
25132         gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
25133         in list archives.
25135 2000-10-06  Richard Henderson  <rth@cygnus.com>
25137         * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
25138         * g++.old-deja/g++.brendan/crash52.C: Likewise.
25139         * g++.old-deja/g++.jason/report.C: Likewise.
25140         * g++.old-deja/g++.law/friend5.C: Likewise.
25141         * g++.old-deja/g++.mike/p646.C: Likewise.  Adjust the spelling
25142         of the expected warnings.
25144 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
25146         * g++.old-deja/g++.pt/enum14.C: New test.
25148 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
25150         * g++.old-deja/g++.pt/crash59.C: New test.
25152 2000-10-04  Will Cohen  <wcohen@redhat.com>
25154         * gcc.dg/20000926-1.c: New test.
25156 2000-10-03  Geoff Keating  <geoffk@cygnus.com>
25158         * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
25159         function name for current C++ compiler.
25160         Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
25162 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
25164         * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
25165         __PRETTY_FUNCTION__.
25166         * g++.old-deja/g++.ext/pretty2.C: Likewise.
25168 2000-09-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
25170         * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
25172 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
25174         * gcc.c-torture/compile/20000923-1.c: New test.
25176 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
25178         * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
25179         * g++.old-deja/g++.pt/ttp62.C: Same.
25180         * g++.old-deja/g++.other/inline14.C: Same.
25182 2000-09-24  Richard Henderson  <rth@cygnus.com>
25184         * gcc.c-torture/execute/20000914-1.c: Declare malloc.
25186 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
25188         * gcc.dg/c90-printf-1.c: Add test for wide string format.
25190 2000-09-22  Geoff Keating  <geoffk@cygnus.com>
25192         * gcc.c-torture/compile/20000922-1.c: New file.
25194 2000-09-21  Nick Clifton  <nickc@redhat.com>
25196         * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
25197         a signed long modulo operation.
25198         (mod6): New function - perform an unsigned long modulo operation.
25199         (main): Add tests for modulos of very large numbers by very small
25200         dividends.
25202 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
25204         * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
25206 2000-09-19  Richard Henderson  <rth@cygnus.com>
25208         * gcc.dg/compare2.c (case 10): XFAIL.
25210 2000-09-18  Richard Henderson  <rth@cygnus.com>
25212         * gcc.c-torture/execute/20000906-1.c: Move ...
25213         * gcc.dg/20000906-1.c: ... here.  Only run on targets
25214         that support __builtin_trap.
25216 Mon 18-Sep-2000 19:23:11 BST  Neil Booth  <NeilB@earthling.net>
25218         * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
25220 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
25222         * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
25223         * gcc.dg/format-xopen-1.c: Fix error in one $ format test.  Add
25224         more $ format tests.
25226 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
25228         * gcc.dg/format-errmk-1.c: New test.
25230 2000-09-17  Greg McGary  <greg@mcgary.org>
25232         * gcc.c-torture/execute/20000917-1.x: Remove.
25234 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
25236         * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
25238 2000-09-17  Greg McGary  <greg@mcgary.org>
25240         * gcc.c-torture/execute/20000917-1.c: New test.
25241         * gcc.c-torture/execute/20000917-1.x: XFAIL.
25243 2000-09-16  Neil Booth  <NeilB@earthling.net>
25245         * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
25246         in nested macro bug.
25248 2000-09-15  Neil Booth  <NeilB@earthling.net>
25250         * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
25252 2000-09-14  Jeffrey A Law  (law@cygnus.com)
25254         * gcc.c-torture/execute/20000914-1.c: New test.
25256 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
25258         * g++.other/inline13.C: New test.
25260 2000-09-12  Andreas Jaeger  <aj@suse.de>
25262         * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
25263         constant by Ulrich Drepper <drepper@redhat.com>.
25265 2000-09-12  J"orn Rennecke <amylaar@redhat.co.uk>
25267         * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
25269 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
25271         * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
25273 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
25275         * gcc.dg/cpp/backslash.c: New test.
25277 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
25279         * gcc.c-torture/execute/20000910-1.c: New test.
25280         * gcc.c-torture/execute/20000910-2.c: Likewise.
25282 2000-09-11  Robert Lipe  <robertl@sco.com>
25284         * gcc.dg/pragma-align.c: New test.
25286 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
25288         * g++.old-deja/g++.pt/explicit82.C: New test.
25289         * g++.old-deja/g++.pt/explicit83.C: New test.
25291 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
25293         * gcc.dg/asm-names.c: New test.
25295 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
25297         * gcc.dg/cpp/tr-warn6.c: New test
25299 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
25301         * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
25302         be accepted.
25304 2000-09-07  Catherine Moore  <clm@redhat.com>
25306         * gcc.c-torture/execute/unroll-1.c: New test.
25308 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
25310         * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
25311         ERROR markers.
25312         * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
25313         * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
25314         * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
25315         * gcc.dg/wtr-suffix-1.c: Correct error regexps.
25316         * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
25317         Preprocess only.
25318         * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
25319         * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
25321 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
25323         * g++.old-deja/g++.pt/deduct2.C: New test.
25325 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
25327         * g++.old-deja/g++.pt/parms2.C: New test.
25329 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
25331         * g++.old-deja/g++.pt/crash58.C: New test.
25333 2000-09-06  Greg McGary  <greg@mcgary.org>
25335         * gcc.c-torture/execute/20000906-1.c: New test.
25336         * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
25338 2000-09-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
25340         * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
25342 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
25344         * g++.old-deja/g++.pt/crash57.C: New test.
25346 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
25348         * g++.old-deja/g++.pt/crash56.C: New test.
25350 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
25352         * g++.old-deja/g++.pt/koenig1.C: New test.
25354 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
25356         * gcc.dg/20000904-1.c: New test.
25358 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
25360         * gcc.dg/cpp/paste8.c: New test.
25362 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
25364         * gcc.c-torture/compile/20000827-1.c: New test.
25366 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
25368         * gcc.dg/format-diag-1.c: New test.
25370 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
25372         * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
25373         gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
25374         gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
25375         gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
25376         gcc.dg/formatz-1.c: Adjust warning regular expressions.
25378 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
25380         * g++.old-deja/g++.other/nested4.C: New test.
25382 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
25384         * g++.old-deja/g++.ns/scoped1.C: New test.
25386 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
25388         * lib/g++.exp: Support testing already-installed GCC.
25390 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
25392         * wtr-label-1.c, wtr-suffix-1.c: New tests.
25394 2000-08-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
25396         * gcc.dg/return-type-2.c: New test.
25398 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
25400         * gcc.c-torture/compile/20000825-1.c: New test.
25402 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
25404         * gcc.dg/dwarf2-2.c: New test.
25406 2000-08-26  Zack Weinberg  <zack@wolery.cumb.org>
25408         * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
25409         dg-warning regexps.
25411 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
25413         * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
25414         gcc.dg/format-ext-5.c: New tests.
25416 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
25418         * testsuite/g++.old-deja/g++.other/crash22.C: New test.
25420 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
25422         * gcc.dg/noncompile/930622-2.c: Adjust error message.
25424 2000-08-24  Richard Henderson  <rth@cygnus.com>
25426         * gcc.dg/ia64-sync-1.c: New test.
25427         * gcc.dg/ia64-sync-2.c: New test.
25428         * gcc.dg/ia64-asm-1.c: New test.
25430 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
25432         * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
25433         * gcc.dg/format-ext-2.c: New test.
25435 2000-08-23  Jason Merrill  <jason@redhat.com>
25437         * lib/old-dejagnu.exp: Also ignore "In member function" and
25438         "At global scope".
25440 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
25442         * gcc.dg/noncompile/label-lineno-1.c: New test.
25444 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
25446         * gcc.dg/c99-array-nonobj-1.c: New test.
25448 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
25450         * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
25451         tests.
25452         * gcc.dg/format-ext-1.c: New test.
25454 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
25456         * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
25457         gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
25458         gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
25459         gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
25460         gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
25462 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
25464         * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
25465         gcc.dg/c99-strftime-2.c: New tests.
25467 2000-08-22  Richard Henderson  <rth@cygnus.com>
25469         * gcc.c-torture/execute/20000822-1.c: New test.
25471 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
25473         * gcc.c-torture/execute/20000819-1.x: Remove.
25475 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
25477         * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
25478         gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
25479         gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
25480         gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
25481         gcc.dg/format-xopen-1.c: New tests.
25483 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
25485         * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
25487 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
25489         * g++.old-deja/g++.other/loop2.C: New test.
25491         * gcc.c-torture/compile/20000606-1.c: New test.
25492         * gcc.c-torture/compile/20000728-1.c: New test.
25493         * gcc.c-torture/execute/20000801-1.c: New test.
25494         * gcc.c-torture/execute/20000801-2.c: New test.
25495         * gcc.c-torture/execute/20000819-1.c: New test.
25496         * gcc.c-torture/execute/20000819-1.x: XFAIL.
25497         * gcc.dg/20000629-1.c: New test.
25498         * gcc.dg/20000724-1.c: New test.
25499         * gcc.dg/20000807-1.c: New test.
25501 2000-08-20 Dennis Chernoivanov <cdi@sparc.spb.su>
25503         * gcc.dg/cpp/pragma-1.c: New test.
25504         * gcc.dg/cpp/pragma-2.c: New test.
25506 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
25508         * gcc.dg/cpp/lexstrng.c: Don't include string.h.
25509         * gcc.dg/cpp/paste2.c: Don't include string.h.  Prototype strcmp.
25511 2000-08-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
25513         * gcc.c-torture/compile/20000818-1.c: New test.
25515 2000-08-18  Manfred Hollstein  <manfredh@redhat.com>
25517         * gcc.c-torture/execute/20000818-1.c: New test.
25519 2000-08-18  Joseph S. Myers  <jsm28@cam.ac.uk>
25521         * gcc.dg/format-va-1.c: New test.
25523 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
25525         * g++.old-deja/g++.other/typedef8.C: New test.
25527 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
25529         * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
25530         * g++.old-deja/g++.mike/net36.C: Mark candidate.
25531         * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
25532         * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
25533         * g++.old-deja/g++.other/ptrmem7.C: New test.
25534         * g++.old-deja/g++.pt/ptrmem10.C: New test.
25536 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
25538         * g++.old-deja/g++.pt/typename27.C: New test.
25540 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
25542         * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
25543         * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
25544         * g++.old-deja/g++.pt/friend45.C: New test.
25545         * g++.old-deja/g++.other/friend8.C: New test.
25547 2000-08-15  Richard Henderson  <rth@cygnus.com>
25549         * gcc.c-torture/execute/20000815-1.c: New test.
25551 2000-08-15  Joseph S. Myers  <jsm28@cam.ac.uk>
25553         * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
25554         gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
25555         gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
25557 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
25559         * g++.old-deja/g++.other/refinit2.C: New test.
25561 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
25563         * lib/c-torture.exp (c-torture): Make
25564         compiler_conditional_xfail_data global.
25565         * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
25566         compiler_conditional_xfail_data machinery.
25567         (f-torture-execute): Likewise.
25568         * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
25569         and only when unrolling loops.
25571         * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
25573 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
25575         * g++.old-deja/g++.pt/explicit81.C: New test.
25577 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
25579         * g++.old-deja/g++.pt/typename26.C: New test.
25581 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
25583         * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
25584         warning.
25586 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
25588         * g++.old-deja/g++.other/array3.C: New test.
25590 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
25592         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
25593         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
25594         gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
25595         New tests.
25597 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
25599         * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
25600         * g++.old-deja/g++.abi/vmihint.C: Likewise.
25602 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
25604         * gcc.c-torture/execute/20000808-1.c: New test.
25606 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
25608         * gcc.dg/c90-const-expr-1.c: New test.
25610 2000-08-08  Richard Henderson  <rth@cygnus.com>
25612         * gcc.dg/noncompile/920923-1.c: Declare calloc.
25614 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
25616         * gcc.dg/noncompile/const-ll-1.c: New test.
25618 2000-08-07  Joseph S. Myers  <jsm28@cam.ac.uk>
25620         * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
25622 2000-08-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
25624         * lib/objc.exp (objc_target_compile): Set the ld_library_path so
25625         that running programs linked against the shared version of libobjc
25626         run correctly.
25628 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
25630         * gcc.dg/c99-printf-1.c: New test.
25632 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
25634         * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
25636 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
25638         * gcc.c-torture/execute/20000731-1.x: Delete.
25640 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
25642         * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
25643         and torture_without_loops as is done by c-torture.exp.
25644         (search_for): Copy from c-torture.exp.
25645         (gcc-dg-runtest): New function, drives a directory of tests
25646         iterating over the TORTURE_OPTIONS.
25647         (scan-assembler, scan-assembler-not): Move here from
25648         individual directory drivers.
25650         * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
25651         defined by lib/gcc-dg.exp.
25652         * gcc.dg/cpp/cpp.exp: Likewise.
25653         * gcc.dg/noncompile/noncompile.exp: Likewise.  Use
25654         gcc-dg-runtest, so we cycle over optimization options.
25656         * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
25657         * gcc.dg/compare2.c: No longer expected to fail.
25659 2000-08-04  J"orn Rennecke <amylaar@cygnus.co.uk>
25661         * gcc.c-torture/execute/20000804-1.c: New test.
25663 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
25665         * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
25667 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
25669         * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
25671 2000-08-03  Jeffrey A Law  (law@cygnus.com)
25673         * gcc.c-torture/compile/20000803-1.c: New test.
25675 2000-08-03  Joseph S. Myers  <jsm28@cam.ac.uk>
25677         * gcc.c-torture/execute/20000801-3.c,
25678         gcc.c-torture/execute/20000801-4.c: New tests.
25679         * gcc.c-torture/execute/20000801-3.x,
25680         gcc.c-torture/execute/20000801-4.x: Xfail.
25682 2000-08-02  Geoff Keating  <geoffk@cygnus.com>
25684         * lib/objc.exp (objc_target_compile): Look for libobjc.a in
25685         libobjc/.libs to allow for libtool.
25687 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
25689         * gcc.c-torture/compile/20000802-1.c: New test.
25691 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
25693         * gcc.dg/cpp/macsyntx.c: Fix error regexp.
25695 2000-07-31  Jeffrey A Law  (law@cygnus.com)
25697         * gcc-c-torture/execute/20000731-2.c: New test.
25699         * gcc.c-torture/execute/20000731-1.c: New test.
25700         * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
25702 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
25704         * testsuite/gcc.dg/cpp/paste7.c: New test.
25705         * gcc.dg/cpp/20000725-1.c: New test.
25707 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
25709         * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
25710         * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
25711         declaration warning for __builtin_dwarf_reg_size.
25713         * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
25715 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
25717         * gcc.dg/noncompile/voidparam-1.c: New test.
25719 2000-07-30  Richard Henderson  <rth@cygnus.com>
25721         * gcc.dg/c90-digraph-1.c: Don't xfail.
25722         * gcc.dg/compare2.c (case 10): Xfail.
25723         * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
25725 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
25727         * gcc.dg/c99-main-1.c: New test.
25729 2000-07-25  Joseph S. Myers  <jsm28@cam.ac.uk>
25731         * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
25733 2000-07-26  Hans-Peter Nilsson  <hp@axis.com>
25735         * gcc.c-tortuer/execute/20000726-1.c: New test.
25737 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
25739         * gcc.c-torture/execute/enum-2.c: New test.
25741 2000-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
25743         * gcc.dg/cpp/tr-warn3.c: New test.
25745 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
25747         * g++.old-deja/g++.ext/implicit1.C: Remove.
25748         * g++.old-deja/g++.jason/c2.C: Remove
25749         * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
25750         * g++.old-deja/g++.pt/crash16.C: Likewise.
25751         * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
25753 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
25755         * g++.old-deja/g++.other/for2.C: New test.
25757 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
25759         * gcc.dg/20000720-1.c: New test.
25761 2000-07-25  Toon Moene  <toon@moene.indiv.nluug.nl>
25763         * g77.f-torture/compile/20000630-2.x: Removed.  Case fixed.
25765 2000-07-24  Geoff Keating  <geoffk@cygnus.com>
25767         * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
25768         * gcc.c-torture/execute/20000722-1.c: New.
25769         * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
25771 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
25773         * gcc.dg/cpp/20000720-1.S: New test.
25775 2000-07-21  Michael Meissner  <meissner@redhat.com>
25777         * gcc.c-torture/execute/ieee/hugeval.c: New test.
25779 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
25781         * g++.old-deja/g++.brendan/crash16.C,
25782         g++.old-deja/g++.brendan/parse3.C,
25783         g++.old-deja/g++.brendan/redecl1.C,
25784         g++.old-deja/g++.ns/template13.C,
25785         g++.old-deja/g++.other/decl4.C,
25786         g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
25788 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
25790         * lib/old-dejagnu.exp: Check for both "Internal compiler error"
25791         and "Internal error".
25793         * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
25794         regexps.
25795         * gcc.dg/cpp/paste6.c: New test.
25797 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
25799         * gcc.dg/cpp/tr-direct.c: New test.
25801         * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
25802         gcc.dg/cpp/undef1.c: Tweak error regexps.
25804 2000-07-18  Eric Christopher <echristo@redhat.com>
25806         * gcc.c-torture/compile/20000718-1.c: New test.
25808 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
25810         * cpplex.c (_cpp_push_token): If the token being pushed back
25811         is the previous token in this context, just subtract one from
25812         context->posn.
25813         * cppmacro.c (save_expansion): Clear aux field when storing a
25814         placemarker.
25816 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
25818         * gcc.dg/noncompile/redecl-1.c: New test.
25820 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
25822         * gcc.c-torture/execute/20000717-5.c: New test.
25823         * gcc.c-torture/execute/20000717-1.x: Removed.
25825 2000-07-17  Richard Henderson  <rth@cygnus.com>
25827         * gcc.c-torture/execute/20000717-4.c: New test.
25829 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
25831         * gcc.dg/cpp/syshdr.c: New test.
25832         * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
25834 2000-07-17  Neil Booth  <neilb@earthling.net>
25836         * gcc.dg/cpp/cmdlne-dM.c: New test.
25837         * gcc.dg/cpp/cmdlne-dD.c: New test.
25839 2000-07-17  Jeffrey A Law  (law@cygnus.com)
25841         * gcc.c-torture/execute/20000717-3.c: New test.
25843         * gcc.c-torture/compile/20000717-1.c: New test.
25845 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
25847         * gcc.c-torture/execute/20000717-2.c: New test.
25849 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
25851         * gcc.dg/formatz-1.c: New test.
25853         * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
25854         * gcc.dg/c99-digraph-1.c: New tests.
25856         * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
25857         * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
25859         * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
25860         * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
25861         * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
25862         * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
25863         * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
25864         * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
25865         * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
25867 2000-07-17   Greg McGary <greg@mcgary.org>
25869         * gcc.c-torture/execute/20000717-1.c: New test.
25870         * gcc.c-torture/execute/20000717-1.x: Expected to fail.
25872 2000-07-15  Jakub Jelinek  <jakub@redhat.com>
25874         * gcc.c-torture/execute/20000715-2.c: New test.
25875         * gcc.dg/20000715-1.c: New test.
25877 2000-07-15  Michael Meissner  <meissner@redhat.com>
25879         * gcc.c-torture/execute/20000715-1.c: New test.
25881 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
25883         * gcc.c-torture/execute/20000707-1.c: New test.
25885 2000-07-13  Neil Booth  <NeilB@earthling.net>
25887         * testsuite/gcc.dg/cpp/digraph1.c,
25888         testsuite/gcc.dg/cpp/digraph2.c,
25889         testsuite/gcc.dg/cpp/digraphs.c: New tests.
25891 2000-07-12  David Billinghurst  <David Billinghurst@riotinto.com.au>
25893         * g77.f-torture/compile/20000630-2.f:  New test.
25894         * g77.f-torture/compile/20000630-2.x
25896 2000-07-11  David Billinghurst  <David.Billinghurst@riotinto.com.au>
25898         * g77.f-torture/execute/20000503-1.x: Delete.  Test now passes.
25900 2000-07-11  Neil Booth  <NeilB@earthling.net>
25902         * gcc.dg/cpp/cmdlne-C.c: Fix typo.
25904 2000-07-11  Neil Booth  <NeilB@earthling.net>
25906         * gcc.dg/cpp/cmdlne-C.c: New.
25908 2000-07-09  Neil Booth  <NeilB@earthling.net>
25910         * gcc.dg/cpp/directiv.c: New tests.
25911         * gcc.dg/cpp/undef1.c: Update.
25913 2000-07-08  Angela Marie Thomas <angela@cygnus.com>
25915         * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
25917 2000-07-09  Neil Booth  <NeilB@earthling.net>
25919         * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
25921 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
25923         * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
25924         gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
25926 2000-07-08  Neil Booth  <NeilB@earthling.net>
25928         * gcc.dg/cpp/macsyntx.c: New tests.
25930 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
25932         * gcc.dg/20000707-1.c: New test.
25934 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
25936         * gcc.c-torture/execute/20000706-1.c: New test.
25937         * gcc.c-torture/execute/20000706-2.c: New test.
25938         * gcc.c-torture/execute/20000706-3.c: New test.
25939         * gcc.c-torture/execute/20000706-4.c: New test.
25940         * gcc.c-torture/execute/20000706-5.c: New test.
25942 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
25944         * g++.old-deja/g++.pt/instantiate7.C: New test.
25946 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
25948         * g++.old-deja/g++.mike/thunk2.C: Add return 0.
25949         * g++.old-deja/g++.mike/thunk3.C: Likewise.
25950         * g++.old-deja/g++.other/rtti3.C: Likewise.
25951         * g++.old-deja/g++.other/rttid3.C: Likewise.
25953 2000-06-30  David Billinghurst  <David Billinghurst@riotinto.com.au>
25955         *  g77.f-torture/compile/20000630-1.x: Fix typo
25957 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
25959         * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
25960         assembly output.
25962 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
25964         * gcc.dg/cpp/ident.c: New test.
25966 2000-07-05  Neil Booth  <NeilB@earthling.net>
25968         * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
25969           gcc.dg/cpp/lexstrng.c: New tests.
25971 2000-07-04  Neil Booth  <NeilB@earthling.net>
25973         * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
25974         * gcc.dg/cpp/strify2.c: Same.
25976 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
25978         * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
25979         * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
25980         * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
25981         * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
25983         * testsuite/gcc.dg/cpp/macro1.c,
25984         testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
25985         testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
25986         testsuite/gcc.dg/cpp/strify1.c,
25987         testsuite/gcc.dg/cpp/strify2.c: New tests.
25989 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
25991         * gcc.c-torture/execute/20000703-1.c: New test.
25993 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
25995         * g++.old-deja/g++.pt (lookup10.C): New test.
25997 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
25999         * g++.old-deja/g++.pt (typename25.C): New test.
26001 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org
26003         * gcc.c-torture/compile/20000701-1.c: New test.
26005 2000-06-30  Nick Clifton  <nickc@cygnus.com>
26007         * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
26008         to test case.
26010 2000-06-30  Catherine Moore  <clm@cygnus.com>
26012         * gcc.c-torture/execute/align-1.c: New test.
26014 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
26016         * g++.old-deja/g++.pt/expr8.C: New test.
26017         * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
26019 2000-06-29  Nick Clifton  <nickc@cygnus.com>
26021         * gcc.c-torture/compile/20000629-1.c: New test.
26023 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
26026         Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
26027         gcc.dg/noncompile directory, depending on whether they're
26028         preprocessor tests or not.  Annotate all the tests for the dg
26029         framework.
26031         * gcc.c-torture/noncompile/noncompile.exp: Delete.
26032         * gcc.dg/noncompile/noncompile.exp: New.
26034         * Moved files:
26035         Old name                                New name
26036         gcc.c-torture/noncompile/920507-1.c     gcc.dg/noncompile/920507-1.c
26037         gcc.c-torture/noncompile/920616-2.c     gcc.dg/noncompile/920616-2.c
26038         gcc.c-torture/noncompile/920721-2.c     gcc.dg/noncompile/920721-2.c
26039         gcc.c-torture/noncompile/920824-1.c     gcc.dg/noncompile/920824-1.c
26040         gcc.c-torture/noncompile/920923-1.c     gcc.dg/noncompile/920923-1.c
26041         gcc.c-torture/noncompile/921102-1.c     gcc.dg/noncompile/921102-1.c
26042         gcc.c-torture/noncompile/921116-1.c     gcc.dg/noncompile/921116-1.c
26043         gcc.c-torture/noncompile/930301-1.c     gcc.dg/noncompile/930301-1.c
26044         gcc.c-torture/noncompile/930622-1.c     gcc.dg/noncompile/930622-1.c
26045         gcc.c-torture/noncompile/930622-2.c     gcc.dg/noncompile/930622-2.c
26046         gcc.c-torture/noncompile/930714-1.c     gcc.dg/noncompile/930714-1.c
26047         gcc.c-torture/noncompile/931203-1.c     gcc.dg/noncompile/931203-1.c
26048         gcc.c-torture/noncompile/940112-1.c     gcc.dg/noncompile/940112-1.c
26049         gcc.c-torture/noncompile/940227-1.c     gcc.dg/noncompile/940227-1.c
26050         gcc.c-torture/noncompile/940510-1.c     gcc.dg/noncompile/940510-1.c
26051         gcc.c-torture/noncompile/950825-1.c     gcc.dg/noncompile/950825-1.c
26052         gcc.c-torture/noncompile/950921-1.c     gcc.dg/noncompile/950921-1.c
26053         gcc.c-torture/noncompile/951123-1.c     gcc.dg/noncompile/951123-1.c
26054         gcc.c-torture/noncompile/971104-1.c     gcc.dg/noncompile/971104-1.c
26055         gcc.c-torture/noncompile/990416-1.c     gcc.dg/noncompile/990416-1.c
26056         gcc.c-torture/noncompile/init-1.c       gcc.dg/noncompile/init-1.c
26057         gcc.c-torture/noncompile/init-2.c       gcc.dg/noncompile/init-2.c
26058         gcc.c-torture/noncompile/invalid_asm.c  gcc.dg/noncompile/invalid_asm.c
26059         gcc.c-torture/noncompile/va-arg-1.c     gcc.dg/noncompile/va-arg-1.c
26061         gcc.c-torture/noncompile/940712-1.c     gcc.dg/cpp/19940712-1.c
26062         gcc.c-torture/noncompile/940712-1.h     gcc.dg/cpp/19940712-1.h
26063         gcc.c-torture/noncompile/940712-1a.h    gcc.dg/cpp/19940712-1a.h
26064         gcc.c-torture/noncompile/940712-1b.h    gcc.dg/cpp/19940712-1b.h
26065         gcc.c-torture/noncompile/951025-1.c     gcc.dg/cpp/19951025-1.c
26066         gcc.c-torture/noncompile/951227-1.c     gcc.dg/cpp/19951227-1.c
26068 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
26070         * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
26071         declare one variable.  On the fourth, error.
26072         * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
26073         declared by 20000628-1a.h.
26075 2000-06-29  Richard Henderson  <rth@redhat.com>
26077         * gcc.c-torture/execute/930529-1.x: New file.
26078         * gcc.dg/920413-1.c: Adjust expected warning text.
26079         * gcc.dg/980217-1.c: Declare abort.
26080         * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
26082 2000-06-29  Jeffrey A Law  (law@cygnus.com)
26084         * g77.f-torture/compile/20000629-1.f: New test.
26085         * g77.f-torture/compile/20000629-1.x: Expected to fail.
26087 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
26089         Rearrange lots of files, removing entirely the
26090         gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
26091         directories.
26093         * Deleted files:
26094         gcc.c-torture/code_quality/code_quality.exp
26095         gcc.c-torture/special/special.exp
26096         gcc.failure/failure.exp
26097         gcc.failure/940409-1.x
26098         gcc.c-torture/compile/961203-1.x
26100         * New files:
26101         gcc.misc-tests/linkage.exp
26102         gcc.c-torture/execute/920730-1t.c
26103         gcc.c-torture/execute/920730-1t.x
26104         gcc.c-torture/compile/920520-1.x
26105         gcc.c-torture/compile/920521-1.x
26106         gcc.c-torture/compile/981006-1.x
26107         gcc.c-torture/execute/eeprof-1.x
26109         * Moved files (possibly with modifications to fit a new harness):
26110         Old name                                New name
26111         gcc.c-torture/code_quality/920608-1.c   gcc.c-torture/compile/920608-1.c
26112         gcc.c-torture/special/920413-1.c        gcc.dg/920413-1.c
26113         gcc.c-torture/special/920520-1.c        gcc.c-torture/compile/920520-1.c
26114         gcc.c-torture/special/920521-1.c        gcc.c-torture/compile/920521-1.c
26115         gcc.c-torture/special/920717-x.c        gcc.misc-tests/linkage-x.c
26116         gcc.c-torture/special/920717-y.c        gcc.misc-tests/linkage-y.c
26117         gcc.c-torture/special/920730-1.c        gcc.c-torture/execute/920730-1.c
26118         gcc.c-torture/special/930510-1.c        gcc.dg/cpp/19930510-1.c
26119         gcc.c-torture/special/951130-1.c        gcc.dg/951130-1.c
26120         gcc.c-torture/special/960224-1.c        gcc.dg/cpp/19960224-1.c
26121         gcc.c-torture/special/960224-2.c        gcc.dg/cpp/19960224-2.c
26122         gcc.c-torture/special/981006-1.c        gcc.c-torture/compile/981006-1.c
26123         gcc.c-torture/special/eeprof-1.c        gcc.c-torture/execute/eeprof-1.c
26124         gcc.failure/940409-1.c                  gcc.dg/940409-1.c
26126 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
26128         * c-torture/compile/961203-1.x: Delete.
26130         * gcc.misc-tests/acker1.c: Report failure.  Use return from main,
26131         not exit. Include stdio.h.
26132         * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
26133         * gcc.misc-tests/dg-12.c: Likewise.
26134         * gcc.misc-tests/dg-5.c: Likewise.
26135         * gcc.misc-tests/dg-6.c: Likewise.
26136         * gcc.misc-tests/dg-7.c: Prototype abort.
26137         * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
26138         * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
26139         * gcc.misc-tests/matrix1.c: Report failure.  Use return from main,
26140         not exit.
26141         * gcc.misc-tests/sieve.c: Use return from main, not exit.
26142         * gcc.misc-tests/sort2.c: Use return from main, not exit.
26144 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
26146         * gcc.dg/cpp/20000628-1.c: New test.
26147         * gcc.dg/cpp/20000628-1.h: New header for above test.
26148         * gcc.dg/cpp/20000628-1a.h: Likewise.
26150 2000-06-27  Zack Weinberg  <zack@wolery.cumb.org>
26152         * gcc.dg/cpp: New directory.
26153         * gcc.dg/cpp/cpp.exp: New driver.
26154         * gcc.dg/cpp/20000627-1.c: New test.
26155         * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
26156         * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
26157         and rewrite as a compilation test.
26159         * gcc.dg: Move many files into the cpp subdirectory, possibly
26160         renaming or editing them as well.
26161         Old name                New name
26162         990119-1.c              cpp/19990119-1.c
26163         990228-1.c              cpp/19990228-1.c
26164         990407-1.c              cpp/19990407-1.c
26165         990409-1.c              cpp/19990409-1.c
26166         990413-1.c              cpp/19990413-1.c
26167         990703-1.c              cpp/19990703-1.c
26168         20000127-1.c            cpp/20000127-1.c
26169         20000129-1.c            cpp/20000129-1.c
26170         20000207-1.c            cpp/20000207-1.c
26171         20000207-2.c            cpp/20000207-2.c
26172         20000209-1.c            cpp/20000209-1.c
26173         20000209-2.c            cpp/20000209-2.c
26174         20000301-1.c            cpp/20000301-1.c
26175         20000419-1.c            cpp/20000419-1.c
26176         20000510-1.S            cpp/20000510-1.S
26177         20000519-1.c            cpp/20000519-1.c
26178         20000529-1.c            cpp/20000529-1.c
26179         20000625-1.c            cpp/20000625-1.c
26180         20000625-2.c            cpp/20000625-2.c
26181         cpp-as1.c               cpp/assert1.c
26182         cpp-as2.c               cpp/assert2.c
26183         cxx-comments-1.c        cpp/cxxcom1.c
26184         cxx-comments-2.c        cpp/cxxcom2.c
26185         endif-label.c           cpp/endif.c
26186         cpp-hash1.c             cpp/hash1.c
26187         cpp-hash2.c             cpp/hash2.c
26188         cpp-if1.c               cpp/if-1.c
26189         cpp-if2.c               cpp/if-2.c
26190         cpp-if3.c               cpp/if-3.c
26191         cpp-if4.c               cpp/if-4.c
26192         cpp-if5.c               cpp/if-5.c
26193         cpp-cond.c              cpp/if-cexp.c
26194         cpp-missingop.c         cpp/if-mop.c
26195         cpp-missingparen.c      cpp/if-mpar.c
26196         cpp-opprec.c            cpp/if-oppr.c
26197         cpp-ifparen.c           cpp/if-paren.c
26198         cpp-shortcircuit.c      cpp/if-sc.c
26199         cpp-shift.c             cpp/if-shift.c
26200         cpp-unary.c             cpp/if-unary.c
26201         cpp-li1.c               cpp/line1.c
26202         cpp-li2.c               cpp/line2.c
26203         lineno.c                cpp/line3.c
26204         lineno-2.c              cpp/line4.c
26205         cpp-mi.c                cpp/mi1.c
26206         cpp-mic.h               cpp/mi1c.h
26207         cpp-micc.h              cpp/mi1cc.h
26208         cpp-mind.h              cpp/mi1nd.h
26209         cpp-mindp.h             cpp/mi1ndp.h
26210         cpp-mix.h               cpp/mi1x.h
26211         cpp-mi2.c               cpp/mi2.c
26212         cpp-mi2a.h              cpp/mi2a.h
26213         cpp-mi2b.h              cpp/mi2b.h
26214         cpp-mi2c.h              cpp/mi2c.h
26215         cpp-mi3.c               cpp/mi3.c
26216         cpp-mi3.def             cpp/mi3.def
26217         poison-1.c              cpp/poison.c
26218         pr-impl.c               cpp/prag-imp.c
26219         cpp-redef-2.c           cpp/redef1.c
26220         cpp-redef.c             cpp/redef2.c
26221         strpaste.c              cpp/strp1.c
26222         strpaste-2.c            cpp/strp2.c
26223         cpp-tradpaste.c         cpp/tr-paste.c
26224         cpp-tradstringify.c     cpp/tr-str.c
26225         cpp-tradwarn1.c         cpp/tr-warn1.c
26226         cpp-tradwarn2.c         cpp/tr-warn2.c
26227         trigraphs.c             cpp/trigraphs.c
26228         cpp-unc1.c              cpp/unc1.c
26229         cpp-unc2.c              cpp/unc2.c
26230         cpp-unc3.c              cpp/unc3.c
26231         cpp-unc.c               cpp/unc4.c
26232         undef.c                 cpp/undef1.c
26233         undef-2.c               cpp/undef2.c
26234         cpp-wi1.c               cpp/widestr1.c
26236 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
26238         * lib/g++.exp (g++_include_flags): Tweak.
26240 2000-06-27  H.J. Lu  <hjl@gnu.org>
26241             Loren J. Rittle  <ljrittle@acm.org>
26243         * lib/g++.exp (g++_include_flags): Override libgloss.exp
26244         version with one that knows about the new gcc tree structure.
26245         (g++_link_flags): Same.
26247 2000-06-26  Zack Weinberg  <zack@wolery.cumb.org>
26249         * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
26250         gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
26251         case we are cross-compiling.
26253         * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
26254         g++.old-deja/g++.niklas/Makefile.in,
26255         g++.old-deja/g++.niklas/configure.in,
26256         g++.old-deja/g++.other/Makefile.in,
26257         g++.old-deja/g++.other/configure.in,
26258         gcc.c-torture/code_quality/Makefile.in,
26259         gcc.c-torture/code_quality/configure.in,
26260         gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
26261         gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
26262         gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
26263         gcc.c-torture/execute/ieee/Makefile.in,
26264         gcc.c-torture/execute/ieee/configure.in,
26265         gcc.c-torture/noncompile/Makefile.in,
26266         gcc.c-torture/noncompile/configure.in,
26267         gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
26268         gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
26269         gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
26271 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
26273         * g++.old-deja/g++.other/ambig3.C: New test.
26275 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
26277         * g++.old-deja/g++.pt/syntax1.C: New test.
26278         * g++.old-deja/g++.pt/syntax2.C: New test.
26279         * g++.old-deja/g++.other/syntax3.C: New test.
26280         * g++.old-deja/g++.other/syntax4.C: New test.
26282 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
26284         * gcc.dg/20000623-1.c: Prototype exit and abort.
26286 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
26288         * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
26289         New tests.
26290         * gcc.dg/cpp-mi3.def: New file.
26292         * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
26293         inside assertions.
26294         * gcc.dg/cpp-as2.c: Make error regexps match either old or new
26295         lexer's error messages.
26296         * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
26297         divine anything from the linemarkers.
26298         * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
26299         * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
26301 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
26303         * gcc.dg/20000623-1.c: New test.
26305 2000-06-22  Jakub Jelinek  <jakub@redhat.com>
26307         * gcc.c-torture/execute/20000622-1.c: New test.
26309 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
26311         * g++.old-deja/g++.other/init15.C: New test.
26313 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
26315         * g++.old-deja/g++.pt/vaarg2.C: New test.
26316         * g++.old-deja/g++.pt/vaarg3.C: New test.
26318 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
26320         * g++.old-deja/g++.other/dyncast6.C: New test.
26322 2000-06-15  Jakub Jelinek  <jakub@redhat.com>
26324         * gcc.c-torture/execute/loop-6.c: New test.
26326 2000-06-14  Jakub Jelinek  <jakub@redhat.com>
26328         * gcc.dg/20000614-1.c: New test.
26329         * gcc.dg/20000614-2.c: New test.
26331 2000-06-14  Hans-Peter Nilsson  <hp@axis.com>
26333         * g++.old-deja/g++.other/inline12.C: New test.
26335 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
26337         * g++.old-deja/g++.other/eh1.C: New test.
26339 2000-06-12  Jakub Jelinek  <jakub@redhat.com>
26341         * g++.old-deja/g++.other/type.C: New test.
26343 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
26345         * g++.old-deja/g++.other/initstring.C: New test.
26347 2000-06-12  Jason Merrill  <jason@redhat.com>
26349         * g++.old-deja/old-deja.exp: Add -Wno-long-long.
26351 2000-06-09  Jeffrey A Law  (law@cygnus.com)
26353         * gcc.c-torture/compile/20000609-1.c: New test.
26355 2000-06-09  Clinton Popetz  <cpopetz@cygnus.com>
26357         * gcc.dg/20000609-1.c: New test.
26359 2000-06-08  Zack Weinberg  <zack@wolery.cumb.org>
26361         * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
26362         * gcc.c-torture/noncompile/poison-1.c: Move...
26363         * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
26364         * gcc.dg/cpp-li1.c: Add a token after the #line.
26366 2000-06-05  Richard Henderson  <rth@cygnus.com>
26368         * gcc.c-torture/execute/20000605-2.c: New test.
26369         * gcc.c-torture/execute/20000605-3.c: New test.
26371 2000-06-06  David Billinghurst  <David Billinghurst@riotinto.com.au>
26373         * g77.f-torture/execute/20000503-1.x: New file.
26375 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
26377         * g++.old-deja/g++.eh/badalloc1.C: New test.
26379 2000-06-05  Richard Henderson  <rth@cygnus.com>
26381         * gcc.c-torture/execute/20000605-1.c: New test.
26383 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
26384             Nathan Sidwell <nathan@codesourcery.com>
26386         * gcc.c-torture/compile/20000605-1.c: New test.
26388 2000-06-03  David Billinghurst  <David Billinghurst@riotinto.com.au>
26390         * g77.f-torture/compile/20000601-1.f:  New test.
26392 2000-06-03  Richard Henderson  <rth@cygnus.com>
26394         * gcc.c-torture/execute/20000603-1.c: New.
26396 2000-06-02  Zack Weinberg  <zack@wolery.cumb.org>
26398         * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
26399         * gcc.dg/noreturn-2.c (noreturn): Likewise.
26401 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
26403         * gcc.dg/compare2.c (case 12): XFAIL.
26404         * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
26405         * gcc.dg/noreturn-2.c (noreturn): XFAIL.
26407         * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
26409 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
26411         * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
26412         guard macro is already defined when the header is first
26413         included.
26414         * gcc.dg/cpp-mix.h: New file.
26415         * gcc.dg/endif-label.c: Update patterns to match compiler.
26417         * g++.brendan/complex1.C: Declare abort.
26418         * g++.law/refs4.C: Remove XFAIL.
26419         * g++.oliva/expr2.C: Declare abort and exit.
26421 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
26423         * gcc.c-torture/execute/20000528-1.c: New test.
26425         * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
26426         * g++.old-deja/g++.law/temps4.C: Likewise.
26428         * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
26429         stdlib.h.  Call abort() on failure.
26430         * g++.old-deja/g++.law/refs4.C: Likewise.
26431         * g++.old-deja/g++.law/temps4.C: Likewise.
26432         * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
26433         * gcc.c-torture/execute/20000112-1.c: Include string.h.
26435 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
26437         Relative to g++.dg/special:
26438         * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
26440         Relative to g++.old-deja:
26441         * g++.brendan/complex1.C, g++.jason/optimize2.C,
26442         g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
26443         g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
26444         g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
26445         g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
26446         g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
26447         g++.robertl/ice990323-2.C: Prototype exit and/or abort.
26449         * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
26450         g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
26451         g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
26452         g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
26453         g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
26454         g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
26455         and/or string.h.
26457         * g++.other/goto1.C: Update expectations for error messages.
26459 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
26461         * gcc.c-torture/compile/20000523-1.c: New test.
26463 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
26465         * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
26467 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
26469         * g++.old-deja/g++.eh/catch11.C: New test.
26470         * g++.old-deja/g++.eh/catch12.C: New test.
26472 2000-05-24  Nick Clifton  <nickc@cygnus.com>
26474         * gcc.c-torture/execute/20000523-1.c: New test.
26476 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
26478         * c-torture/execute/bcp-1.c: Replace abort in arg of
26479         __builtin_constant_p with a generic external function.
26481         * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
26482         gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
26483         gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
26484         gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
26485         Prototype abort and/or exit.
26487         * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
26488         gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
26489         gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
26490         gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
26492 2000-05-22  Alexandre Oliva  <aoliva@cygnus.com>
26494         * gcc.dg/dwarf2-1.c: New test.
26496 2000-05-20  Richard Henderson  <rth@cygnus.com>
26498         * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
26500 2000-05-20  Andreas Jaeger  <aj@suse.de>
26502         * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
26503         testcase.
26505 2000-05-19  David Edelsohn  <edelsohn@gnu.org>
26507         * gcc.c-torture/execute/20000519-2.c: New test.
26509 2000-05-19  Andreas Jaeger  <aj@suse.de>
26511         * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
26512         which fails with SSA.
26514         * lib/c-torture.exp: Also test with -O3 -fssa.
26516 2000-05-18  Michael Meissner  <meissner@redhat.com>
26518         * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
26519         * gcc.c-torture/execute/920415-1.c: Ditto.
26520         * gcc.c-torture/execute/920501-1.c: Ditto.
26521         * gcc.c-torture/execute/conversion.c: Ditto.
26522         * gcc.c-torture/execute/cvt-1.c: Ditto.
26524 2000-05-18  Jeffrey A Law  (law@cygnus.com)
26526         * gcc.c-torture/compile/20000518-1.c: New test.
26528 2000-05-18  David Billinghurst  <David.Billinghurst@riotinto.com.au>
26530         * g77.f-torture/compile/200005018.f:  New test.
26532 2000-05-17  Jeffrey A Law  (law@cygnus.com)
26534         * gcc.c-torture/compile/20000517-1.c: New test.
26536 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
26538         * gcc.c-torture/execute/20000516-1.c: New test.
26540 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
26542         * g++.old-deja/g++.other/eh.C: New test.
26544 2000-05-12  Richard Henderson  <rth@cygnus.com>
26546         * gcc.c-torture/execute/990208-1.c (main): Don't pass
26547         constants through to doit's conditional.
26549 2000-05-11  Jeffrey A Law  (law@cygnus.com)
26551         * gcc.c-torture/compile/20000511-1.c: New test.
26552         * g77.f-torture/compile/20000511-1.f: New test.
26553         * g77.f-torture/compile/20000511-2.f: New test.
26555 2000-05-11  Michael Meissner  <meissner@redhat.com>
26557         * gcc.c-torture/execute/20000511-1.c: New test.
26559 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
26561         * gcc.dg/dg.exp: Scan .S files as well as .c files.
26562         * gcc.dg/20000510-1.S: New.
26564 2000-05-08  Catherine Moore  <clm@cygnus.com>
26566         * gcc.dg/unused-3.c: New.
26568 2000-05-06  Richard Henderson  <rth@cygnus.com>
26570           * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
26571           * g++.old-deja/g++.mike/warn1.C: Likewise.
26572           * g++.old-deja/g++.pt/local1.C: Likewise.
26573           * g++.old-deja/g++.pt/local7.C: Likewise.
26574           * g++.old-deja/g++.pt/spec16.C: Likewise.
26576 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
26578         * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
26580 2000-05-05  David Billinghurst  <David Billinghurst@riotinto.com.au>
26582           * g77.f-torture/execute/20000503-1.f:  New test.
26584 2000-05-04  Andreas Jaeger  <aj@suse.de>
26586         * gcc.dg/noreturn-2.c: New test.
26588 2000-05-04  Neil Booth  <NeilB@earthling.net>
26590         * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
26591         preprocessor.
26593 2000-05-04  Richard Henderson  <rth@cygnus.com>
26595         * gcc.c-torture/execute/20000503-1.c: Fix typo.
26597 2000-05-04  Richard Henderson  <rth@cygnus.com>
26599         * gcc.c-torture/compile/20000504-1.c: New test.  Derived from
26600         OpenSSL by Jason R Thorpe.
26602 2000-05-03  Jim Wilson  <wilson@cygnus.com>
26604         * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
26606 2000-05-03  Robert Lipe <robertlipe@usa.net>
26608         * gcc.dg/20000503-1.c: New test.
26610 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
26612         * gcc.c-torture/compile/20000502-1.c: New test.
26613         * g++.old-deja/g++.other/align.C: New test.
26614         * gcc.dg/cpp-tradstringify.c: New test.
26616 Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
26618         * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
26619         and hard registers.
26621 2000-04-26  Geoff Keating  <geoffk@cygnus.com>
26623         * gcc.c-torture/execute/loop-5.c: New test.
26625 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
26627         * gcc.c-torture/execute/va-arg-20.c: New test.
26629 2000-04-23  Jeffrey A Law  (law@cygnus.com)
26631         * gcc.c-torture/execute/20000422-1.c: New test.
26633 2000-04-20  Greg McGary  <gkm@gnu.org>
26635         * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
26636         when optimizing, but without sibling-call optimizations (-O1).
26638 2000-04-20  Jeffrey A Law  (law@cygnus.com)
26640           * gcc.c-torture/compile/20000420-1.c: New test.
26642 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
26644         * g++.abi/ptrflags.C: New test.
26645         * g++.eh/catchptr1.C: Test incomplete pointer chains.
26647 2000-04-19  Catherine Moore  <clm@cygnus.com>
26649         * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
26651 2000-04-19  Greg McGary  <gkm@gnu.org>
26653         * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
26654         sibling-call optimizations.
26656 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
26658         * gcc.dg/20000419-1.c: New test.
26660 2000-04-12  Hans-Peter Nilsson  <hp@axis.com>
26662         * gcc.c-torture/execute/20000412-6.c: New test.
26664 2000-04-12  Jeffrey A Law  (law@cygnus.com)
26666         * gcc.c-torture/execute/20000412-5.c: New test.
26667         * g77.f-torture/compile/20000412-1.f: New test.
26668         * gcc.c-torture/execute/20000412-4.c: New test.
26669         * gcc.c-torture/compile/20000412-2.c: New test.
26670         * gcc.c-torture/execute/20000412-3.c: New test.
26671         * gcc.c-torture/compile/20000412-1.c: New test.
26672         * gcc.c-torture/execute/20000412-2.c: New test.
26674 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
26676         * objc/execute/bf-20.m: New test.
26678 2000-04-10  Richard Henderson  <rth@cygnus.com>
26680         * gcc.c-torture/execute/20000412-1.c: Reduce some more.
26682         * gcc.c-torture/execute/20000412-1.c: New test.
26684 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
26686         * g++.old-deja/g++.eh/catchptr1.C: New test.
26688 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
26690         * g++.old-deja/g++.abi/cxa_vec.C: New test.
26692 2000-04-08  Neil Booth  <NeilB@earthling.net>
26694         * gcc.dg/cpp-nullchar.c: Remove test as
26695         embedded nulls cause problems.
26697 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
26699         * gcc.dg/compare2.c: New test.
26701 2000-04-08  Neil Booth  <NeilB@earthling.net>
26703         * gcc.dg/cpp-nullchar.c: New test.
26705 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
26707         * gcc.dg/cpp-mi2.c: New test.
26708         * gcc.dg/cpp-mi2[abc].h: New files.
26710 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
26712         * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
26713         member name.
26715 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
26717         * g++.old-deja/g++.abi/vmihint.C: New test.
26719 2000-04-06  Neil Booth  <NeilB@earthling.net>
26721         * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
26722         cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c:  Add FSF
26723         copyright.
26725 2000-04-05  Hans-Peter Nilsson  <hp@axis.com>
26727         * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
26728         avoid stack-frame overwrite.
26730 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
26732         * gcc.c-torture/compile/20000405-2.c: New test.
26733         * gcc.c-torture/compile/20000405-3.c: New test.
26735 2000-04-05  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
26737         * gcc.c-torture/compile/20000405-1.c: New test.
26739 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
26741         * gcc.dg/cast-qual-1.c: Revert last change.
26743 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
26745         * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
26747 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
26749         * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
26750         gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
26752 2000-04-03  Jeffrey A Law  (law@cygnus.com)
26754         * gcc.c-torture/compile/20000403-2.c: New test.
26755         * gcc.c-torture/compile/20000403-1.c: New test.
26757 2000-04-03  Hans-Peter Nilsson  <hp@axis.com>
26759         * gcc.c-torture/execute/20000403-1.c: New test.
26761 2000-04-03  Geoff Keating  <geoffk@cygnus.com>
26763         * gcc.c-torture/execute/20000402-1.c: New test.
26765 2000-04-03  Donald Lindsay  <dlindsay@cygnus.com>
26767         * gcc.c-torture/execute/va-arg-15.c: New test.
26768         * gcc.c-torture/execute/va-arg-16.c: New test.
26769         * gcc.c-torture/execute/va-arg-17.c: New test.
26770         * gcc.c-torture/execute/va-arg-18.c: New test.
26771         * gcc.c-torture/execute/va-arg-19.c: New test.
26773 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
26775         * gcc.c-torture/compile/981211-1.c: Move to...
26776         * gcc.dg/cpp-as1.c: ...here.
26777         * gcc.dg/cpp-as2.c: New file.
26779         * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
26780         compiler.
26782 2000-04-02  Neil Booth  <NeilB@earthling.net>
26784         * gcc.dg/cpp-cond.c  New tests.
26785         * gcc.dg/cpp-ifparen.c New tests.  Amend existing tests to make
26786         accidental success less likely.
26787         * gcc.dg/cpp-missingop.c  New tests.
26788         * gcc.dg/cpp-missingparen.c  New tests.
26789         * gcc.dg/cpp-shift.c  New tests.
26790         * gcc.dg/cpp-shortcircuit.c  New tests.
26791         * gcc.dg/cpp-unary.c  New tests.
26793 2000-03-29  Jeffrey A Law  (law@cygnus.com)
26795         * gcc.c-torture/compile/20000329-1.c: New test.
26797 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
26799         * gcc.c-torture/compile/20000326-1.c: New test.
26800         * gcc.c-torture/compile/20000326-2.c: New test.
26802 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
26804         * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
26805         the first parameter is a function argument.
26807 2000-03-23  Nathan Sidwell  <nathan@codesourcery.com>
26809         * g++.old-deja/g++.ext/array4.C: New test.
26811 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
26813         * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
26815 2000-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
26817         * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
26819 2000-03-19  Richard Henderson  <rth@cygnus.com>
26821         * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
26823 2000-03-19  Richard Henderson  <rth@cygnus.com>
26825         * gcc.c-torture/compile/20000319-1.c: New test.
26827 2000-03-14  Jeffrey A Law  (law@cygnus.com)
26829         * gcc.c-torture/execute/20000314-3.c: New test.
26830         * gcc.c-torture/execute/20000314-2.c: New test.
26831         * gcc.c-torture/execute/20000314-1.c: New test.
26832         * gcc.c-torture/compile/20000314-2.c: New test.
26833         * gcc.c-torture/compile/20000314-1.c: New test.
26835 2000-03-13  Nathan Sidwell  <nathan@codesourcery.com>
26837         * g++.old-deja/g++.warn/inline.C: New test.
26839 2000-03-10  Hans-Peter Nilsson  <hp@bitrange.com>
26841         * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
26842         standards-compliant result rather than specific constants.
26843         Put test-values in array.
26845 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
26847         * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
26848         (g++_target_compile): Put test-specific options last.
26850 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
26852         * g++.old-deja/g++.eh/vbase4.C: New test.
26854 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
26856         * g++.old-deja/g++.bugs/900215_01.C: Adjust.
26858 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
26860         * g++.old-deja/g++.brendan/misc12.C: Removed.
26861         * g++.old-deja/g++.pt/memtemp77.C: Constify.
26862         * g++.old-deja/g++.ext/pretty4.C: New test.
26864 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
26866         * g++.old-deja/g++.other/string2.C: New test.
26868 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
26870         * g++.old-deja/g++.warn/impint2.C: New test.
26872 2000-03-05  Hans-Peter Nilsson  <hp@bitrange.com>
26874         * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
26875         is 1, not zero.
26877 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
26879         * g++.old-deja/g++.warn/impint.C: New test.
26880         * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
26881         * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
26882         * g++.old-deja/g++.pt/explicit12.C: Likewise.
26883         * g++.old-deja/g++.pt/explicit13.C: Likewise.
26884         * g++.old-deja/g++.pt/explicit17.C: Likewise.
26885         * g++.old-deja/g++.pt/explicit18.C: Likewise.
26886         * g++.old-deja/g++.pt/explicit19.C: Likewise.
26887         * g++.old-deja/g++.pt/explicit23.C: Likewise.
26888         * g++.old-deja/g++.pt/explicit31.C: Likewise.
26889         * g++.old-deja/g++.pt/explicit35.C: Likewise.
26890         * g++.old-deja/g++.pt/explicit6.C: Likewise.
26891         * g++.old-deja/g++.pt/memclass7.C: Likewise.
26893 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
26895         * gcc.dg/cpp-redef.c: New test.
26897 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
26899         * g++.old-deja/g++.pt/unify7.C: New test.
26901 2000-02-26  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
26903         * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
26904         * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
26906 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
26908         * gcc.c-torture/compile/20000224-1.c: New test.
26910 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
26912         * gcc.c-torture/compile/cpp-2.c: New test.
26913         * gcc.c-torture/compile/cpp-1.c: New test.
26915 2000-02-25  Jeffrey A Law  (law@cygnus.com)
26917         * gcc.c-torture/execute/20000225-1.c: New test.
26919 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
26921         * gcc.dg/cpp-li2.c: New test.
26923         * gcc.dg/cpp-wi1.c: New test.
26925         * gcc.dg/cpp-li1.c: New test.
26927 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
26929         * g++.old-deja/g++.other/sizeof5.C: New test.
26931 2000-02-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
26933         * gcc.c-torture/execute/va-arg-13.c: New test.
26935 2000-02-23  Donald Lindsay  <dlindsay@cygnus.com>
26937         * gcc.c-torture/execute/va-arg-12.c: New test.
26939 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
26941         * gcc.c-torture/execute/20000223-1.c: New test.
26943 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
26945         * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
26947 2000-02-22  Mark Mitchell  <mark@codesourcery.com>
26949         * g++.old-deja/g++.abi/ptrmem.C: New test.
26951 2000-02-19  Richard Henderson  <rth@cygnus.com>
26953         * gcc.c-torture/compile/init-3.c: New.
26955 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
26957         * lib/g++.exp (g++_init): Add -fmessage-length=0 to
26958         ALWAYS_CXXFLAGS.
26960 2000-02-11  Robert Lipe <robertl@sco.com>
26962         * gcc.c-torture/compile/20000211-3.c: New test.
26964 2000-02-11  Martin Buchholz <martin@xemacs.org>
26966         * gcc.c-torture/compile/20000211-2.c: New test.
26968 2000-02-11  Jeffrey A Law  (law@cygnus.com)
26970         * gcc.c-torture/compile/20000211-1.c: New test.
26972 2000-02-09  Jonathan Larmour  <jlarmour@redhat.co.uk>
26974         * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
26975           on native targets
26977 2000-02-08  Nathan Sidwell  <nathan@acm.org>
26979         * g++.old-deja/g++.other/cast5.C: New test.
26981 2000-02-05  Alan Modra  <alan@SPRI.Levels.UniSA.Edu.Au>
26983         * gcc.c-torture/execute/20000205-1.c: New.
26985 2000-02-03  Nathan Sidwell  <nathan@acm.org>
26987         * g++.old-deja/g++.jason/cast3.C: Return void.
26988         * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
26990 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
26992         * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
26994         * gcc.dg/loop-1.c: New test.
26996 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
26998         * gcc.c-torture/compile/20000127-1.c: New test.
26999         * gcc.c-torture/execute/991228-1.c: New test.
27001 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
27003         * gcc.dg/unused-2.c: New test.
27005         * gcc.dg/conv-1.c: New test.
27007 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
27009         * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
27010         compiler.
27011         (tool_option_proc): Fix typo.
27013 2000-01-24  Geoff Keating  <geoffk@cygnus.com>
27015         * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
27016         of the ld on the host, not on the build machine.
27017         Also, don't crash if '--help' is not a supported option.
27019 2000-01-24  Richard Henderson  <rth@cygnus.com>
27021         * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
27023 2000-01-20  Jeffrey A Law  (law@cygnus.com)
27025         * gcc.c-torture/execute/20000120-2.c: New test.
27026         * gcc.c-torture/execute/20000120-1.c: New test.
27028 2000-01-13  Jeffrey A Law  (law@cygnus.com)
27030         * gcc.c-torture/execute/20000113-1.c: New test.
27032 2000-01-12  Jeffrey A Law  (law@cygnus.com)
27034         * gcc.c-torture/execute/20000112-1.c: New test.
27036 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
27038         * gcc.dg/20000111-1.c: New test.
27040 2000-01-10  Jeffrey A Law  (law@cygnus.com)
27042         * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
27043         with 16 bit integers.
27045 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
27047         * gcc.dg/20000108-1.c: New test.
27049 2000-01-05  Nathan Sidwell  <nathan@acm.org>
27051         * g++.old-deja/g++.ns/koenig8.C: New test.
27053 2000-01-05  Nathan Sidwell  <nathan@acm.org>
27055         * g++.old-deja/g++.other/cast4.C: New test.
27057 2000-01-05  Jeffrey A Law  (law@cygnus.com)
27059         * gcc.c-torture/compile/20000105-2.c: New test.
27060         * gcc.c-torture/compile/20000105-1.c: New test.
27062 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
27064         * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
27065         references to printf & atoi to conform to ANSI standard.
27066         * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
27067         * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
27068         * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
27069         * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
27070         * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
27071         * g++.old-deja/g++.brendan/complex1.C: Likewise.
27072         * g++.old-deja/g++.brendan/copy1.C: Likewise.
27073         * g++.old-deja/g++.brendan/copy2.C: Likewise.
27074         * g++.old-deja/g++.brendan/copy3.C: Likewise.
27075         * g++.old-deja/g++.brendan/copy4.C: Likewise.
27076         * g++.old-deja/g++.brendan/copy5.C: Likewise.
27077         * g++.old-deja/g++.brendan/copy6.C: Likewise.
27078         * g++.old-deja/g++.brendan/copy7.C: Likewise.
27079         * g++.old-deja/g++.brendan/copy8.C: Likewise.
27080         * g++.old-deja/g++.brendan/crash11.C: Likewise.
27081         * g++.old-deja/g++.brendan/crash14.C: Likewise.
27082         * g++.old-deja/g++.brendan/ctors1.C: Likewise.
27083         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
27084         * g++.old-deja/g++.brendan/delete2.C: Likewise.
27085         * g++.old-deja/g++.brendan/dtors1.C: Likewise.
27086         * g++.old-deja/g++.brendan/dtors2.C: Likewise.
27087         * g++.old-deja/g++.brendan/dtors3.C: Likewise.
27088         * g++.old-deja/g++.brendan/eh1.C: Likewise.
27089         * g++.old-deja/g++.brendan/groff1.C: Likewise.
27090         * g++.old-deja/g++.brendan/init3.C: Likewise.
27091         * g++.old-deja/g++.brendan/misc12.C: Likewise.
27092         * g++.old-deja/g++.brendan/misc7.C: Likewise.
27093         * g++.old-deja/g++.brendan/new2.C: Likewise.
27094         * g++.old-deja/g++.brendan/operators4.C: Likewise.
27095         * g++.old-deja/g++.brendan/operators5.C: Likewise.
27096         * g++.old-deja/g++.brendan/overload2.C: Likewise.
27097         * g++.old-deja/g++.brendan/overload7.C: Likewise.
27098         * g++.old-deja/g++.brendan/redecl2.C: Likewise.
27099         * g++.old-deja/g++.brendan/reference1.C: Likewise.
27100         * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
27101         * g++.old-deja/g++.brendan/template24.C: Likewise.
27102         * g++.old-deja/g++.brendan/template3.C: Likewise.
27103         * g++.old-deja/g++.brendan/vtables1.C: Likewise.
27104         * g++.old-deja/g++.jason/inline3.C: Likewise.
27105         * g++.old-deja/g++.jason/opeq.C: Likewise.
27106         * g++.old-deja/g++.law/arg5.C: Likewise.
27107         * g++.old-deja/g++.law/arm7.C: Likewise.
27108         * g++.old-deja/g++.law/ctors11.C: Likewise.
27109         * g++.old-deja/g++.law/cvt8.C: Likewise.
27110         * g++.old-deja/g++.law/init9.C: Likewise.
27111         * g++.old-deja/g++.law/refs4.C: Likewise.
27112         * g++.old-deja/g++.law/template2.C: Likewise.
27113         * g++.old-deja/g++.law/visibility24.C: Likewise.
27114         * g++.old-deja/g++.law/vtable3.C: Likewise.
27115         * g++.old-deja/g++.mike/asm2.C: Likewise.
27116         * g++.old-deja/g++.mike/eh1.C: Likewise.
27117         * g++.old-deja/g++.mike/misc1.C: Likewise.
27118         * g++.old-deja/g++.mike/misc13.C: Likewise.
27119         * g++.old-deja/g++.mike/misc14.C: Likewise.
27120         * g++.old-deja/g++.mike/ns12.C: Likewise.
27121         * g++.old-deja/g++.mike/p1248.C: Likewise.
27122         * g++.old-deja/g++.mike/p3708.C: Likewise.
27123         * g++.old-deja/g++.mike/p3708a.C: Likewise.
27124         * g++.old-deja/g++.mike/p3708b.C: Likewise.
27125         * g++.old-deja/g++.mike/p646.C: Likewise.
27126         * g++.old-deja/g++.mike/p700.C: Likewise.
27127         * g++.old-deja/g++.mike/p783.C: Likewise.
27128         * g++.old-deja/g++.mike/p783a.C: Likewise.
27129         * g++.old-deja/g++.mike/p783b.C: Likewise.
27130         * g++.old-deja/g++.mike/p786.C: Likewise.
27131         * g++.old-deja/g++.mike/p789.C: Likewise.
27132         * g++.old-deja/g++.mike/p789a.C: Likewise.
27133         * g++.old-deja/g++.mike/p807a.C: Likewise.
27134         * g++.old-deja/g++.other/delete3.C: Likewise.
27135         * g++.old-deja/g++.other/dyncast1.C: Likewise.
27136         * g++.old-deja/g++.other/dyncast2.C: Likewise.
27137         * g++.old-deja/g++.other/dyncast3.C: Likewise.
27138         * g++.old-deja/g++.other/empty1.C: Likewise.
27139         * g++.old-deja/g++.other/temporary1.C: Likewise.
27140         * g++.old-deja/g++.pt/memtemp14.C: Likewise.
27141         * g++.old-deja/g++.pt/t16.C: Likewise.
27142         * g++.old-deja/g++.pt/tiemann2.C: Likewise.
27144 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
27146         * gcc.dg/991230-1.c: New test.
27148 1999-12-29  Jeffrey A Law  (law@cygnus.com)
27150         * gcc.c-torture/compile/991229-3.c: New test.
27151         * gcc.c-torture/compile/991229-2.c: New test.
27152         * gcc.c-torture/compile/991229-1.c: New test.
27154 1999-12-29  Greg McGary <gkm@eng.ascend.com>
27156         * gcc.c-torture/compile/labels-2.c: New test.
27158 1999-12-27  Martin von Löwis  <loewis@informatik.hu-berlin.de>
27160         * gcc.c-torture/execute/991227-1.c: New test.
27162 1999-12-22  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
27164         * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
27166 1999-12-21  Martin von Löwis  <loewis@informatik.hu-berlin.de>
27168         * gcc.c-torture/execute/991221-1.c: New test.
27170 1999-12-20  Nathan Sidwell  <nathan@acm.org>
27172         * g++.old-deja/g++.other/cast3.C: New test.
27174 1999-12-16  Bernd Schmidt  <bernds@cygnus.co.uk>
27176         * gcc.c-torture/execute/991216-4.c: New test.
27178 1999-12-16  Michael Meissner  <meissner@cygnus.com>
27180         * gcc.c-torture/execute/991216-1.c: New test.
27181         * gcc.c-torture/execute/991216-2.c: New test.
27182         * gcc.c-torture/execute/991216-3.c: New test.
27184 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
27186         * gcc.dg/991214-1.c: Use "__asm__", not "asm".
27187         Actually make the test fail by using "-O2" for compilation.
27189 1999-12-15  Nathan Sidwell  <nathan@acm.org>
27191         * g++.old-deja/g++.warn/cast-align1.C: New test.
27193 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
27195         * gcc.c-torture/compile/991214-1.c: New test.
27196         * gcc.c-torture/compile/991214-2.c: New test.
27198 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
27200         * gcc.dg/991214-1.c: New test.
27202 1999-12-13  Jeffrey A Law  (law@cygnus.com)
27204         * gcc.c-torture/compile/991213-3.c: New test.
27205         * gcc.c-torture/compile/991213-2.c: New test.
27206         * gcc.c-torture/compile/991213-1.c: New test.
27208 1999-12-10  J"orn Rennecke <amylaar@cygnus.co.uk>
27210         * gcc.dg/991209-1.c: New test.
27212 1999-12-08  Nathan Sidwell <nathan@acm.org>
27214         * gcc.c-torture/compile/991208-1.c: New test.
27216 1999-12-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
27218         * gcc.dg/ultrasp2.c: New test.
27220 1999-12-05  Alex Samuel  <samuel@codesourcery.com>
27222         * g++.old-deja/g++.abi/align.C (main): Fix typo.
27224 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
27226         * gcc.c-torture/compile/991202-1.c: New test.
27227         * gcc.c-torture/execute/991202-1.c: New test.
27228         * gcc.c-torture/execute/991202-2.c: New test.
27229         * gcc.c-torture/execute/991202-3.c: New test.
27231 1999-12-02  Alex Samuel  <samuel@codesourcery.com>
27233         * g++.old-deja/g++.abi/align.C: New test.
27234         * g++.old-deja/g++.abi/aggregates.C: Likewise.
27235         * g++.old-deja/g++.abi/bitfields.C: Likewise.
27237 1999-12-01  Richard Henderson  <rth@cygnus.com>
27239         * gcc.c-torture/execute/991201-1.c: New.
27241 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
27243         * gcc.dg/991129-1.c: New test.
27245 1999-11-27  Bernd Schmidt  <bernds@cygnus.co.uk>
27247         * gcc.c-torture/compile/991127-1.c: New test.
27249 1999-11-22  Nathan Sidwell  <nathan@acm.org>
27251         * g++.old-deja/g++.other/warn4.C: New test.
27253 1999-11-22  Nathan Sidwell  <nathan@acm.org>
27255         * g++.old-deja/g++.eh/cleanup2.C: New test.
27256         * g++.old-deja/g++.ext/pretty2.C: New test.
27257         * g++.old-deja/g++.ext/pretty3.C: New test.
27258         * g++.old-deja/g++.other/debug6.C: New test.
27260 1999-10-20  Jim Wilson  <wilson@cygnus.com>
27262         * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
27263         compiler_output to look for one error message instead of two.
27265 1999-11-19  Geoffrey Keating  <geoffk@cygnus.com>
27267         * gcc.c-torture/execute/991118-1.c: Also test case
27268         where the word boundary does not split a byte evenly.
27270 1999-11-19  Nathan Sidwell  <nathan@acm.org>
27272         * g++.old-deja/g++.ext/restrict1.C: New test.
27274 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
27276         * gcc.c-torture/execute/991118-1.c: New test.
27278 1999-11-16  Geoffrey Keating  <geoffk@cygnus.com>
27280         * g77.f-torture/execute/u77-test.f (wd): Allow for longer
27281         working directory pathnames.
27283 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
27285         * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
27286         host is equipped with driver.h and driver.o so it can actually
27287         compile and run the tests.
27289 1999-10-08  Bernd Schmidt  <bernds@cygnus.co.uk>
27291         * gcc.c-torture/compile/991008-1.c: New test.
27293 1999-11-08  Nick Clifton  <nickc@cygnus.com>
27295         * lib/gcc-dg.exp: Include target-supports.exp
27297 1999-11-05  Nick Clifton  <nickc@cygnus.com>
27299         * lib/target-supports.exp: New file: Provide procs to test for
27300         features supported by the target.
27301         (check_weak_available): Moved here from ecos.exp.
27302         (check_alias_available): New proc: Determine of the target
27303         toolchain supports the alias attribute.
27305         * gcc.dg/special/ecos.exp: Move check_weak_available to
27306         target-supports.exp.
27307         (alias-1.c): Only perform the test if the target supports
27308         aliases.
27309         (wkali-1.c): Only perform the test if the target supports
27310         aliases.
27312         * gcc.dg/990506-0.c: Expect error messages from cross
27313         targets as well as native targets.
27315 1999-11-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
27317         * gcc.dg/ultrasp1.c: Removed xfail.
27318         * gcc.dg/struct-ret-2.c: Likewise.
27319         * gcc.dg/array-1.c: Likewise.
27321 1999-11-01  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
27323         * gcc.dg/struct-ret-2.c: New test.
27325         * gcc.dg/array-1.c: New test.
27327 1999-10-30  Stephen L Moshier <moshier@mediaone.net>
27329         * gcc.c-torture/execute/991030-1.c: New test.
27331 1999-10-26  Richard Henderson  <rth@cygnus.com>
27333         * gcc.c-torture/compile/991026-2.c: New test.
27335 1999-10-26  Jeffrey A Law  (law@cygnus.com)
27337         * gcc.c-torture/compile/991026-1.c: New test.
27339 1999-10-23  Jeffrey A Law  (law@cygnus.com)
27341         * gcc.c-torture/execute/991023-1.c: New test.
27343 1999-10-19  Jeffrey A Law  (law@cygnus.com)
27345         * gcc.c-torture/execute/991019-1.c: New test.
27347 1999-10-16  Richard Henderson  <rth@cygnus.com>
27349         * gcc.c-torture/execute/991016-1.c: New test.
27351 1999-10-14  Stephane Carrez  <stcarrez@worldnet.fr>
27353         * gcc.c-torture/execute/991014-1.c: New test.
27355 1999-10-13  J"orn Rennecke <amylaar@cygnus.co.uk>
27357         * g++.old-deja/g++.other/union2.C: New test.
27359 1999-10-13  Nathan Sidwell  <nathan@acm.org>
27361         * g++.old-deja/g++.other/vaarg2.C: New test.
27362         * g++.old-deja/g++.other/vaarg3.C: New test.
27364 1999-10-12  Craig Burley  <craig@jcb-sc.com>
27366         * g77.f-torture/noncompile/19990905-1.f: Moved from being
27367         in compile/.
27369 1999-10-04  Ulrich Drepper  <drepper@cygnus.com>
27371         * gcc.c-torture/execute/va-arg-11.c: New test.
27373 1999-10-01  Mark P. Mitchell  <mark@codesourcery.com>
27375         * lib/file-format.exp (gcc_target_object_format): Don't
27376         crash if objdump is unavailable.
27378 1999-09-29  Donn Terry <donn@interix.com>
27380         * gcc.misc-tests/mg.exp: delete extraneous redirection.
27382 1999-09-28  Nick Clifton  <nickc@cygnus.com>
27384         * gcc.c-torture/compile/990928-1.c: New test.
27386 1999-09-28  Nathan Sidwell  <nathan@acm.org>
27388         * g++.old-deja/g++.other/decl6.C: New test.
27390 1999-09-28  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
27392         * gcc.c-torture/execute/va-arg-10.c: New test.
27394 1999-09-27  Nathan Sidwell  <nathan@acm.org>
27396         * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
27397         __PRETTY_FUNCTION__.
27399 1999-09-23  Nick Clifton  <nickc@cygnus.com>
27401         * gcc.c-torture/execute/990923-1.c: New test.
27403 1999-09-21  Nick Clifton  <nickc@cygnus.com>
27405         * gcc.c-torture/special/special.exp: Add FR30 to list of targets
27406         for which -fpic is inappropriate.
27408 1999-09-21  Mark Mitchell  <mark@codesourcery.com>
27410         * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
27412 1999-09-21  Nathan Sidwell  <nathan@acm.org>
27414         * g++.old-deja/g++.other/dyncast1.C: New test.
27415         * g++.old-deja/g++.other/dyncast2.C: New test.
27416         * g++.old-deja/g++.other/dyncast3.C: New test.
27417         * g++.old-deja/g++.other/dyncast4.C: New test.
27418         * g++.old-deja/g++.other/dyncast5.C: New test.
27419         * g++.old-deja/g++.eh/catch3.C: New test.
27420         * g++.old-deja/g++.eh/catch3p.C: New test.
27421         * g++.old-deja/g++.eh/catch4.C: New test.
27422         * g++.old-deja/g++.eh/catch4p.C: New test.
27423         * g++.old-deja/g++.eh/catch5.C: New test.
27424         * g++.old-deja/g++.eh/catch5p.C: New test.
27425         * g++.old-deja/g++.eh/catch6.C: New test.
27426         * g++.old-deja/g++.eh/catch6p.C: New test.
27427         * g++.old-deja/g++.eh/catch7.C: New test.
27428         * g++.old-deja/g++.eh/catch7p.C: New test.
27429         * g++.old-deja/g++.eh/catch8.C: New test.
27430         * g++.old-deja/g++.eh/catch8p.C: New test.
27431         * g++.old-deja/g++.eh/catch9.C: New test.
27432         * g++.old-deja/g++.eh/catch9p.C: New test.
27434 1999-09-13  Nathan Sidwell  <nathan@acm.org>
27436         * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
27437         * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
27439 1999-09-13  Jeffrey A Law  (law@cygnus.com)
27441         * gcc.c-torture/compile/990913-1.c: New test.
27443 1999-09-10  Nathan Sidwell  <nathan@acm.org>
27445         * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
27446         * g++.old-deja/g++.jason/rfg5.C: Likewise.
27448 1999-09-09  Richard Henderson  <rth@cygnus.com>
27450         * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
27452 1999-09-09  Nathan Sidwell  <nathan@acm.org>
27454         * g++.old-deja/g++.other/lookup11.C: New test.
27455         * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
27456         what is permitted and what we want.
27457         * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
27458         overload use.
27459         * g++.old-deja/g++.jason/rfg5.C: Likewise
27461 1999-09-08  Geoffrey Keating  <geoffk@cygnus.com>
27463         * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
27464         * gcc.c-torture/noncompile/poison-1.c: New file.
27466 1999-09-08  Nathan Sidwell  <nathan@acm.org>
27468         * g++.old-deja/g++.other/sizeof3.C: New test.
27469         * g++.old-deja/g++.other/sizeof4.C: New test.
27470         * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
27471         * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
27473 1999-09-07  Richard Henderson  <rth@cygnus.com>
27475         * gcc.dg/va-arg-1.c: New.
27477 1999-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
27479         * gcc.c-torture/execute/va-arg-9.c: New test.
27481 1999-09-05  Craig Burley  <craig@jcb-sc.com>
27483         * g77.f-torture/compile/980519-2.f: New test.
27484         * g77.f-torture/compile/19990905-0.f: New test.
27485         * g77.f-torture/compile/19990905-1.f: New test.
27486         * g77.f-torture/compile/19990905-2.f: New test.
27488         * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
27490 1999-09-03  Richard Earnshaw <rearnsha@arm.com>
27492         * gcc.c-torture/execute/990827-1.c: Fix typo.
27494 1999-09-03  Nathan Sidwell  <nathan@acm.org>
27496         * g++.old-deja/g++.other/deref1.C: New test.
27498 1999-09-02  Nathan Sidwell  <nathan@acm.org>
27500         * g++.old-deja/g++.other/ambig2.C: New test.
27501         * g++.old-deja/g++.other/cond5.C: New test.
27502         * g++.old-deja/g++.other/lookup16.C: New test.
27504 1999-09-02  Marc Espie <espie@cvs.openbsd.org>
27506         * gcc.dg/980414-1.c: Fix assembler syntax to work with old
27507         assemblers too.
27509 1999-08-31  Jeffrey A Law  (law@cygnus.com)
27511         * lib/c-torture.exp: Avoid the "compare executables" optimization
27512         when testing native.
27514 1999-08-29  Jeffrey A Law  (law@cygnus.com)
27516         * gcc.c-torture/execute/990829-1.c: New test.
27517         * gcc.c-torture/compile/990829-1.c: New test.
27519 1999-08-27  Paul Burchard  <burchard@pobox.com>
27521         * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
27522         * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
27523         * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
27524         * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
27525         * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
27526         * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
27527         * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
27528         * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
27529         * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
27530         * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
27531         * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
27533 1999-08-27  Jeffrey A Law  (law@cygnus.com)
27535         * gcc.c-torture/execute/990827-1.c: New test.
27537 1999-08-26  Craig Burley  <craig@jcb-sc.com>
27539         * g77.f-torture/noncompile/19990826-4.f: New test.
27541         * g77.f-torture/compile/19990826-3.f: New test.
27543         * g77.f-torture/execute/19990826-2.f: New test.
27545         * g77.f-torture/compile/19990826-1.f: New test.
27547         * gcc.c-torture/execute/990826-0.c: New test.
27548         * g77.c-torture/execute/19990826-0.f: New test.
27550         * g77.f-torture/noncompile/970626-2.f: New test.
27552 1999-08-25  Paul Burchard  <burchard@pobox.com>
27554         * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
27555         lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
27556         lss-011.C: New tests.
27558 1999-08-25  Nathan Sidwell  <nathan@acm.org>
27560         * g++.old-deja/g++.other/decl5.C: New test.
27562 1999-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
27564         * noncompile/noncompile.exp: Load_lib c-torture.exp.
27565         (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
27566         call `postbase' for each one.  All callers of `postbase' changed
27567         to call this instead.
27569 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
27571         * gcc.c-torture/execute/990811-1.c: New test.
27573 1999-08-09  Nick Clifton  <nickc@cygnus.com>
27575         * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
27576         just native ones.
27578         * gcc.dg/990413-1.c: Expect the parse error for all builds, not
27579         just native ones.
27581 1999-08-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
27583         * g++.old-deja/g++.other/local3.C: Removed XFAIL.
27585 1999-08-04  Jeffrey A Law  (law@cygnus.com)
27587         * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
27589 1999-08-04  Nathan Sidwell  <nathan@acm.org>
27591         * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
27593 1999-08-04  Jeffrey A Law  (law@cygnus.com)
27595         * gcc.c-torture/execute/990804-1.c: New test.
27597 1999-08-03  Nathan Sidwell  <nathan@acm.org>
27599         * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
27600         * g++.old-deja/g++.brendan/crash64.C: Likewise
27601         * g++.old-deja/g++.brendan/overload8.C: Likewise
27603 1999-08-03  Nathan Sidwell  <nathan@acm.org>
27605         * g++.old-deja/g++.other/struct1.C: New test.
27607 1999-08-03  Nathan Sidwell  <nathan@acm.org>
27609         * g++.old-deja/g++.other/enum2.C: New test.
27611 1999-08-02  Richard Henderson  <rth@cygnus.com>
27613         Adapted from tests from Franz Sirl:
27614         * gcc.c-torture/execute/va-arg-7.c: New test.
27615         * gcc.c-torture/execute/va-arg-8.c: New test.
27617 1999-08-01  Jeffrey A Law  (law@cygnus.com)
27619         * gcc.c-torture/compile/990801-2.c: New test.
27621         * gcc.c-torture/compile/990801-1.c: New test.
27623 1999-07-27  Michael Meissner  <meissner@cygnus.com>
27625         * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
27626         fp-cmp-1.c, converting double to float.
27628         * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
27629         fp-cmp-1.c, converting double to long double.
27631         * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
27632         from fr1 to unknown_register, since fr1 is a legitimate register
27633         on some machines.
27635 1999-07-25  Jeffrey A Law  (law@cygnus.com)
27637         * README: More listname related changes.
27639 1999-07-08  Catherine Moore  <clm@cygnus.com>
27641         * gcc.c-torture/execute/920501-5.c: Fix typo.  Change | to ||.
27643 1999-07-05  Manfred Hollstein  <mhollstein@cygnus.com>
27645         * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
27647 1999-07-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
27649         * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
27651 1999-07-04  Zack Weinberg  <zack@rabi.columbia.edu>
27653         * gcc.dg/990703-1.c: New test.
27655 1999-06-29  Nick Clifton  <nickc@cygnus.com>
27657         * lib/file-format.exp: New file: Move definition of proc
27658         gcc_target_object_format to here from
27659         gcc.dg/special/ecos.exp.
27661         * lib/c-torture.exp: Include lib file-format.exp.
27662         * lib/gcc-dg.exp: Include lib file-format.exp.
27664         * gcc.dg/special/ecos.exp: Remove definition of proc
27665         gcc_target_object_format.
27667 1999-06-28  Jeffrey A Law  (law@cygnus.com)
27669         * gcc.c-torture/execute/990628-1.c: New test.
27671 1999-06-25  Jeffrey A Law  (law@cygnus.com)
27673         * gcc.c-torture/compile/990625-2.c: New test.
27675         * gcc.c-torture/compile/990625-1.c: New test.
27677 1999-06-23  Nick Clifton  <nickc@cygnus.com>
27679         * gcc.c-torture/compile/dll.c: New test case.  Check that dll
27680         attributes compile.
27681         * gcc.c-torture/compile/dll.x: Only support the dll.c test on
27682         ports that use the COFF/PE file format.
27684 1999-06-17  Jeffrey A Law  (law@cygnus.com)
27686         * gcc.c-torture/compile/990617-1.c: New test.
27688 1999-06-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
27690         * g++.old-deja/g++.other/decl4.C: New test.
27692 1999-06-14  Nathan Sidwell  <nathan@acm.org>
27694         * g++.old-deja/g++.other/bitfld3.C: New test.
27696 1999-06-08  Nathan Sidwell  <nathan@acm.org>
27698         * g++.old-deja/g++.eh/catch1.C: New test.
27700 1999-06-07  Jeffrey A Law  (law@cygnus.com)
27702         * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
27704         * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
27705         * gcc.c-torture/execute/ieee/mzero.x: New file.  Likewise.
27707 1999-06-05  Craig Burley  <craig@jcb-sc.com>
27709         * g77.f-torture/compile/19990502-0.f: Replace with new,
27710         shorter, test that still fails after recent changes.
27712 1999-06-04  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
27714         * gcc.c-torture/execute/990604-1.c: New test.
27716 1999-05-31  Jeffrey A Law  (law@cygnus.com)
27718         * gcc.c-torture/execute/990531-1.c: New test.
27720 1999-05-27  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
27722         * gcc.c-torture/compile/990527-1.c: New test.
27724 1999-05-27  Joern Rennecke <amylaar@cygnus.com>
27726         * gcc.c-torture/execute/990527-1.c: New test.
27728 1999-05-25  Nick Clifton  <nickc@cygnus.com>
27730         * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
27731         bitfields as signed.
27733 1999-05-25  Craig Burley  <craig@jcb-sc.com>
27735         * g77.f-torture/compile/19990525-0.f: New test.
27737 1999-05-25  Jeffrey A Law  (law@cygnus.com)
27739         * gcc.c-torture/execute/990525-2.c: New test.
27741         * gcc.c-torture/execute/990525-1.c: New test.
27743 1999-05-24  Nathan Sidwell  <nathan@acm.org>
27745         * g++.old-deja/g++.other/anon3.C: New test.
27746         * g++.old-deja/g++.other/anon4.C: New test.
27747         * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
27748         * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
27749         after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
27750         Merrill).
27752 1999-05-24  Jeffrey A Law  (law@cygnus.com)
27754         * gcc.c-torture/execute/990524-1.c: New test.
27756         * gcc.dg/990524-1.c: New test.
27758 1999-05-23  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
27760         * gcc.c-torture/compile/990523-1.c: New test.
27762 1999-05-19  Raja R Harinath <harinath@cs.umn.edu>
27764         * gcc.c-torture/compile/990519-1.c: New test.
27766 1999-05-17  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
27768         * gcc.c-torture/compile/990517-1.c: New test.
27770         * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
27771         (e4, f4): New tests.
27772         (main): Call them.
27774 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
27776         * gcc.dg/noreturn-1.c: New test.
27778 1999-05-13  Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
27780         * gcc.c-torture/execute/990513-1.c: New test.
27782 1999-05-10  Richard Henderson  <rth@cygnus.com>
27784         * g++.old-deja/g++.other/null1.C (g): Add overload for long.
27786 1999-05-10  Craig Burley  <craig@jcb-sc.com>
27788         * g77.f-torture/execute/erfc.f: Use small single-precision
27789         values, to avoid problems on Alphas when not -mieee.
27791 1999-05-08  Craig Burley  <craig@jcb-sc.com>
27793         * gcc.dg/990506-0.c: New test.
27795 1999-05-08  Richard Henderson  <rth@cygnus.com>
27797         * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
27798         the constant to test.  Don't XFAIL 64-bit targets.
27800         * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
27801         * g++.old-deja/g++.law/profile1.C: Likewise.
27803         * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
27804         operator new instances.
27805         * g++.old-deja/g++.other/delete5.C: Likewise.
27807 1999-05-03  Craig Burley  <craig@jcb-sc.com>
27809         * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
27810         intrinsic.
27812 1999-05-03  Craig Burley  <craig@jcb-sc.com>
27814         * g77.f-torture/execute/u77-test.f: Reverse order of two
27815         arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
27817 1999-05-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
27819         * gcc.dg/compare1.c: New test.
27821 1999-05-02  Joseph S. Myers  <jsm28@cam.ac.uk>
27823         * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
27824         New tests.
27826 1999-05-02  Craig Burley  <craig@jcb-sc.com>
27828         * g77.f-torture/compile/19990502-1.f: New test.
27830 1999-05-02  Craig Burley  <craig@jcb-sc.com>
27832         * g77.f-torture/compile/19990502-0.f: New test.
27834 1999-05-02  Craig Burley  <craig@jcb-sc.com>
27836         * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
27837         intrinsic.
27839 1999-05-02  Craig Burley  <craig@jcb-sc.com>
27841         * g77.f-torture/execute/u77-test.f (main): List libU77
27842         intrinsics not currently tested.
27843         Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
27844         GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
27845         FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
27846         Trim blanks off the ends of some printed strings.
27848 1999-05-02  Craig Burley  <craig@jcb-sc.com>
27850         * g77.f-torture/execute/u77-test.f (main): Just warn about
27851         FSTAT gid disagreement, as it's expected on some systems.
27853 1999-05-01  Craig Burley  <craig@jcb-sc.com>
27855         * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
27856         use a new function, which allows for some slop.
27857         Clean up some commentary.
27858         (issum): The new function.
27859         (sgladd): Deleted subroutine.
27861 1999-05-01  Craig Burley  <craig@jcb-sc.com>
27863         * g77.f-torture/execute/u77-test.f: Modify to be more like
27864         libf2c/libU77 version, bringing patches to that version here.
27865         Add suitable commentary.
27867 1999-04-25  Richard Henderson  <rth@cygnus.com>
27869         * gcc.dg/990424-1.c: New test.
27871 1999-04-24  Craig Burley  <craig@jcb-sc.com>
27873         * g77.f-torture/execute/u77-test.f (main): Bug involving
27874         LSTAT has been fixed, so turn back on full checking.
27876 1999-04-20  Craig Burley  <craig@jcb-sc.com>
27878         * g77.f-torture/compile/19990419-0.f: New test.
27879         * g77.f-torture/execute/19990419-1.f: New test.
27881 1999-04-17  Richard Henderson  <rth@cygnus.com>
27883         * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
27884         to avoid the need for a prototype to supress a warning.
27886 1999-04-07  Jim Wilson  <wilson@cygnus.com>
27888         * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
27890 1999-04-04  Jeffrey A Law  (law@cygnus.com)
27892         * gcc.c-torture/execute/990404-1.c: New test.
27894 1999-04-03 10:35 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
27896         * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
27897         * gcc.dg/cpp-if3.c: Don't use -pedantic.
27898         * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
27899         missing initializer warnings.
27901 1999-03-28  Jeffrey A Law  (law@cygnus.com)
27903         * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
27904         matching strings.
27906 1999-03-26  Jeffrey A Law  (law@cygnus.com)
27908         * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
27910 1999-03-26  Craig Burley  <craig@jcb-sc.com>
27912         * g77.f-torture/execute/19990325-0.f: New test.
27913         * g77.f-torture/execute/19990325-1.f: New test.
27915 1999-03-24  Jeffrey A Law  (law@cygnus.com)
27917         * gcc.c-torture/execute/990324-1.c: New test.
27919 1999-03-22  Jim Wilson  <wilson@cygnus.com>
27921         * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
27922         test with 4.
27924 1999-03-17  Richard Henderson  <rth@cygnus.com>
27926         * gcc.c-torture/execute/ieee/980619-1.x: New.  Expected fail on x86.
27928 1999-03-13  Craig Burley  <craig@jcb-sc.com>
27930         * g77.f-torture/execute/19990313-2.f: New test.
27931         * g77.f-torture/execute/19990313-3.f: New test.
27933 1999-03-13  Craig Burley  <craig@jcb-sc.com>
27935         * g77.f-torture/execute/19990313-0.f: New test.
27936         * g77.f-torture/execute/19990313-1.f: New test.
27938 1999-03-12  Jim Wilson  <wilson@cygnus.com>
27940         * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
27941         printf to sprintf.
27942         * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
27943         (main): Add check for u15.  Conditionalize u31 check depending on
27944         whether ints are <32 bits or >=32 bits.
27946 1999-03-08  Craig Burley  <craig@jcb-sc.com>
27948         * g77.f-torture/execute/19981119-0.f: Improve testiness.
27950 1999-03-08  Craig Burley  <craig@jcb-sc.com>
27952         * g77.f-torture/compile/19990305-0.f: New test.
27953         * g77.f-torture/execute/19981119-0.f: New test.
27955 1999-03-08  Craig Burley  <craig@jcb-sc.com>
27957         * g77.f-torture/execute/970625-2.f: call ABORT if final
27958         result is not correct, instead of just printing it.
27959         Add this checking via newly introduced obfuscation, to
27960         trip up buggy front ends.
27962 1999-03-07  Craig Burley  <craig@jcb-sc.com>
27964         * g77.f-torture/compile/960317-1.f: Moved from being
27965         in execute/.  (Somehow I didn't notice "SUBROUTINE...".)
27967 1999-03-06  Craig Burley  <craig@jcb-sc.com>
27969         * g77.f-torture/execute/960317-1.f: New (old) test.
27970         * g77.f-torture/execute/970625-2.f: Ditto.
27972 1999-03-01 Zack Weinberg  <zack@rabi.columbia.edu>
27974         * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
27975         message on line 1 or line 2; cccp and cpplib do this differently.
27977 1999-03-01  Jeffrey A Law  (law@cygnus.com)
27979         * g++.old-deja/g++.law/weak1.C: New test.
27981 1999-02-28 17:59 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
27983         * gcc.c-torture/execute/990119-1.c: Renamed to...
27984         * gcc.dg/990119-1.c: this, so it will only be tested once
27985         (it's a preprocessor test, it doesn't need to be run at
27986         multiple optimization levels).
27988 1999-02-27 13:34 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
27990         * lib/g++.exp: Don't add incdir=$base_dir/../include to
27991           ALWAYS_CXXFLAGS.
27993 1999-02-24  Craig Burley  <craig@jcb-sc.com>
27995         * g77.f-torture/noncompile/19981216-0.f: Renamed from...
27996         * g77.f-torture/compile/19981216-0.f: ...as it is expected
27997         to not be compilable by current g77.
27999 1999-02-24  Nick Clifton  <nickc@cygnus.com>
28001         * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
28003 1999-02-22  Jeffrey A Law  (law@cygnus.com)
28005         * gcc.c-torture/execute/990222-1.c: New test.
28007 1999-02-19  Craig Burley  <craig@jcb-sc.com>
28009         * g77.f-torture/compile/19990218-0.f: New test.
28010         * g77.f-torture/noncompile/19990218-1.f: New test.
28012 1999-02-18  Craig Burley  <craig@jcb-sc.com>
28014         * g77.f-torture/compile/19981216-0.f: New test.
28016 1999-02-14  Jeffrey A Law  (law@cygnus.com)
28018         * gcc.dg/990214-1.c: New test.
28020 1999-02-13  Jeffrey A Law  (law@cygnus.com)
28022         * gcc.dg/990213-2.c: New test.
28024         * gcc.dg/990213-1.c: New test.
28026 1999-02-12  Jeffrey A Law  (law@cygnus.com)
28028         * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
28029         ints.
28031 1999-02-11  Nick Clifton  <nickc@cygnus.com>
28033         * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
28034         specified by target.
28036         * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
28038 1999-02-11  Jeffrey A Law  (law@cygnus.com)
28040         * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
28042 1999-02-10  Jonathan Larmour  <jlarmour@cygnus.co.uk>
28044         * gcc.dg/special/ecos.exp: New test driver for new tests with
28045         special requirements.
28047         * gcc.dg/special/alias-1.c: New test.
28048         * gcc.dg/special/gcsec-1.c: New test.
28049         * gcc.dg/special/weak-1.c: New test.
28050         * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
28051         * gcc.dg/special/weak-2.c: New test.
28052         * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
28053         * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
28054         * gcc.dg/special/wkali-1.c: New test.
28055         * gcc.dg/special/wkali-2.c: New test.
28056         * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
28057         * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
28059 1999-02-10  Felix Lee  <flee@cygnus.com>
28061           * lib/c-torture.exp (c-torture-compile): Pull out code for
28062           analyzing gcc error messages.
28063           (c-torture-execute): Likewise.  Fix some (harmless) false
28064           positives.
28065           * lib/gcc.exp (gcc_check_compile): New function.
28067 1999-02-08  Richard Henderson  <rth@cygnus.com>
28069         * gcc.c-torture/execute/990208-1.c: New test.
28071 1999-02-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
28073         * g++.dg/special/ecos.exp: New driver for new tests with special
28074         requirements
28076         * g++.dg/special/conpr-1.C: New test
28077         * g++.dg/special/conpr-2.C: New test
28078         * g++.dg/special/conpr-2a.C: New test
28079         * g++.dg/special/conpr-3.C: New test
28080         * g++.dg/special/conpr-3a.C: New test
28081         * g++.dg/special/conpr-3b.C: New test
28083         * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
28084         allow g++ to use the dg driver
28086         * README: Add comment about g++.dg directory
28088 1999-02-06  Jeffrey A Law  (law@cygnus.com)
28090         * README: Update email addresses.
28092 1999-02-03  Nick Clifton  <nickc@cygnus.com>
28094         * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
28095         arguments in order to force structure S onto the stack even on
28096         the alpha.
28097         (test): Pass 10 leading arguments to function foo as well as the
28098         structure S.
28100         * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
28101         failure for all targets.
28103         * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
28104         abort to terminate program execution.
28106 1999-01-30  Richard Henderson  <rth@cygnus.com>
28108         * gcc.c-torture/execute/990130-1.c: New test.
28110 1999-01-30  Jeffrey A Law  (law@cygnus.com)
28112         * gcc.dg/990130-1.c: New test.
28114 1999-01-28  Michael Meissner  <meissner@cygnus.com>
28116         * gcc.c-torture/execute/990128-1.c: New test.
28118 1999-01-27  Michael Meissner  <meissner@cygnus.com>
28120         * gcc.c-torture/execute/990127-{1,2}.c: New tests.
28122 1999-01-27  Felix Lee  <flee@cygnus.com>
28124         * lib/c-torture.exp (c-torture-compile): pull out code for
28125         analyzing gcc error messages.
28126         (c-torture-execute): ditto, and fix some (harmless) false
28127         positives.
28128         * lib/gcc.exp (gcc_check_compile): new function.
28130 1999-01-17  Jeffrey A Law  (law@cygnus.com)
28132         * gcc.dg/990117-1.c: New test.
28134         * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
28136         * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
28138 1999-01-15  Jeffrey A Law  (law@cygnus.com)
28140         * g77.f-torture/compile/990115-1.f: New test.
28142 1999-01-07  Jeffrey A Law  (law@cygnus.com)
28144         * gcc.c-torture/compile/990107-1.c: New test
28146 1999-01-06  Jeffrey A Law  (law@cygnus.com)
28148         * gcc.c-torture/execute/990106-2.c: New test.
28150         * gcc.c-torture/execute/990106-1.c: New test.
28152 1998-12-30  Zack Weinberg <zack@rabi.columbia.edu>
28154         * gcc.c-torture/compile/981223-1.c: New test.
28156 1998-12-29  Richard Henderson  <rth@cygnus.com>
28158         * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
28159         (opt3): Rename from opt4 and disable.
28161 1998-12-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
28163         * g++.old-deja/g++.pt/ptrmem5.C: New test.
28165 1998-12-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
28167         * g++.old-deja/g++.other/conv5.C: New test.
28169 1998-12-14  Nick Clifton  <nickc@cygnus.com>
28171         * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
28173 1998-12-11  Jeffrey A Law  (law@cygnus.com)
28175         * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
28177 1998-12-11  Zack Weinberg <zack@rabi.columbia.edu>
28179         * gcc.c-torture/compile/981211-1.c: New test.
28181 1998-12-09  Alexandre Oliva  <oliva@dcc.unicamp.br>
28183         * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
28185         * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
28187 1998-12-08  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
28189         * gcc.special/930510-1.c: Make C9X safe.
28190         * gcc.misc-tests/gcov-1.c Similarly.
28191         * gcc.misc-tests/gcov-2.c Similarly.
28193 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
28195         * gcc.dg/ultrasp1.c: New test.
28197 1998-12-06  Richard Henderson  <rth@cygnus.com>
28199         * gcc.c-torture/execute/981206.c: New test.
28201 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
28203         * g++.old-deja/g++.ns/template7.C: New test.
28205         * g++.old-deja/g++.other/expr1.C: New test.
28207         * g++.old-deja/g++.eh/tmpl3.C: New test.
28209         * g++.old-deja/g++.eh/tmpl2.C: New test.
28211 1998-12-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
28213         * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
28214         * g++.old-deja/g++.other/using6.C: Removed.
28215         * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
28217         * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
28219 1998-12-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
28221         * g++.old-deja/g++.pt/overload8.C: New test.
28223         * g++.old-deja/g++.pt/overload7.C: New test.
28225         * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
28227         * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
28228         and relinking messages.
28229         * lib/g++.exp (g++_target_compile): Remove .rpo file when
28230         compiling with -frepo.
28232 1998-12-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
28234         * g++.old-deja/g++.pt/lookup6.C: New test.
28236 1998-11-30  Nick Clifton  <nickc@cygnus.com>
28238         * gcc.c-torture/execute/981130-1.c: New test.
28239         * gcc.c-torture/execute/981130-1.x: New test failure expectations.
28241 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
28243         * g++.old-deja/g++.pt/explicit76.C: New test.
28245         * g++.old-deja/g++.pt/friend38.C: New test.
28247         * g++.old-deja/g++.ns/crash2.C: New test.
28249         * g++.old-deja/g++.pt/defarg8.C: New test.
28251         * g++.old-deja/g++.pt/instantiate6.C: New test.
28253         * g++.old-deja/g++.pt/static6.C: New test.
28255         * g++.old-deja/g++.pt/decl2.C: New test.
28257 1998-11-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
28259         * g++.old-deja/g++.other/lookup5.C: New test.  Not sure the
28260         problem is actually related with name lookup, but so what? :-)
28262         * g++.old-deja/g++.pt/friend37.C: New test.
28264 1998-11-25  Dave Love  <d.love@dl.ac.uk>
28266         * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
28267         element, which fails on some systems.
28269         * g77.f-torture/execute/labug1.f: New test.
28271 1998-11-21  Jeffrey A Law  (law@cygnus.com)
28273         * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
28274         is defined.
28276 1998-11-18  Dave Love  <d.love@dl.ac.uk>
28278         * g77.f-torture/compile/981117-1.f: New test.
28280 1998-11-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
28282         * g++.old-deja/g++.eh/throw2.C: New test.  CV-qualifiers are not
28283         properly discarded.
28285 1998-10-11  Ken Raeburn  <raeburn@cygnus.com>
28287         * gcc.c-torture/execute/memcheck: New directory of tests for
28288         -fcheck-memory-usage.
28290 1998-11-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
28292         * README: New file, general information about the testsuite and
28293         new description of the various C++ test subdirectories.
28294         * README.g++: Eliminate obsolete information, update and move most
28295         relevant stuff to README.
28297 1998-11-07  Richard Henderson  <rth@cygnus.com>
28299         * gcc.c-torture/compile/981107-1.c: New test.
28301 1998-11-02  Doug Evans  <devans@canuck.cygnus.com>
28303         * execute/memcpy-bi.c: New testcase.
28305 1998-10-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
28307         * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
28308         base classes.
28310         * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
28311         template is selected.
28313         * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
28314         classes, it should be accepted for all types.
28316         * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
28318         * g++.old-deja/g++.pt/spec24.C: Ensure that template
28319         specializations start with template headers.
28321 1998-10-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
28323         * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
28325         * g++.old-deja/g++.other/init9.C: Test cross initialization of
28326         non-POD types.
28328 1998-10-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
28330         * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
28332 1998-10-22  Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
28334         * compile/981022-1.c, compile/981022-1.x: New test and driver.
28336 1998-10-19  Jeffrey A Law  (law@cygnus.com)
28338         * 981019-1.c: New test.
28340 1998-10-14  Robert Lipe <robertl@dgii.com>
28342         * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
28343         find objc headers.
28345 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
28347         * compile/981001-4.c: Remove use of GCC extension that triggers a
28348         compiler bug.
28350 1998-10-13  Alexandre Oliva  <oliva@dcc.unicamp.br>
28352         * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
28354 1998-10-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
28356         * g++.old-deja/g++.pt/explicit74.C: New test.  Explicit
28357         instantiation of template produces incorrect code for delete
28358         expression.
28360         * g++.old-deja/g++.pt/instantiate5.C: New test.  `global
28361         constructors' name is not unique.
28362         * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
28363         * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
28365         * g++.old-deja/g++.other/init8.C: New test.  Uninitialized
28366         automatic array of const is ill-formed.
28368         * g++.old-deja/g++.pt/ttp53.C: New test.  Incorrect substitution
28369         of template parameter?
28371         * g++.old-deja/g++.other/conv3.C: New test.  Conversion discards
28372         const.
28374         * g++.old-deja/g++.other/pmf2.C: New test.  Invalid
28375         pointer-to-member expression.
28377         * g++.old-deja/g++.other/friend5.C: New test.  Bogus friend
28378         declaration causes ICE.
28380 1998-10-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
28382         * g++.old-deja/g++.ns/main1.C: New test.  main() should only be
28383         reserved in the global namespace.
28385         * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
28386         generate needed virtual table.
28388         * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
28390 1998-10-10  Dariush Eslimi  <eslimi@loran.com>
28392         * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
28393         template-dependent type
28395 1998-10-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
28397         * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
28398         * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
28399         * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
28401         * g++.old-deja/g++.other/using5.C: New test; using decl from base
28402         class should be usable as argument of member function.
28403         * g++.old-deja/g++.other/using6.C: New test; using decl from base
28404         class should be usable as return type of member function.
28405         * g++.old-deja/g++.other/using7.C: New test; using decl from base
28406         class should be usable as type of data member.
28408         * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
28410 1998-10-09  Jeffrey A Law  (law@cygnus.com)
28412         * gcc.c-torture/special/920521-1.c: Fix bogus test.
28414 1998-10-08  Nick Clifton  <nickc@cygnus.com>
28416         * gcc.dg/dll-?.c Add thumb to target list.
28417         Fix assembler scan patterns to match current assembler output.
28419 1998-10-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
28421         * g++.old-deja/g++.pt/expr6.C: New test.  operator?: breaks
28422         matching of template brackets.
28424         * g++.old-deja/g++.other/using4.C: New test.  Test using
28425         declarations of methods from base classes.
28427         * g++.old-deja/g++.ns/extern1.C: New test.  Extern declarations
28428         within functions should introduce names into the innermost
28429         enclosing namespace.
28431         * g++.old-deja/g++.other/init7.C: New test.  Retry initialization
28432         of static locals if first initialization throws.
28434 1998-10-07  Jim Wilson  <wilson@cygnus.com>
28436         * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
28438 1998-10-06  Ken Raeburn  <raeburn@cygnus.com>
28440         * gcc.c-torture/special/981006-1.c: New test.  Make sure gcc doesn't
28441         lose track of the possible targets of tablejump insns.
28442         * special/special.exp: Run it.
28444 1998-10-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
28446         * g++.old-deja/g++.pt/friend35.C: New test.  A template function
28447         must be declared before its specializations can be named in friend
28448         declarations.
28450 1998-10-05  Dave Love  <d.love@dl.ac.uk>
28452         * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
28454         * g77.f-torture/execute/io1.f: New test.
28456 1998-10-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
28458         * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
28459         with pointer to template function, for which no argument deduction
28460         is possible.
28462         * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
28463         specialization of template function as argument to template
28464         function.
28466         * g++.old-deja/g++.other/access2.C: New test; Inner class
28467         shouldn't have privileged access to Outer's names.
28469 1998-10-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
28471         * g++.old-deja/g++.pt/friend34.C: New test; name injection of
28472         friend template declared within template class conflicts with
28473         nested class of the same name.
28475         * g++.old-deja/g++.other/badopt1.C: New test; post-increment
28476         is ignored.
28478         * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
28479         object with direct initializer as function declaration.
28481         * g++.old-deja/g++.other/decl2.C: New test; duplicate
28482         initializers.
28484         * g++.old-deja/g++.other/null2.C: New test; conditional operator
28485         involving const pointer and NULL produces incorrect result.
28487         * g++.old-deja/g++.other/typename1.C: New test; template-dependent
28488         type name without `typename' should be rejected with -pedantic.
28490 1998-10-02  Richard Henderson  <rth@cygnus.com>
28492         * g++.old-deja/g++.other/addrof1.C: New test.
28494 1998-10-01  Nick Clifton  <nickc@cygnus.com>
28496         * gcc.c-torture/compile/981001-1.c: New test.
28497         * gcc.c-torture/execute/981001-1.c: New test.
28499 1998-10-01  Jeffrey A Law  (law@cygnus.com)
28501         * gcc.c-torture/compile/981001-2.c: New test.
28502         * gcc.c-torture/compile/981001-3.c: New test.
28503         * gcc.c-torture/compile/981001-4.c: New test.
28505 1998-10-01  Robert Lipe  <robertl@dgii.com>
28507         * lib/objc.exp (objc_target_compile): Add -L during compiles for
28508         multilibbed hosts.   Idea grafted from g77.exp.
28510 1998-09-30  Dave Love  <d.love@dl.ac.uk>
28512         * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
28513         avoid losing on systems which need -lsocket.
28515 1998-09-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
28517         * g++.old-deja/g++.other/bitfld1.C: Expected failure.
28518         * g++.old-deja/g++.other/nested2.C: Ditto.
28519         * g++.old-deja/g++.robertl/eb132.C: No longer an expected
28520         failure.
28522 1998-09-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
28524         * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
28525         preferred over template operator!= for enum bitfields.
28527 1998-09-18  Alexandre Oliva  <oliva@dcc.unicamp.br>
28529         * g++.old-deja/g++.other/nested2.C: Different virtual base classes
28530         that happen to have the same base name, but in different scopes,
28531         are incorrectly rejected.
28533 1998-09-16  Richard Henderson  <rth@cygnus.com>
28535         * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
28536         on the native word size instead of an integer literal.
28538 1998-09-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
28540         * g++.old-deja/g++.other/static2.C: Invocation of static data
28541         member of type pointer-to-function denoted as non-static member.
28543         * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
28544         checks involving function types and aliases.
28546 1998-09-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
28548         * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
28549         redefined to the same non-trivial type.
28551         * g++.old-deja/g++.pt/explicit73.C: Test for proper
28552         namespace-qualification of template specializations declared in
28553         other namespaces.
28555         * g++.old-deja/g++.other/friend4.C: Check whether it is possible
28556         to declare a subset of the specializations of a template function
28557         as friends of specializations of a template class.
28559         * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
28560         member templates that do not fully specialize the enclosing
28561         template class are rejected.
28563 1998-09-11  Dave Love  <d.love@dl.ac.uk>
28565         * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
28567 1998-09-08  Dave Love  <d.love@dl.ac.uk>
28569         * g77.f-torture/execute/u77-test.f (main): New file, somewhat
28570         altered from libf2c/libU77 version.
28572 1998-09-06  Dave Love  <d.love@dl.ac.uk>
28574         * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
28576 1998-09-04  Reid M. Pinchback  <reidmp@MIT.EDU>, Alexandre Oliva  <oliva@dcc.unicamp.br>
28578         * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
28579         (un)signed char are different types for template specialization
28580         purposes.
28582 1998-09-03  Ovidiu Predescu  <ovidiu@aracnet.com>
28584         * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
28585         * objc: ObjC testsuite.
28587 1998-08-31  Catherine Moore  <clm@cygnus.com>
28589         * gcc.c-torture/execute/941014-1.x:  New file.
28591 1998-08-31  Nick Clifton  <nickc@cygnus.com>
28593         * lib/c-torture.exp: Add support for
28594         torture_eval_before_compile and torture_eval_before_execute
28595         variables.
28597 1998-08-30  Jeffrey A Law  (law@cygnus.com)
28599         * gcc.dg/980626-1.c: Delete this test.  We've declared the warning
28600         this test triggers valid.
28602 1998-08-27  Jeffrey A Law  (law@cygnus.com)
28604         * gcc.dg/980827-1.c: New test.
28606 1997-08-26  J"orn Rennecke <amylaar@cygnus.co.uk>
28608         * gcc.c-torture/execute/loop-4b.c: New test.
28610 1998-08-26  Nick Clifton  <nickc@cygnus.com>
28612         * lib/c-torture.exp: Add support for
28613         torture_eval_before_compile and torture_eval_before_execute
28614         variables.
28616 1998-08-25  Jeffrey A Law  (law@cygnus.com)
28618         * gcc.c-torture/compile/980825-1.c: New test.
28620 1998-08-24  Nick Clifton  <nickc@cygnus.com>
28622         * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
28623         count number tests in opt_t0 not good_t0.
28625 1998-08-24  Jeffrey A Law  (law@cygnus.com)
28627         * gcc.c-torture/compile/930326-1.x: Fix typo.
28629 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
28631         * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
28632         causes an ICE.
28634 1998-08-21  Jeffrey A Law  (law@cygnus.com)
28636         * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
28637         STACK_SIZE is defined.
28638         * gcc.c-torture/unsorted/stuct.c: Similarly.
28640         * gcc.c-torture/compile/980821-1.c: New test.
28642 1998-08-21  Jeffrey A Law  (law@cygnus.com)
28644         * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
28646 1998-08-19  Mark Mitchell  <mark@markmitchell.com>
28648         * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
28649         code.
28651 1998-08-09  Mark Mitchell  <mark@markmitchell.com>
28653         * lib/old-dejagnu.exp: Revise handling of `Internal compiler
28654         error'.
28656 1998-08-18  Jeffrey A Law  (law@cygnus.com)
28658         * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
28660 1998-08-16  Jeffrey A Law  (law@cygnus.com)
28662         * gcc.c-torture/compile/980816-1.c: New test.
28664         * gcc.dg/980816-1.c: New test.
28666 1998-08-13  Jeffrey A Law  (law@cygnus.com)
28668         * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
28669         compiler for ieee tests.
28671 1998-08-01  Dave Love  <d.love@dl.ac.uk>
28673         * g77.f-torture/compile/980729-0.f: New test.
28675 1998-07-30  Ken Raeburn  <raeburn@cygnus.com>
28677         * gcc.c-torture/special/eeprof-1.c: New test, for
28678         -finstrument-functions.
28679         * gcc.c-torture/special/special.exp: Run it.
28681 1998-07-29  Jeffrey A Law  (law@cygnus.com)
28683         * gcc.c-torture/compile/980729-1.c: New test.
28685 1998-07-27  Nick Clifton  <nickc@cygnus.com>
28687         * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
28688         __thumb__ is defined, and test for ARM style doubles if so.
28690 1998-07-26  Dave Love  <d.love@dl.ac.uk>
28692         * g77.f-torture/noncompile/980615-0.f: New test.
28694 1998-07-26  H.J. Lu  (hjl@gnu.org)
28696         * gcc.dg/980312-1.c: Do link instead of compile.
28697         * gcc.dg/980313-1.c: Likewise.
28699 1998-07-26  Jeffrey A Law  (law@cygnus.com)
28701         * gcc.c-torture/compile/980726-1.c: New test.
28703 1998-07-25  Dave Love  <d.love@dl.ac.uk>
28705         * g77.f-torture/execute/io0.f: New test.
28707 1998-07-24  Nick Clifton  <nickc@cygnus.com>
28709         * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
28710         an int.
28712 1998-06-18  Michael Meissner  <meissner@cygnus.com>
28714         * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
28715         m32r bugs.
28717 1998-07-17  Nick Clifton  <nickc@cygnus.com>
28719         * gcc.dg/980626-1.c: Expect failures for all toolchains until
28720         c-decl.c:grokdeclarator can handle mode attributes.
28722 1998-07-16  Jeffrey A Law  (law@cygnus.com)
28724         * gcc.c-torture/execute/980716-1.c: New test.
28726 1998-07-13  Jeffrey A Law  (law@cygnus.com)
28728         * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
28729         the mn10200.
28730         * gcc.c-torture/execute/strct-varg-1.x: New file.  Expect failure on
28731         the mn10200.
28732         * gcc.c-torture/execute/va-arg-3.x: Similarly.
28733         * gcc.c-torture/compile/930326-1.x: Similarly.
28735 1998-07-13  Dave Love  <d.love@dl.ac.uk>
28737         * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
28738         New test from Craig.
28740 1998-07-12  Dave Love  <d.love@dl.ac.uk>
28742         * g77.f-torture/noncompile/980616-0.f: New test.
28744         * g77.f-torture/execute/970816-3.f:  New test from Craig.
28746 1998-07-10 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
28748         *  g++.other/singleton.C: Return error value instead of taking
28749         SIGSEGV.
28751 1998-07-10  Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
28753         *  g++.other/singleton.C: New test.   Warning is under dispute.
28754         Runtime crash is not.
28756 1998-07-09  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
28758         * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
28759         ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
28760         using6.C, using7.C}:  New namespace tests.
28762 1998-07-09  Alexandre Oliva   <oliva@dcc.unicamp.br>
28764         * g++.old-deja/g++.other/partspec1.C: Test matching of partial
28765         specialization with typedef'ed names used as array indexes.
28767 1998-07-09  Jeffrey A Law  (law@cygnus.com)
28769         * gcc.c-torture/execute/980709-1.c: New test.
28771         * gcc.dg/980709-1.c: New test.
28773 1998-07-07  Richard Henderson  <rth@cygnus.com>
28775         * gcc.c-torture/execute/bcp-1.c: New test.
28777 1998-07-07  Jeffrey A Law  (law@cygnus.com)
28779         * gcc.c-torture/execute/980707-1.c: New test.
28781 1998-07-06  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
28783         * gcc.c-torture/compile/980706-1.c: New test.
28785 1998-07-01  Dave Love  <d.love@dl.ac.uk>
28787         * g77.f-torture/execute/980701-0.f,
28788         g77.f-torture/execute/980701-1.f: New test from Craig.
28790 1998-07-01  Jeffrey A Law  (law@cygnus.com)
28792         * gcc.c-torture/compile/980701-1.c: New test.
28794         * gcc.c-torture/execute/980701-1.c: New test.
28796 1998-06-30  Klaus-Georg Adams  <Klaus-Georg.Adams@chemie.uni-ka
28797 rlsruhe.de>
28799         * g++.old-deja/g++.robertl/eb132.C: New test.
28800         * g++.old-deja/g++.robertl/eb133.C: Likewise.
28802 1998-06-29  Dave Love  <d.love@dl.ac.uk>
28804         * g77.f-torture/execute/980628-7.f,
28805         g77.f-torture/execute/980628-8.f,
28806         g77.f-torture/execute/980628-9.f,
28807         g77.f-torture/execute/980628-10.f: New tests from Craig.
28809         * g77.f-torture/execute/980628-3.f: Remove mail headers.
28811 1998-06-28  Jeffrey A Law  (law@cygnus.com)
28813         * g77.f-torture/execute/980628-4.f: New test from Craig.
28814         * g77.f-torture/execute/980628-5.f: Likewise.
28815         * g77.f-torture/execute/980628-2.f: Likewise.
28816         * g77.f-torture/execute/980628-0.f: Likewise.
28817         * g77.f-torture/execute/980628-1.f: Likewise.
28818         * g77.f-torture/execute/980628-3.f: Likewise.
28819         * g77.f-torture/execute/980628-6.f: Likewise.
28821 1998-06-28  Jeffrey A Law  (law@cygnus.com)
28823         * lib/g77.exp (default_g77_version): Tweak to make it work in a build
28824         directory when nothing has been installed yet.
28826 1998-06-27  Carlo Wood  <carlo@runaway.xs4all.nl>
28828         * gcc.c-torture/special/special.exp: Handle newer versions of
28829         dejagnu.
28831 1998-06-26  Jeffrey A Law  (law@cygnus.com)
28833         * gcc.dg/980626-1.c: New test.
28835 1998-06-19  Bruno Haible <haible@ilog.fr>
28837         * gcc.misc-tests/m-un-2.c: New test.
28838         * g++.old-deja/g++.other/warn01.c: Likewise.
28840 1998-06-19  Robert Lipe  <robertl@dgii.com>
28842         * gcc.dg/980414-1.c: Move comments outside of ASM to improve
28843         compatibility with assmblers with a different comment character.
28844         Eliminate use of GAS-specific extensions.
28846 1998-06-19  Jeffrey A Law  (law@cygnus.com)
28848         * gcc.c-torture/execute/ieee/980619-1.c: New test.
28850 1998-06-19  Robert Lipe  <robertl@dgii.com>
28852         *lib/g77.exp: Replace search for libf2c.a with search for newly
28853         renamed libg2c.a
28855 1998-06-17  Jeffrey A Law  (law@cygnus.com)
28857         * gcc.c-torture/execute/980617-1.c: New test.
28859 1998-06-12  Jeffrey A Law  (law@cygnus.com)
28861         * gcc.c-torture/execute/980612-1.c: New test.
28863 1998-06-08  Jeffrey A Law  (law@cygnus.com)
28865         * gcc.dg/980523-1.c: Only test on ppc-linux.
28866         * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
28868         * gcc.c-torture/execute/980608-1.c: New test.
28870 1997-06-05  J"orn Rennecke <amylaar@cygnus.co.uk>
28872         * gcc.c-torture/execute/980605-1.c: New test.
28874 1998-06-04  Jeffrey A Law  (law@cygnus.com)
28876         * gcc.c-torture/execute/980604-1.c: New test.
28878 1998-06-02  Jeffrey A Law  (law@cygnus.com)
28880         * gcc.c-torture/execute/980602-1.c: New test.
28881         * gcc.c-torture/execute/980602-2.c: Likewise.
28883 1998-06-02  Dave Love  <d.love@dl.ac.uk>
28885         * 970125-0.f: Fix per JCB.  Add commentary.
28887 1998-05-31  Michael Meissner  <meissner@cygnus.com>
28889         * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
28890         IEEE -0 support.
28892 1998-05-29  Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
28894         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
28895         earlier.
28897 1998-05-28  Catherine Moore <clm@cygnus.com>
28899         * gcc.c-torture/execute/980526-3.c: New test.
28901 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
28903         * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
28904         fail on m68k-motorola-sysv and m88k-motorola-sysv3.
28905         * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
28906         m88k-motorola-sysv3 to XFAIL.
28908 1998-05-26  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
28910         * gcc.dg/980526-1.c: New test.
28911         * gcc.c-torture/execute/980526-2.c: New test.
28913 1998-05-26  Jeffrey A Law  (law@cygnus.com)
28915         * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
28917         * gcc.c-torture/execute/980526-1.c: New test.
28919 1998-05-26  Dave Love  <d.love@dl.ac.uk>
28921         * g77.f-torture/execute/alpha2.f: Add runtime test.
28923 1998-05-24  Jason Merrill  <jason@yorick.cygnus.com>
28925         * g++.old-deja/old-deja.exp: Strip leading directories.
28927         * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
28928         error for the line.  Don't run multiple tests for the same line.
28930 1998-05-23  Jeffrey A Law  (law@cygnus.com)
28932         * gcc.dg/980523-1.c: New test.
28934 1998-05-23  Dave Love  <d.love@dl.ac.uk>
28936         * g77.f-torture/compile/970915-0.f: New test.
28938 1998-05-23  Jason Merrill  <jason@yorick.cygnus.com>
28940         * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
28942 1998-05-21  Jeffrey A Law  (law@cygnus.com)
28944         * gcc.dg/980520-1.c: New test.
28946 1998-05-20  Manfred Hollstein  <manfred@s-direktnet.de>
28948         * gcc.dg/980502-1.c: Fix return type.
28950 1998-05-20  Jeffrey A Law  (law@cygnus.com)
28952         * gcc.dg/{980502-1.c, clobbers.c}: New tests.
28953         * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
28954         * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
28955         * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
28956         * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
28958 1998-05-20  Dave Love  <d.love@dl.ac.uk>
28960         * g77.f-torture/execute/980520-1.f: New test.
28962 1998-05-15  Dave Love  <d.love@dl.ac.uk>
28964         * lib/mike-g77.exp: New file.
28966         * g77.f-torture/noncompile/noncompile.exp,
28967         g77.f-torture/noncompile/check0.f: New files.
28969 1998-05-14  Dave Love  <d.love@dl.ac.uk>
28971         * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
28972         g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
28973         g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
28974         g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
28975         g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
28976         abort where appropriate.
28978 1998-05-05  Michael Meissner  <meissner@cygnus.com>
28980         * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
28981         * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
28983 1998-04-29  Dave Love  <d.love@dl.ac.uk>
28985         * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
28987 1998-04-27  Dave Love  <d.love@dl.ac.uk>
28989         * g77.f-torture/compile/980427-0.f: New test.
28991 1998-04-24  Dave Love  <d.love@dl.ac.uk>
28993         * g77.f-torture/compile/980424-0.f: New test.
28995 1998-04-19  Dave Love  <d.love@dl.ac.uk>
28997         * g77.f-torture/compile/980419-2.f (main): New test.
28998         * g77.f-torture/compile/970125-0.f: New test.
28999         * g77.f-torture/compile/980419-1.f: New test.
29001 1998-04-08  Jim Wilson  <wilson@cygnus.com>
29003         * gcc.c-torture/execute/980407-1.c: Delete test.  Is duplicate
29004         of loop-4.c.
29006 1998-04-07  Jim Wilson  <wilson@cygnus.com>
29008         * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
29010 1998-04-03  Jim Wilson  <wilson@cygnus.com>
29012         * gcc.c-torture/compile/980329-1.c: New test.
29014 1998-03-18  Jim Wilson  <wilson@cygnus.com>
29016         * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
29017         * gcc.dg/980312-1.c: Fix typo in -march command.
29019 1998-03-16  H.J. Lu  (hjl@gnu.org)
29021         * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
29023 1998-03-11  Robert Lipe  <robertl@dgii.com>
29025         * g77.f-torture/execute/980310-5.f: Deleted.  Craig Burley and
29026         Dave Love agree the Fortran source is bogus.
29028 1998-03-11  Robert Lipe  <robertl@dgii.com>
29030         * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
29031         g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
29032         g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
29033         g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
29034         * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
29036 1998-03-10  Alexandre Oliva   <oliva@dcc.unicamp.br>
29038         * g++.old-deja/g++.other/friend1.C: New test.
29040 1998-02-18  Dave Love  <d.love@dl.ac.uk>
29042         * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
29043         possibly uninitialized) variables and declare dnrm2.
29045 1998-02-23  Robert Lipe <robertl@dgii.com>
29047         From Bruno Haible <haible@ilog.fr>:
29048         * gcc.c-torture/execute/980223.c: New test.
29050 1998-02-13  Jeffrey A Law  (law@cygnus.com)
29052         * gcc.dg/ifelse-1.c: New test.
29054 1998-02-09  H.J. Lu  (hjl@gnu.org)
29056         * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
29058           * lib/old-dejagnu.exp (old-dejagnu): Added the
29059           "execution test - XFAIL *-*-*" handling in the spirit of
29060           "excess errors test -". Changed the "execution test fails"
29061           handling to be like "excess errors test fails".
29062           * Update various tests accordingly.
29064 1998-02-06  Jim Wilson  <wilson@cygnus.com>
29066         * gcc.c-torture/execute/980205.c: New test.
29068 1998-01-18  Jeffrey A Law  (law@cygnus.com)
29070         * lib/c-torture.exp: Look for .x files instead of .cexp files.
29071         * lib/f-torture.exp: Similarly.
29072         * gcc.c-torture: Rename all .cexp files to .x files.
29074 1997-12-08  J"orn Rennecke <amylaar@cygnus.co.uk>
29076         * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
29077         (940510-1.c): Removed duplicate.
29078         (971104-1.c): New test.
29080 1997-11-25  Kate Hedstrom  (kate@ahab.rutgers.edu)
29082           * lib/f-torture.exp: Improve error and loop detection.
29084 1997-11-19  Michael Meissner  <meissner@cygnus.com>
29086         * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
29087         use that to size the filler array.
29089 1997-09-26  Bob Manson  <manson@charmed.cygnus.com>
29091         * lib/c-torture.exp(c-torture-execute): Fix typo.
29093         * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
29094         testcase as the executable name. Keep the executable around if
29095         the test fails.
29097 1997-09-19  Bob Manson  <manson@charmed.cygnus.com>
29099         * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
29100         changes.  Only test one -g option, and move it to the end of the
29101         list of options to test.
29103 1997-09-19  Michael Meissner  <meissner@cygnus.com>
29105         * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
29106         variable GCC_TORTURE_OPTIONS to supply default switches separated
29107         by colons.  If no environment variable, run tests with -O0 -g, -O1
29108         -g, and -O2 -g as well.
29110 1997-09-17  Bob Manson  <manson@charmed.cygnus.com>
29112         * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
29113         explanatory comments. Fix indentation.
29115 1997-09-15  Jeffrey A Law  (law@cygnus.com)
29117         * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
29119 1997-09-11  Jeffrey A Law  (law@cygnus.com)
29121         * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
29122         * g++.old-deja/g++.mike/p7325.C: Likewise.
29123         * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
29125 1997-09-11  Alexandre Oliva  (oliva@dcc.unicamp.br)
29127         * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
29128         * g++.old-deja/g++.brendan/crash30.C: Likewise.
29129         * g++.old-deja/g++.brendan/crash39.C: Likewise.
29130         * g++.old-deja/g++.law/operators4.C: Likewise.
29132 1997-09-11  Joe Buck  (jbuck@synopsys.com)
29134         * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
29135         * g++.old-deja/g++.mike/p784.C: Ditto.
29136         * g++.old-deja/g++.mike/p785.C: Ditto.
29138 1997-09-05  Jeffrey A Law  (law@cygnus.com)
29140           * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
29142 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
29144         * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
29145         target feature; pass this to c-torture-execute as needed.
29147 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
29149         * lib/c-torture.exp(c-torture-execute): If the previous and the
29150         current executables being tested are identical, we don't need to
29151         run the executable again. Try to make the executable names
29152         unique. Add an optional argument for passing additional compiler
29153         flags.
29155 1997-09-02  Doug Evans  <dje@canuck.cygnus.com>
29157         * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
29159 1997-08-29  Jeffrey A Law  (law@cygnus.com)
29161         * gcc.c-torture/execute/921007-1.c: Make strcmp static.
29163 1997-07-31  Jeffrey A Law  (law@cygnus.com)
29165         * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
29166         32bit or larger longs.
29168         * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
29169         have either a 32bit long or 32bit int.
29171 1997-07-29  J"orn Rennecke <amylaar@cygnus.co.uk>
29173         * gcc.c-torture/execute/conversion.c (test_float_to_integer):
29174         Make double precision tests dependent on sizeof (double).
29176 1997-07-09  Bob Manson  <manson@charmed.cygnus.com>
29178         * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
29179         too.
29181 1997-06-17  J"orn Rennecke <amylaar@cygnus.co.uk>
29183         * gcc.c-torture/compile/961203-1.cexp: New script.
29185 1997-06-16  Bob Manson  <manson@charmed.cygnus.com>
29187         * lib/g++.exp(g++_init): Use g++_include_flags instead of making
29188         up the includes ourselves.
29190 1997-06-11  Bob Manson  <manson@charmed.cygnus.com>
29192         * lib/plumhall.exp: Remove random include, and add a few
29193         verbose messages for debugging.
29195 1997-06-06  Bob Manson  <manson@charmed.cygnus.com>
29197         * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
29198         of trying to do it ourselves.
29200 1997-06-04  J"orn Rennecke <amylaar@cygnus.co.uk>
29202         * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
29204 1997-06-04  Bob Manson  <manson@charmed.cygnus.com>
29206         * gcc.prms/5403.c: Made regexp a bit less strict.
29208 1997-06-03  Bob Manson  <manson@charmed.cygnus.com>
29210         * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
29211         is returned from remote_load instead.
29212         * lib/plumhall.exp: Ditto.
29213         * lib/mike-g++.exp: Ditto.
29214         * lib/old-dejagnu.exp: Ditto.
29215         * lib/c-torture.exp: Ditto.
29217 1997-05-30  Bob Manson  <manson@charmed.cygnus.com>
29219         * lib/g++.exp: Use build_wrapper procedure.
29220         * lib/gcc.exp: Ditto.
29222 1997-05-20  Jeffrey A Law  (law@cygnus.com)
29224         * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
29225         an old-style decl for malloc.  Fixes tests to work when
29226         sizeof (int) != sizeof (size_t).
29228 1997-05-15  Mike Meissner  <meissner@cygnus.com>
29230         * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
29232         * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
29233         use stdargs.h interface.
29235 1997-05-15  Mike Meissner  <meissner@cygnus.com>
29237         * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
29238         NO_VARARGS when compiling.
29240 1997-05-01  Bob Manson  <manson@charmed.cygnus.com>
29242         * lib/plumhall.exp(ph_includes): New procedure.
29243         (ph_make): Use it.
29244         (ph_compiler): Ditto.
29246         * lib/g++.exp: Rename test-glue.c to testglue.c.
29247         * lib/gcc.exp: Ditto.
29249 1997-04-10  Bob Manson  <manson@charmed.cygnus.com>
29251         * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
29252         to completion when it's called.
29254 1997-03-21  Michael Meissner  <meissner@cygnus.com>
29256         * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
29257         is defined, don't do test.
29259 1997-03-20  Doug Evans  <dje@canuck.cygnus.com>
29261         * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
29262         for object files.
29263         (ph_summary): Mark skipped testcases as untested, not unresolved.
29265         * lib/plumhall.exp (ph_make): If unresolved because of bad
29266         errorCode, record errorCode in log file.
29267         (*): Replace send_log/verbose with verbose -log.
29269 1997-03-19  Michael Meissner  <meissner@cygnus.com>
29271         * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
29272         double conversion if double isn't at least 8 bytes.
29274         * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
29275         int to work with targets where int is 16 bits.
29277         * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
29278         8 bytes, just exit, since 4 byte doubles don't have enough bits of
29279         precision for the test to complete.
29281 1997-03-14  Michael Meissner  <meissner@cygnus.com>
29283         * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
29284         if d10v is not compiled with the -mdouble64 flag.
29285         * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
29287         * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
29288         d10v is not compiled with the -mint32 flag.
29290 1997-03-13  Bob Manson  <manson@charmed.cygnus.com>
29292         * lib/plumhall.exp: Use incr_count.
29294 1997-03-12  Jeffrey A Law  (law@cygnus.com)
29296         * gcc.c-torture: Update to c-torture-1.45.
29298 1997-02-23  Bob Manson  <manson@charmed.cygnus.com>
29300         * lib/gcc.exp(gcc_init): Add args parameter (which will contain
29301         the name of the expect testcase file).
29303         * lib/g++.exp(g++_init): Ditto.
29305 1997-02-20  Bob Manson  <manson@charmed.cygnus.com>
29307         * lib/g++.exp(g++_exit): $gluefile lives on the build, not
29308         the host.
29310         * lib/gcc.exp(gcc_exit): New procedure.
29312 1997-02-19  Bob Manson  <manson@charmed.cygnus.com>
29314         * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
29315         specs where appropriate.
29317         * g++.old-deja/g++.arm/*: Added additional ERROR checks
29318         because of new "candidates are" messages, and removed a few
29320         * Converted all non-old-style g++ testcases to old-style, and
29321         moved into g++.old-deja.
29323 1997-02-14  Bob Manson  <manson@charmed.cygnus.com>
29325         * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
29326         options.
29328         * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
29329         succeeded.
29331         * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
29333 1997-02-13  Michael Meissner  <meissner@cygnus.com>
29335         * lib/gcc.exp (gcc_target_compile): Add support for defining
29336         NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
29337         the machine doesn't have those features.
29339 1997-02-11  Bob Manson  <manson@charmed.cygnus.com>
29341         * g++.law/operators4.exp: Don't use LIBS.
29343 1997-02-08  Bob Manson  <manson@charmed.cygnus.com>
29345         * g++.law/virtual1.exp: Don't use CXX_FLAGS.
29347         * lib/mike-g++.exp: Don't set the compiler to be tested here.
29348         * lib/g++.exp: Set it here instead. Also, allow use of the
29349         --tool_exec and --tool_opt options. Change CXX to
29350         GXX_UNDER_TEST.
29352         * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
29354         * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
29356 1997-02-07  Bob Manson  <manson@charmed.cygnus.com>
29358         * lib/old-dejagnu.exp: Use prune_warnings instead of
29359         prune_system_crud.
29360         * lib/mike-g++.exp: Ditto.
29361         * lib/gcc.exp: Ditto.
29362         * lib/g++.exp: Ditto.
29364         * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
29366 1997-02-07  Jeffrey A Law  (law@cygnus.com)
29368           * 941014-2.c: Include stdlib.h
29369           * 960327-1.c: Include stdio.h
29370           * dbra.c, index-1.c: Don't assume ints are 32bits.
29372 1997-02-04  Bob Manson  <manson@charmed.cygnus.com>
29374         * lib/gcc.exp: Add gcc,stack_size target feature.
29376         * lib/g++.exp(g++_target_compile): Add the include and link
29377         paths here, not in two other places. And, it's $options, not
29378         options.
29380         * lib/mike-g++.exp(postbase): Remove the code that determines
29381         the correct include and link paths.
29382         * g++.old-deja/old-deja.exp: Ditto.
29384 1997-02-03  Bob Manson  <manson@charmed.cygnus.com>
29386         * lib/g++.exp(g++_init): target_compile no longer returns the
29387         filename of the result.
29389 1997-02-02  Bob Manson  <manson@charmed.cygnus.com>
29391         * gcc.misc-tests/gcov.exp: Add -nocomplain to the
29392         call to glob.
29394         * gcc.c-torture/special/special.exp: Change call to
29395         gcc_target_compile to include the object file.
29397 1997-02-02  Ian Lance Taylor  <ian@cygnus.com>
29399         * gcc.c-torture/special/special.exp: Correct misspelling in last
29400         change.
29402 1997-02-01  Bob Manson  <manson@charmed.cygnus.com>
29404         * lib/plumhall.exp(ph_summary): Log the entire output of the
29405         executable. Return -1 if there were any failures, 0 otherwise.
29406         (ph_execute): Return -1 if there were any failures, 0 otherwise.
29407         (ph_make): Clean up objects and executables that were built
29408         if the tests succeeded.
29410 1997-01-30  Bob Manson  <manson@charmed.cygnus.com>
29412         * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
29413         libraries and includes in the build tree as appropriate.
29415 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
29417         * lib/c-torture.exp: Instead of looking for the global variable
29418         NO_LONG_LONG, check to see if that's a feature of the target.
29420 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
29422         * config/default.exp: Minimize. Delete the remainer of the files in
29423         config; this functionality is now in devo/dejagnu/config.
29425         g++.*/*: Pass any additional flags used to compile to postbase;
29426         delete CXXFLAGS.
29428         gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
29429         is now done by runtest.exp. Use gcc_target_compile instead of
29430         compile.
29432         lib/c-torture.exp: Use gcc_target_compile instead of compile.
29433         Remove references to CFLAGS. Use remote_file instead of
29434         calling rm -f.
29435         (c-torture): Take a list of arguments to use to compile this
29436         testcase.
29438         lib/g++.exp: Simplify. Use target_compile instead of compile.
29439         lib/gcc-dg.exp: Ditto.
29440         lib/gcc.exp: Ditto.
29441         lib/mike-{gcc,g++}.exp: Ditto.
29442         lib/old-dejagnu.exp: Ditto.
29443         lib/plumhall.exp: Ditto.
29445 1997-01-08  Jim Wilson  <wilson@cygnus.com>
29447         * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
29448         (ph_linker): Likewise.
29450 1996-11-13  Joern Rennecke <amylaar@cygnus.com>
29452           * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
29453         MAP_ANON / MAP_ANONYMOUS if defined;
29454         else try to map from /dev/zero .
29456 1996-11-12  Jeffrey A Law  (law@cygnus.com)
29458         * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}:  If MAP_ANON
29459         isn't defined, then define it to MAP_ANONYMOUS.
29461 1996-11-12  Jeffrey A Law  (law@cygnus.com)
29463         * gcc.c-torture: Update to c-torture-1.42 release.
29465 1996-11-11  Jeffrey A Law  (law@cygnus.com)
29467         * gcc.c-torture: Update to c-torture-1.41 release.
29469 1996-10-27  Jeffrey A Law  (law@cygnus.com)
29471         * gcc.c-torture/execute/enum-1.c: New test.  Will be in next
29472         c-torture release.
29474 1996-08-15  Brendan Kehoe  <brendan@lisa.cygnus.com>
29476         * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
29477         and LDFLAGS.  Fix second case to append the target_info ldflags
29478         onto LDFLAGS, not CFLAGS.
29479         * lib/g++.exp (g++_init): Add target_info stuff.
29480         * lib/old-dejagnu.exp (old-dejagnu-init): Likewise.  Add inclusion
29481         of libgloss and newlib flags for !native.
29483         * config/proelf.exp: Load remote.exp and do `push_target hppro'.
29484         (GDB): Fix relative path to go up another dir for finding gdb.
29486 1996-08-08  Rob Savoye  <rob@chinadoll.cygnus.com>
29488         * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
29489         versions in the target_info array, if they don't exist.
29491 1996-08-02  Brendan Kehoe  <brendan@lisa.cygnus.com>
29493         * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
29495 1996-07-08  Jim Wilson  <wilson@cygnus.com>
29497         * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
29498         * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
29500 1996-07-01  Bob Manson  <manson@charmed.cygnus.com>
29502         * lib/old-dejagnu.exp: Don't remove the output file before we've
29503         actually tested it. Don't append pwd to the path of the executable
29504         we're testing.
29506 1996-06-30  Doug Evans  <dje@canuck.cygnus.com>
29508         * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
29510 1996-06-26  Bob Manson  <manson@charmed.cygnus.com>
29512         * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
29513         temporary directory for compiler files, and set it to a default
29514         value of /tmp. Set $output as the name of the output file from
29515         compiling the testcase. Add a -o option to $cflags_var so the
29516         compiler writes the final output file as $output. Set $executable
29517         to $output.
29519         * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
29520         directory for compiler files, and set it to /tmp if it doesn't
29521         already have a value. Set $output_file to the name of the output
29522         file from compiling the testcase. Add a -o option to CXXFLAGS so
29523         the compiler writes the final output file as $output. Use $output
29524         as the executable to be tested.
29526 1996-06-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
29528         * lib/g++.exp: Also add -Wl,-rpath,... for linux.
29530 1996-06-08  Jeffrey A Law  (law@cygnus.com)
29532         * gcc.c-torture/execute/pending-1.c: New test.  Still
29533         pending in Tege's queue.
29535 1996-04-24  Jim Wilson  <wilson@chestnut.cygnus.com>
29537         * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
29538         Add variables local_failcnt and local_unresolvedcnt.  Call gcc_fail
29539         if there were failures.  Call unresolved if there were unresolved
29540         testcases.  Call gcc_fail if program did not run to completion.
29541         (ph_make): Pass additional argument name to ph_execute.
29542         (ph_execute): Add new argument.  Pass additional arguments to
29543         ph_summary.  Call gcc_fail is there is no execution output.
29545 1996-04-24  Jeffrey A Law  (law@cygnus.com)
29547         * lib/plumhall.exp (proc_summary): Output relavent summary
29548         lines into the log so specific failures in plumhall can be
29549         investigated.
29551 1996-04-10  Jeffrey A Law  (law@cygnus.com)
29553         * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
29554         (c-torture-execute): Don't try to execute tests which use
29555         "long long" types if $NO_LONG_LONG is nonzero.
29557 1996-04-08  Doug Evans  <dje@canuck.cygnus.com>
29559         * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
29560         not c-torture.
29562         * gcc.ieee: Move from here.
29563         * gcc.c-torture/execute/ieee: To here.
29565 1996-03-26  Jeffrey A Law  (law@cygnus.com)
29567         * gcc.c-torture: Update to c-torture-1.41 release.
29569 1996-03-22  Jeffrey A Law  (law@cygnus.com)
29571         * lib/c-torture.exp (c-torture-execute): Remove "$executable",
29572         not "$output".
29574 1996-03-07  Doug Evans  <dje@charmed.cygnus.com>
29576         * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
29577         -c present.
29579 1996-03-02  Jeffrey A Law  (law@cygnus.com)
29581         * config/proelf.exp: Handle connecting to a simulator.
29583 1996-01-31  Jeffrey A Law  (law@cygnus.com)
29585         * config/proelf.exp: New file.  Enough framework that we can
29586         run c-torture tests on the proelf targets (or any other target
29587         that gdb can connect to for that matter).
29589 1996-01-29  Doug Evans  <dje@canuck.cygnus.com>
29591         * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
29592         * gcc.ph/testing/limits/limits.exp: Likewise.  Don't pass $CFLAGS.
29594         * lib/plumhall.exp (ph_execute): Always call ph_summary if
29595         exec_output exists.
29597 1996-01-28  Doug Evans  <dje@charmed.cygnus.com>
29599         * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
29600         (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
29602         * config/*.exp: Update FSF address.  Change result of ${tool}_load
29603         to pass/fail/unresolved/unsupported/untested.  Caller must now
29604         call unresolved/unsupported/untested.
29605         * lib/*.exp: Update FSF address.  Update to handle new results of
29606         ${tool}_load.
29607         * lib/chill.exp (verbose): Delete.
29609 1996-01-27  Doug Evans  <dje@charmed.cygnus.com>
29611         * lib/gcc.exp (default_gcc_start): Change order of args to
29612         $LDFLAGS $CFLAGS $LIBS.
29613         * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
29614         Save/set/restore CFLAGS.  Pass single arg to gcc_start.
29615         * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
29616         (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
29617         * gcc.misc-tests/dg-test.exp: Likewise.
29618         * gcc.misc-tests/msgs.exp: Likewise.
29619         * gcc.prms/prms.exp: Likewise.
29620         * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
29621         (CFLAGS,LIBS): Delete references.  Don't pass $CFLAGS to dg-runtest.
29623         * lib/dg.exp: Deleted, moved to dejagnu/lib.
29625 1996-01-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
29627         * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
29629         * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
29630         * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
29632         * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
29633         necessary.
29635 1996-01-20  Brendan Kehoe  <brendan@cygnus.com>
29637         * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
29638         global for loop; add use of $mathlib.
29639         * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
29640         settings here; set mathlib for anything but VxWorks.
29642 1996-01-22  Jeffrey A Law  (law@cygnus.com)
29644         * gcc.c-torture: Update to c-torture-1.40 release.
29646 1996-01-03  Jeffrey A Law  (law@cygnus.com)
29648         * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
29649         dg.exp.
29651 1995-12-03  Jeffrey A. Law  <law@sethra.cygnus.com>
29653         * lib/c-torture.exp (c-torture-execute): Declare "output" as
29654         global.
29656 1995-11-17  Doug Evans  <dje@canuck.cygnus.com>
29658         * lib/g++.exp (LIBS): Define if not already.
29659         * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
29660         (gcc-dg-prune): Call prune_gcc_output.
29661         * lib/gcc.exp (prune_gcc_output): New proc.
29662         * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
29663         prune_gcc_output.
29665 1995-11-16  Doug Evans  <dje@canuck.cygnus.com>
29667         * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
29668         (c-torture-execute): Likewise.  Rename `name' to `testcase'.
29670 1995-11-15  Jeffrey A Law  (law@cygnus.com)
29672         * gcc.c-torture: Update to c-torture-1.39 release.
29674 1995-11-04  Doug Evans  <dje@canuck.cygnus.com>
29676         * lib/c-torture.exp (c-torture-execute): Don't return if one option
29677         fails, try others as well.
29679 1995-11-02  Doug Evans  <dje@canuck.cygnus.com>
29681         * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
29682         If compilation fails, mark execute tests as `untested'.
29683         If test is marked as unsupported, don't mark compilation and
29684         execute tests as failed.
29686 1995-10-25  Brendan Kehoe  <brendan@lisa.cygnus.com>
29688         * lib/g++.exp (g++_init): Don't link in libg++, and look to
29689         libstdc++ for whether or not we want to be doing shared
29690         libraries.  Delete link_curses since we don't need it anymore.
29691         * lib/mike-g++.exp (postbase): Don't link in libg++.
29692         * g++.old-deja/old-deja.exp: Likewise.
29694 1995-10-23  Brendan Kehoe  <brendan@lisa.cygnus.com>
29696         * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
29698 1995-10-17  Brendan Kehoe  <brendan@lisa.cygnus.com>
29700         * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
29701         For that, add `-Wl,-a,shared_archive'.
29702         * g++.old-deja/old-deja.exp: Likewise.
29704 1995-10-17  Doug Evans  <dje@canuck.cygnus.com>
29706         * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
29708 1995-10-16  Brendan Kehoe  <brendan@cygnus.com>
29710         * lib/mike-g++.exp (postbase): Pay attention to the status of
29711         g++_load.
29713 1995-10-16  Brendan Kehoe  <brendan@lisa.cygnus.com>
29715           * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
29717 1995-10-16  Doug Evans  <dje@canuck.cygnus.com>
29719         * lib/gcc.exp (default_gcc_start): No longer need to log program
29720         being executed or its output, execute_anywhere does that now.
29721         * lib/g++.exp (default_g++_version): Call execute_anywhere.
29722         (default_g++_start): Likewise.  Delete calls to verbose/send_log.
29724 1995-10-12  Brendan Kehoe  <brendan@lisa.cygnus.com>
29726         * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
29727         the same as those in lib/g++.exp.
29729 1995-10-10  Jeff Law  (law@hurl.cygnus.com)
29731         * gcc.c-torture: Update to c-torture-1.38 release.
29732         * gcc.ieee: Related changes.
29734 1995-10-06  Rob Savoye  <rob@darkstar.cygnus.com>
29736         * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
29737         "exec". Minor reformatting changes.
29739         * config/rom68k.exp (${tool}_load): Make it work in a canadian
29740         cross. This means all "exec" calls now work on a remote host as
29741         well.
29742         * lib/c-torture.exp (c-torture-compile): Make work for a canadian
29743         cross. Filter out the extra "\r\n" stuff that expect puts in.
29744         (c-torture-execute): Filter out the bogus warnings like
29745         c-torture-compile does. Add support for canadian cross.
29746         * lib/gcc.exp (default_gcc_version, default_gcc_start)
29747         Use execute_anywhere rather than calling exec directly. Now it
29748         works for canadian cross testing.
29750 1995-10-05  Brendan Kehoe  <brendan@rtl.cygnus.com>
29752         * lib/g++.exp: Add -nocomplain flag to glob.  Use catch to put the
29753         results into a variable, and check that rather than using file exists.
29755 1995-10-04  Brendan Kehoe  <brendan@lisa.cygnus.com>
29757         * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
29758         create a libg++.so.  For sunos4.1.*, also add -ltermcap.
29760 1995-09-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
29762         * g++.old-deja/old-deja.exp: Create and pass runshlib and
29763         lib_curses if there's a shared libg++ in the build tree.
29765 1995-09-22  Doug Evans  <dje@canuck.cygnus.com>
29767         * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
29768         if not supported target.
29770 1995-09-22  Brendan Kehoe  <brendan@lisa.cygnus.com>
29772         * lib/g++.exp (g++_init): Move empty setting of runshlib and
29773         link_curses up to always happen, not just for native builds.
29775 1995-09-21  Jeff Law  (law@snake.cs.utah.edu)
29777         * gcc.c-torture: Update to c-torture-1.36 release.
29778         * gcc.failure: Related changes.
29780 1995-09-20  Doug Evans  <dje@canuck.cygnus.com>
29782         * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
29784 1995-09-19  Brendan Kehoe  <brendan@lisa.cygnus.com>
29786         * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
29787         * lib/mike-g++.exp (postbase): Not in here.  Still reference
29788         runshlib, link_curses, and mathlib for link and run.
29790         * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
29791         pass the runtime shared library options for Solaris, OSF/1, and
29792         Irix5, and link with -lcurses to avoid unresolved references.
29794 1995-09-13  Brendan Kehoe  <brendan@lisa.cygnus.com>
29796         * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
29797         only run once.
29799 1995-09-13  Doug Evans  <dje@canuck.cygnus.com>
29801         * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
29803 1995-09-11  Jeff Law  (law@snake.cs.utah.edu)
29805         * gcc.c-torture: Update to c-torture-1.35 release.  Note we
29806         do not have a framework for the "compat" tests yet.
29808 1995-09-09  Brendan Kehoe  <brendan@lisa.cygnus.com>
29810         * lib/mike-g++.exp (postbase): New local variable `mathlib',
29811         set to null if we're testing vxworks5.1.  Use that instead of
29812         `-lm' in the setting of LIBS for link and run.
29814 1995-09-08  Brendan Kehoe  <brendan@lisa.cygnus.com>
29816         * config/rom68k.exp (${tool}_load): Major changes to make it
29817         work.  Verified that it does in fact return the stuff in
29818         exec_output properly.  Catch any Emul or any TRAP other than 0.
29820 1995-09-07  Brendan Kehoe  <brendan@lisa.cygnus.com>
29822         * lib/mike-g++.exp (prebase): Call g++_init at the end to set
29823         LDFLAGS properly for targets that need stuff from libgloss.
29824         * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
29825         only run once.
29826         (gpp_initialized): New variable.
29828 1995-09-06  Rob Savoye  <rob@darkstar.cygnus.com>
29830         * config/rom68k.exp: Load libgloss.exp.
29831         * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
29832         so we can produce a fully linked binary.
29833         * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
29834         so we can produce a fully linked binary.
29836 1995-09-03  Doug Evans  <dje@canuck.cygnus.com>
29838         * lib/plumhall.exp (ph_section): Watch for expected failures.
29839         Add missing `else'.
29841         * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
29842         run the testcase.
29843         (c-torture): Likewise.
29845 1995-08-28  Doug Evans  <dje@cygnus.com>
29847         * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
29849         * lib/mike-g++.exp (mike_cleanup): New proc.
29850         (prebase): New globals compiler_result, not_compiler_result,
29851         target_regexp.
29852         (postbase): Likewise.  Call mike_cleanup.  Pass "--" to regexp to
29853         allow leading "-" in pattern.  Watch for unsupported tests.
29854         If $compiler_result is set, pattern match assembler code,
29855         and ditto for $not_compiler_result.
29856         * lib/mike-gcc.exp: Likewise.
29858         * lib/plumhall.exp (ph_execute): Only call ph_summary if
29859         execution "succeeded".
29861 1995-08-14  Doug Evans  <dje@canuck.cygnus.com>
29863         * config/win32.exp: New file.
29864         * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
29866 1995-08-04  Doug Evans  <dje@canuck.cygnus.com>
29868         * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
29869         unsupported.
29870         * lib/mike-{gcc,g++}.exp (postbase): Likewise.
29871         * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
29872         * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
29874         * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
29875         "... without exceptions was ...".  That is now handled by
29876         prune_system_crud.
29877         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
29879 1995-08-01  Doug Evans  <dje@canuck.cygnus.com>
29881         * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
29882         sieve.c,sort2.c}: New files.
29883         * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
29884         sieve.exp,sort2.exp}: Drivers for them.
29886         * lib/mike-gcc.exp (program_output): New user settable variable.
29887         (postbase): Call prune_system_crud.  Also prune extraneous compiler
29888         messages.
29889         * lib/mike-g++.exp (program_output): New user settable variable.
29891         * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
29893         * config/sh.exp: Deleted (use sim.exp instead).
29895 1995-07-28  Brendan Kehoe  <brendan@lisa.cygnus.com>
29897         * config/vx.exp: Declare CHECKTASK as global.
29898         * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
29899         * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
29900         * lib/old-dejagnu.exp: Load [pwd]/$executable.
29902 1995-07-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
29904         * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
29905         target. Like vx.exp, only includes `vx29k.exp' instead of
29906         `vxworks.exp'.
29908 1995-07-23  Ian Lance Taylor  <ian@cygnus.com>
29910         * config/sim.exp: Increase time limit from 120 seconds to 240.
29912 1995-07-06  Jeffrey A. Law  <law@rtl.cygnus.com>
29914         * gcc.c-torture/execute/950628-1.c: New test.
29916 1995-06-10  Jeff Law  (law@snake.cs.utah.edu)
29918         * gcc.c-torture: Update with changes/additions from
29919         c-torture-1.34.
29921 1995-06-05  Doug Evans  <dje@canuck.cygnus.com>
29923         * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
29925 1995-06-04  Jeff Law  (law@snake.cs.utah.edu)
29927         * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
29929 1995-06-01  Jeff Law  (law@snake.cs.utah.edu)
29931         * gcc.c-torture/compile/950512-1.c: New test.
29932         * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
29933         * gcc.dg/struct-ret-1.c: Likewise.
29935 1995-05-31  Doug Evans  <dje@canuck.cygnus.com>
29937         * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
29938           930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
29940 1995-05-30  Doug Evans  <dje@canuck.cygnus.com>
29942         * gcc.c-torture/special/920411-1.c: Deleted.
29943         * gcc.c-torture/special/special.exp: Delete 920411-1.c.
29945 1995-05-22  Doug Evans  <dje@chestnut.cygnus.com>
29947         * config/sim.exp (${tool}_load): Hack in call to bash to get a
29948         cpu limit.
29950 1995-05-12  Torbjorn Granlund  <tege@rtl.cygnus.com>
29952         * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
29954 1995-05-04  Torbjorn Granlund  <tege@adder.cygnus.com>
29956         From kenner;
29957         * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
29958         is the proper length.
29959         * va-arg-3.c: Likewise.
29961 1995-04-30  Doug Evans  <dje@canuck.cygnus.com>
29963         * lib/dg.exp: Moved to dejagnu/lib.  Copy kept here (for awhile).
29964         * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
29966         * lib/gcc.exp (default_gcc_start): Delete old cruft.  Delete result.
29967         * lib/g++.exp (default_g++_start): Delete old cruft.
29969 1995-04-25  Torbjorn Granlund  <tege@cygnus.com>
29971         * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
29972         (2 * (1 << 18)) to (2 * (1 << 17)).
29974         * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
29976 1995-04-20  J.T. Conklin  <jtc@rtl.cygnus.com>
29978         * config/rom68k.exp: Renamed from config/idp.exp
29980 1995-04-18  Torbjorn Granlund  <tege@rtl.cygnus.com>
29982         * c-torture/compile/921109-2.c
29984 1995-04-18  Mike Stump  <mrs@cygnus.com>
29986         * lib/old-dejagnu.exp: We expect Execution test failure if we expected
29987         excess errors.
29989 1995-04-15  Doug Evans  <dje@chestnut.cygnus.com>
29991         * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
29992         output.
29993         * lib/g++.exp (default_g++_start): Likewise.
29995 1995-03-29  Torbjorn Granlund  <tege@adder.cygnus.com>
29997         * gcc.c-torture/compile/950329-1.c: New test.
29999 1995-03-28  J.T. Conklin  <jtc@rtl.cygnus.com>
30001           * config/bug.exp (${tool}_load): Updated to use new remote_open
30002           and remote_close procs.
30003         * config/idp.exp: New file.
30005 1995-03-22  Torbjorn Granlund  <tege@rtl.cygnus.com>
30007         * gcc.c-torture/execute/950322-1.c: New test.
30009 1995-03-21  Doug Evans  <dje@canuck.cygnus.com>
30011         * config/vx.exp (${tool}_load): Clean up testing of return code from
30012         vxworks_ld and vxworks_spawn.
30014 1995-03-21  Doug Evans  <dje@deneb.cygnus.com>
30016         * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
30018 1995-03-13  Mike Stump  <mrs@cygnus.com>
30020         * lib/old-deja.exp: Add `excess errors test - ' error, now one
30021         can mark excess errors on a machine by machine basis.  Note, the
30022         default is to not expect any excess errors, even when excess
30023         errors test - is given, so you will want to put an XFAIL ... on
30024         these lines.  For example, // excess errors test - XFAIL hppa*-*-*
30025         mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
30026         those 4 machines, but no others.
30028 1995-03-10  J.T. Conklin  <jtc@rtl.cygnus.com>
30030         * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
30031         * lib/c-torture.exp: to here.
30033 1995-03-10  Torbjorn Granlund  <tege@adder.cygnus.com>
30035         * gcc.c-torture/execute/950221-1.c: New test.
30036         * gcc.c-torture/execute/struct-ret-1.c: New test.
30037         * gcc.c-torture/compile/950221-1.c: New test.
30039         * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
30041 1995-03-03  Doug Evans  <dje@canuck.cygnus.com>
30043         * gcc.c-torture/execute/arith-1.c (main): Return 0.
30044         * gcc.c-torture/execute/arith-rand.c (main): Return 0.
30046 1995-03-01  Gerald Baumgartner  (gb@lorenzo.cs.purdue.edu)
30048         * g++.gb: New directory of tests, derived from my signature and
30049         class scoping tests.
30051         * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
30052         * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
30053         * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
30054         * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
30055         * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
30056         * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
30057         * g++.gb/sig25.C: Likewise.
30059         * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
30060         * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
30061         * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
30062         * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
30063         * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
30064         * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
30065         * g++.gb/sig25.exp: Likewise.
30067         * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
30068         * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
30069         * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
30070         * g++.gb/scope13.C: Likewise, this test still fails.
30072         * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
30073         * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
30074         * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
30075         * g++.gb/scope13.exp: Ditto.
30077         * g++.gb/README: New file, explains what these tests are about.
30079 1995-02-28  Doug Evans  <dje@canuck.cygnus.com>
30081         * lib/dg.exp (dg-do): Support `preprocess'.
30082         (dg-test): Likewise.
30084 1995-02-13  J.T. Conklin  <jtc@rtl.cygnus.com>
30086         * config/udi.exp: change "continue -expect" to "exp_continue".
30088 1995-02-11  Torbjorn Granlund  (tege@tiny.cygnus.com)
30090         * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
30091         Delete redundant tests.
30093         * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
30094         * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
30095         * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
30096         * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
30097         * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
30098         * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
30099         * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
30100         * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
30102         * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
30103         storing label pointers.
30104         * gcc.c-torture/execute/921019-1.c: Likewise.
30105         * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
30106         * gcc.c-torture/execute/930513-1.c: Provide full declaration for
30107         parameter fp.
30108         * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
30109         constants.
30111         * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
30112         Delete obsolete tests.
30114         * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
30115         * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
30116         * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
30117         * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
30118         * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
30119         * gcc.c-torture/compile/950124-1.c: New test.
30121         * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
30123 1995-02-08  Jason Merrill  <jason@phydeaux.cygnus.com>
30125         * lib/mike-g++.exp: Add -lm to LIBS.
30127 1995-02-07  Doug Evans  <dje@canuck.cygnus.com>
30129         * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
30131 1995-01-30  Jason Merrill  <jason@phydeaux.cygnus.com>
30133         * lib/mike-g++.exp: Add -lstdc++ to LIBS.
30135 1995-01-12  Doug Evans  <dje@canuck.cygnus.com>
30137         * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
30139 1995-01-02  Jeff Law  (law@snake.cs.utah.edu)
30141         * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
30142         * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
30143         * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
30144         * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
30145         * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
30146         * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
30147         * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
30148         * g++.law/{operators31.C, operators32.C,
30149         * g++.law/{operators33.C, operators34.C}: Likewise.
30150         * g++.law/{pic1.C, refs2.C}: Likewise.
30151         * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
30152         * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
30153         * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
30154         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
30156         * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
30157         * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
30158         * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
30159         * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
30160         * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
30161         * g++.law/{enum9.exp, friend5.exp}: Likewise.
30162         * g++.law/{nest3.exp, nest4.exp}: Likewise.
30163         * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
30164         * g++.law/{operators30.exp, operators31.exp}: Likewise.
30165         * g++.law/{operators32.exp, operators33.exp}: Likewise.
30166         * g++.law/{operators34.exp}: Likewise.
30167         * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
30168         * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
30169         * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
30170         * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
30171         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
30173         * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
30174         No longer expected to fail.
30175         * g++.law/missed-error3.C: Tweak for recent bool changes.
30177 1994-12-04  Doug Evans  <dje@canuck.cygnus.com>
30179         * config/emb-unix: Deleted.
30180         * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
30181         remote execution.  Do final link on remote host if REMOTE_LINK is set.
30183 1994-12-01  Doug Evans  <dje@canuck.cygnus.com>
30185         * lib/dg.exp (dg-test): Fix typo in last patch.
30187 1994-11-30  Doug Evans  <dje@canuck.cygnus.com>
30189         * lib/dg.exp (dg-test): Fix pattern that searches for expected output
30190         (handles multiple occurrences).
30192 1994-11-24  Doug Evans  <dje@canuck.cygnus.com>
30194         * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
30195         * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
30196         $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
30197         printed).
30198         * lib/c-torture.exp (c-torture-compile): Likewise.
30199         (c-torture): Prepend full path if missing.
30200         * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
30201         (gcc_fail): Likewise.
30202         * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
30204 1994-11-23  J.T. Conklin  <jtc@rtl.cygnus.com>
30206         * lib/netware.exp: Only attach to NetWare i386 systems.
30208 1994-11-16  Doug Evans  <dje@canuck.cygnus.com>
30210         * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
30211         messages.  Add test name to "output pattern match" pass/fail message.
30213 1994-11-12  Doug Evans  <dje@canuck.cygnus.com>
30215         * gcc.dg: New testsuite.
30216         * gcc.dg/dg.exp: New file.
30218         * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
30219         test-switch.c}: Deleted.
30221         * gcc.misc-tests/msgs.exp: New testcase driver.
30223 1994-11-09  Doug Evans  <dje@canuck.cygnus.com>
30225         * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
30226         Watch for illegal return values from ${tool}_load.
30227         * config/unix.exp (${tool}_load): Fix pass/fail detection for
30228         cross targets.  Coerce return value >0 to 1.
30230 1994-11-08  Doug Evans  <dje@canuck.cygnus.com>
30232         * config/unix.exp (${tool}_load): Call program rsh, not proc.
30234         * config/emb-unix.exp: New file.
30236         * config/sim.exp: Error if variable $SIM not defined.
30237         (${tool}_load): Mark test as "untested" if simulator missing.
30239         * config/unix.exp: Load remote.exp to get rcp_download.
30240         * lib/c-torture.exp: Use different option lists for testcases with
30241         and without loops.
30242         * gcc.c-torture/execute/execute.exp: Likewise.
30244 1994-11-02  Doug Evans  <dje@canuck.cygnus.com>
30246         * config/*.exp: Clarify return code from ${tool}_load.
30247         Call `unresolved' or `untested' instead of `warning' or `perror'
30248         (sometimes you still want to call both though).
30249         Add comment that `shell_id' is local to each file.
30250         * config/udi.exp (timeout): Set to 30.
30251         Don't print warning if connection fails, $connectmode has already
30252         printed an error.
30253         (${tool}_load): Move verbose messages to level 2.
30254         Rework pattern for "Process started" message.
30255         Pass `shell_id' to ${connectmode}_download.
30256         Retry twice upon timeout.  Make resetting of target more robust.
30257         (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
30258         Pass `shell_id' to exit_$connectmode.
30259         Only call exit_$connectmode if connected.
30260         * config/unix.exp (${tool}_load): Check return codes better.
30261         * config/vrtx.exp (${tool}_load): Likewise.
30262         * config/vx.exp (${tool}_load): Likewise.
30263         Delete unneeded global's.
30264         * lib/dg.exp (dg-test): Update to reflect clarified return codes
30265         from ${tool}_load.
30266         (dg-stat): Delete.
30267         (dg-init): Delete recording of pass/fail counts.
30268         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
30269         (old-dejagnu-init): Likewise.
30270         (old-dejagnu-stat): Delete contents, empty proc now.
30271         * lib/c-torture.exp (TORTURE_OPTIONS): New global.
30272         (c-torture): Delete references to lcnt, lpass, lfail.
30273         Get option list from TORTURE_OPTIONS.
30274         Delete -funroll[-all]-loops if no loops.
30275         * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
30276         (g++_stat): Delete contents (empty proc now).
30277         * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
30278         (gcc_finish): Likewise.
30279         (gcc_stat): Deleted.
30280         * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
30281         * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
30282         * gcc.c-torture/execute/execute.exp: Likewise.
30283         Split tests into two parts: compile, execute.
30284         Get option list from TORTURE_OPTIONS.  Delete -funroll[-all]-loops if
30285         no loops.  Update to reflect clarified return codes from ${tool}_load.
30287 1994-10-21  Doug Evans  <dje@canuck.cygnus.com>
30289         * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
30290         to grep for.
30291         (old-dejagnu): Likewise (where necessary).
30293 1994-10-14  Doug Evans  <dje@canuck.cygnus.com>
30295         * gcc.misc-tests/gcov.exp: New file, for gcov testing.
30297         * lib/dg.exp (dg-process-target): Fix processing of selector.
30298         Add comment regarding use of `error'.
30300         * lib/gcc.exp (prune_system_crud): Define if missing.
30301         * lib/g++.exp (prune_system_crud): Likewise.
30303         * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
30304         Call prune_system_crud.
30305         * lib/dg.exp (dg-runtest): New proc.
30306         Use perror instead of send_user for tcl errors in testcase.
30307         Don't return any value, it's never used.
30308         Don't clobber previous definition of `unknown'.
30309         Print tcl errors in `dg-final'.
30311 1994-10-12  Doug Evans  <dje@canuck.cygnus.com>
30313         * lib/dg.exp (dg-process-target): Improve syntax error messages.
30314         (dg-test): Don't print errorInfo, it contains stack backtrace.
30316 1994-09-26  Doug Evans  (dje@canuck.cygnus.com)
30318         * lib/g++.exp (runtest_file_p): Define if missing.
30320 1994-09-24  Doug Evans  (dje@cygnus.com)
30322         * lib/mike-g++.exp: Comment out loading of g++.exp.
30323         * lib/g++.exp: Update copyright.  Test for existence of $CXX at start.
30324         (default_g++_version): Always print something.
30325         (default_g++_start): Comment out call to `which'.
30326         (g++_start, g++_load): Deleted (must be defined in config file).
30327         * lib/gcc.exp: Test for existence of $CC at start.
30328         Delete check for tmpdir (done in gcc_init).
30329         (default_gcc_version): Always print something.
30330         (default_gcc_start): Comment out call to `which'.
30331         * config/*.exp: Major cleanup - make cross targets work at least a
30332         little better for g++ (by not being "--tool gcc" specific).
30333         Rename gcc_xxx to ${tool}_xxx.
30334         * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
30335         * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
30337 1994-09-22  Doug Evans  (dje@canuck.cygnus.com)
30339         * lib/c-torture.exp (c-torture-compile): Rework compiler
30340         message processing.
30342         * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
30343         c-torture.
30345 1994-09-21  Doug Evans  (dje@canuck.cygnus.com)
30347         * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
30349         * lib/dg.exp (dg-process-target): Support { target native }.
30351 1994-09-20  Doug Evans  (dje@canuck.cygnus.com)
30353         * lib/dg.exp (dg-test): Clean up some comments.  Delete code that
30354         looked for "... program xxx got fatal signal".
30355         Correct regsub munging of `comp_output'.
30356         Ignore compiler messages "path prefix not used" and "linker input
30357         file unused".
30359 1994-09-14  Doug Evans  (dje@canuck.cygnus.com)
30361         * lib/gcc.exp (runtest_file_p): Define if missing.
30362         * gcc.prms/template.c: Example to work from.
30364 1994-09-13  Doug Evans  (dje@canuck.cygnus.com)
30366         * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
30367         * lib/dg.exp (dg-test): Call unsupported testcases as such.
30369         * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
30370         * gcc.prms/1883.c: Moved from compile/940714-1.c.
30371         * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
30372         execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
30374         * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
30375         (dg-process-target): No longer a varargs proc.
30376         Return S/N for target, P/F for xfail.  All callers changed.
30377         (user option procs): More argument checking.
30378         (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
30379         (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
30380         (dg-test): Skip test if not running on selected target in `dg-do'.
30381         Update handling of `dg-do-what', `dg-output-text'.
30382         Separate execution pass/fail from output pattern match pass/fail.
30383         Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
30385 1994-09-12  Jim Wilson  (wilson@sphagnum.cygnus.com)
30387         * gcc.c-torture/special/special.exp: Don't expect failure for mips
30388         target for 920510-1.c.
30390 1994-09-12  Doug Evans  (dje@canuck.cygnus.com)
30392         * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
30393         Clean up comment regarding use of passcnt, etc.
30394         (gcc_stat): Don't update `testcnt' here.
30395         (gcc_finish): Do it here.
30396         Might as well reset `but_id' here too.
30397         * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
30398         to determine if the file should be tested.
30399         * gcc.c-torture/compile/compile.exp: Likewise.
30400         * gcc.c-torture/execute/execute.exp: Likewise.
30401         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
30402         * gcc.misc-tests/dg-test.exp: Likewise.
30403         * gcc.prms/prms.exp: Likewise.
30404         * gcc.wendy/wendy.exp: Likewise.
30405         * g++.old-deja.exp: Likewise.
30406         Move "Testing file" message to verbose level 1.
30408 1994-09-09  Doug Evans  (dje@canuck.cygnus.com)
30410         * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
30412 1994-09-08  Doug Evans  (dje@canuck.cygnus.com)
30414         * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
30415         (default_gcc_start): Accept optional second list element
30416         of compiler flags.  Print compiler output at verbosity level 2.
30417         Remove setting of CFLAGS, LIBS, LDFLAGS from here.
30418         (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
30419         Save current values of framework globals passcnt, failcnt, xpasscnt,
30420         and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
30421         gcc_xfailcnt.  Set global `tmpdir' to /tmp if it doesn't exist.
30422         (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
30423         xfailcnt to compute stats.  Update framework global `testcnt' from
30424         pass/fail counts.
30425         (gcc_finish): New proc.  Clean up test environment.
30426         (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
30427         (gcc_epass, gcc_efail): Delete.
30428         * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
30429         argument of line number.
30430         (dg-init): If the tool has an init routine, call it.
30431         (dg-test): Remove args `cflags_var' and `libs_var'.
30432         Pass all compiler options to ${tool}_start.
30433         Handle missing line number.
30434         (dg-finish): New function.
30435         * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
30436         particular files.  Call gcc_finish at end.  Move "skipping test"
30437         message to verbosity level 3.
30438         * gcc.c-torture/compile/compile.exp: Likewise.
30439         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
30440         * gcc.c-torture/execute/execute.exp: Likewise.
30441         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
30442         Print testcase being tried at verbosity level 1.
30443         * gcc.c-torture/special/special.exp: Unset xfail.
30444         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
30445         * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
30446         * gcc.c-torture/noncompile/noncompile.exp: Likewise.
30447         * gcc.failure/failure.exp: Likewise.
30448         * gcc.ieee/ieee.exp: Likewise.
30449         * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
30450         Update call to dg-test.  Call dg-finish at end.
30451         * gcc.misc-tests/mg.exp: Call gcc_finish at end.  Unset orig_flags.
30452         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
30453         * gcc.misc-tests/misc.exp: Call gcc_finish at end.
30454         * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
30455         Delete LDFLAGS.  Update call to dg-test.  Call dg-finish at end.
30456         * gcc.wendy/wendy.exp: Add copyright.
30457         Delete setting of tmpdir (done by gcc_init).
30458         Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
30459         Pass compiler flags to gcc_start.  Call gcc_finish at end.
30460         * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
30461         gcc_[ce]pass/fail.
30463 1994-09-07  Doug Evans  (dje@canuck.cygnus.com)
30465         * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
30466         confusion.
30467         (g++_load): Likewise.
30469         * config/*.exp (gcc_load): Some were varargs fns and some were not.
30470         Rename argument to `prog' to remove the confusion.
30471         Varargs fns behave differently too!
30472         (g++_load): Likewise.
30474         * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
30476         * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
30477         what it is.  Delete (always) printing of status value for !native.
30478         Simplify verbose code, and include status and exec_output.
30479         (g++_load): Use gcc_load.
30481 1994-09-04  Jim Wilson  (wilson@sphagnum.cygnus.com)
30483         * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
30484         * gcc.c-torture/noncompile/noncompile.exp: Delete support for
30485         920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
30486         940714-3.c as these testcases don't exist anymore.  Make
30487         va-arg-1.c expected to pass.
30489 1994-08-19  Doug Evans  (dje@canuck.cygnus.com)
30491         * gcc.misc-tests/misc.exp: Only run specific testcases.
30492         * gcc.misc-tests/dg-test.exp: New file.  Tests dg.exp.
30493         * gcc.misc-tests/dg-[1-9].c: New files.
30495         * lib/dg.exp: New testsuite driver.
30496         * gcc.prms/prms.exp: Use it.
30498         * README.gcc: New file.
30500         * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
30501         Document and reset `lxpass' and `lxfail'.
30502         Simplify "initialized" message.
30503         (gcc_stat): Clean up comments a little.
30505 1994-08-16  Doug Evans  (dje@canuck.cygnus.com)
30507         * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
30509 1994-08-15  Doug Evans  (dje@canuck.cygnus.com)
30511         * lib/old-dejagnu.exp (process-option): New proc.
30512         (old-dejagnu-init, old-dejagnu-stat): Likewise.
30513         (old-dejagnu): Simplify.
30514         * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
30516 1994-08-14  Jeff Law  (law@snake.cs.utah.edu)
30518         * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
30519         exists and is not an empty string.
30521         * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
30522         $xfail rather than calling setup_xfail.  Clear $xfail when test is
30523         finished.
30524         (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
30525         automatically.
30527         * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
30528         longer expected to fail.
30530         * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
30531         "f" function call.
30533         * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
30535         * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
30536         940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
30537         complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
30538         struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
30539         c-torture-1.29.
30541         * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
30542         strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
30544         * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
30546         * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
30547         940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
30549         * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
30550         940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
30551         labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
30553 1994-07-12  Jim Kingdon  (kingdon@lioth.cygnus.com)
30555         * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
30556         gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
30557         940714-1.c, 940714-2.c, 940714-3.c},
30558         gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
30559         gcc.misc-tests/{mg.c,mg.exp}:
30560         New tests.
30561         * gcc.noncompile/noncompile.exp: Change accordingly.
30563 1994-07-07  Doug Evans  (dje@canuck.cygnus.com)
30565         * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
30566         Undo previous clobberage.
30568 1994-07-04  Jeff Law  (law@snake.cs.utah.edu)
30570         * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
30571         * gcc.special/{930510-1.c, special.exp}:
30572         * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
30573         931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
30574         struct-varargs-1.c}: New tests from c-torture-1.26.
30576 1994-06-28  J.T. Conklin  (jtc@phishhead.cygnus.com)
30578         * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
30579           argument to switch.
30581 1994-05-21  Bill Cox  (bill@rtl.cygnus.com)
30583         * Revert the previous changes.  Please see Rob's directory
30584           (/lisa/test/rob/progressive/gcc/testsuite) for testing
30585           fixes.
30587 1994-05-19  Bill Cox  (bill@rtl.cygnus.com)
30589         * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
30590             g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
30591             g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
30592             g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
30593             g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
30594             g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
30595             g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
30596             g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
30597             g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
30598             g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
30599             g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
30600             g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
30601             g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
30602             g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
30603             g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
30604             g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
30605             g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
30606             g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
30607             g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
30608             g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
30609             g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
30610             g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
30611             gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
30612             gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
30613             gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
30614             lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
30615             lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
30617 1994-05-17  Bill Cox  (bill@rtl.cygnus.com)
30619         * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
30620             lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
30621           with perror calls.
30623 1994-05-02  Jason Merrill  (jason@deneb.cygnus.com)
30625         * config/unix.exp (g++_load): Fix syntax.
30627 1994-04-14  Jim Wilson  (wilson@sphagnum.cygnus.com)
30629         * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
30630         * gcc.noncompile/921017-1.c: Deleted obsolete test.
30631         * gcc.noncompile/noncompile.exp: Remove code for deleted test.
30632         Don't expect va-arg-1.c to fail.  Correct expected output for
30633         920928-1.c.
30634         * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
30635         * gcc.wendy/hbm4.c: Correct typo.
30636         * gcc.wendy/tad1.c, tad2.c: Correct expected output.
30638 1994-03-28  Doug Evans  (dje@canuck.cygnus.com)
30640         * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
30641         * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
30642         gcc_[ce]{pass,fail}.  Explicitly remove executable if test passes.
30643         * lib/c-torture.exp (c-torture-compile): Ditto.
30645         Reduce volume of output (remove all the -I's and such).
30646         * lib/c-torture.exp (c-torture-compile): New argument OPTION.
30647         Call gcc_cpass, gcc_cfail.
30648         (c-torture): Pass testing option to c-torture-compile.
30650 1994-03-21  Doug Evans  (dje@cygnus.com)
30652         Bring patches over from progressive.
30653         * config/default.exp: Exit remote shell cleanly.
30654         (g++_exit, g++_start): Add default versions.
30655         * config/sim.exp (gcc_load): Use perror, not error.
30657 1994-03-20  Doug Evans  (dje@canuck.cygnus.com)
30659         * lib/gcc.exp: Don't set CFLAGS if CC not set.  It clobbers the value
30660         set in site.exp.
30662 1994-03-14  Doug Evans  (dje@cygnus.com)
30664         * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
30665         DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
30666         (wendy_try): New proc to run testcase.
30667         (main loop): Call 'em.
30668         * gcc.wendy/*.c: Clean up pass to correct expected output.
30670         * lib/gcc.exp: Minor cleanup work.
30671         (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
30673 1994-03-09  Doug Evans  (dje@canuck.cygnus.com)
30675         * config/sim.exp (gcc_load): Document return codes better.
30676         Don't pass -v to simulator.
30678 1994-02-24  Jeffrey A. Law  (law@snake.cs.utah.edu)
30680           * gcc.special/920717-x.c: Fix typo.
30681           * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
30682           get at sources.
30684         * lib/mike-gcc.exp: Fix typo.
30686 1994-02-15  Rob Savoye  (rob@darkstar.cygnus.com)
30688         * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
30689         binary to use, transform the name.
30690         * config/*.exp: rename everything. Nuke any g++ specific files,
30691         it's now a special case of gcc that requires no special support.
30692         Add a default.exp for unsupported targets.
30694 1994-02-11  Rob Savoye  (rob@poseidon.cygnus.com)
30696         * g++.jason/report.exp, g++.old-deja/old-deja.exp,
30697         lib/old-dejagnu.exp: Fix a few patterns to work with the new
30698         version of Tcl.
30700 1994-02-09  Rob Savoye  (rob@darkstar.cygnus.com)
30702         * lib/c-torture.exp: Made "file prefix*never used a pass, rather
30703         than a warning.
30705 1994-02-06  Jeffrey A. Law  (law@snake.cs.utah.edu)
30707         * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
30709 1994-01-03  Jim Wilson  (wilson@sphagnum.cygnus.com)
30711         * gcc.execute/execute.exp: Combine opt_list and foption_list into
30712         option_list.  Compile every file with only 4/6 option choices
30713         (same as C torture) instead of with 12/18 different option
30714         choices.
30715         * lib/c-torture.exp: Likewise.
30717         * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
30718         not already set.
30720 1993-12-30  Mike Stump  (mrs@rtl.cygnus.com)
30722         * lib/old-deja.exp: Add `excess errors test fails' error, now one
30723         can put an XFAIL *-*-* on excess errors.
30725 1993-12-19  Jeffrey A. Law  (law@snake.cs.utah.edu
30727         * g++.law: Add more tests derived from g++-bugs snapshots.
30729         * g++.law/init11.{c,exp}: Delete test.  Brendan sez it's
30730         equivalent to g++.law/init9.
30732         * lib/mike-gcc.exp (postbase): Delete the .o file after we've
30733         compiled it, and the a.out file after we've run it.
30735 1993-12-17  Brendan Kehoe  (brendan@lisa.cygnus.com)
30737         * lib/mike-g++.exp (postbase): Delete the .o file after we've
30738         compiled it, and the a.out file after we've run it.
30740 1993-12-17  Jeffrey A. Law  (law@snake.cs.utah.edu)
30742         * g++.law/*.exp: Avoid losing arguments added via "append" commands.
30744 1993-12-15  Rob Savoye  (rob@darkstar.cygnus.com)
30746         * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
30747         version number.
30749 1993-12-12  Jeffrey A. Law  (law@snake.cs.utah.edu)
30751         * g++.law: New directory of g++ tests derived from the g++-bugs
30752         snapshots.
30754 1993-12-09  Jeffrey Wheat  (cassidy@cygnus.com)
30756         * gcc.compile: initbug1.c initbug1.exp testcase added
30758 1993-12-06  Jeffrey Wheat  (cassidy@cygnus.com)
30760         * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
30761         * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
30762           fixes submitted by Jeff Law (law@cs.utah.edu)
30763         * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
30764           Jeff Law (law@cs.utah.edu)
30767 1993-11-30  Mike Stump  (mrs@cygnus.com)
30769         * config/unix-g++.exp: Follow the gcc way of doing things.
30770         * g++.old-deja/old-deja.exp: Minor updates.
30771         * lib/g++.exp: New file, follow the gcc way of doing things.
30772         * lib/old-dejagnu.exp: Minor updates.
30773         * lib/mike-g++.exp: Always unset errorInfo.
30775 1993-11-06  Mike Stump  (mrs@cygnus.com)
30777         * lib/gcc.exp: Fix some errors with the below change, CC and
30778         CFLAGS should be global when setting, not local.
30780 1993-11-03  Rob Savoye  (rob@darkstar.cygnus.com)
30782         * lib/gcc.exp: Transform tool name.
30784 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
30786         * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
30788 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
30790         * lib/gcc.exp: change gcc_done to gcc_stat
30792 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
30794         * Upgraded gcc testsuite to c-torture version 1.25
30796 1993-10-24  Jeffrey Wheat  (cassidy@cygnus.com)
30798         * lib/gcc.exp: added reporting code. Changed verbose compile message.
30799         * lib/c-torture: added hooks for new reporting code.
30801 1993-10-21  Jeffrey Wheat  (cassidy@cygnus.com)
30803         * config/sh-gcc.exp: check if sh-sim exists in the path
30805 1993-10-18  Jeffrey Wheat  (cassidy@cygnus.com)
30807         * gcc.code_quality/code_quality.exp: Initial changes for new logic.
30808         * gcc.compile/compile.exp: Initial changes for new logic.
30809         * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
30810         * gcc.failure/failure.exp: Initial changes for new logic.
30811         * gcc.ieee/ieee.exp: Initial changes for new logic.
30812         * gcc.misc-tests/misc.exp: Initial changes for new logic.
30813         * gcc.noncompile/non_compile.exp: Initial changes for new logic.
30814         * gcc.unsorted/unsorted.exp: Initial changes for new logic.
30815         * lib/c-torture.exp: Initial changes for new logic.
30816         * lib/gcc.exp: Initial changes for new logic.
30818 1993-10-15  Mike Stump  (mrs@cygnus.com)
30820         * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
30821         depend upon failure or success.  Fully qualify names in failure
30822         and success messages.  Always remove a.out before starting
30823         compile, just in case.  Pay more attention to error text output by
30824         the compiler.  Handle testcases with no known past errors just
30825         like all others, so that things are uniform.  Other miscellaneous
30826         improvements.
30828 1993-10-13  Jeffrey Wheat  (cassidy@cygnus.com)
30830         * gcc.cpp: new directory for cpp tests
30832 1993-10-04  Jeffrey Wheat  (cassidy@cygnus.com)
30834         * lib/chill.exp: Code reformatted, removed unused code.
30835         * config/unix-chill.exp: Code reformatted, removed unused code.
30836         * chill.execute/execute.exp: Code reformatted, removed unused code.
30837         * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
30839 1993-10-04  Ian Lance Taylor  (ian@cygnus.com)
30841         * config/mips-gcc.exp, config/mips-g++.exp: New files.  Execution
30842         routines not written.
30844 1993-09-27  Rob Savoye  (rob@darkstar.cygnus.com)
30846         * config/bug-gcc.exp: Use new procs from bug.exp.
30848 1993-09-21  Rob Savoye  (rob@darkstar.cygnus.com)
30850         * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
30851         via ftp, rather than depending on NFS.
30852         * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
30853         case.
30855 1993-09-09  Rob Savoye  (rob@darkstar.cygnus.com)
30857         * config/bug-gcc.exp: Use new download proc.
30859 1993-09-14  Jeffrey Wheat  (cassidy at deneb.cygnus.com)
30861         * chill.execute/execute.exp: cleanups, handles errors better
30862         * chill.compile/compile.exp: rewrite, based on execute.exp
30863         * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
30864         * lib/chill.exp: major changes to diff proc and compile and link
30865           procs. added chill_fail and chill_pass wrappers to pass and
30866           fail. added more comments, and handle error codes better.
30867           Added a hack to capture stderr from exec, so noncompile tests
30868           can work.
30870 1993-09-11  Jeffrey Wheat  (cassidy@cygnus.com)
30872         * chill.execute/execute.exp: rewrite of testsuite driver
30873         * lib/chill.exp: rewrite of testsuite driver
30874         * config/unix-chill.exp: rewrite of testsuite driver
30876 1993-08-25  Bill Cox  (bill@rtl.cygnus.com)
30878     In chill.execute:
30879         * iexpr.ch: Standardize uppercase.
30880         * tuples.dat: Standardize uppercase.
30881         * vary.ch: standardize.  Correct varying string assignments.
30882         * vary.dat: Add new output lines.
30884 1993-08-24  Bill Cox  (bill@rtl.cygnus.com)
30886     In chill.execute:
30887         * chprintf.ch: Standardize use of uppercase.
30888         * tuples.ch: Standardize and turn arr2 into a DCL,
30889           rather than a SYN.
30890         * pinits.ch: Standardize.
30892 1993-08-23  Per Bothner  (bothner@kalessin.cygnus.com)
30894         * rts.c:  Get malloc() from <stdlib.h>, not <malloc.h>.
30895         * Makefil: Renamed to Makefile.in.
30896         * configure.in: New.
30898 1993-08-23  Bill Cox  (bill@rtl.cygnus.com)
30900     In chill.execute:
30901         * .cvsignore: Add result/output files.
30902         * Makefile: Fix up variables at start.  Use MFLAGS
30903           everywhere.  Correct bool_loc, built_ins entries.
30904           Add entry for vary1.ch.
30905         * bitarray.ch: Standardize upper-case usage.
30906         * bitexpr.ch: Standardize, add output of b1.
30907         * params.ch: Use arrayt in along PROC parameters, to
30908           avoid novelty problems.
30909         * sets.ch: Tiny cleanup.
30910         * vary1.ch: Re-indent.
30912 1993-08-17  Bill Cox  (bill@rtl.cygnus.com)
30914           * Add PR-related files to Makefiles, .cvsignore files, etc.
30916 1993-08-02  Jeff Wheat  (cassidy@cygnus.com)
30918         * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
30919           with compiler objects. New names are test-flow.c and test-loop.c
30921 1993-07-27  Jeff Wheat  (cassidy@cygnus.com)
30923         * Upgraded c-torture tests from 1.19 to 1.20
30925         * new files:
30926         * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
30927         * gcc.compile: 930623-1.c 930623-2.c
30928         * gcc.noncompile: 930622-1.c 930622-2.c
30929         * gcc.failure: 920411-1.c 920627-2.c
30930         * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
30932 1993-07-20  Jeff Wheat  (cassidy@cygnus.com)
30934         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
30935           More changes to get testsuite working properly. Needs more work.
30936           Added some support for POSIX IEEE Std 1003.3-1991 error messages.
30938 1993-07-19  Jeff Wheat  (cassidy@cygnus.com)
30940         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
30941           More changes to get testsuite working properly. Needs more work.
30943 1993-07-13 Jeff Wheat  (cassidy@cygnus.com)
30945         * chill.compile/compile.exp: Added for Dejagnu support
30946         * chill.execute/execute.exp: Added for Dejagnu support
30947         * lib/chill.exp config/unix-chill.exp  : Added for Dejagnu support
30949 1993-06-19  Bill Cox  (bill@rtl.cygnus.com)
30951     This should complete moving the CHILL test files.
30952         * chill.noncompile(.cvsignore printf.grt
30953             in-printf.grt chprintf.grt chprintf.ch):
30954             Added test-support files.
30955           (Makefile): Modified further.
30956         * chill.compile (emptymod.ch gdbme.ch neg_range.ch
30957             signal.ch): Added test files.
30958           * chill.execute (.cvsignore printf.grt printr.c
30959             in-printf.grt rts.c chprintf.grt rts.h): Added
30960           test-support files.
30961             (Makefile): More corrections.
30963 1993-06-18  Bill Cox  (bill@rtl.cygnus.com)
30965         * chill.compile, chill.execute, chill.nocompile: Add CHILL
30966           test cases, ready for DejaGnu.
30968 1993-06-17  Jeffrey Wheat  (cassidy@cygnus.com)
30970         * Upgraded c-torture tests from 1.18 to 1.19
30972         * gcc.compile: added test(s):
30973           930607-1.c
30974         * gcc.execute: added test(s):
30975           930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
30977         * added new subdirectory for misc tests: gcc.misc-tests
30978         * gcc.misc-test(s): added tests:
30979           inst-check.c test-consts.c test-ior.c test-switch.c
30981 1993-06-09  Brendan Kehoe  (brendan@lisa.cygnus.com)
30983         * lib/mike-g++.exp: Load `./a.out', not `a.out'.
30985 1993-06-07  Ian Lance Taylor  (ian@cygnus.com)
30987         * g++.old-deja/old-deja.exp: Don't delete all the .o files.
30989 1993-06-03  Jeffrey Wheat  (cassidy@cygnus.com)
30991         * Upgraded c-torture tests from 1.17 to 1.18
30993 1993-06-02  Jeffrey Wheat  (cassidy@cygnus.com)
30995         * Upgraded c-torture tests from 1.12 to 1.17
30997 1993-04-30  Mike Werner  (mtw@deneb.cygnus.com)
30999         * lib/old-dejagnu.exp:
31000           Fixed handling of XFAIL target triplets to correctly
31001           recognize wildcard characters.  Removed code that
31002           appended a unique id tag to the end of the file name
31003           printed out by the result of the testcases within a
31004           given test file.
31006 1993-04-29  Mike Werner  (mtw@deneb.cygnus.com)
31008         * lib/old-dejagnu.exp:
31009           Reworked expected failure handling to trigger off of XFAIL
31010           keyword in keyphrase embeded in testcase source code. The
31011           XFAIL keyword must be at the end of the keyphrase line. It
31012           may optionally be followed by one or more target triplets.
31013           It has just occured that the handling of wildcards in the
31014           target triplet may not be correct.
31016 1993-04-23  Mike Werner  (mtw@deneb.cygnus.com)
31018         * g++.old-deja/tests:
31019           Moved all subdirectories up one level into g++.old-deja .
31021         * lib/old-dejagnu.exp:
31022           Fixed problem with CXXFLAGS not being properly reset, and being
31023           corrupted with extraneous "-c" compiler option.  This was
31024           causing binaries to not be generated for test that needed them.
31025           Modified strings passed to "pass" and "fail" so that individual
31026           tests from the same test file would be distinguished by an
31027           identifier appended to the test file name in the summary logs;
31028           this corrected a problem with erroneous diff logs.  Added code
31029           to search testcases for expected fail and unexpected pass keywords.
31031 1993-04-20  Rob Savoye  (rob at darkstar.cygnus.com)
31033         * lib/c-torture.exp: Ignore "file path prefix*unused" message.
31035 1993-04-15  Mike Werner  (mtw@deneb.cygnus.com)
31037         * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
31038           Removed extraneous text from end of "Special g++ Options"
31039           keyphrase.
31041         * lib/old-dejagnu.exp: Added pattern matching to look for new
31042           keywords, embedded in testcases comments, which will trigger
31043           calls to xpass and xfail.
31045 1993-04-14  Mike Werner  (mtw@deneb.cygnus.com)
31047         * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
31048           comments embedded in the testcases, especially the one looking for
31049           special compiler options, as well as the pattern matching for the
31050           compiler output again.
31052 1993-04-12  Mike Werner  (mtw@deneb.cygnus.com)
31054         * lib/old-dejagnu.exp: Do a proper check of the return value for
31055           execute tests. Fixed several problems with the pattern matching
31056           of the compiler output which gave erroneous test results.
31057           Changed several of the test result messages to be more descriptive.
31058         * config/unix-g++.exp: Proc g++_load now actually works and
31059           executes the tests passed to it and returns a usable return
31060           value.
31062 1993-04-11  Rob Savoye  (rob at darkstar.cygnus.com)
31064           * lib/gcc.exp: Exits gracefully if $CC is bogus.
31066 1993-04-09  Mike Werner  (mtw@deneb.cygnus.com)
31068         * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
31069           Modified both files to properly execute the old style
31070           dejagnu tests. The previous versions of these files were
31071           experimental and did not function anything near correctly.
31073 1993-04-05  Rob Savoye  (rob@cygnus.com)
31075         * Removed all Makefile.in and configure.in files. No configuration
31076         needed now.
31078 1993-04-02  Mike Werner  (mtw@deneb.cygnus.com)
31080         * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
31082 1993-03-28  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
31084         * gcc.compile/configure.in, gcc.unsorted/configure.in,
31085         gcc.special/configure.in, gcc.noncompile/configure.in,
31086         gcc.execute/configure.in, gcc.code_quality/configure.in,
31087         g++.other/configure.in, g++.old-deja/configure.in,
31088         g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
31089         in srcname setting.
31091 1993-03-25  Rob Savoye  (rob at darkstar.cygnus.com)
31093         * lib/udi.exp:  Fixed mondfe and mondfe_download.
31094         * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
31095         * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
31097 1993-03-25  Ian Lance Taylor  (ian@cygnus.com)
31099         * config/udi-gdb.exp: Check $shell_id after connecting to target.
31100         (gdb_exit): Don't remove *_soc files.
31102 1993-03-22  Ian Lance Taylor  (ian@cygnus.com)
31104         * lib/c-torture.exp: Don't look for main; instead always use -w
31105         -c.  This is how the c-torture tests work.  Remove the object
31106         file if the compilation succeeds.
31107         * gcc.execute/execute.exp: Remove executable if test passes.
31108         * gcc.noncompile/noncompile.exp: Every test is an expected
31109         failure.
31110         * gcc.special/special.exp: Added tests from c-torture 1.11,
31111         corrected use of existing test.
31112         * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
31113         gcc.execute/920625-1.c: Updated to c-torture 1.11.
31114         * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
31115         gcc.compile/921109-2.c, gcc.compile/921109-3.c,
31116         gcc.compile/921111-1.c, gcc.compile/921116-2.c,
31117         gcc.compile/921118-1.c, gcc.compile/921126-1.c,
31118         gcc.compile/921202-1.c, gcc.compile/921202-2.c,
31119         gcc.compile/921203-1.c, gcc.compile/921203-2.c,
31120         gcc.compile/921206-1.c, gcc.execute/921029-1.c,
31121         gcc.execute/921104-1.c, gcc.execute/921110-1.c,
31122         gcc.execute/921112-1.c, gcc.execute/921113-1.c,
31123         gcc.execute/921117-1.c, gcc.execute/921123-1.c,
31124         gcc.execute/921123-2.c, gcc.execute/921124-1.c,
31125         gcc.execute/921202-1.c, gcc.execute/921202-2.c,
31126         gcc.execute/921204-1.c, gcc.execute/921207-1.c,
31127         gcc.execute/921208-1.c, gcc.execute/921208-2.c,
31128         gcc.execute/921215-1.c, gcc.execute/921218-1.c,
31129         gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
31130         gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
31131         c-torture 1.11.
31132         * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
31133         correspond to c-torture 1.11.
31135         * New file.